.header-holder:after,
.steps:after,
.items-list li:after,
.tab-content .tabset:after,
.items-form .row:after {
	content: " ";
	display: block;
	clear: both;
}

.nav-slide ul,
.header-nav ul,
.steps,
.items-list,
.intro-block .tabset,
.tab-content .tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #939393;
	background: #fff;
	font: 16px/1.5 Arial, Verdana, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	height: 100%;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #26a69a;
	outline: none;
}

a:hover {
	color: #e7a341;
}

input,
textarea,
select {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: #f3f3f3;
	border: none;
	text-align: center;
	margin: 0 0 27px;
	display: block;
	width: 100%;
	border-radius: 7px;
	font-size: 19px;
	line-height: 22px;
	height: 50px;
	padding: 14px;
	color: #828282;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #828282;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #828282;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #828282;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #828282;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
textarea.placeholder {
	color: #828282;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	box-shadow: 0 0 5px rgba(38, 166, 154, .5);
	outline: none;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
	height: 130px;
	min-height: 67px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

h2 {
	color: #050505;
	font-weight: 700;
	font-size: 33px;
	line-height: 27px;
	margin: 0 0 9px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #050505;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #26a69a;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	width: 414px;
	min-height: 100%;
	overflow: hidden;
}

.w1 {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	width: 100%;
	position: relative;
	right: 0;
}

.w1:before {
	content: "";
	background: rgba(0, 0, 0, .8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.nav-active .w1 {
	right: -277px;
}

.nav-active .w1:before {
	opacity: 1;
	z-index: 20;
}

#header {
	width: 100%;
}

.home #header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

.header-holder {
	background: #f7f7f7;
	padding: 26px 21px 20px;
	min-height: 71px;
}

.home .header-holder,
.event-page .header-holder {
	background: none;
}

.header-holder .title {
	color: #5b5b5b;
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	line-height: 19px;
	padding: 5px 10px 0 0;
}

.header-holder > .logo {
	margin: 0 auto;
	width: 79px;
	height: 26px;
}

.cart {
	float: right;
}

.cart a {
	display: inline-block;
	vertical-align: top;
	color: #8e8e8e;
}

.cart a:hover {
	color: #26a69a;
}

.cart a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background: url(../images/sprite.png) no-repeat -162px 0;
	width: 26px;
	height: 21px;
	margin: 0 5px 0 0;
}

.cart a:hover:before {
	background-position: -162px -35px;
}

.link-login {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 4px;
}

.link-login:hover {
	color: #26a69a;
}

.login .link-login,
.sub-page .link-login {
	display: none;
}

.link-back {
	float: left;
	background: url(../images/sprite.png) no-repeat 0 -70px;
	width: 29px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 6px 0 0 6px;
}

.link-back:hover {
	background-position: 0 -88px;
}

.event-page .link-back {
	background-position: 0 -106px;
	margin-top: 8px;
}

.event-page .link-back:hover {
	background-position: 0 -88px;
}

.link-scroll {
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	width: 22px;
	height: 8px;
	margin: 12px 5px 0 0;
}

.link-scroll:before,
.link-scroll:after {
	content: "";
	background: #8e8e8e;
	width: 13px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	top: 3px;
	left: 0;
	-webkit-transform: rotate(28deg);
	-ms-transform: rotate(28deg);
	transform: rotate(28deg);
	font-size: 0;
	line-height: 0;
}

.link-scroll:after {
	-webkit-transform: rotate(-28deg);
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg);
	left: auto;
	right: 0;
}

.link-scroll:hover:before,
.link-scroll:hover:after {
	background: #26a69a;
}

#nav {
	float: left;
	padding: 0 17px 0 0;
	display: none;
}

.sub-page #nav {
	display: none;
}

.login #nav {
	display: block;
}

#nav .nav-opener {
	display: block;
	width: 36px;
	height: 28px;
	position: relative;
	border-radius: 5px;
}

