// imports
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600,300&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Cabin:400,600,700&subset=latin-ext);

// statics
@ops : "Open Sans";
@ks : "Kaushan Script";
@c : "Cabin";

@red : #a8050e;
@black : #3c3c3c;

// gradients 
.rg {
	transition: all ease .5s;
	background: #c14b4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #c14b4d 0%, #a8050e 8%, #a8050e 50%, #a8050e 89%, #770307 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c14b4d 0%,#a8050e 8%,#a8050e 50%,#a8050e 89%,#770307 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c14b4d 0%,#a8050e 8%,#a8050e 50%,#a8050e 89%,#770307 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14b4d', endColorstr='#770307',GradientType=0 ); /* IE6-9 */
	&:hover, &.active {
		text-decoration: none;
		background: #c14b4d; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #c14b4d 0%, #a8050e 8%, #a8050e 50%, #a8050e 89%, #770307 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #c14b4d 0%,#a8050e 8%,#a8050e 50%,#a8050e 89%,#770307 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #c14b4d 0%,#a8050e 8%,#a8050e 50%,#a8050e 89%,#770307 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14b4d', endColorstr='#770307',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}

.yg {
	transition: all ease .5s;
	background: #f6daa1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6daa1 0%, #f4d089 8%, #f4d089 50%, #f4d089 89%, #a1895a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f6daa1 0%,#f4d089 8%,#f4d089 50%,#f4d089 89%,#a1895a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f6daa1 0%,#f4d089 8%,#f4d089 50%,#f4d089 89%,#a1895a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6daa1', endColorstr='#a1895a',GradientType=0 ); /* IE6-9 */
	&:hover {
		text-decoration: none;
		background: #f6daa1; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #f6daa1 0%, #f4d089 8%, #f4d089 50%, #f4d089 89%, #a1895a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #f6daa1 0%,#f4d089 8%,#f4d089 50%,#f4d089 89%,#a1895a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #f6daa1 0%,#f4d089 8%,#f4d089 50%,#f4d089 89%,#a1895a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6daa1', endColorstr='#770307',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}

// margins, felans
.pr0 {
	padding-right: 0;
}
.pl0 {
	padding-left: 0;
}
.container {
	width: 1230px;
	max-width: 100%;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb60 {
	margin-bottom: 60px;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	.table-cell {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}

// styles
.header {
	padding: 10px 0;
	background: #FFF;
	.news {
		text-align: center;
		margin: 30px 0 0;
		.list {
			display: inline-block;
			.icon {
				float: left;
				margin: 0 10px 0 0;
				font-size: 22px;
				line-height: 24px;
				color: @red;
			}
			.items {
				float: left;
			}
		}
		.new-item {
			font: 700 17.3px/24px @ops;
			color: @black;
			span {
				color: @red;
			}
		}
	}
	.membership {
		float: right;
		margin: 30px 0 0;
		& > a {
			display: block;
			i {
				font-size: 20px;
				line-height: 24px;
				float: left;
				color: @red;
			}
			span {
				float: left;
				margin: 0 0 0 5px;
				font: 700 16px/24px @ops;
				color: @black;
			}
			&:hover {
				span {
					color: @red;
				}
			}
		}
		.welcome {
			font: 15px/20px @c;
			text-align: right;
			margin: -15px 0 10px;
		}
		.buttons {
			a {
				display: inline-block;
				border: 1px solid #463b32;
				padding: 5px;
				border-radius: 4px;
				font: 300 12px/12px @ops;
				color: #aa0000;
				&:hover {
					color: #FFF;
					background: #aa0000;
					text-decoration: none;
				}
			}
		}
	}
}

.footer {
	padding: 40px 0;
	line-height: 26px;
	color: #FFF;
	background: #000;
	font-family: @ops;
	font-size: 14px;
	.slogan {
		text-align: center;
		font: 18px/24px @ks;
	}
	.socials {
		text-align: center;
		a {
			display: inline-block;
			margin: 0 5px;
			color: rgba(255, 255, 255, 0.5);
			&:hover {
				color: rgba(255, 255, 255, 1);
			}
		}
	}
	a.ctrlf5 {
		float: right;
	}
}

.stage {
	background: url("../images/stage-bg.png") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 20px;
	min-height: 850px;
}

.form-result {
	min-height: 50px;
}

.home-parts {
	margin: 50px 0;
	.h-part {
		float: left;
		position: relative;
		&.p1, &.p2, &.p3 {
			.inner {
				padding-right: 20px;
			}
		}
		&.p1 {
			.num {
				width: 30px !important;
			}
		}
		.inner {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			.icon {
				text-align: center;
				position: relative;
				margin: 20px 0 0;
				.text {
					position: absolute;
					top: 0;
					height: 100%;
					width: 100px;
					padding: 10px 0 0;
					span.white {
						color: #FFF;
						font: 15px/16px @c;
						display: block;
					}
					strong {
						display: block;
						color: #f93c56;
						font: 26px/29px @c;
					}
					span.yellow {
						display: block;
						font: 13px/13px @c;
						color: #c4a76e;
					}
					&.left {
						left: 0;
						text-align: right;
					}
					&.right {
						right: 0;
						text-align: left;
					}
				}
			}
			.number {
				position: relative;
				text-align: center;
				margin: 15px 0 0;
				.inb {
					display: inline-block;
					position: relative;
				}
				.num {
					font: 102px/102px @c;
					color: #bd2020;
					width: 60px;
					text-align: right;
					float: left;
				}
				.desc {
					font: 36px/46px @c;
					color: #FFF;
					padding: 5px 0 0 5px;
					float: left;
					text-align: left;
					.fs2 {
						display: block;
						font-size: 24px !important;
						line-height: 30.6px !important;
					}
					.fs3 {
						line-height: 40px;
						display: block;
						padding: 8px 0 0;
					}
					.fs4 {
						font-size: 30px;
						line-height: 33px;
						display: block;
					}
				}
			}
		}
		.part {
			fill: #000;
			fill-opacity: .4;
			stroke-width: 2;
			transition: all ease .5s;
		}
		.part:hover {
			fill-opacity: .8;
			stroke: #a90000;
		}
	}
}

.big-button {
	text-align: center;
	margin: 45px 0 0;
	clear: both;
	.inline {
		display: inline-block;
		background: rgba(0,0,0,.22);
		border-radius: 50px;
		padding: 9px;
		a, button {
			display: block;
			height: 74px;
			border-radius: 50px;
			padding: 0 45px;
			border: 0;
			font: 700 18px/74px @ops;
			color: #FFF;
		}
	}
}

.mini-button {
	text-align: center;
	margin: 20px 0 0;
	clear: both;
	.inline {
		display: inline-block;
		background: rgba(0,0,0,.22);
		border-radius: 50px;
		padding: 9px;
		a, button {
			display: block;
			height: 50px;
			border-radius: 36px;
			padding: 0 65px 0 45px;
			border: 0;
			font: 700 18px/50px @ops;
			color: #FFF;
			position: relative;
			i {
				position: absolute;
				right: 25px;
				top: 0;
				font-size: 22px;
				line-height: 50px;
			}
		}
	}
}

.mini-parts {
	padding: 50px 0 30px;
	.mini-part {
		float: left;
		position: relative;
		margin: 0 7px 0 0;
		span.yellow {
			color: #d2ab79;
		}
		&.p4 {
			margin: 0;
		}
		&.p1 {
			.num {
				width: 15px !important;
			}
		}
		&.active {
			.mpart {
				fill: #a8050e;
			}
			&.p1 {
				margin: 0 15px 0 0;
			}
			&.p2, &.p3 {
				margin: 0 15px 0 3.624px;
			}
			&.p4 {
				margin: 0;
				.icon .text {
					width: 40px;
				}
			}
		}
		.mpart {
			fill: #000;
			fill-opacity: .4;
			stroke-width: 1;
			transition: all ease .5s;
		}
		.inner {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			.icon {
				text-align: center;
				position: relative;
				margin: 20px 0 0;
				img {
					height: 35px;
				}
				.text {
					position: absolute;
					top: 0;
					height: 100%;
					width: 52px;
					// padding: 10px 0 0;
					span.white {
						color: #FFF;
						font: 6px/7px @c;
						display: block;
					}
					strong {
						display: block;
						color: #f93c56;
						font: 12px/14px @c;
					}
					span.yellow {
						display: block;
						font: 8px/7px @c;
						color: #c4a76e;
					}
					&.left {
						left: 0;
						text-align: right;
					}
					&.right {
						right: 0;
						text-align: left;
					}
				}
			}
			.number {
				position: relative;
				text-align: center;
				margin: 8px 0 0;
				.inb {
					display: inline-block;
					position: relative;
				}
				.num {
					font: 52px/52px @c;
					color: #bd2020;
					width: 30px;
					text-align: right;
					float: left;
				}
				.desc {
					font: 17px/20px @c;
					color: #FFF;
					padding: 5px 0 0 5px;
					float: left;
					text-align: left;
					.fs2 {
						display: block;
						font-size: 12px !important;
						line-height: 14px !important;
					}
					.fs3 {
						line-height: 22px;
						display: block;
						padding: 2px 0 0;
					}
					.fs4 {
						font-size: 12px;
						line-height: 12px;
						display: block;
					}
				}
			}
		}
	}
}

form.form {
	select {
		width: 100% !important;
	}
	span.customSelect {
		display: block !important;
		border: 2px solid rgba(127, 127, 127, .4) !important;
		background: rgba(0, 0, 0, .4) !important;
		height: 55px;
		border-radius: 5px;
		padding: 15px;
		font: 16px/21px @c;
		width: 100% !important;
		color: #FFF;
		box-sizing: border-box;
		.customSelectInner {
			width: 100% !important;
		}
	}
	.bottom-info {
		margin: 16px 0 0;
		color: #FFF;
		font: 700 16px/24px @c;
		text-align: center;
	}
	.form-label {
		&.mb15 {
			margin: 0 0 15px;
		}
		.title {
			display: block;
			font: 15px/16px @c;
			margin: 0 0 8px;
			color: #FFF;
			&.center {
				text-align: center;
			}
		}
		.field {
			span.customSelectInner:after {
				font: 16px/21px FontAwesome;
				color: #FFF;
				content: "\f107";
				display: block;
				float: right;
			}
		}
	}
	input,textarea {
		height: 45px;
		width: 100%;
		border: 2px solid rgba(127, 127, 127, .4) !important;
		background: rgba(0, 0, 0, .4) !important;
		border-radius: 5px;
		padding: 10px 15px;
		font: 14px/25px @c;
		color: #FFF;
		&.lg {
			height: 55px;
			line-height: 35px;
		}
	}
	textarea {
		margin: 20px 0 20px;
		height: 110px;
	}
	button.rg.submit {
		width: 100%;
		height: 55px;
		border: 0;
		padding: 0;
		font: 15px/55px @c;
		color: #FFF;
		border-radius: 5px;
		&.h45 {
			height: 45px;
			line-height: 45px;
		}
	}
	button.mini-submit {
		display: inline-block;
		height: 35px;
		padding: 0 30px;
		text-align: center;
		font: 600 14px/35px @ops;
		border: 0;
		border-radius: 24px;
		margin: 15px 0 0;
		width: auto !important;
		&.yg {
			color: #000;
		}
		&.rg {
			color: #FFF;
		}
	}
	.center-fields {
		text-align: center;
		margin: 20px 0 -10px;
	}
	label.checkbox {
		display: inline-block;
		margin: 0;
		input {
			position:absolute; 
			z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
		}
		.check {
			text-align: center;
			color: #CCC;
			float: left;
			span {
				display: inline-block;
				width: 15px;
				height: 15px;
				border: 1px solid #c9c9c9;
				background: #FFF;
				position: relative;
				i {
					position: absolute;
					top: 0;
					left: 0;
					font-size: 12px;
					line-height: 16px;
					width: 100%;
					height: 100%;
					text-align: center;
				}
			}
		}
		input:checked + .check {
			color: #d2292e;
			span {
				border-color: #d2292e;
			}
		}
		.desc {
			float: left;
			margin: 0 0 0 10px;
			color: #FFF;
			font: 13px/15px @c;
			color: #FFF;
			a {
				text-decoration: underline;
				color: #fed9aa;
				&:hover {
					color: @red;
				}
			}
		}
	}
}

.table-check {
	text-align: center;
	// display: none;
	.warning {
		margin: -20px 0 20px;
		font: 12px/15px @c;
		color: #fff;
	}
	.information {
		margin: 0 0 20px;
		.item {
			display: inline-block;
			margin: 0 6px;
			i {
				float: left;
				display: block;
				width: 15px;
				height: 15px;
				border: 1px solid #FFF;
				margin: 0 6px 0 0;
				&.full {
					background: #a8050e;
				}
				&.empty {
					background: rgba(44, 22, 10, .45);
				}
			}
			span {
				float: left;
				display: block;
				font: 14px/15px @c;
				color: #FFF;
			}
		}
	}
}

.tables-stage {
	position: relative;
	.table {
		position: absolute;
		width: 56px;
		cursor: pointer;
		display: block;
		input {
			display: none;
		}
		.title {
			font: 300 12px @c;
			color: #FFF;
		}
		&.not-check {
			opacity: .5;
			cursor: not-allowed;
		}
		&.t1 {
			height: 33px;
			.title {
				line-height: 33px;
			}
			&.empty { background-image: url("../images/t1-empty.png"); }
			&.full { background-image: url("../images/t1-full.png"); }
			&.active { background-image: url("../images/t1-selected.png"); }
		}
		&.t2 {
			height: 68px;
			.title {
				line-height: 68px;
			}
			&.empty { background-image: url("../images/t2-empty.png"); }
			&.full { background-image: url("../images/t2-full.png"); }
			&.active { background-image: url("../images/t2-selected.png"); }
		}
		&.t3 {
			height: 90px;
			.title {
				line-height: 90px;
			}
			&.empty { background-image: url("../images/t3-empty.png"); }
			&.full { background-image: url("../images/t3-full.png"); }
			&.active { background-image: url("../images/t3-selected.png"); }
		}
	}
}

.bottom-submit {
	margin: 30px 0 0;
}

.order-buttons {
	margin: 0 0 20px;
	text-align: center;
	.button {
		display: inline-block;
		margin: 0 5px;
		background: rgba(0,0,0,.22);
		padding: 5px;
		border-radius: 30px;
		a {
			display: block;
			height: 40px;
			border-radius: 30px;
			padding: 0 40px;
			color: #FFF;
			font: 12px/40px @c;
			position: relative;
			strong {
				color: #fec96a;
			}
			i {
				position: absolute;
				font-size: 20px;
				line-height: 40px;
				top: 0;
				&.question {
					left: 15px;
					color: #e39a51;
					font-size: 14px;
				}
				&.icon {
					right: 15px;
					font-size: 22px;
				}
			}
		}
	}
}

.order-table {
	// margin: 20px 0 0;
	background: rgba(0,0,0,.4);
	padding: 14px;
	border-radius: 5px;
	border: 2px solid rgba(127, 127, 127, .4);
	.message {
		padding: 20px;
		text-align: center;
		color: #FFF;
	}
	table {
		width: 100%;
		font: 14px/28px @c;
		&.mini {
			font: 12px/18px @c;
			td {
				padding-top: 4px;
				padding-bottom: 4px;
			}
		}
		tr {
			border-bottom: 1px solid #553620;
			&:last-child {
				border-bottom: 0;
			}
		}
		th {
			color: #d2ab79;
			padding: 0 4px;
		}
		td {
			color: #FFF;
			padding: 0 4px;
		}
	}
	span.yellow {
		color: #d2ab79;
	}
	span.red {
		color: #fc5c5e;
	}
	span.sale {
		background: #a8050e;
		color: #FFF;
		display: inline-block;
		padding: 0 5px;
		line-height: 24px;
		margin: 2px 0;
	}
	span.strike {
		color: #585858;
		text-decoration: line-through;
	}
	a.delete {
		color: #fc5c5e;
	}
}

.order-totals {
	padding: 20px 0 0;
	h2 {
		font: 600 25px/30px @c;
		color: #FFF;
		margin: 0 0 15px;
		padding: 0 0 15px;
		border-bottom: 1px solid rgba(0,0,0,.5);
		text-align: center;
		span {
			font-size: 16px;
		}
	}
	h3 {
		text-align: center;
		font: 16px/24px @c;
		color: #cbc1bc;
		margin: 0;
		strong {
			font: 30px/40px @c;
			color: #d2ab79;
		}
	}
}

.user-login {
	text-align: center;
	margin: 30px 0 0;
	.form-title {
		font: 700 18px/22px @c;
		color: #FFF;
		margin: 0 0 15px;
	}
	.form-desc {
		font: 300 14px/22px @ops;
		color: #fff;
		margin: 0 0 15px;
	}
	input {
		text-align: center;
	}
}

.membership-title {
	margin: 30px 0;
	text-align: center;
	font: 600 18px/18px @c;
	color: #FFF;
}

.membership-desc {
	margin: 0 0 30px;
	text-align: center;
	font: 300 14px/22px @c;
	color: #FFF;
}

.membership-links {
	a {
		display: block;
		width: 100%;
		height: 38px;
		background: #e9cc92;
		text-align: center;
		font: 600 14px/38px @c;
		color: #a4050d;
		border-radius: 10px;
		&.active, &:hover {
			background: #a8050e;
			color: #FFF;
			text-decoration: none;
		}
	}
}

.table-item {
	margin: 20px 0 0;
	background: rgba(0,0,0,.4);
	padding: 14px;
	border-radius: 5px;
	border: 2px solid rgba(127, 127, 127, .4);
	&.kaz {
		th {
			font-size: 12px;
		}
	}
	table {
		width: 100%;
		font: 14px/28px @c;
		tr {
			border-bottom: 1px solid #553620;
			&:last-child {
				border-bottom: 0;
			}
		}
		th {
			color: #d2ab79;
			padding: 0 4px;
		}
		td {
			color: #FFF;
			padding: 0 4px;
		}
		a {
			color: #FFF;
		}
	}
	a.detail {
		background: #a8050e;
		display: block;
		height: 56px;
		color: #FFF;
		font: 15px/56px @c;
		border-radius: 10px;
		text-align: center;
	}
	.desc {
		font: 14px/16px @c;
		color: #FFF;
		strong {
			color: #e9cc92;
		}
	}
}

.membership-pager-links {
	margin: 20px 0 0;
	a {
		display: block;
		color: #FFF;
		font: 14px/20px @c;
		i {
			float: left;
			margin: 0 10px 0 0;
			font-size: 17px;
			line-height: 20px;
		}
		span {
			float: left;
		}
		&.prev {
			float: left;
		}
		&.next {
			float: right;
			i {
				float: right;
				margin: 0 0 0 10px;
			}
		}
		&:hover {
			color: #eacd8e;
		}
	}
}

.reservation-edit {
	text-align: center;
	margin: 20px 0 0;
}

a.res-button {
	display: inline-block;
	height: 40px;
	border-radius: 5px;
	padding: 0 30px;
	font: 14px/40px @c;
	color: #FFF;
}

.membership-form {
	margin: 20px 0 0;
	span.customSelect {
		display: block !important;
		border: 2px solid rgba(127, 127, 127, .4) !important;
		background: rgba(0, 0, 0, .4) !important;
		height: 45px !important;
		border-radius: 5px;
		padding: 10px 15px !important;
		font: 16px/20px @c;
		width: 100% !important;
		color: #FFF;
		box-sizing: border-box;
		.customSelectInner {
			width: 100% !important;
		}
	}
	span.customSelectInner:after {
		font: 16px/21px FontAwesome;
		color: #FFF;
		content: "\f107";
		display: block;
		float: right;
	}
	.button {
		text-align: center;
		button {
			display: inline-block;
			width: auto !important;
			padding: 0 40px !important;
		}
	}
}

.ub {
	.form-label {
		margin: 0 0 20px;
	}
	label.checkbox {
		margin: 0 5px 30px 5px !important;
	}
}

.table-options {
	margin: -15px 0 30px;
}

label.radio-button-style {
	display: block;
	height: 48px;
	border: 4px solid #431600;
	border-radius: 30px;
	padding: 0 15px;
	color: #FFF;
	font: 12px/40px @c;
	position: relative;
	width: 100%;
	input {
		position:absolute; 
		z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
	}
	input:checked + .check {
		float: right;
	}
	.desc {
		float: left;
		margin: 0 0 0 10px;
		color: #FFF;
		font: 13px/40px @c;
		color: #FFF;
		transition: all ease .5s;
	}
	.check {
		text-align: center;
		color: #FFF;
		float: left;
		transition: all ease .5s;
		span {
			position: relative;
			font-size: 12px;
			line-height: 40px;
		}
	}
}

label.radio-button-style-2 {
	display: block;
	height: 40px;
	border-radius: 30px;
	padding: 0 40px 0 15px;
	color: #FFF;
	font: 12px/40px @c;
	position: relative;
	margin: 0;
	input {
		position:absolute; 
		z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
	}
	strong {
		color: #fec96a;
	}
	i {
		position: absolute;
		font-size: 20px;
		line-height: 40px;
		top: 0;
		&.question {
			left: 15px;
			color: #e39a51;
			font-size: 14px;
		}
		&.icon {
			right: 15px;
			font-size: 22px;
		}
	}
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	color: #333;
	font: 300 12px @c;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #FFF;
}

.rt-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 100px 0 0;
	.rt-result {
		text-align: center;
		color: #FFF;
		.message {
			text-align: center;
			font: 20px/30px @c;
		}
	}
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.5);
	z-index: 999;
	color: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
}

.form-loading {
	margin: 10px 0 0;
	text-align: center;
	color: #FFF;
}

.success-message {
	text-align: center;
	color: #e9cc92;
	font: 16px/25px @c;
}

.product-box {
	background: rgba(0,0,0,.5);
	border-radius: 6px;
	margin: 0 0 10px;
	.title {
		display: block;
		border-radius: 6px;
		border: 3px solid #4f3d34;
		padding: 10px 15px;
		font: 600 14px/16px @c;
		color: #FFF;
	}
	.content {
		padding: 20px 15px;
		table {
			width: 100%;
			color: #FFF;
			tr {
				border-bottom: 1px solid #553620;
				td {
					padding: 10px 5px;
					&:first-child {
						padding-left: 0;
					}
					&:last-child {
						padding-right: 0;
					}
				}
			}
		}
	}
	form:last-child {
		table {
			tr {
				border-bottom: none;
			}
		}
	}
	span.sale {
		background: #a8050e;
		color: #FFF;
		display: inline-block;
		padding: 5px;
		line-height: 16px;
		margin: 2px 0;
	}
	.product-img {
		float: left;
		img {
			border-radius: 6px;
			width: 82px;
			margin: 0 5px 0 0;
			border: 2px solid #7f7f7f;
		}
	}
	span.customSelect {
		display: block !important;
		border: 2px solid rgba(127, 127, 127, .4) !important;
		background: rgba(0, 0, 0, .4) !important;
		height: 40px !important;
		border-radius: 5px;
		padding: 10px 15px !important;
		font: 12px/18px @c;
		width: 100% !important;
		color: #FFF;
		box-sizing: border-box;
		.customSelectInner {
			width: 100% !important;
		}
	}
	span.customSelectInner:after {
		font: 16px/21px FontAwesome;
		color: #FFF;
		content: "\f107";
		display: block;
		float: right;
	}
	span.mini-price {
		text-decoration: line-through;
		opacity: .7;
	}
	.add-button {
		display: block;
		height: 40px;
		text-align: center;
		color: #FFF;
		border: 0;
		width: 100%;
		padding: 0;
		border-radius: 5px;
		font: 13px/40px @c;
	}
}

a.add-button {
	display: block;
	height: 40px;
	text-align: center;
	color: #FFF;
	border: 0;
	padding: 0;
	border-radius: 5px;
	font: 13px/40px @c;
	&.dib {
		display: inline-block !important;
		padding: 0 30px;
		margin: 15px 0 0;
	}
	i {
		margin-right: 10px;
	}
}

.popup-content {
	padding: 30px;
	h1, h2, h3 {
		margin: 0 0 15px;
		text-align: center;
	}
	h1 {
		font: 20px/25px @c;
	}
}

.rotate90 {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    .title {
    	-ms-transform: rotate(-90deg); /* IE 9 */
	    -webkit-transform: rotate(-90deg); /* Safari */
	    transform: rotate(-90deg);
    }
}

.alert {
	height: 50px;
	text-align: center;
	font: 16px/20px @c;
	color: #FFF;
	margin: 15px 0 0;
	&.error {
		background: rgba(172, 0, 0, .7);
		border: 4px solid rgba(234, 205, 142, .2);
	}
}

.seller-sidebar {
	background: rgba(0,0,0,.5);
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 10px;
	padding: 10px 15px;
	a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255,255,255,.5);
		color: #FFF;
		&:last-child {
			border-bottom: 0;
		}
		&.active {
			padding-left: 15px;
			background: #aa0000;
		}
	}
}

label.radio-button {
	height: 45px;
	display: block;
	border: 2px solid rgba(127, 127, 127, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 5px;
    padding: 12px 15px;
    &.w50p {
    	width: 50%;
    	float: left;
    }
	input {
		display: none;
		&:checked + .check {
			span {
				background: #AA0000;
				border-radius: 50%;
			}
		}
	}
	.check {
		background: #FFF;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		float: left;
		span {
			margin: 2px;
			width: 12px;
			height: 12px;
			display: block;
		}
	}
	.title {
		float: left;
		margin: 0 0 0 10px;
		font: 300 12px/16px @ops;
		color: #FFF;
	}
}

h2.check-title {
	font: 20px/30px @c;
	color: #fff;
	margin: 20px 0 10px;
}

.rks {
	display: none;	
}

.my_dialog {
    max-width: 550px;
    padding: 50px !important;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
    border-radius: 4px;
    opacity: 0;
    transition: all .3s;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    background: rgba(255,255,255,.9);
    h3 {
    	text-align: center;
    	font-family: @c;
    	margin: 0 0 20px;
    }
    p {
    	margin: 0;
    }
}

.fancybox-slide--complete .my_dialog {
    opacity: 1;
    transform: translate(0%) translateZ(0) rotate(0deg);
}

select.hasCustomSelect {
	color: #000 !important;
}

.sticky {
	position: fixed;
}

h2.x-title {
	text-align: center;
	font: 20px/30px @c;
	color: #fff;
	margin: 0 0 10px;
}

.home-mobile-button {
	a {
		display: block;
		text-align: center;
		margin: 30px 0;
	}
}

.home-mobile-banner {
	img {
		width: 100%;
	}
}

.part-title {
	font: 25px/35px @ops;
	text-align: center;
	color: #FFF;
	margin: 0 0 30px;
}

h2.top-title {
	text-align: center;
	font: 700 25px/30px @ops;
	margin: 30px 0;
	color: #FFF;
}