/* Add here all your css styles (customizations) */
body{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #545454;
}

a {
    color: #093b62;
    text-decoration: none;
}

a:hover {
    color: #093b62;
    text-decoration: underline;
}

#header-top{
	background:rgba(5,38,64,0.8);
	position: relative;
	z-index: 99;
}
#header-top .nav-pills{
	float: right;
}
#header-top .nav-pills a{
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	color: #fff;
}
#header-top .nav-pills li a{
	padding: 10px 25px;
}
#header-top .nav-pills a img{
	margin-top: -10px;
	display: inline;
}
#header-top .nav-pills a:hover,
#header-top .nav-pills a:focus{
	background: transparent;
}
#main{
	background: url("../img/bg-top.png")repeat-x;
	z-index: 99;
	position: relative;
/*	opacity: 0.73;*/
}
.header .navbar-nav li{
	display: table-cell;
	width: 1%;
	float: none;
	padding: 28px 0;
}
.header .navbar-nav li a{
	font-size: 23px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Crimson Text', serif;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
}
.header .navbar-nav li a:hover{
	border-bottom: none;
	color: #fff;
}
.header{
	background: transparent;
	border-bottom: none;
}
.header .navbar-nav{
	width: 100%;
} 
.header .dropdown-menu{
	min-width: 305px;
}
.header .navbar-nav .dropdown:hover{
	background: #0A3F69;
} 
.da-slide-current h2{
	right: 10%;
	left: 0;
	bottom: 10%;
}
#text{
	position: absolute;
	bottom: 40px;
	right: 40px;
}
#text h2{
	font-size: 40px;	
	font-family: 'Crimson Text', serif;
	color: #fff;
	text-shadow: 2px 2px #6F3529;
	margin-right: 50px;
	text-transform:uppercase;
}
#fame{
	position: absolute;
	bottom: 40px;
	left: 52px;
}
#fame img{
	max-width: 125px;
}
#fame2{
	position: absolute;
	bottom: 21px;
	left: 52px;
}
#fame2 img{
	max-width: 160px;
}
#choice{
	position: absolute;
	bottom: 20px;
	left: 52px;
}
#choice img{
	max-width: 160px;
}

#choiceright {
	position: absolute;
	bottom: 20px;
	right: 52px;
}
#choiceright img{
	max-width: 160px;
}

.header .navbar-nav > li:hover{
	color: #fff;
	background: #0A3F69;
}
.header .navbar-nav > li:hover > a{
	color: #fff;
}
.header .navbar-nav > #last:hover{
	background: #222 !important;
}
.header .navbar-nav .dropdown-menu li a{
	color: #000; 
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	text-align: left;
}

.header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
  color: #ffffff;
}


#last{
	background: #585858;
	position: relative;
	right: -15px;
	padding: 0;
	border-left: 1px solid #fff;
}
.logo img{
	display: inline;
	padding: 5px 0;
}
.header .navbar-nav .dropdown-menu li{
	display: block;
	width: 100%;
	padding: 0;
}
.header .navbar-nav .dropdown-menu li a:hover,
.header .navbar-nav .dropdown-menu li a:focus{
	background: #0A3F69 !important;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.da-slider{
	background: url('../img/slider.jpg')no-repeat;
	background-size: cover;
	height: 640px;
	margin-top: -200px;
	overflow: visible;
/*	Line below added by Eric Shmookler on August 2, 2017 to accommodate employment banner   */
	border-bottom: 0px !important;
}
.da-slider2{
	background: url('../img/slider.jpg')no-repeat;
	background-size: cover;
	height: 440px;
	margin-top: -200px;
	overflow: visible;
}
.da-slider3{
	background-size: cover;
	height: 0px;
	margin-top: 0px;
	overflow: visible;
}
.slider-inner .da-dots{
	display: none;
}
.header .dropdown > a:after{
	content: none;
}
.header .dropdown-menu{
	border-top: none;
	border-bottom: none;
}

#sidebar-nav {
	max-width: 500px;
}

