/*
Theme Name: Susquehanna Sports - Custom Theme
Version: 1.1
Author: WebTek
Author URI: http://www.webtekcc.com/
*/

/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
 width: device-width;
}
@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, iframe, div, section, header, p, a, ul, ol, li, article, footer, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #d92e3a;
 text-shadow: none;
 color: #fff;
}
::selection {
	background: #d92e3a;
	text-shadow: none;
	color: #fff;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
	max-width: 1280px;
	width: 92%;
	margin: 0px auto;
	position: relative;
}
.row {
	clear: both;
}
 @media screen and (min-width: 480px) {
.wrap {
	width: 98%;
}
.grid-1,  .grid-2,  .grid-3,  .grid-4,  .grid-5,  .grid-6,  .grid-half,  .grid-full,  .grid-unit {
	float: left;
	width: 100%;
}
.grid-1:nth-child(n),  .grid-2:nth-child(n),  .grid-3:nth-child(n),  .grid-4:nth-child(n),  .grid-5:nth-child(n),  .grid-6:nth-child(n),  .grid-half:nth-child(n),  .grid-full:nth-child(n),  .grid-unit:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-1:nth-child(1n),  .grid-2:nth-child(1n),  .grid-3:nth-child(1n),  .grid-4:nth-child(1n),  .grid-5:nth-child(1n),  .grid-6:nth-child(1n),  .grid-half:nth-child(1n),  .grid-full:nth-child(1n),  .grid-unit:nth-child(1n) {
	margin-right: 0;
}
.grid-1:last-child,  .grid-2:last-child,  .grid-3:last-child,  .grid-4:last-child,  .grid-5:last-child,  .grid-6:last-child,  .grid-half:last-child,  .grid-full:last-child,  .grid-unit:last-child {
	margin-right: 0;
}
.grid-25 {
	float: left;
	width: 49.24242%;
}
.grid-25:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-25:nth-child(2n) {
	margin-right: 0;
}
.grid-25:last-child {
	margin-right: 0;
}
.gallery .grid-unit,  .grid-half {
	width: 49.24242%;
}
.gallery .grid-unit:nth-child(n),  .grid-half:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.gallery .grid-unit:nth-child(2n),  .grid-half:nth-child(2n) {
	margin-right: 0;
}
.gallery .grid-unit:last-child,  .grid-half:last-child {
	margin-right: 0;
}
.grid-flow-opposite {
	float: right;
}
}
@media screen and (min-width: 640px) {
.grid-1 {
	width: 15.40404%;
}
.grid-1:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-1:nth-child(6n) {
	margin-right: 0;
}
.grid-1:last-child {
	margin-right: 0;
}
.grid-2 {
	width: 32.32323%;
}
.grid-2:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-2:nth-child(3n) {
	margin-right: 0;
}
.grid-2:last-child {
	margin-right: 0;
}
.grid-3,  .grid-half {
	width: 49.24242%;
}
.grid-3:nth-child(n),  .grid-half:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-3:nth-child(2n),  .grid-half:nth-child(2n) {
	margin-right: 0;
}
.grid-3:last-child,  .grid-half:last-child {
	margin-right: 0;
}
.grid-4 {
	width: 66.16162%;
}
.grid-4:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-4:nth-child(1.5n) {
	margin-right: 0;
}
.grid-4:last-child {
	margin-right: 0;
}
.grid-5 {
	width: 82.74242%;
}
.grid-5:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-5:nth-child(1.20482n) {
	margin-right: 0;
}
.grid-5:last-child {
	margin-right: 0;
}
.grid-6,  .grid-full {
	width: 100%;
}
.grid-6:nth-child(n),  .grid-full:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-6:nth-child(1n),  .grid-full:nth-child(1n) {
	margin-right: 0;
}
.grid-6:last-child,  .grid-full:last-child {
	margin-right: 0;
}
/* If there are no margins */
.grid-1.no-margin {
	width: 16.66667%;
}
.grid-1.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-1.no-margin:nth-child(6n) {
	margin-right: 0;
}
.grid-1.no-margin:last-child {
	margin-right: 0;
}
.grid-2.no-margin {
	width: 33.33333%;
}
.grid-2.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-2.no-margin:nth-child(3n) {
	margin-right: 0;
}
.grid-2.no-margin:last-child {
	margin-right: 0;
}
.grid-3.no-margin,  .grid-half.no-margin {
	width: 50%;
}
.grid-3.no-margin:nth-child(n),  .grid-half.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-3.no-margin:nth-child(2n),  .grid-half.no-margin:nth-child(2n) {
	margin-right: 0;
}
.grid-3.no-margin:last-child,  .grid-half.no-margin:last-child {
	margin-right: 0;
}
.grid-4.no-margin {
	width: 66.66667%;
}
.grid-4.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-4.no-margin:nth-child(1.5n) {
	margin-right: 0;
}
.grid-4.no-margin:last-child {
	margin-right: 0;
}
.grid-5.no-margin {
	width: 83.0%;
}
.grid-5.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-5.no-margin:nth-child(1.20482n) {
	margin-right: 0;
}
.grid-5.no-margin:last-child {
	margin-right: 0;
}
.grid-6.no-margin,  .grid-full.no-margin {
	width: 100%;
}
.grid-6.no-margin:nth-child(n),  .grid-full.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-6.no-margin:nth-child(1n),  .grid-full.no-margin:nth-child(1n) {
	margin-right: 0;
}
.grid-6.no-margin:last-child,  .grid-full.no-margin:last-child {
	margin-right: 0;
}
.grid-25 {
	width: 23.86364%;
}
.grid-25:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.grid-25:nth-child(4n) {
	margin-right: 0;
}
.grid-25:last-child {
	margin-right: 0;
}
.grid-25.no-margin {
	width: 25%;
}
.grid-25.no-margin:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
}
.grid-25.no-margin:nth-child(4n) {
	margin-right: 0;
}
.grid-25.no-margin:last-child {
	margin-right: 0;
}
.gallery .grid-unit {
	width: 32.32323%;
}
.gallery .grid-unit:nth-child(n) {
	margin-bottom: 1.51515%;
	margin-right: 1.51515%;
}
.gallery .grid-unit:nth-child(3n) {
	margin-right: 0;
}
.gallery .grid-unit:last-child {
	margin-right: 0;
}
.content-pad-right {
	padding-right: 4%;
/* Use (or don't) as necessary. */ }
.content-pad-left {
	padding-left: 4%;
}
}
.list-grid-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
 @media screen and (max-width: 480px) {
.list-grid-2 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
}
.list-grid-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
 @media screen and (max-width: 480px) {
.list-grid-3 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
}
/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

