html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    height: auto;
    display:block;
    font-family: museo-sans, sans-serif;
    font-weight:300;
}

.standard-content-area {
    margin-top:50px;
    padding-left:6px;
    padding-right:6px;
}

p, html, li {
    font-family: museo-sans, sans-serif;
    font-weight:300;
    color:#425a65;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.03rem;
}

@media screen and (min-width: 800px) {
  p, html, li {
    font-size: calc(14px + 5 * ((100vw - 800px) / 1000));
  }
}
@media screen and (min-width: 1800px) {
  p, html, li {
    font-size: 19px;
  }
}

.id5 .panel li {
    margin-bottom:5px;
}

a {
    color:#425a65;
    border-bottom: 1px solid #425a65;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight:500;
}

a:hover, a:focus {
    color:#f49a58;
    border-bottom:1px solid #f49a58;
}

.panel a {
    border-bottom:0;
    position:relative;
    display:inline-block;
    color:#f49a58;
}

.id1 .panel a {
    color:#425a65;
}

.panel a:hover {
    color:#425a65;
}

.id1 .panel a:hover {
    color:#f49a58;
}

.panel a:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background-color: #f49a58;
    left: 0;
    bottom: 2px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.id1 .panel a:after {
    background-color:#425a65;
}

.panel a:hover:after, .panel a:focus:after {
    background-color: #425a65;
}

.id1 .panel a:hover:after, .id1 .panel a:focus:after {
    background-color: #f49a58;
}



strong {
    font-weight:500;
}

h1 {
    font-family: museo-sans, sans-serif;
    font-weight: 100;
    color: #425a65;
    font-size: 2rem;
    line-height: 1.3;
}

h2 {
    font-family: 'Fjalla One', sans-serif;
    font-weight:300;
    color:#425a65;
    font-size:1.85rem;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:1rem;
    letter-spacing: 0.03rem;
    line-height:1.2;
}

h3 {
    font-family: museo-sans, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color:#425a65;
    line-height: 1.3;
}

h4, h5 {
    font-family: museo-sans, sans-serif;
    font-weight:300;
    color:#425a65;
}



