/*
	Theme Name: Custom Theme for Festival of River Boats
	Theme URI:
	Description: Custom WP theme to celebrate the Festival of River Boats
	Author: Current360
	Author URI: http://current360.com
	Version: 0.1
	Tags:
*/

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */



/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}


/** END HTML5 Boilerplate CSS **/






/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert {
	background-color: #d7efc8; /* layer fill content */
	border: 1px solid #acc89c; /* stroke */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 836px;
} /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */

.alert img {
	display: block;
	float: left;
	vertical-align: text-top;
}

.alert p {
	display: block;
	float: left;
	margin: 0 15px;
	width: 80%;
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);

}


/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** Keep drop-downs working **/
#access li {
	float: left;
	position: relative;
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 3.333em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul li:hover > ul {
	display: block;
}
/** END WordPress-Defined CSS Classes **/



/*--------------------------------TYPOGRAPHY-------------------------------*/
body {
	font-family: 'News Cycle', sans-serif;

}
h1,h2,h3,h4,h5,h6, .headline, nav, .column li > a, .ticketButton, .questionsPhone, .roundedHeadingFull, .popOutHeading, .ticketsPageButton, .ticketsPageButton2, input[type=submit], .downloadButton, .blogPostTitle, #sponsorsHeading, .buyTickets {
	color: #2a3140;
	font-family: 'Lobster Two', cursive;
	font-weight: 500;
}

.footerNav a { color: rgb(34, 34, 34); }

/*--------------------------------SHARED STYLES-------------------------------*/
::selection { background: #cce8f9; }
::-moz-selection { background: #cce8f9; }

.blueBackground {
  	background: #cce8f9;
	}

p a img { margin-bottom: 20px; }

header, footer {
	background: url(img/cardboard.jpg) repeat left top;
	width: 100%;
}



header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 370px;
	padding-top: 65px;
	}
header.interiorHeader {
	border-bottom: 1px solid #293140;
	height: 45px;
	padding-top: 20px;
}
footer {
	height:280px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	}

.mainNav {
	background: url(img/navBG.png) repeat-x left top;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.1), inset 0 1px 5px rgba(255,255,255,.75); /* drop shadow and inner shadow */
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.1), inset 0 1px 5px rgba(255,255,255,.75); /* drop shadow and inner shadow */
	box-shadow: 2px 3px 3px rgba(0,0,0,.1), inset 0 1px 5px rgba(255,255,255,.75); /* drop shadow and inner shadow */
	height: 37px;

	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.intNav { width: 650px; }
.logoLinkInt {
		background: url(img/tix-logo.png) no-repeat left top;
		height: 280px;
		margin-left: 75px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: -45px;
		width: 200px;
		z-index: 99;
	}.logoLinkInt:hover { background-color: rgba(196, 208, 208, .0)!important;}
.contentWrapper {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk2MSAxMDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOWVkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iOTYxIiBoZWlnaHQ9IjEwMzAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #e9edef 0%, #fff 25.32%, #fff 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #e9edef 0%, #fff 25.32%, #fff 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #e9edef 0%, #fff 25.32%, #fff 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #e9edef 0%, #fff 25.32%, #fff 100%); /* gradient overlay */

	-moz-box-shadow: 0 0 9px rgba(75,108,131,.26); /* outer glow */
	-webkit-box-shadow: 0 0 9px rgba(75,108,131,.26); /* outer glow */

	padding: 50px 25px;
	box-shadow: 0 0 9px rgba(75,108,131,.26); /* outer glow */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

.clear { clear: both; }

.wheel {
	background: url(img/wheel.png) no-repeat left center;
	margin-left: -41px;
	padding-left: 75px;
}

.bold { font-weight: bold; }
p.headline { margin-top: 0; }
.leftOffset {
	margin-left: -75px;
}
.noBG {
	background: none;
	box-shadow: none;
	}
.noMargin {
	margin-bottom: 0;
	margin-top: 0;
	}
.noPadding {
	padding-bottom: 0;
	padding-top: 0;
}
.noTopMargin { margin-top: 0; }

p {

	line-height: 1.5em;
	}

.buyTickets {
	background: url(img/buyTicketsButton2.png) no-repeat left top;
	background-position: 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 36px;
	height: 86px;
	line-height: 86px;
	text-indent: 5em;

}
	.buyTickets:hover {
		background-position: 0 -86px;
		color: #fff;
	}

.roundedHeading {
	background: #293140  url(img/roundedEnd.png) no-repeat right top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding-left: 10px;
	position: relative;
	height: 52px;
	width: 423px;
	z-index: 2;
}
p.roundedHeading {
	color: #fff;
	font-family: 'Lobster Two', cursive;
	font-size: 36px;
	margin: 1em 0 0 0;
}

aside > li, .socialMedia li { list-style: none; list-style-type: none;}
footer .contentWrapper {
	background: none;
	margin: 0 auto;
	width: 100%;
	}
footer .contentWrapper > ul {
	margin-right: 30px;
}

	footer .contentWrapper { padding-left: 0; padding-right: 0; }
	footer .contentWrapper > ul:last-child  {
		margin-right: 0;
		}
footer ul {
	float: left;
	padding-left: 0;
	 }
footer li { list-style: none; list-style-type: none; }
.footerTweets {

	width: 300px;
	}
.footerNav {
	margin: 0;
}

.footerNav1 {margin-right: 25px; }
	.footerNav1 li { margin-bottom: 4px; }
.footerNav a {
	text-decoration: none;
}
	.footerNav li.current_page_item a, .footerNav a:hover{
		color: #ef483e;
		text-decoration: underline;
	}
	.footerNav .sub-menu {
		float: none;
		margin: 0;
		padding-left: 10px;
	}
.footerNav2, .footerHomeLink { margin-bottom: 0; }
.widget-title {
	background: url(img/twitterBird.png) no-repeat left top;
	margin-top: 0;
	padding-left: 35px;
	}



#twitter_update_list {
	margin: 2px 0;
}
#twitter_update_list img {
	width: 48px;
	height: 48px;
	border: 3px solid #f0f4f6; /* stroke */
	background-color: #d9e5eb; /* layer fill content */
	-moz-box-shadow: 0 5px 4px rgba(1,2,2,.06), 0 0 1px rgba(0,0,0,.2); /* drop shadow and outer glow */
	-webkit-box-shadow: 0 5px 4px rgba(1,2,2,.06), 0 0 1px rgba(0,0,0,.2); /* drop shadow and outer glow */
	box-shadow: 0 5px 4px rgba(1,2,2,.06), 0 0 1px rgba(0,0,0,.2); /* drop shadow and outer glow */

	float: left;
	margin-right: 15px;
}
#moreTweets { font-size: 12px; }
#twitter_update_list li {
	margin-bottom: 15px;
	}
#twitter_update_list li img { margin-top: 8px; }
#twitter_update_list span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 12px;
	line-height: 12px;

	padding: 8px;

	float: left;

	width: 187px;

	height: 75px;


	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e7eff3; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNiA1NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk4LjUlIiB4Mj0iNTAlIiB5Mj0iMS40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMzYiIGhlaWdodD0iNTQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */

}

.widget-title { margin-bottom: 0; }


	#kyLogo, #galtLogo {
		display: block;
		margin-bottom: 15px;
	}
	#louLogo {
		margin-left: 10px;
	}

/*--------------------------------HOME PAGE-------------------------------*/
/*******NAVIGATION*******/
.homeNav {
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0;
	}
	.homeNav > li {
		border-right: 1px solid #d2d5d1;
		display: block;
		float: left;
		height: inherit;
		line-height: inherit;
		}
		.homeNav li:last-child { border: none; }
	.homeNav li > a {
		color: #293140;
		display: block;
		font-size: 22px;
		line-height: inherit;
		padding: 0 19px;
		text-decoration: none;
		}
		.homeNav a:hover {
			background-color:rgba(196, 208, 208, .5);
			}

	.subNav { display: none; }
	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		height: 428px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: -65px;
		width: 283px;
		z-index: 99;
		}
	.logoLinkHome:hover {
		background-color: rgba(196, 208, 208, .0)!important;
		}

	#homeTitle {
		font-size: 42px;
		line-height: 42px;
		}

/********SLIDER*************/
.nivoSlider img {
		width: 100%;
		height: auto;
	}


/*******CONTENT AREA*******/

.westSide, .eastSide {
	width: 49%;
}

.westSide {
	float: left;
}

.eastSide {
	float: right;
}

#text-3 { margin: 0 0 40px 0; }
.fancybox-media { display: block; }

.homeVideoLightbox, .sponsors, .social {
	background: #cce8f9;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	position: relative;
	margin: 0 0 0 2px;

}
	.homeVideoLightbox {

		width: 435px;
		}
	.homeVideoLightbox img {
		left: 30px;
		position: relative;
		top: -20px;
		z-index: 3;
	}

.sponsors, .social {
	float: left;
}
.sponsors {
	margin-right: 40px;
	width: 225px;
}

#sponsorsHeading {
	margin-top: 0;
	width: 248px;
}
.social {
	width: 139px;
}
#socialHeading {
	margin-top: 0;
	width: 155px;
}
.socialMedia {
	margin-left: 0;
	padding-left: 25px;
}
	.socialMedia a {
		background: url(img/socialIcons.png) no-repeat left top;
		display: block;
		height: 46px;
		text-indent: -99999px;
		width: 46px;
	}
		#tw {
			background-position: 0 -46px;
			margin: -15px 0 0 45px;
		}
		#yt {
			background-position: 0 -92px;
			margin: -15px 0 0 0;
		}
		#ig {
			background-position: 0 -138px;
			height: 47px;
			margin: -15px 0 0 45px;
		}
/*--------------------------------TICKETS-------------------------------*/

.intLogo {
	float: left;
	margin: -10px 0 0 0;}

.ticketsWrapperHeader {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 25px;
	width: 945px;
}

.ticketsHeading img { margin-left: -25px; }
.ticketsHeading p {
	font-size: 21px;
	margin: -10px 0 15px 125px;
}


