/* FUNDATION CUSTOM */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "ubunturegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.grid-container {
  max-width: 1280px;
}

.grid-container.top {
  margin-top: -123px;
}

h1, h2, h3 {
  font-family: "ubunturegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

p {
  font-family: "ubunturegular";
  font-size: .95rem;
  line-height: 1.2rem;
}

a {
  color: #00b9ee;
  text-decoration: underline;
}

a:hover {
  color: #84d4f3;
}

ul.files li {
  list-style-type: none;
}

header {
  margin: 0;
  padding: 0;
  width: 100%;
}

header.top {
  height: 427px;
  background-image: url("../img/bg_geologie-terrain.webp");
  background-color: #fff;
  background-position: center -270px;
  background-repeat: no-repeat;
}

header img.logo {
  position: relative;
  margin: 0;
  padding: 0;
  left: 135px;
  top: 21px;
}

/*
	MENU
*/
#menutop {
  position: fixed;
  top: 26px;
  right: 448px;
  padding: 4px 0;
  width: 140px;
  height: 38px;
  cursor: pointer;
  border-radius: 11px;
  background-color: #009fe3;
  z-index: 1999;
}

#menutop:hover {
  box-shadow: 1px 1px 12px #555;
}

#menutop:active {
  box-shadow: inset 0 0 16px 0 #555;
}

#menutop.scroll {
  width: 40px !important;
}

#menutop-text {
  padding: 0 12px;
  width: 100px;
  float: left;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#menutop-text.hidden {
  display: none;
}

#menutop-icon {
  margin-left: 100px;
  width: 40px;
}

#menutop-icon.scroll {
  margin-left: 0;
}

#menutop .bar1, #menutop .bar2, #menutop .bar3 {
  margin: 6px 20%;
  width: 60%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

#menu-float {
  position: fixed;
  top: 12px;
  right: 432px;
  width: 183px;
  height: 64px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 15px #555;
  z-index: 1998;
  visibility: hidden;
}

#menu-float.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s linear;
}

#menu-float.hidden {
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s .7s, opacity .7s linear;*/
}

#menu-float.active {
  width: 468px;
}

#menu-float img.logo {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 96px;
  z-index: 1002;
}

#menu {
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 12px;
  right: 432px;
  width: 340px;
  max-height: 0;
  background-color: #009fe3;
  z-index: 2000;
  box-shadow: 1px 1px 12px #555;
}

#menu.visible {
  visibility: visible;
  max-height: 700px;
  transition: max-height .2s ease-in-out;
}

#menu a.close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 0;
  color: #fff;
  font-size: 5em;
}

#menu a.close.icon:hover::before {
  box-shadow: 0 1px 15px #000;
}

#menu a.close.icon:hover::after {
  box-shadow: 0 1px 15px #000;
}

#menu a.close.icon:active::before {
  box-shadow: 0 1px 5px #000;
}

#menu ul {
  margin: 0;
}

#menu ul li {
  margin: 0;
  padding: 14px 15px;
  height: 48px;
  list-style: none;
  cursor: pointer;
}

#menu ul li.submenu {
  height: 76px;
}

#menu ul li a {
  width: 100%;
  color: #fff;
  font-family: "ubuntumedium";
  font-size: 1.5rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}

#menu ul li:hover {
  background-color: #00b9ee;
}

#menu ul li.last {
  border-bottom: 1px solid #fff !important;
}

#menu ul li.last::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 52px;
  width: 100%;
  height: 4px;
  background: #2b4d63;
}

#menu ul li.private {
  height: 56px;
  border-top: 5px solid #fff !important;
}

#menu ul li.icon {
  margin: 0 15px;
  height: 46px;
}

#menu ul li.icon img {
  margin-top: -15px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: 0 0;
  image-rendering: high-quality;
}

#menu ul li.icon a {
  font-size: 1.3rem;
  text-decoration: none;
}

/*
	SLIDER
*/
div.button-row {
  position: relative;
  text-align: center;
  margin-top: 20px;
  z-index: 200;
}