.button, .panel a.button, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:visited {
    border: 1px solid #6e8591 !important;
    background-color: white;
    color: #425a65;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 40px 10px;
    font-weight: 300;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button:after {
    display:none;
}

.button:hover, .button:focus, .panel a.button:hover, .panel a.button:focus, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:focus, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:hover {
    border: 1px solid #f49a58 !important;
    background-color: #f49a58;
    color: white;
}

.footer {
    background-color: #425a65;
    padding: 15px;
    background-image: url(../img/bird-icon.svg);
    background-size: 81px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer p {
    font-size:12px;
}

.lower-footer p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    letter-spacing:0;
}

.lower-footer p a {
    font-weight:700;
    border-bottom:1px solid white;
}

.lower-footer p a:hover, .lower-footer p a:focus {
    color:#425a65;
    border-bottom:1px solid #f49a58;
}

.panel {
    margin-bottom:12px;
    padding:55px 30px 50px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
}
.panel.pale-orange {
    background-color:#f5ede1;
}
.panel.dark-blue {
    background-color:#425a65;
}
.panel.pale-blue {
    background-color:#95abb8;
}

.panel.standard {
    padding: 55px 30px 50px;
}

.panel.medium {
    padding: 95px 30px 90px;
}

.panel.large {
    padding: 110px 30px 180px;
}

.panel.dark-blue p, .panel.pale-blue p, .panel.dark-blue h2, .panel.pale-blue h2, .panel.pale-blue h1, .panel.pale-blue p a, .panel.pale-blue li {
   color:white;
}

.panel.dark-blue p a {
    color:#f49a58;
}

.panel.dark-blue p a:hover {
    color:white;
}

.panel.dark-blue p a:hover:after {
    background-color:white;
}

.panel.pale-blue p a:after {
    background-color:white;
}

.panel.pale-blue p a:hover, .panel.pale-blue p a:focus {
    color:#425a65;
}

.panel.pale-blue p a:hover:after, .panel.pale-blue p a:focus:after {
    background-color:#425a65;
}

.inner-panel {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.inner-panel-inner {
    background-color: rgba(245, 237, 225, 0.85);
    display: table-cell;
    vertical-align: middle;
    padding: 40px 30px 30px;
    width: 39rem;
    position:relative;
}

.inner-panel-inner.with-icon {
    padding-bottom:120px;
}

.medium-5 .inner-panel-inner {
    width:27rem;
}

.panel.with-icon {
    padding-bottom:120px;
}

.large.with-icon {
    padding-bottom:170px;
}

.large.with-icon .icon-outer {
    bottom:95px;
}

.column, .columns {
    padding-right: 6px;
    padding-left: 6px;
}

.row.expanded {
    padding-left: 6px;
    padding-right: 6px;
}

.medium-7 .panel .quote p {
    max-width: 43rem;
    margin-bottom:0.5rem;
}

.panel p.quote-heading {
    font-weight: 700;
    color: #f49a58;
    font-size: 1.2rem;
    margin-bottom:0.5rem;
}

.panel p, .panel h2, .panel h1, .panel.text-left ul, .panel.text-left ol, .panel.text-left table {
    margin-left: auto;
    margin-right: auto;
}

.medium-4 .panel p {
    max-width: 22rem;
}

.medium-4 .panel h2 {
    max-width: 17rem;
}

.medium-5 .panel p, .medium-5 .panel h2 {
    max-width: 24rem;
}

.medium-6 .panel h1 {
    max-width: 34rem;
}

.medium-6 .panel p, .medium-6 .panel h2 {
    max-width: 26rem;
}

.medium-7 .panel p, .medium-7 .panel h2 {
    max-width: 31rem;
}

.medium-7 .panel .inner-panel-inner p, .medium-7 .panel .inner-panel-inner h2 {
    max-width: 28rem;
}

.medium-8 .panel p, .medium-8 .panel h2 {
    max-width: 31rem;
}

.medium-12 .panel p, .medium-12 .panel h2, .medium-12 .panel h1, .medium-12 .panel ul, .medium-12 .panel ol, .medium-12 table {
    max-width: 44rem;
}

.medium-12 .panel.rooms-intro-panel p, .medium-12 .panel.rooms-intro-panel h2, .medium-12 .panel.rooms-intro-panel h1 {
    max-width: 46rem;
}

.panel.text-left ul, .panel.text-left ol {
    padding-left:1rem;
}

.id1 .medium-12 .panel p, .id1 .medium-12 .panel h2, .id1 .medium-12 .panel h1 {
    max-width: 38rem;
}

table tbody, table tfoot, table thead, table tbody tr:nth-child(even) {
    background-color: transparent;
}

.panel td {
    background-color: rgba(255,255,255,0.2);
    vertical-align: top;
    padding: 0.4rem;
}





.row.expanded.header-area {
    display:table;
    width:100%;
    padding-left:12px;
    padding-right:12px;
}

.header-nav {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    float: none !important;
    max-width: 75%;
}

.header-nav ul, .footer-nav ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0.7rem;
}

.footer-subnav ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom:5px;
}

.footer-subnav {
    margin-top:90px;
}

.header-nav ul li {
    display:inline-block;
    margin-left:15px;
}

.footer-nav ul li {
    display:inline-block;
    margin-left:7px;
    margin-right:7px;
    margin-bottom: 10px;
}

.footer-subnav ul li {
    display:inline-block;
    margin-left:10px;
}

.footer-subnav ul li:after {
    content: '\2022';
    color: white;
    margin-left: 10px;
    font-size: 11px;
}

.footer-subnav ul li:last-of-type:after {
    content: '';
    margin-left:0;
}

.header-nav ul li a, .footer-nav ul li a {
    color: #425a65;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom:1px solid white;
    position:relative;
    font-weight:300;
    font-size: 13px;
}

.footer-subnav ul li a, .footer-subnav p {
    font-size:12px;
    font-weight:300;
    color:white;
    margin-bottom:5px;
    letter-spacing:0;
}

.footer-nav ul li a, .footer-subnav ul li a, .footer-subnav p a {
    color:white;
    border-bottom:1px solid #425a65;
    font-weight:300;
}