.column {
	display: block;
	float: left;
	margin-right: 1%;
	width: 30%;
}
	#cruiseColumn {
		margin-left: 3%;
		margin-right: 5%;
	}
	.ticketsIcons {
		background: url(img/ticketsIcons.png) no-repeat left top;
		font-size: 30px;
		height: 40px;
		line-height: 40px;
		margin: 1em 25px 10px -40px;
		padding-left: 49px;
	}
		#cruiseHeading { background-position: 0 -40px; }
		#dateHeading { background-position: 0 -80px; }
	.column ul {
		border: 1px solid #e4e4e4;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 10px 0;
		width: 228px;
	}
	.column li {
		list-style: none;
		list-style-type: none;
		height: 45px;
		position: relative;
		width: inherit;
	}
	.column li > a {
		display: block;
		font-size: 22px;
		line-height: 45px;
		text-align: center;
		text-decoration: none;
		}
		.column li > a:hover{ background: #29313f; color: #fff; }

.cruiseOptions { margin-left: 10px; }
#availableCruises {
	font-size: 44px;
	margin-bottom: 25px;
	}


/*---------------------------------------STYLING TICKETS LAYOUT-------------------------------------*/
.ticketsWrapper { padding-top: 25px;}
.cruiseOptions { margin-bottom: 50px; }


.dayDateTime, .boatInfo, .cruiseInfo, .purchase {
	display: block;
	float: left;
	}
.boatDescription, .cruiseDescription, .cruiseDetails { display: none; }

.boatIcon, .cruiseIcon, .boatIconList, .cruiseIconList {
	background: url(img/infoIcon.png) no-repeat left top;
	display: inline-block;
	height: 16px;
	position: relative;
	top: 3px;
	width: 16px;
}

.boatIconList, .cruiseIconList {
	margin: 0 0 0 8px;
	position: relative;
	top: 0;
	}

.boatInfo { position: relative; }
.boatDescription, .cruiseDescription, .popOut, .cruiseDetails {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */

	background-color: #29313f; /* layer fill content */

	-moz-box-shadow: 0 2px 3px #000; /* drop shadow */
	-webkit-box-shadow: 0 2px 3px #000; /* drop shadow */
	box-shadow: 0 2px 3px #000; /* drop shadow */

	color: #fff;

	font-size: 16px;
	left: 150px;
	padding: 20px;
	position: absolute;
	top: 0px;
	width: 275px;
	z-index: 15;
}

.cruiseDetails {
	left: 180px;
}

.popOut {
	display: none;
	left: 230px;
	}
.popOutHeading {
	color: #cce8f9;
	display: block;
	font-size: 28px;
	text-decoration: underline;
}
.popOut p {
	font-size: 16px;
}

.ticketsImg {
	border-radius: 75px;
	height: 90px;
	float: right;
	margin-left: 10px;
	width: 90px;
}

.ticketsPageButton {
	width: 96px;
	height: 24px;
	border: 1px solid #9d1d1f; /* stroke */
	-moz-border-radius: 3px / 2px;
	-webkit-border-radius: 3px / 2px;
	border-radius: 3px / 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e14239; /* layer fill content + color overlay */
	-moz-box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	float: right;
}

.ticketsPageButton2 {

	-moz-border-radius: 3px / 2px;
	-webkit-border-radius: 3px / 2px;
	border-radius: 3px / 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */



	background: #202938;
	border: 1px solid #050609;
	-moz-box-shadow: inset 0 1px 0 #0f1218;
	-webkit-box-shadow: inset 0 1px 0 #0f1218;
	box-shadow: inset 0 1px 0 #0f1218;
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;

	float: left;
	margin: 0 15px 0 0;
	padding: 5px 10px;
}



.dayDateTime {
	position: relative;
	width: 210px;
	}
.boatInfo {
	margin-right: 15px;
	width: 170px;
}
.cruiseInfo {
	margin: 0 15px 0 0;
	position: relative;
	width: 275px;
	}
.purchase { width: 175px; }
.price {
	float: left;
	margin-right: 10px;
	}


	a.ticketButton.soldOut {
		background: #C4AEAD;
		border: 0px solid #4d4242;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		}
		a.ticketButton.soldOut:hover {color: #fff;}

.superHide { display: none; visibility: hidden; }

.selected {
	background: #cce8f9;
	}
	.selected a:hover {
		background: #cce8f9!important;
		color: #000!important;


	   -o-transition-property:color, background;
	   -o-transition-duration: 1s, 1s;
	   -o-transition-timing-function: linear, ease-in;
	   -moz-transition-property:color, background;
	   -moz-transition-duration: 1s, 1s;
	   -moz-transition-timing-function: linear, ease-in;
	   -webkit-transition-property:color, background;
	   -webkit-transition-duration: 1s, 1s;
	   -webkit-transition-timing-function: linear, ease-in;
	   transition-property:color, background;
	   transition-duration: 1s, 1s;
	   transition-timing-function: linear, ease-in;
	}
.hide { display: none; }
.display { display: block!important; }



.roundedHeadingFull {
	background: url(img/intSocialBG.png) no-repeat left top;
	color: #fff;
	font-size: 36px;
	height: 53px;
	line-height: 53px;
	text-indent: 35px;
}
/*
.ticketsSocial {
	margin: -86px 0 80px 140px;
	position: relative;
	z-index: 3;
}
*/

.ticketsSocial {
	position: absolute;
	width: 90%;
	z-index: 5;
}
.ticketsSocial .socialMedia li{
	display: block;
	float: left;
}

.ticketsSocial #tw, .ticketsSocial #yt, .ticketsSocial #ig {margin: 0 0 0 10px;}

.ticketsQuestions {
	margin: 1em 0;
}

.tickets-page-template-php .ticketsPageSocialIcons p {
	margin: 0;
	position: relative;
	left: -25px;
	width: 455px;
}


.ticketsPageSocialIcons p {
	margin: 0;
	position: relative;
	left: -40px;
	width: 455px;
}



/*--------------------------------INTERIOR PAGES-------------------------------*/
/*
.intSidebar {
	float: left;
	width: 166px;
}
	.intSidebar img {
		margin: 0 0 80px -53px;
	}

.intPages {
	float: right;
	margin: 0 0 25px 0;
	width: 729px;
}
*/
.intPages > p { margin-top: 0; }

.heroImage {
	box-shadow: 0 0 9px rgba(75,108,131,.26); /* outer glow */
	margin: -220px auto 0 auto;
	width: 100%;
	max-width: 1000px;
	}
	.heroImage img {
		height: auto;
		margin-bottom: 2em;
		width: 100%;
	}
.bigWheel {
	background: url(img/bigWheel.png) no-repeat left top;
	margin-left: -25px;
	padding-left: 80px;
}

.titleTickets { margin-bottom: 40px;}

.quicksand {font-size: 32px; margin: -10px 0 0 0;}
	#smallerFont { font-size: 18px; margin: 0 0 0 0; }
.pageTitle .headline { font-size: 47px; margin: -20px 0 0 0;}


.description {
	height: 210px;
	margin-bottom: 30px;
}
/*	#diningCruise { padding-top: 10px; } */
	#familyFun { margin-top: -10px;}
	#specialEvents { margin-top: -32px; }

	#soPeoria { margin-top: -20px; }
	#riverQueen, #aNorthup, #tColonel { margin-top: -10px; }
	#gJackson { margin-top: -15px; }

.description .headline { font-size: 40px; margin-bottom: 0; }
.description p { margin-top: 0; }

.intSidePic {
	border-radius: 75px;
}

.eventsList { margin: 50px 0 30px -25px;}

table { margin-top: 150px; }
td { padding: 8px; }

.oneThird {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	padding: 5px;
	width: 32%;
}

.oneThird .headline { font-size: 22px;}

.oneHalf {
	float: left;
	width: 49%;
}

.noDisc li {
	list-style: none;
	list-style-type: none;
}

input, select {
width: 100%;
	height: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e5e5e5; /* layer fill content */
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5); /* drop shadow */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5); /* drop shadow */
	box-shadow: 0 0 3px rgba(0,0,0,.5); /* drop shadow */

	border: none;
	margin-bottom: 15px;

	text-indent: 15px;
}



textarea {

	width: 100%;
	height: 154px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e5e5e5; /* layer fill content */
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5); /* drop shadow */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5); /* drop shadow */
	box-shadow: 0 0 3px rgba(0,0,0,.5); /* drop shadow */

	border: none;
	text-indent: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

input[type="submit"] {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e14239; /* layer fill content + color overlay */

	border: 1px solid #9d1d1f; /* stroke */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */

	-moz-box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */

	color: #fff;
	display: inline-block;
	float: right;
	height: 26px;
	font-size: 18px;
	line-height: 22px;

	text-align: center;
	text-decoration: none;
	text-indent: 0;
	width: 102px;
}

#contactButton { float: none; margin: 0 auto; width: 102px; display: block; }


/**************************************************IE 10********************************************************/

html[data-useragent*='MSIE 10.0'] .footerTweets {
	margin-right: 15px!important;
	width:300px;
	}


html[data-useragent*='MSIE 10.0'] .footerNav1 { margin-right: 15px!important; }

/**************************************************FAQ********************************************************/
.faq {
	font-size: 1.5em;
	margin-bottom: 0;
	}

/**************************************************PRESS KIT********************************************************/
.gallery { margin: 25px 0;}

.pressGallery {
	display: block;
	float: left;
	margin-right: 45px;
	width: 250px;
	}
	.pressGallery img {
		border-radius: 150px;
		margin-bottom: 15px;
	}
	.pressGallery .downloadButton { margin: 0 auto;}

