/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/



/*@font-face {
	    font-family: '29BB9B_0_0';
	    src: url('fonts/29BB9B_0_0.eot');
	    src: url('fonts/29BB9B_0_0.eot?iefix') format('eot'),
	         url('fonts/29BB9B_0_0.woff') format('woff'),
	         url('fonts/29BB9B_0_0.ttf') format('truetype'),
	         url('fonts/29BB9B_0_0.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }*/



/* #Site Styles
================================================== */

h1, h2, h3 {
	font-family: GillSans, "Arial Black", sans-serif;
		margin-bottom:15px;
}
h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin-bottom:15px;
}

h1, h2.black-header  {
	text-align:center;
	background-image:none;
	padding:.4em;
	background-color: #333333;
	color: #8bc53f;
	font-size: 2.5em;
	margin: 0 auto;
	line-height: 40px;
	}



h1.home-welcome {
	text-align:center;
	background-image:none;
	padding: 0;
	margin: 12px auto;
	background-color: transparent
	}





h2 {
	font-size: 2em;
	color: #8bc53f

}

h2.account-welcome {
	margin-top:20px;
	margin-bottom:20px;
		font-size: 2.8em;

	}

h3 {
	font-size: 1.5em;
	color: #8bc53f;

}



a, a:visited   {
	text-decoration: none;
	color: #64862d;
	cursor:pointer;
}

p {margin-bottom:15px;}

