<!-- CSS
    ================================================== -->
    <style type="text/css">/* Reset (credit: http://meyerweb.com/eric/tools/css/reset/)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* Icon Font */
@font-face {
    font-family: 'themes-Regular';
    src: url('http://assets.virbcdn.com/_assets/_fonts/_icons/themes-regular.eot');
    src: url('http://assets.virbcdn.com/_assets/_fonts/_icons/themes-regular.eot?#iefix') format('embedded-opentype'),
         url('http://assets.virbcdn.com/_assets/_fonts/_icons/themes-regular.woff') format('woff'),
         url('http://assets.virbcdn.com/_assets/_fonts/_icons/themes-regular.ttf') format('truetype'),
         url('http://assets.virbcdn.com/_assets/_fonts/_icons/themes-regular.svg#global-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Light-webfont.eot');
    src: url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Light-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'Quicksand';
    src: url('http://assets.virbcdn.com/_assets/_fonts/Quicksand_Book-webfont.eot');
    src: url('http://assets.virbcdn.com/_assets/_fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://assets.virbcdn.com/_assets/_fonts/Quicksand_Book-webfont.woff') format('woff'),
    url('http://assets.virbcdn.com/_assets/_fonts/Quicksand_Book-webfont.ttf') format('truetype'),
    url('http://assets.virbcdn.com/_assets/_fonts/Quicksand_Book-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'Open Sans';
    src: url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Regular-webfont.eot');
    src: url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('http://assets.virbcdn.com/_assets/_fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    



}

/*****h1 and stuff*****/
h1 {
    font-family:quicksand;
    font-size:1.90em;
    text-transform: uppercase;
    font-weight: bold 
}

h2 {
    font-family:quicksand;
    font-size:1.4em;
    text-transform: uppercase;
}

h3 {
    font-family:quicksand;
    font-size:1.95em;
    text-transform: uppercase;
    text-decoration: underline;
}

h4 {
    font-style:italic;
}

/***** background_body color *****/
body,
.sharing .share-buttons ul,
#datepicker .ui-datepicker-calendar, 
#ui-datepicker-div .ui-datepicker-calendar {
	background-color: #ffffff;
}


/***** background_content color *****/
.main-container {
	background-color: none;
}

input#submit,
#main-content .audio .audio-player li a.download,
#main-content .audio .bandcamp-link,
#main-content .topspins .topspin-widget-buy-button a,
#main-content #store-detail .product-specifics .add-to-cart,
#main-content #store-cart .cart-actions .checkout,
.slideshow-gallery .large-gallery .previous:before, 
.slideshow-thumbnails-gallery .large-gallery .previous:before, .masonry-gallery .large-gallery .previous:before,
.slideshow-gallery .large-gallery .next:before, 
.slideshow-thumbnails-gallery .large-gallery .next:before, .masonry-gallery .large-gallery .next:before,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table,
.opentable li.OT_navListItem a.OT_navLink:hover, 
.opentable li.OT_navListItem a.OT_navLink.selected,
.opentable li.OT_navListItem a.OT_navLink.selected:hover,
#datepicker table.ui-datepicker-calendar td a.ui-state-active,
#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-active,
#contact-form input[type="submit"],
#contact-form fieldset .captcha #captcha-list li a:hover,
#contact-form fieldset .captcha #captcha-list li a.selected,
#contact-form fieldset ul.parsley-errors-list li {
	color: #ffffff;
	color: none;
}

#main-content .index ul li a img,
#main-content .slideshow-thumbnails-gallery ul.thumbnails li a img,
#main-content .masonry-gallery ul.thumbnails li a img {
	border-color: transparent;
	border-color: none;
}


/***** background_footer color *****/
.widgets,
footer#site-footer,
.store-cart,
#ui-datepicker-div .ui-datepicker-calendar:before {
	background-color: #ffffff;
}


/***** site_name color *****/
.logo h1 a {
	color: #000000;
}


/***** subtitle color *****/
.logo h2 {
	color: #939598;
}


/***** nav primary color *****/
nav#main-nav ul li.section span,
nav#main-nav ul li,
nav#main-nav ul li a {
    color: #939598;
}


/***** nav secondary color *****/
nav#main-nav ul li a:hover, 
nav#main-nav ul li.current a,
nav#main-nav ul li ul li a {
    color: #666766;
}


/***** nav_rollover color *****/
nav#main-nav ul li.section:hover span,
nav#main-nav ul li ul li a:hover, 
nav#main-nav ul li ul li.current a {
	color: #000000;
}

nav#main-nav ul li a:hover, nav#main-nav ul li.current a,
nav#main-nav ul li ul {
	border-color: transparent;
    border-color: #000000; 
}


/***** primary text color *****/
body,
.cart-link,
.audio-player ol li .controls .play-pause,
.audio-player .controls .previous, 
.audio-player .controls .next,
.audio-player ol li h2,
#blog ul li article.quote blockquote footer a,
#main-content .horizontal-gallery .large-gallery li .details p,
#main-content #store-listing ul.pagination li.current a,
#main-content .slideshow-gallery .navigation .previous, 
#main-content .slideshow-gallery .navigation .next, 
#main-content .slideshow-gallery .navigation p, 
#main-content .slideshow-thumbnails-gallery .navigation .previous, 
#main-content .slideshow-thumbnails-gallery .navigation .next, 
#main-content .slideshow-thumbnails-gallery .navigation p,
#main-content .masonry-gallery .navigation .previous, 
#main-content .masonry-gallery .navigation .next, 
#main-content .masonry-gallery .navigation p,
#main-content .listing .listing-list li p.description,
#main-content a.subscribe,
table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar td a:hover,
table.ui-datepicker-calendar td a.ui-state-highlight,
table.ui-datepicker-calendar td a.ui-state-default,
table.ui-datepicker-calendar td a.ui-state-hover,
table.ui-datepicker-calendar td.ui-state-disabled span.ui-state-default,
table.ui-datepicker-calendar .ui-datepicker-calendar thead tr th,
ul.OT_list li:after,
#datepicker .ui-widget-header,
#ui-datepicker-div .ui-widget-header,
ul.OT_list li input,
.ui-datepicker-calendar thead tr th span,
#contact-form fieldset ul li input,
#contact-form fieldset ul li textarea,
#contact-form fieldset .captcha #captcha-list li a {
	color: #666766;
}

.horizontal-gallery #handle,
#main-content .audio .audio-player li a.download:hover,
#main-content .audio .bandcamp-link:hover,
#main-content #store-detail .product-specifics input.add-to-cart:hover,
#main-content #store-cart .cart-actions a.checkout:hover,
.slideshow-gallery .large-gallery .previous:before, 
.slideshow-thumbnails-gallery .large-gallery .previous:before, 
.masonry-gallery .large-gallery .previous:before,
.slideshow-gallery .large-gallery .next:before, 
.slideshow-thumbnails-gallery .large-gallery .next:before, .masonry-gallery .large-gallery .next:before,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:hover,
#contact-form input[type="submit"]:hover {
	background-color: #666766;
}


/***** secondary text color *****/
#main-content .content-editor p.description,
.sharing a,
.audio-player ol li .time,
#main-content .content-editor cite,
#blog ul li article header time,
#main-content .index ul li a .titles h3,
#main-content .large-gallery .details p,
#main-content .large-gallery li .details p,
.slideshow-gallery .large-gallery .details p, 
.slideshow-thumbnails-gallery .large-gallery .details p,
.masonry-gallery .large-gallery .details p,
#main-content section.events ul li .date,
#main-content #store-listing .price,
#main-content #store-detail .back-to-listing,
#main-content ul.contact-info li .type,
#main-content a.subscribe:hover,
#main-content .grid-gallery .large-gallery li .details .meta a {
	color: #cccccc;
}

.horizontal-gallery #slider,
.audio-player ol li .length .load,
.widgets article.audio-player .length,
#main-content #store-detail .product-specifics .options,
table.ui-datepicker-calendar .ui-state-disabled,
.contact .captcha #captcha-list li a {
	background-color: #cccccc;
}

nav#main-nav ul li ul li a,
nav#main-nav ul li ul li a:hover, 
nav#main-nav ul li ul li.current a {
	border-color: transparent;
	border-color: #cccccc;
}

/***** tertiary text color *****/
input#password,
#blog #filter nav p .tag-or-category,
#blog ul li article > footer a,
footer#site-footer,
#blog #filter .blog-crumbs,
#main-content .menu .menu-list li .price {
	color: #000;

}

input#password {
	border-color: transparent;
	border-color: #939598;
}


/***** accent color *****/
#main-content .large-gallery .details .count,
.slideshow-gallery .large-gallery .count, 
.slideshow-thumbnails-gallery .large-gallery .count,
.masonry-gallery .large-gallery .count,
#blog ul li article.quote blockquote p,
#main-content .content-editor blockquote p {
	color: #767676;
}

.audio-player ol li .length .progress,
.video .vjs-control-bar .vjs-volume-level,
.video .vjs-control-bar .vjs-play-progress {
	background-color: #767676;
}

#main-content .index ul li a:hover img,
#main-content .slideshow-thumbnails-gallery ul.thumbnails li a:hover img,
#main-content .masonry-gallery ul.thumbnails li a:hover img {
	border-color: transparent;
	border-color: #767676;
}


/***** titles text color *****/
#page-title,
#blog .titles h1#page-title a,
h1, h2, h3, h4, h5, h6,
#main-content #store-detail .product-specifics h1,
#main-content .topspins h1,
#blog ul li article.link h1 a,
#blog ul li article header h1,
#blog ul li article footer .tags-categories h3,
#main-content .index ul li a .titles h2,
#main-content #store-cart h1,
#main-content ul.contact-info li.name .value {
	color: #717171;
}


/***** widgets primary color *****/
.widgets article.widget p {
	color: #666766;
}


/***** widgets links color *****/
.widgets article.widget a {
	color: #000000;
}


/***** widgets muted color *****/
.widgets article.widget .date, 
.widgets article.widget .date a {
	color: #cccccc;
}


/***** widgets titles color *****/
.widgets article.widget h2, 
.widgets article.widget h2 a {
	color: #000000;
}


/***** container background color *****/
nav#main-nav ul li ul,
.widgets article.audio-player,
#main-content .content-editor pre {
	background-color: #ffffff;
}


/***** link color *****/
a,
.cart-link:hover,
footer#site-footer a,
.slideshow-gallery .large-gallery a.previous:hover,
.slideshow-gallery .large-gallery a.next:hover,
#blog ul li article .blogs-content ul li .name,
#store-listing .categories li.selected a,
#main-content #store-cart .cart-actions .continue-shopping,
.sharing .share-buttons .share-label,
.menu .section-titles li a:hover,
#main-content #store-cart .cart-actions .continue-shopping,
.ui-datepicker .ui-datepicker-header .ui-icon,
table.ui-datepicker-calendar a.ui-state-default:hover,
.ui-datepicker table .ui-state-hover,
#datepicker table .ui-state-hover,
#main-content .grid-gallery .large-gallery li .details .meta a:hover {
    color: #666766;
}

input#submit,
#main-content .audio .audio-player li a.download,
#main-content .audio .bandcamp-link,
#main-content .topspins .topspin-widget-buy-button,
#main-content #store-detail .product-specifics .add-to-cart,
#main-content #store-cart .cart-actions .checkout,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table,
#datepicker table.ui-datepicker-calendar td a.ui-state-active,
#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-active,
table.ui-datepicker-calendar td a:hover.ui-state-active,
.opentable a.OT_navLink:hover, 
.opentable a.OT_navLink.selected,
#contact-form input[type="submit"],
.contact .captcha #captcha-list li a:hover,
.contact .captcha #captcha-list li a.selected,
#contact-form fieldset ul.parsley-errors-list li {
    background-color: #666766;
}

.sharing .share-buttons ul,
#contact-form fieldset ul.parsley-errors-list li:before {
	border-color: #666766;
}


/***** link_rollover color *****/
a:hover,
footer#site-footer a:hover,
.widgets article.widget a:hover,
#store-listing .categories li a,
.sharing .share-buttons .share-label:hover,
.sharing.open .share-buttons .share-label,
.menu .section-titles li a,
#datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover span,
#datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover span {
	color: #cccccc;
}

table.ui-datepicker-calendar td a:hover,
table.ui-datepicker-calendar td a.ui-state-active {
    outline-color: #666766;
}