.downloadButton {
	width: 175px;
	height: 24px;
	border: 1px solid #9d1d1f; /* stroke */
	-moz-border-radius: 3px / 2px;
	-webkit-border-radius: 3px / 2px;
	border-radius: 3px / 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e14239; /* layer fill content + color overlay */
	-moz-box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	box-shadow: inset 0 1px 0 #ff5050; /* inner shadow */
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
	text-indent: 5px;

}
	.downloadButton span {
		background: url(img/dlIcon.png) no-repeat left top;
		display: block;
		float: left;
		height: 27px;
		position: relative;
		top: -2px;
		width: 40px;
	}
.buttons p { margin-top: 0;}



.popOut a.ticketsPageButton, .cruiseOptions article a.ticketsPageButton { visibility: hidden; }


/**************************************************BLOG********************************************************/
.blogPost {

	margin-bottom: 40px;
}

.noFloat {
	clear: both;
	float: none;
	margin: 15px 0;
	width: 95px;
	}



.blogPostTitle {
	font-size: 40px;
	margin: 0;
	line-height: 1em;
	}
	.blogPostTitle a {
		color: #2a3140;
		text-decoration: none;
		}
		.blogPostTitle a:hover {
			text-decoration: underline;
		}
		.right { float: right; }

.singlePost {
	margin: 0 auto;
	width: 600px;
}
.singlePostPic img {
	height: auto;
	margin: 0 auto;
	max-height: 400px;
	max-width: 600px;
	width: 100%;
}




/*----------------------------------------------------------------------------------------------------------------


		RESPONSIVE STYLES


----------------------------------------------------------------------------------------------------------------*/
.mobileFilters {
		margin-top: 20px;
		}
		.mobileFilters select {
			width: 248px;
			height: 47px;
			border: 1px solid #9d1d1f;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #e14239;
			-moz-box-shadow: inset 0 0 0 #ff5050;
			-webkit-box-shadow: inset 0 0 0 #ff5050;
			box-shadow: inset 0 0 0 #ff5050;

			color: #fff;
			display: block;
			font-family: 'Lobster Two', cursive;
			font-size: 1.3em;
			margin: 0 auto 10px auto;
			}
			.mobileFilters select.valueSelected {
				border: 1px solid #95b9cf;
				background-color: #cbe7f9;
				-moz-box-shadow: inset 0 0 0 #96b9cf;
				-webkit-box-shadow: inset 0 0 0 #96b9cf;
				box-shadow: inset 0 0 0 #96b9cf;

				color: #2a3140;
			}


.ticketsWrapperHeader #toggle {
	position: absolute;
	right: 20px;
	top: -20px;
}


.questionsPhone {

		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #29313f;
		-moz-box-shadow: inset 0 0 0 #0a0c12;
		-webkit-box-shadow: inset 0 0 0 #0a0c12;
		box-shadow: inset 0 0 0 #0a0c12;
		border: 1px solid #090d11;
		color: #fff;
		display: block;
		font-family: 'News Cycle', sans-serif;
		font-size: 15px;
		height: 70px;
		line-height: 15px;
		margin: 0 auto;
		text-align: center;
		width: 85%;
		}
		.questionsPhone span {
			display: block;
			font-family: 'Lobster Two', cursive;
			font-size: 30px;
			line-height: 40px;
			padding-top: 5px;
		}

.ticketButton {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e14239;

	border: 1px solid #9d1d1f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: inset 0 1px 0 #ff5050;
	-webkit-box-shadow: inset 0 1px 0 #ff5050;
	box-shadow: inset 0 1px 0 #ff5050;

	color: #fff;
	display: inline-block;
	float: right;
	height: 26px;
	font-size: 18px;
	line-height: 26px;

	text-align: center;
	text-decoration: none;
	width: 102px;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 320px) and (min-resolution: 192dpi) {
	body {
		min-width: 320px;
		width: 320px;
		max-width: 320px;
	}
}


/* Define mobile styles */
@media only screen and (max-width: 320px) {

	header {
		height: 44px;
		padding-top: 0;
		margin-bottom: 153px;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		}
		.page-template-tickets-php .contentWrapper {
			padding-bottom: 50px;
		}

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	.homeVideoLightbox {
		left: 0;
		position: absolute;
		top: -153px;

		min-width: 320px;
		width: 100%;
		margin: 0 0 25px 0;

		height: auto;
		min-height: 183px;

		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;

		background: none;
		border-radius: 0;

		}
		.homeVideoLightbox img {
			left: 0;
			top: 0;
		}


	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.textwidget p.roundedHeading{ display: none; }


	aside li { list-style: none; list-style-type: none; }

	.buyTickets {

		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;
		margin: 0.5em auto 1em auto;
		text-align: center;

		background-image: none;
		text-indent: 0;

		width: 100%;
		}
		#homeTickets {
			margin-top: 70px;
		}

	.wheel { background: none; }

	#homeTitle {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 30px;
		float: right;
		line-height: 30px;
		margin: 0;
		padding: 12px 0 0 15px;
		width: 60%;
	}
	.homePara {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#topMar {
		clear: both;
		}

	.homeContent {
		margin-bottom: 320px;
		}
		.homeContent p {
			font-size: 1.2em;
			line-height: 1.5em;
			}

	.homeCircles {
		float: left;
		margin: 0 0 15px 0;
		width: 40%;
	}

	.sponsors {
		background: #cce8f9;
		border-radius: 0;

		height: 300px;
		left: 0px;
		margin: 0;
		position: absolute;
		top: 1097px;
		width: 100%;
		}
		.sponsors .slider-wrapper {
			top: 15px;
		}
		#sponsorsHeading {
			background: none;
			display: block!important;
			font-size: 30px;
			margin-top: 20px;
			padding: 0;
			width: 100%;
			text-align: center;
			}

	.social {
		background: none;
		border-radius: 0;
		box-sizing: border-box;
		float: none;
		margin: 0;
		position: absolute;
		top: 1412px;
		width: 82%;
		z-index: 5;
		}
		#homeSocial {
			width: 100%;
			left: 0;
			}
			#homeSocial .socialMedia li {
				margin-left: 22px;
				}#homeSocial .socialMedia li:first-child { margin-left: 6px;}
		.socialMedia {
			z-index: 3;
		 }
		.socialMedia li {
			float: left;
			margin-left: 15px;
			}
			.socialMedia li:first-child { margin-left: 8px; }
			.socialMedia a {
				background: url(img/socialIcons.png) no-repeat left top;
				display: block;
				height: 46px;
				text-indent: -99999px;
				width: 46px;
				}
				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}


	footer { height: 110px; }
	footer ul { display: none; }









	.heroImage {
		background: transparent;
		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: 135px;
		margin: -153px auto 2em auto;
		width: 100%;
	}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
		max-width: 320px;
	}

	.roundedHeadingFull {
		display: none;
	}
	/*
	.questionsPhone {
		width: 85%;
		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 18px;
		line-height: 47px;
		margin: 0 auto 40px auto;
		text-align: center;
		background-image: none;
		text-indent: 0;
	}
	*/
	.questions, .ticketsPageSocialIcons {
		margin: 0;
		width: 100%;
	}



	.intPages p {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.ticketsPageButton2 {
		background: #202938;
		border: 1px solid #050609; /* stroke */

		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;


		float: none;
		margin: 25px auto;
		width: 85%;
	}

	#intSocial {
		/*margin: 140px 0 0 0;*/
		top: 202px;

		padding: 0;
	}
	.page-id-140 .ticketsSocial {
		top: 152px;
	}

	.page-id-53 .contentWrapper {
		padding-bottom: 50px;
	}
	.page-id-53 .ticketsSocial {
		top: 152px;
	}

	.ticketsPageButton2 span {
		display: block;
	}

	.intPages table { margin: 0 0 40px 0; }

	.pageTitle .headline {
		margin: 0 0 25px 0;
		line-height: 0.8em;
	}

	.intPages .headline {
		font-family: 'News Cycle', sans-serif;
		font-size: 28px;
		margin-bottom: 10px;
	}
	.description {
		border-bottom: 1px solid #293140;
		height: auto;
		padding-bottom: 20px;
	}
	.description:last-child {
		border-bottom: none;
		padding-bottom: 0;
		}

	#familyFun, #specialEvents {
		margin-top: 0;
	}



	/*-------------------------TICKETS PAGE-------------------------------*/
	.interiorHeader {
		margin-bottom: 0;
	}
	.ticketsWrapperHeader {
		padding: 0;
		width: 320px;
	}
	.ticketsHeading {
		position: absolute;
		top: 60px;
		left:110px;

	}
	.ticketsHeading h1 { margin-bottom: 0;}
	.ticketsHeading p {
		font-size: 11px;
		margin: 0;
	}
	.cruiseOptions article {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		height: 77px;
		margin: 0 0 0 -10px;
		padding-left: 20px;
		}
	.leftInfo {
		float: left;
		margin: 0;
		width: 50%;
		}
		.dayDateTime, .boatInfo, .cruiseInfo {
			float: none;
			width: 100%;
			}
			.dayDateTime {
				margin-top: .6em;
			}
			.dayDateTime, .cruiseInfo { font-size: 0.7em; }
			.boatInfo {
				font-size: 1em;
				font-weight: bold;
				margin: .2em 0 0.4em 0;
				}
	.purchase {
		position: absolute;
		float: right;
		margin: 2px 0 0 0;
		right: 20px;
		width: 50%;
		}
		.price {
			display: block;
			float: none;
			margin: 0 0 7px 0;
			text-align: right;
			width: 100%;
		}
		.ticketButton {

			width: 69px;
			height: 36px;
			border: 1px solid #377f37;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #52a952;
			-moz-box-shadow: inset 0 0 0 #368036;
			-webkit-box-shadow: inset 0 0 0 #368036;
			box-shadow: inset 0 0 0 #368036;

			line-height: 36px;
		}


	#actualTickets .ticketsSocial {
		width: auto;
		position: relative;
		top: 202px;
	}



	.jerrodPhone {
		margin-top: 50px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #29313f;
		-moz-box-shadow: inset 0 0 0 #0a0c12;
		-webkit-box-shadow: inset 0 0 0 #0a0c12;
		box-shadow: inset 0 0 0 #0a0c12;
		border: 1px solid #090d11;
		color: #fff;
		display: block;
		font-family: 'News Cycle', sans-serif;
		font-size: 15px;
		height: 70px;
		line-height: 15px;
		margin: 0 auto;
		text-align: center;
		width: 85%;
		}
		.jerrodPhone span {
			display: block;
			font-family: 'Lobster Two', cursive;
			font-size: 30px;
			line-height: 40px;
			padding-top: 5px;
		}






		.page-id-140 .contentWrapper {
		padding-bottom: 50px;
	}

		.page-template-blog-php .sponsors, .page-template-blog-php .homeVideoLightBox {
		display: none;
	}

	.page-template-blog-php .social {
	top: 630px;
	}

	.page-id-61 .ticketsSocial {
		top: 154px;
	}
	.page-id-61 .contentWrapper {
		padding-bottom: 50px;
	}

	.page-id-57 .ticketsSocial {
			left: 0px;
			top: 1675px;
			width: 100%;

			}
	.page-id-57 .squeeze {
		height: 390px;
		overflow: hidden;
	}
	.page-id-57 .contentWrapper {
		padding-bottom: 50px;
	}
	.page-id-57 .pageTitle .headline {
		font-size: 46px;
	}
	.page-id-31 #intSocial {
		margin: 160px 0 0 0;
	}
	.page-id-31 .contentWrapper {
		padding-bottom: 40px;
	}

		.page-id-25 .contentWrapper {
		padding-bottom: 40px;
	}
	.page-id-25 #intSocial {

	}

	.page-template-intPages-php .contentWrapper {
		padding-bottom: 40px;
	}
	.page-template-intPages-php #intSocial {
		margin: 160px 0 0 0;
	}

}

