﻿/*********** DEFAULT SERVICES COMPONENTS CSS********/
.opel-inner-wrapper.service-content-page > div {
	margin-bottom: auto;
}

.service-content-page ol {
	margin-left: 15px;
}

#swipebox-overlay {
	background: rgba(13, 13, 13, 0.8);
}

.service-content-page > .grid-100 {
	padding-left: 35px;
	padding-right: 35px;
}

	.service-content-page > .grid-100.grid-parent {
		padding: 0;
	}

.carousel-wrapper .carousel {
	margin-bottom: 0px;
}

.service-content-page .carousel-indicators {
	left: 0;
	width: 100%;
	bottom: 0px;
	margin-left: 0;
}

.carousel-indicators-nav {
	position: relative;
	margin-left: auto;
	top: auto;
	bottom: auto;
	z-index: auto;
	display: block;
}

	.carousel-indicators-nav ul {
		display: flex;
		flex-wrap: wrap;
		background-color: #FFF;
	}

	.carousel-indicators-nav li {
		width: auto;
		height: auto;
		text-indent: 0;
		border-radius: 0;
		padding: 10px;
		color: #000;
		font-family: OpelSansCondensed;
		font-size: 18px;
		line-height: 20px;
		cursor: pointer;
		border: 0px;
		text-transform: uppercase;
	}

		.carousel-indicators-nav li.active {
			width: auto;
			height: auto;
			margin: 0;
			background-color: #f7d900;
		}
.opel-video-icon a {
    position: relative;
    display: block;
}
.opel-video-icon a.swipebox:after {
	content: "\e029";
	font-family: 'Glyphicons Halflings';
	color: rgba(247, 217, 0, 0.5);
	font-size: 84px;
	position: absolute;
	z-index: 10;
	top: calc(50% - 84px);
	left: 50%;
	font-weight: 100;
}

.opel-video-icon a.swipebox:hover:after {
	color: #f7d900;
	font-weight: 100;
}
.lSSlideOuter .opel-video-icon a.swipebox:after {
    content: "\e029";
    font-family: 'Glyphicons Halflings';
    color: rgba(247, 217, 0, 0.5);
    font-size: 84px;
    position: absolute;
    z-index: 10;
    top: calc(50% - 60px);
    left: calc(50% - 42px);
    font-weight: 100;
}
.opel-carousel-content {
	position: absolute;
	bottom: 10%;
	right: 5%;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	max-width: 350px;
	padding: 10px;
	font-family: OpelSansCondensed;
}

	.opel-carousel-content a {
		font-weight: bold;
	}

		.opel-carousel-content a:hover {
			text-decoration: none;
		}

	.opel-carousel-content.left {
		left: 5%;
		right: auto;
	}

	.opel-carousel-content.top {
		top: 5%;
		bottom: auto;
	}

	.opel-carousel-content.right {
		right: 5%;
		left: auto;
	}

	.opel-carousel-content.bottom {
		bottom: 5%;
		top: auto;
	}
/* Lightbox component */
#swipebox-prev, #swipebox-next, #swipebox-close {
	background-image: none;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
}

#swipebox-title {
	display: none;
}

#swipebox-close {
	right: 1%;
}

	#swipebox-close:after {
		content: "\e014";
		font-family: 'Glyphicons Halflings';
		color: #FFF;
		font-size: 28px;
	}

#swipebox-prev:after {
	content: "\e257";
	font-family: 'Glyphicons Halflings';
	color: #FFF;
	font-size: 28px;
}

#swipebox-next:after {
	content: "\e258";
	font-family: 'Glyphicons Halflings';
	color: #FFF;
	font-size: 28px;
}
/* Affix & Scrollspy */
.affix-top {
	position: relative;
	top: 0;
}

.affix {
	top: 0px;
}

.affix-bottom {
}

#nav-service-affix.affix .nav {
	padding-left: 15px;
}

.navbar-service {
	left: 0;
	width: 100%;
	display: block;
	z-index: 55;
}

	.navbar-service ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0px;
		background-color: #FFF;
		margin: 0 auto;
		max-width: 1182px;
		min-height: 50px;
	}

		.navbar-service ul li {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
		}

			.navbar-service ul li a {
				color: #000;
				font-family: OpelSansCondensed;
				font-size: 18px;
				line-height: 20px;
				font-weight: normal;
				text-transform: uppercase;
				padding: 0;
			}

				.navbar-service ul li a:hover, .navbar-service ul li a:focus {
					text-decoration: none;
					font-weight: normal;
				}

			.navbar-service ul li.active, .navbar-service ul li:hover {
				border-bottom: 4px solid #f7d900;
			}

	.navbar-service .nav > li > a:focus, .navbar-service .nav > li > a:hover {
		background-color: transparent;
	}
/* Lightslider component */
.lSSlideOuter {
	margin: 20px 0px;
}

	.lSSlideOuter .lSPager.lSpg > li {
		height: 20px;
	}

		.lSSlideOuter .lSPager.lSpg > li a {
			height: 12px;
			width: 12px;
		}

		.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
			background-color: #f7d900;
		}

.lSPager.lSpg {
	margin-top: 15px !important;
}
.content-slider li.lslide {
	text-align: center;
}
span.content-slider-title {
			display: block;
			margin-bottom: 20px;
			position: relative;
			font-family: OpelSansCondensedBold;
			font-size: 18px;
			line-height: 26px;
			padding-left: 20px;
		}