*[class^="button"] {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
*[class^="button"]:hover, *[class^="button"]:focus {
}
/*!////////////////////////////////////////////////
// MODULES
/////////////////////////////////////////////////*/
/*! Partials
//////////////////////////////////////////////*/


header[role=banner] {
}
nav[role=navigation] {
	text-align: right;
	top: 30px;
	position: relative;
}
.container {
	max-width: 1440px;
	width: 75%;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}
.mobile-nav {
	display: none;
}
body {
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/03/susquehanna-smash-background.jpg');
	background-attachment: fixed;
	background-color: #094299;
	background-position: top center;
	background-size: 110%;
}
.left-cta {
	position: fixed;
	left: -4%;
	top: 45%;
	display: none;
}
.right-cta {
	position: fixed;
	right: 7%;
	top: 35%;
	padding-top: 2%;
}
.side-link {
	color: #fff;
	text-decoration: none;
}
.side h2 {
	margin-top: -30px !important;
	margin-bottom: 10px !important;
}
.side li {
	padding-top: 20px;
	padding-left: 1.2em;
	list-style: none;
}
.grid-2.side {
	padding-left: 6px;
}
.side li:before {
	content: '\f058'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	color: #D3D3D3;
	margin-left: -1.2em; /* same as padding-left set on li */
}
​  .reg p {
	padding-right: 20px;
}
.reg h1 {
	margin-top: -30px !important;
	margin-bottom: 10px !important;
}
.side img {
	width: 100%;
	height: auto;
}
.side ul {
	font-size: 16px;
	padding-left: 10px;
}
.right-cta p {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 4px;
	margin: 0;
}
nav {
	z-index: 5;
}
.left-cta p {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 2px;
	margin: 0;
	-moz-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}
.right-cta i {
	font-size: 20px;
	margin-left: -8px;
	vertical-align: middle;
}
.current_page_item a {
	border-bottom: 6px solid #3765AB;
}
nav a {
	color: #fff;
	text-decoration: none;
	background-color: #5ba814;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	transition: all 0.5s ease-in-out;
}
nav a:hover {
	background-color: #fff;
	color: #5ba814;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	top: -76px;
	z-index: 4;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.logo-con img {
	position: absolute;
	width: 325px;
	z-index: 5;
}
a.rslides_nav.rslides1_nav.prev {
	background-color: #61AB1D;
	padding: 17px;
	color: #fff;
	font-size: 29px;
	border-radius: 6px;
	top: 12%;
	position: absolute;
	z-index: 5;
	height: 70px;
	left: -20px;
}
ul.rslides_tabs.rslides1_tabs {
	position: absolute;
	margin-top: -110px;
	left: 42%;
	z-index: 5;
}
a.rslides_nav.rslides1_nav.next {
	background-color: #61AB1D;
	padding: 17px;
	color: #fff;
	font-size: 29px;
	border-radius: 6px;
	top: 12%;
	position: absolute;
	z-index: 5;
	height: 70px;
	right: -20px;
}
ul.rslides_tabs.rslides1_tabs li {
	list-style: none;
	display: inline;
	padding: 4px;
}
ul.rslides_tabs.rslides1_tabs li a {
	color: transparent;
	text-decoration: none;
	background-color: #fff;
	border-radius: 50px;
	height: 15px;
	width: 15px;
	display: inline-block;
}
.rslides_here a {
	background-color: #61AB1D !important;
}
.event-information {
	max-width: 750px;
	margin: 0 auto;
}
.event-information > .year-event {
	text-align: center;
	color: #0c4599;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	margin-bottom: -35px;
	margin-top: -20px
}
.event-information h1 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	color: #61AB1D;
	margin-top: 18px;
}
.event-sub-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: -20px;
	color: #0c4599;
}
p {
	color: #252525;
	font-family: 'PT Serif', serif;
	font-size: 18px;
}
.when {
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/03/1.png');
	background-size: 75px;
	background-position: -8px center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-bottom: 30px;
}
.where {
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/03/2.png');
	background-size: 75px;
	background-position: -8px center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 70px;
	margin-bottom: 30px;
}
.register {
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/03/3.png');
	background-size: 85px;
	background-position: -18px center;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 65px;
	margin-bottom: 30px;
}
.register-button {
	background-color: #5ba814;
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/02/texture.png');
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
	position: relative;
	transition: all 0.5s ease;
}
div#gallery-1 br {
	display: none !important;
}
.register-button:hover {
	background-color: #184896;
}
.register-button:hover:after {
	border: 2px solid #5ba814;
}
.register-button:after {
	position: absolute;
	content: '';
	border: 2px solid #184896;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	top: -5px;
	left: 5px;
}
.link-con {
	text-align: center;
	margin-top: 65px;
	margin-bottom: 65px;
}
.main-home {
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/02/vollyball.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	padding: 80px 100px;
}
.tour-details {
	color: #FFF;
}
.tour-details p {
	color: #FFF;
	line-height: 1.8em;
}
.tour-details h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36px;
}
.bold {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: -20px;
	font-size: 1.3em;
}
.cash p {
	color: #5ba814;
	text-align: right;
	font-size: 50px;
	line-height: 55px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px !important;
	color: #61AB1D;
	margin-top: 18px;
}
li.lslide {
	margin-right: 5px !Important; 
	text-align: center;  
}
p.register-text {
	border-top: 2px solid green;
	color: #0c4599;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: -15px;
	margin-top: 60px;
}
ul.sub-menu {
	display: none;
}
.menu li:hover .sub-menu {
	display: block;
	position: absolute;
	z-index: 99;
	background-color: #5BA814;
	text-align: center;
	margin-top: 0;
	padding-left: 0;
	width: 87px;
}
.sub-menu li a {
	width: 100%;
}
.sub-menu li {
	width: 100%;
}
.current-menu-parent a {
	border-bottom: 6px solid #3765AB;
}
footer a {
	color: #fff;
	font-size: 30px;
}
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.lightSlider {
	overflow: hidden;
}
.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.lSSlideWrapper > .lightSlider:after {
	clear: both;
}
.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
	position: relative;
}
.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
	display: none;
}
.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #428bca;
}
.lSSlideOuter .media {
	opacity: 0.8;
}
.lSSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.7;
	overflow: hidden;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
	width: 40px;
	display: block;
	top: 50%;
	height: 40px;
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/03/arrow21.png');
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
	background-size: 40px;
}
.lSAction > a:hover {
	opacity: 1;
}
.lSAction > .lSPrev {
	background-position: 0 0;
	left: 10px;
}
.lSAction > .lSNext {
	right: 10px;
	background-image: url('https://www.susquehannasmash.com/wp-content/uploads/2015/03/arrow.png');
	background-size: 40px;
}
.lSAction > a.disabled {
	pointer-events: none;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
	position: relative;
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
	direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
	height: auto !important; 
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	display: inline-block;
	vertical-align: middle; 
}
/* Rtl */

