/* Set colour variables */
:root {
	--nrma-lightblue: #00b9ff;
	--nrma-lightblue-80percent: rgba(0, 185, 255, 0.8);
	--nrma-lightblue-hover: #00a6e5;
	--nrma-midblue: #005aff;
	--nrma-darkbblue: #0a00f0;
	--nrma-orange: #ff6900;
	--nrma-orange-hover: #e55e00;
	--nrma-yellow: #ffb900;
	--nrma-green: #00b973;
	--nrma-white: #ffffff;
	--nrma-black: #000000;
	--nrma-lightgrey: #ebebeb;
	--nrma-lightgrey-30percent: rgba(235, 235, 235, 0.3);
}

/* Set custom font faces */
@font-face {
	font-family: 'NRMA-GTEestiDisplay';
	src: url('../../fonts/GT-Eesti/GT-Eesti-Display-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NRMA-GTEestiDisplay';
	src: url('../../fonts/GT-Eesti/GT-Eesti-Display-Light.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'NRMA-GTEestiDisplay';
	src: url('../../fonts/GT-Eesti/GT-Eesti-Display-Light-Italic.ttf') format('truetype');
	font-weight: lighter;
	font-style: italic;
}
@font-face {
	font-family: 'NRMA-GTEestiDisplay';
	src: url('../../fonts/GT-Eesti/GT-Eesti-Display-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'NRMA-TFHillmark';
	src: url('../../fonts/TF-Hillmark/TF-Hillmark.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NRMA-TFHillmark';
	src: url('../../fonts/TF-Hillmark/TF-Hillmark-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'NRMA-GothamRounded';
	src: url('../../fonts/Gotham-Rounded/gotham-rounded-bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

/* Global Styles */
* {
	-webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
*, p, h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'NRMA-GTEestiDisplay', 'Arial';
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    margin: 0;
    padding: 0 0 20px 0;
}
h1 {
	font-size: 35px;
	line-height: 42px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h2.headline, h2.headline > span {
	font-family: 'NRMA-TFHillmark';
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 0;
	font-weight: normal;
	color: #ffffff;
}
@media only screen and (max-device-width: 600px) {
	h2.headline, h2.headline > span {
		font-size: 90px;
		line-height: 80px;
	}
}
h3 {
	font-size: 25px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 15px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 12px;
}
@media (max-width: 1200px) {
	h1 {
		font-size: 25px;
		line-height: 25px;
	}
	h2 {
		font-size: 20px;
		line-height: 20px;
	}
	h3 {
		font-size: 15px;
		line-height: 15px;
	}
	h4 {
		font-size: 15px;
		line-height: 15px;
	}
	h5 {
		font-size: 15px;
		line-height: 15px;
	}
	h6 {
		font-size: 15px;
		line-height: 15px;
	}
}

a {
	color: #00b9ff;
}
a:not(.but):not(button) {
	color: #00b9ff;
	text-decoration: underline;
}
a:hover {
	color: #00a6e5;
}
p, li {
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
    margin: 0;
    padding: 0 0 20px 0;
}
.location {
	font-family: 'NRMA-GothamRounded';	
	font-weight: bold;
	text-transform: uppercase;
}
.lead {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
@media only screen and (max-device-width: 600px) {
	p.location {
		font-size: 16px !important;
	}
}
.terms {
	font-size: 12px;
    line-height: 18px;
    font-style: italic;
}
ul.inline-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.inline-list > li {
    display: inline-block;
    width: 50%;
    padding-bottom: 10px;
}
.but, button {
    font-size: 16px;
	display: inline-block;
	border: none;
}
button > span {
    color: #ffffff !important;	
}
.but:not(.link), button {
    background-color: #00b9ff;
	border: 2px solid #00b9ff;
    border-radius: 20px;
    padding: 6px 30px;
}
.but:not(.link), .but:not(.link) *, button, button * {
    color: #ffffff !important;
}
@media only screen and (max-device-width: 600px) {
	.but:not(.link), button:not(.navbar-toggle) {
		border-radius: 28px;
		padding: 16px 24px;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	body.home .rev_slider_wrapper .tp-caption > a {
		width: auto !important;
	}
}
.but:not(.link).green, button.green {
	background-color: #00b973;
	border: 2px solid #00b973;
}r
.but:not(.link).yellow, button.yellow {
	background-color: #ffb900;
	border: 2px solid #ffb900;
}
.but:not(.link).orange, button.orange {
	background-color: #ff6900;
	border: 2px solid #ff6900;
}
.but:not(.link).outline {
	background: none !important;
}
.but:not(.link).outline.green {
	color: #00b973 !important;
}
.but:not(.link).outline.yellow {
	color: #ffb900 !important;
}
.but:not(.link).outline.orange {
	color: #ff6900 !important;
}
.but.link {
    color: #00b9ff !important;
}
.but.link:after {
	font: normal normal normal 10px/1 FontAwesome;
    content: "\f054";
    border: 1px solid;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    position: absolute;
    margin: 1px 0 0 5px;
    padding: 3px 0 0 4.3px;
}
.but.link.green {
	color: #00b973 !important;
}
.but.link.yellow {
	color: #ffb900 !important;
}
.but.link.orange {
	background-color: #ff6900 !important;
}
.bg-blue {
    background-color: #00b9ff !important;
}
.bg-green {
	background-color: #00b973 !important;
}
.bg-yellow {
	background-color: #ffb900 !important;
}
.bg-orange {
	background-color: #ff6900 !important;
}
.but.full-width {
	width: 100%;
	border-radius: 0;
	padding: 30px 0;
	text-align: center;
}
.but.full-width > * {
	padding: 0;
	width: auto;
}
.but.full-width > h2 {
	font-size: 40px;
	padding-bottom: 4px;
}
.but.full-width > h2:after {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	margin: 10px 0 0 20px;
}
.roundel-container {
	max-width: 1200px;
	position: relative;
	top: 0;
	margin: 0 auto;
}
.roundel {
    width: 140px;
    height: 140px;
    margin: -10px 10px 0 0;
    text-align: center;
    background-color: #00b9ff;
    border-radius: 75px;
	transform: rotate(-8deg);
	display: table;
	float: right;
}
.roundel > .text {
	display: table-cell;
	text-align: center;
	padding: 0 !important;
	vertical-align: middle;
}
.roundel .text, .roundel .text * {
    color: #ffffff;
    font-size: 22px;
	line-height: 90%;
    font-weight: bold !important;
	position: relative;
}
.roundel .text .asterisk {
    font-size: 22px;
	top: 8px;
	margin-left: -6px;
	position: absolute;
}
.roundel.green {
	background-color: #00b973;
}
.roundel.yellow {
	background-color: #ffb900;
}
.roundel.yellow, .roundel.yellow > * {
    color: #000000;
}
.roundel.orange {
	background-color: #ff6900;
}
.roundel.midblue {
    background-color: #005aff;
}
.roundel.darkblue {
    background-color: #0a00f0;
}
.wpb_row.vc_inner > .wpb_column {
	padding: 0 0 20px 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.wpb_content_element {
	margin: 0;
	padding-bottom: 0 !important;
}
.wpb_content_element.wpb_single_image {
	padding-bottom: 20px !important;	
}
.vc_column_container > .vc_column-inner {
	padding: 0 !important;
}
.page > div > .vc_row {
	padding-bottom: 0;
}
.vc_row, .row {
	margin: 0;
}
.vc_row.alternate {
	background-color: #ebebeb;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.wpb_text_column p, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6, .wpb_text_column ul, .wpb_text_column ol, .wpb_text_column table {
    max-width: 720px;
    margin: 0 auto !important;
}
.wpb_text_column table:first-child {
    margin-bottom: 20px !important;
}
.wpb_text_column table, .wpb_text_column tr, .wpb_text_column td {
    border: 1px solid #000;
}
.wpb_text_column td {
    padding: 10px 10px 0 10px;
}
div.page {
	margin-top: 40px;
}
.container ul:not(.navbar-nav):not(.dropdown-menu) {
    list-style-type: disc;
    padding: 0 0 20px 20px;
    margin: 0;
}
.container ul > li {
    padding: 0;
}
.container ul.check-circle {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.container ul.check-circle > li:before {
    padding-right: 10px;
    content: "\f058";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container ol {
  counter-reset: item;
}
.container ol > li {
  counter-increment: item;
  list-style-type: none;
}
.container ol > li:before {
  content: counters(item, ".") ". ";
}
.container li ol > li:before {
  content: counters(item, ".") " ";
}
@media only screen and (max-device-width: 600px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12, .wpb_text_column {
		padding-left: 0;
		padding-right: 0;
	}
	.vc_row, .row {
		margin-left: 0;
		margin-right: 0;
	}
	/*.container {
		padding-left: 40px;
		padding-right: 40px;
	}*/
}

/*
// HEADER
*/
#top-header, header.primary {
	background-color: #ffffff;
}

/* HEADER Top Header */ 
#top-header .th-text {
    padding: 18px 0 0 0;
    margin-bottom: -4px;
}
#top-header .th-item {
    padding: 0 0 0 10px !important;
    border: none !important;
}
#top-header a > i {
    padding: 0 0 0 10px !important;
}
#top-header a > i.fa-phone {
    display: none;
}
#top-header a {
    font-size: 14px;
	text-decoration: none;
}
#top-header a, #top-header a > i {
	background: none;
	color: #00b9ff
}

/* HEADER Navigation */
header ul > li > a, header ul > li.dropdown.open > a {
    font-size: 15px;
    line-height: 15px !important;
}
header ul > li > a:hover, header ul > li.dropdown.open > a, header ul > li > a:hover > i, header ul > li.open > a > i , header ul > li.current-menu-item > a, header ul > li.current-menu-item > a > i, header ul > li.current-menu-ancestor > a, header ul > li.current-menu-ancestor > a > i {
	color: #ffffff !important;
	background-color: #00b9ff !important;
}
header ul > li > a > i.fa-angle-down {
	color: #00b9ff;
}
header ul > li.book-now > a {
	background-color: #ff6900;
	color: #ffffff !important;
}
header ul > li.book-now > a:hover {
	background-color: #e55e00 !important;
	color: #ffffff !important;
}
@media (min-width: 1201px) {
	header ul > li.book-now > a {
		border: 2px solid #ff6900;
		border-radius: 20px;
		padding: 11px 30px 9px 30px !important;
		margin-top: 21px;
		margin-right: 0;
	}
	header ul > li.book-now > a:hover {
		border-color: #e55e00;
	}
}

/*
// HEADER Slider
*/
body.home .rev_slider_wrapper .tp-caption {
    text-align: center !important;
}
body.home .rev_slider_wrapper .tp-caption > h1, body.home .rev_slider_wrapper .tp-caption > p, body.home .rev_slider_wrapper .tp-caption > a {
    color: #ffffff;
}
body.home .rev_slider_wrapper .tp-caption > h1, body.home .rev_slider_wrapper .tp-caption > p {
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 100px, rgba(0, 0, 0, 0.3) 0px 0px 12px, rgba(0, 0, 0, 0.3) 0px 1px 2px;
}
body.home .rev_slider_wrapper h1.headline, body.home .rev_slider_wrapper h1.headline > span {
    font-family: 'NRMA-GTEestiDisplay';
    font-size: 60px;
    line-height: 50px;
    font-weight: bold;
	color: #ffffff;
}
/*@media only screen and (max-device-width: 600px) {
	body.home .rev_slider_wrapper h1.headline, body.home .rev_slider_wrapper h1.headline > span {
		font-size: 40px;
		line-height: 30px;
	}
}*/
body.home .rev_slider_wrapper h1.headline.brandtypeface, body.home .rev_slider_wrapper h1.headline.brandtypeface > span {
	font-family: 'NRMA-TFHillmark';
	font-size: 120px !important;
	line-height: 80px !important;
    font-weight: normal;
}
@media only screen and (max-device-width: 600px) {
	body.home .rev_slider_wrapper h1.headline.brandtypeface, body.home .rev_slider_wrapper h1.headline.brandtypeface > span {
		font-size: 70px !important;
		line-height: 50px !important;
	}
}
body.home .rev_slider_wrapper p {
	font-size: 20px !important;
}

/* Colour Overlays */
#header-banner, #footer-banner {
	border: none !important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	overflow: hidden;
    background-position-x: center;
    background-position-y: center;
}
#header-banner .color-overlay, #footer-banner .color-overlay {
	background: none;
	padding: 80px 0;
	margin: 0;
}
#header-banner .color-overlay h2, #header-banner .color-overlay h2 > span, #header-banner .color-overlay p, #footer-banner .color-overlay h2, #footer-banner .color-overlay h2 > span, #footer-banner .color-overlay p {
	text-align: center;
	color: #ffffff;
	padding: 0 0 20px 0;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 100px, rgba(0, 0, 0, 0.3) 0px 0px 12px, rgba(0, 0, 0, 0.3) 0px 1px 2px;
}
#header-banner .color-overlay p, #footer-banner .color-overlay p {
	font-size: 20px;
	line-height: 20px;
	padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
@media only screen and (max-device-width: 1200px) {
	#header-banner .color-overlay, #footer-banner .color-overlay {
		padding: 40px 0;
	}
	#header-banner .color-overlay h2, #footer-banner .color-overlay h2 {
		font-size: 70px;
		line-height: 70px;
	}
	#header-banner .color-overlay p, #footer-banner .color-overlay p {
		font-size: 15px;
		line-height: 15px;
	}
}
#footer-banner {
	margin-top: 0;
	margin-bottom: 20px;
}
#footer-banner h2.headline, #footer-banner h2.headline > span {
	font-size: 80px;
	line-height: 60px;
}
#footer-banner #subForm {
    padding-top: 20px;
    max-width: 620px;
    margin: 0 auto;
}
#footer-banner #subForm > button {
    margin-left: 20px;
}
#header-banner.tactical .color-overlay, #footer-banner.tactical .color-overlay {
    background: none;
    padding: 140px 0;
}
#header-banner.tactical h2.headline, #footer-banner.tactical h2.headline {
    font-family: 'NRMA-GTEestiDisplay';
    font-size: 60px;
    line-height: 50px;
    font-weight: bold;
}
#header-banner.tactical .page-title > h2, #header-banner.tactical .page-title > p, #footer-banner.tactical .page-title > h2, #footer-banner.tactical .page-title > p {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 100px, rgba(0, 0, 0, 0.3) 0px 0px 12px, rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

