/*
+++++++++++++++   COMMON
*/
/**
Thin: 100
Light: 300
Regular: 400
Bold : 700
**/
/**
Semibold : 600
Bold : 700
Black : 800
**/

html {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  color: #333333;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  color: #333333;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  text-decoration: none;
}

h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary {
  color: #c41230;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #828689;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
}

p .white-text {
  color: #fff;
}

form legend {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
  color: #000;
}

form fieldset {
  border: none;
  margin: 0;
  padding: 0 15px;
}

form .form-group {
  margin: 10px 0;
}

form .form-group label {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  display: block;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 5px;
}

form .form-group input[type='text'],
form .form-group input[type='email'],
form .form-group input[type='password'],
form .form-group input[type='file'],
form .form-group input[type='color'],
form .form-group input[type='date'],
form .form-group input[type='datetime-local'],
form .form-group textarea {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  display: block;
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #bbb;
  height: 32px;
  padding: 0 5px;
  width: 100%;
}

form .form-group input[type='text']:focus,
form .form-group input[type='email']:focus,
form .form-group input[type='password']:focus,
form .form-group input[type='file']:focus,
form .form-group input[type='color']:focus,
form .form-group input[type='date']:focus,
form .form-group input[type='datetime-local']:focus,
form .form-group textarea:focus {
  border-color: #666;
  outline: none;
}

form .form-group textarea {
  height: 100px;
}

form textarea {
  resize: none;
}

form .input-error-message {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 300;
  color: #c41230;
  font-size: 1.4rem;
}

.responsive-image {
  max-width: 100%;
  width: 100%;
}

.responsive-image img {
  max-width: 100%;
  width: 100%;
}

.btn,
button {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c41230;
  height: 40px;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.btn.addon,
button.addon {
  position: relative;
  padding-left: 50px;
}

.btn.addon:before,
button.addon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  border-right: 2px solid #fff;
  color: #fff;
  background-color: #c41230;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  line-height: 40px;
  font-size: 1.5rem;
}

.btn.addon.arrow:before,
button.addon.arrow:before {
  content: '\f02e';
}

.btn.addon.download:before,
button.addon.download:before {
  content: '\e923';
  font-size: 16px;
}

.btn.addon.plus:before,
button.addon.plus:before {
  content: '\e91e';
}

.btn.addon.cross:before,
button.addon.cross:before {
  content: '\e91f';
}

.btn.addon.map-marker:before,
button.addon.map-marker:before {
  content: '\e916';
}

.btn:hover,
button:hover {
  background-color: #000000;
}

.btn:hover:before,
button:hover:before {
  background-color: #000000;
}

.btn.secondary,
button.secondary {
  background-color: #fff;
  color: #000;
}

.btn.secondary:hover,
button.secondary:hover {
  color: #c41230;
  text-decoration: underline;
}

.btn.secondary:hover:before,
button.secondary:hover:before {
  text-decoration: none;
}

.btn.secondary.addon,
button.secondary.addon {
  position: relative;
  padding-left: 50px;
}

.btn.secondary.addon:before,
button.secondary.addon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background-color: #c41230;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  line-height: 40px;
  font-size: 1.5rem;
}

.btn.secondary.addon.arrow:before,
button.secondary.addon.arrow:before {
  content: '\e918';
}

.btn.secondary.addon.plus:before,
button.secondary.addon.plus:before {
  content: '\e91e';
}

.btn.secondary.addon.cross:before,
button.secondary.addon.cross:before {
  content: '\e91f';
}

.ms-select {
  height: 40px;
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #BBBBBB;
}

.ms-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 40px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
}

a {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #c41230;
}

a:hover {
  color: #c41230;
  text-decoration: underline;
}

a.white-link {
  color: #fff;
}

a.white-link:hover {
  text-decoration: underline;
}

.black-background {
  background-color: #000000;
}

dl dt {
  margin: 0;
  padding: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
}

dl dd {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
}

.info-primary {
  font-size: 2rem;
  margin-top: 7px;
}

table {
  width: 100%;
}

table thead tr {
  border-bottom: 1px solid #cecfd0;
}

table thead tr th {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  padding: 15px;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

table tbody tr td {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  padding: 15px;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

table tbody tr td:first-child {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

table caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  caption-side: bottom;
  text-align: left;
}

@media only screen and (max-width: 992px) {

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr,
  caption {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
  }

  table thead tr {
    opacity: 0;
    width: 0;
    height: 0;
    border: none;
  }

  table thead tr th {
    padding: 0;
    opacity: 0;
    width: 0;
    height: 0;
  }

  table tbody tr {
    border: none;
  }

  table tbody tr td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0;
    padding-left: 50%;
    min-height: 40px;
    line-height: 2rem;
    padding-top: 10px;
  }

  table tbody tr td:before {
    font-family: 'acumin-pro-condensed', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    height: 100%;
    padding-top: 10px;
  }

  table tbody tr td:last-child {
    border-bottom: none;
  }

  table tbody tr td:first-child {
    background-color: #efefef;
  }

  table tbody tr:last-child {
    border-bottom: none;
  }
}

/* Small devices (phones, 767px and down) */
@media (max-width: 767px) {
  body .main-body {
    margin-top: 63px;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
  }

  body .main-body .main-inner-container {
    transform-origin: 50% top;
  }

  body .main-body.menu-active {
    position: absolute;
    top: 0;
    left: -100%;
  }

  body .main-body.menu-active .logo {
    padding-bottom: 5px;
  }

  body .main-body.menu-active .logo .black-logo {
    transition: all .5s ease-in-out;
    opacity: 0;
  }

  body .main-body.menu-active .logo .white-logo {
    transition: all .5s ease-in-out;
    opacity: 1 !important;
  }

  body .main-body.menu-active .logo img {
    padding: 20px 0;
  }

  body .main-body.menu-active .main-header {
    background-color: transparent;
  }

  body .main-body.menu-active .main-header .bottom-bar {
    box-shadow: none;
  }

  body .main-body.menu-active .btn-burger span {
    background-color: #fff;
    opacity: 0;
  }

  body .main-body.menu-active .btn-burger span:first-child {
    transform-origin: 4px 2px;
    transform: rotateZ(45deg);
    opacity: 1;
  }

  body .main-body.menu-active .btn-burger span:last-child {
    transform-origin: 4px 2px;
    transform: rotateZ(-45deg);
    opacity: 1;
  }

  body .main-body .main-content .main-inner-container article.inner-content .section-menu {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  body .main-header {
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }

  body .main-header .bottom-bar .container .logo {
    width: 100%;
  }

  body .main-header .bottom-bar .container .logo img {
    display: none;
    max-width: 200px;
    min-width: 200px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  body .main-header .bottom-bar .container .logo img.white-logo {
    margin-top: -53px;
    opacity: 0;
  }

  body .main-header .movil-menu-wrapper {
    vertical-align: middle;
    text-align: right;
  }

  body .main-header .btn-burger {
    display: inline-block;
    padding: 5px;
    width: 40px;
    height: 40px;
    margin-top: 12px;
  }

  body .main-header .btn-burger span {
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
    height: 4px;
    margin: 4px 0;
    background-color: #acacac;
  }

  body .main-banner .ms-slider .slides {
    height: 280px;
  }

  body .main-banner .ms-slider .slides .slide img {
    margin-left: -10%;
  }

  body .main-banner .ms-slider .slides .slide .content .text-wrapper {
    padding-top: 20px;
  }

  body .main-banner .ms-slider .slides .slide .content .text-wrapper h1.first-line {
    font-size: 1.8rem;
  }

  body .main-banner .ms-slider .slides .slide .content .text-wrapper h2.second-line {
    font-size: 4rem;
    margin-top: -15px;
  }

  body .main-banner .ms-slider .slides .slide .content .text-wrapper p.strap {
    font-size: 1.8rem;
  }

  body .main-banner .controls .container {
    text-align: center;
  }

  body .main-banner .controls .container a {
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    padding: 0;
    width: 12px !important;
    height: 12px;
    margin: 10px;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    float: none;
  }

  body .main-banner .controls .container a::before {
    display: none;
  }

  body .main-banner .controls .container a.active {
    box-shadow: none;
    background-color: #c41230;
    border: none;
  }

  body .news-view .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body .news-view article h2,
  body .news-view article .date {
    padding: 10px;
    margin-top: 0px;
  }

  body .news-view article .content {
    padding: 5px;
  }

  body .news-view article .content p {
    padding: 10px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    padding-top: 80px;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-menu-bg.jpg);
    z-index: 10000;
    transition: all .5s ease-in-out;
  }

  .mobile-menu .logo {
    margin: 0px auto;
    width: 100px;
  }

  .mobile-menu .logo img {
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
  }

  .mobile-menu.active {
    left: 0;
  }

  .mobile-menu .mobile-menu-wrapper a {
    color: #fff;
    font-size: 2.4rem;
    display: block;
    padding: 10px;
    font-family: 'acumin-pro-condensed', sans-serif;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-menu form {
    margin: 0 50px;
  }

  .mobile-menu form input {
    border: none;
    border-bottom: 1px solid #c41230;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    width: calc(100% - 50px);
  }

  .mobile-menu form input:focus {
    outline: none;
  }

  .mobile-menu form button {
    margin-left: -25px;
    background-color: transparent;
  }
}

/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 990px) {
  body .main-banner .slide .content {
    padding: 0 40px;
  }

  body .main-header .bottom-bar .container .main-menu {
    margin-top: 20px !important;
  }
}

/* Medium devices (desktops, 991px and down) */
@media screen and (max-width: 1199px) {
  body .main-header .top-bar {
    overflow: hidden;
  }

  body .main-header .bottom-bar .container .logo {
    max-width: 100%;
  }

  body .main-header .bottom-bar .container .logo img {
    width: 100%;
    height: auto;
  }

  body .main-header .bottom-bar .container .main-menu {
    margin-top: 40px;
    padding-left: 0;
  }

  body .main-header .bottom-bar .container .main-menu a {
    padding: 10px;
    font-size: 1.4em;
  }

  //body .mega-menu {top: 140px; } 
}

section.gallery {
  position: relative;
}

section.gallery .slider-wrapper {
  background-image: url(../images/banner-background.jpg);
  background-size: cover;
}

section.gallery .container {
  position: relative;
}

section.gallery .container.overview {
  display: none;
}

@media (max-width: 992px) {
  section.gallery .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  section.gallery .container.overview {
    display: block;
  }
}

#ms-slider {
  width: 100%;
  position: relative;
}

#ms-slider ul {
  list-style: none;
  overflow: hidden;
  height: 0;
  position: relative;
  padding-top: 38.333333%;
  margin: 0;
}