div.button-row .button-group {
  margin: 0 30px;
  display: inline-block;
  vertical-align: top;
}

div.button-row .button {
  display: inline-block;
  padding: 0;
  margin: -12px 8px 0 8px;
  font-size: 15px;
  border: 10px solid #84d4f3;
  border-radius: 50%;
  background-color: #84d4f3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

div.button-row .button:hover {
  border-color: #009fe3;
  cursor: pointer;
}

div.button-row .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

div.button-row .button:active {
  border-color: #009fe3;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

div.button-row .button.is-selected {
  border-color: #009fe3;
  color: white;
}

/*
	More btn
*/
a.more {
  position: absolute;
  display: block;
  bottom: 45px;
  right: 45px;
  width: 26px;
  height: 26px;
  font-family: ubuntulight;
  font-weight: lighter;
  text-align: center;
  line-height: 19px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #2b4d63;
  border-radius: 50%;
  z-index: 150;
  cursor: pointer;
  box-shadow: 0 0 7px #fff;
  text-decoration: none;
}

a.more:hover {
  box-shadow: 0 0 15px #fff;
}

a.more:active {
  background-color: #274256;
  box-shadow: none;
}

a.more:active .plus.icon:before {
  margin-left: 2px;
  width: 12px;
  height: 2px;
  background-color: #868d9a;
}

a.more:active .minus.icon:before {
  margin-left: 2px;
  width: 12px;
  height: 2px;
  background-color: #868d9a;
}

/*
	NEWS
*/
section.news div.news-slider {
  margin-top: -130px;
  margin-bottom: 130px;
  width: 100%;
  height: 530px;
  z-index: 101;
}

section.news div.news-list {
  margin-top: 0;
  margin-bottom: 130px;
  width: 100%;
  z-index: 101;
}

section.news div.news-list h1 {
  position: relative;
  margin: -40px calc(50% - 437px) 60px;
  width: 875px;
  color: #2b4d63;
  text-align: right;
  transform: none;
}

section.news div.news-list div.date {
  color: #2b4d63;
}

section.news div.carousel-cell {
  width: 875px;
  height: 530px;
  margin: 95px 5%;
  /*counter-increment: gallery-cell;*/
}

section.news div.news-list {
  color: #2b4d63;
}

section.news div.news-list div.carousel-cell {
  margin: 0 auto 120px;
}

section.news div.news {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2b4d63;
  text-align: right;
}

section.news h1 {
  position: absolute;
  padding: 0;
  margin-top: 530px;
  margin-left: -160px;
  color: #a2a9b6;
  height: 60px;
  width: 530px;
  font-family: "ubuntumedium";
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: left;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

section.news div.news img {
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}

section.news div.news div.gradient {
  position: absolute;
  left: 12%;
  top: 0;
  height: 100%;
  width: 150px;
  background-image: linear-gradient(to right, #2b4d63, #2b4d63, #2b4d63, #2b4d63, rgba(43, 77, 99, 0.9), rgba(43, 77, 99, 0.7), rgba(43, 77, 99, 0.5), rgba(43, 77, 99, 0.3), rgba(255, 255, 255, 0));
  z-index: 2;
}

section.news div.news .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 27px 30px;
  background-color: rgba(31, 55, 71, 0.6);
  width: 40%;
  height: 100%;
  text-align: left;
  color: #fff;
  z-index: 110;
}

section.news div.news div.description {
  display: none;
  position: absolute;
  margin-left: 40%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: left;
  color: #2b4d63;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 110;
}

section.news div.news div.description div {
  position: absolute;
  padding: 25px;
  bottom: 0;
}

section.news div.news .text h2 {
  margin-bottom: 55px;
  font-family: "ubuntumedium";
  font-size: 1.4rem;
  text-transform: uppercase;
}

section.news div.date {
  margin-left: -45px;
  height: 40px;
  width: 530px;
  font-size: 2.5rem;
  text-align: left;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  color: #8e8b8c;
}

section.news div.carousel-cell.is-selected div.date {
  color: #000;
}

section.news div.blocklight {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 120;
}

section.news div.carousel-cell.is-selected div.blocklight {
  display: none;
  background-color: transparent;
}

section.news div.news-shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -75px;
  height: 75px;
  background-image: url("../img/news-shadow.png");
  background-repeat: none;
  background-position: -52px 0;
  z-index: 100;
}

section.news div.news-shadow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -52px;
  width: 52px;
  height: 75px;
  background-image: url("../img/news-shadow.png");
  background-repeat: none;
  background-position: 0 0;
}

section.news div.news-shadow::after {
  content: '';
  position: absolute;
  top: 0;
  right: -52px;
  width: 52px;
  height: 75px;
  background-image: url("../img/news-shadow.png");
  background-repeat: none;
  background-position: -927px 0;
}

section.news div.carousel-cell.is-selected div.news-shadow {
  margin-top: 530px;
}

/*
	Entreprise
*/
section.company {
  margin-top: -150px;
  min-height: 500px;
  background-image: url("../img/bd_company.webp");
  background-color: transparent;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 105;
}

section.company a.anchor {
  display: block;
  margin-top: 150px;
}

section.company h1 {
  margin-top: 150px;
  float: right;
  color: #2b4d63;
  font-family: "ubuntumedium";
  font-size: 3.5rem;
  text-transform: uppercase;
}

section.company div.slider-container {
  position: relative;
  margin-left: -12px;
  z-index: 200;
}

section.company div.profiles-slider {
  position: relative;
  margin-top: 30px;
  z-index: 201;
}

section.company div.profile-cell.is-selected div.name,
section.company div.profile-cell.is-previous div.name,
section.company div.profile-cell.is-next div.name {
  color: #2b4d63;
}

section.company div.profile-cell.is-selected div.blocklight,
section.company div.profile-cell.is-previous div.blocklight,
section.company div.profile-cell.is-next div.blocklight {
  background-color: transparent;
  visibility: hidden;
}

section.company div.profile-cell {
  position: relative;
  margin-left: 0;
  margin-right: 18px;
  width: 335px;
  height: 260px;
  z-index: 202;
}

section.company div.profile-cell div.blocklight {
  position: relative;
  margin-left: 25px;
  width: 314px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: right;
  z-index: 111;
  visibility: visible;
}

section.company div.profile-cell div.name {
  margin-top: 0;
  margin-left: 0;
  height: 25px;
  text-align: left;
  font-family: "ubuntumedium";
  font-size: 1.2rem;
  color: #95a6b1;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

section.company div.profile {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 25px;
  width: 314px;
  height: 100%;
  background-color: #2b4d63;
  text-align: right;
  z-index: 110;
  /*cursor: pointer;*/
  z-index: 203;
}

section.company div.profile img {
  height: 100%;
  z-index: 1;
}

section.company div.profile div.gradient {
  margin-top: -260px;
  margin-left: 130px;
  position: relative;
  height: 260px;
  width: 90px;
  background-image: linear-gradient(to right, #2b4d63, #2b4d63, #2b4d63, #2b4d63, rgba(43, 77, 99, 0.9), rgba(43, 77, 99, 0.7), rgba(43, 77, 99, 0.5), rgba(43, 77, 99, 0.3), rgba(255, 255, 255, 0));
}

section.company div.profile .text {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 245px;
  text-align: left;
  color: #fff;
  z-index: 10000;
}

section.company div.profile .text h2 {
  margin-bottom: 25px;
  width: 150px;
  font-family: "ubuntumedium";
  font-size: 0.9rem;
  text-transform: uppercase;
}

section.company div.profile .text p {
  position: absolute;
  bottom: 0;
  width: 150px;
  font-family: "ubunturegular";
  font-size: 0.87rem;
  line-height: 1.05rem;
}

section.company div.profile a.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 205;
}

/*
	Domaines de competences
*/
section.skills {
  position: relative;
  padding-bottom: 40px;
  margin-top: -80px;
  min-height: 500px;
  background-position: -30px 0;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 102;
}

section.skills section.subskills {
  width: 1920px;
  padding-bottom: 20px;
}

section.skills section.subskills.geologie {
  background-image: url("../img/bd_skills_geologie.webp");
}

section.skills section.subskills.hydrogeologie {
  background-image: url("../img/bd_skills_hydrogeologie.webp");
}

section.skills section.subskills.geotechnique {
  background-image: url("../img/bd_skills_geotechnique.webp");
}

section.skills section.subskills.dangers-naturels {
  background-image: url("../img/bd_skills_dangers-naturels.webp");
}

section.skills section.subskills.geothermie {
  background-image: url("../img/bd_skills_geothermie.webp");
}

section.skills section.subskills.sites-pollues {
  background-image: url("../img/bd_skills_sites-pollues.webp");
}

/*
section.skills section.subskills.geologie {
  background-image: url("../img/bd_skills.webp");
  background-position: 0px 0;
}

section.skills section.subskills.hydrogeologie {
  background-image: url("../img/bd_skills.webp");
  background-position: -1920px 0;
}

section.skills section.subskills.geotechnique {
  background-image: url("../img/bd_skills.webp");
  background-position: -3840px 0;
}

section.skills section.subskills.dangers-naturels {
  background-image: url("../img/bd_skills.webp");
  background-position: -5760px 0;
}

section.skills section.subskills.geothermie {
  background-image: url("../img/bd_skills.webp");
  background-position: -7680px 0;
}

section.skills section.subskills.sites-pollues {
  background-image: url("../img/bd_skills.webp");
  background-position: -9600px 0;
}
*/
section.skills hr {
  margin-bottom: 45px;
  margin-left: -1000;
  margin-right: -1000;
  width: 100%;
  max-width: 100%;
  height: 12px;
  color: none;
  background-color: transparent;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
  border: none;
}

section.skills img.picto {
  margin-top: 225px;
  margin-left: 0px;
  width: 150px;
}

section.skills div.skills-block h1 {
  margin-top: 290px;
  margin-bottom: -5px;
  float: right;
  font-family: "ubuntumedium";
  font-size: 3.4rem;
  text-transform: uppercase;
}

section.skills div.skills-nav {
  text-align: right;
}

section.skills div.skills-nav-button-group {
  display: inline-block;
  padding: 0;
  margin: 0;
}

section.skills img.skills-nav {
  margin: 0 5px;
  height: 33px;
  width: 33px;
  object-fit: cover;
  object-position: 0 0;
  image-rendering: high-quality;
}

section.skills div.skills-nav.slider-arrow.previous::before {
  margin-left: -15px;
}

section.skills div.skills-nav.slider-arrow.next::before {
  margin-left: -28px;
}

section.skills div.skills-nav.slider-arrow.previous {
  margin: -10px 15px -10px 0;
  color: #fff;
}

section.skills div.skills-nav.slider-arrow.next {
  margin: -10px 0 -10px 15px;
  color: #fff;
}

section.skills section.subskills.sites-pollues div.skills-block h1 {
  color: #000;
}

section.skills section.subskills.sites-pollues img.picto {
  filter: brightness(0%);
}

section.skills section.subskills.sites-pollues img.skills-nav {
  filter: brightness(0%);
}

section.skills section.subskills.sites-pollues div.skills-nav.slider-arrow.previous {
  color: #000;
}

section.skills section.subskills.sites-pollues div.skills-nav.slider-arrow.next {
  color: #000;
}

section.skills div.skills {
  margin: 15px 0 40px;
  position: relative;
  width: 100%;
  background-color: #2b4d63;
  text-align: right;
}

/*
section.skills div.skills-content div.grid-x {
	margin-bottom: 20px;
}
*/
section.skills div.skills-content img {
  margin-bottom: 20px;
  width: 100%;
  z-index: 1;
}

section.skills ul li {
  font-family: "ubunturegular";
  font-size: 0.95rem;
}

section.skills h1.ref {
  padding: 0;
  margin-top: 290px;
  margin-left: 0;
  height: 60px;
  width: 530px;
  color: #2b4d63;
  font-family: "ubuntumedium";
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: left;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

section.skills section.subskills.geologie h1.ref {
  color: #a2a9b6;
}

section.skills section.subskills.geologie [data-tipped]::before {
  color: #2a4e64;
}

section.skills section.subskills.hydrogeologie div.button-row .button {
  border-color: white;
}

section.skills section.subskills.hydrogeologie div.button-row .button:hover {
  border-color: #84d4f3;
}

section.skills section.subskills.hydrogeologie div.button-row .button:focus {
  background-color: #84d4f3;
}

section.skills section.subskills.hydrogeologie div.button-row .button:active {
  border-color: #84d4f3;
}

section.skills section.subskills.hydrogeologie div.button-row .button.is-selected {
  border-color: #84d4f3;
}

section.skills section.subskills.hydrogeologie .slider-arrow.next:before {
  border-color: white;
}

section.skills section.subskills.hydrogeologie .slider-arrow.previous:before,
section.skills section.subskills.hydrogeologie .slider-arrow.previous:hover::before,
section.skills section.subskills.hydrogeologie .slider-arrow.previous:focus::before,
section.skills section.subskills.hydrogeologie .slider-arrow.previous:active:before {
  border-color: white;
}

section.skills section.subskills.hydrogeologie [data-tipped]::before {
  color: #009fe3;
}

section.skills section.subskills.geotechnique [data-tipped]::before {
  color: #7d6333;
}

section.skills section.subskills.dangers-naturels [data-tipped]::before {
  color: #be1522;
}

section.skills section.subskills.geothermie [data-tipped]::before {
  color: #e12c29;
}

section.skills section.subskills.sites-pollues [data-tipped]::before {
  color: #f9b233;
}

section.skills section.subskills.sites-pollues p,
section.skills section.subskills.sites-pollues ul li {
  color: #000;
}

div.skillsref-title {
  min-height: 350px;
}

section.skills div.skillsref-array {
  display: none;
}

section.skills div.skillsref-slider {
  max-width: 1500px;
  min-height: 275px;
}

section.skills section.subskills div.skillsref-slider {
  margin-top: -328px;
  margin-left: calc(50% - 529px);
  padding-top: 30px;
}

section.skills section.news div.next-previous.next {
  position: relative;
  margin-top: -530px;
  left: calc(50% + 575px);
  right: 0;
  height: 605px;
  z-index: 102;
}

section.skills div.skillsref-cell {
  position: relative;
  margin: 10px 5px 10px 10px;
  width: 340px;
  height: 226px;
  color: #000;
}

section.skills div.skillsref {
  position: relative;
  margin-left: 10px;
  height: 226px;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

section.skills div.skillsref-cell.is-selected div.skillsref,
section.skills div.skillsref-cell.is-next div.skillsref,
section.skills div.skillsref-cell.is-third div.skillsref {
  background-color: #fff;
}

section.skills div.skillsref:hover {
  box-shadow: 1px 1px 10px #555;
}

section.skills div.skillsref:active {
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.75);
}

section.skills section.subskills.geologie div.skillsref:hover {
  box-shadow: 1px 1px 10px #fff;
}

section.skills section.subskills.geologie div.skillsref:active {
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.75);
}

section.skills div.skillsref h3 {
  margin-bottom: 20px;
  font-family: "ubuntumedium";
  font-size: 1.2rem;
  line-height: 1.3rem;
}

section.skills div.skillsref p {
  font-family: "font-family: " ubunturegular ";";
  font-size: 0.85rem;
  line-height: 1.05rem;
}

section.skills div.skillsref a {
  position: absolute;
  bottom: 18px;
  left: 18px;
  font-size: 0.85rem;
  color: #009fe3;
}

/*
section.skills section.subskills.geologie div.blocklight {
	background-color: rgba(42, 78, 100, 0.4);
}

section.skills section.subskills.hydrogeologie div.blocklight {
	background-color: rgba(0, 159, 227, 0.4);
}

section.skills section.subskills.geotechnique div.blocklight {
	background-color: rgba(125, 99, 51, 0.4);
}

section.skills section.subskills.dangers-naturels div.blocklight {
	background-color: rgba(190, 21, 34, 0.4);
}

section.skills section.subskills.geothermie div.blocklight {
	background-color: rgba(225, 44, 41, 0.4);
}

section.skills section.subskills.sites-pollues div.blocklight {
	background-color: rgba(249, 178, 51, 0.4);
}
*/
section.skills div.skillsref-cell.is-selected div.blocklight,
section.skills div.skillsref-cell.is-previous div.blocklight,
section.skills div.skillsref-cell.is-next div.blocklight,
section.skills div.skillsref-cell.is-third div.blocklight {
  background-color: rgba(255, 255, 255, 0.5);
}

/*
	Contact
*/
section.contact div.background {
  display: block;
  position: relative;
  margin-top: -400px;
  width: 100%;
  height: 627px;
  background-image: url("../img/bg_geologie-terrain.webp");
  background-color: transparent;
  background-position: center -680px;
  background-repeat: no-repeat;
  z-index: 1;
}

section.contact div.background.show {
  animation-name: showContactBG;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  z-index: 1000;
}

@keyframes showContactBG {
  0% {
    background-position: center 480px;
  }

  100% {
    background-position: center -80px;
  }
}

section.contact div.background.mask {
  animation-name: maskContactBG;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  z-index: 1000;
}

@keyframes maskContactBG {
  0% {
    background-position: center -80px;
  }

  100% {
    background-position: center 480px;
    z-index: 1;
  }
}

section.contact div.grid-container {
  position: relative;
  margin-top: -220px;
  z-index: 1001;
}

hr.contact {
  margin-top: -42px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
  height: 8px;
  color: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #777777, white);
  border: none;
}

h1.contact {
  margin-left: -3px;
  color: #2b4d63;
  font-family: "ubuntumedium";
  font-size: 3.5rem;
  text-transform: uppercase;
}

section.contact p {
  font-size: 1rem;
}

section.contact textarea {
  height: 100px;
}

/*
	Form
*/
label {
  font-weight: bold;
}

input[type="button"], input[type="submit"] {
  width: 150px;
  height: 40px;
  color: #fff;
  background-color: #2b4d63;
  border: none;
  cursor: pointer;
}

#maposm, #gmaps {
  width: 100%;
  height: 375px;
  /*background-color: orange;*/
}

/*
	Lightbox
*/
#shadowbody {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2999;
}

