
@import url(fonts/calibri/calibri.css);

/*~~~~~~~~~~~
	COLORS
~~~~~~~~~~~*/

Green: #656F1B;
Red: #713F03;
Black: #000000;
Grey: #3B2D1D;

// ----- __________ -----*/

/*~~~~~~~~~~~
	GLOBALS
~~~~~~~~~~~*/

*, *:before, *:after {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
	line-height:normal;
	vertical-align: bottom;
}

body {
	font-size: 16px;
	font-weight:normal;
	zoom:1;
	overflow-x:hidden;
	overflow-y:scroll;
	font-family: 'calibri', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

html, body {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

h1 {
	font-size: 3.438em;
	line-height: 1.5em;
	font-family: 'calibri-light';
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.688em;
	line-height:  1.75em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 2.6em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'calibri-light';
}

h4 {
	font-size: 2.1em;
	line-height: 1em;
	margin: 1em 0 0.5em 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'calibri-light';
}

p {
	font-size: 1.375em;
	line-height:1.5em;
	margin-bottom: 1em;
	clear:both;
	width:100%;
	vertical-align: initial;
	font-weight: 400;
	font-family: 'calibri-light';
}

p.italic {
	font-family: 'calibri-italic';
}

p.note {
	margin-bottom: 0;
}

ul, li, ol {
	list-style:none;
	list-style-type:none;
}

a {
  	position:relative;
}

a:hover {
	text-decoration:underline;
}

a:active {
 	top:1px;
}

a, .trans, a:before, a:after {
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

b, strong {
	font-weight: 700;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

hr {
    border-bottom: 2px solid #753f00;
    clear: both;
    height: 0;
    margin: 2em auto;
    padding: 0;
    width: 50%;
}

.centerme {
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vcenter {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vcenter-holder {
	position:relative;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.noscroll {
	height:100%;
	overflow:hidden;
}

.hidden {
	display: none;
}

/* ---- BACKGROUNDS ---- */

.bg-drkbrn {
	background-color: #3B2D1D;
}

.bg-green {
	background-color: #656F1B;
}

.bg-red {
	background-color: #713F03;
}

.bg-img {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% auto;
	background-color: #background:#f8f8f8;
}

.bg-img2 {
	background-position: center;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-contain {
  background-position:center;
  background-attachment:scroll;
  background-color:transparent;
  background-repeat: no-repeat;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  -ms-background-size:contain;
  -o-background-size:contain;
  background-size:contain;
}

/*~~~~~~~~~~~
	TYPE COLOR
~~~~~~~~~~~*/

.twhite {
	color: #fff;
}

.tred {
	color: #713F03;
}

/*~~~~~~~~~~~
	BUTTONS
~~~~~~~~~~~*/

button, .button {
	padding:0.5em 1em;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin:0.5em 0;
	display: inline-block;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

button:hover, .button:hover {
	text-decoration: none;
	cursor: pointer;
	opacity:0.8;
}

button.current, .button.current {
	opacity:0.8;
}

button.small, .button.small {
	font-size:1em;
}

footer .button {
	display: inline-block;
	float: right;
}

footer .button:hover {
}

/*~~~~~~~~~~~
	FORM
~~~~~~~~~~~*/

#eventSignup {
	background: url("../images/background.jpg") no-repeat fixed center top / cover;
	padding: 3.5em 0em 3.5em 0em;
}

#eventSignup h3, #eventSignup h4 {
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}

#eventForm {
	background-color: rgba(101, 111, 27, 0.75);
	color: #fff;
}

input[type="text"] {
	width: 100%;
	font-family:inherit;
	font-size: inherit;
	margin: 0.5em 0 1.5em 0;
	padding: 0.75em;
	text-align: center;
}

input[type="text"]:focus {
	border: 1px solid #000;
}

#radiosHolder {
	margin: 0 0 2em 0;
	overflow: hidden;
}

.radio {
	margin-bottom: 0.5em;
}

.ccheckboxcontainer {
	overflow: hidden;
	padding-bottom: 1em;
	max-width: 500px;
	margin: 0 auto;
}

input[type="radio"],
input[type="checkbox"] {
	display:none;
}

input[type="radio"] + label {
	color: #fff;
	font-size: 1.4em;
	display: block;
}

input[type="checkbox"] + label {
	color: #fff;
	font-size: 1.4em;
	display: block;
	text-align: left;
}

input[type="checkbox"] + label h6 {
	display: block;
	float: left;
	font-weight: normal;
	line-height: 1.25em;
	width: 90%;
}

input[type="checkbox"] + label h6 strong {
	font-size: 1.3em;
	font-weight: normal;
}

input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 10px 0 0;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  50%;
	border-radius:  50%;
	border: solid 3px #fff;
}

input[type="checkbox"] + label span {
	display: block;
	width:19px;
	height:19px;
	margin: 7px 20px 0 0;
	vertical-align:middle;
	cursor:pointer;
	border: solid 3px #fff;
	float: left;
}

input[type="radio"] + label span,
input[type="checkbox"] + label span {
	background-color: #fff;
}

input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span {
	background-color: #713F03;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span,
input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span {
	-webkit-transition:background-color 0.4s linear;
	-o-transition:background-color 0.4s linear;
	-moz-transition:background-color 0.4s linear;
	transition:background-color 0.4s linear;
}

.submitBtn {
	padding: 2em 0 2em 0;
}

input[type="submit"] {
	cursor: pointer;
	position:relative;
	font-family:inherit;
	font-size:2em;
	background-color: transparent;
	color: #fff;
   font-family: inherit;
   padding: .5em 0;
   position: relative;
   width: 50%;
   border: solid 1px #fff;
   -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

input[type="submit"]:hover {
	background-color: #fff;
	color: #713F03;
}

textarea {
	resize:none;
}

/*~~~~~~~~~~~
	ERRORS
~~~~~~~~~~~*/

.alert {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 1px #d75959;
	color: #d75959;
	text-align: center;
	padding: 0.5em;
	margin: 0 auto;
	clear: both;
	margin-bottom: 2em;
}

.alert p {
	margin: 0;
	padding: 0;
}

.status {
	width: 80%;
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 1px #656F1B;
	color: #656F1B;
	text-align: center;
	padding: 0.5em;
	margin: 0 auto;
	clear: both;
	margin-top: 2em;
}

.status p {
	margin: 0;
	padding: 0;
}

.success {
	width: 100%;
	color: #fff;
	text-align:  center;
	padding: 2em 2em 0em 2em;
	clear: both;
}

/*~~~~~~~~~~~
	PAGE CORE
~~~~~~~~~~~*/

.wrapper {
	width:95%;
	max-width: 940px;
	margin:0 auto;
	position: relative;
}

.wrapper.wide {
	max-width:1280px;
	width:100%;
}

.wrapper100 {
	width: 100%;
	max-width: 940px;
	margin:0 auto;
	position: relative;
}

body > div.rel {
  height: 100%;
  overflow: visible;
}

header, footer, section {
	display:inline-block;
	float:left;
	clear:both;
	width:100%;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
}

.rel {
	position:relative;
}

/*~~~~~~~~~~~
	HEADER
~~~~~~~~~~~*/

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height: 100px;
	overflow:hidden;
	z-index:700;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	padding: 1em 0;
	text-align: center;
}

#topImg {
	padding:2em;
	height:50%;
	overflow:visible;
	min-height: 600px;
}

#topLogo {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-align: center;
}

#topLogo img {
	width: 50%;
	height: auto;
	max-width: 350px;
	margin-top: 7%;
}

/*~~~~~~~~~~~
	EVENT INFO
~~~~~~~~~~~*/

#infoBox {
	padding: 2em;
	margin: 2.5em 0 2.5em 0;
	display: block;
}

#infoBox h2 {
	color: #fff;
}

