@import 'https://fonts.googleapis.com/css?family=Roboto';
.catalogbox {width: 450px;padding: 14px;height: auto;}
a {color: #2d2d2d;}
a:hover	 {color: #2196f3;}



	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 360px;
		position: relative;
		margin: auto;
		top: 20px;
		padding: 5px 20px 13px 20px;
		border-radius: 5px;
		background: #fff;
	}

	.close {
		/* top: -10px; */
		/* width: 25px; */
		/* height: 25px; */
		/* text-decoration: none; */
		/* font-weight: bold; */
		/* -webkit-border-radius: 12px; */
		-moz-border-radius: 12px;
		/* border-radius: 20px; */
		-moz-box-shadow: 1px 1px 3px #000;
	}

	.close:hover {/* background: #FF7300; */}
	
	#tabs.htabs {
    clear: none;
}

#tabs.htabs a {border: 0;padding: 10px;position: relative;margin: 0px;width: 49%;text-align: center;color: #555555;font-size: 12px;border: 0;background: #F5F5F5;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;display: inline-block;}
#tabs .selected {
    background-color: #8C8B8C !important;
    color: white!important;
}
#filter-tree {
    border: 1px solid #8C8B8C;
    margin-top: 5px;
    width: 100%;
    color: black;
    padding: 5px;
}
.parent {
    padding: 0;
}

