@charset "UTF-8";
/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

button .lines {
  background: #f4f5f6; }
  button .lines:before, button .lines:after {
    background: #f4f5f6; }

.lines {
  vertical-align: middle;
  background: #f4f5f6;
  border-radius: 0.08333rem;
  display: inline-block;
  height: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.25rem;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line */ }
  .lines:before, .lines:after {
    background: #f4f5f6;
    border-radius: 0.08333rem;
    display: inline-block;
    height: 0.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.25rem;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.08929rem center;
    -webkit-transform-origin: 0.08929rem center; }
  .lines:before {
    top: 0.3125rem; }
  .lines:after {
    top: -0.3125rem; }

.lines-button {
  border-radius: 0.17857rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.4386rem;
  padding-bottom: 0.625rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    transition: 0; }
  .lines-button.x.close .lines {
    /*hide the middle line */
    background: transparent;
    /*overlay the lines by setting both their top values to 0 */ }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      top: 0;
      width: 1.25rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

ul.slick-dots li {
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-block;
  margin: 4px;
  padding: 3px;
  vertical-align: top; }
  ul.slick-dots li button {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f4f5f6;
    border: 0 none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 5px;
    padding: 0;
    text-indent: -30000px;
    width: 5px; }
    ul.slick-dots li button:focus {
      outline: 0 none;
      background: #61ccf1; }
  ul.slick-dots li:not(.slick-active) button:hover {
    background: #61ccf1; }
  ul.slick-dots li.slick-active {
    border-color: #f4f5f6; }
    ul.slick-dots li.slick-active button {
      background: #eb413b; }

.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: #474747;
  border-radius: 24px;
  border: 0 none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  padding: 10px 50px;
  text-align: center;
  position: relative; }
  .btn:hover {
    background: #2e2e2e; }
  .btn.green {
    background: #449f53;
    color: white; }
    .btn.green:hover {
      background: #388244; }
  .btn.white-green {
    background: white;
    color: green; }
    .btn.white-green:hover {
      opacity: 0.8; }
  .btn.yellow {
    background: #F9C638;
    color: #474747; }
    .btn.yellow:hover {
      background: #f8bb10; }
  .btn.cyan_bright {
    background: #61ccf1;
    color: white; }
    .btn.cyan_bright:hover {
      background: #3cc0ee; }
  .btn.red {
    background: #eb413b;
    color: white; }
    .btn.red:hover {
      background: #e61e17; }
  .btn.block {
    display: block; }
  .btn.margin {
    margin-left: 3px; }
  .btn.tiny {
    font-size: 11px;
    padding: 1px 10px 2px;
    font-weight: 600; }
  .btn.outline {
    background: transparent;
    border: 1px solid #474747;
    color: #474747; }
    .btn.outline:hover {
      background: rgba(71, 71, 71, 0.15); }
  .btn.sm {
    font-size: 13px;
    padding: 4px 30px 6px; }
  .btn.angle:after {
    font-family: 'fontAwesome';
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    margin-left: 8px; }
  @media (max-width: 600px) {
    .btn.block_on_mobile {
      display: block;
      padding: 16px 5px;
      width: 70%;
      margin-left: 15%; } }

header#header {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.8); }
  @media (min-width: 768px) {
    header#header {
      border-top: 5px solid #f06b5a; } }
  header#header.fixed nav li.logo {
    padding-top: 10px;
    padding-bottom: 10px; }
    header#header.fixed nav li.logo a.logo {
      height: 39px; }
  header#header.scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  header#header li.whatsapp a span.number {
    display: none; }
  header#header li.whatsapp a i {
    color: #44B653;
    font-size: 22px; }
  header#header li.whatsapp a:hover i {
    color: #f4f5f6; }
  @media (min-width: 768px) {
    header#header nav > ul {
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: relative; }
      header#header nav > ul li.logo {
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        padding: 20px 0; }
        header#header nav > ul li.logo a.logo {
          transition: all 0.35s;
          -moz-transition: all 0.35s;
          -webkit-transition: all 0.35s;
          -o-transition: all 0.35s;
          height: 80px;
          overflow: hidden; } }
  @media (max-width: 999px) {
    header#header nav > ul li.whatsapp {
      display: none; } }
  @media (min-width: 1000px) {
    header#header nav > ul li.logo {
      padding: 10px 40px 12px;
      margin-right: -50px; }
    header#header nav > ul li:nth-last-child(2) {
      margin-right: 20px; }
    header#header nav > ul li.whatsapp {
      position: absolute;
      right: 10px; } }
  header#header nav > ul li {
    position: relative; }
    header#header nav > ul li a:not(.btn) {
      border-top: 3px solid transparent;
      color: white;
      padding-top: 5px;
      text-transform: uppercase; }
      header#header nav > ul li a:not(.btn):hover {
        color: #f06b5a; }
        header#header nav > ul li a:not(.btn):hover[href*="empresa"] {
          color: #eb413b; }
        header#header nav > ul li a:not(.btn):hover[href*="productos"] {
          color: #F9C638; }
        header#header nav > ul li a:not(.btn):hover[href*="clientes"] {
          color: #3DA3D5; }
        header#header nav > ul li a:not(.btn):hover[href*="materiales"] {
          color: #449f53; }
        header#header nav > ul li a:not(.btn):hover[href*="contacto"] {
          color: #9d9fa2; }
    header#header nav > ul li.active a {
      border-color: #f06b5a; }
    header#header nav > ul li.active.red a {
      border-color: #eb413b; }
    header#header nav > ul li.active.yellow a {
      border-color: #F9C638; }
    header#header nav > ul li.active.cyan a {
      border-color: #3DA3D5; }
    header#header nav > ul li.active.green a {
      border-color: #449f53; }
    header#header nav > ul li.active.gray_medium a {
      border-color: #9d9fa2; }
  header#header button.lines-button {
    position: absolute;
    right: 15px;
    top: 40px;
    display: none; }
  header#header a.logo {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    display: inline-block;
    position: relative; }
    header#header a.logo:after, header#header a.logo:before {
      transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      opacity: 0;
      border-radius: 7px;
      content: "";
      height: 34px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      top: 5px;
      width: 49px; }
      @media (max-width: 767px) {
        header#header a.logo:after, header#header a.logo:before {
          top: 0; } }
    header#header a.logo:after {
      -webkit-box-shadow: 0 0 0 2px white;
              box-shadow: 0 0 0 2px white; }
    header#header a.logo:before {
      background: white;
      z-index: -1; }
    header#header a.logo:hover {
      opacity: 0.9; }
      header#header a.logo:hover:after, header#header a.logo:hover:before {
        opacity: 1; }
    header#header a.logo img {
      display: block; }
  @media (max-width: 767px) {
    header#header {
      padding: 10px 0; }
      header#header nav {
        display: none;
        padding: 20px 0;
        font-size: 18px; }
        header#header nav > ul > li {
          padding: 20px 0 5px; }
          header#header nav > ul > li.active a {
            color: #f06b5a; }
          header#header nav > ul > li.active.red a {
            color: #eb413b; }
          header#header nav > ul > li.active.yellow a {
            color: #F9C638; }
          header#header nav > ul > li.active.cyan a {
            color: #3DA3D5; }
          header#header nav > ul > li.active.green a {
            color: #449f53; }
          header#header nav > ul > li.active.gray_medium a {
            color: #9d9fa2; }
      header#header button.lines-button {
        display: block; }
      header#header.nav-is-open nav {
        display: block; }
      header#header.nav-is-open li.whatsapp {
        display: block; }
        header#header.nav-is-open li.whatsapp span.number, header#header.nav-is-open li.whatsapp i {
          display: inline-block;
          vertical-align: middle; }
        header#header.nav-is-open li.whatsapp span.number {
          margin-left: 5px;
          font-size: 16px; }
        header#header.nav-is-open li.whatsapp a i {
          font-size: 28px; }
        header#header.nav-is-open li.whatsapp a:hover * {
          color: #44B653; } }

