@charset "UTF-8";
@import url(reset.css);
@import url(clear.css);
@font-face {
  font-family: 'texgyreherosbold';
  src: url("../fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot");
  src: url("../fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.woff") format("woff"), url("../fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.svg#texgyreherosbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreheroscnbold';
  src: url("../fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.eot");
  src: url("../fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.woff") format("woff"), url("../fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.svg#texgyreheroscnbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreherosregular';
  src: url("../fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot");
  src: url("../fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.woff") format("woff"), url("../fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.svg#texgyreherosregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1unlb3");
  src: url("../fonts/icomoon.eot?1unlb3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1unlb3") format("truetype"), url("../fonts/icomoon.woff?1unlb3") format("woff"), url("../fonts/icomoon.svg?1unlb3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-world:before {
  content: "\e903";
}

.icon-menu:before {
  content: "\e905";
}

.left {
  float: left;
}

.right {
  float: right;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "texgyreherosregular";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

.home {
  background: url(../images/bg-home.jpg) center center no-repeat fixed;
  background-size: cover;
}

.falcondo {
  background: url(../images/bg-falcondo.jpg) center center no-repeat fixed;
  background-size: cover;
}

.team {
  background: url(../images/bg-team.jpg) center center no-repeat fixed;
  background-size: cover;
}

.contact {
  background: url(../images/bg-contact.jpg) center center no-repeat fixed;
  background-size: cover;
}

.mobileMenu {
  display: none;
  position: fixed;
  width: 100%;
  height: 196px;
  top: -194px;
  left: 0;
  padding: 59px 0 0 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (max-width: 600px) {
  .mobileMenu {
    display: block;
  }
}

.mobileMenu ul {
  padding: 0;
}

.mobileMenu ul li {
  text-align: left;
}

.mobileMenu ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid transparent;
  margin: 0;
  text-decoration: none;
  font-family: "texgyreheroscnbold";
}

.mobileMenu ul li a:hover {
  text-decoration: none;
  color: #4F81BD;
}

#menuMobileLink {
  display: none;
  width: 100%;
  height: 61px;
  position: fixed;
  left: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../images/menu.png) right center no-repeat rgba(0, 0, 0, 0.3);
  background-size: 52px;
  z-index: 100;
}

@media all and (max-width: 600px) {
  #menuMobileLink {
    display: block;
  }
}

#menuMobileLink img {
  position: absolute;
  left: 10px;
  top: 0;
  width: 65px;
}

#mobileLogo {
  background: url(../images/mobileLgo.png) right top no-repeat;
  width: 85px;
  height: 124px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100%;
  display: none;
  z-index: 101;
}

@media all and (max-width: 650px) {
  #mobileLogo {
    display: block;
  }
}

#centerHeader {
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0px;
  z-index: 90;
}

@media all and (max-width: 600px) {
  #centerHeader {
    display: none;
  }
}

#centerHeader header {
  width: 100%;
  max-width: 960px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

#centerHeader header > img {
  display: block;
  width: 100%;
}

#centerHeader header a#logo {
  background: url(../images/logo.png) left top no-repeat;
  width: 121px;
  height: 161px;
  position: absolute;
  left: 0;
  top: 2px;
  text-indent: -9999px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#centerHeader header #topPanel {
  position: absolute;
  right: 5px;
  top: 25px;
}

#centerHeader header #topPanel a {
  float: right;
  display: block;
}

#centerHeader header #topPanel .icon-linkedin,
#centerHeader header #topPanel .icon-twitter,
#centerHeader header #topPanel .icon-facebook {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 25px;
  padding: 3px 0 0 0;
}

#centerHeader header #topPanel .icon-linkedin span,
#centerHeader header #topPanel .icon-twitter span,
#centerHeader header #topPanel .icon-facebook span {
  display: block;
  text-indent: -9999px;
}

#centerHeader header #topPanel .icon-linkedin:hover,
#centerHeader header #topPanel .icon-twitter:hover,
#centerHeader header #topPanel .icon-facebook:hover {
  color: #feca31;
}

#centerHeader header #topPanel .icon-world {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 25px;
  padding: 3px 0 0 0;
}

#centerHeader header #topPanel .icon-world span {
  margin: 0 0 0 5px;
  font-size: 11px;
  float: right;
  position: relative;
  top: 2px;
}

#centerHeader header #topPanel .icon-world:hover {
  color: #feca31;
}