.cleanlist {
	font-weight: 500;
	line-height: 2em;
	margin: 1em 0 0 0;
}

.cleanlist li {
	margin: 0 0 2em 0;
}

/*~~~~~~~~~~~
	EVENT LINKS
~~~~~~~~~~~*/

#eventLinks {
	text-align: center;
}

#eventLinks ul {
	margin: 0;
	padding: 1em 0 1em 0;
}

#eventLinks ul li {
	display: block;
	width: 50%;
	text-align:  center;
	float: left;
	margin-bottom: 1.5em;
	text-align: center;
}

#eventLinks ul li.full {
	width: 50%;
	clear: both;
	margin: 0 auto;
	display: block;
	float: none;
}

#eventLinks ul li a {
	padding: 0.5em;
	width: 90%;
	display: inline-block;
	border: solid 1px #fff;
	text-decoration: none;
	font-size: 2em;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

#eventLinks ul li a:hover {
	background-color: #fff;
	color: #713F03;
}

/*~~~~~~~~~~~
	EVENT INFO
~~~~~~~~~~~*/

#parklaneWebsite {
	background: url("../images/footer.jpg") no-repeat center top / cover;
	height: 850px;
}

#parklaneWebsite .wrapper {
	max-width: 1200px;
}

#parklaneWebsite .wrapper img {
	position:  absolute;
	left: 2em;
	top: 2em;
	width: 50%;
	max-width: 400px;
	height: auto;
}

