article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}

body,button,input,select,textarea {
	font-family: sans-serif;
	color: #463d2e;
}

::-moz-selection {
	background: #708a43;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #708a43;
	color: #fff;
	text-shadow: none;
}

a {
	color: #bd7c43;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: 700;
}

pre,code,kbd,samp {
	font-family: monospace,monospace;
	_font-family: 'courier new',monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 5px 0 10px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
}

button,input {
	line-height: normal;
	overflow: visible;
}

table button,table input {
	overflow: auto;
}

button,input[type=button],input[type=reset],input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
}

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-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:invalid,textarea:invalid {
	background-color: #f0dddd;
}

.btn.success,.alert-message.success {
	color: #fff;
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: linear-gradient(top,#62c462,#57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',endColorstr='#57a957',GradientType=0);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: linear-gradient(#fff,#fff25%,#e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	transition: .1s linear all;
}

.btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}

.btn.success:hover {
	color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

@font-face{font-family:'RhomusRegular';src:url('../fonts/rhomus-webfont.eot');src:url('../fonts/rhomus-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/rhomus-webfont.woff') format('woff'),url('../fonts/rhomus-webfont.ttf') format('truetype'),url('../fonts/rhomus-webfont.svg#RhomusRegular') format('svg');font-weight:normal;font-style:normal}

input,textarea,select,.uneditable-input {
	display: inline-block;
	width: 96%;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #566844;
	border: 0;
	border-top: 2px solid #566844;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	resize: none;
	min-height: 180px;
}

select {
	padding: initial;
}

input[type=checkbox],input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	margin-top: 0;
	line-height: normal;
	border: 0;
}

input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type=button],input[type=reset],input[type=submit] {
	width: auto;
	height: auto;
}

select,input[type=file] {
	height: 27px;
	height: auto;
	line-height: 27px;
	margin-top: 4px;
}

select[multiple] {
	height: inherit;
	background-color: #fff;
}

textarea {
	height: auto;
}

.uneditable-input {
	background-color: #fff;
	display: block;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}

:-moz-placeholder {
	color: #bfbfbf;
}

::-webkit-input-placeholder {
	color: #bfbfbf;
}

input,textarea {
	background: #c6d2ba;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-ms-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	-webkit-box-shadow: inset 0 1px 3px #b0c59c;
	-moz-box-shadow: inset 0 1px 3px #b0c59c;
	box-shadow: inset 0 1px 3px #b0c59c;
}

input:focus,textarea:focus {
	outline: 0;
	border-color: #566844;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px #432918;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px #432918;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px #432918;
}

input[type=file]:focus,input[type=checkbox]:focus,select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form input[type=submit],#submit {
	width: 114px;
	height: 36px;
	background: url(../images/ticket.png) no-repeat;
	text-align: center;
	border: 0;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 36px;
	line-height: 28px;
	position: relative;
	right: 12px;
	float: right;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: RhomusRegular;
	font-weight: 400;
}

h2 {
	margin: 0 0 15px;
	padding: 0;
	font-family: RhomusRegular;
	color: #fff;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 46px;
	font-weight: 400;
}

h2 span {
	font-size: 36px;
	line-height: 29px;
}

h3 {
	margin: 0 0 15px;
	padding: 0;
	font-family: RhomusRegular;
	color: #4c412e;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 33px;
	letter-spacing: -1px;
	font-weight: 400;
}

h4 {
	margin: 0 0 15px;
	padding: 0;
	font-family: RhomusRegular;
	color: #4c412e;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 400;
}

h5 {
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #463d2e;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

p {
	margin: 0 0 15px;
	line-height: 19px;
}

.container {
	width: 942px;
	margin: 0 auto;
}

#cookie-notification {
	display: none;
	position: relative;
	top: 0;
	padding: 8px 0;
	z-index: 999999999999999;
	background: #554e44;
	color: #fff;
}

#cookie-notification a {
	color: #fff;
}

#cookie-notification span {
	float: left;
}

#cookie-close-button {
	cursor: pointer;
	width: 22px;
	height: 22px;
	padding: 1px 0 0 1px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float: left;
	position: relative;
	left: 10px;
	top: 1px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	background-color: #2e2e2e;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: 0;
	background-image: linear-gradient(tobottom,#2e2e2e,#070707);
	float: right;
}

.cookie {
	margin: 0 20px;
}

#header {
	background: url(../images/header_bg.jpg) repeat-x top center #e5e1ce;
	height: 206px;
}

#header .container {
	position: relative;
}

#logo {
	width: 815px;
	position: relative;
	top: 20px;
}

#logo .logo_left {
	width: 324px;
	float: left;
}

#logo span {
	color: #708a43;
	font-size: 51px;
	font-family: RhomusRegular;
	line-height: 46px;
	position: relative;
	left: 4px;
}

#logo h1 {
	font-size: 135px;
	color: #4c412e;
	line-height: 100px;
	letter-spacing: -7px;
	font-weight: 400;
}

#logo h1 a {
	color: #4c412e;
	display: inline-block;
	width: 100%;
}

#logo .logo_right {
	float: right;
	width: 490px;
	position: relative;
	top: 44px;
}

#logo h3 {
	font-size: 62px;
	color: #bd7d43;
	line-height: 52px;
	letter-spacing: -1px;
}

.top_links {
	position: absolute;
	top: 0;
	right: 0;
	width: 535px;
}

.contact {
	z-index: 100;
	float: left;
	background: #c0b99d;
	padding: 6px 12px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin: 0 10px 0 0;
}