#centerHeader header nav {
  width: 100%;
  position: relative;
  float: left;
  margin: 88px 0 0 0;
  padding: 0 0 0 0;
  font-family: "texgyreherosregular";
  font-size: 14px;
  letter-spacing: 1px;
}

#centerHeader header nav ul {
  float: right;
  margin: 0 5px 0 0;
  position: relative;
}

#centerHeader header nav ul #lineMenu {
  width: 63px;
  height: 5px;
  background: url(../images/bullet-menu.png) center bottom no-repeat;
  position: absolute;
  bottom: -13px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#centerHeader header nav ul #lineMenu.home {
  width: 63px;
  left: 0;
}

#centerHeader header nav ul #lineMenu.falcondo {
  width: 83px;
  left: 143px;
}

#centerHeader header nav ul #lineMenu.team {
  width: 44px;
  left: 306px;
}

#centerHeader header nav ul #lineMenu.contact {
  width: 74px;
  left: 428px;
}

#centerHeader header nav ul li {
  float: left;
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 40px 0 0;
  height: 12px;
  color: #fff;
}

#centerHeader header nav ul li::after {
  content: "•";
  position: absolute;
  right: 0px;
}

#centerHeader header nav ul li:last-child, #centerHeader header nav ul li:nth-child(3) {
  margin: 0;
  padding: 0;
}

#centerHeader header nav ul li:last-child::after, #centerHeader header nav ul li:nth-child(3)::after {
  display: none;
  content: "•";
  position: absolute;
  right: -20px;
}

#centerHeader header nav ul li > a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

#centerHeader header nav ul li.one:hover ~ #lineMenu {
  width: 63px;
  left: 0;
}

#centerHeader header nav ul li.two:hover ~ #lineMenu {
  width: 83px;
  left: 143px;
}

#centerHeader header nav ul li.three:hover ~ #lineMenu {
  width: 44px;
  left: 306px;
}

#centerHeader header nav ul li.four:hover ~ #lineMenu {
  width: 74px;
  left: 428px;
}

section#logo {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 200px;
  margin-bottom: 70px;
}

@media all and (max-width: 600px) {
  section#logo {
    padding-top: 90px;
    margin-bottom: 40px;
  }
}

section#logo .logoContainer {
  position: relative;
  width: 98%;
  max-width: 960px;
  height: auto;
  font-family: "texgyreherosregular";
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

@media all and (max-width: 600px) {
  section#logo .logoContainer a {
    text-align: center;
    display: block;
  }
  section#logo .logoContainer a img {
    width: 258px;
  }
}

section#slider {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 70px;
}

section#slider .sliderContainer {
  position: relative;
  width: 98%;
  max-width: 960px;
  height: auto;
  font-family: "texgyreherosregular";
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

@media all and (max-width: 600px) {
  section#slider .sliderContainer {
    padding-top: 50px;
  }
}

section#slider .sliderContainer #leftRow {
  position: absolute;
  left: 0;
  top: 40%;
  width: 40px;
  height: 40px;
  background: url(../images/left_cta.png) left center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (max-width: 600px) {
  section#slider .sliderContainer #leftRow {
    left: 36%;
    top: 0px;
  }
}

