/****************************** TEXT STYLES *********************************/

body, html {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

#navbar img,
.view-content img {
	width: 100%;
	height: auto;
}

h1 {
	font-size: 3em;
	line-height: 1.5;
	font-weight: 800;
	font-family: 'canada-type-gibson', sans-serif;
	color: #005077;
}

h2 {
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: 800;
	font-family: 'canada-type-gibson', sans-serif;
	color: #005077;
	letter-spacing: 1.5px;
}

h3 {
	font-size: 1.8em;
	line-height: 1.4;
	color: #67b8e6;
	text-transform: uppercase;
}

h4 {
	font-weight: 800;
	font-size: 1.8em;
	color: #67b8e6;
}

tbody {
	border: none;
}

.page-header {
	margin-top: 0;
}

/******************************** BUTTONS *********************************/

button, html input[type="button"], input[type="reset"], input[type="submit"],
.greenbutton,
.whitebutton,
.bluebutton,
.darkbluebutton,
#footer input[type="submit"],
.node-readmore a,
.admin-button {
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .greenbutton,
.node-readmore a {
	background: #9dc75e;
	color: #ffffff;
	border: 2px #9dc75e solid;
}

.greenbutton.inverted,
.node-readmore a {
	color: #9dc75e;
	background: #ffffff;
}

.bluebutton,
#footer input[type="submit"] {
	background: #67b8e6;
	color: #ffffff;
	border: 2px #67b8e6 solid;
}

.bluebutton.inverted {
	color: #67b8e6;
	background: #ffffff;
}

.darkbluebutton,
.admin-button:hover {
	background: #005077;
	color: #ffffff;
	border: 2px #005077 solid;
}

.darkbluebutton.inverted,
.darkbluebutton:hover,
.darkbluebutton:focus,
.admin-button {
	color: #005077;
	background: #ffffff;
	border: 2px #005077 solid;
}

.darkbluebutton:hover,
.darkbluebutton:focus {
	border: 2px #ffffff solid;
}

.whitebutton,
.whitebutton.inverted:hover,
.whitebutton.inverted:focus,
button.webform-submit:hover,
button.webform-submit:focus {
	background: #ffffff;
	color: #005077;
	border: 2px #ffffff solid;
}

.whitebutton.inverted,
.whitebutton:hover,
.whitebutton:focus {
	color: #ffffff;
	background: none;
}

button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.greenbutton:hover,
.greenbutton:focus,
.node-readmore a:hover {
	background: #82a54f;
	border: 2px #82a54f solid;
}

.greenbutton.inverted:hover,
.greenbutton.inverted:focus,
.node-readmore a:hover {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

.admin-button {
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
}

/* -------------- Hero Video ------------- */

.tv {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 85vh;
	height: calc(100vh - 124px);
	background: #000;
	overflow: hidden;
	margin-bottom: 60px;
}

.screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	margin: auto;

	opacity: 0;
	transition: opacity 1s;
}

.screen.active {
	opacity: 1;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	/* Turn ton padding rule to enforce 16:9 aspect Ratio */
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	width: 100%;
	top: -16.84%;
	left: 0;
	opacity: 0.7;
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-container {
	position: relative;
	display: block;
	max-height: 850px;
	overflow: hidden;
}

.video-container video {
	display: block;
	width: 100%;
	height: auto;
}

.video-container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../img/video-overlay.png');
	background-repeat: repeat;
	background-position: center;
}

/********************************** NAVBAR *********************************/

#navbar {
	background-color: rgba(0, 80, 119, 0.6);
	border: none;
	height: 96px;
}

#navbar.scroll {
	background-color: rgba(31, 111, 153, 1);
}

#navbar.sticky {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
}

#navbar .container {
	width: 95%;
	padding: 0;
	height: inherit;
	position: relative;
}

a.navbar-btn {
	margin: 0;
	width: auto;
	max-width: 200px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
	color: #fff;
}

.menu-holder {
	position: absolute;
	top: 50%;
	right: 0;
	margin: auto 0;
	transform: translateY(-50%);
}

.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 5px;
	color: #fff;
	display: block;
	height: auto;
}

.navbar-brand:hover {
	color: #fff;
}

.top-line {
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.menu-holder,
.menu-holder .menu {
	text-align: right;
	padding: 0;
}

.menu-holder .menu > li > a,
.dropdown-menu > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

.dropdown-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #306986 1px solid;
}