.topline>table {
    margin: 0 auto;
    width: 1250px;
}
.topline>table tr td {
    color: white;
    padding: 10px;
}
.register {
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
}
.register input {}
.lcol, .rcol {}
.lcol {
}
.rcol {
    width: 30%;
}
.bodytop {
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.telephone {padding: 15px 30px;background: #f1f1f1;font-size: 24px;color: #353535;margin-bottom: 15px;}
.telephone a {
    font-size: 18px;
}

.footer > table { width:100%;text-align: center;}
.footer .fcol h5 {
    color: white;
    padding-left: 10px;
}
.footer .fcol {
    float: left;
    width: 50%;
    display: inline-flex;
}
.footer h5 {color: #000;}
.footer {
    padding-top: 20px;
    min-height: 60px;
    background: none;
    border-top: 5px solid #353535;
    margin-top: 30px;
}

.header {
    min-height: 100px;
    background: #f1f1f1;
}
.topline {
    background: #383B3D;
    padding: 10px;
    min-height: 40px;
    color: white;
    font-size: 14px;
}
.topline a {
    color: white;
    font-size: 14px;
}
.header .center {
}
.form-1 {/* Size & position */
    margin: 0px;
    overflow: auto;
    position: relative;/* For the submit button positioning *//* Styles */
    line-height: 1.42857143;
    background: none;
    border: none;
}
 
.form-1 .field {
    position: relative; /* For the icon positioning */
    margin: 0;
}

.form-1 .field i {/* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 35px;
    width: 35px;/* Line */
    border-right: 1px solid rgba(14, 15, 17, 0.22);
    /* Styles */
    color: #353535;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease-out;
    pointer-events: none;
    background: rgba(119, 119, 119, 0);
}

.form-1 input[type=text],
.form-1 input[type=password] {
    font-size: 14px;
    font-weight: 100;
    /* Size and position */
    width: 100%;
    padding: 5px 40px;/* Styles */
    height: 35px;
    border: 1px solid #fff;
    /* Remove the default border */
    background: rgb(255, 255, 255);
    color: #353535;
    transition: color 0.3s ease-out;
}
 
.form-1 input[type=text] {
    margin-bottom: 10px;
}
.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
}
 
.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
  
}
 
.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 19px;
    right: -25px;
    padding: 10px;
    z-index: 2;
 
    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow:
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-1 .submit:after {
    /* Size and position */
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;
 
    /* Styles */
    background: #ffffff;
     
    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}
.form-1 button {/* Size and position */
    /* width: 100%; */
    /* height: 100%; */
    /* margin-top: -1px; *//* Icon styles */
    /* font-size: 1.4em; */
    /* line-height: 1.90; */
    /* color: white; *//* Styles */
    /* border: none; *//* Remove the default border */
    /* border-radius: inherit; */
    /* background: linear-gradient(#52cfeb, #42A2BC); */
    /* box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1); */
    /* cursor: pointer; */
}

.form-1 button:hover,
.form-1 button[type=submit]:focus {
}
 
.form-1 button:active {
}

.form-1 p {
    margin: 0px;
}
.register a {
margin-top: 7px;margin-left: 10px;font-size: 13px;}

.bodytop {
    position:relative;
    height: auto;
    min-height: 100%;
    background: none;
}
 
.bodytop:before,
.bodytop:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.bodytop:before {
    top:50%;
    bottom:0px;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
 
.bodytop p {font-size: 14px;}        

.content {
    float: left;
    width: 100%;
    min-height: 300px;
}
.container .center {width: 100%;padding-bottom: 20px;}
.car-models {
    margin: 0 auto;
    list-style: none;
}


    .car-models .model {
        margin: 5px 5px;
        width: 32%;
        height: 35px;
        float: left;
        border: 1px solid #e3e6e7;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        border-radius: 2px;
        overflow: hidden;
        background: #fff;
        position: relative;
        behavior: url(/public/js/pie/PIE.htc);
    }

        .car-models .model a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            text-align: left;
            padding-left: 50px;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 11px;
            line-height: 1.3;
            padding-top: 6px;
            font-family: 'Open Sans', Arial, sans-serif;
            font-weight: 700;

            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .car-models .model small {
                display: block;
                color: #aaa;
                font-size: 85%;
                font-weight: normal;
            }

            .car-models .model a:hover small,
            .car-models .model a:active small {
                color: #666;
            }

            .car-models .model i {
                position: absolute;
                left: 0;
                top: 0;
                width: 40px;
                height: 100%;

                background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
                background: -moz-linear-gradient(top, #ffffff, #eeeeee);
                background: -o-linear-gradient(top, #ffffff, #eeeeee);
                background: -ms-linear-gradient(top, #ffffff, #eeeeee);
                background: linear-gradient(top, #ffffff, #eeeeee);

                /* had to use this, PIE dowsn't work */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
            }

            .car-models .model i:after {
                content: "";
                position: absolute;
                width: 32px;
                height: 32px;
                top: 3px;
                left: 4px;
                background: url('/static/image/car-models.png') top left no-repeat;
            }

            .car-models .audi i:after { background-position: 0 0; }
            .car-models .mazda i:after { background-position: -32px 0; }
            .car-models .smart i:after { background-position: -64px 0; }

            .car-models .bmw i:after { background-position: 0 -32px; }
            .car-models .mercedes i:after { background-position: -32px -32px; }
            .car-models .suzuki i:after { background-position: -64px -32px; }

            .car-models .bmw-moto i:after { background-position: 0 -64px; }
            .car-models .mini i:after { background-position: -32px -64px; }
            .car-models .subaru i:after { background-position: -64px -64px; }

            .car-models .dodge i:after { background-position: 0 -96px; }
            .car-models .mitsubishi i:after { background-position: -32px -96px; }
            .car-models .toyota i:after { background-position: -64px -96px; }

            .car-models .infiniti i:after { background-position: 0 -128px; }
            .car-models .nissan i:after { background-position: -32px -128px; }
            .car-models .skoda i:after { background-position: -64px -128px; }

            .car-models .kia i:after { background-position: 0 -160px; }
            .car-models .ram i:after { background-position: -32px -160px; }
            .car-models .hyundai i:after { background-position: -64px -160px; }

            .car-models .chrysler i:after { background-position: 0 -192px; }
            .car-models .seat i:after { background-position: -32px -192px; }
            .car-models .volkswagen i:after { background-position: -64px -192px; }

            .car-models .volvo i:after { background-position: 0 -224px; }
            .car-models .alfaromeo i:after { background-position: -32px -224px; }
            .car-models .chevrolet i:after { background-position: -64px -224px; }

            .car-models .citroen i:after { background-position: 0 -256px; }
            .car-models .daewoo i:after { background-position: -32px -256px; }
            .car-models .ford i:after { background-position: -64px -256px; }

            .car-models .fiat i:after { background-position: 0 -288px; }
            .car-models .honda i:after { background-position: -32px -288px; }
            .car-models .isuzu i:after { background-position: -64px -288px; }

            .car-models .jaguar i:after { background-position: 0 -320px; }
            .car-models .jeep i:after { background-position: -32px -320px; }
            .car-models .landrover i:after { background-position: -64px -320px; }
            .car-models .land.rover i:after { background-position: -64px -320px; }

            .car-models .lexus i:after { background-position: 0 -352px; }
            .car-models .man i:after { background-position: -32px -352px; }
            .car-models .opel i:after { background-position: -64px -352px; }

            .car-models .peugeot i:after { background-position: 0 -384px; }
            .car-models .porsche i:after { background-position: -32px -384px; }
            .car-models .renault i:after { background-position: -64px -384px; }

            .car-models .rover i:after { background-position: 0 -416px; }
            .car-models .saab i:after { background-position: -32px -416px; }
            .car-models .scania i:after { background-position: -64px -416px; }

            .car-models .ssangyong i:after { background-position: 0 -448px; }
            .car-models .eurcat i:after { background-position: -32px -448px; }
            .car-models .uscat i:after { background-position: -64px -448px; }

            .car-models .uscatgen i:after { background-position: 0 -480px; }
            .car-models .ca-tyre i:after { background-position: -32px -480px; }
            .car-models .ca-oil i:after { background-position: -64px -480px; }

            .car-models .chery i:after { background-position: 0 -512px; }
            .car-models .zaz i:after { background-position: -32px -512px; }
            .car-models .empty i:after { background-position: -64px -512px; }



.container .center .table {text-align: left;}
.photoffice {
  background: #EDEDED;
width: 170px;
padding: 10px;


}

.photouser {
   background: #EDEDED;
width: 170px;
padding: 10px;


}
.accountbox .icon-large:before {
    font-size: 100px;
    position: absolute;
    opacity: 0.3;
    right: 10px;
    top: 10px;
}
.content blockquote {width: 100%;}
.profile {
    background: #EDEDED;
    padding: 10px;
    margin-bottom: 25px;
    position: relative;
    box-sizing: initial;
    min-height: 100px;
    border: 1px solid #E4E4E4;
}
.profilefoto img {box-shadow: 0 0 0px 2px #D3E6F2;}
.profile a {
    font-size: 16px;
}
.profile p {
    padding-left: 15px;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 100px;
    color: #555555;
    line-height: 20px;
}
.profile p:before  {content: '\2014 \00A0';}

.well p {
    float: left;
    padding-right: 5px;
}
.profile .form-control {
display: block;
width: 100%;
height: 30px;}

.logo img {margin-top: 20px;max-width: 190px;margin-left: 0px;}
.searchpanel {
   
margin-top: 33px;
}
.searchpanel label {
    max-width: 100%;
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: normal;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 330px;
    margin-top: 7px;
    }
.searchpanel form {
    margin: 5px;
}

ul li {list-style:none;}

.searchname {
    position: relative;
    float: right;
    right: 280px;
    top: 7px;
}
.modal-body ul {margin: 40px 40px;}

.menu {
    padding: 0px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    background: #353535;
}
.menu i {color:whitesmoke;}
.submenu i {color: #555555;}
ul.menu li {
    border-top: none;
    font-size: 14px;
}


.ccolcontent {
    width: 100%;
    padding: 0px 20px;
    vertical-align: top;
} 


.colegend {
    position: absolute;
    top: 55px;
    right: 41px;
    color: white;
    font-size: 20px;
}
.colegend a {
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 5px #2D2D2D;
}
.colegend a:hover {
border-bottom: 2px dotted;}
.cart input {
    text-align: center;
}
.href:hover {
    background: #B62A1C;
    color: #FFF;
    border-radius: 3px;
    }
	.href {
    padding: 4px 7px 4px 6px;
    background: #FF4835;
    color: #FFF;
    border-radius: 3px;
    }
.history {
    right: 240px;
    margin-top: 10px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
}
.tablehistory {min-width:300px;}

.tablehistory tr:hover {
    background: rgba(128, 128, 128, 0.28);
}
.tablehistory td {
    padding: 2px 3px;
    border: 1px solid whitesmoke;
    font-size: 12px;
}
.cart .input-sm {
    width: 40px;
}
td.price {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    width: 90px;
    vertical-align: top;
}
td.price_c span {}
td.price_c {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    width: 75px;
    
}
td.deliverytime_c {
    text-align: center;
    width: 70px;}

td.deliverytime {
    text-align: center;
    width: 100px;
    vertical-align: top;
}
td.stock {
    text-align: center;
    width: 80px;
    white-space: nowrap;
    vertical-align: top;
}
td.article {
    width: 100px;
 
}
td.check {
    text-align: center;
    width: 10px;
}
td.multiplicity {
   text-align: center;
   width: 50px;
}


td.article_s {
    width: 100px;
    vertical-align: top;
}
td.name_s {
    vertical-align: top;
}

td.brand_s {
    width: 100px;
    font-weight: bolder;
    vertical-align: top;
    text-transform: uppercase;
}
td.brand {
    width: 100px;
    font-weight: bolder;

}
td.basket {
    text-align: center;
    width: 70px;
    vertical-align: top;
}
table.search  {
    margin-bottom: 0px;
}

.deliverytime span {
    float: right;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin: 3px 10px 0 0;
    cursor: pointer;
}

.good {
		background: #f3d600;
		padding: 2px 5px;
		color: #FFFFFF;
		line-height: 3px;
		border-radius: 3px;
		}
.bad {background: #E65427;
padding: 2px 5px;
   color: #FFFFFF;
		line-height: 3px;
		border-radius: 3px;
}
.excellent {
    background: #27C300;
padding: 2px 5px;
   color: #FFFFFF;
		line-height: 3px;
		border-radius: 3px;
}
input.quantity {padding: 0px;
    border-radius: 0px;
    height: 25px;
    width: 40px;
    margin: auto;}
   .brand-select {
    padding: 0px 15px 0px 0px;
}
.photouser div {
    width: 150px;
    height: 130px;
}
.pointer {cursor:pointer;}
.infoart span {
    font-size: 13px;
    color: #777575;
    cursor: pointer;
    vertical-align: top;
}
.pn {
    float: left;
    width: 85%;
    }
.icon-large {
    font-size: 18px !important;
}
.date_o {
    width: 80px;
}
.name_o {
    width: 300px;
}
.check_o {width:10px;}
.deliverytime_o {
    width: 90px;
}
.stock_o {
    width: 60px;
}
.price_o {
    width: 60px;
    white-space: nowrap;
}
.total_o {
    width: 60px;
    white-space: nowrap;
}
.status_o {width: 170px;}
.button_o {
    white-space: nowrap;
    width: 100px;
}
.search-select {
    position: absolute;
    padding: 5px;
    right: 280px;
    margin: 3px;
    z-index: 1;
    border: 0;
    cursor: pointer;
}


.boxdetail {
    background: #EEE;
    border: 1px solid #E4E4E4;
    padding: 10px;
    margin: 5px 0px;
}
.boxdetail p {
    font-size: 12px!important;
    margin: auto;
}

.boxdetail p .close {
    line-height: 13px;
}
.profilefoto {
    width: 90px;
    float: left;
    margin-right: 20px;
    height: 90px;
}

.order-history {min-width:450px;} 

.brandhead {
    /* background: rgba(222, 225, 228, 0.66)!important; */
    /* border: 0!important; */
    } 

.regbox p {
    padding: 5px 20px;
}
.regbox  {
       background: #EDEDED;
       padding: 10px;
       margin-bottom: 10px;
       position: relative;
       box-sizing: initial;
       min-height: 150px;
       border: 1px solid #E4E4E4;
}
.regbox .checkbox {
    font-size: 18px;
    margin-left: -20px;
}
.pcard {
    background: whitesmoke;
    padding: 20px;
}
.pcard img {
    border: 2px solid #B7B4B4;
}
.tosort th[data-sort] { cursor: pointer; }
.clip {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    max-width: 245px;
    text-overflow: ellipsis;
}
.offices .selected  {color: #FFFFFF;background: #2196F3;padding: 5px 10px;border-radius: 3px;}

.offices {
    background: url('/static/image/russia.png')  center  no-repeat;
    min-height: 300px;
}
.offices ul li {
    padding: 7px;
}
.saplab {max-width: 1600px;color: #333;font-family: 'Roboto', sans-serif;background: white;}


@media (min-width: 992px) {
.btn-bars {display:none;}
}

@media (max-width: 990px) {
 .headcenter, .telephone, .topline {text-align:center!important;}
 .slick  {display:none!important;}
 .topline a {font-size:12px;}
 
}
@media (max-width: 992px) { 
.btn-hide, .banner  {display:none!important;}
}
.search-examp {padding-bottom:15px;}


/* 
@media (min-width: 992px) {
.topline #sidebar-toggle {text-align:left;}
#sidebar, #sidebar-toggle {display:none;}
 }
#sidebar {
    position: absolute;
    left: -240px;
    background: #FF4835;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
}
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
}
#sidebar ul li a {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #F98176;
}
#sidebar ul li:hover a {
    background: rgba(255, 255, 255, 0.08);
}
.main-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.main-content .content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
padding-left: 60px;
width: 100%;
}
.main-content .content h1{
    font-weight: 100;
}
.main-content .content p{
    width: 100%;
    line-height: 160%;
}
.main-content #sidebar-toggle {
    background: #DF314D;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 10px 7px;
    float: left;
}
.main-content #sidebar-toggle .bar{
     display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;   
}
.main-content #sidebar-toggle .bar:last-child{
     margin-bottom: 0;   
}

.saplab {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
}
.saplab.open-sidebar {
    left: 240px;
}
 
.swipe-area {
    position: absolute;
    width: 50px;
    left: 0;
top: 0;
    height: 100%;
    background: #f3f3f3;
    z-index: 0;
}
 */
 
 .stock_c {width:70px;text-align: center;}
 .half-transparent {color: #999999;}
 
 @media (min-width: 0px) {
.modal-dialog.auth {
    max-width: 390px;
    margin: 30px auto;
}}

.label.news {
    background: none;
    color: rgb(47, 164, 231);
    border: 1px solid;
}

blockquote {
    padding: 0px;
    margin: 0px 0px 20px;
    font-size: 14px;
    border-left: none;
    float: left;
    font-weight: 100;
}
.btn-danger {
    color: #fff;
    background-color: #e35139;
    border-color: #B43C2F;
}

.label-danger {
    background-color: #e35139;
}



#back-top{
	position:fixed;
	bottom: 20px;
	right: 15px;
}

#back-top a{
	width:64px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{color:#000;}

#back-top span{
	width: 50px;
	height: 50px;
	display:block;
	font-size: 33px;
	background: #ddd;
	/* rounded corners */
	-moz-border-radius:15px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover span{background-color:#777}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {color: #555555;}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    border: none;
}
.navbar {
    filter: none;
    /* -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 11px 10px rgba(255, 255, 255, 0.73); */
    padding: 0 10px;
    z-index: 3;
}
.navbar-default {
    background-color: #383b3d;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: none;
    border-bottom: 3px solid;
    padding-bottom: 7px;
    border-color: #e35139;
}



.menu{
    display:block;
}
.menu li{
    display: inline-block;
    position: relative;
    z-index:100;
}
.menu li a {
    text-decoration:none;
    padding:11px;
    display:block;
    color:#ffffff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover,
.menu li:hover > a{
    color: #353535;
    background: #d1c34a;
    font-size: 14px;
}

a {}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 270px;
    position: absolute;
    top: 42px;
    left: 0px;
    background: #ffffff;
}

.menu li:hover > ul{
    display: block;
}
.menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
}
.menu ul li a {
    font-size: 14px;
    display:block;
    padding-left: 14px;
    color:#797979;
    border-left: 3px solid #f1f1f1;
    background: #f1f1f1;
    text-align: left;
}
.menu ul li a:hover,
.menu ul li:hover > a{
    background: #ffffff;
    border-left: 3px solid #d2c350;
    color: #353535;
    font-weight: 100;
}

.menu ul ul {
    left: 270px;
    top: 0px;
}
.mobile-menu{
    display:none;
    width:100%;
    padding: 12px;
    background: #303031;
    color: #ffffff;
    text-transform:uppercase;
    margin: 0;
}

.mobile-menu:hover{color: white;}

@media (max-width: 760px) {
 
    .menu{display:none;}
 
    .mobile-menu{
        display:block;
    }
 
    nav{
        margin:0;
        background:none;
    }
 
    .menu li{
        display:block;
        margin:0;
    }
 
    .menu li a {
        background:#ffffff;
        color:#797979;
        border-top:1px solid #e0e0e0;
        border-left:3px solid #ffffff;
    }
 
    .menu li a:hover,
    .menu li:hover > a{
        background:#f0f0f0;
        color: rgba(0, 0, 0, 0.9);
        border-left: 3px solid #656569;
        text-align: left;
    }
 
    /*level 2 and 3 - make same width as all items*/
    .menu ul {
        display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;
    }
 
    .menu ul ul {
        left:0;
    }
 
}/*end media queries*/

.breadcrumb {
    padding: 10px 15px;
    list-style: none;
    background: none;
    margin-bottom: 0px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
 
}
.bestpart {
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.region {
    margin: 40px 0px;
}

.topdashboard {
    min-height: 290px;
    background: #f5f5f5;
    background: url('/static/image/bmw-m3-back.png') no-repeat  60%;
    box-shadow: inset 0px 0px 130px 25px;
    background-size: cover;
    background-position-y: 60%;
    padding: 30px;
    }
.topdashboard h1, .topdashboard h3 {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;
    }
.label {border-radius:0px;}
.loginform p {
    font-size: 16px;
}
.loginform {
    background: rgba(0, 0, 0, 0.58);
    padding: 10px 20px;
    height: 230px;
    color: #ffffff;
}
.loginform h3 {
    font-size: 22px;
    margin-top: 25px;
    color: white;
    text-shadow: none;
    font-weight: bold;
}
.loginform a {
    color: white;
}
.loginform a:hover {
    color: #2fa4e7;
}