a:visited.green-btn, a:visited.orange-btn {
	color:#FFF !important;}

.login-btn {
	margin-right:4%;}



body.mce-content-body {
	background-image: none !important;
}

::-webkit-input-placeholder { 
  color: #FFF;
  opacity:1 !important;
}
::-moz-placeholder { 
  color: #FFF;
    opacity:1 !important;
}
:-ms-input-placeholder { 
  color: #FFF;
    opacity:1 !important;
}
:-moz-placeholder { 
  color: #FFF;
    opacity:1 !important;
}



.wrapper {
	width: 100%;
	height: 100%;
}
.page {
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 1em !important;
}
.left-column {
	padding-left: 1em;
}
.right-column {
	padding-right: 1em;
}
.padding {
	padding: 0 10px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}

.align-center {
	margin:0 auto;
	display:block;}

.ball-divider {
	display: block;
	margin: 1em auto;
	background-image: url(../images/ball-divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	clear: both;
}
.line-divider {
	display: block;
	margin: 1em auto;
	border-bottom: 2px solid #8bc53f;
	height: 2px;
	clear: both;
}
.spacer20 {
	display: block;
	margin: 0;
	height: 20px;
	clear: both;
}
.line-divider-orange {
	display: block;
	margin: 1em auto;
	border-bottom: 2px solid #F4801E;
	height: 2px;
	clear: both;
}
.green-btn, input[type=submit].green-btn {
	font-size:1.1em;
	display: inline-block;
	padding: 4px 15px;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background-color : #8bc53f;
	background:#8bc53f;
	font-weight: normal;
	border: none;
	text-shadow: none;
	font-weight:normal;
	line-height:21px !important;
	-webkit-appearance:none;
	
}

a.green-btn {
	padding:5px 15px;}

.orange-btn, input[type=submit].orange-btn {
	font-size:1.1em;
	display: inline-block;
	padding: 4px 15px;
	border-radius: 2px;
color: #FFF;
	text-align: center;
	background-color: #f48420;
	background:#f48420;
	cursor: pointer;
	font-weight: normal;
	border: none;
	text-shadow: none;
	font-weight:normal;
		line-height:21px !important ;
			-webkit-appearance:none;

	
		
}



.no-cart, input[type=submit].no-cart {
	font-size: 1.1em;
	display: inline-block;
	padding: 4px 15px;
	border-radius: 2px;
	color: #f48420;
	text-align: center;
	border: 1px solid #f48420;
	font-weight: normal;
	text-shadow: none;
		font-weight:normal;

}

.green-btn.selected, input[type=submit].green-btn.selected, .green-btn:hover, input[type=submit].green-btn:hover{
	background-color: #f48420 !important;
		color: #FFF !important;
	}

.orange-btn.selected, input[type=submit].orange-btn.selected, .orange-btn:hover, input[type=submit].orange-btn:hover  {
/*	background-color:#8bc53f !important;*/
	color: #333 !important;
}

.registrant-details input[type="text"], .registrant-details input[type="password"] {
	width:100%;
	max-width:96%;
	-webkit-appearance:none;	}


input[type="checkbox"] {
	margin-left:0;
	border-radius:0;
	
	}

.green-btn .fa, orange-btn .fa {
	font-size:1.2em;}

.your-cart .fa {
	margin-right:10px;}

header .orange-btn, header .green-btn {
	font-size: 1em;
	padding:4px 16px;
}

header .green-btn img {
	
	margin-bottom:-4px;
	margin-left:-3px;}

.green {
	color: #8bc53f; 
}
.orange {
	color: #f48420
}
.red {
	color: #C30
}
.half-width {
	width: 50% !important;
}
.quarter {
	width: 25% !important;
	display:block;
}
.three-quarters {
	width: 75% !important;
}
.small-text {
	font-size: 11px !important;
	font-weight:normal !important;
}
.full-width {
	width: 100% !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.facebook {
	height: 40px;
	display: block;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	line-height: 2em;
	color: #3b579d !important;
}
.facebook:hover {
	color: #8bc53f !important;
}
.er-msg {
	color: #C30;
	margin-bottom: 1em;
}
select {
	-webkit-appearance: none !important;
	background: #fff url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
	background-size:12px 6px;
	background-position-x: 97%;
	background-position-y: center;
	border: 1px solid #cccccc;
	padding: 6px 4px 6px 6px;

	/* padding: 0.5rem;
  font-size: 0.875rem;*/
	-webkit-border-radius: 2px;
	border-radius: 2px;
	max-width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	
}
 
 
 
 
 
 form {
	 margin-bottom:1.5em}

.hot-weather, .wet-weather, .alert-only-weather  {
	border: 2px solid #C30;
	color: #C30;
	padding:1em;
	margin-bottom:2em;
	border-radius:3px;
	background-repeat:no-repeat;
	background-position:right  top;
	background-color:#F1F9EC;

	}

.hot-weather p, .wet-weather p   {	
	margin-bottom:.3em;}
	
.alert-only-weather p {
	margin-bottom:.3em;
	max-width:60%;}
	
	
	
.hot-weather h3, .wet-weather h3 {
	font-size:1.7em;
	color: #C30;
	border-bottom:2px solid #8BC53F;
	max-width:70%;
	}
	
	.alert-only-weather h3 {color: #C30;
	max-width:60%;}
	
	
	.alert-only-weather  .line-divider {
		margin-right:40%;}

.hot-weather {
	background-image:url(../images/sun-icon.png);
	}
	
	.wet-weather {
	background-image:url(../images/rain-icon.png);
	}
	
.alert-only-weather {
		background-image:url(../images/alert-icon.png);}
		
		
		
		.general-alert {
			background-color:#8BC53F;
			padding:2em;
			border-radius:2px;
			margin-bottom:2em; }
			
			.general-alert h2 {
				margin:0 auto;
				text-align:center;
				padding:.5em .3em;
				color:#8BC53F;
				background-color:#333;
				border-radius:2px;
				}
		
.general-alert h2 a {
	color:#FFF;

	}


/* #Header Styles
================================================== */

header .container{
	background-image: url(../images/football-is-our-passion.png);
	background-repeat: no-repeat;
	background-position: 315px -125px;
	position: relative;
}
.motto {
	font-family: GillSans, "Arial Black", sans-serif;
	font-size: 1.9em;
	color: #8bc53f;
	position: absolute;
	top: 38px;
	left: 420px;
	width: 250px;
	text-align: center;
	line-height: 1.3em;
}
.motto span {
	font-size: 1.5em;
	width: 100%;
	display: block;
}
.logo {
	padding: 1em 0 1em 1.5em;
	display: block;
}
.logo-wrapper {
	background-image: url(../images/grassroots.png);
	background-repeat: no-repeat;
	background-position: 270px bottom;
}
.login-wrapper ul {
	float: right;
	list-style-type: none;
	margin: 1.8em 0 0 0;
}
.login-wrapper ul li {
	float: right;
	clear: right;
	margin-bottom: 8px;
	background-image: none;
	padding-left: 0
}
.login-wrapper ul li:last-child {
	margin-bottom: 0;
}

.venue-finder {
	margin-top: 1em;
	float: right;
}
/* #Navigation Styles
================================================== */
nav.main-nav {
	background-color:#8BC53F;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	display:block;
	position:relative;
	
	
	
}
.main-nav ul {
	list-style: none;
	text-align:right;
	margin: 0 20px 0 0 ;

}
.main-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.main-nav li a {
	color: #FFF;
	display:inline-block;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.35em;
	font-weight: normal !important;
	padding: 5px 30px;
	/*border-right:1px solid rgba(0, 0, 0, 0.3);*/

}
.main-nav ul li a:hover, .main-nav ul li a.active {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
}
.tinynav {
	display: none;
}
/* #Subnavigation Styles
================================================== */

.sub-nav ul {
	list-style-type: none;
	margin-top: 1.5em;
	display:table;
width: 100%;
margin-bottom:1em;

}
.sub-nav.no-line ul  {
	border-bottom:none;
	}


.sub-nav ul li {
	display: inline-block;
	float:left;
	margin-bottom: 1px;
	background-image: none !important;
	padding-left: 0 !important;
}
.sub-nav ul li a {
	margin-bottom: 1px;
	padding: .6em 1em;
	margin-right: 1px;
	background-color: #e1ead3;
	border-radius: 2px 2px 0 0 ;
	color:#64862d;
	display:block;
}

.sub-nav ul li a.orange {
	background-color:#F48420;
	color: #FFF;}

.sub-nav ul li a:hover, .sub-nav ul li a.selected {
	background-color: #f48420;
	color:#FFF;
}


.sub-nav .tinynav {
	max-width:100%;
	margin-bottom:15px;}

/* #Bottom arows Styles
================================================== */
.btn-arrow {
  position: relative;
}
.btn-arrow:after, .btn-arrow:before {
  position: absolute;
  line-height: 0;
  content: '';
}
.btn-arrow:before {
  z-index: 10;
}
.btn-arrow:after {
  z-index: 9;
}

.btn-arrow-bottom:before,
.btn-arrow-up:before {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
}
.btn-arrow-bottom:after,
.btn-arrow-up:after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 50%;
  margin-left: -8px;
}

.btn-arrow-left:before,
.btn-arrow-right:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  margin-top: -6px;
}
.btn-arrow-left:after,
.btn-arrow-right:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  margin-top: -8px;
}

.btn-primary.btn-arrow-bottom:before {
  border-top: 6px solid #8BC53F;
  bottom: -6px;
}
.btn-primary.btn-arrow-bottom:after {
  border-top: 8px solid #8BC53F;
  bottom: -8px;
}
.btn-primary.btn-arrow-bottom.focus:before, .btn-primary.btn-arrow-bottom:focus:before {
  border-top-color: #8BC53F;
}
.btn-primary.btn-arrow-bottom.focus:after, .btn-primary.btn-arrow-bottom:focus:after {
  border-top-color: #8BC53F;
}
.btn-primary.btn-arrow-bottom:hover:before {
  border-top-color: #8BC53F;
}
.btn-primary.btn-arrow-bottom:hover:after {
  border-top-color: #8BC53F;
}




/* #Main Image Styles
================================================== */
.cover-image {
	background-image: url(../images/main-image.jpg);
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat;
	height:400px;



	}


.home-content p ,.home-content li{
	font-size:17px;
	line-height:normal;}




/* #Sidebar Styles
================================================== */


.sidebar {
	padding-top: .5em;
}
.sidebar img {
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 0 auto 1.5em auto;
	border-radius: 0 0 30px 0;
}

.sidebar iframe {
	margin-bottom:1.5em}


/* #Page Styles
================================================== */

 .page-content {
	padding: 1em 0 2em 0;
}
.home-content h4 {
	margin: 8px auto 24px auto;
		
}

.page-content ul li {
	padding-left: 1.8em;
	background-image: url(../images/bullet-point.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	min-height: 16px;
}
.main-image img {
	max-width: 100%;
	border-radius: 0 0 40px 2px;
	margin: 0 0 1em 0;
}
.scrolling-text {
	font-size: 1.2em;
	color: #f48420;
	margin: 1em 0;
}
.promo-wrapper {
	padding-top: .5em;
}
.promo-wrapper img {
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 0 auto 1.5em auto;
}
.contact-info table td {
	padding: 1em .5em .2em 0;
}


.contact-info table tr {
	border-bottom: 1px solid #ccc;
}
.activity-list, ul.select-venue, ul.photo-gallery-thumb, ul.photo-gallery-details {
	list-style-type: none;
	text-align: center;
}

.page-content .activity-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important;

}

#popup-content .activity-list li{
display: inline-block;
width: 100%;
margin: 0 36px 7px 0;
min-height: 20px;
max-width: 280px;	
padding-left: 0;
background-image: none !important;
}


.activity-list.cities li{
display: inline-block;
width: 100%;
margin: 0 1% 7px 1%;
min-height: 20px;
max-width: 280px;	
padding-left: 0;
background-image: none !important;
}



