﻿/**
* Common
*
*
*
*/

html, body {
	height: 100%;
	font-size:16px !important;
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
	color: #000;
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	cursor: default;
}

@media all {
	body {
		padding:0px !important;
		margin:0px !important;
	}
}

p {
	margin-bottom:15px !important;
}

a {
    color:inherit !important;
	text-decoration:none;
}

a img {
	border: 0;
}

form {
	margin: 0px !important;
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
    font-size:inherit;
}

legend {
	background-color:inherit !important;
	border-width:0px !important;
}

fieldset legend {
	padding: 0.1875rem 0 !important;
}

label {
	display:inline !important;
}


input[type="radio"] {
	vertical-align:baseline !important;
}

/*
input[type="text"],input[type='password'],input[type='datetime'],input[type='datetime-local'],input[type='date'],input[type='time'],
input[type='search'],input[type='number'],input[type='week'],input[type='tel'],input[type='url'],.uneditable-input {
	background-color:#fff !important;
	border-width:0px !important;
	margin:0px !important;
	padding:0px !important;
}
*/

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],
input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],
input[type="color"],textarea,select {
	/*
	-webkit-appearance:none;
	-moz-appearance:none;
	*/
	border-radius:0;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.75);
	/*display:block;*/
	font-family:inherit;
	font-size:1rem;
	height:2.000rem; /*2.4375rem;*/
	-margin:0 0 1rem 0;
	padding:0.5rem;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border-color 0.15s linear,background 0.15s linear;
	-moz-transition:border-color 0.15s linear,background 0.15s linear;
	-ms-transition:border-color 0.15s linear,background 0.15s linear;
	-o-transition:border-color 0.15s linear,background 0.15s linear;
	transition:border-color 0.15s linear,background 0.15s linear
}


input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,
input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,
input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus {
	background:#fff;
	border-color:#455560;
	outline:none
}

input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,
input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,
input[type="color"]:disabled,textarea:disabled {
	background-color:;
	cursor:default
}

input[type="text"][disabled],input[type="text"][readonly],
fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],
input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],
input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],
input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],
fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],
input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],
input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],
fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea {
	background-color:;
	cursor:default
}

input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,
input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,
input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius {
	-webkit-border-radius:3px;
	border-radius:3px
}

form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse /*select*/,
form .row .prefix-radius.row.collapse button{
	-webkit-border-radius:0;
	border-radius:0;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px
}

.loader {
	width:200px;
	height:150px;
}

.loader img {
	margin-top:1em;
	margin-bottom:1em;
}

.loader {
  display: none;
}

.loading .loader {
  display: block;
}

.IE11 .princesmiles-content-post-image-for-small {
	-width:100%;
	-max-width:350px;
}

.IE11 .princesmiles-content-post-image-for-small img {
	width:100%;
	-max-width:350px;
}

/*
input, select, textarea {
    max-width: 75%;
}
*/

.table-caption {
	margin:10px 10px;
	color:#707070;
	font-size:22px;
}

.table-header-cell {
	padding:2.5px;
	font-size:12px;
	background-color:#ededed;
	border-bottom-width:1px;
	border-bottom-color:#d4d8de;
	border-bottom-style:solid;
}

.table-data-cell {
	padding:5.5px;
	font-size:12px;
	color:#939393;
}