@media (max-width: 400px) {
}

@media (max-width: 400px) {
	.lightSlider .lslide img {
		width: 75%;
	}
}

.service-mobile-section-title {
	/*display: none;*/
	font-size: 28px;
	line-height: 32px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.service-content-page .legal-text-footer {
	font-size: 0.75em;
}

.service-content-page .service-content {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.service-mobile-section-title {
		display: block;
	}

	.navbar-service {
		display: none;
	}

	.carousel-indicators-nav {
		display: none;
	}

	.opel-carousel-content {
		/*position: relative;
		background-color: #f7d900;
		bottom: auto;
		right: auto;
		max-width: none;*/
		/*display: none;*/
		position: relative;
		right: auto;
		left: auto;
	}
	.opel-carousel-content.left {
		left: auto;
		right: auto;
	}

	.opel-carousel-content.top {
		top: auto;
		bottom: auto;
	}

	.opel-carousel-content.right {
		right: auto;
		left: auto;
	}

	.opel-carousel-content.bottom {
		bottom: auto;
		top: auto;
	}
	.service-content-page .carousel-indicators {
		bottom: -35px;
	}
	.expander-open:after {
		content: "\2212";
		font-family: 'Glyphicons Halflings';
		float: right;
	}

	.expander-closed:after {
		content: "\2b";
		font-family: 'Glyphicons Halflings';
		float: right;
	}

	#mobile-section-wrapper {
		padding: 0px 10px;
	}

	.carousel-inner .item.opel-video-icon a:after {
		font-size: 40px;
		top: calc(50% - 28px);
	}
}

@media (max-width: 400px) {
	.opel-video-icon a.swipebox:after {
		font-size: 22px;
		top: calc(50% - 22px);
	}

	.opel-video-icon a.swipebox:after {
		top: calc(50% - 60px);
		left: calc(50% - 30px);
	}
}

/******* SERVICES ******/
.service-banner {
	position: relative;
}

	.service-banner img {
		width: 100%;
	}

.service-features-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.service-features-item {
	width: calc(33.33% - 14px);
	background-color: #FFF;
	margin: 0px 20px 15px 0px;
	border-top: 5px solid #f7d900;
}

	.service-features-item:nth-child(3n+3) {
		margin-right: 0px;
	}

.service-features-item-inner {
	padding: 10px 20px;
}

.service-features-item-content h3 {
	margin: 0 0 .2em;
}

.service-features-item-img img {
	width: 100%;
}

#mobile-section-wrapper {
	margin-bottom: 20px;
}

	#mobile-section-wrapper h3:nth-of-type(1) {
		margin-top: 10px;
	}

.service-content-page .next-arrow {
	right: 50px;
}

.service-content-page .prev-arrow, .service-content-page .next-arrow {
	position: absolute;
	z-index: 19;
	bottom: calc(50% + 41px);
}

@media (max-width: 992px) {
	.service-features-item {
		width: calc(50% - 20px);
	}

		.service-features-item:nth-child(3n+3) {
			margin-right: 20px;
		}

	#mobile-section-wrapper {
		background-color: #FFF;
		padding: 20px 10px;
	}

	.service-mobile-section-title {
		border-bottom: 1px solid #ccc;
		padding: 15px;
	}
}

@media (max-width: 640px) {
	.service-features-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

		.service-features-item:nth-child(3n+3) {
			margin-right: 0;
		}
}

span.content-slider-title {
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-family: OpelSansCondensedBold;
	font-size: 18px;
	line-height: 26px;
}
.block-yellow-title span {
	font-weight: bold;
	font-family: OpelSansCondensedBold;
	font-size: 24px;
	line-height: 28px;
	display: block;
}
.block-yellow-title {
	background: #f7d900;
	padding: 10px;
}
.block-yellow-title a {
	font-weight: bold;
}
.block-yellow-title a:before, .content-slider-title:before {
	content: " \f125";
	font-family: "Ionicons";
	margin-right: 5px;
}
/******* OPEL ACCESSOIRES ******/
.accessoires-models-overview-container {
	display: flex;
	flex-wrap: wrap;
}

.accessoires-model-item {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 15px;
}

	.accessoires-model-item a {
		display: block;
		position: relative;
		padding-left: 20px;
		margin: 10px 0px;
		font-weight: bold;
		font-size: 1.1em;
	}

		.accessoires-model-item a[href]:last-child:before {
			font-family: 'Glyphicons Halflings';
			content: "\e080";
			position: absolute;
			left: 0;
			top: 0;
		}

		.accessoires-model-item a:active, .accessoires-model-item a:focus, .accessoires-model-item a:visited, .accessoires-model-item a:hover {
			color: #000;
			text-decoration: none;
		}

	.accessoires-model-item img {
		width: 100%;
		max-width: 224px;
		margin-bottom: 10px;
	}

@media (max-width: 992px) {
	.accessoires-model-item {
		width: 32.33%;
		margin-right: 1%;
		margin-bottom: 1%;
		background-color: #FFF;
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.accessoires-model-item {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%;
		background-color: #FFF;
		padding: 15px;
	}
}

@media (max-width: 560px) {
	.accessoires-model-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		background-color: #FFF;
		padding: 15px;
	}

		.accessoires-model-item img {
			width: 100%;
		}

		.accessoires-model-item a {
			display: block;
			float: none;
			width: 100%;
		}		
}
