* {
    -webkit-text-size-adjust: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    color: #FFF;
    background: #000;
    font-family: 'daxregular', helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 62.5%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

hr {
    clear: both;
    width: 100%;
    height: 1px;
    border: 0 none;
    line-height: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0 0 20px;
    padding: 15px 0 0;
}

em {
    font-family: inherit;
    font-size: inherit;
}

article {
    position: relative;
    z-index: 1;
}

article#content {
    width: 960px;
    min-height: 100%;
    padding-bottom: 220px;
    margin: 0 auto;
}

article section {
    text-align: left;
}

section.home ul.panels li p>a.readmore,
section.home ul.panels li p>a.readmore:visited,
section.home div.youtube p a#view-full,
section.home div.youtube p a#view-full:visited,
section.home div.social-feeds h2 {
    color: #fff;
    text-decoration: none;
}

section.home div.social-feeds a,
section.home div.social-feeds a:visited {
    color: #fff;
}

h1,
h2,
h3,
h4,
div.status ul,
div.header p.logo a,
div.header h1.logo a,
div.header p.logo a:visited,
div.header h1.logo a:visited,
footer ul li a.green:link,
footer ul li a.green:visited {
    color: #79c042;
}

div.team div.aop ul li ul,
div.fb+div.fb {
    border-top: 1px solid #79c042;
}

div.status {
    border: 1px solid red;
    background: red;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

div.statusgreen {
    background: green;
    border: 1px solid green;
}

a,
a:visited,
section.home div.social-feeds a:hover,
section.home div.social-feeds a:active,
footer ul li a.blue:link,
footer ul li a.blue:visited,
a:hover,
a:active,
a.active:visited,
a.active:link {
    color: #0080c5;
}

section.home div.youtube p a#view-full:hover,
section.home div.youtube p a#view-full:active {
    color: #79c042;
}

div#container {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background: url(/bnz-resources/themes/bnz/dist/images/bottom-overlay.png) repeat-x bottom center;
}

div.header {
    position: sticky;
    top: 0;
    background: url(/bnz-resources/themes/bnz/dist/images/headerbg.png);
    height: 34px;
    z-index: 999;
}

div.header-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

header {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2;
}

a#menulink {
    margin: 1px 0;
    width: 40px;
    display: none;
}

a#menulink:after,
a#menulink:before,
a#menulink span {
    background-color: #000;
    border-radius: 3px;
    content: '';
    display: block;
    height: 5px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
}

a#menulink.active:before {
    transform: translateY(11px) rotate(135deg);
}

a#menulink.active:after {
    transform: translateY(-11px) rotate(-135deg);
}

a#menulink.active span {
    transform: scale(0);
}

div.social-feeds p {
    font-family: arial, sans-serif;
}

div.header p.logo,
div.header h1.logo,
section.home div.social-feeds p a.upper,
section.home div.youtube p a#view-full,
section.home ul.panels li p>a.readmore,
section.home ul.panels li p>a.readmore:visited {
    font-family: 'daxbold', helvetica, arial, sans-serif;
}

section.home ul.panels li p {
    font-family: 'daxregular', helvetica, arial, sans-serif;
    font-weight: 400;
}