footer#footer {
  background: #474747;
  border-top: 4px solid #F9C638; }
  footer#footer a:not(.social) {
    color: rgba(255, 255, 255, 0.7); }
  footer#footer .main {
    font-size: 15px;
    padding: 50px 0 30px;
    text-align: center; }
    footer#footer .main ul.contact_info {
      margin-top: 25px; }
  footer#footer .secondary {
    border-top: 1.5px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px; }
    footer#footer .secondary .col-sm-6 {
      padding: 15px; }
    footer#footer .secondary a.sz {
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-width: 0 0 0 1px;
      display: inline-block;
      margin-left: 6px;
      padding-left: 6px; }
      footer#footer .secondary a.sz:hover {
        color: #3DA3D5; }
    @media (max-width: 767px) {
      footer#footer .secondary a.sz {
        border-width: 1px 0 0 0;
        margin: 6px 0 0 0;
        padding: 6px 0 0 0; }
      footer#footer .secondary .copyright {
        display: block; } }

@media (min-width: 768px) {
  .home header#header:not(.fixed) {
    -webkit-backdrop-filter: blur(0);
    background: transparent; } }

.home #hero {
  background: #474747;
  color: white;
  font-style: italic;
  position: relative;
  text-align: center; }
  .home #hero ul.slider li:not([role="presentation"]), .home #hero ul.slider .slick-slide {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .home #hero li:not([role="presentation"]) {
    background-image: url(../images/hero-maquina-lg.jpg); }
    @media (max-width: 850px) {
      .home #hero li:not([role="presentation"]) {
        background-image: url(../images/hero-maquina-sm.jpg); } }
    .home #hero li:not([role="presentation"])#sustentable {
      background-image: url(../images/hero-sustentable-lg.jpg); }
      @media (max-width: 850px) {
        .home #hero li:not([role="presentation"])#sustentable {
          background-image: url(../images/hero-sustentable-sm.jpg); } }
    .home #hero li:not([role="presentation"])#impresiones {
      background-image: url(../images/hero-impresiones-lg.jpg); }
      @media (max-width: 850px) {
        .home #hero li:not([role="presentation"])#impresiones {
          background-image: url(../images/hero-impresiones-sm.jpg); } }
  .home #hero .flex {
    align-items: center;
    display: flex;
    height: 500px;
    justify-content: center;
    padding-top: 100px; }
    .home #hero .flex .flex-content {
      width: 100%; }
  .home #hero h1 {
    line-height: 1.2; }
  .home #hero h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0; }
  .home #hero a.btn {
    margin-top: 45px; }
  .home #hero ul.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%; }
  .home #hero .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: rgba(244, 245, 246, 0.8);
    color: #474747;
    font-size: 24px;
    padding: 10px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 1; }
    .home #hero .slick-arrow:hover {
      background: #9d9fa2; }
    .home #hero .slick-arrow.slick-prev {
      left: 0; }
    .home #hero .slick-arrow.slick-next {
      right: 0; }
  @media (max-width: 700px) {
    .home #hero ul.slider > li, .home #hero ul.slider .slick-slide {
      height: 550px; }
    .home #hero .flex {
      height: 450px; }
    .home #hero h1 {
      font-size: 30px; }
    .home #hero h2 {
      margin-top: 6px; }
    .home #hero a.btn {
      margin-top: 30px; }
    .home #hero .slick-arrow {
      display: none !important; } }

