@charset "utf-8";
/*   
Theme Name: HAWK
Theme URI: 
Description: This....
Author: Craig Sparkes
Author URI:  http://coast.agency
Version: 1.01
*/


/* *********************************************************************************************************************
 * Main container for all
 */

img { max-width: 100%; }

.content img {
	width: 100%;
	height: auto
}
div {
	outline: none
}
a {
	color: #759733;
	text-decoration: underline
}
a img {
	border: 0
}
body {
	CSmin-width: 1000px;
}
a {
	text-decoration: none
}
@font-face {
	font-family: 'futura';
	src: url('fonts/tt0142m_-webfont.woff2') format('woff2'), url('fonts/tt0142m_-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura';
	src: url('fonts/futurah-webfont.woff2') format('woff2'), url('fonts/futurah-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'moon_flower_boldregular';
	src: url('fonts/moon_flower_bold-webfont.eot');
	src: url('fonts/moon_flower_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/moon_flower_bold-webfont.woff2') format('woff2'), url('fonts/moon_flower_bold-webfont.woff') format('woff'), url('fonts/moon_flower_bold-webfont.ttf') format('truetype'), url('fonts/moon_flower_bold-webfont.svg#moon_flower_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'moon_flowerregular';
	src: url('fonts/moon_flower-webfont.eot');
	src: url('fonts/moon_flower-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/moon_flower-webfont.woff2') format('woff2'), url('fonts/moon_flower-webfont.woff') format('woff'), url('fonts/moon_flower-webfont.ttf') format('truetype'), url('fonts/moon_flower-webfont.svg#moon_flowerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}
.onepcssgrid-1200 {
	max-width: 1220px;
}
.onepcssgrid-1000 {
	max-width: 1020px;
}
.onerow {
	clear: both;
	padding: 0 10px;
}
/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}
.col3:nth-child(3n+2) {
	/*clear: both*/
}
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}
.col1 {
	width: 5.5%;
}
.col2 {
	width: 14%;
}
.col3 {
	width: 22.5%;
}
.col4 {
	width: 31%;
}
.col5 {
	width: 39.5%;
}
.col6 {
	width: 48%;
}
.col7 {
	width: 56.5%;
}
.col8 {
	width: 65%;
}
.col9 {
	width: 73.5%;
}
.col10 {
	width: 82%;
}
.col11 {
	width: 90.5%;
}
.col12 {
	width: 99%;
	margin: 0;
}
/* .col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}



*********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
.onepcssgrid-1000 {
	max-width: 1000px;
}
.onepcssgrid-1000 .onerow {
	padding: 0;
}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 850px) {
.onerow {
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	float: none;
	width: 98%;
	margin: 0 auto
}
}
body, html {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 140%;
	font-size: 13px;
}
body {
	background: url(images/body_bg.png) top center #E1E8D3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div {
	position: relative
}
.vpad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
iframe {
	width: 100% !important;
	margin: 0 auto !important
}
.container {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto
}
#header2 {
	width: 100%;
	height: 245px;
	background: url(images/header_bg.png) bottom center no-repeat;
	z-index: 1000
}
#header {
	width: 100%;
	height: 215px;
	background: #fff;
	z-index: 1000
}
#header .container {
	width: 100%;
	padding: 0
}
#header .logo {
	text-align: left;
	width: 260px;
	float: left;
}
#header .logo img {
	width: 222px; /*260*/
	height: auto;
	/*margin-top: -10px;*/
}

#header .tickets img {
	width: 240px;
	height: auto;
	padding-top: 26px;
}
#header .tagline img {
	width: 100%;
	height: auto;
	padding-top: 0px;
	margin: 0 auto;
	display: block;
}
#header div {
	text-align: right; /*center*/
}
#header .menu {
	width: 100%;
	max-width: 1200px;
	text-transform: uppercase;
	display: table;
	font-family: 'moon_flower_boldregular';
	padding: 10px 0 0 0;
	margin: 0 auto;
}
#header .menu ul, #header .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	position: relative
}
#header .menu ul {
	display: table;
width:100%;
}
#header .menu ul li {
	display: table-cell;
	padding-bottom: 18px;
}
#header .menu ul li li {
	padding-bottom: 0
}
#header .menu ul li li {
	display: list-item
}
#header .menu ul li ul ul {
	display: none1
}
#header .menu ul li ul {
	display: none1
}
#header .menu li ul {
	position: absolute;
	left: 0;
	top: 53px;
	text-align: left !important;
	font-size: 4px;
	background: url(images/menu_bg.png) left bottom no-repeat;
	display: table;
	float: left;
}
#header .menu li:nth-child(5) ul, #header .menu li:nth-child(6) ul, #header .menu li:nth-child(7) ul, #header .menu li:nth-child(8) ul, #header .menu li:nth-child(9) ul {
	right: 0;
	left: auto
}
#header .menu li:hover a {
	color: #ff9900 !important
}
#header .menu li:hover li a {
	color: #fff !important
}
#header .menu li li a:hover {
	text-decoration: underline !important
}
#header .menu li {
	border: 0px #000 solid;
	display: table-row
}
#header .menu li ul ul {
	width: auto;
	float: none;
	display: list-item;
	position: relative
}
#header .sub-menu .sub-menu {
	position: relative;
	top: 0 !important
}
#header .menu li li li {
	float: none;
	display: list-item;
}
#header .menu a {
	display: block;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 100%;
	border-right: 1px #ff9900 dotted;
	text-align: center;
	font-size: 34px;
	color: #7f9443;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 15px !important;
	text-decoration: none;
}
#header .menu a.last {
	border-right: 0
}
#header .menu a::first-letter {
	font-size: 53px;
}
.wpcrl-loader img {
	width: auto !important
}
 @media only screen and (max-width : 1100px) {
#header .menu a {
	font-size: 35px
}
}
@media only screen and (max-width : 1000px) {
#header .menu a {
	font-size: 33px
}
}
@media only screen and (max-width : 900px) {
#header .menu a {
	font-size: 31px
}
}
@media only screen and (max-width : 800px) {
#header .menu a {
	font-size: 13px;
}
}
#header .menu a:hover {
	color: #ff9900
}
#header .menu ul li ul a::first-letter {
	font-size: 100%
}
#header .menu ul li ul a {
	display: table-cell;
	vertical-align: top;
	line-height: 110%;
	border-right: 0px #ff9900 dotted;
	text-align: left;
	font-size: 14px !important;
	color: #7f9443;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 0 1%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: nowrap;
}
#header .menu li.menu-item-has-children ul {
	opacity: 0
}
#header .menu li li.menu-item-has-children {
	float: none;
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding: 5px;
	font-size: 25px !important;
	text-align: center;
	text-decoration: none
}
#header .menu li li.menu-item-has-children a {
	font-size: 34px !important;
	letter-spacing: -1px;
	white-space: nowrap;
	font-family: 'moon_flower_boldregular';
}
#header .menu li li.menu-item-has-children li a {
	font-size: 14px !important;
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0
}
#header .menu li li.menu-item-has-children li {
	padding: 5px 0
}
#header .menu ul li ul a {
	color: #FFF;
	text-transform: capitalize;
	font-size: 34px !important;
	letter-spacing: -1px;
	white-space: nowrap;
	font-family: 'moon_flower_boldregular';
	letter-spacing: -1px
}
#header .menu ul li ul {
	padding: 20px 20px 35px 20px;
}
#header .menu ul li ul li {
	padding-right: 20px;
}
#header .menu ul li ul ul {
	padding: 10px 0px 0 0px;
	background: none
}
.homesliderframe {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	max-width: 1650px;
	z-index: 1;
	position: relative;
    /* height: 500px; ADJUST FOR SCREEN SIZE */
	margin-bottom: 50px;
	position: relative;
}
.homesliderframe.page {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	max-width: 1650px;
	z-index: 1;
	position: relative;
	height: 500px; /*ADJUST FOR SCREEN SIZE */
	margin-bottom: 50px;
	position: relative;
}
.disabled .homesliderframe .slider {
 height: 430px;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
 clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}