section#slider .sliderContainer #rightRow.move, section#slider .sliderContainer #leftRow.move {
  -webkit-animation: moveCta 1s ease;
  -moz-animation: moveCta 1s ease;
  -ms-animation: moveCta 1s ease;
  animation: moveCta 1s ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes moveCta {
  15%
{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30%
{
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50%
{
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65%
{
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80%
{
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100%
{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes moveCta {
  15%
{
    -moz-transform: translateX(5px);
    transform: translateX(5px);
  }
  30%
{
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50%
{
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  65%
{
    -moz-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80%
{
    -moz-transform: translateX(2px);
    transform: translateX(2px);
  }
  100%
{
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes moveCta {
  section#slider .sliderContainer #rightRow.move
15%
, section#slider .sliderContainer #leftRow.move
15% {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  section#slider .sliderContainer #rightRow.move
30%
, section#slider .sliderContainer #leftRow.move
30% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  section#slider .sliderContainer #rightRow.move
50%
, section#slider .sliderContainer #leftRow.move
50% {
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  section#slider .sliderContainer #rightRow.move
65%
, section#slider .sliderContainer #leftRow.move
65% {
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  section#slider .sliderContainer #rightRow.move
80%
, section#slider .sliderContainer #leftRow.move
80% {
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
  section#slider .sliderContainer #rightRow.move
100%
, section#slider .sliderContainer #leftRow.move
100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

section#slider .sliderContainer #rightRow {
  position: absolute;
  right: 0;
  top: 40%;
  width: 40px;
  height: 40px;
  background: url(../images/right_cta.png) right center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (max-width: 600px) {
  section#slider .sliderContainer #rightRow {
    right: 36%;
    top: 0px;
  }
}

section#slider .sliderContainer .slide-2, section#slider .sliderContainer .slide-3, section#slider .sliderContainer .slide-4, section#slider .sliderContainer .slide-5, section#slider .sliderContainer .slide-6, section#slider .sliderContainer .slide-7, section#slider .sliderContainer .slide-8 {
  display: none;
}

section#slider .sliderContainer .item {
  width: 90%;
  height: auto;
  margin: 0 auto 40px auto;
  text-transform: none;
}

section#slider .sliderContainer .item h1 {
  display: inline;
  font-size: 50px;
  font-family: "texgyreherosbold";
  line-height: 70px;
}

section#slider .sliderContainer .item h1 a {
  color: #fff;
  text-decoration: none;
}

section#slider .sliderContainer .item h1 a:hover {
  color: #c6c6c6;
}

@media all and (max-width: 800px) {
  section#slider .sliderContainer .item h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media all and (max-width: 600px) {
  section#slider .sliderContainer .item h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (max-width: 400px) {
  section#slider .sliderContainer .item h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

section#slider .sliderContainer .item h2 {
  display: inline;
  font-size: 40px;
  font-family: "texgyreherosbold";
  line-height: 45px;
}

@media all and (max-width: 800px) {
  section#slider .sliderContainer .item h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (max-width: 600px) {
  section#slider .sliderContainer .item h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media all and (max-width: 400px) {
  section#slider .sliderContainer .item h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

section#slider .sliderContainer .item h2.list {
  display: block;
  margin: 10px 0;
}

@media all and (max-width: 600px) {
  section#slider .sliderContainer .item h2.list {
    margin: 5px 0;
  }
}

section#teamSlide {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 70px;
}

section#teamSlide .teamSlideContainer {
  position: relative;
  width: 98%;
  max-width: 960px;
  height: auto;
  font-family: "texgyreherosregular";
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

section#teamSlide .teamSlideContainer #thumbnails {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

section#teamSlide .teamSlideContainer #thumbnails ul li {
  float: left;
  width: 18.5%;
  height: auto;
  margin: 0 1.7% 0 0;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.40;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

section#teamSlide .teamSlideContainer #thumbnails ul li:hover {
  opacity: 0.8;
}

section#teamSlide .teamSlideContainer #thumbnails ul li img {
  display: block;
  width: 100%;
}

section#teamSlide .teamSlideContainer #thumbnails ul li.active {
  opacity: 1;
}

section#teamSlide .teamSlideContainer #thumbnails ul li:last-child {
  margin: 0;
}

section#teamSlide .teamSlideContainer .teamItem {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}

section#teamSlide .teamSlideContainer .teamItem h1 {
  font-family: "texgyreheroscnbold";
  font-size: 26px;
  display: block;
  margin: 0 0 20px 0;
  background: url(../images/bg-h1.png) left bottom no-repeat;
  padding-bottom: 10px;
}

section#teamSlide .teamSlideContainer .teamItem p {
  float: left;
  width: 45%;
  padding: 0 2%;
  margin: 0 2% 0 0;
  text-align: justify;
  font-family: "texgyreherosregular";
  font-size: 14px;
  line-height: 20px;
}

section#teamSlide .teamSlideContainer .teamItem p a {
  color: #fff;
}

@media all and (max-width: 600px) {
  section#teamSlide .teamSlideContainer .teamItem p {
    width: 96%;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 18px;
  }
}

section#teamSlide .teamSlideContainer .teamItem p:last-child {
  margin: 0;
}

section#teamSlide .teamSlideContainer #josef-desc, section#teamSlide .teamSlideContainer #loannis-desc, section#teamSlide .teamSlideContainer #ned-desc {
  display: none;
}
/*
section#teamSlide .teamSlideContainer #marcos-desc, section#teamSlide .teamSlideContainer #josef-desc, section#teamSlide .teamSlideContainer #loannis-desc, section#teamSlide .teamSlideContainer #ned-desc {
  display: none;
}
*/

