/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************************************/
/* Now for my stuff */



body {
	line-height: 1.5;
}

input {
	padding: 6px 8px;
}

select {
	-webkit-appearance: menulist-button;
	height: 33px;
}

.chatbubble
{
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 2px;
	background: #FFFFFF;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: #14194E solid 1px;
}

.chatbubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -5px;
	right: -6px;
	top: 60%;
}

.chatbubble:before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent #14194E;
	display: block;
	width: 0;
	z-index: 0;
	margin-top: -5px;
	right: -7px;
	top: 60%;
}

.circle {
	border-radius: 50%;
	width: 65px;
	height: 65px;
	/* width and height can be anything, as long as they're equal */
}

#chatbubble {
	margin: auto;
	top: 50%;

    -ms-transform: translate(-1px, -50%); /* IE 9 */
    -webkit-transform: translate(-1px, -50%); /* Safari */
    transform: translate(-1px, -50%);
}

#chatcircle {
	background: rgba(95, 122, 255, 0.54);
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 150px;
}

.checkinDay, .checkoutDay, .bookedDay {
	position: relative;
	overflow: hidden;
}
.topCheckinDay, .topCheckoutDay, .topBookedDay, .middleCheckinDay, .middleCheckoutDay, .middleBookedDay, .bottomCheckinDay, .bottomCheckoutDay, .bottomBookedDay {
	position: relative;
	overflow: hidden;
}
.topBookedDay::before {
    height: 10px;
    width: 100%;
    float: left;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    background-color: rgba(0, 0, 255, 0.3);
    background-size: cover;
}
.topCheckinDay::after {
    height: 0px;
    width: 0px;
    border-bottom: 10px solid rgba(0,0,255,0.3);
    border-left: 20px solid transparent;
    float: right;
    position: absolute;
    content:'';
    display:block;
    right:0px;
    top:1px;
    background-size: cover;
	pointer-events: none;
}
.topCheckoutDay::before {
	height: 0px;
    width: 0px;
    border-top: 10px solid rgba(0,0,255,0.3);
    border-right: 20px solid transparent;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    top:1px;
    background-size: cover;
	pointer-events:none;
}

.middleCheckoutDay::before {
	height: 0px;
    width: 0px;
    border-top: 10px solid rgba(0,255,255,0.3);
    border-right: 20px solid transparent;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    top:33px;
    background-size: cover;
	pointer-events:none;
}
.middleBookedDay::before {
    height: 10px;
    width: 100%;
    float: left;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    top:33px;
    background-color: rgba(0, 255, 255, 0.3);
    background-size: cover;
}
.middleCheckinDay::after {
    height: 0px;
    width: 0px;
    border-bottom: 10px solid rgba(0,255,255,0.3);
    border-left: 20px solid transparent;
    float: right;
    position: absolute;
    content:'';
    display:block;
    right:0px;
    top:33px;
    background-size: cover;
	pointer-events: none;
}

.bottomCheckoutDay::before {
	height: 0px;
    width: 0px;
    border-top: 10px solid rgba(255,0,255,0.3);
    border-right: 20px solid transparent;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    top:66px;
    background-size: cover;
	pointer-events:none;
}
.bottomBookedDay::before {
    height: 10px;
    width: 100%;
    float: left;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    top:66px;
    background-color: rgba(255, 0, 255, 0.3);
    background-size: cover;
}
.bottomCheckinDay::after {
    height: 0px;
    width: 0px;
    border-bottom: 10px solid rgba(255,0,255,0.3);
    border-left: 20px solid transparent;
    float: right;
    position: absolute;
    content:'';
    display:block;
    right:0px;
    top:66px;
    background-size: cover;
	pointer-events: none;
}
.ui-datepicker-today {
    border: 2px solid #07f !important;
}

.bookedDay::before {
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    content:'';
    display:block;
    left:0px;
    background-color: rgba(255, 0, 0, 0.3);
    background-size: cover;
}

.checkinDay::after {
    height: 50px;
    width: 50px;
    float: right;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content:'';
    display:block;
    right:-32px;
    bottom:-25px;
    background-color: rgba(255, 0, 0, 0.3);;
    background-size: cover;
	pointer-events:none;
}