/***** border color *****/
hr,
#main-content .content-editor table,
#main-content .content-editor table tr,
#blog #filter,
#blog ul li > article,
#blog ul li article footer .tumblr-sharing a,
#main-content .audio .audio-player li,
#main-content section.events ul li,
#main-content .topspins li,
#main-content #store-cart .empty-notice,
#main-content #store-cart h1,
#main-content #store-cart ul li,
.widgets article.widget ul,
.widgets article.widget li,
.widgets article.audio-player > h2,
.widgets article.blank h2,
#main-content #store-detail .product-specifics .purchase-options,
#main-content .listing .listing-list li,
#main-content .menu .menu-list li.has-sub-items ul,
#ui-datepicker-div.ui-datepicker,
table.ui-datepicker-calendar thead tr,
table.ui-datepicker-calendar tr,
table.ui-datepicker-calendar tr td,
.opentable form#OT_form .OT_wrapper ul.OT_list li input,
.opentable form#OT_form .OT_wrapper ul.OT_list li .OT_navList,
.ui-datepicker .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-header:before,
.ui-datepicker-calendar,
#contact-form fieldset ul li input,
#contact-form fieldset ul li textarea,
#main-content .contact .form-container #result-message {
	border-color: transparent;
	border-color: #cccccc;
}



/***** site name font family *****/
.logo h1,
.logo h2 {
	font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
}


/***** navigation font family *****/
nav#main-nav,
.cart-link {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}


/***** titles font family *****/
#page-title,
#blog h1#page-title a,
#blog .quote blockquote p,
#blog ul li article header h1,
.widgets article.widget h2,
.widgets article.widget h2 a,
#main-content ul.contact-info li.name .value {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}


/***** primary font family *****/
body, 
#datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-month,
#datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table,
#contact-form fieldset ul li input,
#contact-form fieldset ul li textarea {
	font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
}


/***** secondary font family *****/
h1, h2, h3, h4, h5, h6,
#page-title,
#blog #filter .blog-crumbs,
#main-content .index ul li a .titles h2,
#main-content .large-gallery .count {
	font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
}


/**** global font size *****/
body {
	font-size: 100%;
}


/**** site title font size *****/
.logo {
	font-size: 110%;
}


/**** navigation font size *****/
nav#main-nav,
.cart-link {
	font-size: 90%;
}


/**** page titles font size *****/
#page-title,
#blog h1#page-title {
	font-size: 160%;
}


/**** content font size *****/
#main-content .content-editor {
	font-size: 80%;
}


/**** widgets font size *****/
.widgets {
	font-size: 100%;
}


/**** footer font size *****/
footer#site-footer {
	font-size: 80%;
}





@media only screen and (max-width: 600px) {
	
        .js nav#main-nav .toggle a {
            color: #939598;
        }
        nav#main-nav ul li, 
        nav#main-nav ul li.section,
        .js nav#main-nav .toggle,
        nav#main-nav ul li.store .cart-link {
			border-color: transparent;
			border-color: #cccccc;
        }
        nav#main-nav ul li.section.open span {
            color: #cccccc;
        }
        nav#main-nav ul li ul li {
			border-color: transparent;
			border-color: #cccccc;
        }
            nav#main-nav ul li ul li:first-child {
				border-color: transparent;
                border-color: #767676;
            }
          nav#main-nav ul li ul li a {
            color: #666766;
		  }
		  nav#main-nav ul li.section.open ul, .no-js nav#main-nav ul li.section ul {
		  	 background-color: #ffffff;
		  }
	
}
</style>
    <style>@charset "UTF-8";
body { line-height: 1.6; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; word-wrap: break-word; }

.wrapper { max-width: 800px; padding: 0 50px; margin: 0 auto; }