section#contact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 70px;
}

section#contact .contactContainer {
  position: relative;
  width: 90%;
  max-width: 820px;
  height: auto;
  font-family: "texgyreheroscnbold";
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  overflow: auto;
}

section#contact .contactContainer input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  outline: none;
  font-size: 24px;
  font-family: "texgyreherosregular";
  color: #fff;
  line-height: 40px;
}

@media all and (max-width: 600px) {
  section#contact .contactContainer input {
    font-size: 18px;
  }
}

section#contact .contactContainer input[type="text"] {
  width: 96%;
  height: 40px;
  display: block;
  background: transparent;
  border-bottom: 1px solid #fff;
  margin: 0 0 30px 0;
}

section#contact .contactContainer input[type="tel"] {
  width: 46%;
  height: 40px;
  background: transparent;
  border-bottom: 2px solid #fff;
  margin: 0 3.45% 30px 0;
  display: inline-block;
}

@media all and (max-width: 600px) {
  section#contact .contactContainer input[type="tel"] {
    width: 96%;
    display: block;
  }
}

section#contact .contactContainer input[type="email"] {
  width: 46%;
  height: 40px;
  background: transparent;
  border-bottom: 2px solid #fff;
  margin: 0 0 30px 0;
  display: inline-block;
}

@media all and (max-width: 600px) {
  section#contact .contactContainer input[type="email"] {
    width: 96%;
    display: block;
  }
}

section#contact .contactContainer input[type="submit"] {
  width: 150px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 auto 30px auto;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

section#contact .contactContainer textarea {
  width: 94%;
  height: 118px;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  margin: 0 0 30px 0;
  resize: none;
  padding: 10px 1%;
  outline: none;
  font-size: 24px;
  font-family: "texgyreherosregular";
  color: #fff;
  line-height: 26px;
}

@media all and (max-width: 600px) {
  section#contact .contactContainer textarea {
    font-size: 18px;
    line-height: 20px;
  }
}

section#contact .contactContainer ::-webkit-input-placeholder {
  color: #fff;
}

section#contact .contactContainer :-moz-placeholder {
  color: #fff;
}

section#contact .contactContainer ::-moz-placeholder {
  color: #fff;
}

section#contact .contactContainer :-ms-input-placeholder {
  color: #fff;
}

section#contact .contactContainer p.copy {
  margin: 100px auto 40px auto;
  text-align: center;
  font-size: 12px;
  font-family: "texgyreherosregular";
  line-height: 30px;
}

section#contact .contactContainer p.copy span {
  display: inline-block;
  margin: 0 20px 0 0;
}

section#contact .contactContainer p.copy span img {
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 7px 0 0;
}

section#contact .contactContainer h1.thanks {
  display: none;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  margin: 30% auto 20px auto;
}

section#footer {
  position: relative;
  width: 100%;
  height: 12px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 5px;
  border-bottom: 8px solid #fff;
  margin: 50px 0 0 0;
}

@media all and (max-height: 800px) {
  section#footer {
    position: relative;
  }
}

@media (max-width: 600px) and (min-height: 500px) {
  section#footer {
    position: absolute;
  }
}

section#footer .footerContent {
  position: relative;
  width: 98%;
  max-width: 960px;
  height: auto;
  font-family: "texgyreherosregular";
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

@media all and (max-width: 600px) {
  section#footer .footerContent {
    font-size: 9px;
    text-align: center;
  }
}

label#name-error {
  position: absolute !important;
  margin: -31px 0 0 0;
  left: 0;
  font-size: 10px !important;
  color: #feca31;
  font-family: "texgyreherosregular";
}

label#phone-error {
  position: absolute !important;
  top: 115px !important;
  left: 0;
  font-size: 10px !important;
  color: #feca31;
  font-family: "texgyreherosregular";
}

label#email-error {
  position: absolute !important;
  margin: 42px 0 0 0;
  left: 50%;
  font-size: 10px !important;
  color: #feca31;
  font-family: "texgyreherosregular";
}

@media all and (max-width: 600px) {
  label#email-error {
    margin: -31px 0 0 0;
    left: 0;
  }
}

label#message-error {
  position: absolute !important;
  margin: -31px 0 0 0;
  left: 0;
  font-size: 10px !important;
  color: #feca31;
  font-family: "texgyreherosregular";
}