/* Between iPhone Portrait and iPhone Landscape */
@media only screen and (min-width: 321px) and (max-width: 480px) {
	.mainNav { display: none; }
	header {
		height: 44px;
		padding-top: 0;
		margin-bottom: 153px;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.heroImage {
		border-top: 1px solid #293140;
		box-shadow: 0 0 9px rgba(75,108,131,.26);
		margin: -153px auto 0 auto;
		width: 100%;
		max-width: 1000px;
		}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
	}

	.buyTickets {
		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;
		margin: 0.5em auto 1em auto;
		text-align: center;
		background-image: none;
		text-indent: 0;
		width: 100%;
		}
		#homeTickets {
		margin-top: 70px;
		}

.homeContent {
margin-bottom: 320px;
}
.homeVideoLightbox {
	left: 0;
	position: absolute;
	top: -153px;
	min-width: 320px;
	width: 100%;
	margin: 0 0 25px 0;
	height: auto;
	min-height: 183px;
	border-top: 1px solid #293140;
	border-bottom: 1px solid #293140;
	background: none;
	border-radius: 0;
	}
		.homeVideoLightbox img {
			left: 0;
			top: 0;
		}
	#videoHeading { display: none; }
	.wheel {
background: none;
}
.homeCircles {
float: left;
margin: 0 0 15px 0;
width: 40%;
}
	#homeTitle {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 30px;
float: right;
line-height: 30px;
margin: 0;
padding: 12px 0 0 15px;
width: 60%;
}

	.sponsors {
	background: #cce8f9;
	border-radius: 0;
	height: 300px;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 1097px;
	width: 100%;
	}

.homeContent p {
font-size: 1.2em;
line-height: 1.5em;
}

#sponsorsHeading {
background: none;
display: block!important;
font-size: 30px;
margin-top: 20px;
padding: 0;
width: 100%;
text-align: center;
}

.textwidget p.roundedHeading {
display: none;
}

footer {
height: 110px;
}

footer ul {
display: none;
}

.social {
		background: none;
		border-radius: 0;
		box-sizing: border-box;
		float: none;
		margin: 0;
		position: absolute;
		top: 1412px;
		width: 82%;
		z-index: 5;
		}
		.socialMedia {
			z-index: 3;
		 }
		.socialMedia li {
			float: left;
			margin-left: 15px;
			}
			.socialMedia li:first-child { margin-left: 8px; }
			.socialMedia a {
				background: url(img/socialIcons.png) no-repeat left top;
				display: block;
				height: 46px;
				text-indent: -99999px;
				width: 46px;
				}
				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}

	footer .contentWrapper #homeSocial .socialMedia ul {
		display: block;
	}


		.page-template-blog-php .sponsors, .page-template-blog-php .homeVideoLightBox {
		display: none;
	}

	.page-template-blog-php .social {
		top: 38em;
	}
	.page-id-57 .ticketsSocial {
			left: 10px;
			top: 1760px;
			width: 90%;

			}
		.page-id-57 .squeeze {
			overflow: hidden;
			height: 350px;
		}


}

@media only screen and (max-width: 480px) and (orientation : landscape)  {
	header {
		height: 44px;
		padding-top: 0;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		padding: 0 0 50px 0;
		box-shadow: none;
		}

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: -10px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	.homeVideoLightbox {
		left: 0;
		position: absolute;


		min-width: 320px;
		width: 100%;
		margin: 0 0 25px 0;

		height: auto;
		min-height: 183px;

		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;

		background: none;
		border-radius: 0;

		}
		.homeVideoLightbox img {
			left: 0;
			top: 0;
		}


	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.textwidget p.roundedHeading{ display: none; }


	aside li { list-style: none; list-style-type: none; }

	.buyTickets {

		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;
		margin: .5em auto 1em auto;
		text-align: center;

		background-image: none;
		text-indent: 0;
		}
		#homeTickets {
			position: absolute;
			top:75px;
			width: 100%;
			max-width: 450px;
		}

	.wheel { background: none; }

	#homeTitle {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 30px;
		float: right;
		line-height: 30px;
		margin: 0;
		padding: 30px 0 0 15px;
		width: 50%;
	}
	.homePara {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

	}
	#topMar {
		clear: both;
		}

	.homeContent {
		margin: 175px 0 270px 0;
		}
		.homeContent p {
			font-size: 1.2em;
			line-height: 1.5em;
			}

	.homeCircles {
		float: left;
		margin: 0 0 15px 0;
		width: 50%;
	}

	.sponsors {
		background: #cce8f9;
		border-radius: 0;

		height: 300px;
		left: 0px;
		margin: 0;
		position: absolute;
		top: 1020px;
		width: 100%;
		}
		#homeSponsors {
			top: 940px;
		}
		.sponsors .slider-wrapper {
			top: -10px;
		}
		#sponsorsHeading {
			background: none;
			display: block!important;
			font-size: 30px;
			margin: 25px 0 15px 0;

			padding: 0;
			width: 100%;
			text-align: center;
			}

	.social {
		background: none;
		border-radius: 0;
		box-sizing: border-box;
		float: none;
		margin: 0;
		position: absolute!important;
		top: 1315px!important;
		width: 82%;
		z-index: 5;
		}
		#homeSocial {
			top: 1275px!important;
		}
		.socialMedia { margin: 0; }
		.socialMedia li {
			float: left;
			margin-left: 50px;
			}
			.socialMedia li:first-child { margin-left: 30px; }
			.socialMedia a {
				background: url(img/socialIcons.png) no-repeat left top;
				display: block;
				height: 46px;
				text-indent: -99999px;
				width: 46px;
				}
				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}


	footer { height: 110px; }
	footer ul { display: none; }





	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
	.heroImage {
		background: transparent;
		border-top: 1px solid #293140;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: -153px auto 0 auto;
		height: auto;
		width: 100%;
	}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
		max-width: 480px;
	}

	.roundedHeadingFull {
		display: none;
	}



	.questions, .ticketsPageSocialIcons {
		margin: 0;
		width: 100%;
	}

	.ticketsSocial {
		left: 27px;
		top: 167px;
	}

	.intPages {
		margin: 0;
		width: 100%;
		max-width: 480px;
		}
		.intPages p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.intPages table { margin: 0 0 40px 0; }
		.intPages .headline {
			font-family: 'News Cycle', sans-serif;
			font-size: 28px;
			margin-bottom: 10px;
		}



	.ticketsPageButton2 {
		background: #202938;
		border: 1px solid #050609; /* stroke */

		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;


		float: none;
		margin: 25px auto;
		width: 85%;
	}

	#intSocial {
		margin: 0px;
		padding: 0;
	}

	.pageTitle {
		width: inherit;
		max-width: 480px;
	}

	.ticketsPageButton2 span {
		display: block;
	}



	.pageTitle .headline {
		margin: 0 0 25px 0;
		line-height: 0.8em;
	}


	.description {
		border-bottom: 1px solid #293140;
		height: auto;
		padding-bottom: 20px;
	}
	.description:last-child {
		border-bottom: none;
		padding-bottom: 0;
		}

	#familyFun, #specialEvents {
		margin-top: 0;
	}


	/*-------------------------TICKETS PAGE-------------------------------*/


	.interiorHeader {
		margin-bottom: 0;
	}
	.ticketsHeading {
		position: absolute;

		left:150px;

	}
	.ticketsHeading h1 { margin-bottom: 0;}
	.ticketsHeading p {
		font-size: 11px;
		margin: 0;
	}
	.cruiseOptions article {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		height: 77px;
		margin: 0 0 0 -10px;
		padding-left: 20px;
		}
	.leftInfo {
		float: left;
		margin: 0;
		width: 50%;
		}
		.dayDateTime, .boatInfo, .cruiseInfo {
			float: none;
			width: 100%;
			}
			.dayDateTime {
				margin-top: .6em;
			}
			.dayDateTime, .cruiseInfo { font-size: 0.7em; }
			.boatInfo {
				font-size: 1em;
				font-weight: bold;
				margin: .2em 0 0.4em 0;
				}
	.purchase {
		position: absolute;
		float: right;
		margin: 2px 0 0 0;
		right: 20px;
		width: 50%;
		}
		.price {
			display: block;
			float: none;
			margin: 0 0 7px 0;
			text-align: right;
			width: 100%;
		}
		.ticketButton {
			width: 69px;
			height: 36px;
			border: 1px solid #377f37;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #52a952;
			-moz-box-shadow: inset 0 0 0 #368036;
			-webkit-box-shadow: inset 0 0 0 #368036;
			box-shadow: inset 0 0 0 #368036;

			line-height: 36px;
		}

	#actualTickets .ticketsSocial {
		position: relative;
		top: 202px;
	}
	#actualTickets .socialMedia { padding: 0; }


	.page-template-blog-php .sponsors, .page-template-blog-php .homeVideoLightBox {
		display: none;
	}

	.page-template-blog-php #homeSocial {
		top: 466px!important;
	}
	.page-id-57 .ticketsSocial {
			left: 10px;
			top: 1760px;
			width: 90%;

			}
		.page-id-57 .squeeze {
			height: 350px;
			overflow: hidden;
		}

}

