header {
	background: #ffffff none repeat scroll 0 0;
  margin: 0;
  padding: 24px 0 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

header .logo {
	float: left;
  height: 62px;
  overflow: hidden;
}

header .logo > img {
	height: 100%;
}

header .menu {
	float: right;
  overflow: hidden;
}

header .menu .menu-item {
	border-right: 1px solid #898a7c;
  color: #24430a;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  height: 55px;
  line-height: 14px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

header .menu .menu-item:last-child {
	border-right: none;
}

header .menu .menu-item.double {
	padding: 14px 20px;
}

header .menu .menu-item.active {
	color: #ffc363;
	cursor: default;
}

section {
	padding: 60px 0;
}

section > div {
	
}

section > div > .title {
	color: #000000;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
}

section > div > .inner-content {
	margin-top: 50px;
}

section#slider {
	padding: 0 0 60px;
  position: relative;
  top: 100px;
}

section#slider > div {
	overflow: hidden;
	position: relative;
}

section#slider .arrow {
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	cursor: pointer;
	height: 0;
	position: absolute;
	top: 180px;
	width: 0;
  z-index: 10;
}

section#slider .arrow.left {
	border-right: 30px solid #5ced61;
	left: 30px;
}

section#slider .arrow.right {
	border-left: 30px solid #5ced61;
  right: 30px;
}

section#slider .inner-content {
	margin-top: 0;
	overflow: hidden;
}

section#slider .inner-content .slides {
	height: 400px;
	overflow: hidden;
  position: relative;
  transform: translateX(0px);
  transition: all 0.5s;
  width: 10000px;
}

section#slider .inner-content .slides .slide {
	float: left;
	height: 100%;
	width: 1140px;
}

section#slider .inner-content .slides .slide > img {
	width: 100%;
}

section#about {
	background: #FFFFFF;
}

section#about .inner-content .left {
	float: left;
	width: 100%;
}

section#about .inner-content .left > div {
	
}

section#about .inner-content .left > div > p {
	font-family: Arial;
	line-height: 1.7;
	text-align: justify;
}

section#about .inner-content .left > div > p.sub-title {
	color: #0c9b8d;
  font-size: 16px;
  font-weight: bold;
  margin: 26px 0 0;
}

section#about .inner-content .left > div:first-child > p.sub-title {
	margin-top: 0;
}

section#about .inner-content .right {
	float: right;
	margin-top: 60px;
	width: 100%;
}

section#about .inner-content .right > div {
	overflow: hidden;
	width: 100%;
}

section#about .inner-content .right .box {
	background: #ff9d2a url("images/icons_malmequeres-02.png") no-repeat scroll center 40px / 70px auto;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	height: 200px;
	line-height: 280px;
	margin-bottom: 20px;
	margin-right: 113px;
	text-align: center;
	width: 200px;
}

section#about .inner-content .right .box:last-child {
	margin-right: 0;
}

section#about .inner-content .right .box.double {
	line-height: 18px;
  padding: 120px 0 40px 0;
}

section#about .inner-content .right .box p {
	font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 10px;
  text-align: left;
}

section#about .inner-content .right .box.first {
	background: #0c9b8d;
	margin-bottom: 60px;
}

section#about .inner-content .right .box.first > a {
	color: #FFFFFF;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: underline;
}

section#about .inner-content .right .box.certification {
	background: #0c9b8d;
}

section#about .inner-content .right .box.criteria {
	background: #0c9b8d;
	margin-bottom: 60px;
}

section#we {
	background: #009889;
}

section#we > div > .title {
	color: #FFFFFF;
}

section#we .inner-content .box {
	background: #ffffff url("images/icons_malmequeres-03.png") no-repeat scroll center 50px / 70px auto;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 256px;
	width: 256px;
}

section#we .inner-content .box.middle {
	margin: 0 186px;
}

section#we .inner-content .box > span {
	color: #0c9b8d;
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  padding-top: 145px;
  text-align: center;
  width: 100%;
}

section#we .inner-content .box:last-child > span {
	line-height: 25px;
  padding-top: 145px;
}

section#we .inner-content .box > a {
	color: #009889;
  display: block;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 39px;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
  width: 240px;
}

section#projects {
	background: #ff9d2a;
}

section#projects > div > .title {
	color: #FFFFFF;
}