#popup-content .activity-list li.second a,  .activity-list.cities li.second a {
	display: block;
}


.activity-list .top {
	min-height: 20px;
	max-width: 280px;
	font-family: GillSans, "Arial Black", sans-serif;
	background-image: none;
	margin: 10px 1% 0 1% ;
		
}
	
.activity-list .top a {
	position: relative;
	display: block;
	font-size: 1.6em;
	color: #8bc53f;
	padding-bottom: 10px;

	border-radius: 2px;
	line-height:1.3;
	margin-bottom: .5em;
	
}
.activity-list .top a img {
	border-bottom:5px solid #8CC53F;
	display: block;
	margin-bottom: 15px;
	max-width: 100%
}




.activity-list .top a .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #8CC53F;
position: absolute;
left: 47%;
top:224px
}

.activity-list .top a:hover .arrow-down {
  border-top: 10px solid #FFF;

}

.activity-list .top a:hover img {
  border-bottom: 5px solid #FFF;

}



.activity-list .top.second a {
	display: block;
	text-align: center;
	font-size: 1.8em;
	color: #FFF;
font-family: GillSans, "Arial Black", sans-serif;
	background-color: #8bc53f;
	padding: 2em .2em;
	border-radius: 2px;
	border: 1px solid #8bc53f;
	margin: .6em 0;

}
.activity-list .top.second a:hover {
	color: #8bc53f;
	background-color: #FFF;
}


ul.activity-list li.second a {
    display: inline-block;	
    text-align: center;
    font-size: 1.3em;
    color: #FFF;
    background-color: #8bc53f;
    padding: 1.3em .2em;
    border-radius: 2px;
	font-family: GillSans,"Arial Black",sans-serif;
}




ul.select-venue li {
	display: inline-block;
	width: 30%;
	margin: 1.5em 1%;
	min-height: 120px;
	max-width: 280px;
	/*	border:1px solid #8bc53f;*/
	border-radius: 2px;
	background-image: none;
	padding-left: 0
}
ul.select-venue li img, .activity-list li.top img, ul.photo-gallery-thumb li img, ul.photo-gallery-details li img {
	width: 100%;
	height: auto;
	margin-top: .5em;
}
ul.select-venue li a {
	position: relative;
	display: block;
	font-size: 1.5em;
	color: #8bc53f;
	padding: .4em 0 .2em 0;
	border-radius: 2px;
	font-weight: bold;
}
ul.select-venue li a:hover, .activity-list .top a:hover, ul.photo-gallery-thumb li a:hover {
	background-color: #8bc53f;
	color: #FFF;
}
ul.select-venue li a span:hover {
	color: #4E4E4E;
}
ul.select-venue li a span, .activity-list li.top a span {
	position: absolute;
	top: 2.5em;
	padding: .2em;
	display: block;
	font-size: .8em;
	color: #4E4E4E;
	width: 100%;
	background-color: rgba(252, 255, 255, 0.6);
	font-weight: normal;
}
.map-wrapper {
	margin-bottom: 1em;
}
.calendar-wrapper h4, .event_block__1 h4 {
	color: #64862D;
}
.calendar-wrapper h4 span {
	float: right;
	font-size: .8em;
	color: #8bc53f
}
.activity-day-wrapper {
	float: left;
	width: 13%;
	margin-right: 1.5%;
}
.activity-day-wrapper h5 {
	border-bottom: 2px solid #CCC;
	padding: 0 0 .3em 0;
}
.activity-day-wrapper ul {
	margin-top: 1em;
}
.activity-day-wrapper ul li {
	margin-bottom: 2 px;
	background-image: none;
	padding-left: 0;
}
.activity-day-wrapper li a {
	color: #000;
	display: block;
	font-size: .8em;
	padding: .2em .5em;
	background-image: url(../images/book-now.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 2px 22px 22px 2px;
}
.activity-day-wrapper li a:hover {
	background-color: rgba(139, 197, 63, 1) !important;
	color: #FFF;
}
/*.activity-day-wrapper li a.color, .activity-day-wrapper li a.color5-12 {
	background-color: rgba(139, 197, 63, 1);
}
.activity-day-wrapper li a.color2-3, .activity-day-wrapper li a.color2 {
	background-color: rgba(139, 197, 63, 0.2);
}
.activity-day-wrapper li a.color3-4, .activity-day-wrapper li a.color3 {
	background-color: rgba(139, 197, 63, 0.3);
}
.activity-day-wrapper li a.color4-5, .activity-day-wrapper li a.color4 {
	background-color: rgba(139, 197, 63, 0.4);
}
.activity-day-wrapper li a.color5-6, .activity-day-wrapper li a.color5 {
	background-color: rgba(139, 197, 63, 0.5);
}
.activity-day-wrapper li a.color6-7, .activity-day-wrapper li a.color6 {
	background-color: rgba(139, 197, 63, 0.6);
}
.activity-day-wrapper li a.color7-8, .activity-day-wrapper li a.color7 {
	background-color: rgba(139, 197, 63, 0.7);
}
.activity-day-wrapper li a.color8-9, .activity-day-wrapper li a.color8 {
	background-color: rgba(139, 197, 63, 0.8);
}
.activity-day-wrapper li a.color9-10, .activity-day-wrapper li a.color9, .activity-day-wrapper li a.color10 {
	background-color: rgba(139, 197, 63, 0.9);
}*/
.activity-day-wrapper li a.girls-only {
	background-color: rgba(250, 218, 0, 0.9) !important;
}

/*NEW CLASSES FOR AGES*/

.activity-day-wrapper li a.color1 {
	background-color: rgba(139, 197, 63, 0.15);
	}
	
.activity-day-wrapper li a.color2 {
	background-color: rgba(139, 197, 63, 0.25);
	}
	
.activity-day-wrapper li a.color3 {
	background-color: rgba(139, 197, 63, 0.35);
	}
	
.activity-day-wrapper li a.color4 {
	background-color: rgba(139, 197, 63, 0.45);
	}
	
.activity-day-wrapper li a.color5 {
	background-color: rgba(139, 197, 63, 0.55);
	}
	
.activity-day-wrapper li a.color6 {
	background-color: rgba(139, 197, 63, 0.65);
	}
	
.activity-day-wrapper li a.color7 {
	background-color: rgba(139, 197, 63, 0.75);
	}
	
.activity-day-wrapper li a.color8 {
	background-color: rgba(139, 197, 63, 0.80);
	}
	
.activity-day-wrapper li a.color9 {
	background-color: rgba(139, 197, 63, 0.85);
	}
	
.activity-day-wrapper li a.color10 {
	background-color: rgba(139, 197, 63, 0.90);
	}

.activity-day-wrapper li a.color11 {
	background-color: rgba(139, 197, 63, 0.95);
	}

.activity-day-wrapper li a.color12 {
	background-color: rgba(139, 197, 63, 1);
	}	
/* Petr ADDED */
.activity-day-wrapper li a.color0 {
	background-color: rgba(139, 197, 63, 1);
	}	

/*END OF NEW CLASSES FOR AGE */



.staff-wrapper, .news-wrapper {
	padding: 0 0 1em 0;
	border-bottom: 5px solid #8bc53f;
}

.news-wrapper:last-child {
	 border:none;}

.staff-wrapper img {
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0 auto;
	border-radius: 0 0 30px 0;
}

.news-wrapper  img {
	width: 100%;
	max-width: 320px;
	height: auto;
	float:right;
	margin:.5em 0 0 1em ;
	border-radius: 0 0 30px 0;}


.staff-wrapper h3 span, .news-wrapper  h3 span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: .9em;
}

