ul.djslider-in > li {
    text-align: center;
    text-indent: 0px !important;
}
.djslider-default .navigation-container .next-button {
    right: -20px !important;
}

@media only screen and (min-width: 768px) {
	#mk_sidebar_left {
		position: sticky;
		top: 80px;
	}
}


#mk_menu.navbar {
	position: sticky;
	top: 0;
	z-index: 999;
}

.ad-page {
	margin: 20px 0;
}

.ad-page .title {
	margin: 20px 0 10px;
	color: #335498;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.ad-page .line1_content {
	margin-left: auto;
	margin-right: auto;
}

.ad-page .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px -10px 5px;
}

.ad-page .row .col {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.ad-page .row .col:nth-child(2) .box::before {
	opacity: 0.15;
	background: url('/images/autotransport/auto-bg-1.jpg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.ad-page .row .box {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	min-height: 100%;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.ad-page .row .box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	background: url('/images/autotransport/auto-bg-2.jpg') center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.ad-page .row .box .slogan {
	margin-top: 15px;
	text-align: center;
}

.su-custom-carousel-style1 .owl-dots {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.ad-page .row .box .button {
	margin: auto;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	background-color: #335498;
	vertical-align: middle;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.ad-page .owl-carousel {
	margin-top: 25px;
}

.ad-page .owl-carousel.owl-drag .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 85px;
	padding: 0 10px;
	text-align: center;
}

.ad-page .owl-carousel.owl-drag .owl-item img {
	width: auto;
	height: 70px;
}

.ad-page .owl-carousel.owl-drag .owl-item img[src="/images/autotransport/models/7.jpg"] {
	height: 40px;
}

.ad-page .owl-carousel.owl-drag .owl-item img[src="/images/autotransport/models/10.jpg"] {
	height: 40px;
}

.ad-page .owl-carousel.owl-drag .owl-item img[src="/images/autotransport/models/13.jpg"] {
	height: 44px;
}

@media (min-width: 1025px) {
	.ad-page .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.ad-page .row .col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
}