#parklaneWebsite .wrapper a {
	padding: 0.5em;
	width: 400px;
	display: block;
	position: absolute;
	right: 2em;
	top: 1.5em;
	border: solid 1px #fff;
	text-decoration: none;
	font-size: 2em;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

#parklaneWebsite .wrapper a:hover {
	background-color: #fff;
	color: #713F03;
}

/*~~~~~~~~~~~
	FOOTER
~~~~~~~~~~~*/

#footer {
	font-size: 0.75em;
	font-weight: 300;
	padding: 1em 0px;
	height: 5.5em;
	margin-bottom: -5em;
	overflow:visible;
	z-index:500;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

#footer a {
	color: #fff;
  text-decoration:none;
}

#footer a:hover {
	color: #D8C9BA;
}

.prompt-bg {
	position:fixed;
	z-index: 800;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.prompt {
	position:absolute;
	left:50%;
	top:50%;
	width:720px;
	height:500px;
	margin-top:-250px;
	margin-left:-360px;
	background:#f8f8f8;
	box-shadow:0 0 5px rgba(0,0,0,.9);
	overflow:hidden;
}

.pmt-title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	box-shadow:0 0 4px #f8f8f8;
	height:3em;
	text-align:center;
}

.pmt-close {
	position:absolute;
	top:0;
	right:0;
	width:3em;
	height:3em;
	background:url('../images/closebg.png') no-repeat 60% 40% scroll #2F2505;
	color:#f8f8f8;
	margin: 0;
	border-radius: 0 0 0 4em;
}

#sitelink {
	font-size: 1.5em;
}

/*~~~~~~~~~~~
	RESPONSIVE
~~~~~~~~~~~*/

@media only screen and (max-width:1100px) {

	#parklaneWebsite .wrapper a {
		width: 330px;
	}

	#parklaneWebsite .wrapper img {
		max-width: 330px;
	}

}

@media only screen and (max-width:940px) {

	#footer {
		height:7em;
		margin-bottom:-6.5em;
	}

}

@media only screen and (max-width:900px) {
	
	.bg-img {
		background-attachment: scroll;
		background-size: auto 100%;
	}

	#topLogo img {
		width: 60%;
		height: auto;
		max-width: 350px;
		margin-top: 15%;
		max-width: 300px;
	}

	#parklaneWebsite .wrapper img {
		position: static;
		width: 80%;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
		padding-bottom: 2em;
	}

	#parklaneWebsite .wrapper a {
		width: 80%;
		max-width: 400px;
		position: static;
		margin: 0 auto;
	}

}

@media only screen and (max-width:860px) {

	.head-menu {
		font-size:0.85em;
	}

	.branding img {
		height: 38px;
		width: auto;
		margin: 0.5em 0;
	}

	#topImg {
		padding:2em;
		height:50%;
		overflow:visible;
		min-height: 500px;
	}

	#eventsHome a span.eventTitle {
		width: 80%;
	}

	#eventLinks ul li {
		display: block;
		width: 100%;
		text-align:  center;
		float: none;
		margin-bottom: 1em;
		text-align: center;
	}

	#eventLinks ul li.full {
		width: 100%;
		clear: both;
		margin: 0;
		float: none;
	}

}


@media only screen and (max-width:740px) {

	input[type="checkbox"] + label h6 {
		width: 80%;
	}

	.half, .third, .twothird {
		width:100%;
	}

	.half.previous, .half.next {
		width:50%;
	}

	.field.half {
		width:50%;
	}

	.half-height, .full-height, .third-height, .twothird-height {
		padding:2em;
		height:auto;
		overflow:visible;
	}

	footer div.left ,   footer div.right {
		float: none;
		width: 100%;
		text-align: center!important;
		margin: 0 0 .5em 0;
	}

}

@media only screen and (max-width:680px) {

	h1 {
		font-size: 2.5em;
		line-height: 1.5em;
		font-family: 'calibri-light';
		margin: 0;
		padding: 0;
	}

	body {
		font-size:15px;
	}

}

@media only screen and (max-width:540px) {

	#topImg {
		padding:2em;
		height:50%;
		overflow:visible;
		min-height: 400px;
	}

	#parklaneWebsite {
		height: 650px;
	}

  .bg-contain {
    background-size:90%;
  }

  #footer div.right {
    width:100%;
  }

  #footer div.left {
    width:100%;
  }


}

@media only screen and (max-width:480px) {

	#eventInfo br {
    content: ' '
	}

	#eventInfo br:after {
    content: ' '
	}

}

@media only screen and (max-width:420px) {

	body {
		font-size: 14px;
	}

}