﻿body {
	visibility: hidden;
}
.head {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.top-wrap {
	margin: 0 auto;
	padding: 0 20px;
}
.top {
	color: #FFF;
}
.social {
	width: 100%;
	height: 24px;
	margin: 15px 0 15px 0;
	text-align: right;
	overflow: hidden;
}
.social a img {
	height: 24px;
	margin: 0 15px 0 0;
}
.social a:last-child img {
	margin: 0;
}
.logo-wrap {
	width: 100%;
	display: flex;
	position: absolute;
	top: 0px;
	z-index: 100;
}
.logo {
	width: 50%;
	text-align: center;
	flex: 1;
}
.logo img {
	width: 100%;
	max-width: 110px;
}
.right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.right div {
	font-family: 'sansserifbldflf';
	text-shadow: -3px -3px 0 #3a3a3c, 3px -3px 0 #3a3a3c, -3px 3px 0 #3a3a3c, 3px 3px 0 #3a3a3c;
	font-size: 2.0rem;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
.logos {
	height: 22px;
	font-size: 1.5rem;
	text-align: center;
	display: inline-block;
}
.logos img {
	height: 18px;
	float: left;
	padding: 2px;
}
.mate-wrap {
	width: 54%;
	float: left;
	text-align: right !important;
	margin: 0 2% 0 0;
}
.plus-wrap {
	width: 42%;
	float: right;
	text-align: left !important;
	margin: 0 0 0 2%;
}
.mate {
	height: 20px;
}
.plus {
	height: 20px;
}
.vid-res {
	margin-top: 1.5rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.vid-res iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/* Mosaic Section */
.mosaics {
	visibility: hidden;
}
.moswrap {
	position: relative;
}
.imgoverlay {
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 0px 0.8rem 0.8rem 0.8rem;
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	color: #FFF;
	font-weight: 100;
	white-space: pre-line;
	z-index: 10000;
}
/* Video Section */
video#backgroundvid { 
	width: 100%;
	background: #000;
	position: absolute; 
	right: 0; 
	z-index: -100;
	filter: brightness(50%);
}
/* Slides Section */
.slide-wrap {
	width: 100%;
	height: 100%;
}
.slide {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.slide img {
	width: 100%;
	filter: brightness(60%);
	display: none;
}
.slide img.first {
	display: block;
}
/* Base Section */
.base-wrap {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -2px;
	z-index: 1000;
	visibility: hidden;
}
.base {
	width: 100%;
	background: url('images/bbq.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 auto;
	padding-bottom: 18.6%;
}
.page-base-wrap {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -2px;
	z-index: 1000;
}
.page-base {
	width: 100%;
	background: url('images/bot.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 auto;
	padding-bottom: 6.9%;
}
/* Forms */
.over-wrap {
	position: relative;
	width: 80%;
	height: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.overform-wrap {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 100;
}
.form-btn {
	width: 50px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	right: -50px;
	top: 15px;
	color: #FFF;
	border-radius: 0 10px 10px 0;
	opacity: 1;
	background: rgba(34,34,34,0.8) url('images/btn-out.png') no-repeat;
	background-position: center;
	z-index: 1000;
}
.form-btn-out {
	background: rgba(34,34,34,0.8) url('images/btn-in.png') no-repeat;
	background-position: center;
	border-radius: 10px 0 0 10px;
	left: -50px;
}
.forms {
	max-width: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(34,34,34,0.8);
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	display: none;
}
.forms-wrap {
	padding: 2.0rem;
}
.forms-wrap p {
	color: #FFF;
	text-align: center;
}
.forms-wrap form {
	margin: 0;
}
.forms-wrap h3 {
	color: #FFF;
	margin-bottom: 0;
	text-align: center;
}
.forms-wrap input, .forms-wrap textarea, .forms-wrap select {
	width: 100%;
}
.forms-wrap .button-primary {
	margin: 0;
}
.overform p {
	height: 38px;
	line-height: 38px;
	margin: 0;
}
/* Overlay */
.overlay-wrap {
	position: absolute;
	right: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 150;
}
.over-width {
	width: 80% !important;
}
.overlay {
	width: 98%;
	display: inline-table;
	position: absolute;
	text-align: center;
	display: none;
	z-index: 100;
}
.overlay h1 {
	width: 100%;
	font-family: 'sansserifbldflf';
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 0.6rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-weight: 300;
	display: block;
}
.overlay p {
	width: 100%;
	margin: 0;
	font-size: 2.0rem;
	line-height: 2.2rem;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-weight: 300;
	white-space: pre-line;
	display: block;
}
.overlay button.button-primary {
	font-size: 12px;
	color: #555;
	font-weight: 800;
	background: rgba(255,255,255, 1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), 1px -1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
	border: 0;
	margin-top: 0.8rem;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
}
.overlay button.button-primary:hover {
	background: rgba(255,255,255, 0.5);
	border: 0px;
}
.bottom-left, .middle-left, .top-left {
	bottom: 3%;
	left: 1%;
}
.bottom-centre, .middle-centre, .top-centre {
	margin: auto;
	left: 0;
	bottom: 3%;
	right: 0;
}
.bottom-right, .middle-right, .top-right {
	bottom: 3%;
	right: 1%;
}
/* Slider Buttons */
.sel-wrap {
	width: 100%;
	height: 50px;
	position: absolute;
	margin-top: 20px;
	z-index: 10;
	text-align: center;
}
#sel {
	display: flex;
	justify-content: center;
}
#sel a {
	display: block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ccc;
	float: left;
	margin-left: 5px;
}
#sel a.activeSlide {
	background: #3a3a3c;
}
#prev {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #efefef transparent transparent;
	-webkit-transform: rotate(360deg);
	position: absolute;
	top: 50%;
	left: 10px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
#next {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #efefef;
	-webkit-transform: rotate(360deg);
	position: absolute;
	top: 50%;
	right: 10px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.content {
	margin: 0;
}
/* Standard Page */
.page {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.page img {
	width: 100%;
	min-height: 200px;
	filter: brightness(60%);
	object-fit: cover;
}
.img-text-wrap, .text-img-wrap {
	width: 100%;
	min-height: 300px;
	word-break: break-word;
	display: table;
}
.img-text {
	text-align: center;
}
.img-text img {
	width: 80%;
	max-width: 500px;
}
.img-text, .text-img {
	display: table-cell;
	vertical-align: middle;
}
.cols-txt {
	margin: 1.0rem 0 0 0;
}
.cols-txt p {
	white-space: pre-line;
}
.sect-marg {
	margin: 4.0rem 0 4.0rem 0;
}
.sect-marg-top {
	margin: 4.0rem 0 0 0;
}
.sect-marg-bottom {
	margin: 0 0 4.0rem 0;
}
.cols {
	margin: 4.0rem 0 0 0;
	text-align: center;
	cursor: pointer;
}
.cols:hover 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);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.cols-img {
	height: auto;
    display: inline-block;
    overflow: hidden;
}
.cols-img img {
	width: 95%;
	max-width: 300px;
	vertical-align: top;
}
.img {
	min-height: 100px;
	margin: 2.5rem 0 4.0rem 0;
	text-align: center;
}
.img img {
	width: 100%;
	max-width: 400px;
}
.error {
	width: 290px;
	height: 205px;
	padding: 10px;
	border: 1px #E1E1E1 solid;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -156px;
	margin-top: -113px;
}
.msg {
	width: 290px;
	height: 70px;
	padding: 10px;
	border: 1px #E1E1E1 solid;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -156px;
	margin-top: -46px;
}
/* Cooks */
.cooks {
	text-align: center;
}
.cooks img {
	width: 100%;
	max-width: 280px;
}
.cooks div {
	width: 100%;
}
/* Page Forms */
.pageform {
	margin: 2.0rem 0 0 0;
}
.pageform input, .pageform select, .pageform textarea {
	width: 100%;
}
.presponse {
	height: 38px;
	line-height: 38px;
}
/* Reviews */
.rev-stars {
	width: 100%;
	margin: 0;
}
.rev-date {
	width: 100%;
	margin: 0;
}
/* Gallery */
.gallery {
	min-height: 250px;
	visibility: hidden;
	text-align: left;
}
.gallery a {
	height: 110px;
	display: inline;
}
.gallery-item img, .gallery-item video {
	opacity: 1;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	-ms-transition: margin 0.5s ease-out;
	transition: margin 0.5s ease-out;
}
.gallery-item img:hover, .gallery-item video:hover {
	opacity: 0.5;
}
/* FAQ Accordion */
button.accordion {
	cursor: pointer;
	width: 100%;
	height: auto;
	padding: 12px 30px 12px 12px;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	background-color: #EBE7E7;
	border: 1px #DDD solid;
	font-size: 1.6rem;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: none;
	white-space: pre-wrap;
	font-weight: 500;
}
button.accordion.active, button.accordion:hover {
	background-color: #F9F9F9;
	color: #555;
}
button.accordion:hover {
	border: 1px #DDD solid;
}
button.accordion:focus {
	color: #555;
	border: 1px #DDD solid;
}
button.accordion:after {
	content: '\002B';
	font-size: 2.0em;
	color: #555;
	float: right;
	margin-left: 5px;
}
button.accordion.active:after {
	content: "\2212";
}
div.panel {
	padding: 0 18px;
	background-color: #FFF;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
/* Loader */
.load-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0;
	margin: 0 -5%;
	overflow: hidden;
}
/* Light Colour */
.dot-lite {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FFF;
	color: #FFF;
	box-shadow: 9999px 0 0 -5px #FFF;
	animation: dotLite 1.5s infinite linear;
	animation-delay: .25s;
}
.dot-lite::before, .dot-lite::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FFF;
	color: #FFF;
}
.dot-lite::before {
	box-shadow: 9984px 0 0 -5px #FFF;
	animation: dotLiteBefore 1.5s infinite linear;
	animation-delay: 0s;
}
.dot-lite::after {
	box-shadow: 10014px 0 0 -5px #FFF;
	animation: dotLiteAfter 1.5s infinite linear;
	animation-delay: .5s;
}
@keyframes dotLiteBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #FFF;
  }
  30% {
    box-shadow: 9984px 0 0 2px #FFF;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #FFF;
  }
}
@keyframes dotLite {
  0% {
    box-shadow: 9999px 0 0 -5px #FFF;
  }
  30% {
    box-shadow: 9999px 0 0 2px #FFF;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #FFF;
  }
}
@keyframes dotLiteAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #FFF;
  }
  30% {
    box-shadow: 10014px 0 0 2px #FFF;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #FFF;
  }
}
/* Dark Colour */
.dot-dark {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #3a3a3c;
	color: #3a3a3c;
	box-shadow: 9999px 0 0 -5px #3a3a3c;
	animation: dotDark 1.5s infinite linear;
	animation-delay: .25s;
}
.dot-dark::before, .dot-dark::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #3a3a3c;
	color: #3a3a3c;
}
.dot-dark::before {
	box-shadow: 9984px 0 0 -5px #3a3a3c;
	animation: dotDarkBefore 1.5s infinite linear;
	animation-delay: 0s;
}
.dot-dark::after {
	box-shadow: 10014px 0 0 -5px #3a3a3c;
	animation: dotDarkAfter 1.5s infinite linear;
	animation-delay: .5s;
}
@keyframes dotDarkBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #3a3a3c;
  }
  30% {
    box-shadow: 9984px 0 0 2px #3a3a3c;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #3a3a3c;
  }
}
@keyframes dotDark {
  0% {
    box-shadow: 9999px 0 0 -5px #3a3a3c;
  }
  30% {
    box-shadow: 9999px 0 0 2px #3a3a3c;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #3a3a3c;
  }
}
@keyframes dotDarkAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #3a3a3c;
  }
  30% {
    box-shadow: 10014px 0 0 2px #3a3a3c;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #3a3a3c;
  }
}
/* Facebook Fader */
.posts p {
	word-wrap: break-word;
	margin-bottom: 1.5rem !important;
}
.post-tbar {
	width: 100%;
	margin: 10px auto;
	height: 50px;
}
.post-titles {
	float: left;
	padding-left: 10px;
	line-height: 25px;
	font-size: 1.8rem;
}
.fb-img-wrap {
	text-align: center;
}
.fb-img {
	width: 100%;
	max-width: 300px;
}
#fb-fader {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
#fb-fader ul {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	height: 600px;
	list-style: none;
}
#fb-fader li {
	position: absolute;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 200px;
	cursor: pointer;
	cursor: hand;
}
#fb-fader li p {
	margin: 0;
}
/* Swiper */
.swiper {
	height: 600px;
	margin: 0px !important;
}
.swiper-container {
	margin: 30px auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
	height: 300px;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 80%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23db682a'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23db682a'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: relative;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	top: 0;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #db682a;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #db682a;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}
.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}
/* Footer */
.footer {
	width: 100%;
	min-height: 200px;
	position: relative;
	background-color: #db682a;
	color: #FFF;
	visibility: hidden;
}
/* Foot Top Section */
.foot-top-wrap {
	width: 100%;
	position: relative;
	left: 0px;
	bottom: -2px;
	z-index: 100;
}
.foot-top {
	width: 100%;
	background: url('images/foot.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 auto;
	padding-bottom: 6.9%;
}
.foot {
	padding: 20px 0px 20px 0px;
}
.foot div {
	min-height: 80px;
}
.foot li {
	font-size: 1.6rem;
	list-style: none;
	text-align: center;
}
.foot h5 {
	text-align: center;
}
.foot a {
	color: #FFF;
	text-decoration: none;
}
.foot a:hover {
	color: #ffdf5a;
}
.follow {
	margin: 0 0 1.5rem 0;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
}
.follow img {
	height: 32px;
	margin: 5px 5px 5px 5px;
	vertical-align: middle;
}
.footimg {
	text-align: center;
}
.footimg img {
	width: 90%;
	max-width: 150px;
	margin: 0 0 1.0rem 0;
}
.foot-text {
	width: 98%;
	margin : 0px auto;
	min-height: 20px;
	font-size: 1.3rem;
	text-align: center;
}
.foot-text p {
	margin: 0px;
}
.foot-text a {
	color: #FFF;
	text-decoration: none;
}
.foot-text a:hover {
	color: #ffdf5a;
}