.news-date {
	color: #A2A2A2;
	font-style:italic;
	font-size:.9em;
	margin-bottom:5px;}


/* NEW CLASSES FOR ITEMS TEMPLATE*/

.items-wrapper {
	padding: 0 0 1em 0;
	border-bottom: 5px solid #8bc53f;
	}
.items-wrapper:last-child {
	border-bottom:none;}

.items-wrapper h3 {
	margin-bottom:0;
}	
.items-wrapper h4 {
	font-size:1.3em;
	color: #8bc53f;	
}
	
.items-date {
	color: #A2A2A2;
	font-style:italic;
	font-size:.9em;
	margin-bottom:10px;}

.items-image {
	float: right;	
	margin: 10px 0 10px 20px ; 	
	}

.items-image-small {
	float: none;	
	margin: 0 0 10px 0; 
	display:none;
	}

.items-image img {
	width: 100%;	
	height: auto;
	max-width: 320px;
}
.items-image img, .items-image-small img {
	border-radius: 0 0 30px 0;
}

/*END OF NEW CLASSES FOR ITEMS TEMPLATE*/




.testimonial-wrapper cite {
	font-style: italic;
	margin-bottom: 1em;
	display: block;
}
.testimonial-wrapper p {
	text-align: right;
	font-weight: bold;
}
.testimonial-wrapper {
	border-bottom: 5px solid #8bc53f;
	border-bottom: 1px dotted #8bc53f;
}

/* #Registration Page Styles
================================================== */


.event-table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
}
.event-table th {
	background-color: #E0E0E0;
	text-align: left;
	padding: .5em;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 3px;
	font-size: 1.2em;
	color: #64862D;
	font-weight: bold;
}
.event-table td {
	border: none !important;
/*	border-bottom: 1px solid #E1E1E1 !important;*/
	vertical-align: top;
	padding: .5em 0;
}
h4.event-price {
	font-size:26px;
	margin-bottom:10px;
	/*float: right;
	text-align: right*/
}
.event-alert {
	color: #C30;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2em;
	min-height: 22px
}
.event-locked {
	color: #C30;
	background-image: url(../images/locked.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2em;
	min-height: 22px
}
registrant-details {
	margin-bottom: 2em;
	display: block;
}
ul.registrant-details li {
	background-image: none;
	padding-left: 0
}
ul.registrant-details li span {
	float: left;
}

ol.participant-data {	
padding:0;
margin:0 0 20px 0;}


ol.participant-data li {
	font-weight: bold;
	border-bottom: 1px solid  #8BC53F;
	padding-bottom: .5em;
	list-style-type:none;

}
ol.participant-data li input {
	margin-right: .6em;
}
ol.participant-data li cite {
	font-style: italic;
	font-weight: normal;
	color: #A2A2A2
}
ol.participant-data li a.edit {
	font-weight: normal;
	margin-right:10px;
	cursor:pointer;
}

ol.participant-data li .del-participant {
	cursor:pointer;}

ol.participant-uniform {	
padding:0;
margin:0 0 20px 0;}


ol.participant-uniform li {
	font-weight: bold;
	padding-bottom: .5em;
	list-style-type:none;
}



textarea {
	width: 100%!important;
	max-width:97%;
}

.new-participant-form {
	/* margin-top:-160px */
}

.participant-footer .response {
color:#c30;
}

.uniform-box {
	background-color:#E1EAD3;
	border-radius:2px;
	padding:1em;	
	}

.uniform-icon  {
	float:left;
	max-width:120px;
	height:auto;
	margin-right:1em;}


.form-check {
    position: relative;
    display: inline-block;


}

.form-check-input {
    position: absolute;

}

.form-check-label {
border: 3px solid #FFF;
padding: 5px;
margin-bottom: 0;
margin-top: -8px;
font-weight: normal;
border-radius: 2px;
	cursor: pointer;
}

.d-none {
	display: none;
}

.participant-uniform input[type="radio"]:checked ~ label {	
	border: 3px solid #8CC53F ;	
}




/* #Shopping cart 
================================================== */


ul.shopping-steps {
	list-style-type: none;
	margin: 0;
	text-align: center;
}
ul.shopping-steps li {
	display: inline-block;
	color: #A2A2A2;
	font-size: 1.8em;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-right: 2em;
}
ul.shopping-steps li:last-child {
	margin-right: 0;
}
ul.shopping-steps li.current {
	color: #b2101c;
}
.shopping-bag-table {
	margin-bottom: 1em;
}
.shopping-bag-table ul li {
	padding-left: 0;
	background-image: none;
}
.shopping-bag-table span {
	float: left;
}
.shopping-bag-table-header {
	margin-bottom: 1em;
	border-bottom: 2px solid #8BC53F;
/*	padding-bottom: .5em;*/
	font-size: 1.2em;
}
.shopping-bag-table-header span {
	padding-top: 0 !important;
	font-weight:bold;
}
.shopping-bag-table-row {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 2px solid #8BC53F;
}

.shopping-bag-table-total-row {
	padding: 0 0 1em 0;
	margin:  1em 0 0 0;
	font-size:1.4em;
	font-weight:bold;

}
.shopping-bag-table-total-row  .total, .shopping-bag-table-total-row  .price {
	float:right;
	}


.shopping-bag-table-total-row .total span {
	text-align:center;
	font-weight:normal;
	width:100%;}





.shopping-bag-table .item-title {
	padding-top: .5em;
	padding-left: 0;
	width: 55%;
}
.shopping-bag-table .item-title h2 {
	font-size:1.8em;
	line-height:24px;
	}
	

.shopping-bag-table .item-title p {
	margin-left: 30%;
	
}

.shopping-bag-table .item-title p.lead a {
	font-weight:bold;

color:#8BC53F;
	font-size:18px;}
	
	
.shopping-bag-table .price {
	padding-top: .5em;
	text-align: center;
	width: 15%
}
.shopping-bag-table .quantity {
	padding-top: .5em;
	text-align: center;
	width: 10%
}

.shopping-bag-table .dates {
	padding-top: .5em;
	width: 28%
}
.shopping-bag-table .quantity input {
	margin: 0 auto;
	float: none;
	max-width: 25px;
	text-align: center;
	margin-top: -.5em;
}
.shopping-bag-table .quantity input.readonly {
	background-color: #EBEBEB;
}
.shopping-bag-table .total {
	padding-top: .5em;
	text-align: center;
	width: 15%
}
.shopping-bag-table .delete {
	padding-top: .5em;
	text-align: right;
	width: 5%
}

.hide-on-small {
	float:none !important;
	display:inline;}


#printArea .shopping-bag-table .total {
	padding-top: .5em;
	text-align: right;
	width: 20%
}
#printArea .shopping-bag-table .delete{
display: none;
}
 