.homesliderframe .container {
	width: 100%
}
.homesliderframe .container {
	height: 100%;
	position: relative;
	padding-top: 30px;
}
.homesliderframe .homealert {
	position: absolute;
	bottom: -30px;
	left: 0;
	margin: 0;
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	-moz-clip-path: polygon(0% 0, 100% 0%, 99% 99%, 0% 100%);
	-webkit-clip-path: polygon(0% 0, 100% 0%, 99% 99%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0%, 99% 99%, 0% 100%);
	background: #ff9900;
	font-family: 'futura';
	color: #FFF;
	text-align: center;
	letter-spacing: -1px;
}
.homesliderframe .homealert.casual {
	font-family: 'moon_flower_boldregular';
	font-size: 44px;
}
.slidermenu {
	position: absolute;
	right: 0;
	bottom: -30px;
	background: #FFF;
	font-family: 'moon_flower_boldregular';
	z-index: 100 !important;
	-webkit-clip-path: polygon(1% 0, 98% 0, 100% 100%, 0% 100%);
	clip-path: polygon(1% 0, 98% 0, 100% 100%, 0% 100%);
	color: #7f9443;
	font-size: 48px;
	line-height: 40px;
	text-align: center;
	padding-top: 12px;
}
.page .page .slidermenu {
	bottom: 20px;
}
.slidermenu ul {
	width: 94%;
	padding: 6px 0;
	margin: 0 auto
}
.slidermenu ul li {
	list-style: none;
	padding: 0;
	margin: 8px 0
}
.slidermenu ul li a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	font-family: 'futura';
	color: #FFF;
	background: #ff9900;
	-webkit-clip-path: polygon(1% 1%, 98% 0, 100% 100%, 0% 100%);
	clip-path: polygon(1% 1%, 98% 0, 100% 100%, 0% 100%);
	text-indent: 25px;
	text-decoration: none;
	text-align: left
}
.slidermenu ul li:nth-child(1n+1) a {
	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 99%, 1% 100%);
	clip-path: polygon(0 0, 100% 1%, 100% 99%, 1% 100%);
}
.slidermenu ul li:nth-child(2n+1) a {
	-webkit-clip-path: polygon(2% 0, 100% 1%, 99% 100%, 0 100%);
	clip-path: polygon(2% 0, 100% 1%, 99% 100%, 0 100%);
}
.slidermenu ul li:nth-child(3n+1) a {
	-webkit-clip-path: polygon(1% 0, 100% 1%, 100% 98%, 2% 100%);
	clip-path: polygon(1% 0, 100% 1%, 100% 98%, 2% 100%);
}
.home1 {
	background: #FFF;
	-webkit-clip-path: polygon(0 3%, 98% 0, 100% 100%, 2% 100%);
	clip-path: polygon(0 3%, 98% 0, 100% 100%, 2% 100%);
}
.home2 {
	background: #FFF;
	-webkit-clip-path: polygon(0 0%, 100% 2%, 100% 100%, 2% 100%);
	clip-path: polygon(0 3%, 98% 0, 100% 100%, 2% 100%);
}
.home3 {
	background: #FFF;
	-webkit-clip-path: polygon(0 3%, 98% 0, 100% 100%, 2% 100%);
	clip-path: polygon(0 3%, 98% 0, 100% 100%, 2% 100%);
}
.home1 .inner, .home2 .inner, .home3 .inner {
	padding: 10px 20px
}
.home1 .image, .home2 .image, .home3 .image {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.home1 .image img {
	-webkit-clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
	clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
}
.home2 .image img {
	-webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
	clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
}
.home3 .image img {
	-webkit-clip-path: polygon(0 4%, 100% 0, 99% 100%, 0 99%);
	clip-path: polygon(0 4%, 100% 0, 99% 100%, 0 99%);
}
.home1 .image img, .home2 .image img, .home3 .image img {
	width: 100%;
	height: auto
}
.home1 .title, .home2 .title, .home3 .title {
	padding: 10px 0 0 0;
	font-size: 30px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'futura';
}
.home1 .link, .home2 .link, .home3 .link {
	padding: 4px 0 10px 0;
	font-size: 30px;
	line-height: 20px;
	color: #7f9443;
	font-family: 'moon_flower_boldregular';
	text-align: right;
	letter-spacing: -1px;
}
.homecontainer {
	padding-top: 30px;
	background: #E4EBD9;
	width: 100%
}
.homeicons div {
	text-align: center
}
.homeicon {
	height: 144px;
	width: 144px;
	padding: 7px;
	margin: 0 auto;
	border-radius: 50%;
	border: 8px dotted #E4EBD9;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: all 0.2s ease 0s
}
.homeicon:hover {
	border: 8px dotted #ff9900;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.homeicon .inner {
	background: #FFF;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: all 0.2s ease 0s;
	overflow: hidden
}
.homeicon:hover .inner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.homeicon .inner img {
	width: 80%;
	margin: auto;
	margin-top: 10%
}
.homeiconlabel {
	padding: 15px 0 10px 0;
	font-size: 45px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'moon_flower_boldregular';
	letter-spacing: -2px
}
.hometitle {
	position: absolute;
	top: -20px;
	left: 10px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 88%, 0% 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 88%, 0% 100%);
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	padding: 8px 30px 8px 20px;
	z-index: 10;
	background: #ff9900;
	color: #FFF;
	font-family: 'futura';
	font-size: 40px;
}
.hometitle.fun {
	font-family: 'moon_flower_boldregular';
	letter-spacing: -2px;
	font-size: 50px;
}
.newshome {
	-webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 96%);
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 96%);
	background: #FFF;
	width: 100%;
	min-height: 500px;
	z-index: 1
}
.vh100 {
	height: 100%;
}
.vhauto {
	height: auto;
}
.tripadvhome {
	-webkit-clip-path: polygon(0 0, 99% 1%, 100% 100%, 2% 98%);
	clip-path: polygon(0 0, 99% 1%, 100% 100%, 2% 96%);
	background: #7f9443;
	height: 470px;
	padding-top: 10px;
	margin-top: 20px;
	font-family: 'futura';
	text-align: center;
	color: #FFF;
	font-size: 40px;
	line-height: 45px;
}
.tripadvhome div {
	margin-left: auto !important;
	margin-right: auto !important
}
.homealertbox {
	background: #F00;
	color: #FFF;
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 10px;
	-webkit-clip-path: polygon(1% 1%, 100% 0%, 99% 98%, 0% 100%);
	clip-path: polygon(1% 1%, 100% 0%, 99% 98%, 0% 100%);
	min-height: 40px;
	line-height: 40px;
	font-size: 42px;
	letter-spacing: -2px;
	text-indent: 20px;
	background: #ff9900;
	font-family: 'moon_flower_boldregular';
	color: #FFF;
}
.greenbg {
	background: #0C9
}
.homekestralcount {
	background: #F0F;
	height: 400px;
	width: 100%;
	-webkit-clip-path: polygon(98% 0, 100% 97%, 29% 100%, 0 98%, 2% 1%);
	clip-path: polygon(98% 0, 100% 97%, 29% 100%, 0 98%, 2% 1%);
}
.clear {
	clear: both
}
.hawktv img {
	width: 100%;
	height: auto
}
.homeinstagram {
	background: #FFF;
	height: 300px;
	width: 100%;
	text-align: center;
	-webkit-clip-path: polygon(2% 0, 98% 0, 100% 99%, 0 98%);
	clip-path: polygon(2% 0, 98% 0, 100% 99%, 0 98%);
}
.homeinstagram .inner {
	padding: 15px;
}
.photocomp {
	-webkit-clip-path: polygon(2% 0, 98% 0, 100% 99%, 0 98%);
	clip-path: polygon(2% 0, 98% 0, 100% 99%, 0 98%);
	background: #FFF;
}
.ppphotocomp:after {
	padding-bottom: 100%;
	content: "";
	overflow: hidden;
	display: block;
}
.homeawards {
	-webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 98%);
	clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 98%);
	min-height: 190px;
	background: #FFF;
	margin: 40px 0
}
.footer {
	width: 100%;
	background: url(images/footerbg.png) center top no-repeat;
	margin-top: 167px;
	padding-bottom: 45px;
}
.footerbar {
	height: 75px;
	background: #759633;
	color: #FFF;
	line-height: 75px;
}
.content2col {
	width: 45%;
	float: left;
	background: #FFF;
	margin: 0 1.5%
}
/*SLIDER */ 