.table-data-row {
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.table-data-row:hover {
	background-color:#f7f7f7;
}

.constrain-100 {
	width:100px;
	height:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.reduce-33 {
	width:33%;
}

.reduce-25 {
	width:25%;
}

.reduce-20 {
	width:20%;
}

.reduce-15 {
	width:15%;
}

.reduce-12 {
	width:12%;
}

.reduce-10 {
	width:10%;
}

.reduce-5 {
	width:5%;
}

.margined-horizontal {
	margin:15px 60%;
	padding:0.5rem 0.5rem;
}

.constrain-25 {
	width:25px;
	height:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.constrain-50 {
	width:50px;
	height:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.constrain-75 {
	width:75px;
	height:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.constrain-150 {
	width:150px;
	height:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


@media only screen and (max-width:480px) {
	.table-caption {
		margin:2px 0px;
		color:#707070;
		font-size:14px;
	}
	
	.table-header-cell {
		padding:5px 0px;
		font-size:10px;
	}

	.table-data-cell {
		padding:7.5px 0px;
		font-size:10px;
	}
	
	.constrain-10-for-small {
		width:10px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-25-for-small {
		width:25px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-50-for-small {
		width:50px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-75-for-small {
		width:75px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-100-for-small {
		width:100px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-150-for-small {
		width:150px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.reduce-15-for-small {
		width:15px;
	}
	
	.reduce-12-for-small {
		width:12%;
	}
	
	.reduce-10-for-small {
		width:10%;
	}
	
	.reduce-5-for-small {
		width:5%;
	}
	
	.left-for-small {
		float:left;
		padding:0px;
		margin:0px;
	}
	
	.margined-horizontal-for-small {
		margin:15px 60%;
		padding:0.5rem 0.5rem;
	}
}

.row-responsive {
	display:block;
	clear:both;
	width:100%;
	height:100%;
}

.column-1 {
	width:100%;
}

.column-2 {
	float:left;
	width:50%;
}

.column-3 {
	float:left;
	width:33%;
}

.column-4 {
	float:left;
	width:25%;
}

.column-5 {
	float:left;
	width:20%;
}

@media only screen and (max-width:850px) {
	.row-responsive .column-2 {
		display:block;
		clear:both;
	}
}

@media only screen and (max-width:600px) {
	
}

@media only screen and (max-width:480px) {
}


/* form - extends bootstrap */

.form-wrapper {
    display:table;
    width: 65%;
    height: 350px;
    min-width: 300px;
    margin: auto;
}

.form-header-wrapper {
	width: 100%;
	height: 50px;
	padding: 5px 10px;
	background-color: #dedede;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-footer-wrapper {
	width: 100%;
	height: 50px;
	margin: 10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-result-message {
    display: table;
    width: 100%;
    height: 1px;
    margin: 5px auto;
    padding: 5px 10px;
    background-color:#fff;
}

.form-group {
    display: table;
    width: 90%;
    height: 50px;
    clear: both;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin: 2.5px auto;
    padding: 25px 20px;
}

.form-label {
	width:150px;
	height: 15px;
	clear: both;
	font-size: 14px;
	color: #000;
}

.form-control-group {
	display: table;
	width: 100%;
    padding-top:7.5px;
}

.form-control-group input[type="text"],
.form-control-group input[type="password"],
.form-control-group textarea,
.form-control-group select {
    width: 75%;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d8de;
    font-size: 17px;
    margin: 7.5px 0px;
    padding: 2.5px;
    color: #757575;
}

.form-control-group input[type="checkbox"] {
	margin: 5px;
}

.form-control-group hr {
	width: 75%;
	float:left;
	margin:10px 0px;
	clear:both;
	border-color:#f5f5f5;
}

.form-field-caption {
	width: 125px;
	color: #444;
	font-weight: 700;
}

.form-field-value {
	padding: 0px 0px;
	color: #797979;
	font-weight: normal;
}

.form-field-validate {
    display: table;
    width: 90%;
    height: 1px;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #921205;
}

.form-caption {
	margin: 17.5px 0px;
	font-size: 26px;
	color: #444;
	font-weight: 700;
}

.form-subcaption {
	margin: 12.5px 0px;
	font-size: 20px;
	color: #444;
	font-weight: 700;
}

.form-section-caption {
	font-size: 20px;
	color: #444;
}

@media only screen and (max-width:480px) {
	.container {
		margin:0px;
		padding:0px;
	}

	.form-wrapper {
		width: 100%;
		-margin: 50px 0px;
	}

	.form-footer-wrapper input {
		display:block;
		margin: 10px auto;
	}
}

.column, .columns {
	position: relative;
	width: 100%;
	float: left;
}

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 82.5rem;
	*zoom: 1;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	width: auto;
	margin-left: -0.4375rem;
	margin-right: -0.4375rem;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1;
}

.row .row:before, .row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}


.show {
	display: block;
}

.show-table {
  display: table;
}

.hide {
	display: none;
}

@media print {
	.hide-on-print {
		display: none !important;
	}

	.print-only {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	.show-for-print {
		display: inherit !important;
	}
}

/*
.show-for-small-down, .show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
	display: inherit !important;
}
*/

.show-for-small-down, .show-for-small, .hidefor-small-down, .hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
	display: none;
}

.center-lr {
	margin-left: auto !important;
	margin-right: auto !important;
}

.center {
	margin: auto !important;
}

.center-text {
	text-align: center;
}

.left {
	float:left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

.no-border {
    border-width:0px !important;
    border-style:none !important;
}

.no-margin-h {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.no-margin-v {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.no-bold {
	font-weight: normal !important;
}

.cover {
	width:100%;
	height:100%;
}

.cover-height {
	height:100% !important;
}

.cover-width {
	width:100% !important;
}

.cover-8x8 {
	width:8px;
	height:8px;
}

.cover-10x10 {
	width:10px;
	height:10px;
}

.cover-12x12 {
	width:12px;
	height:12px;
}

.cover-15x15 {
	width:15px;
	height:15px;
}

.cover-16x16 {
	width:16px;
	height:16px;
}

.cover-20x20 {
	width:20px;
	height:20px;
}

.cover-25x25 {
	width:25px;
	height:25px;
}

.cover-32x32 {
	width:32px;
	height:32px;
}

.cover-40x40 {
	width:40px;
	height:40px;
}

.cover-50x50 {
	width:50px !important;
	height:50px !important;
}

.cover-55x55 {
	width:55px !important;
	height:55px !important;
}

.cover-65x65 {
	width:65px !important;
	height:65px !important;
}

.cover-75x75 {
	width:75px !important;
	height:75px !important;
}

.cover-100x100 {
	width:100px !important;
	height:100px !important;
}

.cover-250x250 {
	width:250px !important;
	height:250px !important;
}

.cover-width330pct {
	width:33% !important;
}

.cover-width-50pct {
	width:50% !important;
}

.cover-width-60pct {
	width:60% !important;
}

.cover-width-67pct {
	width:67% !important;
}

.cover-width-90pct {
	width:90% !important;
}

.cover-width-95pct {
	width:95% !important;
}

.cover-height-33pct {
	height:33% !important;
}

.cover-height-50pct {
	height:50% !important;
}

.cover-height-60pct {
	height:60% !important;
}

.cover-height-67pct {
	height:67% !important;
}

.cover-height-90pct {
	height:90% !important;
}

.cover-height-95pct {
	height:95% !important;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

.no-border {
    border-width:0px;
    border-style:none;
}


.border-dark-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
}

.border-dark-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777;
}

.border-round {
	border-radius: 5px;
}

.rule-top {
  border-top-width: 1px;
  border-top-color: #dedede;
  border-top-style: solid;
}

.rule-bottom {
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
}

.no-margin-h {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.no-margin-v {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.width-25 {
	width: 25%
}

.width-33 {
	width: 33%
}

.width-50 {
	width: 50%;
}

.width-100 {
	width: 100%;
}

.rule-top {
	border-top-width: 1px;
	border-top-color: #d4d8de;
	border-top-style: solid;
}

.rule-bottom {
	border-bottom-width: 1px;
	border-bottom-color: #d4d8de;
	border-bottom-style: solid;
}

.release {
	position: absolute; 
	z-index:100;
}

.relative {
	position: relative; 
	z-index:100;
}

.limbo {
	position: absolute; 
	z-index:3;
	left: -9999px; 
	height: -9999px; 
}

.alt { 
	position: absolute; 
	left: -9999px; 
}

.shadowed {
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
}

.shadowed-medium {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

.shadowed-thin {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

.shadow-top-thin {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.45);
	box-shadow: 0 0 10px rgba(0,0,0,0.45);
}

.shadow-top-medium {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.45);
	box-shadow: 0 0 10px rgba(0,0,0,0.45);
}

.shadow-bottom-thin {
	-moz-box-shadow:  0 1px 1px rgba(0,0,0,0.45);
	-webkit-box-shadow:  0 1px 1px rgba(0,0,0,0.45);
	box-shadow:  0 1px 1px rgba(0,0,0,0.45);
}

.shadow-bottom-medium {
	-moz-box-shadow:  0 5px 10px rgba(0,0,0,0.45);
	-webkit-box-shadow:  0 5px 10px rgba(0,0,0,0.45);
	box-shadow:  0px 5px 10px rgba(0,0,0,0.45);
}

.weight-700 {
	font-weight: 700;
}

.weight-400 {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic !important;
}

.underline {
	text-decoration:underline !important;
}

.highlight {
	background-color:#f7f400;
	font-weight:700;
}

.legal {
	font-size:10px;
	line-height:10px;
}

.required {
	font-weight:bold;
}

.left-nav-text {
    color:#000000;
    font-size:14px;
    font-weight:bold;
    padding-left:20px;
    text-decoration:none;
}

.left-subnav-text {
    color:#000000;
    font-size:14px;
    font-weight:normal;
    padding-left:20px;
    text-decoration:none;
}

.input-console {
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    margin:1px;
}

form input.text-field {
	border: 1px solid #5ea0d4;
	padding: 2px;
	color: #004568;
}

form select {
	color: #004568;
}

form textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #5ea0d4;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #004568;
}

.minimize-space {
    margin:0px;
    padding:0px;
    border-width:0px;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga" 1;
}


.common-link {
	font-family:"Montserrat",Arial,serif;
	font-weight:700;
	font-size:16px;
	color:rgb(69, 86, 96);
}

.common-link:hover {
	color:inherit;
}

.sabon, .sabon-main {
	font-family: 'Sabon LT W01 Roman', serif !important;
}

.sabon-italic, .sabon-main-italic {	
	font-family: 'Sabon LT W01 Italic', serif !important;
	font-style: italic;
}


/*@media only screen and (min-width:76.87em)*/
.section-title .sabon-italic {
    margin-bottom: 11px;
}


/*@media only screen and (min-width:759px)*/
.section-title .sabon-italic {
    font-size: 1.25rem;
}



/* animation */

.anim-bounce-down.run {
  animation-name: bounce-down;
  animation-direction: normal;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-timing-function: ease-out;
}

.anim-blink-out.run {
  animation-name: blink-out;
  animation-direction: normal;
  animation-duration: 1000ms;
  -animation-iteration-count: infinite;
  animation-delay: 7s;
  animation-timing-function: ease-out;
}


.anim-hover-fade:hover {
  opacity: 0.7;
}

.anim-torque-clockwise {
  /*
  -webkit-transition: all 0.2s cubic-bezier(0.8,-0.27,0.025,1.105);
  -moz-transition: all 0.2s cubic-bezier(0.8,-0.27,0.025,1.105);
  transition: all 0.2s cubic-bezier(0.8,-0.27,0.025,1.105);
  */
  -webkit-transition: all 0.9s cubic-bezier(0, 0, 0, 3.105);
  -moz-transition: all 0.9s cubic-bezier(0, 0, 0, 3.105);
  transition: all 0.9s cubic-bezier(0, 0, 0, 3.105);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.anim-torque-clockwise:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.anim-fadein.active {
  animation-name: opacity-fadein;
  animation-direction: normal;
  animation-duration: 3s;
}

.anim-strobe.active {
  animation-name: opacity-strobe;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.anim-fadein-fast.active {
  animation-name: opacity-fadein;
  animation-direction: normal;
  animation-duration: 1s;
}

.anim-fadeout.active {
  animation-name: opacity-fadeout;
  animation-direction: normal;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

.anim-fadeout-fast.active {
  animation-name: opacity-fadeout;
  animation-direction: normal;
  animation-duration: 1s;
}

.anim-pulse-size.active {
  animation-name: pulse-size;
  animation-direction: normal;
  animation-duration: 750ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}

.anim-pulse-size-fadeout.active {
  animation-name: pulse-size-fadeout;
  animation-direction: normal;
  animation-duration: 750ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.anim-pulse-size-fadeout-infinite.active {
  animation-name: pulse-size-fadeout;
  animation-direction: normal;
  animation-duration: 750ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.anim-bounce-left.run {
  animation-name: bounce-left;
  animation-direction: normal;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-timing-function: ease-out;
}

.anim-bounce-right.run {
  animation-name: bounce-right;
  animation-direction: normal;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-timing-function: ease-out;
}

.anim-bounce-down.run {
  animation-name: bounce-down;
  animation-direction: normal;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
}

.anim-bounce-up.run {
  animation-name: bounce-up;
  animation-direction: normal;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-timing-function: ease-out;
}

.anim-move-right-30.active {
  animation-name: move-right-30;
  animation-direction: normal;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

.anim-move-left-30.active {
  animation-name: move-left-30;
  animation-direction: normal;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

@keyframes blink-out {
	0% {
		-moz-opacity: 1;
		opacity: 1;
		transform: scale(1, 1) rotate(10deg);
	}
	
	4% {
		transform: scale(3.0, 3.0) rotate(-10deg);
		opacity: 0.5;
	}
	
	5% {
		opacity: 0.2;
		transform: scale(1.0, 1.0) rotate(-5deg);
	}
	
	10% {
		-moz-opacity: 0.05;
		opacity: 0.05;
		transform: scale(1, 1);
	}
	
	30% {
		-moz-opacity: 0.0;
		opacity: 0.0;
	}
	
	100% {
		-moz-opacity: 0.0;
		opacity: 0.0;
		transform: scale(1.0, 1.0);
	}
}

@keyframes bounce-down {
  0% {
    -webkit-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
  }
  5% {
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, 8.5px);
    -moz-transform: translate(0px, 8.5px);
    transform: translate(0px, 8.5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, 3.5px);
    -moz-transform: translate(0px, 3.5px);
    transform: translate(0px, 3.5px);
  }
}

@-webkit-keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
	}
}

@-moz-keyframes bounce {
	0%,20%,50%,80%,100% {
		-moz-transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-10px);
	}

	60% {
		-moz-transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}


@keyframes bounce-down-2 {
  0% {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
  5% {
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, 3.5px);
    -moz-transform: translate(0px, 3.5px);
    transform: translate(0px, 3.5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
}

@keyframes bounce-up {
  0% {
    -webkit-transform: translate(0px, -5px);
    -moz-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  5% {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -3.5px);
    -moz-transform: translate(0px, -3.5px);
    transform: translate(0px, -3.5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
    -moz-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
}

@keyframes bounce-left {
  0% {
    -webkit-transform: translate(7.5px, 0px);
    -moz-transform: translate(7.5px, 0px);
    transform: translate(7.5px, 0px);
  }
  5% {
    -webkit-transform: translate(-7px, 0px);
    -moz-transform: translate(-7px, 0px);
    transform: translate(-7px, 0px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(-3.5px, 0px);
    -moz-transform: translate(-3.5px, 0px);
    transform: translate(-3.5px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
    -moz-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
}

@keyframes bounce-right {
  0% {
    -webkit-transform: translate(-7.5px, 0px);
    -moz-transform: translate(-7.5px, 0px);
    transform: translate(-7.5px, 0px);
  }
  5% {
    -webkit-transform: translate(7px, 0px);
    -moz-transform: translate(7px, 0px);
    transform: translate(7px, 0px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(3.5px, 0px);
    -moz-transform: translate(3.5px, 0px);
    transform: translate(3.5px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(2px, 0px);
    -moz-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
}

@keyframes stretch-bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1));
	}

	30% {
		-webkit-transform: scale(1.7, 1.7);
		-moz-transform: scale(1.7, 1.7);
		-ms-transform: scale(1.7, 1.7);
		-o-transform: scale(1.7, 1.7);
		transform: scale(1.7, 1.7);
	}

	60% {
		-webkit-transform: scale(1.4, 1.4);
		-moz-transform: scale(1.4, 1.4);
		-ms-transform: scale(1.4, 1.4);
		-o-transform: scale(1.4, 1.4);
		transform: scale(1.4, 1.4);
	}
	
	80% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

@keyframes bounce-in-left {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-90%);
		-moz-transform: translateX(-90%);
		-ms-transform: translateX(-90%);
		-o-transform: translateX(-90%);
		transform: translateX(-90%);
	}

	60% {
		-webkit-transform: translateX(-70%);
		-moz-transform: translateX(-70%);
		-ms-transform: translateX(-70%);
		-o-transform: translateX(-70%);
		transform: translateX(-70%);
	}
	
	70% {
		-webkit-transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-ms-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		transform: translateX(-80%);
	}
	
	80% {
		-webkit-transform: translateX(-77%);
		-moz-transform: translateX(-77%);
		-ms-transform: translateX(-77%);
		-o-transform: translateX(-77%);
		transform: translateX(-77%);
	}
	
	100% {
		-webkit-transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-ms-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}


@keyframes translate-left {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		-webkit-transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-ms-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}


@keyframes opacity-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-fadeout {
  from {
    opacity: 1;
	visibility: visible;
  }
  to {
    opacity: 0;
	visibility: hidden;
  }
}

@keyframes opacity-strobe {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.75;
  }
}

@keyframes pulse-size-fadeout {
  0% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
	opacity: 1;
	visibility: visible;
  }
  25% {
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
	opacity: 0;
	visibility: hidden;
  }
}

@keyframes pulse-size {
  0% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  25% {
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
}



.svg-arrow-double {
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -16px;
	display: none;
	width: 32px !important;
	height: 36px !important;
	cursor: pointer;
}




/**
* Menu
*
*/

.header-bottom {
	display:block !important;
	width:100%;
	height:50px;
	max-width:100% !important;
	margin:0px !important;
}

.header-bottom {
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.35);
	box-shadow: 0 2px 9px rgba(0,0,0,0.35);
	position: relative;
	z-index: 3;
}

.header-bottom.is-active {
	display:block !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 0 rgba(0,0,0,0.35);
}

.nav-top-menu-container.is-active {
	border-style:solid;
	border-width:1px;
	border-color:rgb(243, 113, 34);
	border-radius:5px;
}

.nav-logo-menu-container.is-active {
	border-style:solid;
	border-width:1px;
	border-color:rgb(243, 113, 34);
	border-radius:5px;
}

.menu-toggle, .reservation-toggle {
	display:inline-block !important;
	height: 90%;
	padding:0px;
	margin-top:15px;
}

.menu-toggle {
	-float:left;
	width:50px;
	height:50px;
	background-color: #fff;
	border-radius: 10px;
}

.menu-toggle path {
	fill: #224679;
}

.menu-toggle .svg-menu {
	padding:0px;
	margin:15px;
	margin: 12.5px auto;
	display: block;
	fill: #ffffff !important;
}

.menu-toggle.is-active {
	background-color: #455560;
}

.menu-toggle.is-active path {
	fill: #fff;
}

.nav-menu-mini.is-active {
	display:block;
	position:fixed;
}

.reservation-toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM4NCA2MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWJhMjcyIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzliZTg2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzODQiIGhlaWdodD0iNjMiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==");
    background-image: -moz-linear-gradient(bottom,#b3a977 0%,#c8be85 100%);
    background-image: -o-linear-gradient(bottom,#b3a977 0%,#c8be85 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(179, 169, 119) 0%, rgb(200, 190, 133) 100%);
    background-image: linear-gradient(bottom,#b3a977 0%,#c8be85 100%);
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.93rem;
    line-height: 63px;
    text-align: center;
    text-decoration:none !important;
}


.reservation-toggle-icon:before {
	content:'\2716';
}

.reservation-toggle-icon {
	font-size:16px;
	font-weight:bold;
	color:#fff;	
}


/**
* Navigation
* 
*
*
*/


.site-logo {
	width:100%;
	max-width:375px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.site-logo-tag {
	margin-left:0px;
	font-family:Georgia;
	font-size:26px;
	font-weight:normal;
	color:#2690d2;
}

.site-link {
	text-decoration:underline;
	cursor: pointer;
}

.site-link:hover {
	text-decoration:underline !important;
}
#masthead_quote_container {
	display:block;
	width: 100%;
	height: 50px;
	margin-top: -10%;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width:960px) {
	#masthead_quote_container {
		display: none;
	}
}



/*@media only screen and (min-width: 1230px) {*/

.nav-header {
	display: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width:300px;
	height: 100px;
	z-index: 4;
	background-color: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	box-shadow: 0 0 6px rgba(0,0,0,0.45);
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	transition: top 0.4s;
}


/*}*/


.nav-header.map-active {
	top: 28.4375rem;
}

.nav-divider {
	display:inline-block;
	width:30px;
	height:18px;
}

.nav-line-divider {
	display:inline-block;
	width:30px;
	height:15px;
	/*TODO: use icon |*/
}

.nav-top-container {
	width:100%;
    max-width:1200px;
	height:100%;
    border-style:solid;
    border-collapse:collapse;
	color: #2c648d;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	padding-right:0px;
}

.nav-top-navigation-container {
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.nav-site-logo-container {
	width:100%;
	max-width:375px;
	clear:none;
	margin:10px;
}

.nav-utility-links-container {
	width:100%;
	-width:925px;
	height:20px;
    margin-top:10px;
}

.nav-top-links-container {
	width:100%;
	max-width:850px;
	height:20px;
	z-index: 5;
	margin-top:20px;
}

.nav-top-container td:first-child {
	width:25%;
}

@media only screen and (max-width:960px) {
	.nav-top-container td:first-child {
		width:100%;
	}	
}

@media only screen and (max-width: 1229px) {
	.nav-top-container {
		width: 100%;
	}

	.nav-top-navigation-container {
		display:inline;
		width:70%;
	}

	 .nav-utility-links-container {
		 width:80%;
		max-width:925px;
		-vertical-align:middle;
		-padding-left:25%;
		-float:left;
	}

	.nav-top-links-container {
		width:100%;
		vertical-align:middle;
	}
}

.nav-top-links-container a {
	color:;
	text-transform: uppercase;
}

.nav-top-links-container .secondary {
	display: none;
}



#nav_membershipstatus_container {
	display:none;
}

/*
@media only screen and (min-width: 1230px) {
	.nav-top-links-container .secondary {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .1s all .25s;
		-moz-transition: .1s all .25s;
		-ms-transition: .1s all .25s;
		-o-transition: .1s all .25s;
		transition: .1s all .25s;
	}
}

@media only screen and (min-width: 0em) and (max-width: 1229px) {
	.nav-top-links-container {
		-webkit-transition: 300ms ease-out;
		-moz-transition: 300ms ease-out;
		transition: 300ms ease-out;
		-webkit-transform: translate(0,-10px);
		-moz-transform: translate(0,-10px);
		-ms-transform: translate(0,-10px);
		-o-transform: translate(0,-10px);
		transform: translate(0,-10px);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 138px;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: rgba(0,0,0,0.5);
		z-index: 3;
	}
}
*/

@media only screen and (min-width: 0em) and (max-width: 1229px) and (min-width: 759px) {
	.nav-top-links-container {
		top: 136px;
	}
}

@media only screen and (max-width: 1229px) {
	 .nav-top-links-container {
		display:none;
	 }
	 
	 .logo-site-tag {
		font-size:18px;
	}
}

@media only screen and (max-width: 960px) {
	 .nav-utility-links-container {
		display:none;
	 }
}

@media only screen and (max-width: 960px) {
	 .nav-site-logo-container {
		width:95%;
		-padding:10px;
	 }
}


.nav-utility-link {
    color:#0079c2 !important;
    font-size:11px;
    font-style:bold;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.nav-top-link {
    color:#455560 !important;
    font-size:13px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.nav-utility-background-hover {
    background-color:#eaeaea;
}

.nav-utility-icon {
	width:16px;
	height:16px;
	margin-top:-3px;
	padding:2px;
}

.nav-utility-icon.is-active {
	-webkit-animation: stretch-bounce 1.8s ease-out 0s 2;
	-moz-animation: stretch-bounce 1.8s ease-out 0s 2;
	animation: stretch-bounce 1.8s ease-out 0s 2;
}

.flyout-alert-container {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	transition-delay:0.0s;
	transition-property:opacity;
	transition-duration:0.8s;
	transition-timing-function:linear;
}

.flyout-alert-container.is-active {
	-webkit-animation: translate-left 0.6s ease-in 0s 1 normal forwards;
	-moz-animation: translate-left 0.6s ease-in 0s 1 normal forwards;
	animation: translate-left 0.6s ease-in 0s 1 normal forwards;
}

.flyout-alert-container.is-fading-out {
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
}

/*@media only screen and (min-width: 1230px) {*/
/*
	.nav-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 160px;
		z-index: 4;
		background-color: #fff;
		-moz-box-shadow: 0 0 6px rgba(0,0,0,0.45);
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.45);
		box-shadow: 0 0 6px rgba(0,0,0,0.45);
		-webkit-transition: top 0.4s;
		-moz-transition: top 0.4s;
		transition: top 0.4s;
	}
*/
/*}*/

.nav-divider {
	display:inline-block;
	width:30px;
	height:18px;
}

.nav-line-divider {
	display:inline-block;
	width:30px;
	height:20px;
}

/*
.nav-top-container {
    width:1275px;
	height:100%;
    border-width:0px;
    border-style:solid;
    border-collapse:collapse;
	color: #2c648d;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
*/

.nav-utility-link {
    color:#2c648d;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 900;
}

.nav-top-link {
    color:#455560;
    font-size:13px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.nav-utility-container {
	color:#2c648d;
    margin-right:0px;
    margin-top:5px;
}

.nav-utility-background-hover {
    background-color:#eaeaea;
}

.nav-footer-wrapper {
    width:1200px;
	height:350px;
	text-align:left;
    border-style:solid;
    border-collapse:collapse;
	padding-top:40px;
}

.nav-footer-wrapper a {
	margin: 0px 7.5px;
}

@media only screen and (max-width:960px) {
	.nav-footer-wrapper {
		text-align:center;
	}
}


.footer-maunakea {
    color:#ffffff;
    font-size:18px;
    font-style:normal;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.footer-address {
	display:block;
	position:relative;
	width:800px;
	height:125px;
	text-align:left;
    color:#ffffff;
    font-size:14px;
    font-style:normal;
	font-family: "Montserrat",Arial,serif;
	font-weight: normal;
	line-height:18px;
	-margin:50px;
}

@media only screen and (max-width:960px) {
	.footer-address {
		width:300px;
		font-size:10px;
		padding-top:10px;
		-margin:20px;
	}
}

.footer-address-details {
	float: left;
}

@media only screen and (max-width:640px) {
	.footer-address-details {
		text-align:center;
	}
}


.footer-container {
	width:100%;
	height:300px;
	background-color:#303e48;
	padding:0px;
}


.footer-search-field {
	position:relative;
	width:250px;
	height:40px;
	float:left;
	background-color:#ffffff;
	margin:5px;
}

.footer-bottom-cell {
	background-color:#52616c;
}


.footer-search-input {
	width: 200px;
	height: 100%;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	border-width:0px !important;
	border-radius:0px;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.nav-footer-link {
    color:#fff !important;
    font-size:13px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.footer-logos {
	display:table;
	float:left;
	height:40px;
	margin-left:0px;
}

.logo-prince-japan {
	margin:0px 10px;
}
.nav-interior-rightside-container {
	width:100%;
	list-style:none outside none;
}

.nav-interior-rightside-container li {
	display:inline-table;
	text-align:left;
	width:100%;
	font-family:'Lora',Arial,serif;
	font-weight:700;
	font-size:18px;
	color:rgb(69, 86, 96);
	margin-bottom:10px;
}

.nav-interior-rightside-container li img {
	float:left;
	width:100%;
	height:1px;
	padding:0px;
	clear:both;
	float:right;
	margin-top:10px;
}

.nav-interior-rightside-container li a {
	text-decoration:none;
}

.nav-interior-rightside-container li a span {
	float: right;
	margin-right: 10px;
}

.nav-interior-rightside-container li a:hover {
	color:inherit !important;
}

.nav-interior-rightside-link {
	display:table-cell;
	width:100%;
	font-family:'Lora',Arial,serif;
	font-weight:700;
	font-size:18px;
	color:rgb(69, 86, 96);
}

.nav-interior-rightside-link:hover {
	color:#cccccc;
}

.nav-booking-cell {
	height:1%;
	min-height:5px;
	background-color:#0d5891;
	border-bottom-color:#fff;
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	border-width:0.5px;
	border-style:solid;
}

.booking-menu-promocode .is-active {
	display:block;
}

.nav-menu-mini-container {
	width:100%;
	list-style:none outside none;
	margin: 0px !important;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:25px;
}

.nav-menu-mini-container li {
	display:inline-table;
	text-align:left;
	width:100%;
	font-family:"Montserrat",Arial,serif;
	font-weight:400;
	font-size:14px;
	color:rgb(69, 86, 96);
	margin-bottom:20px;
}

.nav-menu-mini-container li img {
	float:right;
	margin-top:20px;
}

.nav-menu-mini-container li a {
	text-decoration:none;
	padding-left:0px;
}

.nav-menu-mini-container li a:hover {
	color:inherit;
}

.nav-menu-mini-link {
	display:table-cell;
	width:100%;
	font-family:"Montserrat",Arial,serif;
	font-weight:400;
	font-size:14px;
	text-transform: uppercase;
	color:rgb(69, 86, 96);
}

.nav-menu-mini-link:hover {
	color:inherit;
}

#nav_menu_mini_property_list {
	width:100%;
	height:350px;
	background-color:#fff;
	margin-top:1px;
	padding:10px;
	text-align:center;
}


#nav_menu_mini_property_list .nav-property-logo {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

#nav_menu_mini_property_list a {
	margin-top:15px;
	margin-bottom:15px;
}

.footer-maunakea {
    color:#ffffff;
    font-size:18px;
    font-style:normal;
	font-weight: 400;
}

.footer-address {
    color:#ffffff;
    font-size:14px;
    font-style:normal;
	font-weight: normal;
}

.icon-search-button {
	position:absolute;
	top:0px;
	left:211px;
} 

.footer-search-field {
	position:relative;
	width:250px;
	height:40px;
	background-color:#ffffff;
	margin-left:50px;
	padding:0px;
}

.footer-search-input {
	width: 200px;
	height: 100%;
	font-size: 14px;
	font-weight:bold;
	padding:10px;
}

.nav-footer-utility-link {
    color:#ffffff;
    font-size:12px;
    font-style:normal;
	font-weight: normal;
}

.nav-footer-utility-link a {
	text-decoration:underline;
}

.nav-footer-search {
	width:1200px;
	height:55px;
	flot:left;
	padding:0px;
	margin: 12px auto;
}

.nav-footer-socialmedia {
	width:400px;
	height:50px;
	float: right;
	/*
	margin-right: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
	*/
}

.nav-footer-socialmedia a {
	float:right;
	margin:0px 5px;
}

.icon-search-button {
	position:absolute;
	top:0px;
	left:211px;
} 

.logo-pp {
	display:block;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}

.logo-prince-japan {
	display:block;
	float:left;
}

.footer-hr {
	display:none;
	width: 100%;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
}

@media only screen and (max-width:1200px) {
	.nav-footer-wrapper {
    		width:95%;
	}

	.nav-footer-search {
		width:100%;
	}
}

@media only screen and (max-width:960px) {
	.footer-hr {
		display: block;
	}


	.nav-footer-search {
		display:block;
		width:100%;
		height:100%;
		float:none;
		padding-left:0px;
		padding-right:0px;
		padding-top:15px;
		padding-bottom:25px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		clear:both;
	}

	.footer-search-field {
		float:none;
		margin:0px auto;
	}

	.nav-footer-socialmedia {
		display:flex;
		width:200px;
		float:none;
		clear:both;
		justify-content:center:
		align-items:center;
	}


	.logo-prince-japan {
		display:block;
		float:none;
		/*margin-left:25%;*/
		clear:both;
		margin:7px;
	}

	.logo-pp {
		display:block;
		float:none;
		clear:both;
		margin-right:0px;
		margin-left:25%;
	} 
	
	.nav-footer-link {
		display:block;
	}
}

@media only screen and (max-width:759px) {
	.logo-prince-japan {
		float:none;
		clear:both;
		margin:7px;
	}

	.nav-footer-socialmedia a {
		float:none;
	}
}

.map-animation svg {
	-webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.maps-trigger svg {
    -webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
    -moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
    transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.map-trigger.is-active svg {
	-webkit-transform: rotate(630deg);
	-moz-transform: rotate(630deg);
	-ms-transform: rotate(630deg);
	-o-transform: rotate(630deg);
	transform: rotate(630deg);
}



@media only screen and (min-width: 0) and (max-width: 1229px) {
	
	#map-wrapper #category-wrapper {
		overflow: hidden;
		position: absolute;
		top: 60px;
		width: 100%;
		background: #fff;
		max-height: 0;
		transition-property: all;
		transition-duration: .25s;
		transition-timing-function: cubic-bezier(0,1,0.5,1);
	}

	#map-wrapper #category-wrapper.active {
			max-height: 455px;
			height: 455px;
			overflow-y: auto;
		}
}


/**
* body
* 
*
*
*/

.body-layout {
	width:100%;
	min-width:300px;
	height:100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* interior */

.body-navigation {
	font-family:'Montserrat',Arial,san-serif;
	font-weight:400;font-size:14px;
	font-style:italic;
	color:rgb(69, 85, 96);
	margin-left:10%;
}

.body-heading {
	width:90%;
	font-family:'Montserrat',Arial,san-serif;
	font-weight:400;
	font-size:40px;
	color:rgb(69, 85, 96);
	margin:auto;
}

.body-message {
	display:block;
	clear:both;
	width:75%;
	height:25px;
	font-family:'Montserrat',Arial,san-serif;
	font-weight:700;
	font-size:18px;
}

.body-form-heading {
	display:block;
	clear:both;
	font-family:'Montserrat',Arial,san-serif;
	font-weight:400;
	font-size:40px;
	color:rgb(69, 85, 96);
	margin-top:15px;
	margin-bottom:15px;
}

.body-form-heading-30 {
	height:30px;
	display:block;
	clear:both;
	font-family:'Montserrat',Arial,san-serif;
	font-weight:400;
	font-size:30px;
	color:rgb(69, 85, 96);
	margin:20px 0px;
}


.body-subheading {
	font-family:'Lora', Arial, serif;
	font-size:24px;
	font-style:normal;
	font-weight:400;
	line-height:34px;
	color:rgb(69, 86, 96);
}

.body-subheading-30 {
	font-family:'Lora', Arial, serif;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	line-height:40px;
	color:rgb(69, 86, 96);
}


.body-content ul {
	margin-left:25px !important;
}

.body-content li {
	padding-left:5px !important;
}

.body-content hr {
	border-top-color: #aaaaaa;
	border-bottom-color: transparent;
}

.body-caption {
	font-family:'Lora', Arial, serif;
	font-size:15px;
	font-style:normal;
	font-weight:700;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}

.body-caption-20 {
	font-family:'Lora', Arial, serif;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}

.body-caption-30 {
	font-family:'Lora', Arial, serif;
	font-size:30px;
	font-style:normal;
	font-weight:700;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}

.body-link {
	text-decoration:underline;
}

.body-inset {
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:25px;
	clear:right;
}

.body-layout {
	display:;
	width:90%;
	height:100%;
}

.body-content {
	font-family:'Century Gothic', Arial, serif;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	color:rgb(69, 86, 96);
}

.body-container {
	/*display:inline-block;*/
	width: 100%;/*880px;*/
	height:;
	position: relative;
	top: 0px;/*-160px;*/
	left: 0px;
	margin:0px;
}

.body-container-focused {
	display:inline-block;
	width: 880px;
	height:;
	position: relative;
	top: -160px;
	left: 0px;
	margin:0px;
}

.body-container-focused-nomasthead {
	display:inline-block;
	width: 880px;
	height:;
	position: relative;
	top: 0px;
	left: 0px;
	margin:0px;
}

.body-container a {
	text-decoration: underline;
	color: #2c648d;
}

.body-container-details {
	width: 100%;
	background-color: #fff;
	border-width: 0px;
	border-style: solid;
	border-collapse: separate;
}

.body-rightside-container {
	display:inline-block;
	vertical-align:top;
	width: 20%;
	margin:30px;
}

.body-leftside-container {
	display:inline-block;
	vertical-align:top;
	width: 20%;
	margin:30px;
}

.body-layout-masthead-container {
	display:block;
	width:100%;
	height:100%;
}

.body-masthead-crop {
	width:100%;
	height:455px;
	overflow:hidden;
}

.body-masthead-crop img {
	width:100%;
	margin-top:-80px;
}

.body-table {
	width:100%;
	border-width:1px;
	border-style:solid;
}

.body-table th {
	border-width:1px;
	border-style:solid;
	padding:5px;
}

.body-table td {
	border-width:1px;
	border-style:solid;
	padding:5px;
}

.body-table-centered tr > td:nth-child(2) {
                text-align: center;
}

.body-table-centered tr > td:nth-child(3) {
                text-align: center;
}

.body-table-centered tr > td:nth-child(4) {
                text-align: center;
}

#table_body_offset {
	height:100px;
}

.body-activity-container {
	width:100%;
	font-size:10px;
}

.body-activity-container td {
	padding:5px;
}

.body-activity-header {
	font-weight:bold;
}

.body-activity-heading-container {
	width:100%;
	font-family:'Century Gothic', Arial, serif;
	font-size:16px;
}

.body-activity-heading-caption {
	font-size:24px;
	font-weight:bold;
}

.body-activity-summary-total-cell {
	height:25px; 
	font-size:12px;
	font-weight: bold; 
	background-color: #e0e3e8; 
	text-align:right;
}

.body-activity-summary-value-cell {
	height:25px; 
	font-size:12px;
	font-weight: bold; 
	background-color: #e0e3e8; 
	text-align:left;
	padding-left:7px !important;
}

@media only screen and (max-width: 1229px) {
	#table_body_offset {
		height:145px;
	}
	
	.body-container {
		width:100%;
		float:left;
	}

	.body-container-focused {
		width:100%;
		float:left;
	}
	
	.body-heading {
		font-size:30px;
		line-height:35px;
	}

	.body-rightside-container {
		width:30%;
		float:left;
	}

	.body-inset {
		display:block;
		float:left;
		margin:10px;
		clear:both;
	}

	.body-masthead-crop {
		width:100%;
		height:100%;
		overflow:unset;
	}

	.body-masthead-crop img {
		width:100%;
		margin:0px;
	}
}

@media only screen and (max-width: 960px) {
	.body-masthead-crop img {
		width:100%;
		margin:0px !important;
	}
}

@media only screen and (max-width: 759px) {
	#table_body_offset {
		height:145px;
	}
	
	.body-container {
		position: static;
		display: inline;
		width: 100%;
		clear: both;
		margin: 0px !important;
	}
	
	.body-container-focused {
		position: static;
		display: inline;
		width: 100%;
		clear: both;
		margin: 0px !important;
	}

	.body-heading {
		font-size: 20px;
	}

	.body-rightside-container {
		position: static;
		display: inline-table;
		width: 95%;
		clear: both;
		margin: 10px;
	}

	.body-masthead-crop img {
		width:100%;
		margin:0px !important;
	}
}

@media only screen and (max-width: 480px) {
	.body-inset {
		display:block;
		float:none;
		margin-top:0px;
		margin-right:5px;
		margin-bottom:20px;
		margin-left:5px;
		clear:both;
	}	
}

@media only screen and (max-width: 480px) {
	.show-for-small-down {
		display: block !important;
	}
	
	.hide-for-small-down {
		display:none !important;
	}
	
	.cover-height-50pct-for-small-down {
		height:50% !important;
	}
	
	.cover-height-67pct-for-small-down {
		height:67% !important;
	}
	
	.cover-height-20pct-for-small-down {
		height:20% !important;
	}
	
	.cover-height-10pct-for-small-down {
		height:10% !important;
	}
	
	.cover-height-9pct-for-small-down {
		height:9% !important;
	}
	
	.cover-height-8pct-for-small-down {
		height:8% !important;
	}
	
	.cover-height-7pct-for-small-down {
		height:7% !important;
	}
	
	.cover-height-6pct-for-small-down {
		height:6% !important;
	}
	
	.cover-height-5pct-for-small-down {
		height:5% !important;
	}
	
	.cover-width-50pct-for-small-down {
		width:50% !important;
	}
	
	.cover-width-67pct-for-small-down {
		width:67% !important;
	}
	
	.font-auto-size {
	  font-size:75% !important;
	}
	
	.font-xsm-for-small-down {
	   font-size: 0.6em !important;
    }	
	
	.font-sm-for-small-down {
	   font-size: 0.7em !important;
    }	
	
	.font-md-for-small-down {
	   font-size: 0.85em !important;
    }
	
	.font-xlg-for-small-down {
	  font-size: 1.5em !important;
	}

	.font-lg-for-small-down {
	  font-size: 1.25em !important;
	}
	
	.maxwidth-100pct-for-small-down {
		max-width:100% !important;
	}
	
	.nofloat-for-small-down {
		float:none !important;
	}
	
	.nomargin-for-small-down {
	   margin:0px !important;
   }
   
	.nopadding-for-small-down {
	   padding:0px !important;
   }	   
	
	.bg-efefef-for-small-down {
		background-color:#efefef !important;
	}
	
   .padding-md-for-small-down {
	   padding:0.5em !important;
   }	   
	
   .padding-xlg-for-small-down {
	   padding:1.25em !important;
   }
	
   .padding-xxlg-for-small-down {
	   padding:1.5em !important;
   }
	
	.padding-tb-sm-for-small-down {
		padding-top:0.33em !important;
		padding-bottom:0.33em !important;
	}
	
	.center-for-small-down {
		margin:auto !important;
	}
	
  .textalign-center-for-small-down {
	  text-align: center !important;
  }
	
  .textalign-right-for-small-down {
	  text-align: right !important;
  }
  
   .clear-for-small-down {
	   clear:both !important;
   }
  
  .hide-border-for-small-down {
    border-width: 0px !important;
  }
  
  .cover-for-small-down {
	  width:100% !important;
	  height:100% !important;
	  margin:0px !important;
  }
  
  .cover-lr-for-small-down {
	  width:100% !important;
	  margin-left:0px !important;
	  margin-right:0px !important;
  }
  
   .cover-width-for-small-down {
	  width:100% !important;
	  margin-left:0px !important;
	  margin-right:0px !important;
  }
  
   .cover-width-95pct-for-small-down {
	  width:95% !important;
  }
   .cover-tb-for-small-down {
	  height:100% !important;
	  margin-top:0px !important;
	  margin-bottom:0px !important;
  }
  
   .cover-height-for-small-down {
	  height:100% !important;
	  margin-top:0px !important;
	  margin-bottom:0px !important;
  }
  
  .cover-width-100-for-small-down {
	  width:100px !important;
  }
  
  .cover-width-200-for-small-down {
	  width:200px !important;
  }
  
   .cover-width-250-for-small-down {
	  width:250px !important;
  }
}

@media only screen and (min-width: 0px) {
	.hide-for-small-up {
		display:none !important;
	}
	
	.hide-for-small-up {
		display:none !important;
	}
	
	.padding-md-for-small-up {
	   padding:0.5em;
	}

	.padding-lr-md-for-small-up {
		padding:0em 0.5em;
	}

	.padding-tb-md-for-small-up {
		padding:0.5em 0em;
	}

	.padding-lg-for-small-up {
	   padding:1em;
	}

	.padding-lr-lg-for-small-up {
		padding:0em 1em;
	}

	.padding-tb-lg-for-small-up {
		padding:1em 0em;
	}	

	.right-for-small-up {
	  float: right;
	}

	.left-for-small-up {
	  float: left;
	}

	.inline-for-small-up {
	  display:inline;
	}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.hide-for-small {
		display:none !important;
	}

.body-inset {
		display:block;
		float:none;
		margin-top:0px;
		margin-right:5px;
		margin-bottom:20px;
		margin-left:5px;
		clear:both;
	}	
}

@media only screen and (min-width: 481px) {
	.show-for-medium-up {
		display:block !important;
	}
	
	.hide-for-medium-up {
		display:none !important;
	}
}


@media only screen and (max-width:850px) {
	
	.hide-for-medium-down {
		display:none !important;
	}
	
	.cover-25x25-for-medium-down {
		width:25px !important;
		height:25px !important;
	}
	
	.cover-height-50pct-for-medium-down {
		height:50% !important;
	}
	
	.cover-height-67pct-for-medium-down {
		height:67% !important;
	}
	
	.cover-height-20pct-for-medium-down {
		height:20% !important;
	}
	
	.cover-height-10pct-for-medium-down {
		height:10% !important;
	}
	
	.cover-height-9pct-for-medium-down {
		height:9% !important;
	}
	
	.cover-height-8pct-for-medium-down {
		height:8% !important;
	}
	
	.cover-height-7pct-for-medium-down {
		height:7% !important;
	}
	
	.cover-height-6pct-for-medium-down {
		height:6% !important;
	}
	
	.cover-height-5pct-for-medium-down {
		height:5% !important;
	}
	
	.cover-width-50pct-for-medium-down {
		width:50% !important;
	}
	
	.cover-width-67pct-for-medium-down {
		width:67% !important;
	}
	
	.nofloat-for-medium-down {
		float:none !important;
	}
	
	.center-for-medium-down {
		margin:auto !important;
	}
	
	.table-header-cell {
		padding:5px;
		font-size:16px;
	}

	.table-data-cell {
		padding:7.5px;
		font-size:16px;
	}
	
	.font-xsm-for-medium-down {
	   font-size: 0.6em !important;
    }	
	
	.font-sm-for-medium-down {
	   font-size: 0.7em !important;
    }	
	
	.font-md-for-medium-down {
	   font-size: 0.85em !important;
    }
	
	.font-xlg-for-medium-down {
	  font-size: 1.5em !important;
	}

	.font-lg-for-medium-down {
	  font-size: 1.25em !important;
	}
	
	.maxwidth-100pct-for-medium-down {
		max-width:100% !important;
	}
	
	.nofloat-for-medium-down {
		float:none !important;
	}
	
	.nomargin-for-medium-down {
	   margin:0px !important;
   }
   
	.nopadding-for-medium-down {
	   padding:0px !important;
   }	   
	
	.bg-efefef-for-medium-down {
		background-color:#efefef !important;
	}
	
   .padding-md-for-medium-down {
	   padding:0.5em !important;
   }	   
	
   .padding-xlg-for-medium-down {
	   padding:1.25em !important;
   }
	
   .padding-xxlg-for-medium-down {
	   padding:1.5em !important;
   }
	
	.padding-tb-sm-for-medium-down {
		padding-top:0.33em !important;
		padding-bottom:0.33em !important;
	}
	
	.center-for-medium-down {
		margin:auto !important;
	}
	
  .textalign-center-for-medium-down {
	  text-align: center !important;
  }
	
  .textalign-right-for-medium-down {
	  text-align: right !important;
  }
  
   .clear-for-medium-down {
	   clear:both !important;
   }
  
  .hide-for-medium-down {
    display: none !important;
  }

  .show-for-medium-down {
    display: block !important;
  }
  
  .show-inline-block-for-medium-down {
    display: inline-block !important;
  }
  
  .hide-border-for-medium-down {
    border-width: 0px !important;
  }
  
  .cover-for-medium-down {
	  width:100% !important;
	  height:100% !important;
	  margin:0px !important;
  }
  
  .cover-lr-for-medium-down {
	  width:100% !important;
	  margin-left:0px !important;
	  margin-right:0px !important;
  }
  
   .cover-width-for-medium-down {
	  width:100% !important;
	  margin-left:0px !important;
	  margin-right:0px !important;
  }
  
   .cover-tb-for-medium-down {
	  height:100% !important;
	  margin-top:0px !important;
	  margin-bottom:0px !important;
  }
  
   .cover-height-for-medium-down {
	  height:100% !important;
	  margin-top:0px !important;
	  margin-bottom:0px !important;
  }
  
  .cover-width-100-for-medium-down {
	  width:100px !important;
  }
  
  .left-for-medium-down {
		float:left;
		padding:0px;
		margin:0px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 850px) {
	.show-for-medium {
		display:block !important;
	}
	
	.hide-for-medium {
		display:none !important;
	}
	
	.reduce-15-for-medium {
		width:15%;
	}
	
	.reduce-12-for-medium {
		width:12%;
	}
	
	.reduce-10-for-medium {
		width:10%;
	}
	
	.reduce-5-for-medium {
		width:5%;
	}
	
	.margined-horizontal-for-medium {
		margin:15px 60%;
		padding:0.5rem 0.5rem;
	}
	
	.constrain-25-for-medium {
		width:25px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-50-for-medium {
		width:50px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-75-for-medium {
		width:75px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-150-for-medium {
		width:150px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 1230px) {

	.hide-for-large-down {
		display:none !important;
	}
	
	.font-auto-size {
	  font-size:75% !important;
	}
	
	.font-xsm-for-large-down {
	   font-size: 0.6em !important;
    }	
	
	.font-sm-for-large-down {
	   font-size: 0.7em !important;
    }	
	
	.font-md-for-large-down {
	   font-size: 0.85em !important;
    }
	
	.font-xlg-for-large-down {
	  font-size: 1.5em !important;
	}

	.font-lg-for-large-down {
	  font-size: 1.25em !important;
	}
	
	.maxwidth-100pct-for-large-down {
		max-width:100% !important;
	}
	
	.nofloat-for-large-down {
		float:none !important;
	}
	
	.float-left-for-large-down {
		float:left !important;
	}
	
	.nomargin-for-large-down {
	   margin:0px !important;
   }
   
	.nopadding-for-large-down {
	   padding:0px !important;
   }	   
	
	.bg-efefef-for-large-down {
		background-color:#efefef !important;
	}
	
   .padding-md-for-large-down {
	   padding:0.5em !important;
   }	   
	
   .padding-xlg-for-large-down {
	   padding:1.25em !important;
   }
	
   .padding-xxlg-for-large-down {
	   padding:1.5em !important;
   }
	
	.padding-tb-sm-for-large-down {
		padding-top:0.33em !important;
		padding-bottom:0.33em !important;
	}
	
	.center-for-large-down {
		margin:auto !important;
	}
	
  .textalign-center-for-large-down {
	  text-align: center !important;
  }
	
  .textalign-right-for-large-down {
	  text-align: right !important;
  }
  
   .clear-for-large-down {
	   clear:both !important;
   }
  
  .hide-for-large-down {
    display: none !important;
  }

  .show-for-large-down {
    display: block !important;
  }
  
  .hide-border-for-large-down {
    border-width: 0px !important;
  }
  
  .cover-for-large-down {
	  width:100% !important;
	  height:100% !important;
	  margin:0px !important;
  }
  
  .cover-lr-for-large-down {
	  width:100% !important;
	  margin-left:0px !important;
	  margin-right:0px !important;
  }
  
   .cover-width-for-large-down {
	  width:100% !important;
	  margin-left:0px !important;
	  margin-right:0px !important;
  }
  
   .cover-width-95pct-for-large-down {
	  width:95% !important;
  }
   .cover-tb-for-large-down {
	  height:100% !important;
	  margin-top:0px !important;
	  margin-bottom:0px !important;
  }
  
   .cover-height-for-large-down {
	  height:100% !important;
	  margin-top:0px !important;
	  margin-bottom:0px !important;
  }
  
  .cover-width-100-for-large-down {
	  width:100px !important;
  }
  
  .cover-width-200-for-large-down {
	  width:200px !important;
  }
  
   .cover-width-250-for-large-down {
	  width:250px !important;
  }

  #table_body_offset {
	height:100px;
  }
	
  .body-container {
	-width:60%;
	float:left;
  }

	.body-heading {
		font-size:30px;
		line-height:35px;
	}

	.body-rightside-container {
		width:30%;
		float:left;
	}

	.body-inset {
		display:block;
		float:left;
		margin:10px;
		clear:both;
	}

	.body-masthead-crop {
		width:100%;
		height:unset;
		-height:100%;
		-overflow:unset;
	}

	.body-masthead-crop img {
		width:100%;
		margin:0px;
	}
}

.body-activity-summary-value-cell {
	height:25px; 
	font-size:12px;
	font-weight: bold; 
	background-color: #e0e3e8; 
	text-align:left;
	padding-left:7px !important;
}

@media only screen and (min-width:851px) {


	.princesmiles-content-post-container-row {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.show-for-large-down {
		display: block;
	}
	
	.hide-for-large-up {
		display:none !important;
	}

	.float-right-for-large-up {
		float:right;
	}

	.hide-for-large-up {
		display:none !important;
	}

	.padding-md-for-large-up {
	   padding:0.5em;
	}

	.hide-for-large-up {
	display: none !important;
	}

	.show-for-large-up {
	display: block;
	}

	.right-for-large-up {
	  float: right;
	}

	.left-for-large-up {
	  float: left;
	}

	.table-header-cell {
		padding:5px;
		font-size:16px;
	}

	.table-data-cell {
		padding:7.5px;
		font-size:16px;
	}
	
	.margined-horizontal-for-large-up {
		margin:15px 60%;
		padding:0.5rem 0.5rem;
	}
	
	.constrain-25-for-large-up {
		width:25px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-50-for-large-up {
		width:50px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-75-for-large-up {
		width:75px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.constrain-150-for-large-up {
		width:150px;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1230px) {
	.show-for-large {
		display:block !important;
	}
	
	.hide-for-large {
		display:none !important;
	}
	
	.float-right-for-large {
		float:right;
	}

	#table_body_offset {
		height:100px;
	}
	
	.body-container {
		-width:60%;
		float:left;
	}

	.body-heading {
		font-size:30px;
		line-height:35px;
	}

	.body-rightside-container {
		width:30%;
		float:left;
	}

	.body-inset {
		display:block;
		float:left;
		margin:10px;
		clear:both;
	}

	.body-masthead-crop {
		width:100%;
		height:unset;
		-height:100%;
		-overflow:unset;
	}

	.body-masthead-crop img {
		width:100%;
		margin:0px;
	}
}


.legal-caption {
	font-family:'Lora', Arial, serif;
	font-size:inherit;
	font-style:normal;
	text-decoration:underline;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}


/**
* Section 
*
*
*/

.section-bottom-container {
	width:100%;
	height:550px;
	background-color:#dbdbdb;
	padding-top:100px;
}


/**
* Input
* 
*
*
*/
/*
select.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/

select:hover {
	background-color: #f7f7f7;
	border-color: #455560;
}

select:disabled {
	background-color: #ddd;
	cursor: default;
}

select[multiple] {
	height: auto;
}

/*
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 1rem 0;
}
*/

/*
input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

input[type="file"] {
	width: 100%;
}
*/


.button {
	cursor: pointer;
	line-height: normal;
	margin: 5px 0px;
	position: relative;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	font-family: "Montserrat",Arial,serif;
	font-size: 1rem;
	font-weight: normal !important;
	background-color: #248fd2;
	color: #fff;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}


.button {
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 1px;
}

.button-medium {
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
}

.button-small {
	font-size:0.75rem;
	padding-top: 0.25rem;
	padding-right: 0.5rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
}

.button-white {
	background-color:#fff;
	color:#000 !important;
}


.button:hover {
	background-color: #303e47;
	border-color: #455560;
}

/*
.button:active {
	background-color: #fff;
	border-color: #455560;
	color: #455560;
}
*/

.button[disabled] {
	background-color: #303e47;
	border-color: #455560;
}

.button-go {
	height:40px;
	cursor: pointer;
	font-family: "Montserrat",Arial,serif;
	font-weight: normal;
	line-height: normal;
	margin: 2px 0px 2px 0px;
	position: relative;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color:#c8ebc5;
	color:#488f43 !important;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	font-weight: normal !important;
}

.button-go {
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 1px;
}

.white {
	background-color: #fff;
	color: #455560 !important;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.white:hover, .white:active, .white:focus {
	background-color: #248fd2;
	color: #455560;
}

@media only screen and (min-width: 1230px) {
	.white:hover {
		background-color: #248fd2;
		color: #fff;
	}

	.white:active, .white:focus {
		background-color: #fff;
		color: #455560;
	}
}

.white.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}

.white.dark-text {
	background-color: #fff;
	color: #303030;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.white.dark-text:hover, .white.dark-text:active, .white.dark-text:focus {
	background-color: #fff;
	color: #303030;
}

@media only screen and (min-width: 1230px) {
	.white.dark-text:hover {
		background-color: #303030;
		color: #fff;
	}

	.white.dark-text:active, .white.dark-text:focus {
		background-color: #fff;
		color: #303030;
	}
}

.white.dark-text.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}

.dark {
	background-color: #303030;
	color: #fff;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dark:hover, .dark:active, .dark:focus {
	background-color: #303030;
	color: #fff;
}

@media only screen and (min-width: 1230px) {
	.dark:hover {
		background-color: #fff;
		color: #303030;
	}

	.dark:active, .dark:focus {
		background-color: #303030;
		color: #fff;
	}
}

.dark.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}

.dark.white-text {
	background-color: #303030;
	color: #fff !important;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dark.white-text:hover, .dark.white-text:active, .dark.white-text:focus {
	background-color: #303030;
	color: #fff;
}

.white-text {
	color: #fff !important;
}

@media only screen and (min-width: 1230px) {
	.dark.white-text:hover {
		background-color: #fff;
		color: #303030;
	}

	.dark.white-text:active, .dark.white-text:focus {
		background-color: #303030;
		color: #fff;
	}
}

.dark.white-text.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}



/**
* Product Search
* 
*
*
*/

.productsearch-container {
	display:table;
	width: 1200px;
	height: 65px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.productsearch-categories-container {
	width:20%;
	height:65px;
	float:left;
	padding:12px 10px;
}

.productsearch-categories-container select[id$="productsearchcategories"] {
	width:100%;
	height:40px !important;
	font-size:16px;
}

.productsearch-browse-container {
	width:5%;
	height:65px;
	float:left;
	margin:0px 15px;
	padding:22px 10px;
	text-align:center;
	font-size:13px;
	font-weight:500;
	color:#fff;
	text-decoration:underline;
}

.productsearch-cart-container {
	display:none;
}

.productsearch-keyword-container {
	width:55%;
	height:65px;
	float:left;
    -padding: 12px 10px;
}

.productsearch-keyword-input-container {
	padding: 12px 10px;
}

.productsearch-keyword-container #productsearchkeyword {
	width:90%;
	height:40px;
	padding:0px 0px;
	font-family: "Montserrat",Arial,serif;
	font-size:18px;
}

.productsearch-button-container {
	width:5%;
	height:65px;
	float:left;
}

.productsearch-button-container #productsearch_button_large {
	width:179px;
	height:65px;
	max-width:none;
}

.productsearch-button-container #productsearch_button_small {
	display:none;
}


@media only screen and (max-width:1229px) {
	.productsearch-container {
		width:95%;
		height: 95px;
		border-width: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	.productsearch-categories-container {
		display:block;
		width:100%;
		height:40px;
		clear:both;
		padding:2px 0px;
		margin:5px 0px;
	}
	
	.productsearch-browse-container {
		display:block;
		width:100%;
		height:40px;
		clear:both;
		text-align:left;
		padding:5px 0px;
	}
	
	.productsearch-cart-container {
		display:inline;
		float:right;
		margin:0px 10px;
	}
	
	.productsearch-keyword-container {
		display:inline;
		float:left;
		width:100%;
		height:40px;
		clear:both;
		margin:5px 0px;
	}
	
	.productsearch-button-container {
		width:40px;
		height:40px;
		float:right;
	}
	
	.productsearch-keyword-container #productsearchkeyword {
		width:100%;
		font-size:14px;
	}
	
	.productsearch-button-container #productsearch_button_large {
		display:none;
	}

	.productsearch-button-container #productsearch_button_small {
		display:inline;
		float:left;
		width:30px;
		height:30px;
		-margin: 7.5px 10px;
	}
}

/**
* Booking
* 
*
*
*/

.icon-calendar {
	position:absolute;
	top:9px;
	left:145px;
	pointer-events: none;
}

.booking-form {
	display:block;
}

.booking-container {
	display:table;
	width: 1200px;
	height: 50px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.booking-select {
	width:180px;
	height:40px;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	border-radius:0px;
}

.booking-select option {
	font-size:16px;
	font-weight:normal;
}

.booking-option {
	font-size:16px;
	font-weight:normal;
}

.booking-field {
	position:relative;
	width:175px;
	height:39px;
	background-color:#ffffff;
	padding-left:10px;
	margin:0px;
}

.booking-field input {
	color:#000000;
	background-color:#ffffff;
	border-width:0px;
	padding:0px;
	offset:0px;
}

.booking-links-container {
	color: #ffffff;
	text-decoration: underline;
	width: 100px;
	text-align: center;
}

.booking-links {
    color:#ffffff;
    font-size:9px;
    font-style:normal;
    text-decoration:underline;
	font-family: "Montserrat",Arial,serif;
	font-weight: normal;
}

.date-field .cal-icon {
	position: absolute;
	right: 16px;
	top: 21px;
}

.horizontal-console .field {
	margin: 0 0 .5rem;
	position: relative;
	display: inline-block;
}

.horizontal-console .date-field {
	position: relative;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	float: left;
}

@media only screen and (min-width: 759px) {
	.horizontal-console .date-field {
		position: relative;
		padding-left: 0.4375rem;
		padding-right: 0.4375rem;
		float: left;
	}
}

@media only screen and (min-width: 1230px) {
	.horizontal-console .date-field {
		position: relative;
		padding-left: 0.4375rem;
		padding-right: 0.4375rem;
		float: left;
	}
}

/**
* Sections
* 
*
*
*/

.membership-section {
	text-align: unset;
	position: relative;
	padding: 32px 25px 44px;
}

@media only screen and (min-width: 759px) {
	.membership-section {
		padding: 28px 30px 48px;
	}
}

@media only screen and (min-width: 1230px) {
	.membership-section {
		padding: 38px 0 56px;
	}
}

.membership-section picture {
	display: inline-block;
	min-height: 43px;
}

.membership-section .section-title {
	margin-bottom: 18px;
}

@media only screen and (min-width: 759px) {
	.membership-section .section-title {
		margin-bottom: 16px;
	}
}

@media only screen and (min-width: 1230px) {
	.membership-section .section-title {
		margin-bottom: 28px;
	}
}

.membership-section .section-title .sabon-italic {
	font-size: 1.125rem;
}

.membership-section .section-title .sabon {
	font-size: 2.25rem;
}

.membership-section .membership-copy {
	margin-bottom: 24px;
}

.membership-title {
	font-size:16px;
	font-family: "Montserrat",Arial,serif;
	font-style:normal;
	font-weight:700;
	color:rgb(35,35,35);
	line-height: 22px;
}

.membership-copy {
	font-size:15px;
	font-family: "Montserrat",Arial,serif;
	font-weight:400;
	line-height: 24px;
	padding-top:15px;
}

@media only screen and (min-width: 759px) {
	.membership-section .membership-copy {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 1230px) {
	.membership-section .membership-copy {
		margin-bottom: 42px;
	}
}

.membership-section .buttons {
	text-align: unset;
}

@media only screen and (min-width: 759px) {
	.membership-section .buttons {
		margin-top: 6px;
	}
}

@media only screen and (min-width: 1230px) {
	.membership-section .buttons {
		margin-top: 12px;
	}
}

.membership-section .button {
	margin: 0 auto 24px;
	display: block;
	max-width: 217px;
}

@media only screen and (max-width: 47.9375em) {
	.membership-section .button:nth-child(2) {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 759px) {
	.membership-section .button {
		display: inline-block;
		margin: 0 10px;
		max-width: none;
		min-width: 216px;
		font-size: 1.125rem;
	}
}

.membership-section .slick-slider {
	position: relative;
	max-width: 1021px;
	margin: 0 auto;
}

@media only screen and (min-width: 0em) and (max-width: 1229px) {
	.membership-section .slick-slider {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.membership-section .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:unset;
	margin: 0;
}

.membership-section .slick-dots li {
	margin: 0 1px;
}

.membership-section .slick-dots li button:before {
	font-size: 33px;
}

.membership-section .slick-dots li.slick-active button:before {
	color: #1a8fbd;
}

.membership-section .slick-dots li button:before {
	color: #ccc;
}

@media only screen and (min-width: 1230px) {
	.membership-detail {
		padding: 0 3%;
	}
}

.membership-detail img {
	display: inline-block;
}

.membership-detail h3 {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 6px 0 9px;
}

@media only screen and (min-width: 1230px) {
	.membership-detail h3 {
		margin: 2px 0 7px;
	}
}

.lower-push-section {
	background-image: url(../img/temp/bg-golf.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	padding: 40px 20px;
	text-align: center;
}

@media only screen and (min-width: 759px) {
	.lower-push-section {
		padding: 75px 20px 80px;
	}
}

@media only screen and (min-width: 1230px) {
	.lower-push-section {
		padding: 75px 20px 65px;
	}
}

.lower-push-section .row {
	max-width: 852px;
}

.lower-push-section, .lower-push-section .section-title {
	color: #fff;
}

.lower-push-section .section-title {
	margin-bottom: 28px;
}

@media only screen and (min-width: 759px) {
	.lower-push-section .section-title {
		margin-bottom: 34px;
	}
}

@media only screen and (min-width: 1230px) {
	.lower-push-section .section-title {
		margin-bottom: 28px;
	}
}

.lower-push-section .section-title .sabon-italic {
	font-size: 1.125rem;
}

.lower-push-section .section-title .sabon {
	font-size: 2.25rem;
}

.lower-push-section .button {
	min-width: 222px;
	font-size: 1.0625rem;
}

@media only screen and (min-width: 759px) {
	.lower-push-section .button {
		margin-top: 19px;
	}
}

.section-title .sabon {
	font-family: "Sabon LT W01 Roman",serif;
	font-weight: 400;
}

.section-title .sabon-italic {
	font-family: "Sabon LT W01 Italic",serif;
	font-weight: 400;
}

.section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5625rem;
	line-height: 1;
	padding: 0 12px;
}

@media only screen and (min-width: 759px) {
	.section-title {
		font-size: 2.125rem;
		padding: 0;
	}
}

.section-title .sabon-main-italic {
	text-transform: none;
}

.section-title .sabon-italic {
	font-size: 1.125rem;
	text-transform: none;
	display: block;
	margin-bottom: 9px;
}

@media only screen and (min-width: 759px) {
	.section-title .sabon-italic {
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 1230px) {
	.section-title .sabon-italic {
		margin-bottom: 11px;
	}
}

.tabbedbox_ppfeatures_wrapper {
	width:100%;
	height:600px;
	background-color:#eee;
}

.image-slider {
	width:100%;
	height:407px;
	max-width:1200px;
	max-height:500px;
	overflow:hidden;
	padding-bottom:50px;
}

.image-slider ul {
	position:relative;
	top:10px;
}

.image-slider .slick-list {
	height:100%;
}

.image-slider .slick-arrow {
	z-index:1000;
}


.image-slider .slick-prev {
	margin-left:75px;
	bottom:0px;
}


.image-slider .slick-next {
	margin-right:75px;
	bottom:0px;
}


.image-slider li button:before {
	margin-top:20px;
	font-size:50px !important;
}


.image-slider-item {
	/*display:relative;*/
	width:100%;
	height:407px;
	max-height:407px;
}

.image-slider-item-img {
	min-width:1200px;	
}


@media only screen and (max-width: 30em) {
	.tabbedbox_ppfeatures_wrapper {
		height:370px;
	}

	

	.image-slider-item {
		background-position:center !important;
	}
}


@media only screen and (max-width: 759px) {
	.image-slider-item {
		background-position:center !important;
	}
}


@media only screen and (min-width: 1230px) {
}



/**
* Member Summary content
* 
*
*
*/

.member-summary-table-ho td {
	padding:5px;
	color:#000000;
}

.member-summary-table-hk td {
	padding:5px;
	color:#000000;
}

.member-summary-caption {
	/*font-family:"Lora",Arial,serif;*/
	font-weight:700;
	font-style:italic;
	color:#0e3b73;
}

.video-masthead-wrapper {
	display:block !important;
	float: none;
        clear: both;
        width: 100%;
        position: relative;
}

.video-masthead-wrapper.youtube {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding: 56.25% 0 0 !important;
        height: 0;
}

.video-masthead-wrapper.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-home .masthead .video-masthead-wrapper, .page-template-home .masthead .video-masthead-wrapper video, .page-template-home .masthead .video-masthead-wrapper img, .page-template-property-home .masthead .video-masthead-wrapper, .page-template-property-home .masthead .video-masthead-wrapper video, .page-template-property-home .masthead .video-masthead-wrapper img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.no-touch .page-template-home .masthead-video {
    display: none !important;
}


@media only screen and (max-width: 63em) {
	.video-masthead-wrapper {
		display:none !important;
	}
}

/*@media only screen and (min-width:76.87em)*/
.no-touch .page-template-home .masthead-video {
    display: inline-block !important;
}

.masthead-video {
    width: 100%;
}

.explore-cards {
    width: 100%;
    padding-bottom: 2rem;
}

.resort-card-wrapper {
	margin: 0 auto;
	padding-top: 2rem;
}

.resort-card-wrapper .resort-logo {
	height: 142px;
	text-align: center;
}

.resort-card-wrapper .svg-logo-mkbh {
	width: 212px;
	height: 55px;
}

@media only screen and (max-width: 30em) {
	.resort-card-wrapper {
		margin-left:-10px;
	}

	.resort-card-wrapper .resort-cards {
		margin-left: -20px !important;
	}
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .svg-logo-mkbh {
		width: 293px;
		height: 76px;
	}
}

.resort-card-wrapper .svg-logo-hbph {
	width: 212px;
	height: 59px;
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .svg-logo-hbph {
		width: 264px;
		height: 72px;
	}
}

.resort-card-wrapper .svg-logo-hphw {
	width: 212px;
	height: 64px;
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .svg-logo-hphw {
		width: 265px;
		height: 79px;
	}
}

.resort-card-wrapper .flip-card {
	max-width: 420px;
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .flip-card {
		width: 88%;
	}
}

@media only screen and (min-width: 1230px) {
	.resort-card-wrapper .flip-card {
		width: 420px;
	}
}

.resort-card-wrapper .resort-tagline, .resort-card-wrapper .resort-desc {
	margin: 0 30px;
}

.resort-card-wrapper .resort-tagline {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.6;
	border-bottom: 1px solid #dadddf;
	padding-bottom: 10px;
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .resort-tagline {
		font-size: 1.125rem;
		padding-bottom: 18px;
	}
}

.resort-card-wrapper .resort-desc {
	margin-top: 10px;
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .resort-desc {
		margin-top: 15px;
	}
}

.resort-card-wrapper .resort-desc, .resort-card-wrapper .resort-desc p, .resort-card-wrapper .resort-desc ul {
	font-size: 0.875rem;
}

.resort-card-wrapper .resort-visit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75rem;
	padding: 15px 40px;
}

.resort-card-wrapper .resort-visit:hover {
	opacity: 0.5;
}

.resort-card-wrapper .mkbh .resort-tagline {
	color: #f58220;
}

.resort-card-wrapper .mkbh .resort-visit {
	background: #f58220;
}

.resort-card-wrapper .hbph .resort-tagline {
	color: #1590c8;
}

.resort-card-wrapper .hbph .resort-visit {
	background: #1590c8;
}

.resort-card-wrapper .hphw .resort-tagline {
	color: #b26f50;
}

.resort-card-wrapper .hphw .resort-visit {
	background: #b26f50;
}

.resort-card-wrapper .resort-cards {
	margin: -16px 0 0;
}

@media only screen and (min-width: 759px) {
	.resort-card-wrapper .resort-cards {
		margin: -3px 0 0;
	}
}

@media only screen and (min-width: 1230px) {
	.resort-card-wrapper .slick-list {
		overflow: visible;
	}
}

.resort-card-wrapper .slick-dots {
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.resort-card-wrapper .slick-dots li {
	margin: 0 1px;
}

.resort-card-wrapper .slick-dots li.slick-active button:before {
	color: #1590c8;
}

.resort-card-wrapper .slick-dots li button:before {
	color: #c1c1c1;
	font-size: 33px;
}

.rotation-section-wrapper {
	display:block;
	position:static;
	width:100%;
	height:600px;
	background-color:#eeeeee;
}

.rotation-section {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 26px 0 42px;
}

@media only screen and (min-width: 759px) {
	.rotation-section {
		padding: 25px 0 42px;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section {
		padding: 45px 0 42px;
	}
}

.rotation-section .section-title {
	color: #fff;
	margin-bottom: 21px;
}

@media only screen and (min-width: 759px) {
	.rotation-section .section-title {
		margin-bottom: 40px;
	}
}

.rotation-section h2.section-title {
	text-shadow: 1px 1px 2px #000;
}

@media only screen and (min-width: 1230px) {
	.rotation-section h2.section-title {
		text-shadow: 1px 1px 1px #333;
	}
}

@media only screen and (min-width: 759px) {
	.rotation-section .column.left {
		width: 36.95%;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .column.left {
		width: 32.04%;
	}
}

@media only screen and (min-width: 759px) {
	.rotation-section .column.right {
		width: 63.05%;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .column.right {
		width: 67.96%;
	}
}

.rotation-section .rotation-tabs {
	padding: 0;
	margin: 0;
	width: auto;
}

@media only screen and (min-width: 759px) {
	.rotation-section .rotation-tabs {
		margin: 0 48px;
		background: #fff;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .rotation-tabs {
		margin: auto;
	}
}

.rotation-section .rotation-tabs .column {
	padding: 0;
}

.rotation-section .tabs, .rotation-section .tab-content, .rotation-section .tabs .section-title {
	color: #455560;
}

.rotation-section .tabs {
	margin: 0;
	list-style-type: none;
	position: relative;
	z-index: 1;
}

	.rotation-section .tabs .slick-dots {
		position: absolute;
		bottom: -52px;
		right: 0;
		margin: 0;
		text-align: center;
	}

		.rotation-section .tabs .slick-dots li {
			margin: 0 1px;
		}

			.rotation-section .tabs .slick-dots li button:before {
				font-size: 33px;
			}

.rotation-section .tab-title {
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	transition: background 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	transition: height 0.4s ease;
	padding: 21px 42px 5px;
	position: relative;
	height: 296px;
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title {
		padding: 0;
		background: #eceeef;
		height: 114px;
		margin: 6px;
	}
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title.active {
		background: #fff;
		position: relative;
		padding: 15px 10px 0;
		height: 256px;
	}

		.rotation-section .tab-title.active > a {
			display: inline-block;
			width: 100%;
		}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .tab-title.active {
		padding: 25px 30px 0;
	}
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title.active:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid white;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		position: absolute;
		right: -26px;
		top: 50%;
		margin-top: -20px;
	}
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title:not(.active) > a {
		padding: 15px 30px 0;
		width: 100%;
		display: inline-block;
		height: 114px;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .tab-title:not(.active) > a {
		padding: 20px 30px 0;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .tab-title:not(.active) .section-title {
		margin: 5px 0 16px;
	}
}

.rotation-section .tab-title a:focus, .rotation-section .tab-title .section-title:focus {
	outline: 0;
}

.rotation-section .tab-title .section-title {
	font-size: 1.5rem;
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title .section-title {
		font-size: 1.25rem;
		margin: 0 0 16px;
	}
}

@media only screen and (min-width: 1230px) {
	.rotation-section .tab-title .section-title {
		font-size: 1.625rem;
	}
}

.rotation-section .tab-title .section-title .sabon-italic {
	font-size: 1rem;
}

@media only screen and (min-width: 759px) and (max-width: 1229px) {
	.rotation-section .tab-title p {
		font-size: 0.8125rem;
	}
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title p {
		margin-bottom: 1.25rem;
	}
}

@media only screen and (max-width: 47.9375em) {
	.rotation-section-wrapper {
		height:365px;
	}

	.rotation-section .tab-title:after {
		content: "";
		background: #fff;
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 13px;
		right: 13px;
	}
}

.rotation-section .tab-title-desc {
	text-align: center;
}

@media only screen and (min-width: 759px) {
	.rotation-section .tab-title-desc {
		height: 0;
		overflow: hidden;
	}
}

.rotation-section .tab-title-desc .button {
	min-width: 163px;
	line-height: 1;
	padding: 15px 0;
}

.rotation-section .tab-title-desc .button:hover {
	background-color: #aba272;
	border-color: #aba272;
}

.rotation-section .tab-title-desc .button:focus, .rotation-section .tab-title-desc .button:active {
	background-color: #fff;
	border-color: #455560;
	color: #455560;
}

.rotation-section .active .tab-title-desc {
	height: auto;
	overflow: visible;
}

.rotation-section .tabs-content > .content {
	padding: 0;
	width: 100%;
}

.rotation-section .tabs-content {
	margin: 6px 6px 6px 0;
	overflow: hidden;
}

.rotation-section .tabs-content .slick-slide {
	position: relative;
	height: 496px;
	overflow: hidden;
}

.rotation-section .tabs-content .slick-slide img {
	height: 100%;
	width: auto;
	max-width: none;
}

.rotation-section .tab-slider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-size: 1rem;
	padding: 19px;
	text-align: right;
}

.rotation-section .tab-slider-caption .title {
	text-align: left;
}

.rotation-section .tabs-content .slick-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 13px 25px;
	text-align: right;
}

.rotation-section .tabs-content .slick-dots li {
	margin: 0 2px 4px;
}

.rotation-section .slick-dots li button:before {
	font-size: 33px;
}

.rotation-section .slick-dots li.slick-active button:before {
	color: #fff;
}

.rotation-section .slick-dots li button:before {
	color: rgba(255,255,255,0.4);
}


.page-type-blog-entry .content-wrapper .conversation h4, .page-type-mauna-kea-blog-entry .content-wrapper .conversation h4, page-type-hapuna-beach-blog-entry .content-wrapper .conversation h4, .page-type-waikiki-blog-entry .content-wrapper .conversation h4, .page-template-blog-entry .content-wrapper h3, .page-template-blog .content-wrapper h3, .page-template-blog-entry .content-wrapper .blog-signup label, .page-template-blog-entry .content-wrapper .post-blog label, .page-template-blog .content-wrapper .blog-signup label, .page-template-blog .content-wrapper .post-blog label, .masthead-offers .masthead-offer-title, .section-title .sabon, .section-title .sabon-main, .address-title, .footer-codes .code-title, .weather.weather-current .locale h2, .weather.weather-weekly article .day h1, .grid-push .section-title .sabon, .grid-push .section-title .sabon-main, .weddings .masthead .ccm-image-slider-text, .weddings.mauna_kea .masthead .ccm-image-slider-text, .golf .masthead .ccm-image-slider-text, .golf.mauna_kea .masthead .ccm-image-slider-text, .meetings .masthead .ccm-image-slider-text, .meetings.mauna_kea .masthead .ccm-image-slider-text, .hapuna_beach .masthead .ccm-image-slider-text, .waikiki .masthead .ccm-image-slider-text, .landing_page_template .masthead .ccm-image-slider-text, .weddings .weddings-push-top .grid-wedding .grid-wedding-lower h3, .weddings .golf-push-top .grid-wedding .grid-wedding-lower h3, .weddings .meetings-push-top .grid-wedding .grid-wedding-lower h3, .weddings.mauna_kea .weddings-push-top .grid-wedding .grid-wedding-lower h3, .weddings.mauna_kea .golf-push-top .grid-wedding .grid-wedding-lower h3, .weddings.mauna_kea .meetings-push-top .grid-wedding .grid-wedding-lower h3, .golf .weddings-push-top .grid-wedding .grid-wedding-lower h3, .golf .golf-push-top .grid-wedding .grid-wedding-lower h3, .golf .meetings-push-top .grid-wedding .grid-wedding-lower h3, .golf.mauna_kea .weddings-push-top .grid-wedding .grid-wedding-lower h3, .golf.mauna_kea .golf-push-top .grid-wedding .grid-wedding-lower h3, .golf.mauna_kea .meetings-push-top .grid-wedding .grid-wedding-lower h3, .meetings .weddings-push-top .grid-wedding .grid-wedding-lower h3, .meetings .golf-push-top .grid-wedding .grid-wedding-lower h3, .meetings .meetings-push-top .grid-wedding .grid-wedding-lower h3, .meetings.mauna_kea .weddings-push-top .grid-wedding .grid-wedding-lower h3, .meetings.mauna_kea .golf-push-top .grid-wedding .grid-wedding-lower h3, .meetings.mauna_kea .meetings-push-top .grid-wedding .grid-wedding-lower h3, .hapuna_beach .weddings-push-top .grid-wedding .grid-wedding-lower h3, .hapuna_beach .golf-push-top .grid-wedding .grid-wedding-lower h3, .hapuna_beach .meetings-push-top .grid-wedding .grid-wedding-lower h3, .waikiki .weddings-push-top .grid-wedding .grid-wedding-lower h3, .waikiki .golf-push-top .grid-wedding .grid-wedding-lower h3, .waikiki .meetings-push-top .grid-wedding .grid-wedding-lower h3, .landing_page_template .weddings-push-top .grid-wedding .grid-wedding-lower h3, .landing_page_template .golf-push-top .grid-wedding .grid-wedding-lower h3, .landing_page_template .meetings-push-top .grid-wedding .grid-wedding-lower h3, .weddings .weddings-idea-board p strong, .weddings .golf-idea-board p strong, .weddings .meetings-idea-board p strong, .weddings.mauna_kea .weddings-idea-board p strong, .weddings.mauna_kea .golf-idea-board p strong, .weddings.mauna_kea .meetings-idea-board p strong, .golf .weddings-idea-board p strong, .golf .golf-idea-board p strong, .golf .meetings-idea-board p strong, .golf.mauna_kea .weddings-idea-board p strong, .golf.mauna_kea .golf-idea-board p strong, .golf.mauna_kea .meetings-idea-board p strong, .meetings .weddings-idea-board p strong, .meetings .golf-idea-board p strong, .meetings .meetings-idea-board p strong, .meetings.mauna_kea .weddings-idea-board p strong, .meetings.mauna_kea .golf-idea-board p strong, .meetings.mauna_kea .meetings-idea-board p strong, .hapuna_beach .weddings-idea-board p strong, .hapuna_beach .golf-idea-board p strong, .hapuna_beach .meetings-idea-board p strong, .waikiki .weddings-idea-board p strong, .waikiki .golf-idea-board p strong, .waikiki .meetings-idea-board p strong, .landing_page_template .weddings-idea-board p strong, .landing_page_template .golf-idea-board p strong, .landing_page_template .meetings-idea-board p strong, .weddings .weddings-push-full-width .content-section p strong, .weddings .golf-push-full-width .content-section p strong, .weddings .meetings-push-full-width .content-section p strong, .weddings.mauna_kea .weddings-push-full-width .content-section p strong, .weddings.mauna_kea .golf-push-full-width .content-section p strong, .weddings.mauna_kea .meetings-push-full-width .content-section p strong, .golf .weddings-push-full-width .content-section p strong, .golf .golf-push-full-width .content-section p strong, .golf .meetings-push-full-width .content-section p strong, .golf.mauna_kea .weddings-push-full-width .content-section p strong, .golf.mauna_kea .golf-push-full-width .content-section p strong, .golf.mauna_kea .meetings-push-full-width .content-section p strong, .meetings .weddings-push-full-width .content-section p strong, .meetings .golf-push-full-width .content-section p strong, .meetings .meetings-push-full-width .content-section p strong, .meetings.mauna_kea .weddings-push-full-width .content-section p strong, .meetings.mauna_kea .golf-push-full-width .content-section p strong, .meetings.mauna_kea .meetings-push-full-width .content-section p strong, .hapuna_beach .weddings-push-full-width .content-section p strong, .hapuna_beach .golf-push-full-width .content-section p strong, .hapuna_beach .meetings-push-full-width .content-section p strong, .waikiki .weddings-push-full-width .content-section p strong, .waikiki .golf-push-full-width .content-section p strong, .waikiki .meetings-push-full-width .content-section p strong, .landing_page_template .weddings-push-full-width .content-section p strong, .landing_page_template .golf-push-full-width .content-section p strong, .landing_page_template .meetings-push-full-width .content-section p strong, .weddings .cross-promo-section .cross-right .cross-right-inner h5, .weddings.mauna_kea .cross-promo-section .cross-right .cross-right-inner h5, .golf .cross-promo-section .cross-right .cross-right-inner h5, .golf.mauna_kea .cross-promo-section .cross-right .cross-right-inner h5, .meetings .cross-promo-section .cross-right .cross-right-inner h5, .meetings.mauna_kea .cross-promo-section .cross-right .cross-right-inner h5, .hapuna_beach .cross-promo-section .cross-right .cross-right-inner h5, .waikiki .cross-promo-section .cross-right .cross-right-inner h5, .landing_page_template .cross-promo-section .cross-right .cross-right-inner h5, .weddings .weddings-request-info .content-section .content-section-inner strong, .weddings .golf-request-info .content-section .content-section-inner strong, .weddings .meetings-request-info .content-section .content-section-inner strong, .weddings .landing-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .weddings-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .golf-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .meetings-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .landing-request-info .content-section .content-section-inner strong, .golf .weddings-request-info .content-section .content-section-inner strong, .golf .golf-request-info .content-section .content-section-inner strong, .golf .meetings-request-info .content-section .content-section-inner strong, .golf .landing-request-info .content-section .content-section-inner strong, .golf.mauna_kea .weddings-request-info .content-section .content-section-inner strong, .golf.mauna_kea .golf-request-info .content-section .content-section-inner strong, .golf.mauna_kea .meetings-request-info .content-section .content-section-inner strong, .golf.mauna_kea .landing-request-info .content-section .content-section-inner strong, .meetings .weddings-request-info .content-section .content-section-inner strong, .meetings .golf-request-info .content-section .content-section-inner strong, .meetings .meetings-request-info .content-section .content-section-inner strong, .meetings .landing-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .weddings-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .golf-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .meetings-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .landing-request-info .content-section .content-section-inner strong, .hapuna_beach .weddings-request-info .content-section .content-section-inner strong, .hapuna_beach .golf-request-info .content-section .content-section-inner strong, .hapuna_beach .meetings-request-info .content-section .content-section-inner strong, .hapuna_beach .landing-request-info .content-section .content-section-inner strong, .waikiki .weddings-request-info .content-section .content-section-inner strong, .waikiki .golf-request-info .content-section .content-section-inner strong, .waikiki .meetings-request-info .content-section .content-section-inner strong, .waikiki .landing-request-info .content-section .content-section-inner strong, .landing_page_template .weddings-request-info .content-section .content-section-inner strong, .landing_page_template .golf-request-info .content-section .content-section-inner strong, .landing_page_template .meetings-request-info .content-section .content-section-inner strong, .landing_page_template .landing-request-info .content-section .content-section-inner strong, .page-template-full.landing_page_template .ccm-image-slider-text .ccm-image-slider-title, .page-template-full.landing_page_template .landing-header h2, .resort-card-wrapper .resort-tagline, .special-pages-cards .special-category-lists .card h3, .special-pages-cards .special-category-lists .hotel-category .card .hotel-description h2, .page-template-full .content-wrapper h1, .page-template-blog .content-wrapper h1, .page-template-blog-entry .content-wrapper h1, div.ccm-conversation-messages-header:before {
	font-family: "Sabon LT W01 Roman",serif;
	font-weight: 400;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.rslides_nav, .slick-slider {
    margin: 0;
    z-index: 2;
    list-style: none;
}


/* Map */

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
	max-width: none !important;
}

.fa-map-marker:before {
	content: "\f041";
}

.map-box, #map-canvas {
	width: 100%;
	height: 19.6875rem;
	margin-top: 0.625rem;
	margin-bottom: 0.9375rem;
}

.map-box img, #map-canvas img {
	max-width: none;
}

@media only screen and (min-width: 1230px) {
	.map-box, #map-canvas {
		height: 19.0625rem;
	}
}

@media only screen and (min-width: 1230px) {
	.directions {
		padding-left: 1.5rem;
	}
}

#map-wrapper {
	position: relative;
}

#map-wrapper * {
	box-sizing: border-box;
}

#map-wrapper .MapContainer #mapDiv {
	width: 99.9%;
	height: 455px;
}

#map-wrapper .MapContainer #mapDiv .gmnoprint img {
	max-width: none;
}

#map-wrapper .MapContainer #mapDiv .pin-marker {
	background: url("../img/map/pin.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 38px;
	width: 32px;
}

#map-wrapper .MapContainer #mapDiv .marker-cat-hotel {
	background: url("../img/map/hotel.png") no-repeat scroll 0 0 transparent;
	height: 48px;
	width: 48px;
}

#map-wrapper .MapContainer #mapDiv .marker-cat-hotel .pin-label {
	display: none;
}

#map-wrapper .MapContainer #mapDiv .pin-label {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	line-height: 30px;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1230px) {
	#map-wrapper .MapContainer #mapDiv {
		height: 525px;
	}
}

@media only screen and (min-width: 0) and (max-width: 1229px) {
	#map-wrapper .MapContainer {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 1230px) {
	#map-wrapper .MapContainer {
		width: 71%;
		height: 525px;
		border-left: 5px solid #ccc;
		float: right;
	}
}

@media only screen and (min-width: 0) and (max-width: 1229px) {
	#map-wrapper #category-wrapper {
		overflow: hidden;
		position: absolute;
		top: 60px;
		width: 100%;
		background: #fff;
		max-height: 0;
		transition-property: all;
		transition-duration: .25s;
		transition-timing-function: cubic-bezier(0,1,0.5,1);
	}

	#map-wrapper #category-wrapper.active {
		max-height: 455px;
		height: 455px;
		overflow-y: auto;
	}
}

#map-wrapper #category-wrapper #categories .cat-link {
	display: block;
	margin-bottom: 5px;
	height: 45px;
	background: #fcbe60;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	line-height: 45px;
	font-weight: bold;
}

#map-wrapper #category-wrapper #categories .cat-link:after {
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
}

@media only screen and (min-width: 1230px) {
	#map-wrapper #category-wrapper #categories .cat-link:after {
		line-height: 45px;
		margin-top: -23px;
		top: 50%;
	}
}

@media only screen and (min-width: 1230px) {
	#map-wrapper #category-wrapper #categories .cat-link {
		height: auto;
		line-height: normal;
		min-height: 45px;
		padding-bottom: 16px;
		padding-right: 25px;
		padding-top: 17px;
		position: relative;
	}
}

#map-wrapper #category-wrapper #categories .on .cat-link:after {
	content: "\f077";
}

#map-wrapper #category-wrapper #categories .point-list {
	display: none;
	list-style: none;
}

#map-wrapper #category-wrapper #categories .point-list li {
	margin-bottom: 10px;
}

#map-wrapper #category-wrapper #categories .point-list li a {
	color: #000;
}

#map-wrapper #category-wrapper #categories .point-list li a.active {
	color: #ff9900;
}

#map-wrapper #category-wrapper #categories .point-list li a.active span {
	color: #000;
}

#map-wrapper #category-wrapper #categories .point-list li a span.list-pin {
	float: left;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	height: 31px;
	width: 33px;
	line-height: 31px;
	background: url("../img/map/pin.png") no-repeat scroll 0 0 transparent;
}

#map-wrapper #category-wrapper #categories .point-list li a em {
	display: block;
	overflow: hidden;
	width: auto;
	font-style: normal;
}

@media only screen and (min-width: 1230px) {
	#map-wrapper #category-wrapper #categories {
		padding-top: 0;
		margin: 0 5px;
	}
}

@media only screen and (min-width: 1230px) {
	#map-wrapper #category-wrapper {
		display: block;
		width: 29%;
		overflow-y: auto;
		overflow-x: hidden;
		height: 80%;
	}
}

#map-wrapper .cat-menu {
	display: block;
	height: 60px;
	width: 100%;
	background: #ff9900;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	font-weight: bold;
	position: absolute;
	top: 0;
	padding-right: 15px;
}

#map-wrapper .cat-menu:after {
	content: "\f078";
	display: inline-block;
	position: absolute;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-family: FontAwesome;
}

#map-wrapper .cat-menu.active:after {
	content: "\f077";
}

@media only screen and (min-width: 1230px) {
	#map-wrapper {
		box-sizing: content-box;
		height: 525px;
		border: 5px solid #ccc;
	}
}

#map-wrapper .map-logo {
	display: block;
	width: 29%;
	margin: 15px 0 25px;
	text-align: center;
}

