header {
  height: 100px;
  padding-top: 35px;
  background: #282828;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
}

header .logo h1 {
  text-indent: -9999px;
  background: url("../img/logo.png") no-repeat;
  display: inline-block;
  width: 165px;
  height: 55px;
}

header nav {
  padding-top: 5px;
}

header nav ul li {
  list-style: none;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #696969;
}

header nav ul li:first-child {
  border-left: 0px;
}

header nav ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Light';
}

footer {
  height: 68px;
  background: #eeeeee;
  clear: both;
}

footer .text-footer {
  color: #626262;
  font-size: 8px;
  line-height: 68px;
}

footer .text-footer p {
  display: inline-block;
  margin-right: 25px;
}

footer .image-footer {
  margin-top: 15px;
}

footer .image-footer span {
  text-indent: -9999px;
  background: url("../img/img-footer.png") no-repeat;
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 68px;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  position: relative;
  display: none;
  height: 410px;
  min-height: 410px;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 410px;
  min-height: 410px;
  bottom: 0;
  width: auto;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0 0 0px;
  background: #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: 0px;
  display: none;
}

.flex-direction-nav .flex-next {
  right: 0px;
  display: none;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  display: none;
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  display: none;
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #1c1c1c;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #666;
}

html {
  font-size: 16px;
  font-family: Arial, tahoma, sans-serif;
  line-height: 1.4;
}

:active,
:focus {
  outline: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

form,
fieldset,
p,
strong,
span,
li,
ul,
ol,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0;
  background: #ffffd6;
  color: #333;
  padding: .3em 10px;
}

