@CHARSET "UTF-8";

html, body {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}

body {
	position: relative;
	padding-top: 50px;
}


/* @Layout with sticked footer */
.page-wrapper {
	min-height: 100%;
	margin-bottom: -50px;
}

* html .page-wrapper {
	height: 100%;
}

.page-buffer {
	height: 50px;
}

.page-footer {
	height: 50px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

/* @Navbar */

/* @Page header */
.header {
	position: relative;
	color: #fff;
	padding: 0;
	margin: 0;
	/*background: transparent linear-gradient(45deg, #902D25 0%, #a94442 100%) repeat scroll 0px 0px;*/
	background: #a94442 repeat scroll 0px 0px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px
		rgba(0, 0, 0, 0.2) inset;
}

.header h1 {
	font-size: 120px;
	line-height: 1;
	text-shadow: 4px 3px 0px #902D25, 9px 8px 0px rgba(0, 0, 0, 0.15);
}

.header p {
	font-size: 20px;
	font-weight: 200;
	line-height: 1.25;
	/*color: rgb(244, 145, 137);*/
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

/* @Page subheader */
.subheader {
	text-align: left;
	padding: 0;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px
		rgba(0, 0, 0, 0.075);
}

.subheader h1 {
	font-size: 30px;
}

.subheader p {
	font-size: 20px !important;
	font-weight: 300 !important;
}

.subheader .navbar {
	display: none;
}

/* @Page body with main content */
.body {
	padding: 15px 0px;
}

/* @Page footer */
.footer {
	font-size: 13px;
	color: #888;
	padding: 15px 0px;
}

.footer .copyright {
	margin-bottom: 1em;
}

/* @Footer horizontal menu */
.footer .menu {
	
}

.footer .menu ul {
	float: left;
	margin-left: 35px;
	list-style: none;
}

.footer .menu ul li.section {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -1px;
	margin-top: 0;
}

.footer .menu ul li {
	margin-top: 16px;
	font-size: 12px;
}

.footer .menu ul li a {
	text-decoration: none;
}

.footer .menu ul:hover li a:hover {
	text-decoration: underline;
}

/* @Отладка */
.alert-debug {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ccc;
}

.nowrap {
	white-space: nowrap;
}

/* @Bootstrap overrides */
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

table th {
	vertical-align: middle !important;
}

table td {
	vertical-align: middle !important;
}

.btn-group {
	margin: 0 !important;
	white-space: nowrap !important;
}

.input-group-addon, .input-group-btn {
	/*width: auto;*/
	
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.over-x {
	overflow-x: auto;
}

.discount-list {
	font-size: 12px;
}

.display-none {
	display:none;
}