/*
Theme Name: Blink
Theme URI: http://classicholidays.com.au/
Author: Classic Holidays
Author URI: http://classicholidays.com.au/
Version: 1.0.0
Text Domain: blink
*/





/*--------------------------------------------------------------
Normalize v3.0.3
--------------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}





/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
input, select {
	-webkit-appearance: none;
	border-radius: 0;
}


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #eee;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

hr {
	background: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}

embed,
iframe,
object {
	max-width: 100%;
}





/*--------------------------------------------------------------
Clear
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}





/*--------------------------------------------------------------
Titles
--------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight: 400;
	margin: 0 0 20px;
	color: #F84E0B;
	font-family: 'Open Sans', sans-serif;
	line-height:1.2;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 16px;
}

.headline {
	font-weight: 400;
	margin: 0 0 20px;
	color: #000;
	text-transform: uppercase;
	font-family:  'Open Sans', sans-serif;
	line-height:1.2;
	font-size:22px;
}


/*.zigzag::after {
	background: rgba(0, 0, 0, 0) url("/~classic2016/wp-content/uploads/2016/04/zigzag.png") repeat scroll 0 0;
	content: "";
	display: block;
	height: 13px;
	margin-top: 8px;
	width: 65px;
}

.zz-center:after {
	margin: 8px auto 0 auto;
}
*/




/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #F84E0B;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
}





/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #F84E0B;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	outline: medium none;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #E27C00;
	color:#fff !important;
	text-decoration:none;
}


.button span,
button span,
input[type="button"] span,
input[type="reset"] span,
input[type="submit"] span {
	vertical-align: middle;
	display: inline-block;
}

.button i,
button i,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"] i {
	padding-left: 5px;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
}

.button i.fa-caret-left {
	padding: 0 5px 0 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	outline: none;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ddd;
}




/*--------------------------------------------------------------
Transition
--------------------------------------------------------------*/
.transition, a, input, button, textarea {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}





/*--------------------------------------------------------------
Wordpress
--------------------------------------------------------------*/
/* Menus */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation {
	margin: 0;
	padding-top: 20px;
	text-align:center;
}

.post-navigation a.prev {
	float: left;
}

.post-navigation a.next {
	float: right;
}

.post-navigation a:hover {
	color: #fff !important;
}

.content-articles-single .articles-single-content .content a.more-news:hover { 
	text-decoration:none
}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Widgets */
.widget {
	margin: 0 0 20px;
}

.widget select {
	max-width: 100%;
}

/* Comments */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Captions */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
Column Classes
--------------------------------------------------------------*/
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds,
.small-col,
.large-col {
	float: left;
	margin-left: 5%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.5%;
}

.one-third,
.two-sixths {
	width: 30%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 21.25%;
}

.three-fourths {
	width: 73.75%;
}

.one-fifth {
	width: 16%;
}

.two-fifths {
	width: 37%;
}

.three-fifths {
	width: 58%;
}

.four-fifths {
	width: 79%;
}

.one-sixth {
	width: 12.5%;
}

.five-sixths {
	width: 82.5%;
}

.first {
	clear: both;
	margin-left: 0;
}

.small-col {
	width: 25%;
}

.large-col {
	width: 70%;
}






/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
.container {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }

.mb-40 { margin-bottom: 40px; }

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.table-container {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 1068px) {
	.large-col, .small-col {
		width: 100%;
		margin: 0;
		float: none;
	}
	.large-col {
		margin: 0 0 40px;
	}
}




/* --------------------------------------------------------
Search
---------------------------------------------------------*/

.search-results article {
	background-color:#fff;
	padding:20px;
}

.search-results #primary {
	margin-top:30px;
}

.search-no-results #primary {
	margin:50px auto;
}

.search-results .entry-title {
	font-size: 16px;
	margin: 10px 0 20px;
}


/* --------------------------------------------------------
Masonry
---------------------------------------------------------*/
.masonry-container .masonry-item {
	width: 31.33%;
	margin: 1%;
	float: left;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	text-align:center;
}



.masonry-container.two-columns .masonry-item,
.masonry-container.masonry-two-columns .masonry-item {
	width: 48%;
}

.masonry-container.one-column .masonry-item {
	width: 100%;
	float: none;
	margin: 20px 0 0;
}

#infscr-loading {
	display: none !important;
}

.pagination {
	display: none;
}




/*--------------------------------------------------------------
Site Top
--------------------------------------------------------------*/
.site-top {
	background: #484848;
	padding: 8px 0;
	text-align: center;
}

.site-top .social {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.site-top .social li {
	display: inline-block;
	margin-left: 20px;
}

.site-top .social a {
	display: block;
	color: #fff;
	font-size: 18px;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	background: #333333 none repeat scroll 0 0;
	padding: 0 30px;
	width: 100%;
	z-index: 99;
}

.site-header .container {
	position: relative;
}

.site-logo {
	float: left;
	margin: 0;
	padding: 12px 0;
}

.site-logo a, .site-logo img {
	display: block;
	max-height: 61px;
}
.site-header .header-search {
	float: right;
	padding: 23px 0 22px 0;
	display:block;
}

.header-search .search-field {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 30px;
	width: 40px;
	border: 1px solid transparent;
	visibility: hidden;
	background: #fff;
	opacity: 0;
}

.header-search .search-field.active {
	width: 220px;
	border: 1px solid #eee;
	visibility: visible;
	opacity: 1;
}

.header-search .search-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	z-index: 1;
	position: relative;
	padding-bottom: 3px;
}

.header-search .search-icon.active {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #F84E0B;
}

.header-search .search-icon.active:hover {
	opacity: 0.5;
}

.header-search .search-icon:hover {
	color: #F84E0B;
}

/* resort header */
/*.resorts-header {
	baresorts-headerckground: #333;
	height: 80px;
}

.resorts-header .container {
	max-width: none;
}

.resorts-header .fa-search::before {
	color:#fff;

}

.resorts-header .site-logo a,
.resorts-header .site-logo img {
	max-height: 40px;
}

.resorts-header .site-navigation {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	right: auto;
}

.resorts-header .site-navigation.toggled {
	top: auto;
	right: auto;
	transform: none;
	position: relative;
}

.resorts-header .site-header .header-search {
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}

.resorts-header .site-navigation .navigation-toggle {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #fff;
	border: none;
	position: absolute;
	top: 50%;
	left: 270px;
	transform: translateY(-50%);
}

.resorts-header .site-navigation .menu-classic-container {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.logged-in .resorts-header .site-navigation .menu-classic-container {
	top: 32px;
}

.resorts-header .site-navigation.toggled .menu-classic-container {
	visibility: visible;
	opacity: 1;
}

.resorts-header .site-navigation .menu {
	position: absolute;
	width: 75%;
	height: 100%;
	float: right;
	background: #fff;
	top: 0;
	right: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.resorts-header .site-navigation.toggled .menu {
	right: 0;
}

.resorts-header .site-navigation li {
	float: none;
}

.resorts-header .site-navigation a {
	color: #000;
	margin: 0;
	padding: 20px 20px 14px;
	text-align: left;
	font-size: 18px;
	font-weight:bold;
}

.resorts-header .site-navigation a:hover,
.resorts-header .site-navigation .sub-menu a:hover,
.resorts-header .site-navigation li:hover .sub-menu a:hover  {
	color: #F84E0B;
}*/