.contact a {
	text-transform: uppercase;
	color: #574c39;
	font-weight: 700;
	font-size: 14px;
	display: block;
}

.login {
	z-index: 100;
	float: left;
	background: #c0b99d;
	padding: 6px 12px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.login a {
	text-transform: uppercase;
	color: #574c39;
	font-weight: 700;
	font-size: 14px;
}

.login a.register,.login a:hover,.contact a:hover {
	color: #bd7c43;
}

.login a.register:hover {
	color: #574c39;
}

#drumsticks {
	position: absolute;
	top: 0;
	right: 152px;
	background: url(../images/drumsticks.jpg) no-repeat;
	width: 130px;
	height: 68px;
}

.mini_basket {
	z-index: 100;
	float: right;
	background: #c0b99d;
	padding: 6px 12px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.mini_basket a {
	display: block;
	background: url(../images/mini_basket.gif) no-repeat left center;
	text-transform: uppercase;
	color: #574c39;
	font-weight: 700;
	font-size: 14px;
	padding: 0 0 0 23px;
}

.mini_basket a:hover {
	color: #bd7c43;
}

#share {
	width: 125px;
	height: 125px;
	background: url(../images/share.png) no-repeat;
	position: absolute;
	top: 42px;
	right: 0;
}

#share a {
	display: block;
	width: 125px;
	height: 125px;
}

#share a span {
	display: none;
}

#share:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	filter: none;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 32px;
	z-index: 999;
}

.nav li {
	float: left;
	text-transform: uppercase;
	color: #4c412e;
	font-size: 16px;
}

.nav li a {
	text-decoration: none;
	color: #4c412e;
}

.nav li a span {
	text-decoration: none;
	color: #574c39;
	padding: 0 7px;
	font-weight: 700;
}

.nav li.home a span {
	padding-left: 0;
}

.nav li a:hover span,.nav li.active a span {
	color: #bd7c43;
}

#vinyl {
	position: absolute;
	left: 0;
	top: 248px;
	width: 149px;
	height: 278px;
	background: url(../images/vinyl.png) no-repeat;
}

#poster {
	position: absolute;
	right: 0;
	top: 248px;
	width: 249px;
	height: 472px;
	background: url(../images/casbah.png) no-repeat;
}

#main {
	background: url(../images/bg.jpg) repeat-x top center #ccc6b0;
}

#main .container {
	position: relative;
	padding-top: 6px;
}

#wall {
	height: 49px;
	background: url(../images/wall_top.jpg) top center repeat-x;
}

#footer {
	background: url(../images/wall.jpg) repeat-x top center #301D0F;
	color: #fff;
}

#footer .container {
	position: relative;
}

#footer_logo {
	position: relative;
	width: 600px;
	margin-bottom: 20px;
}

#footer_logo .footer_logo_left {
	width: 242px;
	float: left;
}

#footer_logo .footer_logo_left span {
	color: #708a43;
	font-size: 36px;
	line-height: 31px;
	font-family: RhomusRegular;
}

#footer_logo .footer_logo_left h3 {
	color: #fff;
	font-size: 96px;
	letter-spacing: -3px;
	font-weight: 400;
	line-height: 74px;
}

#footer_logo .footer_logo_right {
	width: 350px;
	float: right;
	position: relative;
	top: 32px;
}

#footer_logo .footer_logo_right h4 {
	color: #c08551;
	font-size: 44px;
	line-height: 37px;
	margin: 0;
	padding: 0;
	font-family: RhomusRegular;
	letter-spacing: -1px;
}

.footer_cols {
	padding-bottom: 35px;
}

.footer_left {
	width: 400px;
	float: left;
}

.footer_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: RhomusRegular;
	font-size: 37px;
	line-height: 34px;
	color: #d1cab1;
	letter-spacing: -1px;
}

.footer_left ul li a {
	color: #d1cab1;
}

.footer_left ul li a:hover {
	color: #c08551;
}

.footer_left .list_one {
	width: 155px;
	float: left;
}

.footer_left .list_two {
	width: 230px;
	float: left;
}

.footer_right {
	float: right;
	width: 520px;
}

.footer_right .footer_right_title {
	float: left;
	width: 100px;
	text-transform: uppercase;
	font-family: RhomusRegular;
	font-size: 37px;
	line-height: 34px;
	color: #d1cab1;
	letter-spacing: -1px;
}

.footer_links {
	float: right;
	width: 420px;
}

.links_one ul,.links_two ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.links_one li,.links_two li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 21px;
}

.links_one li a,.links_two li a {
	color: #fff;
}

.links_one li a:hover,.links_two li a:hover {
	color: #708a43;
}

.links_one {
	float: left;
	width: 205px;
}

.links_two {
	float: right;
	width: 200px;
}

#footer_share {
	width: 125px;
	height: 125px;
	background: url(../images/share.png) no-repeat;
	position: absolute;
	top: -9px;
	right: 0;
}

#footer_share a {
	display: block;
	width: 125px;
	height: 125px;
}

#footer_share a span {
	display: none;
}

#footer_share:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#base {
	background: #432918;
	padding: 10px 0;
	color: #fff;
}

.base_left {
	float: left;
	padding: 15px 0 0;
}

.base_right {
	float: right;
}

#base a {
	color: #fff;
}

#base a:hover {
	color: #708a43;
}

#mast {
	width: 586px;
	height: 345px;
	padding: 6px;
	float: left;
	background: #e6e6e6;
	position: relative;
}

