
header{
    padding: 3px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1, .h1{
    font-size: 1.5em;
}
h2, .h2{
    font-size: 1.4em;
}
h3, .h3{
    font-size: 1.3em;
}
h4, .h4{
    font-size: 1.2em;
}
h5, .h5{
    font-size: 1.1em;
}
a{
    color: #1b1b1b;
    text-decoration: none;
}


a:active, a:hover, a:focus, a.active, footer a{
    color: #337ab7;
}

footer p{
    color: #888;
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.ro-navbar-collapse{
    text-align: center;
}
.ro-navbar-collapse .navbar-inner{
    display: inline-block;
    float: none;
}

#navbarCollapse ul.nav li a:hover, #navbarCollapse ul.nav li a:focus, #navbarCollapse ul.nav li a:active{
    background-color: #fff;
}
.navbar-brand {
    padding-left:0
}
.navbar-toggle{
    margin-right: 0;
    background-color: #eee;
    border: 1px solid #337ab7;
}

.navbar-toggle .icon-bar{
    background-color: #337ab7;
}

.ro-block{
    padding-top: 0;
}

.ro-block h4{
   margin-top: 0;
}

.faded-small{
    color: #ababab;
    font-size: 0.8em;
}

.nav-tabs{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.nav-tabs li{
    float: none;
    display: table-cell;
    width: 100%;
}

.nav-tabs li a{
    text-align: center;
    border-radius: 0;
}

.nav-tabs li.active a{
    background-color: #fff;
    border-radius: 0;
}
.markets-tab{
    margin-top: 15px;
}
.select-car-panel{
    padding-top: 25px;
    padding-bottom: 35px;
}



.btn-active{
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.selected_block{
    margin-top: 15px;
}

.list-group-item{
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-group-item:first-child, .list-group-item:last-child{
    border-radius: 0;
}

#selected_block .active{
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    color: #000;
}



.main_block .mg_row a{
    padding: 5px 8px;
    border: 1px solid #ddd;
    display: block;
}

.main_block .mg_row a:hover{
    border-color: #337ab7;
}

.main_block .mg_row a img{
    display: block;
    max-width: 100%;

}

.main_block .mg_row a span{
    font-size: 0.85em;
    display: block;
    padding: 5px 0;
    align-items: center;
}

.main_block .mg_row .single_block{
    margin-bottom: 30px;
}

.main_block .mg_row table{
    font-size: 0.8em;
    margin-top: 10px;
}


span.pre_text{
	font-size: 0.6em;
	color: #777;
}

.ro-img{
    height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;

}
.ro-img img{
    margin: 0 auto;
    vertical-align: middle;
    height: auto;
    align-items: center
}
.ro-parts-block table{
}

.ro_part_head{
    font-size: 1.2em;
}
.ro-parts-table{
    font-size: 0.7em;
}

.ro-part-table-num{
    display: block;
    min-height: 35px;
}

.image-map {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    float: left;
}

.image-map > a.map{
    padding: 0;
    position: absolute;
    display: block;
    /*background-color: #eee;*/


}
.image-map > a.map span{
    border: 2px solid orangered;
    padding: 16px 10px 6px;
    border-radius: 15px;
    text-indent: 9999;
    /*color: red;*/
    margin: 0;
    font-size: 0px;
    opacity: 0.8;
    position: absolute;
    width: 2px;

    /*background-color: #f55b01;*/
}

.selected_point{
    background-color: red;/*#D9EDF7*/
    color: #fff;
}

/*Breadcrumbs*/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}



/*::-webkit-scrollbar {*/
    /*width: 12px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
/*}*/

/* Let's get this party started */
::-webkit-scrollbar { width: 8px; }

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 2px; border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#337ab7;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); }

.input-group-addon{
    /*background-color: #84b4dd;*/
    /*border-color: #2e6da4;*/
    /*color: #000;*/
}

.form-control{
    /*border-color: #2e6da4;*/
}

.breadcrumb {
    padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 14px;
    background: hsla(211,10%,60%,1);
	border-radius: 0;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 40px;
	background: hsla(211,20%,15%,1);                   /* fallback color */
	/*background: hsla(204,85%,35%,1);*/
	position: relative;
	display: block;
	float: left;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(211,20%,15%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(6) a       { background:        hsla(211,20%,45%,1); }
.breadcrumb li:nth-child(6) a:after { border-left-color: hsla(211,20%,45%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(211,20%,40%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(211,20%,40%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(211,20%,35%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(211,20%,35%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(211,20%,20%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(211,20%,20%,1); }
.breadcrumb li:nth-child(2) a       { background:        hsla(211,20%,15%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(211,20%,15%,1); }
.breadcrumb li:last-child a {
	/*background: transparent !important;*/
	/*color: black;*/
	pointer-events: none;
	cursor: default;
}

.breadcrumb li a:hover { background: hsla(208,45%,10%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(208,45%,10%,1) !important; }


.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.class-content a {
    font-size: 0.8em;
}

.btn-model{
    margin-bottom: 10px;
}

.group_block{
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.page-description{
    margin-bottom: 2em;
}

.page-text{
    margin-top: 2em;
}

img.schema_pic{
	min-height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
}


.part-table{
    font-size: 0.9em;
}
.part-table td:nth-child(1), .part-table td:last-child{
    width: 12%;
}

.product_img{
    /*max-height: 150px;*/
    width: 100%;
}