footer {
    font-family: arial, sans-serif;
    font-weight: 400;
    text-align: center;
    width: 960px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

div.fb+div.fb {
    margin: 20px 0 0;
    padding: 20px 0 0;
}

img,
object,
embed,
iframe,
video {
    border: 0px none;
    display: block;
    outline: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

img.float_right {
    float: right;
    margin: 0 0 10px 10px;
}

p.imageright {
    float: right;
    margin: 0;
}

p.imageright img {
    float: right;
    margin: 0 0 10px 15px;
}

img.float_left {
    float: left;
    margin: 0 10px 10px 0;
}

div.clear {
    clear: both;
}

.upper {
    text-transform: uppercase !important;
}

input {
    outline: none;
}

textarea::placeholder,
input::placeholder {
    color: #eee;
}

input.text,
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
    display: block;
    font-size: 1.6em;
    line-height: 1.1em;
    margin: 1em 0 .6em;
    padding: 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

p {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 .6em;
    padding: 0;
}

p.strong,
ul li strong,
ol li strong {
    font-style: normal;
    font-weight: 700;
}

p.large {
    font-size: 1.8em;
}

p.margin {
    clear: left;
    padding-top: 20px;
}

ul,
ol {
    margin: 0 0 1.2em;
    padding: 0 0 0 20px;
}

ol {
    padding: 0 0 0 30px;
}

ul li,
ol li {
    font-size: 1.3em;
    line-height: 1.3em;
}

strong {
    font-weight: 700;
    font-style: normal;
}

strong em,
em strong {
    font-weight: 700;
    font-style: italic;
}

div.header p.logo,
div.header h1.logo {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    font-size: 1.6em;
    font-weight: normal !important;
}

div.header p.logo a,
div.header h1.logo a,
div.header p.logo a:visited,
div.header h1.logo a:visited {
    padding: 7px 0 6px 27px;
    background: url(/bnz-resources/themes/bnz/dist/images/headerballoon.png) no-repeat left center;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
}

ul.social {
    width: 52px;
    height: 100%;
    position: absolute;
    list-style-type: none;
    top: 0;
    right: 10px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
}

ul.social li {
    margin-left: 10px;
}

ul.social li.fb {
    width: 16px;
    left: auto;
    display: block;
}

ul.social li a {
    display: block;
    margin-top: 8px;
    background: url(/bnz-resources/themes/bnz/dist/images/social.png) no-repeat top left;
    background-size: 32px 32px;
    width: 16px;
    height: 16px;
    text-indent: -8000px;
}

ul.social li.fb a {
    background-position: top right;
}

ul.social li.ig a:hover {
    background-position: bottom left;
}

ul.social li.fb a:hover {
    background-position: bottom right;
}

section.home {
    min-height: 1050px;
    /*880px;*/
    margin: 0 auto;
    position: relative;
}

section.home div.intro {
    width: 612px;
    height: 607px;
    background: url(/bnz-resources/themes/bnz/dist/images/home.png) no-repeat;
    text-indent: -8000px;
    margin: 0 auto;
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -314px;
}

section.home div.intro p.book-now a {
    display: block;
    width: 151px;
    height: 46px;
    text-indent: -8000px;
    background: url(/bnz-resources/themes/bnz/dist/images/booknow.png) no-repeat;
    padding-right: 10px;
    margin: 340px 0 0 239px;
}

section.home p.caa {
    position: absolute;
    top: 18px;
    left: 0;
    width: 147px;
    height: 69px;
    text-indent: -8000px;
    background: url(/bnz-resources/themes/bnz/dist/images/caa.png) no-repeat;
}

section.home div.social-feeds {
    position: absolute;
    top: 30px;
    right: 0;
    width: 160px;
}

section.home div.social-feeds a.readmore {
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
}

section.home div.social-feeds h2 a,
section.home div.social-feeds h2 a:visited {
    text-decoration: none;
    text-transform: uppercase;
}

section.home div.social-feeds h2.trip-advisor {
    display: block;
    width: 118px;
    height: 20px;
    text-indent: -8000px;
    background: url(/bnz-resources/themes/bnz/dist/images/tripa.png) no-repeat top left;
}

section.home div.youtube {
    position: absolute;
    top: 261px;
    left: 0;
    text-align: center;
}

section.home div.youtube p {
    margin: 0;
}

section.home div.youtube div.container {
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    height: 250px;
    overflow: hidden;
}

section.home div.youtube p a#view-full {
    display: block;
    background: url(/bnz-resources/themes/bnz/dist/images/homeballoon1.png) no-repeat;
    padding-top: 72px;
    width: 126px;
    height: 80px;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    margin: 0 auto;
}

section.home div.social-feeds p a.upper {
    font-size: 11px;
}

section.home div.our-gallery {
    position: absolute;
    right: -9px;
    top: 263px;
    width: 253px;
    height: 419px;
    background: url(/bnz-resources/themes/bnz/dist/images/balloon2.png) no-repeat;
}

section.home div.hometext {
    width: 760px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -380px;
    text-align: center;
    margin-bottom: 20px;
}

section.home div.hometext h2 {
    color: #fff;
}

p.btnbook {
    width: auto;
    margin: 1em auto;
    font-size: 1.8em;
    display: inline-block;
}

p.btnbook a {
    text-align: left;
    font-family: 'daxbold', sans-serif;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 42px;
    background: url(/bnz-resources/themes/bnz/dist/images/booknow-bg.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

p.btnbook a:hover {
    color: #0080c5;
}

p.btnbook a span {
    display: inline-block;
    padding-right: 30px;
    margin-left: 10px;
    background: url(/bnz-resources/themes/bnz/dist/images/balloon-blue.png) no-repeat 96% center;
    background-size: 16px 16px;
}

section.home div.our-gallery a.view-gallery,
section.home div.our-gallery a.view-gallery:visited {
    display: block;
    text-align: left;
    text-indent: -8000px;
    width: 109px;
    height: 62px;
    position: absolute;
    top: 88px;
    left: 80px;
    /*background:url(/bnz-resources/themes/bnz/dist/images/homegallery.png) no-repeat 0 0;*/
    background: url(/bnz-resources/themes/bnz/dist/images/view-our-gallery.png) no-repeat -35px center;
}

section.home div.our-gallery a.view-gallery:hover {
    background-position: -218px center !important;
}

section.home ul.panels {
    list-style-type: none;
    width: 880px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -440px;
    padding: 0;
}

section.home ul.panels li {
    float: left;
    width: 271px;
    font-size: 1.2em;
}

section.home ul.panels li+li {
    margin-left: 29px;
}

section.home ul li p {
    line-height: 1.1em;
}

section.home ul.panels li h2>a>img {
    float: left;
    margin-left: -112px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

section.home ul.panels li h2>a,
section.home ul.panels li h2>a:visited {
    display: block;
    width: 125px;
    height: 52px;
    text-indent: -8000px;
    margin-left: 110px;
}

section.home ul.panels li.celebrate h2>a,
section.home ul.panels li.celebrate h2>a:visited {
    background: url(/bnz-resources/themes/bnz/dist/images/celebrate.png) no-repeat 0 6px;
}

section.home ul.panels li.questions h2>a,
section.home ul.panels li.questions h2>a:visited {
    /*background:url(/bnz-resources/themes/bnz/dist/images/awards.png) no-repeat 0 6px;*/
    background: url(/bnz-resources/themes/bnz/dist/images/questions.png) no-repeat 0 6px;
}

section.home ul.panels li.did-you-know h2>a,
section.home ul.panels li.did-you-know h2>a:visited {
    background: url(/bnz-resources/themes/bnz/dist/images/dyk.png) no-repeat 0 0;
    width: 163px;
}

section.home ul.panels li.did-you-know h2>a:hover,
section.home ul.panels li.did-you-know h2>a:active {
    background-position: 0 -52px;
}

section.home ul.panels li p,
section.home ul.panels li ul {
    margin-left: 112px;
}

/* Subpages */
aside.sub-panels {
    width: 290px;
    padding-top: 396px;
    padding-bottom: 100px;
    float: left;
}

aside.sub-panels img.sub-balloon {
    position: absolute;
    left: -186px;
    top: -34px;
    z-index: 1;
}

aside.sub-panels ul.panels {
    list-style: none;
    margin: 0 0 0 16px;
    padding: 0;
    float: left;
}

aside.sub-panels ul.panels li.booknow {
    width: 183px;
    height: 88px;
    background: url(/bnz-resources/themes/bnz/dist/images/strings.png) no-repeat bottom;
}

aside.sub-panels ul.panels li.latest,
aside.sub-panels ul.panels li.gallery,
aside.sub-panels ul.panels li.about {
    width: 183px;
    height: 209px;
    background: url(/bnz-resources/themes/bnz/dist/images/strings.png) no-repeat bottom center;
    position: relative;
}

aside.sub-panels ul.panels li.latest img,
aside.sub-panels ul.panels li.gallery img,
aside.sub-panels ul.panels li.about img {
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

aside.sub-panels ul.panels li.tripadvisor {
    width: 183px;
    height: 62px;
    background: url(/bnz-resources/themes/bnz/dist/images/tripadvisor-bg.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

aside.sub-panels ul.panels li.riversideretreat {
    float: left;
    clear: left;
    width: 183px;
    background: url(/bnz-resources/themes/bnz/dist/images/tripadvisor-bg.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 25px;
    position: relative;
}

aside.sub-panels ul.panels li.riversideretreat:before {
    content: "";
    top: -25px;
    left: 0;
    position: absolute;
    width: 183px;
    height: 25px;
    background: url(/bnz-resources/themes/bnz/dist/images/strings.png) no-repeat bottom;
}

aside.sub-panels ul.panels li.booknow a {
    font-family: 'daxbold', sans-serif;
    font-size: 1.8em;
    line-height: 2.8em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 62px;
    background: url(/bnz-resources/themes/bnz/dist/images/booknow-bg.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

aside.sub-panels ul.panels li.booknow a:hover {
    color: #0080c5;
}

aside.sub-panels ul.panels li.booknow a span {
    display: inline-block;
    width: 160px;
    margin-left: 15px;
    background: url(/bnz-resources/themes/bnz/dist/images/balloon-blue.png) no-repeat right center;
}

aside.sub-panels ul.panels li.latest a,
aside.sub-panels ul.panels li.gallery a,
aside.sub-panels ul.panels li.about a {
    display: inline-block;
    width: 100%;
    height: 182px;
    position: absolute;
}

aside.sub-panels ul.panels li.latest a span,
aside.sub-panels ul.panels li.gallery a span,
aside.sub-panels ul.panels li.about a span {
    text-indent: -9999px;
    display: inline-block;
    width: 183px;
    height: 63px;
    position: absolute;
    bottom: 0;
}

aside.sub-panels ul.panels li.latest a span {
    background: url(/bnz-resources/themes/bnz/dist/images/whats-the-latest.png) no-repeat left bottom;
}

aside.sub-panels ul.panels li.gallery a span {
    background: url(/bnz-resources/themes/bnz/dist/images/view-our-gallery.png) no-repeat left bottom;
}

aside.sub-panels ul.panels li.about a span {
    background: url(/bnz-resources/themes/bnz/dist/images/learn-more-about-us.png) no-repeat left bottom;
}

aside.sub-panels ul.panels li.latest a:hover span,
aside.sub-panels ul.panels li.gallery a:hover span,
aside.sub-panels ul.panels li.about a:hover span {
    background-position: right bottom;
}

aside.sub-panels ul.panels li.tripadvisor p {
    text-align: center;
    padding-top: 38px;
    background: url(/bnz-resources/themes/bnz/dist/images/panel-tripadvisor.png) no-repeat center 10px;
}

aside.sub-panels ul.panels li.tripadvisor a {
    color: #fff;
    text-decoration: underline;
}

aside.sub-panels ul.panels li.tripadvisor a:hover {
    color: #79c042;
    text-decoration: none;
}

aside.sub-panels ul.panels li.riversideretreat p {
    text-align: center;
    padding-top: 64px;
    background: url(/bnz-resources/themes/bnz/dist/images/panel-riversideretreat.png) no-repeat center 10px;
    float: left;
    width: 100%;
}

aside.sub-panels ul.panels li.riversideretreat p img {
    margin-bottom: 5px;
}

aside.sub-panels ul.panels li.riversideretreat a {
    color: #fff;
    text-decoration: underline;
}

aside.sub-panels ul.panels li.riversideretreat a:hover {
    color: #79c042;
    text-decoration: none;
}

section.subpage {
    width: 670px;
    min-height: 1230px;
    padding-bottom: 100px;
    background: url(/bnz-resources/themes/bnz/dist/images/content-bg.png);
    float: right;
}

section.subpage h1 {
    font-family: 'angelinaregular';
    font-size: 7em;
    font-weight: 100;
    padding: 0 180px 0 42px;
    margin-bottom: 25px;
    background: url(/bnz-resources/themes/bnz/dist/images/logo.png) no-repeat right top;
    position: relative;
    z-index: 2;
}

section.subpage h2 {
    font-size: 2em;
    color: #fff;
}

section.subpage h2 a {
    text-decoration: none;
}

section.subpage h2 a:hover {
    text-decoration: underline;
}

section.subpage h3 {
    font-size: 1.8em;
}

section.subpage h4 {
    font-size: 1.5em;
}

section.subpage h2 strong,
section.subpage h3 strong {
    color: #0080c5;
}

section.subpage div.pageimages {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
section.subpage div.pageimages img {
    width: 100%;
    height: auto;
}

section.subpage div.content {
    padding: 0 42px;
    position: relative;
    z-index: 2;
}

section.subpage div.gallery-wrap {
    margin-top: 40px;
    width: 100%;
}

section.subpage ul.gallery {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
    gap: 14px;
}

section.subpage ul.gallery li {
    
}

section.subpage ul.gallery li.last {
    margin-right: 0;
}

section.subpage ul.gallery li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section.subpage ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 48%;
    float: left;
}

section.subpage ul.links.right {
    float: right;
}

section.subpage ul.links li {
    margin-bottom: 10px;
}

section.subpage ul.links li a {
    color: #fff;
}

section.subpage ul.links li span {
    color: #0080c5;
}

section.subpage div.content.contact p strong {
    color: #0080c5;
    text-transform: uppercase;
}

section.subpage div.content.contact a:link,
section.subpage div.content.contact a:visited {
    color: #fff;
    text-decoration: underline;
}

section.subpage div.content.contact a:hover,
section.subpage div.content.contact a:active {
    color: #0080c5;
    text-decoration: underline;
}


footer div.links {
    width: 100%;
    float: left;
}

footer div.links p.caa,
footer div.links p.qualmark {
    position: absolute;
    bottom: 10px;
}

footer div.links p.caa {
    width: 100px;
    right: 0;
}

footer div.links p.qualmark {
    width: 115px;
    left: 0;
}

footer div.links p.ltg img {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    height: auto;
}

footer ul {
    margin: 0 0 .2em 0;
    padding: 0;
    line-height: 1.9em;
    list-style: none;
    text-align: center;
}

footer ul li {
    display: inline-block;
    font-size: 1em;
    margin-right: 5px;
}

footer ul.bordered {
    width: 100%;
    display: inline-block;
}

footer ul li a {
    text-decoration: underline;
}

footer ul li a.blue:link,
footer ul li a.blue:visited {
    text-transform: uppercase;
}

#fb-root {
    overflow: hidden;
    position: absolute;
    top: -10000px;
    float: left;
    width: 1px;
}

#mappopup {
    width: 880px;
    height: 750px;
    text-align: left;
}

div.test {
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

div.test img {
    position: absolute;
    top: 0;
    margin-left: -750px;
    left: 50%;
    opacity: .5;
    display: none;
}

p.location a,
p.location a:visited,
div.status p a:link,
div.status p a:visited {
    color: #000;
}

div.fb {
    float: left;
    width: 522px;
}

a:link,
a:visited,
a:active,
a.active:visited,
a.active:link {
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h2.nomargin,
h3.nomargin,
h4.nomargin,
section.home div.social-feeds h2.facebook,
section.home ul.panels li h2 {
    margin-top: 0;
}

p small,
p.small {
    font-size: 1em;
}

li li,
ul li *,
ol li * {
    font-size: 1em;
}

div.social>div.fb a:hover,
section.home div.intro p.book-now a:hover,
section.home div.intro p.book-now a:active,
section.home div.our-gallery a.view-gallery:hover,
section.home div.our-gallery a.view-gallery:active {
    background-position: bottom left;
}

section.home div.social-feeds h3,
div.status p a:hover,
div.status p a:active {
    color: #fff;
}

section.home ul.panels li.celebrate h2>a:hover,
section.home ul.panels li.celebrate h2>a:active,
section.home ul.panels li.questions h2>a:hover,
section.home ul.panels li.questions h2>a:active {
    background-position: 0 -42px;
}

section.home ul.panels li p>a.readmore,
footer p a:link,
footer p a:visited {
    text-decoration: underline;
}

footer p a:hover {
    text-decoration: none;
}

#popupcontainer {
    display: none;
}

div.feed img {
    float: left;
    margin: 0 10px 10px 0;
}

div.feed p.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

div.feed p.video iframe,
div.feed p.video object,
div.feed p.video embed,
div.feed p.video video {
    max-width: 640px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.newprice {
    display: none;
    text-align: center;
}

div.newprice h2 {
    font-size: 2.8em;
    margin-top: 0;
}

div.newprice p {
    font-size: 1.8em;
}

div.newprice p.book-now {
    width: 183px;
    margin: 1em auto;
    font-size: 2.2em;
    display: inline-block;
}

div.newprice p.book-now a {
    text-align: left;
    font-family: 'daxbold', sans-serif;
    line-height: 2.8em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 62px;
    background: url(/bnz-resources/themes/bnz/dist/images/booknow-bg.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.newprice p.book-now a:hover {
    color: #0080c5;
}

div.newprice p.book-now a span {
    display: inline-block;
    width: 160px;
    margin-left: 15px;
    background: url(/bnz-resources/themes/bnz/dist/images/balloon-blue.png) no-repeat right center;
}

/* ## MEDIA QUERIES ## */
@media screen and (max-width: 980px) {

    article#content,
    div.header-inner {
        width: 100%;
        max-width: 960px;
    }

    article#content {
        padding-bottom: 250px;
    }

    ul.social li.cn {
        left: -50px;
    }

    section.home ul.panels {
        width: 91.666666%;
        margin-left: -45.833333%;
    }

    section.home ul.panels li {
        width: 30.795454%;
    }

    section.home ul.panels li img {
        display: none;
    }

    section.home ul.panels li h2 {
        text-align: center;
    }

    section.home ul.panels li p,
    section.home ul.panels li h2>a {
        margin-left: 0;
        display: inline-block;
    }

    section.home ul.panels li+li {
        margin-left: 3.295454%;
    }

    section.subpage {
        width: 69.791666%;
    }

    section.subpage h1 {
        padding-left: 6.268656%;
    }

    section.subpage img {
        max-width: 100%;
        height: auto;
    }

    section.subpage div.content {
        padding: 0 6.268656%;
    }

    section.subpage ul.gallery li img {
        width: 100%;
    }

    aside.sub-panels {
        width: 30.208333%;
    }
}

@media screen and (max-width: 970px) {
    section.subpage h1 {
        font-size: 6em;
    }

    footer {
        width: 100%;
        height: 85px;
    }

    footer div.links p.caa,
    footer div.links p.qualmark {
        bottom: auto;
        top: -132px;
    }

    footer div.links p.caa {
        left: 50%;
        right: auto;
        transform: translateX(20px);
    }

    footer div.links p.qualmark {
        right: 50%;
        left: auto;
        transform: translateX(-15px);
    }
}

@media screen and (min-width: 931px) {
    nav {
        display: block !important;
    }
}

@media screen and (max-width: 930px) {
    div.header-inner {
        height: 100%;
    }

    div.header p.logo a,
    div.header h1.logo a,
    div.header p.logo a:visited,
    div.header h1.logo a:visited {
        line-height: 44px;
    }

    ul.social {
        padding: 4px 0;
    }

    ul.social li.like-btn {
        top: 12px;
    }

    div.header {
        height: 44px;
    }

    header {
        padding: 0 1%;
        height: 44px;
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

    nav {
        width: 100%;
        float: left;
        display: none;
        position: absolute;
        top: 44px;
        height: calc(100vh - 44px);
        margin-top: 0;
        padding-bottom: 5px;
        overflow-y: auto;
        background: url(/bnz-resources/themes/bnz/dist/images/subnavbg-blue.png);
        -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .5);
        -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .5);
        box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .5);
    }

    nav>ul {
        margin: 20px 0;
        padding: 0;
    }

    nav>ul>li {
        text-align: left;
        float: none;
        width: 100%;
        font-size: 1.7em;
        margin-bottom: 10px;
    }

    nav ul li a:link,
    nav ul li a:visited {
        color: #fff;
    }

    nav ul li a.section,
    nav ul li a.current,
    nav ul li a:hover {
        color: #79c042 !important;
    }

    a#menulink {
        display: inline-block;
    }

    div.header p.logo {
        left: 60px;
    }

    nav ul li div.subnav {
        position: static;
        display: block !important;
        width: auto;
        float: none;
        margin-left: 0;
        background: none !important;
        box-shadow: none;
    }

    nav ul li div.subnav ul {
        left: 20px;
        margin-bottom: 10px;
        margin: 0 !important;
    }

    nav ul li div.subnav ul li {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    nav ul li div.subnav ul li img {
        display: none;
    }

    nav ul li div.subnav ul li a {}

    section.home div.social-feeds {
        display: none;
    }

    section.subpage {
        min-height: 700px;
    }

    aside.sub-panels {
        padding-top: 25px;
    }

    aside.sub-panels img.sub-balloon {
        display: none;
    }
}

@media screen and (max-width: 873px) {
    section.subpage h1 {
        padding-right: 6.26866%;
        background: none;
    }
}

@media screen and (max-width: 815px) {
    section.subpage h2 {
        font-size: 1.8em;
    }

    section.subpage h3 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    section.home div.hometext {
        width: 98%;
        margin-left: -49%;
    }

    section.subpage {
        width: 100%;
        min-height: 1px;
        padding-bottom: 20px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    section.subpage h1 {
        font-size: 6em;
    }

    aside.sub-panels {
        width: 100%;
        padding: 40px 0 70px 0;
    }

    aside.sub-panels img.sub-balloon {
        display: none;
    }

    aside.sub-panels ul.panels {
        width: 100%;
        margin-left: 0;
    }

    aside.sub-panels ul.panels li {
        width: 100% !important;
        margin-bottom: 10px;
    }

    aside.sub-panels ul.panels li.riversideretreat {
        margin-top: 0;
    }

    aside.sub-panels ul.panels li.riversideretreat:before {
        display: none;
    }

    aside.sub-panels ul.panels li img {
        display: none;
    }

    aside.sub-panels ul.panels li.booknow,
    aside.sub-panels ul.panels li.latest,
    aside.sub-panels ul.panels li.about,
    aside.sub-panels ul.panels li.gallery {
        height: 68px;
        background: none;
    }

    aside.sub-panels ul.panels li.latest a,
    aside.sub-panels ul.panels li.about a,
    aside.sub-panels ul.panels li.gallery a {
        height: 100%;
        background: url(/bnz-resources/themes/bnz/dist/images/tripadvisor-bg.png);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    aside.sub-panels ul.panels li.booknow a {
        height: 100%;
    }

    aside.sub-panels ul.panels li.booknow a span,
    aside.sub-panels ul.panels li.latest a span,
    aside.sub-panels ul.panels li.about a span,
    aside.sub-panels ul.panels li.gallery a span {
        position: absolute;
        left: 50%;
        margin-left: -91.5px;
    }

    aside.sub-panels ul.panels li.booknow a span {
        margin-left: -80px;
        line-height: 3em;
    }
}

@media screen and (max-width: 710px) {

    section.home div.youtube p a#view-full,
    section.home div.our-gallery {
        display: none;
    }

    section.home div.youtube {
        width: 300px;
        top: 400px;
        left: 50%;
        margin-left: -150px;
    }

    section.home div.youtube iframe {
        width: 100%
    }

    #controls-wrapper {
        top: 646px !important;
    }

    section.home {
        min-height: 1100px;
    }

    section.home div.hometext {
        top: 690px;
    }
}

@media screen and (max-width: 610px) {
    section.home {
        min-height: 1250px;
    }

    section.home ul.panels li {
        width: 100%;
    }

    section.home ul.panels li+li {
        margin-left: 0;
    }

    section.home ul.panels li p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 580px) {
    section.home p.caa {
        display: none;
    }

    footer {
        width: 98%;
    }

    footer div.links span.sep {
        display: none;
    }
}

@media screen and (max-width: 520px) {

    section.subpage ul.links {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 440px) {
    section.home {
        min-height: 1320px;
    }

    section.subpage h1 {
        font-size: 5em;
    }
}

@media screen and (max-width: 400px) {
    section.subpage h1 {
        font-size: 4em;
    }
}