#map-wrapper .map-logo .logo {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #2b78e4;
	text-align: center;
	text-transform: uppercase;
}

#map-wrapper.type-pois .cat-link {
	display: none !important;
}

#map-wrapper.type-pois #category-wrapper #categories {
	padding-top: 15px;
}

.infoBox {
	width: 55%;
}

.infoBox .close-box {
	position: absolute;
	right: -17px;
	top: -17px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.infoBox .close-box:before {
	content: "\00D7";
	font-size: 15px;
	font-family: Verdana;
	width: 25px;
	line-height: 20px;
	font-weight: bold;
}

.infoBox .close-box .close-elem {
	content: "X";
	font-size: 15px;
}

.infoBox .infoWindowContent {
	background: #fff;
	border: 5px solid #f6b26b;
	float: left;
	margin: 0em 0 3em 15px;
	padding: 20px;
	position: relative;
	width: 100%;
	font-size: 13px;
}

.infoBox .infoWindowContent:before {
	border-color: transparent #f6b26b;
	border-style: solid;
	border-width: 20px 23px 20px 0;
	bottom: auto;
	content: "";
	display: block;
	left: -23px;
	position: absolute;
	top: 18px;
	width: 0;
}

.infoBox .infoWindowContent:after {
	border-color: transparent #f6b26b;
	border-style: solid;
	border-width: 15px 17px 15px 0;
	bottom: auto;
	content: "";
	display: block;
	left: -17px;
	position: absolute;
	top: 20px;
	width: 0;
}

.infoBox .infoWindowContent h4 {
	font-size: 1.2em;
	font-weight: bold;
}

		.infoBox .infoWindowContent .description p {
	font-size: 1em;
}

.infoBox .infoWindowContent .inset img {
	width: 100%;
}


@media only screen and (min-width: 1230px) {
	.infoBox .infoWindowContent {
		width: 315px;
	}
}

@media only screen and (min-width: 0) and (max-width: 1229px) {
	.infoBox .infoWindowContent {
		padding: 15px;
	}

	.infoWindow .inset {
		display: none;
	}

	.infoWindow .description {
		max-height: 275px;
		overflow-y: auto;
	}
}

@media only screen and (min-width: 0) and (max-width: 1229px) {
	::-webkit-scrollbar {
		width: 8px;
	}

	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgba(0,0,0,0.8);
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}

	::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(0,0,0,0.4);
	}
}