.item-thumb {
	float: left;
	margin-right: 1.5em;
	width: 30%;
	max-width: 125px;
}
.item-thumb img {
	width: 100%;
	height: auto
}
.shopping-bag-total h2 {
	font-size: 1.4em;
	color: #3B3B3B;
}





.voucher-wrapper {
	text-align:right;}
	
.voucher-wrapper .voucher-field {
	border-radius: 2px;
	background-color:#E1EAD3;
}
.voucher-wrapper label {
	float:left;
	font-weight:normal;
	width:50%;
	padding-right:2%;}
	
	.voucher-wrapper input {
		float:left;
	width:30%;
}

.voucher-wrapper .add-voucher {
	float:right;
	width:10%;
	min-width:100px;
}

.update-quantity {
	cursor:pointer;

}
.discount-total {
	width: 100%;
	/*	border-bottom: 2px dotted  #F48420;*/
	padding-bottom: 1em;
	text-align: right;
}
.delivery {
	width: 100%;
	padding-bottom: 1em;
	text-align: right;
}
.shopping-bag-total {
	width: 100%;
	padding: 1em 0 2em 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	/*margin-bottom: 1em;
	margin-top: 1em;*/
}
.shopping-bag-total span {
	margin-right: 35px;
	display: inline-block;
}

.discount-total span {
	display: inline-block;
float: none;
	min-width:15%;
	text-align: center;
	color:#64862d; 
	margin-right: 10px;
}


.delivery span {
	 	margin-right: 55px;
	display: inline-block;
}

.shopping-bag-total span+span {
	margin-right: 0
}
.discount-total span+span, .delivery span+span {
	margin-right: 0
}
.shopping-bag-conditions p {
	font-size: .9em;
	margin-bottom: 0;
}
.shopping-bag-conditions {
	margin-bottom: 1em;
}
/* #Checkout steps
================================================== */

.checkout-step {
	margin-bottom: .5em;
}
.checkout-header h2 {
	background-color: #E1EAD3;
	border-radius: 2px;
	padding: .5em 1em;
	color: #8bc53f;
}
.checkout-header h2 span.edit a, .checkout-header h2 span.preview a, h2 span.preview a {
	font-family: Arial, sans-serif;
	font-size: .8em;
	padding: .15em 1.8em .2em .5em;
	background-repeat: no-repeat;
	background-position: right center;
}
.checkout-header h2 span.edit a {
	background-image: url(../images/edit.png);
}
.checkout-header h2 span.preview a, h2 span.preview a {
	background-image: url(../images/preview.png);
}
.waiver {
	height: 350px;
	overflow: auto;
	padding-right: 20px
}
/* #Payment
================================================== */

.payment-wrapper {
	border:3px solid #8bc53f;
	padding:1em;
	display:block}
	
	.payment-wrapper form {
		margin-bottom:0;}
	
	.payment-wrapper form  input, .payment-wrapper form  select {
			background-color: #e1ead3;}
	
	
	.payment-footer {
		background-color:#E1EAD3;
		margin:1em -1em -1em -1em;
		padding:2em 2em 1em 2em}
		
		.payment-total {
			
			
			
			font-weight:bold}

/* #My Account - orders 
================================================== */	

table.my-orders {
	width: 100%;
}

table.my-orders th, table.my-orders td {
	padding: .7em !important;
	text-align: left;
	border-bottom: 1px solid #8BC53F;
}
table.my-orders th {
	background-color: #E1EAD3;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/* #Popup window - reveal
================================================== */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.7);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	position: absolute;
	left: 50%;
	z-index: 101;
	height: auto;
	margin-left: -40%;
	width: 80%;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	top: 10%;
}

.reveal-modal.small {
	left: 70%;
	margin-left: -40%;
	width: 40%;
	top: 10%;
	min-width: 400px;
}