.slider_fullwidthimage {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	max-width: 1650px;
	z-index: -10;
	position: relative;
	height: 500px; /*ADJUST FOR SCREEN SIZE */
	margin-bottom: 20px;
	position: relative
}
.slider_containerimage {
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -40px;
	z-index: -100
}
.slider_fullwidthimage img, .slider_containerimage img {
	width: 100%;
	height: auto;
}
.header_imagetext {
	width: 96%;
	padding: 2%;
	background: #FFF;
	margin: 40px auto
}
.header_imagetext50 {
	width: 48%;
	margin: 0 1%;
	float: left
}
.header_imagetext50 h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 35px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal;
}

.header_galleryimage {
	/*position: relative !important;
	height: auto !important*/
	height:450px;
}

.header_galleryimage .container {
	padding-top: 60px;
}
.header_galleryimage .container h2 {
	font-size: 55px;
	line-height: 60px;
	color: #FFF;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'futura';
	text-shadow: 2px 2px 4px #000000;
	padding-right: 30px;
}
.header_galleryimage .container .text {
	font-size: 35px;
	color: #ffffff;
	line-height: 45px;
	text-shadow: 2px 2px 4px #000000;
	padding-right: 30px;
}
.header_galleryimage .container .text p {
	padding: 0;
	margin: 0
}
.header_galleryimage .container.left {
	text-align: left !important
}
.header_galleryimage .container.center {
	text-align: center !important
}
.header_galleryimage .container.right {
	text-align: right !important
}


