@charset "UTF-8";

/*
red color : #e2001a
*/

#minisite {
	font-size: 18px;
}

/* KAP */
#minisite .links-parts {
	width: 100%;
	padding: 2em 0;
	text-align: center;
}

#minisite #kap-find-parts {
	padding: 0 0 2.5em 0;

}

#minisite #kap-find-parts a {
	padding-left: 2.2em;
}

#minisite #adco-find-parts a {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}

#minisite .links-parts a {
	text-decoration: none;
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: bold; 
}

#minisite .links-parts #logo-kap {
	padding-left: 2em;
	background: url('../webdistributor/img/kn-small.png') no-repeat center;
	background-size: auto 90%;
	background-color: transparent; 
}

#minisite .links-parts a:hover {
	text-decoration: underline;
	text-decoration-color: #e2001a;
}

#minisite .links-parts #logo-careco {
	padding-left: 2em;
	background: url('../img/logo-e-careco.svg') no-repeat center;
	background-size: auto 100%;
	background-color: transparent
}


/* FIRST BLOCK */

#minisite #first-block {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center; 
	align-items: center;
}

#minisite #first-block-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#minisite #first-block-content #storage-img-content {
/* 	align-self: center; */
	width: 500px;
	min-height: 350px;
	background: url("../img/storage-L.jpg") no-repeat center;
	background-size: auto;
	border: 1px solid white;
	flex-shrink: 0;
}

#minisite #first-block-content #text-content {
	padding: 0 .5em;
	margin-left: 2em;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

#minisite #first-block-content #text-content > p {
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
	margin-top: 0;
}

#minisite #first-block-content #text-content > p:last-child {
	margin-bottom: 0;
}

#minisite #text-content > p .green-text {
	color: rgb(20,156,66);
}


/* SECEND BLOCK */

#minisite #second-block {
    padding: 5em 0 2em 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

#minisite #second-block .ellipse {
	border-radius: 50%;
	border: 1px solid white;
}

#minisite #second-block #storage-img {
	background: url("../img/storage-2.jpg") no-repeat center;
}

#minisite #second-block #motor-img {
	background: url("../img/motor.jpg") no-repeat center;
}

#minisite #second-block #storage-img,
#minisite #second-block #motor-img {
	width: 500px;
	height: 350px;
	background-size: cover;
}

/* DIST INFO */

#minisite #dist-infos {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 1em;
}

#minisite #dist-infos > div {
	min-height: 150px;
	text-align: center;
}

#minisite #map {
    height: 460px;
    display: flex;
    flex-flow: column nowrap;
    margin: 1em 0 -1em 0;
}

#minisite #map iframe {
	width: 100%;
	height: 100%;
	align-self: center;
    border: none;
    box-sizing: border-box;
}

/* ----- MEDIA QUERIES ----- */

/* MEDIA 1280px  */

@media only screen and (max-device-width : 1280px) , screen and (max-width: 1280px) {
	
	#minisite #first-block-content {
		flex-flow: column nowrap;
	}
	
	#minisite #first-block-content #storage-img-content {
		width: 100%;
		min-height: 250px;
		background-size: 100% auto;
		background-position: center 25%;
		border: none;
	}
	
	#minisite #first-block-content #text-content {
		margin: 2em 0 0 0;
	}
	
	#minisite #second-block {
		flex-flow: column nowrap;
	    padding: 0;
	}
	
	#minisite #second-block #storage-img,
	#minisite #second-block #motor-img {
		margin: 1em 0 1em 0;
	}
}


/* MEDIA 1024px */ 

@media only screen and (max-device-width : 1024px) , screen and (max-width: 1024px) {
	#minisite #map {
    	margin-left: -1em;
    	margin-right: -1em;
	}
}

/* MEDIA 768px */ 

@media only screen and (max-device-width : 768px) , screen and (max-width: 768px) {
	
	#minisite #map {
    	margin-left: -.5em;
    	margin-right: -.5em;
	}
}

/* MEDIA 652px */ 

@media only screen and (max-device-width : 652px) , screen and (max-width: 652px) {
	
	#minisite #first-block-content #storage-img-content {
		min-width: 0;
	}
	
	#minisite #dist-infos {
		flex-flow: column nowrap;
		align-items: center;
		justify-content: space-between;
		margin: 1em 0;
	}
	
	#minisite #dist-infos > div {
		min-height: 0px;
		margin-bottom: 1em;
	}
	
	#minisite #map {
		padding-top: 0;
	}	
}

/* MEDIA 560px */ 

@media only screen and (max-device-width : 560px) , screen and (max-width: 560px) {

	#minisite #second-block #storage-img,
	#minisite #second-block #motor-img {
    	width: 380px;
    	height: 260px;
   	}
}

/* MEDIA 450px */ 

@media only screen and (max-device-width : 450px) , screen and (max-width: 450px) {

	#minisite #second-block #storage-img,
	#minisite #second-block #motor-img {
	    width: 280px;
	    height: 200px;
	}
}



