/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.5em !important;
    margin-bottom: 1em !important;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b,
strong,
.strong {
    font-weight: bold
}

dfn,
em,
.em {
    font-style: italic
}

small,
.small {
    font-size: 75%
}

ul,
ol {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
iframe,
label,
p,
pre,
address,
td,
th,
ul,
ol,
dl,
dd,
hr,
table,
small {
    margin-top: 0
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
    font-style: italic
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.alert {
    margin: 1em 0;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    margin: 1em 0;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    margin: 1em 0;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #e8edf1;
    background: #f8f9fb
}

.alert-error {
    margin: 1em 0;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    margin: 1em 0;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #deeaae;
    background: #e6efc2
}

.button-wrapper {
    display: inline-block;
    background-color: #80b636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#80b636));
    background-image: -webkit-linear-gradient(top, #8dc63f, #80b636);
    background-image: -moz-linear-gradient(top, #8dc63f, #80b636);
    background-image: -o-linear-gradient(top, #8dc63f, #80b636);
    background-image: linear-gradient(to bottom, #8dc63f, #80b636);
    padding: 1px 2px;
    margin-bottom: 20px;
    margin-right: 20px
}

.button,
.button:visited {
    border: 1px solid #dedede;
    border-top-color: #ededed;
    border-left-color: #ededed;
    padding: 4px 12px;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #80b636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#80b636));
    background-image: -webkit-linear-gradient(top, #8dc63f, #80b636);
    background-image: -moz-linear-gradient(top, #8dc63f, #80b636);
    background-image: -o-linear-gradient(top, #8dc63f, #80b636);
    background-image: linear-gradient(to bottom, #8dc63f, #80b636);
    background-image: url('../images/btn-gloss.png');
    background-position: 50% 50%;
    background-repeat: repeat-x
}

.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
    color: #fff;
    border: 1px solid #fff;
    border-top-color: #fff;
    border-left-color: #fff;
    background-color: #99cc53
}

.button .description,
.button:visited .description {
    font-size: .8em
}

.blue-button,
.blue-button:visited {
    border-color: #000b16;
    text-shadow: 0 1px 1px #000b16;
    background-color: #00192f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002649), to(#00192f));
    background-image: -webkit-linear-gradient(top, #002649, #00192f);
    background-image: -moz-linear-gradient(top, #002649, #00192f);
    background-image: -o-linear-gradient(top, #002649, #00192f);
    background-image: linear-gradient(to bottom, #002649, #00192f);
    -webkit-box-shadow: inset 0 0 3px #00509b;
    -moz-box-shadow: inset 0 0 3px #00509b;
    box-shadow: inset 0 0 3px #00509b
}

.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
    border-color: #000;
    background-color: #000b16;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#001b35), to(#000b16));
    background-image: -webkit-linear-gradient(top, #001b35, #000b16);
    background-image: -moz-linear-gradient(top, #001b35, #000b16);
    background-image: -o-linear-gradient(top, #001b35, #000b16);
    background-image: linear-gradient(to bottom, #001b35, #000b16)
}

.blue-button:active,
.blue-button:visited:active {
    background-color: #002649;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00192f), to(#002649));
    background-image: -webkit-linear-gradient(top, #00192f, #002649);
    background-image: -moz-linear-gradient(top, #00192f, #002649);
    background-image: -o-linear-gradient(top, #00192f, #002649);
    background-image: linear-gradient(to bottom, #00192f, #002649)
}

body {
    font-family: futura-pt, sans-serif !important;
	font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #565656;
}

#background {
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: fixed
}

.show-tablet {
    display: none
}

.hide-phone {
    display: none
}

.wrap {
    margin: 0 auto
}

.sidebar {
    background: #fff
}

a,
a:visited {
    color: #7aadab;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
    color: #96bfbd
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

p,
ol,
ul {
    font-size: 1em;
    line-height: 1.9285714285714286em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em
}

small {
    font-size: .8571428571428571em;
    line-height: 2.25em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 400
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none
}

h1,
.h1 {
    text-transform: uppercase;
    color: #002649;
    font-size: 1.9285714285714286em;
    line-height: 1em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    margin-bottom: 1em
}

h2,
.h2 {
    text-transform: uppercase;
    font-size: 1.5714285714285714em;
    line-height: 1.2272727272727273em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    margin-bottom: .5em
}

h3,
.h3 {
    color: #002649;
    font-size: 1.3571428571428572em;
    line-height: 1.4210526315789473em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    margin-bottom: .5em
}

h4,
.h4 {
    font-size: 1.2857142857142858em;
    line-height: 1.5em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    margin-bottom: 0
}

h5,
.h5 {
    font-size: 1.1428571428571428em;
    line-height: 1.6875em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

h6,
.h6 {
    font-size: 1.0714285714285714em;
    line-height: 1.8em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.ui-datepicker {
    z-index: 10!important
}

.header {
    margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.header #logo {
    float: left;
    width: 150px;
    margin: 20px 0;
    max-width: 90%
}

.header nav ul.nav li {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header .booking {
    margin: 20px;
    padding: 2px;
    background: #002649
}

.header .booking form {
    border: 1px solid #fff;
    color: #fff;
    padding: 20px
}

.header .booking ul {
    margin: 0
}

.header #inner-content,
.header #top-links {
    background: #fff
}

.header #content-top {
    margin-top: 20px
}

.header #content-top ul {
    margin: 0
}

.menu-button {
    display: block;
    padding: 1em;
    background: #0a1f3b;
    color: #fff;
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: 93% 18px;
    cursor: pointer
}

nav#top-nav-mobile {
    display: none;
    border: 1px solid #ccc;
    border-bottom: 0;
    text-align: left
}

nav#top-nav-mobile ul {
    margin: 0
}

nav#top-nav-mobile li {
    background-color: #d5d5d5;
    border-bottom: 1px solid #ccc
}

nav#top-nav-mobile li.item-with-ul {
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: 93% 18px
}

nav#top-nav-mobile li a {
    display: block;
    text-decoration: none;
    margin-right: 16%;
    padding: 10px 20px;
    background-color: #eee;
    color: #002649
}

nav#top-nav-mobile li ul.sub-menu,
nav#top-nav-mobile li ul.children {
    display: none;
    width: 100%;
    position: relative;
    margin: 0
}

nav#top-nav-mobile li ul.sub-menu li,
nav#top-nav-mobile li ul.children li {
    border: 0
}

nav#top-nav-mobile li ul.sub-menu li a,
nav#top-nav-mobile li ul.children li a {
    border-bottom: 1px solid #ccc;
    background-color: #e6e6e6
}


.footer-nav li:last-child span {
    display: none
}

.pagenav {
    list-style: none
}

#content {
    margin-top: 2em
}

#content h1 {
    color: #7aadab
}

.home .third.last ul {
    margin: 0 0 1.5em;
    padding: 0
}

.home .third.last ul li {
    list-style: none;
    text-align: center
}

.home .third.last ul li img {
    margin: 0
}

.hentry {
    padding: 30px 0px;
    min-height: 200px;
    background: #fff
}

.byline {
    color: #999
}

.entry-content dd {
    margin-left: 0;
    font-size: .9em;
    color: #787878;
    margin-bottom: 1.5em
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto
}

.entry-content .half .gallery img {
    margin-bottom: 0
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.wp-caption {
    background: #eee;
    padding: 5px
}

.wp-caption img {
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 4px 0 7px;
    text-align: center
}

.page-navigation,
.wp-prev-next {
    margin: 1.1em 0 2.2em
}

.cai_page_navi li {
    float: left;
    margin-left: 10px
}

.cai_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative
}

.cai_page_navi li a:hover,
.cai_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline
}

.cai_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative
}

.cai_page_navi li.bpn-prev-link,
.cai_page_navi li.bpn-next-link {
    font-weight: 700
}

.cai_page_navi li.bpn-prev-link a,
.cai_page_navi li.bpn-next-link a {
    padding: 0
}

.cai_page_navi li.bpn-prev-link a:hover,
.cai_page_navi li.bpn-next-link a:hover,
.cai_page_navi li.bpn-first-page-link a:hover,
.cai_page_navi li.bpn-last-page-link a:hover {
    background: 0
}

.wp-prev-next .prev-link {
    float: left
}

.wp-prev-next .next-link {
    float: right
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: .7335em 10px
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0
}

.commentlist .odd {
    background: #eee
}

.commentlist .even {
    background: #fefefe
}

.commentlist .vcard {
    margin-left: 50px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.commentlist .vcard time {
    float: right
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}

.commentlist .comment_content {
    margin-left: 50px
}

.commentlist .comment_content p {
    margin: .7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #002649;
    padding: 3px 5px;
    color: #fff;
    opacity: .65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    opacity: 1
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em
}

.respond-form form {
    margin: .75em 0
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: .7335em
}

.respond-form form li label,
.respond-form form li small {
    display: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: 0;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px
}

#comment-form-title {
    margin: 0 0 1.1em
}

#allowed_tags {
    margin: 1.5em 10px .7335em 0
}

.nocomments {
    margin: 0 20px 1.1em
}

.widget ul {
    border-top: 1px solid #98acc2
}

.widget ul li {
    border-bottom: 1px solid #98acc2
}

.widget_search {
    margin-bottom: 1em
}

.widget_search input {
    max-width: 100%
}

.widget_search #searchsubmit {
    background: #002649;
    padding: 5px 5px;
    color: #fff;
    opacity: .65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.widget_search #searchsubmit:hover,
.widget_search #searchsubmit:focus {
    opacity: 1
}

.widget_booking_widget .booking,
.booking .booking {
    padding: 10px;
    background: #98acc2;
    border: 1px solid #b8c6d5
}

.widget_booking_widget .widgettitle,
.booking .widgettitle {
    margin: 0 -10px 20px -10px;
    border-bottom: 0;
    font-size: .9285714285714286em;
    line-height: 2.076923076923077em;
    margin-bottom: 27px;
    margin-bottom: 1.9285714285714286em;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.widget_booking_widget select,
.booking select,
.widget_booking_widget input,
.booking input {
    width: 100%;
    font-size: 90%;
    color: #636363
}

.widget_booking_widget .check-in,
.booking .check-in {
    margin-bottom: 0
}

.widget_booking_widget .month,
.booking .month {
    float: left;
    width: 25%;
    margin-right: 2%
}

.widget_booking_widget .day,
.booking .day {
    float: left;
    width: 24%;
    margin-right: 2%
}

.widget_booking_widget .year,
.booking .year {
    float: left;
    width: 30%;
    margin-right: 2%
}

.widget_booking_widget .picker,
.booking .picker {
    float: left;
    width: 15%
}

.widget_booking_widget .picker img,
.booking .picker img {
    float: right;
    margin-top: 5px;
    max-width: 100%
}

.widget_booking_widget .nights,
.booking .nights {
    clear: left;
    float: left;
    width: 32%;
    margin-right: 2%
}

.widget_booking_widget .adults,
.booking .adults {
    float: left;
    width: 32%;
    margin-right: 2%
}

.widget_booking_widget .children,
.booking .children {
    float: left;
    width: 32%
}

.widget_booking_widget .actions,
.booking .actions {
    text-align: center
}

.widget_booking_widget .button-wrapper,
.booking .button-wrapper {
    margin: 15px 0
}

.widget_booking_widget input.submit,
.booking input.submit {
    height: 30px;
    text-transform: uppercase
}

.widget_specials_widget {
    margin: 20px 10px;
    padding: 20px 10px;
    background: #c2c298;
    text-align: center
}

.widget_specials_widget .widgettitle {
    margin: 0 0 20px;
    line-height: .9em;
    letter-spacing: 5px;
    border: 0
}

.widget_specials_widget .specials {
    padding: 10px;
    color: #002649;
    background: white
}

.widget_specials_widget .specials h4 {
    margin-bottom: 1em
}

.widget_specials_widget .specials p {
    margin-bottom: .5em
}

.widget_specials_widget .specials p a {
    color: #0e2b51
}

.widget_specials_widget .specials p a:hover {
    color: #98acc2
}

.footer {
    clear: both
}

.footer #inner-footer {
    padding: 0 20px;
	max-width: 1150px;
	padding-top: 50px;
}

.footer #inner-footer .copyright {
    margin: 0;
		color: #fff;
}

.footer #inner-footer .attribution {
    color: #fff
}

.gmap {
    margin-bottom: 30px
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.gmap img {
    max-width: none
}

.infoContent .firstHeading {
    font-size: 14px;
    font-weight: bold
}

.infoContent .bodyContent {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px
}

.infoContent .bar {
    border-top: 1px solid #f0f0e7;
    position: relative;
    left: 0;
    right: 0
}

.infoContent .extras,
.infoContent .extras a {
    font-size: 11px
}

.infoContent .extras {
    margin-top: 5px
}

.infoContent .extras a {
    font-weight: normal;
    margin-right: 15px
}

.separator {
    clear: both;
    height: 3px;
    margin: 1em 0 2em;
    background: transparent url('../images/separator.png') 50% 50%
}

.box_default,
.section {
    clear: both
}

.button-row {
    width: 100%;
    text-align: center
}

.box {
    margin: 0 -20px 1.9285714285714286em -20px;
    padding: 5px 20px
}

.box p {
    margin-bottom: 0
}

.color-blue {
    background-color: #002649;
    color: #fff
}

.color-green {
    background-color: #8dc63f;
    color: #fff
}

.color-teal {
    background-color: #7aadab;
    color: #fff
}

.gform_fields,
.entry-content .gform_fields {
    padding: 0
}

.gform_fields li {
    list-style: none;
    margin-bottom: .5em
}

.gform_fields input,
.gform_fields textarea {
    padding: 5px
}

.gform_fields .small {
    width: 50%
}

.gform_fields .medium {
    width: 75%
}

.gform_fields .large {
    width: 96%
}

#content .package-scroller {
    margin-bottom: 1.5em;
    padding: 3px;
    color: #fff;
    background: #8dc63f
}

#content .package-scroller .package-scroller-inner {
    border: 2px solid #fff;
    padding: 10px
}

#content .package-scroller h3 {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #002649;
    border-bottom: 2px solid #002649
}

#content .package-scroller ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

#content .package-scroller a {
    color: #002649
}

#content .package-scroller a:hover {
    color: #005baf
}