@media only screen and (min-width: 1230px) {
	.header.map-active {
		-webkit-transition: top 0.4s;
		-moz-transition: top 0.4s;
		transition: top 0.4s;
		top: 28.4375rem;
	}
}

.header-nav-wrapper.map-active {
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	transition: top 0.4s;
	top: 0;
}

.map-trigger.is-active svg {
	-webkit-transform: rotate(540deg);
	-moz-transform: rotate(540deg);
	-ms-transform: rotate(540deg);
	-o-transform: rotate(540deg);
	transform: rotate(540deg);
}

.map-trigger svg {
	-webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.map-outer-div {
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	z-index: 3;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: grey;
}

@media only screen and (min-width: 1230px) {
	.map-outer-div {
		position: fixed;
		top: 0;
		left: 0;
	}
}

.map-outer-div.is-active {
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	height: 28.4375rem;
	overflow: visible;
}

.map-box, #map-canvas {
	height: 28.4375rem;
	margin: 0;
}

#table_body_offset.map-active {
	height: 28.4375rem;
}

#map-wrapper #category-wrapper #categories .point-list li a {
	color: #fff;
	text-decoration: none;
}

#map-wrapper #category-wrapper #categories .point-list li a.active span {
	color: #fff;
}

.mauna_kea .infoBox .infoWindowContent {
	border-color: #f58220;
}