.header-nav ul li a:after, .footer-nav ul li a:after {
  position: absolute;
  width: 2px;
  height: 170%;
  background-color: white;
  content: ".";
  color:white;
  margin-left: -2px;
}

.footer-nav ul li a:after {
  background-color: #425a65;
  color:#425a65;
}

.footer-address-area {
    width:49%;
    text-align:left;
    display:inline-block;
}

.footer-address-area p {
    display:inline-block;
    margin-right:25px;
}

.footer-copyright-area {
    width:49%;
    text-align:right;
    display:inline-block;
}

.header-nav ul li.active a, .header-nav ul li a:hover, .footer-nav ul li.active a, .footer-nav ul li a:hover, .footer-subnav ul li.active a, .footer-subnav ul li a:hover, .footer-subnav p a:hover {
    border-bottom:1px solid #f49a58;
}

.header-logo {
    width: 13rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-width:130px;
}

.header-logo-link, .header-logo-link:hover, .header-logo-link:focus {
    border-bottom:0;
}

.icon {
    width: 4.5rem;
    margin-top: 1.2rem;
}

.rooms-intro-panel .icon {
    width: 11rem;
    margin-top: 0.5rem;
}

.icon-outer {
    position: absolute;
    bottom: 45px;
    width: 100%;
    margin-left: -30px;
}

.booking-panel {
    background-color: white;
    max-width: 60rem;
    margin: 0 auto;
    height: 500px;
    border: 1px solid #425a65;
    padding-right: 1px;
}

.great-outdoors-panel {
    width:30%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    margin-left:6px;
    margin-right:6px;
    padding: 40px 75px;
}


.owl-carousel .owl-dots {
    position:absolute;
    bottom:10px;
    left:30px;
}

.owl-carousel button.owl-dot {
    background-color: rgba(255,255,255,0.5);
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius:50%;
    outline:none;
}

.owl-carousel button.owl-dot.active {
    background-color: rgba(255,255,255,1);
}

.bedroom-image {
    background-size:cover;
    background-position:center center;
    min-height:300px;
}

.bedroom-text-panel h2 span.room-size {
    color:#95abb8;
}

.bedroom-text-panel.pale-blue h2 span.room-size {
    color:#5a717d;
}

.bedroom-icons img {
    display: inline-block;
    height: 3rem;
    margin-right: 15px;
}

.bedroom-icons p {
    display: inline-block;
    max-width: 250px;
    vertical-align: middle;
    margin-bottom: 0;
}

.bedroom-icons {
    display:inline-block;
    width: 49%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left:30px;
    padding-right:30px;
    text-align:left;
}

.bedroom-icons:first-of-type {
    border-right:2px solid white;
    text-align:right;
}

.pale-orange .bedroom-icons:first-of-type {
    border-right:2px solid #425a65;
}

.room-price {
    margin-bottom: 40px;
    margin-top: 25px;
}

.quotes-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.get-in-touch-area {
    max-width: 34rem;
    margin-left:auto;
    margin-right:auto;
}

.id29 .panel {
    padding-left: 24px;
    padding-right: 24px;
    min-height: calc(100vh - 370px);
}

.template7 .panel, .template11 .panel {
    min-height: calc(100vh - 370px);
}

.template7 p, .template7 h1, .template7 h2, .template7 h3, .template11 p, .template11 h1, .template11 h2, .template11 h3 {
    max-width:none !important;
}

.id5 .panel ul {
    list-style-type: none;
    text-align: center;
    margin:0;
}

.gallery-carousel p {
    margin-top:20px;
}

.owl-prev svg, .owl-next svg {
    height:25px;
    width:18px;
    fill:white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-prev svg:hover, .owl-next svg:hover {
    fill:#f49a58;
}

.owl-prev {
    position: absolute;
    top: 47%;
    color: white;
    left: 30px;
    outline:none;
}

.owl-next {
    position: absolute;
    top: 47%;
    color: white;
    right: 30px;
    outline:none;
}

.quotes-carousel .owl-prev {
    left: 0px;
}

.quotes-carousel .owl-next {
    right: 0px;
}

.quotes-carousel.owl-carousel .owl-item {
    padding-right: 50px;
    padding-left: 50px;
}

.gallery-thumbnails {
    margin-top:20px;
}

.gallery-thumbnails img {
    margin-bottom:12px;
}

.gallery-thumbnails a {
    display:block;
}

.gallery-thumbnails a:after {
    display:none;
}

.NVGWidget {
    min-height: 550px;
}

.NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 #thedmsEventsAtVenueGrid td, .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 .thedmsEventsAtVenueGrid td {
    background: rgba(255,255,255,0.2);
    color: white;
    border: none !important;
    padding: 8px 20px;
    font-weight:500;
    text-align:left;
    vertical-align: top;
}

.NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 #thedmsEventsAtVenueGrid td a, .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 .thedmsEventsAtVenueGrid td a, .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 #thedmsEventsAtVenueGrid td a:visited, .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 .thedmsEventsAtVenueGrid td a:visited {
    color: white;
    text-decoration: underline;
}

.panel .NVGWidget a:after {
    display:none;
}

.panel .NVGWidget a:hover {
    color:#425a65;
}

.panel .NVGWidget a:hover:after {
    display:none;
}




.NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent table, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent table tbody, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent table tr {
    background: transparent;
}

.NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 #thedmsEventsAtVenueGrid, .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 .thedmsEventsAtVenueGrid {
    background: transparent;
    margin-top:30px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.NVGWidget .NVGWidgetContent {
    font-family: inherit;
}

#ddlDays {
    width: 80px;
}

#ddlMonths {
    width: 170px;
}

#divcal span, .NVGWidgetFooter {
    color:white;
}

.NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:after, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:visited:after, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:before, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:visited:before {
    display:none;
}

.NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a, .NVGWidget.YS-DYC.default .NVGWidgetContent .dynamicContent .thedmsEnhancedLink a:visited {
    float: none;
    margin-top:20px;
}

.NVGWidget.YS-DYC.default .NVGWidgetFooter {
    background-image: none;
}

.badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    width: 24%;
    max-width: 130px;
    text-align: right;
}

.badge a {
    border-bottom:0;
}

.badge a:after {
    display:none;
}















/* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width: 19px;
    height: 18px;
    float: right;
    margin-bottom: 2rem;
}

#trigger-overlay svg {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    fill:#425a65;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #425a65;
	z-index:9999;
	padding-top:30px;
}

.overlay .overlay-close {
    float:right;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
	margin-top: 0px;
}

.overlay .overlay-close svg {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    fill:white;
}

.overlay .overlay-close svg {
    width:18px;
    height:18px;
}

.overlay-navigation ul {
    margin:40px 0 0 0;
    list-style-type:none;
    text-align:center;
}

.overlay-navigation li {
    margin-bottom:15px;
}

.overlay-navigation ul li a {
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #425a65;
}

.overlay-navigation ul li.active a {
    border-bottom: 1px solid #f49a58;
}

.overlay-smallprint {
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;
}

.overlay-copyright {
    color:white;
    font-size:12px;
}



/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}



















/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff; 
display: block;  
z-index: 9999999999; 
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}

/*Form Styles
========================================================================= */

.form-error{
    color: red;
    font-weight: 400;  
}

.callout.warning, .callout.warning p {
    background-color: transparent;
    color: red;
    font-weight:400;
    padding:0;
    font-size:0.8rem;
}

.is-invalid-input:not(:focus) {
    border: 1px solid red;
    background-color: white;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

#contactForm {
    margin-top: 35px;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 11px .75em .6875em;
    margin: 0 0 1rem;
    font-family: inherit;
    color: #425a65;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
 -webkit-transition: -webkit-box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    border:0;
    font-size: 1rem;
    text-align:center;
    font-weight:300;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95abb8;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #95abb8;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #95abb8;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #95abb8;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95abb8;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95abb8;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #95abb8;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #95abb8;
}

.g-recaptcha div {
    margin:0 auto 20px;
}

select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #88898c;
    font-size: .9375em;
    height: 3em;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}


/* Cookie policy
========================================================================== */

#cookiePanel {
    background: #95abb8;
    width: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
	position: fixed;
    bottom: 0;
}


#cookiePanel p {
    margin: 0;
    color: #fff;
	font-size: 13px;
	line-height:1.3;
}