.menu-holder .menu a:hover,
.menu-holder .menu a:focus {
	background: none;
	color: #67b8e6;
}

.menu-holder .menu a.greenbutton:hover,
.menu-holder .menu a.greenbutton:focus {
	background: #8fbb4e;
	color: #fff;
	border: 2px solid #8fbb4e
}

.menu-holder .menu .dropdown-menu > li > a:hover,
.menu-holder .menu .dropdown-menu > li > a:focus {
	color: #fff;
	background: #67b8e6;
	border-bottom: #67b8e6 1px solid;
}

.menu-holder .menu > li {
	display: inline-block;
}

.menu-holder .menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar-nav {
	float: right;
}

#toggle {
	position: fixed;
	top: 0;
	right: 0;
	width: 75px;
	height: 75px;
	padding: 35px 20px 0 20px;
	z-index: 100;
	display: none;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

#toggle span:after {
	top: 9px;
}

#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}

#toggle.on {
	/* background:#005077; */
}

#toggle.on span {
	background-color: transparent;
}

#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

#block-system-main-menu {
	display: inline-block;
}

#navbar .greenbutton {
	display: inline-block;
	width: auto;
	padding: 5px 20px;
}

.open > a, .open:hover > a, .open > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}

.dropdown-menu {
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	background-color: #005077;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-holder .menu > li:hover .dropdown-menu {
	display: block;
}

/******************************** HERO SLIDER *********************************/

.hero-slider, .main-slider {
	position: relative;
	margin: 0 0 60px 0;
	text-align: center;
	z-index: 1;
}

.flexslider {
	border: none;
	margin: 0;
}

.flex-control-nav {
	display: none;
}

.slider-overlay {
	width: 100%;
	height: 195px;
	position: absolute;
	bottom: -1px;
	background-image: url('../img/banner-overlay.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 100;
}

.banner-contents {
	display: block;
	position: absolute;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 45%;
	font-family: 'canada-type-gibson', sans-serif;
	z-index: 1;
}

.banner-contents span {
	color: #ffffff;
	font-size: 3.5em;
	line-height: 1.5;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner-contents span.small-header {
	font-size: 2em;
}

span.small-header {
	display: block;
	font-weight: 300;
	font-size: 0.6em;
	text-transform: uppercase;
}

.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 30px;
	content: '\f104';
	color: rgba(255, 255, 255, 0.8);
	text-shadow: none;
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

/************************* CHECK AVAILABILITY FORM *********************************/

.check-availability {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20%;
	z-index: 100;
}

.check-availability .container {
	background: #fff;
	padding: 20px 15px;
	border-radius: 6px;
}

.check-availability .container div {
	text-align: left;
	min-height: 48px;
}

.check-availability .container div div {
	border-bottom: 1px solid #67b8e6;
	min-height: 0;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	width: 80%;
}

.check-availability select,
.check-availability input[type="text"] {
	border: none;
	font-weight: 300;
	padding-left: 25px;
	width: 100%;
	position: absolute;
	left: 0;
	background: none;
	cursor: pointer;
}

.check-availability input[type="text"]::placeholder,
option:first-child, option.first {
	color: #666;
}

.check-availability .arrival .icon:before,
.check-availability .departure .icon:before,
.check-availability .adults .icon:before,
.check-availability .children .icon:before,
.check-availability .infants .icon:before {
	font-family: 'FontAwesome';
	content: "\f090";
	padding-right: 10px;
	color: #67b8e6;
}

.check-availability .departure .icon:before {
	content: "\f08b";
}

.check-availability .adults .icon:before,
.check-availability .children .icon:before,
.check-availability .infants .icon:before {
	content: url('../img/icon-adult.svg');
	width: 30px;
	height: 24px;
	display: block;
	float: left;
}

.check-availability .children .icon:before {
	content: url('../img/icon-child.svg');
}

.check-availability .infants .icon:before {
	content: url('../img/icon-infant.svg');
}

.check-availability .arrival .icon:after,
.check-availability .departure .icon:after {
	font-family: 'FontAwesome';
	content: "\f073";
	color: #dddddd;
	position: absolute;
	right: 0;
}

.fa.fa-fire:before {
	content: url('../img/icon-kitchen.svg') !important;
	display: block;
	width: 18px;
	height: 18px;
}

/************************* CHECK AVAILABILITY MOBILE *********************************/

.check-availability-mobile {
	width: 100%;
	max-width: 280px;
	margin: 30px auto;
	display: none;
}

.check-availability-mobile input[type="text"]::placeholder {
	color: #fff;
}

.check-availability-mobile .heading {
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}

.check-availability-mobile > form > div {
	padding: 10px 5px !important;
}

.check-availability-mobile > form > div > div {
	border-bottom: 1px solid #fff;
}

.check-availability-mobile input[type="text"],
.check-availability-mobile select {
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	font-size: 0.9em;
}

.check-availability-mobile select option {
	color: #666;
}

.check-availability-mobile input[type="submit"] {
	margin-bottom: 20px;
}

/********************************** FEATURED *********************************/

.featured-bg {
	height: calc(100% - 3em);
	background: #005077;
	height: 360px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.view-featured-block a {
	text-decoration: none;
}

.featured-text {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 25px 50px;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}

.view-featured-block h4
div div {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	/* font-size: 1.8em; */
	color: #ffffff;
}

.views-field-field-featured-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	width: 100%;
	color: #fff;
}

.featured-text .whitebutton {
	margin-top: 20px;
	display: inline-block;
	width: auto;
	padding: 10px 30px;
}

.featured-image {
	position: absolute;
	width: 100%;
	height: auto;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	top: 50%;
	transform: translateY(-50%);
}

.featured-bg:hover .featured-image {
	opacity: 0.5;
	transform: translateY(-45%) scale(1.1, 1.1);
}

.views-field-field-image {

}

.gradient-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 80, 119, 0.4);
	top: 0;
	left: 0;
}