.content_titletext {
	width: 96%;
	padding: 2%;
	background: #FFF;
	margin: 40px auto
}
.content_titletext h2, .content_titletext h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 35px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal
}
.content_titletext h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 26px;
	line-height: 32px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal
}
.content_titletext h4 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	line-height: 32px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal
}
.pagecontent_orangetitle {
	background: #ff9900;
	padding: 10px 20px;
	margin-top: -35px;
	margin-left: -50px;
	float: left;
	-webkit-clip-path: polygon(1% 0, 99% 2%, 100% 95%, 0 100%);
	clip-path: polygon(1% 0, 99% 2%, 100% 95%, 0 100%);
}
.pagecontent_orangetitle h1, .pagecontent_orangetitle h2, .pagecontent_orangetitle h3 {
	color: #FFF;
	padding: 0;
	margin: 0;
}
.itemtitle {
	font-size: 19px;
	font-family: 'futura';
	color: #7f9443;
	line-height: 22px;
}
.sc_imagesidebyside {
	width: 100%;
	position: relative
}
.sc_imagesidebyside .image1 {
	float: left;
	width: 48%;
	height: auto;
	margin-right: 2%;
	-webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 100%);
	clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 100%);
}
.sc_imagesidebyside .image2 {
	float: left;
	width: 48%;
	height: auto;
	margin-left: 2%;
	-webkit-clip-path: polygon(2% 0, 98% 0, 100% 99%, 1% 100%);
	clip-path: polygon(2% 0, 98% 0, 100% 99%, 1% 100%);
}
.colitem img {
	width: 100%;
	height: auto
}
.colitem .inner {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 25px;
}
.itembaselink {
	position: absolute;
	bottom: 0%;
	right: 0%;
	text-align: right;
	line-height: 28px;
}
.itemtitle {
	text-decoration: none;
	padding: 10px 5px 0 5px;
	font-size: 25px;
	line-height: 28px;
}
.itemtext {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.itemtext p {
	padding: 0;
	margin: 0
}
.itembaselink {
	padding: 0 5px;
	font-family: 'moon_flower_boldregular';
	color: #7f9443;
	font-size: 28px;
	letter-spacing: -2px;
}
 @media only screen and (min-width : 851px) {
.pagecontent_3col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_3col .colitem {
	width: 28%;
	padding: 1%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 5%;
	position: relative
}
.pagecontent_3col .colitem:nth-child(3n+3) {
	margin-right: 0;
}
.pagecontent_3col .colitem:nth-child(3n+1) {
	clear: both
}
.pagecontent_3col .colitem:nth-child(3n+1) img {
	-webkit-clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
	clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
}
.pagecontent_3col .colitem:nth-child(3n+2) img {
	-webkit-clip-path: polygon(2% 1%, 98% 4%, 98% 95%, 0 100%);
	clip-path: polygon(2% 1%, 98% 4%, 98% 95%, 0 100%);
}
.pagecontent_3col .colitem:nth-child(3n+3) img {
	-webkit-clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
	clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
}
.pagecontent_2col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_2col .colitem {
	width: 43%;
	padding: 1.5% 2%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 6%;
	position: relative
}
.pagecontent_2col .colitem:nth-child(2n+2) {
	margin-right: 0;
}
.pagecontent_2col .colitem:nth-child(2n+1) {
	clear: both
}
.pagecontent_2col .colitem:nth-child(2n+1) img {
	-webkit-clip-path: polygon(0 0, 98% 2%, 100% 95%, 2% 100%);
	clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
}
.pagecontent_2col .colitem:nth-child(2n+2) img {
	-webkit-clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
	clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
}
.pagecontent_1col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_1col .colitem {
	width: 96%;
	padding: 1.5% 2%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 6%;
	position: relative;
	clear: both
}
.pagecontent_1col .itemtitle {
	float: left;
	width: 60%;
	padding-left: 3%
}
.pagecontent_1col .itemtext {
	float: left;
	width: 60%;
	padding-left: 3%;
	padding-bottom: 40px;
}
.pagecontent_1col .inner {
	padding-bottom: 0;
}
.pagecontent_1col .colitem img {
	width: 30%;
	height: auto;
	float: left
}
.pagecontent_1col .colitem:nth-child(3n+1) img {
	-webkit-clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
	clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
}
.pagecontent_1col .colitem:nth-child(3n+2) img {
	-webkit-clip-path: polygon(2% 1%, 98% 4%, 98% 95%, 0 100%);
	clip-path: polygon(2% 1%, 98% 4%, 98% 95%, 0 100%);
}
.pagecontent_1col .colitem:nth-child(3n+3) img {
	-webkit-clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
	clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
}
}
 @media screen and (max-width: 520px) {
}
.fact1 {
	height: auto;
	display: table
}
.fact1 .image {
	width: 25%;
	display: table-cell
}
.fact1 .image img {
	width: 100%;
	height: auto
}
.funfact1 {
	display: table-cell;
	width: 75%;
	height: 100%;
	vertical-align: middle
}
.factinner1 {
	background: #F69502;
	color: #FFF;
	height: 50px;
	-webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	width: 100%;
	position: relative;
}
.fact {
	width: 90%;
	position: relative;
	margin: 90px 0;
	margin-left: 10%;
	min-height: 150px;
}
.fact img {
	width: 25%;
	height: auto;
	position: absolute;
	left: -10%;
	top: -45px;
	z-index: 10;
}
.funfact {
	width: 75%;
	float: right;
	padding: 25px 0;
	font-size: 15px;
	line-height: 21px;
	padding-right: 30px;
}
.funfact .title {
	font-size: 48px;
	font-family: 'moon_flower_boldregular';
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.factinner {
	color: #FFF;
	min-height: 50px;
	-webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	width: 100%;
	height: 100%;
	position: relative;
	background: url(images/fact_bg.png)#F69502 top right no-repeat
}

/* Wizbit Table styles for GDPR plugin */

table.cookielawinfo-wizbit {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}

table.cookielawinfo-wizbit th, table.cookielawinfo-wizbit td {
  padding: 15px;
  text-align: left;
}

table.cookielawinfo-wizbit th {
	background: #7f9443;
	color: #fff;
}

/**/

table {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 1px solid transparent; /* No more visible border */
	height: 30px;
	transition: all 0.3s; /* Simple transition for hover effect */
}
th {
	background: #DFDFDF; /* Darken header a bit */
	font-weight: bold;
}
td {
	background: #FAFAFA;
	text-align: left;
}
/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
	background: #F1F1F1;
}
/* Cells in odd rows (1,3,5...) are another (excludes header cells) */
tr:nth-child(odd) td {
	background: #FEFEFE;
}
.altvoice {
	background: #759733;
	color: #FFF !important
}
.altvoice h1, .altvoice h2, .altvoice h3, .altvoice a {
	color: #FFF
}
.colitem .inner:hover .hover {
	opacity: 1 !important
}
.colitem p {
	padding: 0 0 11px 0
}
.pageicons div {
	text-align: center
}
.pageicon {
	height: 144px;
	width: 144px;
	padding: 7px;
	margin: 0 auto;
	border-radius: 50%;
	border: 8px dotted #E4EBD9;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: all 0.2s ease 0s
}
.pageicon:hover {
	border: 8px dotted #ff9900;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pageicon .inner {
	background: #FFF;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: all 0.2s ease 0s;
	overflow: hidden
}
.pageicon:hover .inner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pageicon .inner img {
	width: 100%;
	margin: auto;
	margin-top: 0%
}
.pageiconlabel {
	padding: 15px 0 10px 0;
	font-size: 45px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'moon_flower_boldregular';
	letter-spacing: -2px
}
.pageiconsublabel {
	padding: 0px 0 10px 0;
	font-size: 35px;
	line-height: 30px;
	color: #7f9443;
	font-family: 'moon_flower_boldregular';
	letter-spacing: -2px
}
.iconcol {
	width: 25%;
	float: left
}
.popmenu {
	display: none;
}
.mobilemenubtn {
	display: none;
	position: absolute
}
 @media (min-width: 851px) and (max-width: 1100px) {
#header .menu a {
	text-decoration: none;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	padding: 0 0 20px 0;
	margin: 0;
}
#header .menu li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 12px;
	position: relative
}
}
#header .tickets {
	display: inline
}
.close {
	position: relative;
	text-indent: 20px;
	line-height: 55px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	font-size: 25px;
	color: #FFF;
	z-index: 1000000000;
	text-align: right;
}
.popmenu {
	font-family: 'moon_flower_boldregular';
	text-align: center;
	min-height: 100% !important;
	z-index: 100000;
	width: 100%;
	position: fixed;
	background: #7f9443;
	text-align: center !important;
	font-size: 35px;
	line-height: 35px;
	display: none;
	top: 0;
	padding: 0px 0;
	display: none1;
	overflow-y: scroll;
	overflow: scroll
}
.popmenu .inner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}
.popmenu ul, .popmenu .menu-main-menu-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0
}
.popmenu li {
	height: auto !important;
	position: relative;
	vertical-align: middle;
	margin: 0;
	padding: 13px 0;
	font-size: 40px;
	border-bottom: dashed #ff9900 1px;
}
.popmenu li li {
 /*font-family: Arial, Helvetica, sans-serif;*/
	margin: 2px 0;
	padding: 10px 0;
	font-size: 33px;
	line-height: 33px;
	border: 0 !important;
}
.popmenu li li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 2px 0;
}
.popmenu a {
	color: #FFF;
	text-decoration: none;
	text-align: center !important;
	padding: px 0;
}
.popmenu a:hover {
	text-decoration: underline
}
.popmenu ul ul {
	display: none;
	font-size: 10px;
}
.popmenu ul ul ul {
	display: inline !important;
	font-size: 10px;
}
.footer .container, .footermenu {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	padding-top: 30px;
}
.footermenu a {
	color: #FFF !important
}
.footermenu li {
	display: inline-block;
	vertical-align: top;
	font-family: 'moon_flower_boldregular';
	letter-spacing: -2px;
	font-size: 40px;
	line-height: 39px;
	padding-bottom: 10px;
	padding-right: 35px;
}
.footermenu .menu-item-home {
	display: none
}
#header .menu li:nth-child(6) ul  .footermenu ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0
}
.footermenu li {
	display: table-cell
}
.footermenu li li {
	display: list-item;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 20px;
	padding: 0
}
.membersquare {
	-webkit-clip-path: polygon(0 0, 100% 5%, 94% 95%, 8% 100%);
	clip-path: polygon(0 0, 100% 5%, 94% 95%, 8% 100%);
	background: #FFF;
	//width: 200px;
	//height: 190px;
	padding: 20px;
	text-align: center;
	color: #759733
}
.membersquare.left {
	//position: absolute;
	//left: 0;
	//top: -100px;
}
.membersquare.right {
	//position: absolute;
	//right: 0;
	//top: -100px;
}
.membersquare.fr {
	//width: 310px;
  	//height: 100px;
	padding: 20px;
	clip-path: polygon(0 0, 100% 5%, 94% 95%, 8% 100%);
}

/* new member bar */
.member-bar {
	//background: pink;
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
}