#cookiePanel p a {
    color: #fff;
    font-size: 13px;
	margin: 0;
	text-decoration:underline;
	border-bottom:none;
} 

#cookiePanel p a:after {
    display:none;
}

#cookieNoshow {
    margin-bottom:0;
    padding: 12px 30px 10px;
}

#cookieNoshow:hover {
    border-color:white;
}







/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    #cookieNoshow {
        margin-top: 15px;
        padding: 7px 10px;
    }
    .footer-nav ul li a {
        font-size: 12px;
    }
    .footer-subnav {
        margin-top: 40px;
    }
    .panel.with-image {
        min-height: 250px;
    }
    .panel.with-image.large {
        min-height: auto;
    }
    .panel.large, .panel.medium {
        padding: 55px 20px 50px;
    }
    .panel.with-icon {
        padding-bottom:120px;
    }
    .header-logo {
        width: 11rem;
    }
    .bedroom-icons {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-top: 5px;
        margin-bottom:10px;
    }
    .bedroom-icons:first-of-type, .pale-orange .bedroom-icons:first-of-type {
        border-right: 0;
        text-align: center;
        margin-top: 0px;
        margin-bottom:0px;
    }
    .bedroom-icons img, .bedroom-icons p {
        margin-top: 10px;
    }
    .bedroom-image {
        min-height: 250px;
    }
    .id1 .container:nth-of-type(2) .panel.large, .id28 .container:nth-of-type(2) .panel.large, .id22 .container:nth-of-type(2) .panel.medium {
        padding-bottom:100px;
    }
    .booking-panel {
        height: 400px;
    }
    .large.with-icon .icon-outer {
        bottom: 60px;
    }
    .id27 .panel {
        padding: 30px 10px 30px;
    }
    .owl-prev {
        top: 35%;
        left: 15px;
    }
    .owl-next {
        top: 35%;
        right: 15px;
    }
    .great-outdoors-panel {
        width: 100%;
        display: block;
        padding: 30px 20px 15px;
    }
    .bedroom-text-panel h2 span.room-size {
        display:block;
    }
    .bedroom-text-panel h2 span.room-divider-dot {
        display:none;
    }
    .quotes-carousel .owl-prev {
        left: 30%;
        bottom: -40px;
        top: auto;
    }
    .quotes-carousel .owl-next {
        right: 30%;
        bottom: -40px;
        top: auto;
    }
    .quotes-carousel.owl-carousel .owl-item {
        padding-right: 0px;
        padding-left: 0px;
    }
    .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 #thedmsEventsAtVenueGrid td, .NVGWidget.YS-DYC.default .NVGWidgetContent .dms105 .thedmsEventsAtVenueGrid td {
        padding: 4px 5px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .bedroom-icons {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-top: 5px;
        margin-bottom:10px;
    }
    .bedroom-icons:first-of-type, .pale-orange .bedroom-icons:first-of-type {
        border-right: 0;
        text-align: center;
        margin-top: 0px;
        margin-bottom:0px;
    }
    .bedroom-icons img, .bedroom-icons p {
        margin-top: 10px;
        text-align:left;
    }
    .panel.with-image {
        min-height: 320px;
    }
    .panel.large, .panel.medium {
        padding: 55px 20px 50px;
    }
    .panel.with-icon {
        padding-bottom:120px;
    }
    .large.with-icon .icon-outer {
        bottom: 60px;
    }
    .owl-prev {
        top: 43%;
        left: 20px;
    }
    .owl-next {
        top: 43%;
        right: 20px;
    }
    .great-outdoors-panel {
        width: 100%;
        display: block;
        padding: 30px 20px 15px;
    }
    .bedroom-image {
        min-height: 450px;
    }
    .id24 .container:nth-of-type(2) .medium-8, .id24 .container:nth-of-type(2) .medium-4 {
        width: 100%;
    }
    .id24 .container:nth-of-type(2) .medium-4 .panel p {
        max-width: 25rem;
    }
}


@media screen and (max-width: 800px) {
    .footer-address-area, .footer-copyright-area {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom:20px;
    }
    .footer-address-area p {
        display: block;
        margin-right: 0;
    }
    .footer {
        padding-bottom: 70px;
    }
}