#sidebar-nav li{
	background: #F4F5F9;
}
#sidebar-nav li a{
	font-size: 22px;
	color: #648191;
	font-family: 'Crimson Text', serif;
}
#sidebar-nav li a:hover{
	background: #E2E4EF;
	color: #3E4953;
}
#sidebar-nav .title-sidebar{
	background: #0D3E66;
	padding: 9px 10px;
	font-size: 20px;
	color: #fff;
	font-family: 'Crimson Text', serif;
}
#sidebar-nav .active a{
	color: #3E4953;
}
#left{
	margin: 0 45px;
	margin-top: 40px;
}
#border{
	border:1px solid #5F7986;
	padding: 2px;
	max-width: 500px;
}
.list-group{
	margin-bottom: 30px;
} 
#left p{
	margin-bottom: 30px;
}
#middle{
	margin: 40px 30px;
	position: relative;
	left: -30px;
}
.testimonials.testimonials-v1 p, 
.testimonials.testimonials-v2 p{
	background: #0a3051; /* Old browsers */
	background: -moz-linear-gradient(top,  #0a3051 0%, #105482 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a3051), color-stop(100%,#105482)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a3051 0%,#105482 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a3051 0%,#105482 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a3051 0%,#105482 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0a3051 0%,#105482 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3051', endColorstr='#105482',GradientType=0 ); /* IE6-9 */
	font-size: 24px;
  color: #fff;
  font-family: 'Crimson Text', serif;
  padding: 20px 110px;
  line-height: 140%;
}

.testimonials2.testimonials-v1 p, 
.testimonials2.testimonials-v2 p{
	background: #0a3051; /* Old browsers */
	background: -moz-linear-gradient(top,  #0a3051 0%, #105482 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a3051), color-stop(100%,#105482)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a3051 0%,#105482 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a3051 0%,#105482 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a3051 0%,#105482 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0a3051 0%,#105482 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3051', endColorstr='#105482',GradientType=0 ); /* IE6-9 */
	font-size: 24px;
  color: #fff;
  font-family: 'Crimson Text', serif;
  padding: 20px 110px;
  line-height: 140%;
}

.testimonials.testimonials-v1 .item p:after, 
.testimonials.testimonials-v2 .item p:after{
	border-top: none;
	border-left: none;
	border-right: none;
}

.testimonials2.testimonials-v1 .item p:after, 
.testimonials2.testimonials-v2 .item p:after{
	border-top: none;
	border-left: none;
	border-right: none;
}

.testimonial-author{
	display: block;
	text-align: right;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 10px;
}
.testimonial-author a{
	color: #fff !important;
	text-decoration: none !important;
}
#middle h2{
	font-size: 20px;
	color: #0A3E66;
	font-family: 'Open Sans', sans-serif;
	margin: 15px 0;
	font-weight: bold;
}
#middle h2 span{
	color: #535353;
	font-weight: bold;
}
#middle ul{
	list-style: none;
	margin-top: 30px;
}
#middle li{
	font-size: 20px;
	color: #545454;
	font-family: 'Open Sans', sans-serif;
}
#middle li:before {
	content:"\f111"; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	font-size: 6px;
	vertical-align: middle;
	margin-left: -20px;
	padding-right: 10px;
	color: #545454;
}
#middle .text{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #545454;
	margin-top: 20px;
}
#middle #table a{
	color: #333;
	text-decoration: none;
}
#middle p a:link, #middle p a:visited, #middle p a:active {
	color: #0A3E66;
	text-decoration: underline !important;
}
#middle p a:hover{
	color: #0A3E66;
	text-decoration: none !important;
}

#middle p a.rooms {
	text-decoration: none !important;
}


.table-bordered>tbody>tr>th{

}
.table{
	margin-bottom: 0;
}
#middle #border_table {
	border: 1px solid #ddd !important;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	border: none;
}
.space{
	background: #F3F3F3;
	padding: 22px 15px;
}
.table-striped>tbody>tr:nth-of-type(even){
	background: #fff;
	padding: 0 !important;
}
#middle #table #second{
	background: #5AACEF;
	padding: 5px; 
	text-align: center;
}
#middle #table #third{
	background: #1687E2;
	padding: 5px; 
	text-align: center;
}
#middle #table #four{
	background: #1060A0;
	padding: 5px; 
	text-align: center;
}
#middle #table #five{
	background: #0A3E67;
	padding: 5px; 
	text-align: center;
}
#middle #table th {
	text-align: center;
	font-size: 16px;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	border-right: 1px solid #E2E0D3;
	height: 62px;
}
#middle #table td{
	border-right: 1px solid #E2E0D3;
	text-align: center;
}
#middle #table td:nth-child(5){
	border-right: none !important;
}
#middle #table tr{
	border-top: 1px solid #E2E0D3;
}

.text-center{
	text-align: center !important;
}
#middle #table th a{
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
#middle #table th a span{
	display: block;
}
#middle #table4  tbody th{
	text-align: left;
	font-size: 16px;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background: #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	vertical-align: inherit;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 5px;
	text-align: center;
}
.tablesaw-advance{
	display: none;
}
.cbp-animation-slideLeft .cbp-item{
	width: auto !important;
	height: auto !important;
}
.cbp-caption{
	border: 1px solid #5F7986;
	padding: 2px;
}



#right{
	margin: 40px 0;
}
.footer-v1 .copyright{
	background: #093A62;
	padding: 10px 50px 5px;
}

.footer-v1 .copyright p,
.footer-v1 .copyright p a{
	font-size: 16px;
	color: #fff;
}
.footer-v1 .copyright p span{
	margin-left: 30px;
}
.footer-socials span{
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
}
.footer-v1{
	margin-top: 0px;
}

.footer-v1 .footer-socials li a {
	color: #fff;
}

#middle h2.roomdetail {
	
}

.tablesaw thead th {
  text-transform: none;
}


