/*
Autoua.net
-
(C) 2006-2013, MSP "Magnet"
*/


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
a:hover,
a:active {
	outline: 0;
}
a {
	color: #0066cc;
}
a:hover {
	color: #b00000;
	cursor: pointer;
}
.pseudo {
	text-decoration: none;
}
.pseudolink {
	text-decoration: none;
	border-bottom: 1px dotted #0066cc;
	color: #0066CC;
}
.pseudolink:hover {
	text-decoration: none;
	border-bottom: 1px dotted #B00000;
}
.pseudo:hover .pseudolink {
	border-bottom: 1px dotted #b00000;
	color: #b00000;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
p {
	margin: 0 0 10px;
}
small,
.small {
	font-size: 85%;
}
.big-text {
	font-size: 150%;
}
strong,
.strong{
	font-weight: bold;
}
em {
	font-style: italic;
}
.hidden {
	display: none;
}
.muted {
	color: #999999;
}
.muted-dark {
	color: #666;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.margin-0 {
	margin: 0;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-right-5 {
	margin-right: 5px;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 18px 0 10px;
	font-weight: normal;
	line-height: 1;
	color: inherit;
	text-rendering: optimizelegibility;
	line-height: 1.5em;
}
.l-inner > h1:first-child,
.l-inner > .h1:first-child,
.l-inner > h2:first-child,
.l-inner > .h2:first-child,
.l-inner > h3:first-child,
.l-inner > .h3:first-child,
.l-inner > h4:first-child,
.l-inner > .h4:first-child,
.l-inner > h5:first-child,
.l-inner > .h5:first-child {
	margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1,
.h1 {
	font-size: 24px;
	line-height: 34px;
}
h2,
.h2 {
	font-size: 20px;
	line-height: 28px;
}
h3,
.h3 {
	font-size: 18px;
}
h4,
.h4 {
	font-size: 14px;
	font-weight: bold;
}
h5,
.h5 {
	font-size: 12px;
	font-weight: bold;
}
h1 small,
.h1 small {
	font-size: 20px;
}
h2 small,
.h2 small {
	font-size: 16px;
}
h3 small,
.h3 small {
	font-size: 12px;
}
h4 small,
.h4 small {
	font-size: 10px;
}
ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 20px;
}
ul.unstyled,
ol.unstyled,
.unstyled ul,
.unstyled ol {
	margin-left: 0;
	list-style: none;
}
.respon-img,
.post-list img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.respon-img_bl {
	display: block;
	margin: 0 auto;
}
.clearfix {
	font-size: 0;
	line-height: 0;
	clear: both;
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* Layout */
.l-page-wrapper {
	height: 100%;
	margin: 0 auto;
	padding: 0 2px;
	width: 1200px;
}
.l-page-wrapper_wide {
	padding: 0;
	width: 100%;
}
.l-page {
	padding-bottom: 20px;
}
.l-container {
	*zoom: 1;
}
.l-container_grey {
	padding-top: 10px;
	background-color: #f3f3f3;
}
.l-container_h10 {
	margin-left: -10px;
	margin-right: -10px;
}
.l-container_h1 {
	margin-left: -1px;
	margin-right: -1px;
}
.l-container:before,
.l-container:after {
	display: table;
	line-height: 0;
	content: "";
}
.l-container:after {
	clear: both;
}
[class*="l-grid"] {
	float: left;
	width: 100%;
}
.l-grid_main {
	width: 880px;
}
.l-grid_rightcol {
	float: right;
	width: 300px;
}
.l-grid_696 {
	width: 696px;
}
.l-grid_700 {
	width: 700px;
}
.l-grid_2 {
	width: 50%;
}
.l-grid_3 {
	width: 33.33333333333%;
}
*+html .l-grid_3 {
	width: 33%;
}
.l-grid_4 {
	width: 25%;
}
.l-grid_5 {
	width: 20%;
}
.l-grid_3-4 {
	width: 75%;
}
*+html .l-grid_3-4 {
	margin-right: -1px;
}
.l-grid_224 {
	width: 224px;
}
.l-grid_232 {
	width: 232px;
}
.l-grid_300 {
	width: 300px;
}
.l-grid_620 {
	width: 620px;
}
.l-grid_40 {
	width: 40%;
}
.l-grid_60 {
	width: 60%;
}
.l-smooth {
	overflow: hidden;
}
.l-inner {
	padding: 0 10px 1px;
	margin: 0 0 20px;
}
.l-inner_pr {
	position: relative;
}
.l-inner_color {
	background-color: #F3F3F3;
	margin-bottom: 14px;
	margin-top: -7px;
	padding: 7px 10px;
	*margin-top: 0;
	*padding-bottom: 0;
}
.l-inner_wide {
	padding-left: 0;
	padding-right: 0;
}
.l-inner_high {
	margin-bottom: 0;
}
.l-inner_mb50 {
	margin-bottom: 50px;
}
.l-inner_mb40 {
	margin-bottom: 40px;
}
.l-inner_mb10 {
	margin-bottom: 10px;
}
.l-inner_mb15 {
	margin-bottom: 15px;
}
.l-inner_mb5 {
	margin-bottom: 5px;
}
.l-inner_form {
	margin-right: 14%;
	position: relative;
}
.l-inner_ml40 {
	margin-left: 40px;
}
.l-inner_pr64 {
	padding-right: 64px;
}
.l-separator {
	height: 10px;
	*zoom: 1;
}
.l-separator:before,
.l-separator:after {
	display: table;
	line-height: 0;
	content: "";
}
.l-separator:after {
	clear: both;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.pos-rel {
	position: relative;
}
.hp10 {
	padding: 0 10px;
}
@media (min-width: 768px) {
	.h1_big-sm {
		font-size: 40px;
		line-height: normal;
	}
}
@media (min-width: 992px) {
	.h1_big-md {
		font-size: 60px;
		line-height: normal;
	}
}

/*
*  @ multilang
*/
#footer {
	height: auto !important;
	padding-bottom: 10px;
}
.show-lang {
	display: inline-block;
	position: relative;
}
.show-lang a.lang-flag {
	width: 22px;
	height: 14px;
	display: inline-block;
	background-image: url('/static/img/flags-sprite.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}
.show-lang a.lang-flag + a.lang-flag {
	margin-top: 2px;
}
.lang-flag_de {
    background-position: -2px -2px;
}
.lang-flag_es {
    background-position: -28px -2px;
}
.lang-flag_fr {
	background-position: -2px -20px;
}
.lang-flag_it {
	background-position:  -28px -20px;
}
.lang-flag_pl {
	background-position: -54px -2px;
}
.lang-flag_uk {
	background-position: -54px -20px;
}
.lang-flag_en {
	background-position: -2px -38px;
}
.lang-flag_ru {
	background-position: -28px -38px;
}
.show-lang > div {
	width: 220px;
	padding: 7px;
	position: absolute;
	top: -100%;
	left: 0;
	background: #484848;
	border: 3px solid #fff;
	box-shadow: 0 0 7px #333;
	z-index: 5;
	display: none;
}