section#projects .inner-content .circle {
	background: #ffffff url("images/projects_picto.png") no-repeat scroll center 40px / 80px auto;
  border-radius: 50%;
  float: left;
  height: 256px;
  width: 256px;
}

section#projects .inner-content .circle.middle {
	margin: 0 186px;
}

section#projects .inner-content .circle > span {
	cursor: pointer;
	color: #286467;
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  height: 256px;
  line-height: 28px;
  padding-top: 145px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

section#partners {
	background: #FFFFFF;
}

section#partners .inner-content > div {
	
}

section#partners .inner-content > div > p.sub-title {
	color: #0c9b8d;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
	margin: 26px 0 30px 0;
	text-transform: uppercase;
}

section#partners .inner-content > div > div {
	margin-bottom: 40px;
	overflow: hidden;
}

section#partners .inner-content > div:last-child > div {
	margin-bottom: 0;
}

section#partners .inner-content > div > div .box {
	/*background: #009889;*/
	border-radius: 10px;
	float: left;
	height: 105px;
	margin-right: 67px;
	width: 105px;
}

section#partners .inner-content > div > div .box > a {
	
}

section#partners .inner-content > div > div .box > a > img {
	width: 100%;
}

section#partners .inner-content > div > div .box:last-child {
	margin-right: 0;
}

section#partners > div > .title {
	color: #05433d;
}

section#shop {
	background: #e2b33b;
}

section#shop > div > .title {
	color: #FFFFFF;
}

section#shop > div > .title .sub-menu {
	float: right;
}

section#shop > div > .title .sub-menu .sub-menu-item {
	color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin-right: 40px;
  margin-top: 8px;
}

section#shop > div > .title .sub-menu .sub-menu-item:last-child {
	margin-right: 0;
}

section#shop > div > .title .sub-menu .sub-menu-item.active {
	color: #009889;
}

section#shop .inner-content > div {
	display: none;
}

section#shop .inner-content > div.active {
	display: block;
}

section#shop .inner-content > div > div {
	margin-bottom: 25px;
	overflow: hidden;
}

section#shop .inner-content > div > div:last-child {
	margin-bottom: 0;
}

section#shop .inner-content > div > div .circle {
	background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 140px;
  margin-right: 60px;
  overflow: hidden;
  text-align: center;
  width: 140px;
}

section#shop .inner-content > div > div .circle img {
	width: 100%;
}

section#shop .inner-content > div > div .circle:last-child {
	margin-right: 0;
}

section#quality {
	background: #FFFFFF;
}

section#quality .inner-content > div {
	margin-bottom: 20px;
	overflow: hidden;
}

section#quality .inner-content > div:last-child {
	margin-bottom: 0;
}

section#quality .inner-content > div > a,
section#quality .inner-content > div > div {
	background: #1f9a88 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  height: 120px;
  line-height: 17px;
  margin-right: 30px;
  padding: 41px 0;
  text-align: center;
  text-decoration: none;
  width: 262px;
}

section#quality .inner-content > div > a:last-child {
	margin-right: 0;
}

section#contacts {
	background: #232323;
}

section#contacts > div > .title {
	color: #FFFFFF;
}

section#contacts .left {
	float: left;
  width: 300px;
}

section#contacts .left > p {
	color: #ffffff;
  font-size: 20px;
}

section#contacts .left > p > span {
	display: block;
  float: left;
  margin: 3px 10px 0 0;
}

section#contacts form {
	float: right;
  margin-right: 100px;
  width: 400px;
}

section#contacts form label {
	color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
	
.pop {
	left: 50%;
  margin-left: -570px;
  position: absolute;
  top: 2250px;
  width: 1140px;
}

.pop .arrow {
	border-bottom: 35px solid #ffcc00;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  height: 0;
  left: 92px;
  position: relative;
  width: 0;
}

#projectos_realizados .arrow {
	left: 90px;
}

#producao .arrow,
#projectos_actuais .arrow {
	left: 535px;
}

#tipos_actividades .arrow {
	left: 977px;
} 

#projectos_futuros .arrow {
	left: 980px;
}

.pop .pop-content {
	background: #ffcc00 none repeat scroll 0 0;
  color: #000000;
  padding: 10px 50px 10px 20px;
  width: 100%;
}