img.pulse {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

img.pulse:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

a.rooms:link, a.rooms:visited, a.rooms:active {
  font-size: 29px;
  text-decoration: none !important;
  font-family: 'Crimson Text', serif;
}

a.rooms:hover {
  font-size: 29px;
  text-decoration: underline !important;
  font-family: 'Crimson Text', serif;
}

#middle p {
	  font-family: 'Open Sans', sans-serif;
	  font-size: 20px;
	  color: #545454;
	  margin-top: 20px;
}

img.rooms {
	margin-top: 20px;
}

img.history {
	margin-top: 40px;
}

.btn-u.btn-u-default {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  background: #153353;
}

.btn-u.btn-u-default:hover {
  background: #184f86;
}

.testimonials {
  margin-bottom: 0px;
  margin-top: 40px;
  padding: 0 60px 0 0;
}

.testimonials2 {
  margin-bottom: 0px;
  margin-top: 40px;
  padding: 0 60px 0 0;
}

div#middle.category {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px 0 20px;
}

hr.devider-db {
	margin: 30px 0 10px 0;
}


a.hover-effect:link, a.hover-effect:visited, a.hover-effect:active {
  text-decoration: none;
  color: #585f69;
}

a.hover-effect:hover {
  text-decoration: none;
  color: #333;
}

.thumbnails h3 {
  font-size: 20px;
  line-height: 140%;
}


div.amenities {
	padding-top: 20px;
}


div#middle.testimonials {
  margin-top: 40px;
  background: #fff;
  padding: 0 20px 0 20px;
}

div#middle.testimonials2 {
  margin-top: 40px;
  background: #fff;
  padding: 0 20px 0 20px;
}

h1.rooms {
	font-size: 29px;
  	text-decoration: none !important;
  	font-family: 'Crimson Text', serif;
  	color: #0A3E66;
	margin-top: 20px;
}
  
.testimonials p a:link, .testimonials p a:visited, .testimonials p a:active {
  text-decoration: none !important;
}

.testimonials2 p a:link, .testimonials2 p a:visited, .testimonials2 p a:active {
  text-decoration: underline !important;
}

.testimonials p a:hover {
  text-decoration: underline !important;
}

.testimonials2 p a:hover {
  text-decoration: none !important;
}


#footer_bottom {
	background: #fff;
	padding: 650px 0 40px 0;
	font-family: 'Open Sans', sans-serif;
}

#footer_bottom h1 {
	text-transform: uppercase;
	color: #8F8888;
	font-size: 17px;
}

#footer_bottom p a:link, #footer_bottom p a:visited, #footer_bottom p a:hover {
	color: #8F8888;
}

#footer_bottom li a:link, #footer_bottom li a:visited, #footer_bottom li a:hover {
	color: #8F8888;
}

#footer_bottom h2{
	  font-size: 17px;
  	margin: 15px 0 20px 0;
	color: #687077;
}

#footer_bottom h1 span {
	display: inline-block;    
}




#footer_bottom h3{
	color: #8F8888;
	font-size: 14px;
	margin-bottom: 50px;
}
#footer_bottom p {
	text-transform: none;
	color: #8F8888;
	font-size: 14px;
	margin: 0 0 10px;
}

#footer_bottom li {
	font-size: 14px;
}

img.rightfeature {
	margin-top: 94px;
}

#middle h1 {
	color: #062843;
	font-size: 29px;
  	text-decoration: none;
  	font-family: 'Crimson Text', serif;
	margin-top: 25px;
  	margin-bottom: 26px;
}

#middle li a:link, #middle li a:visited, #middle li a:active {
  color: #093a62;
  text-decoration: underline;
}

#middle li a:hover {
  color: #093a62;
  text-decoration: none;
}

#middle li.allergy a:link, #middle li.allergy a:visited, #middle li.allergy a:active {
    color: #093a62;
    text-decoration: underline;
}

#middle li.allergy a:hover {
  color: #093a62;
  text-decoration: none;
}

.thumbnail-style {
  padding: 7px;
  margin-bottom: 20px;
  box-shadow: 0 0 2px #ddd;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  min-height: 397px;
}

.thumbnail-style:hover {
  padding: 7px;
  margin-bottom: 20px;
  box-shadow: 0 0 1px #093a62;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  background: #FBFBFD;
}

td.winterhometext2 {
	color: #545454;
	font-size: 18px;
  	font-family: 'Crimson Text', serif;
	line-height: 120%;
	
}

#middle p.menutext {
	color: #545454;
	font-size: 24px;
  	font-family: 'Marcellus SC', serif;
	line-height: 120%;
}

#middle p.menutextbigbold {
	color: #545454;
	font-size: 28px;
	font-weight: 700;
  	font-family: 'Marcellus SC', serif;
	line-height: 120%;
}

#middle p.menutext span.menutextsmall {
	color: #545454;
	font-size: 19px;
  	font-family: 'Marcellus SC', serif;
	line-height: 120%;
}

.floatright {
	float: right;
	margin: 4px 0 20px 20px;
}

