/************************************/
/* PAGE TITLE */
/************************************/

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

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

#pageTitle h1 {
	font-weight: 700;
}

#pageTitle ul {
	padding: 0 0 50px 0;
}

#pageTitle li {
	display: inline-block;
	margin: 0 10px;
}

#pageTitle a {
	color: #626d75;
}

/************************************/
/* END PAGE TITLE */
/************************************/

/************************************/
/* SOBRE NOS CTA */
/************************************/

#sobreNosCta article > * {
	display: inline-block;
	vertical-align: top;
}

#sobreNosCta h2 {
	max-width: 700px;
	text-align: right;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

#sobreNosCta a {
	max-width: 280px;
	padding: 10px 40px 10px 20px;
	text-transform: uppercase;
}

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

/************************************/
/* END SOBRE NOS CTA */
/************************************/

/************************************/
/* PRODUCTS */
/************************************/

#products .pages {
	text-align: center;
	padding: 0 0 20px 0;
}

#products .pages a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #626d75;
	background: #f7f8f8;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	min-width: 40px;
}

#products .pages a:hover {
	text-decoration: none;
	background: #e0e2e3;
}

#products .pages .icon {
	font-size: 20px;
}

#products .pages .active {
	background: #e0e2e3;
}

#products .pages .activeLast {
	margin: 0 0 0 28px;
}

#products .pages .activeLast::before {
	content: "...";
	position: absolute;
	left: -20px;
}

#products .productList {
	margin: 20px 0 0 0;
}

#products .productList .image {
	width: 380px;
	/*height: 280px;*/
	border: 1px solid #d8dadc;
	float: left;
	margin: 0 20px 5px 0;
	box-sizing: border-box;
}

#products .productList h2 {
	color: #abc209;
	font-weight: 700;
	padding: 20px 0 0 0;
}

#products .productList .textInfo {
	border: 1px solid #d8dadc;
	border-left: none;
	padding: 0 20px 20px 0;
	margin: 20px 0;
}

#products .productList h4 {
	display: inline-block;
	padding: 10px 20px;
	background: #c0c4c8;
	color: #fff;
	margin: 0 0 10px 0;
}

#products .productList a {
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	display: inline-block;
}

/************************************/
/* END PRODUCTS */
/************************************/

/************************************/
/* TEXT AND IMAGE */
/************************************/

.textImage .rightSide {
	float: right;
	width: 50%;
	position: relative;
}

.textImage .leftSide {
	width: 50%;
}

.textImage .textInfo {
	padding: 0 20px 10px 0;
}

.smallSlick {
	width: 100%;
}

.smallSlick li {
	width: 100%;
	height: 340px;
}

.rightSide .smallSlickNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	top: 45%;
	padding: 0 10px;
	box-sizing: border-box;
}

.rightSide .smallSlickNav span {
	font-size: 20px;
	padding: 10px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	color: #fff;
	float: left;
	cursor: pointer;
	transition: all .3s ease-out;
}

.rightSide .smallSlickNav span:last-of-type {
	float: right;
}

.rightSide .smallSlickNav span:hover {
	background: rgba(0,0,0,.8);
}

.textImage .textInfo h2 {
	color: #abc209;
	font-weight: 700;
}

.textImage .textInfo p {
	padding: 20px 0;
}

.textImage .textInfo a {
	padding: 10px 40px 10px 20px;
	text-transform: uppercase;
}

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

/************************************/
/* BRAND LIST */
/************************************/

#brands ul {
	position: relative;
}

#brands ul li {
	float: left;
	position: relative;
	width: 25%;
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #d8dadc;
}

#brands ul li div {
	width: 100%;
}

#brands ul li::before {
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#brands ul li::after {
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	right: 0;
}

#brands li figure {
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #d8dadc;
}

#brands li:nth-child(4n) figure {
	border-right: 1px solid #fff;
}

/************************************/
/* END BRAND LIST */
/************************************/

/************************************/
/* CONTACTS */
/************************************/

#contacts .wrap > div {
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

#contacts .wrap .contactForm {
	padding: 0 0 0 20px;
}

#contacts .contactText h2, #contacts .contactForm h3 {
	padding: 0 0 20px 0;
}

#contacts .contactText li {
	margin: 0 0 20px 0;
}

#contacts .contactText li > * {
	display: inline-block;
	vertical-align: middle;
}

#contacts .contactText li:last-of-type > * {
	display: inline-block;
	vertical-align: top;
}

#contacts .contactText .icon {
	margin: 0 20px 0 0;
}