#mast_container {
	width: 586px;
	height: 345px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 2px 1px #ddd9d7;
	-moz-box-shadow: 0 0 2px 1px #ddd9d7;
	box-shadow: 0 0 2px 1px #ddd9d7;
}

.mast_item {
	position: relative;
	width: 586px;
	height: 345px;
}

.mast_text {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 260px;
	color: #fff9e2;
}

.mast_text h4 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 29px;
	color: #efefee;
	font-family: RhomusRegular;
	margin: 0;
}

.mast_text p {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 23px;
	font-family: RhomusRegular;
	margin: 5px 0;
}

.mast_link {
	background: url(../images/see_video.png) no-repeat;
	width: 84px;
	height: 38px;
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.mast_link a {
	display: block;
	width: 84px;
	height: 38px;
}

.mast_link a span {
	display: none;
}

.mast_link:hover {
	opacity: .8;
}

#mast_nav {
	position: absolute;
	z-index: 100;
	bottom: 4px;
	right: 4px;
	width: 216px;
	height: 35px;
	background: url(../images/tear.png) no-repeat;
	text-align: right;
	padding: 30px 10px 0 0;
}

#mast_nav a {
	font-family: RhomusRegular;
	color: #574c39;
	font-size: 26px;
	line-height: 23px;
	font-weight: 400;
	padding: 0 3px;
	margin: 0 2px 0 0;
}

#mast_nav a:hover,#mast_nav a.activeSlide {
	background: #46574c;
	color: #fff;
}

#video {
	width: 340px;
	height: 300px;
	float: right;
	position: relative;
}

#video .video {
	background: url(../images/tv.png) no-repeat;
	width: 349px;
	height: 314px;
	position: relative;
	top: -16px;
	right: -10px;
}

#video .video a {
	display: block;
	width: 349px;
	height: 314px;
}

#video .video a span {
	display: none;
}

#video .sign_up {
	background: url(../images/sign_up_strap.png) no-repeat;
	width: 313px;
	height: 110px;
	position: relative;
	top: -60px;
	left: 19px;
}

#video .sign_up a {
	display: block;
	width: 313px;
	height: 100px;
}

#video .sign_up a span {
	display: none;
}

#video .sign_up:hover {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
}

.home_boxes {
	margin: 8px 0 0;
}

.home_boxes .box {
	float: left;
	width: 231px;
	height: 265px;
	background: #2d1f14;
	margin: 0 6px 0 0;
	position: relative;
}

.home_boxes .box:hover {
	opacity: .8;
}

.home_boxes .box.last {
	margin-right: 0;
}

.home_boxes .box .box_image {
	width: ;
	height: ;
	overflow: hidden;
}

.home_boxes .box .box_content {
	width: 165px;
	height: 229px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 18px 50px 18px 16px;
}

.home_boxes .box .box_content h4 {
	color: #ffedc2;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 33px;
	font-weight: 400;
	margin: 0;
	letter-spacing: -1px;
}

.home_boxes .box .box_content p {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
}

.home_boxes .wide_box {
	width: 468px;
	height: 193px;
	float: left;
	background: url(../images/casbah_box.jpg) no-repeat;
	margin: 0 0 10px;
}

.wide_box .content {
	padding: 24px 24px 24px 256px;
}

.wide_box .content h3 {
	color: #fff;
	font-size: 43px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 7px;
}

.home_boxes .wide_box.right {
	float: right;
	background: url(../images/green_box.jpg) no-repeat;
}

.wide_box_left {
	width: 175px;
	float: left;
	padding: 25px 0 25px 25px;
}

.wide_box_left h3 {
	color: #f1dc4f;
	font-size: 71px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0 0 6px;
	font-weight: 400;
	letter-spacing: -2px;
}

.wide_box_left p {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 26px;
	font-family: RhomusRegular;
	font-weight: 400;
}

.wide_box_right {
	width: 230px;
	float: right;
	padding: 25px 25px 25px 0;
}

.wide_box_right span {
	color: #fff;
}

.wide_box_right input {
	margin: 3px 0 10px;
}

.wide_box_right .ticket {
	float: right;
}

.home_three_col .col_one {
	width: 315px;
	float: left;
	margin: 0 6px 0 0;
}

.poster {
	position: relative;
	left: -12px;
	top: -1px;
	margin: 0 0 9px;
}

.poster_top {
	width: 327px;
	height: 99px;
	background: url(../images/poster_top.png) no-repeat;
	text-align: center;
	color: #708a43;
}

.poster_top .content {
	padding: 35px 0 0;
	position: relative;
	left: 6px;
}

.poster_top h4 {
	margin: 0 0 7px;
	padding: 0;
	color: #708a43;
	font-size: 40px;
	line-height: 30px;
	font-family: RhomusRegular;
	font-weight: 400;
	text-transform: uppercase;
}

.poster_top span {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 13px;
}

.poster_middle {
	width: 327px;
	height: 252px;
	background: url(../images/poster_middle.png) no-repeat;
	text-align: center;
}

.poster_middle .content {
	padding: 5px 0;
	position: relative;
	left: 6px;
}

.poster_middle ul {
	list-style: none;
	margin: 0;
	padding: 0 46px;
}

.poster_middle ul li {
	list-style: none;
	margin: 0 0 3px;
	padding: 0 0 3px;
	color: #708a43;
	border-bottom: 2px solid #708a43;
	text-transform: uppercase;
	font-family: RhomusRegular;
	/*font-size: 31px;
	line-height: 30px;*/
	font-size: 24px;
    line-height: 24px;
}