.main-container { overflow: hidden; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

p { margin: 0 0 20px 0; }

small { font-size: 80%; }

hr { border-style: solid; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

[data-icon]:before { font-family: "themes-Regular"; content: attr(data-icon); font-size: 18px; position: relative; margin-right: 7px; bottom: -1px; font-weight: normal; }

a, a:visited { text-decoration: none; outline: 0; }

p a, p a:visited { line-height: inherit; }

.fontsmall { font-size: 90%; }

.fontsmaller { font-size: 80%; }

.fontsmallest { font-size: 70%; }

.fontlarge { font-size: 110%; }

.fontlarger { font-size: 120%; }

.fontlargest { font-size: 130%; }

.password { text-align: center; }

input#password { border-style: solid; border-width: 1px; margin-right: 5px; padding: 12px; }
input#submit { border: none; padding: 12px; text-transform: uppercase; -webkit-appearance: none; }

.content { clear: both; font-size: 0.917em; text-align: center; width: 700px; margin: 0 auto; }

.sharing { clear: both; font-size: 0.917em; text-align: left; width: 700px; margin: 0 auto; }
.sharing .share-buttons { position: relative; }
.sharing .share-buttons .share-label { display: inline-block; cursor: pointer; line-height: 2; border: none; outline: none; }
.sharing .share-buttons ul { display: none; padding: 10px 0px 0px 10px; position: absolute; width: auto; bottom: 25px; left: 0; margin: 0; z-index: -500; border-style: solid; border-width: 1px; -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 4px; /* FF1-3.6 */ border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.sharing .share-buttons ul li { float: left; margin: 0 10px 10px 0; text-align: center; height: 20px; width: auto; padding: 0; display: inline-block; overflow: hidden; position: relative; }
.sharing .share-buttons ul li a { width: 20px; height: 20px; text-indent: 100%; display: inline-block; float: left; white-space: nowrap; overflow: hidden; background: url("_assets/_sprites/share_this.png") no-repeat 0 0; background-size: 20px 140px; }
.sharing .share-buttons ul li a:hover { opacity: .7; }
.sharing .share-buttons ul li.facebook a { background-position: 0 0; }
.sharing .share-buttons ul li.pinterest a { background-position: 0 -20px; }
.sharing .share-buttons ul li.twitter a { background-position: 0 -40px; }
.sharing .share-buttons ul li.tumblr a { background-position: 0 -60px; }
.sharing .share-buttons ul li.linkedin a { background-position: 0 -80px; }
.sharing .share-buttons ul li.google a { background-position: 0 -100px; }
.touch .sharing .share-buttons ul li.permalink { display: none; }
.sharing .share-buttons ul li.permalink { position: static; }
.sharing .share-buttons ul li.permalink a { background-position: 0 -120px; }
.sharing .share-buttons ul li.permalink a input { visibility: hidden; width: 100%; padding: 7px; position: absolute; border: none; background-color: #777; -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 3px; /* FF1-3.6 */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ box-shadow: none; color: white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; right: 0; top: 0; }
.sharing .share-buttons ul li.permalink a input:focus { outline: none; }
.sharing .share-buttons ul li.permalink a:hover { opacity: 1; }
.sharing .share-buttons ul li.permalink a:hover input { visibility: visible; }
.sharing .share-buttons ul li .count { float: left; height: 16px; width: auto; padding: 4px 5px 0; line-height: 100%; border-radius: 2px; margin-left: 5px; background-color: rgba(221, 221, 221, 0.7); color: black; font-size: 10px; }
.sharing .share-buttons ul li .count:before { position: absolute; width: 0px; height: 0px; border-style: solid; border-width: 3px 3px 3px 0; content: ""; top: 7px; left: 22px; border-color: transparent rgba(221, 221, 221, 0.7) transparent transparent; }
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) { .sharing .share-buttons ul li a { background: url("_assets/_sprites/share_this-2x.png") no-repeat 0 0; background-size: 20px 140px; } }
.sharing.open ul { display: block; z-index: 500; }

.cart-link { -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 5px; /* FF1-3.6 */ border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out; -ms-transition: color 200ms ease-in-out; -o-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; display: none; margin: 0 auto; padding: 10px; text-align: center; }
.cart-link .label { display: inline; font-size: 0.75em; }
.cart-link .arrow { float: right; }
.cart-link.show-cart { display: block; }
.cart-link.cart-link-small, .cart-link.cart-link-small.show-cart { display: none; }

.audio-player ol li { overflow: hidden; }
.audio-player ol li h2 { display: inline; font-size: 1.25em; }
.audio-player ol li .controls { float: left; margin-top: 5px; width: 9%; }
.audio-player ol li .controls .play-pause { opacity: 0.5; filter: alpha(opacity=50); display: block; float: left; height: 15px; margin-right: 5px; margin-top: 5px; margin-left: 5px; overflow: hidden; text-indent: 100%; white-space: nowrap; width: 10px; }
.audio-player ol li .controls .play-pause:hover { opacity: 1; filter: alpha(opacity=100); }
.audio-player ol li .controls .play-pause.pause:before { content: attr(data-icon-pause); }
.audio-player ol li .controls .play-pause:before { bottom: 0; float: left; font-size: 25px; line-height: 7px; text-align: center; text-indent: 0; width: 100%; }
.audio-player ol li .controls .next, .audio-player ol li .controls .previous { opacity: 0.5; filter: alpha(opacity=50); display: block; float: left; height: 10px; margin-left: 2px; margin-right: 2px; margin-top: 5px; overflow: hidden; text-indent: 100%; white-space: nowrap; width: 10px; }
.audio-player ol li .controls .next:hover, .audio-player ol li .controls .previous:hover { opacity: 1; filter: alpha(opacity=100); }
.audio-player ol li .controls .next:before, .audio-player ol li .controls .previous:before { bottom: 0; float: left; font-size: 20px; line-height: 7px; text-align: center; text-indent: 0; width: 100%; }
.audio-player ol li .song-info { float: left; width: 90%; }
.audio-player ol li .length { float: left; height: 7px; margin-top: 10px; position: relative; width: 100%; }
.audio-player ol li .length .load, .audio-player ol li .length .progress { height: 100%; left: 0; position: absolute; top: 0; }
.audio-player ol li .time { display: inline; line-height: 2.5; }

.header-image { height: auto; line-height: 0; margin-bottom: 20px; }
.header-image img { width: 100%; }

#site-header { padding-top: 20px; margin-bottom: 50px; }
#site-header .logo h1 { font-size: 1.8em; line-height: 1.2; text-align: center; }
#site-header .logo h1 img { max-width: 100%; }
#site-header .logo h2 { font-size: 0.875em; text-align: center; }
#site-header.has-header-image { margin-bottom: 20px; }
#site-header #main-nav { padding-top: 15px; position: relative; text-align: center; z-index: 10; }
#site-header #main-nav .wraparound { font-size: 1.75em; }
#site-header #main-nav .toggle { display: none; }
#site-header #main-nav #menu { display: inline-block; list-style: none; padding: 0 25px; }
#site-header #main-nav #menu li { display: inline-block; margin: 0 7px; padding: 5px 0; }
#site-header #main-nav #menu li a { padding: 5px; text-decoration: none; }
#site-header #main-nav #menu li a:hover { border-bottom-style: solid; border-bottom-width: 1px; }
#site-header #main-nav #menu li ul { -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2); /* FF3.5 - 3.6 */ box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ border-top-style: solid; border-top-width: 1px; display: none; left: 0; padding: 0; position: absolute; top: 100%; width: 130px; z-index: 5; }
#site-header #main-nav #menu li ul li { display: block; margin-left: 0; margin-right: 0; padding: 0; text-align: left; }
#site-header #main-nav #menu li ul li a { border-bottom-style: solid; border-bottom-width: 1px; display: block; padding: 8px 10px; }
#site-header #main-nav #menu li.current a { border-bottom-style: solid; border-bottom-width: 1px; }
#site-header #main-nav #menu li.section { cursor: default; padding: 5px; position: relative; }
#site-header #main-nav #menu li.section:hover ul { display: block; }

#main-content { font-size: 0.85em; padding-bottom: 30px; }
#main-content > section { margin: 10px auto 0 auto; max-width: 700px; }
#main-content > section img { max-width: 100%; }
#main-content #page-title { font-weight: normal; margin: 0 auto 5px auto; max-width: 750px; padding-bottom: 10px; text-align: center; }
#main-content .small-content { text-align: center; }
#main-content .content-editor { max-width: 700px; }
#main-content .content-editor h1 { font-size: 2em; }
#main-content .content-editor h2 { font-size: 1.8em; }
#main-content .content-editor h3 { font-size: 1.6em; }
#main-content .content-editor h4 { font-size: 1.4em; }
#main-content .content-editor h5 { font-size: 1.2em; }
#main-content .content-editor h6 { font-size: 1em; }
#main-content .content-editor h1, #main-content .content-editor h2, #main-content .content-editor h3, #main-content .content-editor h4, #main-content .content-editor h5, #main-content .content-editor h6 { margin-bottom: .8em; }
#main-content .content-editor ul { list-style: disc; margin-bottom: 20px; margin-left: 40px; }
#main-content .content-editor ul li { margin-bottom: 5px; }
#main-content .content-editor ol { list-style: decimal; margin-bottom: 20px; margin-left: 40px; }
#main-content .content-editor ol li { margin-bottom: 5px; }
#main-content .content-editor i, #main-content .content-editor em { font-style: italic; }
#main-content .content-editor b, #main-content .content-editor strong { font-weight: bold; }
#main-content .content-editor img { max-width: 100%; }
#main-content .content-editor img.right { margin: 0 0 20px 20px; float: right; }
#main-content .content-editor img.left { margin: 0 20px 20px 0; float: left; }
#main-content .content-editor img.center { margin: 20px auto; display: block; }
#main-content .content-editor p { font-size: 1em; }
#main-content .content-editor p em { font-style: italic; }
#main-content .content-editor p strong { font-weight: bold; }
#main-content .content-editor p.description { text-align: center; }
#main-content .content-editor iframe, #main-content .content-editor object, #main-content .content-editor embed { max-width: 100%; }
#main-content .content-editor table { border-top-style: solid; border-top-width: 1px; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; width: 100%; }
#main-content .content-editor table thead tr th, #main-content .content-editor table tfoot tr td { font-weight: bold; text-align: left; }
#main-content .content-editor table tr { border-top-style: solid; border-top-width: 1px; }
#main-content .content-editor table td, #main-content .content-editor table th { padding: 7px; }
#main-content .content-editor blockquote { font-size: 1.3em; margin: 30px 0 35px; text-align: center; }
#main-content .content-editor q { font-size: 2.5em; line-height: 2; margin-bottom: 10px; }
#main-content .content-editor cite { display: block; line-height: 2; margin-left: 12px; }
#main-content .content-editor address { font-size: 1em; font-style: italic; margin-bottom: 10px; }
#main-content .content-editor pre { -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 5px; /* FF1-3.6 */ border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ font-family: Monaco, Consolas, "DejaVu Sans Mono", monospace; font-size: 1em; margin-bottom: 10px; padding: 1.5em; white-space: normal; }
#main-content .content-editor .video-container { height: 0; margin-bottom: 20px; position: relative; padding-bottom: 56.25%; padding-top: 30px; overflow: hidden; }
#main-content .content-editor .video-container iframe, #main-content .content-editor .video-container object, #main-content .content-editor .video-container embed, #main-content .content-editor .video-container video { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
#main-content .contact { max-width: 800px; }
#main-content .contact .map-content-container { float: right; width: 70%; }
#main-content .contact .map-content-container .map-container { margin-bottom: 20px; }
#main-content .contact .map-content-container .map-container a { font-size: .9em; }
#main-content .contact .map-content-container .map-container img { float: none; max-width: none; }
#main-content .contact .map-content-container .map-container #map-canvas { height: 300px; width: 100%; margin-bottom: 5px; }
#main-content .contact .map-content-container .content { margin-bottom: 30px; }
#main-content .contact .form-container { float: right; margin: 0 auto; width: 100%; }
#main-content .contact .form-container #contact-form { width: 100%; }
#main-content .contact .form-container #contact-form fieldset { margin: 0; padding: 0; border: none; }
#main-content .contact .form-container #contact-form fieldset ul { list-style: none; margin: 0; padding: 0; }
#main-content .contact .form-container #contact-form fieldset ul li { padding-bottom: 15px; }
#main-content .contact .form-container #contact-form fieldset ul li label { clear: left; display: block; margin-bottom: 5px; }
#main-content .contact .form-container #contact-form fieldset ul li input, #main-content .contact .form-container #contact-form fieldset ul li textarea { border-radius: 3px; display: block; padding: 8px 10px; width: 100%; border-width: 1px; border-style: solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#main-content .contact .form-container #contact-form fieldset ul li textarea { height: 150px; }
#main-content .contact .form-container #contact-form fieldset .captcha { float: left; margin-bottom: 25px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#main-content .contact .form-container #contact-form fieldset .captcha span { font-weight: bold; }
#main-content .contact .form-container #contact-form fieldset .captcha .captcha-label { float: left; font-size: 0.875em; margin: 3px 0 10px 0; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list { float: left; margin: 0; padding: 0; width: 100%; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li { clear: none; display: inline-block; float: left; margin: 0 0.5% 0 0; padding: 0; text-align: center; width: auto; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li:last-child { margin-right: 0; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li a { display: block; font-size: 0.8em; padding: 2px 6px; -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 3px; /* FF1-3.6 */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list { padding: 0; position: relative; margin: 0; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li { display: inline-block; font-size: 0.8em; font-weight: normal; margin: 5px 0 15px 0; padding: 4px 6px; position: absolute; right: 0; width: auto; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li.require { position: static; right: auto; left: 0; margin-bottom: 0; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li.require:before { right: auto; left: 6px; top: 2px; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li:before { border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom-width: 5px; border-bottom-style: solid; content: ''; display: inline-block; height: 0; right: 6px; position: absolute; top: -3px; width: 0; }
#main-content .contact .form-container #contact-form fieldset input[type="submit"] { clear: left; border: none; padding: 11px 20px; }
#main-content .contact .form-container #result-message { border-top-width: 1px; border-top-style: solid; text-align: left; margin-bottom: 10px; padding-top: 10px; }
#main-content .contact .form-container #result-message h1 { margin-right: 3px; }
#main-content .contact .form-container #result-message h1, #main-content .contact .form-container #result-message p { font-style: italic; display: inline; font-size: 1.2em; margin-bottom: 0; }
#main-content .contact .contact-info { list-style: none; float: left; width: 25%; margin: 0px 5% 0px 0px; }
#main-content .contact .contact-info li { font-size: .9em; }
#main-content .contact .contact-info li.location .value { font-weight: bold; }
#main-content .contact .contact-info li.name { font-size: 1.6em; line-height: 1.3; }
#main-content .contact .contact-info li.contact-item { margin: 0 0 3px; }
#main-content .contact .contact-info li .type { text-transform: capitalize; }
#main-content .contact address { clear: left; font-style: normal; font-size: .9em; width: 25%; }
#main-content .contact .sharing { float: left; }
#main-content #blog { margin: 0 auto; max-width: 750px; }
#main-content #blog .titles { text-align: center; }
#main-content #blog #page-title { display: inline-block; }
#main-content #blog .sharing { clear: both; display: block; float: none; margin: 0 auto; width: 100%; }
#main-content #blog .category-dropdown { display: inline-block; position: relative; margin-bottom: 9px; margin-left: 5px; text-align: left; vertical-align: middle; width: auto; }
#main-content #blog .category-dropdown .select-box { margin-left: 5px; z-index: 0; }
#main-content #blog .category-dropdown .select-box .current em { font-style: normal; font-weight: 700; }
#main-content #blog .category-dropdown .select-box .category { margin-left: 5px; }
#main-content #blog .category-dropdown .select-box:before { bottom: 2px; float: left; line-height: 1; }
#main-content #blog .category-dropdown select { opacity: 0; filter: alpha(opacity=0); cursor: pointer; left: 0; padding: 2px; position: absolute; top: 0; width: 100%; z-index: 10; -webkit-appearance: none; }
#main-content #blog > ul { margin: 0 auto; max-width: 700px; }
#main-content #blog > ul li > article { border-bottom-style: solid; border-bottom-width: 1px; margin: 25px 0; padding-bottom: 25px; }
#main-content #blog > ul li > article header { margin-bottom: 20px; text-align: center; }
#main-content #blog > ul li > article header h1 { font-size: 1.5em; }
#main-content #blog > ul li > article header time img { margin-right: 5px; vertical-align: text-bottom; }
#main-content #blog > ul li > article section p:last-child { margin-bottom: 5px; }
#main-content #blog > ul li > article .video { display: block; height: 0; margin-bottom: 5px; overflow: hidden; padding-bottom: 56.25%; position: relative; }
#main-content #blog > ul li > article .video video, #main-content #blog > ul li > article .video iframe, #main-content #blog > ul li > article .video object, #main-content #blog > ul li > article .video embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#main-content #blog > ul li > article.quote blockquote { margin-bottom: 20px; }
#main-content #blog > ul li > article.quote blockquote p { font-size: 1.5em; margin-bottom: 10px; text-align: center; }
#main-content #blog > ul li > article.quote blockquote footer { font-size: 1em; text-align: center; }
#main-content #blog > ul li > article.audio .audio-player { float: none; margin: 0 auto 20px; max-width: 470px; }
#main-content #blog > ul li > article.audio .audio-player ol { margin: 0; list-style: none; }
#main-content #blog > ul li > article.audio .audio-player ol li { border: none; margin-bottom: 0; }
#main-content #blog > ul li > article.audio .audio-player ol li h2, #main-content #blog > ul li > article.audio .audio-player ol li h3 { line-height: 1.3; margin-bottom: 0; }
#main-content #blog > ul li > article.audio .audio-player ol li .song-info { text-align: left; }
#main-content #blog > ul li > article.audio .blogs-content { overflow: hidden; }
#main-content #blog > ul li > article.chat .blogs-content ul { margin: 0 0 15px; text-align: center; width: 100%; }
#main-content #blog > ul li > article.chat .blogs-content ul li { font-style: italic; list-style: none outside none; margin: 0 0 5px; }
#main-content #blog > ul li > article.chat .blogs-content ul li .name { font-style: normal; }
#main-content #blog > ul li > article.chat .blogs-content ul li .name:after { content: ": "; }
#main-content #blog > ul li > article footer { font-size: 0.85em; text-align: center; }
#main-content #blog > ul li > article footer a.comments { margin-right: 10px; }
#main-content #blog > ul li > article footer .tags-categories { display: inline-block; margin: 5px; text-align: left; }
#main-content #blog > ul li > article footer .tags-categories h3 { display: inline-block; }
#main-content #blog > ul li > article footer .tags-categories ul { display: inline-block; }
#main-content #blog > ul li > article footer .tags-categories ul.tags, #main-content #blog > ul li > article footer .tags-categories ul.categories { margin: 0 5px; padding: 0 5px; }
#main-content #blog > ul li > article footer .tags-categories ul li { display: inline; }
#main-content #blog > ul li > article footer .tags-categories ul li a:after { content: ","; }
#main-content #blog > ul li > article footer .tags-categories ul li:last-child a:after { content: ""; }
#main-content #blog #filter { border-bottom-style: solid; border-bottom-width: 1px; margin-bottom: 10px; padding-bottom: 5px; overflow: hidden; text-align: center; }
#main-content #blog #filter .category-dropdown { display: inline-block; }
#main-content #blog #filter nav { display: none; }
#main-content #blog #filter nav p { margin-bottom: 0; }
#main-content #blog #filter nav p .tag-or-category { margin-left: 3px; padding-left: 3px; }
#main-content #blog #filter .blog-crumbs { font-size: 0.85em; margin-bottom: 10px; }
#main-content #blog #filter .blog-crumbs em { font-weight: 700; }
#main-content #blog.filtered_list #filter nav { display: block; }
#main-content #blog.post #filter nav { display: block; }
#main-content #blog.post #filter nav .all-posts { display: none; }
#main-content #blog #comments { float: left; margin-top: 15px; overflow: hidden; width: 100%; }
#main-content #blog #comments > div, #main-content #blog #comments iframe, #main-content #blog #comments > div > span { width: 100% !important; }
#main-content #blog #comments .fb_iframe_widget iframe { background: #ffffff; }
#main-content #blog .blog-paging { overflow: hidden; text-align: center; }
#main-content #blog .blog-paging .older { margin-right: 10px; }
#main-content #blog.tumblr article strong { font-weight: 700; }
#main-content #blog.tumblr article em { font-style: italic; }
#main-content #blog.tumblr article .tumblr-sharing { float: none; font-style: italic; text-align: center; }
#main-content #blog.tumblr article .tumblr-sharing a { padding: 0 5px; }
#main-content #blog.tumblr article .tumblr-sharing a:last-child { border-right: none; }
#main-content #blog.tumblr article .tumblr-sharing .sharing { margin-left: 10px; }
#main-content #blog.tumblr article .tumblr-sharing .sharing span { line-height: 1; }
#main-content #blog.tumblr article .tumblr-sharing .sharing a { padding: 0; }
#main-content #blog.tumblr article .tumblr-sharing .sharing { width: 100%; clear: both; display: block; float: none; margin: 5px auto 0; }
#main-content #blog.tumblr .audio embed { -webkit-box-shadow: 0 0 3px 0 #cccccc; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0 0 3px 0 #cccccc; /* FF3.5 - 3.6 */ box-shadow: 0 0 3px 0 #cccccc; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ display: block; margin: 3px auto 10px; }
#main-content a.subscribe { display: inline-block; line-height: 1; margin: 0 0 5px 12px; padding: 0 0 5px 0; position: relative; vertical-align: middle; }
#main-content a.subscribe:before { bottom: 0; }
#main-content .index { max-width: 100%; }
#main-content .index ul { float: left; margin-bottom: 0px; margin-left: 0; width: 100%; }
#main-content .index ul li a img { border-width: 1px; border-style: solid; }
#main-content .index ul li a:hover img { border-width: 1px; border-style: solid; }
#main-content .index .normal li { float: left; margin: 0 3% 20px 0; text-align: center; width: 31.3%; }
#main-content .index .normal li a { display: block; }
#main-content .index .normal li .titles { font-size: 0.85em; margin-top: 2px; text-align: center; }
#main-content .index .normal li:nth-child(3n) { margin-right: 0; }
#main-content .index .normal li:nth-child(3n+1) { clear: left; }
#main-content .index .large li { float: left; margin: 0 4% 20px 0; text-align: center; width: 48%; }
#main-content .index .large li:nth-child(2n) { margin-right: 0; }
#main-content .index .large li:nth-child(2n+3) { clear: left; }
#main-content .horizontal-gallery .thumbnails, #main-content .vertical-gallery .thumbnails, #main-content .slideshow-gallery .thumbnails { display: none; }
#main-content .slideshow-gallery, #main-content .slideshow-thumbnails-gallery, #main-content .vertical-gallery, #main-content .horizontal-gallery { margin-bottom: 40px; max-width: 800px; }
#main-content .slideshow-gallery .large-gallery .details, #main-content .slideshow-thumbnails-gallery .large-gallery .details, #main-content .vertical-gallery .large-gallery .details, #main-content .horizontal-gallery .large-gallery .details { padding-top: 10px; text-align: center; }
#main-content .slideshow-gallery .large-gallery .details p, #main-content .slideshow-thumbnails-gallery .large-gallery .details p, #main-content .vertical-gallery .large-gallery .details p, #main-content .horizontal-gallery .large-gallery .details p { display: inline-block; font-size: 0.8em; margin-bottom: 0; margin-left: 3px; }
#main-content .slideshow-gallery .large-gallery .details h2, #main-content .slideshow-thumbnails-gallery .large-gallery .details h2, #main-content .vertical-gallery .large-gallery .details h2, #main-content .horizontal-gallery .large-gallery .details h2 { font-weight: 700; }
#main-content .slideshow-gallery .large-gallery .details b, #main-content .slideshow-thumbnails-gallery .large-gallery .details b, #main-content .vertical-gallery .large-gallery .details b, #main-content .horizontal-gallery .large-gallery .details b { font-weight: bold; }
#main-content .slideshow-gallery .large-gallery .details i, #main-content .slideshow-thumbnails-gallery .large-gallery .details i, #main-content .vertical-gallery .large-gallery .details i, #main-content .horizontal-gallery .large-gallery .details i { font-style: italic; }
#main-content .slideshow-gallery .large-gallery .details .count, #main-content .slideshow-thumbnails-gallery .large-gallery .details .count, #main-content .vertical-gallery .large-gallery .details .count, #main-content .horizontal-gallery .large-gallery .details .count { margin-left: 0; }
#main-content .slideshow-gallery .large-gallery .details.instagram, #main-content .slideshow-thumbnails-gallery .large-gallery .details.instagram, #main-content .vertical-gallery .large-gallery .details.instagram, #main-content .horizontal-gallery .large-gallery .details.instagram { margin: 0 auto; max-width: 612px; }
#main-content .slideshow-gallery .large-gallery li .video, #main-content .slideshow-thumbnails-gallery .large-gallery li .video, #main-content .vertical-gallery .large-gallery li .video, #main-content .horizontal-gallery .large-gallery li .video { padding-bottom: 56.25%; height: 0; overflow: hidden; display: block; position: relative; }
#main-content .slideshow-gallery .large-gallery li .video video, #main-content .slideshow-gallery .large-gallery li .video iframe, #main-content .slideshow-gallery .large-gallery li .video object, #main-content .slideshow-gallery .large-gallery li .video embed, #main-content .slideshow-thumbnails-gallery .large-gallery li .video video, #main-content .slideshow-thumbnails-gallery .large-gallery li .video iframe, #main-content .slideshow-thumbnails-gallery .large-gallery li .video object, #main-content .slideshow-thumbnails-gallery .large-gallery li .video embed, #main-content .vertical-gallery .large-gallery li .video video, #main-content .vertical-gallery .large-gallery li .video iframe, #main-content .vertical-gallery .large-gallery li .video object, #main-content .vertical-gallery .large-gallery li .video embed, #main-content .horizontal-gallery .large-gallery li .video video, #main-content .horizontal-gallery .large-gallery li .video iframe, #main-content .horizontal-gallery .large-gallery li .video object, #main-content .horizontal-gallery .large-gallery li .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-big-play-button, #main-content .vertical-gallery .large-gallery .video .vjs-big-play-button, #main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button { color: #fff; border: none; border-radius: 8px; box-shadow: none; margin-left: -1.5em; margin-top: -1.3em; height: 2em; width: 3em; }
#main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .vertical-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button:before { line-height: 2em; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before { color: #fff; content: '\25b6'; font-family: "themes-Regular"; font-size: 3em; line-height: .8; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before { content: '\2171'; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-duration { opacity: 0.76; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control { height: 0.3em; top: -0.3em; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress { background: rgba(255, 255, 255, 0.1); }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level { background-image: none; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar { margin-top: 1.3em; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before { color: #fff; font-size: 1em; line-height: 3; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level { height: 2px; }
#main-content .slideshow-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .slideshow-thumbnails-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .vertical-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .horizontal-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control { height: 0.5em; top: -0.5em; }
#main-content .slideshow-gallery .large-gallery .video .vjs-control:before, #main-content .slideshow-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .vertical-gallery .large-gallery .video .vjs-control:before, #main-content .vertical-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .vertical-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button:before { text-shadow: none; }
#main-content .slideshow-gallery .large-gallery .video .vjs-slider-handle, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-slider-handle, #main-content .vertical-gallery .large-gallery .video .vjs-slider-handle, #main-content .horizontal-gallery .large-gallery .video .vjs-slider-handle { display: none; }
#main-content .vertical-gallery .large-gallery li .video.twice, #main-content .slideshow-gallery .large-gallery li .video.twice, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.twice { padding-bottom: 50%; }
#main-content .vertical-gallery .large-gallery li .video.cinematic24, #main-content .slideshow-gallery .large-gallery li .video.cinematic24, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.cinematic24 { padding-bottom: 41.667%; }
#main-content .vertical-gallery .large-gallery li .video.cinematic239, #main-content .slideshow-gallery .large-gallery li .video.cinematic239, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.cinematic239 { padding-bottom: 41.84%; }
#main-content .vertical-gallery .large-gallery li .video.cinematic235, #main-content .slideshow-gallery .large-gallery li .video.cinematic235, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.cinematic235 { padding-bottom: 42.55%; }
#main-content .vertical-gallery .large-gallery li .video.widescreen, #main-content .slideshow-gallery .large-gallery li .video.widescreen, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.widescreen { padding-bottom: 56.25%; }
#main-content .vertical-gallery .large-gallery li .video.standard, #main-content .slideshow-gallery .large-gallery li .video.standard, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.standard { padding-bottom: 75%; }
#main-content .vertical-gallery .large-gallery li .video.us-widescreen, #main-content .slideshow-gallery .large-gallery li .video.us-widescreen, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.us-widescreen { padding-bottom: 54.05%; }
#main-content .vertical-gallery .large-gallery li { margin-bottom: 15px; text-align: center; }
#main-content .horizontal-gallery { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#main-content .horizontal-gallery .large-gallery { display: table; height: 504px; }
#main-content .horizontal-gallery .large-gallery li { display: table-cell; padding-bottom: 10px; padding-right: 20px; vertical-align: top; }
#main-content .horizontal-gallery .large-gallery li a { float: left; }
#main-content .horizontal-gallery .large-gallery li img, #main-content .horizontal-gallery .large-gallery li iframe, #main-content .horizontal-gallery .large-gallery li embed { height: 504px; max-width: inherit; }
#main-content .horizontal-gallery .large-gallery li .video { width: 896px; }
#main-content .horizontal-gallery .large-gallery li .media-container { height: 504px; overflow: hidden; position: relative; }
#main-content .horizontal-gallery .large-gallery li .details { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(255, 255, 255, 0.85); bottom: 0; display: none; left: 0; margin-bottom: 0; padding: 10px 2%; position: absolute; text-align: center; width: 100%; }
#main-content .horizontal-gallery .large-gallery li .details a { float: none; }
#main-content .horizontal-gallery .large-gallery li .details p { margin-bottom: 0; }
#main-content .horizontal-gallery .large-gallery li:hover .details { display: block; }
#main-content .horizontal-gallery .large-gallery li:last-child { padding-right: 0; }
#main-content .horizontal-gallery #slider { display: block; height: 10px; margin-top: 10px; position: relative; width: 100%; }
#main-content .horizontal-gallery #slider .slider-track-x { display: block; height: 10px; width: 100%; }
#main-content .horizontal-gallery #handle { opacity: 0.5; filter: alpha(opacity=50); cursor: move; height: 10px; outline: none; text-align: center; vertical-align: top; }
#main-content .horizontal-gallery #handle:hover { opacity: 0.75; filter: alpha(opacity=75); cursor: move; }
#main-content .slideshow-gallery .thumbnails, #main-content .slideshow-thumbnails-gallery .thumbnails { margin-top: 20px; }
#main-content .slideshow-gallery .thumbnails img.square-thumb, #main-content .slideshow-thumbnails-gallery .thumbnails img.square-thumb { display: inline-block; }
.is-mobile #main-content .slideshow-gallery .thumbnails img.square-thumb, .is-mobile #main-content .slideshow-thumbnails-gallery .thumbnails img.square-thumb { display: none; }
#main-content .slideshow-gallery .thumbnails img.vertical-thumb, #main-content .slideshow-thumbnails-gallery .thumbnails img.vertical-thumb { display: none; }
.is-mobile #main-content .slideshow-gallery .thumbnails img.vertical-thumb, .is-mobile #main-content .slideshow-thumbnails-gallery .thumbnails img.vertical-thumb { display: block; }
#main-content .slideshow-gallery ul li img, #main-content .slideshow-thumbnails-gallery ul li img { max-height: 700px; }
#main-content .slideshow-gallery .large-gallery, #main-content .slideshow-thumbnails-gallery .large-gallery { min-height: 350px; position: relative; }
#main-content .slideshow-gallery .large-gallery li, #main-content .slideshow-thumbnails-gallery .large-gallery li { text-align: center; display: none; }
#main-content .slideshow-gallery .large-gallery img, #main-content .slideshow-thumbnails-gallery .large-gallery img { vertical-align: middle; }
#main-content .slideshow-gallery .large-gallery .next, #main-content .slideshow-gallery .large-gallery .previous, #main-content .slideshow-thumbnails-gallery .large-gallery .next, #main-content .slideshow-thumbnails-gallery .large-gallery .previous { font-weight: 700; line-height: 2.7; padding: 0 7px; z-index: 100; width: 44px; }
#main-content .slideshow-gallery .large-gallery .next:before, #main-content .slideshow-gallery .large-gallery .previous:before, #main-content .slideshow-thumbnails-gallery .large-gallery .next:before, #main-content .slideshow-thumbnails-gallery .large-gallery .previous:before { -webkit-border-radius: 35px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 35px; /* FF1-3.6 */ border-radius: 35px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ opacity: 0.3; filter: alpha(opacity=30); font-size: 8px; font-weight: 700; padding: 14px 17px; }
#main-content .slideshow-gallery .large-gallery .next:hover:before, #main-content .slideshow-gallery .large-gallery .previous:hover:before, #main-content .slideshow-thumbnails-gallery .large-gallery .next:hover:before, #main-content .slideshow-thumbnails-gallery .large-gallery .previous:hover:before { opacity: 1; filter: alpha(opacity=100); }
#main-content .slideshow-gallery .large-gallery .next:hover .count, #main-content .slideshow-gallery .large-gallery .previous:hover .count, #main-content .slideshow-thumbnails-gallery .large-gallery .next:hover .count, #main-content .slideshow-thumbnails-gallery .large-gallery .previous:hover .count { display: block; }
#main-content .slideshow-gallery .large-gallery .navigation.hide, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation.hide { display: none; }
#main-content .slideshow-gallery .large-gallery .next, #main-content .slideshow-thumbnails-gallery .large-gallery .next { position: fixed; right: 3px; top: 300px; }
#main-content .slideshow-gallery .large-gallery .previous, #main-content .slideshow-thumbnails-gallery .large-gallery .previous { left: 3px; position: fixed; top: 300px; }
#main-content .slideshow-gallery .large-gallery .count, #main-content .slideshow-thumbnails-gallery .large-gallery .count { clear: left; display: none; float: left; font-size: 0.9em; line-height: 2.6; margin-top: 10px; text-align: center; width: 100%; }
#main-content .slideshow-gallery .large-gallery .transitioning.fade-out, #main-content .slideshow-thumbnails-gallery .large-gallery .transitioning.fade-out { position: absolute; top: 0; text-align: center; width: 100%; }
#main-content .slideshow-thumbnails-gallery .large-gallery { display: none; }
#main-content .slideshow-thumbnails-gallery .large-gallery .back-to-slideshow { font-size: 0.8em; line-height: 2; }
#main-content .slideshow-thumbnails-gallery .thumbnails li a img { border-width: 1px; border-style: solid; }
#main-content .slideshow-thumbnails-gallery .thumbnails li a img.square-thumb { display: block; }
.is-mobile #main-content .slideshow-thumbnails-gallery .thumbnails li a img.square-thumb { display: none; }
#main-content .slideshow-thumbnails-gallery .thumbnails li a img.vertical-thumb { display: none; }
.is-mobile #main-content .slideshow-thumbnails-gallery .thumbnails li a img.vertical-thumb { display: block; }
#main-content .slideshow-thumbnails-gallery .thumbnails li a:hover img { border-width: 1px; border-style: solid; }
#main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails img.square-thumb { display: none; }
.no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails img.square-thumb { display: block; }
#main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails img.vertical-thumb { display: block; }
.no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails img.vertical-thumb { display: none; }
.no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li { display: inline-block; margin: 0 10px 10px 0; max-height: 170px; width: auto; }
.no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li img { max-height: 170px; width: auto; }
#main-content .slideshow-thumbnails-gallery.vertical-layout.show .thumbnails { display: none; }
#main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li { float: left; width: 24%; }
#main-content .slideshow-thumbnails-gallery .thumbnails, #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails { display: block; margin: 40px 0 40px; overflow: hidden; text-align: center; }
#main-content .slideshow-thumbnails-gallery .thumbnails li, #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li { margin: 0 1% 1% 0; }
#main-content .slideshow-thumbnails-gallery .thumbnails li img, #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li img { float: left; width: 100%; }
#main-content .slideshow-thumbnails-gallery .thumbnails li:nth-child(4n), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(4n) { margin-right: 0; }
#main-content .slideshow-thumbnails-gallery .thumbnails li:nth-child(4n+5), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(4n+5) { clear: left; }
#main-content .slideshow-thumbnails-gallery.show .large-gallery { display: block; text-align: center; }
#main-content .slideshow-thumbnails-gallery.show .thumbnails { display: none; }
#main-content .slideshow-gallery .large-gallery .back-to-slideshow { display: none; }
#main-content .slideshow-gallery .thumbnails li img.vertical-thumb { display: none; }
#main-content .slideshow-gallery .thumbnails li img.square-thumb { display: block; }
#main-content .grid-gallery .large-gallery li { margin: 0 4% 25px 0; max-width: 48%; float: left; }
#main-content .grid-gallery .large-gallery li:nth-child(2n+1) { clear: left; }
#main-content .grid-gallery .large-gallery li:nth-child(2n) { margin-right: 0; }
#main-content .grid-gallery .large-gallery li .details h2 { font-weight: bold; }
#main-content .grid-gallery .large-gallery li .details p, #main-content .grid-gallery .large-gallery li .details h2 { margin: 10px 0 0 0; }
#main-content .grid-gallery .large-gallery li .details .meta { line-height: 1; margin-top: 10px; }
#main-content .grid-gallery .large-gallery li .details .meta p, #main-content .grid-gallery .large-gallery li .details .meta a { display: inline-block; font-style: italic; line-height: 1; margin: 0 10px 0 0; }
#main-content .grid-gallery .large-gallery li .details .meta p:before, #main-content .grid-gallery .large-gallery li .details .meta a:before { line-height: 0; }
#main-content .audio { margin-bottom: 30px; margin-top: 30px; max-width: 700px; overflow: hidden; }
#main-content .audio .album-art { float: left; margin-right: 3%; width: 35%; }
#main-content .audio .album-art > div { text-align: center; }
#main-content .audio .album-art .bandcamp-link { display: inline-block; font-size: .75em; margin-top: .8em; padding: 3px 5px; -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 3px; /* FF1-3.6 */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ }
#main-content .audio .audio-player { float: right; width: 62%; }
#main-content .audio .audio-player li { border-bottom-width: 1px; border-bottom-style: solid; margin-bottom: 20px; }
#main-content .audio .audio-player li h2 { margin-right: 5px; }
#main-content .audio .audio-player li .album-image { display: none; }
#main-content .audio .audio-player li .download { -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 3px; /* FF1-3.6 */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ font-size: 0.7em; margin-left: 5px; padding: 3px 5px; }
#main-content .audio .audio-player.no-art { width: 100%; }
#main-content .events li { border-bottom-width: 1px; border-bottom-style: solid; float: left; margin-right: 4%; padding-bottom: 20px; padding-top: 20px; text-align: center; width: 48%; }
#main-content .events li h2 { font-size: 1.5em; }
#main-content .events li .date { display: block; font-size: 1em; font-style: italic; }
#main-content .events li .info { margin-top: 10px; }
#main-content .events li .address { margin-right: 5px; }
#main-content .events li .timeframe { margin-right: 5px; }
#main-content .events li .see-details { font-style: italic; }
#main-content .events li:nth-child(2n) { margin-right: 0; }
#main-content .events li:nth-child(2n+3) { clear: left; }
#main-content #store-listing .categories { margin: 0 0 20px; padding: 0; text-align: center; }
#main-content #store-listing .categories li { display: inline-block; }
#main-content #store-listing .categories li a { font-size: 1em; margin: 5px; padding: 0; text-decoration: none; }
#main-content #store-listing .categories li.selected a, #main-content #store-listing .categories li a:hover { text-decoration: none; }
#main-content #store-listing .normal { margin-bottom: 0; }
#main-content #store-listing .titles { font-size: 1em; }
#main-content #store-listing .price { font-size: 0.9em; }
#main-content #store-listing.etsy .titles h2 { overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }
#main-content #store-listing .pagination { float: none; margin-bottom: 30px; text-align: center; }
#main-content #store-listing .pagination li { display: inline; }
#main-content #store-listing .pagination li a { display: inline; padding: 0 5px; }
#main-content #store-listing .pagination li a:hover { text-decoration: underline; }
#main-content #store-detail { margin-top: 40px; max-width: 100%; }
#main-content #store-detail .back-to-listing { display: block; font-size: 0.85em; margin-bottom: 20px; }
#main-content #store-detail .main-image-container { float: left; text-align: center; width: 65%; }
#main-content #store-detail .main-image-container .thumbnails li { display: inline-block; height: 100px; margin-right: 2px; }
#main-content #store-detail .main-image-container .thumbnails li img { max-height: 100%; }
#main-content #store-detail .product-specifics { clear: right; float: right; margin-left: 3%; width: 32%; }
#main-content #store-detail .product-specifics h1 { font-size: 1.5em; }
#main-content #store-detail .product-specifics .price { font-size: 1.2em; margin-bottom: 20px; }
#main-content #store-detail .product-specifics .add-to-cart { border: none; cursor: pointer; padding: 15px 0; width: 100%; -webkit-appearance: none; -webkit-border-radius: 0px; }
#main-content #store-detail .product-specifics .purchase-options { border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 1px; margin-bottom: 20px; overflow: hidden; padding: 20px 0; }
#main-content #store-detail .product-specifics .options { margin-bottom: 10px; overflow: hidden; padding: 3%; width: 94%; }
#main-content #store-detail .product-specifics .options #product-options { float: left; width: 100%; }
#main-content #store-detail .product-specifics .options.single { display: none; }
#main-content #store-detail .product-description { clear: right; float: right; margin-top: 20px; width: 32%; }
#main-content #store-cart { max-width: 750px; overflow: hidden; }
#main-content #store-cart h1 { border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.5em; margin-bottom: 5px; padding-bottom: 5px; text-align: center; }
#main-content #store-cart ul li { border-bottom-style: solid; border-bottom-width: 1px; margin-bottom: 5px; overflow: hidden; padding-bottom: 5px; }
#main-content #store-cart ul li .product-image { float: left; width: 15%; }
#main-content #store-cart ul li .product-image img { float: left; max-height: 75px; }
#main-content #store-cart ul li .product-title { float: left; margin-left: 2%; margin-right: 2%; margin-top: 25px; width: 26%; }
#main-content #store-cart ul li .product-option { float: left; margin-top: 25px; width: 30%; }
#main-content #store-cart ul li .price { float: left; margin-top: 25px; text-align: right; width: 15%; }
#main-content #store-cart ul li .price .currency { font-size: 0.65em; }
#main-content #store-cart ul li .delete { float: right; margin-top: 22px; text-align: right; width: 10%; }
#main-content #store-cart .back-to-listing { display: none; }
#main-content #store-cart .total { float: right; width: 100%; }
#main-content #store-cart .total .label { float: right; text-align: right; width: 10%; }
#main-content #store-cart .total #cart-total { float: left; text-align: right; width: 90%; }
#main-content #store-cart .total #cart-total .currency { font-size: 0.65em; }
#main-content #store-cart .cart-actions { clear: both; float: right; }
#main-content #store-cart .cart-actions .continue-shopping { display: inline-block; padding: 5px 15px; }
#main-content #store-cart .cart-actions .checkout { display: none; margin-left: 5px; padding: 5px 15px; }
#main-content #store-cart .empty-notice { border-bottom-style: solid; border-bottom-width: 1px; font-style: italic; margin-bottom: 10px; padding: 20px 20px 25px 20px; text-align: center; }
#main-content #store-cart .empty-notice p { font-size: 1.5em; margin-bottom: 0; }
#main-content #store-cart.etsy .cart-actions .continue-shopping, #main-content #store-cart.etsy .cart-actions .checkout { vertical-align: middle; }
#main-content #store-cart.etsy .cart-actions .checkout { background: url("_assets/_sprites/etsy-button-sprite.png") no-repeat top left; height: 36px; padding: 0; text-indent: -9999px; width: 179px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#main-content #store-cart.etsy .cart-actions .checkout:hover { background-color: transparent; background-position: 0 -36px; }
#main-content #store-cart.etsy .cart-actions .checkout:active { background-color: transparent; background-position: 0 -72px; }
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) { #main-content #store-cart.etsy .cart-actions .checkout { background: url("_assets/_sprites/etsy-button-sprite-2x.png") no-repeat top left; background-size: 179px 108px; } }
#main-content #about { max-width: 800px; }
#main-content #about .content-editor { max-width: 800px; }
#main-content #about .content-editor img.left { max-width: 50%; float: left; margin: 0 20px 5px 0px; }
#main-content #about .content-editor img.right { max-width: 50%; float: right; margin: 0 0 5px 20px; }
#main-content #about .content-editor img.full { width: 100%; float: none; margin: 0 0 15px; }
#main-content .listing { max-width: 800px; }
#main-content .listing section.content-editor { margin: 10px auto 40px auto; }
#main-content .listing .listing-list { margin: 0 0 20px; padding: 0; }
#main-content .listing .listing-list > li { border-bottom-style: solid; border-bottom-width: 1px; display: block; float: left; margin: 0 0 25px 0; padding: 0 0 15px; width: 100%; }
#main-content .listing .listing-list > li h2.listing-title { margin: 0 0 10px; font-size: 1.3em; }
#main-content .listing .listing-list > li .description { font-size: 1em; margin: 0 0 10px 0; text-align: left; width: 100%; }
#main-content .listing .listing-list > li .image { width: 30%; line-height: 0; margin: 0 5% 10px 0; float: left; display: block; }
#main-content .listing .listing-list > li .image img { max-width: 100%; }
#main-content .listing .listing-list > li .info { float: right; width: 65%; }
#main-content .listing.grid ul.listing-list > li { float: left; margin: 0 3.5% 20px 0; padding: 0; width: 31%; }
#main-content .listing.grid ul.listing-list > li:nth-child(3n+1) { clear: left; }
#main-content .listing.grid ul.listing-list > li:nth-child(3n) { margin-right: 0; }
#main-content .listing.grid ul.listing-list > li h2.listing-title { font-size: 1.2em; line-height: 1.2; margin: 0 0 12px; }
#main-content .listing.grid ul.listing-list > li .description { margin: 0 0 12px 0; }
#main-content .listing.grid ul.listing-list > li .image { float: none; margin: 3px 0 12px 0; padding: 0; width: 100%; }
#main-content .listing.grid ul.listing-list > li .info { float: none; margin: 0; width: auto; }
#main-content .listing.grid ul.listing-list > li .info h2.listing-title { margin: 17px 0 12px 0; }
#main-content .menu { max-width: 800px; }
#main-content .menu section.content-editor { margin: 10px auto 40px auto; }
#main-content .menu .section-titles { margin: 0 0 20px; float: left; width: 100%; text-align: center; }
#main-content .menu .section-titles li { display: inline-block; float: none; }
#main-content .menu .section-titles li a { text-decoration: none; padding: 0px; margin: 0 10px 0 0; font-size: 1em; }
#main-content .menu .menu-list { margin: 0 0 40px; padding: 0; }
#main-content .menu .menu-list li.menu-item { text-align: center; list-style: none; margin: 0 0 30px; padding: 0px; }
#main-content .menu .menu-list li.menu-item.has-sub-items { margin: 0px; padding: 0px; }
#main-content .menu .menu-list li.menu-item.has-sub-items h2.section-title { margin: 0 0 20px; font-size: 1.8em; }
#main-content .menu .menu-list li.menu-item.has-sub-items ul.sub-items { border-top-style: solid; border-top-width: 1px; margin: 0 0 40px; padding: 30px 0 0; }
#main-content .menu .menu-list li.menu-item h2.item-title, #main-content .menu .menu-list li.menu-item .price { display: inline-block; font-size: 1.5em; font-weight: normal; }
#main-content .menu .menu-list li.menu-item .price, #main-content .menu .menu-list li.menu-item .description { margin: 0; padding: 0; }
#main-content .menu .menu-list li.menu-item .price { font-size: 1.2em; margin: 0 0 0 5px; }
#main-content .menu .menu-list li.menu-item .description { margin: 2px auto 0; }
#main-content .menu .menu-list li.menu-item .description.content-editor ul, #main-content .menu .menu-list li.menu-item .description.content-editor ol { list-style-position: inside; margin-left: 0; }
#main-content .menu .menu-list ul.sub-items { margin: 0; padding: 0; }
#main-content .menu.two-column ul.sub-items li.menu-item { width: 48%; float: left; }
#main-content .menu.two-column ul.sub-items li.menu-item:nth-child(2n) { padding-left: 2%; }
#main-content .menu.two-column ul.sub-items li.menu-item:nth-child(2n+1) { clear: left; padding-right: 2%; }

.widgets { overflow: hidden; padding-top: 30px; }
.widgets .wrapper { font-size: 0.75em; max-width: 700px; overflow: hidden; }
.widgets .widget { float: left; margin-bottom: 40px; width: 47%; }
.widgets .widget h2.widget-title, .widgets .widget h2.widget-title a { margin-bottom: 10px; text-align: center; }
.widgets .widget p { margin-bottom: 0; }
.widgets .widget ul { border-bottom-style: solid; border-bottom-width: 1px; }
.widgets .widget ul li { border-bottom-style: solid; border-bottom-width: 1px; padding: 10px 0; }
.widgets .widget ul li:last-child { border-bottom: none; }
.widgets .widget a:hover { text-decoration: underline; }
.widgets .widget .date { font-size: 0.85em; }
.widgets .widget .date, .widgets .widget .date a { display: block; }
.widgets .widget:nth-child(2n+1) { margin-right: 3%; }
.widgets .widget:nth-child(2n) { margin-left: 3%; }
.widgets .widget:nth-child(2n+3) { clear: left; }
.widgets .widget.blank h1 { font-size: 2em; }
.widgets .widget.blank h2 { font-size: 1.8em; }
.widgets .widget.blank h3 { font-size: 1.6em; }
.widgets .widget.blank h4 { font-size: 1.4em; }
.widgets .widget.blank h5 { font-size: 1.2em; }
.widgets .widget.blank h6 { font-size: 1em; }
.widgets .widget.blank h2.widget-title { padding-bottom: 10px; font-size: inherit; }
.widgets .widget.blank p { margin-bottom: 20px; }
.widgets .widget.blank i, .widgets .widget.blank em { font-style: italic; }
.widgets .widget.blank b, .widgets .widget.blank strong { font-weight: bold; }
.widgets .widget.blank ul { border: none; margin-bottom: 20px; padding-left: 20px; }
.widgets .widget.blank ul li { border: none; list-style-type: disc; margin-bottom: 0.5em; padding: 0; }
.widgets .widget.audio .audio-player > h2 { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 10px; padding-top: 10px; }
.widgets .widget.audio .audio-player ol li { border: none; display: none; padding: 20px; }
.widgets .widget.audio .audio-player ol li .controls, .widgets .widget.audio .audio-player ol li h2, .widgets .widget.audio .audio-player ol li h3, .widgets .widget.audio .audio-player ol li .length { line-height: 1.5; margin-bottom: 0; text-align: center; }
.widgets .widget.audio .audio-player ol li h2, .widgets .widget.audio .audio-player ol li h3 { font-size: 1em; }
.widgets .widget.audio .audio-player ol li .controls { margin-top: 0; width: 25%; }
.widgets .widget.audio .audio-player ol li .controls .play-pause { float: left; }
.widgets .widget.audio .audio-player ol li .controls .play-pause:before { font-size: 20px; }
.widgets .widget.audio .audio-player ol li .length { float: right; width: 75%; }
.widgets .widget.audio .audio-player ol li .length .load { display: block; }
.widgets .widget.audio .audio-player ol li .time { line-height: 1.5; }
.widgets .widget.audio .audio-player ol li .song-info { width: 75%; }
.widgets .widget.audio .audio-player ol li.count_1 { display: block; }
.widgets .widget.audio .audio-player .album-image { display: block; float: left; margin-right: 5%; width: 20%; }
.widgets .widget.audio .audio-player .album-image img { float: left; width: 100%; }
.widgets .widget.social ul li { border: none; display: block; float: left; margin: 0 5px 5px 0; }
.widgets .widget.facebook #fb-like-box { width: 100% !important; }
.widgets .widget.facebook #fb-like-box > span { width: 100% !important; }
.widgets .widget.facebook #fb-like-box > span > iframe { width: 100% !important; }

.widget.opentable ul { border-bottom: none; }

#ui-datepicker-div { border: none; font-size: 1em; padding: 0; position: fixed !important; margin: -120px 0 0 -150px !important; top: 50% !important; left: 50% !important; width: 300px !important; z-index: 500 !important; }
#ui-datepicker-div:before { content: ''; background: #000; right: 0; opacity: 0.7; bottom: 0; height: 100%; width: 100%; line-height: 1; margin: -120px 0 0 151px; display: block; position: fixed; z-index: -1; pointer-events: none; }
#ui-datepicker-div .ui-datepicker-calendar:before { content: ''; bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: -1; }
#ui-datepicker-div .ui-datepicker-header:before { background: none !important; content: 'x'; color: white !important; font-size: 13px; font-weight: normal; display: block; left: 50%; line-height: 1; margin: -150px 0 0 150px; padding: 6px 10px 10px 10px; pointer-events: none; position: fixed; top: 50%; z-index: 499; }

.ui-datepicker { margin-left: 0 !important; margin-top: -1px; }

#datepicker, #ui-datepicker-div { border-radius: 0; }
#datepicker .ui-datepicker.ui-widget, #ui-datepicker-div .ui-datepicker.ui-widget { background: none; }
#datepicker .ui-datepicker-calendar, #ui-datepicker-div .ui-datepicker-calendar { border-left-width: 1px; border-left-style: solid; margin: 0; }
#datepicker .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-next { right: 10px; top: 6px; }
#datepicker .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-prev { left: 10px; top: 6px; }
#datepicker a.ui-datepicker-next, #datepicker a.ui-datepicker-prev, #ui-datepicker-div a.ui-datepicker-next, #ui-datepicker-div a.ui-datepicker-prev { cursor: pointer; }
#datepicker .ui-widget-header .ui-icon, #datepicker .ui-state-hover .ui-icon, #ui-datepicker-div .ui-widget-header .ui-icon, #ui-datepicker-div .ui-state-hover .ui-icon { background: none; text-align: center; }
#datepicker .ui-datepicker-next-hover, #datepicker .ui-datepicker-prev-hover, #ui-datepicker-div .ui-datepicker-next-hover, #ui-datepicker-div .ui-datepicker-prev-hover { background: none; border: none; }
#datepicker .ui-datepicker-next .ui-icon:before, #ui-datepicker-div .ui-datepicker-next .ui-icon:before { content: "→"; display: block; text-indent: 0; }
#datepicker .ui-datepicker-prev .ui-icon:before, #ui-datepicker-div .ui-datepicker-prev .ui-icon:before { content: "←"; display: block; text-indent: 0; }
#datepicker .ui-icon-circle-triangle-e, #ui-datepicker-div .ui-icon-circle-triangle-e { background: none; }
#datepicker .ui-corner-all, #ui-datepicker-div .ui-corner-all { border-radius: 0; }
#datepicker .ui-datepicker-header, #ui-datepicker-div .ui-datepicker-header { background: none; background-image: none; border-style: solid; border-width: 1px; padding: 8px 0; }
#datepicker .ui-state, #datepicker .ui-state-hover, #datepicker .ui-state-active, #datepicker .ui-state-default, #datepicker .ui-datepicker-unselectable span, #datepicker .ui-state-disabled, #ui-datepicker-div .ui-state, #ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-datepicker-unselectable span, #ui-datepicker-div .ui-state-disabled { background-color: transparent; background-image: none; }
#datepicker th, #ui-datepicker-div th { -moz-opacity: 0.40; filter: Alpha(Opacity=40); opacity: 0.40; }
#datepicker td, #ui-datepicker-div td { padding: 0; }
#datepicker td a:hover, #ui-datepicker-div td a:hover { outline-width: 1px; outline-style: solid; }
#datepicker td a.ui-state-active, #ui-datepicker-div td a.ui-state-active { outline-width: 1px; outline-style: solid; }
#datepicker td a.ui-state-highlight, #ui-datepicker-div td a.ui-state-highlight { outline-width: 1px; outline-style: solid; }
#datepicker td.ui-state-disabled, #ui-datepicker-div td.ui-state-disabled { -moz-opacity: 0.30; filter: Alpha(Opacity=30); opacity: .30; }
#datepicker td.ui-datepicker-other-month, #ui-datepicker-div td.ui-datepicker-other-month { opacity: .08; filter: Alpha(Opacity=8); -moz-opacity: 0.08; }
#datepicker table, #ui-datepicker-div table { margin: 0; width: 100.2%; }
#datepicker table thead tr, #ui-datepicker-div table thead tr { border-right-width: 1px; border-right-style: solid; }
#datepicker table .ui-datepicker th, #ui-datepicker-div table .ui-datepicker th { padding: 0px 0 5px; }
#datepicker table .ui-state-highlight, #ui-datepicker-div table .ui-state-highlight { background-image: none; }
#datepicker table .ui-state-default, #datepicker table .ui-widget-content .ui-state-default, #datepicker table .ui-widget-header .ui-state-default, #ui-datepicker-div table .ui-state-default, #ui-datepicker-div table .ui-widget-content .ui-state-default, #ui-datepicker-div table .ui-widget-header .ui-state-default { background: none; border: none; font-weight: normal; padding: 9px 5px; text-align: center; }
#datepicker table td a, #datepicker table td a:hover, #ui-datepicker-div table td a, #ui-datepicker-div table td a:hover { text-decoration: none; }
#datepicker table tr, #ui-datepicker-div table tr { border-bottom-width: 1px; border-bottom-style: solid; }
#datepicker table tr td, #ui-datepicker-div table tr td { border-right-width: 1px; border-right-style: solid; }

.opentable { position: relative; }
.opentable span.opentable-link { display: block; font-size: 10px; opacity: .7; margin-top: 8px; }
.opentable span.opentable-link:hover { opacity: 1; }
.opentable .OT_ExtLink:link, .opentable .OT_ExtLink:visited, .opentable .OT_ExtLink:hover, .opentable .OT_ExtLink:active { margin: 0 0 10px; width: auto; text-align: left; }
.opentable .powered { display: block; font-size: .8em; position: absolute; bottom: 27px; left: 146px; -moz-opacity: 0.40; opacity: 0.40; filter: alpha(opacity=40); }
.opentable form#OT_form { width: 100%; }
.opentable form#OT_form .OT_wrapper { width: 100%; border: none; background: transparent; }
.opentable form#OT_form .OT_wrapper .OT_header { display: none; margin: 0; padding: 0; }
.opentable form#OT_form .OT_wrapper ul.OT_list { width: 100%; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit { border: none; width: 100%; margin: 0 0 12px; padding: 0; position: relative; background-image: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit input:focus { outline: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit .ui-datepicker { margin: 0 auto; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul { left: 50%; right: 50%; margin-left: -50%; top: 28px; width: 100%; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem { width: 100%; margin: 0; padding: 0; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem a { line-height: 29px; padding: 0 8px; text-align: left; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit { display: block; height: auto; margin-bottom: 5px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:link, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:visited, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:hover, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:active { background-image: none; font-size: 12px; padding: 10px 20px; display: block; height: auto; border-radius: 0; width: auto; text-shadow: none; text-decoration: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit .OTButton { width: auto; text-align: left; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal .ui-widget { width: 100%; border: none; padding: 0px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day { height: 29px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input { background: none; border-radius: 0; margin: 0 auto; padding: 0 0 0 8px; display: block; font-weight: normal; border-width: 1px; border-style: solid; width: 100%; height: 29px; position: relative; z-index: 2; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input.OT_searchPartyField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input.OT_searchTimeField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input.OT_searchDateField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input.OT_searchPartyField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input.OT_searchTimeField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input.OT_searchDateField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input.OT_searchPartyField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input.OT_searchTimeField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input.OT_searchDateField { background-image: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time .OT_navList, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party .OT_navList, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day .OT_navList { border-width: 1px; border-style: solid; max-height: 92px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time:after, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party:after, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day:after { content: "▼"; position: absolute; right: 10px; bottom: 9px; font-size: 8px; display: block; z-index: 1; }

#site-footer { padding-bottom: 20px; padding-top: 20px; text-align: center; }
#site-footer .wrapper { font-size: 0.75em; }

.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

* html .group { zoom: 1; }

/* IE6 */
*:first-child + html .group { zoom: 1; }

/* IE7 */
@-ms-viewport { width: device-width; }

.ie6 .wrapper, .ie7 .wrapper, .ie8 .wrapper { width: 960px; }

.ie7 .main-container header .wrapper, .ie6 .main-container header .wrapper { position: relative; }
.ie7 .main-container header .logo, .ie6 .main-container header .logo { float: left; }
.ie7 .main-container header nav#main-nav, .ie6 .main-container header nav#main-nav { bottom: 20px; position: absolute; right: 0; }
.ie7 .main-container header nav#main-nav.show-cart, .ie6 .main-container header nav#main-nav.show-cart { right: 110px; }
.ie7 .main-container header nav#main-nav ul li, .ie6 .main-container header nav#main-nav ul li { display: inline; position: relative; z-index: 0; }
.ie7 .main-container header nav#main-nav ul li:hover, .ie6 .main-container header nav#main-nav ul li:hover { position: relative; z-index: 200; }
.ie7 .main-container header nav#main-nav ul li:hover ul, .ie6 .main-container header nav#main-nav ul li:hover ul { display: block; z-index: 1000; }
.ie7 .main-container header .cart-link, .ie6 .main-container header .cart-link { bottom: 24px; display: block; position: absolute; right: 0; width: 85px; }
.ie7 .main-container header .cart-link .label, .ie6 .main-container header .cart-link .label { float: left; line-height: 1.5; }
.ie7 .main-container header .cart-link .arrow, .ie6 .main-container header .cart-link .arrow { line-height: 1; }
.ie7 .data-icon span, .ie6 .data-icon span { font-family: "themes-Regular"; font-size: 18px; position: relative; margin-right: 7px; line-height: 1; bottom: -1px; font-weight: normal; }
.ie7 .audio-player ol li .controls .play-pause, .ie6 .audio-player ol li .controls .play-pause { position: relative; }
.ie7 .audio-player ol li .controls .play-pause.data-icon span, .ie6 .audio-player ol li .controls .play-pause.data-icon span { position: absolute; left: 13px; top: 4px; display: block; text-indent: 0px; }
.ie7 #main-content .horizontal-gallery ul.large-gallery, .ie6 #main-content .horizontal-gallery ul.large-gallery { behavior: url("_assets/_js/display-table.min.htc"); -dt-display: table-row-group; }
.ie7 #main-content .horizontal-gallery ul.large-gallery li, .ie6 #main-content .horizontal-gallery ul.large-gallery li { -dt-display: table-cell; }
.ie7 #main-content .horizontal-gallery img, .ie6 #main-content .horizontal-gallery img { max-width: none; }
.ie7 #main-content #store-cart .cart-actions, .ie6 #main-content #store-cart .cart-actions { float: none; text-align: right; }
.ie7 #main-content #store-cart .cart-actions .continue-shopping, .ie7 #main-content #store-cart .cart-actions .checkout, .ie6 #main-content #store-cart .cart-actions .continue-shopping, .ie6 #main-content #store-cart .cart-actions .checkout { display: inline; float: none; }
.ie7 #main-content .slideshow-gallery ul.thumbnails li, .ie7 #main-content .slideshow-thumbnails-gallery .thumbnails li, .ie6 #main-content .slideshow-gallery ul.thumbnails li, .ie6 #main-content .slideshow-thumbnails-gallery .thumbnails li { display: block; float: left; height: 73px; width: 73px; }
.ie7 .slideshow-gallery .large-gallery .previous, .ie7 .slideshow-gallery .large-gallery .next, .ie7 .slideshow-thumbnails-gallery .large-gallery .previous, .ie7 .slideshow-thumbnails-gallery .large-gallery .next, .ie6 .slideshow-gallery .large-gallery .previous, .ie6 .slideshow-gallery .large-gallery .next, .ie6 .slideshow-thumbnails-gallery .large-gallery .previous, .ie6 .slideshow-thumbnails-gallery .large-gallery .next { height: 20px; width: 75px; }

.ie7 #main-content .index ul.normal li.row-reset, .ie7 #main-content .index ul.large li.row-reset, .ie8 #main-content .index ul.normal li.row-reset, .ie8 #main-content .index ul.large li.row-reset { margin-right: 0; }
.ie7 #main-content .index ul.normal li.clear-reset, .ie7 #main-content .index ul.large li.clear-reset, .ie8 #main-content .index ul.normal li.clear-reset, .ie8 #main-content .index ul.large li.clear-reset { clear: left; }
.ie7 #main-content .events li.row-reset, .ie8 #main-content .events li.row-reset { margin-right: 0; }
.ie7 #main-content .menu.two-column ul.sub-items li.menu-item, .ie8 #main-content .menu.two-column ul.sub-items li.menu-item { margin-right: 2%; width: 48%; }
.ie7 #main-content .listing.grid .listing-list > li.row-reset, .ie8 #main-content .listing.grid .listing-list > li.row-reset { margin-right: 0; }
.ie7 #main-content .listing.grid .listing-list > li.clear-reset, .ie8 #main-content .listing.grid .listing-list > li.clear-reset { clear: left; }
.ie7 #main-content .grid-gallery .large-gallery li.row-reset, .ie8 #main-content .grid-gallery .large-gallery li.row-reset { margin-right: 0; }
.ie7 #main-content .grid-gallery .large-gallery li.clear-reset, .ie8 #main-content .grid-gallery .large-gallery li.clear-reset { clear: left; }
.ie7 .widgets .widget, .ie8 .widgets .widget { margin-right: 3%; }
.ie7 .widgets .widget.row-reset, .ie8 .widgets .widget.row-reset { margin-right: 0; }
.ie7 .widgets .widget.clear-reset, .ie8 .widgets .widget.clear-reset { clear: left; }

@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  .content-editor a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  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; }
  #menu, #virbHud, .toggle, .cart-link, .cart { display: none !important; }
  .wrapper { width: auto !important; padding: 0 !important; margin: 0 !important; } }
@media only screen and (min-width: 601px) { #site-header #main-nav #menu { opacity: 1 !important; display: block !important; height: auto !important; overflow: visible !important; } }
@media only screen and (max-width: 767px) { #main-content .index .normal li, #main-content .index .large li { width: 48%; }
  #main-content .index .normal li:nth-child(3n) { margin-right: 3%; }
  #main-content .index .normal li:nth-child(even) { margin-right: 0; }
  #main-content .index .normal li:nth-child(3n+4) { clear: none; }
  #main-content .index .normal li:nth-child(odd) { clear: left; }
  #main-content #blog ul li article footer .tags-categories { display: block; margin-right: 0; text-align: center; }
  #main-content #blog ul li article footer .tumblr-sharing { display: inline-block; text-align: center; margin-left: 0; }
  #main-content .slideshow-gallery .thumbnails li, #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li { margin: 0 1% 1% 0; width: 32%; }
  #main-content .slideshow-gallery .thumbnails li:nth-child(3n), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(3n) { margin-right: 0; }
  #main-content .slideshow-gallery .thumbnails li:nth-child(3n+1), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(3n+1) { clear: left; margin-right: 1%; }
  #main-content .slideshow-gallery .thumbnails li:nth-child(3n+4), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(3n+4) { clear: left; }
  #main-content .slideshow-gallery .thumbnails li:nth-child(4n), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(4n) { margin-right: 1%; }
  #main-content .slideshow-gallery .thumbnails li:nth-child(4n+5), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(4n+5) { clear: none; }
  #main-content .contact .map-content-container { float: none; width: 100%; }
  #main-content .contact .contact-info { float: none; width: 100%; margin: 0 0 20px 0; }
  #main-content .contact .form-container { float: right; margin-bottom: 20px; width: 100%; }
  #main-content .contact .form-container #contact-form fieldset .captcha .captcha-label { margin-bottom: 10px; }
  #main-content .contact .form-container #contact-form fieldset .captcha #captcha-list { width: 100%; }
  #main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li { margin: 0 1% 1% 0; text-align: center; width: 49.5%; }
  #main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li:nth-child(2n) { margin-right: 0; } }
@media only screen and (max-width: 599px) { #main-content .slideshow-gallery .thumbnails li img, #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li img { margin: auto; }
  #main-content .slideshow-gallery .thumbnails li:nth-child(4n), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(4n) { margin-right: auto; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li { width: 100%; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a img.vertical-thumb { display: inline-block; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a img.square-thumb { display: none; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a img { height: auto; max-height: inherit; width: 100%; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a img.vertical-thumb { display: inline-block; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a img.square-thumb { display: none; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout.show .thumbnails { display: block; }
  #main-content .grid-gallery .large-gallery li { float: none; margin: 0 0 20px 0; max-width: 100%; text-align: center; }
  #main-content .grid-gallery .large-gallery li:nth-child(2n+1) { clear: none; }
  #main-content a.subscribe { padding: 0 0 3px 0; } }
@media only screen and (min-width: 600px) { #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li { display: block; margin-bottom: 10px; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a { width: 100%; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a img { float: none; height: auto; width: 100% !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } }
@media only screen and (min-width: 800px) { #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; display: block; margin: 0 auto; } }
@media only screen and (max-width: 700px) { #main-content #about { max-width: 800px; }
  #main-content #about .content-editor img.left { max-width: 100%; float: none; margin: 0 0 15px; }
  #main-content #about .content-editor img.right { max-width: 100%; float: none; margin: 0 0 15px; }
  #main-content .listing ul.listing-list > li, #main-content .listing.grid ul.listing-list > li { float: none; margin: 0 0 20px; padding: 0; width: 100%; }
  #main-content .listing ul.listing-list > li h2.listing-title, #main-content .listing.grid ul.listing-list > li h2.listing-title { font-size: 1.3em; margin: 0 0 20px; }
  #main-content .listing ul.listing-list > li .description, #main-content .listing.grid ul.listing-list > li .description { float: none; font-size: 1em; margin: 0 0 20px; width: 100%; }
  #main-content .listing ul.listing-list > li .image, #main-content .listing.grid ul.listing-list > li .image { float: none; margin: 0 0 20px; width: 100%; }
  #main-content .listing ul.listing-list > li .info, #main-content .listing.grid ul.listing-list > li .info { float: none; width: 100%; }
  #main-content .listing ul.listing-list > li .info h2.listing-title, #main-content .listing.grid ul.listing-list > li .info h2.listing-title { margin: 0 0 20px; }
  #main-content .listing ul.listing-list > li .info .description, #main-content .listing.grid ul.listing-list > li .info .description { margin: 0 0 20px; }
  #main-content .listing.grid ul.listing-list > li { float: left; width: 100%; }
  #main-content .listing.grid ul.listing-list > li .image { float: none; width: 100%; }
  #main-content .listing.grid ul.listing-list > li .info { float: none; width: 100%; }
  #main-content .menu .menu-list li.menu-item.has-sub-items h2.section-title { font-size: 1.5em; }
  #main-content .menu .menu-list li.menu-item h2.item-title { font-size: 1.2em; }
  #main-content .menu .menu-list li.menu-item .price { font-size: 1em; }
  #main-content .menu .menu-list li.menu-item .description { font-size: 0.9em; }
  #main-content .menu.two-column ul.menu-list li.menu-item { width: 100%; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 600px) { body { font-size: 120%; }
  .wrapper { padding: 0 20px; }
  .sharing { float: none; }
  .store-cart-large { display: none; }
  #site-header { overflow: hidden; margin-bottom: 25px; }
  #site-header .logo { width: 100%; margin-right: 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }
  #site-header.has-header-image { margin-bottom: 0; }
  #site-header #main-nav { overflow: hidden; text-align: left; width: 100%; float: left; margin-top: 20px; margin-bottom: 20px; }
  #site-header #main-nav .toggle { display: block; width: 100%; border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
  #site-header #main-nav .toggle a { display: block; width: 100%; position: relative; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  #site-header #main-nav .toggle a:before { float: right; display: inline; font-size: 1em; line-height: inherit; margin-right: 0; bottom: auto; vertical-align: middle; }
  #site-header #main-nav.open #menu { display: block; }
  #site-header #main-nav #menu { width: 100%; padding: 0; border: none; position: relative; display: none; float: left; }
  #site-header #main-nav #menu li, #site-header #main-nav #menu li.section { display: block; margin: 0; padding: 0; border-bottom-width: 1px; border-bottom-style: solid; }
  #site-header #main-nav #menu li.store, #site-header #main-nav #menu li.section.store { display: none; }
  #site-header #main-nav #menu li.store.show-cart, #site-header #main-nav #menu li.section.store.show-cart { display: block; }
  #site-header #main-nav #menu li.store .cart-link, #site-header #main-nav #menu li.section.store .cart-link { -webkit-border-radius: 0; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 0; /* FF1-3.6 */ border-radius: 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ }
  #site-header #main-nav #menu li a, #site-header #main-nav #menu li.section span { padding: 10px; display: block; cursor: pointer; }
  #site-header #main-nav #menu li ul { width: 100%; position: relative; left: auto; top: auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
  #site-header #main-nav #menu li ul li { border-bottom: none; border-top-width: 1px; border-top-style: solid; }
  #site-header #main-nav #menu li ul li a { padding: 10px; border-bottom: none; }
  #site-header #main-nav #menu li ul li a:hover { border-bottom: none; }
  #site-header #main-nav #menu li ul li.current a { border-bottom: none; }
  #site-header #main-nav #menu li ul li:first-child { border-top-width: 2px; border-top-style: solid; }
  #site-header #main-nav #menu li.section ul { display: none; }
  #site-header #main-nav #menu li.section.open ul { display: block; }
  #site-header #main-nav #menu li.section.open:hover ul { display: block; }
  #site-header #main-nav #menu li.section.open:after { content: "\FE3F"; top: 8px; }
  #site-header #main-nav #menu li.section:hover ul { display: none; }
  #site-header #main-nav #menu li.section:after { content: "\FE40"; display: block; height: 0; position: absolute; top: 17px; right: 24px; width: 0; }
  #site-header #main-nav #menu li.current a, #site-header #main-nav #menu li:hover a { border: none; }
  #main-content .horizontal-gallery .horizontal-gallery-container { overflow-x: hidden; }
  #main-content .horizontal-gallery .large-gallery { left: 0 !important; display: block; height: auto; }
  #main-content .horizontal-gallery .large-gallery li { display: block; padding-right: 0; }
  #main-content .horizontal-gallery .large-gallery li .media-container { height: auto; }
  #main-content .horizontal-gallery .large-gallery li .media-container .video { width: auto; }
  #main-content .horizontal-gallery .large-gallery li img { max-width: 100%; width: inherit!important; height: inherit!important; float: left; }
  #main-content .horizontal-gallery .large-gallery li a { float: none; }
  #main-content .horizontal-gallery .large-gallery li iframe, #main-content .horizontal-gallery .large-gallery li embed { height: 100%; }
  #main-content .horizontal-gallery .large-gallery li .details { position: relative; display: block; float: left; }
  #main-content .horizontal-gallery #slider { display: none; }
  #main-content .slideshow-gallery .thumbnails, #main-content .slideshow-gallery.show .thumbnails { margin-bottom: 20px; display: block; text-align: center; }
  #main-content .slideshow-gallery .thumbnails li, #main-content .slideshow-gallery.show .thumbnails li { width: 100%; }
  #main-content .slideshow-gallery .large-gallery, #main-content .slideshow-thumbnails-gallery .large-gallery { display: none; }
  #main-content .slideshow-gallery .thumbnails li, #main-content .slideshow-thumbnails-gallery .thumbnails li { float: none; }
  #main-content .slideshow-gallery .thumbnails li a, #main-content .slideshow-gallery .thumbnails li img, #main-content .slideshow-thumbnails-gallery .thumbnails li a, #main-content .slideshow-thumbnails-gallery .thumbnails li img { float: none; }
  #main-content .slideshow-gallery .thumbnails li img, #main-content .slideshow-thumbnails-gallery .thumbnails li img { width: auto; }
  #main-content .slideshow-gallery.show .large-gallery, #main-content .slideshow-thumbnails-gallery.show .large-gallery { display: none; }
  #main-content .slideshow-gallery.show .thumbnails, #main-content .slideshow-thumbnails-gallery.show .thumbnails { display: block; }
  #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li { width: auto; max-width: 280px; margin: 0 auto 10px auto; float: none; }
  #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li a, #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li img { float: none; }
  #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li img { width: auto; }
  #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(3n+1), #main-content .slideshow-thumbnails-gallery.horizontal-layout .thumbnails li:nth-child(3n) { margin-right: auto; }
  #main-content #store-detail .main-image-container { margin-bottom: 20px; float: none; width: 100%; }
  #main-content #store-detail .main-image-container .thumbnails { margin-top: 5px; }
  #main-content #store-detail .product-specifics { float: none; width: 100%; margin-left: 0; }
  #main-content #store-detail .product-specifics #product-options { width: 35%; float: left; }
  #main-content #store-detail .product-specifics .add-to-cart { width: 35%; float: right; margin-bottom: 20px; }
  #main-content #store-detail .product-description { float: none; width: 100%; }
  #main-content #store-cart ul li .product-image { float: left; width: 100%; text-align: center; }
  #main-content #store-cart ul li .product-image img { float: none; }
  #main-content #store-cart ul li .product-title { float: left; width: 100%; text-align: center; margin-top: 0; }
  #main-content #store-cart ul li .product-option { float: left; width: 100%; text-align: center; margin-bottom: 0; margin-top: 0; }
  #main-content #store-cart ul li .price { float: left; width: 100%; text-align: center; margin-top: 0; }
  #main-content #store-cart ul li .delete { float: right; width: 20%; text-align: right; margin-top: 0; }
  #main-content #store-cart .total .label { width: auto; margin-left: 10px; }
  #main-content #store-cart .total #cart-total { float: none; width: auto; text-align: right; }
  #main-content #store-cart .cart-actions { float: none; }
  #main-content #store-cart .cart-actions .continue-shopping { width: 44%; padding: 15px 3%; float: left; text-align: center; margin-right: 0; }
  #main-content #store-cart .cart-actions .checkout { width: 43%; padding: 15px 3%; margin-left: 1%; float: left; text-align: center; }
  #main-content .audio .album-art { float: none; width: 100%; text-align: center; }
  #main-content .audio .audio-player { margin-top: 30px; float: none; width: 100%; margin-left: 0; }
  #main-content .listing .listing-list > li h2.listing-title { font-size: 1.5em; }
  .widgets .widget { width: 100%; margin-bottom: 20px; }
  .widgets .widget:nth-child(2n+1) { margin-right: 0; }
  .widgets .widget:nth-child(2n) { margin-left: 0; }
  .widgets .widget:nth-child(2n+3) { clear: none; } }
@media only screen and (max-width: 500px) { #main-content #store-cart .cart-actions .continue-shopping, #main-content #store-cart .cart-actions .checkout { display: block; float: none; margin: 0 auto 15px auto; padding: 15px 0; width: 100%; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { #main-content .index .normal li, #main-content .index .large li { width: 100%; margin-right: 0; }
  #main-content .events li { width: 100%; margin-right: 0; }
  #main-content #store-detail .product-specifics { text-align: center; }
  #main-content #store-detail .product-specifics #product-options { width: 100%; }
  #main-content #store-detail .product-specifics .add-to-cart { width: 100%; padding: 15px 0; margin-top: 10px; }
  #main-content .listing .listing-list li h2 { font-size: 1.5em; } }
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  .content-editor a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  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; }
  #main-nav, #virbHud, .cart { display: none !important; } }
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  .content-editor a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  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; }
  #menu, #virbHud, .toggle, .cart-link, .cart { display: none !important; }
  .wrapper { width: auto !important; padding: 0 !important; margin: 0 !important; } }
</style>
    <link rel="stylesheet" href="http://assets.virbcdn.com/_assets/video-js/video-js.min.css">
<link rel="stylesheet" href="http://assets.virbcdn.com/_assets/video-js/video-js-overrides.css">

    <style type="text/css">#menu {
  text-transform: uppercase;
  background-color: #FFF;
}
@media only screen 
and (max-width : 754px) {
  
#site-header #main-nav #menu li {
    display: block !important;
}
  
}

.contactimg {
    width: 400px;
    float: right;
  	display: none;
}

#main-content .index .normal li .titles {
    text-transform: uppercase;
}

.instagram img {
  width: 50px;
}

#main-content {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.contactinfo {
    float: none;
    margin-left: -none;
}

