/************************************/
/* HERO */
/************************************/

#hero {
	padding: 0;
}

#hero .slickHero li {
	position: relative;
}

#hero .heroImage {
	width: 100%;
	min-height: 400px;
}

#hero .heroInfo {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	color: #646464;
}

#hero .heroInfo h1{
	font-weight: 700;
}

#hero .heroInfo a{
	display: inline-block;
	padding: 10px 40px 10px 20px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

#hero .heroInfo span{
	color: #fff;
	font-size: 26px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#hero .heroInfo a:hover > span {
	color: #abc209;
}

.slickDot {
	text-align: center;
}

.slickDot li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px;
	cursor: pointer;
	font-size: 20px;
}

.slickDot li.slick-active {
	color: #abc209;
}

/************************************/
/* END HERO */
/************************************/

/************************************/
/* PRESENTATION */
/************************************/

#presentation {
	text-align: center;
	padding: 50px 0 0 0;
}

#presentation a {
	text-transform: uppercase;
	font-weight: 700;
}

#presentation_pdf {
    text-align: center;
	padding: 50px 0 0 0;
}

#presentation_pdf .button_homepage {
    display: inline-block;
    border: none;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

/************************************/
/* END PRESENTATION */
/************************************/

/************************************/
/* PRODUCT CATEGORY */
/************************************/
#productCategory {
    display: none;
}

#productCategory .wrap {
	padding: 20px 0;
}

#productCategory .wrap::before {
	content: "";
	width: 100%;
	height: 16px;
	background: url("/image/bulletBackground.png") repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#productCategory .wrap::after {
	content: "";
	width: 100%;
	height: 16px;
	background: url("/image/bulletBackground.png") repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

#productCategory li {
	width: 33.33%;
	float: left;
	text-align: center;
	margin: 30px auto;
}

#productCategory a:hover > .productInfo h2 {
	color: #626d75;
}

#productCategory li a:hover {
	text-decoration: none;
}

#productCategory li span {
	color: #a1a7ac;
	font-size: 80px;
	padding: 0 30px;
}

#productCategory .productInfo {
	box-sizing: border-box;
	padding: 10px 15px;
	border-right: 1px solid #a1a7ac;
}

#productCategory li:nth-child(3n+0) .productInfo {
	border-right: none;
}

#productCategory .productInfo h2 {
	color: #5995c8;
	font-weight: 700;
	transition: all .4s ease-out;
}

#productCategory .productInfo p {
	color: #626d75;
}

/************************************/
/* END PRODUCT CATEGORY */
/************************************/

/************************************/
/* SERVICES CATEGORY */
/************************************/

#servicesCategory .background {
	width: 100%;
	background: #e0e2e3;
	position: absolute;
	left: 0;
}

#servicesCategory li a:hover {
	text-decoration: none;
}

#servicesCategory li div {
	min-height: 200px;
}

#servicesCategory li p {
	text-align: center;
	padding: 10px;
	background: #626d75;
	color: #fff;
}

#servicesCategory .servicesLink {
	text-transform: uppercase;
	display: block;
	border: 1px solid #accae3;
	max-width: 80%;
	padding: 10px 0;
	margin: 10px auto 0 auto;
	text-align: center;
	font-weight: 700;
	border-radius: 3px;
}

#servicesCategory {
    padding: 0;
    padding: 70px 0 0 0;
}

/************************************/
/* END SERVICES CATEGORY */
/************************************/


/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

	/************************************/
  /* HERO */
  /************************************/

	#hero .heroImage {
		min-height: 300px;
	}

  /************************************/
  /* END HERO */
  /************************************/

	/************************************/
	/* PRODUCT CATEGORY */
	/************************************/

	#productCategory li {
		width: 50%;
		margin: 10px auto;
	}

	#productCategory li span {
		font-size: 60px;
	}

	#productCategory li:nth-child(3n+0) .productInfo {
		border-right: 1px solid #a1a7ac;
	}

	#productCategory li:nth-child(even) .productInfo {
		border-right: none;
	}

	/************************************/
	/* END PRODUCT CATEGORY */
	/************************************/
    
    /************************************/
	/* SERVICE CATEGORY */
	/************************************/
    
    #servicesCategory {
        padding: 0;
        padding: 50px 0 0 0;
    }
    
    /************************************/
	/* END SERVICE CATEGORY */
	/************************************/
    
}



/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

  /************************************/
  /* HERO */
  /************************************/

	#hero .heroImage {
		min-height: 200px;
	}

	#hero .heroInfo {
		position: relative;
		top: 0;
		transform: translateY(0);
		color: #626d75;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	#hero .heroInfo a{
		display: block;
	}

  /************************************/
  /* END HERO */
  /************************************/

	/************************************/
	/* PRODUCT CATEGORY */
	/************************************/

	#productCategory .wrap {
		padding: 20px 10px;
	}

	#productCategory li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #a1a7ac;
		text-align: left;
	}

	#productCategory li:last-child {
		border-bottom: none;
	}

	#productCategory li span {
		font-size: 40px;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}

	#productCategory .productInfo {
		border-right: none;
		display: inline-block;
		vertical-align: middle;
		max-width: calc(100% - 45px);
		padding: 0 0 10px 10px;
	}

	#productCategory li:nth-child(3n+0) .productInfo {
		border-right: none;
	}

	#productCategory li:nth-child(even) .productInfo {
		border-right: none;
	}

	/************************************/
	/* END PRODUCT CATEGORY */
	/************************************/
    
    /************************************/
	/* SERVICE CATEGORY */
	/************************************/
    
    #servicesCategory {
        padding: 0;
        padding: 40px 0 0 0;
    }
    
    /************************************/
	/* END SERVICE CATEGORY */
	/************************************/
    
    
    
    
}