#nav .nav-opener:before,
#nav .nav-opener:after,
#nav .nav-opener span {
	background: #8e8e8e;
	position: absolute;
	top: 52%;
	left: 19%;
	right: 19%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 1px;
}

#nav .nav-opener:before,
#nav .nav-opener:after {
	content: "";
	top: 31%;
}

#nav .nav-opener:after {
	top: 74%;
}

#nav .nav-opener:hover {
	background: #26a69a;
}

#nav .nav-opener:hover:before,
#nav .nav-opener:hover:after,
#nav .nav-opener:hover span {
	background: #fff;
}

.login.home #nav .nav-opener:before,
.login.home #nav .nav-opener:after,
.login.home #nav .nav-opener span {
	background: #fff;
}

.nav-active #nav .nav-opener {
	opacity: 0;
}

.nav-slide {
	position: absolute;
	padding: 29px 27px 85px;
	top: 0;
	left: -277px;
	width: 277px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	z-index: 50;
}

.nav-active .nav-slide {
	left: 0;
}

.nav-slide ul li {
	border-bottom: 1px solid #f2f2f2;
	padding: 29px 2px;
}

.nav-slide ul li:first-child {
	padding-top: 0;
}

.nav-slide ul a {
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 45px;
}

.nav-slide ul a:hover {
	color: #26a69a;
}

.nav-slide ul a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sprite.png) no-repeat -9999px 0;
}

.nav-slide ul a.link-orders:before {
	background-position: 0 0;
	width: 23px;
	height: 29px;
	margin: -3px 0 0 1px;
}

.nav-slide ul a.link-settings:before {
	background-position: -27px 0;
	width: 31px;
	height: 31px;
	margin: -3px 0 0 -3px;
}

.nav-slide ul a.link-billing:before {
	background-position: -62px 0;
	width: 30px;
	height: 21px;
	margin: 2px 0 0 -2px;
}

.nav-slide ul a.link-support:before {
	background-position: -96px 0;
	width: 30px;
	height: 30px;
	margin: -2px 0 0 -2px;
}

.nav-slide ul a.link-orders:hover:before {
	background-position: 0 -35px;
}

.nav-slide ul a.link-settings:hover:before {
	background-position: -27px -35px;
}

.nav-slide ul a.link-billing:hover:before {
	background-position: -62px -35px;
}

.nav-slide ul a.link-support:hover:before {
	background-position: -96px -35px;
}

.nav-slide .link-logout {
	position: absolute;
	left: 28px;
	bottom: 26px;
	color: #999;
}

.nav-slide .link-logout:hover {
	color: #26a69a;
}

.nav-slide .link-logout:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -130px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: top;
	margin: -1px 18px 0 0;
}

.nav-slide .link-logout:hover:before {
	background-position: -130px -35px;
}

.logo {
	width: 122px;
	height: 39px;
	margin: 0 0 59px -3px;
}

.logo img {
	width: 100%;
	height: auto;
}

.header-nav {
	float: left;
	padding: 4px 0 0;
	margin: 0 0 -26px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

.header-nav ul {
	overflow: hidden;
}

.header-nav li {
	float: left;
	margin: 0 12px 0 0;
}

.header-nav li.active a {
	color: #26a69a;
	border-color: #26a69a;
}

.header-nav a {
	float: left;
	color: #bdbdbd;
	padding: 0 12px 23px;
	border-bottom: 3px solid transparent;
}

.header-nav a:hover {
	color: #26a69a;
}

#main {
	padding: 0 27px 20px;
}

#main .logo {
	width: 236px;
	height: 77px;
	margin: 22px auto 59px;
}

#main .content-block .logo {
	margin: 0 auto 41px;
}

.cycle-gallery {
	position: relative;
	margin: 0 -27px;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	width: 100%;
	float: left;
	position: relative;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #7a7978;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	padding: 16px 42px 17px;
}

.cycle-gallery .image-block {
	position: relative;
}