.home #nuestra-empresa {
  background: #f4f5f6 repeat-y center center; }
  @media (min-width: 768px) {
    .home #nuestra-empresa {
      background-image: url(../images/bkg-nuestra-empresa.svg);
      background-size: 100% auto; } }
  .home #nuestra-empresa .wrapper {
    max-width: 1140px; }
  @media (min-width: 768px) {
    .home #nuestra-empresa .col-sm-4 {
      padding: 0; }
      .home #nuestra-empresa .col-sm-4 h2 {
        margin: 60px 0 24px; } }
  .home #nuestra-empresa .col-sm-8 {
    background: #FFEEED; }
    @media (min-width: 768px) {
      .home #nuestra-empresa .col-sm-8 {
        padding: 0; }
        .home #nuestra-empresa .col-sm-8 h3, .home #nuestra-empresa .col-sm-8 img {
          display: inline-block;
          vertical-align: bottom;
          width: 50%;
          margin: 0; } }
  .home #nuestra-empresa h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #eb413b;
    color: white;
    line-height: 1.3;
    padding: 40px; }
  .home #nuestra-empresa p {
    font-size: 15px;
    padding: 40px; }
  @media (max-width: 767px) {
    .home #nuestra-empresa h2 {
      margin: 0;
      padding: 40px 0 30px;
      text-align: center; }
    .home #nuestra-empresa img {
      margin: 0 auto; }
    .home #nuestra-empresa .col-sm-4 img {
      border: 15px solid #eb413b;
      margin-left: -15px; }
    .home #nuestra-empresa h3 {
      margin-left: -15px;
      padding-top: 15px;
      padding-bottom: 200px;
      width: calc(100% + 30px); }
      .home #nuestra-empresa h3 br {
        display: none; }
      .home #nuestra-empresa h3 + img {
        margin-top: -175px; }
    .home #nuestra-empresa p {
      font-size: 16px; } }

.home .section.clientes .row > div:first-of-type h3 {
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1100px) {
  .home .section.clientes .row > div:first-of-type h3, .home .section.clientes .row > div:first-of-type p {
    zoom: 0.9; } }

@media (min-width: 992px) {
  .home .section.clientes .row {
    align-items: center;
    display: flex;
    height: 100%; } }

@media (max-width: 991px) {
  .home .section.clientes {
    text-align: center; }
    .home .section.clientes .row > div:first-of-type {
      margin-bottom: 50px; }
      .home .section.clientes .row > div:first-of-type h2:before {
        display: block; } }

.home .section.por-que-elegirnos {
  text-align: center; }
  .home .section.por-que-elegirnos ul.icons li h4 {
    font-size: 16px;
    text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1100px) {
    .home .section.por-que-elegirnos ul.icons li {
      zoom: 0.9; } }
  @media (max-width: 767px) {
    .home .section.por-que-elegirnos ul.icons {
      flex-wrap: wrap; }
      .home .section.por-que-elegirnos ul.icons li {
        font-size: 13px;
        flex: 1 0 40%; } }