.poster_middle span {
	color: #708a43;
	text-transform: uppercase;
	font-family: RhomusRegular;
	font-size: 31px;
	line-height: 30px;
}

.poster_bottom {
	width: 327px;
	height: 79px;
	background: url(../images/poster_bottom.png) no-repeat;
}

.poster_bottom .ticket {
	margin: 0 auto;
	position: relative;
	top: 13px;
	left: 4px;
}

.brown_box {
	width: 310px;
	height: 246px;
	background: url(../images/casbah_brownbox.jpg) no-repeat;
}

.brown_box .content {
	padding: 44px 30px 44px 155px;
}

.brown_box h3 {
	color: #fff;
	font-size: 38px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 22px;
}

.home_three_col .col_two {
	width: 383px;
	float: left;
}

.home_three_col .col_two .content {
	border: 4px solid #fdfdfd;
	padding: 30px 20px;
	background: url(../images/home_content_bg.jpg) no-repeat top left #ddd8c5;
	min-height: 616px;
}

.home_three_col .col_two .content h2 {
	color: #463d2e;
	font-size: 86px;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.home_three_col .col_two .content h5 {
	text-transform: uppercase;
	color: #463d2e;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
}

.home_three_col .col_two img {
	margin-top: 10px;
}

.home_three_col .col_three {
	width: 233px;
	float: right;
	text-align: right;
}

.home_three_col .col_three p {
	margin: 0 0 10px;
}

.home_three_col .col_three img {
	-webkit-box-shadow: 0 0 3px 1px #9b9784;
	-moz-box-shadow: 0 0 3px 1px #9b9784;
	box-shadow: 0 0 3px 1px #9b9784;
}

.ticket {
	width: 114px;
	height: 36px;
	background: url(../images/ticket.png) no-repeat;
	text-align: center;
}

.ticket a {
	display: block;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 36px;
}

.ticket:hover {
	opacity: .80;
}

.small_ticket {
	width: 85px;
	height: 28px;
	background: url(../images/small_ticket.png) no-repeat;
	text-align: center;
}

.small_ticket a {
	display: block;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
}

.small_ticket:hover {
	opacity: .80;
}

.left_column {
	width: 622px;
	float: left;
}

.left_column h3,.left_column h4,.full-width h3,.full-width h4,.left-col h4 {
	text-shadow: 0 0 3px #9d9782;
	filter: none;
	filter: none;
}

.left_column h5 {
	text-transform: none;
}

.page_mast {
	position: relative;
}

.page_mast p {
	margin: 0;
}

.page_mast img {
	border: 4px solid #e6e6e6;
}

.page_mast h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 46px;
	font-weight: 400;
	position: absolute;
	bottom: 18px;
	right: 18px;
	margin: 0;
}

.left-col {
	width: 140px;
	float: left;
	margin: 0 14px 0 0;
}

.left-col .sub_nav {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
}

.left-col .sub_nav li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.left-col .sub_nav li a {
	color: #4c412e;
	font-weight: 700;
}

.left-col .sub_nav li a:hover,.left-col .sub_nav li.active a {
	color: #bd7c43;
}

.left-col .sub_nav li span {
	font-size: 16px;
	background: url(../images/sub_nav.png) no-repeat left 2px;
	padding: 0 0 0 15px;
	display: block;
}

.left-col .sub_nav li.down_arrow span {
	background: url(../images/down_arrow.png) no-repeat left 4px;
}

.left-col .sub_nav li p {
	display: block;
	padding: 0 0 0 15px;
	font-size: 11px;
	margin: 0;
	line-height: 15px;
}

.sub_nav li ul {
	margin: 10px 0 0 10px;
	padding: 0;
}

.sub_nav li ul li {
	margin: 0 0 10px !important;
}

.sub_nav li ul li a {
	color: #4c412e !important;
}

.sub_nav li ul li a.selected,.sub_nav li ul li a:hover {
	color: #bd7c43 !important;
}

.sub_nav li ul li span {
	background: url(../images/sub_nav.png) no-repeat left 2px !important;
}

.main-col {
	margin: 27px 0 0;
	width: 442px;
	float: left;
}

.main-col p a,.main-col h5 a {
	text-decoration: underline;
	color: #bd7c43;
}

.landing_page {
	list-style: none;
	margin: 0;
	padding: 0;
}

.landing_page li {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	width: 183px;
	float: left;
}

.landing_page li .thumbnail img {
	max-width: 183px;
	height: auto;
	-webkit-box-shadow: 0 0 3px 1px #9b9784;
	-moz-box-shadow: 0 0 3px 1px #9b9784;
	box-shadow: 0 0 3px 1px #9b9784;
}

.landing_page li h3 {
	background: url(../images/read_more.png) no-repeat right bottom;
	padding: 0 21px 0 0;
}