.mauna_kea .infoBox .infoWindowContent .website {
	color: #fff;
	text-decoration: none;
}

.mauna_kea .infoBox .infoWindowContent:before, .mauna_kea .infoBox .infoWindowContent:after {
	border-color: transparent #f58220;
}

.mauna_kea #map-wrapper .cat-menu {
	color: #fff;
	background-image: -moz-linear-gradient(top,#ffa050 0%,#f58320 100%);
	background-image: -o-linear-gradient(top,#ffa050 0%,#f58320 100%);
	background-image: -webkit-linear-gradient(top,#ffa050 0%,#f58320 100%);
	background-image: linear-gradient(top,#ffa050 0%,#f58320 100%);
}

.mauna_kea #map-wrapper #category-wrapper #categories .point-list li a em {
	color: #f58220;
}

.hapuna_beach .infoBox .infoWindowContent {
	border-color: #1590c8;
}

.hapuna_beach .infoBox .infoWindowContent .website {
	color: #fff;
	text-decoration: none;
}

.hapuna_beach .infoBox .infoWindowContent:before, .hapuna_beach .infoBox .infoWindowContent:after {
	border-color: transparent #1590c8;
}

.hapuna_beach #map-wrapper .cat-menu {
	color: #fff;
	background-image: -moz-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -o-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -webkit-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
}

.hapuna_beach #map-wrapper #category-wrapper #categories .point-list li a em {
	color: #1590c8;
}