#content .package-scroller .featured-more {
    padding-right: 15px;
    background: transparent url('../images/r-arrow.png') 100% 80% no-repeat
}

#content .packages h2 {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    background: url('../images/separator.png') 50% 100% no-repeat
}

#content .packages ul {
    padding: 0
}

#content .packages ul li {
    clear: both;
    margin-bottom: 20px;
    list-style: none
}

#content .packages ul li ul {
    padding-left: 30px
}

#content .packages ul li ul li {
    margin-bottom: 0;
    list-style: disc
}

@media only screen and (min-width:481px) {
    .hide-phone {
        display: inherit!important
    }
    .header {
        margin-top: 30px
    }
    #top-links .nav {
        margin: 0;
        padding: 15px 0;
        text-align: center
    }
    #top-links .nav li {
        display: inline;
        margin-right: 20px
    }
    #top-links .nav li a {
        color: #0e2b51;
        text-transform: uppercase
    }
    #top-links .nav li a:hover {
        color: #7aadab
    }
    .header .booking {
        margin: 20px 40px
    }
    .header .booking form {
        padding: 5px 20px
    }
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }
    .entry-content ul {
        list-style: disc;
        padding-left: 40px
    }
    .rooms td {
        width: 46%;
        padding: 0 20px 30px 0;
        vertical-align: top
    }
    .rooms td h3 {
        margin-bottom: .5em
    }
    .rooms td img {
        width: 100%
    }
    .rooms td .nivoSlider {
        border-bottom: 0
    }
    .half img {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .onecol,
    .tenth {
        width: 5.801104972%
    }
    .twocol,
    .sixth {
        width: 14.364640883%
    }
    .threecol,
    .quarter {
        width: 22.928176794%
    }
    .fourcol,
    .third {
        width: 31.491712705%
    }
    .fivecol {
        width: 40.055248616%
    }
    .sixcol,
    .half,
    .two-quarters {
        width: 48.618784527%
    }
    .sevencol {
        width: 57.182320438000005%
    }
    .eightcol,
    .two-thirds {
        width: 65.74585634900001%
    }
    .ninecol,
    .three-quarters {
        width: 74.30939226%
    }
    .tencol {
        width: 82.87292817100001%
    }
    .elevencol {
        width: 91.436464082%
    }
    .twelvecol,
    .full {
        width: 99.999999993%
    }
    .onecol,
    .twocol,
    .threecol,
    .fourcol,
    .fivecol,
    .sixcol,
    .sevencol,
    .eightcol,
    .ninecol,
    .tencol,
    .elevencol,
    .twelvecol,
    .tenth,
    .sixth,
    .quarter,
    .third,
    .half,
    .two-quarters,
    .two-thirds,
    .three-quarters {
        position: relative;
        float: left;
        margin-left: 2.762430939%
    }
    .first {
        margin-left: 0
    }
    .last {
        float: right
    }
    .clear {
        clear: both
    }
    .show-tablet {
        display: inherit!important
    }
    .hide-tablet {
        display: none!important
    }
    .header {
        margin-top: 0
    }
    .header .booking {
        -webkit-box-shadow: 0 0 6px 0 #444;
        -moz-box-shadow: 0 0 6px 0 #444;
        box-shadow: 0 0 6px 0 #444
    }
    .header #content-top {
        margin-top: 0
    }
    .header,
    #content,
    .footer {
        margin: 0 auto
    }
    
    #inner-footer {
        padding: 0 20px;
        background: #5b9b98;
		color: #fff;
    }
    .sidebar {
        background: 0
    }
    .header #logo {
        margin: 8px 0
    }
    .header .divider {
        height: 3px;
        margin: 0 20px 20px;
        background-color: #8dc63f
    }
    .header .contact-info {
        line-height: 1.33em;
        margin: 0;
        padding-bottom: 20px
    }
    .header .booking {
        margin: 0;
        padding: 10px
    }
    .header .booking form {
        padding: 0;
        border: 0
    }
	#top-nav {
        float: right;
    }
    #top-nav .nav {
        margin-bottom: 0;
        padding-bottom: 10px;
        border: 0
    }
    #top-nav .nav li {
        float: left;
		font-size: 16px;
    }
    #top-nav .nav li a,
    #top-nav .nav li a:visited {
        color: #5b9998
    }
    #top-nav .nav li a,
    #top-nav .nav li span {
        display: block;
            padding: 20px 20px 20px 20px;
    font-size: 1.1em;
        line-height: 2.076923076923077em;
        margin-bottom: 27px;
        margin-bottom: 1.9285714285714286em;
        line-height: 1.5;
        margin-bottom: 0;
        background: 0;
        border-bottom: 0;
        text-transform: uppercase
    }
    #top-nav .nav li a:hover,
    #top-nav .nav li span:hover,
    #top-nav .nav li a:focus,
    #top-nav .nav li span:focus
	#top-nav .nav li a:active,
    #top-nav .nav li span:active{
        text-shadow: white 0 0 3px;
        text-shadow: none;
		text-decoration: underline;
    }
	#top-nav .nav li a:active {
		text-decoration: underline;
    }
    #top-nav .nav li ul.sub-menu,
    #top-nav .nav li ul.children {
        margin: -5px 0 0 0
    }
    #top-nav .nav li ul.sub-menu li,
    #top-nav .nav li ul.children li {
        background-image: url('../images/indent-arrow.gif');
        background-position: 22px 50%;
        background-repeat: no-repeat
    }
    #top-nav .nav li ul.sub-menu li a,
    #top-nav .nav li ul.children li a {
        padding-left: 42px;
        border-right: 0;
        display: block;
        width: auto;
        line-height: .75em
    }
    #top-nav .nav li ul.sub-menu li:last-child a,
    #top-nav .nav li ul.children li:last-child a {
        border-bottom: 0
    }
    #top-nav .nav li ul.sub-menu li:hover,
    #top-nav .nav li ul.children li:hover {
        background-color: #67a19f
    }
    #top-nav .nav li ul.sub-menu li.current-menu-item,
    #top-nav .nav li ul.children li.current-menu-item,
    #top-nav .nav li ul.sub-menu li.current_page_item,
    #top-nav .nav li ul.children li.current_page_item,
    #top-nav .nav li ul.sub-menu li.current-page-ancestor,
    #top-nav .nav li ul.children li.current-page-ancestor {
        background-color: #6aa3a1
    }
    #top-nav .nav li:hover ul {
        display: block
    }
    #top-links .nav {
        margin: 0;
        padding: 15px 0;
        text-align: right
    }
    #top-links .nav li {
        display: inline;
        margin-right: 20px
    }
    #top-links .nav li a {
        color: #0e2b51;
        text-transform: uppercase
    }
    #top-links .nav li a:hover {
        color: #7aadab
    }
    .social li {
        display: block;
        height: 33px;
        line-height: 33px
    }
    .social li a,
    .social li span {
        display: inline
    }
    .social li a {
        padding: 0
    }
    .social li img {
        vertical-align: middle
    }
    .hentry {
        background: transparent
    }
    .slider-wrapper {
        margin: -30px 0 30px 0
    }
    #content .archive-title {
        margin-left: 20px;
        color: #002649
    }
    .widgettitle {
        margin-bottom: .75em;
        color: #7aadab
    }
    .widget {
        padding: 0 20px 0 0;
        margin: 2.2em 0
    }
    .widget ul li {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 0 2px
    }
    .widget ul li ul {
        margin-top: .75em;
        padding-left: 1em
    }
    .widget_booking_widget {
        margin: 0;
        padding: 10px;
        color: #fff;
        background-color: #0e2b51
    }
    .widget_booking_widget ul {
        margin: 0
    }
    .widget_booking_widget .booking {
        padding: 10px;
        background: #98acc2;
        border: 1px solid #b8c6d5
    }
    .widget_booking_widget .widgettitle {
        margin: 0 -10px 20px -10px;
        background: #c2c298;
        border-bottom: 0;
        font-size: .9285714285714286em;
        line-height: 2.076923076923077em;
        margin-bottom: 27px;
        margin-bottom: 1.9285714285714286em;
        text-transform: uppercase;
        color: #fff
    }
    .widget_booking_widget select,
    .widget_booking_widget input {
        width: 100%;
        font-size: 90%;
        color: #636363
    }
    .widget_booking_widget .check-in {
        margin-bottom: 0
    }
    .widget_booking_widget .month {
        float: left;
        width: 25%;
        margin-right: 2%
    }
    .widget_booking_widget .day {
        float: left;
        width: 24%;
        margin-right: 2%
    }
    .widget_booking_widget .year {
        float: left;
        width: 30%;
        margin-right: 2%
    }
    .widget_booking_widget .picker {
        float: left;
        width: 15%
    }
    .widget_booking_widget .picker img {
        float: right;
        margin-top: 5px;
        max-width: 100%
    }
    .widget_booking_widget .nights {
        clear: left;
        float: left;
        width: 32%;
        margin-right: 2%
    }
    .widget_booking_widget .adults {
        float: left;
        width: 32%;
        margin-right: 2%
    }
    .widget_booking_widget .children {
        float: left;
        width: 32%
    }
    .widget_booking_widget .actions {
        text-align: center
    }
    .widget_booking_widget .button-wrapper {
        margin: 15px 0
    }
    .widget_booking_widget input.submit {
        height: 30px;
        text-transform: uppercase
    }
    .widget_specials_widget {
        margin: 20px 10px;
        padding: 20px 10px;
        background: #c2c298;
        text-align: center
    }
    .widget_specials_widget .widgettitle {
        margin: 0 0 20px;
        line-height: .9em;
        letter-spacing: 5px;
        border: 0
    }
    .widget_specials_widget .specials {
        padding: 10px;
        color: #002649;
        background: white
    }
    .widget_specials_widget .specials h4 {
        margin-bottom: 1em
    }
    .widget_specials_widget .specials p {
        margin-bottom: .5em
    }
    .widget_specials_widget .specials p a {
        color: #0e2b51
    }
    .widget_specials_widget .specials p a:hover {
        color: #98acc2
    }
    .gmap {
        margin-top: -30px
    }
}