.checkoutDay::before {
    height: 50px;
    width: 50px;
    float: left;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content:'';
    display:block;
    left:-32px;
    top:-25px;
    background-color: rgba(255, 0, 0, 0.3);
    background-size: cover;
	pointer-events:none;
}
.ui-widget-content {
	margin: 0px;
}

/* =Global stuff
-------------------------------------------------------------- */

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}


/* =Header Layout 
-------------------------------------------------------------- */
.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  float: left;
  display:none;
  position:relative;
  text-align:left;
  width: 300%;
  z-index:50;
  padding: 25px 25px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.messagepop label {
	display: block;
	font-size: 14px;
}
.formQuote {
	min-width: 283px;
}

.success, .failure {
    border: solid 1px black;
    padding: 5px;	
}
.failure {
	background-color: #FEE !important;
}

#result {
    background-color: #FFF;
    position: relative;
    width: 100%;
    z-index: 50;
    margin-top: 30px;
}

input#message_submit {
	background-color: #07f;
	color: #FFF;
	font-weight: bold;
	border: none;
	font-size: 14px;
	padding: 4px 6px;
	cursor: pointer;
}

textarea#messagebody {
	width:100%;
}

body
{
	text-align: left;
	background-color: #7f7f7f;
}

#header {
	background-color: #333;
	overflow: hidden;
}
#header img
{
	width:100%;
}
#pageBG {
	background-color: #f5f5f5;
}
#container
{
	background-color: #fff;
	margin: 0 auto;
	width: 90%;
	padding: 0px 25px 15px; /* Top L/R Bottom*/
	border-style: solid;
	border-color: #CCC;
	border-width: 0px 1px 1px;

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555;
	min-width: 850px;
	max-width: 1080px;
    position: relative; /* This just allow anchoring children relative to this */
}

#intro label
{
	font-weight: bold;
}

#intro
{
	/* width: 100%; */
	/* overflow: auto; */
	padding: 25px 0 20px;
}

#introduction
{
	width: 100%;
}
#siteIntroBox {
	border: 2px solid #DDD;
	background-color: #F7F9FF;
	padding: 20px;

}

#introText {
	width: 60%;
	background-color: #EEE;
}
#introText h1 {
	font-family: Futura,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 6.25px;
	font-size: 24px;
}

.fixed {
	position: fixed;
	top: 0px;
}
#profile
{
	border-radius: 50%;
	width: 115px;
	height: 115px;
}

#intro-col1, #intro-col2
{
	/* float: left; */
	/* position: relative; */
	box-sizing: border-box;
	display: inline-block;
}
#intro-col1
{
	width: 25%;
	text-align: center;
	padding-right: 10px;
	float: left;
}
#intro-col1 p {
	padding-top: 7px;
}
#intro-col2
{
	width: 75%;
}

#intro-col2 h1
{
	font-family: Futura,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 6.25px;
	font-size: 24px;
}

#location {
	padding-bottom: 20px;
}

#intro-subcol1, #intro-subcol2, #intro-subcol3
{
	width: 33.33333%;
	/* position: relative; */
	min-width: 170px; /* (was 207) This is nice! It casues re-flow */
	display: inline-block;
	vertical-align: top;
}
#intro-subcol1 {
	/*padding-top: 10px;*/
	/*width: 33.33333%;*/
	color: #0076ff;
}
#intro-subcol2 {
    padding-bottom: 15px;
	/*padding-top: 10px;*/
}


#bookit {
}

.entryError {
	background-color: #FEE !important;
}

#quoteArea {
	color: #000;
}
.validDate {
	font-weight: bold;
	color: darkgreen;
}
#quoteArea label {
	display: inline-block;
	font-weight: normal;
}

#quote {
	color: #07f;
	font-weight: bold;
}
#dateMsgArea {
	margin: 6px 0px;
	color: red;
}

#calendarAvailability {
	min-height: 235px;
	padding-bottom: 15px;
}

.blueButton {
	display: inline-block;
	padding: 5px 10px;
	background-color: #0076ff;
	color: #fff;
	font-size: 1.5em;
	font-weight: bolder;
}

a.blueButton:link,
a.blueButton:visited {
	color: #fff;
}
a:active,
a.blueButton:hover {
	color: #eee;
}



.selected {
	background-color: #7AF;
	outline: 2px solid #07F;
}

#vrboImg {
	background-color: #1d924c;
	height: 32px;
}
#vrboImg2 {
	padding-left: 10px;
	background-color: #1d924c;
	height: 32px;
}
#airbnbImg {
	height: 32px !important;
}

