*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Libre Franklin";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[class*='grid-'] {
  padding: 10px 10px;
  position: relative;
}
.grid {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.grid-wrapper {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-1 {
    max-width: 8.33%;
  }
  .grid-2 {
    max-width: 16.66%;
  }
  .grid-3 {
    max-width: 25%;
  }
  .grid-4 {
    max-width: 33.33%;
  }
  .grid-5 {
    max-width: 41.66%;
  }
  .grid-6 {
    max-width: 50%;
  }
  .grid-7 {
    max-width: 58.33%;
  }
  .grid-8 {
    max-width: 66.66%;
  }
  .grid-9 {
    max-width: 75%;
  }
  .grid-10 {
    max-width: 83.33%;
  }
  .grid-11 {
    max-width: 91.66%;
  }
  .grid-12 {
    max-width: 100%;
  }
  .grid-dec-10 {
    max-width: 10%;
  }
  .grid-dec-20 {
    max-width: 20%;
  }
  .grid-dec-30 {
    max-width: 30%;
  }
  .grid-dec-40 {
    max-width: 40%;
  }
  .grid-dec-50 {
    max-width: 50%;
  }
  .grid-dec-60 {
    max-width: 60%;
  }
  .grid-dec-70 {
    max-width: 70%;
  }
  .grid-dec-80 {
    max-width: 80%;
  }
  .grid-dec-90 {
    max-width: 90%;
  }
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Italic.eot");
  src: local('Libre Franklin Italic'), local('LibreFranklin-Italic'), url("../fonts/LibreFranklin-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Italic.woff2") format('woff2'), url("../fonts/LibreFranklin-Italic.woff") format('woff'), url("../fonts/LibreFranklin-Italic.ttf") format('truetype'), url("../fonts/LibreFranklin-Italic.svg#LibreFranklin-Italic") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-ExtraBoldItalic.eot");
  src: local('Libre Franklin ExtraBold Italic'), local('LibreFranklin-ExtraBoldItalic'), url("../fonts/LibreFranklin-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-ExtraBoldItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-ExtraBoldItalic.woff") format('woff'), url("../fonts/LibreFranklin-ExtraBoldItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-ExtraBoldItalic.svg#LibreFranklin-ExtraBoldItalic") format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-BlackItalic.eot");
  src: local('Libre Franklin Black Italic'), local('LibreFranklin-BlackItalic'), url("../fonts/LibreFranklin-BlackItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-BlackItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-BlackItalic.woff") format('woff'), url("../fonts/LibreFranklin-BlackItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-BlackItalic.svg#LibreFranklin-BlackItalic") format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-SemiBoldItalic.eot");
  src: local('Libre Franklin SemiBold Italic'), local('LibreFranklin-SemiBoldItalic'), url("../fonts/LibreFranklin-SemiBoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-SemiBoldItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-SemiBoldItalic.woff") format('woff'), url("../fonts/LibreFranklin-SemiBoldItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-SemiBoldItalic.svg#LibreFranklin-SemiBoldItalic") format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-ExtraBold.eot");
  src: local('LibreFranklin-ExtraBold'), url("../fonts/LibreFranklin-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-ExtraBold.woff2") format('woff2'), url("../fonts/LibreFranklin-ExtraBold.woff") format('woff'), url("../fonts/LibreFranklin-ExtraBold.ttf") format('truetype'), url("../fonts/LibreFranklin-ExtraBold.svg#LibreFranklin-ExtraBold") format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-ExtraLightItalic.eot");
  src: local('Libre Franklin ExtraLight Italic'), local('LibreFranklin-ExtraLightItalic'), url("../fonts/LibreFranklin-ExtraLightItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-ExtraLightItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-ExtraLightItalic.woff") format('woff'), url("../fonts/LibreFranklin-ExtraLightItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-ExtraLightItalic.svg#LibreFranklin-ExtraLightItalic") format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-LightItalic.eot");
  src: local('Libre Franklin Light Italic'), local('LibreFranklin-LightItalic'), url("../fonts/LibreFranklin-LightItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-LightItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-LightItalic.woff") format('woff'), url("../fonts/LibreFranklin-LightItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-LightItalic.svg#LibreFranklin-LightItalic") format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-ThinItalic.eot");
  src: local('Libre Franklin Thin Italic'), local('LibreFranklin-ThinItalic'), url("../fonts/LibreFranklin-ThinItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-ThinItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-ThinItalic.woff") format('woff'), url("../fonts/LibreFranklin-ThinItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-ThinItalic.svg#LibreFranklin-ThinItalic") format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-MediumItalic.eot");
  src: local('Libre Franklin Medium Italic'), local('LibreFranklin-MediumItalic'), url("../fonts/LibreFranklin-MediumItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-MediumItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-MediumItalic.woff") format('woff'), url("../fonts/LibreFranklin-MediumItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-MediumItalic.svg#LibreFranklin-MediumItalic") format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Medium.eot");
  src: local('LibreFranklin-Medium'), url("../fonts/LibreFranklin-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Medium.woff2") format('woff2'), url("../fonts/LibreFranklin-Medium.woff") format('woff'), url("../fonts/LibreFranklin-Medium.ttf") format('truetype'), url("../fonts/LibreFranklin-Medium.svg#LibreFranklin-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Bold.eot");
  src: local('Libre Franklin Bold'), local('LibreFranklin-Bold'), url("../fonts/LibreFranklin-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Bold.woff2") format('woff2'), url("../fonts/LibreFranklin-Bold.woff") format('woff'), url("../fonts/LibreFranklin-Bold.ttf") format('truetype'), url("../fonts/LibreFranklin-Bold.svg#LibreFranklin-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Black.eot");
  src: local('LibreFranklin-Black'), url("../fonts/LibreFranklin-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Black.woff2") format('woff2'), url("../fonts/LibreFranklin-Black.woff") format('woff'), url("../fonts/LibreFranklin-Black.ttf") format('truetype'), url("../fonts/LibreFranklin-Black.svg#LibreFranklin-Black") format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-ExtraLight.eot");
  src: local('LibreFranklin-ExtraLight'), url("../fonts/LibreFranklin-ExtraLight.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-ExtraLight.woff2") format('woff2'), url("../fonts/LibreFranklin-ExtraLight.woff") format('woff'), url("../fonts/LibreFranklin-ExtraLight.ttf") format('truetype'), url("../fonts/LibreFranklin-ExtraLight.svg#LibreFranklin-ExtraLight") format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Regular.eot");
  src: local('LibreFranklin-Regular'), url("../fonts/LibreFranklin-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Regular.woff2") format('woff2'), url("../fonts/LibreFranklin-Regular.woff") format('woff'), url("../fonts/LibreFranklin-Regular.ttf") format('truetype'), url("../fonts/LibreFranklin-Regular.svg#LibreFranklin-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Thin.eot");
  src: local('LibreFranklin-Thin'), url("../fonts/LibreFranklin-Thin.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Thin.woff2") format('woff2'), url("../fonts/LibreFranklin-Thin.woff") format('woff'), url("../fonts/LibreFranklin-Thin.ttf") format('truetype'), url("../fonts/LibreFranklin-Thin.svg#LibreFranklin-Thin") format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-SemiBold.eot");
  src: local('LibreFranklin-SemiBold'), url("../fonts/LibreFranklin-SemiBold.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-SemiBold.woff2") format('woff2'), url("../fonts/LibreFranklin-SemiBold.woff") format('woff'), url("../fonts/LibreFranklin-SemiBold.ttf") format('truetype'), url("../fonts/LibreFranklin-SemiBold.svg#LibreFranklin-SemiBold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-BoldItalic.eot");
  src: local('Libre Franklin Bold Italic'), local('LibreFranklin-BoldItalic'), url("../fonts/LibreFranklin-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-BoldItalic.woff2") format('woff2'), url("../fonts/LibreFranklin-BoldItalic.woff") format('woff'), url("../fonts/LibreFranklin-BoldItalic.ttf") format('truetype'), url("../fonts/LibreFranklin-BoldItalic.svg#LibreFranklin-BoldItalic") format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url("../fonts/LibreFranklin-Light.eot");
  src: local('LibreFranklin-Light'), url("../fonts/LibreFranklin-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/LibreFranklin-Light.woff2") format('woff2'), url("../fonts/LibreFranklin-Light.woff") format('woff'), url("../fonts/LibreFranklin-Light.ttf") format('truetype'), url("../fonts/LibreFranklin-Light.svg#LibreFranklin-Light") format('svg');
  font-weight: 300;
  font-style: normal;
}
html,
body {
  width: 100%;
  font-weight: 300;
  line-height: 1.5em;
}
html {
  min-height: 100vh;
  overflow-x: hidden;
}
body.inside {
  background-color: #f6f6f6;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.bg-image img {
  display: none;
}
.bg-page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.bg-page:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
a {
  color: #ff5700;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
a:hover {
  color: #3e3e3e;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.mwrap {
  width: 90%;
  margin: auto;
  max-width: 1260px;
}
@media screen and (min-width: 640px) {
  .mwrap {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .mwrap {
    width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .mwrap {
    max-width: 1140px;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .no-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .no-desktop {
    display: none;
  }
}
.only {
  display: none;
}
@media screen and (max-width: 639px) {
  .only-xs {
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .only-s {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .only-m {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .only-l {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .only-xl {
    display: block;
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.but {
  text-decoration: none;
  color: #fff;
  padding: 12px 30px;
  display: table;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 0.938em;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background: #ff5700;
}
@media screen and (min-width: 768px) {
  .but {
    padding: 10px 60px;
  }
}
.but span {
  display: block;
  position: relative;
  z-index: 5;
}
.but:hover {
  background: #3e3e3e;
  color: #fff;
}
.but:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.but-color {
  color: #fff;
}
.b-inline {
  display: inline-block;
  vertical-align: middle;
}
.transition {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.transition-a a {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 85px;
}
.banner-slider {
  position: relative;
  width: 100%;
  height: 42vw;
  min-height: 8vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.banner-slider.slick-initialized {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.banner-image,
.banner-video {
  padding-bottom: 180%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .banner-image,
  .banner-video {
    padding-bottom: 147%;
  }
}
@media screen and (min-width: 768px) {
  .banner-image,
  .banner-video {
    padding-bottom: 133%;
  }
}
@media screen and (min-width: 1024px) {
  .banner-image,
  .banner-video {
    padding-bottom: 75%;
  }
}
@media screen and (min-width: 1260px) {
  .banner-image,
  .banner-video {
    padding-bottom: 72%;
  }
}
@media screen and (min-width: 1400px) {
  .banner-image,
  .banner-video {
    padding-bottom: 52%;
  }
}
.banner .slick-slide {
  position: relative;
  height: 42vw;
}
.banner .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
}
.banner .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width:1680px){
  .banner .slick-slide video{
    left: 57.5%;
  }
}
@media (max-width:1440px){
  .banner .slick-slide video{
    left: 67%;
  }
}
@media (max-width:1366px){
  .banner .slick-slide video{
    left: 71%;
  }
}
@media (max-width:1170px){
  .banner .slick-slide video{
    left: 83%;
  }
}
@media (max-width:992px){
  .banner .slick-slide video{
    left: 98%;
  }
}

.banner .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.banner .slick-slide figure {
  position: relative;
  height: 100%;
}
.banner .slick-slide .slide-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.banner .slick-slide .slide-image.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.banner .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  -moz-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  -o-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  -ms-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.banner .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.banner .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.banner .slick-slide .slick-active {
  z-index: 1;
}
.banner .slick-slide .slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  -moz-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  -o-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  -ms-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.banner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.banner .slick-arrow:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner .slick-prev {
  left: 10px;
}
.banner .slick-prev:before {
  border-top: none;
  border-right: none;
}
.banner .slick-next {
  right: 10px;
}
.banner .slick-next:before {
  border-left: none;
  border-bottom: none;
}
.banner-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -o-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
}
.banner-content .title {
  /*border: 2px solid #fff;*/
  padding: 50px 30px;
  font-size: 3em;
  line-height: 1.125em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .banner-content .mwrap {
    display: -webkit-border-box;
    display: -moz-border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: border-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 5;
  }
}
@-moz-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-o-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-moz-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@-o-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.text-change .text {
  display: none;
}
.text-change .text.active {
  display: block;
}
.mfp-content .mfp-title {
  text-align: center;
  padding: 5px;
  font-size: 1.125em;
}
.main-menu .menu {
  display: block;
  font-size: 0.875em;
}
.main-menu .menu>ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -o-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
  list-style: none;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.main-menu .menu li {
  position: relative;
  display: block;
  margin: 0 10px;
}
.main-menu .menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 1px;
  height: 25px;
  margin: auto;
  background-color: #000;
}
.main-menu .menu li:first-child:before {
  display: none;
}
.main-menu .menu li.current>a {
  color: #ff5700;
}
.main-menu .menu li.current>a:before {
  width: 90%;
}
.main-menu .menu li:hover .submenu {
  display: block;
}
.main-menu .menu a {
  position: relative;
  display: block;
  text-align: center;
  color: inherit;
  padding: 5px;
}
@media (max-width:992px){
  .main-menu .menu a{ 
    padding: 2px;
  }
}

.main-menu .menu a:before {
  content: '';
  width: 0;
  height: 1px;
  background: #ff5700;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  margin: auto;
}
.main-menu .menu a:hover {
  color: #ff5700;
}
.main-menu .menu a:hover:before {
  width: 90%;
}
.main-menu .submenu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #b2b2b2;
  font-size: 0.938em;
  white-space: nowrap;
}
.main-menu .submenu li {
  border-bottom: 1px solid #b2b2b2;
  margin: 0;
}
.main-menu .submenu li:before {
  display: none;
}
.main-menu .submenu li:last-child {
  border-bottom: none;
}
.main-menu .submenu li.current a {
  background-color: #3e3e3e;
  color: #fff;
}
.main-menu .submenu a {
  padding: 7px 15px;
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.main-menu .submenu a:before {
  display: none;
}
.main-menu .submenu a:hover {
  background-color: #585858;
  color: #fff;
}
.form .field-box {
  margin: 10px 0;
  position: relative;
}
.form .field-box.submit {
  text-align: right;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  width: 100%;
  padding: 5px 10px;
}
.form textarea {
  height: 140px;
  resize: none;
}
.form input[type=submit] {
  background: #ff5700;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 1.125em;
  border-radius: 3px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
}
.form input[type=submit]:hover {
  background: #3e3e3e;
}
.form span.error {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff5700;
  color: #fff;
  border-radius: 100px;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
  margin: auto;
}
.head {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
  border-bottom: 1px solid #b2b2b2;
}
.head .mwrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.logo {
  max-width: 210px;
}
@media screen and (min-width: 640px) {
  .logo {
    max-width: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .logo {
    max-width: 290px;
  }
}
.sect-title {
  color: #ff5700;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 600;
  margin: 0;
  font-size: 2.375em;
  position: relative;
}
.sect-title-2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.625em;
  margin: 0;
  margin-bottom: 30px;
}
.sect-title-2 .feat {
  color: #ff5700;
  font-size: 1.125em;
}
.sect-title-3 {
  color: #ff5700;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  font-size: 1.425em;
}
.sect-title-4 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  font-size: 1.425em;
}
.sect-title-4 span {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.sect-title-4 span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ff5700;
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: auto;
}
.sect-title-5 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  color: #000;
  position: relative;
}
.sect-title-5 span {
  display: block;
  position: relative;
  z-index: 5;
}
.sect-title-5 span.main {
  font-size: 3em;
  line-height: 1em;
}
.sect-title-5:before {
  content: '';
  width: 100%;
  height: 15px;
  background-color: rgba(255,87,0,0.75);
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 0;
}
.sect-title span {
  position: relative;
  display: table;
  margin-bottom: 20px;
}
.sect-title span:after {
  content: '';
  width: 55px;
  height: 3px;
  background-color: #ff5700;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.sect-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  margin: 0;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
}
.sect-content.first {
  margin-top: 90px;
}
@media screen and (min-width: 1400px) {
  .sect-content.first {
    margin-top: 110px;
  }
}
.sect-content.last {
  margin-bottom: 90px;
}
@media screen and (min-width: 1400px) {
  .sect-content.last {
    margin-bottom: 110px;
  }
}
.sect-content.inside {
  background: #f6f6f6;
}
.sect-content .mwrap {
  position: relative;
  z-index: 1;
  background: none;
}
.sect-content .title {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
}
.sect-content .subtitle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.444em;
}
@media screen and (min-width: 640px) {
  .sect-content .subtitle {
    line-height: 1.4em;
    font-size: 1.563em;
  }
}
@media screen and (min-width: 768px) {
  .sect-content .subtitle {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .sect-content .subtitle {
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .sect-content .subtitle {
    width: 45%;
  }
}
.sect-content .text {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.sect-content .text a {
  font-weight: bold;
}
.sect-content .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sect-content .text li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.sect-content .text li:first-child {
  margin-top: 0;
}
.sect-content .text li:last-child {
  margin-bottom: 0;
}
.sect-content .text li:before {
  content: '';
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 0;
}
.sect-content.no-ptop {
  padding-top: 0;
}
.sect-content.no-pbottom {
  padding-bottom: 0;
}
.sect-content.no-mtop {
  margin-top: 0;
}
.sect-content.no-mbottom {
  margin-bottom: 0;
}
.sect-content .no-ptop {
  padding-top: 0;
}
.sect-content .no-pbottom {
  padding-bottom: 0;
}
.sect-content .no-mtop {
  margin-top: 0;
}
.sect-content .no-mbottom {
  margin-bottom: 0;
}
.sect-content.no-pmtop {
  padding-top: 0;
  margin-top: -60px;
}
.sect-content.no-pm30top {
  padding-top: 0;
  margin-top: -30px;
}
.sect-content.image-box .caption {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sect-content.image-box .caption.small {
  font-size: 1em;
  margin-top: 30px;
}
.sect-content.modal-images .image {
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.sect-content.modal-images.rectmedium .image {
  padding-bottom: 65%;
}
.sect-content.modal-images.rectbig .image {
  padding-bottom: 85%;
}
.sect-content.modal-images .caption {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sect-content.modal-images a {
  color: inherit;
  position: relative;
  display: block;
}
.sect-content.modal-images a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ff5700;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 5;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.sect-content.modal-images a:hover:after {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.sect-content.featured-items .grid-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sect-content.featured-items .item {
  background: #e8e8e8;
  padding: 45px 30px 30px;
  height: 100%;
}
.sect-content.featured-items .item .icon {
  color: #ff5700;
  font-size: 3.25em;
  display: table;
  margin: auto;
  margin-bottom: 15px;
}
.sect-content.featured-items .item .icon-drill {
  font-size: 3.75em;
}
.sect-content.featured-items .item .title {
  text-transform: uppercase;
  color: #ff5700;
  font-size: 1.25em;
  margin: 0;
}
.sect-content.featured-items .item .text {
  text-align: justify;
}
.sect-content.featured-items .item .text li {
  padding-left: 30px;
}
.sect-content.featured-items .item .text li:before {
  width: 14px;
  height: 14px;
  background: #ff5700;
  top: 5px;
  border-radius: 100px;
}
.sect-content .images-list {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sect-content .images-list .image {
  width: 25%;
}
.sect-content .images-list .image:before {
  content: '';
  width: 100%;
  padding-bottom: 65%;
  display: block;
  position: relative;
}
.sect-content .images-list.no-bg {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sect-content .images-list.no-bg .image {
  width: auto;
}
.sect-content .images-list.no-bg .image:before {
  display: none;
}
.sect-content .images-list.no-bg .image img {
  width: auto;
}
.sect-content .list-icons {
  margin-top: 40px;
}
.sect-content .list-icons ul {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sect-content .list-icons li {
  margin: 0 40px;
  width: 20%;
}
.sect-content .list-icons a {
  color: #ff5700;
  text-align: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.sect-content .list-icons a .icon {
  width: 130px;
  height: 130px;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #e8e8e8;
  color: #3e3e3e;
  font-size: 3.75em;
  border-radius: 200px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  margin: 0 auto;
}
.sect-content .list-icons a span {
  margin-top: 15px;
  text-transform: uppercase;
  display: block;
}
.sect-content .list-icons a:hover {
  color: #3e3e3e;
}
.sect-content .list-icons a:hover .icon {
  background-color: #ff5700;
  color: #fff;
}

.sect-content .text-list {
  margin-top: 30px;
}
.sect-content .text-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sect-content .text-list li {
  margin: 20px 0;
  position: relative;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sect-content .text-list li:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #ff5700;
  border-radius: 500px;
  position: absolute;
  top: 5px;
  left: 0;
}
.sect-content .text-list li:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 4px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 8px;
}
.sect-content .text-list li .subtitle {
  font-size: 1.25em;
  margin: 0;
  font-weight: 600;
  width: 100%;
}
.sect-content .text-list li .text {
  margin-top: 5px;
}
.sect-content .text-list.numeric ul {
  counter-reset: number_counter;
}
.sect-content .text-list.numeric li {
  counter-increment: number_counter;
  padding-left: 60px;
}
.sect-content .text-list.numeric li:before {
  content: counter(number_counter) '.';
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  font-size: 3em;
  color: #3e3e3e;
  background: none;
}
.sect-content .text-list.numeric li:after {
  display: none;
}
.sect-content .text-list.numeric li .subtitle {
  color: #ff5700;
  width: 100%;
}
.sect-content .subpages-list {
  margin-top: 30px;
}
.sect-content .subpages-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sect-content .subpages-list li {
  margin: 20px;
  width: 20%;
}
.sect-content .subpages-list .image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 500px;
  position: relative;
  overflow: hidden;
}
.sect-content .subpages-list .image:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(255,87,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.sect-content .subpages-list a {
  display: block;
  color: #ff5700;
  text-align: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.sect-content .subpages-list a:hover {
  color: #3e3e3e;
}
.sect-content .subpages-list a:hover .image:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sect-content.middle-banner {
  text-align: center;
}
.sect-content.middle-banner .mwrap {
  padding: 40px 35px;
  background: #e8e8e8;
}
.sect-content.middle-banner .text {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
}
.sect-content.middle-banner .but {
  margin: auto;
}
.foot {
  color: #3e3e3e;
  position: fixed;
  background: #fff;
  padding: 5px 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #b2b2b2;
}
.foot .mwrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.foot .subtitle {
  color: #ff5700;
  font-weight: bold;
  font-size: 1.375em;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .foot .subtitle {
    font-size: 1.563em;
    line-height: 1.4em;
  }
}
.foot .social ul {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.425em;
}
@media screen and (min-width: 640px) {
  .foot .social ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .foot .social ul {
    margin-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .foot .social ul {
    font-size: 1.25em;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-left: 0;
  }
}
.foot .social li {
  margin: 0 14px;
}
@media screen and (min-width: 768px) {
  .foot .social li {
    margin: 0 12px;
  }
}
.foot .social li:first-child {
  margin-left: 0;
}
.foot .social li:last-child {
  margin-right: 0;
}
.foot .social a {
  color: #3e3e3e;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  width: 36px;
  height: 36px;
  background: rgba(255,87,0,0);
  border-radius: 100px;
}
.foot .social a .icon:before {
  display: block;
}
.foot .social a:hover {
  background: #ff5700;
  color: #fff;
}
.foot .address {
  font-size: 1em;
  text-align: right;
}
.foot .address span {
  display: block;
}
.foot .form {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .foot .form {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .foot .form {
    width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .foot .form {
    width: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .foot .form {
    width: 100%;
  }
}
.foot .form iframe {
  height: 580px;
  width: calc(100% + 30px);
  height: 570px;
  max-width: 500px;
  margin: auto;
  margin-left: -15px;
}
@media screen and (min-width: 640px) {
  .foot .form iframe {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .foot .form iframe {
    max-width: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .foot .form iframe {
    height: 595px;
    margin-top: -40px;
    overflow: hidden;
  }
}
.contacto .grid-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contacto .details {
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 20px;
}
.contacto .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacto .details li {
  position: relative;
  display: block;
  margin: 45px 0;
  padding-left: 80px;
}
.contacto .details li:first-child {
  margin-top: 0;
}
.contacto .details li:last-child {
  margin-top: 0;
}
.contacto .details li span {
  display: block;
}
.contacto .details .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 3.125em;
  color: #ff5700;
  left: 0;
  margin-top: 10px;
}
.contacto .details .icon-phone {
  font-size: 2.75em;
}
.contacto .details .icon-map {
  margin-left: 5px;
}
.contacto .details .icon-mail-2 {
  font-size: 2em;
}
.promociones.middle-banner .text {
  margin: 0 auto 25px;
  line-height: 1em;
  width: 100%;
  font-size: 1.5em;
}
.promociones.middle-banner .text.featured {
  color: #ff5700;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.promociones.feature-columns {
  font-size: 1.375em;
  text-align: center;
  padding: 60px 0;
}
.promociones.feature-columns .grid-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.promociones.feature-columns .but {
  text-transform: initial;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
}
.promociones.feature-columns .text {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
  color: #ff5700;
}
.productos.inside .subpages-list li {
  margin: 20px 40px;
}
.productos-estructura.button {
  text-align: center;
}
.productos-estructura.button .but {
  margin-left: auto;
  margin-right: auto;
}
.productos-hierro .images-list.no-bg {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.productos-hierro .images-list.no-bg .image {
  width: 45%;
}
.productos-hierro .images-list.no-bg .image img {
  width: 100%;
}
.casas.form-section,
.tecnico.form-section {
  text-align: center;
}
.casas.form-section .sect-title,
.tecnico.form-section .sect-title {
  margin-left: auto;
  margin-right: auto;
}
.contacto.inside .social-links {
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 0;
}
.contacto.inside .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
}
.contacto.inside .social-links li {
  margin: 0 10px;
}
.contacto.inside .social-links a {
  font-size: 2em;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255,87,0,0);
  color: #ff5700;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.contacto.inside .social-links a:hover {
  background-color: #ff5700;
  color: #fff;
}
.contacto.inside .social-links .icon:before {
  display: block;
}
.contacto.inside .title {
  margin-left: 20px;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #ff5700;
  margin-top: 0;
}
.contacto .map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}
.contacto .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon-standar{  
  background-image: url('../images/productos/estructura-estandar/icono-estructura-estandar.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52%;
}

.sect-content .list-icons a:hover .icon-standar {
  background-image: url('../images/productos/estructura-estandar/icono-estructura-estandar-bco.svg');
}

.listado-pdf h2{
  text-transform: lowercase;
  font-weight: normal;
  font-size: 1.325em;
  color: #ff5700;
}
.listado-pdf h2::first-letter{
  text-transform: uppercase;
}
.listado-pdf ul{}
.listado-pdf ul li{}
.listado-pdf ul li a{
  text-transform: lowercase;  
  font-size: 0.9em;
  color: #3e3e3e;
}
.listado-pdf ul li a:hover{
  color: #000;
}