/********************************** HOMEPAGE CONTENT *********************************/

.front h1 {
	display: none;
}

.first-text-block,
.second-text-block,
.third-text-block {
	padding: 80px 0;
	position: relative;
}

.second-text-block {
	background: #005077;
	color: #ffffff;
	/* extend padding to make up for less text */
	padding: 120px 0;
	min-height: 650px;
}

.first-text-block .bg-image {
	position: absolute;
	width: 50%;
	height: 90%;
	right: 0;
	bottom: 0;
	background-image: url('../img/homepage-bg-01.jpg');
	background-position: left top;
}

.first-text-block h2 {
	line-height: 1.1em;
	font-size: 1.7em;
}

.second-text-block .bg-image {
	position: absolute;
	width: 50%;
	height: 110%;
	left: 0;
	bottom: 0;
	background-image: url('../img/homepage-bg-02.png');
	background-position: right top;
}

.second-text-block .container div {
	float: right;
}

.second-text-block a {
	max-width: 300px;
	margin-top: 30px;
}

.third-text-block .bg-image {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url('../img/homepage-bg-03.jpg');
	background-position: left top;
}

.first-text-block .bg-image,
.second-text-block .bg-image,
.third-text-block .bg-image {
	background-repeat: no-repeat;
	background-size: cover;
}

/****************************** MEMBERSHIP SECTION *********************************/

#membership {
	background: #67b8e6;
	position: relative;
}

.membership-text {
	float: right;
	padding: 80px 0;
	color: #ffffff;
}

.membership-text h2 {
	color: #ffffff;
}

.membership-text .small-text {
	font-size: 0.8em;
}

.membership-buttons {
	margin-top: 30px;
}

.membership-buttons a {
	display: block;
	margin-bottom: 15px;
}

#membership .bg-image {
	position: absolute;
	width: 35%;
	height: 110%;
	left: 0;
	bottom: 0;
	background-image: url('../img/membership-card.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

/****************************** MEMBERSHIP PADDING ************************************/

.node-type-page .main-container,
.node-type-activities .main-container {
	margin-bottom: 80px;
}

/****************************** AWARDS SECTION *********************************/

#awards .container {
	padding: 50px 15px;
}

.view-display-id-more_from_top10 {
	margin: 0 -7px;
}

.view-display-id-more_from_top10 .views-row > div {
	padding-left: 7px;
	padding-right: 7px;
}

#CDSWIDEXC {
	margin: 0 !important;
}

#block-views-awards-widget-code {
	padding-left: 7px;
}

.view-display-id-widget_code .TA_excellent {
	/* position:absolute; */
	margin-top: -24px;
}