.pop .pop-content .title {
	color: #009889;
  font-size: 16px;
  font-weight: bold;
  margin: 26px 0 10px;
}

#aboutPopOne,
#aboutPopTwo,
#aboutPopThree,
#aboutPopFour,
#aboutPopFive,
#aboutPopSix,
#aboutPopSeven {
	display: none;
	margin-left: -70px;
  top: 530px;
  width: 300px;
}

#aboutPopTwo,
#aboutPopThree,
#aboutPopFour,
#aboutPopSeven {
	top: 1528px;
}

#aboutPopTwo {
	margin-left: -570px;
}

#aboutPopThree {
	margin-left: -261px;
	overflow: hidden;
	width: 500px;
}

#aboutPopFour {
	margin-left: 53px;
}

#aboutPopSeven {
	margin-left: 370px;
}

#aboutPopOne {
	margin-left: -409px;
}

#aboutPopOne,
#aboutPopFive,
#aboutPopSix {
	top: 1750px;
}

#aboutPopFive {
	margin-left: -255px;
	width: 560px;
}

#aboutPopSix {
	margin-left: -135px;
	width: 560px;
}

#aboutPopOne .pop-content,
#aboutPopTwo .pop-content,
#aboutPopThree .pop-content,
#aboutPopFour .pop-content,
#aboutPopFive .pop-content,
#aboutPopSix .pop-content,
#aboutPopSeven .pop-content {
	height: 147px;
}

#aboutPopThree .pop-content {
	height: 500px;
}

#aboutPopOne .pop-content,
#aboutPopTwo .pop-content,
#aboutPopSeven .pop-content {
	height: 112px;
	line-height: 41px;
}

#aboutPopFive .pop-content {
	height: 210px;
}

#aboutPopSix .pop-content {
	height: 250px;
}

#aboutPopOne .arrow,
#aboutPopTwo .arrow,
#aboutPopThree .arrow,
#aboutPopFour .arrow,
#aboutPopFive .arrow,
#aboutPopSix .arrow,
#aboutPopSeven .arrow {
	border-color: transparent transparent #ffcc00 transparent;
  border-style: solid;
  border-width: 35px;
  left: 68px;
  top: 0;
}

#aboutPopFive .arrow {
	left: 225px;
}

#aboutPopSix .arrow {
	left: 420px;
}

#aboutPopOne .pop-content,
#aboutPopSeven .pop-content {
	color: #0c9b8d;
	font-weight: bold;
  padding: 10 30px;
}

#aboutPopOne .pop-content > a,
#aboutPopSeven .pop-content > a {
	color: #0c9b8d;
}

#aboutPopOne .pop-content > img {
	margin: -42px 0 0 30px;
  width: 50px;
}

#aboutPopTwo .pop-content {
	color: #0c9b8d;
	line-height: 41px;
  padding: 10px 30px;
}

#aboutPopTwo .pop-content a {
	color: #0c9b8d;
}

#aboutPopThree .pop-content {
	color: #0c9b8d;
	font-size: 13px;
  line-height: 20px;
  padding: 15px 30px;
}

#aboutPopFour .pop-content {
	color: #0c9b8d;
	font-size: 13px;
	font-weight: bold;
  line-height: 15px;
  height: 165px;
  padding: 15px 30px;
}

#aboutPopFive .pop-content {
	color: #0c9b8d;
	font-size: 13px;
  line-height: 20px;
  padding: 15px 30px;
}

#aboutPopSix .pop-content {
	color: #0c9b8d;
	font-size: 13px;
  line-height: 20px;
  padding: 15px 30px;
}

#whatWeDoPop,
#producao,
#tipos_actividades,
#projectos_realizados,
#projectos_actuais,
#projectos_futuros {
	display: none;
}

#projectos_realizados,
#projectos_actuais,
#projectos_futuros {
	top: 2715px;
}

#aboutPopOne.visible,
#aboutPopTwo.visible,
#aboutPopThree.visible,
#aboutPopFour.visible,
#aboutPopFive.visible,
#aboutPopSix.visible,
#aboutPopSeven.visible {
	display: block;
}

#whatWeDoPop.visible,
#producao.visible,
#tipos_actividades.visible,
#projectos_realizados.visible,
#projectos_actuais.visible,
#projectos_futuros.visible {
	display: block;
}