/*
// BOOKING WIDGET
*/
body:not(.page-template-page-newbook) #newbook-online-controls-container {
	margin-top: -40px;
}

/*
// POST ARCHIVES
*/
.post-archive {
	padding: 20px 0;
}
.post-archive .row > div {
	padding-bottom: 20px;
}
.post-archive .row > div > .featured-image {
    position: relative;
}
.post-archive .row > div > .featured-image > .journey-line {
    position: absolute;
    bottom: 0;
}
.post-archive .row > div > .featured-image > h3 {
	position: absolute;
    bottom: 0;
    z-index: 1;
    color: #ffffff;
    padding: 0 20px 8px 20px;
}
.post-archive .row > div > .featured-image > img {
	width: 100%;
}
.post-archive .row > div .sleeps, .post-archive .row > div .location {
	margin-top: -20px;
}
.post-archive .row > div > .content {
	background: #ebebeb;
	padding: 20px;
}
.post-archive .row > div .price {
    top: 10px;
    left: 10px;
    position: absolute;
    background: #005aff;
    padding: 4px 10px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
	margin: 0;
}

/*
// TABS
*/
ul.vc_tta-tabs-list, ul.vc_tta-tabs-list > li, ul.vc_tta-tabs-list > li > a {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
ul.vc_tta-tabs-list {
	padding-bottom: 20px !important;
}
ul.vc_tta-tabs-list > li > a {
	background-color: #ffffff !important;
    color: #000000 !important;
    padding: 6px 10px 4px 10px !important;
    font-size: 16px;
    line-height: 16px;
    margin: 0 10px !important;
}
ul.vc_tta-tabs-list > li > a:first-of-type {
    margin-left: 0 !important;
}
ul.vc_tta-tabs-list > li.vc_tta-tab.vc_active > a, .vc_tta-style-classic ul.vc_tta-tabs-list > li.vc_tta-tab.vc_active > a, ul.vc_tta-tabs-list > li > a:hover, .vc_tta-style-classic ul.vc_tta-tabs-list > li.vc_tta-tab > a:hover {
	background-color: #00b9ff !important;
	color: #ffffff !important;
}
ul.vc_tta-tabs-list > li.vc_active > a > span, ul.vc_tta-tabs-list > li > a:hover > span {
	color: #ffffff !important;
}

/*
// FORMS
*/
input:not([type=checkbox]):not([type=radio]), select, textarea {
	background: #ffffff;
	color: #000000;
	border: none !important;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	outline: none !important;
	border-radius: 0 !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select + i.fa-chevron-down {
	color: #000000;
	font-size: 10px !important;
	position: absolute;
	right: 10px;
	top: 22px;
	pointer-events: none;
	background: #ffffff;
	height: 40px;
	width: 24px;
	padding-top: 16px;
	text-align: center;
	vertical-align: middle !important;
	border-left: 1px solid #ebebeb;
}
input.input-error, select.input-error, select.input-error + i.fa-chevron-down {
	color: #ff0037 !important;
}
input[type="checkbox"] {
	position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    background: #ffffff;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
label {
	color: #000000;
	font-size: 16px !important;
    line-height: 20px !important;
    font-weight: lighter !important;
    margin: 0 !important;
    padding: 0 0 2px 0;
}
.dhvc-form-checkbox > label {
	display: block;
    padding-left: 24px;
	padding-top: 4px;
	position: relative;
}
.dhvc-form-inner {
    background: #ebebeb;
    max-width: 720px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.dhvc-form-inner .vc_row {
	margin: 0;
}
.dhvc-form-inner > div {
    padding: 20px 0 0 0;
    margin: 0;
}
.dhvc-form-inner .vc_row > .wpb_column {
	padding-left: 10px;
	padding-right: 10px;
}
.dhvc-form-inner .vc_row > .wpb_column:first-of-type {
	padding-left: 0;
}
.dhvc-form-inner .vc_row > .wpb_column:last-of-type {
	padding-right: 0;
}
@media only screen and (max-device-width: 600px) {
	.dhvc-form-inner .vc_row > .wpb_column {
		padding-left: 0;
		padding-right: 0;
	}
}
.dhvc-form-message {
	padding: 0;
	margin: 0;
	background: none;
}
.dhvc-form-message > span {
	padding: 20px;
	margin: 0 auto 20px auto;
	background: #00b9ff;
	max-width: 720px;
	font-size: 16px;
	line-height: 20px;
    display: block;
    font-weight: lighter;
}
.dhvc-form-message > span:empty {
	display: none;
}

/*
// FOOTER
*/
footer {
	padding: 20px 0 0 0;
}
footer, footer .footer-bottom {
	background-color: #ffffff;
}
footer > .container {
	padding-bottom: 80px;
}
footer > .footer-bottom {
	margin: 0;
	padding: 0 0 80px 0;
}
footer h4, footer li > a, footer li > a:hover {
	color: #000000 !important;
}
footer h4 {
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: none;
}
footer ul {
	list-style-type: none !important;
    padding-left: 0 !important;
}
footer li {
	padding: 0 !important;
}
footer a {
	text-decoration: none !important;
}
footer .textwidget {
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
    margin: 0;
    padding: 0 0 20px 0;
}
footer > .footer-bottom {
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;	
}
footer #menu-footer-contact li > a {
	color: #00b9ff;	
}
footer #menu-footer-contact li:before {
	color: #0a00f0;
}
footer .corporate-logo {
    height: 40px;
    margin-top: -10px;
}

/*
// NEWBOOK Global
*/
#newbook_content * {
    text-transform: none !important;
    color: #000000 !important;
    text-decoration: none;
}
#newbook_content h3 {
	padding: 0 !important;
}
#newbook_content .newbook_online_category_row_category_icon {
	line-height: 20px !important;
	padding-top: 4px !important;
}
#newbook_content .newbook_online_category_row_category_icon i {
	font-size: 20px !important;
	margin-top: -4px;
}
#newbook_content .newbook_online_category_row_category_description {
	padding: 0;
	margin: 20px 0 !important;
}
#newbook_content .newbook_responsive_special {
    padding: 4px 10px !important;
    background: none !important;
    color: #ffffff !important;
	border-radius: 0 !important;
}
#newbook_content .newbook_responsive_special.hot {
    background: #ffb900 !important;
}
#newbook_content .newbook_responsive_special.save {
    background: #00b973 !important;
}
#newbook_content .newbook_responsive_special.special {
    background: #0a00f0 !important;
}
#newbook_content .membership_row > .newbook-col-sm-3 {
	display: none !important;
}
#newbook_content .membership_row > .newbook-col-sm-9 {
	width: 100% !important;
}
#newbook_content .membership_row > .newbook-col-sm-9 > div > div {
	text-align: left !important;
}
#newbook_content .mobile_collapsible_area {
    background: #ebebeb;
    padding: 20px;
    margin-bottom: 20px;
}
#newbook_content .mobile_collapsible_area > h3, #newbook_content .mobile_collapsible_area > div {
	border: none !important;
}
#newbook_content .mobile_collapsible_area > h3, #newbook_content .mobile_collapsible_area > div.content {
	padding-bottom: 20px !important;
}
#newbook_content .mobile_collapsible_area #edit_guests_button, #newbook_content .mobile_collapsible_area > .footer {
	background: #ffffff !important;
}