.member-bar .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;

	//flex-direction: column;
	//align-items: center;
}

/* social */
.social {
	text-align: center;
	height: 140px;
	width: 100%;
	border-bottom: 5px solid #869B25;
	margin-top: 115px; /*new*/
}
.social a {
	display: inline-block;
	height: 85px;
	width: 90px;
	margin: 0px; /*10px*/
}
.social a.youtube {
	background: url(images/footer_social.png) no-repeat;
	background-position: 0 -85px
}
.social a.twitter {
	background: url(images/footer_social.png) no-repeat;
	background-position: -100px -85px
}
.social a.instagram {
	background: url(images/footer_social.png) no-repeat;
	background-position: -200px -85px
}
.social a.facebook {
	background: url(images/footer_social.png) no-repeat;
	background-position: -300px -85px
}
.social a.tiktok {
	background: url(images/footer_social.png) no-repeat;
	background-position: -400px -85px
}
.social a.linkedin {
	background: url(images/footer_social.png) no-repeat;
	background-position: -500px -85px
}
.social a.youtube:hover {
	background: url(images/footer_social.png) no-repeat;
	background-position: 0 -0
}
.social a.twitter:hover {
	background: url(images/footer_social.png) no-repeat;
	background-position: -100px -0
}
.social a.instagram:hover {
	background: url(images/footer_social.png) no-repeat;
	background-position: -200px -0
}
.social a.facebook:hover {
	background: url(images/footer_social.png) no-repeat;
	background-position: -300px -0
}
.social a.tiktok:hover {
	background: url(images/footer_social.png) no-repeat;
	background-position: -400px -0
}
.social a.linkedin:hover {
	background: url(images/footer_social.png) no-repeat;
	background-position: -500px -0
}
.supportedby {
	padding: 20px 0;
	border-bottom: 5px #FFF solid;
}
.supportedby img {
	width: 100%;
	height: auto
}
div.email {
	padding: 20px 0 0 0;
	border-top: 5px solid #fff;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-family: 'futura', sans-serif;
}
.email span {
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
}
.email input {
	margin-left: 20px;
	display: inline
}
.email input[type=submit] {
	padding: 4px 30px;
	background: #869B25;
	color: #FFF;
	border: 2px solid #FFF;
	text-align: center;
	text-transform: uppercase;
	font-family: 'futura', sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.footermenu li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 10px;
	white-space: normal
}
.footermenu li ul ul {
	padding-left: 10px;
	padding-top: 0
}
.sliderframe .bx-prev, .sliderframe .bx-next {
	display: none !important
}
.sliderframe {
	width: 100%;
	position: relative;
	z-index: 10;
	height: auto;
	margin-top: 0px;
	overflow: hidden
}
.sliderframe img {
	width: 100%;
	height: auto
}
.sliderframe ul, .sliderframe li {
	padding: 0;
	margin: 0
}
.calltocation {
	width: 100%;
	display: table;
	background: #7d943b;
	min-height: 130px;
	margin-bottom: 40px;
}
.calltocation .title {
	display: table-cell;
	line-height: 126px;
	font-size: 36px;
	font-family: 'moon_flower_boldregular';
	color: #7d943b;
	background: top right no-repeat url(images/cta_bg.png);
	white-space: nowrap;
	padding: 0 35px 0 20px;
	vertical-align: top;
}
.calltocation .title a {
	color: #7d943b;
	text-decoration: none;
}
.calltocation .text {
	display: table-cell;
	font-size: 15px;
	line-height: 21px;
	color: #FFF;
	vertical-align: middle;
	padding: 20px;
}
.calltocation.orange {
	background: #F69502
}
.calltocation.orange .title, .calltocation.orange .title a {
	color: #F69502;
	text-decoration: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url('.images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 45%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .4;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -45px;
}
[dir='rtl'] .slick-prev {
	right: -45px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -45px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -45px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
input[type=text], input[type=email], input[type=tel], input[type=password] {
	width: 80%;
	max-width: 300px;
	padding: 0px 12px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin: 4px 0 12px 0;
	box-sizing: border-box;
}
textarea {
	width: 80%;
	max-width: 400px;
	padding: 12px 12px;
	height: 200px;
	line-height: 21px;
	font-size: 14px;
	margin: 4px 0 12px 0;
	box-sizing: border-box;
}
form p {
	font-weight: bold;
}
.wpcf7-list-item {
	font-weight: normal
}
input[type=submit], button {
	padding: 10px 30px;
	background: #F90;
	color: #FFF;
	border: 2px solid #FFF;
	text-align: center;
	text-transform: uppercase;
	font-family: 'futura', sans-serif;
	font-size: 20px;
}
.hidden {
	display: none
}
.homeawards {
	display: table;
	width: 100%
}
.homeawards .text {
	display: table-cell;
	font-size: 15px;
	max-width: 250px;
	vertical-align: middle;
	padding: 20px;
}
.homeawards .text span {
	font-size: 30px;
	color: #7d943b;
	font-family: 'futura';
	line-height: 45px;
}
.homeawards .image {
	display: table-cell;
	vertical-align: middle
}
.homeawards .image img {
	width: 100%;
	height: auto
}
.newsitempad {
	width: 100%;
	height: 50px;
}
.homenewsitem {
	height: 28%;
	display: table;
	width: 98%;
	margin: 0 auto
}
.homenewsitem .image {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px;
}
.homenewsitem .text {
	display: table-cell;
	vertical-align: top;
	border-bottom: #759733 4px dotted;
	padding: 10px;
	position: relative
}
.homenewsitem .title {
	font-size: 20px;
	color: #759733;
	width: 100%;
	font-family: 'futura';
	line-height: 22px;
	padding-bottom: 4px;
}
.homenewsitem img {
	width: 170px;
	height: auto;
		
	/**/
	max-width: 500px;
}
.homenewsitem .readmore {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 22px;
	line-height: 22px;
	font-family: 'moon_flower_boldregular';
}
.tablerow {
	display: table-row
}
.homenewsitem:nth-child(1) .text {
	border-bottom: 0
}
p.price {
	display: none
}


.newsletter-banner-mobile {
		display: none;
	}




/** RESPONSIVE TABLETS ========================================================================== **/

 @media only screen and (max-width : 850px) {
.homesliderframe.page {
	height: 630px !important; /*300*/
}
#header .tickets {
	display: none
}
	 
	 
#header .tagline {
	display: none
}
	 
#header .logo {
	width: 100%
}
#header .menu {
	display: none
}
.mobilemenubtn {
	display: inline;
	position: absolute;
	top: 140px; /*140px*/
	left: 50%; /*left: 50%*/
	margin-left: 0px;
	text-transform: uppercase;
	padding: 0;
}
.mobilemenubtn img {
	width: 45px; /*70px*/
	height: auto
}
.homesliderframe .homealert {
	font-size: 20px;
}
.homesliderframe .homealert.casual {
	font-size: 32px;
}
.slidermenu {
	font-size: 35px;
}
.homesliderframe {
	height: auto
}
.homesliderframe .slider {
	position: relative
}
.homesliderframe .homealert {
	position: relative;
	width: 80%;
	margin: 20px auto;
	height: auto
}
.homesliderframe .slidermenu {
	position: relative;
	width: 80%;
	margin: 20px auto
}
.page .page .slidermenu {
    bottom: -337px;
}
.homesliderframe .container {
	height: auto;
	position: relative
}
.col3 {
	width: 48% !important;
	float: left !important
}
.col3.home2 {
	margin: 0 3% 0 0;
}
.home1, .home2, .home3 {
	margin-top: 30px !important
}
.homealertbox {
	height: auto;
	font-size: 40px;
	text-align: center;
	width: 90%
}
/** PAGES **/ 