@-webkit-keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
@keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.green-con {
	margin-top: 40px;
	margin-bottom: 10px;
}
/*! Footer
//////////////////////////////////////////////*/

footer[role=contentinfo] {
	background-color: #252525;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
footer p {
	color: #fff;
	margin-bottom: -13px;
}
ul#menu-menu-2 li {
	display: inline-block;
	position: relative;
	transition: all 0.5s ease-in-out;
}
ul#menu-menu-2 {
	margin: 0;
}
.green {
	color: #62ac1e !important;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
}
.home-gallery {
	width: 100%;
	padding-top: 1em; 
}
.sub-content {
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.sub-content h1 {
	color: #0c4599;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: -15px;
}
.sub-content h2 {
	color: #0c4599;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: -15px;
	margin-top: 60px;
}
.sub-content h3 {
	color: #0c4599;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: -15px;
	margin-top: 60px;
	text-align: left;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.results-all-details {
	height: auto;
	clear: both;
	margin-bottom: 30px;
	border-bottom: 1px solid #3664AE;
}
.descriptions h2 {
	border-top: 2px solid green;
}
img.results-image {
	height: auto;
	width: 30%;
	display: inline-block;
	float: right;
	margin-bottom: 50px;
}
.results-all-details p {
	display: inline-block;
}
.final-tiles-gallery {
	margin-top: 50px;
}
img.gear-image {
	margin-top: 30px;
	width: 100%;
}
.gear-all-details h2 {
	font-size: 18px;
}
.em-ticket {
	width: 33%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}
th {
	display: none !important;
}
td.em-bookings-ticket-table-price {
	display: inline-block;
}
td.em-bookings-ticket-table-spaces {
	display: inline-block;
}
.em-booking-form-details {
	width: 100% !important;
}
.input-group {
	display: inline-block;
	margin-right: 80px;
}
.input-group label {
	width: 150px;
}
.input-user-field {
	display: inline-block;
	margin-right: 80px;
}
.input-user-feild label {
	width: 150px;
}
.em-booking-form label {
	display: inline-block;
	width: 160px !important;
}
p.input-group.input-text.input-field-player___a_name {
	display: block;
	margin-top: 30px;
	border-top: 1px solid rgb(229, 227, 227);
	padding-top: 50px;
}
p.input-name.input-user-field {
	display: block;
	margin-top: 30px;
	border-top: 1px solid rgb(229, 227, 227);
	padding-top: 50px;
}
a.register-button.reg-page {
	display: block;
	margin-top: 60px;
}
a {
	color: #184896;
}
.input-field-name_2, .input-field-name_3, .input-field-name_4 {
	display: block;
	margin-top: 30px;
	border-top: 1px solid #E5E3E3;
	padding-top: 50px;
}
.b-link-fade .b-wrapper, .b-link-fade .b-top-line {
	background: rgba(91, 168, 20, 0.5) !important;
}
#gallery-1 img {
	border: none !important;
	height: 200px !important;
	width: 430px !important;
}
#gallery-1 .gallery-item {
	float: none !important;
	margin-top: -10px !important;
	text-align: center !important;
	width: 20% !important;
	margin-bottom: -10px !important;
	display: inline-block !important;
	height: 155px;
	overflow: hidden;
}
/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
 @media only screen and (max-width: 1545px) {
.right-cta {
}
.left-cta {
}
.cash p {
	color: #5ba814;
	text-align: right;
	font-size: 35px;
	line-height: 38px;
}
}
 @media only screen and (max-width: 1444px) {
a.rslides_nav.rslides1_nav.next {
	top: 9%;
}
a.rslides_nav.rslides1_nav.prev {
	top: 9%;
}
.tour-details {
	padding-left: 50px;
}
}
 @media only screen and (max-width: 1410px) {
.sub-content {
	padding-left: 20px;
	padding-right: 20px;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
	width: 180px !important;
}
}
 @media only screen and (max-width: 1360px) {
.logo-con img {
	width: 215px;
}
}
 @media only screen and (max-width: 1255px) {
.container {
	width: 85%;
}
.left-cta {
	left: 3%;
}
.right-cta {
	right: 3%;
}
.cash p {
	font-size: 35px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 1105px) {
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 4;
}
ul.rslides_tabs.rslides1_tabs {
	position: absolute;
	left: 42%;
	z-index: 5;
}
a.rslides_nav.rslides1_nav.prev {
	top: 8%;
	padding: 13px;
	font-size: 17px;
	height: 45px;
}
a.rslides_nav.rslides1_nav.next {
	top: 8%;
	padding: 13px;
	font-size: 17px;
	height: 45px;
}
nav a {
	font-size: 16px;
}
}
 @media only screen and (max-width: 1065px) {
.em-booking-form label {
	display: inline-block;
	width: 140px !important;
}
.input-group {
	display: inline-block;
	margin-right: 60px;
}
}
 @media only screen and (max-width: 1005px) {
.right-cta {
}
.left-cta {
}
nav a {
	font-size: 14px;
}
}
 @media only screen and (max-width: 969px) {
.input-group {
	display: inline-block;
	margin-right: 40px;
}
}
 @media only screen and (max-width: 950px) {
nav[role=navigation] {
	display: none;
}
.logo-con img {
	width: 295px;
	position: relative;
}
.rslides {
	top: -205px;
}
ul.rslides_tabs.rslides1_tabs {
	display: none;
}
.event-information {
	margin-top: -170px;
}
.logo-con {
	text-align: center;
}
.mobile-nav {
	display: block;
	background-color: #5ba814;
	padding-bottom: 10px;
	padding-top: 10px;
}
.toggle-button {
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.toggle-button p {
	color: #fff;
	padding-left: 15px;
}
nav a {
	font-size: 20px;
}
.when {
	margin-left: 40px;
	padding-right: 30px;
}
.where {
	margin-left: 40px;
	padding-right: 30px;
}
.register {
	margin-left: 40px;
	padding-right: 30px;
}
.tour-details {
	padding-left: 30px;
	padding-right: 20px;
}
.top-content-smash {
	margin-top: -150px;
}
}
 @media only screen and (max-width: 900px) {
nav a {
	font-size: 15px;
}
.em-ticket {
	width: 25%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}
}
 @media only screen and (max-width: 880px) {
.em-location-map-container {
	display: none;
}
}
 @media only screen and (max-width: 800px) {
.top-content-smash {
	margin-top: -110px;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
	width: 540px !important;
}
}
 @media only screen and (max-width: 750px) {
nav a {
	font-size: 22px;
	display: block;
	text-align: center;
}
}
 @media only screen and (max-width: 700px) {
.cash {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.cash p br {
	display: none;
}
.cash p {
	font-size: 35px;
	line-height: 35px;
	text-align: center;
}
.tour-details {
	width: 100%;
}
a.rslides_nav.rslides1_nav.next {
	display: none;
}
a.rslides_nav.rslides1_nav.prev {
	display: none;
}
.left-cta, .right-cta {
	display: none;
}
.container {
	width: 95%;
}
.em-ticket {
	width: 33%;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
	width: 100% !important;
}
.main-home {
	padding: 60px 0px;
}
}
 @media only screen and (max-width: 635px) {
img.results-image {
	height: auto;
	width: 100%;
	display: inline-block;
	float: right;
	margin-bottom: 50px;
}
}
 @media only screen and (max-width: 595px) {
#wpadminbar {
	position: fixed !important;
}
#gallery-1 .gallery-item {
	width: 50% !important;
}
.top-content-smash {
	margin-top: -80px;
}
}
 @media only screen and (max-width: 483px) {
.event-information h1 {
	font-size: 35px;
}
}
 @media only screen and (max-width: 400px) {
.logo-con img {
	width: 215px;
}
.mobile-nav {
	display: block;
	background-color: #5ba814;
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: 99;
	position: relative;
}
.tour-details {
	padding-left: 10px;
	padding-right: 10px;
}
.event-information {
	margin-top: 50px;
}
.top-content-smash {
	margin-top: 0px;
}
.rslides {
	display: none;
}
.register-button {
	font-size: 20px;
}
a.register-button.reg-page {
	display: block;
	margin-top: 30px;
	font-size: 20px;
}
.em-ticket {
	width: 50%;
}
}
div.em-booking-login {
	clear: both;
	border: none !important;
	border-top: 1px solid black !important;
	margin: 0 auto !important;
}