@media only screen and (min-width:1030px) {
    .header #top-contact-info .address {
        font-size: .8571428571428571em;
        line-height: 2.25em;
        margin-bottom: 27px;
        margin-bottom: 1.9285714285714286em
    }
    .header #top-contact-info .phone {
        font-size: 1.2142857142857142em;
        line-height: 1.588235294117647em;
        margin-bottom: 27px;
        margin-bottom: 1.9285714285714286em;
        margin-bottom: 0
    }
}

@media print {
    * {
        background: transparent!important;
        color: black!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    a,
    a:visited {
        color: #444!important;
        text-decoration: underline
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")"
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }
}

@media only screen and (max-height:660px) {
    .header #inner-header {
        position: relative;
        top: auto;
        float: left
    }
    .header #top-links {
        background: 0
    }
    #content-top {
        float: right
    }
}
.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1140px;
}
.vc_row-no-padding {
	max-width: 100% !important;
}
.menu-item-1192 {
	background: #8dc63f;
}
.menu-item-1192 a{
	color: #fff !important;
}
.hentry {
    padding: 0px !important;
}
.header {
	border-bottom: 6px solid #8dc63f;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
}
/* Mobile Footer Bar */
.fixedBar {
	background: #8dc63f; 
	bottom: 0px; 
	color:#fff; 
	font-family: Arial, Helvetica, sans-serif; 
	left:0; 
	padding: 0px 0; 
	position:fixed; 
	font-size:16px; 
	width:100%; 
	z-index:99999; 
	float:left; 
	vertical-align:middle; 
	margin: 0px 0 0; 
	opacity: 0.95; 
	font-weight: bold;
}
.boxfloat {
	text-align:center; 
	width:100%; 
	margin:0 auto;
}
#tips, #tips li {
	margin:0; 
	padding:0; 
	list-style:none;
}
#tips {
	width:100%; 
	font-size:20px; 
	line-height:120%;
}
#tips li {
	padding: 15px 0; 
	float: left;
	width: 49%;
	text-align: center;
}
.mobile-tel {
	border-left: 2px solid #fff;
}
#tips li a{
	color: #fff;
}
#tips li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
				
				.fixedBar {
				   display: none;
				}
	.footer-col {
    float: left;
    width: 25%;
    min-height: 300px;
}
}
@media screen and (max-width: 680px) {
	#container {
		position: relative;
        top: -40px;
	}
	.header #logo {
        float: none;
        width: 120px;
	}
	.menu-button {
	background-position: 85% 18px;
    float: right;
    min-width: 100px;
	}
	.footer-col {
    float: none;
    width: 100%;
    min-height: 0px;
}
}
.footer-nav .menu-item a {
	color: #fff !important;
}
.footer-nav .menu-item a:hover {
	color: #fff;
}
.footer-col a {
	color: #fff !important;
}
.footer-col a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.footer-col a:visited {
	color: #fff !important;
}