.waikiki .infoBox .infoWindowContent {
	border-color: #77a9a1;
}

.waikiki .infoBox .infoWindowContent .website {
	color: #fff;
	text-decoration: none;
}

.waikiki .infoBox .infoWindowContent:before, .waikiki .infoBox .infoWindowContent:after {
	border-color: transparent #77a9a1;
}

.waikiki #map-wrapper .cat-menu {
	color: #fff;
	background-image: -moz-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -o-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -webkit-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
}

.waikiki #map-wrapper #category-wrapper #categories .point-list li a em {
	color: #77a9a1;
}


/**
* Enroll
*
*
*
*/

.enroll-form-section {
	width:90%;
}

.enroll-form-section td {
	vertical-align:top;
}

.enroll-form-section th {
	vertical-align:top;
	padding-top:0px;
}

.enroll-form-heading {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}


@media only screen and (max-width: 960px) {

	fieldset legend {
		margin-left:10px;
		margin-right:10px;
	}

	.enroll-form-section {
		margin-left:10px;
		margin-right:10px;
	}

	.enroll-form-element {
		margin-left:10px;
		margin-right:10px;
	}
}

/* Sitemap */

.sitemap-list {
	text-transform:uppercase;
	font-family:'Montserrat',Arial,serif;
	font-size:20px;
	font-weight:400;
	margin 30px;
}

