/*
Theme Name: Fox Guides
Theme URI: http://www.macstudio.co.nz
Description: Fox Guides Theme
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Version: Fox Guides 2.0
Tags: MacStudio Design
*/

html {
	-webkit-font-smoothing: antialiased;
	font-size: 90%
}

@font-face {
    font-family: 'calvino';
    src: url('fonts/calvinohand-webfont.woff2') format('woff2'),
         url('fonts/calvinohand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'egyptian';
    src: url('fonts/aiegyptianconbolsma-webfont.woff2') format('woff2'),
         url('fonts/aiegyptianconbolsma-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	color: #333;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

img {
	max-width:100%;
	height:auto;
}

.ngg-fancybox {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

hr {
	border:0;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	margin:30px 0;
	padding:0;
}

/* LINKS */

a:focus {
	outline: none;
}
a:link {
	color:#a40f29;
	text-decoration: none;
}
a:visited {
	color:#a40f29;
	text-decoration: none;
}
a:hover {
	color:#c1233e;
	text-decoration: none;
}
a:hover img {
	opacity:0.8;
}
a:active {
	color:#a40f29;
	text-decoration: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	display:block;
	font-family: "calvino", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing:-1px;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}

/* FOOTER */

.footer-info a {
	color:#FFF;
}

.footer-info a:hover {
	color:#CCC;
}

#footer-left ul {
	margin: 0px;
	padding: 0px;
}
#footer-left li {
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* STYLES */

.padding {
	padding: 30px;
}
.padding-top-bottom {
	padding: 30px 0;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.background {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.section-home.background {
	z-index: 5;
}

.back {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.not-home-back {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
}
.rslides {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rslides li {
	width: 100%;
	height: 100%;
}
.one, .two, .three, .four, .five {
	background-position: center;
}
.one {
	background-image: url(images/background-1.jpg);
	background-size: cover;
}
.two {
	background-image: url(images/background-2.jpg);
	background-size: cover;
}
.three {
	background-image: url(images/background-3.jpg);
	background-size: cover;
}
.four {
	background-image: url(images/background-4.jpg);
	background-size: cover;
}
.five {
	background-image: url(images/background-5.jpg);
	background-size: cover;
}

.social object, .social img {
	height: auto;
	max-width: 32px;	
}

.mini-container {
	margin: 20px 2%;	
	box-sizing: border-box;
}

.menu a,
.menu a:visited,
.menu a:link,
.menu a:active,
.right-menu a,
.right-menu a:visited,
.right-menu a:link,
.right-menu a:active {
	color: #fff;
	font-size: 0.9em;	
	font-family: 'Roboto Condensed', sans-serif;
}

#nav a:link,
#nav a {
	text-align: center;
	color: #fff;
}

.right-menu {
	background: rgba(0, 125, 196, 0.44);
	float: right;
	padding: 0;
	color: #fff;
	font-size: 1.5em;
	line-height:1;
}
.desktop-menu {
	background: rgba(255, 255, 255, 0.40);
	background: #A60A25;
	display: none;
	position: relative;
}
.mobile-menu {
	background: rgba(255, 255, 255, 0.40);
	background: #A60A25;
}
.right-menu li {
	float: left;
	clear: none;
	margin-right: 20px;
	padding: 0 15px;
}
.right-menu > li {
		padding: 15px 15px;
}
.right-menu li:last-of-type {
	margin-right: 0;	
}
.logo {
	width: 50%;
	margin: 0 auto;
	float: none;
	margin-top: 20px;
}
.social {
	display: inline-block;
	float: right;
	right: 10px;
	position: absolute; 
	top: 50%;
	-webkit-transform: translateY(-50%);
}
.header-page-title,
.page-title {
	position: absolute;
	bottom: 0;
	padding: 20px;
	background: #333E48;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	font-family: "calvino", Helvetica, Arial, sans-serif;

}
.header-page-title {
	position: relative;
	float: left;
	height: 5px;
	padding: 0;
	overflow: hidden;
}

.section-title {
	bottom: 0;
	padding: 0 0 30px;
	background: #A60A25;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;	
	font-family: "calvino", Helvetica, Arial, sans-serif;
}
.home-box-top {
	/*background: rgba(0, 125, 196, 0.4);*/
	padding: 10px;
	color: #fff;
	font-family: "egyptian", Helvetica, Arial, sans-serif;
}
	.home-box-top {
		position: absolute;
		top: 0;
		width: 100%;
		box-sizing: border-box
	}

.home-box-top .title {
	text-transform: uppercase;
}
.home-box-top .tagline {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.home-box-bottom {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	display: none;
	width: 100%;
	box-sizing: border-box;
}
.home-box-bottom {
	background: none;
	text-align: right;
}
.home-box-bottom .more {
	display: inline-block;
	padding: 6px 10px;
	line-height: 1;
	background: #a60A25;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
}
.home-box-top .title {
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1;
}
.image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-find,
#home-boxes {
	background-image: url(images/map-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.footer-find {
	background: #dddddd;
}

.right-header #home-boxes {
	background: none;
}

#home-boxes .mini-container {
	display: inline-block;
	padding: 5%;
	width: 100%;
}
#home-boxes .home-box {
	width: 100%;
	margin-left: 0;
	float: left;
	clear: none;
	box-sizing: border-box
}

.home-box {
	margin: 0px;
	margin-bottom: 0px;
}
.fan .home-box {
	margin-left: 1.6949%;
}
#home-boxes .home-box:nth-child(2n+1) {
	margin-left: 0;
}
.home-box {
	position: relative;
}
.home-box .image {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 50%;	
}
.home-box .image img {
	transition: transform 500ms;
	-webkit-transition: transform 500ms;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	position: absolute;
}
.home-box:hover .image img {	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: transform 500ms;
	-webkit-transition: transform 500ms;
	
}


/* - - - - - T&C TABLE - - - - - */

table {
	font-size:.8em;
}


.hover {
	position: relative;
	cursor: pointer;
}
.hover-inner {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	font-size: 0.7em;
	line-height: 1;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-o-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background: #A60A25;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-family: verdana;
	
	position: relative;
	-webkit-transform:none;
	float: left;
	width: 100%;
	left: auto;
	top: auto;
	box-sizing: border-box;
	margin-top: 5px;
	clear: both;
}
.hover-inner:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #A60A25;
	clear: both;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
	display: none;
}
.inner-top {
	font-weight: 700;
	white-space: nowrap;	
}
.info-wrap img {
	display: none;
}
.tagline {
	font-size: 0.8em;
	line-height: 1.2
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    bottom: 90px;
  }
	40% {
    bottom: 130px;
  }
	60% {
   bottom: 110px;
  }
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    bottom: 90px;
  }
	40% {
    bottom: 130px;
  }
	60% {
   bottom: 110px;
  }
}

.arrow {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
	animation: bounce 2s infinite;
	-webkit-animation-iteration-count: 5; /* Chrome, Safari, Opera */
	animation-iteration-count: 5;
}
	
.home-content-bg {
	background-image: url(images/page-content-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.featured-image {
}
.insta {
	margin-bottom:12px;
}
.footer {
	background-color: #333e48;
	padding: 20px 0;
	color: #fff;
	font-size: 0.9em;
	text-align: center
}

.footer-menu {
	width: 100%;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-menu li {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: auto;
	margin: 0 10px; 
	-webkit-flex: 1 1 auto;
	-webkit-align-items: center;
	flex: 1 1 auto;
	align-items: center;
	margin: 0;
	padding: 10px;
}
.footer-menu li a,
.footer-menu li a:link,
.footer-menu li a:visited, 
.footer-menu li a:active, 
.footer-menu li a,
.footer a,
.footer a:link,
.footer a:visited, 
.footer a:active, 
.footer a {
	color: #fff;
}
.footer-logo {
	display: block;
	width: 90%;
	max-width: none;
	margin: 0 auto;
	position: relative;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rslides .padding {
	position: relative; 
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-text {
	font-size: 5em;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1;
}
.rslides a {
	color: #fff;
}
.banner-button {
	background: #A60A25;
	display: inline-block;
	padding: 10px 15px;
	margin-top: 10px;
	color: #fff;
	line-height: 1;
	font-size: 2em;
}
.sub-menu {
	display: none;
	position: relative ;
	text-align: left;
	left: 0;
	white-space: nowrap;
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.menu {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.menu li {
	padding: 0 10px;
	margin: 0;
	float: left;
	width: 100%;
}
.menu li.bold {
	font-weight: 700;
}
.menu li.bottom-space {
	margin-bottom: 20px;
}
.menu li.button {
	margin: 6px 0;
}
.menu li.button a {
	padding: 5px 10px;
	border-radius: 0;
	line-height: 1px;
	margin-top: 5px;
	text-transform: uppercase;
	background-color: #485356;
	font-family: "egyptian", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
.sub-menu li {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
	padding-bottom: 0;
}
.sub-menu li:last-of-type {
	padding: 10px
}
.menu-item-has-children:hover > .sub-menu {
	display: inline-block;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children .sub-menu {
	background-color: rgb(166, 10, 37);
}
ul.sub-menu {
	display: none;
}
.rslides_tabs {
	position: absolute;
	z-index: 99;
	bottom: 140px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: auto;
}
.rslides_tabs li {
	float: left;
	margin-right: 10px;
	height: 10px;
	width: 10px;
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
}
.rslides_tabs li a {
	display: block;
	text-indent: -900px;
	overflow: hidden;
}
.rslides_tabs li:last-of-type {
	margin-right: 0;
}
.rslides_tabs .rslides_here {
	background: rgba(0, 125, 196, 0.44);
}

.embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dig-deeper {
	bottom: 20px;	
	right: 20px;
	background: #007DC5;
	color: #fff;
	font-size: 1em;
	line-height: 1.4;
	position: relative;
	width: 85%;
	float: right;
	top: 10px;
}
.dig-title {
	margin: 5px;
	height: 7vw;
	position: relative;
}
.dig-title img {
	height: auto;
	margin-left: -33%;
	width: 151%;
	max-width: none;
	margin-top: -35px;
	margin-bottom: -10px;
}
.dig-deeper h2 {
	text-align: center;
	font-weight: 700;
}
.dig-facts {
	padding: 10px;
}
.dig-facts li {
	margin-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.dig-facts li:before {
	content: url(images/list-item-16.png);
	left: -20px;
	top: 0;
	position: absolute;
}
.close-button {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor:pointer;
}
#navigation .close-button {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.section-other  {
	min-height: 500px;
}

.section-other .arrow {
	display: none;
}
.section-other .rslides_tabs {	
	bottom: 20px;
}
.map-left {
	float: left;
	width: 100%;
	clear: both;
}
.map-right {
	float: left;
	width: 100%;
	clear: both;
}
.map-bg {
	background-image: url(images/map-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.section-map {
}
area {
	cursor:pointer;
}
.mobile-only .fade-white,
.map-tool-tip {
	/*display: none;*/
	background: rgba(255, 255, 255, 0.5);
	margin: 3%;
	padding: 3%;
}
.desktop-only .map-tool-tip {
	/*
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 30%;
	*/
}
.mobile-only .fade-white {
	display: block;
}

.map-one {
	display: block;
}
.testimonial {
	margin: 3%;
	padding: 3%;
	background: #A60A25;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	bottom: 0;
}
.footer-menu-wrap .menu ul {
	text-transform: uppercase;	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.footer-menu-wrap .menu ul li {
	display: inline-block;
	width: auto;
	margin: 0 10px; 
	-webkit-flex: 1 1 auto;
	-webkit-align-items: center;
	flex: 1 1 auto;
	align-items: center;
	margin: 0;
	padding: 10px;
}
.single-menu {
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
}
.single-menu li {
	display: inline-block;
	width: auto;
	-webkit-flex: 1 1 auto;
	-webkit-align-items: center;
	flex: 1 1 auto;
	align-items: center;
	margin: 0;
	padding: 8px 13px;
	color: #333E48;
	text-align: center;
	cursor: pointer;
	background: #333E48;
	color: #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.single-menu li.active {
	color: #fff;
	background: #A60A25;
}
.single-menu li:hover {
	color: #fff;
	background: rgba(51,62,72,0.75);
}
.trip-header {
	display: inline-block;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.3;
	padding-top: 10px;
	background: #c7dff2;
	margin-left: 0;
	padding: 10px;
	box-sizing: border-box;
}
.post ul {
	margin: 1em 0;
	padding: 0 0 0 40px;
	list-style: disc;
}
.side-bar {
	background: #eee; padding: 20px; box-sizing: border-box; 
}
iframe {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home-box-top {
	z-index: 99;
}

.menu-wrapper {
	position: absolute;
	width: 100%;
	z-index: 99999999;
}
.background {
	margin-top: 44px;
}
.left-header, 
.right-header {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.right-header {
	width: 100%;
	float: right;
}
.left-header video {
	position: absolute;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
}
.logo-v-header {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	max-width: 200px;
}
.section-home.background .mini-container {
	margin: 20px;	
	margin: 0;
	padding: 0;
}
.scrollmagic-pin-spacer {
	float: left;
}

.grey-bg {
	background-color: #485356;
	color: #fff;	
}
.section-title.white {
	background-color: #fff;	
	color: #A60A25;	
}

.menu-wrapper {
	background-color: #A60A25;
	height: 45px;
}
.nav-wrapper {
	position: absolute;
	width: 100%;
	z-index: 9999999999;
}
#navigation:before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #03afe4;
	position: absolute;
	z-index: 999999;
	top: -8px;
	left: 57px;
	content: '';
}
#navigation {
	display: none;
	padding: 5px;
	background-color: #03afe4;
}
#navigation.open {
	display: inline-block;
}
#navigation .menu {
	display: inline-block;
	margin-bottom: 20px;
}
button.hamburger.hamburger-spin {
	padding: 12px 5px 5px 10px;
}

span.hamburger-label {
	top: -1px;
	position: relative;
	color: #fff;
}
.hamburger-box {
	width: 20px;
	height: 12px;
}
.hamburger-inner:before {
	top: -5px
}
.hamburger-inner:after {
	bottom: -5px
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.box-title {
	position: absolute;
	left: 50%;	
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "egyptian", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 1.5em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.home-box-top {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.image {
	position: relative;
}
#header-content {
	height: 100px;
	z-index: 99;
	position: relative;
}
.mobile-hide {
	display: none;
}

.footer-find .image {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.footer-find .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

span.hamburger-label {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-col {
	width: 100%;
	clear: both;
	margin-left: 0;
}

.menu-item a span {
	font-weight: 700;
}

.menu-title {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	height: 25px;
}
.hamburger {
	padding: 11px 15px;
}

#navigation .close-button {
	position: absolute;
	top: 10px;
    right: -10px;
	font-size: 0.7em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	
	position: relative;
	float: right;
	left: 0;
	top: 5px;	
}
#navigation .close {
	float: left;
}
#navigation .close .circle {
	float: right;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	margin-top: 3px;
	text-align: center;
	line-height: 17px;
}

.footer-nav {
	background-image: url(images/footer-ice.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.footer-address {
	color: #fff;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.footer-title,
.footer-address .large-text {
	font-family: calvino;
	font-size: 1.4em;
	line-height: 1.1;
}
#menu-footer-2,
#menu-footer-menu {
	float: right;
	text-align:right;
}
#menu-footer-menu {
	font-weight: 700;
}
#menu-footer-2 li,
#menu-footer-menu li {
	width: 100%;
}
.footer-info {
	font-family: 'Roboto Condensed';
	font-weight: 700;
}
.footer-logos img {
	float: right;
	max-height: 70px;
	padding:0 5px;
	width: auto;
}
.footer-logos img {
	float: none;
}
.footer-logos,
.footer-social {
	width: 100%;
	text-align:center;
}
.footer-social img {
	max-height: 40px;
}

.footer-content {
	text-align: left;
}

.info-wrap {
	display: none;
}
.home-box-button {
	display: block;
	text-align: right;
	background: none;
	font-weight: 700;
}
.book-now.button,
.social .button {
	width: auto;
	display: inline-block;
	font-family: 'egyptian', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 5px;
	background: #03afe4;
	line-height: 1;
	top: 2px;
	position: relative;
	margin: 0 7px;
}
.home-box-bottom .more {
	border-radius: 0;
	width: auto;
	display: inline-block;
	font-family: 'egyptian', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 10px;
	line-height: 1;
	position: relative;
}
.book-now.button {
	top: auto;
	padding: 6px 10px;
}

.single-menu-wrap {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
	border-bottom: 5px solid #a60a25;
}
.single-menu {
	width: auto;
}
.tab-button.book-now.button {
	margin: 0;
	line-height: 1.5;
	padding: 9px 13px 7px 13px;
	font-weight: 400;
}
.margin-top-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.col-1-offset {
	margin-left: 0;
}
.section-title-inner h1,
.section-title-inner h2 {
	font-size: 1em;
}

.body-wrap {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.gridContainer {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.desktop-content {
	display: none;
}
.mobile-slide {
	position: relative;
	display: inline-block;
	width: 100%;
}

.mobile-rslides {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}

.mobile-rslides li {
	width: 100%;
}
a.mobile-rslides_nav:link,
a.mobile-rslides_nav:visited,
.mobile-rslides_nav {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 0.9;
	font-weight: 700;
	font-size: 2em;
	color: #fff;
	background: #A60A25;
}
.mobile-rslides_nav:hover {
	color: #fff;
}
a.mobile-rslides_nav.next:link,
a.mobile-rslides_nav.next:visited,
.mobile-rslides_nav.next {
	float: right;
}
.mobile-rslides_tabs {
	position: absolute;
	width: auto;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
}
.mobile-rslides_tabs li {
	width: auto;
	float: left;
	margin-right: 10px;
	height: 10px;
	width: 10px;
	background: #fff;
	border: 1px solid #A60A25;
	padding: 0;
	border-radius: 100%;
	overflow: hidden;
	text-indent: 100px
}
.mobile-rslides_tabs li.mobile-rslides_here {
	background: #A60A25;
}
.section-map .testimonial {
	display: none;
}
#navigation .home-button {
	position: absolute;
	cursor: pointer;
	position: absolute;
	top: 20px;
	font-size: 0.7em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	left: 2%;
	top: 10px;
	
}
#navigation .home-button .home {
	float: left;
	clear: none;
	padding-top: 2px;
	color: #fff;
}
#navigation .home-button .home:hover {
	color: #fff;
}
#navigation .home-button .circle {
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
#navigation .home-button,
#navigation .close-button {
	position: relative;
}
#navigation .home-button {
	position: relative;
	float: left;
	left: 0;
	top: 5px;
}

#navigation .button-wrap {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	display: inline-block;
}

.desktop-only {
	display: none;
}
.mobile-only {
	display: block;
}

.faq-title {
	background-color: #A60A25;
	padding: 10px;
	color: #fff;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.faq-content {
	padding: 10px;
	width: 100%;
	transition: 500ms;
	overflow: hidden;
}
.down-icon {
	float: right;
	transition: 500ms;
	width: 20px;
}
.faq-title.open .down-icon {
	transform: rotate(180deg);
}
.title-text {
	float: left;
	font-weight: 700;
	font-size: 1.1em;
}

.footer-left,
.footer-right {
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
	margin-left: 0;
}

#menu-footer-menu,
#menu-footer-2,
#menu-footer-menu li,
#menu-footer-2 li{
	width: 100%;
	text-align: center;
}
input {
	font-family: inherit;
}
.fan.home-boxes-content .home-box:first-of-type {
	margin-left: 0;
}
.home-box {
	overflow: hidden;
	margin-bottom: 10px;
}

.stream-wrap {
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
	height: 605px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.follow-button-wrap {
	overflow: hidden;
	margin-top: 10px;
}

.menu-col .menu {
	overflow: hidden;
	transition: 500ms;
}
.menu-title  {
	cursor: pointer;
}

.dig-title {
	display: none;
}

label {
	width: 100%;
	display: block;
	margin-bottom: 2px;
}
input,
textarea {
	width: 100%;
	padding: 4px;
	border: 1px solid #000;
}
.invalid {
	border: 1px solid #A60A25;
}
input[type='submit'],
submit {
	width: auto;
	display: inline-block;
	font-family: 'egyptian', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 15px;
	background: #03afe4;
	line-height: 1;
	position: relative;
	border: none;
}
.social .wu-wrapper,
.social .wu-wrapper.wu-simple-forecast.wp_wunderground {
	width: auto !important;
	display: inline-block !important;
}

.social .wu-wrapper {
	width: auto !important;
	display: none !important;
	margin-right: 10px;
}

.social .wu-forecast-wrapper,
.social .wu-forecast-wrapper.wu-has-icon {
	width: auto !important;
	float: right !important;
}
.social div.wu-simple-forecast-day {
	margin: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	min-width: 0 !important;
	max-width: none !important;
}
.social div.wu-has-icon .wu-simple-forecast-day {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
}
.social .wu-forecast-body {
	float: left !important;
	font-family: inherit !important;
	color: #fff !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	font-size: 0.8em !important;
	position: relative !important;
	height: 33px !important;
}
.social div.wu-icon {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	margin-right: 5px !important;
	float: left !important;
}
.social .wu-icon img {
	height: 32px !important;
	width: 32px !important;
	max-height: none !important;
}
.wu-copyright {
	display: none !important;
}
.social .wu-day-title {
	font-size: 14px !important;
	color: #fff !important;
	width: auto !important;
	margin: 0 !important;
	left: 58px !important;
	top: 4px !important;
	position: relative !important;
	float: left !important;
}
.social .wu-cond-text {
	float: right  !important;
	width: auto !important;
	margin: 0 !important;
	position: relative !important;
	right: 0 !important;
	left: 0px !important;
	margin-right: 10px !important;
	bottom: 0 !important;
	top: 17px !important;
}
.social .wu-day-title small {
	font-size: 12px !important;
	color: #fff !important;
	margin: -4px !important;
}
.status-date {
	color: #000;
	font-size: 0.8em;
}
.message {
	font-size: 0.9em;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #000;
}

.fan .follow-button {
	width: auto;
	display: inline-block;
	font-family: 'egyptian', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 12px;
	background: #03afe4;
	line-height: 1;
	top: 2px;
	position: relative;
	margin: 0;
}

strong.number {
	width: 22px;
	height: 22px;
	display: block;
	background:#A60A25;
	border-radius: 50%;
	color: #fff;
	float: left;
	margin: 0;
	margin-right: 5px;
	position: relative;
	border: 1px solid #000;
}
strong.number span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
}
.post {
	width: 100%;
}
.scroll-table {
	width: 100%;
	overflow-y: scroll;
}
.scroll-table table {
	width: 100%;
	min-width: 600px;
}

@media only screen and (min-width: 641px) {
	html {
		-webkit-font-smoothing: antialiased;
		font-size: 80%
	}
	.col-3-home-image {
		width: 49.1525%;
		clear: none;
		margin-left: 1.6949%;
	}
	.zeroMargin_tablet {
		margin-left: 0;
	}
	.sub-menu {
		display: none;
		position: absolute;
		text-align: left;
		left: 0;
		white-space: nowrap;
		bottom: 0;
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	.social .wu-wrapper {
		width: auto !important;
		display: inline-block !important;
		margin-right: 10px;
	}	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	html {
		-webkit-font-smoothing: antialiased;
		font-size: 100%
	}
	.logo {
		float: left;
		margin-top: 10px;
		width: 200px;
	}
	.logo-v-header {
		position: relative;
		margin:30px 0 0 30px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top:0;
		left:0;
		width: 200px;
	}	
	.nav-wrapper {
		position: fixed;
	}
	.mini-container {
		margin: 20px 5%;	
	}
	.section-home.background .mini-container {
		margin: 20px;	
	}
	.col-3-home-image {
		width: 23.7288%;
		margin-left: 1.6949%;
		clear: none;
	}
	.zeroMargin_desktop {
		margin-left: 0;
	}
	.desktop-menu {
		display: block;
	}
	.mobile-hide {
		display: block;
	}
	.mobile-menu {
		display: none;
	}
	.footer-find .image {
		padding-bottom: 100%;
		text-align: center;
	}
	
	.social {
		display: inline-block;
		float: right;
		right: 10px;
		position: absolute; 
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -3px;
	}
	.social img {
		max-height: 24px;
	}
	
	#home-boxes .home-box {
		width: calc(33.333333333333% - 5px);
		margin-left: 10px;
		float: left;
		clear: none;
		box-sizing: border-box
	}
	#home-boxes .home-box:nth-child(2n+1) {
		margin-left: 10px;
	}
	#home-boxes .home-box:nth-child(3n+1) {
		margin-left: 0;
	}

	.section-home.background #home-boxes .home-box {
		width: calc(50% - 5px);
		margin-left: 10px;
		float: left;
		clear: none;
		box-sizing: border-box
	}
	.section-home.background #home-boxes .home-box:nth-child(1n+1) {
		margin-left: 10px;
	}
	.section-home.background #home-boxes .home-box:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.home-box-top {
		position: absolute;
		top: 0;
		width: 100%;
		box-sizing: border-box
	}
	.home-box-bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;	
		display: block;
	}
	.hover:hover .hover-inner {
		display:inline-block;
	}
	.info-wrap {
		float: right;
	}
	.hover {
		float: left;	
		margin-left: 10px;
	}
	.hover img {
		max-height: 24px;
	}
	.hover-inner {
		display: inline-block;
		position: absolute;
		top: -22px;
		left: 50%;
		font-size: 0.7em;
		line-height: 1;
		-webkit-transform: translate(-50%, -100%);
		-moz-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		-o-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		background: #A60A25;
		text-transform: uppercase;
		padding: 5px;
		text-align: center;
		color: #fff;
		font-family: verdana;
		width: auto;
		z-index: 99;
	}
	.hover-inner:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 100%;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #A60A25;
		clear: both;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
	}
	.info-wrap .hover:last-of-type .hover-inner {
		right: 0;
		left: auto;
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
	.info-wrap .hover:last-of-type .hover-inner:after {
		right: 0;
		left: auto;
		-webkit-transform: translateX(-0%);
		-moz-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-o-transform: translateX(0);
		transform: translateX(-0%);
	}
	.hover-inner {
		display: none;	
	}
	.info-wrap img {
		display: block;
	}
	.home-box .image {
		padding-bottom: 100%;	
	}
	#navigation {
		padding: 40px 2%;
	}
	.menu-col {
		width: 18.3051%;
		clear: none;
		margin-left: 1.6949%;
	}
	.menu-col.zeroMargin_desktop {
		margin-left: 0;
	}
	.footer-logo {
		margin-top: -10px;
	}
	#menu-footer-2 li,
	#menu-footer-menu li {
		width: auto;
	}
	#menu-footer-2 li:after,
	#menu-footer-menu li:after {
		content: '|';
		position: relative;
		padding: 0 5px;
		margin-left: 10px;
		color: #fff;
	}
	#menu-footer-2 li:last-of-type,
	#menu-footer-menu li:last-of-type {
		padding-right: 0;
	}
	#menu-footer-2 li:last-of-type:after,
	#menu-footer-menu li:last-of-type:after {
		display: none;
	}
	.col-1-offset {
		margin-left: 8.4745%;
	}	
	#navigation .close-button {
		position: absolute;
		right: 2%;
		top: 20px;
	}
	#home-boxes .home-box {
		margin-left: 10px;
	}
		
	#home-boxes .home-box:nth-child(2n+1) {
		margin-left: 0;
	}
	.testimonial {
		position: relative;
		margin: 0;
	}
	#home-boxes .mini-container {
		padding: 10px 10px 0 10px;
		width: 95.4%;
	}
	.desktop-content {
		display: block;
	}
	.mobile-slide {
		display: none;
	}
	.section-map .testimonial {
		display: block;
	}
	#navigation .home-button,
	#navigation .close-button {
		position: absolute;
	}
	#navigation .button-wrap {
		width: 100%;
		float: left;
		margin-bottom: -10px;
		display: inline-block;
		position: static;
	}
	#navigation .close-button {
		position: absolute;
		top: 7px;
		font-size: 0.7em;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		left: auto;
		right: 2%;
	}
	#navigation .home-button {
		position: absolute;
		float: left;
		left: 2%;
		top: 5px;
	}
	.desktop-only {
		display: block;
	}
	.mobile-only {
		display: none;
	}
	.section-map.desktop-only {
		display: none;
	}
	.section-map.mobile-only {
		display: block;
	}

	.menu-wrapper {
		position: fixed;
	}
	.menu-title  {
		cursor: pointer;
		border-bottom: 1px solid #fff;
	}
	.dig-title {
		display: block;
	}

}

