html {
  height: 100%;
}

body{
	padding-top: 0px;
	height: 100%;
	/*border-top: 8px solid #1D2326;*/
	/*background-image:url('../images/brick_small.png');*/
}

#logo{
	padding-top: 10px;
}

#header{
	border-bottom:8px solid #1D2326;
	/*#F2E2C4*/
	/*margin-bottom: 20px;*/
}

#menu-bar{
	/*border-bottom:1px solid #F2E2C4;*/
	height:40px;
}

.nav-bar {
position: relative;
/*height: 80px*/;
margin: 0px;
}

.nav-bar li {
position: relative;
float: left;
width: 14.285714%;
/*height: 60px;*/
/*padding-top: 40px;*/
padding-top:10px;
text-align: center; color: #777; text-transform: uppercase;
font-family: 'Elsie', cursive;
font-size: 18px;
display: block; cursor: pointer;
-webkit-transition: background-color .1s linear;
     -moz-transition: background-color .1s linear;
     -o-transition: background-color .1s linear;
     -ms-transition: background-color .1s linear;
     transition: background-color .1s linear;
}

.nav-bar .active {
/*background-color: #ddd;*/
border-top: 8px solid #A63208;
/*border-bottom: 1px solid #A63208;*/
margin-top: -8px;
margin-bottom: -1px;
color: #A63208;
}

.nav-bar li:hover {
/*background-color: #ddd;*/
border-top: 8px solid #A63208;
/*border-bottom: 1px solid #A63208;*/
margin-top: -8px;
margin-bottom: -1px;
color: #A63208;
-webkit-transition: background-color .1s linear;
     -moz-transition: background-color .1s linear;
     -o-transition: background-color .1s linear;
     -ms-transition: background-color .1s linear;
     transition: background-color .1s linear;
}

#reserve-button {
	padding: 10px 20px;
	background-color: #ffe591;
	border: none;
	text-decoration: none;
	color: black;
	-webkit-transition: background-color .1s linear;
     -moz-transition: background-color .1s linear;
     -o-transition: background-color .1s linear;
     -ms-transition: background-color .1s linear;
     transition: background-color .1s linear;
}

#reserve-button:hover {
	background-color: #EB885A;
     -webkit-transition: background-color .1s linear;
     -moz-transition: background-color .1s linear;
     -o-transition: background-color .1s linear;
     -ms-transition: background-color .1s linear;
     transition: background-color .1s linear;
}

#callout {
	padding: 20px 20px 20px;

	text-align:center;
	font-size: 30px;
	font-family: 'Donegal One', serif;
}

#sitemap{
	padding-top: 8px;
	background-color: #BEBEBE;
	text-align:center;
}

#sitemap a{
	color: #777777;
}

#sidebar{
	border-left: 1px solid #F2E2C4;
	padding-left: 20px;
}

#pics{
	text-align:center;
}


#room-tabs{
	text-align:center;
}

.tab-pane{
	min-height: 520px;
}


.room{
	opacity:.5;
	-webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
     -o-transition: all .1s linear;
     -ms-transition: all .1s linear;
     transition: all .1s linear;
}

.activeroom{
	opacity:1;
	border-color: #A63208;
}

.active-thumbnail{
	border-color: #A63208;
	-webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
     -o-transition: all .1s linear;
     -ms-transition: all .1s linear;
     transition: all .1s linear;
}

.thumbnail:hover{
	border-color: #A63208;
	-webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
     -o-transition: all .1s linear;
     -ms-transition: all .1s linear;
     transition: all .1s linear;
}

.room:hover{
	opacity:1;
	-webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
     -o-transition: all .1s linear;
     -ms-transition: all .1s linear;
     transition: all .1s linear;
}

.room-display{
	padding-bottom:20px;
	/*font-family: 'Donegal One', serif;*/

}

.room-display h3{
	margin-top: 0;
	line-height: 24px;
}

.room-display ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul{
	list-style-type:none;
	margin:0;
}

.room-framed{
	border: 5px solid #F2E2C4;
}

#all-include{
	position: absolute;
	bottom:0;
}

#CDSWIDWRL {
  margin: 0 auto !important;
}

#info-and-reserve{
	border-bottom: 1px solid #F2E2C4;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*min-height:980px;*/
  /* Negative indent footer by it's height */
  margin: 0 auto -120px;
  background-color:#fff;
  max-width:940px;
  /*-webkit-box-shadow: 3px 3px 15px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    3px 3px 15px rgba(50, 50, 50, 0.4);
	box-shadow:         3px 3px 15px rgba(50, 50, 50, 0.4);*/
}

/* Set the fixed height of the footer here */
#push {
  height: 120px;
}
#footer {
	margin: 0 auto 0;
	padding-top:20px;
	width:100%;
  background-color: #ddd;
  height: 100px;
}

#panels{
	padding: 20px 0 40px 0;
}

/* arrow box */

.arrow_box {
	margin: 0 10px;
	padding:12px;
	position: relative;
	background: #ffffff;
	border: 4px solid #ddd;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(161, 144, 130, 0);
	border-top-color: #ddd;
	border-width: 26px;
	left: 50%;
	margin-left: -26px;
}




.footer-banner {
    background: #eee;
    padding: 10px;
    border-left: 1px dashed #aaa;
    border-right: 1px dashed #aaa;
    border-radius: 5px 5px 0 0;
    box-shadow: 5px 0 0 #eee,
                -5px 0 0 #eee;
    height: 230px;
    margin: 0 5px;
    position: relative;
    width: 180px;
    -webkit-filter: drop-shadow(0 2px 5px hsla(0,0%,0%,.5));
}
.footer-banner:after,
.footer-banner:before {
    border-top: 15px solid #eee;
    content: '';
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.footer-banner:after {
    border-left: 90px solid transparent;
    right: -6px;
}
.footer-banner:before {
    border-right: 90px solid transparent;
    left: -6px;
}
blockquote cite a:hover, blockquote cite a:visited :hover{
	color: #2BA6CB;
}

#reserve-modal{
	/*width: 700px;*/
	/*height:600px;*/
}

.modal-body{
	/*height:600px;*/
	max-height:500px;
}

.datepicker{
	z-index: 1200;
}