@media only screen and (min-width : 481px ) and (max-width : 568px) {
	header {
		height: 44px;
		padding-top: 0;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		box-shadow: none;
		padding: 0 0 50px 0;
	}

	#sliderMove {
		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;
	}

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: -10px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	.homeVideoLightbox {
		left: 0;
		position: absolute;
		top: 0;

		min-width: 320px;
		width: 100%;
		margin: 0 0 25px 0;

		height: auto;
		min-height: 183px;

		border-top: 1px solid #293140;
		border-bottom: none;

		background: none;
		border-radius: 0;

		}
		.homeVideoLightbox img {
			left: 0;
			top: 0;
			display: block;
			margin: 0 auto;
			width: 480px;
		}


	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.textwidget p.roundedHeading{ display: none; }


	aside li { list-style: none; list-style-type: none; }

	.buyTickets {
		width: 85%;
		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;
		margin: 165px auto 40px auto;
		text-align: center;

		background-image: none;
		text-indent: 0;
		}
		#homeTickets {
			margin: 320px auto 40px auto;
		}

	.wheel { background: none; }

	#homeTitle {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		float: right;

		margin: 0;
		padding: 0 0 0 15px;


		width: 65%;
		font-size: 2.8em;
		line-height: 1.2em;
	}
	.homePara {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#topMar {
		clear: both;
		}

	.homeContent {
		margin-bottom: 270px;
		}
		.homeContent p {
			font-size: 1.2em;
			line-height: 1.5em;
			}

	.homeCircles {
		float: left;
		margin: 0 0 15px 0;
		width: 35%;
	}

	.sponsors {
		background: #cce8f9;
		border-radius: 0;

		height: 300px;
		left: 0px;
		margin: 0;
		position: absolute;
		top: 920px;
		width: 100%;

		}
		#homeSponsors {
			top: 1075px;
		}
		.sponsors .slider-wrapper {
			margin: 20px auto!important;
		}
		#sponsorsHeading {
			background: none;
			display: block!important;
			font-size: 30px;
			margin-top: 20px;
			padding: 0;
			width: 100%;
			text-align: center;
			}

	.social {
		background: none;
		border-radius: 0;
		box-sizing: border-box;
		float: none;
		margin: 0;
		position: absolute;

		width: 82%;
		z-index: 5;
		left: 90px;
		top: 1252px;
		}
		#homeSocial {
			top: 1445px;
		}
		.socialMedia { margin: 0; }
		.socialMedia li {
			float: left;
			margin-left: 50px;
			}
			.socialMedia li:first-child { margin-left: 0px; }
			.socialMedia a {
				background: url(img/socialIcons.png) no-repeat left top;
				display: block;
				height: 46px;
				text-indent: -99999px;
				width: 46px;
				}
				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}


	footer { height: 110px; }
	footer ul { display: none; }






	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
	.heroImage {
		background: transparent;
		border-top: 1px solid #293140;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0 auto 0 auto;
		height: auto;
		width: 100%;
	}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
		max-width: 568px;
	}

	.roundedHeadingFull {
		display: none;
	}

	.questionsPhone {

	}

	.questions, .ticketsPageSocialIcons {
		margin: 0;
		width: 100%;
	}

	.ticketsSocial {
		margin: 0;
		position: absolute;
		top: 165px;
		left: 100px;
		width: 65%;
		max-width: 568px;
	}

	.intPages {
		margin: 0;
		width: 100%;
		max-width: 568px;
		}
		.intPages p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.intPages table { margin: 0 0 40px 0; }
		.intPages .headline {
			font-family: 'News Cycle', sans-serif;
			font-size: 28px;
			margin-bottom: 10px;
		}

	#intTicketsBut {
		margin: .5em 0 1em 0;
		width: 100%;
	}

	.ticketsPageButton2 {
		background: #202938;
		border: 1px solid #050609; /* stroke */

		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;


		float: none;
		margin: 25px auto;
		width: 85%;
	}

	#intSocial {
		margin: 0px;
		padding: 0;
	}


	.ticketsPageButton2 span {
		display: block;
	}



	.pageTitle .headline {
		margin: 0 0 25px 0;
		line-height: 0.8em;
	}


	.description {
		border-bottom: 1px solid #293140;
		height: auto;
		padding-bottom: 20px;
	}
	.description:last-child {
		border-bottom: none;
		padding-bottom: 0;
		}

	#familyFun, #specialEvents {
		margin-top: 0;
	}


	/*-------------------------TICKETS PAGE-------------------------------*/


	.interiorHeader {
		margin-bottom: 0;
	}
	.ticketsHeading {
		position: absolute;

		left:150px;

	}
	.ticketsHeading h1 { margin-bottom: 0;}
	.ticketsHeading p {
		font-size: 11px;
		margin: 0;
	}
	.cruiseOptions article {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		height: 77px;
		margin: 0 0 0 -10px;
		padding-left: 20px;
		}
	.leftInfo {
		float: left;
		margin: 0;
		width: 50%;
		}
		.dayDateTime, .boatInfo, .cruiseInfo {
			float: none;
			width: 100%;
			}
			.dayDateTime {
				margin-top: .6em;
			}
			.dayDateTime, .cruiseInfo { font-size: 0.7em; }
			.boatInfo {
				font-size: 1em;
				font-weight: bold;
				margin: .2em 0 0.4em 0;
				}
	.purchase {
		position: absolute;
		float: right;
		margin: 2px 0 0 0;
		right: 20px;
		width: 50%;
		}
		.price {
			display: block;
			float: none;
			margin: 0 0 7px 0;
			text-align: right;
			width: 100%;
		}
		.ticketButton {
			width: 69px;
			height: 36px;
			border: 1px solid #377f37;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #52a952;
			-moz-box-shadow: inset 0 0 0 #368036;
			-webkit-box-shadow: inset 0 0 0 #368036;
			box-shadow: inset 0 0 0 #368036;

			line-height: 36px;
		}

	#actualTickets .ticketsSocial {
		position: relative;
		top: 202px;
	}
	#actualTickets .socialMedia { padding: 0; }

	.page-template-blog-php .sponsors, .page-template-blog-php .homeVideoLightBox {
		display: none;
	}

	.page-template-blog-php .social {
	/*	top: 200px; */
	}

	.page-id-57 .ticketsSocial {
			top: 1800px;
			width: 80%;
			left: 75px;
			}
		.page-id-57 .squeeze {
			height: 390px;
		}
}