.preventscroll {
  overflow: hidden;
}

/*
lightbox
*/
#lightbox {
  display: none;
  position: fixed;
  top: 20px;
  bottom: 6px;
  left: 20%;
  right: 20%;
  padding-top: 70px;
  background-color: #fff;
  box-shadow: 1px 1px 15px #555;
  z-index: 3000;
  overflow-y: auto;
}

#lightbox-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
}

#lightbox .close.icon {
  color: #00b9ee;
}

#lightbox .close.icon:hover::before {
  box-shadow: 0 0 15px #000;
}

#lightbox .close.icon:hover::after {
  box-shadow: 0 0 15px #000;
}

#lightbox .close.icon:active::before {
  box-shadow: 0 0 6px #000;
}

#lightbox .close.icon:active::after {
  box-shadow: 0 0 6px #000;
}

#lightbox .slider-arrow {
  position: absolute;
  top: 250px;
  width: 35px;
  height: 35px;
}

#lightbox .slider-arrow.previous {
  left: 75px;
}

#lightbox .slider-arrow.previous:before {
  margin-left: 10px;
  width: 30px;
  height: 30px;
}

#lightbox .slider-arrow.next {
  right: 75px;
}

#lightbox .slider-arrow.next:before {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

#lightbox h1 {
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: bold;
  color: #009fe3;
  text-transform: uppercase;
}