.more-top10-button {
	background: #9dc75e;
	/* max-width: 165px; */
	/* float:left; */
	/* margin-right:10px; */
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.more-top10-button:hover,
.more-top10-button:focus {
	opacity: 0.85;
	transform: translateY(5px);
}

.more-top10-button .text-container {
	padding: 5px 10px;
	text-align: center;
}

.more-top10-button .text-container a {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	padding: 0;
}

.region-awards .block {
	float: right;
}

.views-field-field-awards-badges ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.views-field-field-awards-badges ul > li {
	/* width:30%; */
	margin: 0;
	display: block;
	padding: 0 7px;
}

.views-field-field-awards-badges ul > li > img {
	max-height: 123px;
	width: auto;
}

/************************************ FOOTER ****************************************/

#footer {
	background: #005077;
	color: #ffffff;
}

#footer h2 {
	color: #fff;
}

#footer a,
#footer i {
	color: #67b8e6;
	text-decoration: none;
}

#footer a.whitelink {
	color: #fff;
}

#footer a.whitelink:hover {
	color: #67b8e6;
}

#footer .container {
	padding: 60px 0;
}

#footer td {
	padding: 0 0 10px 0;
}

#footer .form-item,
#footer .form-actions {
	margin: 0 0 9px;
}

#footer input,
#footer textarea {
	background: #005077;
	border: 1px solid #ffffff;
	border-radius: 1px;
	color: #ffffff;
	width: 100%;
	padding: 6px 10px;
}

#footer input::placeholder,
#footer textarea::placeholder {
	color: #67b8e6;
}

#footer textarea {
	height: 132px;
}

#footer .grippie {
	display: none;
}

#footer input[type="submit"] {
	max-width: 200px;
	float: right;
}

#footer ul.menu,
#footer ul.menu > li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer ul.menu > li > a {
	color: #fff;
	padding: 5px 0 !important;
	display: block;
	background: none;
	border: none;
	text-align: left;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	transform: translateX(-15px);
}

#footer ul.menu > li > a:hover {
	transform: translateX(0);
}

#footer ul.menu > li > a::before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #67b8e6;
	margin-right: 10px;
	transition-duration: 0.4s;
	transform: translateX(-15px);
	opacity: 0;
}

#footer ul.menu > li > a:hover::before {
	opacity: 1;
}

#footer ul.menu > li > a span {
	display: none;
}

#webform-client-form-10 > div {
	margin: 0 -15px;
}

.copyright {
	background: #003a5e;
	font-size: 0.8em;
	color: #fff;
}

.copyright a {
	color: #67b8e6;
	padding: 0 10px;
}

.copyright .left {
	float: left;
	padding: 15px 0;
	display: block;
}

.copyright .right {
	float: right;
	padding: 10px 0;
}

.copyright .right img {
	height: 25px;
	width: auto;
}

/************************** ACCOMMODATION LIST PAGE *********************************/

.node-type-accommodation-type .main-container {
	margin-bottom: 80px;
}

.accommodation-list-item {
	margin-bottom: 20px;
}

.accommodation-listing {
	border: 1px #cacaca solid;
	position: relative;
	max-height: 222px;
	background: #ffffff;
}

.accommodation-listing .item-list ul,
.accommodation-listing .item-list li {
	padding: 0;
	margin: 0;
}

.accommodation-list-item h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 0;
}

.accommodation-list-item .views-field-title a,
.accommodation-list-item .views-field-title a:visited {
	color: #005077;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.accommodation-list-item .views-field-title a:hover,
.accommodation-list-item .views-field-title a:focus {
	color: #67b8e6;
	text-decoration: none;
}

.accommodation-left {
	max-width: 220px;
	width: 40%;
	width: calc(220px);
	display: inline-block;
}

.accommodation-right {
	width: 60%;
	width: calc(100% - 225px);
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.accommodation-description div div {
	margin: 12px 0;
	font-size: 0.875em;
	line-height: 1.5em;
}

.views-field-field-gallery-images .field-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.icons {
	color: #005077;
	font-size: 1.1em;
	font-weight: 700;
}

.icons i {
	color: #67b8e6;
}

/************************** ACCOMMODATION DETAIL PAGE *********************************/

.node-type-accommodation-type .view-accommodation-detail .icons {
	padding: 15px 0;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 10px;
}

.icons > div {
	display: inline-block;
	margin-right: 30px;
}

.accommodation-conditions {
	font-weight: 600;
	font-style: italic;
	color: #005077;
}

span.views-label-field-additional-info {
	font-size: 1.2em;
	font-weight: 700;
	color: #005077;
	display: block;
	padding: 20px 0 10px 0;
}

.views-field-field-additional-info ul {
	list-style: none;
	padding: 0;
}

.views-field-field-additional-info ul li {
	padding: 5px 0;
}

.views-field-field-additional-info ul li:before {
	font-family: 'FontAwesome';
	content: "\f069";
	font-size: 0.8em;
	padding-right: 10px;
	color: #005077;
}

.gallery-main {
	margin-bottom: 1px;
}

.gallery-nav {
	margin-bottom: 50px;
}

.gallery-nav .slick-slide {
	border-right: 1px #fff solid;
}

.node-type-accommodation-type #after-content {
	background: #f4f4f4;
	padding: 50px 0;
}

.view-display-id-bullets ul {
	column-count: 2;
}

.view-display-id-bullets ul li {
	margin: 0 0 10px;
}

.view-display-id-bullets span {
	border-bottom: 1px solid #67b9e7;
	margin-bottom: 20px;
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: 800;
	font-family: 'canada-type-gibson', sans-serif;
	color: #005077;
}

#similar-properties {
	background: #f4f4f4;
	padding: 50px 0;
}