.floatright img {
	float: right;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
.sidebar-nav-v1 li ul a {
    color: #555;
    font-size: 12px;
    border-top: solid 1px #ddd;
    padding: 7px 30px 7px 17px;
}	

.sidebar-nav-v1 li a {
    display: block;
    padding: 7px 30px 7px 10px;
    line-height: 120%;
}

#spa_grey {
    padding: 0px 40px 10px 40px;
    background-image: url(/images/bk_spa2.jpg);
    border: double #ccc;
    margin-top: 33px;
}

#spa_grey p {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #545454;
    margin-top: 5px;
}

#middle h2 {
    color: #0A3E66;
    font-size: 26px;
    text-decoration: none;
    font-family: 'Crimson Text', serif;
    margin-top: 25px;
    margin-bottom: 0px;
	font-weight: normal;
}

#spa_menu p {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #545454;
    margin-top: 5px;
}

.callorbooknow {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #fff;
    text-align: center;
	line-height: 200%;
}

.callorbooknow a:link, .callorbooknow a:visited, .callorbooknow a:active {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #fdfdfe;
	text-decoration: underline;
}

.callorbooknow a:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #fdfdfe;
	text-decoration: none;
}

.spabox {
	line-height: 350px;
}

.reasonphoto {
	line-height: 300px;
}

a.toplink:link, a.toplink:visited, a.toplink:active, a.toplink:hover {
	font-family: 'Crimson Text', serif;
    font-size: 24px;
    color: #f2dd77;
	text-decoration: none;
}

a.toplink2:link, a.toplink2:visited, a.toplink2:active, a.toplink2:hover {
	font-family: 'Crimson Text', serif;
    font-size: 24px;
    color: #f2dd77;
	text-decoration: none;
}

a.covidlink:link, a.covidlink:visited, a.covidlink:active {
	font-family: 'Crimson Text', serif;
    color: #fff;
	text-decoration: none;
}

a.covidlink:hover {
	font-family: 'Crimson Text', serif;
    color: #e6d7d7;
	text-decoration: none;
}



.photocaption {
	margin-top: 5px !important;
    font-size: 16px !important;
    line-height: 130%;
}

div.familycaption {
	text-align: center;
	font-size: 16px;
	line-height: 140%;
	margin: 5px 0 10px 0;
}

.familycaption a:link, .familycaption a:visited, .familycaption a:active {
	font-size: 16px;
    color: #073254;
	text-decoration: none;
}

.familycaption a:hover {
	font-size: 16px;
    color: #073254;
	text-decoration: underline;
}

input.reswidget, select.reswidget {
	background: #EFEFEF;
    color: #6c6c6c;
    border-color: #8C8C8C;
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    padding: 0px 2px;
    margin-bottom: 8px;
	height: 24px;
}

a.allrates, a.allrates:link, a.allrates:visited, a.allrates:active {
	color: #333 !important;
	text-decoration: underline !important;
	cursor:default;
}

a.allrates:hover {
	color: #333 !important;
	text-decoration: none !important;
}

table.seasons {
    font-size: 16px;
}

.darkblue {
	background: #062843 !important;
}

.lightblue {
	padding: 10px 10px;
}

.tafooter1 {
    border: 1px solid #aaa;
    padding: 4px;
	margin-top: -18px;
    margin-bottom: -20px;
}

.tafooter2 {
    border: 1px solid #aaa;
    padding: 4px;
	margin-top: -18px;
    margin-bottom: -20px;
}

.footerawards {
	border-bottom: solid 1px #eee;
    background: #062843;
}

.employmentcall {
/*	background-color: #8EC7F4;	*/
	background-color: #fff;
	text-align: center;
	line-height: 110%;
	padding: 5px;
}

.employmentcall a:link, .employmentcall a:visited, .employmentcall a:active {
	font-size: 17px;
    color: #000;
	font-weight: bold;
	text-decoration: none;
}

.employmentcall a:hover {
	text-decoration: underline;
}


.fancyButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
	border-radius:10px !important;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.fancyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
	color:#ffffff;
	text-decoration: none;
}
.fancyButton:active {
	position:relative;
	top:1px;
}

.squarefootage {
	color: #0A3E66;
}


.squarefootagebland {
	color: #525252;
	font-weight: 100;
}

.sqftcaption {
	color: #0A3E66; 
	font-size: 23px; 
	text-decoration: none; 
	font-family: 'Crimson Text', serif;
	text-align: center;
	margin-top: -3px;
	font-weight: 600;
}

.roomdenomination {
	color: #172c3c; 
	font-size: 26px; 
	text-decoration: none; 
	font-family: 'Crimson Text', serif;
}

.footernav ul.nav.navbar-nav {
	margin-top: -15px;
	padding-top: 10px;
}

.footer-socials li a img {
	margin-top:-3px;
}


.testimonials p a.healcode-link.healcode-gift-card-text-link:link {
    text-decoration: underline !important;
}