/*
// NEWBOOK Custom Search Box
*/
#newbook_online_booking_controls_wrapper {
	display: none;
}
.newbook-online-availability-form {
    background: #ebebeb;
}

/*
// NEWBOOK Layout
*/
#newbook_content .newbook-panel {
	border: 1px solid #ebebeb !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#newbook_content .newbook_online_category_box {
    background: #ebebeb;
}
#newbook_content .newbook_responsive_hr {
    display: none;
}
#newbook_content .newbook_online_category_row_action_buttons {
    background: none !important;
}
#newbook_content .newbook_online_category_box {
    background: #ebebeb !important;
}
#newbook_content #newbook_online_main_form.checkout {
    background: #ebebeb !important;
    padding: 20px !important;
    margin: 8px 0 0 0 !important;
}

/*
// NEWBOOK Images
*/
#newbook_content .newbook_online_category_box .category_image img {
	height: 100% !important;
}

/*
// NEWBOOK Text
*/
#newbook_content h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    padding: 0 0 20px 0;
    margin: 0 !important;
}
#newbook_content .newbook_responsive_popup .newbook_online_categories_tariff_types_table td div, #newbook_content .newbook_online_category_box .newbook_online_categories_tariff_types_table td div {
    font-size: 16px !important;
}

/*
// NEWBOOK Buttons
*/
#newbook_content .newbook_responsive_button {
	font-weight: normal !important;
    font-size: 16px !important;
    display: inline-block !important;
    background-color: #ff6900 !important;
	background-image: none !important;
    border: 2px solid #ff6900 !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 6px 30px !important;
    min-height: auto !important;
}
#newbook_content .newbook_responsive_button[membership_action="login"] {
	background: #0a00f0 !important;
	border-color: #0a00f0 !important;
}
#newbook_content .newbook_responsive_button > span {
	color: #ffffff !important;
	text-transform: lowercase !important;
}
#newbook_content .newbook_responsive_button:not(.nightly_price, .more_details_button, .more_tariffs) span {
    margin: 0 !important;
    padding: 0 !important;
    display: block  !important;
}
#newbook_content .newbook_responsive_button > span > b {
	font-weight: normal;
	color: #ffffff !important;
}
#newbook_content .newbook_responsive_button > span > .small_text {
	display: none !important;
}
#newbook_content .newbook_responsive_button::first-letter {
	text-transform: uppercase !important;
}
#newbook_content .newbook_responsive_button.fake_button, #newbook_content .newbook_responsive_button.newbook_calendar_button, #newbook_content .newbook_responsive_button.warning, #newbook_content .newbook_online_category_row_action_buttons button.warning, #newbook_content .newbook_responsive_button[name="skip_current_step"] {
    background: none !important;
    border: none !important;;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-right: 22px !important;
}
#newbook_content .newbook_responsive_button.warning {
	margin-top: 9px !important;
	margin-bottom: 8px !important;
}
#newbook_content .newbook_responsive_button.nightly_price {
	margin-top: 8px !important;
}
#newbook_content .membership_row .newbook_responsive_button.full_width {
}
@media only screen and (max-device-width: 768px) {
	#newbook_content .newbook_responsive_button.nightly_price {
		float: right;
		margin-bottom: 20px !important;
	}
}
#newbook_content .newbook_responsive_button.fake_button > span, #newbook_content .newbook_online_category_row_action_buttons button.warning > span {
    color: #000000 !important;
}
#newbook_content .newbook_responsive_button.fake_button > span {
	font-size: 16px;
}
#newbook_content .newbook_responsive_button.fake_button > span > span {
	font-size: 20px;
}
#newbook_content .newbook_responsive_button.newbook_calendar_button, #newbook_content .newbook_responsive_button[name="skip_current_step"] {
	margin: 12px 31px 0 0 !important;
}
#newbook_content .newbook_responsive_button.newbook_calendar_button > span, #newbook_content .newbook_responsive_button.warning > span, #newbook_content .newbook_responsive_button[name="skip_current_step"] > span {
    color: #00b9ff !important;
}
#newbook_content .newbook_responsive_button.newbook_calendar_button > span:after, #newbook_content .newbook_responsive_button.warning > span:after, #newbook_content .newbook_responsive_button[name="skip_current_step"] > span:after {
	font: normal normal normal 10px/1 FontAwesome;
    content: "\f054";
    border: 1px solid;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    position: absolute;
    margin: 1px 0 0 5px;
    padding: 2px 0 0 2.3px;
}
#newbook_content .newbook_responsive_button.warning > span:after {
	margin-top: 3px;
}
#newbook_content .newbook_responsive_button[name="skip_current_step"] > span:after {
    padding-left: 1px;
}
#newbook_content .newbook_online_category_row_action_buttons {
	padding: 0 20px 20px 20px !important;
    width: 100% !important;
}
#newbook_content .newbook_online_category_row_action_buttons button.more_tariffs {
    float: right;
}
#newbook_content .newbook_online_category_row_action_buttons button.more_tariffs.open, #newbook_content #reset_cart_form > button {
	background: none !important;
	border-color: #ff6900 !important;
}
#newbook_content #reset_cart_form > button {
	margin-bottom: 20px !important;
}
#newbook_content .newbook_online_category_row_action_buttons button.more_tariffs.open > span, #newbook_content #reset_cart_form > button > span {
	color: #ff6900 !important;
}
#newbook_content button > i {
    display: none;
}
#newbook_content .newbook_online_categories_tariff_type_rows > td:last-of-type button {
    float: right;
	width: auto !important;
}
#newbook_content .newbook_online_categories_tariff_type_rows {
    background: #ffffff !important;
}
.newbook_responsive_popup .newbook_online_categories_tariff_types_table td div, #newbook_content .newbook_online_category_box .newbook_online_categories_tariff_types_table td div {
	font-size: 16px !important;	
}
#newbook_content .membership_row > .newbook-col-sm-9 > div:nth-of-type(2) .newbook-col-sm-6 {
	width: auto !important;
	display: inline-block;
}
#newbook_content .membership_row > .newbook-col-sm-9 > div:nth-of-type(2) .newbook-col-sm-6:first-of-type {
	margin-right: 20px;
}
#newbook_content .membership_row .newbook_responsive_button.full_width {
	width: auto !important;
}
#newbook_content .newbook_online_header {
	border: none;
	padding: 0;
	margin: 0;
}
#newbook_content .newbook_online_header h2 {
	font-size: 30px !important;
	line-height: 36px !important;
}
#newbook_content #membership_services_fieldset {
	margin: 0 !important;
}
#newbook_content #membership_services_fieldset .membership_row {
	padding-top: 0 !important;
}