.sitemap-list li {
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
}

.sitemap-list ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:16px;
	font-weight:400;
	margin-top:7px;
	margin-bottom:0px;
}

.sitemap-list ul li {
	margin-bottom:7px;
}


/* Category List */

.categorylist-outercontainer {
	width:100%;
	height:100%;
}


.categorylist-container {
	width:80%;
	height:80%;
}

.categorylist-container ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:7px;
	margin-bottom:0px;
}
	
.categorylist-caption {
	margin:0px 0px;
	padding:10px;
	font-size:34px;
	font-weight:bold;
}

.categorylist-item-container {
	width:100%;
	height:100%;
	padding:0px;
}

.categorylist-item {
	width:200px;
	min-height:20px;
	float:left;
}

/*
.categorylist-item:hover {
	background-color:#f0f0f0;
}
*/

.categorylist-item-caption {
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
}

.categorylist-item-caption:hover {
	text-decoration:underline;
}


.categorylist-icon.is-active {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}


.categorylist-icon {
	-webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#categorylist_loader {
	margin: 50px auto;
}

.productbrowse-outer-weapper {
	width:100%;
	height:100%;
}

.productbrowse-categories-wrapper {
	display:table;
	width:30%;
	float:left
}

.productbrowse-categories-caption {
	display:block;
	width:100%;
	height:40px;
	clear:both;
	background-color:#f5f5f5;
	font-size:18px;
	font-weight:bold;
}

