
/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/axgrid.css */
body:not(.mobile) {
    -ms-overflow-style: scrollbar; /* scrolling in IE automatically hides */
}
@-ms-viewport {
    width: device-width; /* meta viewport for IE10 in Windows (Phone) 8*/
}

.container {
/*  padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;

}

.spacer-03 {
    height: 0.3em;
}

.spacer-05 {
    height: 0.5em;
}

.spacer-08 {
    height: 0.8em;
}

.spacer-13 {
    height: 1.3em;
}

.no-user-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

/* Xl devices */
@media (min-width: 1400px) {
    .container {
        width: 1210px;
    }
}

.form-group label.error:empty{display:none !important;}
.has-feedback .form-control-feedback + select.form-control{padding-right:52.5px;}
.msie .has-feedback .form-control-feedback + select.form-control{padding-right:11.5px;}
.Internet.Explorer .has-feedback .form-control-feedback + select.form-control{padding-right:11.5px;}
.form-horizontal .has-feedback.has-select .form-control-feedback{right:30px;}
.form-horizontal .has-feedback.has-addon .form-control-feedback{
    width: auto;
    padding-right: 12px;
    font-size: 0;
}
.form-horizontal .has-feedback.has-addon .form-control-feedback:before{
    font-size: 14px;
}

.form-horizontal .has-feedback.has-addon .form-control-feedback .input-group-addon{
    vertical-align: top;
    width: auto;
    display: inline-block;
}

.msie .form-horizontal .has-feedback.has-select .form-control-feedback{right:45px;}
.Internet.Explorer .form-horizontal .has-feedback.has-select .form-control-feedback{right:45px;}

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

@media all and (max-width: 430px) and (min-width: 0px) {
    .pull-xxs-left{float:left !important;}
    .pull-xxs-right{float:right !important;}
    .text-xxs-left{text-align:left !important;}
    .text-xxs-center{text-align:center !important;}
    .text-xxs-right{text-align:right !important;}
    .padding-left-xxs-none{padding-left:0 !important;}
    .padding-right-xxs-none{padding-right:0 !important;}
    .margin-left-xxs-none{margin-left:0 !important;}
    .margin-right-xxs-none{margin-right:0 !important;}
    .btn-block-xxs{display: block; width: 100%}
}


@media all and (max-width: 767px) and (min-width: 431px) {
	.pull-xs-left{float:left !important;}
	.pull-xs-right{float:right !important;}
		.text-xs-left{text-align:left !important;}
        .text-xs-center{text-align:center !important;}
		.text-xs-right{text-align:right !important;}
		.padding-left-xs-none{padding-left:0 !important;}
		.padding-right-xs-none{padding-right:0 !important;}
		.margin-left-xs-none{margin-left:0 !important;}
		.margin-right-xs-none{margin-right:0 !important;}
        .btn-block-xs{display: block; width: 100%}
}

@media all and (max-width: 991px) and (min-width: 768px) {
	.pull-sm-left{float:left !important;}
	.pull-sm-right{float:right !important;}
		.text-sm-left {text-align:left !important;}
        .text-sm-center{text-align:center !important;}
		.text-sm-right {text-align:right !important;}
		.padding-left-sm-none{padding-left:0 !important;}
		.padding-right-sm-none{padding-right:0 !important;}
		.margin-left-sm-none{margin-left:0 !important;}
		.margin-right-sm-none{margin-right:0 !important;}
        .btn-block-sm{display: block; width: 100%}
}

@media all and (max-width: 1199px) and (min-width: 992px) {
	.ax-container:not(.size-xs):not(.size-xxs) .pull-md-left{float:left !important;}
	.ax-container:not(.size-xs):not(.size-xxs) .pull-md-right{float:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-md-left {text-align:left !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .text-md-center{text-align:center !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-md-right {text-align:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .padding-left-md-none{padding-left:0 !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .padding-right-md-none{padding-right:0 !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .margin-left-md-none{margin-left:0 !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .margin-right-md-none{margin-right:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .margin-bottom-md-none {
            margin-bottom: 0 !important;
        }
        .ax-container:not(.size-xs):not(.size-xxs) .btn-block-md{display: block; width: 100%}
}

@media all and (min-width: 1200px) {
	.ax-container:not(.size-xs):not(.size-xxs) .pull-lg-left{float:left !important;}
	.ax-container:not(.size-xs):not(.size-xxs) .pull-lg-right{float:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-lg-left {text-align:left !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .text-lg-center{text-align:center !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-lg-right {text-align:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .padding-left-lg-none{padding-left:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .padding-right-lg-none{padding-right:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .margin-left-lg-none{margin-left:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .margin-right-lg-none{margin-right:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .btn-block-lg{display: block; width: 100%}
    .ax-container:not(.size-xs):not(.size-xxs) .margin-bottom-lg-none {
        margin-bottom: 0 !important;
    }
}


@media all and (min-width: 1400px) {
    .ax-container:not(.size-xs):not(.size-xxs) .pull-xl-left{float:left !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .pull-xl-right{float:right !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .text-xl-left {text-align:left !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .text-xl-center{text-align:center !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .text-xl-right {text-align:right !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .padding-left-xl-none{padding-left:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .padding-right-xl-none{padding-right:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .margin-left-xl-none{margin-left:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .margin-right-xl-none{margin-right:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .btn-block-xl{display: block; width: 100%}
}

.container-fluid {
/*  padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}
.row {
 /* margin-right: -15px;
	margin-left: -15px;*/
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1,
.col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2,
.col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3,
.col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4,
.col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5,
.col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6,
.col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7,
.col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8,
.col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9,
.col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10,
.col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11,
.col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	position: relative;
	min-height: 1px;
/*  padding-right: 15px;
	padding-left: 15px;*/
}
@media (max-width: 430px) {
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
}
.col-xxs-12 {
    width: 100% !important;
}
.col-xxs-11 {
    width: 91.66666667%;
}
.col-xxs-10 {
    width: 83.33333333%;
}
.col-xxs-9 {
    width: 75%;
}
.col-xxs-8 {
    width: 66.66666667%;
}
.col-xxs-7 {
    width: 58.33333333%;
}
.col-xxs-6 {
    width: 50%;
}
.col-xxs-5 {
    width: 41.66666667%;
}
.col-xxs-4 {
    width: 33.33333333%;
}
.col-xxs-3 {
    width: 25%;
}
.col-xxs-2 {
    width: 16.66666667%;
}
.col-xxs-1 {
    width: 8.33333333%;
}
.col-xxs-pull-12 {
    right: 100%;
}
.col-xxs-pull-11 {
    right: 91.66666667%;
}
.col-xxs-pull-10 {
    right: 83.33333333%;
}
.col-xxs-pull-9 {
    right: 75%;
}
.col-xxs-pull-8 {
    right: 66.66666667%;
}
.col-xxs-pull-7 {
    right: 58.33333333%;
}
.col-xxs-pull-6 {
    right: 50%;
}
.col-xxs-pull-5 {
    right: 41.66666667%;
}
.col-xxs-pull-4 {
    right: 33.33333333%;
}
.col-xxs-pull-3 {
    right: 25%;
}
.col-xxs-pull-2 {
    right: 16.66666667%;
}
.col-xxs-pull-1 {
    right: 8.33333333%;
}
.col-xxs-pull-0 {
    right: 0;
}
.col-xxs-push-12 {
    left: 100%;
}
.col-xxs-push-11 {
    left: 91.66666667%;
}
.col-xxs-push-10 {
    left: 83.33333333%;
}
.col-xxs-push-9 {
    left: 75%;
}
.col-xxs-push-8 {
    left: 66.66666667%;
}
.col-xxs-push-7 {
    left: 58.33333333%;
}
.col-xxs-push-6 {
    left: 50%;
}
.col-xxs-push-5 {
    left: 41.66666667%;
}
.col-xxs-push-4 {
    left: 33.33333333%;
}
.col-xxs-push-3 {
    left: 25%;
}
.col-xxs-push-2 {
    left: 16.66666667%;
}
.col-xxs-push-1 {
    left: 8.33333333%;
}
.col-xxs-push-0 {
    left: 0;
}
.col-xxs-offset-12 {
    margin-left: 100%;
}
.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
    margin-left: 75%;
}
.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
    margin-left: 50%;
}
.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
    margin-left: 25%;
}
.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
    margin-left: 0;
}
}
@media (min-width: 431px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: 0;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: 0;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1400px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100% !important;
    }
    .col-xl-11 {
        width: 91.66666667% !important;
    }
    .col-xl-10 {
        width: 83.33333333% !important;
    }
    .col-xl-9 {
        width: 75% !important;
    }
    .col-xl-8 {
        width: 66.66666667% !important;
    }
    .col-xl-7 {
        width: 58.33333333% !important;
    }
    .col-xl-6 {
        width: 50% !important;
    }
    .col-xl-5 {
        width: 41.66666667% !important;
    }
    .col-xl-4 {
        width: 33.33333333% !important;
    }
    .col-xl-3 {
        width: 25% !important;
    }
    .col-xl-2 {
        width: 16.66666667% !important;
    }
    .col-xl-1 {
        width: 8.33333333% !important;
    }
    .col-xl-pull-12 {
        right: 100% !important;
    }
    .col-xl-pull-11 {
        right: 91.66666667% !important;
    }
    .col-xl-pull-10 {
        right: 83.33333333% !important;
    }
    .col-xl-pull-9 {
        right: 75% !important;
    }
    .col-xl-pull-8 {
        right: 66.66666667% !important;
    }
    .col-xl-pull-7 {
        right: 58.33333333% !important;
    }
    .col-xl-pull-6 {
        right: 50% !important;
    }
    .col-xl-pull-5 {
        right: 41.66666667% !important;
    }
    .col-xl-pull-4 {
        right: 33.33333333% !important;
    }
    .col-xl-pull-3 {
        right: 25% !important;
    }
    .col-xl-pull-2 {
        right: 16.66666667% !important;
    }
    .col-xl-pull-1 {
        right: 8.33333333% !important;
    }
    .col-xl-pull-0 {
        right: 0 !important;
    }
    .col-xl-push-12 {
        left: 100% !important;
    }
    .col-xl-push-11 {
        left: 91.66666667% !important;
    }
    .col-xl-push-10 {
        left: 83.33333333% !important;
    }
    .col-xl-push-9 {
        left: 75% !important;
    }
    .col-xl-push-8 {
        left: 66.66666667% !important;
    }
    .col-xl-push-7 {
        left: 58.33333333% !important;
    }
    .col-xl-push-6 {
        left: 50% !important;
    }
    .col-xl-push-5 {
        left: 41.66666667% !important;
    }
    .col-xl-push-4 {
        left: 33.33333333% !important;
    }
    .col-xl-push-3 {
        left: 25% !important;
    }
    .col-xl-push-2 {
        left: 16.66666667% !important;
    }
    .col-xl-push-1 {
        left: 8.33333333% !important;
    }
    .col-xl-push-0 {
        left: 0 !important;
    }
    .col-xl-offset-12 {
        margin-left: 100% !important;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667% !important;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333% !important;
    }
    .col-xl-offset-9 {
        margin-left: 75% !important;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667% !important;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333% !important;
    }
    .col-xl-offset-6 {
        margin-left: 50% !important;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667% !important;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333% !important;
    }
    .col-xl-offset-3 {
        margin-left: 25% !important;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667% !important;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333% !important;
    }
    .col-xl-offset-0 {
        margin-left: 0 !important;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}

.display-none {
    display: none;
}

.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden,
.mobile .hidden-mobile,
body:not(.mobile) .hidden-desktop {
	display: none !important;
	visibility: hidden !important;
}

.mobile .visible-mobile {
    display: block !important;
    visibility: visible !important;
}

.affix {
	position: fixed;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

@media (max-width: 430px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
    .margin-bottom-sm-none {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1400px) {
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
}

@media (max-width: 430px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1400px) {
    .hidden-xl {
        display: none !important;
    }
}

.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

.panel.panel-transparent {
	background: transparent;
	border: none;
    box-shadow: none;
}

.panel.panel-transparent table,
.panel.panel-transparent .table-striped > tbody > tr:nth-of-type(odd),
.panel.panel-transparent .thumbnail,
.panel.panel-transparent .panel-footer,
.panel.panel-transparent .panel-heading.btn,
.panel-transparent .thumbnail .panel{
    background: transparent;
}
/* make sure header contents will not underlay the other widgets (in body or footer) */
body:not(.map) header .ax-container {
	/*z-index: 300;*/
}
.no-margin {
	margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-padding{
	padding: 0 !important;
}

/* CUISTOM CHECKBOX */
.customCheckboxPlain label{
	position: relative;
	cursor: pointer;
}
.customCheckboxPlain input[type="checkbox"] {
	display:none;
}
.customCheckboxPlain label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #222222;
	border-radius: 2px;
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.42);*/
}
.customCheckboxPlain input[type=checkbox]:checked + label:before {
	content: "\f00c";
	color: #222222;
	text-align: center;
	line-height: 13px;
	font-family: FontAwesome;
	background: #ffffff;
}

/* CUISTOM CHECKBOX PLACED ON THE IMAGES */
.customCheckbox label{
	position: relative;
	cursor: pointer;
}
.customCheckbox input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}
.customCheckbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 8px;
	top: 8px;
	border: 3px solid #FFFFFF;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.42);
    z-index: 1;
    font-size: 12px;
}
.customCheckbox input[type=checkbox]:checked + label:before {
	content: "\f00c";
	color: #222222;
	text-align: center;
	line-height: 13px;
	font-family: FontAwesome;
	background: #ffffff;
}
@media (max-width: 767px) {
	.btn-full-in-xs{
		width: 100%;
		margin-top: 3px !important;
	}
}
@media (max-width: 430px) {
	.btn-full-in-xxs{
		width: 100%;
		margin-top: 3px !important;
	}
    .btn-half-in-xxs{
        width: 49%;
    }
}

.no-top-padding{
	padding-top: 0px !important;
}
@media (max-width: 768px){
	.no-top-padding {
		padding-top: 7px !important;
	}
}
@media (max-width: 992px){
	.no-top-padding {
		padding-top: 7px !important;
	}
	.no-margin-sm {
		margin: 0 !important;
	}
}
.no-border-radius .list-group-item:first-child, .no-border-radius .list-group-item:last-child {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
@media (max-width: 768px){
	.no-padding-xs{
		padding: 0 !important;
	}
}
.no-padding-right{
	padding-right: 0 !important;
}
@media (min-width: 1200px){
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-left-lg{
        padding-left: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-right-lg{
        padding-right: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-top-lg{
        padding-top: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-lg{
        padding: 0 !important;
    }

    .ax-container:not(.size-xs):not(.size-xxs) .no-margin-top-lg {
        margin-top: 0 !important;
    }
}
@media (max-width: 1999px) and (min-width: 992px){
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-left-md{
        padding-left: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-right-md{
        padding-right: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-top-md{
        padding-top: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-md{
        padding: 0 !important;
    }

    .ax-container:not(.size-xs):not(.size-xxs) .no-margin-top-md {
        margin-top: 0 !important;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .no-padding-left-sm{
        padding-left: 0 !important;
    }
    .no-padding-right-sm{
        padding-right: 0 !important;
    }
    .no-padding-top-sm{
        padding-top: 0 !important;
    }
    .no-padding-sm{
        padding: 0 !important;
    }
    .no-margin-top-sm{
        margin-top: 0 !important;
    }
    .half-width-sm{
        width: 49% !important;
    }
}
@media (max-width: 768px){
    .no-padding-left-xs{
        padding-left: 0 !important;
    }
    .no-padding-right-xs{
        padding-right: 0 !important;
    }
    .no-padding-top-xs{
        padding-top: 0 !important;
    }
    .no-margin-xs{
        margin: 0 !important;
    }
    .half-width-xs{
        width: 49%;
    }
    .no-padding-xs{
        padding: 0;
    }
}

.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}

.hr-smaller-margin{
    margin: 5px 0;
}
.no-border-radius{
    border-radius: 0 !important;
}

.border-dotted{
    border-bottom-style: dotted !important;
}

/* ------- CAPCHA RESPONSIVE STANDART -------- */

@media (min-width: 430px){
    .capchaImgWrap{
        min-height: 70px !important;
    }
    .capchaInputWrap{
        min-height: 70px !important;
    }
    .capchaInputWrap .form-group{
        position: absolute;
        bottom: 0;
    }
    .thin .capchaInputWrap .form-group{
        position: relative;
    }
    .capchaImgWrap img{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .thin .capchaImgWrap img{
        position: absolute;
        bottom: 0;
        right: inherit;
        left: 15px;
    }
    .capchaB .thumbnail, .capchaB .form-group{
        margin-bottom: 15px !important;
    }
    .capchaB .thumbnail{
        padding: 0 !important;
    }
}

.transformArrowWrap [aria-expanded="true"] .transformArrow{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.transformArrowWrap a .transformArrow{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
textarea{
    resize: vertical;
}


.cursor-default {
    cursor: default !important;
}
a:focus,button:focus,.btn:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
}
.recaptcha_div_wrapper input.error{
    border: 1px solid #AE1500 !important;
}
.recaptcha_div_wrapper input.error::-webkit-input-placeholder{
    color: #AE1500 !important;
}
.recaptcha_div_wrapper input.error::-moz-placeholder{
    color: #AE1500 !important;
}
.recaptcha_div_wrapper input.error:-moz-placeholder{
    color: #AE1500 !important;
}
.recaptcha_div_wrapper input.error:-ms-input-placeholder{
    color: #AE1500 !important;
}

/* ------- CAPCHA V2 -------- */
.recaptcha_v2_div_wrapper {
    width: 320px;
    margin: 5px auto;
}
.recaptcha-v2-container{
    min-height: 88px;
}
.v2-compact .recaptcha-v2-container{
    min-height: 144px;
}
@media (max-width: 430px) {
    .recaptcha-v2-container {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
    }
    .recaptcha_v2_div_wrapper {
        width: 260px;
    }
    .capcha-small .recaptcha-v2-container {
        transform: scale(0.72);
        -webkit-transform: scale(0.72);
    }
    .capcha-small .recaptcha_v2_div_wrapper {
        width: 236px;
    }
    .capcha-small .motion-captcha{
        padding: 0;
    }
}
.ax-container.size-xs .recaptcha-v2-container,
.ax-container.size-xxs .recaptcha-v2-container{
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.ax-container.size-xs .recaptcha_v2_div_wrapper,
.ax-container.size-xxs .recaptcha_v2_div_wrapper {
    width: 230px;
}
.ax-container.size-xs .motion-captcha,
.ax-container.size-xxs .motion-captcha{
    padding: 0;
}

.modal .content {
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/container/responsive.css */
body {
    overflow-x: hidden;
}

.modul-r-container.container-full-width {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
}

.container-fluid .modul-r-container.container-full-width {
    padding: 0 calc((100vw - 100%) / 2);
}

/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/shared/v-tooltip.css */
/* ----------------tooltip----------------- */

.tooltip.vue-tooltip-theme,
.tooltip.vt {
  display: block !important;
  z-index: 10000;
  opacity: 1;
}

.tooltip.vue-tooltip-theme .tooltip-inner {
  background: #333333;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip.vt .tooltip-inner {
  /*border-radius: 16px;*/
  padding: 5px 10px 4px;
  /*background: red;*/
}

.tooltip.vue-tooltip-theme .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #333333;
}

.tooltip.vt .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip.vue-tooltip-theme[x-placement^="top"],
.tooltip.vt[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip.vue-tooltip-theme[x-placement^="top"] .tooltip-arrow,
.tooltip.vt[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip.vue-tooltip-theme[x-placement^="bottom"],
.tooltip.vt[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip.vue-tooltip-theme[x-placement^="bottom"] .tooltip-arrow,
.tooltip.vt[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip.vue-tooltip-theme[x-placement^="right"],
.tooltip.vt[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip.vue-tooltip-theme[x-placement^="right"] .tooltip-arrow,
.tooltip.vt[x-placement^="right"] .tooltip-arrow{
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.vue-tooltip-theme[x-placement^="left"],
.tooltip.vt[x-placement^="left"]{
  margin-right: 5px;
}

.tooltip.vue-tooltip-theme[x-placement^="left"] .tooltip-arrow,
.tooltip.vt[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.vue-tooltip-theme[aria-hidden='true'],
.tooltip.vt[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip.vue-tooltip-theme[aria-hidden='false'],
.tooltip.vt[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}



/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/js/vue/vehicle-notes/vehicle-notes.css */
.vehicle-notes-tooltip {
  color: black;
  text-align: left;
  font-weight: bold;
}

.vehicle-notes-tooltip textarea {
  resize: none;
  font-weight: normal;
  width: 100%;
}

.vehicle-notes-tooltip .vehicle-notes-btns {
  display: flex;
  margin-top: 15px;
}

.vehicle-notes-tooltip .vehicle-notes-btns div {
  padding: 5px;
  margin: 2px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.vehicle-notes-tooltip .vehicle-notes-btns .save-btn {
  background-color: #36d75b;
}

.vehicle-notes-tooltip .vehicle-notes-btns .cancel-btn {
  background-color: #801c13;
}

.vue-popover-theme.tooltip .tooltip-inner {
  background-color: #ffffff;
  border-radius: 5px;
}

.vue-popover-theme.tooltip .tooltip-arrow {
  border-color: #ffffff;
}

.tooltip.vue-popover-theme {
  display: block !important;
  z-index: 10000;
}

.tooltip.vue-popover-theme .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip.vue-popover-theme[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip.vue-popover-theme[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip.vue-popover-theme[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip.vue-popover-theme[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip.vue-popover-theme[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip.vue-popover-theme[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.vue-popover-theme[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip.vue-popover-theme[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.vue-popover-theme[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip.vue-popover-theme[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/vehicle_details/responsive.css */
@font-face {
  font-family: "demo_rr9";
  src:
    url("/css/exchange/components/ebrochure/font/negotiate.eot"),
    url("/css/exchange/components/ebrochure/font/negotiate.ttf");
}

@font-face {
  font-family: "demo_rr13";
  src: url("/css/exchange/components/ebrochure/font/ColabMed-webfont.eot");
  src:
    url("/css/exchange/components/ebrochure/font/ColabMed-webfont.eot?#iefix") format("embedded-opentype"),
    url("/css/exchange/components/ebrochure/font/ColabMed-webfont.svg#colaborate-mediumregular") format("svg"),
    url("/css/exchange/components/ebrochure/font/ColabMed-webfont.woff") format("woff"),
    url("/css/exchange/components/ebrochure/font/ColabMed-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VIR Icons";
  src: url("/fonts/vir/vir.eot");
  src:
    url("/fonts/vir/vir.eot?#iefix") format("embedded-opentype"),
    url("/fonts/vir/vir.woff") format("woff"),
    url("/fonts/vir/vir.ttf") format("truetype"),
    url("/fonts/vir/vir.svg#vir") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "demo_rr13";
    src: url("/css/exchange/components/ebrochure/font/ColabBol-webfont.svg#colaborate-boldregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "VIR Icons";
    src: url("/fonts/vir/vir.svg#vir") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.modul-r-details h2 {
  font-size: inherit;
  margin: auto;
}

.modul-r-details.layout-responsive_alternative .specification p {
  padding-bottom: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.modul-r-details .license-plate-box {
  background: #ffff00;
  color: #000000;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}

.mdet-table-over td {
  vertical-align: middle !important;
}

.mdet-disclimer-box img[alt="Disclaimer"] {
  max-width: 100%;
}

.mdet-option-keys {
  margin-top: 3px;
}

.lumen .mdet-option-keys:hover {
  margin-top: 4px;
}

.lumen .mdet-option-keys:active {
  margin-top: 5px;
}

.mdet-option-keys .btn:nth-child(even) {
  min-width: 82px;
}

.size-xxs .btn-toolbar .btn-group,
.size-xs .btn-toolbar .btn-group {
  float: none;
}

.mdet-icon {
  display: inline-block;
  vertical-align: top;
  width: 25px;
}

.mdet-icon:before {
  content: "";
  display: block;
  background: transparent url("/images/dws/components/svg_icon/flat_icons_details.svg") no-repeat;
  background-size: 90px auto;
  width: 18px;
  height: 18px;
}

.mdet-icon-approv:before {
  background-position: 0 0;
}

.mdet-icon-testdrive:before {
  background-position: -36px 0;
}

.mdet-icon-emfriend:before {
  background-position: -36px -36px;
}

.mdet-icon-contact:before {
  background-position: -54px 0;
}

.mdet-icon-livechat:before {
  background-position: -18px -18px;
}

.mdet-icon-offer:before {
  background-position: -54px -18px;
}

.mdet-icon-bidnow:before {
  background-position: -18px 0;
}

.mdet-icon-buynow:before {
  background-position: -18px -54px;
}

.mdet-icon-360:before {
  background-position: -72px 0;
}

.mdet-icon-audio:before {
  background-position: 0 -54px;
}

.mdet-icon-video:before {
  background-position: -36px -18px;
}

.mdet-icon-share:before {
  background-position: -72px -18px;
}

.mdet-icon-back:before {
  background-position: 0 -36px;
}

.mdet-icon-videostreaming:before {
  background-position: 0 -18px;
}

.mdet-icon-eprice:before {
  background-position: -54px -54px;
}

.mdet-icon-discount:before {
  background-position: -18px -36px;
}

.mdet-option-keys-box .vehicle-document .fa-file-pdf-o {
  font-size: 120%;
}

.option_listGroupBorder .grid-item {
  padding-bottom: 5px;
}

.option_listGroupBorder .grid-item .text-primary,
.option_listGroupBorder .grid-item .headerText {
  padding-left: 47px;
  padding-top: 10px;
}

.option_listGroupBorder .grid-item ul {
  padding-left: 60px;
  margin-top: 5px;
}

.option_listGroupBorder .grid-item .groupIcon {
  width: 40px;
  height: 40px;
  position: absolute;
}

.option_listGroupBorder .grid-item .groupIcon:before {
  /* content: ""; */
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-family: "VIR Icons", sans-serif;
  font-size: 31pt;
  line-height: 40px;
}

.option_listGroupBorder .opt_group_1 .groupIcon:before {
  content: "\e912";
}

.option_listGroupBorder .opt_group_2 .groupIcon:before {
  content: "\e917";
}

.option_listGroupBorder .opt_group_3 .groupIcon:before {
  content: "\e914";
}

.option_listGroupBorder .opt_group_4 .groupIcon:before {
  content: "\e918";
}

.option_listGroupBorder .opt_group_5 .groupIcon:before {
  content: "\e913";
}

.option_listGroupBorder .opt_group_6 .groupIcon:before {
  content: "\e915";
}

.option_listGroupBorder .opt_group_7 .groupIcon:before {
  content: "\e919";
}

.option_listGroupBorder .opt_group_8 .groupIcon:before {
  content: "\e91a";
}

.option_listGroupBorder .opt_group_9 .groupIcon:before {
  content: "\e916";
}

.option_listGroupBorder .opt_group_10 .groupIcon:before {
  content: "\e91a";
}

.option_listGroupBorder .opt_group_11 .groupIcon:before {
  content: "\e910";
}

.option_listGroupBorder .opt_group_12 .groupIcon:before {
  content: "\e91c";
}

.option_listGroupBorder .opt_group_13 .groupIcon:before {
  content: "\e91d";
}

.option_listGroupBorder .opt_group_14 .groupIcon:before {
  background-position: -160px -40px;
  content: "\e91b";
}

.modul-r-details hr {
  margin-top: 5px;
  margin-bottom: 0;
}

.modul-r-details .center-vertical {
  display: flex !important;
  align-items: center;
}

.modul-r-details .slick-slider {
  margin-bottom: 6px !important;
}

.modul-r-details .slider-for .slick-slide img {
  border: 1px solid black;
}

.modul-r-details .slick-slide img {
  border: 1px solid black;
  cursor: pointer;
}

.modul-r-details .slider-for .in-border {
  position: relative;
  width: 100%;
  background: black;
  overflow: hidden;
}

.modul-r-details .slider-nav .in-border {
  position: relative;
  width: 100%;
  background: black;
  overflow: hidden;
  vertical-align: top;
}

.modul-r-details .slider-for .vir360-img .in-border,
.modul-r-details .slider-nav .vir360-thumb .in-border {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modul-r-details .slider-nav .fusion-thumb img,
.modul-r-details .slider-nav img[src*="canned_images"],
.modul-r-details .slider-for img[src*="canned_images"] {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modul-r-details .slider-nav .fusion-thumb img {
  height: 100%;
}

.modul-r-details .slider-nav .fusion-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5) url("/images/dws/components/mh360.png") no-repeat center center;
  background-size: 98%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.modul-r-details .slider-nav .vir360-thumb .modul-r-vir360-player .threesixty-preview:before {
  background-size: 90%;
}

.modul-r-details .slider-top .fyu {
  background: black;
}

body .fy_cls {
  z-index: 102;
}

.modul-r-details .slick-prev:before,
.modul-r-details .slick-next:before {
  color: rgba(0, 0, 0, .75);
}

.modul-r-details .mdet-equ-tab tr td:nth-child(even) {
  padding-bottom: 10px;
}

.modul-r-details .panel-transparent .table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}

.modul-r-details .panel-transparent .panel-footer {
  background: transparent;
}

.modul-r-details .panel-heading .selectpicker-wrap {
  width: 100%;
  float: right;
}

.modul-r-details .panel-heading .selectpicker-wrap .dropdown-menu {
  left: auto;
  right: 0;
  max-width: 350px;
}

.modul-r-details .panel-heading .selectpicker-wrap .dropdown-menu .no-results {
  text-overflow: ellipsis;
  overflow: hidden;
}

.modul-r-details .panel-heading .selectpicker-wrap .prev-next-btn {
  font-size: 24px;
  font-weight: bolder;
}

.modul-r-details .panel-heading .selectpicker-wrap .prev-next-btn,
.modul-r-details .panel-heading .selectpicker-wrap .dropdown-toggle {
  line-height: 24px;
}

.modul-r-details .panel-heading .runlist-button {
  vertical-align: top;
  margin: 4px;
}

.modul-r-details .panel-heading .priceWrap > .btn,
.modul-r-details .panel-heading .priceWrap > .btn:hover,
.modul-r-details .panel-heading .priceWrap > .btn:active,
.modul-r-details .panel-heading .runlist-nav-wrap .btn.runlist-nav-label,
.modul-r-details .panel-heading .runlist-nav-wrap .btn.runlist-nav-label:hover,
.modul-r-details .panel-heading .runlist-nav-wrap .btn.runlist-nav-label:active {
  background: transparent;
  border: none;
  box-shadow: none;
  color: inherit;
  margin-top: inherit;
}

.modul-r-details .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 390px !important;
}

@media (max-width: 767px) {
  .modul-r-details .panel-heading .priceWrap {
    text-align: left !important;
  }

  .modul-r-details .panel-heading .col-sm-3 .selectpicker-wrap {
    width: 100%;
  }

  .modul-r-details .panel-heading .selectpicker-wrap .dropdown-menu {
    max-width: 250px;
  }
}

@media (max-width: 430px) {
  .modul-r-details .panel-heading .selectpicker-wrap {
    width: 100%;
  }
}

.modul-r-details .price-wrap > .h6 > .panel-title {
  font-size: inherit;
}

.modul-r-details .price-wrap > .h6 {
  color: inherit;
}

.modul-r-details .list-group-item {
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  border-style: dotted;
  padding-bottom: 4px;
  margin-bottom: 3px;
}

.modul-r-details .equipment-wrap > div {
  margin-bottom: 15px;
}

.modul-r-details .address-wrap {
  color: inherit;
}

.modul-r-details .equipment-wrap .list-group-item {
  padding: 4px 0;
  margin-bottom: 4px;
}

.modul-r-details .seller-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 60%;
}

.modul-r-details legend {
  padding-bottom: 5px;
}

.modul-r-details .transition {
  max-width: 66%;
}

.modul-r-details .slider-nav {
  width: 90%;
}

.modul-r-details .key-block .btn {
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .modul-r-details .equipment-wrap div .col-lg-4:nth-child(3n + 1) {
    clear: both;
  }

  .modul-r-details .body-style-specs,
  .modul-r-details .condition-specs {
    width: 66%;
  }

  .modul-r-details .engine-specs {
    width: 74%;
  }

  .modul-r-details .transmission-specs {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .popup-qr-code {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .modul-r-details .equipment-wrap div .col-lg-4:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .modul-r-details .slick-prev {
    left: -20px;
  }

  .modul-r-details .slick-next {
    right: -20px;
  }

  .modul-r-details .transition {
    max-width: 60%;
  }

  .modul-r-details .padding-md-left:not(.col-md-7) {
    padding-left: 15px !important;
  }

  .modul-r-details .body-style-specs,
  .modul-r-details .condition-specs {
    width: 58%;
  }

  .modul-r-details .engine-specs {
    width: 70%;
  }

  .modul-r-details .transmission-specs {
    width: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .modul-r-details .slider-nav {
    width: auto;
  }
}

@media (max-width: 767px) {
  .mdet-table-over tr:first-child td {
    border-top: none;
  }

  .modul-r-details .btn-group-sm.pull-lg-right.pull-md-right.pull-sm-right > a,
  .modul-r-details .btn-group-sm.pull-lg-right.pull-md-right.pull-sm-right > div {
    margin-top: 10px;
  }

  .modul-r-details .price-wrap {
    text-align: left;
    padding-top: 5px;
  }

  .modul-r-details .price-wrap div.h5 {
    display: inline-block;
  }

  .popup-qr-code {
    left: 13px;
  }

  .modul-r-details .slider-nav {
    width: auto;
  }

  .modul-r-details .transition {
    max-width: 55%;
  }
}

@media (max-width: 767px) and (min-width: 431px) {
  .no-padding-left-xs {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) and (min-width: 431px) {
  .modul-r-details .body-style-specs,
  .modul-r-details .condition-specs {
    width: 68%;
  }

  .modul-r-details .engine-specs {
    width: 76%;
  }

  .modul-r-details .transmission-specs {
    width: 62%;
  }
}

@media (max-width: 430px) {
  .no-padding-xxs {
    padding: 0 !important;
  }

  .modul-r-details .truncate-string {
    white-space: normal;
    overflow: visible;
  }

  .modul-r-details .body-style-specs,
  .modul-r-details .engine-specs,
  .modul-r-details .transmission-specs,
  .modul-r-details .condition-specs {
    width: auto;
  }
}

.make_offer_wrapper > .input-group {
}

.aucBase .make_offer_wrapper {
  width: 225px;
}

.make_offer_wrapper input[type="number"] {
  -moz-appearance: textfield;
}

.make_offer_wrapper input[type="number"]::-webkit-outer-spin-button,
.make_offer_wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 431px) {
  .make_offer_wrapper {
    /* max-width:205px; */
  }

  .modul-r-details .truncate-string {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Start ShareIt  */
#show_share_it .modal-body > div {
  display: block !important;
}

#show_share_it .modal-body a {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin: 4px;
}

.popup-qr-code {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 14;
  top: 100%;
  margin-top: 6px;
}

.modul-r-details .form-group .fa.fa-long-arrow-left,
.modul-r-details .form-group .fa.fa-long-arrow-right {
  font-size: 12px;
  bottom: 8px;
}

.modul-r-details .form-group .fa-long-arrow-right {
  right: 7px;
}

.modul-r-details .form-group .fa.fa-long-arrow-left {
  left: 5px;
}

.modul-r-details .visible-xxs.list-group-item {
  margin-bottom: 6px;
}

.size-xxs .modul-r-details .option_left_txt {
  display: block;
  height: auto;
  overflow: visible;
  text-align: left;
  width: auto;
  margin-left: 0;
}

.size-xxs .modul-r-details .options-t1 {
  display: block;
  height: auto;
  width: auto;
  padding: 15px 0 3px;
  text-align: left;
  text-rendering: geometricprecision;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.size-xxs .modul-r-details .mdet_separator.list-group-item {
  display: none;
}

.size-xxs .modul-r-details .margin-left {
  margin-left: 0;
}

.size-xxs .modul-r-details .cell_options {
  margin-right: 0;
  width: 70px;
}

.size-xxs .modul-r-details .options {
  width: 67px;
}

.no_back_link .mdet-frame-link {
  display: none;
}

.modul-r-details .modul-r-qrcode {
  margin-right: 15px;
}

body.mobile .btn-favorite {
  display: none;
}

.modul-r-details .price {
  margin-right: 8px;
}

.modul-r-details .price:last-child {
  margin-right: 0;
}

.modul-r-details .price {
  white-space: nowrap;
}

.lumen .modul-r-details .make_offer_wrapper .input-group-sm > .form-control,
.lumen .modul-r-details .make_offer_wrapper .input-group-sm > .input-group-addon,
.lumen .modul-r-details .make_offer_wrapper .input-group-sm > .input-group-btn > .btn,
.sandstone .modul-r-details .make_offer_wrapper .input-group-sm > .form-control,
.sandstone .modul-r-details .make_offer_wrapper .input-group-sm > .input-group-addon,
.sandstone .modul-r-details .make_offer_wrapper .input-group-sm > .input-group-btn > .btn {
  height: 32px;
}

.lumen .modul-r-details .make_offer_wrapper .input-group-sm > .input-group-btn > .btn:hover {
  height: 31px;
  border-left-width: 0;
}

.slate .modul-r-details .btn-warning,
.slate .modul-r-details .btn-warning:hover,
.slate .modul-r-details .btn-warning:focus,
.slate .modul-r-details .btn-warning.focus,
.slate .modul-r-details .btn-warning:active,
.slate .modul-r-details .btn-warning.active,
.slate .modul-r-details .open > .dropdown-toggle.btn-warning {
  border-color: #bc7005;
}

.slate .modul-r-details .btn-primary,
.slate .modul-r-details .btn-primary:hover,
.slate .modul-r-details .btn-primary:focus,
.slate .modul-r-details .btn-primary.focus,
.slate .modul-r-details .btn-primary:active,
.slate .modul-r-details .btn-primary.active,
.slate .modul-r-details .open > .dropdown-toggle.btn-primary {
  border-color: #5d6368;
}

.modul-r-details .badge.ext-color {
  border-style: solid;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 2px !important;
  vertical-align: top;
  border-radius: 8px;
  box-shadow: 0 0 3px gray;
}

/* PANEL BUTTON */
.modul-r-panel {
  position: fixed;
  z-index: 1040;
}

.modul-r-panel.panel-horizontal {
  left: 0;
  width: 100%;
  width: 100vw;
}

.modul-r-panel.panel-pull-top {
  bottom: 100%;
}

.modul-r-panel.panel-pull-bottom {
  top: 100%;
}

.modul-r-panel.panel-horizontal > div {
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 auto;
}

.modul-r-panel.open-panel.panel-pull-top > div {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.modul-r-panel.open-panel.panel-pull-bottom > div {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.modul-r-panel.panel-vertical {
  top: 0;
  height: 100%;
  display: table;
}

.modul-r-panel.panel-vertical .align-helper-wrap {
  display: table-cell;
  vertical-align: middle;
}

.modul-r-panel.panel-vertical .align-helper-wrap > .text-nowrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  min-width: 220px;
}

.lumen .modul-r-panel.panel-vertical .align-helper-wrap > .text-nowrap {
  min-width: 240px;
}

.readable .modul-r-panel.panel-vertical .align-helper-wrap > .text-nowrap {
  min-width: 230px;
}

.modul-r-panel.panel-pull-left {
  right: 100%;
}

.modul-r-panel.panel-pull-left.open-panel .align-helper-wrap > .text-nowrap {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.modul-r-panel.panel-pull-right {
  left: 100%;
}

.modul-r-panel.panel-pull-right.open-panel {
  left: 100vw;
}

.modul-r-panel.panel-pull-right.open-panel .align-helper-wrap > .text-nowrap {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.modul-r-panel.panel-horizontal .panel-row-buttons {
  padding: 5px 15px;
}

.modul-r-panel.panel-vertical .panel-row-buttons {
  padding: 2px 8px;
}

.modul-r-panel.panel-vertical .panel-row-buttons > div {
  display: block;
  padding: 5px;
}

.modul-r-panel.panel-vertical .panel-row-buttons > div .btn {
  text-align: left;
}

.modul-r-panel.panel-horizontal .panel-row-buttons > div {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}

.modul-r-panel .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.modul-r-panel.panel-pull-top .panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modul-r-panel.panel-pull-bottom .panel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modul-r-panel.panel-pull-left .panel {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.modul-r-panel.panel-pull-right .panel {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.modul-r-panel .trigger-panel {
  position: absolute;
}

.modul-r-panel .trigger-panel > div {
  opacity: .8;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  transform: translateZ(0);
}

.modul-r-panel .trigger-panel > div:hover,
.modul-r-panel .trigger-panel > div:active,
.modul-r-panel .trigger-panel > div:focus {
  opacity: 1;
  margin-top: 0;
}

.modul-r-panel.panel-vertical .trigger-panel > div {
  padding: 0 8px;
  height: 100%;
  position: relative;
}

.modul-r-panel.panel-vertical .trigger-panel > div:before {
  content: "";
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.modul-r-panel.panel-vertical .trigger-panel > div .fa {
  vertical-align: middle;
  margin-top: -1px;
}

.modul-r-panel.panel-vertical .buttons-count-1 .trigger-panel {
  height: 42px;
}

.modul-r-panel .trigger-panel > div.if-open,
.modul-r-panel.open-panel .trigger-panel > div.if-close {
  display: none;
}

.modul-r-panel.open-panel .trigger-panel > div.if-open,
.modul-r-panel .trigger-panel > div.if-close {
  display: block;
}

.modul-r-panel.panel-horizontal .trigger-panel {
  left: 0;
  right: 0;
  width: 68px;
  margin: auto;
}

.modul-r-panel.panel-horizontal .tooltip {
  text-align: center;
}

.modul-r-panel.panel-horizontal .tooltip-inner {
  float: none;
  display: inline-block;
  white-space: normal;
}

.modul-r-panel.panel-vertical .trigger-panel {
  top: 0;
  bottom: 0;
  height: 57px;
  margin: auto;
}

.modul-r-panel.panel-pull-top .trigger-panel {
  top: 100%;
}

.modul-r-panel.panel-pull-bottom .trigger-panel {
  bottom: 100%;
}

.modul-r-panel.panel-pull-left .trigger-panel {
  left: 100%;
}

.modul-r-panel.panel-pull-right .trigger-panel {
  right: 100%;
}

.modul-r-panel.panel-pull-top .trigger-panel > div {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modul-r-panel.panel-pull-bottom .trigger-panel > div {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modul-r-panel.panel-pull-left .trigger-panel > div {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.modul-r-panel.panel-pull-right .trigger-panel > div {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.modul-r-panel .tooltip {
  width: 200px;
}

.modul-r-panel.panel-pull-left .tooltip-inner {
  float: left;
}

.modul-r-panel.panel-pull-right .tooltip-inner {
  float: right;
}

.modul-r-details .watch-saved,
.modul-r-details .watch-remove,
.modul-r-details .watch-saved:hover,
.modul-r-details .watch-remove:hover,
.modul-r-details .watch-saved:focus,
.modul-r-details .watch-remove:focus {
  border: 1px solid #0d5db8;
  background: #e1edff;
  color: #0d5db8;
}

.modul-r-details .vehicle-note-btn-wrapper {
  background: transparent;
  border: 1px solid #0d5db8;
}

.modul-r-details .vehicle-note-btn-wrapper .note-btn-text {
  margin-left: 5px;
  color: #0d5db8;
}

.modul-r-details .vehicle-note-btn-wrapper.has-note {
  background-color: #63ad5c;
  border-color: #63ad5c;
  color: #ffffff;
}

.modul-r-details .vehicle-note-btn-wrapper.has-note .note-btn-text {
  color: #ffffff;
}

.modul-r-details .watch-saved .fa-star,
.modul-r-details .watch-remove .fa-star-o {
  display: none;
}

.modul-r-details .watch-remove .fa-star {
  color: green;
}

.modul-r-details .collapse-icon,
.modul-r-details .collapse-icon:hover,
.modul-r-details .collapse-icon:focus {
  text-decoration: none;
}

.modul-r-details .collapse-icon[aria-expanded="true"] .glyphicon-chevron-down {
  display: none;
}

.modul-r-details .collapse-icon[aria-expanded="false"] .glyphicon-chevron-up {
  display: none;
}

.modul-r-details .btn-back {
  vertical-align: top;
}

@media (min-width: 768px) {
  .modul-r-panel.panel-horizontal > div {
    max-width: 750px;
  }

  .modul-r-panel.panel-vertical .panel-row-buttons {
    max-height: 100vh;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .modul-r-panel.panel-horizontal > div {
    max-width: 970px;
  }
}

@media (max-width: 767px) {
  .modul-r-panel .panel-heading {
    height: 42px; /* debug */
  }

  .modul-r-panel.panel-horizontal {
    width: 100%;
  }

  .modul-r-panel.panel-vertical .panel {
    max-height: 100vh;
  }

  .modul-r-panel.panel-vertical .panel-body {
    height: 100vh;
    margin-top: -42px;
    padding-top: 42px !important;
  }

  .modul-r-panel.panel-vertical .panel-row-buttons {
    overflow-y: auto;
    max-height: 100%;
  }

  .modul-r-panel .panel-row-buttons > div .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .modul-r-panel.panel-horizontal .panel-row-buttons {
    white-space: normal;
  }

  .modul-r-panel.panel-horizontal .panel-row-buttons > div {
    padding: 5px;
    width: 45%;
  }

  .modul-r-panel.panel-vertical .align-helper-wrap > .text-nowrap {
    width: 240px;
  }

  .modul-r-panel.panel-horizontal > div {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .modul-r-panel .panel {
    height: 100vh;
    width: 100vw;
  }

  .modul-r-panel.panel-horizontal > div {
    max-width: 100%;
  }

  .modul-r-panel.panel-horizontal .panel-row-buttons > div {
    display: block;
    width: auto;
  }

  .modul-r-panel.panel-horizontal .panel-row-buttons > div .btn {
    text-align: left;
  }

  .modul-r-panel.panel-horizontal .panel-body {
    height: 100%;
    margin-top: -42px;
    padding-top: 42px !important;
  }

  .modul-r-panel.panel-horizontal .panel-row-buttons {
    overflow-y: auto;
    max-height: 100%;
  }
}

.superhero .modul-r-panel .panel {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.cyborg .modul-r-panel .panel {
  box-shadow: 0 0 2px rgba(255, 255, 255, .4);
}

/* DEALER RIBBON */
.modul-r-details .dealer-ribbon {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 9px;
  margin: 15px 0;
  z-index: 1;
}

.modul-r-details .dealer-ribbon > .label:last-child:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -1px;
  top: 100%;
  margin-top: 1px;
  border-top: 8px solid #555555;
  border-left: 6px solid transparent;
}

.modul-r-details .dealer-ribbon > .label {
  border-radius: 0;
  position: absolute;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.modul-r-details .dealer-ribbon > .label:first-child {
  border: 1px solid transparent;
  top: 4px;
  left: 4px;
}

.modul-r-details .dealer-ribbon > .label:last-child {
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2);
}

.superhero .modul-r-details .dealer-ribbon > .label:last-child:after {
  border-top-color: #2b3e50;
}

.modul-r-details .slider-nav,
.modul-r-details .slider-top {
  display: none;
}

.modul-r-details .slider-nav.slick-initialized,
.modul-r-details .slider-top.slick-initialized {
  display: block;
}

.modul-r-details .flag-box {
  display: inline-block;
  min-height: 1em;
  margin: 4px 0;
  line-height: 28px;
}

.modul-r-details .flag-box > .label {
  vertical-align: middle;
}

.modul-r-details .announcements-block,
.modul-r-details .specification .flag-wrapper {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.modul-r-details .announcements-block p:first-child,
.modul-r-details .flag-wrapper > span {
  margin-right: 15px;
}

.modul-r-details .announcements-text {
  text-align: left;
  text-transform: uppercase;
}

.modul-r-details .flag-wrapper .btn {
  cursor: default;
  margin-bottom: 4px;
  margin-right: 6px;
  text-transform: uppercase;
}

.modul-r-details .cr-flags-small {
  font-size: 1px;
}

.modul-r-details .cr-flags-small .label {
  display: inline-block;
  font-size: 1px;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  text-transform: uppercase;
  margin: 4px;
}

.modul-r-details .vir-enabled .label {
  vertical-align: middle;
}

.modul-r-details .vir-enabled .vir-btn {
  margin-left: 10px;
}

.modul-r-details .cr-flags .btn:not(.active),
.modul-r-details .flag-wrapper .btn:not(.active) {
  background: none;
  border-color: gray;
  color: inherit;
  opacity: .3;
}

.modul-r-details .prev-next-box .fa-arrow-left {
  margin-right: 5px;
}

.modul-r-details .prev-next-box .fa-arrow-right {
  margin-left: 5px;
}

.modul-r-details .next-vehicle.invisible {
  display: inline-block;
}

.modul-r-details .logistics {
  margin-top: 10px;
}

.modul-r-details .logistics .logistics-logo {
  padding: 3px;
  border-radius: 2px;
  background-color: #ffffff;
}

.modul-r-details .specifications .bar-code {
  position: relative;
}

.modul-r-details .specifications .bar-code > .barcode-wrap {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modul-r-details .specifications .bar-code svg {
  max-width: 100%;
  position: relative;
  top: -.68em;
  z-index: 10;
}

.modul-r-details.mobile-layout .specifications .bar-code svg {
  top: -.2em;
}

.modul-r-details .shipping-wrapper .shipping-box .change-delivery-setting {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .modul-r-details .specifications .useBarcode {
    padding-left: 6px;
  }
}

@media (max-width: 767px) {
  .modul-r-details.mobile-layout .specifications .bar-code {
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .modul-r-details.mobile-layout .specifications .bar-code > .barcode-wrap {
    top: 4px;
  }
}

@media (min-width: 431px) {
  .modul-r-details .next-vehicle.invisible {
    display: none;
  }
}

.modul-r-details .panel-heading .adapt-for-nama-grade {
  width: calc(100% - 20px);
}

.modul-r-details #specification-uk .preloader,
.modul-r-details #specification .preloader {
  width: auto;
  height: 200px;
  background: transparent url("/images/wait4.gif") no-repeat center center;
}

.modul-r-details .specification {
  --base-white: #ffffff;
  --base-gray: #868585;
  --base-black: #18191c;
  --base-yellow: #ffc107;
  --base-red: #dc3545;
  --base-green: #198754;
  --base-blue: #064065;
}

.modul-r-details .specification .qr-caps-wrapper {
  display: flex;
}

.modul-r-details .specification .caps-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .2em .8em;
  height: auto;
  width: 100%;
  margin-left: 2em;
}

.modul-r-details .specification .caps-wrapper .vehicle-cap {
  text-align: center;
  padding: 0;
}

.modul-r-details .specification .vehicle-cap .cap-label,
.modul-r-details .specification .vehicle-cap .cap-value {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modul-r-details .specification .vehicle-cap .cap-value {
  background: var(--base-gray);
  color: var(--base-white);
  border-radius: 5px;
  margin-top: .2em;
  height: 1.8em;
}

.modul-r-details .specification .vehicle-cap.cap-id .cap-value {
  background: var(--base-blue);
}

.modul-r-details .specification .vehicle-cap.cap-c .cap-value {
  background: var(--base-green);
}

.modul-r-details .specification .vehicle-cap.cap-a .cap-value {
  background: var(--base-yellow);
  color: var(--base-black);
}

.modul-r-details .specification .vehicle-cap.cap-b .cap-value {
  background: var(--base-red);
}

.modul-r-details .specification .service-history {
  width: calc(100% - 110px);
}

/* Service record component */
.modul-r-details .specification .service-record-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-transform: initial;
  border-block: initial;
}

.modul-r-details .specification .service-record-content {
  display: inline-block;
  box-sizing: content-box;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.modul-r-details .specification .grid-field {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 34px;
  align-items: center;
}

.modul-r-details .specification .grid-field.announcement {
  padding-bottom: 8px !important;
}

.modul-r-details .grid-field .truncate-string {
  padding-left: 10px;
}

.modul-r-details .specification .barcode-box {
  height: 34px;
  overflow-y: hidden;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
}

.modul-r-details .specification .barcode-box > svg {
  display: block;
  position: relative;
  top: -9px;
  margin: auto;
}

.modul-r-details .specification .preload {
  height: 100%;
  background: transparent url("/images/wait4.gif") no-repeat center center;
}

.modul-r-details .specification .flag-wrapper {
  display: block;
}

.modul-r-details .specification .flag-wrapper .grid-field {
  display: grid;
  grid-template-columns: minmax(80px, 80px) auto;
  grid-template-rows: minmax(34px, 1fr);
  align-items: center;
  margin-bottom: 15px;
}

.modul-r-details .specification .flag-wrapper .grid-field.announcement {
  grid-template-columns: minmax(120px, 120px) auto;
}

.modul-r-details.layout-responsive_alternative .specification .grid-field {
  grid-template-rows: 30px;
}

.modul-r-details.layout-responsive_alternative .specification .flag-wrapper .grid-field {
  grid-template-rows: minmax(30px, 1fr);
  margin-bottom: 5px;
}

.modul-r-details.layout-responsive_alternative .specification .barcode-box {
  height: 30px;
}

.modul-r-details.layout-responsive_alternative .specification .barcode-box > svg {
  top: -12px;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/jquery.jgrowl.css */

div.jGrowl {
  padding: 10px;
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
  position: absolute;
}

div.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.top-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.bottom-right {
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.bottom-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.center {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
  width: 100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
  position: fixed;
}

body > div.jGrowl.top-left {
  left: 0;
  top: 0;
}

body > div.jGrowl.top-right {
  right: 0;
  top: 0;
}

body > div.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}

body > div.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}

body > div.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%;
}

body > .jGrowl.bottom-center {
  bottom: 0;
  width: 50%;
  left: 25%;
}

@media all and (max-width: 440px) {
  body > .jGrowl.bottom-center {
    width: 100%;
    left: 0;
  }
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification,
div.center div.jGrowl-closer,
.bottom-center .jGrowl-notification,
div.bottom-center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: #000000;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:dximagetransform.microsoft.alpha(Opacity=85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

div.jGrowl div.jGrowl-notification {
  min-height: 40px;
  border: 1px solid transparent;
}

div.jGrowl div.jGrowl-notification div.jq-growl-header,
.jGrowl .jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.close,
.jGrowl .jGrowl-notification .jGrowl-close {
  padding: 0;
  background: transparent;
  border: none;
  line-height: 14px;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  opacity: .2;
}

.jGrowl .jGrowl-notification .close:hover,
.jGrowl .jGrowl-notification .jGrowl-close:hover {
  opacity: .5;
}

div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none;
  }
}

.jgrowl_default_alert {
  background-image: none;
  border-color: #96c8f7;
}

.jgrowl_default_alert .jq-growl-header,
.jgrowl_default_alert .jGrowl-header,
.jgrowl_default_alert .message,
.jgrowl_default_alert .jGrowl-message,
.jgrowl_default_alert .close,
.jgrowl_default_alert .jGrowl-close {
  color: #96c8f7;
  font-size: large;
}

.jgrowl_warning_alert {
  background-image: none;
  border-color: #b8e834;
}

.jgrowl_warning_alert .jq-growl-header,
.jgrowl_warning_alert .jGrowl-header,
.jgrowl_warning_alert .message,
.jgrowl_warning_alert .jGrowl-message,
.jgrowl_warning_alert .close,
.jgrowl_warning_alert .jGrowl-close {
  color: #b8e834;
  font-size: large;
}

.jgrowl_error_alert {
  background-image: none;
  border-color: #ee0000;
}

.jgrowl_error_alert .jq-growl-header,
.jgrowl_error_alert .jGrowl-header,
.jgrowl_error_alert .message,
.jgrowl_error_alert .jGrowl-message,
.jgrowl_error_alert .close,
.jgrowl_error_alert .jGrowl-close {
  color: #ee0000;
  font-size: x-large;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/js/dws/carousel/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

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

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.slick-slide:focus{
    box-shadow: none;
    outline: none;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/js/dws/carousel/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/js/dws/carousel/fonts/slick.eot');
    src: url('/js/dws/carousel/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/js/dws/carousel/fonts/slick.woff') format('woff'), url('/js/dws/carousel/fonts/slick.ttf') format('truetype'), url('/js/dws/carousel/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/shared/magnific-popup.css */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* ------------------ Magnific Popup CSS --------------------- */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    font-size: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msie9 .mfp-arrow {
    background: black;
}

button.mfp-arrow .fa {
    color: white;
    text-shadow: 0px 0px 4px black;
    pointer-events: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.75;
    filter: alpha(opacity=75);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/shared/simulcast-flags.css */
.flag-wrapper .green-light {
  border-color: #398439;
  color: #ffffff;
}

.flag-wrapper .green-light.active {
  background: #1caa00;
}

.flag-wrapper.flat-lights .green-light {
  border-color: #1caa00;
}

.flag-wrapper.gradient .green-light.active {
  background: linear-gradient(to bottom, #1caa00 20%, #528037 100%);
}

.flag-wrapper .yellow-light {
  border-color: #d19c00;
  color: #ffffff;
}

.flag-wrapper .yellow-light.active {
  background: #ecbd15;
}

.flag-wrapper.flat-lights .yellow-light {
  border-color: #ecbd15;
}

.flag-wrapper.gradient .yellow-light.active {
  background: linear-gradient(to bottom, #ecbd15 20%, #c4a100 100%);
  color: #333333;
}

.flag-wrapper .red-light {
  border-color: #ac2925;
  color: #ffffff;
}

.flag-wrapper .red-light.active {
  background: #d20e00;
}

.flag-wrapper.flat-lights .red-light {
  border-color: #d20e00;
}

.flag-wrapper.gradient .red-light.active {
  background: linear-gradient(to bottom, #d20e00 20%, #a50000 100%);
}

.flag-wrapper .blue-light {
  border-color: #204d74;
  color: #ffffff;
}

.flag-wrapper .blue-light.active {
  background: #097abc;
}

.flag-wrapper.flat-lights .blue-light {
  border-color: #097abc;
}

.flag-wrapper.gradient .blue-light.active {
  background: linear-gradient(to bottom, #097abc 20%, #0077c0 100%);
}

.flag-wrapper .white-light {
  border-color: #b2b2b2;
  color: #333333;
}

.flag-wrapper.flat-lights .white-light.active {
  background: #c4c4c4;
}

.flag-wrapper .white-light.active {
  background: #e6e6e6;
}

.flag-wrapper.flat-lights .white-light {
  border-color: #c4c4c4;
}

.flag-wrapper.gradient .white-light.active {
  background: linear-gradient(to bottom, #e6e6e6 20%, #b7b7b7 100%);
  color: #444444;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/bootstrap-select/bootstrap-select.min.css */
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}

/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/vehicle_video_multiple/responsive.css */
.modul-r-vehicle_video_multiple .slick-prev:before, .modul-r-vehicle_video_multiple .slick-next:before {
	color: black !important;
}
.modul-r-vehicle_video_multiple .slick-next {
	right: 0 !important;
}
.modul-r-vehicle_video_multiple .slick-prev {
	left: 0 !important;
}
.modul-r-vehicle_video_multiple .videoPreview .videoItem{
    float:left;
    position: relative;
    /*margin: 0 5px 10px;*/
}
.modul-r-vehicle_video_multiple .videoPreview img {
	display: block;
	margin: auto;
    cursor: pointer;
}
/*.modul-r-vehicle_video_multiple .videoPreview img.active {*/
    /*border: 3px solid rgb(0, 134, 255);*/
    /*border-radius: 5px;*/
/*}*/
.modul-r-vehicle_video_multiple .slick-prev:before, .modul-r-vehicle_video_multiple .slick-next:before {
    font-size: 30px !important;
    line-height: 34px;
}
.modul-r-vehicle_video_multiple .slick-prev, .modul-r-vehicle_video_multiple .slick-next {
	height: 30px !important;
	width: 30px !important;
    top:45% !important;
    z-index: 5;
}

@media (max-width: 768px) {
    .modul-r-vehicle_video_multiple .slick-slider {
        margin-bottom: 15px !important;
    }
}

.modul-r-vehicle_video_multiple .videoPreview {
    cursor: pointer;
}
.modul-r-vehicle_video_multiple span.cover {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.modul-r-vehicle_video_multiple span.activeElemCover {
    background-color: rgba(77,144,254,0.38);
}
.modul-r-vehicle_video_multiple .cover:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 26px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.73);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.modul-r-vehicle_video_multiple .cover.activeElemCover:before {
    background: rgba(0, 0, 0, 0.55);
}
.modul-r-vehicle_video_multiple .cover:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-45%,-50%);
}
.modul-r-vehicle_video_multiple .cover.activeElemCover:after {
    border-left: 10px solid rgba(255, 255, 255, 0.5);
}
.modul-r-vehicle_video_multiple .slider-icon{
    width: 36px;
    position: relative;
    margin: 0 auto;
}
.modul-r-vehicle_video_multiple .slider-icon span:first-child{
    position: absolute;
    font-size: 11px;
    top: -2px;
    left: 4px;
}
.modul-r-vehicle_video_multiple .slider-icon span:last-child{
    position: absolute;
    font-size: 11px;
    top: -2px;
    right: 6px;
}
.modul-r-vehicle_video_multiple .img-wrapper{
    display: inline-block;
    position: relative;
}
.modul-r-vehicle_video_multiple .img-wrapper span.cover{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/coupons_banners/responsive.css */
.btn.close-coupon:focus {
    outline: medium none !important;
    outline-offset: 0 !important;
}

.coupon-r-banner.affix {
    z-index: 1071;
    max-width: 90%;
    max-height: 90%;
    position: fixed;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.btn.close-coupon {
    z-index: 1000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.coupon-wrap {
    position: fixed;
    z-index: 1072;
}

.coupon-left-top {
    margin: 0 auto;
    top: 35px;
    left: 23px;
}

.coupon-left-center {
    margin: auto 0;
    top: 0;
    left: 23px;
    bottom: 0;
}

.coupon-left-bottom {
    margin: 0 auto;
    bottom: 23px;
    left: 23px;
}

.coupon-right-top {
    margin: 0 auto;
    top: 35px;
    right: 23px;
}

.coupon-right-center {
    margin: auto 0;
    top: 0;
    right: 23px;
    bottom: 0;
}

.coupon-right-bottom {
    margin: 0 auto;
    bottom: 23px;
    right: 23px;
}

.coupon-center-top {
    margin: 0 auto;
    top: 35px;
    left: 23px;
    right: 0;
}

.coupon-center-bottom {
    margin: 0 auto;
    bottom: 23px;
    left: 0;
    right: 0;
}

.coupon-center-center {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.coupon-reference {
    position: fixed;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 0 58px rgba(0, 0, 0, .11), 0 20px 31px rgba(0, 0, 0, .19), 0 4px 8px rgba(0, 0, 0, .17);
}

.coupon-reference.coupon-left-top-cl {
    top: 10px;
    left: 10px;
}

.coupon-reference.coupon-left-center-cl {
    top: 50%;
    left: 10px;
}

.coupon-reference.coupon-left-bottom-cl {
    bottom: 10px;
    left: 10px;
}

.coupon-reference.coupon-right-top-cl {
    top: 10px;
    right: 10px;
}

.coupon-reference.coupon-right-center-cl {
    top: 50%;
    right: 10px;
}

.coupon-reference.coupon-right-bottom-cl {
    bottom: 10px;
    right: 10px;
}

img.coupon-r-banner {
    box-shadow: 0 7px 22px rgba(0, 0, 0, .32), 0 31px 36px rgba(0, 0, 0, .09);
}

@media (max-width: 768px) {
    .coupon-left-top {
        left: 3px;
    }

    .coupon-left-center {
        left: 3px;
    }

    .coupon-left-bottom {
        bottom: 3px;
        left: 3px;
    }

    .coupon-right-top {
        right: 3px;
    }

    .coupon-right-center {
        right: 3px;
    }

    .coupon-right-bottom {
        bottom: 3px;
        right: 3px;
    }

    .coupon-center-top {
        left: 3px;
    }
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/buyers_tools_panel/responsive.css */
.modul-r-invItems .border-dotted.list-group-item {
  padding: 6px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}

.modul-r-invItems .thumbnail.item {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  padding: 20px 0;
  margin: 0;
  border-radius: 0 !important;
  background: transparent;
}

.modul-r-buyers_toolbar .navbar-fixed-top .navbar-collapse {
  max-height: 100% !important;
}

.modul-r-buyers_toolbar .buyers_tools_login_modal #selectDealersModal {
  overflow: visible;
}

.modul-r-buyers_toolbar .btn .fa-ellipsis-h {
  line-height: inherit;
}

.modul-r-buyers_toolbar .dropdown-menu {
  min-width: 300px;
}

.modul-r-buyers_toolbar .integrate-nav {
  padding-left: 0;
  padding-right: 0;
}

.modul-r-buyers_toolbar .module-r-menu-advanced-default .dropdown-menu {
  min-width: auto;
}

.modul-r-buyers_toolbar .navbar-user {
  line-height: .93;
  font-size: inherit;
  height: auto;
}

.modul-r-buyers_toolbar .panel-clear {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.modul-r-buyers_toolbar .dropdown-submenu .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}

.modul-r-buyers_toolbar .dropdown-submenu {
  position: relative;
}

.modul-r-buyers_toolbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.modul-r-buyers_toolbar .navbar-header .collapsed + hr {
  display: none;
}

.modul-r-buyers_toolbar .navbar-header hr {
  clear: both;
}

.modul-r-buyers_toolbar .dropdown-submenu.pull-left {
  float: none;
}

.modul-r-buyers_toolbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.modul-r-buyers_toolbar .dropdown .dropdown-menu li a {
  position: relative;
}

.modul-r-buyers_toolbar .dealer-modal .profile-img {
  overflow: hidden;
  border: 3px solid #ffffff;
  max-width: 100%;
}

.modul-r-buyers_toolbar .dealer-modal .modal-content {
  position: relative;
}

.modul-r-buyers_toolbar .dealer-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.modul-r-invItems .car-name-wrap {
  white-space: nowrap;
}

.modul-r-invItems .car-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.modul-r-invItems .half-width {
  width: 49%;
}

.modul-r-invItems .half-width + .half-width {
  width: 50%;
}

.modul-r-invItems .btn-block .half-width {
  width: 50%;
}

#show-btn-modul-r-buyers {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .498039);
}

.modul-r-invItems .modal-body.vehicle {
  padding: 0 15px;
}

.modul-r-invItems .modal-footer {
  margin-top: -1px;
}

.mitmCompareKey {
  margin-bottom: 10px;
}

.mitmCompareKey label {
  width: 100%;
}

.simplex .modul-r-invItems .compare_link {
  margin-top: 3px;
}

.yeti .modul-r-invItems .compare_link {
  margin-top: 4px;
}

.Apple.Safari .modul-r-invItems input[type=checkbox] {
  -webkit-transform: scale(.8, .8);
}

.paper.Apple.Safari .modul-r-invItems input[type=checkbox] {
  -webkit-transform: scale(.9, .9);
}

.modul-r-buyers_toolbar a:focus {
  outline: 0 auto -webkit-focus-ring-color !important;
}

.modul-r-invItems a:focus {
  outline: 0 auto -webkit-focus-ring-color !important;
}

.modul-r-buyers_toolbar .nav > li > a {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.modul-r-buyers_toolbar .badge {
  padding: 3px 7px 3px;
  vertical-align: baseline;
  margin-right: 5px;
}

.journal .modul-r-buyers_toolbar .badge {
  vertical-align: middle;
}

.modul-r-buyers-spacer {
  height: 50px;
}

.buyers-toolbar-hide-navbar {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
  -webkit-transition: opacity .5s, height .5s, visibility .5s;
  -moz-transition: opacity .5s, height .5s, visibility .5s;
  -o-transition: opacity .5s, height .5s, visibility .5s;
  -ms-transition: opacity .5s, height .5s, visibility .5s;
  transition: opacity .5s, height .5s, visibility .5s;
}

.buyers-toolbar-show-navbar {
  opacity: 1;
  height: 50px;
  -webkit-transition: opacity .5s, height .5s;
  -moz-transition: opacity .5s, height .5s;
  -o-transition: opacity .5s, height .5s;
  -ms-transition: opacity .5s, height .5s;
  transition: opacity .5s, height .5s;
}

.navbar-fixed-top.buyers-toolbar-show-navbar {
  height: auto;
}

.journal .modul-r-buyers-spacer,
.darkie .modul-r-buyers-spacer,
.sandstone .modul-r-buyers-spacer,
.flatly .modul-r-buyers-spacer {
  height: 60px;
}

.lumen .modul-r-buyers-spacer {
  height: 54px;
}

.readable .modul-r-buyers-spacer,
.paper .modul-r-buyers-spacer {
  height: 65px;
}

.simplex .modul-r-buyers-spacer,
.superhero .modul-r-buyers-spacer {
  height: 40px;
}

.yeti .modul-r-buyers-spacer {
  height: 45px;
}

@media (min-width: 768px) {
  .modul-r-buyers_toolbar.spending-limit .authorize-link a {
    font-weight: bold;
    font-size: 13px;
    margin: 4px 0 0 0 !important;
  }

  .modul-r-buyers_toolbar.spending-limit .navbar-nav > li > a {
    padding: 3px 12px;
    margin-bottom: 5px;
  }

  .modul-r-buyers_toolbar.spending-limit .badge {
    margin-right: 1px;
  }

  .modul-r-buyers_toolbar.spending-limit a {
    margin: 0;
  }

  .modul-r-buyers_toolbar .navbar .container {
    position: absolute;
    left: 50vw;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .modul-r-buyers_toolbar.spending-limit .navbar {
    min-height: 70px;
  }

  .modul-r-buyers-spacer.spending-limit {
    height: 70px;
    transition: height .5s;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -o-transition: height .5s;
    -ms-transition: height .5s;
  }
}

.journal .modul-r-buyers_toolbar .badge {
  vertical-align: middle;
}

.modul-r-buyers-spacer {
  height: 50px;
}

.buyers-toolbar-hide-navbar {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
  -webkit-transition: opacity .5s, height .5s, visibility .5s;
  -moz-transition: opacity .5s, height .5s, visibility .5s;
  -o-transition: opacity .5s, height .5s, visibility .5s;
  -ms-transition: opacity .5s, height .5s, visibility .5s;
  transition: opacity .5s, height .5s, visibility .5s;
}

.buyers-toolbar-show-navbar {
  opacity: 1;
  height: 50px;
  -webkit-transition: opacity .5s, height .5s;
  -moz-transition: opacity .5s, height .5s;
  -o-transition: opacity .5s, height .5s;
  -ms-transition: opacity .5s, height .5s;
  transition: opacity .5s, height .5s;
}

.navbar-fixed-top.buyers-toolbar-show-navbar {
  height: auto;
}

.journal .modul-r-buyers-spacer,
.darkie .modul-r-buyers-spacer,
.sandstone .modul-r-buyers-spacer,
.flatly .modul-r-buyers-spacer {
  height: 60px;
}

.lumen .modul-r-buyers-spacer {
  height: 54px;
}

.readable .modul-r-buyers-spacer,
.paper .modul-r-buyers-spacer {
  height: 65px;
}

.simplex .modul-r-buyers-spacer,
.superhero .modul-r-buyers-spacer {
  height: 40px;
}

.yeti .modul-r-buyers-spacer {
  height: 45px;
}

@media (min-width: 992px) {
  .modul-r-invItems .thumbnail.item:nth-child(3n) {
    border-right-color: transparent !important;
  }

  .modul-r-buyers_toolbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .modul-r-buyers_toolbar .dropdown-menu {
    max-height: 85vh;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .modul-r-invItems .thumbnail.item {
    border-right-width: 0 !important;
  }

  .modul-r-buyers_toolbar .nav > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media (max-width: 430px) {
  .cosmo .modul-r-buyers_toolbar .cards-list .btn,
  .darkie .modul-r-buyers_toolbar .cards-list .btn,
  .flatly .modul-r-buyers_toolbar .cards-list .btn,
  .paper .modul-r-buyers_toolbar .cards-list .btn,
  .readable .modul-r-buyers_toolbar .cards-list .btn,
  .superhero .modul-r-buyers_toolbar .cards-list .btn {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, .1);
  }

  .default .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu,
  .lumen .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu,
  .spacelab .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, .8);
  }

  .modul-r-buyers_toolbar .navbar-fixed-top {
    max-height: 100%;
    overflow-y: auto;
  }

  .modul-r-buyers_toolbar .dealer-modal {
    width: 320px;
  }

  .dealer-modal .profile-img {
    border-radius: 50%;
  }
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

#saved_searches_accordion .panel-title {
  padding: 6px 0;
}

#saved_searches_accordion .panel-heading:hover .search_title {
  text-decoration: underline;
}

#saved_searches_accordion .search_item {
  cursor: pointer;
}

.thin #saved_searches_accordion .panel-heading .pull-right .btn-group {
  margin: .3em 0;
}

.thin #saved_searches_accordion .panel-heading .pull-right .btn-default {
  width: 50%;
}

#saved_searches_accordion .panel-body > .row > div {
  margin-bottom: .2em;
  margin-top: .2em;
}

#saved_searches_accordion .panel-body > .row {
  margin-top: -.2em;
  margin-bottom: -.2em;
}

form[name="user_cc_info"] .error {
  border: 1px solid red;
}

.modul-r-buyers_toolbar .buyers-divider {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Change long headlines on short */
.modul-r-buyers_toolbar .authorize-link a {
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .modul-r-buyers_toolbar .authorize-link a {
    max-width: 170px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .modul-r-buyers_toolbar .authorize-link a {
    max-width: 144px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse.toolbar-hide {
    display: none !important;
  }

  .modul-r-buyers_toolbar .integrate-nav .menu-content {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .modul-r-buyers_toolbar .module-r-menu-advanced-default .nav > li > .dropdown-toggle {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/menu_advanced/responsive.css */
.module-r-menu-advanced-default .nav.navbar-nav {
    margin: auto;
}

.module-r-menu-advanced-default .navbar-brand > span {
    line-height: inherit;
}

.module-r-menu-advanced-default .nav > li {
    text-align: left;
}

.module-r-menu-advanced-default .caret {
    border-top-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
}

.module-r-menu-advanced-default .nav > li.hide-item {
    display: none;
}

.module-r-menu-advanced-default .hide-item .list-collapse .dropdown-menu {
    left: auto;
    right: 99%;
    top: 0;
}

.module-r-menu-advanced-default .caret {
    border-top-style: solid;
}

.module-r-menu-advanced-default .hide-item .dropdown-menu > li .caret-box {
    position: relative;
    width: 0;
}

.module-r-menu-advanced-default .hide-item > .dropdown-menu > li {
    display: none;
    position: relative;
}

.module-r-menu-advanced-default .hide-item .glyphicon-option-vertical {
    position: relative;
    left: -1px;
    line-height: 0;
}
.module-r-menu-advanced-default .navbar-collapse{
    position: relative;
}

.module-r-menu-advanced-default .dropdown-toggle.visible-mobile > .fa {
    line-height: inherit;
}

.module-r-menu-advanced-default .dropdown-menu-right .dropdown-toggle.visible-mobile > .fa {
    line-height: 1;
}

.module-r-menu-advanced-default .multi-level-open > .dropdown-menu {
    display: block;
}

.default .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    color: #333;
    background-color: #f5f5f5;
}

.lumen .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    color: #333;
    background-color: transparent;
}

.paper .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    color: #141414;
    background-color: #eee;
}

.slate .module-r-menu-advanced-default .dropdown-toggle.visible-mobile {
    border-left: none;
}

.slate .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
    border-right: none;
}

.slate .module-r-menu-advanced-default .navbar-nav > li > a:hover {
    background-image: none;
}

.superhero .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    background-color: #485563;
}

@media (min-width: 768px) {
    .size-xxs .module-r-menu-advanced-default .full-width-in-thin {
        width: auto !important;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile > .fa-fw {
        width: auto;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
        padding-right: 5px;
    }

    .module-r-menu-advanced-default .dropdown-menu-right .dropdown-toggle.visible-mobile {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        z-index: 100;
    }

    .module-r-menu-advanced-default .dropdown-menu-right .dropdown-toggle.visible-mobile + a {
        padding-right: 35px;
    }

    .readable .module-r-menu-advanced-default .dropdown-toggle.visible-mobile {
        margin-left: -2px;
        border-left: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .readable .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
        margin-right: 0;
        border-right: none !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .readable .module-r-menu-advanced-default .navbar-nav > li > a:focus {
        border: 1px solid #ddd;
    }

    .readable .module-r-menu-advanced-default .dropdown-menu-right .visible-mobile {
        border: none;
    }

    /* Fix for whitespace between inline-block elements */
    .module-r-menu-advanced-default .navbar-center {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .module-r-menu-advanced-default .navbar-center > .nav {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 767px) {
    .module-r-menu-advanced-default .navbar-collapse {
        max-height: 65vh !important;
    }

    .module-r-menu-advanced-default .nav.navbar-nav {
        margin: inherit;
        display: inherit;
        float: inherit;
    }

    body:not(.mobile) .module-r-menu-advanced-default .visible-mobile {
        display: block !important;
    }

    body:not(.mobile) .module-r-menu-advanced-default .hidden-mobile {
        display: none !important;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile,
    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
        float: none !important;
    }

    .module-r-menu-advanced-default .dropdown .dropdown-toggle.visible-mobile > .fa {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .module-r-menu-advanced-default .multi-level-open .dropdown-toggle.visible-mobile > .fa {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile > .fa {
        -webkit-transition: -webkit-transform 0.15s;
        transition: transform 0.15s;
    }

    .module-r-menu-advanced-default .multi-level-open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/floating_panel/responsive.css */
.mod-r-floating_panel .panel{
    position: fixed;
    z-index:20;
    width: 100%;
}
.mod-r-floating_panel .panel-body{
    max-height: 400px;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.mod-r-floating_panel .poss-left{
    left: 0;
}
.mod-r-floating_panel .poss-right{
    right: 0;
}
.mod-r-floating_panel .poss-top{
    top: 0;
}
.mod-r-floating_panel .poss-center{
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mod-r-floating_panel .poss-center_v{
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
}
.mod-r-floating_panel .poss-center.poss-center_v{
    transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    top: 50%;
}
.mod-r-floating_panel .poss-bottom{
    bottom: 0;
}
.mod-r-floating_panel .shadow-yes{
    box-shadow: 1px 6px 25px rgba(0, 0, 0, 0.25);
}

.mod-r-floating_panel .btn.btn-link.close-btn{
    padding: 8px 10px;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/qrcode/responsive.css */
.modul-r-qrcode .img-responsive {
    border: 6px solid #fff;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/bootstrap/plugins/datepicker/bootstrap-datepicker3.min.css */
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker.days .datepicker-days,.datepicker.months .datepicker-months,.datepicker.years .datepicker-years{display:block}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:0}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{cursor:pointer}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{border-radius:0}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused,.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker tfoot tr th:hover,.datepicker thead tr:first-child th:hover,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td.old,.datepicker table tr td.new,.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover,.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datepicker table tr td.today,.datepicker table tr td.today.disabled{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:hover,.datepicker table tr td.today:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:focus,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today:hover,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today[disabled],.datepicker table tr td.today[disabled]:hover,.datepicker table tr td.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.today,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today.disabled,fieldset[disabled] .datepicker table tr td.today.disabled:hover,fieldset[disabled] .datepicker table tr td.today.disabled:focus{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:#f7ca77;border-color:#f1a417;border-radius:0}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:focus,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today:hover,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:#f4bb51;border-color:#bf800c}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today[disabled]:hover,.datepicker table tr td.range.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:focus{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:focus,.datepicker table tr td.selected:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled.active,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected:hover,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover{color:#fff;background-color:#858585;border-color:#373737}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:active,.datepicker table tr td.selected.active[disabled],fieldset[disabled] .datepicker table tr td.selected,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:active,fieldset[disabled] .datepicker table tr td.selected.active,fieldset[disabled] .datepicker table tr td.selected.disabled,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:active,fieldset[disabled] .datepicker table tr td.selected.disabled.active{color:#fff;background-color:#999;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active:focus,.datepicker table tr td.active:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active[disabled],.datepicker table tr td.active[disabled]:hover,.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active[disabled]:hover,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active:hover,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,fieldset[disabled] .datepicker table tr td.active,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.disabled,fieldset[disabled] .datepicker table tr td.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active.disabled,fieldset[disabled] .datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker .datepicker-switch{width:145px}.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor:pointer}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker thead tr:first-child .cw{cursor:default;background-color:transparent}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;font-weight:normal;line-height:1.42857143;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:solid #ccc;border-width:1px 0;margin-left:-5px;margin-right:-5px}

/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/form_videostreaming/responsive.css */

/* Specially for IE */
input[name=date]::-ms-clear {
    display: none;
}


/* http://www.i44autoauction.com/lesscss/MTAyL3ZlaGljbGUv/css/dws/components/share_it/responsive.css */
.modul-r-shareit .iconsWrap {
    margin: 0 auto;
    width: 100%;
}

#pinterest_modal label {
    display: table-cell;
    vertical-align: middle;
    background: #000;
}

.modul-r-shareit .mshitImg {
    margin: 0 4px 8px 4px;
}

#pinterest_modal .customCheckbox label,
#wanelo_modal .customCheckbox label {
    padding-left: 0;
}

#pinterest_modal .customCheckbox .img-thumbnail,
#wanelo_modal .customCheckbox .img-thumbnail {
    margin: 5px;
    vertical-align: top;
}

#pinterest_modal .customCheckbox .pint-text small,
#wanelo_modal .customCheckbox .pint-text small {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: dotted;
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: block;
}

#pinterest_modal .customCheckbox.wd_250 .pint-text {
    width: 250px;
}

#pinterest_modal .customCheckbox.wd_230 .pint-text {
    width: 230px;
}

#pinterest_modal .customCheckbox.wd_210 .pint-text {
    width: 210px;
}

#pinterest_modal .customCheckbox.wd_200 .pint-text {
    width: 200px;
}

#pinterest_modal .customCheckbox.wd_180 .pint-text {
    width: 180px;
}

#pinterest_modal .customCheckbox.wd_160 .pint-text {
    width: 160px;
}

#pinterest_modal .customCheckbox.wd_140 .pint-text {
    width: 140px;
}

#wanelo_modal .customCheckbox.wd_250 .pint-text {
    width: 250px;
    max-width: 100%;
}

#wanelo_modal .customCheckbox.wd_230 .pint-text {
    width: 230px;
    max-width: 100%;
}

#wanelo_modal .customCheckbox.wd_210 .pint-text {
    width: 210px;
}

#wanelo_modal .customCheckbox.wd_200 .pint-text {
    width: 200px;
}

#wanelo_modal .customCheckbox.wd_180 .pint-text {
    width: 180px;
}

#wanelo_modal .customCheckbox.wd_160 .pint-text {
    width: 160px;
}

#wanelo_modal .customCheckbox.wd_140 .pint-text {
    width: 140px;
}

#pinterest_modal .pint-text {
    margin-top: 5px;
}

#pinterest_modal .wd250 {
    width: 250px !important;
}

#pinterest_modal .wd230 {
    width: 230px !important;
}

#pinterest_modal .wd210 {
    width: 210px !important;
}

#pinterest_modal .wd200 {
    width: 200px !important;
}

#pinterest_modal .wd180 {
    width: 180px !important;
}

#pinterest_modal .wd160 {
    width: 160px !important;
}

#pinterest_modal .wd140 {
    width: 140px !important;
}

#wanelo_modal .wanelo-save-button {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
    font-size: 0.8em;
}

#wanelo_modal .wanelo-save-button:after{
    content: '';
    display: block;
    margin: 0.25em auto;
    width: 75px;
    height: 12px;
    background: url('/images/dws/social/wanelo-logo-100px.png') 50% 50% no-repeat;
    background-size: 75px 12px;
}

.cosmo #wanelo_modal .wanelo-save-button:after,
.cyborg #wanelo_modal .wanelo-save-button:after,
.darkie #wanelo_modal .wanelo-save-button:after,
.flatly #wanelo_modal .wanelo-save-button:after,
.journal #wanelo_modal .wanelo-save-button:after,
.sandstone #wanelo_modal .wanelo-save-button:after,
.simplex #wanelo_modal .wanelo-save-button:after,
.slate #wanelo_modal .wanelo-save-button:after,
.spacelab #wanelo_modal .wanelo-save-button:after,
.superhero #wanelo_modal .wanelo-save-button:after,
.united #wanelo_modal .wanelo-save-button:after {
    background-image: url('/images/dws/social/wanelo-logo-white-100px.png');
}

#wanelo_modal .image-wrap {
    background: #000;
    overflow: hidden;
    margin: 0 auto;
    min-height: 150px;
}

#wanelo_modal .image-wrap img {
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sandstone #wanelo_modal .wanelo-save-button {
    font-size: 1.1em;
    line-height: 1.1;
}

.wanelo-title-wrap {
    display: table;
    width: 100%;
}

.wanelo-title-wrap > div {
    display: table-cell;
    vertical-align: middle;
}

.size-xxs #wanelo_modal .image-wrap img {
    max-width: 100% !important;
}

/* Share it icons */
.social-icon {
    display: inline-block;
    font-size: 0 !important;
    background: url('/images/dws/social/flat/socials.png') no-repeat;
}
.social-icons-32px .social-icon {
    width: 32px;
    height: 32px;
    background-size: 256px;
}
.social-icons-40px .social-icon {
    width: 40px;
    height: 40px;
    background-size: 320px;
}
.social-icons-48px .social-icon {
    width: 48px;
    height: 48px;
    background-size: 384px;
}
.social-icons-56px .social-icon {
    width: 56px;
    height: 56px;
    background-size: 448px;
}
.social-icons-64px .social-icon {
    width: 64px;
    height: 64px;
    background-size: 512px;
}

/* First level */
.social-icons-32px .social-icon.social-amazon { background-position: 0px 0px;}
.social-icons-32px .social-icon.social-android { background-position: -32px 0px;}
.social-icons-32px .social-icon.social-aol { background-position: -64px 0px;}
.social-icons-32px .social-icon.social-apple { background-position: -96px 0px;}
.social-icons-32px .social-icon.social-blogger { background-position: -128px 0px;}
.social-icons-32px .social-icon.social-chime { background-position: -160px 0px;}
.social-icons-32px .social-icon.social-delicious { background-position: -192px 0px;}
.social-icons-32px .social-icon.social-w3c { background-position: -224px 0px;}

.social-icons-40px .social-icon.social-amazon { background-position: 0px 0px;}
.social-icons-40px .social-icon.social-android { background-position: -40px 0px;}
.social-icons-40px .social-icon.social-aol { background-position: -80px 0px;}
.social-icons-40px .social-icon.social-apple { background-position: -120px 0px;}
.social-icons-40px .social-icon.social-blogger { background-position: -160px 0px;}
.social-icons-40px .social-icon.social-chime { background-position: -200px 0px;}
.social-icons-40px .social-icon.social-delicious { background-position: -240px 0px;}
.social-icons-40px .social-icon.social-w3c { background-position: -280px 0px;}

.social-icons-48px .social-icon.social-amazon { background-position: 0px 0px;}
.social-icons-48px .social-icon.social-android { background-position: -48px 0px;}
.social-icons-48px .social-icon.social-aol { background-position: -96px 0px;}
.social-icons-48px .social-icon.social-apple { background-position: -144px 0px;}
.social-icons-48px .social-icon.social-blogger { background-position: -192px 0px;}
.social-icons-48px .social-icon.social-chime { background-position: -240px 0px;}
.social-icons-48px .social-icon.social-delicious { background-position: -288px 0px;}
.social-icons-48px .social-icon.social-w3c { background-position: -336px 0px;}

.social-icons-56px .social-icon.social-amazon { background-position: 0px 0px;}
.social-icons-56px .social-icon.social-android { background-position: -56px 0px;}
.social-icons-56px .social-icon.social-aol { background-position: -112px 0px;}
.social-icons-56px .social-icon.social-apple { background-position: -168px 0px;}
.social-icons-56px .social-icon.social-blogger { background-position: -224px 0px;}
.social-icons-56px .social-icon.social-chime { background-position: -280px 0px;}
.social-icons-56px .social-icon.social-delicious { background-position: -336px 0px;}
.social-icons-56px .social-icon.social-w3c { background-position: -392px 0px;}

.social-icons-64px .social-icon.social-amazon { background-position: 0px 0px;}
.social-icons-64px .social-icon.social-android { background-position: -64px 0px;}
.social-icons-64px .social-icon.social-aol { background-position: -128px 0px;}
.social-icons-64px .social-icon.social-apple { background-position: -192px 0px;}
.social-icons-64px .social-icon.social-blogger { background-position: -256px 0px;}
.social-icons-64px .social-icon.social-chime { background-position: -320px 0px;}
.social-icons-64px .social-icon.social-delicious { background-position: -384px 0px;}
.social-icons-64px .social-icon.social-w3c { background-position: -448px 0px;}

/* Second level */
.social-icons-32px .social-icon.social-deviantart { background-position: 0px -32px;}
.social-icons-32px .social-icon.social-digg { background-position: -32px -32px;}
.social-icons-32px .social-icon.social-dropbox { background-position: -64px -32px;}
.social-icons-32px .social-icon.social-drupal { background-position: -96px -32px;}
.social-icons-32px .social-icon.social-ebay { background-position: -128px -32px;}
.social-icons-32px .social-icon.social-facebook { background-position: -160px -32px;}
.social-icons-32px .social-icon.social-flickr { background-position: -192px -32px;}
.social-icons-32px .social-icon.social-wanelo { background-position: -224px -32px;}

.social-icons-40px .social-icon.social-deviantart { background-position: 0px -40px;}
.social-icons-40px .social-icon.social-digg { background-position: -40px -40px;}
.social-icons-40px .social-icon.social-dropbox { background-position: -80px -40px;}
.social-icons-40px .social-icon.social-drupal { background-position: -120px -40px;}
.social-icons-40px .social-icon.social-ebay { background-position: -160px -40px;}
.social-icons-40px .social-icon.social-facebook { background-position: -200px -40px;}
.social-icons-40px .social-icon.social-flickr { background-position: -240px -40px;}
.social-icons-40px .social-icon.social-wanelo { background-position: -280px -40px;}

.social-icons-48px .social-icon.social-deviantart { background-position: 0px -48px;}
.social-icons-48px .social-icon.social-digg { background-position: -48px -48px;}
.social-icons-48px .social-icon.social-dropbox { background-position: -96px -48px;}
.social-icons-48px .social-icon.social-drupal { background-position: -144px -48px;}
.social-icons-48px .social-icon.social-ebay { background-position: -192px -48px;}
.social-icons-48px .social-icon.social-facebook { background-position: -240px -48px;}
.social-icons-48px .social-icon.social-flickr { background-position: -288px -48px;}
.social-icons-48px .social-icon.social-wanelo { background-position: -336px -48px;}

.social-icons-56px .social-icon.social-deviantart { background-position: 0px -56px;}
.social-icons-56px .social-icon.social-digg { background-position: -56px -56px;}
.social-icons-56px .social-icon.social-dropbox { background-position: -112px -56px;}
.social-icons-56px .social-icon.social-drupal { background-position: -168px -56px;}
.social-icons-56px .social-icon.social-ebay { background-position: -224px -56px;}
.social-icons-56px .social-icon.social-facebook { background-position: -280px -56px;}
.social-icons-56px .social-icon.social-flickr { background-position: -336px -56px;}
.social-icons-56px .social-icon.social-wanelo { background-position: -392px -56px;}

.social-icons-64px .social-icon.social-deviantart { background-position: 0 -64px;}
.social-icons-64px .social-icon.social-digg { background-position: -64px -64px;}
.social-icons-64px .social-icon.social-dropbox { background-position: -128px -64px;}
.social-icons-64px .social-icon.social-drupal { background-position: -192px -64px;}
.social-icons-64px .social-icon.social-ebay { background-position: -256px -64px;}
.social-icons-64px .social-icon.social-facebook  { background-position: -320px -64px;}
.social-icons-64px .social-icon.social-flickr { background-position: -384px -64px;}
.social-icons-64px .social-icon.social-wanelo { background-position: -448px -64px;}

/* Third level */
.social-icons-32px .social-icon.social-friendfeed { background-position: 0px -64px;}
.social-icons-32px .social-icon.social-friendster { background-position: -32px -64px;}
.social-icons-32px .social-icon.social-furl { background-position: -64px -64px;}
.social-icons-32px .social-icon.social-github { background-position: -96px -64px;}
.social-icons-32px .social-icon.social-google { background-position: -128px -64px;}
.social-icons-32px .social-icon.social-googleplus { background-position: -160px -64px;}
.social-icons-32px .social-icon.social-grooveshark { background-position: -192px -64px;}
.social-icons-32px .social-icon.social-webshots { background-position: -224px -64px;}

.social-icons-40px .social-icon.social-friendfeed { background-position: 0px -80px;}
.social-icons-40px .social-icon.social-friendster { background-position: -40px -80px;}
.social-icons-40px .social-icon.social-furl { background-position: -80px -80px;}
.social-icons-40px .social-icon.social-github { background-position: -120px -80px;}
.social-icons-40px .social-icon.social-google { background-position: -160px -80px;}
.social-icons-40px .social-icon.social-googleplus { background-position: -200px -80px;}
.social-icons-40px .social-icon.social-grooveshark { background-position: -240px -80px;}
.social-icons-40px .social-icon.social-webshots { background-position: -280px -80px;}

.social-icons-48px .social-icon.social-friendfeed { background-position: 0px -96px;}
.social-icons-48px .social-icon.social-friendster { background-position: -48px -96px;}
.social-icons-48px .social-icon.social-furl { background-position: -96px -96px;}
.social-icons-48px .social-icon.social-github { background-position: -144px -96px;}
.social-icons-48px .social-icon.social-google { background-position: -192px -96px;}
.social-icons-48px .social-icon.social-googleplus { background-position: -240px -96px;}
.social-icons-48px .social-icon.social-grooveshark { background-position: -288px -96px;}
.social-icons-48px .social-icon.social-webshots { background-position: -336px -96px;}

.social-icons-56px .social-icon.social-friendfeed { background-position: 0px -112px;}
.social-icons-56px .social-icon.social-friendster { background-position: -56px -112px;}
.social-icons-56px .social-icon.social-furl { background-position: -112px -112px;}
.social-icons-56px .social-icon.social-github { background-position: -168px -112px;}
.social-icons-56px .social-icon.social-google { background-position: -224px -112px;}
.social-icons-56px .social-icon.social-googleplus { background-position: -280px -112px;}
.social-icons-56px .social-icon.social-grooveshark { background-position: -336px -112px;}
.social-icons-56px .social-icon.social-webshots { background-position: -392px -112px;}

.social-icons-64px .social-icon.social-friendfeed { background-position: 0 -128px;}
.social-icons-64px .social-icon.social-friendster { background-position: -64px -128px;}
.social-icons-64px .social-icon.social-furl { background-position: -128px -128px;}
.social-icons-64px .social-icon.social-github { background-position: -192px -128px;}
.social-icons-64px .social-icon.social-google { background-position: -256px -128px;}
.social-icons-64px .social-icon.social-googleplus { background-position: -320px -128px;}
.social-icons-64px .social-icon.social-grooveshark { background-position: -384px -128px;}
.social-icons-64px .social-icon.social-webshots { background-position: -448px -128px;}

/* Fourth level */
.social-icons-32px .social-icon.social-html5 { background-position: 0px -96px;}
.social-icons-32px .social-icon.social-hubpages { background-position: -32px -96px;}
.social-icons-32px .social-icon.social-imdb { background-position: -64px -96px;}
.social-icons-32px .social-icon.social-instagram { background-position: -96px -69px;}
.social-icons-32px .social-icon.social-jquery { background-position: -128px -96px;}
.social-icons-32px .social-icon.social-lastfm { background-position: -160px -96px;}
.social-icons-32px .social-icon.social-linkedin { background-position: -192px -96px;}
.social-icons-32px .social-icon.social-whatsapp { background-position: -224px -96px;}

.social-icons-40px .social-icon.social-html5 { background-position: 0px -120px;}
.social-icons-40px .social-icon.social-hubpages { background-position: -40px -120px;}
.social-icons-40px .social-icon.social-imdb { background-position: -80px -120px;}
.social-icons-40px .social-icon.social-instagram { background-position: -120px -120px;}
.social-icons-40px .social-icon.social-jquery { background-position: -160px -120px;}
.social-icons-40px .social-icon.social-lastfm { background-position: -200px -120px;}
.social-icons-40px .social-icon.social-linkedin { background-position: -240px -120px;}
.social-icons-40px .social-icon.social-whatsapp { background-position: -280px -120px;}

.social-icons-48px .social-icon.social-html5 { background-position: 0px -144px;}
.social-icons-48px .social-icon.social-hubpages { background-position: -48px -144px;}
.social-icons-48px .social-icon.social-imdb { background-position: -96px -144px;}
.social-icons-48px .social-icon.social-instagram { background-position: -144px -144px;}
.social-icons-48px .social-icon.social-jquery { background-position: -192px -144px;}
.social-icons-48px .social-icon.social-lastfm { background-position: -240px -144px;}
.social-icons-48px .social-icon.social-linkedin { background-position: -288px -144px;}
.social-icons-48px .social-icon.social-whatsapp { background-position: -336px -144px;}

.social-icons-56px .social-icon.social-html5 { background-position: 0px -168px;}
.social-icons-56px .social-icon.social-hubpages { background-position: -56px -168px;}
.social-icons-56px .social-icon.social-imdb { background-position: -112px -168px;}
.social-icons-56px .social-icon.social-instagram { background-position: -168px -168px;}
.social-icons-56px .social-icon.social-jquery { background-position: -224px -168px;}
.social-icons-56px .social-icon.social-lastfm { background-position: -280px -168px;}
.social-icons-56px .social-icon.social-linkedin { background-position: -336px -168px;}
.social-icons-56px .social-icon.social-whatsapp { background-position: -392px -168px;}

.social-icons-64px .social-icon.social-html5 { background-position: 0 -192px;}
.social-icons-64px .social-icon.social-hubpages { background-position: -64px -192px;}
.social-icons-64px .social-icon.social-imdb { background-position: -128px -192px;}
.social-icons-64px .social-icon.social-instagram { background-position: -192px -192px;}
.social-icons-64px .social-icon.social-jquery { background-position: -256px -192px;}
.social-icons-64px .social-icon.social-lastfm { background-position: -320px -192px;}
.social-icons-64px .social-icon.social-linkedin { background-position: -384px -192px;}
.social-icons-64px .social-icon.social-whatsapp { background-position: -448px -192px;}

/* Fifth level */
.social-icons-32px .social-icon.social-livejournal { background-position: 0px -128px;}
.social-icons-32px .social-icon.social-metacafe { background-position: -32px -128px;}
.social-icons-32px .social-icon.social-mixx { background-position: -64px -128px;}
.social-icons-32px .social-icon.social-myspace { background-position: -96px -128px;}
.social-icons-32px .social-icon.social-netvibes { background-position: -128px -128px;}
.social-icons-32px .social-icon.social-newsvine { background-position: -160px -128px;}
.social-icons-32px .social-icon.social-php { background-position: -192px -128px;}
.social-icons-32px .social-icon.social-windows { background-position: -224px -128px;}

.social-icons-40px .social-icon.social-livejournal { background-position: 0px -160px;}
.social-icons-40px .social-icon.social-metacafe { background-position: -40px -160px;}
.social-icons-40px .social-icon.social-mixx { background-position: -80px -160px;}
.social-icons-40px .social-icon.social-myspace { background-position: -120px -160px;}
.social-icons-40px .social-icon.social-netvibes { background-position: -160px -160px;}
.social-icons-40px .social-icon.social-newsvine { background-position: -200px -160px;}
.social-icons-40px .social-icon.social-php { background-position: -240px -160px;}
.social-icons-40px .social-icon.social-windows { background-position: -280px -160px;}

.social-icons-48px .social-icon.social-livejournal { background-position: 0px -192px;}
.social-icons-48px .social-icon.social-metacafe { background-position: -48px -192px;}
.social-icons-48px .social-icon.social-mixx { background-position: -96px -192px;}
.social-icons-48px .social-icon.social-myspace { background-position: -144px -192px;}
.social-icons-48px .social-icon.social-netvibes { background-position: -192px -192px;}
.social-icons-48px .social-icon.social-newsvine { background-position: -240px -192px;}
.social-icons-48px .social-icon.social-php { background-position: -288px -192px;}
.social-icons-48px .social-icon.social-windows { background-position: -336px -192px;}

.social-icons-56px .social-icon.social-livejournal { background-position: 0px -224px;}
.social-icons-56px .social-icon.social-metacafe { background-position: -56px -224px;}
.social-icons-56px .social-icon.social-mixx { background-position: -112px -224px;}
.social-icons-56px .social-icon.social-myspace { background-position: -168px -224px;}
.social-icons-56px .social-icon.social-netvibes { background-position: -224px -224px;}
.social-icons-56px .social-icon.social-newsvine { background-position: -280px -224px;}
.social-icons-56px .social-icon.social-php { background-position: -336px -224px;}
.social-icons-56px .social-icon.social-windows { background-position: -392px -224px;}

.social-icons-64px .social-icon.social-livejournal { background-position: 0 -256px;}
.social-icons-64px .social-icon.social-metacafe { background-position: -64px -256px;}
.social-icons-64px .social-icon.social-mixx { background-position: -128px -256px;}
.social-icons-64px .social-icon.social-myspace { background-position: -192px -256px;}
.social-icons-64px .social-icon.social-netvibes { background-position: -256px -256px;}
.social-icons-64px .social-icon.social-newsvine { background-position: -320px -256px;}
.social-icons-64px .social-icon.social-php { background-position: -384px -256px;}
.social-icons-64px .social-icon.social-windows { background-position: -448px -256px;}

/* Sixth level */
.social-icons-32px .social-icon.social-picasa { background-position: 0px -160px;}
.social-icons-32px .social-icon.social-pinterest { background-position: -32px -160px;}
.social-icons-32px .social-icon.social-pownce { background-position: -64px -160px;}
.social-icons-32px .social-icon.social-reddit { background-position: -96px -160px;}
.social-icons-32px .social-icon.social-skype { background-position: -128px -160px;}
.social-icons-32px .social-icon.social-spotify { background-position: -160px -160px;}
.social-icons-32px .social-icon.social-squidoo { background-position: -192px -160px;}
.social-icons-32px .social-icon.social-wordpress { background-position: -224px -160px;}

.social-icons-40px .social-icon.social-picasa { background-position: 0px -200px;}
.social-icons-40px .social-icon.social-pinterest { background-position: -40px -200px;}
.social-icons-40px .social-icon.social-pownce { background-position: -80px -200px;}
.social-icons-40px .social-icon.social-reddit { background-position: -120px -200px;}
.social-icons-40px .social-icon.social-skype { background-position: -160px -200px;}
.social-icons-40px .social-icon.social-spotify { background-position: -200px -200px;}
.social-icons-40px .social-icon.social-squidoo { background-position: -240px -200px;}
.social-icons-40px .social-icon.social-wordpress { background-position: -280px -200px;}

.social-icons-48px .social-icon.social-picasa { background-position: 0px -240px;}
.social-icons-48px .social-icon.social-pinterest { background-position: -48px -240px;}
.social-icons-48px .social-icon.social-pownce { background-position: -96px -240px;}
.social-icons-48px .social-icon.social-reddit { background-position: -144px -240px;}
.social-icons-48px .social-icon.social-skype { background-position: -192px -240px;}
.social-icons-48px .social-icon.social-spotify { background-position: -240px -240px;}
.social-icons-48px .social-icon.social-squidoo { background-position: -288px -240px;}
.social-icons-48px .social-icon.social-wordpress { background-position: -336px -240px;}

.social-icons-56px .social-icon.social-picasa { background-position: 0px -280px;}
.social-icons-56px .social-icon.social-pinterest { background-position: -56px -280px;}
.social-icons-56px .social-icon.social-pownce { background-position: -112px -280px;}
.social-icons-56px .social-icon.social-reddit { background-position: -168px -280px;}
.social-icons-56px .social-icon.social-skype { background-position: -224px -280px;}
.social-icons-56px .social-icon.social-spotify { background-position: -280px -280px;}
.social-icons-56px .social-icon.social-squidoo { background-position: -336px -280px;}
.social-icons-56px .social-icon.social-wordpress { background-position: -392px -280px;}

.social-icons-64px .social-icon.social-picasa { background-position: 0 -320px;}
.social-icons-64px .social-icon.social-pinterest { background-position: -64px -320px;}
.social-icons-64px .social-icon.social-pownce { background-position: -128px -320px;}
.social-icons-64px .social-icon.social-reddit { background-position: -192px -320px;}
.social-icons-64px .social-icon.social-skype { background-position: -256px -320px;}
.social-icons-64px .social-icon.social-spotify { background-position: -320px -320px;}
.social-icons-64px .social-icon.social-squidoo { background-position: -384px -320px;}
.social-icons-64px .social-icon.social-wordpress { background-position: -448px -320px;}

/* Seventh level */
.social-icons-32px .social-icon.social-steam { background-position: 0px -192px;}
.social-icons-32px .social-icon.social-stumbleupon { background-position: -32px -192px;}
.social-icons-32px .social-icon.social-technorati { background-position: -64px -192px;}
.social-icons-32px .social-icon.social-tumblr { background-position: -96px -192px;}
.social-icons-32px .social-icon.social-twitter { background-position: -128px -192px;}
.social-icons-32px .social-icon.social-vimeo { background-position: -160px -192px;}
.social-icons-32px .social-icon.social-vine { background-position: -192px -192px;}
.social-icons-32px .social-icon.social-yahoo { background-position: -224px -192px;}

.social-icons-40px .social-icon.social-steam { background-position: 0px -240px;}
.social-icons-40px .social-icon.social-stumbleupon { background-position: -40px -240px;}
.social-icons-40px .social-icon.social-technorati { background-position: -80px -240px;}
.social-icons-40px .social-icon.social-tumblr { background-position: -120px -240px;}
.social-icons-40px .social-icon.social-twitter { background-position: -160px -240px;}
.social-icons-40px .social-icon.social-vimeo { background-position: -200px -240px;}
.social-icons-40px .social-icon.social-vine { background-position: -240px -240px;}
.social-icons-40px .social-icon.social-yahoo { background-position: -280px -240px;}

.social-icons-48px .social-icon.social-steam { background-position: 0px -288px;}
.social-icons-48px .social-icon.social-stumbleupon { background-position: -48px -288px;}
.social-icons-48px .social-icon.social-technorati { background-position: -96px -288px;}
.social-icons-48px .social-icon.social-tumblr { background-position: -144px -288px;}
.social-icons-48px .social-icon.social-twitter { background-position: -192px -288px;}
.social-icons-48px .social-icon.social-vimeo { background-position: -240px -288px;}
.social-icons-48px .social-icon.social-vine { background-position: -288px -288px;}
.social-icons-48px .social-icon.social-yahoo { background-position: -336px -288px;}

.social-icons-56px .social-icon.social-steam { background-position: 0px -336px;}
.social-icons-56px .social-icon.social-stumbleupon { background-position: -56px -336px;}
.social-icons-56px .social-icon.social-technorati { background-position: -112px -336px;}
.social-icons-56px .social-icon.social-tumblr { background-position: -168px -336px;}
.social-icons-56px .social-icon.social-twitter { background-position: -224px -336px;}
.social-icons-56px .social-icon.social-vimeo { background-position: -280px -336px;}
.social-icons-56px .social-icon.social-vine { background-position: -336px -336px;}
.social-icons-56px .social-icon.social-yahoo { background-position: -392px -336px;}

.social-icons-64px .social-icon.social-steam { background-position: 0 -384px;}
.social-icons-64px .social-icon.social-stumbleupon { background-position: -64px -384px;}
.social-icons-64px .social-icon.social-technorati { background-position: -128px -384px;}
.social-icons-64px .social-icon.social-tumblr { background-position: -192px -384px;}
.social-icons-64px .social-icon.social-twitter { background-position: -256px -384px;}
.social-icons-64px .social-icon.social-vimeo { background-position: -320px -384px;}
.social-icons-64px .social-icon.social-vine { background-position: -384px -384px;}
.social-icons-64px .social-icon.social-yahoo { background-position: -448px -384px;}

/* Eighth level */
.social-icons-32px .social-icon.social-yelp { background-position: 0px -224px;}
.social-icons-32px .social-icon.social-youtube { background-position: -32px -224px;}

.social-icons-40px .social-icon.social-yelp { background-position: 0px -280px;}
.social-icons-40px .social-icon.social-youtube { background-position: -40px -280px;}

.social-icons-48px .social-icon.social-yelp { background-position: 0px -336px;}
.social-icons-48px .social-icon.social-youtube { background-position: -48px -336px;}

.social-icons-56px .social-icon.social-yelp { background-position: 0px -392px;}
.social-icons-56px .social-icon.social-youtube { background-position: -56px -392px;}

.social-icons-64px .social-icon.social-yelp { background-position: 0 -448px;}
.social-icons-64px .social-icon.social-youtube { background-position: -64px -448px;}