.cycle-gallery .image-block:before {
	content: "";
	background: rgba(0, 0, 0, .7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.cycle-gallery .image-block img {
	max-width: none;
	width: 100%;
}

.cycle-gallery .holder {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	padding: 70px 15px 50px;
}

.cycle-gallery .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.cycle-gallery .holder p {
	margin: 0;
}

.cycle-gallery .holder time {
	display: block;
	font-size: 85px;
	line-height: 85px;
	margin: 8px 0 0;
}

.cycle-gallery .holder time span {
	font-size: 21px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0;
}

.cycle-gallery .holder time span.time {
	margin-left: -17px;
}

.cycle-gallery .holder dl {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 16px;
}

.cycle-gallery .holder dl dt {
	padding: 0 0 3px;
}

.cycle-gallery .holder dl dd {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 20px;
}

.cycle-gallery .frame {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.cycle-gallery .note {
	color: #a8a8a8;
	text-align: center;
	position: absolute;
	z-index: 5;
	bottom: 23px;
	left: 0;
	right: 0;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: 27px;
	top: 18px;
	background: url(../images/sprite.png) no-repeat -33px -70px;
	width: 5px;
	height: 14px;
	z-index: 5;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	background-position: -51px -70px;
}

.cycle-gallery .btn-next {
	background-position: -42px -70px;
	left: auto;
	right: 27px;
}

.cycle-gallery .btn-next:hover {
	background-position: -60px -70px;
}

.steps-holder {
	background: #dfdfdf;
	padding: 46px 32px 27px;
	margin: 0 -27px;
}

.steps {
	background: #bdbdbd;
	height: 8px;
	text-align: center;
	color: #969696;
}

.steps li {
	position: relative;
	float: left;
	width: 33.33%;
}

.steps li:first-child {
	text-align: left;
}

.steps li:first-child strong {
	left: -5px;
	right: 0;
}

.steps li:last-child {
	text-align: right;
}

.steps li.current {
	color: #575757;
}

.steps li:before {
	content: "";
	background: #bdbdbd;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -10px;
}

.steps li:first-child:before {
	left: -5px;
	margin-left: 0;
}

.steps li:last-child:before {
	left: auto;
	right: -5px;
	margin-left: 0;
}

.steps li.current:before {
	background: #575757;
	border: 3px solid #e3e2e1;
	width: 26px;
	height: 26px;
	margin-left: -13px;
	top: -10px;
}

.steps strong {
	position: absolute;
	left: 0;
	right: -5px;
	top: -29px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

.items-holder {
	padding: 26px 0;
}

.items-holder .button {
	background: #32c7ba;
	border-color: #32c7ba;
}

.items-list {
	font-size: 17px;
	line-height: 20px;
	border-bottom: 1px solid #ededed;
	padding: 0 0 13px;
	margin: 0 0 21px;
}

.items-list li {
	padding: 0 0 12px;
	position: relative;
}

.items-list .image-block {
	float: left;
	width: 40px;
}

.items-list .quantity {
	text-align: center;
	float: left;
	width: 42px;
	color: #7a7a7a;
	padding: 9px 3px 0;
}

.items-list .title {
	overflow: hidden;
	display: block;
	padding: 9px 2px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.items-list .title a {
	color: #4c4c4c;
}

.items-list .title a:hover {
	color: #26a69a;
}

.items-list .price {
	float: right;
	text-align: right;
	width: 69px;
	color: #a1a1a1;
	font-size: 18px;
	padding: 9px 0 0 2px;
}

.items-list .more {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	right: -7px;
	top: 20px;
	width: 5px;
	height: 13px;
	background: url(../images/sprite.png) no-repeat -33px -88px;
}

.items-list .more:hover {
	background-position: -42px -88px;
}

.items-list .time {
	float: left;
	width: 67px;
	padding: 9px 4px 0 0;
}

.table-holder {
	border-bottom: 1px solid #ededed;
	padding: 0 0 6px;
	margin: 0 0 25px;
}

.totals-table {
	border-collapse: collapse;
	width: 100%;
	color: #a1a1a1;
	font-size: 18px;
	line-height: 22px;
}

.totals-table td {
	padding: 0 0 17px;
	vertical-align: top;
}

.totals-table td:last-child {
	text-align: right;
}

.totals-table tfoot td {
	color: #757575;
	font-weight: bold;
}

.button {
	background: #80cbc4;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	padding: 8px 10px;
	display: block;
	border-radius: 5px;
	border: 1px solid #80cbc4;
	margin: 0 0 10px;
}

.button:hover {
	background: #e7a341;
	color: #fff;
	border-color: #e7a341;
}

.button:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -9999px 0;
	display: inline-block;
	vertical-align: top;
}

.button.button-secondary {
	border-color: #e6e6e6;
	color: #bfbfbf;
	background: #fff;
}

.button.button-secondary:hover {
	background: #e7a341;
	color: #fff;
	border-color: #e7a341;
}

.button.btn-cancel:before {
	background-position: -69px -70px;
	width: 14px;
	height: 14px;
	margin: 3px 8px 0 0;
}

.button.btn-cancel:hover:before {
	background-position: -87px -70px;
}

.button.btn-order:before {
	background-position: -105px -70px;
	width: 15px;
	height: 15px;
	margin: 3px 10px 0 0;
}

.orders-holder {
	padding: 27px 0 0;
}

.order-block {
	color: #4c4c4c;
	font-size: 13px;
	line-height: 16px;
	margin: 0 -27px;
	padding: 0 27px 10px;
}

.order-block:before {
	content: "";
	display: block;
	background: #f7f7f7;
	height: 10px;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .04);
	margin: 0 -27px 27px;
}

.order-block:first-child:before {
	display: none;
}

.order-block .row {
	overflow: hidden;
	font-weight: 700;
	padding: 0 0 4px;
}

.order-block .image-block {
	display: inline-block;
	vertical-align: middle;
	width: 36.39%;
	padding: 0 20px 0 0;
}

.order-block .image-block img {
	border-radius: 4px;
}

.order-block .description {
	display: inline-block;
	vertical-align: middle;
	width: 62.5%;
}

.order-block p {
	margin: 0 0 5px;
}

.order-block .date {
	display: block;
	color: #a1a1a1;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0 2px;
}

.order-block .items-list {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 14px;
	line-height: 17px;
}

.order-block .items-list li {
	border-top: 1px solid #ededed;
	padding: 8px 12px 16px 0;
}

.order-block .items-list li:first-child {
	border-top: none;
}

.order-block .items-list .price {
	font-size: 14px;
	line-height: 17px;
}

.event-holder {
	text-align: center;
}

.event-holder h2 {
	color: #949494;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 32px;
}

.event-block {
	margin: 0 -27px 38px;
	position: relative;
}

.event-block .description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 27px 5px;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 17px;
	z-index: 2;
}

.event-block .description .date {
	font-style: normal;
	color: #ffdd1e;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 1px;
}

.event-block .description h1 {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

.event-block .description h1 a {
	color: #fff;
}

.event-block .description h1 a:hover {
	color: #26a69a;
}

.event-block .description .place {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 17px;
}

.order-boxes {
	margin: -10px -7px;
}

.order-boxes .holder {
	display: table;
	width: 100%;
	border-spacing: 20px;
}

.order-boxes .box {
	display: table-cell;
	width: 50%;
	color: #a1a1a1;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

.order-boxes .box:hover {
	border-color: #26a69a;
}

.order-boxes .box a {
	color: #a1a1a1;
	display: block;
	padding: 10px 10px 23px;
}

.order-boxes .box .image-area {
	height: 50px;
	white-space: nowrap;
	margin: 0 0 11px;
}

.order-boxes .box .image-area:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.order-boxes .box .image-area img {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
}

.order-boxes .box .title {
	display: block;
	font-weight: normal;
	margin: 0 0 12px;
}

.order-boxes .box .title span {
	display: block;
	font-weight: bold;
	color: #3a3a3a;
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 5px;
}

.order-boxes .box .note {
	color: #f55c43;
	display: block;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0 0 -14px;
}

.order-boxes .box .note:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -124px -70px;
	width: 9px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	margin: -1px 7px 0 0;
}

.seat-holder {
	margin: -38px -27px 0;
}

.seat-holder .button {
	background: #7ad0a3;
	border-color: #7ad0a3;
	border-radius: 0;
	font-size: 21px;
	line-height: 24px;
	height: 66px;
	padding: 20px;
}

.seat-holder .button:hover {
	background: #e7a341;
	border-color: #e7a341;
}

.seat-table {
	width: 100%;
	border-collapse: collapse;
	text-transform: uppercase;
	color: #828282;
	font-size: 16px;
	line-height: 19px;
}

.seat-table td,
.seat-table th {
	padding: 0;
	vertical-align: top;
	width: 33.33%;
	border-left: 1px solid #f2f2f2;
}

.seat-table td:first-child,
.seat-table th:first-child {
	border: none;
}

.seat-table th {
	color: #505050;
	font-size: 13px;
	line-height: 16px;
	padding: 21px 0 32px;
}

.seat-table td {
	padding: 0 0 11px;
}

.seat-table td.selected {
	font-size: 27px;
	line-height: 30px;
	font-weight: 700;
}

.seat-table td.selected a {
	color: #242424;
}

.seat-table tr:last-child td {
	padding-bottom: 37px;
}

.seat-table a {
	color: #828282;
}

.seat-table a:hover {
	color: #26a69a;
}

.event-list .event-block {
	margin-bottom: 0;
}

.event-list .event-block .image-block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .45);
}

.event-list .event-block .image-block:after {
	content: "";
	bottom: 0;
	height: 60px;
	left: 0;
	right: 0;
	position: absolute;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .14) 28%, rgba(0, 0, 0, .52) 81%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .14) 28%, rgba(0, 0, 0, .52) 81%, rgba(0, 0, 0, .6) 100%);
}