/* iPhone5 Landscape */
@media only screen and (min-width : 481px ) and (max-width : 568px) and (orientation : landscape) {
	header {
		height: 44px;
		padding-top: 0;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		box-shadow: none;
		padding: 0 0 50px 0;
	}

	#sliderMove {
		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;
	}

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: -10px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	.homeVideoLightbox {
		left: 0;
		position: absolute;
		top: 0;

		min-width: 320px;
		width: 100%;
		margin: 0 0 25px 0;

		height: auto;
		min-height: 183px;

		border-top: 1px solid #293140;
		border-bottom: none;

		background: none;
		border-radius: 0;

		}
		.homeVideoLightbox img {
			left: 0;
			top: 0;
			display: block;
			margin: 0 auto;
			width: 480px;
		}


	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.textwidget p.roundedHeading{ display: none; }


	aside li { list-style: none; list-style-type: none; }

	.buyTickets {
		width: 85%;
		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;
		margin: 165px auto 40px auto;
		text-align: center;

		background-image: none;
		text-indent: 0;
		}
		#homeTickets {
			margin: 320px auto 40px auto;
		}

	.wheel { background: none; }

	#homeTitle {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		float: right;

		margin: 0;
		padding: 0 0 0 15px;


		width: 65%;
		font-size: 2.8em;
		line-height: 1.2em;
	}
	.homePara {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#topMar {
		clear: both;
		}

	.homeContent {
		margin-bottom: 270px;
		}
		.homeContent p {
			font-size: 1.2em;
			line-height: 1.5em;
			}

	.homeCircles {
		float: left;
		margin: 0 0 15px 0;
		width: 35%;
	}

	.sponsors {
		background: #cce8f9;
		border-radius: 0;

		height: 300px;
		left: 0px;
		margin: 0;
		position: absolute;
		top: 920px;
		width: 100%;

		}
		#homeSponsors {
			top: 1075px;
		}
		.sponsors .slider-wrapper {
			margin: 20px auto!important;
		}
		#sponsorsHeading {
			background: none;
			display: block!important;
			font-size: 30px;
			margin-top: 20px;
			padding: 0;
			width: 100%;
			text-align: center;
			}

	.social {
		background: none;
		border-radius: 0;
		box-sizing: border-box;
		float: none;
		margin: 0;
		position: absolute;

		width: 82%;
		z-index: 5;
		left: 90px;
		top: 1252px;
		}
		#homeSocial {
			top: 1408px;
		}
		.socialMedia { margin: 0; }
		.socialMedia li {
			float: left;
			margin-left: 50px;
			}
			.socialMedia li:first-child { margin-left: 0px; }
			.socialMedia a {
				background: url(img/socialIcons.png) no-repeat left top;
				display: block;
				height: 46px;
				text-indent: -99999px;
				width: 46px;
				}
				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}


	footer { height: 110px; }
	footer ul { display: none; }






	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
	.heroImage {
		background: transparent;
		border-top: 1px solid #293140;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0 auto 0 auto;
		height: auto;
		width: 100%;
	}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
		max-width: 568px;
	}

	.roundedHeadingFull {
		display: none;
	}


	.questions, .ticketsPageSocialIcons {
		margin: 0;
		width: 100%;
	}

	.ticketsSocial {
		margin: 0;
		position: absolute;
		top: 165px;
		left: 100px;
		width: 65%;
		max-width: 568px;
		}
		.page-id-57 .ticketsSocial {
			top: 1800px;
			width: 80%;
			left: 75px;
			}
		.page-id-57 .squeeze {
			height: 390px;
		}


	.intPages {
		margin: 0;
		width: 100%;
		max-width: 568px;
		}
		.intPages p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.intPages table { margin: 0 0 40px 0; }
		.intPages .headline {
			font-family: 'News Cycle', sans-serif;
			font-size: 28px;
			margin-bottom: 10px;
		}

	#intTicketsBut {
		margin: .5em 0 1em 0;
		width: 100%;
	}

	.ticketsPageButton2 {
		background: #202938;
		border: 1px solid #050609; /* stroke */

		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;


		float: none;
		margin: 25px auto;
		width: 85%;
	}

	#intSocial {
		margin: 0px;
		padding: 0;
	}


	.ticketsPageButton2 span {
		display: block;
	}



	.pageTitle .headline {
		margin: 0 0 25px 0;
		line-height: 0.8em;
	}


	.description {
		border-bottom: 1px solid #293140;
		height: auto;
		padding-bottom: 20px;
	}
	.description:last-child {
		border-bottom: none;
		padding-bottom: 0;
		}

	#familyFun, #specialEvents {
		margin-top: 0;
	}


	/*-------------------------TICKETS PAGE-------------------------------*/


	.interiorHeader {
		margin-bottom: 0;
	}
	.ticketsHeading {
		position: absolute;

		left:150px;

	}
	.ticketsHeading h1 { margin-bottom: 0;}
	.ticketsHeading p {
		font-size: 11px;
		margin: 0;
	}
	.cruiseOptions article {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		height: 77px;
		margin: 0 0 0 -10px;
		padding-left: 20px;
		}
	.leftInfo {
		float: left;
		margin: 0;
		width: 50%;
		}
		.dayDateTime, .boatInfo, .cruiseInfo {
			float: none;
			width: 100%;
			}
			.dayDateTime {
				margin-top: .6em;
			}
			.dayDateTime, .cruiseInfo { font-size: 0.7em; }
			.boatInfo {
				font-size: 1em;
				font-weight: bold;
				margin: .2em 0 0.4em 0;
				}
	.purchase {
		position: absolute;
		float: right;
		margin: 2px 0 0 0;
		right: 20px;
		width: 50%;
		}
		.price {
			display: block;
			float: none;
			margin: 0 0 7px 0;
			text-align: right;
			width: 100%;
		}
		.ticketButton {
			width: 69px;
			height: 36px;
			border: 1px solid #377f37;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #52a952;
			-moz-box-shadow: inset 0 0 0 #368036;
			-webkit-box-shadow: inset 0 0 0 #368036;
			box-shadow: inset 0 0 0 #368036;

			line-height: 36px;
		}

	#actualTickets .ticketsSocial {
		position: relative;
		top: 202px;
	}
	#actualTickets .socialMedia { padding: 0; }

	.page-template-blog-php .sponsors, .page-template-blog-php .homeVideoLightbox {
		display: none;
	}

	.page-template-blog-php #homeSocial {
		top: 505px;
	}

	.page-template-blog-php #homeTickets {
		margin: 15px auto 40px auto;
	}

	.page-template-blog-php .buyTickets { margin-top: 0; }
}

/* Between iPhone5 and tablet */
@media only screen and (min-width : 569px) and ( max-width : 767px ) {
	header {
		height: 44px;
		padding-top: 0;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		box-shadow: none;
		padding: 0;
	}

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: -10px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	.homeVideoLightbox { display: none; }
	.slider-wrapper {
		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;
	}

	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.textwidget p.roundedHeading{ display: none; }

	.slider-wrapper {
		margin: 0 auto 2em 0!important;
	}


	aside li { list-style: none; list-style-type: none; }

	.buyTickets {

		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;

		text-align: center;

		background-image: none;
		text-indent: 0;
		}


	.wheel { background: none; }

	#homeTitle {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		float: right;

		margin: 0;
		padding: 0 0 0 15px;


		width: 65%;
		font-size: 2.8em;
		line-height: 1.2em;
	}
	.homePara {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#topMar {
		clear: both;
		}

	.homeContent {
		}
		.homeContent p {
			font-size: 1.2em;
			line-height: 1.5em;
			}

	.homeCircles {
		float: left;
		margin: 0 0 15px 0;
		width: 35%;
	}

	.sponsors {
		display: none;
			}

	.social {
		background: none;
		border-radius: 0;
		box-sizing: border-box;
		float: none;
		margin: 0;
		position: absolute;

		width: 82%;
		z-index: 5;
		left: 90px;
		top: 1252px;
		}
		#homeSocial {

			float: left;
			top: 1050px;
			width: 100%;

		}
		.socialMedia {


			width: 100%;
			max-width: 320px;

		}
		.socialMedia li {
			float: left;
			margin-left: 50px;
			}
			.socialMedia li:first-child { margin-left: 0px; }
			.socialMedia a {
				background: url(img/socialIcons.png) no-repeat left top;
				display: block;
				height: 46px;
				text-indent: -99999px;
				width: 46px;
				}
				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}


	footer { height: 110px; }
	footer ul { display: none; }


	aside ul { display: none}

	.homePara { width: inherit; }

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
	.heroImage {
		background: transparent;
		border-top: 1px solid #293140;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0 auto 0 auto;
		height: auto;
		width: 100%;
	}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
		max-width: 568px;
		}
		.page-template-eventsList-php .bigWheel, .page-template-cruiseList-php .bigWheel  {
			max-width: 62.5rem;
			}
			.page-template-eventsList-php .bigWheel .headline, .page-template-cruiseList-php .bigWheel .headline {
				margin-left: 15px;
			}

	.roundedHeadingFull {
		display: none;
	}

	.questionsPhone {
		width: 85%;
		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 18px;
		line-height: 47px;
		margin: 0 auto 40px auto;
		text-align: center;
		background-image: none;
		text-indent: 0;
	}

	.questions, .ticketsPageSocialIcons {
		margin: 0;
		width: 100%;
	}

	.ticketsSocial {
		margin: 0;
		position: absolute;
		top: 123px;
		left: 100px;
		width: 65%;
		max-width: 568px;
	}

	.intPages {
		margin: 0;
		width: 100%;
		max-width: 568px;
		}
		.intPages p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.intPages table { margin: 0 0 40px 0; }
		.intPages .headline {
			font-family: 'News Cycle', sans-serif;
			font-size: 28px;
			margin-bottom: 10px;
		}

	#intTicketsBut {
		margin: .5em 0 1em 0;
		width: 100%;
	}

	.ticketsPageButton2 {
		background: #202938;
		border: 1px solid #050609; /* stroke */

		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;


		float: none;
		margin: 25px auto;
		width: 85%;
	}

	#intSocial {
		margin: 0px;
		padding: 0;
	}


	.ticketsPageButton2 span {
		display: block;
	}



	.pageTitle .headline {
		margin: 0 0 25px 0;
		line-height: 0.8em;
	}


	.description {
		border-bottom: 1px solid #293140;
		height: auto;
		padding-bottom: 20px;
	}
	.description:last-child {
		border-bottom: none;
		padding-bottom: 0;
		}

	#familyFun, #specialEvents {
		margin-top: 0;
	}


	/*-------------------------TICKETS PAGE-------------------------------*/


	.interiorHeader {
		margin-bottom: 0;
	}
	.ticketsHeading {
		position: absolute;

		left:150px;

	}
	.ticketsHeading h1 { margin-bottom: 0;}
	.ticketsHeading p {
		font-size: 11px;
		margin: 0;
	}
	.cruiseOptions article {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		height: 77px;
		margin: 0 0 0 -10px;
		padding-left: 20px;
		}
	.leftInfo {
		float: left;
		margin: 0;
		width: 50%;
		}
		.dayDateTime, .boatInfo, .cruiseInfo {
			float: none;
			width: 100%;
			}
			.dayDateTime {
				margin-top: .6em;
			}
			.dayDateTime, .cruiseInfo { font-size: 0.7em; }
			.boatInfo {
				font-size: 1em;
				font-weight: bold;
				margin: .2em 0 0.4em 0;
				}
	.purchase {
		position: absolute;
		float: right;
		margin: 2px 0 0 0;
		right: 20px;
		width: 50%;
		}
		.price {
			display: block;
			float: none;
			margin: 0 0 7px 0;
			text-align: right;
			width: 100%;
		}
		.ticketButton {
			width: 69px;
			height: 36px;
			border: 1px solid #377f37;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #52a952;
			-moz-box-shadow: inset 0 0 0 #368036;
			-webkit-box-shadow: inset 0 0 0 #368036;
			box-shadow: inset 0 0 0 #368036;

			line-height: 36px;
		}

	#actualTickets .ticketsSocial {
		position: relative;
		top: 170px;
	}
	#actualTickets .socialMedia { padding: 0; }


	.page-template-blog-php .sponsors, .page-template-blog-php .homeVideoLightBox {
		display: none;
	}

	.page-template-blog-php .social {
	/*	top: 200px; */
	}
}