.gallery_container {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.gallery li {
	list-style: none;
	margin: 0 59px 35px 0;
	padding: 0;
	float: left;
}

.gallery li .photo_box {
	width: 108px;
	height: 96px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 3px 1px #9b9784;
	-moz-box-shadow: 0 0 3px 1px #9b9784;
	box-shadow: 0 0 3px 1px #9b9784;
}

.gallery li .photo_box:hover {
	-webkit-box-shadow: 0 0 3px 1px #382312;
	-moz-box-shadow: 0 0 3px 1px #382312;
	box-shadow: 0 0 3px 1px #382312;
}

.gallery li .photo_box img {
	max-width: 200px;
	height: auto;
}

.video_container {
	height: 832px;
	overflow: hidden;
	position: relative;
}

.video_feed {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.video_feed li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.video_feed .video_left {
	width: 240px;
	overflow: hidden;
	float: left;
}

.video_feed .video_right {
	width: 192px;
	float: right;
}

.right_column {
	width: 315px;
	float: right;
	padding-bottom: 20px;
}

.green_side {
	background: url(../images/small_green.jpg) no-repeat;
	width: 315px;
	height: 98px;
	margin: 0 0 6px;
	position: relative;
}

.orange_side {
	background: url(../images/small_casbah.jpg) no-repeat;
	width: 314px;
	height: 98px;
	position: relative;
}

.green_side .content,.orange_side .content {
	padding: 14px 10px 14px 124px;
}

.green_side .content p,.orange_side .content p {
	letter-spacing: -1px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	font-family: RhomusRegular;
}

.green_side .small_ticket,.orange_side .small_ticket {
	position: absolute;
	right: 14px;
	bottom: 14px;
}

.side_poster {
	position: relative;
	left: -10px;
	margin: 38px 0 16px;
}

.side_poster_top {
	width: 326px;
	height: 132px;
	background: url(../images/side_poster_top.png) no-repeat;
	text-align: center;
	color: #708a43;
}

.side_poster_top .content {
	padding: 35px 0 0;
	position: relative;
	left: 6px;
}

.side_poster_top h4 {
	margin: 0 0 7px;
	padding: 0;
	color: #708a43;
	font-size: 50px;
	line-height: 38px;
	font-family: RhomusRegular;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.side_poster_top span {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 13px;
}

.side_poster_bottom {
	width: 326px;
	height: 76px;
	background: url(../images/side_poster_bottom.png) no-repeat;
}

.side_poster_bottom .ticket {
	margin: 0 auto;
	position: relative;
	top: 10px;
	left: 4px;
}

.side_merch {
	width: 310px;
	height: 104px;
	background: url(../images/official_merch_side.jpg) no-repeat;
	margin: 0 0 16px;
}

.side_merch.top_merch {
	margin: 0 0 6px;
	height: 98px;
	width: 312px;
	background: url(../images/official_merch_side.jpg) no-repeat top left #342319;
}

.side_casbah {
	width: 310px;
	height: 104px;
	background: url(../images/casbah_side.jpg) no-repeat;
	margin: 0 0 16px;
}

.side_book {
	width: 310px;
	height: 104px;
	background: url(../images/book_side.jpg) no-repeat;
}

.side_merch h3,.side_casbah h3,.side_book h3 {
	padding: 20px 12px;
	margin: 0;
	font-size: 40px;
	line-height: 33px;
	color: #ffedc2;
	font-weight: 400;
	text-transform: uppercase;
}

.side_merch h3 a,.side_casbah h3 a,.side_book h3 a {
	display: block;
	color: #ffedc2;
}

.full-col {
	margin: 40px 0 0;
}

.full-width {
	width: 785px;
	float: right;
	margin: 27px 0 0;
}

.paging {
	padding: 5px 10px;
	background: url(../images/paging.jpg) no-repeat top left;
	display: inline-block;
}

.paging span {
	background: #fff;
	text-align: center;
	padding: 2px 8px;
	font-size: 16px;
	font-family: RhomusRegular;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.paging span.active,.paging span:hover {
	background: #a8ab86;
}

h4.tags {
	background: url(../images/tag_title.png) no-repeat left center;
	padding: 0 0 0 24px;
	margin: 42px 0 15px;
}

.blog_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog_categories li {
	list-style: none;
	margin: 0 0 7px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.blog_categories li a {
	color: #4c412e;
}

.blog_categories li a:hover {
	color: #bd7c43;
}

.post {
	border-bottom: 6px solid #4c412e;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.post h3,.full_post h3 {
	border-bottom: 1px solid #4c412e;
	padding: 0 0 11px;
	margin: 0 0 10px;
}

.post h3 a {
	color: #4c412e;
}

.entry-meta {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px;
}

.entry-meta a {
	color: #4c412e;
}

.entry-meta .date {
	background: url(../images/date.png) no-repeat left center;
	padding: 4px 0 4px 24px;
	width: 120px;
	float: left;
}

.meta-tags {
	background: url(../images/tag.png) no-repeat left center;
	padding: 4px 0 4px 18px;
	width: 110px;
	float: left;
}

.meta-comments {
	background: url(../images/comment.png) no-repeat left center;
	padding: 4px 0 4px 24px;
	width: 120px;
	float: left;
}

.full_post {
	padding: 0 0 25px;
	margin: 0 0 15px;
	border-bottom: 6px solid #4c412e;
}

.blog_image img {
	border: 1px solid #989797;
}

.commentlist {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.commentlist li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #4c412e;
}

.commentlist li:last-child {
	border-bottom: 0;
}

.commentlist .author {
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 16px;
	padding: 0 0 0 10px;
}

.commentlist .author a {
	color: #333;
}

.commentlist .comment_date {
	font-size: 16px;
}

.commentlist p {
	margin: 5px 0;
}

.form-submit {
	margin-top: 10px;
}

.form-input {
	margin: 5px 0 10px;
}

.blog_container {
	height: 1573px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}

.blog_posts {
	position: relative;
}

#NewsArticle .full-col {
	padding: 0 0 25px;
	margin: 40px 0 5px;
	border-bottom: 6px solid #4c412e;
}

.news_top {
	position: relative;
	margin: 0 0 10px;
}

.news_thumb {
	float: left;
	margin: 0 10px 0 0;
	background: url(../images/thumb_bg.png) no-repeat;
	width: 76px;
	height: 80px;
	overflow: hidden;
}

.news_thumb img {
	position: relative;
	top: 4px;
	left: 3px;
	max-width: 66px;
	height: auto;
}

.news_top h3 {
	float: left;
	margin-top: 5px;
}

.news_top h3 span {
	font-family: Arial;
	font-size: 18px;
	margin: 5px 0 0;
	letter-spacing: normal;
}

.news_container {
	height: 1003px;
	position: relative;
	overflow: hidden;
}

.news_feed {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.news_feed li {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.live_dates {
	width: 100%;
}

.live_dates th,.live_dates td {
	padding: 10px 8px;
	vertical-align: middle;
}

.live_dates th {
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	font-size: 23px;
	font-family: RhomusRegular;
	text-shadow: 0 0 3px #9d9782;
	filter: dropshadow(color=#9d9782,offx=0,offy=0);
	filter: none;
}

.live_dates td {
	text-transform: uppercase;
	font-weight: 700;
}

.live_dates td a {
	color: #463d2e;
}

.live_dates td a:hover {
	color: #bd7c43;
}

.live_dates tr.odd {
	background: url(../images/live_date_bg.jpg);
}

.live_dates tr {
	background: 0;
}

.live_dates .first {
	width: 310px;
}

.live_dates .last {
	width: 100px;
}

.show_container {
	height: 324px;
	overflow: hidden;
	position: relative;
}

table.dates {
	position: relative;
}

.tour_container {
	position: relative;
	height: 974px;
	overflow: hidden;
}

.tour_diary {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.tour_diary li {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.tour_left {
	float: left;
	width: 130px;
}

.tour_thumb {
	width: 120px;
	height: 113px;
	background: url(../images/tour_thumb.png) no-repeat;
}

.tour_thumb img {
	max-width: 107px;
	height: auto;
	position: relative;
	top: 5px;
	left: 6px;
}

.tour_right {
	float: right;
	width: 290px;
}

.tour_detail {
	padding: 0 0 5px;
	margin: 0 0 15px;
	border-bottom: 6px solid #4c412e;
}

.best_fest .ticket {
	margin: 20px 0 0;
	float: right;
}

.best_fest_band {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.best_fest_band li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.best_fest_band .band_right {
	width: 640px;
	float: right;
}

.best_fest_band .band_right h5 {
	text-transform: none;
}

.biography {
	list-style: none;
	margin: 0;
	padding: 0;
}

.biography li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.biography .bio_left {
	width: 150px;
	float: left;
}

.biography .bio_right {
	width: 290px;
	float: left;
}

.biography .bio_right h3 {
	margin-top: 25px;
}

.bio_landing {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bio_landing li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.bio_landing li .bio_left {
	width: 135px;
	float: left;
}

.bio_landing li .bio_right {
	width: 285px;
	float: right;
	padding: 25px 0 0;
}

.bio_landing li .bio_right h3 {
	margin: 0 0 5px;
}

.bio_landing li .bio_right h5 {
	text-transform: uppercase;
	margin: 0 0 5px;
}

.bio_landing .bio_right p {
	margin: 0 0 5px;
}

.bio_landing .bio_right a {
	width: 41px;
	height: 32px;
	display: block;
	background: url(../images/read_more.png) no-repeat right bottom;
	float: right;
}

.bio_landing .bio_right a span {
	display: none;
}

.bio_landing .bio_right a:hover {
	opacity: .75;
}

.records {
	width: 100%;
}

.records td {
	line-height: 19px;
	padding-bottom: 10px;
}

.records .record_date {
	width: 45px;
	text-transform: uppercase;
}

.records .record_date strong {
	font-size: 16px;
}

.records .record_detail strong {
	font-size: 16px;
	text-transform: uppercase;
}

.records .record_type {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
}

.umbMemberControlsButton,#ContentPlaceHolderDefault_content_umbRegister_4_ButtonSignup,#ContentPlaceHolderDefault_content_umbLogin_4_ButtonLogout,#ContentPlaceHolderDefault_content_umbPasswordForgot_4_ok,#ContentPlaceHolderDefault_content_umbLogin_3_ButtonLogout {
	width: 114px !important;
	height: 36px !important;
	background: url(../images/ticket.png) no-repeat;
	text-align: center;
	border: 0;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 36px;
	position: relative;
	right: 12px;
	float: right;
}

#ContentPlaceHolderDefault_content_umbPasswordForgot_4_EmailAddress {
	margin: 0 0 15px;
}

#ContentPlaceHolderDefault_content_umbLogin_3_ButtonLogout {
	right: 0;
}

.umbMemberControlsForgotSuccess {
	margin-top: 15px;
}

#ContentPlaceHolderDefault_content_umbLogin_3_PanelSignOut {
	text-align: right;
	position: relative;
	z-index: 9999;
}

.panel-sign-out h5 {
	display: none;
}

#Generic .panel-sign-out h5 {
	display: block;
	float: left;
}

.access_mast {
	position: relative;
}

.access_mast h2 {
	position: absolute;
	top: 23px;
	right: 31px;
	z-index: 9999;
}

#access_mast {
	border: 4px solid #e6e6e6;
	width: 610px;
	height: 194px;
	overflow: hidden;
	position: relative;
}

#access_mast p {
	margin: 0;
}

#access_mast #mast_nav {
	bottom: -2px;
	right: -2px;
}

.access_year {
	width: 150px;
	float: left;
}

.access_main {
	width: 635px;
	float: left;
}

.access_post {
	border-bottom: 0;
}

.access_post .entry-content {
	width: 315px;
	float: left;
}

.access_post .entry-content h5 {
	text-transform: none;
}

.access_post .entry-content p {
	margin: 0 0 5px;
}

.access_post .entry-image {
	width: 295px;
	float: right;
}

.access_container {
	width: 100%;
	height: 1428px;
	overflow: hidden;
}

.access_post_year {
	width: 150px;
	float: left;
}

.access_full_post {
	width: 635px;
	float: right;
}

.access_full_post h5 {
	text-transform: none;
}

.access_video {
	margin: 0 0 20px;
}

.fancybox-wrap {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fancybox-iframe {
	background: #c8c1ae;
}

.popup_container {
	height: 312px;
	margin: 0 auto;
	text-align: center;
	background: #c8c1ae;
}

.popup_container h1 {
	text-transform: uppercase;
	font-size: 40px;
}

.popup_content {
	position: relative;
	top: 100px;
}

.categories {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 688px;
}

.categories li {
	list-style: none;
	margin: 0 20px 52px 0;
	padding: 0;
	float: left;
	width: 215px;
}

.category_item {
	position: relative;
}

.category_image {
	min-height: 210px;
}

.category_image p {
	margin: 0;
}

.category_image img {
	max-width: 215px;
	height: auto;
	-webkit-box-shadow: 0 0 3px 1px #9c9889;
	-moz-box-shadow: 0 0 3px 1px #9c9889;
	box-shadow: 0 0 3px 1px #9c9889;
}

.category_title {
	text-align: center;
	background: url(../images/product_name_bg.jpg) no-repeat top left;
	text-transform: uppercase;
	font-weight: 700;
	padding: 9px 0;
	margin: 10px 0;
}

.categories .ticket {
	margin: 0 auto;
}

.bigger_image {
	display: none;
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 999;
}

.bigger_image img {
	-webkit-box-shadow: 0 0 3px 1px #9c9889;
	-moz-box-shadow: 0 0 3px 1px #9c9889;
	box-shadow: 0 0 3px 1px #9c9889;
}

.products {
	float: right;
	width: 688px;
}

.products table {
	width: 100%;
}

.products table td {
	width: 215px;
}

.products .ticket {
	margin: 0 auto;
	margin-bottom: 10px;
}

.product {
	float: right;
	width: 688px;
}

.product_left {
	width: 425px;
	float: left;
}

.product_right {
	width: 230px;
	float: right;
}

.product_image p {
	margin: 0;
}

.product_image img {
	max-width: 215px;
	height: auto;
	-webkit-box-shadow: 0 0 3px 1px #9c9889;
	-moz-box-shadow: 0 0 3px 1px #9c9889;
	box-shadow: 0 0 3px 1px #9c9889;
}

.product_option {
	background: url(../images/product_name_bg.jpg) no-repeat top left;
	text-transform: uppercase;
	font-weight: 700;
	padding: 9px 10px;
	margin: 10px 0;
}

.options {
	width: 217px;
}

.options table {
	width: 100%;
}

.options table tr {
	background: url(../images/product_name_bg.jpg) no-repeat top left;
	height: 39px;
}

.options table td {
	vertical-align: middle;
	font-weight: 700;
	padding: 4px 10px;
	margin: 0 0 5px;
}

.options table td select {
	width: 105px;
	position: relative;
	top: -2px;
	-moz-transition: border .2s linear 0 .2s linear 0;
	background: none repeat scroll 0 0 #c6d2ba;
	box-shadow: 0 1px 3px #b0c59c inset;
}

span.price {
	font-size: 16px;
}

.qty_input input {
	width: 45px;
	text-align: center;
	position: relative;
	top: -2px;
}

.add_to_basket input {
	border: 0;
	float: right;
	margin: 10px 0 0;
	width: 114px;
	height: 36px;
	background: url(../images/ticket.png) no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 36px;
}

.add_to_basket input:hover {
	opacity: .80;
}

.order_now_btn input {
	border: 0;
	float: right;
	margin: 10px 0 0;
	width: 143px;
	height: 36px;
	background: url(../images/large_ticket.png) no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 36px;
}

.order_now_btn input:hover {
	opacity: .80;
}

.order_items .name {
	float: left;
	width: 425px;
}

.order_items .qty {
	float: left;
	width: 190px;
}

.order_items .update_btn {
	float: left;
}

.order_items .remove_btn {
	float: right;
	width: 65px;
}

.order_item {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #4c412e;
}

.order_item .basket_item {
	float: left;
	width: 425px;
}

.order_item .basket_item .image {
	float: left;
}

.order_item .basket_item .image img {
	max-width: 120px;
	-webkit-box-shadow: 0 0 3px 1px #9a9584;
	box-shadow: 0 0 3px 1px #9a9584;
}

.order_item .basket_item .name {
	float: left;
	padding: 0 10px;
}

.order_item .qty {
	float: left;
	width: 190px;
	font-size: 19px;
	font-weight: 700;
}

#ContentPlaceHolderDefault_content_uc_product_basket_4_DLProductItems_ltrQty_0,.qty_box {
	width: 35px;
	text-align: center;
}

.order_item .update {
	border: 0;
	float: right;
	margin: 0;
	width: 55px;
	height: 28px;
	background: url(../images/tiny_ticket.png) no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
}

.order_item .remove_btn {
	float: right;
	width: 65px;
	text-align: center;
}

.remove_btn .remove {
	border: 0;
	width: 33px;
	height: 33px;
	background: url(../images/remove.png) no-repeat;
	border: 0;
	position: relative;
	top: -3px;
}

.totals {
	float: right;
}

.order_total {
	font-weight: 700;
	width: 301px;
	background: url(../images/paging.jpg) no-repeat;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.total_type {
	float: left;
}

.total_amount {
	float: right;
}

.checkout {
	width: 482px;
}

.checkout .label {
	padding: 5px 0;
}

.submit_btn input {
	border: 0;
	float: right;
	margin: 10px 0 0;
	width: 114px;
	height: 36px;
	background: url(../images/ticket.png) no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 36px;
}

.overview {
	padding: 3px 0;
	font-weight: 700;
}

.checkout select {
	-moz-transition: border .2s linear 0 .2s linear 0;
	background: none repeat scroll 0 0 #c6d2ba;
	box-shadow: 0 1px 3px #b0c59c inset;
}

.error {
	color: #dd411b;
	padding: 5px 0;
	clear: both;
	display: block;
}

.calendar_container {
	padding: 1px;
	background: #c08551;
}

.calendar {
	position: relative;
	background: url(../images/calendar_bg.png) top left;
	border: 1px solid #daaa69;
	padding: 11px 15px;
}

.calendar_header {
	text-align: center;
	position: relative;
}

.calendar_header h4 {
	font-size: 34px;
}

.calendar_header .month {
	width: 122px;
	position: absolute;
	right: 0;
	top: 0;
}

.calendar_main {
	background: #483d2b;
	border: 1px solid #c38550;
	padding: 7px 5px;
}

.calendar_main table {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	width: 396px;
}

.calendar_main table th {
	border: 1px solid #908c84;
	text-transform: uppercase;
	font-size: 13px;
	padding: 8px 0;
	text-align: center;
}

.calendar_main table td {
	border: 1px solid #908c84;
	padding: 3px;
	font-weight: 700;
}

.calendar_main a.added_event {
	font-weight: 400;
	display: block;
	clear: both;
	background: url(../images/calendar_book.png) no-repeat;
	width: 44px;
	height: 21px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: RhomusRegular;
	text-transform: uppercase;
	font-size: 15px;
}

#ContentPlaceHolderDefault_content_uccasbahbasket_3_DLProductItems_ltrNoPeople_0 {
	width: 35px;
	text-align: center;
}

.checkout table td {
	padding-bottom: 10px;
}

.product_admin {
	width: 100%;
}

.product_admin th {
	background: #4c412e;
	color: #fff;
	padding: 5px;
	text-align: left;
}

.product_admin td {
	vertical-align: middle;
	background: #dad5c2;
	padding: 5px 10px;
	border: 1px solid #4c412e;
}

.product_admin .tfoot td {
	background: #4c412e;
	color: #fff;
}

.product_admin .tfoot td td {
	padding: 2px 5px;
}

.product_table {
	margin: 0 0 20px;
}

.edit_product td {
	padding: 0 10px 10px 0;
}

.edit_product td.input {
	width: 400px;
}

.edit_product select {
	background: #c6d2ba;
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0000);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
.vote_form { width:700px; float:right;}
	.vote_form td { padding:0 5px;}
.vote_image { background:#fff;-webkit-box-shadow: 0 0 3px 1px #9c9889;-moz-box-shadow: 0 0 3px 1px #9c9889;box-shadow: 0 0 3px 1px #9c9889; height:220px;line-height:220px; width:100%; text-align:center;padding:5px 0;}
	.vote_image img { margin:auto; vertical-align:middle; }
	.vote_form .vote { background:url(../images/vote/vote_bg.jpg) no-repeat top left; width:100%; text-align:center; margin:10px 0; padding:12px 0; text-transform:uppercase; font-weight:bold;}
		.vote input { display:block; margin:0 auto; margin-bottom:5px;}
	.vote_form .input input { margin:0 0 10px;}
	.vote_form .input label { font-weight:bold; margin-bottom:5px; display:block;}
		.vote_form .submit_btn { background:url(../images/vote/vote_now.png) no-repeat; width:703px; text-align:center; text-transform:uppercase;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none; border:none;border-radius:none;color:#fff;font-family: RhomusRegular;font-size:25px;padding:14px 0;}
			.vote_form .submit_btn:hover { opacity:0.8;}

@media only screen and max-device-width480px {
	#vinyl,#poster {
		display: none;
	}
	
	#logo h3,#footer_logo h4 {
		font-weight: 400;
	}

}

@media only screen and max-device-width768px {
	.bigger_image {
		display: none !important;
	}

}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	
	a,a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	.ir a:after,a[href^=javascript:]:after,a[href^=#]:after {
		content: "";
	}
	
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr,img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,h3 {
		page-break-after: avoid;
	}

}
/*
.side_poster_bottom .ticket a, .poster_bottom .ticket a { cursor: default;}
.side_poster_bottom .ticket:hover, .poster_bottom .ticket:hover { opacity: 1;}
.side_poster_bottom .ticket a:after, .poster_bottom .ticket a:after { content: "sold out"; }
.side_poster_bottom .ticket a span, .poster_bottom .ticket a span { display: none;}*/