@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%
}

body {
	margin:0
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align:baseline
}

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

[hidden], template {
	display:none
}

a {
	background-color:transparent
}

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

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

b, strong {
	font-weight:700
}

dfn {
	font-style:italic
}

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

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

small {
	font-size:80%
}

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

sup {
	top:-.5em
}

sub {
	bottom:-.25em
}

img {
	border:0
}

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

figure {
	margin:1em 40px
}

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

pre {
	overflow:auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size:1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin:0
}

button {
	overflow:visible
}

button, select {
	text-transform:none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor:pointer
}

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

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

input {
	line-height:normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding:0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height:auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing:content-box
}

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

fieldset {
	border: none;
	margin: 0 2px;
	padding:.35em .625em .75em
}

legend {
	border: 0;
	padding:0
}

textarea {
	overflow:auto
}

optgroup {
	font-weight:700
}

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

td, th {
	padding: 0
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	font-family: sans-serif;
	color: #222;
	background-color: #ab4d29;
	/* Footer color */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	width: 100%;
	float: left;
	background: #f9f5e4;
	/* page color */
	min-height: 400px;
	padding-bottom: 30px;
}

header {
	width: 100%;
	background: #ab4d29;
	/*margin-bottom: 45px;*/
	float: left;
	border-bottom: 2px #ffbe00 solid;
}

.index header {
	margin-bottom: 0;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
	position: relative;
	width: 960px;
	/* width for ie 8 */
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 90%;
		max-width: 1100px;
		/* page width in modern browsers*/
	}
}

.column, .columns {
	float: left;
	box-sizing: border-box;
}

.row {
	margin-bottom: 20px;
	clear: both;
}
/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

.column, .columns {
	margin-left: 4%;
}

.column:first-child, .columns:first-child {
	margin-left: 0;
}

.one.column, .one.columns {
	width: 4.66666666667%;
}

.two.columns {
	width: 13.3333333333%;
}

.three.columns {
	width: 22%;
}

.four.columns {
	width: 30.6666666667%;
}

.five.columns {
	width: 39.3333333333%;
}

.six.columns {
	width: 48%;
}

.seven.columns {
	width: 56.6666666667%;
}

.eight.columns {
	width: 65.3333333333%;
}

.nine.columns {
	width: 74.0%;
}

.ten.columns {
	width: 82.6666666667%;
}

.eleven.columns {
	width: 91.3333333333%;
}

.twelve.columns {
	width: 100%;
	margin-left: 0;
}

.one-third.column {
	width: 30.6666666667%;
}

.two-thirds.column {
	width: 65.3333333333%;
}

.one-half.column {
	width: 48%;
}
/* Offsets */

.offset-by-one.column, .offset-by-one.columns {
	margin-left: 8.66666666667%;
}

.offset-by-two.column, .offset-by-two.columns {
	margin-left: 17.3333333333%;
}

.offset-by-three.column, .offset-by-three.columns {
	margin-left: 26%;
}

.offset-by-four.column, .offset-by-four.columns {
	margin-left: 34.6666666667%;
}

.offset-by-five.column, .offset-by-five.columns {
	margin-left: 43.3333333333%;
}

.offset-by-six.column, .offset-by-six.columns {
	margin-left: 52%;
}

.offset-by-seven.column, .offset-by-seven.columns {
	margin-left: 60.6666666667%;
}

.offset-by-eight.column, .offset-by-eight.columns {
	margin-left: 69.3333333333%;
}

.offset-by-nine.column, .offset-by-nine.columns {
	margin-left: 78.0%;
}

.offset-by-ten.column, .offset-by-ten.columns {
	margin-left: 86.6666666667%;
}

.offset-by-eleven.column, .offset-by-eleven.columns {
	margin-left: 95.3333333333%;
}

.offset-by-one-third.column, .offset-by-one-third.columns {
	margin-left: 34.6666666667%;
}

.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
	margin-left: 69.3333333333%;
}

.offset-by-one-half.column, .offset-by-one-half.columns {
	margin-left: 52%;
}