.login-form .input-row {
	position: relative;
}

.login-form .input-row input {
	height: 67px;
	line-height: 23px;
	padding: 22px 14px;
}

.login-form input[type=submit] {
	width: 100%;
	height: 67px;
	margin: 0;
	cursor: pointer;
	border: none;
	font-size: 24px;
	line-height: 29px;
	padding: 19px 15px;
	border-radius: 7px;
}

.content-block {
	text-align: center;
	overflow: hidden;
	padding: 22px 0 260px;
}

.content-block h1 {
	font-size: 27px;
	line-height: 31px;
	color: #373737;
	margin: 0 0 25px;
}

.content-block p {
	margin: 0 0 31px;
}

.content-block .note-block {
	color: #b3b3b3;
	font-size: 13px;
	line-height: 19px;
	overflow: hidden;
	padding: 0 0 35px;
}

.content-block .image-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.content-block .image-row {
	text-align: center;
	padding: 43px 0 76px;
}

.content-block .button {
	height: 67px;
	border: none;
	font-size: 24px;
	line-height: 29px;
	padding: 19px 15px;
	border-radius: 7px;
}

.intro-block {
	margin: 0 -27px 18px;
	position: relative;
}

.intro-block .image-frame {
	position: relative;
}

.intro-block .image-frame:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .56);
}