#contacts input, #contacts textarea, #contacts .ui-selectmenu-button {
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #d8dadc;
	border-radius: 3px;
	font-size: 14px;
	margin: 5px 0;
	max-width: 490px;
	background: #fff;
}


#contacts .contactForm button {
	display: block;
	border: none;
	padding: 5px 40px 5px 20px;
	text-transform: uppercase;
}

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

/************************************/
/* END CONTACTS */
/************************************/

/************************************/
/* MAP */
/************************************/

#map iframe {
	width: 100%;
	max-height: 400px;
}

/************************************/
/* END MAP */
/************************************/

/************************************/
/* INFO LIST */
/************************************/

#accordion {
	max-width: 980px;
	margin: auto;
}

#accordion > h2 {
	font-weight: 700;
	background: #fff;
	border: none;
	border-bottom: 1px solid #d8dadc;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 16px;
}

#accordion > h2:first-of-type {
	padding: 0 0 20px 0;
}

#accordion div {
	border: none;
}

#accordion h2.ui-accordion-header-active {
	color: #abc209;
}

/************************************/
/* INFO LIST */
/************************************/


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

@media (max-width:1200px) {

	/************************************/
  /* PAGE TITLE */
  /************************************/

	#pageTitle {
		padding: 40px 0 0 0;
	}

	#pageTitle ul {
		padding: 0 0 40px 0;
	}

  /************************************/
  /* END PAGE TITLE */
  /************************************/

	/************************************/
	/* SOBRE NOS CTA */
	/************************************/

	#sobreNosCta h2 {
		max-width: 420px;
	}

	/************************************/
	/* END SOBRE NOS CTA */
	/************************************/

	/************************************/
	/* PRODUCTS */
	/************************************/

	#products .productList .image {
		width: 250px;
		height: 185px;
	}

	/************************************/
	/* END PRODUCTS */
	/************************************/

	/************************************/
	/* TEXT AND IMAGE */
	/************************************/

	.textImage .rightSide {
		float: none;
		width: 100%;
	}

	.textImage .leftSide {
		width: 100%;
		padding: 40px 0 10px 0;
	}

	.textImage .textInfo {
		padding: 20px 0 10px 0;
	}

	/************************************/
	/* END TEXT AND IMAGE */
	/************************************/

	/************************************/
	/* CONTACTS */
	/************************************/

	/************************************/
	/* END CONTACTS */
	/************************************/

}


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

@media (max-width:767px) {

  /************************************/
  /* PAGE TITLE */
  /************************************/

	#pageTitle {
		padding: 30px 0 0 0;
	}

	#pageTitle ul {
		padding: 0 0 30px 0;
	}

  /************************************/
  /* END PAGE TITLE */
  /************************************/

	/************************************/
	/* SOBRE NOS CTA */
	/************************************/

	#sobreNosCta h2 {
		max-width: 100%;
		text-align: left;
	}

	#sobreNosCta a {
		display: block;
		max-width: 100%;
		margin: 20px 0 0 0;
	}

	/************************************/
	/* END SOBRE NOS CTA */
	/************************************/

	/************************************/
	/* PRODUCTS */
	/************************************/

	#products .productList {
		margin: 0;
	}

	#products .pages a {
		display: none;
	}

	#products .pages .icon {
		display: inline-block;
	}

	#products .pages .active {
		display: inline-block;
	}

	#products .productList .image {
		width: 300px;
		height: 220px;
		margin: 0;
		float: none;
	}

	#products .productList .textInfo {
		padding: 10px 0;
		border-right: none;
	}

	/************************************/
	/* END PRODUCTS */
	/************************************/

	/************************************/
	/* TEXT AND IMAGE */
	/************************************/

	.smallSlick li {
		height: 250px;
	}

	/************************************/
	/* END TEXT AND IMAGE */
	/************************************/

	/************************************/
	/* BRAND LIST */
	/************************************/

	#brands ul li {
		width: 50%;
	}

	#brands li:nth-child(4n) figure {
		border-right: 1px solid #d8dadc;
	}

	#brands li:nth-child(2n) figure {
		border-right: 1px solid #fff;
	}

	/************************************/
	/* END BRAND LIST */
	/************************************/

	/************************************/
	/* CONTACTS */
	/************************************/

	#contacts .wrap > div {
		width: 100%;
		float: none;
		padding: 0 0 20px 0;
	}

	#contacts .wrap .contactForm {
		padding: 0 0 20px 0;
	}

	/************************************/
	/* END CONTACTS */
	/************************************/

	/************************************/
	/* MAP */
	/************************************/

	#map iframe {
		max-height: 300px;
	}

	/************************************/
	/* END MAP */
	/************************************/

}