#lightbox h2 {
  font-family: "ubuntumedium";
  font-size: 1.3rem;
  color: #00b9ee;
}

#lightbox hr {
  border-color: #00b9ee;
}

#lightbox img {
  width: 100%;
}

#lightbox .cell-padding {
  padding: 0 40px;
}

#lightbox li {
  line-height: 1.4rem;
}

#lightboxnews {
  display: none;
  position: fixed;
  top: 20px;
  bottom: 6px;
  left: 20%;
  right: 20%;
  background-color: #fff;
  box-shadow: 1px 1px 15px #555;
  z-index: 3000;
  overflow-y: auto;
}

#lightboxnews-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  z-index: 3002;
}

#lightboxnews .close.icon {
  color: #fff;
}

#lightboxnews .close.icon:hover::before {
  box-shadow: 0 0 15px #000;
}

#lightboxnews .close.icon:hover::after {
  box-shadow: 0 0 15px #000;
}

#lightboxnews .close.icon:active::before {
  box-shadow: 0 0 6px #000;
}

#lightboxnews .close.icon:active::after {
  box-shadow: 0 0 6px #000;
}

#lightboxnews header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 70px 70px 20px 70px;
  margin: 0 0 40px 0;
  background-color: #2b4d63;
  z-index: 3001;
}