.reveal-modal-content {
	width: 80%;
	margin: 1em auto;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	/*	color: #B2101C;*/
	color: #A1A1A1;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
/* #Photo Gallery Styles
================================================== */

ul.photo-gallery-thumb li {
	background-image: none;
	padding-left: 0;
	display: inline-block;
	width: 30%;
	margin: 0 1% 1em;
	min-height: 20px;
	max-width: 280px;
	font-family: GillSans, "Arial Black", sans-serif;
}
ul.photo-gallery-thumb li a {
	position: relative;
	display: block;
	font-size: 1.6em;
	color: #8bc53f;
	font-weight: bold;
	padding: .4em 0 .2em 0;
	border-radius: 2px;
	line-height: 1.2em;
}
ul.photo-gallery-details li {
	width: 18%;
	margin-right: 1.5%;
	display: inline-block;
	background-image: none;
	padding-left: 0;
}
/* #Shop
================================================== */	

ul.shop-product, ul.shop-detail {
	text-align: center;
}
ul.shop-product li {
	width: 22%;
	padding: 0 0 1em 0;
	margin: 0 .7em 1em .7em;
	background-image: none;
	display: inline-block;
	border: 1px solid #E1EAD3;
	border-radius: 3px;
}
ul.shop-product li h3 a {
	color: #8bc53f;
	margin: 0 .2em;
}
ul.shop-product li p {
	margin: 0 .5em 1em .5em;
}
ul.shop-product li p span {
	display: inline-block;
}
ul.shop-product li img {
	width: 100%;
	height: auto;
	margin: 0;
}
ul.shop-product li hr, .product-wrapper hr {
	border-bottom: 5px solid #E1EAD3;
	padding: 0;
	margin: 0 0 1em 0;
}
.price {

}
.price.crossed {
	text-decoration: line-through;
	font-weight: normal;
	color: #A2A2A2;
}
.price.discounted {
	color: #F48420 !important;
	display: block;
}
.shop-thumb-large img {
	width: 100%;
	height: auto;
	display: block;
}
.product-wrapper {
	border: 1px solid #E1EAD3;
	border-radius: 3px;
}
ul.product-thumbs {
	text-align: center;
}
ul.product-thumbs li {
	display: inline-block;
	width: 21%;
	margin: 0 .8%;
	padding: 0;
	border: 1px solid #E1EAD3;
}
ul.product-thumbs li a img {
	display: block;
	width: 100%;
	height: auto;
}

.sizechart {
	margin:0 auto;
	display:block;
	width:100%;
	max-width:550px;
	height:auto;
	}

/* #Tournamants Styles
================================================== */			
.team-signup {
	display: block;
	float: left;
	width: 22%;
	margin: 0 3% 2em 0;
}
.team-signup span.small-text {
	border-bottom: 1px solid #CCC;
	margin-bottom: .8em;
	padding-bottom: .5em;
	display: block;
}
.team-signup h3 {
	border-bottom: 3px solid #CCC;
	margin-bottom: 5px;
}
.team-signup ol {
	margin-left: 20px;
}
.team-signup li {
	padding: .2em .2em .2em .5em;
	background-color: rgba(139, 197, 63, 0.2);
	min-height: 20px;
	border-radius: 2px;
}

.team-signup li.empty {
	cursor: pointer;
	background-image: url(../images/add.png);
	background-repeat: no-repeat;
	background-position: 5px -40px;
}
.team-signup li.empty:hover {
	background-color: rgba(139, 197, 63, 0.6);
	background-position: 95% center;
}
/* #Footer Styles
================================================== */

footer {
	background-color: #e1ead3;
	min-height: 100px;

}
ul.footer-activity {
	list-style: none;
	text-align: center;
	margin-bottom:2em;
}
ul.footer-activity li {
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 170px;
	margin: 1em 1em 1em 0;
}
ul.footer-activity li:last-child {
	margin-right: 0
}
ul.footer-activity li img {
	width: 100%;
	height: auto;
}
ul.footer-activity li span {
	font-family: GillSans, 'Arial Black';
	font-size: 1.2em;
	display: block;
	margin-top: 1em;
		color: #64862d;
}
ul.footer-activity li a:hover span {
	color: #f48420;
}
ul.footer-activity li a:hover img {
}

.footer-social {
	background-color:#8BC53F;
	padding:1em 0;}

.footer-links {
	background-color:#333;
	padding:15px 0 10px 0;
	text-align:center
}


.footer-links ul {
	list-style: none;
	padding:0;
	margin: 0 
}

.footer-links, .footer-links ul li a {
	color:#ccc;}
	
.footer-links ul li a:hover {
	color:#8BC53F;
}



 ul.social-links {
	text-align:center;
	margin:.5em 0;
	padding:0;}
	
	 ul.social-links li {
	display:inline-block;
	margin:0 6px  0 0;
	padding:0;}
	
	ul.social-links li:last-child {
		margin-right:0;}

 ul.social-links li .fa {
	font-size:28px;
	padding: 9px 5px;
	background-color:#FFF;
	border-radius:50%;
	color:#8BC53F;}

 ul.social-links li .fa:hover {
/*	background-color:#8BC53F;
*/	color:#f48420 ;
}

.credits {
	text-align:left;
	padding-left:10px;}

.copyrights {
	text-align:right;
	padding-right:10px;}



address {
	display: block;
	margin: 1em auto 0 auto;
	text-align: center;
	font-size: .9em;
}
.GDS {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #8BC53F !important;
	font-weight: bold;
	
}

.back-arrow{
	color: #6c9131;
	padding: 10px;
	border: 1px solid #8bc53f;
	border-radius:3px;
	background-image: url(../images/go-back.png);
	background-repeat: no-repeat;
	background-position:1% center;
	background-color:#eaf0e0;
	text-align:center;
	cursor:pointer;
	display:none;
}
.back-arrow:hover{
	text-decoration: none;
	background-color:#d1e8b2;
	color:#333;
}

/*EVENT CALENDAR */



.hidden {
	display: none;
}
.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}
.eventCalendar-wrap .arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}
.eventCalendar-wrap .prev {
	left: 3px;
}
.eventCalendar-wrap .next {
	right: 3px;
}
.eventsCalendar-currentTitle .monthTitle {
	display: block;
	text-align: center;
}
.eventsCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.eventsCalendar-monthWrap.currentMonth {
	z-index: 1;
}
.eventsCalendar-daysList {
	display: table;
	width: 100%;
}
.eventsCalendar-daysList.showAsWeek {
	display: block;
}
.eventsCalendar-daysList li {
	display: table-cell;
}
.eventsCalendar-daysList li.dayWithEvents {
	background: rgba(0,0,0,0.15);
}
.eventsCalendar-daysList li.current {
	background: rgba(0,0,0,0.35);
}
.eventsCalendar-daysList.showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
	background-image: none;
	padding-left: 0;
}
.eventsCalendar-daysList li a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}
.eventsCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}
.eventsCalendar-list {
	position: relative;
	z-index: 1;
}
.eventsCalendar-list.oldEventList {
	z-index: 2;
}
.eventsCalendar-subtitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #f48420;
}
/* end of core CSS */	
	
 /* Calendar Theme CSS */