.intro-block .image-frame:after {
	content: "";
	bottom: 0;
	height: 81px;
	left: 0;
	right: 0;
	position: absolute;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .14) 28%, rgba(0, 0, 0, .52) 81%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .14) 28%, rgba(0, 0, 0, .52) 81%, rgba(0, 0, 0, .6) 100%);
}

.intro-block .holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	white-space: nowrap;
}

.intro-block .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.intro-block .frame {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}

.intro-block .ad-box {
	float: left;
	position: relative;
}

.intro-block .ad-box:after {
	content: "";
	width: 25px;
	height: 3px;
	background: #81c784;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.intro-block .ad-box img {
	border-radius: 0 5px 5px 0;
}

.intro-block .tabset {
	float: right;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	padding: 9px 11px 0 0;
}

.intro-block .tabset li {
	float: left;
	padding: 0 17px;
}

.intro-block .tabset li.active:before {
	content: "";
	height: 5px;
	width: 100%;
	background: #eccf2f;
	position: absolute;
	bottom: 0;
}

.intro-block .tabset li.active a {
	color: #eccf2f;
}

.intro-block .tabset li.active a.menu:before {
	background-position: -192px -35px;
}

.intro-block .tabset li.active a.build:before {
	background-position: -225px -35px;
}

.intro-block .tabset li.active a.merch:before {
	background-position: -243px -35px;
}