.feesInfo {
	color: #700;
	font-size: 12px;
}

.reviews {
	font-size: 12px;
	height: 16px;
	text-align: bottom;
}

.sectionRow {
	width: 100%;
	overflow: auto;
	padding: 15px 0px 15px; /* Top L/R Bottom*/
	border-style: solid;
	border-color: #DDD;
	border-width: 1px 0px 0px;
}
.sectionRow p {
    margin-bottom: 10px;
}

.sectionLabel {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

	float: left;
	width: 25%;
	padding-left: 20px;
}

.sectionBody {
	overflow: hidden;
	padding-right: 20px;
}

.sectionBody h3 {
	margin: 10px 0 0;
	font-size: inherit;
	font-weight: bold;
	display: inline-block;
}

.multi-column {
	-moz-column-count: 2;
    -moz-column-gap: 0.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 0.5em;
     column-count: 2;
     column-gap: 0.5em;
}
.single-column-list {
	list-style-position: outside;
	list-style-type: disc;
    margin-left: 1.1em;
}
.rowGroup {
	width:100%;
	display: inline-block;
}
.column {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*min-width: 320px;*/
}
#calendarCol {
    min-width: 320px;
    /*padding-right: 20px;*/
    box-sizing: border-box;
}

#propertyinfolist {
	font-weight: bold;
	margin-left: 10%;
	padding: 10px 0px 0px;

}
#priceinfolist {
	font-weight: bold;
}

#propertyinfolist label, #priceinfolist label {
	font-weight: normal;
/*	float: left;
	width: 10em;
	text-align: right;*/
}

.info-comment {
	font-size: smaller;
	font-weight: bold;
}

.highlighted {
	color: #0076ff;
}
.waiverHighlight {
	background-color: #FFFABB;
}


#footer, #footer1, #footer2 {
	min-height: 100px;
	margin: 0 50px;
/*	width: 100%;
*/	padding: 15px 25px 15px; /* Top L/R Bottom*/

}

.overlay {
   background:transparent; 
   position:relative;
   width:650px;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}

.buttonBar ul {
	font-family: Futura,"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0px 10px; /* don't cram all the way to the edges*/
}
.buttonBar li {
    display: inline-block;
}

#userBar {
	background-color: #fff;
	border-bottom: #CCC solid 1px;
	text-align: right; /* right align our inline block list items */
}

#userBar a {
	/* log in / sign up links */
	display: block;
	/*border-radius: 8px;*/
	padding: 0px 8px;
	line-height: 40px;

}

#navBar {
	background-color: #fff;
	border-bottom: #CCC solid 1px;
	/*padding: 0px 0px 0px;*/
	padding-top: 15px;
}


#navBar a, .currentPage {
	display: block;
	padding: 0px 16px;
	line-height: 40px;
	/*border-bottom: #000 solid 3px;*/
}
.bookBtn2 {
	/*float:right;*/
	position: absolute;
	right: 40px;
	top: -15px;
}
#bookBtn2 {
	padding: 4px 16px;
	width: 100%;
	display: block;
	background-color: #07F;
	line-height: 30px;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
}
#pickdates {
	padding: 15px;
	background-color: #555;
	width: 300px;
	/*height: 40px;*/
	color: #FFF;
}

#pickdates > div.rowGroup:first-child {
	margin-bottom: 15px;
}
#quoteLabel {
	display:none;
}
#quoteArea2 {
	background-color: #444;
	margin-bottom: 10px;
	text-align: right;
}
#quoteArea2 #quote {
	color: #fff;
	font-weight: normal;
	font-family: monospace;
}
#guestsRow {
	padding-top:10px;
}
#highlightThing {
	display: inline-block;
	width: 300px;
	margin: 20px;
}
#highlightThing label {
	font-weight: bold;
	display: block;
}
/*
#navBar ul li {
    display: inline-block;
}

#navBar ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

#navBar ul li a:hover {
    background-color: #111111;
}

#navBar ul li.bookBtn {
	background-color: #07F;
	border-radius: 8px;
}*/

#topBar ul {
	font-family: Futura,"Helvetica Neue",Helvetica,Arial,sans-serif;

	height: 34px;
	width: 100%;
	background-color: #333;
	position: fixed;
	z-index: 1000;
	text-align: right;
	padding: 8px;
}
#topBar:after {
	content: '';
	height: 50px; /* height + padding * 2 */
	width: 100%;
	display: block;
	z-index: -1;
}