.footer {
    background: #5b9b98;
    color: #fff;
}
.footer h4 {
	font-size: 1.5em !important;
}
.footer p, .footer ul {
	line-height: 1.4em !important;
}
.footer ul li span {
	display: none !important;
}
.mc-field-group input[type="submit"] {
	background: #8dc63f;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
	margin-top: 10px;
	font-family: futura-pt, sans-serif !important;
}
.mc-field-group input[type="email"] {
	padding: 7px;
    border: none;
    margin-top: 10px;
	font-family: futura-pt, sans-serif !important;
	font-weight: 300;
	width: 140px;
}
.hero {
	    margin-top: 100px;
	     background-position: top;
}
.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    background-color: #8dc63f !important;
}
.entry-content img {
	margin: 0px !important;
}
.lodge-on-the-cove-contact .gform_fields li input {
	float: none !important;
}
#revinate_contact_api_form label.required:after { 
            content: " *"; 
            color: red; 
        } 
#revinate_contact_api_form fieldset { 
            width: 250px; 
            padding: 0; 
            border: 0px; 
        } 
#revinate_contact_api_form input { 
            margin: 0px 0px 10px 0px;
            padding: 3px; 
            border-width: 1px;
}
#revinate_contact_api_form button { 
           background-color: #0a2242;
           color: #fff;
           border: none;
           padding: 5px 10px;
           margin-top: 10px
        } 
#revinate_contact_api_form input[type="email"] {
    border: 0px !important;
}
.revinate-full td {
    text-align: left !important;
    padding-right: 20px;
}
.revinate-full {
    width: auto !important;
}

@media screen and (min-width: 768px)
.promise {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: 220px;
}
@media handheld, only screen and (max-width: 540px) {			
	      .promise {
	         display: block;
    			 max-width: 220px;
    			 margin-top: 20px;
   				 margin-left: auto;
   				 margin-right: auto;
					 padding-bottom: 60px;
	      }
}