#ms-slider ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

#ms-slider ul li:first-child {
  z-index: 1;
}

#ms-slider ul li img {
  width: 100%;
  height: 100%;
}

.overview-content {
  position: absolute;
  top: 0;
  width: 360px;
  z-index: 99;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 0 30px;
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .overview-content {
    width: 460px;
  }
}

@media (max-width: 768px) {
  .overview-content {
    display: none;
  }
}

.overview-content.left {
  left: 120px;
}

.overview-content.right {
  right: 120px;
}

.overview-content.right2 {
  width: 400px;
  right: 100px;
}

.overview-content h2 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 100;
  line-height: 3.4rem;
}

.overview-content p {
  font-size: 13px;
  font-weight: 400;
}

.ms-slider-controls {
  width: 100%;
  max-width: 950px;
  overflow: hidden;
  padding: 0 64px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.ms-slider-controls a.nav {
  display: block;
  position: absolute;
  top: 38px;
  color: #333333;
  text-decoration: none;
}

.ms-slider-controls a.nav:hover {
  color: #c41230;
}

.ms-slider-controls a.nav.prev-btn {
  left: 20px;
}

.ms-slider-controls a.nav.next-btn {
  right: 20px;
}

.ms-slider-controls a.nav i {
  font-size: 40px;
}

.ms-slider-controls .thumbnails-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 9px;
}

.ms-slider-controls .thumbnails-wrapper ul {
  position: relative;
  left: 0;
  -webkit-transition: left .5s;
  transition: left .5s;
  width: 20000px;
  height: auto;
  padding: 0;
}

.ms-slider-controls .thumbnails-wrapper ul li {
  padding-right: 18px;
  list-style: none;
  display: inline-block;
}

.ms-slider-controls .thumbnails-wrapper ul li a {
  background: none;
  padding: 7px 0 0 0;
  border-bottom: 4px solid #fff;
  display: block;
}

.ms-slider-controls .thumbnails-wrapper ul li a.selected {
  border-color: #c41230;
}

@media only screen and (max-width: 992px) {
  section.gallery .container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .overview-content {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    z-index: auto;
    height: auto;
    background-color: transparent;
  }

  .overview-content.left,
  .overview-content.right {
    left: auto;
    right: auto;
    margin: auto;
  }

  .overview {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .ms-slider-controls {
    padding: 0;
  }

  .ms-slider-controls a.prev-btn {
    display: none;
  }

  .ms-slider-controls a.next-btn {
    display: none;
  }

  .ms-slider-controls .thumbnails-wrapper {
    margin-top: 14px;
  }

  .ms-slider-controls .thumbnails-wrapper ul {
    text-align: center;
    width: auto;
  }

  .ms-slider-controls .thumbnails-wrapper ul li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #CCCCCC;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .ms-slider-controls .thumbnails-wrapper ul li a.selected {
    background-color: #c41230;
  }

  .ms-slider-controls .thumbnails-wrapper ul li a img {
    display: none;
  }

  .ms-slider-controls .thumbnails-wrapper ul li:last-child {
    padding: 0;
  }
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer {
  padding-bottom: 40px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer {
  padding-bottom: 0;
  padding-right: 20px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  right: 0;
  bottom: auto;
  margin-left: -40px;
  margin-top: -16px;
  float: right;
}

/* default scrollbar colors and backgrounds */
.mCSB_scrollTools .mCSB_draggerRail {
  background: #808080;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c41230;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #c41230;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #c41230;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/assets/images/structuremCSB_buttons.png);
  background-repeat: no-repeat;
}

.mCSB_scrollTools .mCSB_buttonUp:focus,
.mCSB_scrollTools .mCSB_buttonDown:focus {
  background: green;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
  */
}

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

body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.main-body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}

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

/* Elimina el padding de las columnas*/
.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

h1.thin {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 200;
}

.input-group input {
  display: inline-block;
  width: calc(100% - 40px);
  background-color: #444444;
  border: none;
  vertical-align: middle;
  padding: 10px;
  color: #fff;
}

.input-group button {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-left: -5px;
}

.main-header {
  z-index: 10;
}

.main-header .top-bar {
  width: 100%;
  height: 40px;
  background-color: #141414;
  background-image: url(../images/bg-header-top-bar.png);
  background-repeat: repeat-x;
}

.main-header .top-bar a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

.main-header .top-bar a i {
  margin-right: 5px;
}

.main-header .top-bar .social a {
  transition: color .3s ease-out;
  padding: 10px 3px;
}

.main-header .top-bar .social a:hover {
  color: #999;
}

.main-header .top-bar #language-overlay-container {
  position: absolute;
  width: 743px;
  top: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 10px;
  margin: 0 0 0 -7px;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  z-index: 999;
  display: none;
}

.main-header .top-bar #language-overlay-container .container {
  width: 100%;
  z-index: 10;
}

.main-header .top-bar #language-overlay-container .row {
  margin-bottom: 10px;
}

.main-header .top-bar #language-overlay-container h2 {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.main-header .top-bar #language-overlay-container ul {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

.main-header .top-bar #language-overlay-container ul li {
  display: block;
  line-height: 1em;
  padding: 10px 0 0 0;
}

.main-header .top-bar #language-overlay-container ul li a {
  color: #000;
  font-weight: 500;
  padding: 1px 0;
}

.main-header .top-bar #language-overlay-container ul li a span {
  display: block;
  width: 22px;
  height: 14px;
  padding-top: 4px;
  margin: -1px 0 0;
  text-indent: -10000px;
  overflow: hidden;
  float: left;
  padding-right: 5px;
}

.main-header .top-bar #language-overlay-container ul.language-overlay {
  margin: 0 0 15px;
  position: static;
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: 0;
  background: none;
}

.main-header .top-bar #language-overlay-container ul.language-overlay li {
  display: inline-block;
  border: none;
  clear: both;
  line-height: 1em;
  padding: 10px 0 0 0;
  float: none;
  width: 32.9%;
}

.main-header .top-bar #language-overlay-container ul.language-overlay li:first-child {
  display: block;
  width: 100%;
  padding: 0;
}

.main-header .top-bar #language-overlay-container ul.language-overlay li a {
  color: #000;
  font-weight: 500;
  padding: 1px 0;
}

.main-header .top-bar #language-overlay-container ul.language-overlay li a span {
  display: block;
  width: 22px;
  height: 14px;
  padding-top: 4px;
  margin: -1px 0 0;
  text-indent: -10000px;
  overflow: hidden;
  float: left;
  padding-right: 5px;
}

.main-header .bottom-bar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.main-header .bottom-bar .logo {
  width: 120px;
  margin-top: -10px;
  display: block;
  overflow: hidden;
  padding: 5px 0px;
}

.main-header .bottom-bar .logo img {
  width: 100%;
}

.main-header .bottom-bar .main-menu {
  text-align: center;
  margin-top: 10px;
}

.main-header .bottom-bar .main-menu a {
  color: #333;
  transition: color .3s ease-out;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}

.main-header .bottom-bar .main-menu a i {
  font-size: 1.2rem;
  margin-left: 5px;
}

.main-header .bottom-bar .main-menu a.active {
  color: #c41230;
}