#lightboxnews header h1 {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#lightboxnews header p {
  color: #fff;
  padding: 0;
}

#lightboxnews section {
  padding: 20px 70px;
}

#lightboxnews img {
  width: 100%;
}

#lightboxnews .cell-padding {
  padding: 0 40px;
}

#lightboxprofile {
  display: none;
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 680px;
  height: 770px;
  max-height: 85%;
  padding: 25px 40px 20px 40px;
  color: #fff;
  background-color: #2b4d63;
  box-shadow: 1px 1px 15px #555;
  z-index: 3000;
  overflow-y: auto;
}

#lightboxprofileImg {
  float: right;
  width: 130px;
  height: 165px;
  border-left: solid 15px #2b4d63;
  background-color: #2b4d63;
  background-position: -45px -15px;
}

#lightboxprofile h3 {
  margin-top: 20px !important;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

#lightboxprofile b, #lightboxprofile strong {
  display: inline-block;
  margin-top: 12px;
  font-size: 120%;
  text-transform: uppercase;
}

#lightboxprofile p {
  margin-bottom: 10px;
  font-size: 90%;
}

#lightboxprofile-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  z-index: 3002;
}

#lightboxprofile .close.icon {
  color: #fff;
}

#lightboxprofile .close.icon:hover::before {
  box-shadow: 0 0 15px #000;
}

#lightboxprofile .close.icon:hover::after {
  box-shadow: 0 0 15px #000;
}

#lightboxprofile .close.icon:active::before {
  box-shadow: 0 0 6px #000;
}

#lightboxprofile .close.icon:active::after {
  box-shadow: 0 0 6px #000;
}

/*
	Footer
*/
#backtotop {
  position: fixed;
  bottom: -18px;
  right: 448px;
  padding: 4px 0;
  width: 40px;
  height: 50px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #009fe3;
  z-index: 1002;
  box-shadow: 1px 1px 12px #555;
}

#backtotop:hover {
  color: #fff;
  box-shadow: 1px 1px 14px #000;
}

#backtotop:active {
  box-shadow: inset 0 0 16px 0 #555;
}

#backtotop.bottom {
  bottom: 115px;
}

/*
	Clients
*/
section.clients h1 {
  margin-bottom: 30px;
  color: #2b4d63;
  font-family: "ubuntumedium";
  font-size: 3.5rem;
  text-transform: uppercase;
}

footer {
  padding-top: 50px;
  margin-top: 100px;
  width: 100%;
  height: 134px;
  color: #fff;
  background-color: #2b4d63;
  text-align: center;
  font-size: 0.8rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}