@media only screen 
and (min-width : 1000px) {
  
  .contactimg {
    width: 400px;
    float: right;
  	display: block;
}
  
  .contactinfo {
    float: left;
    margin-left: -240px;
}
  
#main-content .contact .form-container {
    margin: 145px auto 0px -240px;
    width: 350px;
    float: none;
}
  
.main-container {
    overflow: hidden;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  	border: 1px solid #e5e5e5;
  	padding-top: 50px;
    padding-left: 30px;
	padding-right: 30px;
}
 
  .logo {
    font-size: 110%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    width: 100%;
    margin-left: -150px;
    width: 1100px;
}
  
  #main-content {
    width: 1100px;
margin-left: -150px;
  }
  
  #main-nav {
    margin-top: -30px;
  }
  
}

#site-header #main-nav #menu li {
    display: inline-block;
    margin: 0px 24px;
    padding: 6px 0px;
    letter-spacing: 1px;

}

#site-header #main-nav #menu li.current a {
    border-bottom-style: none;
    border-bottom-width: none;
    font-weight: bold;
}
#site-header #main-nav #menu li a:hover {
    border-bottom-style: none;
    border-bottom-width: none;
}

nav#main-nav ul li.section span, nav#main-nav ul li, nav#main-nav ul li a {
    color: #888;
}
</style>