@media only screen and (min-width : 767px) and (max-width : 1024px) {
	header {
		height: 200px;
		padding-top: 0;
		}

	#sliderMove {
		margin: -150px 0 15px 0;
		}

	.homeNav, .mainNav { display: none; }
	.contentWrapper {
		padding: 0 0 40px 0;;
	/*	margin-top: -158px; */
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		}
		.intPages { margin-bottom: 20px; }

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: -10px;
		padding: 0!important;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
		.logoLinkHome:hover {
			background-color: rgba(196, 208, 208, .0)!important;
			}

	aside { margin-top: 20px; }
	.homeVideoLightbox {
		left: 0;
		position: relative;
		top: 0;

		min-width: 0px;
		width: 100%;
		margin: 0;

		height: auto;
		min-height: 183px;

		border-top: none;
		border-bottom: none;

		background: none;
		border-radius: 0;

		}
		.homeVideoLightbox img {
			left: 0;
			top: 0;
			display: block;
			margin: 0 auto;
			width: 100%;
		}
		#videoHeading {
			background: none;
			color: #2a3140;
			display: block;
			padding: 0;
			text-align: center;
			width: 100%;
		}
	.slider-wrapper {
		border-top: 1px solid #293140;
		border-bottom: 1px solid #293140;
		}
		aside .slider-wrapper { border: none; }

	#toggle {
		background: url(img/menu-icon.png) no-repeat right center;
		border: none;
		color: #293140!important;
		display: block;
		font-size: 18px;
		height: 28px;
		line-height: 10px;
		margin: 0;
		outline: none;
		padding-right: 45px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;

	}
	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px!important;

		width: 100%;
		background: #2a3140;
		z-index: 999;

		border-bottom: 3px solid #e14339;

		display: none;
		}
		#nav li {
			height: 43px;
			list-style: none;
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			text-indent: 10px;
			}
			#nav a {
				color: #cbe7f8;
				display: block;
				font-size: 22px;
				line-height: 43px;
				height: auto;
				width: 100%;
				}
				#nav a:active {
					background: #cce8f9;
					color: #2a3140;
				}

	.textwidget p.roundedHeading{
		background: none;
		color: #2a3140;
		text-align: center;
		}


	aside li { list-style: none; list-style-type: none; }
	.heroImage img { margin-bottom: 0; }
	.buyTickets {

		height: 47px;
		border: 1px solid #9d1d1f;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #e14239;
		-moz-box-shadow: inset 0 1px 0 #ff5050;
		-webkit-box-shadow: inset 0 1px 0 #ff5050;
		box-shadow: inset 0 1px 0 #ff5050;
		color: #fff;
		display: block;
		font-family: 'Lobster Two', cursive;
		font-size: 24px;
		line-height: 47px;

		text-align: center;

		background-image: none;
		text-indent: 0;

		margin: 1.2em 0 0 0;
	}

	.wheel { background: none; }

	#homeTitle {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		float: right;

		margin: 0;
		padding: 0 0 0 15px;


		width: 65%;
		font-size: 2.8em;
		line-height: 1.2em;
	}
	.homePara {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/*margin: 0 8%;*/
	}
	#topMar {
		clear: both;
		}

	.homeContent {
		padding-top: 32px;
		margin-bottom: 50px;
		}
		.homeContent p {
			font-size: 1.2em;
			line-height: 1.5em;
			}

	.homeCircles {
		float: left;
		margin: 25px 25px 15px 0;
		width: 35%;
		}
		#circlePic {
			margin: 0 0 15px 0;
		}

	#text-3 {
		margin-bottom: 0px;
	}
	.sponsors, .social {
		background: none;
		margin-right: 0;
	}
	.sponsors {
		margin-bottom: 20px;
		width: 100%;
		}
		.social { width: 100%; }
		#socialHeading, #sponsorsHeading {
			width: auto;
		}
	.socialMedia { margin: 0; padding: 0; }
		.socialMedia li {
			float: left;
			margin-left: 35px;
			}
			.socialMedia li:first-child { margin-left: 0px; }

				#tw { background-position: 0 -46px; margin: 0; }
				#yt { background-position: 0 -92px; margin: 0;}
				#ig {
					background-position: 0 -138px;
					height: 47px;
					margin: 0;
					}


	footer {
		height: 300px;
		overflow: visible;
		}
	footer ul, footer .contentWrapper > ul {
		margin: 15px 0 0 0;
		padding: 0;
		}
		.footerTweets { margin-right: 0!important; }
	.footerNav1 { margin-right: 0px; }
	.footerNav2 { margin:15px 10px 0 5px; }
	footer ul.footerHomeLink {
		margin-left: 10px;
	}
	.footerLogos { display: none; }

	.nivo-directionNav { display: none; }
	.tablet, .phone, .mainNav { display: none; }
	#nav { display: block; }

	.logoLinkHome {
		background: url(img/May9/LGE-FestivalofBoatsLogo.png) no-repeat left top;
		background-size: 138px 197px;
		height: 197px;
		left: 0px;
		padding: 0!important;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 138px;
		z-index: 99;
		}
	.heroImage {
		background: transparent;
		border-top: 1px solid #293140;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: -150px auto 40px auto;
		height: auto;
		width: 100%;
	}

	.bigWheel {
		background: none;
		padding: 0;
		margin: 0 auto;
	}
	.eventsList {
		position: relative;
		top: 100px;
	}
	.roundedHeadingFull {
		display: none;
	}

	.questions {
		width: 50%;
		float: right;
		}


		.questionsPhone {
			width: 99%;
			}
		.page-template-tickets-php .questionsPhone {
			margin-right: 1em;
		}

	.cruiseOptions { margin: 0 0 195px 15px;}
	.socialMedia { margin-top: 15px; }
		/*
		#eventsQuestions, #cruiseQuestions, #boatsQuestions {
			float: none;
			margin: 15px auto 125px auto;
			width: 85%;
		}
	*/
/*
	.ticketsSocial {
		margin: 0;
		position: absolute;
		top: 15px;
		left: 227px;
		max-width: 767px;
		}
		#eventsSocial, #riverboatSocial {
			top: 100px;
		}
		#cruiseSocial {
			top: 102px;
		}
*/
	/*.intPages {
		margin: 0;
		width: 100%;
		max-width: 767px;
		}*/
		.intPages p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.intPages table { margin: 0 0 40px 0; }
		.intPages .headline {
			font-family: 'News Cycle', sans-serif;
			font-size: 28px;
			margin-bottom: 10px;
		}
/*
	#intTicketsBut {
		margin: 40px auto;;
		float: none;
		width: 85%;
	}
*/
	#belleTicketsButton {
		background: #202938;
		border: 1px solid #050609; /* stroke */

		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;

		height: 47px;
		line-height: 40px;
		float: left;
		margin: 25px auto;
		width: 45%;
	}

	#intSocial {
		margin: 15px 0 0 0px;
		padding: 0;
	}

/*	.pageTitle {
		width: inherit;
		max-width: 767px;
	}
*/

	.ticketsPageButton2 span {
		display: block;
	}



	.pageTitle .headline {
		margin: 0 0 25px 0;
		line-height: 0.8em;
	}


	.description {
		border-bottom: 1px solid #293140;
		height: auto;
		padding-bottom: 20px;
		clear: both;
	}
	.description:last-child {
		border-bottom: none;
		padding-bottom: 0;
		}

	#familyFun, #specialEvents {
		margin-top: 0;
	}

	.ticketsPageButton2 {
		background: #202938;
		border: 1px solid #050609;
		-moz-box-shadow: inset 0 1px 0 #0f1218;
		-webkit-box-shadow: inset 0 1px 0 #0f1218;
		box-shadow: inset 0 1px 0 #0f1218;
		float: none;
		margin: 25px auto;
		width: 85%;
	}


	.riverboats { padding-bottom: 115px; }
	.riverboats .ticketsPageButton2 {
		width: 45%;
		float: left;
	}
	.firstButton { margin-right:10%;}

	.intSidePic {
		margin-bottom: 128px;
		}
		#se {
			margin-bottom: 155px;
		}

	/* OVERRIDES .intSidePic ofr riverboats page */
	.boatsPic {
		margin-bottom: 145px;
	}
		#bl {
			margin-bottom: 170px;
		}
		#sj {
			margin-bottom: 152px;
		}
		#bc {
			margin-bottom: 130px;
		}
		#sp, #gj, #an {
			margin-bottom: 165px;
		}
		#gj {
			margin-bottom: 165px;
		}
		#an {

		}



	/*-------------------------TICKETS PAGE-------------------------------*/

	.interiorHeader {
		margin-bottom: 0;
	}
	.ticketsHeading {
		position: absolute;

		left:150px;

	}
	.ticketsHeading h1 { margin-bottom: 0;}
	.ticketsHeading p {
		font-size: 11px;
		margin: 0;
	}
	.cruiseOptions article {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		height: 77px;
		margin: 0 0 0 -15px;
		padding-left: 20px;
		}
	.leftInfo {
		float: left;
		margin: 0;
		width: 50%;
		}
		.dayDateTime, .boatInfo, .cruiseInfo {
			float: none;
			width: 100%;
			}
			.dayDateTime {
				margin-top: .6em;
			}
			.dayDateTime, .cruiseInfo { font-size: 0.7em; }
			.boatInfo {
				font-size: 1em;
				font-weight: bold;
				margin: .2em 0 0.4em 0;
				}
	.purchase {
		position: absolute;
		float: right;
		margin: 2px 0 0 0;
		right: 20px;
		width: 50%;
		}
		.price {
			display: block;
			float: none;
			margin: 0 0 7px 0;
			text-align: right;
			width: 100%;
		}
		.ticketButton {
			width: 69px;
			height: 36px;
			border: 1px solid #377f37;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #52a952;
			-moz-box-shadow: inset 0 0 0 #368036;
			-webkit-box-shadow: inset 0 0 0 #368036;
			box-shadow: inset 0 0 0 #368036;

			line-height: 36px;
		}

	#actualTickets .ticketsSocial {
		position: absolute;
		left: 10px;
		width: auto;
	}
	#actualTickets .socialMedia { padding: 0; }
	.mobileFilters select {
		width: 100%;
	}

}