#topBar ul {
	text-align: center;
}

#topBar li {
	display: inline-block;
	padding: 4px 20px;
	color: #fff;
}

#topBar .bookBtn:hover{
	background-color: #7AF;
	cursor: pointer;
}

#topBar li:first-child {
	background-color: #07F;
	border-radius: 8px;
	float:left;
}
#topBar li:nth-child(3) {
	float:right;
}

#topBar a:link,
#topBar a:visited {
	color: #fff;
}
#topBar a:active,
#topBar a:hover {
	color: #eee;
}


#topBar label {
	color: #7AF;
}

#my-slideshow {
	margin: 0 auto;
}

.bjqs-prev, .bjqs-next {
	position: absolute;
	top: 50%;
}
.bjqs-next {
	right: 0;
}


ul.bjqs-controls li a {
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 20px;
}

ol.bjqs-markers {
	/*float: right;*/
	position: relative;
	bottom: 50px;
	left: 0px !important;
}

ol.bjqs-markers li {
	background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 4px;
	margin: 2px;
	width: 13px;
	height: 13px;
	display: inline-block !important; 
}

.active-marker {
	background-color: rgba(0,128,255,0.7) !important;	
}
ol.bjqs-markers li a {
	color: transparent;
}

.mapFrame {
	width: 100%;
	height: 500px;
}

/*
#bookit
{
    background-color: rgba(60,63,64,0.9);
    border: 0;
    color: #fff;
    width: 315px;
    height: 40px;
    padding: 0 20px;
    text-transform: capitalize;
    z-index: 1001;
    position: relative;
    top: -40px;
}

#price
{
	float: left;
    padding: 6px 0;
}

#price span
{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1;
	font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#price-period
{
	float:right;
	padding: 9px 0;
}
#price-period span
{
    font-size: 14px;
    line-height: 1.43;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
*/

@media all and (max-width: 900px) {
	#container {
		width: initial;
		/* 		padding: 5px 10px; */
		/*padding: 0;*/
		margin: 0 0px;
		min-width: initial;
	}

	.messagepop {
		width: 65vw;
	}
}

@media only all and (max-width: 704px) {
	#intro-subcol1, #intro-subcol2, #intro-subcol3 {
		min-width: 165px;
	}

	#topBar label {
		display: none;
	}

	#introduction .sectionLabel {
	    display: none;
	}
	#profile {
		width: 70px;
		height: 70px;
	}
	.messagepop {
		width: 90vw;
		left: -23vw;
	}

	.multi-column {
		list-style-position: outside;
		list-style-type: disc;
		margin-left: 1.1em;
		-moz-column-count: initial;
		-moz-column-gap: initial;
		-webkit-column-count: initial;
		-webkit-column-gap: initial;
		column-count: initial;
		column-gap: initial;
	}
	ol.bjqs-markers li {
		display: none !important;
	}
}

@media all and (max-width: 550px) {
	#topBar li {
		font-size: 75%;
	}
	#topBar {
		height: 27px;
	}
	#my-slideshow {
		/*padding-top: 43px;*/
	}
}

@media all and (max-width: 480px) {
	#topBar li {
		padding: 4px 10px;
	}

	#introduction {
		display: none;
	}

	/* Cramming a bit for the iPhone, shrink my profile pic */
	#profile {
		width: 70px;
		height: 70px;
	}

	#intro-subcol1, #intro-subcol2, #intro-subcol3
	{
		width: initial;
		float: left;
		position: relative;
	}

	.sectionLabel {
	    float: none;
	    width: inherit;
	    font-size: 25px;
	    font-weight: bold;
	    padding: 0 0 20px;
	    /* text-align: center; */
	}

	div#intro-subcol2 {
	    margin-bottom: 20px;
	}

/*	.messagepop {
	  background-color:#FFFFFF;
	  border:1px solid #999999;
	  cursor:default;
	  display:block;
	  position:relative;
	  text-align:left;
	  width:650px;
	  z-index:50;
	  padding: 25px 25px 20px;
	}
*/
/*

	#intro-col2 h1 {
		font-size: 40px;
	}

	#location {
		font-size: 30px;
	}
*/}