.productbrowse-categories-caption img {
	width:22px;
	height:22px;
	margin:10px;
}

.productbrowse-products-wrapper {
	display:table;
	width:70%;
	height:100%;
	float:left;
	padding:0px 40px;
}


.productresult-outer-wrapper {
	display:table;
	width:100%;
	height:1px;
	margin:30px;
}

.productresult-caption {
	font-size:45px;
	font-weight:bold;
	margin:-25px 0px 35px 0px;
	-padding:5px;
}

.productresult-message {
	width:350px;
	font-size:16px;
	margin:10px auto;
}

.productresult-message-inner {
	padding:20px;
	background-color:#f5f5f5;
}

.productresult-message-inner-suggest {
	padding:20px;
}

.productresult-message img {
	width:150px;
	height:150px;
	margin:50px 100px;
}



/* Product List */

.productlist-container {
	width:80%;
	height:80%;
}

.productlist-caption {
	margin:20px 0px;
	padding:10px;
	font-size:34px;
	font-weight:bold;
}

.productlist-item-container {
	width:100%;
	height:100%;
	padding:0px;
}

.productlist-item {
	width:100%;
	height:80px;
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#eaeaea;
}

.productlist-item:hover {
	background-color:#f0f0f0;
}

.productlist-item-caption {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:20px;
}

.productlist-item-image {
	float:left;
	width:50px;
	-margin:15px;
}

.productlist-item-delete {
	float:right;
	font-size:9px;
	padding:15px;
}

.productlist-message {
	width:350px;
	font-size:16px;
	margin:10px auto;
}

.productlist-message-inner {
	padding:20px;
	background-color:#f5f5f5;
}

.productlist-message-inner-suggest {
	padding:20px;
}

.productlist-message img {
	width:150px;
	height:150px;
	margin:50px 100px;
}


/* Product Lists */

.productlists-container {
	width:80%;
	height:80%;
}

.productlists-caption {
	margin:20px 0px;
	padding:10px;
	font-size:34px;
	font-weight:bold;
}

.productlists-item-container {
	width:100%;
	height:100%;
	padding:0px;
}

.productlists-item {
	width:100%;
	height:80px;
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#eaeaea;
}

.productlists-item:hover {
	background-color:#f0f0f0;
}

.productlists-item-caption {
	float:left;
	font-size:19px;
	font-weight:bold;
	padding:20px;
}

.productlists-item-delete {
	float:right;
	font-size:9px;
	padding:15px;
}

/* product detail */

.productdetail-wrapper-outer {
	display:table;
	width:100%;
	clear:both;
	margin:10px 0px;
}

.productdetail-wrapper {
	display:block;
	width:100%;
	font-size:14px;
	margin:30px 0px;
}

.productdetail-info-wrapper {
	float:none;
	width:60%;
	margin: auto;
	font-size:14px;
	text-align:left;
}

.productdetail-productlists-wrapper {
	width:400px;
	height:100px;
	margin:30px;
}

.productdetail-productlists-options {
	width:100%;
	height:100%;
}

.productdetail-productlists-options-notloggedin {
	width:100%;
	height:100%;
}

.productdetail-caption {
	display:block;
	font-family:'Montserrat',Arial,san-serif;
	width:100%;
	font-size:38px;
	line-height:38px;
	font-weight:bold;
	margin:0px;
	text-align:left;
}

.productdetail-image {
	float:left;
	width:200px;
	margin:20px 20px;
}

/* Promocode List */

.promocodelist-wrapper-outer {
	display:table;
	width:80%;
}

.promocodelist-wrapper {
	width:80%;
	height:80%;
}

.promocodelist-caption {
	margin:20px 0px;
	padding:10px;
	font-size:20px;
	font-weight:bold;
}

.promocodelist-item-wrapper {
	width:100%;
	height:100%;
	padding:0px;
}

.promocodelist-item {
	width:100%;
	height:40px;
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#eaeaea;
}

.promocodelist-item:hover {
	background-color:#f0f0f0;
}

.promocodelist-item-caption {
	float:left;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	margin:5px;
}

.promocodelist-item-image {
	float:left;
	width:50px;
	margin:15px;
}

.promocodelist-item-delete {
	float:right;
	font-size:9px;
	margin:5px;
}



/* Product Stream */
.productstream-wrapper {
	display:inline-block;
	width:100%;
	height:196px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

.productstream {
	width:450px;
	height:169px;
	position:;
	opacity:1;
	z-index:1;
	overflow-x:unset;
	margin:auto;
	text-align:left;	
}

.productstream-caption {
	width:300px;
	height:30px;
	float:left;
	margin: 30px 15px; 
	color: rgb(129, 145, 156); 
	clear: both; 
	text-align:left;
	font-family: "Montserrat",Verdana; 
	font-size: 24px; 
	font-weight: 900;
}


.productstream-item {
	width:75px important!;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: 500;
	color:#000000;
	line-height:34px;
	padding-left:18px;
	padding-top:15px;
	padding-bottom:10px;
	margin:auto;
	-margin-top:20px;
	-margin-left:5px;
	-margin-right:5px;
}



@media only screen and (max-width:1024px) {
	.productstream {
		width:725px;
	}
}

@media only screen and (max-width:600px) {
	.productstream {
		width:480px;
	}
}

@media only screen and (max-width:480px) {
	.content-caption {
		font-size:24px;
		color:#00517d;
	}
	
	.productstream {
		width:300px;
		overflow:none !important;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		-margin-left:20px;
	}
	
	.productstream-wrapper {
		dsplay:inline-block;
		width:100%;
		height:250px;
	}
}




.noclear {
  clear: none;
}

.nomargin {
  margin: 0px !important;
}

.nopadding {
  padding: 0px !important;
}

.noweight {
  font-weight: unset;
}

.nowidth {
	width: unset !important;
}

.nofloat {
	float: unset !important;
}

.nofloat-none {
	float: none !important;
}

.notextalign {
	text-align:unset !important;
}

.notransition {
	transition:unset !important;
	-webkit-transition:unset !important;
}

.noborderradius {
	border-radius:0px !important;
}

.nooverflow {
	overflow:unset !important;
}

.font-montserrat {
	font-family: "Montserrat", Arial, san-serif !important;
}

.font-xxxlg {
  font-size: 2.5em;
}

.font-xxlg {
  font-size: 2.0em;
}

.font-xlg {
  font-size: 1.5em;
}

.font-lg {
  font-size: 1.25em;
}

.font-md {
  font-size: 0.85em;
}

.font-sm {
  font-size: 0.75em;
}

.font-xsm {
  font-size: 0.6em;
}

.font-xxsm {
  font-size: 0.5em;
}

.margin-xxxxxlg {
  margin: 6.0em;
}

.margin-xxxxlg {
  margin: 4.5em;
}

.margin-xxxlg {
  margin: 3.0em;
}

.margin-xxlg {
  margin: 2.0em;
}

.margin-xlg {
  margin: 1.5em;
}

.margin-lg {
  margin: 1em;
}

.margin-md {
  margin: 0.5em;
}

.margin-sm {
  margin: 0.33em;
}

.margin-neg-sm {
  margin: -0.33em;
}

.margin-xsm {
  margin: 0.25em;
}

.margin-tb-xxxxxlg {
  margin-top: 6em;
  margin-bottom: 6em;
}

.margin-tb-xxxxlg {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.margin-tb-xxxlg {
  margin-top: 3.0em;
  margin-bottom: 3.0em;
}

.margin-tb-xxlg {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
}

.margin-tb-xlg {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.margin-tb-lg {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

.margin-tb-md {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.margin-tb-sm {
  margin-top: 0.33em;
  margin-bottom: 0.33em;
}

.margin-tb-xsm {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.margin-l-xlg {
  margin-left: 1.25em;
}

.margin-l-lg {
  margin-left: 1em;
}

.margin-l-md {
  margin-left: 0.5em;
}

.margin-l-sm {
  margin-left: 0.33em;
}

.margin-r-xsm {
  margin-right: 0.25em;
}

.margin-r-xlg {
  margin-right: 1.25em;
}

.margin-r-lg {
  margin-right: 1em;
}

.margin-r-md {
  margin-right: 0.5em;
}

.margin-r-sm {
  margin-right: 0.33em;
}

.margin-r-xsm {
  margin-right: 0.25em;
}

.margin-lr-xsm {
  margin-left:0.25em;
  margin-right:0.25em;
}

.margin-lr-xlg {
  margin-left:1.25em;
  margin-right:1.25em;
}

.margin-lr-lg {
  margin-left:1.0em;
  margin-right:1.0em;
}

.margin-lr-md {
  margin-left:0.5em;
  margin-right:0.5em;
}

.margin-lr-sm {
  margin-left:0.33em;
  margin-right:0.33em;
}

.margin-xsm {
  margin: 0.25em;
}

.padding-xlg {
  padding: 1.25em;
}

.padding-lg {
  padding: 1em;
}

.padding-md {
  padding: 0.5em;
}

.padding-sm {
  padding: 0.33em;
}

.padding-xsm {
  padding: 0.25em;
}

.padding-tb-xlg {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-tb-xxlg {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.padding-tb-lg {
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}

.padding-tb-md {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padding-tb-sm {
  padding-top: 0.33em;
  padding-bottom: 0.33em;
}

.padding-lr-xsm {
  padding: 0em 0.25em;
}

.padding-lr-xlg {
  padding: 0em 1.25em;
}

.padding-lr-lg {
  padding: 0em 1em;
}

.padding-lr-md {
  padding: 0em 0.5em;
}

.padding-lr-sm {
  padding: 0em 0.33em;
}

.padding-lr-xsm {
  padding: 0em 0.25em;
}

.letterspacing-sm {
	letter-spacing: 0.1em;
}

.letterspacing-md {
	letter-spacing: 0.2em;
}

.letterspacing-lg {
	letter-spacing: 0.3em;
}

.letterspacing-xlg {
	letter-spacing: 0.4em;
}

.cursor-pointer {
  cursor: pointer;
}


.black {
	color:#000 !important;
}

.grey {
	color:#888 !important;
}

.grey-555 {
	color:#555 !important;
}

.grey-777 {
	color:#777 !important;
}

.blue {
	color:#4e7dd3 !important;
}

.blue-dark {
	color:#243a82 !important;
}

.red {
	color:#c62d0f !important;
}

.red-bright {
	color:#f1421f !important;
}

.white {
	color:#fff !important;
}

.orange {
	color:#ee7d32 !important;
}

.orange-dark {
	color:#dc6721 !important;
}

.magenta {
	color:#d215d0 !important;
}

.magenta-light {
	color:#ff00ff !important;
}

.bg-black {
	background-color:#000 !important;
}

.bg-blue {
	background-color:#4e7dd3 !important;
}

.bg-blue-light {
	background-color:#f0f8ff !important;
}

.bg-red {
	background-color:#c62d0f !important;
}

.bg-red-bright {
	background-color:#f1421f !important;
}

.bg-white {
	background-color:#fff !important;
}

.bg-fafafa {
	background-color:#fafafa !important;
}

.bg-efefef {
	background-color:#efefef !important;
}

.bg-555 {
	background-color:#555 !important;
}

.bg-777 {
	background-color:#777 !important;
}

.bg-orange {
	background-color:#ee7d32 !important;
}

.bg-orange-hover {
	background-color:#cb9211 !important;
}

.bg-magenta {
	background-color:#d215d0 !important;
}

.bg-magenta-light {
	background-color:#ff00ff !important;
}

.bg-transparent {
	background-color:transparent !important;
}

.bg-circle-white {
	background: url('../images/circle-white.svg') no-repeat;
}

.bg-circle-magenta {
	background: url('../images/circle-magenta.svg') no-repeat;
}

.bg-circle-magenta-light {
	background: url('../images/circle-magenta-light.svg') no-repeat;
}

.bg-circle-magenta-light-shadow {
	background: url('../images/circle-magenta-light-shadow.svg') no-repeat;
}


/* UI */

.ui-widget-overlay {
  background-color: #000;
  background-image: none;
  opacity: 0.7;
  z-index: 1040;
}

.ui-dialog-notitlebar .ui-dialog-titlebar {
	display:none;
}

.ui-dialog-nobuttonpane .ui-dialog-buttonpane {
	display:none;
}

.ui-datepicker-trigger {
    margin: 10px;
}

.ui-button {
	color:#777 !important;
}

.form-field-validate span {
    background-color: #dfbbb4;
    padding: 2.5px;
}

.form-field-validate span[style*="hidden"] {
    display: none;
}

.ToolBarButtonsCell {
    display: none;
}
