html {
	height: 100%;
}

body {
	background: url(/admin/assets/main/background.png) center top repeat;
	font-size: 16px;
	min-height: 100%;
}
h1, h2, h3 {
	line-height: 20px;
	margin: 0;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.15em;
	margin-bottom: 0.35em;
}
p {
	margin: 0;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.row-fluid [class*="span"] {
	margin-left: 0;
	padding: 0;
}
.row-fluid .span1 {
    width: 10%;
}
.row-fluid .span2 {
    width: 20%;
}
.row-fluid .span3 {
    width: 30%;
}
.row-fluid .span4 {
    width: 40%;
}
.row-fluid .span7 {
    width: 70%;
}
.row-fluid .span10 {
    width: 80%;
}
.row-fluid .span11 {
    width: 90%;
}
.row-fluid .span12 {
    width: 100%;
}
.header, .main, .footer {
	background: #ffffff;
	width: 100%;
}
.main-container {
	height: 100vh;
}
.main {
	min-height: 400px;
}
.any-button {
	background: #ffffff;
	font-family: inherit;
	color: #a0a0a0;
	border-color: #a0a0a0;
	border-style: solid;
	text-decoration: none;
}
.any-button:hover, .any-button:focus {
	color: #00cecd;
	border-color: #00cecd;
	text-decoration: none;
	outline: 0;
	outline: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
/* << Стили Шапки сайта >> */
.header {
	height: 240px;
}
.header-content {
	padding: 1em 2.25em;
	float: right;
}
.header-content .phone {
	font-size: 1.2em;
	color: #555;
}
.header-content .title {
	font-size: 0.85em;
	color: #333;
	clear: both;
}
.header-control {
	float: right;
}
#logo {
	width: 232px;
	height: 90px;
	background-image: url(/assets/main/logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 1em;
	float: left;
	cursor: pointer;
}
#logo:hover {
	background-position: center top;
}
#mainmenu {
	width: 100%;
	background: linear-gradient(to top, #333, #555);
	margin-bottom: 0.8em;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	float: left;
}
#mainmenu ul {
	margin: 0;
	list-style: none;
}
#mainmenu ul li {
	font-size: 1.5em;
	padding: 0.7em 1.5em;
	float: left;
}
#mainmenu ul li:first-child {
	padding-left: 1em;
}
#mainmenu ul li:hover {
	background: linear-gradient(to top, #555, #777);
}
#mainmenu ul li a {
	color: #ffffff;
}
.breadcrumbs {
	background: #333;
	font-size: 0.8em;
	color: #ffffff;
	letter-spacing: 0.38em;
	border-radius: 0 0.5em 0.5em 0;
	padding: 0.1em 2.25em;
	margin-bottom: 12px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	float: left;
}
.breadcrumbs a {
	color: #dddddd;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
	text-decoration: none;
}
/* >> Стили Шапки сайта << */

/* << Стили Подвала сайта >> */

.footer {
	width: 100%;
	height: 120px;
	padding: 2em 0;
}
.footer .copyright {
	margin-left: 1.5em;
	float: left;
}
.footer .counter {
	margin-right: 1.5em;
	float: right;
}
/* >> Стили Подвала сайта << */

/* << Стили Слайдера сайта >> */

#main-slider .carousel-inner>.item {
	text-align: right;
}
#main-slider .carousel-inner>.item>img {
	width: 50%;
	display: inline-block;
}
#main-slider .carousel-title {
	background: #333;
	background: rgba(0,0,0,0.75);
	font-size: 2em;
	color: #ffffff;
	position: absolute;
	top: 1.5em;
	left: 0;
	padding: 0.5em 2em;
	opacity: 0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#main-slider .active .carousel-title {
	opacity: 1;
}
#main-slider .carousel-caption {
	padding: 0.5em 2.25em;
	text-align: left;
}
#main-slider .carousel-caption .marks {
	width: 75px;
	height: auto;
	text-align: center;
	display: inline-block;
}
#main-slider .carousel-caption .marks h3 {
	font-size: 1em;
}
#main-slider .carousel-caption .marks img {
	width: 75px;
	height: 75px;
}
#main-slider .carousel-caption ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
#main-slider .carousel-caption ul li {
	padding: 0 1em;
	float: left;
}
#main-slider .carousel-caption ul li a {
	font-size: 1.25em;
	color: #ffffff;
}
#main-slider .carousel-caption ul li a:hover, #main-slider .carousel-caption ul li a:focus {
	color: #aaaaaa;
	text-decoration: none;
}
/* >> Стили Слайдера сайта << */