@media only screen and (min-width : 768px) and (max-width: 1024px) and (orientation: landscape)   {
/*	.contentWrapper {
		margin-top: -75px;
	}
*/


	#homeTitle {
		font-size: 2.9em;
	}

	.social {
		position: relative;
		left: 0;
		top: 0;
	}

	.sponsors .slider-wrapper {
		background: url(images/sponsorsRotateBG.png) no-repeat left top;
		}

	.sponsors, .social {
	float: left;
}
.sponsors {
	margin-right: 5px;
	width: 225px;
}

#sponsorsHeading {
	color: #2a3140;
	margin-top: 0;
	width: 225px;
}
.social {
	width: 139px;
}
#socialHeading {
	margin-top: 0;
	width: 155px;
}
.socialMedia {
	margin-left: 0;
}
	.socialMedia li:first-child { margin-left: 35px; }
		#tw {
			background-position: 0 -46px;
			margin: -15px 0 0 45px;
		}
		#yt {
			background-position: 0 -92px;
			margin: -15px 0 0 0;
		}
		#ig {
			background-position: 0 -138px;
			height: 47px;
			margin: -15px 0 0 45px;
		}


	footer .contentWrapper {
		margin: 0 auto;
		w
		}
	footer .contentWrapper > ul {
		margin-right: 20px;
	}
		footer .contentWrapper > ul:last-child  {
			margin-right: 0;
			}
	footer ul {
		display: block;
		float: left;
		padding-left: 0;
		margin-left: 0;
		 }
		 footer ul li ul { margin-left: 0; }
	footer li { list-style: none; list-style-type: none; }


	.footerNav {
		margin: 0;
	}

	.footerNav1 {margin-right: 25px; }
		.footerNav1 li { margin-bottom: 4px; }
	.footerNav a {
		text-decoration: none;
	}
		.footerNav li.current_page_item a, .footerNav a:hover{
			color: #ef483e;
			text-decoration: underline;
		}
		.footerNav .sub-menu {
			float: none;
			margin: 0;
			padding-left: 10px;
		}
	.footerNav2, .footerHomeLink { margin-bottom: 0; }
	.widget-title {
		background: url(img/twitterBird.png) no-repeat left top;
		margin-top: 0;
		padding-left: 35px;
		}
	ul.footerLogos {
		display: block;
		margin-left: 30px!important;
		}
	.footerTweets { width: 295px; }

	#twitter_update_list {
		margin: 2px 0;
	}
	#twitter_update_list img {
		width: 48px;
		height: 48px;
		border: 3px solid #f0f4f6; /* stroke */
		background-color: #d9e5eb; /* layer fill content */
		-moz-box-shadow: 0 5px 4px rgba(1,2,2,.06), 0 0 1px rgba(0,0,0,.2); /* drop shadow and outer glow */
		-webkit-box-shadow: 0 5px 4px rgba(1,2,2,.06), 0 0 1px rgba(0,0,0,.2); /* drop shadow and outer glow */
		box-shadow: 0 5px 4px rgba(1,2,2,.06), 0 0 1px rgba(0,0,0,.2); /* drop shadow and outer glow */

		float: left;
		margin-right: 15px;
	}
	#moreTweets { font-size: 12px; }
	#twitter_update_list li {
		margin-bottom: 15px;
		}
	#twitter_update_list li img { margin-top: 8px; }
	#twitter_update_list span {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		font-size: 12px;
		line-height: 12px;

		padding: 8px;

		float: left;

		width: 230px;

		height: 75px;

		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px; /* border radius */
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box; /* prevents bg color from leaking outside the border */
		background-color: #e7eff3; /* layer fill content */
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNiA1NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk4LjUlIiB4Mj0iNTAlIiB5Mj0iMS40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMzYiIGhlaWdodD0iNTQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
		background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */
		background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */
		background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */
		background-image: linear-gradient(bottom, rgba(255,255,255,0) 1.5%, #fff 98.5%); /* gradient overlay */

	}

	.widget-title { margin-bottom: 0; }


	.roundedHeading {
		width: 455px;
	}

	.heroImage img {
		height: auto;
		width: 100%;
	}

	.buyTickets { margin-top: 1.15em;}

	.intSidePic {
		margin-bottom: 100px;
		}
		#se { margin-bottom: 125px; }

	.boatsPic, #bl {
		margin-bottom: 140px;
	}
	#bc {
		margin-bottom: 110px;
	}
	 #sp, #gj, #an {
		 margin-bottom: 135px;
	 }


	.cruiseOptions { margin-bottom: 50px; }
}

@media only screen and ( min-width: 1025px ) {
	.page-template-tickets-php header {
		height: 110px;
	}
	.page-template-tickets-php .intNav {
		margin: 18px auto 0 auto;
	}
	#nav {
		display: none;
	}

	footer ul li ul { margin-left: 0; }

	.slider-wrapper {
		margin: -220px auto 0 auto!important;
	}
	.homeContent p {
		margin-top: 0;
		margin-right: 2.2em;
	}
	#topMar {
		margin-bottom: 2em;
	}
	.roundedHeading {
		width: 454px;
	}
	footer #homeSocial { display: none; }
	.social { height: 237px; }
		.social li:first-child { margin-top: 22px; }
	.sponsors {
		margin-right: 55px;
		width: 240px;
	}
		#sponsorsHeading {
			color: #fff;
			width: 260px;
		}

	.homeCircles img {
		max-width: none;
	}
	.buyTickets {
		width: 454px;
		}

	.questionsPhone {
		background: url(img/questionsPhone.png) no-repeat left top;
		background-position: 0 0;
		border: none;
		border-radius: 0;
		color: #fff;
		display: block;
		font-size: 25px;
		height: 63px;
		text-decoration: none;
		text-indent: 80px;
		width: 454px;
		font-family: 'News Cycle', sans-serif;
		position: relative;
		left: 15px;
	}
	.questionsPhone:hover { background-position: 0 -63px; }
	.questionsPhone span { font-size: 36px; display: inline; line-height: 50px; }

	.ticketsPageSocialIcons {
		float: left;
		width: 50%;
	}
	.questions {
		float: right;
		width: 50%;
	}
	.ticketsSocial {
		width: auto;
	}
	.socialMedia {
		padding-left: 150px;
		position: relative;
		top: -66px;
	}

	.intSidePic { margin-bottom: 100px; }
		#hh { margin-bottom: 85px; }
		#ff { margin-bottom: 60px; }
		#se { margin-bottom: 85px; }
		#dc{
			position: relative;
			top: 15px;
		}
	.heroImage img { margin-bottom: 0; }
	.cruiseOptions article {
		height: 50px;
		padding: 0 20px;
	}
	.cruiseOptions article p { margin: 0; }

	.dayDateTime, .boatInfo, .cruiseInfo, .purchase {
		line-height: 46px;
	}
	.ticketButton {
		width: 102px;
		height: 36px;
		border: 1px solid #377f37;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #52a952;
		-moz-box-shadow: inset 0 0 0 #368036;
		-webkit-box-shadow: inset 0 0 0 #368036;
		box-shadow: inset 0 0 0 #368036;
		line-height: 36px;
		margin-top: 8px;
	}

	.page-template-tickets-php .ticketsPageSocialIcons p {
		left: -25px;
		}

	#homeSocial .socialMedia {
		left: 24px;
		padding-left: 0;
		top: 6px;
	}

	.intPages { margin-bottom: 50px; }

	.eventsList { margin-left: -40px; }

	.description:last-child { margin-bottom: 0; }
	.page-id-37 .ticketsQuestions  { margin: -30px 0 0 0; }
	.page-id-37 .intSidePic:last-child, .page-id-39 .intSidePic:last-child { margin-bottom: 0;}
	.page-id-37 .intPages { margin-bottom: 15px;}

	#bl { position: relative; top: 15px; margin-bottom: 105px;  }
	#sj { margin-bottom: 88px; }
	#bc { margin-bottom: 69px; }
	#sp { margin-bottom: 78px; }
	#rq { margin-bottom: 74px; }
	#gj { margin-bottom: 79px; }
	#an { margin-bottom: 80px; }
	.page-id-39 .intPages {
		margin-bottom: 30px;
	}

	.blogPostPic {
	background: #d9e2e8 url(img/thumbnailDefault.png) no-repeat center center;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px; /* border radius */
	float: left;
	height: 150px;
	margin-right: 40px;
	width: 150px;
	}
	.blogPostPic img {
		-moz-border-radius: 75px;
		-webkit-border-radius: 75px;
		border-radius: 75px; /* border radius */
	}
.blogPostMeta, .blogPostMeta a{
	color: #5f88d5;
	text-decoration: none;
	}
	.blogPostMeta a:hover { text-decoration: underline; }


	.leftInfo .cruiseDescription, .leftInfo .boatDescription, .leftInfo .cruiseDetails {
		line-height: 25px;
	}

	footer .contentWrapper ul.footerTweets {
		width: 250px;
		margin: 20px 30px 0 30px;
	}
	@-moz-document url-prefix() {

	}


}
strong { font-weight: bold; }
/*----------------------------------------
    Donate Page
----------------------------------------*/
.page-template-donate-php .ticketsPageSocialIcons p {
    left: -25px;
}
.donate-row {
    padding: 1.5em 0;
}
input[type="image"], .paypal input{
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    height: inherit;


    margin: 0;
    width: auto;
}


/* ----------------------------------------
            Modal Overrides
---------------------------------------- */

.modal {
    background-color: #29313f; /* layer fill content */
    border-right: 10px solid #cce8f9;
    -moz-box-shadow: 0 0 10px rgba(114,114,114,.75); /* outer glow */
    -webkit-box-shadow: 0 0 10px rgba(114,114,114,.75); /* outer glow */
    box-shadow: 0 0 10px rgba(114,114,114,.75); /* outer glow */
    height: 272px;

width: 50%;

    position: absolute;
    left: 0;
    top: 200px;

    z-index: 99999;
    }
    .modal article {
        color: #fff;
        float: right;
        padding: 2em;
        width: 350px;
    }