.testimonials p a.healcode-link.healcode-gift-card-text-link:hover {
    text-decoration: none !important;
}


.donot {
	font-weight: bold;
}

p.caption {
	font-size: 19px;
    text-align: center;
    font-family: 'Crimson Text', serif;
}


#middle #table a.optional {
    color: #337ab7;
    text-decoration: underline;
}

#middle #table a.optional:hover {
    color: #337ab7;
    text-decoration: none;
}


        
.twentyfivepercent {
    background: #7D0000;
    position: relative;
    right: -15px;
    padding: 0;
    border-left: 1px solid #fff;
}

.twentyfivepercent:hover {
    background: #7D0000 !important;
}


#middle h1.spaheader {
    margin-top: 18px; 
    font-size: 33px;
} 


a.healcode-link.healcode-pricing-option-text-link {
    border: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #153353;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px !important;
}

a.healcode-link.healcode-pricing-option-text-link:hover {
    background: #184f86;

}


















/*responsive*/
@media only screen and (max-width: 500px){
	.lodge {
		background-position-x: -130px !important;
	}
	

	
	
}

@media only screen and (max-width: 767px) {
	

	#header-top {
		background: rgba(5, 38, 64, 0.7);
	}

	#header-top .nav-pills,
	#header-top .nav-pills li{
		float: none;
	}
	#header-top .nav-pills{
		text-align: center;
	}
	#header-top .nav-pills li a{
		padding: 0px 0;
	}
	#header-top .nav-pills a{
		font-size:19px;
		padding: 0 20px;
	}
	.logo{
		text-align: center;
	}
	.da-slider{
		height: 260px;
		margin-top: -40px;
		/*	background-size: 100%;	*/
	}
	.da-slider2{
		height: 222px;
		margin-top: auto;
		/*	background-size: 100%;	*/
	}
	.da-slider3{
		height: 0px;
		margin-top: auto;
		/*	background-size: 100%;	*/
	}
	#text{
		right: 64px;
		bottom: 0;
		text-align: center;
	}
	#text h2{
		font-size: 25px;
		margin-right: 0;
	}
	#middle{
		margin: 0;
		position: static;
	}
	#left{
		margin: 20px 0;
	}
	.footer-v1 .copyright{
		padding: 0 0 0 0;
		background: transparent;
		background-color:#093B62;
	}
	.footer-v1 .copyright p, .footer-v1 .copyright p a{
		text-align: center;
	}
	.footer-v1 .copyright p span{
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}
	.footer-v1 .copyright, .footer-v1 .footer-socials{
		text-align: center;
	}
	.cbp-animation-slideLeft .cbp-item{
		width: auto !important;
		height: auto !important;
	}
	.header .navbar-nav li{
		position: relative;
		display: block;
		width: auto;
		padding: 0;
	}
	.header{
		background: #093B62;
	}
	#last{
		position: static;background: transparent;
		padding: 0;
	}
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
		color: #fff;
	}
	.navbar-toggle{
		top: 10px;
	}
	#left{
		margin: 0;
	}
	.space{
		background: transparent;
	}
	#main{
		background: #093B62;
	}
	.navbar-collapse{
		box-shadow: none;
	}
	.header .navbar-nav  li a:hover,
	.header .navbar-nav  li a:focus{
		background: #fff !important;
		color: #000;
	}
	.fa-bars{
		font-size: 30px;
	}
	
	.tablesaw-advance {
		display: inline-block;
		margin-right: 10px;
		display: none;
	}
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
		font-size: 12px;
	}
	body{
		overflow-x: hidden;
	}
	#middle #border_table{
		border: none !important;
	}
	#middle #table td:nth-child(5){
		border-right: 1px solid #E2E0D3 !important;
	}
	.tablesaw-swipe .tablesaw-cell-persist:nth-child(1){
		border-left: 1px solid #E2E0D3 !important;
	}
	.tablesaw tbody tr{
		border-bottom: 1px solid #E2E0D3;
	}
	#middle #table th,
	#middle #table th a{
		font-size: 12px;
	}
	#last{
		border: none;
	}
	.footer-v1{
		margin-top: 0px;
	}
	
	#middle .text {
		font-size: 18px;
	}

	#middle li {
		font-size: 18px;
	}

	#middle h2 {
		font-size: 23px;
	}
	
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  padding: 0px;
}

.tablesaw-swipe .tablesaw-cell-persist:nth-child(1)  {
  padding-left: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist  {
  padding-left: 5px;
}

.space {
  padding: 22px 5px;
}

#middle #table td.allprices {
	padding: 5px;
	font-size: 12px;
}

.testimonials {
  margin-bottom: -10px;
  margin-top: 15px;
  padding: 0;
}

.testimonials2 {
  margin-bottom: -10px;
  margin-top: 15px;
  padding: 0;
}

.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
  padding: 20px 20px;
}