#newbook {
	margin: 40px 0;
}

/***************************** ACTIVITIES LIST PAGE *********************************/

.view-activities {
	margin-top: 20px;
}

.node-type-page .node-activities,
.page-taxonomy-term .node-activities {
	padding: 20px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
}

.node-activities h2 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

.node-activities h2 a {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0;
}

.node-activities .field-name-field-gallery-images {
	padding-right: 20px;
	float: left;
}

.node-activities .field-name-body {
	padding-bottom: 15px;
}

.view-activities .form-type-bef-checkbox {
	display: inline-block;
}

.view-activities .form-type-bef-checkbox input {
	display: none;
}

.view-activities .form-type-bef-checkbox label {
	background: #005077;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	margin: 5px 10px 5px 0;
	display: block;
}

.view-activities .form-type-bef-checkbox input[type=checkbox]:checked + label {
	background: #67b8e6;
}

.view-activities .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.node-readmore a {
	max-width: 300px;
	float: right;
}

/***************************** MAIN IMAGE GALLERY *********************************/

.view-display-id-main_image_gallery .views-row {
	margin-bottom: 30px;
}

/******************************** CONTACT PAGE ************************************/

.view-contact-page td {
	padding-bottom: 15px;
}

.view-contact-page table {
	width: 100%;
}

.view-contact-page i {
	font-size: 1.5em;
	color: #005077;
}

#block-webform-client-block-30 input,
#block-webform-client-block-30 textarea {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ccc;
}

.view-display-id-accommodation_sort_order table {
	width: 100%;
}

.view-display-id-accommodation_sort_order h2 {
	font-size: 1.2em;
	margin: 0;
	font-weight: 400;
	padding: 5px;
}

.view-display-id-accommodation_sort_order a.tabledrag-handle .handle {
	height: 20px;
	margin: 0 0 0 20px; /* LTR */
	padding: 20px; /* LTR */
	width: 20px;
}

.node-page .content {
	margin-bottom: 50px;
}

/******************************** LIST PAGE ************************************/

.list-item {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	padding-top: 75px;
	margin-top: 100px;
	margin-bottom: 30px;
}

.icon-holder {
	position: absolute;
	display: block;
	width: 150px;
	height: 150px;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 75px;
	background: #67b9e7;
	overflow: hidden;
	text-align: center;
}

.list-icon {
	background: #004f78;
	width: 50%;
	height: 100%;
	margin-left: 25%;
}

.list-text {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.list-text.setHeight {
	height: 260px;
}

.list-text.expanded {
	height: auto;
}

.slideToggle {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: #cccccc;
	border: none;
}

.slideToggle:hover {
	background: #67b9e7;
}

.slideToggle::before {
	content: '\f103';
	font-family: "FontAwesome";
	font-size: 1.7em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.list-text.expanded + .slideToggle::before {
	content: '\f102';
}

.slideToggle.visible {
	display: block;
}

.list-text-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+100 */
	/*     background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	/*     background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*     background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.list-text.expanded .list-text-overlay {
	height: 1px;
}

.phone-link {
	font-weight: 800;
	color: #0d5077;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	margin-left: -23px;
}

.phone-link::before {
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 5px;
	opacity: 0;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.phone-link:hover {
	text-decoration: none;
	margin-left: 0px;
}

.phone-link:hover::before {
	opacity: 1;
}

a.tabledrag-handle .handle {
	height: 28px;
	margin: -2px 0px 0 16px; /* LTR */
	padding: 0; /* LTR */
	width: 28px;
}