.resorts-search-container {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.resorts-search-container .search-form select {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: url("images/down-arrow.png") no-repeat 97% center #fff;
	border-color: -moz-use-text-color #ccc -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: none solid none none;
	border-width: medium 1px medium medium;
	float: left;
	letter-spacing: 2px;
	padding: 10px 20px;
	width: 40%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 44px;
}

.resorts-search-container .search-form .button {
	background: #F84E0B none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	float: left;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 12px 0;
	text-align: center;
	width: 20%;
}

.resorts-search-container .button:hover {
	opacity: 0.8;
}

select.no-border {
	border:0 !important
}

.clearfix {
	overflow: auto;
}


.resort-info {
	margin-top:30px; 
}





/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-navigation {
	float: right;
	font-family: "Open Sans",sans-serif;
	position: relative;
}

.site-navigation .navigation-toggle {
	display: none;
}

.site-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.site-navigation li {
	float: left;
	position: relative;
}

.site-navigation ul li ul li {
	width:100%;
}

.site-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 33px 10px;
	color: #fff;
	font-weight:bold;
}

.site-navigation a:hover {
	color: #F84E0B;
}

.site-navigation li.current_page_item a {
	color: #F84E0B;
}

.site-navigation li.menu-member-login {
	padding: 17px 0;
	margin-left: 10px;
}

.site-navigation li.menu-member-login > a {
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 15px;
}

.site-navigation ul ul {
	background-color: #333;
	display: none;
	margin: -25px 0 0;
	position: absolute;
	width: 200px;
	z-index: 9999;
	top: 105px;
}

ul.sub-menu li a {
	font-weight: 400;
	padding: 2px 11px;
	text-transform: none;
}

.site-navigation ul li:hover ul {
	display: block;
	padding-bottom: 5px;
}



.site-navigation .current-menu-parent .sub-menu a {
	color:#fff !important;
	}

.site-navigation .current-menu-parent .sub-menu a:hover { color:#F84E0B !important} 

.mobile-search {
	display:none !important;
}

.toggled .mobile-search { 
	display: block;
}

.parallax-window a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1150px) {

	.site-logo { 
		float:none;
		width:100%;
		text-align:center;
		padding-bottom:0;
	}

	.site-logo a,
	.site-logo img {
		display :inline-block;
	}

	.site-header .header-search {
		display: block;
		float: right;
		padding: 23px 0 22px;
		position: absolute;
		right: 30px;
		top: 0;
	}


	.site-navigation { width:100%}

	.site-navigation ul { text-align:center}

	.site-navigation li {
		display: inline-block;
		float: none;
		position: relative;
	}

	.site-navigation a { padding: 30px 8px}

	.resorts-mainbar, .resorts-sidebar {
		top: 150px;
	}

	.parallax-window { height:240px !important; }

}