/*
// NEWBOOK: Check-in Tablet
*/
/*.checkin-tablet .newbook-fieldset-group {
    font-size: 15px !important;
}
.checkin-tablet #newbook_content fieldset {
    background-color: #ebebeb;
    padding: 0 20px 10px 20px;
    margin: 0 0 20px 0;
}
.checkin-tablet #newbook_content legend {
    padding: 0;
    padding-bottom: 70px !important;
    margin: 0 0 0 -20px;
}

.checkin-tablet #newbook_content .newbook-fieldset-column {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 10px;
}

.checkin-tablet #newbook_content .newbook-fieldset-row {
	display: block !important;
	background: none !important;
	padding: 0 0 20px 0;
	margin: 0;
}
.checkin-tablet #newbook_content label {
	color: #000000;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: lighter !important;
    margin: 0 !important;
    padding: 0 0 2px 0;
}
.checkin-tablet #newbook_content input, .checkin-tablet #newbook_content textarea, .checkin-tablet #newbook_content .view_value > span {
	background: #ffffff;
	color: #000000;
	border: none !important;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	outline: none !important;
}
.checkin-tablet #newbook_content legend.newbook_responsive_header {
    color: #000000;
    font-family: 'NRMA-GTEestiDisplay', 'Arial' !important; 
    font-weight: bold !important;
	font-size: 20px !important;
	line-height: 24px !important;
	padding-bottom: 20px !important;
}*/