.eventCalendar-wrap {
	/*border:solid 1px #d3d3d3;
	box-shadow:0 0 15px #999;*/
	border-radius: 5px;
	margin-bottom: 20px;
	/*	background-color:#fff;*/
	color: #807E7E;
}
.eventCalendar-wrap .arrow {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
	line-height: 28px;
	top: 1em;
	padding: 8px 10px;
}
.eventCalendar-wrap .arrow.prev {
}
.eventCalendar-wrap .arrow:hover {
	opacity: 0.7;
}
.eventCalendar-wrap .arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .arrow.prev span {
	border-left-width: 0;
	border-right: 6px solid #FFF;
}
.eventsCalendar-slider {
	min-height: 205px;
}
.eventsCalendar-monthWrap {
	border-radius: 5px;
	top: 10px;
	left: 0px;
	width: 100%;
}
.eventsCalendar-currentTitle {
	line-height: 2.5em;
	/*	
			outline:1px solid #138DA5;
			border:1px solid #E3E3E3;
			border-width:1px 0;
			
			color:#333;*/background-color: #8bc53f;
	border-radius: 2px;
}
.eventsCalendar-currentTitle .monthTitle {
	text-decoration: none;
	/*	font-weight:bold;*/
	color: #FFF;
	font-size: 1.5em;
}
.eventsCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}
.eventsCalendar-daysList.showAsWeek {
	/*	margin:10px 5px;*/
	width: auto;/*
				border:solid 1px #BCBCBC;
				border-bottom-width:0;
				border-radius:0;*/
				/*background-color:#CCCCCC;
				background-image: linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -o-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -moz-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -ms-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);

				background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0.42, #EEEEEE),
					color-stop(0.71, #CCCCCC)
				);*/

}
.eventsCalendar-daysList.showDayNames.showAsWeek {
	border-radius: 2px;
}
.eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
	content: "";
	display: table;
}
.eventsCalendar-daysList:after {
	clear: both;
}
.eventsCalendar-day-header {
	text-transform: lowercase;
	text-align: center;
	font-size: 10px;
	border-bottom: solid 1px #BCBCBC;
}
.eventsCalendar-daysList.showAsWeek li {
	height: auto;
	margin: 0;
}
.eventsCalendar-daysList.showAsWeek li.empty {
	background-color: #eaf0e0;
	min-height: 28px;
	border-bottom: solid 1px #8bc53f;
}
.eventsCalendar-day a {
	text-decoration: none;
	font-size: 10px;
	color: #424242;
}
.eventsCalendar-day {
	border-left: solid 1px #BCBCBC;
}
.eventsCalendar-day a {
	border: solid 1px #BCBCBC;
	border-width: 0 1px 1px 0;
}
.showAsWeek .eventsCalendar-day {
	border-left-width: 0;
}
.showAsWeek .eventsCalendar-day a {
	border: solid 1px #8bc53f;
	border-color: #fff #8bc53f #8bc53f #eee;
	line-height: 27px;
	font-size: 11px;
}
.eventsCalendar-day a:hover {
	background-color: #E4E4E4;/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}
.eventsCalendar-daysList li.today a {
	color: #000;
	background: #bfdb93;/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
				
}
li.eventsCalendar-day.today a:hover {
	background-color: #ccc;/*box-shadow:inset 5px 5px 10px #999;*/
}
.eventsCalendar-daysList li.dayWithEvents a {
	background: #89B814;
	/*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
	color: #fff;
}
li.eventsCalendar-day.dayWithEvents a:hover {
	background-color: #C2D374;/*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}
.eventsCalendar-daysList li.current a {
	color: #fff;
	background: #449FB2;
	box-shadow: inset 5px 5px 10px #216B7A;
	text-shadow: 2px 2px 2px #216B7A;
}
li.eventsCalendar-day.current a:hover {
	background-color: #79BDCC;
	box-shadow: inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;
}
.eventsCalendar-loading {
	border-radius: 4px;
	margin: 5px auto;
	padding: 0 10px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 3px #aaa;
	position: absolute;
	z-index: 4;
	top: 25px;
	left: 5px;
}
.eventsCalendar-loading.error {
	background-color: red;
}
.eventsCalendar-subtitle {
	padding-top: 10px;
}
.eventsCalendar-list-wrap {
	min-height: 100px;
	position: relative;
}
.eventsCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}
.eventsCalendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.eventsCalendar-list li {
	margin: 0 0 15px 0;
	clear: both;
	padding-left:0 !important;	
	background-image: none !important;
}

.eventsCalendar-list li time {
	font-size: 11px;
	line-height: 13px;
}
.eventsCalendar-list li time em {
	float: left;
	font-style: normal;
	padding-top:2px;
}
.eventsCalendar-list li time small {
	font-size: 11px;
	float: left;
	background-color:#8bc53f;
	color: #fff;
	padding: 2px 5px 2px 4px;
	margin: 0 0 0 3px;
}
.eventsCalendar-list li .eventTitle {
	display: block;
	clear: both;
	font-weight: bold;
	text-decoration: none;
}
.eventsCalendar-list li a.eventTitle {
	color: #6c9131;
	padding: 10px;
	border: 1px solid #8bc53f;
	border-radius:3px;
	background-image: url(../images/book-now.png);
	background-repeat: no-repeat;
	background-position:98% center;
	background-color:#eaf0e0;
}
.eventsCalendar-list li a.eventTitle:hover {
	text-decoration: none;
	background-color:#d1e8b2;
	color:#333;
}
.eventsCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 5px 0;
	font-size: 80%;
	line-height: 1.2em;
}
.eventsCalendar-list .eventsCalendar-noEvents {
	font-size: 120%;
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 3px #aaa;
}
.bt {
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background-color: #698B10;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
	background-image: -moz-linear-gradient(top, #89B814, #698B10);
	background-image: -ms-linear-gradient(top, #89B814, #698B10);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
	background-image: -webkit-linear-gradient(top, #89B814, #698B10);
	background-image: -o-linear-gradient(top, #89B814, #698B10);
	background-image: linear-gradient(top, #89B814, #698B10);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #698B10;
	border-color: #698B10 #698B10 #465F05;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
/* end of theme css */







/* #Media Queries
================================================== */

@media only screen and (max-width: 970px) and (orientation: portrait) {
ul.select-venue li a {
	font-size: 1em;
}
ul.select-venue li a span {
	top: 3.5em;
}

.footer-links {
	font-size:.8em;}

 ul.social-links li .fa{
	font-size:18px;
	 padding: 7px 5px;
	
	
	}



}






	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

.main-nav ul {
	text-align:center;}

.main-nav li a {
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal !important;
	padding: 5px 21.5px ;
}

header .container {
	background-position: 140px -125px;
}

.cover-image {
	height:250px}
.motto {
	left: 325px;
	font-size: 1.7em
}
ul.footer-activity li {
	margin: 1em 1.25em;
}
.item-thumb {
	margin-right: 1em;
	width: 15%;
}



 
 .credits, .copyrights {
	text-align:center !important;
	margin-bottom:1em;
	float:none;
}	


.voucher-wrapper {
	text-align:right;}

.voucher-wrapper label {
	width:45%;
}
	
.activity-list .top {
	width:30%;
}

.activity-list .top a{
padding-bottom: 10px;
}	
		
		
.activity-list .top a .arrow-down {
left:45%;
top:172px
}
	

.hide-on-small {
	display:none;}



}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.activity-day-wrapper li a {
	font-size: .65em
}

.shopping-bag-table-total-row .total, .shopping-bag-table-total-row .price {
		width:20%;
		} 

}




	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
h1 {
	font-size: 1.9em;
	line-height: 1.4em;
	background-position: right bottom;
}
.tinynav {
	display: block;
	width: 100%;
	max-width:95%;
	font-size: 1.1em;
	padding: 0 auto;
	text-align: center !important;
	margin: 7px auto;
	background-color:#8BC53F;
	border-color:#8BC53F;
	color: #FFF;
}



#nav, #nav2 {
	display: none
}
.main-nav {
	background: none;
}

nav.main-nav {
	background-color: transparent;
    box-shadow: none;
}