.testimonials2.testimonials-v1 p, .testimonials2.testimonials-v2 p {
  padding: 20px 20px;
}

	.btn-u.btn-u-default {
 		margin-top: 10px;
		font-size: 13px;
	}
	
	div.amenities {
	padding-top: 0px;
}

.header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
  color: #093b62;
}

.header .navbar-nav .open .dropdown-menu > li > a {
  color: #DBDBDB;
}

div#middle.testimonials {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px 0 20px;
}

div#middle.testimonials2 {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px 0 20px;
}

img.rightfeature {
	margin-top: 34px;
}

.floatright {
	float: left;
	margin: 0px 0 20px -13px;
}

.floatright img {
	float: left;
}

p.roomdescription {
	display: none;
}

a.rooms:link, a.rooms:visited, a.rooms:active {
  font-size: 24px;
  line-height: 120%;
  text-decoration: none !important;
  font-family: 'Crimson Text', serif;
}

a.rooms:hover {
  font-size: 24px;
  line-height: 120%;
  text-decoration: underline !important;
  font-family: 'Crimson Text', serif;
}

p.roomcapacity {
	margin-top: 0 !important;
	font-size: 18px !important;
}

.footernav li {
    position: relative;
    display: block;
    width: auto;
    padding: 0;
	background: #093B62;
}

.footernav li a:link, .footernav li a:visited, .footernav li a:active {
	font-size: 23px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Crimson Text', serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
	border-bottom: solid 1px #eee;
	padding: 9px 10px;
}

.footernav li a:hover {
	background: #fff !important;
    color: #000;
}

.thumbnail-style {
  min-height: 0;
}

hr.devider-db {
    margin: 10px 0 0px 0;
}

#middle p {
	  margin-top: 15px;
	  font-size: 19px;
}

.spabox {
	line-height: inherit;
}

.reasonphoto {
	line-height: inherit;
}

#middle h2.roomdetail {
    display: none;
	}
	
.header .navbar-nav li a:hover{
	border-bottom: 1px solid #eee;
	color: #fff;
}

.logo img {
    padding: 10px 0 0 0 !important;
}

.navbar-nav {
    /*margin: 0px -15px;*/
    margin: 0;
}
.footernav li a{
	margin:0!important;
}

/*.rankedinalta {
    margin-right: -30px;
}*/

.lowerfooter {
    /*margin-right: -30px;*/
    margin-right: -15px;
	background-color: #093b62;
}

.tafooter1 {
    border: 1px solid #aaa;
    padding: 4px;
	margin: -18px auto -32px auto;
}

.tafooter2 {
    border: 1px solid #aaa;
    padding: 4px;
	margin: -18px auto -20px auto;
}
    
.twentyfivepercent {
    right: 0px;
}

.slidercenter {
      background-position: center !important;  
    }



}

@media only screen and (min-width: 768px) and (max-width: 989px){

#middle #border_table{
	border: none !important;
}
#middle #table td:nth-child(5){
	border-right: 1px solid #E2E0D3 !important;
}
.tablesaw-swipe .tablesaw-cell-persist:nth-child(1){
	border-left: 1px solid #E2E0D3 !important;
}
.tablesaw tbody tr{
	border-bottom:1px solid #E2E0D3 ;
}
	
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
		font-size: 12px;
	}
	#middle #table th,
	#middle #table th a{
		font-size: 12px;
	}


	#header-top {
		background: rgba(5, 38, 64, 0.8);
	}

	#header-top .nav-pills li a{
		padding: 10px 15px;
	}
	#left,
	#middle,
	#right{
		margin: 40px 0 20px;
		position: static;
	}
	.cbp-animation-slideLeft .cbp-item{
		width: auto !important;
		height: auto !important;
	}
	.navbar-toggle{
		display: inline-block;
		margin-top: 15px;
	}
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
		color: #fff;
	}
	.navbar-collapse{
		box-shadow: none;
	}
	.header .navbar-nav  li a:hover,
	.header .navbar-nav  li a:focus{
		background: #fff !important;
		color: #000;
	}
	.header .navbar-nav li{
		position: relative;
		display: block;
		width: auto;
		padding: 0;
	}
	.header{
		background: #093B62;
	}
	#last{
		position: static;
		background: transparent;
		padding: 0;
		
	}
	#last a{
		border-bottom: none;
	}
	.footer-v1 .copyright{
		padding: 0 0 10px 0;
		background: transparent;
		background-color:#093B62;
	}
	.footer-v1 .copyright p, .footer-v1 .copyright p a{
		text-align: center;
	}
	.footer-v1 .copyright p span{
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}
	.footer-v1 .copyright, .footer-v1 .footer-socials{
		text-align: center;
	}
	.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p{
		font-size: 22px;
  		padding: 20px 40px;
	}
	.testimonials2.testimonials-v1 p, .testimonials2.testimonials-v2 p{
		font-size: 22px;
  		padding: 20px 40px;
	}
	.da-slider{
		margin-top: -40px;
		height: 420px;
	}
	.da-slider2{
		margin-top: 0;
		height: 220px;
	}
	.da-slider3{
		margin-top: 0;
		height: 0px;
	}
	.fa-bars{
		font-size: 30px;
	}
	.space{
		background: transparent;
	}
	.tablesaw-advance{
		display: none;
		margin-right: 10px;
	}
	
	.testimonials {
  		margin-top: 30px;
  		padding: 0;
	}
	
	.testimonials2 {
  		margin-top: 30px;
  		padding: 0;
	}

	.btn-u.btn-u-default {
 		margin-top: 10px;
	}
	
		.header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
  color: #093b62;
}