/* MARK BISHOP */	 
	 
	 

.header_galleryimage {
	/*position: relative !important;
	height: auto !important*/
	height:450px;
}

	 
	 
.content_titletext {
	margin-top: 40px; /*70px*/
}
.header_galleryimage:after {
	padding-bottom: 0%;
	content: "";
	overflow: hidden;
	display: block;
}

	 
.pagecontent_orangetitle {
	margin-left: 0
}
.pagecontent_3col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_3col .colitem {
	width: 43%;
	padding: 1.5% 2%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 6%;
	position: relative
}
.pagecontent_3col .colitem:nth-child(2n+2) {
	margin-right: 0;
}
.pagecontent_3col .colitem:nth-child(2n+1) {
	clear: both
}
.pagecontent_3col .colitem:nth-child(2n+1) img {
	-webkit-clip-path: polygon(0 0, 98% 2%, 100% 95%, 2% 100%);
	clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
}
.pagecontent_3col .colitem:nth-child(2n+2) img {
	-webkit-clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
	clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
}
.footer .footermenu {
	display: none
}
.pagecontent_2col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_2col .colitem {
	width: 95%;
	padding: 1.5% 2%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 6%;
	position: relative
}
.pagecontent_2col .colitem:nth-child(2n+2) {
	margin-right: 0;
}
.pagecontent_2col .colitem:nth-child(2n+1) {
	clear: both
}
.pagecontent_2col .colitem:nth-child(2n+1) img {
	-webkit-clip-path: polygon(0 0, 98% 2%, 100% 95%, 2% 100%);
	clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
}
.pagecontent_2col .colitem:nth-child(2n+2) img {
	-webkit-clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
	clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
}
.pagecontent_1col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_1col .colitem {
	width: 95%;
	padding: 1.5% 2%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 6%;
	position: relative
}
.pagecontent_1col .colitem:nth-child(2n+2) {
	margin-right: 0;
}
.pagecontent_1col .colitem:nth-child(2n+1) {
	clear: both
}
.pagecontent_1col .colitem:nth-child(2n+1) img {
	-webkit-clip-path: polygon(0 0, 98% 2%, 100% 95%, 2% 100%);
	clip-path: polygon(0 0, 96% 4%, 100% 95%, 4% 100%);
}
.pagecontent_1col .colitem:nth-child(2n+2) img {
	-webkit-clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
	clip-path: polygon(2% 5%, 98% 0, 100% 96%, 0 100%);
}
.fact {
	width: 100%;
	position: relative;
	margin: 140px 0 50px 0;
	margin-left: 0%;
	min-height: 150px;
}
.fact img {
	width: 140px;
	height: 140px;
	;
	height: auto;
	position: absolute;
	left: 35%;
	top: -140px;
	z-index: 10;
}
.funfact {
	width: 80%;
	float: none;
	padding: 50px 25px;
	font-size: 15px;
	line-height: 21px;
	padding-right: 30px;
}
.funfact .title {
	font-size: 48px;
	font-family: 'moon_flower_boldregular';
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.factinner {
	color: #FFF;
	min-height: 50px;
	-webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	width: 100%;
	height: 100%;
	position: relative;
	background: url(images/fact_bg.png)#F69502 top right no-repeat
}
.calltocation .title, .calltocation .text {
	display: table-row
}
.container {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto
}
.footermenu {
	display: none
}
.social {
	text-align: center;
	min-height: 140px;
	width: 100%;
	border-bottom: 5px solid #869B25;
	padding-top: 150px;
}
.header_galleryimage:after {
	padding-bottom: 0%;
	content: "";
	overflow: hidden;
	display: block;
}
.header_galleryimage .container {
	top: 00px !important;
	left: 20px !important
}
.header_galleryimage .container h2 {
	font-size: 22px;
	line-height: 23px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.header_galleryimage .container .text {
	font-size: 18px;
	line-height: 20px
}
}

/* ====================================================================================================================================== */

 @media only screen and (max-width : 1000px) {
.membersquare {
	-webkit-clip-path: polygon(0 0, 100% 5%, 94% 95%, 8% 100%);
	clip-path: polygon(0 0, 100% 5%, 94% 95%, 8% 100%);
	background: #FFF;
	//width: 200px;
	//height: 190px;
	padding: 20px;
	text-align: center;
	color: #759733
}
.membersquare.left {
	position: relative;
	left: auto;
	top: -0;
	margin: 20px auto
}
.membersquare.right {
	position: relative;
	right: auto;
	top: 0;
	margin: 20px auto
}
.social {
	text-align: center;
	min-height: 90px;
	width: 100%;
	border-bottom: 5px solid #869B25;
	padding-top: 15px;
	position: relative
}
.social a {
	float: none;
}
.email {
	text-align: center
}
.email input {
	clear: both;
	display: block;
	margin: 15px auto
}
}

 
 




/** RESPONIVE MOBILES ============================================================================================================================ **/

 @media only screen and (max-width : 550px) {
.social a {
	display: inline-block;
	height: 85px;
	width: 90px;
	margin: 10px;
}
.social {
	height: auto
}
.supportedby {
	border-bottom: 0px #FFF solid;
}
.homenewsitem .image {
	display: table;
	padding-top: 20px;
}
.homenewsitem .text {
	display: table;
	padding-bottom: 50px;
}
.homenewsitem img {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block
}
.newsitempadbase {
	height: 40px;
}
.col3 {
	width: 98% !important;
	margin: 20px auto;
	float: none !important
}
.pagecontent_1col, .pagecontent_2col, .pagecontent_3col {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.pagecontent_1col .colitem, .pagecontent_2col .colitem, .pagecontent_3col .colitem {
	width: 95%;
	padding: 1.5% 2%;
	float: left;
	background: #FFF;
	margin: 0 0 40px 0;
	margin-right: 6%;
	position: relative
}
.supportedby {
	padding-bottom: 0
}
.readmore {
	position: relative;
	text-align: center;
	right: auto
}
.header_galleryimage {
	height: 200px /*400px*/
}
.sliderframe {
	margin-top: -20px
}
}
/** STORE ***/
 
.count {
	display: none
}
.woocommerce-breadcrumb {
	display: none
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 2% 2.992em 0;
	padding: 1.5%;
	position: relative;
	width: 20.5%;
	background: #fff
}
.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
	margin-right: 0
}
.woocommerce ul.products li.product h3 {
	font-size: 25px;
	font-family: 'futura';
	color: #7f9443;
	line-height: 28px;
	font-weight: normal
}
.woocommerce ul.products li.product .price {
	color: #759733;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: 20px;
	;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 46%;
	background: #ffffff;
	padding: 2%;
}
.summary h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 35px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal
}
.product_meta {
	display: none
}
.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: none;
	clear: both;
	display: block;
	margin-top: 15px
}
.woocommerce div.product form.cart div.quantity {
	float: none
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 44%;
	padding: 2%;
	background: #ffffff
}
.woocommerce div.product form.cart table td {
	padding-left: 10px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #759733;
	text-decoration: none;
	background-image: none;
	color: #ffffff
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: #F1F1F1
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #759733;
	color: #fff;
	-webkit-font-smoothing: antialiased
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #060;
	color: #fff
}
.additional_information_tab {
	display: none
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #43C860;
	color: #fff
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: #FFF;
	padding: 2%;
	width: 96%
}
.woocommerce div.product .woocommerce-tabs .panel p, .woocommerce div.product .woocommerce-tabs .panel h1, .woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce div.product .woocommerce-tabs .panel h3, .woocommerce div.product .woocommerce-tabs .panel h4 {
	padding: 0;
	margin: 0
}
.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 80%;
	background: 0 0;
	list-style: none
}
.woocommerce div.product .woocommerce-tabs .panel h2 strong {
	font-weight: normal
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	padding: 10px 0 15px 0;
	font-size: 30px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal !important
}
.woocommerce div.product .woocommerce-tabs .panel p {
	padding: 2px 0 10px 0
}
.woocommerce-loop-product__title {
	font-size: 30px !important;
	line-height: 34px;
	color: #7f9443;
	font-family: 'futura';
	font-weight: normal !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative
}
 @media only screen and (max-width : 700px) {
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 96%;
	padding: 2%;
	background: #ffffff;
	margin: 20px auto
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 96%;
	padding: 2%;
	background: #ffffff;
	margin: 20px auto
}
}
 @media only screen and (max-width : 768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 45%;
}
}
 @media only screen and (max-width : 550px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 98%;
	float: none;
	margin: 20px auto;
}
}
.footer a:hover {
	text-decoration: underline
}
.news60 {
	width: 70%;
	float: left
}
.news30 {
	width: 30%;
	float: left
}
.menu-item-1440 a {
	border: 0 !important
}
.homesliderframe .sliderframe {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1
}
.homealert {
	z-index: 1
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px !important;
	width: 100%;
}
.photocompfooter {
	width: 100%;
	text-align: center;
	font-size: 40px;
	height: 40px;
	padding: 20px 0;
	letter-spacing: -2px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'moon_flower_boldregular';
}
.phototagline {
	float: right;
	font-size: 40px;
	height: 40px;
	letter-spacing: -2px;
	line-height: 34px;
	color: #7f9443;
	font-family: 'moon_flower_boldregular';
	padding: 15px 40px 15px 0
}
.photocomp .image1 {
	-webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 94%);
	clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 94%);
	float: left;
	width: 33%;
	height: auto;
	margin-left: -2%
}
.photocomp .image2 {
	-webkit-clip-path: polygon(0 5%, 96% 0, 99% 96%, 4% 100%);
	width: 33%;
height:auto; clip-path: polygon(0 5%, 96% 0, 99% 96%, 4% 100%);
	float: left;
	margin-left: -2%
}
.photocomp .main {
	-webkit-clip-path: polygon(0 0, 100% 4%, 100% 98%, 0% 100%);
	width: 35%;
height:auto; clip-path: polygon(0 0, 100% 4%, 100% 98%, 0% 100%);
	float: left;
}
.content .alignleft {
	float: left;
	width: 48%;
	height: auto;
	margin-right: 2%;
	-webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 100%);
	clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 100%);
	margin-bottom: 20px;
}
.content .alignright {
	float: left;
	width: 48%;
	height: auto;
	margin-left: 2%;
	-webkit-clip-path: polygon(2% 0, 98% 0, 100% 99%, 1% 100%);
	clip-path: polygon(2% 0, 98% 0, 100% 99%, 1% 100%);
	margin-bottom: 20px;
}
.content p {
	clear: both
}
.acf-field-entry-date-end {
	display: none !important
}
.form-group label {
	width: 140px;
	display: block;
	float: left
}
.wpcrl-required-asterisk {
	float: left
}
select {
	width: 80%;
	max-width: 300px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin: 4px 0 12px 0;
	box-sizing: border-box;
}
small.help-block {
	display: block;
	padding-bottom: 20px;
	color: #f00
}
.alert {
	width: 98%;
	text-align: center;
	padding: 10px 1% 10px 1%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-bottom: 15px;
}
.alert-danger {
	border: 1px solid #F00;
	background: #F66;
	color: #FFF
}
.alert-success {
	border: 1px solid #090;
	background: #7f9443;
	color: #fff
}
#header {
	font-family: 'Arial Narrow', Arial, sans-serif;
}
.topheader {
	height: 152px;
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin: 0 auto
}
#header .tagline {
	float: left;
	padding-left: 0px; /*20px*/
	margin-top: -20px; /*new*/
}
#header .taglinedonate {
	float: left;
	padding-left: 0px; /*20px*/
	margin-top: 57px; /*new*/
}
#header .test {
	float: right;
	padding-left: 0px; /*20px*/
	margin-top: 60px; /*new*/
	width:250px
}
#header .test2 {
	float: right;
	padding-left: 0px; /*20px*/
	margin-top: 60px; /*new*/
	width:210px
}
#header .topheader .buy {
	position: absolute;
	right: 210px;
	bottom: 25px; /*15*/
}
#header .topheader .buy-2 {
	position: absolute;
	right: 0;

	bottom: 25px; /*15*/
}