.home .section.servicios ul.icons.border li:first-of-type .icon {
  border-color: #61ccf1; }

.home .section.servicios ul.icons.border li:nth-of-type(2) .icon {
  border-color: #F9C638; }

.home .section.servicios ul.icons.border li:nth-of-type(3) .icon {
  border-color: #449f53; }

.home .section.materiales {
  background: #449f53 url(../images/materiales.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 0;
  position: relative; }
  .home .section.materiales > * {
    position: relative;
    z-index: 1; }
  .home .section.materiales:after {
    background: rgba(68, 159, 83, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.empresa section > .wrapper:not(ul) {
  text-align: left; }

.empresa section > .wrapper h2 {
  color: #eb413b; }

.empresa section ul.icons {
  padding: 70px 5%; }
  .empresa section ul.icons.border li:first-of-type .icon {
    border-color: #eb413b; }
  .empresa section ul.icons.border li:nth-of-type(2) .icon {
    border-color: #F9C638; }
  .empresa section ul.icons.border li:nth-of-type(3) .icon {
    border-color: #61ccf1; }

.empresa section .nota-gerencial {
  margin: 50px 0 70px 0; }

.clientes section > .wrapper ul.icons {
  margin: 40px 0; }

.clientes section > .wrapper p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.materiales section .wrapper .picture-row {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .materiales section .wrapper .picture-row {
      margin: 50px 0; } }
  .materiales section .wrapper .picture-row h3 {
    margin-bottom: 40px; }

.materiales p.small strong {
  font-size: 16px; }

.materiales ul.triangles-list i, .materiales ul.triangles-list h4, .materiales ul.triangles-list p {
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease; }

.materiales ul.triangles-list li.active i {
  margin: 0 8px 0 7px; }

.materiales ul.triangles-list li.active h4, .materiales ul.triangles-list li.active p {
  color: #3DA3D5; }

.materiales a.highlight {
  cursor: default; }
  .materiales a.highlight img {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    border-radius: 50%; }
  .materiales a.highlight:hover img {
    -webkit-box-shadow: 0 0 10px #3DA3D5;
            box-shadow: 0 0 10px #3DA3D5; }

.title-with-icons {
  position: relative; }
  .title-with-icons .icons img {
    height: auto; }
  @media (min-width: 1111px) {
    .title-with-icons .icons {
      position: absolute;
      right: 20px;
      top: -25px;
      z-index: 1; }
      .title-with-icons .icons img {
        width: 100px;
        margin-left: 5px; }
      .title-with-icons .icons.small {
        top: -12px; }
        .title-with-icons .icons.small img {
          width: 80px; } }
  @media (min-width: 1110px) and (max-width: 1225px) {
    .title-with-icons .icons {
      right: -50px; } }
  @media (max-width: 1109px) {
    .title-with-icons .icons {
      text-align: center; }
      .title-with-icons .icons img {
        margin: 5px; }
        .title-with-icons .icons img:first-child {
          margin-left: 0; }
        .title-with-icons .icons img:last-child {
          maring-right: 0; } }
  @media (max-width: 767px) {
    .title-with-icons .icons {
      margin: -15px 0 15px; }
      .title-with-icons .icons img {
        width: 75px;
        margin: 4px; } }

body.contacto #map {
  background: #CCCCCC url(../images/map-lg.png) no-repeat center top;
  background-size: cover;
  padding: 50px 0 210px; }
  @media (max-width: 1600px) {
    body.contacto #map {
      background-image: url(../images/map-md.png); } }
  @media (max-width: 767px) {
    body.contacto #map {
      padding: 50px 20px; } }
  body.contacto #map .box .col-sm-8 {
    background: #f4f5f6; }
    body.contacto #map .box .col-sm-8 h2 {
      background: #65676a;
      color: white;
      font-size: 20px;
      font-weight: 400;
      margin-left: -15px;
      padding: 10px 0 10px 35px;
      width: calc(100% + 30px); }
      @media (max-width: 767px) {
        body.contacto #map .box .col-sm-8 h2 {
          width: calc(100% + 15px);
          padding-left: 15px; } }
    body.contacto #map .box .col-sm-8 form {
      padding-bottom: 25px; }
      @media (min-width: 768px) {
        body.contacto #map .box .col-sm-8 form {
          padding-left: 20px;
          padding-right: 20px; } }
  body.contacto #map .box .side {
    background: #474747;
    padding-bottom: 30px; }
    body.contacto #map .box .side h3 {
      color: white;
      font-size: 20px;
      padding: 20px 0 0 0; }
    body.contacto #map .box .side ul.contact_info {
      display: block;
      color: white; }
      body.contacto #map .box .side ul.contact_info li {
        display: block; }
      body.contacto #map .box .side ul.contact_info a:not(:hover) {
        color: white; }
    body.contacto #map .box .side .wa {
      white-space: nowrap; }
    @media (min-width: 768px) {
      body.contacto #map .box .side ul.contact_info li {
        text-align: left;
        padding: 10px 0; }
      body.contacto #map .box .side ul.contact_info .icon {
        display: inline-block;
        vertical-align: middle;
        width: 80px; }
      body.contacto #map .box .side ul.contact_info span {
        display: inline-block;
        vertical-align: middle; }
      body.contacto #map .box .side h3, body.contacto #map .box .side .social_profiles {
        margin-left: 15px; } }

