@charset "UTF-8";

@media screen and (max-width: 959px) {
	
body {}
	
	
.main-visual {
	position: relative;
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
	}
.main-visual h1 {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 73.62px;
	margin: -38px 0 0 -125px;
	background: no-repeat url("../images/h1-title.png") center / contain;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	z-index: 10;
	}
	.bx-wrapper {
		height: 300px;
		box-shadow: none;
		border: none;
		}
.slider {
	width: 100%;
	height: 300px;
	background: no-repeat center / cover;
	}
.slider1 { background-image: url("../images/top-slide1.jpg"); background-position: right center;}
.slider2 { background-image: url("../images/top-slide2.jpg"); }
.slider3 { background-image: url("../images/top-slide3.jpg"); }
.slider4 { background-image: url("../images/top-slide4.jpg"); }
.slider5 { background-image: url("../images/top-slide5.jpg"); }

.bx-wrapper .bx-prev {
	left: 0;
	background: url("../images/controls-before.png") no-repeat 0 0 / contain;
	}
.bx-wrapper .bx-next {
	right: 0;
	background: url("../images/controls-next.png") no-repeat 0 0 / contain;
	}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
	transition: .3s all ease;
	}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: 0 0;
	opacity: .5;
	}

	
.news-container {
	width: 94vw;
	margin: 0 auto 4vw;
	overflow: hidden;
	}
	.news-container h2 {
		float: left;
		margin: 0 3em 0 0;
		color: #0b366c;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: .1em;
		font-weight: bold;
		}
	.news-container ul {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.news-container ul li {
			font-size: 14px;
			line-height: 1.5;
			color: #333;
			}
			.news-container ul li .news-date {
				margin-right: 1.4em;
				}

.brand-container {
	width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
	}
.brand-container-bianchi {
	height: auto;
	}
.brand-container-peugeot {
	height: auto;
	margin: 0 auto 60px;
	}
	.brand-container .brand-body {
		float: none;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 10vw 4vw 10vw;
		}
	.brand-container-bianchi .brand-body { 
		background-color: #66b1ad;
		}
	.brand-container-peugeot .brand-body { 
		background-color: #16182f;
		}
		.brand-container .brand-body h2 {
			display: block;
			background: no-repeat center / contain;
			}
		.brand-container .brand-body p {
			margin-bottom: 30px;
			color: #FFF;
			font-size: 14px;
			line-height: 1.7;
			}
		.brand-container .brand-body a {
			margin-bottom: 10px;
			}

		.brand-container-bianchi .brand-body h2 {
			width: 120px;
			height: 120px;
			margin: 0 auto 40px;
			background-image: url("../images/logo-bianchi.png");
			}
		.brand-container-peugeot .brand-body h2 {
			width: 120px;
			height: 100px;
			margin: 0 auto 10px;
			background-image: url("../images/logo-peugeot.png");
			}

	.brand-container .brand-photo {
		float: none;
		width: 100%;
		height: 80vw;
		}

	.brand-container-bianchi .brand-photo {
		background: no-repeat url("../images/photo-bianchi.jpg") center / cover;
		}
	.brand-container-peugeot .brand-photo {
		background: no-repeat url("../images/photo-peugeot.jpg") right top / cover;
		}

.link-container {
	width: 90vw;
	margin: 0 auto 10vw;
	overflow: hidden;
	}
	.link-container a {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		height: 200px;
		margin-bottom: 10vw;
		background: no-repeat center / cover;
		}
	.link-container .link-container-company {
		margin-right: 0;
		background-image: url("../../common/images/gnav-company-bg.jpg");
		}
	.link-container .link-container-safety {
		background-image: url("../../common/images/gnav-brand-bg.jpg");
		}
		.link-container a p.g-nav-a-title {
			display: block;
			box-sizing: border-box;
			position: absolute;
			bottom: 0;
			width: 100%;
			padding: 5px 0 3px 10px;
			background: rgba(255,255,255,0.85);
			color: #000;
			text-align: left;
			font-size: 14px;
			}

.register-container {
	width: 100%;
	background: no-repeat url("../images/register-bg.jpg") center / cover;
	}

	.register-body {
		width: 88vw;
		margin: 0 auto;
		padding: 20vw 0 20vw;
		}
		.register-body h2 {
			margin: 0 0 20px;
			color: #FFF;
			font-size: 24px;
			letter-spacing: .1em;
			}
		.register-body p {
			width: 100%;
			margin: 0 0 40px;
			color: #FFF;
			font-size: 14px;
			}
	
	
}