.header .navbar-nav .open .dropdown-menu > li > a {
  color: #DBDBDB;
}
	
div#middle.testimonials {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px 0 20px;
}

div#middle.testimonials2 {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px 0 20px;
}

	.thumbnail-style {
  min-height: 272px;
}

.footernav ul.navbar-nav {
	float: none;
}

.footernav li {
    position: relative;
    display: block;
    width: auto;
    padding: 0;
	background: #093B62;
	float: none;
}

.footernav li a:link, .footernav li a:visited, .footernav li a:active {
	font-size: 23px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Crimson Text', serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
	border-bottom: solid 1px #eee;
	padding: 9px 10px;
}

.footernav li a:hover {
	background: #fff !important;
    color: #000;
}

.footer-v1{
		margin-top: 0px;
	}

.header .navbar-nav li a:hover{
	border-bottom: 1px solid #eee;
	color: #fff;
}

.reservations {
		background-position-x: 0px !important;
	}
    
.twentyfivepercent {
    right: 0px;
}

}

@media only screen and (min-width: 990px) and (max-width: 1260px){

#middle #border_table{
	border: none !important;
}
#middle #table td:nth-child(5){
	border-right: 1px solid #E2E0D3 !important;
}
.tablesaw-swipe .tablesaw-cell-persist:nth-child(1){
	border-left: 1px solid #E2E0D3 !important;
}
.tablesaw tbody tr{
	border-bottom:1px solid #E2E0D3 ;
}
	
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
		font-size: 12px;
	}
	#middle #table th,
	#middle #table th a{
		font-size: 12px;
	}
	.navbar-toggle{
		display: inline-block;
	}
	#left,
	#middle,
	#right{
		margin: 40px 0 20px;
		position: static;
	}
	.cbp-animation-slideLeft .cbp-item{
		width: auto !important;
		height: auto !important;
	}
	.header .navbar-nav > li > a{
		padding: 12px 0;
		font-size: 14.5px;
	}
	#last{
		padding-left: 3px;
	}
	#last a{
		font-size: 13px;
	}
	.header .navbar-nav li{
		padding: 20px 0;
	}
	.header .navbar-nav .dropdown-menu li a{
		font-size: 16px;
	}
	.header .dropdown-menu{
		min-width: 200px;
	}
	.footer-v1 .copyright{
		padding: 0;
	}
	.header .navbar-nav #last a{
		padding: 0 !important;
	}
	.space{
		background: transparent;
		padding: 22px 13px;
	}
	.tablesaw-advance{
		display: none;
		margin-right: 10px;
	}
	
	.testimonials {
  		padding: 0;
	}
	
	.testimonials2 {
  		padding: 0;
	}
	
	.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
		  font-size: 22px;
		  padding: 20px 80px;
	}
	
	.testimonials2.testimonials-v1 p, .testimonials2.testimonials-v2 p {
		  font-size: 22px;
		  padding: 20px 80px;
	}
	
	.testimonial-author{
			margin-right: 0px;
	}
	
	.btn-u.btn-u-default {
 			margin-top: 10px;
	}
	
	.thumbnails h3 {
  font-size: 17px;
  line-height: 140%;
}

	.thumbnail-style {
  min-height: 247px;
}

.fa-bars {
    font-size: 30px;
	color: #fff;
}

.lodge {
		background-position-x: -280px !important;
	}




	
}




@media only screen and (min-width: 1800px) {
	
.da-slider {
    height: 770px;
}
    
#middle h1.spaheader {
    margin-top: 120px; 
} 
	
}





@media only screen and (min-width: 1260px) {
	.header .navbar-nav li a{
		font-size: 18px;
		padding:5px 0;
	}
	.header .navbar-nav #last a{
		padding: 0 !important;
	}
	#last{
		padding: 0 10px;
	}
	.cbp-animation-slideLeft .cbp-item{
		width: auto !important;
		height: auto !important;
	}
	#header-top .nav-justified a{
		font-size: 20px;
	}
	.tablesaw-advance{
		display: none;
		margin-right: 10px;
	}
	#middle #table th,
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
		font-size: 14px;
	}
	
	.header .navbar-nav .dropdown-menu li a {
		font-size: 19px;
		padding-left: 30px;
	}
	
	.thumbnail-style {
  min-height: 342px;
}

}

@media only screen and (min-width: 1260px) and (max-width: 1460px) {
	
	.thumbnail-style {
  min-height: 276px;
}
	


}