#header .topheader .buy-3 {
	position: absolute;
	/*position: static;*/
	right: 260px;

	bottom: 25px; /*15*/
}
#header .topheader .buy-4 {
	position: absolute;
	right: 260px;
	bottom: 25px; /*15*/
}

#header .rightbuttons {
	position: absolute;
	top: 15px;
	right: 0;
	height: 21px;
	font-size: 14px;
	line-height: 20px;
}
#header .cart {
	float: right
}
#header .cart a {
	color: #999
}
#header .topheader .search input[type=text] {
	border: 1px solid #d4d4d4;
	padding: 0;
	margin: 0;
	height: 26px;
	line-height: 26px;
	float: left
}
#header .topheader .search input {
	padding: 0;
	margin: 0;
	float: left
}
#header .topheader .search form {
	padding: 0;
	margin: 0
}
#header .topheader .search {
	float: right
}

@media only screen and (max-width : 850px) {
		#header .taglinedonate {
        margin-top: 10px;
		
	}

@media only screen and (max-width : 650px) {
	#header .rightbuttons, .buy, .taglinee {
		display: none
	}
		#header .topheader .buy-3 {
			display:none;
	}
	#header .topheader .buy-2 {
			display:none;
	}
	
	#header .rightbuttons, .buy, .taglinee {
		display: none
	}
}

@media only screen and (max-width : 480px) {
	#header .topheader .buy-3 {
		width: 100%;
		position:static;
	/*position:revert;*/
		float:left;
		/*right: 206px;
		text-align: center !important*/
		display:none;
	}
	
		#header .topheader .buy-2 {
		width: 100%;
			position:static;
			/*position:revert;*/
			float:left;
		text-align: center !important;
			display:none;
	}
	#header .taglinedonate {
        margin-top: 10px;
		text-align: center;
		float:none;
}
	
	
}



@media only screen and (max-width : 350px) {
	#header .buy-4, .taglinee {
		display: none
	}	  
	#header .topheader .logo {
		width: 100%;
		text-align: center !important
			float:none;
	}
	#header .topheader .buy-3 {
	width:80%;