.browsehappy a {
  color: #222;
  font-weight: bold;
  text-decoration: underline;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  display: block;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hide {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

::-webkit-input-placeholder {
  color: #D7D7D7;
  opacity: 1;
}

:-moz-placeholder {
  color: #D7D7D7;
  opacity: 1;
}

::-moz-placeholder {
  color: #D7D7D7;
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #D7D7D7;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  font-family: 'HelveticaNeueLTStd-Lt';
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  min-width: 1000px;
  -webkit-text-size-adjust: none;
}

header {
  min-width: 1000px;
}

footer {
  min-width: 1000px;
}

section,
div {
  background-position: fixed;
}

.center {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

.left {
  float: left;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.right {
  float: right;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 1024px) {
  .center {
    max-width: 1000px;
  }

  body .gallery .content {
    width: 900px;
    margin: 0 auto;
    padding-left: 0px;
  }

  body .gallery .item-gallery {
    max-width: 292px;
  }
}

section {
  background-position: fixed;
}

label.error {
  display: none !important;
}

@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../fonts/HelveticaNeue-Light_gdi.eot");
  src: url("../fonts/HelveticaNeue-Light_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light_gdi.woff") format("woff"), url("../fonts/HelveticaNeue-Light_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light_gdi.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'HelveticaNeue-UltraLight';
  src: url("../fonts/HelveticaNeue-UltraLight_gdi.eot");
  src: url("../fonts/HelveticaNeue-UltraLight_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-UltraLight_gdi.woff") format("woff"), url("../fonts/HelveticaNeue-UltraLight_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeue-UltraLight_gdi.svg#HelveticaNeue-UltraLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url("../fonts/HelveticaNeueLTStd-Lt_gdi.eot");
  src: url("../fonts/HelveticaNeueLTStd-Lt_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Lt_gdi.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Lt_gdi.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../fonts/HelveticaNeue-Bold_gdi.eot");
  src: url("../fonts/HelveticaNeue-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold_gdi.woff") format("woff"), url("../fonts/HelveticaNeue-Bold_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold_gdi.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}

body {
  overflow-x: hidden;
}

#main {
  margin-top: 100px;
}

.banner {
  margin-top: 100px;
  width: 100%;
  height: 410px;
}

.text-brand {
  background: #1c1c1c;
  padding-top: 105px;
  height: 290px;
  width: 100%;
}

.text-brand .right {
  width: 58%;
}

.text-brand .left {
  width: 38%;
}

.text-brand h2 {
  text-align: right;
  font-family: 'HelveticaNeue-Light';
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  border-right: 1px solid #616161;
}

.text-brand p {
  font-family: 'HelveticaNeue-Light';
  padding-top: 30px;
  font-size: 11px;
  color: #fff;
}

.slogan {
  height: 165px;
  background: #222;
  color: #fff;
  text-align: center;
}

.slogan h2 {
  font-family: 'HelveticaNeue-Light';
  line-height: 165px;
  font-size: 34px;
  text-transform: uppercase;
}

.slogan h2 strong {
  font-family: 'HelveticaNeue-Bold';
}

.benefits {
  background: #1c1c1c;
  height: 715px;
}

.benefits .aerial-image {
  width: 100%;
  height: 425px;
  background: url("../img/aerea.jpg") no-repeat;
  background-size: 100%;
}

.benefits .list-benefits {
  font-family: 'HelveticaNeue-Light';
  color: #fff;
  padding-top: 35px;
}

.benefits .list-benefits h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: right;
}

.benefits .list-benefits ul li {
  list-style: none;
  font-size: 12px;
  margin-top: 10px;
}

.benefits .list-benefits ul li:nth-child(1) {
  margin-top: 0px;
}

.gallery {
  height: 808px;
  background: #161616;
}

.gallery .content {
  padding-left: 12px;
  padding-top: 135px;
  position: relative;
}

.gallery .content .plants-gallery {
  position: absolute;
  display: none;
  top: 135px;
  left: 0px;
  height: 535px;
  width: 100%;
  background: #fff;
}

.gallery .content .plants-gallery .slide {
  display: none;
  position: absolute;
  left: 50%;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery .content .plants-gallery .slide img {
  height: 500px;
  max-width: 1050px;
}

.gallery .content .plants-gallery .slide.active {
  display: block;
}

.gallery .content .plants-gallery span {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background: url("../img/arrow.png");
  width: 19px;
  height: 35px;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .content .plants-gallery span.arrow-prev {
  left: 10px;
}

.gallery .content .plants-gallery span.arrow-next {
  right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallery .content .plants-gallery img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.gallery .content .plants-gallery h2 {
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  float: left;
  font-family: 'HelveticaNeue-Light';
}

.gallery .content .plants-gallery .close {
  cursor: pointer;
  float: right;
  font-family: 'HelveticaNeue-Light';
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
}

.gallery .content .folder-gallery {
  position: absolute;
  display: none;
  top: 135px;
  left: 0px;
  height: 535px;
  width: 100%;
  background: url("../img/bg-gallery-shops.jpg");
}

.gallery .content .folder-gallery span {
  font-size: 24px;
  font-family: 'HelveticaNeue-Light';
  line-height: 535px;
  color: #fff;
  text-align: center;
  display: block;
}

.gallery .content .folder-gallery h2 {
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  float: left;
  font-family: 'HelveticaNeue-Light';
}

.gallery .content .folder-gallery .close {
  cursor: pointer;
  float: right;
  font-family: 'HelveticaNeue-Light';
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
}

.gallery .content .shop-gallery {
  position: absolute;
  display: none;
  top: 135px;
  left: 0px;
  height: 535px;
  width: 100%;
  background: url("../img/bg-gallery-shops.jpg");
}

.gallery .content .shop-gallery span {
  font-size: 24px;
  font-family: 'HelveticaNeue-Light';
  line-height: 535px;
  color: #fff;
  text-align: center;
  display: block;
}

.gallery .content .shop-gallery h2 {
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  float: left;
  font-family: 'HelveticaNeue-Light';
}

.gallery .content .shop-gallery .close {
  cursor: pointer;
  float: right;
  font-family: 'HelveticaNeue-Light';
  margin-top: -45px;
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
}

.gallery .item-gallery {
  width: 335px;
  height: 515px;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
}

.gallery .item-gallery.shops {
  background: url("../img/bg-shops.jpg") no-repeat;
  background-size: 100%;
}

.gallery .item-gallery.folder {
  background: url("../img/bg-folder.jpg") no-repeat;
  background-size: 100%;
}

.gallery .item-gallery.plants {
  background: url("../img/bg-plants.jpg") no-repeat;
  background-size: 100%;
}

.gallery .item-gallery span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 515px;
  text-transform: uppercase;
}

.contact .map {
  height: 430px;
  width: 100%;
}

.contact .contact-box .image-contact {
  padding-top: 35px;
  padding-bottom: 35px;
}

.contact .contact-box .image-contact img {
  height: 352px;
}

.contact .contact-box .contact-form {
  font-family: 'HelveticaNeue-Light';
  margin-left: 35px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.contact .contact-box .contact-form p {
  font-size: 14px;
  color: #475055;
  width: 500px;
  margin: 15px 0 15px 0;
  line-height: 22px;
}

.contact .contact-box .contact-form h2 {
  font-size: 18px;
  font-family: 'HelveticaNeue-Light';
  color: #475055;
  max-width: 510px;
}

.contact .contact-box .contact-form form p {
  display: inline-block;
  margin-left: 50px;
}

.contact .contact-box .contact-form form input {
  border: 1px solid #dde2e4;
  height: 35px;
  width: 460px;
  padding-left: 15px;
  display: block;
  margin-top: 23px;
}

.contact .contact-box .contact-form form input.error {
  border: 1px solid red;
}

.contact .contact-box .contact-form form input.error:focus {
  border: 1px solid red;
}

.contact .contact-box .contact-form form input:focus {
  border: 1px solid #4bc7c7;
}

.contact .contact-box .contact-form form textarea {
  margin-top: 19px;
  outline-color: #4bc7c7;
  width: 460px;
  padding-left: 15px;
  padding-top: 10px;
  height: 55px;
  border: 1px solid #dde2e4;
  resize: none;
  display: block;
}

.contact .contact-box .contact-form form textarea.error {
  border: 1px solid red;
}

.contact .contact-box .contact-form form textarea.error:focus {
  border: 1px solid red;
}

.contact .contact-box .contact-form form textarea:focus {
  border: 1px solid #4bc7c7;
}

.contact .contact-box .contact-form form .send {
  border: 0px;
  background: #262626;
  width: 80px;
  height: 35px;
  padding-left: 0px;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
}

.struct-slider {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .contact .contact-box .image-contact {
    margin-left: 35px;
  }
}

/*# sourceMappingURL=index.css.map */