/*
// DATEPICKER
*/
#ui-datepicker-div {
    border-color: #000000 !important;
}
.ui-datepicker-header, table.ui-datepicker-calendar th, table.ui-datepicker-calendar a {
    color: #000000 !important;
}
table.ui-datepicker-calendar a:hover, table.ui-datepicker-calendar a.ui-state-active {
    background: #00b9ff !important;
    color: #ffffff !important;
}

/* Not Sorted */
td {
    position: relative;
}
.tp-bullet {
    background: rgba(255,255,255,0.4) !important;
    border: none !important;
    margin: 2px 0 0 0;
}
.tp-bullet.selected {
    background: rgba(255,255,255,1) !important;
}
/* Save Tile */
div.on-sale > .featured-image::before, .newbook_online_category_box.on-sale .newbook_online_category_row_image::after {
    background: #ffb900;
}
/* New Tile */
div.new-room > .featured-image::before, .newbook_online_category_box.new-room .newbook_online_category_row_image::after {
    background: #ff6900;
}
/* Countdown Timer */
.event-countdown {
	margin: 20px 0 20px 0;
}
.event-countdown .digit > div {
    font-family: 'NRMA-TFHillmark';
    font-size: 100px;
    margin: 0 4px;
}
#header-banner .color-overlay .digit > div, #header-banner .color-overlay .dash_title {
	color: #ffffff;
}
#header-banner .color-overlay .event-countdown, .event-countdown .dash > div {
	margin-bottom: 0;
}
#header-banner .color-overlay .event-countdown {
	margin-top: -10px;
}