@media screen and (max-width: 800px) {

	.header-search .search-field.active { width:80%}

	.site-header .header-search { display:none}

	.site-logo {
		float: left;
		padding: 30px 0 20px 0;
		text-align: left;
		width: auto;
	}

	.site-navigation {
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		width:auto; 
		float:right;
	}

	.site-navigation.toggled {
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		transform: none;
		width: 100%;
		z-index: 1000;
		padding-left:80px;
		overflow-y: auto;
	}

	.toggled .site-header .header-search {
		background-color: #F84E0B;
		float: none;
		position: relative;
		width: 80%;
	}

	.site-navigation .navigation-toggle {
		border: medium none;
		color: #fff;
		display: inline-block;
		float: none;
		font-size: 27px;
		line-height: 25px;
		margin: 0;
		padding: 45px 0 45px 0;
		position: absolute;
		right: 0;
		text-align: center;
		background: none;
		transition: none;
	}

	.search-icon .fa-search {
		display: block;
		margin: -8px 0 0;
	}
	
	.site-navigation li.menu-item-has-children > a:after {
		content: "\f107";
		font-family: "FontAwesome";
		color: #fff;
		position: absolute;
		top: 2px;
		right: 20px;
		font-size: 24px;
	}

	.toggled.site-navigation ul ul {
		position: static;
		width: 100%;
		display: none;
	}
	
	.site-navigation ul li:hover ul {
		display: none;
	}
	
	.toggled.site-navigation ul ul.active {
		display: block;
	}
	
	.site-navigation ul li:hover ul {
		padding: 0;
	}
	
	.toggled.site-navigation ul ul a {
		background-color: #333;
		border-bottom: 1px solid #000;
		padding: 10px 30px;
		text-transform:none;
		font-weight:400;
	}


	.toggled .site-navigation .navigation-toggle {
		background-color: #F84E0B;
		border: medium none;
		color: #fff;
		display: inline-block;
		float: right;
		font-size: 25px;
		height: 60px;
		line-height: 25px;
		margin: 0;
		position: relative;
		text-align: center;
		width: 20%;
	}

	.site-navigation.toggled .mobile-search {
		background-color: #F84E0B;
		float: left;
		height: 60px;
		padding: 0;
		width: 80%;
		display: block !important;
		position: relative;
		top: 0;
		right: 0;
	}

	.site-navigation.toggled .mobile-search a.search-icon {
		border: medium none;
		padding: 16px 0 0;
	}

	.site-navigation.toggled .mobile-search a.search-icon.active {
		margin-top: 13px;
		padding: 0;
	}

	.site-navigation.toggled .fa-bars {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.site-navigation.toggled .header-search .search-field { margin-top:10px;}

	.site-navigation.toggled .navigation-toggle {
		background-color: #F84E0B;
		height: 60px;
		padding: 0;
		width: 20%;
	}

	.site-navigation.toggled .navigation-toggle:hover {
		color:#fff;
	}

	.site-navigation .menu-classic-container {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background: #333;
	}

	.site-navigation.toggled .menu-classic-container {
		float: right;
		opacity: 1;
		position: relative;
		visibility: visible;
		width: 100%;
	}

	.site-navigation .menu {
		position: relative;
		width: 100%;
		height: auto;
		float: right;
		background: #333;
		top: 0;
		right: -100%;
	}

	.site-navigation.toggled .menu {
		right: 0;
	}

	.site-navigation li {
		float: none;
		display:block;
	}

	.site-navigation a {
		color: #fff;
		margin: 0;
		border-bottom: 1px solid #000;
		padding: 10px 20px 10px;
		text-align: left;
		font-size: 14px;
	}

	.site-navigation a:hover,
	.site-navigation .sub-menu a:hover,
	.site-navigation li:hover .sub-menu a:hover  {
		color: #F84E0B;
	}

	.site-navigation ul ul {
		margin: 0;
		width: 75%;
	}

	ul.sub-menu li a {
		padding: 2px 20px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	.site-navigation li.menu-member-login {
		margin: 0;
		padding: 0;
	}
	
	.site-navigation li.menu-member-login > a {
		border-radius: 0;
		border: none;
		padding: 10px 20px 10px;
		border-bottom: 1px solid #000;
	}
	
}

@media screen and (max-width: 668px) {
	
	.site-logo a, .site-logo img {
		margin: 0;
		max-width: 200px;
	}

	.masonry-container.two-columns .masonry-item, .masonry-container.masonry-two-columns .masonry-item { width:100%}



}


.site-main .membership-single-content .post-navigation {
	margin-top:30px;
}

.mobile-search {}






/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/
.parallax-window {
	background: transparent;
	height: 380px;
	position: relative;
}

.content {
	padding: 40px;
	background: #fff;
}

.content-section {
	padding: 50px 0;
	background: #fff;
}

.content-section.gray {
	background: #eee;
}

.content-section h1 {
	text-align: center;
	font-size: 50px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
	color: #333;
	font-weight: 300;
}

.content-section h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background: #F84E0B;
}

/* sidebar */
.sidebar-links {
	position: relative;
	margin-bottom:20px;
}

.sidebar-links a { 
	color:#F84E0B
}

.sidebar-links ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.sidebar-links ul a, .sidebar-links ul span {
	color: #666;
	background: #ddd;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	font-weight: bold;
	line-height: 2.2;
	cursor: pointer;
}

.sidebar-links a.first {
	background: #F84E0B;
	color: #fff;
}

.sidebar-links span.second {
	background: #ccc;
	color: #444;
}

.sidebar-links a:hover {
	opacity: 0.6;
}

.sidebar-links li a img, .sidebar-links li span img {
	max-width: 30px;
	vertical-align: bottom;
	margin: 0 10px 0 0;
}

.pagination-noscroll {
	margin: 40px 0 0;
	text-align: center;
}

.page-numbers { 
	background-color: #fefefe;
	padding:10px
}

.sidebar-links .submenu {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	text-align: center;
}

.sidebar-links .has-sub:hover .submenu {
	opacity: 1;
	visibility: visible;
}

.sidebar-links .submenu a:hover {
	color: #F84E0B;
	opacity: 1;
}

.sidebar-links .submenu a {
	background-color: #fff;
	font-size: 13px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 14px 12px;
	width: 90%;
}

@media screen and (max-width: 768px) {

	.sidebar-links .submenu {
		visibility: visible;
		position: static;
		opacity: 1;
		display: inline-block;
		display: none;
	}

	.sidebar-links .active .submenu {
		display: block;
	}

	.sidebar-links .submenu a {
		width: 100%;
		text-align: left;
	}

}

/* mood slider */
/*.mood-slider {
	position: relative;
	z-index: 1;
	height: 400px;
	text-align:center;
}

.mood-slider .button {
	border-color: #fff;
	font-size: 18px;
}

.mood-slider .background {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.mood-slider .background.toggled {
	opacity: 1;
	z-index: 2;
}

.mood-slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 3;
}

.mood-slider .subtitle {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-weight: 700;
}

.mood-slider .title {
	color: #fff;
	font-size: 50px;
	margin: 0 0 30px;
	font-weight: 300;
}

.mood-slider .select {
	margin: 0 0 25px;
	border: 2px solid #fff;
	line-height: 1;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	height: 125px;
	position: relative;
}

.mood-slider .select .mood {
	padding: 10px 20px;
	text-align: left;
	float: left;
	font-size: 100px;
}

.mood-slider .select .toggle-dropdown {
	color: #000;
	background: #fff;
	line-height: 125px;
	display: block;
	font-size: 34px;
	float: right;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	left: 2px;
	top: -2px;
	padding: 0 8px;
}

.mood-slider .select .dropdown {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	top: 100%;
	overflow: auto;
	z-index: 2;
	height: 246px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #ccc;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mood-slider .select .dropdown.toggled {
	display: block;
}

.mood-slider .select .dropdown li a {
	display: block;
	color: #000;
	font-size: 40px;
	padding: 20px;
	border-top: 1px solid #ccc;
}

.mood-slider .select .dropdown li:first-child a {
	border-top: none;
}

.mood-slider .select .dropdown li a:hover {
	color: #F84E0B;
}

.mood-slider .heartbeat {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 78px;
}

.mood-slider .heartbeat:before {
	left: -140px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.mood-slider .heartbeat:after {
	right: -140px;
}

.mood-slider .heartbeat .button {
	background: #F84E0B none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 21px;
	margin: 17px 0;
	padding: 12px 20px;
	position: relative;
	z-index: 1;
}

.mood-slider .heartbeat .button:hover {
	background: #e27c00;
}

.mood-slider .heartbeat .button i {
	padding-left: 20px;
}*/

/* holiday ideas */
.holiday-ideas {
	margin-top: 50px;
	margin-bottom: 50px;
}

li.slide {
	position:relative;
}

.banner-overlay {
	padding: 0 5%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.flexslider {
	overflow: hidden;
}

.flexslider .slides .banner-overlay img {
	display: inline;
	width: auto;
}

.holiday-ideas .flexslider {
	border:none;
	margin-bottom:5%;
}

.top-row .one-third:first-of-type, .second-row .one-half:first-of-type {
	margin-left:0;
}

.top-row .one-third, .second-row .one-half {
	position:relative;
}

.top-row .one-third img:hover, .second-row .one-half img:hover {
	cursor:pointer;
}

.second-row { 
	margin-top: 5%;
}

.banner-overlay .button {
	border-color: #fff;
}

/* unleash banner */
/*.unleash-banner {
	padding: 50px 0 0 0;
	height: 182px;
	width: 100%;
}

.unleash-banner .unleash-tab {
	background-position: center center;
	background-size: cover;
	float: left;
	height: 100%;
	position: relative;
	width: 20%;
	overflow:hidden;
}

.unleash-tab.tab-head h2 {
	font-size:20px;
}

.unleash-banner .unleash-tab h2 { font-size:16px;
}

.unleash-banner .unleash-tab.tab-head {
	width: 20%;
	height: 100%;
	background: #F84E0B;
	position: relative;
	overflow:visible
}

.unleash-banner .unleash-tab.tab-head:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 65px 0 65px 10px;
	border-color: transparent transparent transparent #F84E0B;
	position: absolute;
	right: -9px;
	top: 0;
	z-index: 1;
}

.unleash-banner .unleash-tab.tab-head h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	text-align:center;
	font-size:22px;

}

.unleash-banner .unleash-tab.tab-head img {

}

.unleash-banner .unleash-tab:hover .unleash-overlay {
	display: block;
}

.unleash-banner .unleash-tab img {
	display: block;
	width: 100%;
}

.unleash-banner .unleash-tab h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 3;
	width: 90%;
}

.unleash-banner .unleash-tab .unleash-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 144, 0, 0.6);
	display: none;
}
@media screen and (max-width: 768px) {
	.unleash-banner .unleash-tab.tab-head {
		width: 100%;
		height: 50px;
	}
	.unleash-banner .unleash-tab.tab-head:after {
		display: none;
	}
	.unleash-banner .unleash-tab {
		width: 50%;
	}
}
@media screen and (max-width: 468px) {
	.unleash-banner .unleash-tab {
		width: 100%;
		margin-bottom:10px;
	}
}*/

/* home */
.home-slider a:hover {
	text-decoration: none;
}

.home-slider .slide-image {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-slider .slide-overlay {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.home-slider .slide-overlay h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}

.home-slider .slide-overlay h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

.home-slider .slide-overlay .button {
	
}

.home-slider .flex-control-nav {
	bottom: 20px;
}

.home-slider .flex-control-nav li {
	margin: 0 3px;
}

.home-slider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	background: #fff;
	box-shadow: none;
}

.home-slider .flex-control-paging li a.flex-active {
	background: none;
	border: 1px solid #fff;
}

.home-awards-content {
	font-size: 16px;
}

/*.page-id-9846 .home-awards-content p:first-child:first-letter {
	color: #F84E0B;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: 700;
	float: left;
	line-height: 1;
	margin-right: 10px;
}*/

.home-awards img {
	width: 100%;
	margin-bottom: 20px;
}

.home-memberships { text-align:center}

.home-membership {
    /* float: left; */
    width: 32%;
    margin: 0 1.5% 2% 0;
    position: relative;
    display: inline-block;
    text-align: left;
}

.home-membership:nth-child(3n) {
	margin-right: 0;
}

.home-membership-image {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-membership a {
	text-decoration: none;
}

.home-membership img {
	display: block;
}

.home-membership a:hover .home-membership-image {
	opacity: 0;
}

.home-membership-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home-membership h3 {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	margin: 0;
	position: relative;
}

.home-membership h3:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 6px;
	right: 10px;
}

.home-feedback-slider.flexslider {
	margin-bottom: 50px;
}

.home-feedback-slider .feedback {
	font-size: 20px;
	padding: 0 100px;
	text-align: center;
	margin-bottom: 20px;
}

.home-feedback-slider .name {
	font-size: 16px;
	text-align: center;
	color: #777;
	font-style: italic;
}

.home-feedback-slider .flex-control-nav {
	display: none;
}

.home-feedback-slider .flex-direction-nav .flex-prev {
	left: 10px;
	opacity: 1;
	color: #777;
	opacity: 1 !important;
}

.home-feedback-slider .flex-direction-nav .flex-next {
	right: 10px;
	opacity: 1;
	color: #777;
	opacity: 1 !important;
}

/*.content-home .home-upper {
	padding: 50px 20px;
}

.content-home .home-upper .home-banner .flexslider {
	border: none;
	margin: 0;
}

.content-home .home-upper .home-banner .flexslider .flex-control-paging li a.flex-active {
	background: #F84E0B;
}

.content-home .home-upper .home-banner .flexslider .flex-control-paging li a:hover {
	background: #F84E0B;
}

.content-home .home-upper .home-banner .flexslider .slide {
	position: relative;
}

.content-home .home-upper .home-banner .flexslider .slide .banner-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 40px 30px;
	width:100%;
	text-align:center;
}

.content-home .home-upper .home-banner .flexslider .slide .banner-overlay h3 {
	font-size: 44px;
	line-height: 72px;
	margin: 0 0 10px;
	color:#fff;
}

.content-home .home-upper .home-banner .flexslider .slide .banner-overlay h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
	color:#fff;
}*/

.booked-counter {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}


.content-home .booked-counter { background-color:#fff}

.booked-counter .container {
    background: #333 none repeat scroll 0 0;
    padding: 44px 0;
    max-width: 1000px;
    font-size: 16px;
	}

.booked-counter p {
	margin: 0;
}

.booked-counter p span {
	color: #fff;
}

.booked-counter p span.text {
	padding-right: 10px;
}

.booked-counter p span.comma {
	padding: 0 5px;
}

.booked-counter p span.boxed {
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 1px 7px;
}

.booked-counter p span.last-year {
	color: #F84E0B;
	padding-left: 7px;
}

.new-members { 
	margin-left:20px;
}

@media screen and (max-width: 1040px) {
	.booked-counter { padding: 0 20px;}
	
	 }


/*.content-home .home-content {
	padding: 50px 20px;
}

.content-home .home-content .home-content-sidebar,
.content-home .home-content .content {
	background: #fff;
	padding: 20px;
	text-align:center;
}

.content-home .home-content .home-content-sidebar .widget-content h3 {
	color: #666;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}

.content-home .home-content .home-content-sidebar .widget-content .entry-summary {
	margin: 10px 0 0;
}

.home-content-sidebar a {
	display: inline-block;
	margin: 10px 0 7px;
}
.content-home .home-content .content {
	padding: 20px 40px 40px 40px;
}

.content-home .home-content .content h1 {
	text-align: center;
}*/

.the-resort-address {
	display: block;
	margin: 20px 0;
}

.mobile-resorts ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

.mobile-resorts ul a {
	color: #555;
	font-size: 16px;
}

.mobile-resorts ul a.mobile-location {
	color: #ccc;
}	
	
@media screen and (max-width: 1068px) {
/*	.home-upper .sidebar-links {
		margin: 0;
	}*/
	.booked-counter p span.new-members {
		display: block;
		margin: 20px 0 0 0;
	}
/*	.content-home .home-content .home-content-sidebar {
		margin: 0 0 20px;
	}
	.content-home .home-content .large-col {
		margin: 0;
	}*/
}
@media screen and (max-width: 768px) {
	
	.content-section h1 {
		margin-bottom: 40px;
	}
	
	.awards .two-fifths,
	.awards .three-fifths {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.awards .two-fifths.first {
		margin-bottom: 30px;
	}
	
	.home-membership {
		width: 50%;
    margin: 0 0 10px 0 !important;
	}
	
	.home-membership:nth-child(3n) {
		margin-right: 2%;
	}
	
	.home-membership:nth-child(2n) {
		margin-right: 0; 
	}
	
	.home-feedback-slider .feedback {
		font-size: 16px;
		padding: 0 50px;
	}
	
	.mobile-resorts .one-half {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.mobile-resorts ul a {
		font-size: 14px;
	}

	.flexslider .slides .banner-overlay img {
		max-width: 200px;
	}
	.flexslider .slides .banner-overlay p {
		margin: 0;
	}
}
@media screen and (max-width: 568px) {
	.booked-counter p span.last-year {
		display: block;
		margin: 5px 0 0 0;
	}

	.booked-counter .text { 
		width:100%;
		display:block
	}
}

@media screen and (max-width: 500px) {

	.home-membership {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	
	.home-membership:first-child {
		margin: 0;
	}
	
}

/* resorts */
.resorts-mainbar {
	position: fixed;
	top: 128px;
	left: 0;
	bottom: 0;
	width: 60%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.resorts-mainbar .resorts-content {
	padding: 0 50px;
}

.resorts-mainbar h1 {
	color: #F84E0B;
	text-align: center;
	font-size: 32px;
	margin: 0;
	padding: 30px 0;
	clear:both;
}

.resorts-mainbar h1 span {
	color: #000;
}

.resorts-tabs ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.resorts-tabs li {
	display: inline-block;
}

.resorts-tabs a {
	background: #ddd none repeat scroll 0 0;
	border-radius: 3px;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	letter-spacing: 0.2px;
	margin: 4px 0 0;
	padding: 10px 20px;
	text-transform: uppercase;
	color:#666;
}

.resorts-tabs a:hover,
.resorts-tabs a.active {
	background: #F84E0B;
	color: #fff;
	text-decoration:none;
}

.resorts {
	margin: 20px 0 40px 0;
}

.resorts .resort {
	padding: 20px;
	background: #fff;
	margin-top: 20px;
}

.home-resorts .resort {
	padding: 0;
	background: #fff;
	margin-top: 30px;
	display: none;
	margin-bottom:50px
}

.home-resorts-button {
	text-align: center;
}

.resorts .entry-image {
	float: left;
	width: 30%;
}

.resorts .entry-image img {
	width: 100%;
}

.resorts .resorts-details {
	float: left;
	width: 67%;
	margin-left: 3%;
}

.resorts-mainbar .resort .entry-summary {
	margin: 5px 0 10px;
}

.resorts-mainbar .resort .float-left {
	float: left;
}

.resorts-mainbar .resort h2 a:hover {
	color: #F84E0B;
}

.resort-breadcrumb { 
	margin:10px 0
}

.resort-breadcrumb a {
	color: #F84E0B;
}

.resort-breadcrumb a:hover {
	text-decoration: underline;
}

.resort-breadcrumb span {
	padding: 0 5px;
}

#breadcrumbs a:hover { 
	text-decoration:underline
}

ul#breadcrumbs {
	clear: both;
	list-style: outside none none;
	max-width: 1040px;
	width: 100%;
	margin: 20px auto;
	padding: 0 20px;
}

ul#breadcrumbs li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.resorts-sidebar {
	position: fixed;
	top: 128px;
	left: auto;
	right: 0;
	bottom: 0;
	width: 40%;
}

#map {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	height: 100%;
}

#map .map-info-window {
	border-radius: 4px;
}

#map .map-info-window .map-info-window-img img {
	display: block;
	width: 100%;
}

#map .map-info-window .map-info-window-title {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}

#map .map-info-window .map-info-window-summary {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 5px;
}