@media only screen and (min-width: 900px) {
	
	.mini-container {
		margin: 20px 10%;	
	}
	.section-home.background .mini-container {
		margin: 0;	
	}
	.left-header, 
	.right-header {
		position: relative;
		width: 45%;
		height: 100%;
		z-index: 9;
		float: left;
		overflow: hidden;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.right-header {
		width: 55%;
		float: right;
	}
	.col-1-offset {
		margin-left: 8.4745%;
	}
	#home-boxes .mini-container {
		padding: 10px 10px 0 10px;
		width: 100%;
	}
	.footer-left {
		width: 57.6271%;
		clear: none;
		margin-left: 0;
	}
	.footer-right {
		width: 40.6779%;
		clear: none;
		margin-left: 1.6949%;
	}
	#menu-footer-menu,
	#menu-footer-2,
	#menu-footer-menu li,
	#menu-footer-2 li{
		width: auto;
		text-align: center;
	}	
	.footer-address {
		color: #fff;
		text-align: left;
		margin-bottom: 20px;
	}
	.footer-logos img {
		float: right;
	}
	.footer-logos,
	.footer-social {
		width: auto;
		text-align:center;
	}
	.section-map.desktop-only {
		display: block;
	}
	.section-map.mobile-only {
		display: none;
	}
	.map-left {
		width: 50%;
		clear: none;
	}
	.map-right {
		width: 50%;
		clear: none;
	}


}