margin-right:2em;
		margin-left:2em;
		right: 206px;
		text-align: center !important;
		display:none;
	}
	#header .topheader .buy-2 {
		width:80%;
margin-right:2em;
		margin-left:2em;
		text-align: center !important;
		display:none;
	}
	#header .taglinedonate {
        margin-top: 10px;
		text-align: center;
}
	
}
}
	 
#breadcrumbs {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	color: #838383;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #838383;
}
#breadcrumbs a {
	color: #838383
}
#breadcrumbs a:hover {
	color: #ff9900
}
.email input {
	width: 22%;
	margin: 0 !important;
	margin-right: 2% !important;
	float: left;
	padding: 0 10px!important;

}
.email input:focus {
	outline-offset: 0px !important;
}
.email input[type=submit], .mc-embedded-subscribe {
	height: 37px;
	line-height: 37px;
}
textarea:focus, input:focus {
	outline: none;
}
 @media only screen and (max-width : 1050px) {
#header .menu a::first-letter {
	font-size: 40px;
}
	 
	 
#header .menu a {
	font-size: 27px;
}
}
 @media only screen and (max-width : 520px) {
.newsitempadbase {
	height: 75px;
}
.homesliderframe .slidermenu {
	margin: 0 auto
}
.homesliderframe .container {
}
.sliderframe {
	margin: 0 !important
}
.header_galleryimage .container {
	padding-top: 10px;
}
.homecontainer {
	padding-top: 0
}
.photocomp {
	padding: 60px 0 30px 0;
}
.phototagline {
	display: none
}
.email input {
	width: 100%;
	float: none;
	text-align: center;
	max-width: 600px;
	margin-bottom: 15px !important
}
.homesliderframe {
	margin-top: 0px;
}
.sliderframe {
	margin-top: 0
}
.bx-wrapper {
	margin: 0 0 10px 0 !important
}
.pagecontent_orangetitle {
	margin-top: 0
}
}


.sliderframe .header_galleryimage {
	overflow: hidden !important;
	max-height: 665px !important;
}


.additional_information_tab {
	display: none !important
}
#message {
	width: 97%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
	border: 2px dashed #FF9901;
	color: #FF9901;
	font-size: 24px;
	font-family: 'futura';
	font-weight: normal;
}
#message p {
	padding: 0;
	margin: 0
}



img.attachment-shop_single.size-shop_single{width: 95% !important;
height: auto !important;
display: block !important;
margin: 10px auto !important;}

.content_titletext .entry > a > img {
    width: 150px !important;
    height: 150px !important;
}

.wpcf7-list-item-label {
	 margin: 0 0 0 0em;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em!important;
	    border: 1px solid #ffffff;
	padding:0em;
}

/* COOKIE NOTICE CSS */

#cn-notice-text {
               font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-weight: 400;
                font-size: 13px;
                color: #ddd;
}

#cookie-notice .button.wp-default {
    line-height: 18px;
    padding: 2px 12px;
    background: #7f9443;
    border-color: #7f9443;
    color: #fff;
    text-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;
}

#cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}


div.inner > div.hover {
	width:100%; 
	height:100%; 
	background:#FFF; 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:100; 
	opacity:0; 
	overflow-y: scroll; 
	overflow-x: hidden;
}


/* ====================================================================================================================================== */

@media (max-width: 640px) {
	
	.mobilemenubtn {
		display: inline;
		position: absolute;
		top: 20px; /*140px*/
		right: 20px; /*left: 50%*/
		margin-left: -35px;
		text-transform: uppercase;
		padding: 0;
	}
	
	#header {
		height: 200px; /* 70px */
	}
	
	#header .topheader .logo {
		/*width: 100%;*/
		text-align: left !important;
		margin-left: 20px;
	}
	
	#header .logo img {
    	width: 140px;
	}
	#header .mobtickets img {
		width: 140px;
	}
	
	
	.fact {
		margin: 100px 0 50px 0;
	}
	
	/* find us map */
	
	/*.content_titletext {
		margin-top: 0px;
	}*/
	
	.fact img {
		width: 120px;
		/*height: 140px;*/
		left: 10px;
		top: -75px;
	}
	
	/**/

	.social {
		//text-align: center;
		//height: 140px;
		//width: 100%;
		//border-bottom: 5px solid #869B25;
		margin-top: 25px; /*new*/
	}
	
	.social a {
		display: inline-block;
		height: 45px;
		width: 47px;
		margin: 0px;
	}
	.social a.youtube {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: 0 -45px
	}
	.social a.twitter {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -54px -45px
	}
	.social a.instagram {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -107px -45px
	}
	.social a.facebook {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -159px -45px
	}


	.social a.tiktok {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -212px -45px
	}
	.social a.linkedin {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -265px -45px
	}



	.social a.youtube:hover {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: 0 -0
	}
	.social a.twitter:hover {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -53px -0
	}
	.social a.instagram:hover {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -106px -0
	}
	.social a.facebook:hover {
		background: url(images/footer_social_mobile.png) no-repeat;
		background-position: -158px -0
	}
	
	/**/

	/* new member bar */
	.member-bar {
		position: relative;
		top: 0px;
	}

	.member-bar .inner {
		display: flex;
		//justify-content: space-between;
		//align-items: center;

		flex-direction: column;
		align-items: center;
	}
	
	.membersquare img {
    	width: 80px;
	}

	.membersquare.fr {
		//width: 220px;
		//height: 60px;
	  }

	.membersquare img.fr {
    	width: 180px; /*80px*/
	}
	
	.membersquare {
		//width: 100px;
		//height: 95px;
		margin-bottom: 20px;
	}
	
	/**/
	
	.homeicon {
		height: 100px; /*144*/
		width: 100px; /*144*/
		padding: 0px; /*7px*/
		border: 8px dotted #E4EBD9;
	}
	
	.homeiconlabel {
		padding: 10px 0 0 0;
		font-size: 35px;
		line-height: 14px;
	}
	
	/**/
	
	.homesliderframe .container {
		padding-top: 0px;
	}
	
	
	/**/
	
	.newsletter-banner {
			display: none;
		}
		
		.newsletter-banner-mobile {
			display: block;
		}
	
	/**/
	
	.header_imagetext50 {
		width: 98%;
		margin-bottom: 20px;
	}
	
	/**/
		
	
	.page .page .slidermenu {
		bottom: -370px;
	}
	
	
	/**/
	
	
	.news60 {
		width: 100%;
	}
	
	/**/
	
	
	.slick-next {
		right: 0px;
	}
	
	.slick-prev {
		left: 0px;
		z-index: 999;
	}
	
	/**/
	
	.homeawards {
    	display: block;
	}
	
	.homeawards .text {
		display: block;
	}
	
	
	/**/
	
	.footer {
		margin-top: 50px;
	}
		
	div.inner > div.hover {
		width: auto; 
		height: auto; 
		padding: 0 5px;
		background:#FFF; 
		position: relative; 
		left:0; 
		top:0; 
		z-index:100; 
		opacity: 1; 
		overflow: visible;
	}
}

.media-frame-tab-panel {
	height: 100%;
}

.media-modal button {
	color: inherit;
	text-transform: none;
	font-family: inherit;
}
.meta {
	display:none;
}