@media screen and (max-width: 1150px) { 

	.resorts-mainbar, .resorts-sidebar {
		top: 207px;
	}

}

@media screen and (max-width: 800px) {
	
	.resorts-mainbar {
		top: 418px;
		width: 100%;
	}
	.resorts-sidebar {
		height: 280px;
		width: 100%;
		top: 137px;
	}
	
}

@media screen and (max-width: 668px) {
	
	.resorts-mainbar {
		width: 100%;
		    top: 160px;
	}

	.resorts-sidebar {
		display: none;
	}
	
	.resorts .entry-image {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.resorts .resorts-details {
		width: 100%;
		margin: 0;
		float: none;
	}
	
}

@media screen and (max-width: 568px) {
	.resorts-search-container .search-form select {
		border: none;
		width: 100%;
	}
	.resorts-search-container .search-form .button {
		font-size: 16px;
		width: 100%;
	}
	.resorts-mainbar h1 {
		font-size: 26px;
		padding: 20px 0;
	}
}

/* resorts - single */
.resorts-content-single .entry-header {
	padding: 130px 0 170px;
	text-align: center;
}

.resorts-content-single .entry-header h1 {
	color: #fff;
	font-size: 60px;
	letter-spacing: 1px;
}

.resorts-content-single .content {
	margin-bottom: 40px;
}

.resorts-content-single .content ul {
	padding: 0;
}

.resorts-content-single .table-container {
	margin-bottom: 40px;
	width: 100%;

}

.resorts-content-single .table-container .table-cell:first-of-type {
	border-right:20px solid #EEEEEE;
}

.resorts-content-single .table-container .table-cell:last-of-type {
	border-left:20px solid #EEEEEE;
}

.resort-address {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
}

.resort-address::before {
	content: url("images/small-white-pin.png");
	margin: 0 7px 0 0;
}

.resorts-content-single .resort-info {
	margin-top: 0;
}

.resorts-content-single .resort-breadcrumb {
	margin: 20px 0;
}

.resorts-content-single .resort-breadcrumb a {
	color: #000;
}

.resorts-content-single .resort-breadcrumb a:hover {
	text-decoration: underline;
}

.resorts-content-single .resort-breadcrumb a.active {
	text-decoration: underline;
	color: #F84E0B;
}

.masonry-item img { 
	width:100%;
	margin-bottom:10px;
}

.resorts-content-single .resorts-single-gallery {
	padding: 20px;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
}

.resorts-content-single .flexslider-resort-gallery {
	margin-bottom: 20px;
}

.resorts-content-single .flexslider-resort-gallery .slides img {
	display: block;
	max-height: 350px;
	margin:0 auto;
}

.resorts-content-single .flexslider-resort-gallery-carousel .slides img {
	display: block;
	width: 100%;
}

.resorts-content-single .resorts-single-gallery .flexslider-resort-gallery .flex-direction-nav a {
	opacity: 1;
	height: 80px;
	margin: -80px 0 0;	
	transform: translateY(-50%);
	font-size: 0;
}

.resorts-content-single .resorts-single-gallery .flexslider-resort-gallery .flex-direction-nav a:before {
	font-family: FontAwesome;
	content: '\f104';
	font-size: 60px;
	color: #eee;
}

.resorts-content-single .resorts-single-gallery .flexslider-resort-gallery .flex-direction-nav a.flex-next:before {
	content: '\f105';
}

.resorts-content-single .resorts-single-gallery .flexslider-resort-gallery .flex-direction-nav .flex-next {
	right: 30px;
}

.resorts-content-single .resorts-single-gallery .flexslider-resort-gallery .flex-direction-nav .flex-prev {
	left: 30px;
}

.small-print {
	font-size: 14px;
	margin: 15px 0 0;
}

.small-print::before {
	content: url("images/question-mark.png");
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
}

.resort-audio {
	margin: 0 0 40px;
}

.resort-audio .headline {
	display: inline-block;
	margin: 0;
}

.resort-audio .span3 {
	display: inline-block;
	margin: 20px 0 0;
	width: 100%;
}

audio, canvas, progress, video {width: 100%;}

.resort-info .headline {
	font-size: 18px
}

.related-resorts-container {
	margin-top:20px;
}

.related-resorts-container .entry-title {
	display: block;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

#CDSWIDWRM {
	margin-bottom: 20px !important;
}

.related-resorts-container article {
	background-color:#fff;
	padding:10px;
}

.related-resorts {
	margin-bottom: 40px;
}

.related-resorts .headline {
	margin-bottom: 40px;
}

.related-resorts img {
	display: block;
	margin: 0 0 20px;
	width: 100%;
}

.related-resorts h2 {
	margin: 0;
}

.resorts-content-single .resort-map {
	width: 100%;
	height: 200px;
	display: block;
	margin-bottom: 10px;
}

.resort-address-sidebar {
	margin:10px 0;
}

@media screen and (max-width: 1068px) {
	.resorts-content-single .entry-header h1 {
		font-size: 44px;
	}
	.resorts-content-single .resort-info .small-col a.button {
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.resorts-content-single .entry-header h1 {
		font-size: 36px;
	}
	.resort-address {
		font-size: 16px;
	}
	.resorts-content-single .content {
		padding: 20px;
	}
	.resorts-content-single .table-container {
		margin: 0;
	}
	.resorts-content-single .table-container .table-cell {
		display: block;
		border: none !important;
	}
}
@media screen and (max-width: 468px) {
	.related-resorts-container article {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.resorts-content-single .content a.button {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
}

/* membership */
.memberships-intro {
	text-align: center;
	margin: 0 100px 0 100px;
	font-size: 18px;
}

.memberships {
	display: table;
	width: 100%;
}

.memberships-row {
	display: table-row;
}

.memberships-images {
	position: relative;
	width: 50%;
	display: table-cell;
}

.memberships-images div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.memberships-images .memberships-image {
	z-index: 1;
}



.memberships-container a {
	text-decoration: none;
}

.memberships-container a:hover .memberships-image {
	opacity: 0;
}

.memberships-content {
	background: #333;
	padding: 50px;
	display: table-cell;
	width: 50%;
}

.memberships-content-inner {
	max-width: 350px;
	font-size: 16px;
}

.memberships-excerpt p { font-size:16px}

.memberships-content.alt .memberships-content-inner {
	float: right;
	text-align: right;
}

.memberships-content h1 {
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 300;
}

.memberships-content h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background: #F84E0B;
}

.memberships-content.alt h1:after {
	right: 0;
	left: auto;
}

.memberships-subtitle {
	font-style: italic;
	margin-bottom: 20px;
	color: #fff;
}

.memberships-excerpt {
	color: #707D8E;
	font-weight: 600;
}

.mobile-only {
	display:none;
	}	


@media screen and (max-width: 690px) { 

.memberships-intro { margin: 0 20px 0 20px}

.memberships-content { width:100%; display:block}

.memberships-images {width:100%; display:block; height:200px}

.memberships-content-inner {
    max-width: 100%;
    font-size: 16px;
    /* clear: both; */
}

.memberships-content.alt .memberships-content-inner, .memberships-content .memberships-content-inner {
	text-align:center;
	}
	
.memberships-content h1:after { position:relative; display:block; margin:20px auto 0; }

.memberships-content-inner h1 {
	margin-bottom:0;
	}
	
.mobile-only {
	display:block;
	}	
.desktop-only {
	display:none;
	}

}

/*.content-membership {
	padding: 50px 20px 50px 20px;
}

.content-membership .membership-content h1 {
	text-align: center;
	font-size: 50px;
}

.content-membership .membership-content p {
	text-align: center;
	margin: 0 100px 40px 100px;
	font-size: 18px;
}

.content-membership .membership-content .membership {
	position: relative;
	margin-bottom: 40px;
}

.fa.fa-caret-right { display:none}

.content-membership .membership-content .membership:hover .membership-overlay {
	display: block;
}

.content-membership .membership-content .membership:hover > h1,
.content-membership .membership-content .membership:hover > img.membership-logo {
	display: none;
}

.content-membership .membership-content .membership img {
	display: block;
}

.content-membership .membership-content .membership h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 48px;
	margin: 0;
}

.content-membership .membership-content .membership img.membership-logo {
	position: absolute;
	max-width: 140px;
	right: 20px;
	bottom: 20px;
}

.content-membership .membership-content .membership .membership-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	padding: 40px;
}

.content-membership .membership-content .membership .membership-overlay h1 {
	position: static;
	top: 0;
	left: 0;
	transform: none;
	font-size: 28px;
	margin-bottom: 20px;
}

.content-membership .membership-content .membership .membership-overlay p {
	color: #fff;
	margin: 0 100px 0 100px;
	font-size: 16px;
	text-align: center;
}

.content-membership .membership-content .membership .membership-overlay .button-container {
	text-align: center;
	padding-top: 20px;
}

.content-membership .membership-content .membership .membership-overlay a {
	color: #fff;
	border-color: #fff;
	margin: 0 5px;
}

@media screen and (max-width: 1068px) {
	.content-membership .membership-content .membership .membership-overlay p {
		margin: 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.content-membership .membership-content h1 {
		font-size: 36px;
	}
	.content-membership .membership-content p {
		margin: 0 20px 40px 20px;
		font-size: 16px;
	}
	.content-membership .membership-content .membership h1 {
		font-size: 36px;
	}
	.content-membership .membership-content .membership .membership-overlay {
		padding: 10px;
	}
	.content-membership .membership-content .membership .membership-overlay h1 {
		font-size: 24px;
		margin: 0 0 10px;
	}
	.content-membership .membership-content .membership .membership-overlay p {
		font-size: 14px;
		margin: 0 20px;
	}
}
@media screen and (max-width: 668px) {
	.content-membership .membership-content .membership img.membership-logo {
		max-width: 100px;
	}
	.content-membership .membership-content .membership .membership-overlay h1 {
		font-size: 20px;
	}
	.content-membership .membership-content .membership .membership-overlay p {
		font-size: 12px;
		margin: 0 10px;
	}
}
@media screen and (max-width: 568px) {
	.content-membership .membership-content .membership img.membership-logo {
		max-width: 75px;
		right: 5px;
		bottom: 5px;
	}
	.content-membership .membership-content .membership h1 {
		font-size: 24px;
	}
	.content-membership .membership-content .membership .membership-overlay p {
		display: none;
	}
	.content-membership .membership-content .membership .membership-overlay .button-container {
		padding: 0;
	}
}*/


/* membership - single */
.content-membership-single .membership-single-header {
	position: relative;
	height: 380px;
}

.content-membership-single .membership-single-header h1 {
	color: #fff;
	font-size: 60px;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
	text-align: center;
}

.content-membership-single .membership-single-header .membership-logo {
	position: absolute;
	right: 40px;
	bottom: 20px;
	max-width: 140px;
}

.content-membership-single .membership-single-content {
	padding: 30px 20px;
}

.content-membership-single .membership-single-content .content p {
	margin: 0 0 10px;
}

.content-membership-single .membership-single-content .content h1 {
	text-align: center;
}

.content-membership-single .membership-single-content .content h2 {
	margin: 0 0 10px;
}

.content-membership-single .membership-single-content .content h3 {
	color: #F84E0B;
	margin: 0 0 10px;
}

.content-membership-single .membership-single-content .content a.button {
	margin: 0;
	display: inline-block;
}

.content-membership-single .membership-single-content .content ul {
	margin: 0 0 20px;
}

.content-membership-single .membership-single-content .content ul a {
	color: #F84E0B;
	text-decoration: underline;
}

.content-membership-single .membership-single-content .content ul a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.content-membership-single .membership-single-header h1 {
		font-size: 36px;
	}
	.content-membership-single .membership-single-header .membership-logo {
		right: 10px;
		bottom: 10px;
		max-width: 100px;
	}
	.content-membership-single .membership-single-content .large-col .button {
		display: block;
		text-align: center;
		margin: 0 0 5px;
	}
	.content-membership-single .membership-single-content .large-col .content {
		padding: 20px;
	}
	.content-membership-single .membership-single-content .large-col .content ul {
		margin: 0 0 20px 20px;
		padding: 0;
	}
}
@media screen and (max-width: 468px) {
	.content-membership-single .membership-single-content {
		padding: 20px 10px;
	}
}

/* products */
.learn-more {
	clear: both;
	margin: 20px auto 10px;
	text-align: center;
}

.content-products {
	padding: 50px 20px 50px 20px;
}

.content-products .products-content h1 {
	text-align: center;
	font-size: 50px;
}

.content-products .products-content p {
	text-align: center;
	margin: 0 100px 40px 100px;
	font-size:18px;
}

.content-products .products-content .product p {
	font-size: 13px;}

.content-products .products-content .content {
	background: #eee;
	padding: 0;
}

.content-products .products-content .content .product {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.content-products .products-content .content .product {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.content-products .products-content .content .product img {
	width: 100%;
}

.content-products .products-content .content .product h1 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 10px;
}

.content-products .products-content .content .product p {
	text-align: center;
	margin: 0 0 10px;
}

.content-products .products-content .content .product ul {
	margin: 0 auto 12px;
	padding: 0;
	width: 80%;
}

@media screen and (max-width: 768px) {
	.content-products .products-content h1 {
		font-size: 36px;
	}
	.content-products .products-content p {
		margin: 0 20px 40px 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 568px) {
	.content-products .products-content .content .product .product-image {
		width: 80%;
		margin: 0 auto;
		float: none;
	}
	.content-products .products-content .content .product .product-info {
		width: 100%;
		float: none;
		margin: 0;
	}
}

/* holiday blogs */
.content-articles {
	padding: 50px 20px 50px 20px;
}

.content-articles .articles-header h1 {
	text-align: center;
	font-size: 50px;
}

.content-articles .articles-header p {
	text-align: center;
	margin: 0 100px 40px 100px;
	font-size: 18px;
}

.content-mood .mood-tab .articles .entry-meta .updated,
.content-mood .mood-tab .articles .entry-meta .byline,
.content-articles .articles-content .articles-mason .articles .entry-meta .updated,
.content-articles .articles-content .articles-mason .articles .entry-meta .byline {
	display: none;
}

.content-mood .mood-tab .articles .entry-meta .posted-on a,
.content-articles .articles-content .articles-mason .articles .entry-meta .posted-on a {
	text-transform: uppercase;
	color: #F84E0B;
}

.posted-on a:hover {
	text-decoration:underline;
}

.content-mood .mood-tab .articles .entry-title,
.content-articles .articles-content .articles-mason .articles .entry-title {
	margin: 10px 0 10px;
	font-size:17px;
}

.content-mood .mood-tab .articles p,
.content-articles .articles-content .articles-mason .articles p {
	text-align: left;
	margin: 0;
	font-size: 16px;
}

.content-articles .articles-content .widget {
	padding: 20px;
	background: #fff;
	text-align:center;
}

/*.widget-latest-news {
	text-align:center;
}*/

.content-articles .articles-content .widget .widget-content h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	margin: 0;
	font-weight: 700;
}

.content-articles .articles-content .widget .widget-content .entry-summary {
	margin: 10px 0;
}

.content-articles .articles-content .widget-archive {
	text-align:left;
}

.content-articles .articles-content .widget-archive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-articles .articles-content .widget-archive a:hover {
	text-decoration: underline;
	color: #F84E0B;
}

/* holiday blogs - single */
.content-articles-single .articles-single-header {
	position: relative;
	height: 380px;
}

.content-articles-single .articles-single-header h1 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content-articles-single .articles-single-content {
	padding: 0 20px 50px;
}

.content-articles-single .articles-single-content .content img {
	display: block;
	margin: 0 auto 25px;
}

.content-articles-single .articles-single-content .content ul {
	padding: 0;
}

.content-articles-single .articles-single-content .content a {
	color: #F84E0B;
}

.content-articles-single .articles-single-content .content a:hover {
	text-decoration: underline;
}

.content-articles-single .articles-single-content .content .post-navigation a {
	color:#fff;
}

.entry-meta {
	color: #F84E0B
}

/* news */
.content-news {
	padding: 50px 20px 50px 20px;
}

.content-news .news-header h1 {
	text-align: center;
	font-size: 50px;
}

.content-news .news-header p {
	text-align: center;
	margin: 0 100px 40px 100px;
	font-size: 18px;
}

.content-news .news-content .news-mason .news .entry-meta {
	text-transform: uppercase;
	color: #F84E0B;
}

.content-news .news-content .news-mason .news .entry-title {
	font-size: 15px;
	line-height: 1.4;
	margin: 10px 0;
}

.content-news .news-content .widget,
.content-news-single .news-single-content .widget {
	padding: 20px;
	background: #fff;
}

.widget .widget-content h3
{
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	margin: 0;
	font-weight: 700;
	color:#666;
	font-size:15px;
}

.content-news .news-content .widget .widget-content .entry-summary,
.content-news-single .news-single-content .widget .widget-content .entry-summary {
	margin: 10px 0;
}

.content-news .news-content .widget-archive ul,
.content-news-single .news-single-content .widget-archive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-news .news-content .widget-archive a:hover,
.content-news-single .news-single-content .widget-archive a:hover {
	text-decoration: underline;
	color: #F84E0B;
}

.search .masonry-container {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.content-news .news-header h1 {
		font-size: 36px;
	}
	.content-news .news-header p {
		margin: 0 20px 40px 20px;
		font-size: 16px;
	}
}

/* news - single */
.content-news-single .news-single-header,
.content-news-single .blog-single-header {
	position: relative;
	height: 380px;
}

.content-news-single .blog-single-header {
	margin-bottom: 50px;
}

.content-news-single .news-single-header h1,
.content-news-single .blog-single-header h1 {
	color: #fff;
	font-size: 60px;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
}

.content-news-single .news-single-content {
	padding: 0 20px 50px;
}

.content-news-single .news-single-content .entry-meta {
	text-transform: uppercase;
	color: #F84E0B;
	padding: 0 0 10px;
}

.content-news-single .news-single-content .content img {
	display: block;
	margin: 0 auto 15px;
}

.content-news-single .news-single-content .content ul {
	padding: 0;
}

.content-news-single .news-single-content .content a {
	color: #F84E0B;
}

.content-news-single .news-single-content .content a:hover {
	text-decoration: underline;
}

.content-news-single .news-single-content .content .post-navigation a {
	color:#fff;
}

.content-news-single .news-single-content .content .post-navigation a:hover {
	text-decoration:none;
}

@media screen and (max-width: 1068px) {
	.content-news-single .news-single-header h1, 
	.content-news-single .blog-single-header h1 {
		font-size: 44px;
	}
}
@media screen and (max-width: 768px) {
	.content-news-single .news-single-header h1, 
	.content-news-single .blog-single-header h1 {
		font-size: 36px;
	}
/*	.content-news-single .news-single-content .unleash-banner a.unleash-tab:last-of-type {
		margin: 0 0 50px;
	}*/
	.content-news-single .news-single-content .large-col .content {
		padding: 20px;
	}
	.content-news-single .news-single-content .large-col .content ul {
		margin: 0 0 20px 20px;
		padding: 0;
	}
}


/* destinations - list */

.content-destinations-single .resort {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
} 

.content-destinations-single .entry-image {
    float: left;
    width: 30%;
}

.content-destinations-single  .resorts-details {
    float: left;
    width: 67%;
    margin-left: 3%;
}

@media screen and (max-width: 768px) {
	.content-destinations-single .entry-image {
    width: 100%;
}

.content-destinations-single  .resorts-details {
    width: 67%;
}
	
.content-destinations-single .entry-title { margin-top:20px}

.content-destinations-single  .resorts-details {
    width: 93%;
}
	
}

/* destinations - single */
.content-destinations-single{
	padding: 50px 20px 50px 20px;
}

.content-destinations-single .destinations-single-header h1 {
	text-align: center;
	font-size: 50px;
}

.content-destinations-single .destinations-single-header p {
	text-align: center;
	margin: 0 100px 40px 100px;
	font-size: 20px;
}

.content-destinations-single .destinations-content-single .widget {
	padding: 20px;
	background: #fff;
}

.content-destinations-single .destinations-content-single .widget .widget-content h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	margin: 0;
	font-weight: 700;
}

.content-destinations-single .destinations-content-single .widget .widget-content .entry-summary {
	margin: 10px 0;
}

.content-destinations-single .destinations-content-single .widget-archive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-destinations-single .destinations-content-single .widget-archive a:hover {
	text-decoration: underline;
	color: #F84E0B;
}

@media screen and (max-width: 768px) {
	.content-destinations-single .destinations-single-header h1 {
		font-size: 36px;
	}

	.content-destinations-single .destinations-single-header p {
		margin: 0 20px 40px 20px;
		font-size: 16px;
	}
}

/* member reviews */
.intro-content {
	font-size: 18px;
	margin: 0 10%;
	padding: 50px 20px;
	text-align: center;
}

.intro-content p { margin-bottom:0} 

.the-review p {
	font-size:16px;
	text-align:center;
}

.the-author {
	text-align:center;
	font-style:italic;
	font-size:16px;
}

.review-block { 
	margin-bottom: 1px;
}

.review-block:last-of-type {
	margin-bottom: 40px;
}

.review-block span {
	color: #f7901e;
	display: block;
	font-size: 60px;
	line-height: 0.5;
	text-align: center;
	width: 100%;
}

.faqs .the-review {
	color: #f7901e;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.faqs .the-author {
	font-style: normal;
}

.faqs .the-author p:last-of-type { margin-bottom:0}

.container.review-block {
	padding:40px;
}

.container.review-block .flexslider {
	background-color: transparent;
	border: medium none;
	margin-bottom:30px;
}

.container.review-block .flexslider .flex-control-paging {
	bottom: -40px;
}

.review-block.vertical-align p {
	color: #fff;
	font-size: 20px;
}

.review-block.vertical-align .the-author {
	color:#FFFFFF;
	font-size:18px;
}

.review-block.vertical-align span { color:#fff}

.bump-down {
	margin-top:60px;
}

.member-buttons { text-align:center}

@media screen and (max-width: 768px) {
	.intro-content {
		margin: 0;
		font-size: 16px;
	}
/*	.mood-slider .title {
		font-size: 36px;
		width: 90%;
		margin: 0 auto;
	}*/
	.review-block {
		padding: 20px;
	}
}

/* default */
.content-default {
	padding: 50px 20px 50px 20px;
}

.content-default .entry-header h1 {
	text-align: center;
	font-size: 50px;
	margin-bottom: 30px;
}

/* about */
.content-about .about-header {
	position: relative;
	height: 380px;
}

.content-about .about-header .background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-about .about-header h1 {
	color: #fff;
	font-size: 72px;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
	max-width: 1000px;
}

.content-about .about-content {
	padding: 50px 20px;
}

.content-about .about-content .content ul {
	padding: 0;
}

.about-blocks .one-fourth:first-of-type {
	margin-left: 0;
}

.about-blocks .one-fourth {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 60px;
	padding: 10px;
	text-align: center;
}

.about-blocks .one-fourth .button {
	display: inline-block;
}

.about-blocks .one-fourth h3 {
	margin: 10px 0;
}

@media screen and (max-width: 1068px) {
	.content-about .about-header h1 {
		font-size: 60px;
	}
}
@media screen and (max-width: 768px) {
	.content-about .about-header h1 {
		font-size: 36px;
	}
	.content-about .about-content .large-col .content,
	.content-about .about-content .content {
		padding: 20px;
	}
	.about-blocks .one-fourth {
		width: 47.5%;
		margin-bottom: 20px;
	}
	.about-blocks .one-fourth:nth-child(2n+1) {
		margin-left: 0;
	}
	.about-blocks .one-fourth:last-of-type {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 468px) {
	.about-blocks .one-fourth {
		width: 100%;
		margin: 0 0 20px;
	}
	.about-blocks .one-fourth:nth-child(2n+1) {
		margin-left:0;
	}
	.about-blocks .one-fourth:last-of-type {
		margin-bottom: 60px;
	}
}

/* contact */
.content-contact .contact-map {
	width: 100%;
	height: 440px;
	display: block;
}

.content-contact .contact-content {
	padding: 50px 20px;
}

.content-contact .contact-content .content h1 {
	font-size: 30px;
}

.content-contact .contact-content .content h2 {
	font-size: 20px;
	margin: 0;
}

.content-contact .contact-content .content p {
	margin: 0 0 20px;
}

.content-contact .contact-content .content a:hover {
	color: #F84E0B;
}

.content-contact .contact-content .content a.directions {
	color: #F84E0B;
	text-decoration: underline;
}

.content-contact .contact-content .content a.directions:hover {
	color: #ccc;
}

.content-contact .contact-content .content .form-row input {
	margin: 0 0 10px;
	border: 2px solid #333;
	border-radius: 4px;
}

.content-contact .contact-content .content .form-row input:focus {
	border: 2px solid #ddd;
}

.content-contact .contact-content .content .form-row textarea {
	border: 2px solid #333;
	border-radius: 4px;
	resize: vertical;
}

.content-contact .contact-content .content .form-row textarea:focus {
	border: 2px solid #ddd;
}

.content-contact .contact-content .content input[type="submit"] {
	    width: auto;
    background: #F84E0B;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    border-radius: 4px;
    margin: 0;
    border: none;
    padding: 10px 20px;
}
.content-contact .contact-content .content input[type="submit"]:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.content-contact .contact-content .content .one-half {
		width: 100%;
		margin: 0;
		float: none;
	}
	.content-contact .contact-content .content .one-half.first {
		margin: 0 0 20px;
	}
}

/* error 404 */
.error-404 {
	padding: 50px 20px 50px 20px;
}

.error-404 h1 {
	text-align: center;
	font-size: 60px;
	margin: 0 0 40px;
}

.error-404-content .content h1 {
	font-size: 28px;
	margin: 0 0 20px;
}

.error-404-content .content h2 {
	font-size: 20px;
	margin: 0 0 10px;
}

.error-404-content .content ul {
	list-style: none;
	padding: 0;
}

.error-404-content .content a {
	color: #F84E0B;
	text-decoration: underline;
}

.error-404-content .content a:hover {
	text-decoration: none;
}





/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	background: #333;
	color: #fff;
	padding: 50px 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #F84E0B;
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer li {
	display: block;
}

.footer-contact-us {
	float: left;
	width: 20%;
	margin-right: 5%;
}

.footer-legals {
	float: left;
	width: 20%;
	margin-right: 5%;
}

.footer-competitions-terms {
	float: left;
	width: 50%;
}

@media screen and (max-width: 600px) {

	.footer-contact-us {
		width: 47.5%;
	}
	
	.footer-legals {
		width: 47.5%;
		margin: 0;
	}
	
	.footer-competitions-terms {
		width: 100%;
		margin-top: 30px;
	}
	
.small-col { text-align:center}

.center-mobile { text-align:center}

}













.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#accordion {
	clear: both;
}

.acc-holder {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
}

.accordion-toggle {
	background-color: #f7901e;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	padding: 13px 5px;
	text-align: center;
	margin:0;
}

#accordion .wpcf7 { margin-top: 10px;}

.accordion-toggle:hover {
	background-color: #FAA93F
}

.accordion-content {display: none; margin:10px 0 0 0}
.accordion-content.default {display: block;}

.member-sidebar-login.sidebar-links ul span {
	background-color: #F84E0B;
	color: #fff;
}

figure { margin:0 !important}

.wp-caption .wp-caption-text {
	font-style: italic;
	margin: 10px 0;
}

.content-contact .contact-map { height:300px;}


.fa-caret-right, .fa-caret-left { line-height:.1}


.resort-info .desktop-only { display:block}	

.membership-single-content .content .button {
	transform: translateX(-50%);
    position: relative;
    left: 50%;
	}

@media screen and (max-width: 1070px) {
.resort-info .desktop-only { display:none}	

.resort-info .mobile-only { display:block; margin-bottom:30px; text-align:center}	
	
	}
	
	
@media screen and (max-width: 720px) {

.member-buttons { text-align:center}
.member-buttons .button { margin: 5px}
.awards-content .two-fifths { width:100%}

.awards-content .three-fifths { width:100%; margin:0}

}



/*CONTACT FORM UPLOADS*/
 
.content-contact .contact-content .content .form-row input.wpcf7-file {
border:none
}
 
.upload1 {
padding:20px 0;
}
 
.upload2 {
padding:0 0 5px;
}
/*CONTACT dropdown*/

.wpcf7-select {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 5px;
    border: solid 2px #000;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #eee;
}