body.contacto footer#footer .col-sm-push-6, body.contacto footer#footer ul.contact_info {
  display: none; }

body.contacto footer#footer .secondary .col-sm-6.center_mobile.col-sm-pull-6 {
  width: 100%;
  float: none;
  right: 0;
  text-align: center; }

.product-table {
  padding-top: 20px; }
  .product-table img {
    background: #474747;
    display: block;
    height: auto;
    padding: 10px 0;
    width: 100%; }
    .product-table img.light {
      background: #9d9fa2; }
    .product-table img.green {
      background: #449f53; }
  .product-table .table-title {
    background: #F9C638;
    padding: 15px 10px;
    text-align: center; }
    .product-table .table-title + table th {
      background: #fce196; }
  .product-table table + h4 {
    margin-top: 35px; }
  .product-table table {
    width: 100%; }
    .product-table table th, .product-table table td {
      padding: 10px;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 601px) {
        .product-table table th, .product-table table td {
          border-right: 1px solid rgba(184, 186, 187, 0.75); }
          .product-table table th:last-child, .product-table table td:last-child {
            border-right: 0 none; } }
    .product-table table th {
      background: #F9C638; }
    .product-table table tr {
      border-bottom: 1px solid rgba(184, 186, 187, 0.75); }
      .product-table table tr:nth-child(odd) {
        background: #f4f5f6; }
      .product-table table tr.separate {
        border-top: 4px solid rgba(184, 186, 187, 0.75); }
    @media (min-width: 601px) {
      .product-table table#stretch tr:nth-child(odd) {
        background: transparent; }
      .product-table table#stretch tr.bkg {
        background: #f4f5f6; } }
    @media (max-width: 600px) {
      .product-table table {
        border: 1px solid rgba(184, 186, 187, 0.75);
        border-top: 0 none; }
        .product-table table td {
          display: block;
          text-align: left;
          padding: 2px 10px; }
          .product-table table td:first-child {
            padding-top: 10px; }
          .product-table table td:last-child {
            padding-bottom: 10px; }
          .product-table table td:before {
            color: #9d9fa2;
            content: attr(data-th) ": ";
            display: inline-block;
            font-weight: 500;
            margin-right: 5px; }
          .product-table table td.higlight-on-mobile {
            background: #F9C638;
            font-size: 22px;
            padding: 10px; }
            .product-table table td.higlight-on-mobile:before {
              color: #474747; }
        .product-table table tr:first-child {
          padding: 5px;
          display: block;
          background: #F9C638; }
          .product-table table tr:first-child th {
            display: none; } }

.productos .mfp-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 700px;
  padding: 15px; }
  .productos .mfp-content .product-table {
    margin-top: 10px; }
    .productos .mfp-content .product-table table {
      background: #f4f5f6; }

.productos .mfp-close-btn-in .mfp-close {
  color: #f4f5f6; }

.picture-row {
  text-align: left; }
  .picture-row figure {
    margin: 0; }
    .picture-row figure img {
      display: block;
      height: auto;
      margin-right: 30px;
      width: 100%; }
  .picture-row .text h3 {
    background: #474747;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 30px 15px 0;
    position: relative; }
  .picture-row .text a {
    margin-top: 30px; }
  .picture-row.right .text h3 {
    padding-left: 30px; }
  .picture-row.green-row.left .text h3, .picture-row.green-row.right .text h3 {
    background: #449f53; }
    .picture-row.green-row.left .text h3:before, .picture-row.green-row.left .text h3:after, .picture-row.green-row.right .text h3:before, .picture-row.green-row.right .text h3:after {
      background: #449f53; }
  .picture-row.green_bright-row.left .text h3, .picture-row.green_bright-row.right .text h3 {
    background: #44B653; }
    .picture-row.green_bright-row.left .text h3:before, .picture-row.green_bright-row.left .text h3:after, .picture-row.green_bright-row.right .text h3:before, .picture-row.green_bright-row.right .text h3:after {
      background: #44B653; }
  .picture-row.red-row.left .text h3, .picture-row.red-row.right .text h3 {
    background: #eb413b; }
    .picture-row.red-row.left .text h3:before, .picture-row.red-row.left .text h3:after, .picture-row.red-row.right .text h3:before, .picture-row.red-row.right .text h3:after {
      background: #eb413b; }
  .picture-row.yellow-row.left .text h3, .picture-row.yellow-row.right .text h3 {
    background: #F9C638; }
    .picture-row.yellow-row.left .text h3:before, .picture-row.yellow-row.left .text h3:after, .picture-row.yellow-row.right .text h3:before, .picture-row.yellow-row.right .text h3:after {
      background: #F9C638; }
  .picture-row.cyan_bright-row.left .text h3, .picture-row.cyan_bright-row.right .text h3 {
    background: #61ccf1; }
    .picture-row.cyan_bright-row.left .text h3:before, .picture-row.cyan_bright-row.left .text h3:after, .picture-row.cyan_bright-row.right .text h3:before, .picture-row.cyan_bright-row.right .text h3:after {
      background: #61ccf1; }
  .picture-row.cyan-row.left .text h3, .picture-row.cyan-row.right .text h3 {
    background: #3DA3D5; }
    .picture-row.cyan-row.left .text h3:before, .picture-row.cyan-row.left .text h3:after, .picture-row.cyan-row.right .text h3:before, .picture-row.cyan-row.right .text h3:after {
      background: #3DA3D5; }
  @media (min-width: 768px) {
    .picture-row > div:first-of-type {
      padding-right: 0; }
    .picture-row > div:nth-of-type(2) {
      padding-left: 0; }
    .picture-row.left .text h3:before {
      background: #474747;
      content: "";
      height: 100%;
      left: -100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .picture-row.left .text p {
      margin-right: 30px; }
    .picture-row.right .text h3:after {
      background: #474747;
      content: "";
      height: 100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 100%; }
    .picture-row.right .text p, .picture-row.right .text a {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .picture-row.left {
      display: -ms-grid;
      display: grid; }
      .picture-row.left > div:nth-of-type(2) {
        order: -1; }
    .picture-row .text {
      text-align: center; }
      .picture-row .text h3 {
        padding: 15px; } }

#hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.inner-sections.empresa header#header {
  border-top-color: #eb413b; }

.inner-sections.empresa #hero {
  background-color: #E24C4C;
  background-image: url(../images/hero-empresa.jpg); }
  .inner-sections.empresa #hero:after {
    background: rgba(235, 65, 59, 0.8); }

.inner-sections.productos header#header {
  border-top-color: #F9C638; }

.inner-sections.productos #hero {
  background-color: #DEB945;
  background-image: url(../images/hero-productos.jpg); }
  .inner-sections.productos #hero:after {
    background: rgba(249, 198, 56, 0.8); }

.inner-sections.clientes header#header {
  border-top-color: #3DA3D5; }

.inner-sections.clientes #hero {
  background-color: #4C99B0;
  background-image: url(../images/hero-clientes.jpg); }
  .inner-sections.clientes #hero:after {
    background: rgba(61, 163, 213, 0.8); }

.inner-sections.materiales header#header {
  border-top-color: #449f53; }

.inner-sections.materiales #hero {
  background-color: #4F9654;
  background-image: url(../images/hero-materiales.jpg); }
  .inner-sections.materiales #hero:after {
    background: rgba(68, 159, 83, 0.8); }

.inner-sections.contacto header#header {
  border-top-color: #9d9fa2; }

.inner-sections.contacto #hero {
  background: #9d9fa2; }

.inner-sections section #hero {
  align-items: center;
  background-size: cover;
  display: flex;
  height: 500px;
  position: relative; }
  .inner-sections section #hero:after {
    background: rgba(71, 71, 71, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .inner-sections section #hero h1 {
    color: white;
    padding-top: 127px;
    position: relative;
    text-transform: uppercase;
    z-index: 1; }

.inner-sections section > .wrapper {
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    .inner-sections section > .wrapper {
      padding-bottom: 35px;
      padding-top: 35px; } }

.inner-sections .innertext > h4 {
  padding-top: 20px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .inner-sections .innertext {
    margin-left: 15%;
    margin-right: 5%; } }

.inner-sections .logo-row {
  padding: 20px 0 30px; }
  @media (max-width: 767px) {
    .inner-sections .logo-row img {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .inner-sections .logo-row img {
      margin-right: 20px; }
    .inner-sections .logo-row > * {
      display: inline-block;
      vertical-align: middle; } }

ul.icons {
  align-items: start;
  display: flex;
  justify-content: space-between; }
  ul.icons li {
    font-size: 11px;
    margin: 0 10px 20px; }
    ul.icons li:last-child {
      margin-bottom: 0; }
    ul.icons li .icon {
      background: #474747;
      border-radius: 100%;
      height: 120px;
      margin: 0 auto 20px auto;
      width: 120px; }
      ul.icons li .icon img {
        width: 100%;
        height: auto; }
  ul.icons.border li .icon {
    background: white;
    border: 3px solid #b8babb; }
  ul.icons.thick li .icon {
    border-width: 6px; }
  ul.icons#tipos-de-clientes {
    flex-wrap: wrap; }
    ul.icons#tipos-de-clientes li .icon {
      background: #F9C638; }
    ul.icons#tipos-de-clientes li:nth-child(even) .icon {
      background: #61ccf1; }
    @media (max-width: 1100px) {
      ul.icons#tipos-de-clientes:not(.small) li {
        flex: 1 0 25%; } }
    @media (max-width: 700px) {
      ul.icons#tipos-de-clientes:not(.small) li {
        font-size: 13px;
        flex: 1 0 40%; } }
    ul.icons#tipos-de-clientes.small {
      text-align: center; }
      @media (min-width: 768px) {
        ul.icons#tipos-de-clientes.small li h4 {
          font-size: 16px; }
        ul.icons#tipos-de-clientes.small li .icon {
          height: 100px;
          width: 100px; } }
      @media (min-width: 992px) and (max-width: 1100px) {
        ul.icons#tipos-de-clientes.small li {
          zoom: 0.9; } }
      @media (max-width: 767px) {
        ul.icons#tipos-de-clientes.small li {
          font-size: 13px;
          flex: 1 0 40%; } }
  ul.icons#estrategia {
    background: #f4f5f6;
    align-items: flex-start;
    flex-wrap: nowrap; }
    ul.icons#estrategia li {
      margin: 0 20px 0 20px;
      text-align: center;
      width: 33.333%; }
      ul.icons#estrategia li .icon {
        background: transparent;
        height: 150px;
        width: 150px; }
    @media (max-width: 767px) {
      ul.icons#estrategia {
        flex-wrap: wrap; }
        ul.icons#estrategia li {
          margin-bottom: 30px;
          width: 100%; }
          ul.icons#estrategia li:last-child {
            margin-bottom: 0; } }

.category {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  width: 100%;
  align-items: center; }
  .category:after {
    content: "";
    border-bottom: 1px solid #9d9fa2;
    flex: 1;
    margin-left: 10px;
    margin-top: 3px; }

ul.grid {
  text-align: center; }
  ul.grid li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    padding: 20px; }
    ul.grid li a {
      color: #474747;
      display: block;
      text-decoration: none; }
      ul.grid li a:hover {
        color: #F9C638;
        filter: drop-shadow(0 0 5px #F9C638);
        -webkit-filter: drop-shadow(0 0 5px #F9C638); }
    @media (min-width: 580px) {
      ul.grid li {
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 580px) and (max-width: 767px) {
      ul.grid li {
        width: 50%; } }
    @media (min-width: 768px) {
      ul.grid li {
        width: 33.3%; } }
    ul.grid li .name {
      max-width: 300px;
      margin: 0 auto; }
    ul.grid li img {
      margin: 0 auto 12px; }
  ul.grid + .category {
    margin-top: 30px; }

.gray_bkg ul.grid a, .gray_bkg .category {
  color: white; }

ul.triangles-list li {
  margin-bottom: 30px; }
  ul.triangles-list li:last-child {
    margin-bottom: 0; }
  ul.triangles-list li > i {
    margin-bottom: 20px;
    font-size: 20px; }
  ul.triangles-list li h4 {
    margin-bottom: 20px;
    text-transform: uppercase; }
    ul.triangles-list li h4 i {
      margin-right: 15px; }

@media (min-width: 768px) {
  ul.contact_info {
    display: flex;
    justify-content: space-around; }
    ul.contact_info li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      min-width: 31%; } }

ul.contact_info li {
  padding: 20px 0; }
  ul.contact_info li a {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    display: inline-block; }
    ul.contact_info li a:hover {
      color: #F9C638 !important; }
      ul.contact_info li a:hover.cyan {
        color: #3DA3D5 !important; }
      ul.contact_info li a:hover.green {
        color: #449f53 !important; }
      ul.contact_info li a:hover .icon {
        background-position: center bottom; }

ul.contact_info .icon {
  background: url(../images/icon-location.svg) no-repeat center top;
  height: 55px;
  margin: 0 auto 12px; }
  ul.contact_info .icon.phone {
    background-image: url(../images/icon-phone.svg); }
  ul.contact_info .icon.email {
    background-image: url(../images/icon-email.svg); }

ul.common-list {
  padding-bottom: 10px; }
  ul.common-list li {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px; }
    ul.common-list li:before {
      color: #eb413b;
      content: "\f04b";
      font-family: 'fontAwesome';
      font-size: 14px;
      left: 20px;
      position: absolute;
      top: 3px; }
  ul.common-list.gray-bullets li:before {
    color: #474747; }
  ul.common-list.green-bullets li:before {
    color: #449f53; }
  ul.common-list.yellow-bullets li:before {
    color: #F9C638; }

form.contact-form input, form.contact-form textarea, form.contact-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Lato', sans-serif; }

form.contact-form input, form.contact-form textarea {
  display: block;
  width: 100%; }

form.contact-form .group {
  margin-bottom: 35px;
  position: relative; }
  form.contact-form .group label {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    display: block;
    margin-bottom: 10px; }
    form.contact-form .group label.error {
      color: #FF4544; }
  form.contact-form .group.fade {
    opacity: 0.55; }

form.contact-form input, form.contact-form textarea {
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  border: 0 none;
  border-bottom: 1px solid #9d9fa2;
  background: transparent;
  border-radius: 0;
  padding: 5px;
  font-size: 16px; }
  form.contact-form input.error, form.contact-form textarea.error {
    border-color: #FF4544; }
  form.contact-form input:focus, form.contact-form input.focus, form.contact-form textarea:focus, form.contact-form textarea.focus {
    outline: 0 none; }

form.contact-form textarea {
  min-height: 70px; }

form.contact-form span.error {
  color: #FF4544;
  margin-top: 3px;
  display: block; }

form.contact-form #security, form.contact-form #security2 {
  display: none; }

form.contact-form .btn.sending {
  background: #DFDFDF; }

form.contact-form .btn.sent {
  background: #20B394;
  color: white; }

form.contact-form .btn[disabled="disabled"], form.contact-form .btn.sending, form.contact-form .btn.sent {
  cursor: default;
  pointer-events: none; }

form.contact-form p {
  color: #20B394;
  font-size: 16px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    form.contact-form p {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    form.contact-form p {
      text-align: center;
      margin: -10px 0 20px !important; } }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  color: #474747;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  line-height: 1.4; }
  body.magnificpopupnoscroll {
    overflow-y: hidden !important; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      body .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    body .wrapper.wide {
      max-width: 1400px; }
    @media (max-width: 767px) {
      body .wrapper.mobile_no_padding {
        padding-left: 0;
        padding-right: 0; } }
  body a {
    transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    color: #3DA3D5;
    text-decoration: none; }
    body a.underline {
      text-decoration: underline; }
      body a.underline:hover {
        opacity: 0.7; }
    body a[href^="tel"] {
      color: inherit;
      cursor: default; }
  body h1 {
    font-size: 40px;
    font-weight: 700; }
  body h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px; }
  body h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px; }
  body h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px; }
  body p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; }
    body p.small {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px; }
    body p:last-of-type {
      margin-bottom: 0; }

.title_med {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 25px; }
  @media (max-width: 600px) {
    .title_med {
      font-size: 23px;
      line-height: 25px; } }

.title_dash_block {
  color: #474747;
  text-align: center; }
  .title_dash_block:before {
    content: "—";
    display: block; }

.title_dash:before {
  content: "— "; }

.red {
  color: #eb413b; }

.cyan_bright {
  color: #61ccf1; }

.cyan {
  color: #3DA3D5; }

.yellow {
  color: #F9C638; }

.green {
  color: #449f53; }

.green_bright {
  color: #44B653; }

.white {
  color: white; }

.section {
  padding: 50px 0; }
  .section p + * {
    margin-top: 25px; }

.gray_bkg {
  background: #474747; }

.white_bkg {
  background: #f4f5f6; }

.hide {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (max-width: 767px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none; } }

@media (max-width: 767px) {
  .center_mobile {
    text-align: center; } }

@media (max-width: 767px) {
  img.center_mobile {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

img.max {
  display: block;
  max-width: 100%;
  height: auto; }

.mfp-bg {
  -webkit-backdrop-filter: blur(5px); }

.mfp-arrow {
  opacity: 0.8; }
  .mfp-arrow:before {
    display: none; }
  .mfp-arrow:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 0 none;
    color: white;
    font-size: 40px;
    margin-top: -5px; }
  .mfp-arrow.mfp-arrow-right:after {
    font-family: 'fontAwesome';
    content: "\f105";
    font-weight: normal; }
  .mfp-arrow.mfp-arrow-left:after {
    font-family: 'fontAwesome';
    content: "\f104";
    font-weight: normal; }
  @media (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      height: 50px;
      margin: -5px 10px 0;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      width: 34px; }
      .mfp-arrow:active {
        margin-top: -5px; }
      .mfp-arrow:after {
        margin-left: 10px; } }

p.max {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  p.max a:hover {
    text-decoration: underline; }

.social_profiles span.uppercase {
  font-size: 11px;
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.social_profiles a.social {
  color: #61ccf1;
  font-size: 16px;
  margin-left: 6px; }
  .social_profiles a.social:hover {
    color: #449f53; }
  .social_profiles a.social i.fa-twitter {
    font-size: 18px; }

.anchor {
  display: block;
  margin-top: -76px;
  padding-top: 76px;
  visibility: hidden; }
  @media (max-width: 767px) {
    .anchor {
      margin-top: -104px;
      padding-top: 104px; } }

a:hover .green-notice {
  color: rgba(255, 255, 255, 0.75); }

.green-notice {
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: #44B653;
  border-radius: 40px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 20px; }
  .green-notice i {
    margin-left: 3px;
    font-size: 24px; }
  .green-notice:before {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: url("/images/icon-leaves.svg") no-repeat center center;
    content: "";
    display: block;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-duration: 5000ms;
            animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  @media (min-width: 990px) {
    .green-notice {
      display: inline-block;
      font-size: 22px;
      padding: 20px 50px 20px 70px;
      position: relative; }
      .green-notice:before {
        position: absolute;
        left: -62px;
        top: -20px; } }

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