.intro-block .tabset a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.intro-block .tabset a:hover {
	color: #eccf2f;
}

.intro-block .tabset a:before {
	content: "";
	display: block;
	margin: 0 auto 7px;
	height: 29px;
	background: url(../images/sprite.png) no-repeat -9999px 0;
}

.intro-block .tabset a.menu:before {
	background-position: -192px 0;
	width: 29px;
	margin: 2px auto 5px;
}

.intro-block .tabset a.menu:hover:before {
	background-position: -192px -35px;
}

.intro-block .tabset a.build:before {
	background-position: -225px 0;
	width: 14px;
}

.intro-block .tabset a.build:hover:before {
	background-position: -225px -35px;
}

.intro-block .tabset a.merch:before {
	background-position: -243px 0;
	width: 30px;
}

.intro-block .tabset a.merch:hover:before {
	background-position: -243px -35px;
}

.intro-details {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
}

.intro-details .image-frame:before {
	background: rgba(0, 0, 0, .65);
}

.intro-details .image-frame:after {
	display: none;
}

.intro-details .link-back {
	position: absolute;
	left: 27px;
	top: 50%;
	margin: -7px 0 0;
}

.intro-details h1 {
	font-size: 33px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 0 5px;
}

.tab-content .tab-content {
	padding: 14px 0 0;
}

.tab-content .tabset {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	border-bottom: 1px solid #ededed;
	padding: 0 0 18px;
}

.tab-content .tabset li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.tab-content .tabset li.active a {
	color: #414141;
}

.tab-content .tabset a {
	color: #ccc;
}

.tab-content .tabset a:hover {
	color: #414141;
}

.tab-content .items-list {
	border: none;
}

.tab-content .items-list li {
	padding-bottom: 13px;
}

.tab-content .items-list .image-block {
	width: 47px;
	margin: 0 14px 0 0;
}

.tab-content .items-list .section {
	overflow: hidden;
}

.tab-content .items-list .section .price {
	float: none;
	display: block;
	padding: 0;
	width: auto;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
}

.tab-content .items-list .section .title {
	white-space: normal;
	text-overflow: clip;
	padding: 4px 0 0;
}

.tab-content .items-list .more {
	top: 17px;
}

.quantity-form {
	float: right;
	width: 99px;
	margin: 7px 13px 0 0;
}

/* custom number input styles */

.jcf-number {
	display: block;
	position: relative;
	height: 33px;
	padding: 0 33px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: none;
	padding: 6px;
	margin: 0;
	height: 100%;
	width: 100%;
	color: #cfcfcf;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
}

.jcf-number input::-webkit-input-placeholder {
	color: #cfcfcf;
}

.jcf-number input::-moz-placeholder {
	opacity: 1;
	color: #cfcfcf;
}

.jcf-number input:-moz-placeholder {
	color: #cfcfcf;
}

.jcf-number input:-ms-input-placeholder {
	color: #cfcfcf;
}

.jcf-number input.placeholder {
	color: #cfcfcf;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #fff;
	width: 33px;
	height: 33px;
	right: 0;
	top: 0;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
}

