/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2016
*/

/*________ GLOBAL ELEMENTS ________*/




* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, 
*:before, 
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family:'nerisLight', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #000;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%; 
	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}
.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.large {
	max-width: 1240px;
	max-width: 77.5rem;
}
.ie .wrapper {
	width: 1160px;
}

.contentContainer .wrapper .content p.saleText {
	color: #ee7e28;
	font-size: 20px;
	font-size: 1.25rem;
}

/*________ FONTS ________*/

@font-face {
    font-family: 'nerisBlack';
    src: url('frontend/fonts/neris-black.eot');
    src: url('frontend/fonts/neris-black.eot?#iefix') format('embedded-opentype'),
         url('frontend/fonts/neris-black.woff2') format('woff2'),
         url('frontend/fonts/neris-black.woff') format('woff'),
         url('frontend/fonts/neris-black.ttf') format('truetype'),
         url('frontend/fonts/neris-black.svg#nerisblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nerisLight';
    src: url('frontend/fonts/neris-light.eot');
    src: url('frontend/fonts/neris-light.eot?#iefix') format('embedded-opentype'),
         url('frontend/fonts/neris-light.woff2') format('woff2'),
         url('frontend/fonts/neris-light.woff') format('woff'),
         url('frontend/fonts/neris-light.ttf') format('truetype'),
         url('frontend/fonts/neris-light.svg#nerislight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nerisSemi';
    src: url('frontend/fonts/neris-semibold.eot');
    src: url('frontend/fonts/neris-semibold.eot?#iefix') format('embedded-opentype'),
         url('frontend/fonts/neris-semibold.woff2') format('woff2'),
         url('frontend/fonts/neris-semibold.woff') format('woff'),
         url('frontend/fonts/neris-semibold.ttf') format('truetype'),
         url('frontend/fonts/neris-semibold.svg#nerissemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nerisThin';
    src: url('frontend/fonts/neris-thin.eot');
    src: url('frontend/fonts/neris-thin.eot?#iefix') format('embedded-opentype'),
         url('frontend/fonts/neris-thin.woff2') format('woff2'),
         url('frontend/fonts/neris-thin.woff') format('woff'),
         url('frontend/fonts/neris-thin.ttf') format('truetype'),
         url('frontend/fonts/neris-thin.svg#neristhin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*________ HEADER & NAV ________*/

.header {
	position: relative;
	background: url(images/header-background.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 150px;
	min-height: 9.375rem;
	padding: 30px 0;
	padding: 1.875rem 0;
}
.header .wrapper {
	position:relative;
}
.header .logo img {
	display:block;
	margin: 0 auto;
	width: 485px;
	width: 30.3125rem;
	height: 94px;
	height: 5.875rem;
}
.navContainer {
	width: 100%;
	position: relative;
	clear: both;
	z-index: 1500;
	background-color: #006738;
	border-bottom: 5px solid #ee7e28;
	border-bottom: 0.3125rem solid #ee7e28;
}
.navContainer.stuck {
	position: fixed;
	top: 0;
	left: 0;
}
.admin-bar .navContainer.stuck {
	top: 32px;
}
.navContainer .wrapper {
	padding: 0 2px;
	padding: 0 0.125rem;
}
.headerInfo {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 0.625rem;
	padding-left: 70px;
	padding-left: 4.375rem;
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	background: url(images/icons/icon-phone.png) no-repeat 1% 50%;
	background-size:3.25rem 3.25rem;
}
.headerInfo span.number {
	border-top: 1px solid #fff;
	padding-top: 7px;
	padding-top: 0.4375rem;
	font-weight: 200;
}
.headerInfo a {
	color: #fff;
	text-decoration: none;
}
.headerInfo a.button {
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	border-radius: 4px;
	border-radius: 0.25rem;
}
.headerInfo a.button:hover {
    background: #fff;
    color: #ee7e28;
}
.headerInfo span {
	display:block;
	margin: 10px 0;
	margin: 0.625rem 0;
	font-weight: 600;
}
.headerSliderContainer {
	margin-bottom: 90px;
	margin-bottom: 5.625rem;
	overflow: hidden;
	max-height: 540px;
	max-height: 33.75rem;
}
.mainNavToggle {
	display: none;
	border: none;
	float: left;
	background-color: transparent;
	margin: 0 0 0 20px;
	margin: 0 0 0 1.25rem;
	color: #fff;
	text-align: center;
}
.mainNavToggle .icon {
	height: 32px;
	height: 2rem;
	width: 32px;
	width: 2rem;
	position: relative;
	margin: 0 auto 4px;
	margin: 0 auto 0.25rem;
	display: block;
	overflow: hidden;
}
.mainNavToggle .icon .icono {
	color: #fff;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.mainNavToggle .icon .icono-cross {
	-webkit-transform: rotate(45deg) scale(1.3);
	transform: rotate(45deg) scale(1.3);
}
.mainNavToggle .text {
	display: block;
	line-height: 1.25;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
}
/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	font-family: 'nerisSemi', sans-serif;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 20px;
	padding: 0 1.25rem;
	margin: 0;
	line-height: 50px;
	line-height: 3.125rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav ul li a {
    line-height: 27px;
    line-height: 1.6875rem;
    font-weight: 100;
    padding: 10px 16px;
    padding: 0.625rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
	font-family: 'nerisLight', sans-serif;
}
.mainNav .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;
	top: 50%;
	position: absolute;
	margin: -2px 0 0 4px;
	margin: -0.125rem 0 0 0.25rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav .menu-item-has-children.hover > a:after {
	border: none;
}
.mainNav .menu-item-has-children:hover > a:after {
	border-top-color: #fff;
}
.mainNav > li:first-child a {
}
.mainNav > li:last-child a {
}
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
}
/* main level link hover */
.mainNav > li:hover > a,
.mainNav > li.current-menu-item > a,
.mainNav > li.current_page_parent.current_page_ancestor > a {
	background: #ee7e28;
}
/* level 2 list */
.mainNav ul {
	background-color: #ee7e28;
	display: none;
	margin: 0;
	padding: 0;
	width: 240px;
	width: 15rem;
	position: absolute;
	top: 50px;
	top: 3.125rem;
	left: 0;
}
.mainNav > li > ul > li:hover > a,
.mainNav > li > ul > li > ul > li:hover a {
	background: #e06f19;
}
.mainNav ul .menu-item-has-children > a:after {
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	top: 16px;
	top: 1rem;
	right: 8px;
	right: 0.5rem;
}
.mainNavli li ul li a:after {
	content:'';
	border:none;
}
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e06f19;
	border-bottom: 0.0625rem solid #e06f19;
}
/* level 3+ list */
.mainNav ul ul {
	left: 240px;
	left: 15rem;
	top: 0;
}
.mainNav ul .menu-item-has-children > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
	top: 22px;
	top: 1.375rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
}
.mainNav li.columnSubNav ul {
    width: 640px;
    width: 40rem;
}
.mainNav li.columnSubNav ul li {
    width: 50%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
}
.mainNav li.columnSubNav ul li:nth-child(even):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 16px;
    width: 1rem;    
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}
.mainNav li.columnSubNav ul ul {
    display: none;
}
.stickyPhone {
	display: none;
}
.navContainer .weather p {
    font-size: 10px;
    font-size: 0.625rem;
    color: #fff;
    font-weight: 400;
    padding-left: 6px;
    padding-left: 0.375rem;
    display: inline-block;
    font-family: 'nerisLight', sans-serif;
}
.navContainer .weather span {
	color: #fff;
}
.navContainer li.weather {
	position: relative: ;
	padding-right: 62px;
	padding-right: 3.875rem;
	padding-top: 4px;
	padding-top: 0.25rem;
	float: right;
}
.navContainer li.weather i {
	font-size: 27px;
	font-size: 1.6875rem;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-top: -0.4375rem;
	right: 20px;
	right: 1.25rem;
}

/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}
.contentContainer {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.contentContainer .content {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .content {
	width: 71.5%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	font-family: 'nerisBlack', sans-serif;
	position: relative;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.entryTitleAbsolute {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 42px;
	font-size: 2.625rem;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}
.single-tour .entryTitleAbsolute  {
	font-size: 38px;
	font-size: 2.375rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.content table tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tr td {
	border-top: 1px dotted #ccc;
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}


.content h5 {
	padding: 0;
}
.content h5 a,
.sidebar h4 a {
	font-family: 'nerisSemi', sans-serif;
	display: inline-block;
	font-weight: 600;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	color: #333;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
}
.content h5 a:before,
.sidebar h4 a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	margin-top: -0.3125rem;
	background: url(images/icons/icon-arrow-link-orange.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 14px;
	width: 1rem;
	height: 0.875rem;
}
.content h5 a:hover,
.sidebar h4 a:hover {
	color: #ee7e28;
}
.content h5 a:hover:before,
.sidebar h4 a:hover:before {
	left: 10px;
	left: 0.625rem;
}





.content .entryContent {
	overflow: hidden;
	width: 100%;
}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 0;
}
.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow .pageNav a {
	float: left;
	border: 1px solid #222;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.content .navBelow .pageNav a:hover {
	background-color: #fff;
}
.content .navBelow .navNext a {
	float: right;
}

/*________ BREADCRUMBS ________*/

.breadcrumbContainer {
	position: relative;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'nerisLight', sans-serif;
}
.breadcrumbContainer a {
	color: #fff;
	margin-right: 26px;
	margin-right: 1.625rem;
	text-decoration: none;
	position: relative;
}
.breadcrumbContainer a:after {
	content: '';
	position: absolute;
	right: -18px;
	right: -1.125rem;
	top: 50%;
	margin-top: -3px;
	margin-top: -0.1875rem;
	background: url(images/icons/icon-breadcrumb.png) no-repeat;
	width: 6px;
	height: 10px;
	width: 0.375rem;
	height: 0.625rem;
	background-size: 6px 10px;
	background-size: 0.375rem 0.625rem;
}
.breadcrumbContainer .wrapper .breadcrumbAbsolute {
	position: absolute;
	top: -180px;
	top: -11.25rem;
}

/*________ FRONT PAGE ________*/

.home .sliderContainer {
	width: 100%;
	clear: both;
	background-color: #262324;
	position: relative;
}
.home .sliderContainer .slider {
	position: relative;
}
.home .sliderContainer .slider .slide img.slideImage {
	width: 100%;
	height: auto;
	opacity: 0;
}

.home .sliderContainer .slider .slide .bgVideoContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-ms-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
}
.home .sliderContainer .absoluteWrapper {
	z-index: 100;
}
.home .sliderContainer .absoluteWrapper .centerVertical {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.home .sliderContainer .slider button.slick-prev,
.home .sliderContainer .slider button.slick-next {
	width: 48px;
	height: 48px;
	width: 3em;
	height: 3em;
	left: 2%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-top: -1.25rem;
	background-size: contain;
	text-indent: -9999px;
	background: url(images/icons/icon-arrow-slider-back.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	z-index:99;
}
.home .sliderContainer .slider button.slick-next {
	left: auto;
	right: 2%;
	background: url(images/icons/icon-arrow-slider-next.png) no-repeat;
	background-size: 100% 100%;
}
.home .sliderContainer .slider button.slick-prev:hover,
.home .sliderContainer .slider button.slick-next:hover {
	opacity: 0.8;
}
.home .sliderContainer .slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.home .sliderContainer .slider .slick-dots li {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
}
.home .sliderContainer .slider .slick-dots li button {
	width: 8px;
	width: 0.5rem;
	height: 8px;
	height: 0.5rem;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.home .sliderContainer .slider .slick-dots li.slick-active button,
.home .sliderContainer .slider .slick-dots li button:hover {
	background-color: #fff;
}
.home .sliderContainer .slider .slideContent {
	max-width: 640px;
	max-width: 40rem;
	text-align: right;
	margin-right: 128px;
	margin-right: 8rem;
}
.home .sliderContainer .slider .slideContent .button {
	font-family: 'nerisSemi', sans-serif;
	margin-top: 16px;
	margin-top: 1rem;
	display: inline-block;
	text-transform: uppercase;
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
	border-radius: 5px;
	border-radius: 0.3125rem;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	color: #fff;
	text-decoration: none;
}
.home .sliderContainer .slider .slideContent .button:hover {
	background: #ee7e28;
	border: 2px solid #ee7e28;
	border: 0.125rem solid #ee7e28;
}
.home .sliderContainer .slider .slideContent p {
	font-family: 'nerisLight', sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 38px;
	line-height: 2.375rem;
	font-weight:200;
	color: #fff;
}
.home .sliderContainer .slider .slideContent h3 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 46px;
	line-height: 2.875rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	color: #fff;
}

/* NEW SLIDER STYLES END */

/*___________ PROMOS ___________*/

.grid {
	width: 100%;
	margin:0 auto;
	padding-left: 20px;
	padding-left: 1.25rem;
	overflow: hidden;
	word-wrap: break-word;
}
.firstPromo {
	padding: 80px 0;
	padding: 5rem 0;
}
.grid:after,
.grid:after {
	content: "";
	display: table;
	clear: both;
}
.gridFourths {
	width: 25%;
	float: left;
  	min-height: 1px;
	padding-right: 20px;
	padding-right: 1.25rem;
}
.gridThirds {
	width: 33%;
	float: left;
  	min-height: 1px;
	padding-right: 20px;
}
.parallaxPromo {
	min-height: 627px;
	min-height: 39.1875rem;
	background: url(images/parallax-promo-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.firstPromo .grid h3,
.parallaxTestimonials h3,
.page-template-pages-contact .sidebar h2 {
	font-family: 'nerisBlack', sans-serif;
	font-size: 32px;
	font-size: 2rem;
	position: relative;
	margin: 0 0 85px 0;
	margin: 0 0 5.3125rem 0;
}
.page-template-pages-contact .sidebar h2 {
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
}
.feed h3 {
	font-family: 'nerisBlack', sans-serif;
	font-size: 32px;
	font-size: 2rem;
	position: relative;
	margin: 0 0 32px 20px;
	margin: 0 0 2rem 1.25rem;
}
.firstPromo .grid h3:before,
.feed h3:before,
.parallaxTestimonials h3:before,
h2.entryTitle:before,
.page-template-pages-contact .sidebar h2:before {
	position: absolute;
	content: '';
	bottom: -20px;
	bottom: -1.25rem;
	left: 0;
	width: 30px;
	width: 1.875rem;
	height: 4px;
	height: 0.25rem;
	background: #ee7e28;
}
.firstPromo > .wrapper > .grid > a.button,
.feed > .wrapper > .grid > a.button,
.parallaxTestimonials > .wrapper > .grid > a.button {
		display: none;
}
h2.entryTitle {
	padding: 0;
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.firstPromo .grid h4 {
	font-size: 22px;
	font-size: 1.375rem;
	padding: 60px 0 32px 0;
	padding: 3.75rem 0 2rem 0;
}
.firstPromo .grid a.button,
.feed .grid a.button,
.parallaxTestimonials a.button {
	font-family: 'nerisSemi', sans-serif;
	display: inline-block;
	font-weight: 600;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	color: #333;
	text-decoration: none;
	position: relative;
	margin-top: 50px;
	margin-top: 3.125rem;
	font-size: 16px;
	font-size: 1rem;
}
.firstPromo .grid a.button:before,
.feed .grid a.button:before,
.parallaxTestimonials a.button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	margin-top: -0.3125rem;
	background: url(images/icons/icon-arrow-link-orange.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 14px;
	width: 1rem;
	height: 0.875rem;
}
.firstPromo .grid a.button:hover,
.feed .grid a.button:hover,
.parallaxTestimonials a.button:hover {
	color: #ee7e28;
}
.firstPromo .grid a.button:hover:before,
.feed .grid  a.button:hover:before,
.parallaxTestimonials a.button:hover:before {
	left: 10px;
	left: 0.625rem;
}
.firstPromo .grid p,
.parallaxTestimonials p {
	font-family: 'nerisLight', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #333;
}
.firstPromo .grid p span,
.feed p span,
.parallaxTestimonials p span {
	font-family: 'nerisThin', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	color: #333;
}
.parallaxPromo .promoContent p {
	font-family: 'nerisLight', sans-serif;
	color: #333;
	line-height: 24px;
	line-height: 1.5rem;
}
.parallaxPromo .promoContent,.parallaxTestimonials .promoContent {
	text-align: center;
	position: relative;
	background: rgba(255,255,255,0.8);
	padding: 100px 30px 30px 30px;
	padding: 6.25rem 1.875rem 1.875rem 1.875rem;
}
.parallaxPromo .promoContent h3 {
	font-family: 'nerisLight', sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 200;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.parallaxPromo .promoContent img {
	position: absolute;
	top: -75px;
	top: -4.6875rem;
	left: 50%;
	margin-left: -75px;
	margin-left: -4.6875rem;
	width: 151px;
	width: 9.4375rem;
	height: auto;
}
.parallaxPromo .promoContent:hover img {
	top: -90px;
	top: -5.625rem;
	opacity:0.9;
}
.parallaxPromo .grid a.button {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto;
	padding: 13px 30px;
	padding: 0.8125rem 1.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	border-radius: 5px;
	border-radius: 0.3125rem;
	border: 2px solid #ee7e28;
	border: 0.125rem solid #ee7e28;
	color: #ee7e28;
	text-decoration: none;
	margin-top: 26px;
	margin-top: 1.625rem;
	font-family: 'Source Sans Pro', sans-serif;
}
.parallaxPromo .grid a.button:hover {
	border: 2px solid #f7a05f;
	border: 0.125rem solid #f7a05f;
	color: #f7a05f;
}
.parallaxPromo .grid {
	padding-top: 150px;
	padding-top: 9.375rem;
}

.firstPromo .buttonContainer {
	display: flex;
}
.firstPromo .buttonContainer a.button {
	text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    padding: 13px 30px;
    padding: 0.8125rem 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 5px;
    border-radius: 0.3125rem;
    border: 2px solid #ee7e28;
    border: 0.125rem solid #ee7e28;
    color: #ee7e28;
    text-decoration: none;
    margin-top: 26px;
    margin-top: 1.625rem;
    font-family: 'Source Sans Pro', sans-serif;
}
.firstPromo .buttonContainer a.button:hover,
.firstPromo .buttonContainer a.button:focus {
    border: 0.125rem solid #f7a05f;
    color: #f7a05f;
}
/*____________ FEED ____________*/

.feed {
	padding: 80px 0;
	padding: 5rem 0; 
}
.feed p span {
	display: block;
	margin: 70px 0 40px 0;
	margin: 4.375rem 0 2.5rem 0; 
}
.feed p {
	font-family: 'nerisLight', sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.feed .feedPost {
	position: relative;
}
.feed .feedPost h4.feedHeading {
	font-family: 'nerisBlack', sans-serif;
    line-height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    padding: 20px;
    padding: 1.25rem;
    opacity:1;
    min-height: 140px;
    min-height: 8.75rem;
    background: #164449;
}
.feedPost:hover img {
	opacity:0.7;
	transition: 0.1s ease-in-out all;
}
.feed .feedPost img {
	width: 100%;
	height: auto;
}
a.feedButton {
	font-family: 'nerisSemi', sans-serif;
	line-height: 50px;
	line-height: 3.125rem;
	height: 3.125rem;
	background: #ee7e28;
	color: #fff;
	display: block;
	width: 100%;
	position: relative;
	padding: 0 32px 0 46px;
	padding: 0 2rem 0 2.875rem;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
}
a.feedButton small {
	font-family: 'nerisLight', sans-serif;
	float: right;
	text-align: right;
}
a.feedButton:before {
	content: '';
	position: absolute;
	background: url(images/icons/icon-arrow-link-white.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 14px;
	width: 1rem;
	height: 0.875rem;
	top: 50%;
	left: 16px;
	left: 1rem;
	margin-top: -6px;
	margin-top: -0.375rem;
}
a.feedButton:hover:before {
	left: 27px;
	left: 1.6875rem;
}

/*________ TESTIMONIALS ________*/

.parallaxTestimonials {
	min-height: 570px;
	min-height: 35.625rem;
	background: url(images/parallax-testimonials-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.parallaxTestimonials .promoContent {
	background: url(images/icons/icon-quote-marks.png) no-repeat 1.25rem 1.25rem rgba(255,255,255,0.4);
	background-size: 54px 45px;
	background-size: 3.375rem 2.8125rem;
	color: #fff;
	margin-top: 64px;
	margin-top: 4rem;
}
.parallaxTestimonials .promoContent p {
	font-family: 'nerisLight', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.parallaxTestimonials .promoContent span {
	font-size: 18px;
	font-size: 1.125rem;
	display: block;
	position: relative;
	padding: 40px 0 10px 40px;
	padding: 2.5rem 0 0.625rem 2.5rem;
	line-height: 0;
	font-family: 'nerisSemi', sans-serif;
}
.parallaxTestimonials .promoContent span:before {
	content: '';
	position: absolute;
	left: 15px;
	left: 0.9375rem;
	top: 40px;
	top: 2.5rem;
	width: 25px;
	width: 1.5625rem;
	height: 2px;
	height: 0.125rem;
	background: #fff;
}
.parallaxTestimonials h3,
.parallaxTestimonials p,
.parallaxTestimonials p span,
.parallaxTestimonials a.button {
	color: #fff;
}
.parallaxTestimonials p span {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	display: block;
}
.parallaxTestimonials .wrapper {
	padding: 80px 20px;
	padding: 5rem 1.25rem;
}

/*________ CONTACT PAGE ________*/

.page-template-pages-contact .type-page {
	float: right;
	width: 43%;
	padding: 0 0 0 120px;
	padding: 0 0 0 7.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.page-template-pages-contact .contactContainer {
	float: left;
	width: 100%;
	padding: 0 40px 0 0;
	padding: 0 2.5rem 0 0;
	overflow: hidden;
}
.page-template-pages-contact .contactContainer fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.page-template-pages-contact .contactContainer fieldset .single {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;

	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	clear: none;
}
.page-template-pages-contact .contactContainer fieldset .single.textarea {
	width: 100%;
}

/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.sidebar .thumbContainer img,.sidebar .section img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.sidebar .thumbContainer {
	position: relative;
}
.sidebar .section.latestPosts .thumbContainer {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.sidebar .thumbContainer:hover img {
	opacity: 0.8;
}
.sidebar .thumbContainer > h6.entryTitle {
	position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    color: #fff;
    z-index: 9;
    background: rgba(0,0,0,0.6);
    text-align: center;
    margin: 0;
    padding: 20px;
    padding: 1.25rem;
}
.sidebar .thumbContainer > h6.entryTitle a {
	color: #fff;
	text-decoration: none;
}
.mainContent .sidebar {
	width: 28.5%;
	padding-left: 40px;
	padding-left: 2.5rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}
.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.sidebar .section h5, 
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;

}
.sidebar .section h5 {
	font-size: 18px;
	font-size: 1.125rem;
}
.sidebar .section h6 {
	font-size: 16px;
	font-size: 1rem;
}
.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 4px;
	padding-left: 0.25rem;
}
.sidebar form.searchform {
	position: relative;
}
.sidebar form.searchform .fieldContainer {
	overflow: hidden;
}
.sidebar form.searchform .fieldContainer label {
	display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
	height: 32px;
	height: 2rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 12px;
	font-size: 0.75rem;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
}
.sidebar form.searchform button[type="submit"] {
	text-indent: -9999px;
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	right: 12px;
	right: 0.75rem;
}
.sidebar form.searchform button[type="submit"] img {
	width: 100%;
	height: auto;
}
.sidebar a.button,.content button {
	font-family: 'nerisSemi', sans-serif;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	display: block;
	text-align: center;
	background: #ee7e28;
	color: #fff;
	text-decoration: none;
	padding: 33px 35px;
	padding: 2.0625rem 2.1875rem;
	border-radius: 5px;
	border-radius: 0.3125rem;
	transition: 0.1s ease-in-out all;
	border: 2px solid #ee7e28;
}
.content button {
	padding: 20px 33px;
	padding: 1.25rem 2.0625rem;
	width: auto;
}
.sidebar a.button:hover,
.content button:hover {
	background: #fff;
	color: #ee7e28;
}
.sidebar-tours a.button {
	margin-top: 70px;
	margin-top: 4.375rem;
}
.sidebar-tours p,
.sidebar-tours h2 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.sidebar-tours strong {
	font-family: 'nerisBlack', sans-serif;
	display: block;
}
.page-template-pages-contact .sidebar p {
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
}

/*________ TOURS ________*/

.readMore {
	font-family: 'nerisSemi', sans-serif;
	display: inline-block;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
	margin: 14px 0;
	margin: 0.875rem 0;
	background: #ee7e28;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	border-radius: 0.3125rem;
	border: 2px solid #ee7e28;
	border: 0.125rem solid #ee7e28;
}
.readMore:hover {
	background: #fff;
	color: #ee7e28;
}
.page-id-211 cite.fn {
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
}
.page-id-211 cite.fn:after {
	content: ':';
	position: absolute;
	right: -6px;
	right: -0.375rem;
}
.page-id-211 span.says {
	text-indent: -99999px;
	position: relative;
	display: inline-block;
}

/*________ FOOTER ________*/

.footerInformation {
	width: 100%;
	min-height: 635px;
	min-height: 39.6875rem;
	background: url(images/footer-information-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.footerInformation a {
	text-decoration: none;
	color: #fff;
}
.footerInformation h3 {
	font-size: 22px;
	font-size: 1.375rem;
	color: #bfbfbf;
	font-family: 'nerisBlack', sans-serif;
}
.footerInformation h4 {
	font-family: 'nerisSemi', sans-serif;	
	font-size: 18px;
	font-size: 1.125rem;
}
.footerInformation h5 {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'nerisSemi', sans-serif;	
	padding: 0 0 5px 0;
	padding: 0 0 0.3125rem 0;
}
.footerInformation p {
	font-family: 'nerisLight', sans-serif;	
}
.footerInformation hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footerInformation .wrapper {
	position: relative;
	background: rgba(22,68,73,0.85);

}
.footerInformation .wrapper .backTop {
	position: absolute;
	bottom: 0;
	right: 137px;
	right: 8.5625rem;
	width: 60px;
	height: 60px;
	width: 3.75rem;
	height: 3.75rem;
	background: url(images/icons/icon-back-top.png) no-repeat 50% 50% #ee7e28;
	background-size: 16px 10px;
	background-size: 1rem 0.625rem;
	border-radius: 5px 5px 0 0;
	border-radius: 0.3125rem 0.3125rem 0 0;
}
.footerInformation .socialContainer {
	border-radius: 5px 5px 0 0;
	background: #ee7e28;
	position: absolute;
	height: 80px;
	height: 5rem;
	top: -80px;
	top: -5rem;
	left: 0;
	right: 0;
}
.footerInformation .content {
	min-height: 560px;
	min-height: 35rem;
	padding: 60px 100px;
	padding: 3.75rem 6.25rem;
	color: #fff;
}
.footerInformation div#CDSWIDSSP {
	width: 100% !important;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.footer {
	overflow: hidden;
	font-family: 'nerisLight', sans-serif;
	width: 100%;
	background: url(images/footer-bg.jpg) no-repeat;
	background-size: 100% 100%;
	clear: both;
	border-width: 8px 0;
	border-width: 0.5rem 0;
	border-style: solid;
	border-color: #ee7e28;
	color: #fff;
	padding: 10px 0;
	padding: 0.625rem 0;
	font-size: 14px;
	font-size: 0.875rem;
}
.footer a {
	color: #fff;
}
.footer .awardLogos ul.awards {
  width: 100%;
  display: table;
  padding: 50px 0 55px 0;
  padding: 3.125rem 0 3.4375rem 0;
  table-layout: fixed;
}
.footer .awardLogos ul.awards li {
  display: table-cell;
  width: auto;
  text-align: center;
}
.footer .awardLogos ul.awards li img {
	width: 141px;
	width: 8.8125rem;
	height:auto;
}
.footerInformation p.date {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}
ul#footerNav a {
	text-decoration: none;
}
ul#footerNav li {
    display: inline-block;
    position:relative;
    padding: 0 10px;
    padding: 0 0.625rem;
}
ul#footerNav li:before {
	content: '|';
	position: absolute;
	right: -1px;
}
ul#footerNav {
    display: block;
    text-align: center;
}
p.copyright {
    display: inline-block;
}
p.copyright a {
	padding-left: 6px;
	padding-left: 0.375rem;
}

/*________ FORMS ________*/
.devsForm textarea#comment,
.devsForm input#author,
.devsForm input#email {
	height: 120px;
	height: 7.5rem;
	width: 100%;
	background: rgba(0,0,0,0.1);
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 16px;
	padding: 1rem;
}
.devsForm input#author,
.devsForm input#email {
	height: auto;
}
.comment-body a {
	text-decoration: none;
}
.comment-body .comment-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}
.comment-body .reply {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder {
	color: #000;
}
form :-moz-placeholder { 
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder {
	color: #000;
}
.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}
form.elab_form input[type="submit"],
form.elab_form button[type="submit"] {
	background: #ee7e28 !important;
	color: #fff;
	padding: 12px 28px !important;
	padding: 0.75rem 1.75rem !important;
	font-family: 'nerisSemi', sans-serif !important;
	text-transform: uppercase;
	border: 2px solid #ee7e28 !important;
	border: 0.125rem solid #ee7e28 !important;
}
form.elab_form input[type="submit"]:hover,
form.elab_form button[type="submit"]:hover {
	background: transparent !important;
	color: #ee7e28;
	transition: 0.1s ease-in-out all;
}
.g-recaptcha {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
	padding: 0;
}


/*_______ ICONS ________*/

.icons {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.icon-boat {
	background: url(images/icons/icon-boat-orange.png) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 17px;
	width: 1.875rem;
	height: 1.0625rem;
	margin-right: 16px;
	margin-right: 1rem;
}
.icon-heart {
	background: url(images/icons/icon-heart-orange.png) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 22px;
	width: 1.5rem;
	height: 1.375rem;
	margin-right: 16px;
	margin-right: 1rem;
}
.icon-ctrl {
	background: url(images/icons/icon-ctrl-orange.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	width: 1.375rem;
	height: 1.375rem;
	margin-right: 16px;
	margin-right: 1rem;
}
.icon-cash {
	background: url(images/icons/icon-cash.png) no-repeat;
	background-size: 100% 100%;
	width: 26px;
	height: 26px;
	width: 1.625rem;
	height: 1.625rem;
	margin-right: 16px;
	margin-right: 1rem;
}

/*________ MISC ________*/

.slick-slide img {
    width: 100%;
}
.mapContainer {
	position: relative;
	width: 100%;
	height: 370px;
	height: 23.125rem;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.hyphenate {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}
.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}
.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.animate,
.animate:hover,
.animate:focus,
.animate:active,
.firstPromo .grid a.button:before,
.feed .grid a.button:before,
a.feedButton:before,
.parallaxTestimonials a.button:before,
.content h5 a:before,
.sidebar h4 a:before {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.animateZoom,
.gallery .gallery-item img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}
ul.socialNav {
	text-align: center;
	width: auto;
	padding-top: 15px;
	padding-top: 0.9375rem;
}
ul.socialNav li {
	list-style: none;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
ul.socialNav li:not(:last-child) {
	padding-right: 10px;
	padding-right: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 172px;
	width: 10.75rem;
	height: 48px;
	height: 3rem;
	position: relative;
	overflow: hidden;
}
ul.socialNav li a span.inner {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li a span.inner.facebook {
	background: url(images/social-icons/icon-facebook.png) no-repeat;
	background-size: 100% 100%;
}
ul.socialNav li a span.inner.tripAdvisor {
	background: url(images/social-icons/icon-trip-advisor.png) no-repeat;
	background-size: 100% 100%;
}
ul.socialNav li a span.inner.email {
	background: url(images/social-icons/icon-email.png) no-repeat;
	background-size: 100% 100%;
}
ul.socialNav li a span.inner img,
ul.socialNav li a span.inner svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}
ul.socialNav li a:hover span.inner,
ul.socialNav li a:focus span.inner,
ul.socialNav li a:active span.inner {
  animation: pulse 0.3s ;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }
  100% {
    -webkit-transform: scale(1);
  	transform: scale(1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }
}

/*________ WP IMAGES ________*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto; 
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*________ RESPONSIVE ________*/

/* 1440px */
@media all and (max-width: 90em) {

	.homeSliderContainer .homeSlider .slideContent {
		top: 17%;
	}

}
/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
	.parallaxTestimonials,
	.parallaxPromo,
	.footerInformation {
		background-size: auto 100%;
	}
}
/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
	.footerInformation .content {
		padding: 60px 20px;
		padding: 3.75rem 1.25rem;
	}

}
/* 940px */
@media (max-width: 58.75em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
	.breadcrumbContainer .wrapper .breadcrumbAbsolute {
		top: -220px;
		top: -13.75rem;
	}
	.navContainer li.weather {
		display:none;
	}
	.home .sliderContainer .slider .slideContent {
		max-width: 100%;
		width: 100%;
		text-align: center;
	    margin: 0 auto;
	}
}
/* 840px */
@media (max-width: 52.5em) {
	.headerInfo {
		display: none;
	}
	.parallaxTestimonials .promoContent {
		margin-top: 0;
	}
	.mainNav li.columnSubNav ul {
	    width: 100%;
	}

	.mainNav li.columnSubNav ul li {
	    width: 100%;
	}
	.home .sliderContainer .slick-initialized .slick-slide {
		min-height: 400px;
	}
	.home .sliderContainer .slider button.slick-prev,
	.home .sliderContainer .slider button.slick-next {
		width: 2em;
		height: 2em;
	}
	.home .sliderContainer .absoluteWrapper .centerVertical {
		padding: 0 3rem;
	}
	ul#footerNav a,
	ul#footerNav li:before {
		line-height: 24px;
		line-height: 1.5rem;
	}
	.firstPromo .grid h3, 
	.parallaxTestimonials h3 {
		margin: 0 0 32px 0;
		margin: 0 0 2rem 0;
	}
	.feed p span,
	.parallaxTestimonials p span {
		margin: 0 0 20px 0;
		margin: 0 0 1.25rem 0;
	}
	.feed h3 {
		margin: 0 0 32px 20px;
		margin: 0 0 2rem 1.25rem;
	}
	.firstPromo .grid a.button, 
	.feed .grid a.button, 
	.parallaxTestimonials a.button {
		margin-top: 20px;
		margin-top: 1.25rem;
	}
	.gridFourths {
		width: 50%;
	}
	.parallaxPromo .gridFourths {
		margin-bottom: 95px;
		margin-bottom: 5.9375rem;
	}
	.firstPromo .grid .gridFourths,
	.feed .grid .gridFourths,
	.parallaxTestimonials .gridFourths {
		width: 33%;
	}
	.grid .gridFourths.gridWhole,
	.grid .gridThirds	 {
		width: 100%;
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}
	.firstPromo .grid .gridWhole a.button,
	.feed .grid .gridWhole a.button,
	.parallaxTestimonials .grid .gridWhole a.button {
		display: none;
	}
	.firstPromo > .wrapper > .grid > a.button,
	.feed > .wrapper > .grid > a.button,
	.parallaxTestimonials > .wrapper > .grid > a.button {
		display: inline-block;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
	.homeSliderContainer .homeSlider .slideContent {
		top: 30%;
		right:0;
		left:0;
		bottom:0;
		padding: 25px;
		padding: 1.5625rem;
		text-align: center;
	}
	.awardLogos { display: none; }
	.homeSliderContainer .homeSlider .slide img {
		width: 200%;
		margin-left: -50%;
	}
	.mainNavToggle {
		display: block;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav a {
		color: #fff;
		border: none !important;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav li {
		width: 100%;
		float: none;
		border: none !important; 
		border-bottom: 1px solid #000 !important;
	}
	.mainNav > li {
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.mainNav li:hover > ul {
		display: none;
	}
	.mainNav li.hover > ul {
		display: block;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		text-align: left !important;
		border: none !important;
	}
	.mainNav .menu-item-has-children > a:after {
		border-color: transparent !important;
		border-top-color: #fff !important;
		left: auto !important;
		right: auto !important;
		top: 50%;
		margin-top: -2px;
		margin-top: -0.125rem;
	}
	.mainNav .menu-item-has-children:hover > a:after {
		border-top-color: #fff !important;
	}
	.mainNav ul li { 
		border: none !important;
		border-top: 1px solid #000 !important;
	}
	.mainNav ul a { 
		padding-left: 32px;
		padding-left: 2rem;
		background-color: transparent;
	}
	.mainNav ul ul a { 
		padding-left: 48px;
		padding-left: 3rem;
	}
}
/* 740px */
@media (max-width: 46.25em) {
	.navContainer {
		padding: 5px;
		padding: 0.3125rem;
	}
	.footer { 
		margin-bottom:40px; 
		margin-bottom:2.5rem;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		padding-top: 3rem;
		padding-top: 48px;
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.headerSliderContainer .headerSlider .slide.slick-slide img {
		width: 200%;
		left: -100%;
	}
}
/* 640px */
@media (max-width: 40em) {
	.homeSliderContainer .homeSlider .slideContent span.button { display: none; }

	.feed .grid .gridFourths,
	.parallaxTestimonials .gridFourths {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}
	.grid .gridFourths,
	.firstPromo .grid .gridFourths, 
	.feed .grid .gridFourths {
		width: 100%;
	}
	.stickyPhone {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 50px;
		height: 3.125rem;
		background: #e06f19;
		border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		line-height: 28px;
		line-height: 1.75rem;
		color: #fff;
	}
	.stickyPhone span {
		display: none;
		text-align:center;
	}
	.stickyPhone span.number {
		display:block;
		position: relative;
		height: 50px;
		height: 3.125rem;
	}
	.stickyPhone a.button {
		display: none;
	}
	.stickyPhone span.number a {
		line-height: 50px;
		line-height: 3.125rem;
	    font-family: 'nerisSemi';
	    font-size: 24px;
	    font-size: 1.5rem;
		color: #fff;
		text-decoration: none;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.page-template-pages-contact .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-contact .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}	
}
/* 540px */
@media (max-width: 33.75em) {
	.homeSliderContainer .homeSlider .slideContent p { display:none; }
	.breadcrumbContainer .wrapper .breadcrumbAbsolute {
		top: -120px;
		top: -7.5rem;
	}
	.headerSliderContainer {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}
	.home .sliderContainer .slick-initialized .slick-slide {
		min-height: 320px;
	}
	.entryTitleAbsolute {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.single-tour .entryTitleAbsolute {
		font-size: 18px;
		font-size: 1.125rem;
	}
	ul.socialNav li a {
		width: 48px;
		width: 3rem;
	}
	ul.socialNav li a span.inner.facebook {
		background: url(images/social-icons/icon-facebook-mobile.png) no-repeat;
		background-size: 100% 100%;
	}
	ul.socialNav li a span.inner.tripAdvisor {
		background: url(images/social-icons/icon-trip-advisor-mobile.png) no-repeat;
		background-size: 100% 100%;
	}
	ul.socialNav li a span.inner.email {
		background: url(images/social-icons/icon-email-mobile.png) no-repeat;
		background-size: 100% 100%;
	}
	.homeSliderContainer .homeSlider .slideContent h3 {
		font-size: 28px;
		font-size: 1.75rem;

	}
	.gridFourths {
		width: 100%;
	}
	.header .logo img {
		width: 100%;
		height: auto;
	}
}
/* 440px */
@media (max-width: 27.5em) {
	.mapContainer {
		height: 400px;
		height: 25rem;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
}
/* 640px */
@media (max-height: 40em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
}

