html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
*:focus {
  outline: 0;
  border:1px solid #1e2020;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #1e2020;
  outline: 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
textarea {
  resize: none;
  font: normal 1em Arial;
  overflow: auto;
}
button {
  cursor: pointer;
  background: none;
}
html {
  height: 100%;
}
body {
  line-height: 1;
  font: normal 1em Arial;
  color: #ffffff;
  height: 100%;
  background-color: #a3d8f5;
}
.skip {
/*	visibility:hidden;*/
	position:absolute;
}
#conteudo {
	position:absolute;
}
/*less*/
.transitionQuerie {
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.mainHeader hgroup,
.contactsContent hgroup h1,
.highlights h1, .highlights header h2,
.agencyTimeline h1, .contentHome .contacts h2{
  position: absolute;
  text-indent: -99999px;
  left: -9999px;
  background-color:#000000;
  color:#ffffff;
}
/*----*/
.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 57px;
  width: 100%;
  z-index: 99;
}
.logoOL {
  float: left;
  height: 57px;
  width: 270px;
  background-color: #a3d8f5;
}
.logoOL a {
  float: left;
  width: 134px;
  height: 27px;
  margin: 15px 0 0 25px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.logoOL img {
  width: 134px;
  height: 27px;
}
.no-svg .logoOL img {
  display: none;
}
.no-svg .logoOL a {
  background: url(../img/logo_oceanlab.png) top left no-repeat;
}
.headerLinks {
  margin-left: 270px;
  position: relative;
}
.headerLinks nav {
  margin-left: 1px;
  height: 57px;
  background-color: #a3d8f5;
}
.headerLinks nav ul {
  padding-left: 1.3%;
}
.headerLinks nav ul li {
  display: inline;
  float: left;
  padding: 18px 0.7% 0;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.headerLinks nav ul li a {
  color: #1e2020;
  font-weight: bold;
  font-size: 1.125em;
  padding: 3px 10px;
  letter-spacing: -1px;
}
.headerLinks nav ul li a:hover {
  color: #121212;
  background-color: #ffffff;
}
.headerLinks .selectBoxLink {
  display: none;
}
.LangBtn {
  color: #383D3D!important;
  margin-left: 30px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.LangBtn:hover {
  color: #000000 !important;
}
.headerHomepage .logoOL,
.headerHomepage .headerLinks nav {
  /*background-color: rgba(163, 216, 245, 0.9);*/
  background-color: #a3d8f5;
}
.iconHome {
  color: #1e2020 !important;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  padding: 0!important;
  display: block;
  line-height: 28px;
  text-align: center;
  margin: -2px -8px 0 0;
  *display: none;
}
.iconHome:hover,
.socialLinksFacebook a:hover,
.socialLinksTwitter a:hover {
  color: #121212 !important;
}
.socialLinks {
  position: absolute;
  right: 25px;
  top: 16px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.socialLinks li {
  float: right;
  margin-left: 10px;
}
.socialLinksFacebook a,
.socialLinksTwitter a {
  /*color: #a5d7f3;*/
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  display: block;
  line-height: 28px;
  text-align: center;
  *width: 80px;
  font-size: 1.15em;
}
.socialLinksTwitter a {
  font-size: 1.03em;
}
.no-borderradius .iconHome,
.no-borderradius .iconHome:hover,
.no-borderradius .socialLinksFacebook a,
.no-borderradius .socialLinksTwitter a {
  background-color: tranparent;
  background: url(../img/sprite_geral.png) no-repeat -158px top;
  *background: none;
  *background-color: #ffffff;
}
.content {
  height: 100%;
  position: relative;
}
.contentScroll {
  overflow-y: scroll;
}
.brandarea {
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.brandarea section {
  width: 100%;
  display: none;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.brandarea section:first-child {
  display: block;
}
/* as imagens da brandarea devem ser alteradas aqui a nas media queries para ecrans superiores a 1700px*/
/*PT version*/
#brandarea1 {  background: #000000 url(../img/content/img_brand_presidencia-website-selo-ouro01.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea2 {  background: #000000 url(../img/content/img_brand_compete2030-website01.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}


#brandarea3 {  background: #000000 url(../img/content/img_brand_iap01.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea4 {  background: #000000 url(../img/content/img_brand_renault-santogal-website.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea5 {
  background: #000000 url(../img/content/img_brand_all4integrity01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brandarea6 {
  background: #000000 url(../img/content/img_brand_cm-oeiras01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brandarea7 {
  background: #000000 url(../img/content/img_brand_min-jus01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brandarea8 {
  background: #000000 url(../img/content/img_brand_acm01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#brandarea9 {
  background: #000000 url(../img/content/img_brand_plural-markets-website01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*EN version*/
#brandarea1En {  background: #000000 url(../img/content/img_brand_presidencia-website-selo-ouro01.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea2En {  background: #000000 url(../img/content/img_brand_compete2030-website01.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea3En {  background: #000000 url(../img/content/img_brand_iap01.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea4En {  background: #000000 url(../img/content/img_brand_renault-santogal-website.jpg) no-repeat top center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}

#brandarea5En {
  background: #000000 url(../img/content/img_brand_all4integrity01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#brandarea6En {
  background: #000000 url(../img/content/img_brand_cm-oeiras01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 } 
#brandarea7En {
  background: #000000 url(../img/content/img_brand_min-jus01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brandarea8En {
  background: #000000 url(../img/content/img_brand_acm01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brandarea9En {
  background: #000000 url(../img/content/img_brand_plural-markets-website01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brandareaInfo {
  position: absolute;
  top: 23%;
  width: 40%;
  color: #ffffff;
  left: 47.5%;
}
.brandareaInfo.shipizy{left:5%}
.brandareaInfo h1 {
  font-size: 3em;
  letter-spacing: -2px;
  font-weight: bolder;
  line-height: 1em;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.ipmaInfo{width:38%;left:42%}
.brandareaInfo h1 span {
  display: block;
}
.brandareaInfo.ipmaInfo h1 span span{background-color:transparent; padding:0}
.brandareaInfo h1 span span {
  padding: 0 8px;
  background-color: #121212;
  display: inline;
}
.brandareaInfo h2 {
  background-color: #121212;
  font-size: 0.875em;
  letter-spacing: -1px;
  display: inline;
  line-height: 1.3em;
  padding: 5px 8px;
  float: left;
  font-weight: bolder;
  margin-top: 8px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.brandareaLayer {
  position: absolute;
  left: 0;
  top: 21%;
  width: 270px;
  height: 270px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.brandarea section .brandareaImgBg {
  width: 100%;
  height: auto;
}
.brandareaInfoLink,
.brandareaVisitLink,
.brandareaNav a,
.icon-earth,
.contactsPhone .icon-mobile,
.contactsMail .icon-at,
.contactForm .icon-forward {
  color: #121212;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  line-height: 38px;
  text-align: center;
  *width: 100px;
  font-size: 1.4em;
  *font-size: 1em;
  margin: 10px 10px 0 0;
}
.brandareaInfoLink .icon-info {
  font-size: 0.95em;
  line-height: 40px;
}
.brandareaVisitLink .icon-forward {
  font-size: 1.2em;
  line-height: 40px;
}
.brandareaInfoLink:hover,
.brandareaVisitLink:hover,
.brandareaNav a:hover,
.contactForm .icon-forward:hover {
  color: #ffffff;
  background-color: #121212;
}
.no-borderradius .brandareaInfoLink,
.no-borderradius .brandareaVisitLink,
.no-borderradius .brandareaNav a,
.no-borderradius .icon-earth,
.no-borderradius .contactsPhone .icon-mobile,
.no-borderradius .contactsMail .icon-at,
.no-borderradius .contactForm .icon-forward {
  background-color: tranparent;
  background: url(../img/sprite_geral.png) no-repeat left -175px;
  *background: none;
  *background-color: #ffffff;
}
.no-borderradius .brandareaInfoLink:hover,
.no-borderradius .brandareaVisitLink:hover,
.no-borderradius .brandareaNav a:hover,
.no-borderradius .contactForm .icon-forward:hover {
  background-position: -47px -175px;
  *color: #a3d8f5;
}
.brandareaNav {
  position: absolute;
  top: 35%;
  right: 5%;
  width: 40px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.brandareaNav a {
  line-height: 40px;
}
.brandareaNavNext {
  padding-left: 2px;
}
.brandareaNavPrev {
  padding-right: 2px;
}
.socialLinksText,
.brandareaLinkText,
.brandareaNavLinkText {
  display: none;
  *display: block;
}
.contacts {
  position: absolute;
  bottom: 237px;
  width: 100%;
  height: 58px;
  z-index: 85;
}
.contactsContent {
  width: 100%;
  height: 58px;
  z-index: 86;
  position: relative;
}
.contactsContent hgroup {
  position: absolute;
  left: 30px;
  top: -42px;
  z-index: 89;
}
.contactsContent hgroup h2,
.contactsPageFormBox h3,
.contactsPageInfo h3,
.clientsLabel {
  background: url(../img/sprite_geral.png) no-repeat left -38px;
  height: 44px;
  display: none;
}
.contactsContent hgroup h2 span,
.contactsPageFormBox h3 span,
.contactsPageInfo h3 span,
.clientsLabel span {
  color: #ffffff;
  font-size: 1.500em;
  letter-spacing: -2px;
  display: inline-block;
  line-height: 33px;
  height: 33px;
  padding: 0 12px 0 10px;
  background-color: #AD015A;
  font-weight: bolder;
}
.contactsOpen {
  position: absolute;
  z-index: 88;
  left: 23px;
  color: #a3d8f5;
  font-size: 1.125em;
  letter-spacing: -1px;
  line-height: 57px;
  font-weight: bolder;
}
.icon-earth {
  background-color: #a3d8f5;
  font-size: 1.62em;
  line-height: 41px;
  *display: none;
  position: absolute;
  z-index: 89;
  left: 23px;
  cursor: pointer;
}
.icon-earth:hover,
.contactosSelected {
  background-color: #ffffff;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-borderradius .icon-earth {
  background-position: -94px -175px;
}
.no-borderradius .icon-earth:hover {
  background-color: transparent;
  background-position: left -175px;
}
.contactsContent .contactsInfo {
  width: 100%;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1e2020;
  background-color: rgba(30, 32, 32, 0.7);
  z-index: 87;
  display: none;
}
.no-opacity .contactsContent .contactsInfo {
  background-color: transparent;
  background: url(../img/bg_contactos_ie.png) repeat;
}
.contactsContent .contactsInfo li {
  float: left;
  line-height: 57px;
  color: #ffffff;
  font-weight: bolder;
  font-size: 1.125em;
}
.contactsContent .contactsInfo li.contactsPhone {
  margin: 0 30px 0 215px;
  *margin: 0 30px 0 280px;
}
.contactsPhone .icon-mobile,
.contactsMail .icon-at {
  height: 28px;
  line-height: 28px;
  width: 28px;
  font-size: 0.95em;
  margin: 15px 15px 0 0;
  *display: none;
}
.no-borderradius .contactsPhone .icon-mobile,
.no-borderradius .contactsMail .icon-at {
  background-color: tranparent;
  background: url(../img/sprite_geral.png) no-repeat -158px top;
}
.contactsContent .contactsInfo li.contactsMail a, .contactsContent .contactsInfo li.contactsPhone a{
  color: #a3d8f5;
}
.contactsOpenText {
  display: none;
  margin-left: 53px;
  *margin-left: 130px;
}
.contactsContent hgroup h1 {
  *text-indent: 0;
  *top: 63px;
  cursor: pointer;
}
.highlights {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #a3d8f5;
  z-index: 70;
  overflow: hidden;
  height: 237px;
}
.highlights ul {
  overflow: hidden;
  height: 100%;
}
.highlights ul li {
  float: left;
  overflow: hidden;
  width: 20%;
  height: 100%;
  min-width: 240px;
  min-height: 240px;
  max-width: 300px;
  max-height: 300px;
}
.highlights ul li a {
  float: left;
  width: 84%;
  border-left: 1px solid #1e2020;
  color: #1e2020;
  height: 84%;
  padding: 8%;
  position: relative;
}
.highlights ul li a:hover {
  background-color: #1e2020;
  color: #ffffff;
}
.highlights ul li:first-child a {
  border-left: 0;
}
.highlights ul li h3, .tag{
  display: inline;
  background-color: #ffffff;
  color: #1e2020;
  font-size: 0.875em;
  font-weight: bolder;
  padding: 2px 5px;
  letter-spacing: -1px;
}
.highlights ul li h2,
.projectsInfo h2 {
  display: block;
  font-size: 1.500em;
  font-weight: bolder;
  letter-spacing: -0.07em;
  margin-top: 7px;
  line-height: 1em;
  padding-bottom: 5px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.highlights ul li p,
.projectsInfo p {
  font-size: 0.750em;
  line-height: 1.2em;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.highlights .icon-info,
.projectsInfo .icon-info {
  color: #a3d8f5;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  background-color: #000000;
  width: 28px;
  height: 28px;
  float: left;
  line-height: 30px;
  text-align: center;
  margin: 5px 0 0 0;
  *display: none;
}
.no-borderradius .highlights .icon-info,
.no-borderradius .projectsInfo .icon-info {
  background-color: transparent;
  background: url(../img/sprite_geral.png) no-repeat -191px top;
}
.highlights ul li a:hover .icon-info {
  color: #1e2020;
  background-color: #ffffff;
}
.no-borderradius .highlights ul li a:hover .icon-info {
  background-color: transparent;
  background-position: -158px top;
}
.highlightsIconText {
  display: none;
  float: left;
  margin: 10px 0 0 10px;
  *margin-left: 0;
  font-size: 0.875em;
  font-weight: bolder;
  letter-spacing: -1px;
}
.highlights ul li a:hover .highlightsIconText {
  display: inline;
}
.highlightsIconFooter {
  position: absolute;
  bottom: 20px;
  left: 8%;
}
.agency,
.contactsPage,
.clients,
.projectDetail {
  background-color: #1e2020;
  height: 100%;
  position: relative;
}
.agencyWrapper {
  background-color: #1e2020;
  height: 100%;
  position: relative;
}
.agencyInfo {
  width: 270px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #1e2020;
  height: 100%;
  z-index: 25;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.agencyInfo hgroup,
.projectsHeader hgroup,
.clientsHeader hgroup {
  margin-top: 70px;
  padding: 0 25px;
}
.agencyInfo hgroup h1,
.projectsHeader hgroup h1,
.contactsPageForm hgroup h1,
.clientsHeader hgroup h1 {
  font-size: 1.875em;
  font-weight: bolder;
  letter-spacing: -1px;
  padding-bottom: 15px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.agencyInfo hgroup h2,
.projectsHeader hgroup h2,
.clientsHeader hgroup h2 {
  font-size: 0.875em;
  letter-spacing: -1px;
  font-weight: bolder;
}
.agencyInfo hgroup p,
.projectsHeader hgroup p,
.contactsPageForm hgroup p,
.clientsHeader hgroup p {
	font-weight: bold;
}
.projectsInfo hgroup h3 {
    font-size: 0.875em;
}
.agencyInfo p {
  font-size: 0.875em;
  padding: 20px 25px 0;
}
.agencyTimeline {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: 270px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.agencyTimelineList {
  height: 100%;
  width: 5000px;
}
.agencyTimelineYear {
  width: 275px;
  float: left;
  height: 100%;
  position: relative;
  margin-top: 57px;
}
.agencyTimelineYear h2,
.agencyTimelineYear ul {
  position: relative;
  z-index: 22;
}
.agencyTimelineYear h2 {
  margin-top: 13px;
  font-size: 1.500em;
  font-weight: bolder;
  background-color: #1e2020;
  display: inline-block;
  letter-spacing: -1px;
  padding: 5px 9px 5px 15px;
  margin-left: -2px;
}
.agencyTimelineYear img {
  position: absolute;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.agencyTimelineYear:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.agencyTimelineYear ul li a {
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1e2020;
  padding: 5px 0 5px 15px;
  min-width: 58px;
  z-index: 25;
}
.agencyTimelineYear ul li a:hover,
.agencyTimelineYear ul li.selected a {
  background-color: #ffffff;
  color: #1e2020;
}
.agencyTimelineYear ul li {
  margin-bottom: 1px;
  position: relative;
}
.agencyTimelineYear ul li .agencyTimelineText {
  background-color: #ffffff;
  color: #1e2020;
  font-size: 0.84em;
  padding: 15px;
  font-weight: bold;
  line-height: 1.1em;
  display: none;
  margin-right: 2px;
}
.agencyTimelineYear ul li.selected p {
  display: block;
}
.agencyTimelineLabel {
  background: url(../img/sprite_geral.png) no-repeat left -83px;
  height: 44px;
  position: absolute;
  max-width: 210px;
  bottom: -33px;
  left: 73px;
  z-index: 30;
}
.agencyTimelineLabel span {
  color: #ffffff;
  font-size: 1.500em;
  letter-spacing: -1px;
  display: inline-block;
  line-height: 27px;
  min-height: 27px;
  padding: 0 10px 6px;
  background-color: #AD015A;
  font-weight: bolder;
  margin-top: 12px;
}
.projectsTags,
.clientsTags,
.contactsPageInfo,
.agencyTags {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #a3d8f5;
  z-index: 68;
  overflow: hidden;
  height: 58px;
  line-height: 58px;
}
.agencyTags {
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.agencyTags h1,
.projectsTags h1,
.clientsTags h1 {
  font-size: 1.500em;
  color: #1e2020;
  padding: 0 10px 0 25px;
  letter-spacing: -1px;
  font-weight: bolder;
  float: left;
}
.agencyTags ul,
.projectsTags ul,
.clientsTags ul {
  float: left;
}
.agencyTags ul li,
.projectsTags li,
.clientsTags li {
  display: inline;
  margin-right: 1px;
}
.agencyTags ul li a,
.projectsTags li a,
.clientsTags li a {
  display: inline-block;
  background-color: #1e2020;
  color: #ffffff;
  line-height: 20px;
  height: 20px;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 7px;
  letter-spacing: -1px;
}
.agencyTags ul li a:hover,
.projectsTags li a:hover,
.agencyTags ul li a.selected,
.projectsTags li a.selected,
.clientsTags li a:hover {
  background-color: #ffffff;
  color: #1e2020;
}
.agencyTags span {
  margin-left: 15px;
  font-size: 0.875em;
  font-weight: bold;
  color: #1e2020;
}
.contactsPage {
  overflow: hidden;
}
.projectsContent,
.clientsContent {
  padding: 57px 0 58px;
  overflow: hidden;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1e2020;
}
.projectsHeader hgroup,
.clientsHeader hgroup {
  margin-top: 0;
  padding-top: 30px;
}
.projectsHeader hgroup h2,
.clientsHeader hgroup h2 {
  font-size: 1em;
}
.projectsContent ul,
.clientsContent ul {
  overflow: hidden;
}
.projectsContent ul li {
  float: left;
  overflow: hidden;
  height: 22%;
  width: 22%;
  max-width: 270px;
  min-width: 230px;
  max-height: 260px;
  min-height: 230px;
}
.projectsContent ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.projectsContent ul li a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.projectsContent ul li a:hover img {
  transform: scale(8);
  -ms-transform: scale(8);
  -webkit-transform: scale(8);
  -o-transform: scale(8);
  -moz-transform: scale(8);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.projectsInfo {
  background-color: #a3d8f5;
  display: block;
  padding: 5%;
  float: left;
  overflow: hidden;
}
.projectsInfoTag {
  display: block;
  overflow: hidden;
}
.projectsInfoTag span {
  float: left;
  margin-right: 1px;
  background-color: #ffffff;
  font-size: 1.175em;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 2px 6px;
}
.projectsContentIconFooter {
  padding-top: 5px;
}
.projectsContentIconFooter .icon-info {
  color: #a3d8f5;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  background-color: #000000;
  width: 28px;
  height: 28px;
  float: left;
  line-height: 28px;
  text-align: center;
  margin: 5px 0 0 0;
}
.projectsContentIconText {
  color: #1e2020;
  font-weight: bold;
  font-size: 0.875em;
  float: left;
  padding: 12px 0 0 10px;
  *padding-left: 0;
}
.clientsContent ul li {
  background-color: #ffffff;
  float: left;
  height: 16%;
  width: 22%;
  max-width: 270px;
  min-width: 230px;
  max-height: 135px;
  min-height: 115px;
}
.clientsContent ul li:first-child {
  background-color: #1e2020;
  height: 22%;
  width: 22%;
  max-width: 270px;
  min-width: 230px;
  max-height: 260px;
  min-height: 230px;
}
.clientsContent ul li img {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.clientsLabel {
  position: absolute;
  top: -30px;
  left: 30%;
  z-index: 102;
}
.clientsContent ul li a:hover .clientsLabel {
  display: block;
}
.contactsPageForm {
  background-color: #1e2020;
  float: left;
  min-width: 400px;
  width: 40%;
  position: relative;
  z-index: 18;
  height: 100%;
}
.contactsPageForm hgroup {
  padding: 100px 50px 0 25px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactsPageForm hgroup h2 {
  letter-spacing: -1px;
  font-weight: bolder;
}
.contactsPageFormBox {
  padding: 5% 0;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactsPageFormBox h3 {
  display: inline-block;
  margin-bottom: 4%;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactForm,
.ContactFormResult {
  margin: 0 50px 0 25px;
}
.contactForm input,
.contactForm textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 5px;
  font-size: 1.125em;
  color: #ffffff;
}
.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder,
.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder {
  color: #ffffff;
}
.contactForm textarea {
  font-weight: bolder;
  letter-spacing: -1px;
  height: 150px;
}
.selectBox {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
  margin: 0px 0 5px;
  *margin-left: 25px;
  *width: 95%;
  padding-bottom: 2px;
}
.contactForm select {
  width: 100%;
  margin: -1px 0 3px -4px;
  font-size: 1.125em;
  color: #ffffff;
  border: none;
  background-color: #1e2020;
}
.contactForm select option {
  background-color: #1e2020;
  border-color: none;
  line-height: 30px;
  height: 30px;
}
.contactForm button {
  float: right;
  color: #ffffff;
  font-size: 1.500em;
  font-weight: bold;
  letter-spacing: -1px;
  padding-top: 5%;
  min-width: 130px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactForm button:hover .contactFormBtnText {
  text-decoration: underline;
}
.contactForm .icon-forward:hover {
  background-color: #ffffff !important;
  color: #1e2020 !important;
}
.no-borderradius .contactForm .icon-forward:hover {
  background-color: transparent!important;
  background: url(../img/sprite_geral.png) no-repeat left -175px;
}
.contactForm .icon-forward {
  font-size: 1em;
  float: right;
  margin: -5px 0 0 10px;
  *display: none;
}
.formLine {
  position: relative;
  overflow: hidden;
}
.errorMessage {
  color: #ffffff;
  background-color: #AD015A;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0.875em;
  font-weight: bold;
  padding: 2px 5px;
  letter-spacing: -1px;
  display: none;
}
.contactForm input {
  height: 31px;
  line-height: 31px;
  font-weight: bold;
  display: block;
}
.contactForm select {
  height: 28px;
  line-height: 28px;
  font-weight: bold;
}
.errorInput {
  color: #AD015A !important;
}
.contactForm input.errorInput::-webkit-input-placeholder,
.contactForm textarea.errorInput::-webkit-input-placeholder,
.contactForm input.errorInput::-moz-placeholder,
.contactForm textarea.errorInput::-moz-placeholder {
  color: #AD015A !important;
}
.contactQRCode,
.contactQRCodeFooter {
  margin: 0 0 5% 22%;
  width: 75%;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactQRCodeFooter {
  margin: 0 0 5% 22%;
  width: 55%;
}
.contactQRCodeFooter a {
  float: right;
  background-color: #ffffff;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  color: #1e2020;
  width: 28px;
  height: 28px;
  display: block;
  line-height: 28px;
  text-align: center;
}
.contactQRCodeFooter a:hover {
  background-color: #a3d8f5;
}
.contactQRCodeFooterText {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-right: 30px;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactQRCodeFooterVCard {
  display: none;
  font-size: 0.688em;
  padding-top: 4%;
}
.contactQRCodeFooterVCard strong {
  font-weight: bolder;
}
.contactsPageMap,
.contactsPageMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 17;
  overflow: hidden;
  width: 60%;
  right: 0;
  border: none;
}
.contactsPageMap {
  margin-top: 58px;
  height: calc(100% - 117px);
}
.contactsPageMap iframe {
  height: 100%;
  width: 100%;
}
.contactsPageInfo {
  overflow: visible;
}
.contactsPageInfo h3 {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 25px;
  padding: 0;
  line-height: 33px;
}
.contactsPageInfo ul {
  margin-left: 25px;
}
.contactsPageInfo li {
  float: left;
  color: #1e2020;
  font-size: 1.125em;
  font-weight: bold;
  margin-right: 2.5%;
  -webkit-animation-property: -webkit-width;
  -webkit-animation-property: -webkit-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-animation-property: -moz-width;
  -moz-animation-property: -moz-height;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-animation-property: -o-width;
  -o-animation-property: -o-height;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: width;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.contactsPageInfo .icon-earth {
  background-color: #ffffff;
  position: static;
}
.no-borderradius .contactsPageInfo .icon-earth {
  background-color: transparent;
  background: url(../img/sprite_geral.png) no-repeat left -175px;
}
.projectDetail {
  height: auto;
  padding-top: 57px;
}
.projectDetail header {
  background-color: #ffffff;
  color: #1e2020;
  right: 0;
  position: fixed;
  top: 57px;
  width: 380px;
  z-index: 25;
  padding: 25px 45px 10px;
}
.projectDetail header h1 {
  font-size: 1.875em;
  font-weight: bolder;
  letter-spacing: -1px;
}
.projectDetailtag {
  overflow: hidden;
  padding: 5px 0 15px;
}
.projectDetailtag span {
  float: left;
  background-color: #AD015A;
  color: #ffffff;
  padding: 3px 6px;
  font-weight: bold;
  margin-right: 1px;
  letter-spacing: -1px;
  margin-bottom: 1px;
}
.projectDetail header h2 {
  font-weight: bolder;
  line-height: 1.13em;
  padding-bottom: 20px;
}
.openProject,
.backToProjects {
  font-weight: bolder;
  line-height: 33px;
  float: left;
}
.openProject .icon-forward,
.backToProjects .icon-grid {
  color: #ffffff;
  background-color: #a3d8f5;
  -moz-border-radius: 33px;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 1.1em;
}
.no-borderradius .projectDetail .icon-forward,
.no-borderradius .projectDetail .icon-grid {
  background-color: transparent;
  background: url(../img/sprite_geral.png) no-repeat -142px -177px;
  *display: none;
}
.openProject {
  font-size: 1.125em;
}
.backToProjects {
  float: right;
}
.backToProjects .icon-grid {
  font-size: 1.65em;
  float: right;
  margin: 0 0 0 10px;
}
.socialBar {
  clear: both;
  padding-top: 20px;
}
.projectDetailInfo {
  overflow: hidden;
}
.projectDetailInfoLine {
  overflow: hidden;
  background: url(../img/bg_project.png) repeat-y top right;
}
.projectDetailPicIntro {
  position: absolute;
  z-index: 15;
  display: none;
}
.projectDetailInfo .projectDetailInfoLine:first-child .projectDetailPicIntro {
  display: block;
}
.projectDetailInfo .projectDetailInfoLine:first-child .projectDetailInfoPics .projectDetailPicItem {
  padding-top: 295px;
}
.projectDetailWrapper {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.projectDetailInfoPics {
  margin-right: 470px;
  position: relative;
}
.projectDetailInfoPics img.projectDetailPicItem {
  width: 92%;
  margin-left: 4%;
  position: relative;
  z-index: 18;
}
.projectDetailInfoPics img.projectDetailPicBg {
  position: relative;
  z-index: 15;
  width: 100%;
}
.projectDetailInfoText {
  float: left;
  width: 470px;
  margin-left: -470px;
  background-color: #ffffff;
  color: #1e2020;
}
.projectDetailInfoText p,
.projectDetailInfoText h3 {
  padding: 10px 45px;
  font-size: 0.875em;
}
.projectDetailInfoText p a {
  color: #71b7dd;
}
.projectDetailInfoText h3 {
  font-weight: bolder;
  font-size: 1.143em;
  letter-spacing: -1px;
  background: url(../img/bg_header_project.png) no-repeat 45px top;
}
.notFoundPage {
  background-color: #1e2020;
  height: 100%;
}
.notFoundPagePic {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.notFoundPagePic img {
  max-width: none;
  margin-top: 57px;
}
.notFoundPageInfo {
  float: right;
  width: 50%;
  background-color: #132530;
  height: 100%;
  color: #a3d8f5;
  font-weight: bold;
  overflow: hidden;
}
.notFoundPageInfo h1 {
  margin: 28% 5% 0;
  font-size: 1.500em;
  letter-spacing: -1px;
}
.notFoundPageInfo h1 span {
  display: block;
  font-size: 1.5em;
}
.notFoundPageInfo h2 {
  margin: 0 5%;
  font-size: 1.500em;
  letter-spacing: -1px;
  line-height: 0.99em;
}
.notFoundPageInfo h3 {
  margin: 5% 5% 0;
  font-size: 3.000em;
  letter-spacing: -3px;
}
.notFoundPageInfo h4 {
  margin: 0 5%;
  color: #ffffff;
  font-size: 1.500em;
  line-height: 0.99em;
}
.notFoundPageInfo h5 {
  margin: 3% 5% 0;
  color: #ffffff;
  font-size: 1.5em;
}
.notFoundPageInfo p {
  color: #ffffff;
  margin: 5% 5% 0;
  background: url(../img/sprite_geral.png) no-repeat -142px -173px;
  padding-left: 40px;
  font-size: 1.250em;
  line-height: 0.99em;
}
.notFoundPageInfo p a {
  color: #ffffff;
  display: block;
  font-size: 0.688em;
}
.notFoundPageInfo p a:hover {
  color: #a3d8f5;
}
.notFoundPageInfo .socialBar {
  margin: 0 5%;
  padding: 0.5% 0 0 0;
}
.arrowProject {
  position: fixed;
  bottom: 3.5%;
  z-index: 9999;
}
.leftArrow {
  left: 30px;
}
.rightArrow {
  right: 30px;
}
.hidden {
  display: none !important;
}
html.js body div.content section.projects div.projectsContent ul li.project {
  display: none;
}
html.js body div.content section.clients div.clientsContent ul li.client a span.clientsLabel {
  top: 0;
}
html.js body div.content section.clients div.clientsContent ul li.client img {
  display: inline;
}
html.js body div.content section.clients div.clientsContent ul li.client img:first-child {
  display: none;
}
.wrapper {
  overflow: hidden;
}
body.projectoBody div.content section.projectDetail {
  width: 100%;
  overflow-x: hidden;
}
body.projectoBody div.content section.projectDetail header div.socialBar {
  height: 30px;
}
.cssWinner {
  position: relative;
  background: transparent url(../img/img_css_real.png) no-repeat top left !important;
  width: 218px;
  height: 218px;
  display: block;
  margin: 57px 0 0 0!important;
  padding: 0;
}
/*---------------------- BRANDAREAS PERSONALIZADAS ------------------------*/
/*------------------------------------------------------------------------*/
/*Lisbon Challenge e Central Station*/
.lxChallengeInfo,
.shipizyInfo, .portalCidadaoInfo, .portalACMInfo, .autoSportInfo, .cmoInfo, .eiInfo, .jusInfo, .rrgInfo, .iapInfo{
  left: 55%;
  width: 35%;
  top: 21%;
}

.shipizyInfo{left:4%}
.lxChallengeLogo, .shipizyLogo {
  width: 50%;
}
.portalCidadaoLogo, .portalACMLogo, .autoSportLogo, .cmoLogo, .eiLogo, .jusLogo, .rrgLogo, .iapLogo, .presidencia2021Logo .all4integrityLogo, .santogalLogo, .pluralLogo,{
  width: 90%;
}
.ipmaLogo{
  width: 120%;
}/*
.lxChallengeInfo h1, .shipizyInfo h1, .ipmaInfo h1, .portalCidadaoInfo h1, .portalACMInfo h1, .autoSportInfo h1, .cmoInfo h1, .eiInfo h1, .jusInfo h1{
  font-size: 1.75em!important;
  letter-spacing: -1px;
}
.lxChallengeInfo h1 span span, .shipizyInfo h1 span span, .portalCidadaoInfo h1 span span, .portalACMInfo h1 span span, .autoSportInfo h1 span span, .cmoInfo h1 span span, .eiInfo h1 span span, .jusInfo h1 span span{
  background-color: transparent;
  padding: 0;
}
.lxChallengeInfo h2, .ipmaInfo h2, .shipizy h2, .portalCidadaoInfo h2, .portalACMInfo h2, .autoSportInfo h2, .cmoInfo h2, .eiInfo h2, .jusInfo h2{
  background-color: transparent;
  padding: 0;
  font-size: 0.9375em;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}*/
.lxChallengeInfo h2, .shipizyInfo h2, .ipmaInfo h2, .portalCidadaoInfo h2, .portalACMInfo h2, .autoSportInfo h2, .cmoInfo h2, .eiInfo h2, .jusInfo h2, .rrgInfo h2, .iapInfo h2{
  font-size: 1.75em!important;
  letter-spacing: -1px;
  background:none;
  padding:0;
}
.lxChallengeInfo h2 span span, .shipizyInfo h2 span span, .portalCidadaoInfo h2 span span, .portalACMInfo h2 span span, .autoSportInfo h2 span span, .cmoInfo h2 span span, .eiInfo h2 span span, .jusInfo h2 span span, .rrgInfo h2 span span, .iapInfo h2 span span{
  background-color: transparent;
  padding: 0;
}
.lxChallengeInfo h3, .ipmaInfo h3, .shipizy h3, .portalCidadaoInfo h3, .portalACMInfo h3, .autoSportInfo h3, .cmoInfo h3, .eiInfo h3, .jusInfo h3, .rrgInfo h3, .iapInfo h3{
  background-color: transparent;
  padding: 0;
  font-size: 0.9375em;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  float:left;
  
}
.lxChallenge a, .shipizy a, .ipma a, .portalCidadao a, .portalACM a, .autoSport a, .cmo a, .ei a, .jus a, .rrg a, .iap a{
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #48b4fc;
  padding: 4px 10px 2px;
  float: left;
  clear: both;
  margin-top: 15px;
}
.ipma a{clear:none;margin-right:5px}

.shipizy a , .portalACM a, .autoSport a, .ei a , .cmo a, .jus a, .rrg a, .iap a{ background-color:#17579B}

.lxChallenge img, .shipizyInfo img, .ipmaInfo img, .portalCidadao img, .portalACMInfo img, .autoSportInfo img, .cmoInfo img, .eiInfo img, .jusInfo img, .rrgInfo img, .iapInfo img{
  margin-bottom: 5%;
}
/*--------------- Icon Fonts ----------------*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
  content: "\23";
}
.icon-twitter:before {
  content: "\24";
}
.icon-home:before {
  content: "\21";
}
.icon-mobile:before {
  content: "\22";
}
.icon-earth:before {
  content: "\27";
}
.icon-at:before {
  content: "\28";
}
.icon-arrow-left:before {
  content: "\2b";
}
.icon-arrow-right:before {
  content: "\2c";
}
.icon-grid:before {
  content: "\e00a";
}
.icon-info:before {
  content: "\e000";
}
.icon-forward:before {
  content: "\e001";
}
.icon-list:before {
  content: "\e049";
}
/*---------------------- MEDIA QUERIES ------------------------*/
/*--- Grandes Formatos ---*/
/*--------- Ecrans superiores a 1600x1024 -------------*/
@media only screen and (min-width: 1700px) {
  .brandarea section {
    /*max-width: 1550px;
    margin: 0 auto;*/
  }
  /*PT version*/
  /*#brandarea1 {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_brand_lc2014_pt.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }
  #brandarea2 {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_ipma_pt.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }
  #brandarea3 {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_brand_shipizy.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }
  #brandarea4 {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_brand_ipma_pt.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }*/
  /*EN version*/
 /* #brandarea1En {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_brand_lc2014_pt.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }
  #brandarea2En {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_ipma_pt.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }
  #brandarea3En {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_brand_shipizy.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }
  #brandarea4En {
    background-image: url(../img/bg_1600_brand.png), url(../img/content/img_brand_ipma_pt.jpg);
    background-size: auto, cover;
    background-position: top center;
    background-repeat: repeat-y, no-repeat;
  }*/
}
/*--------- Fases intermedias ---------------*/
@media only screen and (max-width: 1200px) {
  /*detalhe de projecto*/
  .projectDetailInfoPics {
    margin-right: 0;
  }
  .projectDetailInfoText {
    position: relative;
    z-index: 22;
  }
}
@media only screen and (max-width: 1050px) {
  .headerLinks nav ul li {
    padding: 18px 0.4% 0;
  }
  .brandareaInfo h1 {
    font-size: 2.5em;
    line-height: 1.15em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .brandareaInfo h2 {
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    font-size: 0.8em;
    font-weight: bold;
  }
  .highlights h3 {
    font-size: 1.2em!important;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .highlights ul li p {
    font-size: 0.7em;
    line-height: 1.1em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .LangBtn {
    margin-left: 10px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*projectos e clientes*/
  .projectsInfo h4 {
    font-size: 0.730em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
}
/*------ Alturas -----*/
@media only screen and (max-height: 800px) {
  .brandareaInfo h1 {
    font-size: 2.5em;
    line-height: 1.15em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .brandareaInfo h2 {
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    font-size: 0.8em;
    font-weight: bold;
  }
  .brandareaInfo,
  .brandareaLayer {
    top: 16%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .brandareaNav {
    top: 35%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .highlights ul li h3 {
    font-size: 1.4em;
  }
  .highlights ul li p {
    font-size: 0.75em;
    line-height: 1.1em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*empresa*/
  .agencyInfo {
    width: 320px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .agencyTimeline {
    margin-left: 320px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*contactos*/
  .contactsPageForm hgroup h1 {
    padding-bottom: 1.5%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactsPageFormBox {
    padding: 2% 0;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactsPageFormBox h3 {
    margin-bottom: 1.5%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactForm textarea {
    height: 90px;
  }
  .contactForm button {
    padding-top: 2%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactsPageForm hgroup {
    padding-top: 70px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactQRCode {
    width: 50%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactQRCodeFooterText {
    font-size: 1em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactQRCodeFooter {
    margin-left: 5%;
    width: 80%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*---------------------- BRANDAREAS PERSONALIZADAS ------------------------*/
  /*----------------------------------------------------------- -------------*/
  /*Lisbon Challenge*/
  .lxChallengeLogo {
    width: 40%;
  }
}
@media only screen and (max-height: 680px) {
  .brandareaInfo,
  .brandareaLayer {
    top: 12%;
  }
  .brandareaNav {
    top: 25%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .highlights h3 {
    font-size: 1.2em!important;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*empresa*/
  .agencyInfo {
    width: 380px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .agencyTimeline {
    margin-left: 380px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
}
@media only screen and (max-height: 640px) {
  .contentHome {
    min-height: 640px;
  }
  .brandareaInfo,
  .brandareaLayer {
    top: 68px;
  }
  /*empresa*/
  .agencyInfo {
    width: 420px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .agencyTimeline {
    margin-left: 420px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*contactos*/
  .contactsPage {
    overflow: visible;
  }
}
/*--- Larguras ----*/
@media only screen and (max-device-width: 1024px) {
  /*detalhe de projecto*/
  .projectDetail header {
    position: absolute;
  }
}
/* ex ipad (portrait)*/
@media only screen and (max-width: 980px) {
  .logoOL {
    float: left;
    width: 100%;
    height: 90px;
  }
  .headerLinks {
    margin: 90px 0 0 0;
    position: relative;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .headerLinks nav {
    background-color: #121212 !important;
    height: 71px;
    margin-left: 0;
  }
  .socialLinks {
    top: -60px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .iconHome {
    -moz-border-radius: 19px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    color: #121212 !important;
    height: 38px;
    line-height: 38px;
    width: 38px;
    font-size: 1.50em!important;
    margin: -6px 5px 0 10px;
  }
  .iconHome:hover {
    color: #a5d7f3 !important;
  }
  .headerLinks nav ul li {
    padding: 22px 0.8% 0;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .headerLinks nav ul li a {
    font-size: 1.4em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .brandareaLayer {
    display: none;
  }
  .contactsContent .contactsInfo {
    display: block;
  }
  .contactsOpenText {
    display: inline-block;
  }
  .contactsContent .contactsInfo {
    background-color: #1e2020;
  }
  .contactsContent .icon-earth {
    background-color: #ffffff;
  }
  .brandareaInfo {
    left: 0;
    width: 100%;
    background-color: rgba(30, 32, 32, 0.9);
    top: auto;
    bottom: 295px;
    padding-bottom: 10px;
  }
  .brandareaInfo h1 span,
  .brandareaInfo h2 {
    background-color: transparent;
    padding: 0 27px;
  }
  .brandareaInfo h1 span {
    display: inline;
    padding: 0;
  }
  .brandareaInfo h1 span.brandareaInfoH1Top {
    padding-left: 27px;
  }
  .brandareaInfo h1 span.brandareaInfoH1bottom {
    padding-right: 27px;
  }
  .brandareaInfo h1 span span {
    background-color: transparent;
    padding: 0;
  }
  .brandareaInfo h1 {
    padding-top: 10px;
  }
  .brandareaInfo h2 {
    padding-bottom: 10px;
  }
  .brandareaInfoLink,
  .brandareaVisitLink {
    position: absolute;
    left: 27px;
    top: -60px;
  }
  .brandareaVisitLink {
    left: 80px;
  }
  .brandareaNav {
    top: 190px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .content {
    min-height: 100%;
  }
  .logoOL a {
    width: 198px;
    height: 40px;
    margin: 24px 0 0 28px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .logoOL a img {
    width: 198px;
    height: 40px;
  }
  .cssWinner {
    background-image: url(../img/img_css_real_s.png) !important;
    margin: 160px 0 0 !important;
  }
  /*empresa*/
  .agencyInfo {
    height: 100%;
    position: absolute;
    top: 0;
  }
  .agencyTimeline {
    margin-top: 100px;
  }
  /*projectos e clientes*/
  .projectsInfo h3 {
    font-size: 1.4em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*contactos*/
  .contactsPageMap {
	  margin-top: 162px;
    height: calc(100% - 221px);
  }
  
  .contactsPageForm hgroup {
    margin-top: 100px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactsPageInfo li {
    font-size: 0.95em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*detalhe de projecto*/
  .projectDetail {
    margin-top: 160px;
    padding-top: 0;
  }
  .projectDetail header {
    width: auto;
    position: absolute;
    top: 175px!important;
    background-color: #1e2020;
    color: #ffffff;
    z-index: 30;
    padding: 25px 25px 10px;
  }
  .projectDetailInfo .projectDetailInfoLine:first-child {
    padding-top: 0;
  }
  .projectDetailInfoText {
    width: 100%;
    background-color: #1e2020;
  }
  .projectDetailtag {
    padding: 3px 0 8px;
  }
  .openProject,
  .backToProjects {
    color: #a3d8f5;
  }
  .openProject span,
  .backToProjects span {
    color: #1e2020 !important;
  }
  .projectDetailInfoPics {
    background-color: #1e2020;
    margin-top: 0%;
  }
  .projectDetail header h2 {
    padding-bottom: 10px;
  }
  .projectDetailWrapper {
    float: none;
    padding-bottom: 0;
  }
  .projectDetailInfoText {
    float: none;
    margin-left: 0;
    padding-bottom: 40px;
    color: #ffffff;
  }
  .projectoBody {
    background-color: #1e2020;
  }
  .projectDetailInfoText h3 {
    background-image: none;
    color: #1e2020;
  }
  .projectDetailInfoText h3 span {
    background: url(../img/bg_label.png) no-repeat 18px top;
    padding-top: 16px;
    display: inline-block;
  }
  .projectDetailInfoText h3 span span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
  }
  .arrowProject {
    display: none;
  }
  .projectDetailInfoPics img.projectDetailPicItem {
    width: 94%;
    margin-left: 3%;
  }
  .projectDetailInfoText p,
  .projectDetailInfoText h3 {
    padding: 10px 30px;
  }
  .projectDetailInfoLine {
    background: none;
  }
  /*404*/
  .notFoundPagePic img {
    margin-top: 161px;
  }
  .notFoundPageInfo h1 {
    margin-top: 180px;
  }
  /*---------------------- BRANDAREAS PERSONALIZADAS ------------------------*/
  /*----------------------------------------------------------- -------------*/
  /*Lisbon Challenge e Central Station*/
  .lxChallengeLogo, .ipmaLogo, .portalCidadaoLogo, .portalACMLogo, .autoSportLogo, .ipmaInfoLogo, .shipizyLogo, .cmoLogo, .eiLogo, .jusLogo, .rrgLogo, .iapLogo, .presidencia2021Logo,  .all4integrityLogo, .santogalLogo, .pluralLogo, {
    width: 25%;
    position: absolute;
    top: -220px;
    right: 17%;
  }
   .portalACMLogo{width:33%;right: 10%;  top: -200px}
   .shipizyLogo{right:70%}

  .lxChallengeInfo, .portalCidadaoInfo, .portalACMInfo, .autoSportInfo, .ipmaInfo, .shipizyInfo, .cmoInfo, .eiInfo, .jusInfo, .rrgInfo, .iapInfo{
    color: #ffffff;
  }
  .lxChallengeInfo h2, .portalCidadaoInfo h2, .portalACMInfo h2, .autoSportInfo h2, .ipmaInfo h2, .shipizyInfo h2, .cmoInfo h2, .eiInfo h2, .jusInfo h2, .rrgInfo h2, .iapInfo h2{
    padding-bottom: 5px;
  }
  .lxChallenge a, .ipma a, .portalCidadao a, .portalACM a, .autoSport a, .shipizy a , .cmo a, .ei a, .jus a, .rrg a, .iap a{
    margin-left: 27px;
  }
  .centralStation {
    background-position: 32% top !important;
  }
}
/*---- Tablets ------*/
@media only screen and (max-width: 840px) {
  .headerLinks nav ul li {
    padding: 28px 0.4% 0;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .headerLinks nav ul li a {
    font-size: 1.2em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .iconHome {
    margin-top: -12px;
  }
  .brandareaInfo h1 {
    padding-top: 5px;
    font-size: 2em;
    line-height: 1.15em;
  }
  .brandareaInfo h2 {
    padding-bottom: 5px;
    font-size: 0.7em;
    font-weight: normal;
    letter-spacing: 0;
  }
  /*projectos e clientes*/
  .projectsContent,
  .clientsContent {
    margin-top: 100px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  /*Empresa*/
  .agencyTags,
  .projectsTags {
    height: auto;
    line-height: 25px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    padding: 8px 0;
  }
  .agencyTags ul,
  .projectsTags ul {
    float: left;
    margin-left: 70px;
  }
  .agencyTags span,
  .projectsTags span {
    display: none;
  }
  .agencyTags h1,
  .projectsTags h1 {
    font-size: 1.3em;
    width: 35px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  /*contactos*/
  .contactsPageInfo li {
    font-size: 0.75em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
}
@media only screen and (max-width: 670px) {
  .headerLinks nav ul li a {
    font-size: 1.1em;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
}
@media only screen and (max-width: 650px) {
  /*Menu selectBox*/.headerLinks nav {
    height: 60px;
  }
  .headerLinks nav ul {
    width: 150px;
    height: 30px;
    padding: 45px 0 0 7px;
    z-index: 88;
    position: relative;
    display: none;
  }
  .headerLinks nav ul li:first-child {
    display: none;
  }
  .headerLinks nav ul li {
    float: none;
    padding: 0;
  }
  .headerLinks nav ul li a {
    display: block;
    line-height: 30px;
    background-color: #121212;
	color: #ffffff;
  }
  
.LangBtn {
  color: #d5d5d5!important;
}
  .headerLinks .selectBoxLink {
    display: block;
    line-height: 25px;
    color: white;
    position: absolute;
    top: 15px;
    left: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.4em;
    width: 110px;
    background: url(../img/sprite_geral.png) no-repeat right -127px;
  }
  .headerLinks nav ul .LangBtn {
    margin-left: 0;
  }
  /*Colorcar o scroll Homepage*/
  .mainHeader,
  .contacts,
  .highlights,
  .contactsContent .contactsInfo {
    position: static;
  }
  .logoOL {
    position: absolute;
    top: 0;
    height: 60px;
  }
  .logoOL a {
    margin-left: 15px;
  }
  .headerLinks {
    margin: 60px 0 0 0;
  }
  .brandareaNav {
    top: 4%;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .brandareaInfo {
    bottom: 0;
  }
  .brandarea,
  .brandarea section {
    height: 450px;
  }
  .logoOL a {
    width: 150px;
    height: 30px;
    margin-top: 18px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .logoOL a img {
    width: 150px;
    height: 30px;
  }
  .socialLinks {
    top: -42px;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-animation-property: -moz-width;
    -moz-animation-property: -moz-height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-animation-property: -o-width;
    -o-animation-property: -o-height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: width;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .contactsContent .icon-earth,
  .contactsContent .contactsOpen,
  .contactsContent header {
    display: none;
  }
  .contactsContent .contactsInfo li.contactsPhone,
  .contactsMail {
    margin: 0 30px 0 17px;
  }
  .brandareaInfo h2 {
    padding: 0 17px;
  }
  .brandareaInfo h1 span.brandareaInfoH1Top {
    padding-left: 17px;
  }
  .brandareaInfo h1 span.brandareaInfoH1Bottom {
    padding-right: 17px;
  }
  .brandareaInfoLink {
    left: 17px;
  }
  .brandareaVisitLink {
    left: 70px;
  }
  .contacts,
  .contactsContent,
  .contactsInfo {
    height: auto!important;
    overflow: hidden;
  }
  /*empresa*/
  .agencyInfo {
    top: 12px;
  }
  .agencyTimeline,
  .agencyTimelineYear {
    margin-top: 0;
  }
  .agencyInfo hgroup,
  .projectsHeader hgroup,
  .clientsHeader hgroup {
    margin-top: 0;
  }
  /*projectos*/
  .projectsContent,
  .clientsContent {
    margin-top: 0;
    padding-top: 0;
  }
  /*contactos*/
  .contactsPageForm hgroup {
    margin-top: 0;
    padding-top: 20px;
  }
  .contactsPageForm {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .contactsPageMap,
  .contactsPageMap iframe {
    position: relative;
    width: 100%;
    height: 600px;
  }
  .contactsPageInfo {
    height: auto;
    line-height: 23px;
    position: relative;
  }
  /*detalhe projecto*/
  .projectDetail {
    margin-top: 0;
  }
  /*404*/
  .notFoundPagePic img {
    margin-top: 0;
  }
  .notFoundPageInfo h1 {
    margin-top: 10px;
  }
  .cssWinner {
    margin: 0 !important;
  }
}
/*------ Desligar os hover e alteracoes para small devices -------*/
@media only screen and (max-device-width: 1024px) {
  /*Desactivar os hover*/
  .brandareaInfoLink:hover,
  .brandareaVisitLink:hover,
  .brandareaNav a:hover,
  .contactForm .icon-forward:hover {
    color: #121212;
    background-color: #ffffff;
  }
  .headerLinks nav ul li a:hover {
    color: #ffffff;
    background-color: transparent;
  }
  .LangBtn:hover {
    color: #668da4 !important;
  }
  .iconHome:hover,
  .socialLinksFacebook a:hover,
  .socialLinksTwitter a:hover {
    color: #a5d7f3 !important;
  }
  .highlights ul li a:hover {
    background-color: transparent;
    color: #1e2020;
  }
  .highlightsIconText {
    display: inline;
  }
  .highlights ul li a:hover .icon-info {
    color: #a3d8f5;
    background-color: #1e2020;
  }
  .agencyTimelineYear ul li a:hover,
  .agencyTimelineYear ul li.selected a {
    background-color: #1e2020;
    color: #ffffff;
  }
  .brandareaInfo h2,
  .highlights ul li p {
    font-size: 0.9em;
  }
  /*scroll nos destaques*/
  .highlights {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*empresa*/
  .agency {
    overflow: hidden;
  }
  .agencyInfo {
    height: 100%;
  }
  .agencyTimeline {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .agencyTimelineYear img {
    opacity: 1;
  }
  .agencyTimelineYear:hover img {
    transition: none;
  }
  /*projectos*/
  .contentScroll {
    overflow-y: visible;
  }
  .projectsContent,
  .clientsContent {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*contactos*/
  .contactsPageInfo {
    position: absolute;
  }
  .contactForm select {
    background: url(../img/bg_select.png) no-repeat right -4px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #1e2020;
    margin-left: 0;
  }
  .contactForm textarea {
    padding-left: 10px;
  }
}