@media only screen and (min-width: 1350px) {

	td.widget1 {
		width: 330px; 
		text-align: left;
	}
	
	td.widget2 {
		text-align: center;
	}
	
	td.widget3 {
		width: 200px; 
		text-align: right;
	}
	
	.rankedinalta {
		display: none;
	}
	
	.conferences {
		background-position-y: 40px !important;
	}
	
}


@media only screen and (min-width: 1280px) and (max-width: 1350px){
	
	td.widget1 {
		width: 280px; 
		text-align: left;
	}
	
	td.widget1 span {
		display: none !important;
	}
	
	td.widget2 {
		text-align: center;
	}
	
	td.widget3 {
		width: 200px; 
		text-align: right;
	}
	
	.rankedinalta {
		display: none;
	}
	
	.conferences {
		background-position-y: 40px !important;
	}
	
}

@media only screen and (min-width: 1260px) and (max-width: 1280px){
	
	a.toplink:link, a.toplink:visited, a.toplink:active, a.toplink:hover {
    font-size: 22px;
	}
	
	a.toplink2:link, a.toplink2:visited, a.toplink2:active, a.toplink2:hover {
    font-size: 22px;
	}

	td.widget1 {
		width: 280px; 
		text-align: left;
	}
	
	td.widget1 span {
		display: none !important;
	}
	
	td.widget2 {
		text-align: center;
	}
	
	td.widget3 {
		width: 200px; 
		text-align: right;
	}
	
	.rankedinalta {
		display: none;
	}
	
	.conferences {
		background-position-y: 40px !important;
	}
	
}


@media only screen and (min-width: 990px) and (max-width: 1260px){
	
	.rankedinalta {
		padding-left: 12px;
    	border-bottom: 1px solid #fff;
    	line-height: 40px;
		background-color: #051f35;
	}
	
	.reservations {
		background-position-x: 0px !important;
		background-position-y: 0px !important;
	}
	
	.conferences {
		background-position-y: 80px !important;
	}
	
	
	

	
}

@media only screen and (max-width: 990px) {
	
	.rankedinalta {
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		padding-top: 10px;
		background-color: #051f35;
	}
	
	.twentyfivepercent {
    border-left: 0;
}
    
    .header .nav-justified > li.twentyfivepercent:hover > a {
    color: #fff;
}
	
	
}







@media only screen and (max-width: 1260px){
	
	a.toplink:link, a.toplink:visited, a.toplink:active, a.toplink:hover {
    font-size: 22px;
	}
	
	a.toplink2:link, a.toplink2:visited, a.toplink2:active, a.toplink2:hover {
    font-size: 22px;
	}

	td.widget1 {
		display: none !important;
	}
	
	td.widget1 img {
		display: none !important;
	}
	
	td.widget2 {
		text-align: left;
	}
	
	td.widget3 {
		width: 200px; 
		text-align: right;
	}
	
	
	
}

@media only screen and (max-width: 500px){
	
	.reservations {
		    background-position-x: -100px !important;
	}
	
	#fame{
		left: 10px;
		bottom: 10px;
		text-align: center;
	}
	#fame img{
		max-width: 90px;
	}
	
	#fame2{
		left: 10px;
		bottom: 10px;
		text-align: center;
	}
	#fame2 img{
		max-width: 90px;
	}
	
	#choice{
		left: 10px;
		bottom: 10px;
		text-align: center;
	}
	#choice img{
		max-width: 90px;
	}
    
    #choiceright {
		right: 10px;
		bottom: 10px;
		text-align: center;
	}
	#choiceright img{
		max-width: 90px;
	}
	
	
}

@media only screen and (max-width: 990px){
	
	.thirdrow {
		    display: none;
	}
	
	
}

@media only screen and (min-width: 1261px){
	
	.thirdrow {
		    display: none;
	}
	
	
}



@media only screen and (min-width: 501px) and (max-width: 1030px){
	
	#fame{
		left: 10px;
		bottom: 10px;
		text-align: center;
	}
	#fame img{
		max-width: 112px;
	}
	
	#fame2{
		left: 10px;
		bottom: 10px;
		text-align: center;
	}
	#fame2 img{
		max-width: 112px;
	}
	
	#choice{
		left: 10px;
		bottom: 10px;
		text-align: center;
	}
	#choice img{
		max-width: 112px;
	}
    
    #choiceright {
		right: 10px;
		bottom: 10px;
		text-align: center;
	}
	#choiceright img{
		max-width: 112px;
	}
	
	
	

	
}



@media only screen and (min-width: 1261px) and (max-width: 1770px) {
    .header .nav-justified li.twentyfivepercent {
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
}


@media only screen and (min-width: 1261px) and (max-width: 1510px) {
    .header .nav-justified li a {
    font-size: 14px;
}
}

@media only screen and (min-width: 990px) and (max-width: 1160px) {
    .nav>li>a {
    padding: 10px 5px;
}
}