/* Languages */
.language {
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.algeria,
.argentina,
.australia,
.austria,
.brazil,
.croatia,
.czech,
.denmark,
.france,
.finland,
.germany,
.hungary,
.internationalEnglish,
.ame-en,
.italy,
.mexico,
.netherlands,
.norway,
.romania,
.russia,
.serbia,
.slovakia,
.southafrica,
.southamerica,
.spain,
.swedish,
.turkey,
.usa,
.uk,
.poland,
.canada,
.israel,
.irlanda,
.suiza,
.belgium,
.ucrania,
.islandia,
.greece {
  background: url("../images/flags.png") no-repeat scroll 0 0 transparent;
}

.ame-en {
  background-position: -312px -292px;
}

.ame-fr {
  background-position: -312px -292px;
}

.algeria {
  background-position: -26px -20px;
}

.argentina {
  background-position: -130px -82px;
}

.australia {
  background-position: 0 -377px;
}

.austria {
  background-position: -312px -230px;
}

.brazil {
  background-position: -182px -335px;
}

.croatia {
  background-position: -312px -250px;
}

.czech {
  background-position: -78px -165px;
}

.denmark {
  background-position: -26px -251px;
}

.france {
  background-position: -26px -166px;
}

.finland {
  background-position: -156px -125px;
}

.germany {
  background-position: -208px -82px;
}

.hungary {
  background-position: -182px -271px;
}

.internationalEnglish {
  background-position: -312px -187px;
}

.italy {
  background-position: 0 -187px;
}

.mexico {
  background-position: -26px -356px;
}

.netherlands {
  background-position: -52px -272px;
}

.norway {
  background-position: -156px -230px;
}

.romania {
  background-position: -208px -272px;
}

.slovakia {
  background-position: -312px -207px;
}

.russia {
  background-position: -234px -314px;
}

.serbia {
  background-position: -312px -271px;
}

.southafrica {
  background-position: -26px -272px;
}

.southamerica {
  background-position: -312px -187px;
}

.spain {
  background-position: -286px -103px;
}

.swedish {
  background-position: -130px -313px;
}

.turkey {
  background-position: -78px -209px;
}

.usa {
  background-position: 0 -334px;
}

.uk {
  background-position: -312px -124px;
}

.poland {
  background-position: 0 -229px;
}

.canada {
  background-position: -208px -355px;
}
.israel {
  background-position: -179px -60px;
}

.irlanda {
  background-position: -129px 3px;
}

.suiza {
  background-position: -50px -39px;
}

.belgium {
  background-position: -104px -208px;
}

.ucrania {
  background-position: -286px -40px;
}

.islandia{
  background-position: -312px -82px;
}
.greece{
   background-position: -104px -60px;
}


/*
  MEGA MENU
*/
.mega-menu {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: #fff;
  width: 100%;
  margin-top: -10px;
  padding-left: 0;
}

.mega-menu section {
  padding-bottom: 20px;
}

.mega-menu section h6 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #666;
  margin: 20px 0 0 0;
}

.mega-menu a {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #444;
}

#mega-equipment {
  padding-bottom: 40px;
}

#mega-equipment a {
  vertical-align: middle;
  text-decoration: none;
}

#mega-equipment a span {
  display: block;
  height: 100%;
  margin-top: 25px;
  padding-left: 15px;
}

#mega-equipment a i {
  font-size: 7rem;
  color: #666;
  display: block;
  vertical-align: middle;
  float: left;
  margin-left: -20px;
  height: 60px;
}

#mega-equipment a i,
#mega-equipment a span {
  transition: all .3s ease-out;
}

#mega-equipment a:hover i {
  color: #333;
}

#mega-equipment a:hover span {
  color: #c41230;
}

#mega-equipment .featured-product {
  border-left: 1px solid #cdcdcd;
  text-align: center;
}

#mega-equipment .featured-product img {
  max-width: 100%;
  width: auto;
}

#mega-equipment .featured-product span {
  display: block;
  padding: 0;
  margin: 0;
}

#mega-equipment .featured-product span.model {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

#mega-innovation div[class^="col-"]:last-child a,
#mega-innovation div[class*=" col-"]:last-child a,
#mega-about-us div[class^="col-"]:last-child a,
#mega-about-us div[class*=" col-"]:last-child a {
  border-right: none;
}

#mega-innovation a,
#mega-about-us a {
  display: block;
  padding: 20px;
  text-decoration: none;
  border-right: 1px solid #dedede;
  min-height: 210px;
}

#mega-after-sales a h6,
#mega-innovation a h6,
#mega-about-us a h6 {
  display: block;
  vertical-align: middle;
  margin: 0;
}

#mega-after-sales a i,
#mega-innovation a i,
#mega-about-us a i {
  color: #666;
  font-size: 12rem;
  display: block;
  text-align: center;
}

#mega-after-sales a,
#mega-after-sales a h6,
#mega-after-sales a i,
#mega-innovation a,
#mega-innovation a h6,
#mega-innovation a i,
#mega-about-us a,
#mega-about-us a h6,
#mega-about-us a i {
  transition: all .3s ease-in;
}

#mega-after-sales a:hover,
#mega-after-sales a:hover,
#mega-innovation a:hover,
#mega-about-us a:hover {
  background: #efefef;
}

#mega-after-sales a:hover i,
#mega-after-sales a:hover h6,
#mega-innovation a:hover i,
#mega-innovation a:hover h6,
#mega-about-us a:hover i,
#mega-about-us a:hover h6 {
  color: #444;
}

#mega-after-sales a:hover i,
#mega-innovation a:hover i,
#mega-about-us a:hover i {
  transform: scale(1.1, 1.1);
}

#mega-after-sales a {
  display: block;
  padding: 20px;
  text-decoration: none;
  border-right: 1px solid #dedede;
  min-height: 210px;
}

/*
#mega-after-sales h6 {
  margin-top: 0px;
  margin-bottom: 10px; }
#mega-after-sales a {
  display: block;
  clear: both;
  text-decoration: none; }
  #mega-after-sales a img {
    display: block;
    float: left;
    margin-right: 10px; }
  #mega-after-sales a span {
    display: block;
    padding: 5px 0 0 0px; }*/
#mega-after-sales .service-column {
  border-left: 1px solid #dedede;
  padding-bottom: 20px;
}

.products-selector-wrapper {
  padding-top: 20px;
}

.products-selector-wrapper label {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  display: block;
}

.products-selector-wrapper select {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  width: 100%;
  padding: 10px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
  font-weight: 700;
}

.products-selector-wrapper select option {
  padding: 10px;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
}