@media (max-width: 767px) {
	.column, .columns {
		width: 100% !important;
		clear: both;
		margin: 0;
	}

	.container {
		width: 85%;
		padding: 0;
	}

	header .container {
		width: 100%;
	}/* Offsets */

	.offset-by-one.column, .offset-by-one.columns, .offset-by-two.column, .offset-by-two.columns, .offset-by-three.column, .offset-by-three.columns, .offset-by-four.column, .offset-by-four.columns, .offset-by-five.column, .offset-by-five.columns, .offset-by-six.column, .offset-by-six.columns, .offset-by-seven.column, .offset-by-seven.columns, .offset-by-eight.column, .offset-by-eight.columns, .offset-by-nine.column, .offset-by-nine.columns, .offset-by-ten.column, .offset-by-ten.columns, .offset-by-eleven.column, .offset-by-eleven.columns, .offset-by-one-third.column, .offset-by-one-third.columns, .offset-by-two-thirds.column, .offset-by-two-thirds.columns, .offset-by-one-half.column, .offset-by-one-half.columns {
		margin-left: 0;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.iconFontLarger {
	font-size: 2.8em;
	vertical-align: -.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .6em;
	margin-bottom: .2em;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #3e2a21;
	line-height: 1.15;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
	margin-bottom: .4em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0 0 .6em 0;
}

.smallText {
	font-size: 12px;
	color: #96866c;
	margin: 3px 0;
	line-height: normal;
}

.smaller {
	font-size: 85%;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignLeftMobileCenter {
	text-align: left;
}

.alignRightMobileCenter {
	text-align: right;
}

.alignTop {
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.alignLeftMobileCenter {
		text-align: center;
	}

	.alignRightMobileCenter {
		text-align: center;
	}
}

sup {
	font-size: 50%;
	vertical-align: super;
}

sub {
	font-size: 50%;
	vertical-align: sub;
}

.nowrap {
	white-space: nowrap;
}

.borderBottom {
	border-bottom: #e07c27 2px solid;
	padding-bottom: 8px;
}

blockquote {
	width: 90%;
	padding: .1em 0 0 12px;
	margin: 20px auto 20px 0;
	border-left: 6px solid #d27f23;
	font-style: italic;
	box-sizing: border-box;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
	margin: 0 0 0.2em 0;
	color: #666666;
	font-style: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	list-style: square outside;
	margin-left: 1.5em;
}

ol {
	list-style: decimal outside;
	margin-left: 1.5em;
}

ol, ul {
	padding-left: 0;
	margin-top: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin: .5em 0;
}

li {
	margin-bottom: .5em;
}

/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {
	max-width: 100%;
	height: auto;
}

.photoRight {
	float: right;
	margin: 4px 0 4px 10px;
}

.photoLeft {
	float: left;
	margin: 4px 10px 4px 0;
}

.photoRightBorder {
	float: right;
	margin: 6px 0 6px 12px;
	padding: 2px;
	border: #b0b0b0 1px solid;
}

.photoLeftBorder {
	float: left;
	margin: 6px 12px 6px 0;
	padding: 2px;
	border: #b0b0b0 1px solid;
}

/* Links
--------------------------------------------------------- */
a {
	transition: all .2s;
}

a:link, a:visited {
	color: #d27f23;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #5ea03b;
	text-decoration: none;
}

a img {
	border: 0;
}

a.imageFadeLink {
	transition: all .3s;
}

a.imageFadeLink:link, a.imageFadeLink:visited {
	opacity: 1.0;
}

a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {
	opacity: .6;
}

.artMedium {
	margin: 10px 0 20px 0;
	text-align: center;
}

.artMedium a {
	display: inline-block;
	padding: 3px 12px 2px 12px;
	margin: 6px;
	transition: all .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.artMedium a:link, .artMedium a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #b6ab98;
}

.artMedium a:hover, .artMedium a:focus, .artMedium a:active {
	color: #ffbe00;
	text-decoration: none;
	background-color: #e07c27;
}

/* Menu
---------------------------------------------------------- */
.topMenu {
	width: 100%;
	float: left;
	background-color: #e07c27;
	padding: 0;
}

ul.menu {
	position: relative;
	float: right;
	width: auto;
	font-size: 1.3em;
	line-height: normal;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	padding: 0 5% 0 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.menu a {
	display: block;
	padding: 12px 15px 10px 15px;
	transition: all .3s;
}

.topMenu ul.menu {
	font-size: .95em;
}

.topMenu .menu a {
	padding: 8px 15px;
}

.menu a:link, .menu a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

.menu a:hover, .menu a:active {
	color: #ffdd59;
	text-decoration: none;
	background: #5ea03b;
}

#mobileMenuTrigger {
	display: none;
}

ul.menu div {
	display: none;
}

ul.menu li div.subMenu {
	width: 12em;
	position: absolute;
	top: 46px;
	left: 0;
	background: #5ea03b;
	padding: 0 0 8px 0;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
}

ul.menu li div.subMenu ul {
	float: none;
	padding: 6px;
	margin: 0;
}

ul.menu li div.subMenu ul li {
	float: none;
	list-style: none;
	position: relative;
	border: none;
	padding: 1px;
	margin: 0;
	line-height: normal;
}

ul.menu li div.subMenu ul li a {
	border: none;
	padding: 5px 0 5px 10px;
	margin: 0;
}

ul.menu li div.subMenu ul li a:link, ul.menu li div.subMenu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

ul.menu li div.subMenu ul li a:hover, ul.menu li div.subMenu ul li a:active {
	color: #ffdd59;
	text-decoration: none;
	background: none;
}

/* Standard Form 
---------------------------------------------------------- */
fieldset {
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.standard p {
	margin: 0 0 .2em 0;
}

form.standard {
	margin-bottom: 20px;
}

.standard fieldset {
	margin-bottom: 20px;
}

.standard input[type="text"], .standard input[type="password"], .standard input[type="email"], .standard textarea, .standard select {
	border: 1px solid #b6ab98;
	padding: 8px 10px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 4px 0 0 0;
	width: 400px;
	max-width: 90%;
	margin-bottom: 10px;
	background: #fff;
}

.standard input[type="text"]:focus, .standard input[type="password"]:focus, .standard input[type="email"]:focus, .standard textarea:focus {
	border: 1px solid #b6ab98;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.standard textarea {
	min-height: 80px;
}

.standard label, .standard legend {
	display: block;
	font: bold 13px sans-serif;
}

.standard select {
	width: 300px;
	margin: 4px 0 8px 0;
	padding: 6px 4px;
}

.standard select option {
	padding: 4px 6px;
}

.standard input[type="checkbox"] {
	display: inline;
}

.standard label span, .standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

.multirow {
	width: 100%;
	float: left;
	clear: both;
}

.standard input.short, .standard select.short {
	width: 60px;
	float: left;
	margin-right: 10px;
}

.standard input.medium, .standard select.medium {
	width: 200px;
	float: left;
	margin-right: 10px;
}

input.short, select.short {
	width: 60px;
}

input.medium, select.medium {
	width: 200px;
}

form.standard p.supplementalInfo {
	margin: -13px 0 15px 0;
	font-size: 80%;
}

form.standard label.error {
	margin: -6px 0 15px 0;
	color: #d10109;
}

.multirow label.error {
	display: inline-block;
	clear: both;
}

form.standard input.error, form.standard select.error {
	background-color: #fefee8;
}

label.error {
	float: none;
	color: red;
	vertical-align: top;
	margin: 4px 0 0 0;
	padding: 0;
	width: 250px;
	text-align: left;
}

.simple_cart input {
	border: 1px solid #b6ab98;
	padding: 8px 10px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 4px 0 0 0;
	width: 4em;
	max-width: 90%;
	margin-bottom: 10px;
	background: #fff;
}

.simple_cart legend {
	display: block;
	font: bold 13px sans-serif;
}

/* #Buttons
---------------------------------------------------------- */
.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 1em;
	padding: 10px 20px;
	line-height: 1.3em;
	width: auto;
	margin: 4px 0;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	transition: all .2s;
	box-sizing: border-box;
	color: #ffffff;
	background: #e07c27;
	-webkit-appearance: none;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #5ea03b;
	border: none;
}

.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #5ea03b;
	border: none;
}

a:link.button, a:visited.button {
	color: #ffffff;
	background-color: #e07c27;
	text-decoration: none;
	transition: all .2s;
}

a:hover.button, a:focus.button, a:active.button {
	color: #ffffff;
	background-color: #5ea03b;
	text-decoration: none;
}

.button.large, a.button.large, button.large, input[type="submit"].large, input[type="reset"].large, input[type="button"].large {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 10px 25px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
	padding: .2em .5em;
	margin: 0 .2em;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}

pre > code {
	display: block;
	white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td {
	padding: 6px 8px;
	text-align: left;
	border-bottom: 1px solid #b6ab98;
}

th:first-child, td:first-child {
	padding-left: 0;
}

th:last-child, td:last-child {
	padding-right: 0;
}

.timeLabel {
	font-size: 80%;
	color: #96866c;
	font-weight: bold;
}

table.noRules td {
	border: none;
}

/* Margin
------------------------------------------------------- */
.noMargin {
	margin: 0;
}

.noMarginTop {
	margin-top: 0;
}

.noMarginBottom {
	margin-bottom: 0;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom40 {
	margin-bottom: 40px;
}

.marginVert5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.marginVert10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.marginVert20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.marginVert40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}

.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}

.u-block {
	width: 100%;
	box-sizing: border-box;
	float: left;
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right
}

.noDisplay {
	display: none;
}

.clearDiv {
	clear: both;
	width: 100%;
	height: 1px;
}

.minHeight {
	min-height: 400px;
}

.backtotop {
	float: right;
	font-size: 80%;
}

/* Footer
---------------------------------------------------------- */
footer {
	color: #ffffff;
	font-size: 90%;
	clear: both;
	padding: 20px 0;
}

footer a:link, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover, footer a:active {
	color: #ffbe00;
	text-decoration: none;
}

footer .copyright {
	color: #f0be93;
	text-align: center;
	font-size: 85%;
	margin: 10px 0;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border-width: 0;
	border-top: 1px solid #96866c;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both;
}

/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo {
	position: absolute;
	z-index: 999;
	left: calc((100% - 1160px) /2);
}

.fullBlock {
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 30px 0 30px 0;
	margin: 20px 0 30px 0;
	background-color: #d6cdb8;
	border-top: 6px solid #96866c;
}

.highlight {
	box-sizing: border-box;
	float: left;
	margin: 15px;
	width: calc(25% - 30px);
	padding-top: 20%;
	background-image: url(/resources/artstrolley/highlight-music.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-color: #e07c27;
	position: relative;
	transition: all .2s;
	border-bottom: 6px solid #e07c27;
}

.highlightOver {
	position: absolute;
	right: 4px;
	bottom: 10px;
	padding: 4px 20px;
	color: #FFFFFF;
	background-color: #5ea03b;
	width: auto;
	transition: all .2s;
}

.highlightOver h2 {
	margin: 0;
	color: #fff;
}

.highlight:hover {
	background-size: 120%;
}

.highlight:hover .highlightOver {
	right: -6px;
}

.details {
	position: relative;
	width: 80%;
	margin: 20px 10%;
	float: left;
	box-sizing: border-box;
	padding: 30px 20px 8px 20px;
	text-align: center;
	font-size: 110%;
	border: #ffbe00 4px solid;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.detailsLabel {
	position: absolute;
	background-color: #ffbe00;
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	padding: 4px 10px;
	top: -18px;
	left: 30%;
	width: 40%;
}

.fullBlock .detailsLabel {
	background-color: #96866c;
	left: 35%;
	width: 30%;
	top: -19px;
}

.sideBlock {
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 40px 10px 10px 10px;
	margin: 0 0 20px 0;
	background-color: #d6cdb8;
	border-top: 2px solid #96866c;
}

.sideBlock h3 {
	position: absolute;
	background-color: #96866c;
	color: #ffffff;
	padding: 4px 8px;
	top: 0;
	left: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
}

iframe.map {
	width: 100%;
	height: 400px;
	border: 1px solid #e07c27;
	margin: 10px 0;
}

/* Video */
.videoWrapper {
	width: 100%;
	position: relative;
	height: auto;
	max-height: 450px;
	padding: 0;
	margin: 0 0 40px 0;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	float: left;
	border-bottom: #ffbe00 4px solid;
	background: #0a2c51 url(/resources/artstrolley/video-poster-image.jpg) no-repeat center center;
	background-size: cover;
	line-height: 0;
}

.videoOverlay {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: url(/resources/artstrolley/dots-overlay.gif) repeat;
	text-align: center;
	color: #FFFFFF;
}

.videoOverlay h1 {
	color: #ffffff;
	padding-top: 10%;
	text-shadow: 0px 0px 10px rgba(62, 42, 33, 0.8);
}

#js-video {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.hero {
	width: 100%;
	position: relative;
	height: auto;
	height: 300px;
	padding: 0;
	margin: 0 0 20px 0;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background-color: #0a2c51;
	float: left;
	border-bottom: #ffbe00 4px solid;
}

.photoGrid img {
	box-sizing: border-box;
	border: #f9f5e4 4px solid;
	width: 50%;
	height: auto;
	float: left;
}

.photoGrid3 img {
	box-sizing: border-box;
	border: #f9f5e4 6px solid;
	width: 30%;
	height: auto;
	float: left;
}

.photoGridWideWrapper {
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin: 20px 0;
	border-right: #f9f5e4 2px solid;
	border-left: #f9f5e4 2px solid;
}

.photoGridWide {
	box-sizing: border-box;
	position: relative;
	border: #f9f5e4 4px solid;
	width: 20%;
	padding-top: 20%;
	float: left;
	background-color: #939393;
	background-image: url(/resources/artstrolley/highlight-music.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.artshowGridWrapper {
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin: 20px 0;
	border-right: #f9f5e4 3px solid;
	border-left: #f9f5e4 3px solid;
}

.artshowGrid {
	position: relative;
	box-sizing: border-box;
	border: #f9f5e4 6px solid;
	width: 20%;
	padding-top: 20%;
	margin-bottom: 75px;
	height: auto;
	float: left;
	background-image: url(/resources/artstrolley/artist-image-missing.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 105%;
	background-color: #f9f5e4;
}

.artshowGrid div {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 55px;
	top: 100%;
	overflow: hidden;
	background-color: rgba(249, 245, 228, 0.00);
	text-align: center;
	padding: 8px 5px 5px 5px;
	transition: all .4s;
}

/*
.artshowGrid a:link, .artshowGrid a:visited {color:#ffbe00; }
.artshowGrid a:hover, .artshowGrid a:active {color:#e07c27;	 }
*/
.hovering div {
	top: 45%;
	background-color: rgba(255, 255, 255, 0.9);
	height: auto;
}

/*
.artshowGrid:hover div {bottom:-50px; background-color: rgba(255,255,255,0.9);}
*/
/* #Flex Box
================================================== */
.flexWrapper {
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: stretch;
}

.flexAlignCenter {
	align-items: center;
}

.flexCard {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	padding: 10px;
	text-align: center;
	margin: 10px;
}

.flexCardThird {
	width: 31%;
}

@media only screen and (max-width: 1024px) {
	.flexCard {
		width: 75%;
	}

	.flexWrapper {
		justify-content: center;
	}

	.flexCardThird {
		width: 70%;
	}
}

@media only screen and (max-width: 479px) {
	.flexCard {
		width: 90%;
	}

	.flexWrapper {
		justify-content: center;
	}

	.flexCardThird {
		width: 90%;
	}
}
/* #Media Queries
================================================== */

.mobileTest {
	display: none;
}

.mobileOnly, #mobileMenuTrigger {
	display: none;
}

/* Between mobile and fill size */
@media only screen and (min-width: 768px) and(max-width: 1199px) {
	.logo {
		left: 0;
	}
}
/* All Mobile & Tablet Sizes (devices and browser) */

@media only screen and (max-width: 959px) {
	#js-video, .videoWrapper {
		display: none;
	}

	.hideMobile {
		display: none;
	}

	.mobileTest {
		display: block;
	}

	.mobileOnly {
		display: block;
	}

	.logo {
		left: auto;
		position: relative;
		float: right;
	}

	#mobileMenuTrigger {
		display: block;
	}

	.mobileCenter {
		text-align: center;
	}

	.wrapper {
		overflow: hidden;
	}

	#mobileMenuTrigger {
		position: fixed;
		top: 0;
		left: 0;
		padding: 5px 10px;
		background-color: #e07c27;
		z-index: 1000;
		border-bottom-right-radius: 3px;
		font-size: 1.3em;
	}

	#mobileMenuTrigger a {
		color: #fff;
	}

	ul.menu {
		display: none;
		position: absolute;
		background: #e07c27;
		font-size: 1.1em;
		width: 90%;
		max-width: 20em;
		left: 0;
		top: 0;
		margin: 0 0 0 0;
		list-style: none;
		z-index: 999;
		box-sizing: border-box;
		padding: 40px 10px 20px 10px;
		border-bottom-right-radius: 6px;
	}

	.menu li {
		float: none;
		margin: 0;
		padding: 0;
	}

	.menu a {
		display: block;
		padding: 3px 15px;
		transition: all .3s;
		border-bottom: 1px solid #e9a468 !important;
	}

	.menu a:link, .menu a:visited {
		color: #ffffff;
		background-color: transparent;
		text-decoration: none;
	}

	.menu a:hover, .menu a:active {
		color: #ffdd59;
		background-color: transparent;
		text-decoration: none;
	}

	ul.menu div {
		display: block;
	}

	ul.menu li div.subMenu {
		display: block;
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		background: none;
		padding: 0 0 0 15px;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		z-index: 100;
	}

	.menu .hasSubmenu {
		font-size: .8 !important;
		text-transform: capitalize !important;
	}

	.highlight {
		width: calc(50% - 30px);
		padding-top: 42%;
		background-size: 105%;
	}

	.highlightOver h2 {
		font-size: 120%;
	}

	header {
		background: #ab4d29 url(/resources/artstrolley/header-mobile-background.jpg) no-repeat center right;
		background-size: cover;
	}

	.artshowGrid {
		width: 25%;
		padding-top: 25%;
	}
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
	.details {
		width: 100%;
		margin: 20px 0;
	}

	.fullBlock .detailsLabel {
		left: 25%;
		width: 50%;
	}

	.photoGrid {
		text-align: center;
	}

	.photoGrid img {
		width: 90%;
		float: none;
	}

	.photoGridWideWrapper {
		display: none;
	}

	.artshowGrid {
		width: 50%;
		padding-top: 50%;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and(max-width: 767px) {
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

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