header .container, .logo-wrapper {
	background-image: none;
}
.logo-wrapper {
	text-align: center;
}
.logo {
	padding: .5em 0 0 0;
	margin-bottom: 2.6em;
}
.logo img {
	width: 180px;
	height: auto;
}
.motto {
	left: 0;
	top: 4.8em;
	width: 100%;
	font-size: 1.5em
}
.motto span {
	display: inline;
	width: auto;
	font-size: 1em;
}
.login-wrapper {
	border-top: 1px solid #CCC;
	padding-top: 1em;
}
.login-wrapper ul {
	float: none;
	text-align: center;
	margin: 0;
}
.login-wrapper ul li {
	float: none;
	display: inline-block;
	margin: 0 .5em .5em 0;
}
.login-wrapper ul li:last-child {
	margin-right: 0;
}
.registrant-details input[type="text"], .registrant-details input[type="password"] {
	width:100%;
	max-width:97%;
	-webkit-appearance:none;	}

.login-btn {
	margin-right:0;}

.item-thumb {
	display: none;
}
.shopping-bag-table .item-title p {
	margin-left: 0;
}
.activity-day-wrapper {
	width: 100%;
}
.activity-day-wrapper li a {
	font-size: 1em
}
.half-width, .full-width {
	width: 100% !important;
}
/*select {
	width:103%}*/
	
.quarter, .three-quarters {
	width: 97%;
}
.activity-list.activities .top, ul.select-venue li {
	width: 100%;
	font-size: 1em;
	max-width:100%;
}
.activity-list.activities .top a img, .activity-list.activities .top a .arrow-down {
	display: none;
}

 
		.activity-list.cities li {
			max-width: 100%;
		}
		
		

.activity-list.activities .top a, .activity-list.activities .second a {
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
	background-color: #8bc53f;
	padding: .5em;
	border-radius: 2px;
	border: 1px solid #8bc53f;
	margin: .3em 0;
}
.activity-list.activities .top {
	margin-bottom:0;}




.activity-list.activities .top a:hover {
	color: #8bc53f;
	background-color: #FFF;
}
		




.activity-list .top {
	min-height: 20px;
	max-width: 280px;
	font-family: GillSans, "Arial Black", sans-serif;	
	margin: 0 auto;
	width: auto;
	
}
	
.activity-list .top a {
	position: relative;
	display: block;
	font-size: 1.6em;
	color: #8bc53f;
	padding-bottom: 10px;
	border-radius: 2px;
	line-height:1.3;
	margin-bottom:.5em ;
	
	
}
.activity-list .top a img {
	border-bottom:5px solid #8CC53F;
	display: block;
	margin-bottom: 15px;
	max-width: 100%
}



.activity-list .top a .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right:10px solid transparent;
  border-top: 10px solid #8CC53F;
position: absolute;
left: 47%;
top:224px
}

.activity-list .top a:hover .arrow-down {
  border-top: 10px solid #FFF;

}

.activity-list .top a:hover img {
  border-bottom: 5px solid #FFF;

}



.activity-list .top.second a {
	display: block;
	text-align: center;
	font-size: 1.8em;
	color: #FFF;
font-family: GillSans, "Arial Black", sans-serif;
	background-color: #8bc53f;
	padding: 2em .2em;
	border-radius: 2px;
	border: 1px solid #8bc53f;
	margin: .6em 0;

}
.activity-list .top.second a:hover {
	color: #8bc53f;
	background-color: #FFF;
}
		
	#popup-content .activity-list li{
display: inline-block;
width: 100%;
margin-bottom: 10px ;
min-height: 20px;
max-width: 280px;	
}	
		
		
		
		
.map-wrapper {
	margin-right: 2em;
}
.loginform {
	border-bottom: 2px dotted #8bc53f;
}
.loginform + .loginform {
	margin-top: 1em;
	border: none;
}
ul.shop-product li {
	width: 45%;
	margin-right:5%
}

.team-signup {
	width:45%;}
	
	
	
.items-image {
	display:none;
}	
	
.items-image-small {
	display:block;	
}
	
.items-image-small img {
max-width:280px;
}	
	
.voucher-wrapper {
	text-align:center;}

.voucher-wrapper label, .voucher-wrapper input  {
	width:98%
}
	
	.shopping-bag-table-total-row .item-title, .shopping-bag-table-total-row .quantity, .shopping-bag-table-total-row .delete {
		display:none;}

	.shopping-bag-table-total-row {
		margin-top:1em;
		padding-top:.5em;
		border-top:1px solid #8BC53F;}
	
	
	
	.shopping-bag-table-total-row .total, .shopping-bag-table-total-row .price {
		width:48%;
		text-align:right !important;}  
	
	
.footer-links {
	font-size:1em;}



.credits, .copyrights {
	padding:0 0 1em 0;

}	

	.copyrights {
		border-top:1px solid #8BC53F;
		padding-top:15px;}

	
		.reveal-modal.small {
	left: 60%;
	margin-left: -40%;
	width: 60%;
	top: 10%;
	min-width: auto;
}
		
		
	}
	
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
}*/

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
h1.black-header, h2.black-header {
 font-size: 1.5em;
 line-height: 1.4em;
 background-image: none;
 text-align: center;
}
 h2 {
 font-size: 1.3em;
 line-height:normal
}
h3 {
 font-size: 1.2em;
 line-height:normal
}

h4 {
 font-size: .9em;
 line-height:normal
}
h2.account-welcome {
		font-size: 2em;

	}

 .motto {
 font-size: 1.45em;
 top: 103px;
}


.cover-image {
	display:none;
}


ul.footer-activity li {
 max-width: 110px;
}
ul.footer-activity li span {
 font-size: 1em;
/*font-family: Arial, sans-serif;*/
}


 footer {
/*	background-color: transparent;*/
}
 

/*.green-btn, input[type=submit].green-btn, .orange-btn, input[type=submit].orange-btn {
 padding:.8em 1em
}*/
header .orange-btn, header .green-btn {
	font-size: 1em;
	padding:4px 8px;
}


ul.photo-gallery-thumb li {
 width:100%
}
 ul.shop-product li {
 width:90%;
}

.team-signup {
	width:98%;}
	
	
.shopping-bag-table-row .item-title {
	padding-top: .5em;
	width:45%;

}

.shopping-bag-table-row .price, shopping-bag-table-row .total {
	width:20%;

}
.shopping-bag-table-row .quantity {
	 width:10%;}
	
.shopping-bag-table .orange-btn.right, .shopping-bag-table .green-btn.left {
	width:90%;
	margin:5px auto;
	float:none;}

.reveal-modal.small {
	left: 50%;
	margin-left: -40%;
	width: 80%;
	top: 10%;
	min-width: auto;
}

	
}
 @-moz-document url-prefix() { 
select {
   padding: 5px 4px;
  }
}