.jcf-number .jcf-btn-dec {
	right: auto;
	left: 0;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #32c7ba;
	border-color: #32c7ba;
	background-clip: padding-box;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before,
.jcf-number .jcf-btn-inc:after {
	position: absolute;
	content: "";
	width: 17px;
	height: 3px;
	top: 50%;
	left: 50%;
	background: #696969;
	border-radius: 3px;
	margin: -1.5px 0 0 -9px;
}

.jcf-number .jcf-btn-inc:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.jcf-number .jcf-btn-dec:hover:before,
.jcf-number .jcf-btn-inc:hover:before,
.jcf-number .jcf-btn-inc:hover:after {
	background: #fff;
}

.jcf-number .jcf-btn-dec.jcf-disabled:hover,
.jcf-number .jcf-btn-inc.jcf-disabled:hover {
	background: none;
	border: 1px solid #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	background: #cfcfcf;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* custom checkbox styles */

.jcf-checkbox {
	float: right;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 3px 0 0 5px;
	height: 33px;
	width: 33px;
	border-radius: 3px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.jcf-checkbox span:before,
.jcf-checkbox span:after {
	content: "";
	background: #fff;
	border-radius: 3px;
	height: 4px;
	width: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 0 0 -9px;
}

.jcf-checkbox span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 15px;
	margin: -2px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked {
	border-color: #32c7ba;
	background: #32c7ba;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.items-form .row {
	padding: 0 13px 20px 0;
}

.items-form label {
	font-weight: 700;
	display: block;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 17px;
	line-height: 20px;
}

.items-form label span {
	display: block;
	color: #a1a1a1;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}

.items-form input[type=checkbox] {
	float: right;
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	padding: 0;
}

.items-form .holder {
	float: right;
	width: 99px;
	padding: 3px 0 0;
}

.items-form .total-block {
	background: #f7f7f7;
	margin: 4px -27px 0;
	padding: 28px 27px 21px;
	overflow: hidden;
}

.items-form .total-block .price {
	display: block;
	overflow: hidden;
	color: #757575;
	font-size: 18px;
	line-height: 22px;
	padding: 8px 0 0;
}

.items-form .button {
	width: 267px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #32c7ba;
	float: right;
	background: #32c7ba;
}

.items-form .button:hover {
	background: #e7a341;
	border: 1px solid #e7a341;
}

.items-form .button:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background: url(../images/sprite.png) no-repeat -51px -88px;
	width: 19px;
	height: 15px;
	margin: 3px 12px 0 0;
}

.item-image {
	text-align: center;
	padding: 17px 0 11px;
	margin: 0 0 29px;
	color: #a1a1a1;
	font-size: 16px;
	line-height: 21px;
	border-bottom: 1px solid #ededed;
}

.item-image img {
	margin: 0 0 32px;
}

.add-block {
	width: 127px;
	height: 127px;
	background: #fff;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.add-block img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.add-block a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.add-block a:before,
.add-block a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #32c7ba;
	height: 8px;
	width: 40px;
	margin: -4px 0 0 -20px;
	border-radius: 4px;
	z-index: 10;
}

.add-block a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.add-block a:hover:before,
.add-block a:hover:after {
	background: #e7a341;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	#nav a:before,
	.link-logout:before,
	.btn-prev,
	.btn-next,
	.button:before,
	.items-list .more,
	.note:before,
	.link-back,
	.cart a:before,
	.tabset a:before,
	.items-form .button:before {
		background-image: url(../images/sprite@2x.png) no-repeat;
		background-size: 300px 300px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 240dpi) {
	#nav a:before,
	.link-logout:before,
	.btn-prev,
	.btn-next,
	.button:before,
	.items-list .more,
	.note:before,
	.link-back,
	.cart a:before,
	.tabset a:before,
	.items-form .button:before {
		background-image: url(../images/sprite@3x.png) no-repeat;
		background-size: 300px 300px;
	}
}