footer {
  background-color: #141414;
  padding: 80px 0px 40px 0px;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

footer .social-media-links h4 {
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

footer .social-media-links a {
  text-decoration: none;
  transition: all .2s ease-in;
  display: inline-block;
}

footer .social-media-links a img {
  width: 36px;
}

footer .social-media-links a:hover {
  transform: scale(1.2, 1.2);
}

footer .other-links {
  padding: 20px 0 0 0;
}

footer .other-links a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

footer .other-links a:hover {
  border-bottom: 1px dotted #c41230;
  color: #fff;
}

footer .brand {
  vertical-align: middle;
  text-align: right;
  margin-top: 45px;
}

footer .brand .logo-text {
  display: inline-block;
  padding: 10px 10px 10px 0px;
}

footer .brand .logo-text p {
  vertical-align: middle;
  text-align: right;
  color: #fff;
  margin: 0;
}

footer .brand .logo-text p.mf {
  margin-top: 10px;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

footer .brand .logo-text p.strapline {
  font-size: 1.2rem;
}

footer .brand .agco-logo {
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0px 10px 10px;
  margin-top: -35px;
}

footer .brand .agco-logo img {
  width: 120px;
}

.find-a-dealer {
  background-color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 1000;
}

.find-a-dealer .btn-find {
  display: block;
  text-decoration: none;
  background-color: #c41230;
  border: 1px solid #cdcdcd;
}

.find-a-dealer .btn-find i {
  display: inline-block;
  padding: 5px;
  font-size: 42px;
  color: #fff;
  margin-right: 10px;
  transition: all .3s ease-in-out;
}

.find-a-dealer .btn-find .primary-text {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  display: inline-block;
  color: #fff;
}

.find-a-dealer .btn-find .secondary-text {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  display: block;
  margin-top: -5px;
  color: #fff;
}

.find-a-dealer .btn-find:hover i {
  animation: pin-bounce .5s ease-in-out infinite;
}

.find-a-dealer .btn-find:hover span {
  color: #333;
}

.find-a-dealer .brand {
  padding-top: 10px;
}

.find-a-dealer .brand .gradient {
  display: inline-block;
  height: 15px;
  width: 60%;
  float: right;
  margin-top: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,828689+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #828689 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #828689 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #828689 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#828689', GradientType=1);
  /* IE6-9 */
}

.find-a-dealer .brand .brand-name {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-size: 2.2rem;
  color: #828689;
  display: block;
  margin-left: 15px;
  float: right;
}

@keyframes pin-bounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.main-banner {
  width: 100%;
  overflow: hidden;
}

.main-banner .ms-slider {
  width: 100%;
  position: relative;
}

.main-banner .ms-slider .slides {
  height: 380px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-image: url(../images/banner-background.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.main-banner .ms-slider .slides .slide {
  position: absolute;
  width: 100%;
  height: inherit;
  top: 0;
  right: 0;
  opacity: 0;
  animation: fade-out 1.5s ease-out;
}

.main-banner .ms-slider .slides .slide .content {
  clear: both;
  position: absolute;
  height: inherit;
  width: 100%;
  transition: all 1.5s ease-in-out;
}

.main-banner .ms-slider .slides .slide .content .text-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.main-banner .ms-slider .slides .slide .content .text-wrapper h1.first-line,
.main-banner .ms-slider .slides .slide .content .text-wrapper h2.second-line,
.main-banner .ms-slider .slides .slide .content .text-wrapper p.strap {
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.main-banner .ms-slider .slides .slide .content .text-wrapper h1.first-line {
  font-size: 3rem;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.main-banner .ms-slider .slides .slide .content .text-wrapper h2.second-line {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 700;
  font-size: 7.6rem;
  margin-top: -25px;
}

.main-banner .ms-slider .slides .slide .content .text-wrapper p.strap {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-size: 2.6rem;
  margin-top: -10px;
  line-height: 2.6rem;
  display: block;
  max-width: 400px;
}

.main-banner .ms-slider .slides .slide .content .text-wrapper .btn-banner {
  display: inline-block;
  color: #333;
  background-color: #dfdfdf;
  height: 40px;
  padding-right: 10px;
  margin-top: 20px;
  vertical-align: middle;
}

.main-banner .ms-slider .slides .slide .content .text-wrapper .btn-banner i {
  background-color: #c41230;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 3.9rem;
  margin-right: 10px;
}

.main-banner .ms-slider .slides .slide.right .content .text-wrapper {
  text-align: right;
}

.main-banner .ms-slider .slides .slide.right .content .text-wrapper p.strap {
  float: right;
}

.main-banner .ms-slider .slides .slide.right .content .text-wrapper p.strap:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.main-banner .ms-slider .slides .slide.right .content .text-wrapper .btn-banner {
  clear: both;
  float: right;
}

.main-banner .ms-slider .slides .slide.active {
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fade-in 1.5s ease-in;
  z-index: 10;
}

.main-banner .ms-slider .slides .slide.active .content .first-line,
.main-banner .ms-slider .slides .slide.active .content .second-line,
.main-banner .ms-slider .slides .slide.active .content .strap {
  animation-name: slide-down-in;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 2s;
}

.main-banner .ms-slider .slides .slide.active .content .second-line {
  animation-delay: 2.3s;
}

.main-banner .ms-slider .slides .slide.active .content .strap {
  animation-delay: 2.6s;
}

.main-banner .ms-slider .slides .slide.active .content .btn-banner {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.main-banner .ms-slider .slides .slide img {
  height: 100%;
  margin: 0px auto;
  box-shadow: 0 0 20px #999;
}

.main-banner .ms-slider .slides .slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(20px);
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.main-banner .controls {
  z-index: 20;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-banner .controls a {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  display: block;
  float: left;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  color: #444;
  font-size: 1.8rem;
  border-bottom: 2px solid #fff;
  transition: all .3s ease-in;
  position: relative;
}

.main-banner .controls a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(180deg);
  opacity: 0;
  transition: all .15s ease-in-out;
}

.main-banner .controls a:first-child {
  border-left: 1px solid #cdcdcd;
}

.main-banner .controls a:last-child {
  border-right: 1px solid #cdcdcd;
}

.main-banner .controls a:hover {
  border-bottom: 2px solid #c41230;
}

.main-banner .controls a.active {
  border-bottom: 2px solid #c41230;
  box-shadow: 0px -3px 5px #cdcdcd inset;
  background-color: #efefef;
}

.main-banner .controls a.active::before {
  opacity: 1;
  top: -25px;
  border-top: 20px solid #efefef;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }

  100% {
    display: block;
    opacity: 0;
  }
}

@keyframes slide-down-in {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slide-up-in {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.products {
  min-height: 650px;
  padding-bottom: 80px;
  padding-top: 60px;
}

.products h1 {
  margin: 0 0 10px 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
}

.products menu {
  padding: 0;
}

.products menu a {
  color: #333;
  transition: all .3s ease-in;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 2rem;
  margin-right: 40px;
  text-decoration: none;
  padding-bottom: 10px;
}

.products menu a.active {
  color: #c41230;
}

.products .product {
  text-decoration: none;
  display: block;
  height: 180px;
  margin-top: 40px;
  position: relative;
}

.products .product .link-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.products .product .content {
  height: 140px;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.products .product .content img {
  max-width: 100%;
  max-height: 100%;
}

.products .product .content .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease-out;
}

.products .product .content .overlay .top-overlay,
.products .product .content .overlay .bottom-overlay {
  display: block;
  padding: 10px;
}

.products .product .content .overlay .top-overlay {
  border-bottom: 1px solid #c41230;
}

.products .product .content .overlay .title {
  text-align: center;
  display: block;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 700;
}

.products .product .content .overlay .subtitle {
  text-align: center;
  display: block;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.products .product:hover .overlay {
  opacity: .9;
}

.products .product .text {
  display: block;
  height: 40px;
  text-align: center;
}

.products .product .text h5 {
  margin: 0;
  line-height: 1.6rem;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.news {
  padding-top: 40px;
  padding-bottom: 160px;
  background-color: #efefef;
}

.news .wrapper {
  position: relative;
}

.news h2 {
  margin-bottom: 0;
  font-size: 3.8rem;
}

.news menu {
  padding: 0;
}

.news menu a {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  color: #444;
  font-size: 2.2rem;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}

.news menu a.active,
.news menu a:hover {
  color: #c41230;
}

.news .news-wrapper {
  margin-top: 20px;
}

.news .news-wrapper .top-news .box {
  margin: 0px 15px;
  background-color: #fff;
  overflow: hidden;
}

.news .news-wrapper .top-news .box .content {
  padding: 20px;
}

.news .news-wrapper .top-news .box .content .news-date {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.news .news-wrapper .top-news .box .content h3 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
}

.news .news-wrapper .top-news .box .content p {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.news .news-wrapper .top-news .box img {
  width: 100%;
  background-color: #fff;
}

.news .news-wrapper .bottom-news {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: transform .3s ease-out;
  color: #333;
}

.news .news-wrapper .bottom-news .box {
  margin-top: 40px;
  background-color: #fff;
  overflow: hidden;
  min-height: 450px;
  display: block;
  box-shadow: 0 0 0px transparent;
  transition: all .3s ease-out;
}

.news .news-wrapper .bottom-news .content {
  padding: 20px;
  display: block;
}

.news .news-wrapper .bottom-news .content .news-date {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.news .news-wrapper .bottom-news .content h3 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  color: #333 !important;
}

.news .news-wrapper .bottom-news .content p {
  margin: 0 0 10px 0;
  color: #333 !important;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

.news .news-wrapper .bottom-news img {
  width: 100%;
  background-color: #fff;
}

.news .news-wrapper .bottom-news:hover {
  color: #333;
  transform: scale(1.05, 1.05);
}

.news .news-wrapper .bottom-news:hover .box {
  box-shadow: 0 0 10px #cdcdcd;
}

.news .news-wrapper .bottom-news:hover h3 {
  color: #333;
}

.news .news-wrapper .bottom-news:hover p {
  color: #333;
}

.news .video-wrapper {
  margin-top: 20px;
}

.news .video-wrapper .video {
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  min-height: 215px;
}

.news .video-wrapper .video img {
  width: 100%;
  transition: all .6s ease-in-out;
}

.news .video-wrapper .video .bottom-content {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.news .video-wrapper .video .bottom-content .video-date {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #fff;
}

.news .video-wrapper .video .bottom-content h3 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.news .video-wrapper .video .btn-video {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  transition: all .3s ease-in;
  z-index: 10;
}

.news .video-wrapper .video .btn-video i {
  color: #c41230;
  font-size: 36px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  overflow: hidden;
  transition: all .60s ease-out;
}

.news .video-wrapper .video:hover .btn-video {
  background-color: #c41230;
}

.news .video-wrapper .video:hover .btn-video i {
  color: #fff;
}

.news .video-wrapper .video:hover img {
  transform: scale(1.4, 1.4) rotateZ(-5deg);
}

.news .video-wrapper .video.video-bottom {
  margin-top: 30px;
}

.news .video-wrapper .video.video-bottom .top {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 140px;
}

.news .video-wrapper .video.video-bottom .top img {
  width: 100%;
}

.news .video-wrapper .video.video-bottom .top .btn-video {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  transition: all .3s ease-in;
}

.news .video-wrapper .video.video-bottom .top .btn-video i {
  font-size: 18px;
  width: 15px;
  height: 15px;
  margin-top: -9px;
  margin-left: -9px;
}

.news .video-wrapper .video.video-bottom .content {
  background-color: #fff;
  padding: 10px;
  display: block;
  min-height: 100px;
}

.news .video-wrapper .video.video-bottom .content .video-date {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

.news .video-wrapper .video.video-bottom .content h3 {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 700;
  color: #444;
}

.btn {
  padding: 10px;
  text-decoration: none;
  vertical-align: text-top;
  font-size: 1.5rem;
  overflow: hidden;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
}

.btn:hover {
  text-decoration: none;
}

.btn.btn-inverse {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  background-color: #333;
  color: #fff;
  transition: all .3s ease-in;
}

.btn.btn-inverse:hover {
  background-color: #c41230;
}

.btn.btn-inverse:hover i {
  padding: 13px 6px 13px 20px;
}

.btn.btn-icon {
  padding: 0 10px 0 0;
}

.btn.btn-icon i {
  transition: all .3s ease-in;
  display: inline-block;
  background-color: #c41230;
  padding: 13px;
  margin-right: 10px;
  vertical-align: middle;
}

article.inner-content .section-gray {
  background-color: #efefef;
}

article.inner-content .section-menu {
  padding: 120px 0;
}

article.inner-content .section-menu .menu-item {
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  min-height: 240px;
  background-color: #fff;
  transition: all .3s ease-out;
}

article.inner-content .section-menu .menu-item .image-wrapper {
  overflow: hidden;
  display: block;
}

article.inner-content .section-menu .menu-item .image-wrapper img {
  width: 100%;
  transition: all .3s ease-in;
}

article.inner-content .section-menu .menu-item .text-wrapper {
  display: block;
  padding: 10px;
  position: relative;
}

article.inner-content .section-menu .menu-item .text-wrapper h2 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

article.inner-content .section-menu .menu-item .text-wrapper span {
  display: block;
  min-height: 80px;
  color: #333;
}

article.inner-content .section-menu .menu-item .text-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  border-top: 20px solid #fff;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(180deg);
  opacity: 0;
  transition: all .3s ease-out;
  z-index: 100;
}

article.inner-content .section-menu .menu-item:hover {
  background-color: #c41230;
}

article.inner-content .section-menu .menu-item:hover ::before {
  top: -25px;
  opacity: 1;
  border-top: 20px solid #c41230;
}

article.inner-content .section-menu .menu-item:hover .text-wrapper h2,
article.inner-content .section-menu .menu-item:hover .text-wrapper span {
  color: #fff;
}

article.inner-content .section-menu .menu-item:hover img {
  transform: scale(1.4, 1.4) rotateZ(-5deg);
}

.product-header h1 {
  display: block;
  letter-spacing: -.09rem;
  font-weight: 300;
  padding-bottom: 30px;
}

.product-header h1 span {
  font-weight: 200;
}

section.characteristics {
  background-color: #efefef;
}

section.characteristics .container {
  padding: 45px;
  margin-top: 40px;
}

section.characteristics .container .column {
  border-right: 1px solid #999999;
  min-height: 140px;
}

@media only screen and (max-width: 1200px) {
  section.characteristics .container .column {
    border: none;
  }
}

section.characteristics .container h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

section.characteristics .container dl:last-of-type {
  border: none;
}

section.product-tour {
  padding-top: 120px;
}

section.product-tour .product-tour-container .product-tour-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.product-tour .product-tour-container .product-tour-navigation ul li {
  display: inline-block;
  margin-right: 10px;
}

section.product-tour .product-tour-container .product-tour-navigation ul li a {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

section.product-tour .product-tour-container .product-tour-navigation ul li a.selected {
  color: #c41230;
}

section.product-tour #product-tour-viewport {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

section.product-tour #product-tour-viewport.cursorGrab {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

section.product-tour #product-tour-viewport .product-tour-image-slides {
  position: relative;
}

section.product-tour #product-tour-viewport .product-tour-image-slides a {
  width: 100%;
  padding-bottom: 80%;
  max-width: 650px;
  display: block;
}

section.product-tour #product-tour-viewport .product-tour-image-slides img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

section.product-tour #product-tour-viewport .product-tour-image-slides img:first-of-type {
  display: block;
}

section.lateral-page-navigator {
  padding: 50px 0;
}

section.lateral-page-navigator a.link-arrow-left {
  float: left;
  color: #333;
}

section.lateral-page-navigator a.link-arrow-left:after {
  clear: both;
}

section.lateral-page-navigator a.link-arrow-right {
  float: right;
  color: #333;
}

section.lateral-page-navigator a.link-arrow-right:after {
  clear: both;
}

section.lateral-page-navigator .arrow {
  height: 54px;
  display: block;
  font-weight: bold;
}

section.lateral-page-navigator .arrow span.page-name {
  font-weight: normal;
}

section.lateral-page-navigator .arrow-left {
  background-position: 0 0;
  padding: 11px 0 11px 57px;
  text-align: left;
}

section.lateral-page-navigator .arrow-left:hover {
  background-position: 0 -54px;
}

section.lateral-page-navigator .arrow-left:before {
  content: '\e91a';
  font-family: icomoon;
  font-size: 30px;
  position: absolute;
  margin-left: -40px;
  color: #444;
}

section.lateral-page-navigator .arrow-right {
  background-position: right -108px;
  padding: 11px 57px 11px 0;
  text-align: right;
  content: '\e918';
}

section.lateral-page-navigator .arrow-right:hover {
  background-position: right bottom;
}

section.lateral-page-navigator .arrow-right:before {
  content: '\e919';
  font-family: icomoon;
  font-size: 30px;
  position: absolute;
  margin-left: 80px;
  color: #444;
}

section.models {
  padding-top: 60px;
  padding-bottom: 80px;
}

/*section.models .container {
  width: 80%;
}*/

section.action {
  padding-bottom: 120px;
  padding-top: 120px;
}

section.action input[type=text] {
  padding: 10px;
  height: 40px;
}

section.need-help .row {
  position: relative;
}

img.svg-polygon {
  /*background: no-repeat url(../images/758_x_527_AGCO_Parts_Books.jpeg); ;
  height: 440px;
  background-size: cover;*/
  width: 100%;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

section.grey {
  background-color: #f1f1f1;
}

section.story .mCSB_scrollTools .mCSB_dragger a:hover .mCSB_dragger_bar,
section.story .mCSB_scrollTools .mCSB_dragger a:focus .mCSB_dragger_bar {
  background: #c41230;
}

section.features-dark {
  background: url(/images/products/_common/dark_features_background.jpeg) no-repeat bottom left;
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.features-dark h2 {
  margin: 0;
  color: #FFFFFF;
}

section.features-dark .carousel-navigation ul {
  list-style: none;
  padding: 0;
  padding-right: 50px;
  margin: 0;
  margin-left: -15px;
}

section.features-dark .carousel-navigation ul li a {
  padding: 9px 0 9px 15px;
  display: block;
  position: relative;
}

section.features-dark .carousel-navigation ul li a.selected,
section.features-dark .carousel-navigation ul li a:hover {
  text-decoration: none;
  background-color: #c41230;
  font-weight: 400;
}

section.features-dark .carousel-navigation ul li a.selected:after,
section.features-dark .carousel-navigation ul li a:hover:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c41230;
}

section.features-dark .carousel-text-slides {
  position: relative;
  height: 375px;
}

section.features-dark .carousel-text-slides .scrollbars {
  overflow: auto;
  height: 375px;
}

section.features-dark .carousel-text-slides .scrollbars .inner-text {
  width: 90%;
}

section.features-dark .carousel-text-slides .slide {
  position: absolute;
  top: 0;
  padding-right: 50px;
  width: 100%;
}

section.features-dark .carousel-text-slides p {
  color: #FFFFFF;
}

section.features-dark .carousel-text-slides a {
  color: #FFFFFF;
}

section.features-dark .carousel-text-slides h2.features-dark-phone-title {
  padding-bottom: 0;
}

section.features-dark .carousel-text-slides ul.features-list-phone {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

section.features-dark .carousel-text-slides ul.features-list-phone .feature-item-phone {
  display: none;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-size: 1.8rem;
  color: #c41230;
}

section.features-dark .carousel-text-slides ul.features-list-phone .feature-item-phone.selected {
  display: block;
}

section.features-dark .carousel-text-slides button.close-info {
  background: transparent;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  font-size: 20px;
}

section.features-dark .carousel-image-slides {
  height: 375px;
  overflow: hidden;
  position: relative;
}

section.features-dark .carousel-image-slides div.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images {
  position: relative;
  height: 100%;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images .sub-carousel-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 50%;
  margin-top: -20px;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images .sub-carousel-nav .btn-carousel-nav {
  padding: 0 10px;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images .sub-carousel-nav .btn-carousel-nav.prev-btn {
  float: left;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images .sub-carousel-nav .btn-carousel-nav.next-btn {
  float: right;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul li img {
  margin: auto;
  width: 100%;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul p.text {
  font-size: 1.2rem;
  bottom: 0;
  position: absolute;
  background: #454545;
  padding: 10px;
  margin: 0;
  color: #FFFFFF;
}

section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul button.more-info {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 70px;
  margin-left: -20px;
}

section.features-dark .only-phone {
  display: none;
}

@media screen and (max-width: 992px) {
  section.features-dark {
    padding: 0;
    background: #000000;
  }

  section.features-dark .only-phone {
    display: block;
  }

  section.features-dark h2 {
    padding: 20px 0;
  }

  section.features-dark .carousel-navigation ul {
    padding: 0;
    margin-right: -15px;
  }

  section.features-dark .carousel-navigation ul li a {
    display: none;
    padding: 9px 15px;
  }

  section.features-dark .carousel-navigation ul li a.selected {
    display: block;
  }

  section.features-dark .carousel-navigation ul li a.selected:after {
    border-left: transparent;
    content: '';
  }

  section.features-dark .carousel-text-slides {
    display: none;
  }

  section.features-dark .carousel-text-slides.show-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 990000;
    background: rgba(0, 0, 0, 0.95);
  }

  section.features-dark .carousel-text-slides .slide {
    height: 100%;
    padding-top: 100px;
    padding-right: 20px;
  }

  section.features-dark .carousel-text-slides .slide .scrollbars {
    height: 100%;
  }

  section.features-dark .carousel-image-slides p.text {
    width: 100%;
  }

  section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul li {
    overflow: hidden;
  }

  section.features-dark .carousel-image-slides div.slide .sub-carousel-images ul li img {
    height: 100%;
    width: auto;
    display: block;
  }
}

section.dealer-locator h1 {
  margin: 0;
  margin-bottom: 20px;
}

section.dealer-locator h4 {
  margin: 10px 0;
}

section.dealer-locator .container-reset {
  margin: 0;
  margin-bottom: 20px;
}

section.dealer-locator .map-functions {
  padding: 0;
  height: 90vh;
  height: calc(100vh - 158px);
}

section.dealer-locator .map,
section.dealer-locator .search-bar {
  height: 100%;
}

section.dealer-locator .search-bar {
  padding-bottom: 30px;
}

section.dealer-locator address {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

section.dealer-locator article {
  margin: 5px 0;
}

section.dealer-locator article button {
  margin: 10px 0;
}

section.dealer-locator .only-phone {
  display: none;
}

@media screen and (max-width: 992px) {
  section.dealer-locator .only-phone {
    display: block;
  }

  section.dealer-locator .map {
    display: none;
  }

  section.dealer-locator .map-functions {
    height: auto;
  }

  section.dealer-locator .search-bar {
    height: auto;
  }

  section.dealer-locator .mCustomScrollBox {
    height: auto !important;
  }

  section.dealer-locator .not-in-phone {
    display: none;
  }
}

section.action .ms-select {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  height: 40px;
}

section.action .ms-select select {
  height: 40px;
  padding: 10px;
}

section.action button {
  width: 100%;
}

form.search-distributor button {
  width: 100%;
}

section.contact-form {
  margin-bottom: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

section.contact-form h2 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

section.contact-form .success-message {
  border: 1px solid #7aca69;
  background-color: #d0ffae;
  color: #108100;
  padding: 20px;
  display: block;
}

section.contact-form .success-message strong {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

section.contact-form .form-wrapper {
  background: url(../images/background-contact-form.jpeg) no-repeat;
  background-size: cover;
}

section.contact-form .form-wrapper .form-row {
  background-color: #FFFFFF;
}

section.contact-form .form-wrapper .btn {
  display: inline-block;
  margin-right: 20px;
  background-color: #efefef;
  padding: 0;
  padding-right: 15px;
  overflow: hidden;
  color: #444;
  transition: all .3s ease-in-out;
}

section.contact-form .form-wrapper .btn i {
  color: #FFFFFF;
  background-color: #c41230;
  display: inline-block;
  padding: 12px;
  margin-right: 10px;
  height: 40px;
  transition: all .3s ease-in;
}

section.contact-form .form-wrapper .btn:hover {
  background-color: #c41230;
  color: #fff;
}

section.contact-form .form-wrapper .btn:hover i {
  padding-left: 24px;
  padding-right: 0px;
}

section.contact-form .form-wrapper label.control-label {
  font-size: 1.6rem;
  color: #444;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

section.contact-form .form-wrapper input[type=text],
section.contact-form .form-wrapper input[type=number],
section.contact-form .form-wrapper select {
  width: 100%;
  padding: 10px;
  height: 40px;
  display: block;
  border: 1px solid #cdcdcd;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

section.contact-form .form-wrapper textarea {
  width: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #cdcdcd;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

section.contact-form .form-wrapper iframe.iframe-map {
  margin-bottom: .83em;
}

section.contact-form .form-wrapper .has-error input[type=text] {
  border: 1px solid #c41230;
}

section.contact-form .form-wrapper .help-block {
  margin-top: 0px;
}

section.contact-form .form-wrapper .help-block.help-block-error {
  color: #c41230;
  font-size: 1.2rem;
}

@media only screen and (max-width: 992px) {
  table.table-cookies tbody tr td {
    height: auto;
  }
}

section.darkgrey {
  padding: 50px 0;
  background-color: #333333;
}

section.darkgrey h2 {
  color: #FFFFFF;
}

section.darkgrey img {
  width: 100%;
}

section.text-media-content img {
  max-width: 100%;
  display: block;
  margin: auto;
}

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

section.breganze-facts h2 {
  margin: 0 0 20px;
}

section.breganze-facts img {
  max-width: 100%;
  display: block;
  margin: auto;
}

section.vicepresident-message .photo-caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-weight: 300;
  font-size: 1.2rem;
  max-width: 350px;
  margin: auto;
  margin-top: 15px;
}

section.vicepresident-message .message {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-weight: 700;
}

section.floorplanContent .full-width-image-noshadow {
  position: relative;
}

section.floorplanContent .full-width-image-noshadow .pointer {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
  font-size: 1.4rem;
  background-color: #000000;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
}

section.floorplanContent .full-width-image-noshadow .pointer.pointer-active {
  background-color: #666;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-0 {
  margin-left: 140px;
  margin-top: -190px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-1 {
  margin-left: 140px;
  margin-top: -30px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-2 {
  margin-left: 30px;
  margin-top: 10px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-3 {
  margin-left: -80px;
  margin-top: 80px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-4 {
  margin-left: -210px;
  margin-top: 100px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-5 {
  margin-left: -230px;
  margin-top: 10px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-6 {
  margin-left: -125px;
  margin-top: -55px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-7 {
  margin-left: -50px;
  margin-top: 0px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-8 {
  margin-left: -30px;
  margin-top: -70px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-9 {
  margin-left: 25px;
  margin-top: -50px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-10 {
  margin-left: 45px;
  margin-top: -120px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-11 {
  margin-left: 120px;
  margin-top: -90px;
}

section.floorplanContent .full-width-image-noshadow .pointer#pointer-12 {
  margin-left: 180px;
  margin-top: 70px;
}

section.floorplanContent .full-width-image-noshadow img {
  width: 600px;
  max-width: 100%;
  display: block;
  margin: auto;
}

section.floorplanContent .description-container {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

section.floorplanContent .description-container h4 {
  font-weight: 200;
  font-size: 1.8rem;
}

section.floorplanContent .description-container button.close-info {
  background: transparent;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1000;
  top: -10px;
  right: 0px;
  font-size: 20px;
}

section.floorplanContent .description-container .description-inner-container {
  height: 500px;
}

section.floorplanContent .description-container .description-inner-container .scrollbars {
  height: 100%;
  overflow: auto;
}

section.floorplanContent .only-phone {
  display: none;
}

@media screen and (max-width: 992px) {
  section.floorplanContent .description-container {
    font-family: acumin-pro, sans-serif;
    font-weight: 200;
    font-size: 1.4rem;
    position: relative;
    display: none;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.floorplanContent .description-container h2 {
    font-size: 3.5rem;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
  }

  section.floorplanContent .description-container h4 {
    font-family: 'acumin-pro-condensed', sans-serif;
    font-weight: 600;
    color: #c41230;
    font-weight: 600;
    font-size: 1.8rem;
  }

  section.floorplanContent .description-container p {
    font-family: acumin-pro, sans-serif;
    font-weight: 200;
    color: #FFFFFF;
  }

  section.floorplanContent .description-container .description-inner-container {
    position: relative;
    height: 100%;
    max-height: none;
  }

  section.floorplanContent .description-container .scrollbars {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 80px;
    overflow: auto;
  }

  section.floorplanContent .description-container.show-description {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.95);
  }

  section.floorplanContent .only-phone {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-0 {
    margin-left: 120px;
    margin-top: -170px;
  }
}

@media screen and (max-width: 580px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-4 {
    margin-left: -170px;
    margin-top: 90px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-5 {
    margin-left: -190px;
    margin-top: 10px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-8 {
    margin-left: -20px;
    margin-top: -60px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-9 {
    margin-left: 15px;
    margin-top: -40px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-10 {
    margin-left: 35px;
    margin-top: -110px;
  }
}

@media screen and (max-width: 520px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-0 {
    margin-left: 100px;
    margin-top: -160px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-1 {
    margin-left: 120px;
    margin-top: -30px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-11 {
    margin-left: 100px;
    margin-top: -80px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-12 {
    margin-left: 160px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 470px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-0 {
    margin-left: 80px;
    margin-top: -140px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-3 {
    margin-left: -60px;
    margin-top: 60px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-6 {
    margin-left: -100px;
    margin-top: -30px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-10 {
    margin-left: 25px;
    margin-top: -90px;
  }
}

@media screen and (max-width: 430px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-1 {
    margin-left: 90px;
    margin-top: -20px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-2 {
    margin-left: 10px;
    margin-top: 0px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-3 {
    margin-left: -60px;
    margin-top: 50px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-4 {
    margin-left: -130px;
    margin-top: 50px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-5 {
    margin-left: -150px;
    margin-top: 10px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-6 {
    margin-left: -80px;
    margin-top: -30px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-7 {
    margin-left: -40px;
    margin-top: 0px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-8 {
    margin-left: -20px;
    margin-top: -50px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-11 {
    margin-left: 80px;
    margin-top: -60px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-12 {
    margin-left: 120px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 390px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-0 {
    margin-left: 70px;
    margin-top: -120px;
  }
}

@media screen and (max-width: 360px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-4 {
    margin-left: -110px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-5 {
    margin-left: -130px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-6 {
    margin-left: -70px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-7 {
    margin-left: -30px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-9 {
    margin-left: 0px;
    margin-top: -30px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-10 {
    margin-left: 15px;
    margin-top: -70px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-11 {
    margin-left: 60px;
    margin-top: -50px;
  }

  section.floorplanContent .full-width-image-noshadow .pointer#pointer-12 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 340px) {
  section.floorplanContent .full-width-image-noshadow .pointer#pointer-0 {
    margin-left: 50px;
    margin-top: -100px;
  }
}

#range-slider {
  width: 90%;
  margin: auto;
  margin-top: 20px;
}

.noUi-connect {
  background-color: #c41230;
}

.noUi-tooltip {
  width: 55px;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 992px) {
  #range-slider {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.menu-tractors {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menu-tractors {
    display: none;
  }
}

.menu-tractors .products-wrapper {
  background-color: #FFFFFF;
  border-bottom: 1px solid #cecfd0;
  border-bottom: 1px solid #cecfd0;
  display: none;
}

.menu-tractors .products-wrapper .products {
  padding-top: 0;
  padding-bottom: 40px;
  min-height: 0;
}

.menu-tractors a.more-tractors {
  display: none;
  background-color: #c41230;
  padding: 0 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 102;
  text-decoration: none;
}

.menu-tractors a.more-tractors i {
  margin-left: 10px;
}

.news-list {
  padding-bottom: 120px;
  background-color: #efefef;
}

.news-list article.hero {
  background-color: #fff;
}

.news-list article.hero .date {
  display: block;
  text-align: right;
  padding: 20px;
  padding-bottom: 0;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.news-list article.hero .date a {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.news-list article.hero h2 {
  margin: 0;
  padding: 0 20px 30px 20px;
  display: block;
  font-size: 2.8rem;
  line-height: 2.9rem;
}

.news-list article.hero h2 a {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.news-list article.hero img {
  width: 100%;
}

.news-list .news-item {
  background-color: #fff;
  display: block;
  margin: 20px 15px;
}

.news-list .news-item .text-wrapper {
  padding: 15px;
}

.news-list .news-item .text-wrapper .top .category {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #c41230;
  color: #fff;
  padding: 5px;
  margin-top: -15px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.news-list .news-item .text-wrapper .top .date {
  display: inline-block;
  float: right;
}

.news-list .news-item .text-wrapper h2 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-top: 10px;
}

.news-list .news-item .text-wrapper h2 a {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
}

.news-list .news-item .text-wrapper p {
  font-size: 1.4rem;
  margin-top: 5px;
}

.pagination {
  display: block;
  padding: 0;
}

.pagination li {
  display: block;
  float: left;
  border: 1px solid #dfdfdf;
  border-left: 0;
  background-color: #fff;
  vertical-align: middle;
}

.pagination li:first-child {
  border: 1px solid #dfdfdf;
}

.pagination li a,
.pagination li span {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 5px;
  margin: 0;
}

.news-view {
  padding-bottom: 80px;
  background-color: #dfdfdf;
}

.news-view article {
  background-color: #fff;
}

.news-view article .date {
  display: block;
  text-align: right;
  padding: 20px 40px;
  padding-bottom: 0;
}

.news-view h2 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  padding: 0 40px 20px 40px;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.news-view .content {
  padding-bottom: 40px;
}

.news-view .content p {
  padding: 0 40px;
  font-size: 1.6rem;
}

.news-view .content img {
  width: 100%;
  max-width: 100%;
}

.news-view .responsive-image .image-caption {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  margin-top: 0;
}

.news-view .filters {
  padding-top: 35px;
}

.news-view .filters .filter h3 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
}

.news-view .filters .filter ul {
  padding: 0;
  margin: 0;
}

.news-view .filters .filter ul li {
  display: block;
  border-top: 1px solid #dedede;
  border-bottom: none;
}

.news-view .filters .filter ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all .3s ease-out;
  text-transform: capitalize;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  background-color: #cdcdcd;
  color: #444;
}

.news-view .filters .filter ul li a:hover {
  background-color: #c41230;
  color: #fff;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

/*
|
|	COOKIES BANNER
|
*/
html.mf-cookies #cookie-warning {
  display: none;
}

#cookie-warning {
  background: #000000;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.mf-cookies #cookie-warning {
  display: none;
}

.cookies-wrapper {
  padding: 10px 10px 20px 10px;
  background: #000000;
  display: none;
  position: relative;
}

.btn-cookie {
  height: 22px;
  padding: 0 10px 0px 0px !important;
  position: absolute;
  right: 10;
  bottom: 10px;
  font-size: 10px;
}

.btn.btn-inverse.btn-cookie:hover {
  height: 22px;
  padding: 0 10px 0px 0px !important;
}

.btn.btn-cookie i {
  padding: 6px 4px;
}

.btn.btn-inverse.btn-cookie:hover i {
  padding: 6px 4px;
}

/*
|
|	END COOKIES BANNER
|
*/

/*
 |
 | MESSAGE SECURITY
 |
 */
#security-wrapper {
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#security-opacity {
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.65);
  position: absolute;
  left: 0;
  top: 0;
}


#security-content {
  background: rgba(228, 40, 73, 1);
  background: -moz-linear-gradient(top, rgba(228, 40, 73, 1) 0%, rgba(199, 33, 55, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228, 40, 73, 1)), color-stop(100%, rgba(199, 33, 55, 1)));
  background: -webkit-linear-gradient(top, rgba(228, 40, 73, 1) 0%, rgba(199, 33, 55, 1) 100%);
  background: -o-linear-gradient(top, rgba(228, 40, 73, 1) 0%, rgba(199, 33, 55, 1) 100%);
  background: -ms-linear-gradient(top, rgba(228, 40, 73, 1) 0%, rgba(199, 33, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(228, 40, 73, 1) 0%, rgba(199, 33, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42849', endColorstr='#c72137', GradientType=0);
  height: 630px;
  width: 600px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -315px;

}

#security-bg {
  background-image: url(../images/security-bg.png);
  width: 100%;
  height: 212px;
  background-repeat: no-repeat;
  display: block;
  z-index: 999;
}

#security-bg img {
  float: right;
  width: 85px;
  height: 80px;
  margin-right: 5%;
  margin-top: 4%;
}

#security-bg p {
  padding: 20px 20px;
  max-width: 400px;
  height: 212px;
  font-size: 20px;
  position: absolute;
  margin-left: 28px;
  margin-top: 50px;
  font-style: italic;
}

#security-text {
  display: block;
  height: 418px;
  color: #ffffff;
  padding: 10px 40px;
}

#security-text p {
  color: #ffffff;
  font-style: italic;
  font-size: 17px;
  font-weight: normal;
}

#security-text a,
a:visited:active {
  color: #ffffff;
  font-style: italic;
  text-decoration: none;
}

#security-text a:hover {
  color: blue;
  font-style: italic;
  text-decoration: none;
}

#warning-security {
  background: #ffffff;
  padding: 10px 40px;
  border-radius: 3px;
  float: right;
  color: #000 !important;
  margin-right: 5%;
}

@media (max-width: 767px) {
  #security-wrapper {
    z-index: 99999;
  }
}

@media screen and (max-width: 580px) {
  #security-wrapper {
    z-index: 99999;
  }

  #security-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  #security-content {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
  }

  #security-bg {
    height: 125px;
  }

  #security-bg p {
    font-size: 15px;
    margin-top: 40px;
    padding: 10px 10px;
    height: auto;
    max-width: 300px;
  }

  #security-bg img {
    float: right;
    width: 45px;
    height: 40px;
    margin-right: 5%;
    margin-top: 4%;
  }

  #security-text {
    display: block;
    height: 418px;
    color: #ffffff;
    padding: 10px 15px;
  }

  #security-text p {
    font-size: 12px;
    padding: 10px 20px;
  }

}

@media screen and (max-width: 470px) {

  #security-bg p {
    font-size: 15px;
    margin-top: 40px;
    padding: 10px 10px;
    height: auto;
    max-width: 300px;
  }

  #security-text p {
    font-size: 12px;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 430px) {

  #security-bg p {
    font-size: 15px;
    margin-top: 40px;
    padding: 10px 10px;
    height: auto;
    max-width: 300px;
  }

  #security-text p {
    font-size: 12px;
    padding: 0px 20px;
  }

  #warning-security {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    float: right;
    color: #000 !important;
    margin-right: 5%;
  }
}

/*
 | END MESSAGE SECURITY
 */

.section-values {
  background-color: #FFFFFF !important;
}

.section-values h3 {
  padding: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  color: #333333;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.value-title {
  font-weight: 600;
  font-size: 16px;
}

.space-bottom {
  margin-bottom: 40px;
}

.values-menu {
  position: sticky;
}

@media screen and (max-width: 768px) {
  .values-menu {
    display: none !important;
  }
}

.btn.btn-download:before,
button.btn-download:before {
  padding-left: 11px;
}


/**
* VIDEO INDEX
*/
.popup__overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.65);
  text-align: center;
  z-index: 9999;
}

.popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}

.popup__overlay iframe {
  width: 100%;
  height: 100%;
}

.popup {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  padding: 20px;
  border: 1px solid black;
  background: black;
  color: white;
  vertical-align: middle;
}

.popup-form__row {
  margin: 1em 0;
}

@media screen and (max-width: 900px) {
  .popup__close {
    top: 5px !important;
    right: 5px !important;
  }
}

@media screen and (max-width: 520px) {
  .popup__close {
    top: 1px !important;
    right: 0 !important;
  }

  #popupVid {
    width: 100%;
    max-height: 380px;
  }
}

.popup__close {
  display: block;
  position: absolute;
  top: -15px;
  right: 35px;
  height: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: rgba(53, 36, 22, 0.95);
  text-decoration: none !important;
  font-weight: bold;
}

.popup__close:hover i {
  color: #c41230;
}

iframe {
  width: 100%;
  height: 100%;
}

/* other styles */

input[type="button"] {
  border: none;
  padding: 0.5em;
  background-color: yellow;
}

input[type="button"]:hover {
  background-color: yellowgreen;
}

.popup__close i {
  font-size: 20px;
  color: #FFFFFF;
}


/**********************************************************
 |                                EQUIPO MASSEY TE RESPALDA
 **********************************************************/
#team-massey a,
.logo-team-mf {
  min-width: 40px !important;
  max-width: 40px !important;
  max-height: 68px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.team-mf-close {
  position: absolute;
  display: block;
  right: -6px;
  border-left: 1px solid #ccc;
  padding: 6px 10px
}

.team-mf-close i {
  font-size: 20px;
}

.team-mf-close a:hover {
  color: #CCC;
  text-decoration: none;
  background: none !important;
  opacity: 1;
}

.team-mf-movil,
.team-mf-bottom,
.team-mf-top {
  display: none;
}

@media screen and (max-width: 768px) {
  .wrapper-team-masssey {
    display: none;
  }

  .team-mf-movil,
  .team-mf-bottom,
  .team-mf-top {
    display: block;
  }

  .team-mf-movil {
    height: 60px;
  }

  .team-mf-movil a img {
    position: absolute;
  }

  .team-mf-top {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: #C41230 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
  }

  .team-mf-bottom {
    top: 30px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: #A21429 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
  }

  .team-mf-text {
    font-size: 12px;
    text-align: left;
    font-family: acumin-pro, sans-serif;
    color: #FFFFFF;
    display: block;
    margin-left: 50px;
    margin-top: 9px;
  }

  .team-mf-link {
    font-family: acumin-pro, sans-serif;
    color: #FFFFFF;
    display: block;
    text-align: left;
    margin-left: 50px;
    margin-top: 9px;
    font-size: 12px;
  }

  .team-mf-link-a {
    color: #FFFFFF;
    font-size: 12px;
  }

  .team-mf-link-a:hover {
    color: #0a0a0a;
    text-decoration: none;
  }

  .team-mf-text,
  .team-mf-link {
    font-size: 10px !important;
    padding: 2px 6px;
  }

  .team-mf-close {
    top: 0;
    right: 0;
    margin: 0;
    color: #fff;
    padding: 4px;
    border: 0;
  }

  .team-mf-close a {
    font-size: 12px;
    color: #fff;
    padding: 12px;
  }
}

/**********************************************************
 |                                   END MASSEY TE RESPALDA
 **********************************************************/
.wrapper-team-masssey {
  height: 60px;
}

.wrapper-team-masssey .cintillo {
  height: 60px;
  width: 535px;
  display: block;
  border: none;
  float: left;
  position: relative;
  background: #C41D2C;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banner.png), linear-gradient(247deg, #C41D2C 0%, #C41B2C00 100%) 0% 0% no-repeat padding-box;
  background-position-y: -20px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.wrapper-team-masssey .merge {
  position: absolute;
  width: 115px;
  height: 60px;
  right: 0;
  border: none;
  padding: 0;
  background: transparent linear-gradient(270deg, #C41230 0%, #C4123000 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  top: 0;
}

.wrapper-team-masssey .title {
  height: 60px;
  width: calc(100% - 534px);
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, #C41230, #C41230);
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper-team-masssey .text,
.text-mobile {
  text-align: right;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  right: 230px !important;
  position: absolute;
}

.wrapper-team-masssey .text-mobile {
  display: none;
}

.wrapper-team-masssey .team-mf-link-a-web {
  padding: 10px 12px;
  position: absolute;
  background: #A21429 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 2px;
  right: 80px !important;
}

.wrapper-team-masssey a {
  text-decoration: none;
}

.wrapper-team-masssey .team-mf-link-a {
  color: #FFFFFF;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.wrapper-team-masssey .icon-chevron-thin-right {
  height: 14px;
  width: 14px;
  margin-left: 7px;
}

.wrapper-team-masssey .icon-cross {
  height: 14px;
  width: 14px;
}

.wrapper-team-masssey .team-mf-close i {
  font-size: 14px;
}

.wrapper-team-masssey .team-mf-close {
  position: absolute;
  display: block;
  right: 0px;
  border-left: 1px solid #00000033;
  height: 40px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .wrapper-team-masssey .title {
    width: 100%;
    height: 30px;

  }

  .wrapper-team-masssey .text {
    display: none;
  }

  .wrapper-team-masssey .text-mobile {
    display: block;
    left: 50px !important;
    text-align: left;
    right: 0px !important;
    font-size: 12px;
    line-height: 14px;
  }

  .wrapper-team-masssey .team-mf-link-a {
    width: calc(100% - 100px);
    height: 30px;
    top: 30px;
    left: 0px;
    right: 0px !important;
    display: flex;
    align-items: center;
    padding: 0px 50px;
    font-size: 12px;
    line-height: 14px;
  }

  .wrapper-team-masssey .logo {
    margin-left: 5px !important;
    margin-top: 5px !important;
    z-index: 1;
    position: absolute;
  }

  .wrapper-team-masssey .team-mf-close {
    border-left: 0px solid #00000033;
    height: 30px;
    width: 30px;
  }

  .wrapper-team-masssey .cintillo {
    width: 35px;
  }

  .wrapper-team-masssey .merge {
    display: none;
  }

  .wrapper-team-masssey .icon-chevron-thin-right {
    height: 10px;
    width: 10px;
  }

  .wrapper-team-masssey .icon-cross {
    height: 10px;
    width: 10px;
  }
}

@media all and (max-width: 1270px) {

  .wrapper-team-masssey .text,
  .text-mobile {
    width: 509px;
  }
}

@media all and (max-width: 900px) {

  .wrapper-team-masssey .text,
  .text-mobile {
    font-size: 14px;
  }
}

@media all and (max-width: 870px) {

  .wrapper-team-masssey .text,
  .text-mobile {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .col-lg-3-max {
    width: 20% !important;
  }
}

/* LATERAL MENU */

.sticky-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10000;
  overflow: hidden;
  /*right: 1.5px;*/
}

.sticky-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  background-color: rgba(196, 18, 48, 1);
  width: 50px;

}

.sticky-menu ul li {
  display: block;
  border-bottom: 0.5px solid #e1412d;
  margin: 0;
  background-color: rgba(196, 18, 48, .7);
}

.sticky-menu ul li:last-child {
  border-bottom: none;
}

.sticky-menu ul li a {
  color: #fff;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  font-family: 'acumin-pro', sans-serif;
  line-height: 1.4em;
  height: 50px;
  display: block;
  position: relative;
}


.sticky-menu ul li a span {
  display: block;
  text-overflow: clip;
  overflow: hidden;
  min-width: 180px;
  opacity: 0;
  padding-left: 7px;
  padding-top: 5px;
}

.sticky-menu ul li a img {
  width: 30px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sticky-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
}

.sticky-menu ul:hover li a span {
  transition: all 0.5s ease-in;
  opacity: 1;
}

.sticky-menu ul:hover {
  transition: all .3s ease-in-out;
  width: 220px;
}

#lat-menu-mobile {
  display: none;
}

#lat-menu-mobile {
  overflow-x: hidden;
  max-width: 100vw;
}

.sticky-menu ul {
  width: 50px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.sticky-menu.active ul {
  width: 220px;
}

.sticky-menu.active ul li a span {
  opacity: 1;
  transition: all 0.5s ease-in;
}

.sticky-menu.active ul li a {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {

  .sticky-menu {
    right: 0;
    /*margin-top: 150px;*/
  }

  .sticky-menu ul {
    width: 45px;
    background-color: rgba(196, 18, 48, 1)
  }

  .sticky-menu ul.active {
    width: 198px;
  }

  .sticky-menu ul li a {
    font-size: 13px;
    height: 45px;
    padding: 10px;
  }

  .sticky-menu ul li a img {
    width: 27px;
    top: 10px;
    right: 10px;
  }

  .sticky-menu ul.active li a span {
    min-width: 162px;
    padding-left: 7px;
    padding-top: 5px;
  }
}