/* << Стили Каталога сайта (Верхний) >> */
table.item-table {
	width: 100%;
	padding: 0 2.25em;
	border-collapse: initial;
	border-spacing: 0 1em;
}
table.item-table tr td {
	width: 25%;
}
table.item-table thead tr td img {
	width: 75px;
	height: 75px;
	margin-right: 30px;
	display: inline-block;
}
table.item-table thead tr td h2 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
table.item-table tbody ul {
	width: 80%;
	margin: 0;
	list-style: none;
}
table.item-table tbody ul li {
	line-height: 2em;
}
table.item-table tbody ul li a {
	color: inherit;
}
table.item-table tbody ul li img.eye {
	margin-bottom: 5px;
	margin-right: 0.5em;
	cursor: pointer;
	opacity: 0.3;
}
table.item-table tbody ul li img.eye:hover, table.item-table tbody ul li img.eye:focus {
	opacity: 1;
}
table.item-table tbody ul li .tooltip.in {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
table.item-table tbody ul li .tooltip-inner {
	background-color: #ccc;
}
table.item-table tbody ul li .tooltip-inner img {
	height: 100px;
}
table.item-table tbody ul li .tooltip.top .tooltip-arrow {
	border-top-color: #ccc;
}
table.item-table .item-block {
	width: 95%;
	margin-right: 5%;
	border: 1px solid #bababa;
	position: relative;
	padding-bottom: 0.75em;
	text-align: center;
}
table.item-table .item-block .item-block-new {
	background: rgba(0,0,0,0.75);
	color: #ffffff;
	padding: 0.25em 0.75em;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 5;
}
table.item-table .item-block .item-block-img {
	height: 14em;
	position: relative;
	overflow: hidden;
}
table.item-table .item-block .item-block-img img {
	max-width: 100%;
	max-height: 100%;
}
table.item-table .item-block .item-block-img a {
	width: 100%;
	font-weight: bold;
	color: inherit;
	position: absolute;
	display: block;
	bottom: 0;
}
table.item-table .item-block .item-block-config {
}
table.item-table .item-block .item-block-config p {
	font-size: 0.85em;
	padding: 0.1em 0;
	margin: 0;
	display: inline-block;
}
table.item-table .item-block .item-block-price {
	font-size: 1.5em;
	padding: 10px 0;
}
table.item-table .item-block .item-block-control a {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.2em 0.75em;
	border-radius: 8px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
/* >> Стили Каталога сайта (Верхний) << */

/* << Стили Текстового блока (Центральный) и блока баннеров сайта >> */
.middle-block {
	padding: 0 2.25em;
}
div.middle-block div.request-detail {
	width: 400px;
	float: right;
}
div.request-detail div.request-mark, div.request-detail div.request-model {
	width: 100%;
}
div.request-mark img {
	height: 75px;
	width: 75px;
	float: left;
	display: none;
}
div.request-mark p {
	width: 300px;
	font-size: 0.75em;
	font-style: italic;
	float: right;
	display: none;
	text-align: justify;
}
div.request-model img {
	width: 100%;
	display: none;
}
div.request-model h1 {
	font-size: 2.5em;
	text-align: center;
}
div.text-block {
	width: 73.75%;
	float: left;
}
div.text-block .paragraph {
	padding-bottom: 1em;
}
div.text-block .paragraph p {
	font-size: 0.85em;
	text-align: justify;
	margin: 0;
}
div.text-block .paragraph ul {
	margin-left: 1.25em;
	list-style: square outside;
}
div.text-block .paragraph ul li {
	line-height: 2em;
}
div.text-block .paragraph .description {
	font-size: 0.85em;
}
div.right-bar {
	width: 25%;
	float: right;
}
div.banners-block {
	width: 95%;
	margin-right: 5%;
	padding: 1px;
}
div.banners-block a {
	font-size: 0.85em;
}
div.text-block table .td02 {
	width: 2%;
}
div.text-block table .td05 {
	width: 5%;
}
div.text-block table .td1 {
	width: 10%;
}
div.text-block table .td2 {
	width: 20%;
}
div.text-block table .td3 {
	width: 30%;
}
div.text-block table .td4 {
	width: 40%;
}
div.text-block table .td5 {
	width: 50%;
}
div.text-block table .td6 {
	width: 60%;
}
div.text-block table .td7 {
	width: 70%;
}
div.middle-block .form-horizontal {
	display: inline-block;
}
div.middle-block .form-horizontal .control-label {
	width: 140px;
	text-align: left;
}
div.middle-block .login {
	padding: 60px 0;
}
.form-horizontal .controls {
	margin-left: 160px;
}
.form-horizontal .error input, .form-horizontal .error select {
	border: 1px solid #ff4500;
}
.form-horizontal .error input:focus, .form-horizontal .error input:hover,
.form-horizontal .error select:focus, .form-horizontal .error select:hover {
	border-color: #ff4500;
	-webkit-box-shadow: inset 0 1px 1px #ff9999,0 0 8px #ff4500;
	-moz-box-shadow: inset 0 1px 1px #ff9999,0 0 8px #ff4500;
	box-shadow: inset 0 1px 1px #ff9999,0 0 8px #ff4500;
}
.form-horizontal .controls .errorMessage {
	font-size: 0.6em;
	color: #ff4500;
	position: absolute;
}
.form-horizontal .controls input {
	width: 400px;
}
.form-horizontal .controls select, .form-horizontal .controls input[type="submit"] {
	width: 414px;
}
.form-horizontal .controls textarea {
	width: 400px;
	height: 200px;
	resize: none;
}
.form-horizontal .radio input {
	width: auto;
}
.form-horizontal .radio label {
	width: auto;
	display: inline-block;
}
/* >> Стили Текстового блока (Центральный) и блока баннеров сайта << */

/* << Стили Блока фотографий (Нижний) >> */

div.bottom-block {
	background: linear-gradient(to top, #333, #555);
	padding: 1em 2.25em;
}
div.bottom-block .photos {
	width: 100%;
}
div.bottom-block .photos img {
	width: 19%;
	margin-right: 1%;
	float: left;
}
/* >> Стили Блока фотографий (Нижний) << */

/* << Стили Блока детальной информации авто >> */

div.detail-block {
	padding: 1em 1.5em;
}
div.detail-block h1 {
	float: left;
}
div.detail-block .detail-img {
	width: 70%;
	float: left;
}
div.detail-block .detail-img img {
	max-width: 100%;
}
div.detail-block div.detail-gallery-two-coll {
	background: linear-gradient(to top, #333, #555);
	max-width: 28%;
	float: right;
	padding: 1.5% 0 1.5% 1.5%;
	border-radius: 0.5em;
}
div.detail-block ul.two-coll {
	width: 45%;
	margin: 0 5% 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
div.detail-block ul li {
	padding: 3% 0;
}
div.detail-block div.detail-gallery-one-coll {
	background: linear-gradient(to top, #333, #555);
	max-width: 14%;
	margin: 0 7%;
	float: right;
	padding: 1.5% 0 1.5% 1.5%;
	border-radius: 0.5em;
}
div.detail-block ul.one-coll {
	width: 90%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
div.detail-block div.detail-gallery-one-coll img, div.detail-block div.detail-gallery-two6-coll img {
	border: 1px solid #ffffff;
}
div.detail-block div.text-block {
	width: 70%;
	float: left;
}
/* >> Стили Блока детальной информации авто << */