#global-ux .accessories.section .accessories .mobile-content,
#global-ux .nameplateAccessories.section .accessories .mobile-content {
  display: none;
}

#global-ux .accessories.section .accessories .bg-accessories,
#global-ux .nameplateAccessories.section .accessories .bg-accessories {
  background-repeat: repeat;
  background-position: left top;
}

@media (max-width: 767px) {
  #global-ux .accessories.section .accessories,
  #global-ux .nameplateAccessories.section .accessories {
    padding: 0;
  }

  #global-ux .accessories.section .accessories .heading,
  #global-ux .nameplateAccessories.section .accessories .heading {
    padding: 40px 0;
    margin-bottom: 0;
  }

  #global-ux .accessories.section .accessories .heading .title,
  #global-ux .nameplateAccessories.section .accessories .heading .title {
    font-size: 28px;
  }

  #global-ux .accessories.section .accessories .heading .description,
  #global-ux .nameplateAccessories.section .accessories .heading .description {
    font-size: 10.5px;
  }

  #global-ux .accessories.section .accessories .heading .dropdown-filter,
  #global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter {
    display: none;
  }

  #global-ux .accessories.section .accessories .filter-content,
  #global-ux .nameplateAccessories.section .accessories .filter-content {
    display: none;
  }

  #global-ux .accessories.section .accessories .mobile-content,
  #global-ux .nameplateAccessories.section .accessories .mobile-content {
    display: block;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav {
    font-weight: 200;
    font-size: 28px;
    color: #616161;
    text-align: left;
    padding: 17px 29px;
    border-top: 1px solid #d5d5d5;
    position: relative;
    height: auto;
    text-indent: 0px;
    background: #f3f3f3;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav .icon,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav .icon {
    background-image: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/colorizer/icons.svg");
    background-repeat: no-repeat;
    background-position: -755px -500px;
    height: 10px;
    left: 87%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 19px;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav.active,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav.active {
    border-bottom: 1px solid #d5d5d5;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav.active .icon,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav.active .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav.last-item,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav.last-item {
    border-bottom: 1px solid #d5d5d5;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide {
    height: 0;
    padding: 0 26.5px;
    text-align: center;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-viewport,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-viewport {
    height: 0;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides {
    margin-bottom: 0;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides .item a,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides .item a {
    display: block;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .item .name-item,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .item .name-item {
    color: #40abe7;
    font-size: 16px;
    display: inline-block;
    padding: 15px 0;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav {
    list-style: none;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    display: none;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li {
    display: inline;
    padding: 0 11px;
    width: 8px;
    height: 8px;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a {
    color: #fff;
    text-decoration: none;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #2d96cd;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 3px transparent;
    -o-box-shadow: inset 0 0 3px transparent;
    box-shadow: inset 0 0 3px transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a.flex-active,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a.flex-active {
    width: 12px;
    height: 12px;
    border: 2px solid #2d96cd;
    background: #fff;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .flex-control-nav,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .flex-control-nav {
    visibility: hidden;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel {
    margin-top: -40px;
    padding: 0 10px;
    display: block;
    margin-bottom: 40px;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-left,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-left {
    float: left;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-right,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-right {
    float: right;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-next,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-next {
    margin-right: 50px;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-prev,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-prev {
    margin-left: 50px;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .page-num,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .page-num {
    color: #2596cf;
    float: right;
    margin-right: 25px;
  }
}

#global-ux .bg-c-black {
  background-color: black;
}

#global-ux .bg-c-white {
  background-color: white;
}

#global-ux .bg-c-gray {
  background-color: #616161;
}

#global-ux .c-black {
  color: black;
}

#global-ux .c-white {
  color: white;
}

#global-ux .c-gray {
  color: #616161;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .title {
  font-size: 48px;
  font-size: 3rem;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .description {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter {
  right: auto;
  left: 16px;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter .selected-type {
  padding-left: 14px;
  font-size: 20px;
  font-size: 1.25rem;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter .selected-type .icon {
  margin-left: 14px;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter .selections li a {
  padding-right: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .filter-content .list-items .item .name-item {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .name-item p {
  font-size: 22px;
  font-size: 1.375rem;
}

.ie8 #global-ux .accessories.section .accessories .heading .dropdown-filter .selected-type .icon {
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/colorizer/icons.png") no-repeat -758px -500px;
}

.ie8 #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav {
  height: 0;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner {
  position: relative;
  overflow: hidden;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-image {
  position: relative;
  width: auto;
  height: auto;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
  font-weight: 200;
  color: #fff;
  margin: 0;
  font-size: 48px;
  display: inline-block;
  padding: 0;
  padding-bottom: 28px;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p {
  padding: 0;
  margin: 0;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 23px 68px;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 17px;
}

.ie8 #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph {
  top: 20%;
}

.ie8 #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
  font-size: 40px;
}

.ie8 #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner picture img {
    width: 100%;
    position: inherit;
    max-width: none;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 25px;
    text-shadow: none;
    padding-bottom: 18px;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 10px;
    text-align: center;
    width: 25%;
    min-width: inherit !important;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-image picture img {
    width: 300%;
    position: inherit;
    max-width: 100%;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 24px;
    padding: 18px 10px;
    line-height: 33px;
    padding-bottom: 0;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2+h2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 13px;
    text-align: center;
    width: auto;
    min-width: inherit !important;
  }
}

@media (max-width: 767px) {
  .rtl .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    line-height: 1.2 !important;
  }
}

#global-ux .billboard.section .billboard-content {
  position: relative;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner {
  position: relative;
  overflow: hidden;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-image {
  position: relative;
  width: auto;
  height: auto;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph {
  top: 18.55072%;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext h2 {
  color: #626466;
  font-size: 48px;
  font-weight: 200;
  text-shadow: none;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext p {
  color: #626466;
  font-size: 18px;
  letter-spacing: 0.25px;
  font-weight: 200;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext .hidden-mobile {
  color: #626466;
  font-size: 16px;
  font-weight: normal;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .cta-button {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 767px) {
  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner picture img {
    width: 220%;
    position: inherit;
    max-width: none;
    transform: translate(-25%, 0);
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph {
    top: 0;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 24px;
    padding: 18px 10px;
    line-height: 33px;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext .cta-button {
    display: block;
    margin: 0;
    margin: 0 auto;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 34px;
    text-shadow: none;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext .hidden-mobile {
    font-size: 12px;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .cta-button {
    font-size: 12px;
    margin: 0;
    min-width: 12px;
    padding: 10px 25px;
  }
}

#global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
  height: auto;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
    height: 550px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
    height: 628px;
  }
}

#global-ux .billboard .billboard-campaign-layer .billboard-image .component-content img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  min-width: 101%;
  min-height: 101%;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: auto;
  min-height: auto;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-paragraph {
  text-align: left;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-paragraph .richtext-read-more {
  margin: 20px 0 0 80px;
  text-align: left;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-paragraph .richtext-read-more h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-paragraph .richtext-read-more .hideForMobile p {
  font-size: 14px;
  text-align: left;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-paragraph .richtext-read-more .hideForMobile p .link-chevron {
  font-size: 14px;
  display: block;
}

.ie8 #global-ux .billboard .billboard-campaign-layer .billboard-paragraph .richtext-read-more .hideForMobile p .link-chevron:after {
  top: -5px;
}

@media only screen and (max-width: 767px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_450 .component-content {
    height: 450px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_450 .component-content {
    height: 450px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_450 .component-content {
    height: 450px !important;
  }
}

@media only screen and (min-width: 1441px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
    height: 760px;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_450 .component-content {
    height: 450px !important;
  }
}

#global-ux .modelCompare.section .post-code-highlight {
  color: #49a4d4;
}

#global-ux .modelCompare.section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: 2;
}

#global-ux .modelCompare.section .model-compare {
  padding: 50px 71px;
  padding: 3.125rem 4.4375rem;
}

#global-ux .modelCompare.section .model-compare .mobile-heading {
  display: none;
}

#global-ux .modelCompare.section .model-compare .mobile-heading .print-holder {
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.2;
}

#global-ux .modelCompare.section .model-compare .desktop-heading {
  display: block;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title {
  width: 50%;
  float: left;
  position: relative;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title p {
  margin: 5px 0;
  line-height: normal;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .main-title {
  font-weight: 200;
  font-size: 36px;
  font-size: 2.25rem;
  color: #616161;
  display: inline;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .main-title.active {
  display: inline;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .compare-title.active {
  display: inline;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .compare-title.inactive {
  display: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .post-code-highlight,
#global-ux .modelCompare.section .model-compare .desktop-heading .title .sub-title {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  color: #616161;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .post-code-highlight {
  color: #49a4d4;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title.group-btn {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button {
  margin: 0;
  margin-top: 12px;
  margin-bottom: 30px;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.compare-models-btn {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  box-shadow: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.compare-models-btn.block-btn {
  pointer-events: none;
  cursor: default;
  border: 1px solid #e1e1e1;
  color: #616161;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.cancel-compare-btn {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  box-shadow: none;
  margin-right: 22px;
  margin-right: 1.375rem;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.cancel-compare-btn.available {
  background: #fff;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.active {
  display: inline-block;
  min-width: 42.58675%;
  margin-left: -4px;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.inactive {
  display: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .title .main-title {
  float: left;
  clear: both;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .location-overlay {
  float: left;
  clear: both;
  text-align: left;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.6;
  color: #616161;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .location-overlay>span {
  float: left;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .location-overlay p {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.6;
  margin: 0;
  display: inline;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .location-overlay .notFirstTime {
  display: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .location-overlay a {
  text-decoration: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .print-holder {
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 0 0;
  padding: .375rem 0 0;
  line-height: 1.2;
  clear: both;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .print-holder .title-text {
  display: inline-block;
  position: relative;
  top: 2px;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options {
  clear: both;
  text-align: right;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options.active {
  display: block;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options.inactive {
  display: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .additional-options-model {
  display: inline-block;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .additional-options-model.active {
  display: inline-block;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .additional-options-model.inactive {
  display: none;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .select-all-wrap,
#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .compare-model-dropdown {
  display: inline-block;
  vertical-align: middle;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .select-all-wrap {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2e97d0;
  font-weight: 300;
  margin-right: 20px;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .select-all-wrap .icon {
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 15px;
  margin: 0 .9375rem;
  padding: 0;
  border: 1px solid #2e97d0;
  box-sizing: content-box;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .select-all-wrap input:checked+.icon {
  background-image: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/modelCompare/check-icon.jpg");
  background-position: center center;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .compare-model-dropdown {
  margin-right: 7px;
  width: 150px;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .compare-model-dropdown .select2-container.select2.compare-models-sort {
  margin-top: 0;
  border-color: #2e97d0;
  text-align: left;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .compare-model-dropdown .select2-container.select2.compare-models-sort .select2-choice {
  border-color: #2e97d0;
  padding: 0 15px;
  padding: 0 .9375rem;
}

#global-ux .modelCompare.section .model-compare .desktop-heading .additional-options .compare-model-dropdown .select2-container.select2.compare-models-sort .select2-choice span {
  color: #2e97d0;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .modelCompare.section .model-compare .models-list .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  font-weight: 300;
  padding: 38px 0;
  padding: 2.375rem 0;
  border: 1px solid rgba(255,255,255,0.01);
  box-sizing: border-box;
  margin: 7px 7px;
  margin: .4375rem .4375rem;
  margin-left: -4px;
}

#global-ux .modelCompare.section .model-compare .models-list .item .image-item {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item {
  margin: 0 20px 10px;
  margin: 0 1.25rem 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #2d96cd;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  white-space: normal;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  padding: 0;
  margin: 0 5px;
  margin: 0 0.3125rem;
  border: 1px solid #2e97d0;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: sub;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model input {
  outline: 1px solid red;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  display: inline-block;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model.on {
  display: inline-block;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model.off {
  display: none;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model.is-checked {
  background-image: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/modelCompare/check-icon.jpg");
  background-position: center center;
}

#global-ux .modelCompare.section .model-compare .models-list .item .name-item.on-select-mode {
  color: #000000;
}

#global-ux .modelCompare.section .model-compare .models-list .item .specs-item {
  padding: 0 20px;
  padding: 0 1.25rem;
}

#global-ux .modelCompare.section .model-compare .models-list .item .specs-item p {
  font-size: 14px;
  font-size: .875rem;
  margin: 0;
  line-height: 23px;
  line-height: 1.4375rem;
}

#global-ux .modelCompare.section .model-compare .models-list .item .specs-item ul {
  margin: 0;
  padding-left: 22px;
  padding-left: 1.375rem;
}

#global-ux .modelCompare.section .model-compare .models-list .item .specs-item ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

#global-ux .modelCompare.section .model-compare .models-list .item.selected {
  border: 1px solid #2e97d0;
}

#global-ux .modelCompare.section .model-compare .bottom-content {
  display: none;
}

@media (max-width: 992px) {
  #global-ux .modelCompare.section .model-compare .models-list .item {
    width: 31%;
  }
}

@media (max-width: 767px) {
  #global-ux .modelCompare.section .model-compare {
    padding: 0;
  }

  #global-ux .modelCompare.section .model-compare .desktop-heading {
    display: none;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item {
    height: auto !important;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .select-model {
    float: left;
    margin-bottom: 15px !important;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading {
    display: block;
    text-align: center;
    padding: 60px 0 18px;
    padding: 3.75rem 0 1.125rem;
    color: #616161;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .main-title {
    font-weight: 200;
    font-size: 40px;
    font-size: 2.5rem;
    display: inline-block;
    line-height: 38px;
    line-height: 2.375rem;
    padding-bottom: 33px;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .sub-title {
    font-weight: 200;
    line-height: 15px;
    line-height: 0.9375rem;
    font-size: 14px;
    font-size: 0.875rem;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .camp-mobile-fl {
    background-color: #f7f7f7;
    display: block;
    padding: 5px;
    margin-top: 20px;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .camp-mobile-fl select {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-bottom: 0;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .camp-mobile-fl select:focus {
    border-color: #f7f7f7;
    outline: 0 none;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .mobile-fl-text {
    border-right: 1px solid #dfdfdf;
    min-height: 20px;
    padding: 5px;
    margin: 10px 0 0;
    width: 60%;
    float: left;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .mobile-filter {
    width: 40%;
    float: right;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .mobile-filter.active {
    display: block;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .mobile-filter.inactive {
    display: none;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .location-overlay {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    margin-top: .625rem;
    color: #616161;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .location-overlay p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    margin: 0;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .location-overlay a {
    text-decoration: none;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .compare-model-dropdown {
    text-align: center;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .compare-model-dropdown .select2-container.select2.compare-models-sort {
    margin-top: 0;
    border-color: #2e97d0;
    text-align: left;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .compare-model-dropdown .select2-container.select2.compare-models-sort .select2-choice {
    height: 2rem;
    line-height: 2rem;
    border: none;
    background: #f7f7f7;
    border-color: #2e97d0;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .compare-model-dropdown .select2-container.select2.compare-models-sort .select2-choice span {
    color: #2e97d0;
    font-size: 14px;
    font-size: .875rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 39px;
    padding-left: 2.4375rem;
    overflow-y: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item {
    width: 40%;
    margin: 2px 5px -4px 2px;
    margin: 2px .3125rem -0.25rem 2px;
    display: inline-block;
    float: none;
    padding: 42px 0 37px;
    padding: 2.625rem 0 2.3125rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .name-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    white-space: normal;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item {
    white-space: normal;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content {
    display: block;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .one-btn {
    padding: 50px 105px;
    padding: 3.125rem 6.5625rem;
    margin: 0 auto;
    text-align: center;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .one-btn a {
    margin: 0;
    display: inline-block;
    padding: 16px 0px;
    padding: 1rem 0;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn {
    padding: 50px 0;
    padding: 1.125rem 0 2.125rem;
    margin: 0 auto;
    text-align: center;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button {
    width: 46.5625%;
    margin: 0;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.compare-models-btn {
    box-shadow: none;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.compare-models-btn.block-btn {
    pointer-events: none;
    cursor: default;
    border: 1px solid #e1e1e1;
    color: #616161;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.cancel-compare-btn {
    box-shadow: none;
    margin-right: 22px;
    margin-right: 1.375rem;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.cancel-compare-btn.available {
    background: #fff;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.active {
    display: inline-block;
    margin-left: -4px;
    margin-left: -0.25rem;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.inactive {
    display: none;
  }
}

@media (max-width: 480px) {
  #global-ux .modelCompare.section .model-compare {
    padding: 0;
  }

  #global-ux .modelCompare.section .model-compare .desktop-heading {
    display: none;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading {
    padding: 30px 0 18px;
    padding: 1.875rem 0 1.125rem;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .main-title {
    font-weight: 200;
    font-size: 28px;
    font-size: 1.75rem;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .main-title.active {
    line-height: 28px;
    line-height: 1.75rem;
    padding-bottom: 11.5px;
    padding-bottom: 0.71875rem;
  }

  #global-ux .modelCompare.section .model-compare .mobile-heading .sub-title {
    font-weight: 200;
    line-height: 15px;
    line-height: 0.9375rem;
    font-size: 10px;
    font-size: 0.625rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list {
    margin: 0;
    padding: 2px 20px;
    padding: 0 1.25rem;
    overflow-y: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item {
    width: 42%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .image-item {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .name-item {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 13px;
    line-height: 0.8125rem;
    margin: 0 3.5px 3.5px;
    margin: 0 0.21875rem 0.21875rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model {
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .name-item a {
    font-size: 12px;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item {
    padding: 0 5px;
    padding: 0 .3125rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item p {
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.6em;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item ul {
    padding: 0 15px;
    padding: 0 .9375rem;
  }

  #global-ux .modelCompare.section .model-compare .models-list .item .specs-item ul li {
    font-size: 10px;
    font-size: .625rem;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content {
    display: block;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn a {
    font-size: 10px;
    font-size: .625rem;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .one-btn {
    padding: 25px 50px;
    padding: 1.5625rem;
    margin: 0 auto;
    text-align: center;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .one-btn a {
    margin: 0;
    display: inline-block;
    padding: 16px 0px;
    padding: 1rem 0;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .one-btn .cta-button.active {
    display: inline-block;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .one-btn .cta-button.inactive {
    display: none;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.cancel-compare-btn {
    margin-right: 5px;
    margin-right: .3125rem;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.active {
    display: inline-block;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .cta-button.inactive {
    display: none;
  }

  #global-ux .modelCompare.section .model-compare .bottom-content .group-btn .two-btn .compare-models-btn {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
}

.dispblock {
  display: inline-block;
}

.select2-drop.select2-display-none.select2-drop-active.model-compare-dropdown {
  box-shadow: none;
  border-color: #2e97d0;
}

.select2-drop.select2-display-none.select2-drop-active.model-compare-dropdown .select2-results {
  margin: 0;
  padding: 0;
  max-height: 250px;
}

.select2-drop.select2-display-none.select2-drop-active.model-compare-dropdown .select2-results .select2-result {
  border-top: 1px solid #2e97d0;
}

.select2-drop.select2-display-none.select2-drop-active.model-compare-dropdown .select2-results .select2-result .select2-result-label {
  color: #2e97d0;
  font-size: 14px;
  padding: 10px 16px 8px;
}

.select2-drop.select2-display-none.select2-drop-active.model-compare-dropdown .select2-results .select2-result.select2-highlighted .select2-result-label {
  color: #fff;
}

@media only screen and (max-width: 990px) {
  #global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.cancel-compare-btn,
  #global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.compare-models-btn {
    margin: 0 0 15px;
    width: 224px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ie8 #global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model input {
  outline: none;
}

.rtl #global-ux .modelCompare.section .model-compare .desktop-heading .title {
  float: right;
  text-align: right;
}

.rtl #global-ux .modelCompare.section .model-compare .desktop-heading .title.group-btn {
  float: right;
  text-align: left;
}

.rtl #global-ux .modelCompare.section .model-compare .desktop-heading .title .post-code-highlight {
  display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .modelCompare .model-compare .models-list .item .name-item .select-model {
    float: right;
    margin-bottom: 15px;
  }
}

.rtl #global-ux .model-details-compare #title-wrapper .page-title {
  padding-right: 0;
  padding-left: 16.875rem;
}

@media screen and (max-width: 1199px) {
  .rtl #global-ux .model-details-compare #title-wrapper .page-title {
    padding-left: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .model-details-compare #title-wrapper .page-title {
    padding-left: 0;
  }
}

.rtl #global-ux .model-details-compare #title-wrapper .btn.back-to-overview {
  right: auto;
  left: 0;
}

.rtl #global-ux .model-details-compare p a {
  display: inline-block;
}

.rtl #global-ux #compare-container .group-label {
  float: right;
}

.rtl #global-ux #compare-container .scroll-wrapper {
  float: left;
}

.ie8 #global-ux .modelCompare.section .overlay {
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.ie8 #global-ux .modelCompare.section .model-compare .models-list .item .name-item .select-model.is-checked {
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/modelCompare/check-icon.jpg") center center;
}

.ie8 #global-ux .modelCompare.section .model-compare .desktop-heading .title .cta-button.active {
  min-width: 170px !important;
}

#showroom-vehicle-card .vehicle-card-grid .item .button {
  font-size: 14px;
  font-size: .875rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  padding: 0 10px;
  padding: 0 .625rem;
  background: #2d96cd;
  color: #fff;
  font-weight: 300;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
}

#showroom-vehicle-card .vehicle-card-grid .item .button:hover {
  background: #1b394e;
}

#showroom-vehicle-card .vehicle-card-grid .item .secondary.button {
  background: #fff;
  color: #2d96cd;
  line-height: 38px;
  line-height: 2.375rem;
  border: 1px solid #2d96cd;
  border: .0625rem solid #2d96cd;
}

#showroom-vehicle-card .vehicle-card-grid .item .secondary.button:hover {
  background: #1b394e;
  border-color: #1b394e;
  color: #fff;
}

#showroom-vehicle-card {
  max-width: 1440px;
  max-width: 90rem;
  padding: 35px 35px 0;
  padding: 2.1875rem 2.1875rem 0;
  background: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

#showroom-vehicle-card:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#showroom-vehicle-card *:before,
#showroom-vehicle-card *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#showroom-vehicle-card .page-title {
  margin: 0 0 35px;
  margin: 0 0 2.1875rem;
  display: block;
  position: relative;
  z-index: 20;
}

#showroom-vehicle-card .page-title:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .page-title h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #616161;
  font-weight: 200;
  text-indent: 0;
}

#showroom-vehicle-card .page-title .dropdown-vehicle-sort {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

#showroom-vehicle-card .vehicle-card-group {
  position: relative;
  display: block;
  z-index: 10;
}

#showroom-vehicle-card .vehicle-card-group:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .vehicle-card-group .showroom-vehicle-card-sorted {
  display: none;
}

#showroom-vehicle-card .vehicle-card-group dl {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
  display: block;
}

#showroom-vehicle-card .vehicle-card-group dt {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  color: #616161;
  font-weight: 200;
  padding: 0;
  display: block;
}

#showroom-vehicle-card .vehicle-card-group dd {
  margin: 0;
  padding: 0;
}

#showroom-vehicle-card .vehicle-card-grid {
  display: block;
}

#showroom-vehicle-card .vehicle-card-grid:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .vehicle-card-grid .item-content {
  padding: 31px 26px 21px;
  padding: 1.9375rem 1.625rem 1.3125rem;
  float: left;
  width: 100%;
}

#showroom-vehicle-card .vehicle-card-grid .item {
  width: 25%;
  margin: 0 -4px 20px 0;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

#showroom-vehicle-card .vehicle-card-grid .item:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .vehicle-card-grid .item .img {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  display: block;
  text-align: center;
}

#showroom-vehicle-card .vehicle-card-grid .item .img img {
  width: 100%;
  display: block;
  margin: 0;
}

#showroom-vehicle-card .vehicle-card-grid .item h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 14px;
  margin: 0 0 .875rem;
  padding: 0 0 12px;
  padding: 0 0 .75rem;
  border-bottom: 1px solid #b3b3b3;
  border-bottom: .0625rem solid #b3b3b3;
  color: #2d96cd;
  font-weight: bold;
}

#showroom-vehicle-card .vehicle-card-grid .item .desc {
  display: block;
}

#showroom-vehicle-card .vehicle-card-grid .item .desc p {
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
  color: #616161;
}

#showroom-vehicle-card .vehicle-card-grid .item .desc .hide {
  display: none;
}

#showroom-vehicle-card .vehicle-card-grid .item .action {
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  background: #fff;
  position: relative;
  display: none;
}

#showroom-vehicle-card .vehicle-card-grid .item .action p {
  margin-bottom: 1em;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #showroom-vehicle-card .vehicle-card-grid .item .action p {
    width: auto;
  }
}

#showroom-vehicle-card .vehicle-card-grid .item .action p .cta-button {
  width: 100%;
  margin: 0;
  display: block;
  padding: 25px 0;
  padding: 1.5625rem 0;
}

@media only screen and (min-width: 48em) {
  #showroom-vehicle-card .vehicle-card-grid .item .action p .cta-button {
    width: auto;
    padding: 15px 40px;
    padding: .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 30em) {
  #showroom-vehicle-card .vehicle-card-grid .item .action p .cta-button {
    width: auto;
    padding: 15px 10px;
    padding: .9375rem .625rem;
    font-size: 12px;
    font-size: .75rem;
  }
}

#showroom-vehicle-card .vehicle-card-grid .item:hover {
  margin-right: -4px;
  z-index: 2;
}

#showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
  margin: 0 0 -115px;
  margin: 0 0 -7.1875rem;
  border: 1px solid #2d96cd;
  background: #fff;
}

#showroom-vehicle-card .vehicle-card-grid .item:hover .action {
  display: block;
  background: #fff;
}

@media screen and (min-width: 47.9375em) {
  #showroom-vehicle-card .vehicle-card-grid .item {
    min-height: 350px;
  }

  #showroom-vehicle-card .vehicle-card-grid .item .item-content {
    position: absolute;
    min-height: 350px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 74.9375em) {
  #showroom-vehicle-card {
    max-width: 1440px;
    max-width: 90rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item {
    width: 33.33333%;
  }

  #showroom-vehicle-card .page-title h1 {
    margin-right: 250px;
  }
}

@media only screen and (max-width: 61.9375em) {
  #showroom-vehicle-card .vehicle-card-grid .item {
    width: 50%;
  }

  #showroom-vehicle-card .page-title h1 {
    margin-right: 250px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #showroom-vehicle-card {
    padding: 25px 25px 0;
    padding: 1.5625rem 1.5625rem 0;
  }

  #showroom-vehicle-card .page-title h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
    top: -5px;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 48px;
    line-height: 3rem;
    padding: 0 10px;
    padding: 0 .625rem;
    min-width: 130px;
    min-width: 8.125rem;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort .txt {
    padding: 0 25px 0 0;
    padding: 0 1.5625rem 0 0;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort .txt:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 48px;
    line-height: 3rem;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort .by {
    padding-left: 5px;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort ul li a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 0 10px;
    padding: 0 .625rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content {
    padding: 31px 26px 11px;
    padding: 1.9375rem 1.625rem .6875rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item {
    margin-bottom: 20px;
    margin-right: -4px;
  }

  #showroom-vehicle-card .vehicle-card-grid .item:hover {
    margin-right: -4px;
    z-index: 2;
  }

  #showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
    padding: 30px 25px 10px;
    padding: 1.875rem 1.5625rem .625rem;
  }

  #showroom-vehicle-card .page-title h1 {
    margin-right: 200px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 736px) {
  #showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
    margin: 0 0 -221px;
    margin: 0 0 -13.8125rem;
  }
}

@media only screen and (max-width: 30em) {
  #showroom-vehicle-card .vehicle-card-group dl {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }

  #showroom-vehicle-card .vehicle-card-group dt {
    font-size: 22px;
    font-size: 1.375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid {
    margin: 0 -15px;
    margin: 0 -.9375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content {
    padding: 16px 16px 6px;
    padding: 1rem 1rem .375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .img {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
    padding: 0 0 10px;
    padding: 0 0 .625rem;
    word-break: break-all;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .desc p {
    font-size: 12px;
    font-size: .75rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .action {
    padding: 10px 0 0;
    padding: .625rem 0 0;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .button {
    font-size: 12px;
    font-size: .75rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .button.secondary {
    line-height: 33px;
    line-height: 2.0625rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
    padding: 15px 15px 5px;
    padding: .9375rem .9375rem .3125rem;
    margin: 0 0 -146px;
    margin: 0 0 -9.125rem;
  }

  #showroom-vehicle-card .page-title {
    clear: both;
  }

  #showroom-vehicle-card .page-title h1 {
    float: left;
    margin-right: 0;
  }

  #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
    float: none;
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .vehicle-card-grid .item .cta-button {
    min-width: 15.625rem !important;
  }
}

.ie8 #global-ux #showroom-vehicle-card .vehicle-card-grid .richtext-read-more .cta-button {
  display: block;
  max-width: 250px !important;
  min-width: auto !important;
  margin: 0 auto;
}

.ie8 .sortOpenIE8 {
  background-image: url(/etc/designs/guxfoap/clientlibs/guxfoap/img/colorizer/icons.png);
  background-position: -986px -166px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ie8 .sortCloseIE8 {
  background-image: url(/etc/designs/guxfoap/clientlibs/guxfoap/img/colorizer/icons.png);
  background-position: -986px -214px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ie8 #global-ux .dropdown-vehicle-sort {
  border: #2d96cd solid 1px;
}

.ie8 #global-ux .dropdown-vehicle-sort .txt {
  padding: 0 10px 0 0 !important;
}

.ie8 #global-ux .dropdown-vehicle-sort .txt:before {
  display: none;
}

.ie8 #global-ux .dropdown-vehicle-sort ul {
  border-bottom: none;
  right: -1px;
}

.ie8 #global-ux .dropdown-vehicle-sort label {
  min-width: 128px !important;
  border: none;
}

.ie8 #global-ux .dropdown-vehicle-sort .by {
  padding-right: 20px !important;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #showroom-vehicle-card .page-title h1 {
    margin-right: 0;
    margin-left: 250px;
  }
}

.rtl #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
  right: auto;
  left: 0;
}

.rtl #global-ux .dropdown-vehicle-sort .txt {
  padding: 0 1.875rem;
}

.rtl #global-ux .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 0;
  float: none;
}

.rtl #global-ux sup[data-disclosure] {
  display: inline-block !important;
}

#global-ux .language-landing-page {
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin: 0 0 100px;
  display: block;
  background: #fff;
}

#global-ux .language-landing-page:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .language-landing-page a {
  text-decoration: none;
}

#global-ux .language-landing-page .language-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 50px 0;
  padding: 3.125rem 0;
  color: #616161;
  line-height: 1;
  font-weight: 200;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#global-ux .language-landing-page .language-block {
  display: block;
  margin: 0;
  padding: 0;
}

#global-ux .language-landing-page .language-block dl {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

#global-ux .language-landing-page .language-block dl dt {
  font-size: 16px;
  font-size: 1rem;
  padding: 30px 50px 30px 20px;
  padding: 1.875rem 3.125rem 1.875rem 1.25rem;
  color: #2d96cd;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  position: relative;
  display: block;
  cursor: pointer;
}

#global-ux .language-landing-page .language-block dl dt:after {
  font-family: "icomoon";
  font-size: 1.75rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e641";
  font-size: 26px;
  font-size: 1.625rem;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 29px;
  float: right;
  text-align: center;
  text-indent: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#global-ux .language-landing-page .language-block dl dd {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

#global-ux .language-landing-page .language-block dl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#global-ux .language-landing-page .language-block dl ul li {
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
  margin: 0;
}

#global-ux .language-landing-page .language-block dl ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 48px;
  line-height: 3rem;
  color: #2d96cd;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}

#global-ux .language-landing-page .language-block dl ul a:hover {
  color: #19678e;
}

#global-ux .language-landing-page .language-block dl:first-child dt {
  border: none;
}

#global-ux .language-landing-page .language-block dl:nth-child(2n) dt,
#global-ux .language-landing-page .language-block dl.odd dt {
  text-align: center;
}

#global-ux .language-landing-page .language-block dl:nth-child(2n) ul li,
#global-ux .language-landing-page .language-block dl.odd ul li {
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
  text-align: right;
}

#global-ux .language-landing-page .language-block dl.active dt:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#global-ux .language-landing-page .language-block dl.active dd {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
  max-height: 99999px;
}

@media only screen and (min-width: 48em) {
  #global-ux .language-landing-page {
    text-align: center;
    padding: 0 0 220px;
    padding: 0 0 13.75rem;
  }

  #global-ux .language-landing-page .language-title {
    font-size: 42px;
    font-size: 2.625rem;
    padding: 50px 0;
    padding: 3.125rem 0;
    border: none;
    font-weight: 200;
  }

  #global-ux .language-landing-page .language-block {
    display: inline-block;
    width: 646px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  #global-ux .language-landing-page .language-block:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 1px;
    height: 100%;
    width: 1px;
    border-left: 1px solid #ccc;
    content: " ";
  }

  #global-ux .language-landing-page .language-block dl {
    padding: 10px 0;
    border: none;
    text-align: left;
    float: left;
    width: 50%;
  }

  #global-ux .language-landing-page .language-block dl dt {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    color: #616161;
    font-weight: 300;
    border: none;
    cursor: default;
  }

  #global-ux .language-landing-page .language-block dl dd {
    padding: 0;
    max-height: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #global-ux .language-landing-page .language-block dl ul a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 6px 0;
    padding: .375rem 0;
  }

  #global-ux .language-landing-page .language-block dl dt:after,
  #global-ux .language-landing-page .language-block dl.active dt:after {
    content: " ";
  }

  #global-ux .language-landing-page .language-block dl.eng-lang {
    direction: ltr;
  }

  #global-ux .language-landing-page .language-block dl:nth-child(2n),
  #global-ux .language-landing-page .language-block dl ul li {
    padding: 0;
  }

  #global-ux .language-landing-page .language-block dl.odd {
    float: right;
  }

  #global-ux .language-landing-page .language-block dl.odd dt {
    text-align: right;
  }

  #global-ux .language-landing-page .language-block dl.odd ul li {
    padding-right: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .language-landing-page .language-title {
    font-size: 48px;
    font-size: 3rem;
    padding: 60px 0;
    padding: 3.75rem 0;
  }

  #global-ux .language-landing-page .language-block {
    width: 900px;
  }
}

.ie8 #global-ux .language-landing-page {
  text-align: center;
}

.ie8 #global-ux .language-landing-page .language-title {
  font-size: 48px;
  font-size: 3rem;
  padding: 60px 0;
  padding: 3.75rem 0;
  border-bottom: none;
}

.ie8 #global-ux .language-landing-page .language-block {
  width: 900px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.ie8 #global-ux .language-landing-page .language-block:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 1px;
  height: 100%;
  width: 1px;
  border-left: 1px solid #ccc;
  content: " ";
}

.ie8 #global-ux .language-landing-page .language-block dl {
  padding: 10px 0;
  border: none;
  text-align: left;
  float: left;
  width: 50%;
}

.ie8 #global-ux .language-landing-page .language-block dl dt {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  color: #616161;
  font-weight: 300;
  border: none;
  cursor: default;
}

.ie8 #global-ux .language-landing-page .language-block dl dd {
  padding: 0;
  max-height: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ie8 #global-ux .language-landing-page .language-block dl ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 6px 0;
  padding: .375rem 0;
}

.ie8 #global-ux .language-landing-page .language-block dl dt:after,
.ie8 #global-ux .language-landing-page .language-block dl.active dt:after {
  content: " ";
}

.ie8 #global-ux .language-landing-page .language-block dl:nth-child(2n),
.ie8 #global-ux .language-landing-page .language-block dl ul li {
  padding: 0;
}

.ie8 #global-ux .language-landing-page .language-block dl ul li {
  padding-left: 0;
}

.ie8 #global-ux .language-landing-page .language-block dl.odd {
  float: right;
  text-align: right;
}

.ie8 #global-ux .language-landing-page .language-block dl.odd dt {
  text-align: right;
}

.ie8 #global-ux .language-landing-page .language-block dl.odd ul li {
  padding-right: 0;
}

#global-ux .language-selector-wrap {
  display: block;
  padding-bottom: 20px;
  background: #ffffff;
}

#global-ux .language-selector-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .language-selector-wrap .language-selector {
  display: block !important;
  padding: 5px 20px 0 20px;
  padding: .3125rem 1.25rem 0 1.25rem;
  text-align: left;
  margin: 0 16px 0 16px;
  margin: 0 1rem 0 1rem;
  background: #f7f7f7;
  border: 1px solid #a4a4a4;
}

#global-ux .language-selector-wrap .language-selector .title {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 25px 0;
  padding: 1.5625rem 0;
  font-weight: 200;
  color: #616161;
  line-height: 1;
  display: block;
}

#global-ux .language-selector-wrap .language-selector .current-language {
  display: none;
  visibility: hidden;
}

#global-ux .language-selector-wrap .language-selector .select-language {
  display: block;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

#global-ux .language-selector-wrap .language-selector li {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  width: 29%;
  text-transform: uppercase;
}

#global-ux .language-selector-wrap .language-selector li a {
  font-size: 14px;
  font-size: .875rem;
  padding: 11px 0;
  padding: .6875rem 0;
  border: 1px solid #2d96cd;
  color: #2d96cd;
  background: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
}

#global-ux .language-selector-wrap .language-selector li:last-child {
  margin-right: 0;
}

#global-ux .language-selector-wrap .language-selector li:nth-of-type(3n+3) {
  margin-right: 0;
}

#global-ux .language-selector-wrap .language-selector li a:hover,
#global-ux .language-selector-wrap .language-selector li.active a {
  background: #2d96cd;
  color: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .language-selector-wrap {
    padding-bottom: 0;
    background: transparent;
  }

  #global-ux .language-selector-wrap .language-selector {
    padding: 0;
    display: none !important;
  }

  #global-ux .language-selector-wrap .language-selector .title {
    display: none;
    visibility: hidden;
  }

  #global-ux .language-selector-wrap .language-selector .current-language {
    display: inline-block;
    visibility: visible;
    text-transform: uppercase;
    font-size: 14px;
    color: #2d96cd;
  }

  #global-ux .language-selector-wrap .language-selector .select-language {
    width: 70px;
    width: 4.375rem;
    padding: 0 15px;
    padding: 0 .9375rem;
    border: 1px solid #e6e6e6;
    display: inline-block;
    background: #fff;
  }

  #global-ux .language-selector-wrap .language-selector li {
    display: block;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
  }

  #global-ux .language-selector-wrap .language-selector li a {
    line-height: 49px;
    line-height: 3.0625rem;
    margin: 0 -10px;
    margin: 0 -.625rem;
    padding: 0;
    border: none;
    background: transparent;
    width: auto;
  }

  #global-ux .language-selector-wrap .language-selector li a:hover,
  #global-ux .language-selector-wrap .language-selector li.active a {
    background: transparent;
    color: #1b394e;
  }

  #global-ux .language-selector-wrap .language-selector li.active {
    display: none;
    visibility: hidden;
  }

  #global-ux .language-selector-wrap .language-selector li:last-child,
  #global-ux .language-selector-wrap .language-selector li.last {
    border: none;
  }
}

#global-ux .language-btn-wrap .language-btn {
  text-decoration: none;
  color: #2d96cd;
}

#global-ux .language-btn-wrap .language-btn span {
  display: inline-block;
}

#global-ux .language-btn-wrap .language-btn:hover {
  color: #1b394e;
}

#global-ux .language-btn-wrap .site-link-open,
#global-ux .language-btn-wrap .active .language-btn {
  color: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .language-btn-wrap .language-btn span {
    display: none;
  }
}

#global-ux .language-wrap {
  display: block;
  background: #fff;
  padding: 70px 0 220px 0;
}

#global-ux .language-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .language-wrap a {
  text-decoration: none;
}

#global-ux .language-wrap .mobile-title {
  display: block;
  visibility: visible;
}

#global-ux .language-wrap .desktop-title {
  display: none;
  visibility: hidden;
}

#global-ux .language-wrap .language-title {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 0 0 27px 0;
  padding: 0 0 1.6875rem 0;
  color: #616161;
  line-height: 1;
  font-weight: 200;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#global-ux .language-wrap .language-block {
  display: block;
  margin: 0;
  padding: 0;
}

#global-ux .language-wrap .language-block dl {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

#global-ux .language-wrap .language-block dl dt {
  font-size: 16px;
  font-size: 1rem;
  padding: 29px 74px 29px 0;
  padding: 1.8125rem 4.625rem 1.8125rem 0;
  color: #2596cf;
  font-weight: 300;
  line-height: 1;
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#global-ux .language-wrap .language-block dl dt:after {
  font-family: "icomoon";
  font-size: 1.75rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e641";
  font-size: 20px;
  font-size: 1.25rem;
  width: 74px;
  width: 4.625rem;
  height: 74px;
  height: 4.625rem;
  line-height: 74px;
  line-height: 4.625rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  text-align: center;
  text-indent: 0;
}

#global-ux .language-wrap .language-block dl dd {
  padding: 0;
  display: block;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#global-ux .language-wrap .language-block dl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#global-ux .language-wrap .language-block dl ul li {
  margin: 0;
  padding: 0 25px 0 0;
}

#global-ux .language-wrap .language-block dl ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 48px;
  line-height: 3rem;
  color: #2596cf;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}

#global-ux .language-wrap .language-block dl ul a:hover {
  color: #1b394e;
}

#global-ux .language-wrap .language-block dl:first-child dt {
  border: none;
}

#global-ux .language-wrap .language-block dl.active dt:after {
  content: "\e640";
}

#global-ux .language-wrap .language-block dl.eng-lang {
  direction: ltr;
}

#global-ux .language-wrap .language-block dl:nth-child(2n) dt,
#global-ux .language-wrap .language-block dl.odd dt {
  text-align: right;
}

#global-ux .language-wrap .language-block dl:nth-child(2n) ul li,
#global-ux .language-wrap .language-block dl.odd ul li {
  padding-right: 74px;
  padding-right: 4.625rem;
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .language-wrap {
    padding: 27px 0 0 0;
  }

  #global-ux .language-wrap .language-block dl dd {
    max-height: 0;
    height: auto;
    overflow: hidden;
  }

  #global-ux .language-wrap .language-block dl.active dt {
    color: #1b394e;
  }

  #global-ux .language-wrap .language-block dl.active dd {
    max-height: 100000px;
    padding: 12px 0 24px 0;
    padding: .75rem 0 1.5rem 0;
  }

  #global-ux .language-wrap .language-block dl:last-child {
    border: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .language-wrap {
    text-align: center;
    padding: 70px 0 220px;
    padding: 4.375rem 0 13.75rem;
  }

  #global-ux .language-wrap .desktop-title {
    display: block;
    visibility: visible;
  }

  #global-ux .language-wrap .mobile-title {
    display: none;
    visibility: hidden;
  }

  #global-ux .language-wrap .language-title {
    font-size: 48px;
    font-size: 3rem;
    padding: 0 0 70px 0;
    padding: 0 0 4.375rem 0;
    border: none;
  }

  #global-ux .language-wrap .language-block {
    display: inline-block;
    width: 646px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  #global-ux .language-wrap .language-block:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 1px;
    height: 100%;
    width: 1px;
    border-left: 1px solid #ccc;
    content: " ";
  }

  #global-ux .language-wrap .language-block dl {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 10px 0;
    border: none;
    text-align: left;
    float: none;
    width: 50%;
  }

  #global-ux .language-wrap .language-block dl dt {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 0 30px;
    padding: 0 0 1.875rem;
    color: #616161;
    font-weight: 200;
    border: none;
    cursor: default;
  }

  #global-ux .language-wrap .language-block dl dd {
    padding: 0;
  }

  #global-ux .language-wrap .language-block dl ul a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 4px 0;
    padding: .25rem 0;
  }

  #global-ux .language-wrap .language-block dl dt:after,
  #global-ux .language-wrap .language-block dl.active dt:after {
    content: " ";
  }

  #global-ux .language-wrap .language-block dl:nth-child(2n) ul li,
  #global-ux .language-wrap .language-block dl.odd ul li {
    padding-right: 0;
  }
}

.ie8 #global-ux .language-selector-wrap .language-selector {
  display: none !important;
}

.rtl #global-ux .language-block dl {
  padding: 10px 50px;
}

@media only screen and (max-width: 768px) {
  .rtl #global-ux .language-selector-wrap .language-selector .title {
    text-align: right;
  }

  .rtl #global-ux .language-selector-wrap .language-selector .select-language {
    text-align: right;
  }

  .rtl #global-ux .language-block dl {
    padding: 0;
  }
}

#global-ux .locationAware.section .location-aware {
  font-style: normal;
  font-weight: 300;
  padding: 102px 0;
}

#global-ux .locationAware.section .location-aware .block-section {
  border-left: 1px solid #EBEBEB;
  float: left;
  text-align: center;
  min-height: 183px;
  margin: 0 auto;
}

#global-ux .locationAware.section .location-aware .block-section .section-content p {
  margin: 0;
  padding: 0;
  color: #616161;
}

#global-ux .locationAware.section .location-aware .block-section.first-section {
  width: 35.69444%;
}

#global-ux .locationAware.section .location-aware .block-section.first-section .section-content {
  padding: 62px 0 0 12.45136%;
}

#global-ux .locationAware.section .location-aware .block-section.first-section p {
  text-align: left;
  display: block;
}

#global-ux .locationAware.section .location-aware .block-section.first-section p:first-of-type {
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
}

#global-ux .locationAware.section .location-aware .block-section.first-section p .post-code {
  color: #2596cf;
}

#global-ux .locationAware.section .location-aware .block-section.first-section p.dealer-name {
  color: #2596cf;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 43px;
  line-height: 2.6875rem;
}

#global-ux .locationAware.section .location-aware .block-section.second-section {
  width: 22.70833%;
  padding-top: 46px;
}

#global-ux .locationAware.section .location-aware .block-section.second-section p {
  font-size: 14px;
}

#global-ux .locationAware.section .location-aware .block-section.second-section p.phone-number {
  font-size: 21px;
}

#global-ux .locationAware.section .location-aware .block-section.second-section p.distance {
  display: none;
}

#global-ux .locationAware.section .location-aware .block-section.third-section {
  width: 41.59722%;
  position: relative;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content {
  position: absolute;
  transform: translate(0, 50%);
  top: 30px;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content ul li {
  display: inline-block;
  padding: 0 35px;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content ul li.item {
  color: #2596cf;
  text-align: center;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content ul li.item [class^="icon-"]:before {
  font-size: 2.5rem;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content ul li.item .label-item {
  color: #2596cf;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .locationAware.section .location-aware .block-section.third-section .section-content ul li.item .send-to-phone {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
}

@media (max-width: 767px) {
  #global-ux .locationAware.section .location-aware {
    margin: 0;
    padding: 0;
  }

  #global-ux .locationAware.section .location-aware .block-section {
    float: none;
  }

  #global-ux .locationAware.section .location-aware .block-section.first-section,
  #global-ux .locationAware.section .location-aware .block-section.second-section,
  #global-ux .locationAware.section .location-aware .block-section.third-section {
    width: 100%;
  }
}

#global-ux .locationUnaware.section {
  margin: 0;
  padding: 0;
}

#global-ux .locationUnaware.section section {
  margin: 0;
  padding: 0;
}

#global-ux .locationUnaware.section .location-unaware {
  background: #f7f7f7;
  padding: 86px 0;
}

#global-ux .locationUnaware.section .location-unaware .title {
  width: 48%;
  display: inline-block;
}

#global-ux .locationUnaware.section .location-unaware .title .title-content p {
  margin: 0;
  font-size: 38px;
  display: inline-block;
  line-height: 45px;
  padding-left: 42.39290%;
  color: #696969;
}

#global-ux .locationUnaware.section .location-unaware .select-location {
  width: 52%;
  margin-left: -4px;
  display: inline-block;
  vertical-align: top;
}

#global-ux .locationUnaware.section .location-unaware .select-location .auto-detect-location {
  padding: 16px;
  min-width: 62.64744%;
  background: #2d96cd;
  display: inline-block;
  color: #fff;
}

#global-ux .locationUnaware.section .location-unaware .select-location .auto-detect-location p {
  display: inline-block;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .locationUnaware.section .location-unaware .select-location .search-location {
  width: 62.64744%;
}

#global-ux .locationUnaware.section .location-unaware .select-location .search-location .search-input {
  position: relative;
}

#global-ux .locationUnaware.section .location-unaware .select-location .search-location .search-input button {
  display: inline;
  padding: 7px;
  background: #fff;
  color: #bbbbbb;
  font-size: 20px;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}

#global-ux .locationUnaware.section .location-unaware .select-location .search-location .search-input input::-webkit-input-placeholder {
  color: #616161;
  font-style: italic;
  position: relative;
}

#global-ux .locationUnaware.section .location-unaware .select-location .search-location .search-input .search-location-input {
  border-style: none;
  box-shadow: none;
  padding: 22px 12px;
  font-size: 1rem;
  margin: 0;
}

#global-ux .splitter.section.active-sticky.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}

#global-ux .splitter-darkblue {
  background-color: #1b394e;
  color: #fff;
}

#global-ux .splitter-grey {
  background-color: #616161;
  color: #fff;
}

#global-ux .splitter-darkgrey {
  background-color: #121212;
  color: #fff;
}

#global-ux .splitter-lightgrey {
  background-color: #f7f7f7;
  color: #000;
}

#global-ux .splitter-ctablue {
  background-color: #2d96cd;
  color: #fff;
}

#global-ux .splitter-5-columns .columns {
  width: 50%;
}

@media only screen and (min-width: 62em) {
  #global-ux .splitter-5-columns .columns {
    width: 20%;
  }
}

#global-ux .vehicleAttribute .attribute {
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes {
    padding: 0;
    border: none;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .vehicleAttribute.service-ok,
  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport {
    padding: 20px 27px;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport {
    background: transparent !important;
    padding: 0;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides {
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .splitter-column {
    width: 100% !important;
    float: none !important;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .splitter-column .vehicleAttribute.service-ok {
    width: 100%;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute.service-ok {
    border-top: 1px solid rgba(151,151,151,0.4);
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .component-content {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute-prefix,
  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute {
    float: left;
    width: 40%;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute {
    width: 21%;
    float: left;
    text-align: right;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: normal;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute-suffix {
    float: right;
    text-align: left;
    width: 39%;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes>div>.splitter-column:first-of-type {
    border-bottom: none;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flex-control-nav {
    display: none;
  }
}

.splitter .richtext ul {
  margin-left: 15px !important;
}

#global-ux .sameHeightSplitter .common-image .component-content img {
  width: 100%;
}

#global-ux .accordion-item .sameHeightSplitter .common-image .component-content img {
  width: auto !important;
}

.ie8 #global-ux .splitter.section .splitter-5-columns .columns {
  width: 20%;
}

.rtl #global-ux .splitter .richtext ul {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.rtl #global-ux .splitter .flex-viewport {
  direction: ltr !important;
}

#global-ux .expanded-feature-section .top-content {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  color: #616161;
  text-align: center;
  width: -moz-calc(80%);
  width: -webkit-calc(80%);
  width: calc(80%);
  margin: 0 auto;
  padding: 1.625rem 0 1.25rem;
}

#global-ux .expanded-feature-section .top-content .title,
#global-ux .expanded-feature-section .top-content .description {
  display: block;
}

#global-ux .expanded-feature-section .top-content .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section .top-content .title {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 2.875rem;
    margin-bottom: 1.5rem;
  }
}

#global-ux .expanded-feature-section .top-content .description {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section .top-content .description {
    line-height: 2rem;
    width: -moz-calc(80%);
    width: -webkit-calc(80%);
    width: calc(80%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.375rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section .top-content {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 5rem 0 1.25rem;
  }
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop {
  display: none;
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop .item {
  float: left;
  width: 33.333%;
  padding: .625rem .9375rem;
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop .item:nth-of-type(3n+1) {
  clear: left;
}

@media only screen and (min-width: 62em) {
  #global-ux .expanded-feature-section .expanded-feature-images-desktop {
    display: block;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .expanded-feature-section .expanded-feature-slider-mobile {
    display: none;
  }
}

#global-ux .expanded-feature-section button,
#global-ux .expanded-feature-section .button {
  padding: 1rem 3.125rem 1.0625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section button,
  #global-ux .expanded-feature-section .button {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
}

#global-ux h5 {
  font-size: 14px;
  font-size: .875rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux h5 {
    font-size: 14px;
    font-size: .875rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux h6 {
  font-size: 12px;
  font-size: .75rem;
}

@media only screen and (min-width: 62em) {
  #global-ux h6 {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .slider-feature-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .slider-feature-section .slides .component-content,
  #global-ux .slider-feature-section .slides .start-image>a,
  #global-ux .slider-feature-section .slides .outer-container {
    display: block;
    position: relative;
  }

  #global-ux .slider-feature-section .slides .start-image>a {
    display: block;
    height: 100%;
  }

  #global-ux .slider-feature-section .slides .start-image>a:before {
    font-family: "icomoon";
    content: "\e632";
    font-size: 4.0625rem;
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    z-index: 5;
  }

  #global-ux .slider-feature-section .slides .start-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }

  #global-ux .slider-feature-section .slides .start-image>a .component-content:before {
    display: none;
  }

  #global-ux .slider-feature-section .slides .start-image a picture:before {
    display: none;
  }
}

#global-ux .slider-feature-section ul {
  margin: 0;
  list-style: none;
}

#global-ux .slider-feature-section .control-button {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 24px;
  width: 280px;
}

@media only screen and (min-width: 48em) {
  #global-ux .slider-feature-section .control-button {
    bottom: 53px;
    width: 453px;
  }
}

.ie9 #global-ux .slider-feature-section .slider-block:after,
.no-js #global-ux .slider-feature-section .slider-block:after {
  content: "";
  display: table;
  clear: both;
}

.ie9 #global-ux .slider-feature-section .slider-block,
.ie9 #global-ux .slider-feature-section .slider-block .slides .item,
.no-js #global-ux .slider-feature-section .slider-block,
.no-js #global-ux .slider-feature-section .slider-block .slides .item {
  height: 255px !important;
}

.ie9 #global-ux .slider-feature-section .slider-block .slides .item,
.no-js #global-ux .slider-feature-section .slider-block .slides .item {
  position: relative;
  overflow: hidden;
}

.ie9 #global-ux .slider-feature-section .slider-block .slides .item img,
.no-js #global-ux .slider-feature-section .slider-block .slides .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media only screen and (min-width: 48em) {
  .ie9 #global-ux .slider-feature-section .slider-block,
  .ie9 #global-ux .slider-feature-section .slider-block .slides .item,
  .no-js #global-ux .slider-feature-section .slider-block,
  .no-js #global-ux .slider-feature-section .slider-block .slides .item {
    height: auto !important;
  }

  .ie9 #global-ux .slider-feature-section .slider-block .slides .item img,
  .no-js #global-ux .slider-feature-section .slider-block .slides .item img {
    position: static;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
}

#global-ux .description-block {
  margin: 26px auto 16px;
  width: 87.5%;
}

#global-ux .description-block h2 {
  color: #616161;
  line-height: normal;
  letter-spacing: .1px;
  margin: 0 0 .5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .description-block h2 {
    margin-bottom: .625rem;
  }
}

#global-ux .description-block,
#global-ux .description-block h2,
#global-ux .description-block p {
  font-weight: 200;
}

#global-ux .description-block,
#global-ux .description-block p {
  color: #86827B;
}

#global-ux .description-block .description-txt {
  position: relative;
  max-height: 6.25rem;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 4s ease-out 0s;
  transition: all 4s ease-out 0s;
}

#global-ux .description-block .description-txt.show {
  max-height: 437.5rem;
}

#global-ux .description-block .description-txt .link-more-mob {
  position: absolute;
  right: 0;
  top: 64px;
  padding-left: .375rem;
  text-decoration: none;
  background: #fff;
}

#global-ux .description-block .description-txt .link-more-mob:before {
  content: "...";
}

@media only screen and (min-width: 48em) {
  #global-ux .description-block .description-txt {
    height: auto;
  }

  #global-ux .description-block .description-txt .link-more-mob {
    display: none;
  }
}

#global-ux .description-block a {
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .description-block {
    position: absolute;
    top: 31px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 62.5%;
  }

  #global-ux .description-block,
  #global-ux .description-block h2,
  #global-ux .description-block p {
    color: #fff;
  }

  #global-ux .description-block,
  #global-ux .description-block p {
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }
}

#global-ux .control-button-block,
#global-ux .slider-feature-section .control-button {
  border: #2d96cd solid 1px;
  box-sizing: content-box;
  margin: 0 auto;
}

#global-ux .control-button-block:after,
#global-ux .slider-feature-section .control-button:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .control-button-block,
#global-ux .slider-feature-section .control-button,
#global-ux .control-button-block .item,
#global-ux .slider-feature-section .control-button .item {
  text-align: center;
  height: 1.8125rem;
  line-height: 1.8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .control-button-block,
  #global-ux .slider-feature-section .control-button,
  #global-ux .control-button-block .item,
  #global-ux .slider-feature-section .control-button .item {
    height: 3rem;
    line-height: 3rem;
  }
}

#global-ux .control-button-block .item,
#global-ux .slider-feature-section .control-button .item {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 12.4px;
  font-size: .775rem;
  font-weight: normal;
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

#global-ux .control-button-block .item:hover,
#global-ux .slider-feature-section .control-button .item:hover {
  background-color: rgba(0,0,0,0.3);
}

#global-ux .control-button-block .item.active,
#global-ux .slider-feature-section .control-button .item.active,
#global-ux .control-button-block .item.active:hover,
#global-ux .slider-feature-section .control-button .item.active:hover {
  background-color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .control-button-block .item,
  #global-ux .slider-feature-section .control-button .item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#global-ux .slider-feature-section:before,
#global-ux .description-block,
#global-ux .control-button-block,
#global-ux .slider-feature-section .control-button {
  z-index: 9;
}

.ie8 #global-ux .slider-feature-section .control-button {
  bottom: 53px;
  width: 453px;
  margin: 0 0 0 -225px;
}

.ie8 #global-ux .slider-feature-section .control-button .item {
  font-size: 20px;
  height: 48px;
  line-height: 48px;
}

.ie8 #global-ux .expanded-feature .feature-container .featureIcon .column-feature-icon .image {
  height: 227px !important;
}

.ie8 #global-ux .expanded-feature .feature-container .featureIcon .column-feature-icon .image .component-content {
  position: relative;
  height: 227px;
}

.ie8 #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content a {
  position: relative;
}

.ie8 #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content a .icon-play-video {
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/icon-play-video.png") no-repeat center center;
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.ie8 #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content a img {
  height: 380px;
}

.ie8 #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content .image-caption h6 a:before {
  content: "";
}

.ie8 #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content .image-caption h6 a i.icon-play-video {
  display: none;
}

.ie8 #global-ux .control-button-block .item,
.ie8 #global-ux .slider-feature-section .control-button .item,
.ie8 #global-ux .slider-feature-section .control-button .item {
  background-color: #000;
  filter: alpha(opacity=10);
}

.ie8 #global-ux .slider-feature-section .control-button .item.active {
  background-color: #2d96cd;
  filter: alpha(opacity=100);
}

.ie8 .alpha100IE8 {
  font-size: 20px !important;
  text-align: center !important;
  color: #fff !important;
  line-height: 48px !important;
  position: relative !important;
}

.ie8 #global-ux .description-block {
  position: absolute;
  top: 31px;
  left: 18.75%;
  width: 62.5%;
}

.ie8 #global-ux .description-block,
.ie8 #global-ux .description-block h2,
.ie8 #global-ux .description-block p {
  color: #fff;
}

.ie8 #global-ux .description-block,
.ie8 #global-ux .description-block p {
  font-size: 18px;
  line-height: 31px;
}

.ie8 #global-ux .slider-feature-section .control-button {
  bottom: 53px;
  width: 456px;
}

.rtl #global-ux .sliderFeature .description-block p {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .sliderFeature .slider-feature-section .control-button {
    height: auto;
    line-height: 1;
  }
}

.rtl #global-ux .sliderFeature .slider-feature-section .control-button .item {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .sliderFeature .slider-feature-section .control-button .item {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 5px 0 10px;
    height: auto;
  }
}

#global-ux .page-news .header-page {
  padding: 30px 25px 0;
  padding: 1.875rem 1.5625rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .header-page {
    padding: 20px 35px 20px 70px;
    padding: 1.25rem 2.1875rem 1.25rem 4.375rem;
  }
}

#global-ux .page-news .header-news {
  position: relative;
}

#global-ux .page-news .header-news .title-news {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  float: left;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .header-news .title-news {
    font-size: 42px;
    font-size: 2.625rem;
    border: none;
  }
}

#global-ux .page-news .header-news .header-holder {
  float: right;
}

#global-ux .page-news .header-news .header-holder .search-vehicle {
  float: left;
  margin: 0 10px 0 0;
}

#global-ux .page-news .header-news .header-holder .search {
  margin: 0;
}

#global-ux .page-news .header-news .dropdown-vehicle-sort {
  float: left;
}

#global-ux .page-news .container-news {
  position: relative;
  padding: 1.875rem 0;
}

#global-ux .page-news .container-news .title-year {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  color: #616161;
  margin: 1.25rem 0;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news {
    padding: 0 2.1875rem 1.875rem 4.375rem;
  }

  #global-ux .page-news .container-news .title-year {
    text-align: left;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

#global-ux .page-news .container-news .blocks-news {
  padding: 0;
}

#global-ux .page-news .container-news .blocks-news .sameHeightNews {
  position: relative;
}

#global-ux .page-news .container-news .blocks-news h3 {
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

#global-ux .page-news .container-news .blocks-news h3 p {
  text-align: left !important;
}

#global-ux .page-news .container-news .blocks-news h3 h1,
#global-ux .page-news .container-news .blocks-news h3 h2,
#global-ux .page-news .container-news .blocks-news h3 h3,
#global-ux .page-news .container-news .blocks-news h3 h4 {
  text-align: left !important;
}

#global-ux .page-news .container-news .blocks-news .date-year,
#global-ux .page-news .container-news .blocks-news .txt-description {
  font-size: 10px;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.125rem;
}

#global-ux .page-news .container-news .blocks-news .txt-description {
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .page-news .container-news .blocks-news .txt-description {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

#global-ux .page-news .container-news .blocks-news .btn-link-news {
  margin: 0;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

#global-ux .page-news .container-news .blocks-news .btn-link-news .cta-button-primary {
  width: 100%;
  margin: 0;
  min-width: auto;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .page-news .container-news .blocks-news .btn-link-news .cta-button-primary {
    padding: 5px;
    padding: .3125rem;
    font-size: 14px;
    font-size: .875rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news .blocks-news {
    padding: 1.25rem .625rem;
  }

  #global-ux .page-news .container-news .blocks-news h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .page-news .container-news .blocks-news .date-year,
  #global-ux .page-news .container-news .blocks-news .txt-description {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
}

#global-ux .page-news .container-news .row .columns,
#global-ux .page-news .container-news .genericCarousel .columns,
#global-ux .page-news .container-news .dynamicCarousel .columns,
#global-ux .page-news .container-news .billboardCarousel .columns,
#global-ux .page-news .container-news .mediaCarousel .columns,
#global-ux .page-news .container-news .accessoriesTile .columns,
#global-ux .mediaCarousel .page-news .container-news .media-carousel .columns,
#global-ux .page-news .container-news .threesixtyColouriser .columns {
  border: solid 1px transparent;
}

#global-ux .page-news .container-news .row .columns.item:last-child,
#global-ux .page-news .container-news .genericCarousel .columns.item:last-child,
#global-ux .page-news .container-news .dynamicCarousel .columns.item:last-child,
#global-ux .page-news .container-news .billboardCarousel .columns.item:last-child,
#global-ux .page-news .container-news .mediaCarousel .columns.item:last-child,
#global-ux .page-news .container-news .accessoriesTile .columns.item:last-child,
#global-ux .mediaCarousel .page-news .container-news .media-carousel .columns.item:last-child,
#global-ux .page-news .container-news .threesixtyColouriser .columns.item:last-child {
  float: left;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news .row .columns:hover,
  #global-ux .page-news .container-news .genericCarousel .columns:hover,
  #global-ux .page-news .container-news .dynamicCarousel .columns:hover,
  #global-ux .page-news .container-news .billboardCarousel .columns:hover,
  #global-ux .page-news .container-news .mediaCarousel .columns:hover,
  #global-ux .page-news .container-news .accessoriesTile .columns:hover,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:hover,
  #global-ux .page-news .container-news .threesixtyColouriser .columns:hover {
    border: solid 1px #2d96cd;
  }

  #global-ux .page-news .container-news .row .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .genericCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .dynamicCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .billboardCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .mediaCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .accessoriesTile .columns:hover .btn-link-news,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .threesixtyColouriser .columns:hover .btn-link-news {
    display: block;
  }
}

#global-ux .page-news .container-news .year {
  background: #FFF;
  position: relative;
}

#global-ux .page-news .container-news .no-results {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news .no-results {
    font-size: 17px;
  }
}

#global-ux .page-news .view-more {
  background: #2d96cd;
  padding: 2.1875rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #fff;
  margin-top: 2.5rem;
  text-align: center;
  cursor: pointer;
}

#global-ux .page-news .view-more .site-link-icon {
  margin-left: 1.5625rem;
}

#global-ux .page-news .hidden-item {
  display: none;
}

#global-ux .dropdown-vehicle-sort {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 15;
  width: auto;
}

#global-ux .dropdown-vehicle-sort label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 48px;
  line-height: 3rem;
  padding: 0 15px;
  padding: 0 .9375rem;
  min-width: 160px;
  min-width: 10rem;
  border: 1px solid #2d96cd;
  border: .0625rem solid #2d96cd;
  margin: 0;
  color: #2d96cd;
  font-weight: 200;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
}

#global-ux .dropdown-vehicle-sort .txt {
  padding: 0 30px 0 0;
  padding: 0 1.875rem 0 0;
  position: relative;
  display: inline-block;
  border: none;
  color: #2d96cd !important;
  height: 3rem;
}

#global-ux .dropdown-vehicle-sort .txt:before {
  font-family: "icomoon";
  font-size: 1.75rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e641";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

#global-ux .dropdown-vehicle-sort .by {
  padding-left: 10px;
}

#global-ux .dropdown-vehicle-sort ul {
  margin-top: -1px;
  margin-top: -.0625rem;
  border: 1px solid #2d96cd;
  border: .0625rem solid #2d96cd;
  min-width: 100%;
  background: #fff;
  float: left;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  visibility: hidden;
}

#global-ux .dropdown-vehicle-sort ul li {
  border-bottom: 1px solid #2d96cd;
  border-bottom: .0625rem solid #2d96cd;
  color: #616161;
  font-weight: 200;
  display: block;
  width: auto;
  white-space: nowrap;
}

#global-ux .dropdown-vehicle-sort ul li a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0 15px;
  padding: 0 .9375rem;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#global-ux .dropdown-vehicle-sort ul li a:hover {
  background: #2d96cd;
  color: #fff;
}

#global-ux .dropdown-vehicle-sort ul li:last-child {
  border: none;
}

#global-ux .dropdown-vehicle-sort.active ul {
  display: block;
  visibility: visible;
  z-index: 5;
}

#global-ux .dropdown-vehicle-sort.active .txt:before {
  content: "\e640";
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .dropdown-vehicle-sort label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 10px;
    padding: 0 .625rem;
    min-width: 130px;
    min-width: 8.125rem;
  }

  #global-ux .dropdown-vehicle-sort .txt {
    padding: 0 25px 0 0;
    padding: 0 1.5625rem 0 0;
    height: 2.25rem;
  }

  #global-ux .dropdown-vehicle-sort .txt:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 48px;
    line-height: 3rem;
  }

  #global-ux .dropdown-vehicle-sort .by {
    padding-left: 5px;
  }

  #global-ux .dropdown-vehicle-sort ul li a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 0 10px;
    padding: 0 .625rem;
  }

  #global-ux .dropdown-vehicle-sort ul {
    position: relative;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .page-news .header-news .header-holder {
    float: none;
    padding-top: 10px;
    padding-top: .625rem;
  }

  #global-ux .page-news .header-news .header-holder .search-vehicle {
    float: none;
    margin: 0 10px;
    margin: 0 .625rem;
  }

  #global-ux .page-news .header-news .search-vehicle .search-form .form-textfield {
    max-width: 100%;
  }

  #global-ux .page-news .header-news .title-news {
    float: none;
  }

  #global-ux .page-news .header-news .dropdown-vehicle-sort {
    float: left;
  }

  #global-ux .dropdown-vehicle-sort {
    position: static !important;
    float: none;
    margin: 10px 0 0;
    margin: .625rem 0 0;
    width: 100%;
  }

  #global-ux .dropdown-vehicle-sort label {
    width: 100%;
    text-align: left;
    border-color: #B3B3B3;
    border-width: 1px 0 2px;
    line-height: 48px;
  }

  #global-ux .dropdown-vehicle-sort .txt {
    width: 100%;
    height: 48px;
  }

  #global-ux .dropdown-vehicle-sort.active ul {
    margin: -2px 0 0;
    margin: -.125rem 0 0;
  }
}

._:-ms-fullscreen,
:root #global-ux #showroom-vehicle-card .dropdown-vehicle-sort .txt:before {
  top: 25px;
}

@media only screen and (max-width: 767px) {
  #global-ux .page-news .header-page {
    padding: 15px 0 0;
  }

  #global-ux .page-news .header-news .title-news {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }

  #global-ux .page-news .header-news .search-vehicle .form-textfield {
    max-width: 170px;
  }

  #global-ux .page-news .header-news .search-vehicle .search {
    font-size: 14px;
    font-size: .875rem;
    line-height: 38px;
    line-height: 2.375rem;
    height: 38px;
    height: 2.375rem;
    padding-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 0;
  }

  #global-ux .page-news .header-news .search-vehicle .search-btn {
    padding: 10px 12px 9px;
    padding: .625rem .75rem .5625rem;
  }

  #global-ux .page-news .header-news .dropdown-vehicle-sort label {
    padding: 0 1.5625rem !important;
  }

  #global-ux .page-news .container-news .row .columns,
  #global-ux .page-news .container-news .genericCarousel .columns,
  #global-ux .page-news .container-news .dynamicCarousel .columns,
  #global-ux .page-news .container-news .billboardCarousel .columns,
  #global-ux .page-news .container-news .mediaCarousel .columns,
  #global-ux .page-news .container-news .accessoriesTile .columns,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns,
  #global-ux .page-news .container-news .threesixtyColouriser .columns {
    padding-bottom: 15px;
  }

  #global-ux .page-news .container-news .row .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .genericCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .dynamicCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .billboardCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .mediaCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .accessoriesTile .columns:nth-of-type(2n+1),
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .threesixtyColouriser .columns:nth-of-type(2n+1) {
    clear: left;
  }

  #global-ux .page-news .container-news .row .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .genericCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .dynamicCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .billboardCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .mediaCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .accessoriesTile .columns .blocks-news .sameHeightNews,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .threesixtyColouriser .columns .blocks-news .sameHeightNews {
    height: auto !important;
  }
}

.ie8 #global-ux .page-news .header-page {
  padding: 0 35px 0 70px;
}

.ie8 #global-ux .page-news .header-page .title-news {
  font-size: 42px;
  padding: 20px 0;
}

.ie8 #global-ux .page-news .container-news {
  padding: 0 35px 91px 70px;
}

.ie8 #global-ux .page-news .container-news .title-year {
  font-size: 28px;
  text-align: left;
  margin: 20px 0;
}

.ie8 #global-ux .page-news .container-news .column,
.ie8 #global-ux .page-news .container-news .columns {
  padding-left: 15px;
  padding-right: 15px;
}

.ie8 #global-ux .page-news .container-news .row .columns:hover,
.ie8 #global-ux .page-news .container-news .genericCarousel .columns:hover,
.ie8 #global-ux .page-news .container-news .dynamicCarousel .columns:hover,
.ie8 #global-ux .page-news .container-news .billboardCarousel .columns:hover,
.ie8 #global-ux .page-news .container-news .mediaCarousel .columns:hover,
.ie8 #global-ux .page-news .container-news .accessoriesTile .columns:hover,
.ie8 #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:hover,
.ie8 #global-ux .page-news .container-news .threesixtyColouriser .columns:hover {
  border: solid 1px #2d96cd;
}

.ie8 #global-ux .page-news .container-news .blocks-news {
  padding: 20px 10px;
}

.ie8 #global-ux .page-news .container-news .blocks-news h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.ie8 #global-ux .page-news .container-news .blocks-news .txt-description {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px;
}

.ie8 #global-ux .page-news .container-news .blocks-news .btn-link-news {
  bottom: 10px;
}

.ie8 #global-ux .page-news .container-news .row .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .genericCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .dynamicCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .billboardCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .mediaCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .accessoriesTile .columns:hover .btn-link-news,
.ie8 #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .threesixtyColouriser .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .genericCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .dynamicCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .billboardCarousel .columns:hover .btn-link-news,
.ie8 #global-ux .page-news .container-news .mediaCarousel .columns:hover .btn-link-news {
  display: block;
}

.ie8 #global-ux .page-news .container-news .row .columns,
.ie8 #global-ux .page-news .container-news .genericCarousel .columns,
.ie8 #global-ux .page-news .container-news .dynamicCarousel .columns,
.ie8 #global-ux .page-news .container-news .billboardCarousel .columns,
.ie8 #global-ux .page-news .container-news .mediaCarousel .columns,
.ie8 #global-ux .page-news .container-news .accessoriesTile .columns,
.ie8 #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns,
.ie8 #global-ux .page-news .container-news .threesixtyColouriser .columns,
.ie8 #global-ux .page-news .container-news .genericCarousel .columns,
.ie8 #global-ux .page-news .container-news .dynamicCarousel .columns,
.ie8 #global-ux .page-news .container-news .billboardCarousel .columns,
.ie8 #global-ux .page-news .container-news .mediaCarousel .columns {
  border: 1px solid transparent;
}

.ie8 #global-ux .page-news .view-more {
  font-size: 18px;
  margin-top: 40px;
  padding: 35px 0;
}

.ie8 #global-ux .dropdown-vehicle-sort label {
  font-size: 16px;
  line-height: 48px;
  min-width: 160px;
  padding: 0 15px;
}

.rtl #global-ux .page-news .header-news .dropdown-vehicle-sort {
  right: auto;
  left: 0;
  top: 14px;
}

.rtl #global-ux .page-news .container-news .title-year {
  text-align: right;
}

#global-ux .news-article {
  padding: 0 25px;
  padding: 0 1.5625rem;
}

@media only screen and (max-width: 30em) {
  #global-ux .news-article {
    padding: 0 15px;
    padding: 0 .9375rem;
  }
}

#global-ux .news-article .news-article-frame {
  position: relative;
}

#global-ux .news-article .news-article-frame .actionsPanel {
  display: inline;
  padding: 0;
  margin: 0;
}

#global-ux .news-article .news-article-frame .share-overlay {
  position: static;
}

#global-ux .news-article .news-article-frame .share-overlay .share-wrapper {
  transform: none;
  top: 100%;
  left: 0;
  position: absolute;
}

#global-ux .news-article .fm-actions {
  overflow: hidden;
}

#global-ux .news-article .fm-actions .action {
  float: left;
  padding: 0 0 0 10px;
  padding: 0 0 0 .625rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.2;
  margin: 0;
}

#global-ux .news-article .fm-actions .action:first-child {
  padding: 0;
}

#global-ux .news-article .fm-actions .action i {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
}

#global-ux .news-article .fm-actions .action a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#global-ux .news-article .fm-actions .action a span {
  display: block;
}

#global-ux .news-article .title-article {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b394e;
  text-align: center;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-article .title-article {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
  }
}

#global-ux .news-article .date-time-article {
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
  font-weight: 200;
  text-align: center;
  padding-bottom: .9375rem;
}

@media large-up {
  #global-ux .news-article .date-time-article {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 1.875rem;
  }
}

#global-ux .news-article .txt-content {
  padding: 1.875rem 1.5625rem;
  font-weight: 200;
  color: #616161;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .news-article .txt-content ul {
  font-size: 12px;
  font-size: .75rem;
  list-style: none !important;
  margin-left: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}

#global-ux .news-article .txt-content ul li {
  position: relative;
  margin-bottom: 10px;
}

#global-ux .news-article .txt-content ul li:before {
  position: absolute;
  content: "\2022";
  font-size: 125%;
  margin: -3px 0 10px -15px;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-article .txt-content {
    position: relative;
    padding: 5rem 2.1875rem 0 4.8125rem;
    line-height: 1.875rem;
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .news-article .txt-content .txt-regular {
  font-weight: 400;
}

#global-ux .news-article .view-all {
  text-align: center;
  margin: 1.875rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-article .view-all {
    margin: 3.75rem 0;
  }
}

.ie8 #global-ux .news-article .title-article {
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 20px;
  padding-top: 50px;
}

.ie8 #global-ux .news-article .date-time-article {
  font-size: 14px;
  padding-bottom: 15px;
}

.ie8 #global-ux .news-article .txt-content {
  font-size: 14px;
  line-height: 30px;
  padding: 80px 35px 0 77px;
}

.rtl #global-ux .news-article .title-article {
  font-size: 48px;
  font-size: 3rem;
  word-break: break-word;
  line-height: 1;
}

.rtl #global-ux .news-article .date-time-article {
  font-size: 24px;
  font-size: 1.5rem;
}

#global-ux .latestOffers .last-offers-holder.empty {
  padding: 50px;
  min-height: 300px;
}

#global-ux .latestOffers .row,
#global-ux .latestOffers .genericCarousel,
#global-ux .latestOffers .dynamicCarousel,
#global-ux .latestOffers .billboardCarousel,
#global-ux .latestOffers .mediaCarousel,
#global-ux .latestOffers .accessoriesTile,
#global-ux .latestOffers .mediaCarousel .media-carousel,
#global-ux .mediaCarousel .latestOffers .media-carousel,
#global-ux .latestOffers .threesixtyColouriser {
  overflow: hidden;
}

#global-ux .latestOffers .offers-disclaimer-link {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  position: relative;
}

#global-ux .latestOffers .latest-offers-title {
  padding: 15px 90px;
  padding: .9375rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .latest-offers-title {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .latestOffers .search-filter-holder {
  float: left;
  width: 25%;
  background: #fafafa;
  border-right: 2px solid #f1f1f1;
  margin: 0 0 -9999px;
  padding: 0 0 9999px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter-holder {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#global-ux .latestOffers .search-filter {
  position: relative;
  padding: 63px 30px 40px 18%;
  padding: 3.9375rem 1.875rem 2.5rem 18%;
}

@media (max-width: 1400px) {
  #global-ux .latestOffers .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .search-filter {
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .search-filter {
    padding: 40px 10px;
    padding: 2.5rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter {
    display: none;
    padding: 40px 15px;
    padding: 2.5rem .9375rem;
  }
}

#global-ux .latestOffers .search-filter .title {
  display: block;
  font-weight: 200;
  padding: 0 5px;
  padding: 0 .3125rem;
  color: #616161;
}

#global-ux .latestOffers .search-filter .clearfix {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .search-filter .clearfix {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .latestOffers .search-filter .hide-button {
  position: absolute;
  top: 5px;
  right: -19px;
  width: 35px;
  height: 35px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  border: 1px solid #f6f6f6;
}

#global-ux .latestOffers .search-filter .hide-button:before {
  content: '\e612';
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 6px;
  color: #2d96cd;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter .hide-button {
    display: none;
  }
}

#global-ux .latestOffers .search-filter .radio-filter-section {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter .radio-filter-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder {
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0 5px;
  padding: 0 .3125rem;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder .custom-radio+.checked {
  background: #193145;
  border-color: #193145;
  color: #fff;
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder label {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #1a384e;
  font-weight: 200;
  font-size: 13px;
  font-size: .8125rem;
  padding: 15px 5px;
  padding: .9375rem .3125rem;
  line-height: 1.5;
  color: #616161;
  white-space: nowrap;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 11px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 13px;
  }
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder label:before {
  display: none;
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder label:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#global-ux .latestOffers .search-filter .radio-filter-section .filter-radio-holder label span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#global-ux .latestOffers .search-filter .radio-filter-section.col-33 .filter-radio-holder {
  width: 33.3333%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffers .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .latestOffers .search-filter .radio-filter-section.col-50 .filter-radio-holder {
  width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffers .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .latestOffers .search-filter .models-filter-section {
  padding-bottom: 0;
  border-bottom: none;
}

#global-ux .latestOffers .search-filter .price-filter-holder {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .search-filter .price-filter-holder {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .latestOffers .search-filter .price-filter {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .search-filter .price-filter {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .latestOffers .search-filter .price-filter .result-holder {
  text-align: center;
  padding: 35px 0 0;
  padding: 2.1875rem 0 0;
}

#global-ux .latestOffers .search-filter .price-filter .result-holder span {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fafafa;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head {
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 2px solid #cacaca;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .cancel-btn,
#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .number,
#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
  height: 100%;
  line-height: 45px;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  text-align: right;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .number {
  text-align: center;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .number span {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-inner {
  padding: 70px 15px 5px;
  height: 100%;
  overflow: auto;
}

#global-ux .latestOffers .result-block-holder {
  float: right;
  width: 75%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block-holder {
    width: 100%;
  }
}

#global-ux .latestOffers .result-block-holder .result-block .offers-holder .item {
  width: 33.33%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .result-block-holder .result-block .offers-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffers .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .latestOffers .result-block p {
  color: #616161;
}

#global-ux .latestOffers .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .title-block {
    text-align: center;
  }
}

#global-ux .latestOffers .result-block .vehicle-sort-block {
  float: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .result-block .vehicle-sort-block {
    width: 100%;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .latestOffers .result-block .offers-post {
  text-align: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .result-block .offers-post {
    text-align: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-post {
    text-align: center;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .latestOffers .result-block .offers-post .overlay-button {
  color: #008CBA;
  cursor: pointer;
}

#global-ux .latestOffers .result-block .offers-post .overlay-button:hover {
  color: #0078a0;
}

#global-ux .latestOffers .result-block .offers-post p {
  display: inline-block;
  margin-right: 5px;
}

#global-ux .latestOffers .result-block .offers-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .result-block .offers-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .latestOffers .result-block .offers-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 24px 45px 0;
  padding: 1.5rem 2.8125rem 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .result-block .offers-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .result-block .offers-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffers .result-block .offers-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffers .result-block .offers-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffers .result-block .offers-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .latestOffers .result-block .offers-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffers .result-block .offers-holder .item-holder {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .latestOffers .result-block .offers-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .latestOffers .result-block .offers-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .latestOffers .result-block .offers-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#global-ux .latestOffers .result-block .offers-holder>h4 {
  margin: 72px 45px 25px;
  margin: 4.5rem 2.8125rem 1.5625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .offers-holder>h4 {
    margin: 35px 25px 20px;
    margin: 2.1875rem 1.5625rem 1.25rem;
  }
}

#global-ux .latestOffers .result-block .filter-btn {
  position: relative;
  width: 50%;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 1px;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .filter-btn {
    display: table-cell;
  }
}

#global-ux .latestOffers .result-block .filter-btn:before {
  content: '\e65a';
  position: absolute;
  font-family: "icomoon";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .result-block .filter-btn:before {
    display: block;
  }
}

#global-ux .latestOffers .filter-active-holder {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

#global-ux .latestOffers .filter-active-holder .number {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .latestOffers .filter-active-holder .number span {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .latestOffers .filter-active-holder .number p {
  margin: 0;
}

#global-ux .latestOffers .filter-active-holder .filter-active {
  margin: 0 0 0 -7px;
}

#global-ux .latestOffers .filter-active-holder .filter-active>span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #f1f1f1;
  color: #2d96cd;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 200;
  padding: 10px 40px 10px 12px;
  padding: .625rem 2.5rem .625rem .75rem;
  margin: 0 0 7px 7px;
  margin: 0 0 .4375rem .4375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .filter-active-holder .filter-active>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 27px 10px 6px;
    padding: .625rem 1.6875rem .625rem .375rem;
  }
}

#global-ux .latestOffers .filter-active-holder .filter-active>span .close-icon {
  top: 9px;
  right: 7px;
}

#global-ux .latestOffers .filter-active-holder .filter-active>span .close-icon:before {
  content: '\e6b3';
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .latestOffers .filter-active-holder .filter-active .reset {
  padding-right: 20px;
  padding-right: 1.25rem;
  cursor: pointer;
}

#global-ux .latestOffers .offers-post {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .latestOffers .offers-post p {
  margin: 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .latestOffers .offers-post a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .filter-panel-mobile {
    display: table;
    width: 100%;
  }
}

#global-ux .latestOffers .dropdown-vehicle-sort {
  float: right;
  min-width: 160px;
  margin-top: 20px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort {
    display: table-cell;
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffers .dropdown-vehicle-sort {
    position: relative !important;
  }
}

#global-ux .latestOffers .dropdown-vehicle-sort label {
  text-align: left;
  position: relative;
  padding: 0 40px 0 15px;
  padding: 0 2.5rem 0 .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort label {
    width: 100%;
    border-color: #e6e6e6;
    padding: 23px 30px 22px 10px;
    padding: 1.4375rem 1.875rem 1.375rem .625rem;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffers .dropdown-vehicle-sort label {
    border-width: 1px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort.active ul {
    position: absolute;
    border-color: #e6e6e6;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort.active ul li {
    border-color: #e6e6e6;
  }
}

#global-ux .latestOffers .dropdown-vehicle-sort .txt {
  position: static;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort .txt {
    white-space: normal;
    height: auto;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .latestOffers .dropdown-vehicle-sort .txt:before {
  position: absolute;
  display: block;
  top: 50%;
  right: 17px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .latestOffers .hide-filter {
  overflow: hidden;
}

#global-ux .latestOffers .hide-filter .search-filter-holder {
  margin-left: -25%;
}

#global-ux .latestOffers .hide-filter .result-block-holder {
  width: 100%;
}

#global-ux .latestOffers .hide-filter .search-filter .hide-button {
  right: -37px;
}

#global-ux .latestOffers .hide-filter .search-filter .hide-button:before {
  color: #2d96cd;
  content: '\e615';
}

#global-ux .latestOffers .hide-filter .result-block-holder .result-block .offers-holder .item {
  width: 25%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .hide-filter .result-block-holder .result-block .offers-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .hide-filter .result-block-holder .result-block .offers-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffers .offer-details {
  border-top: 1px solid #ddd;
}

#global-ux .latestOffers .offer-details .configuration-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block {
    display: block;
  }
}

#global-ux .latestOffers .offer-details .configuration-block .item {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 70px;
  padding: 1.5625rem 4.375rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block .item {
    padding: 25px 3%;
    padding: 1.5625rem 3%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block .item {
    padding: 25px 10px;
    padding: 1.5625rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block .item {
    display: block;
    text-align: center;
    padding: 15px 10px;
    padding: .9375rem .625rem;
  }
}

#global-ux .latestOffers .offer-details .configuration-block .item p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block .item p {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
  }
}

#global-ux .latestOffers .offer-details .configuration-block .item .image-holder {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .latestOffers .offer-details .configuration-block .item .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #616161;
}

#global-ux .latestOffers .offer-details .configuration-block .item .change {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .latestOffers .offer-details .configuration-block .item .price {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

#global-ux .latestOffers .offer-details .option-list {
  list-style: none;
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-details .option-list {
    margin: 0;
  }
}

#global-ux .latestOffers .offer-details .option-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  padding: 0 10px 10px;
  padding: 0 .625rem .625rem;
  color: #616161;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .offer-details .option-list li {
    padding: 0 5px 10px;
    padding: 0 .3125rem .625rem;
  }
}

#global-ux .latestOffers .offer-details .option-list .image-holder {
  min-height: 28px;
  display: table;
  width: 100%;
}

#global-ux .latestOffers .offer-details .option-list .image-holder img {
  width: auto;
}

#global-ux .latestOffers .offer-details .option-list .image-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#global-ux .latestOffers .offer-details .result-block {
  border-top: 1px solid #ddd;
}

#global-ux .latestOffers .offer-bar {
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  background: #1a384e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-bar {
    padding: 10px 20px;
    padding: .625rem 1.25rem;
  }
}

#global-ux .latestOffers .offer-bar ul {
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-bar ul {
    text-align: left;
  }
}

#global-ux .latestOffers .offer-bar ul li {
  display: inline-block;
  padding: 15px 5%;
  padding: .9375rem 5%;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .offer-bar ul li {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-bar ul li {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}

#global-ux .latestOffers .offer-bar ul li:first-child {
  border: none;
}

#global-ux .latestOffers .offer-bar ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

#global-ux .latestOffers .offer-bar ul a:hover {
  color: #A8A8A8;
}

#global-ux .latestOffers .configuration-list-block {
  float: left;
  padding: 70px 0 30px 7%;
  padding: 4.375rem 0 1.875rem 7%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .configuration-list-block {
    padding: 40px 0 20px 40px;
    padding: 2.5rem 0 1.25rem 2.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

#global-ux .latestOffers .configuration-list-block .configuration-list {
  margin: 0;
}

#global-ux .latestOffers .configuration-list-block .configuration-list li {
  color: #616161;
  font-weight: 300;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffers .action-panel-block {
  float: right;
  padding: 70px 6% 30px;
  padding: 4.375rem 6% 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffers .action-panel-block {
    padding: 40px 40px 20px;
    padding: 2.5rem 2.5rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .action-panel-block {
    padding: 0;
  }
}

#global-ux .latestOffers .action-panel {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .action-panel {
    display: none;
  }
}

#global-ux .latestOffers .action-panel li {
  display: inline-block;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffers .action-panel a {
  text-decoration: none;
}

#global-ux .latestOffers .action-panel span {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .latestOffers .action-panel .icon {
  display: block;
  margin: 0 0 4px;
  margin: 0 0 .25rem;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

#global-ux .latestOffers .custom-range-slider {
  height: 2px;
  width: 100%;
  background: #aab6bf;
  position: relative;
}

#global-ux .latestOffers .custom-range-slider .ui-slider-range {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .latestOffers .custom-range-slider .ui-slider-handle {
  position: absolute;
  display: block;
  top: 0px;
  width: 2px;
  height: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1a384e;
  cursor: pointer;
}

#global-ux .latestOffers .custom-range-slider .ui-slider-handle:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: -9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1a384e;
}

#global-ux .latestOffers .custom-range-slider .ui-slider-range {
  position: absolute;
  background: #1a384e;
  height: 2px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .hideForMobile {
    display: none;
  }
}

#global-ux .latestOffers .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .show-mob-only {
    display: block;
  }
}

#global-ux .latestOffers .local-offers .title-holder,
#global-ux .latestOffersModelDetails .local-offers .title-holder {
  position: relative;
  padding: 30px 90px;
  padding: 1.875rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers .title-holder,
  #global-ux .latestOffersModelDetails .local-offers .title-holder {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .latestOffers .local-offers .title-holder:before,
#global-ux .latestOffersModelDetails .local-offers .title-holder:before {
  content: '\e610';
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -19px;
  font-family: "FordGUXFont";
  font-size: 38px;
  line-height: 38px;
  color: #3598ce;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers .title-holder:before,
  #global-ux .latestOffersModelDetails .local-offers .title-holder:before {
    display: none;
  }
}

#global-ux .latestOffers .local-offers .title-holder h4,
#global-ux .latestOffersModelDetails .local-offers .title-holder h4 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers .title-holder h4,
  #global-ux .latestOffersModelDetails .local-offers .title-holder h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

#global-ux .latestOffers .local-offers .form,
#global-ux .latestOffersModelDetails .local-offers .form {
  padding: 0;
}

#global-ux .latestOffers .local-offers .form .title,
#global-ux .latestOffersModelDetails .local-offers .form .title {
  color: #616161;
}

#global-ux .latestOffers .local-offers-holder,
#global-ux .latestOffersModelDetails .local-offers-holder {
  padding: 30px 40px 100px;
  padding: 1.875rem 2.5rem 6.25rem;
  border-top: 1px solid #dbdbdb;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers-holder,
  #global-ux .latestOffersModelDetails .local-offers-holder {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }
}

#global-ux .latestOffers .local-offers-holder .form-textfield,
#global-ux .latestOffersModelDetails .local-offers-holder .form-textfield {
  max-width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers-holder .form-textfield,
  #global-ux .latestOffersModelDetails .local-offers-holder .form-textfield {
    max-width: 100%;
  }
}

#global-ux .latestOffers .local-offers-holder .btn-holder .cta-button,
#global-ux .latestOffersModelDetails .local-offers-holder .btn-holder .cta-button {
  margin: 0;
}

#global-ux .latestOffers .local-offers-holder .btn-holder .cancel,
#global-ux .latestOffersModelDetails .local-offers-holder .btn-holder .cancel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#global-ux .latestOffers .local-offers-disclaimer,
#global-ux .latestOffersModelDetails .local-offers-disclaimer {
  padding: 50px;
  padding: 3.125rem;
  border-top: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers-disclaimer,
  #global-ux .latestOffersModelDetails .local-offers-disclaimer {
    padding: 30px;
    padding: 1.875rem;
  }
}

.ie8 #global-ux .latestOffers .dropdown-vehicle-sort .txt:before {
  top: 30%;
}

.ie8 #global-ux .latestOffers .sortCloseIE8 {
  background: none;
}

.rtl #global-ux .latestOffers .search-filter-holder {
  float: right;
}

.rtl #global-ux .latestOffers .search-filter {
  padding: 63px 18% 40px 30px;
  padding: 3.9375rem 18% 2.5rem 1.875rem;
  border-left: 2px solid #f1f1f1;
  border-right: none;
}

@media (max-width: 1400px) {
  .rtl #global-ux .latestOffers .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .latestOffers .search-filter {
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .latestOffers .search-filter {
    padding: 40px 10px;
    padding: 2.5rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .search-filter {
    padding: 40px 15px;
    padding: 2.5rem .9375rem;
  }
}

.rtl #global-ux .latestOffers .search-filter .hide-button {
  right: auto;
  left: -19px;
}

.rtl #global-ux .latestOffers .search-filter .hide-button:before {
  content: '\e615';
  right: 6px;
  left: auto;
}

.rtl #global-ux .latestOffers .result-block-holder {
  float: left;
}

.rtl #global-ux .latestOffers .result-block .title-block {
  float: right;
}

.rtl #global-ux .latestOffers .result-block .post-block {
  float: left;
}

.rtl #global-ux .latestOffers .result-block .offers-post {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .latestOffers .result-block .offers-post {
    text-align: right;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .result-block .offers-post {
    text-align: center;
  }
}

.rtl #global-ux .latestOffers .result-block .offers-holder .item-holder .label-block {
  right: auto;
  left: 10px;
}

.rtl #global-ux .latestOffers .result-block .filter-btn {
  float: right;
  border-width: 1px 1px 1px 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .result-block .filter-btn {
    float: none;
  }
}

.rtl #global-ux .latestOffers .result-block .filter-btn:before {
  left: 14px;
  right: auto;
}

.rtl #global-ux .latestOffers .dropdown-vehicle-sort {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .dropdown-vehicle-sort {
    float: none;
  }
}

.rtl #global-ux .latestOffers .dropdown-vehicle-sort label {
  text-align: right;
  padding: 0 15px 0 40px;
  padding: 0 .9375rem 0 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .dropdown-vehicle-sort label {
    padding: 23px 20px 22px 40px;
    padding: 1.4375rem 1.25rem 1.375rem 2.5rem;
  }
}

.rtl #global-ux .latestOffers .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 17px;
}

.rtl #global-ux .latestOffers .filter-active-holder .filter-active {
  margin: 0 -7px 0 0;
}

.rtl #global-ux .latestOffers .filter-active-holder .filter-active>span {
  padding: 10px 12px 10px 40px;
  padding: .625rem .75rem .625rem 2.5rem;
  margin: 0 7px 7px 0;
  margin: 0 .4375rem .4375rem 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .filter-active-holder .filter-active>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 6px 10px 27px;
    padding: .625rem .375rem .625rem 1.6875rem;
  }
}

.rtl #global-ux .latestOffers .filter-active-holder .filter-active>span .close-icon {
  right: auto;
  left: 0;
}

.rtl #global-ux .latestOffers .filter-active-holder .filter-active .reset {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.rtl #global-ux .latestOffers .configuration-list-block {
  float: right;
  padding: 70px 7% 30px 0;
  padding: 4.375rem 7% 1.875rem 0;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .latestOffers .configuration-list-block {
    padding: 40px 40px 20px 0;
    padding: 2.5rem 2.5rem 1.25rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

.rtl #global-ux .latestOffers .action-panel-block {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .offer-bar ul {
    text-align: right;
  }
}

.rtl #global-ux .latestOffers .offer-bar ul li {
  border-right: 1px solid #fff;
  border-left: none;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .offer-bar ul li {
    border-right: none;
  }
}

.rtl #global-ux .latestOffers .offer-bar ul li:first-child {
  border: none;
}

.rtl #global-ux .latestOffers .hide-filter .large-3 {
  margin: 0 -25% 0 0;
}

.rtl #global-ux .latestOffers .hide-filter .search-filter .hide-button {
  left: -37px;
  right: auto;
}

.rtl #global-ux .latestOffers .hide-filter .search-filter .hide-button:before {
  content: '\e612';
}

.rtl #global-ux .latestOffers .local-offers .title-holder:before {
  left: auto;
  right: 40px;
}

.rtl #global-ux .latestOffers .local-offers .form .form-textfield {
  width: 100%;
}

#global-ux .latestOffersModelDetails .last-offers-holder.empty {
  padding: 50px;
  min-height: 300px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .hideForMobile {
    display: none;
  }
}

#global-ux .latestOffersModelDetails .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .show-mob-only {
    display: block;
  }
}

#global-ux .latestOffersModelDetails .configuration-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block {
    display: flex;
    flex-direction: column;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 70px;
  padding: 1.5625rem 4.375rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item {
    padding: 25px 3%;
    padding: 1.5625rem 3%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item {
    padding: 25px 10px;
    padding: 1.5625rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item {
    display: block;
    text-align: center;
    padding: 15px 10px;
    padding: .9375rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item.item-image {
  order: 2;
}

#global-ux .latestOffersModelDetails .configuration-block .item.item-name {
  order: 1;
}

#global-ux .latestOffersModelDetails .configuration-block .item.item-common-info {
  order: 3;
}

#global-ux .latestOffersModelDetails .configuration-block .item p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item p {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item .image-holder {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .latestOffersModelDetails .configuration-block .item .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #616161;
}

#global-ux .latestOffersModelDetails .configuration-block .item .change {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item .change {
    float: none;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item .price {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

#global-ux .latestOffersModelDetails .configuration-block .option-list {
  list-style: none;
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .option-list {
    margin: 0;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .option-list li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  padding: 0 10px 10px;
  padding: 0 .625rem .625rem;
  color: #616161;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .option-list li {
    padding: 0 5px 10px;
    padding: 0 .3125rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .option-list .image-holder {
  min-height: 28px;
  display: table;
  width: 100%;
}

#global-ux .latestOffersModelDetails .configuration-block .option-list .image-holder img {
  width: auto;
}

#global-ux .latestOffersModelDetails .configuration-block .option-list .image-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 300;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .location-wrap {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap p {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  font-weight: 300;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .location-wrap p {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap .postcode-span,
#global-ux .latestOffersModelDetails .configuration-block .location-wrap .overlay-button {
  cursor: pointer;
  color: #2d96cd;
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap .change-wrap {
  display: block;
}

#global-ux .latestOffersModelDetails .offer-bar {
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  background: #1a384e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar {
    padding: 10px 20px;
    padding: .625rem 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .offer-bar ul {
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar ul {
    text-align: left;
  }
}

#global-ux .latestOffersModelDetails .offer-bar ul li {
  display: inline-block;
  padding: 15px 5%;
  padding: .9375rem 5%;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar ul li {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar ul li {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}

#global-ux .latestOffersModelDetails .offer-bar ul li:first-child {
  border: none;
}

#global-ux .latestOffersModelDetails .offer-bar ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

#global-ux .latestOffersModelDetails .offer-bar ul a:hover {
  color: #A8A8A8;
}

#global-ux .latestOffersModelDetails .configuration-list-block {
  float: left;
  padding: 70px 0 30px 7%;
  padding: 4.375rem 0 1.875rem 7%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 40px 0 20px 40px;
    padding: 2.5rem 0 1.25rem 2.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-list-block .configuration-list {
  margin: 0;
}

#global-ux .latestOffersModelDetails .configuration-list-block .configuration-list li {
  color: #616161;
  font-weight: 300;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffersModelDetails .action-panel-block {
  float: right;
  padding: 70px 6% 30px;
  padding: 4.375rem 6% 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .action-panel-block {
    padding: 40px 40px 20px;
    padding: 2.5rem 2.5rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .action-panel-block {
    padding: 0;
    float: none;
  }
}

#global-ux .latestOffersModelDetails .action-panel {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .action-panel {
    display: none;
  }
}

#global-ux .latestOffersModelDetails .action-panel li {
  display: inline-block;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffersModelDetails .action-panel a {
  text-decoration: none;
}

#global-ux .latestOffersModelDetails .action-panel span {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .latestOffersModelDetails .action-panel .icon {
  display: block;
  margin: 0 0 4px;
  margin: 0 0 .25rem;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .filter-panel-mobile {
    display: table;
    width: 100%;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
  float: right;
  min-width: 160px;
  margin-top: 20px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    display: table-cell;
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    position: relative !important;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
  text-align: left;
  position: relative;
  padding: 0 40px 0 15px;
  padding: 0 2.5rem 0 .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
    width: 100%;
    border-color: #e6e6e6;
    padding: 23px 40px 22px 20px;
    padding: 1.4375rem 2.5rem 1.375rem 1.25rem;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
    border-width: 1px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort.active ul {
    position: absolute;
    border-color: #e6e6e6;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort.active ul li {
    border-color: #e6e6e6;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt {
  position: static;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt {
    white-space: normal;
    height: auto;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt:before {
  position: absolute;
  display: block;
  top: 50%;
  right: 17px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .latestOffersModelDetails .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .latestOffersModelDetails .result-block p {
  color: #616161;
}

#global-ux .latestOffersModelDetails .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    text-align: center;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicle-sort-block {
  float: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicle-sort-block {
    width: 100%;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .latestOffersModelDetails .result-block .offers-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 40px 45px 20px;
  padding: 2.5rem 2.8125rem 1.25rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item-holder {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .offers-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .latestOffersModelDetails .result-block .offers-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#global-ux .latestOffersModelDetails .result-block .filter-btn {
  position: relative;
  width: 50%;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 1px;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .filter-btn {
    display: table-cell;
  }
}

#global-ux .latestOffersModelDetails .result-block .filter-btn:before {
  content: '\e65a';
  position: absolute;
  font-family: "icomoon";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .filter-btn:before {
    display: block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .offer-bar ul {
    text-align: right;
  }
}

.rtl #global-ux .latestOffersModelDetails .offer-bar ul li {
  border-right: 1px solid #fff;
  border-left: none;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .offer-bar ul li {
    border-right: none;
  }
}

.rtl #global-ux .latestOffersModelDetails .offer-bar ul li:first-child {
  border: none;
}

.rtl #global-ux .latestOffersModelDetails .configuration-list-block {
  float: right;
  padding: 70px 7% 30px 0;
  padding: 4.375rem 7% 1.875rem 0;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 40px 40px 20px 0;
    padding: 2.5rem 2.5rem 1.25rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

.rtl #global-ux .latestOffersModelDetails .action-panel-block {
  float: left;
}

.rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    float: none;
  }
}

.rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
  text-align: right;
  padding: 0 15px 0 40px;
  padding: 0 .9375rem 0 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
    padding: 23px 20px 22px 40px;
    padding: 1.4375rem 1.25rem 1.375rem 2.5rem;
  }
}

.rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 17px;
}

.rtl #global-ux .latestOffersModelDetails .result-block .title-block {
  float: right;
}

.rtl #global-ux .latestOffersModelDetails .result-block .post-block {
  float: left;
}

.rtl #global-ux .latestOffersModelDetails .result-block .offers-post {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .offers-post {
    text-align: right;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .offers-post {
    text-align: center;
  }
}

.rtl #global-ux .latestOffersModelDetails .result-block .offers-holder .item-holder .label-block {
  right: auto;
  left: 10px;
}

.rtl #global-ux .latestOffersModelDetails .result-block .filter-btn {
  float: right;
  border-width: 1px 1px 1px 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .filter-btn {
    float: none;
  }
}

.rtl #global-ux .latestOffersModelDetails .result-block .filter-btn:before {
  left: 14px;
  right: auto;
}

.ie8 #global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt:before {
  top: 30%;
}

.ie8 #global-ux .latestOffersModelDetails .sortCloseIE8 {
  background: none;
}

#global-ux .recently-viewed-section {
  background: #fff;
  text-align: center;
  padding: 1.875rem 0;
}

#global-ux .recently-viewed-section h2.title {
  margin: 0 auto 15px;
  width: 85%;
  color: #626466;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: .25px;
  line-height: normal;
}

@media only screen and (min-width: 48em) {
  #global-ux .recently-viewed-section h2.title {
    margin-bottom: 1.875rem;
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .recently-viewed-section .recently-viewed-desktop {
  display: none;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .item {
  display: inline-block;
  width: 33%;
  padding: 0 1.875rem;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .item img {
  width: 100%;
  height: auto;
}

#global-ux .recently-viewed-section .recently-viewed-slider-mobile>ul {
  list-style: none;
  margin: 0;
}

#global-ux .recently-viewed-section .recently-viewed-slider-mobile .item {
  padding: 0 1.25rem;
}

#global-ux .recently-viewed-section .recently-viewed-slider-mobile .flex-control-nav {
  display: none;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .item,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .item {
  vertical-align: top;
}

#global-ux .recently-viewed-section .recently-viewed-desktop a,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile a {
  text-decoration: none;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .name,
#global-ux .recently-viewed-section .recently-viewed-desktop .title,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .name,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .title {
  display: block;
  font-size: 12px;
  font-size: .75rem;
  font-weight: normal;
  margin: 0 0 .625rem;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .title,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .title {
  color: #626466;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .name,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .name {
  font-weight: 200;
  font-size: 15px;
  font-size: .9375rem;
  line-height: normal;
  text-transform: uppercase;
  margin: .625rem 0 .1875rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .recently-viewed-section .recently-viewed-desktop .title,
  #global-ux .recently-viewed-section .recently-viewed-slider-mobile .title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .recently-viewed-section .recently-viewed-desktop .name,
  #global-ux .recently-viewed-section .recently-viewed-slider-mobile .name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .recently-viewed-section {
    padding: 3.125rem 0 1.875rem;
  }

  #global-ux .recently-viewed-section .recently-viewed-desktop {
    display: block;
  }

  #global-ux .recently-viewed-section .recently-viewed-slider-mobile {
    display: none;
  }
}

#global-ux ul.has-list,
#global-ux .richtext-article ul,
#global-ux .box .sitemap-wrapper .richtext ul,
#global-ux .box .generic-wrapper .richtext ul,
#global-ux .splitter .richtext ul,
.splitter .richtext #global-ux ul {
  list-style: none !important;
  margin-left: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}

#global-ux ul.has-list li,
#global-ux .richtext-article ul li,
#global-ux .box .sitemap-wrapper .richtext ul li,
#global-ux .box .generic-wrapper .richtext ul li,
#global-ux .splitter .richtext ul li,
.splitter .richtext #global-ux ul li {
  position: relative;
  margin-bottom: 10px;
}

#global-ux ul.has-list li:before,
#global-ux .richtext-article ul li:before,
#global-ux .box .sitemap-wrapper .richtext ul li:before,
#global-ux .box .generic-wrapper .richtext ul li:before,
#global-ux .splitter .richtext ul li:before,
.splitter .richtext #global-ux ul li:before {
  position: absolute;
  content: "\2022";
  font-size: 125%;
  margin: -3px 0 10px -15px;
}

.rtl #global-ux ul.has-list,
.rtl #global-ux .richtext-article ul,
.rtl #global-ux .box .sitemap-wrapper .richtext ul,
.rtl #global-ux .box .generic-wrapper .richtext ul,
.rtl #global-ux .splitter .richtext ul,
.splitter .richtext .rtl #global-ux ul {
  margin-right: 2.5rem;
  margin-left: 0;
}

.rtl #global-ux ul.has-list li,
.rtl #global-ux .richtext-article ul li,
.rtl #global-ux .box .sitemap-wrapper .richtext ul li,
.rtl #global-ux .box .generic-wrapper .richtext ul li,
.rtl #global-ux .splitter .richtext ul li,
.splitter .richtext .rtl #global-ux ul li {
  position: relative;
  margin-bottom: 10px;
}

.rtl #global-ux ul.has-list li:before,
.rtl #global-ux .richtext-article ul li:before,
.rtl #global-ux .box .sitemap-wrapper .richtext ul li:before,
.rtl #global-ux .box .generic-wrapper .richtext ul li:before,
.rtl #global-ux .splitter .richtext ul li:before,
.splitter .richtext .rtl #global-ux ul li:before {
  display: none;
}

.rtl #global-ux ul.has-list li:after,
.rtl #global-ux .richtext-article ul li:after,
.rtl #global-ux .box .sitemap-wrapper .richtext ul li:after,
.rtl #global-ux .box .generic-wrapper .richtext ul li:after,
.rtl #global-ux .splitter .richtext ul li:after,
.splitter .richtext .rtl #global-ux ul li:after {
  position: absolute;
  content: "\2022";
  font-size: 80%;
  margin: 3px 0 10px;
  right: -15px;
  top: -2px;
}

.ie8 #global-ux .recently-viewed-section {
  padding: 50px 0 30px;
}

.ie8 #global-ux .recently-viewed-section h2.title {
  margin-bottom: 30px;
  font-size: 40px;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-desktop {
  display: block;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-desktop .title {
  font-size: 18px;
  color: #626466;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-desktop .name {
  font-size: 21px;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-slider-mobile {
  display: none;
}

#global-ux .liveStreamVideo {
  background: #fff;
}

#global-ux .liveStreamVideo .livestreamvideo-player {
  position: relative;
  width: 100%;
  height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player iframe {
  display: block;
  border: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#global-ux .liveStreamVideo .livestreamvideo-player .video-js {
  width: 100%;
  height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .vjs-big-play-button {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .vjs-tech {
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .LiveStreamVideoExperience {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  overflow: hidden;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image a picture {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image a picture:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image a picture:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content picture {
  position: static !important;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image a picture {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image a picture:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image a picture:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image .component-content {
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .livestreamvideo-text,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image .livestreamvideo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 2.6875rem;
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .liveStreamVideo .livestreamvideo-player .start-image .livestreamvideo-text,
  #global-ux .liveStreamVideo .livestreamvideo-player .end-image .livestreamvideo-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 3.9375rem;
  }
}

#global-ux .liveStreamVideo .livestreamvideo-player .livestreamvideo-wrapper {
  text-align: center;
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
}

#global-ux .liveStreamVideo .livestreamvideo-player.auto-play .start-image {
  display: none !important;
}

#global-ux .liveStreamVideo .video-description {
  background: #000;
  padding: .625rem 1.25rem;
}

#global-ux .liveStreamVideo .video-description,
#global-ux .liveStreamVideo .video-description h2 {
  color: #fff;
  font-weight: 200;
}

#global-ux .liveStreamVideo .video-description h2 {
  font-size: 15px;
  font-size: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .liveStreamVideo .video-description h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 1.25rem 2.5rem;
  }
}

.csstransforms #global-ux .overlay-container.overlay-video .overlay-content {
  top: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.liveStreamVideo .outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.liveStreamVideo .outer-container .LiveStreamVideoExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .start-image a .component-content,
.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .end-image a .component-content {
  display: block;
  color: #fff;
  position: relative;
  font-size: 65px;
}

.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .start-image a .component-content:before,
.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .end-image a .component-content:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .start-image a .component-content:before,
.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .end-image a .component-content:before {
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
}

.ie8 #global-ux .liveStreamVideo .video-description {
  padding: 10px 20px;
}

.ie8 #global-ux .liveStreamVideo .video-description h2 {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 20px 40px;
}

.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content img,
.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .end-image .component-content img {
  top: 0;
  left: 0;
  z-index: -1;
}

.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .start-image .livestreamvideo-text,
.ie8 #global-ux .liveStreamVideo .livestreamvideo-player .end-image .livestreamvideo-text {
  left: 0;
  padding: 0 15%;
  margin-top: 70px;
}

@media screen and (min-width: 0\0) {
  #global-ux .liveStreamVideo .livestreamvideo-player .start-image a picture:before {
    display: none;
  }
}

.ie9 #global-ux .liveStreamVideo .livestreamvideo-player .start-image:before {
  color: #fff !important;
  content: "\e632" !important;
  display: block !important;
  font-family: "icomoon" !important;
  font-size: 4.0625rem !important;
  left: 50% !important;
  overflow: visible !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 5 !important;
  zoom: 1 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 0\0) {
  #global-ux .liveStreamVideo .livestreamvideo-player .start-image:before {
    color: #fff !important;
    content: "\e632" !important;
    display: block !important;
    font-family: "icomoon" !important;
    font-size: 4.0625rem !important;
    left: 50% !important;
    overflow: visible !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 5 !important;
    zoom: 1 !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.rtl #global-ux .livestreamvideo-description h5 {
  font-size: 30px;
  font-size: 1.875rem;
}

.rtl #global-ux .livestreamvideo-description p {
  font-size: 20px;
  font-size: 1.25rem;
}

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

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

.icon-request-a-quote:before {
  content: "\e917";
  font-size: 24px;
  font-size: 1.5rem;
}

.sticky-sidebar-component {
  list-style: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
}

.sticky-sidebar-component .icon-video::before {
  font-size: 18px;
  font-size: 1.125rem;
}

.sticky-sidebar-component .icon-plus::before {
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  top: -4px;
}

.sticky-sidebar-component .icon-social-share::before {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: -2px;
}

.sticky-sidebar-component li {
  clear: both;
  pointer-events: auto;
  width: 100%;
}

.sticky-sidebar-component li>span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  font-size: 8px;
  font-size: .5rem;
  background-color: #004b87;
  border-bottom: solid 1px #fff;
  display: block;
  float: left;
  height: 50px;
  line-height: 49px;
  padding-right: 50px;
  text-align: left;
  width: 100%;
  z-index: 9 -2;
}

.sticky-sidebar-component li>span>a {
  color: #fff;
  display: inline-block;
  padding: 0 5px 0 17px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  text-decoration: none !important;
  font-size: 12px;
  font-size: .75rem;
}

.sticky-sidebar-component li>a {
  background-color: #004b87;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  width: 50px;
  z-index: 9 -1;
}

.sticky-sidebar-component li>a>div {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -1px;
  text-align: center;
  width: auto;
}

.sticky-sidebar-component li>a>div::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
}

.sticky-sidebar-component li:hover {
  background-color: #fff;
  color: #000;
}

.sticky-sidebar-component li:hover>span,
.sticky-sidebar-component li:hover>span a,
.sticky-sidebar-component li:hover a {
  background-color: #fff;
  color: #000;
}

.sticky-sidebar-component li.share {
  height: 50px;
  overflow: hidden;
}

.sticky-sidebar-component li.share>span,
.sticky-sidebar-component li.share a {
  border: none;
  color: #fff;
}

.sticky-sidebar-component li.share:hover {
  background-color: transparent;
  color: #fff;
}

.sticky-sidebar-component li.share:hover>span,
.sticky-sidebar-component li.share:hover>span a,
.sticky-sidebar-component li.share:hover a {
  background-color: #004b87;
  color: #fff;
  border: none;
}

.sticky-sidebar-component li .social-share-row {
  height: 50px;
  left: auto;
  position: relative;
  right: 0;
  visibility: visible;
}

.sticky-sidebar-component li .social-share-row a {
  width: 50px !important;
  border-top: 0;
  height: 50px;
  border: none;
  text-decoration: none !important;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.sticky-sidebar-component li .social-share-row a:hover {
  background-color: #fff !important;
  color: #004b87 !important;
}

.sticky-sidebar-component.open li>span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.stickybar-mobile-component {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .sticky-sidebar-component {
    display: none;
  }

  .stickybar-mobile-component {
    background-color: #004b87;
    color: #fff;
    display: block;
  }

  .stickybar-mobile-component .medium-4 {
    border-right: 1px #fff solid;
    width: 33.33%;
  }

  .stickybar-mobile-component .medium-4:last-child {
    border: 0;
  }

  .stickybar-mobile-component .medium-4 .component-content {
    padding: 15px 0;
    text-align: center;
  }

  .stickybar-mobile-component .medium-4 .component-content a {
    color: #fff;
    display: block;
  }

  .stickybar-mobile-component .medium-4 .component-content .image-caption p {
    margin: 10px 0 0 !important;
  }
}

.ie8 .sticky-sidebar-component,
.ie9 .sticky-sidebar-component {
  width: 300px;
}

.ie8 .sticky-sidebar-component li:hover>span,
.ie9 .sticky-sidebar-component li:hover>span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ie8 .sticky-sidebar-component li>span,
.ie8 .sticky-sidebar-component .share span {
  visibility: hidden;
}

.ie8 .sticky-sidebar-component li:hover span,
.ie8 .sticky-sidebar-component li:hover .social-share-row a {
  visibility: visible;
}

.ie8 .sticky-sidebar-component:hover li span {
  visibility: visible;
}

.rtl #global-ux .sticky-sidebar-component.left {
  margin-left: 0;
  left: 0;
  right: inherit;
}

.rtl #global-ux .sticky-sidebar-component.left li>span {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  padding-left: 50px;
  padding-right: 0;
  text-align: right;
}

.rtl #global-ux .sticky-sidebar-component.left li>span>a {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.rtl #global-ux .sticky-sidebar-component.left li>a {
  left: 0;
  right: inherit;
}

.rtl #global-ux .sticky-sidebar-component.left li>a .icon-video:before {
  margin-left: -2px;
}

.rtl #global-ux .sticky-sidebar-component.left .share>span {
  padding-right: 0;
  padding-left: 12px;
}

.rtl #global-ux .sticky-sidebar-component.left .share .social-share-row {
  padding-left: 41px;
}

.rtl #global-ux .sticky-sidebar-component.left .share .social-share-row>a {
  float: right;
}

.rtl #global-ux .sticky-sidebar-component.open li>span {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
}

.rtl #global-ux .share-wrapper {
  direction: rtl;
  left: 30%;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .show-arrows .carousel-arrows {
  display: block;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .hide-arrows .carousel-arrows {
  display: none;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .desktopAndMobile .flex-control-nav {
  display: block;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyDesktop .flex-control-nav {
  display: block;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyDesktop .flex-control-nav {
    display: none;
  }
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyMobile .flex-control-nav {
  display: none;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyMobile .flex-control-nav {
    display: block;
  }
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .carousel-slide p {
  color: #616161;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .carousel-slide .carousel-slide-inner {
  padding: 0 5px 0 70px;
}

@media screen and (max-width: 767px) {
  #global-ux .common-box .mediaCarousel .offer-mediaCarousel .carousel-slide .carousel-slide-inner {
    padding: 0 10px;
  }
}

#global-ux .partnerLoginForm .partner-login {
  padding: 0 0 30px;
  background: #fff;
}

#global-ux .partnerLoginForm .partner-login .partner-login-container {
  max-width: 720px;
}

#global-ux .partnerLoginForm .search-holder {
  background: #f7f7f7;
}

#global-ux .partnerLoginForm #partner-login-form {
  background: #f7f7f7;
}

@media only screen and (min-width: 992px) {
  #global-ux .partnerLoginForm #partner-login-form {
    width: 90%;
    margin: 0 auto;
  }

  #global-ux .partnerLoginForm #partner-login-form .search-button {
    width: 100%;
  }
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-textfield {
  padding: 0;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-textfield span.title {
  display: none;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form small.error {
  font-size: 11px;
  font-size: .6875rem;
  font-style: normal;
  background: transparent;
  color: #f34c32;
  padding: 6px 0 0 0;
  margin: 0;
  text-transform: none;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form small.error.error-top {
  margin-top: -22px;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-recaptcha {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-recaptcha .input-field input[type="text"] {
  float: left;
  width: 40%;
  margin-right: 10px;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-recaptcha .input-field .captcha-wrap {
  float: left;
  width: 54%;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-recaptcha .input-field #imgRecaptcha {
  width: 80%;
  float: left;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-recaptcha .input-field .captcha-refresh {
  display: block;
  float: right;
  padding-top: 8px;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-recaptcha .input-field.error:before {
  display: none;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-submit {
  width: 100%;
  padding-top: 0;
}

#global-ux .partnerLoginForm #partner-login-form.custom-partner-form .form-submit .cta-button {
  padding: .75rem 1.25rem;
  min-width: 100%;
  width: 100%;
}

#global-ux .partnerLoginForm #partner-login-form .search-input {
  margin: 1.0625rem -.875rem .625rem;
}

#global-ux .partnerLoginForm #partner-login-form .form-textfield {
  margin-bottom: 0;
}

#global-ux .partnerLoginForm .sign-in-description {
  font-size: 14px;
  font-size: .875rem;
  color: #868686;
}

#global-ux .partnerLoginForm .sign-in-description p {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 0;
}

#global-ux .partnerLoginForm .sign-in-description a {
  color: inherit;
  text-decoration: underline;
}

#global-ux .partnerLoginForm .sign-in-description a:hover {
  opacity: .7;
}

#global-ux .partnerLoginForm .sign-in-description.bold {
  font-weight: bold;
}

.pnlm-hotspot {
  height: 20px;
  width: 20px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse 2s .25s ease-out infinite;
  -moz-animation: pulse 2s .25s ease-out infinite;
  -o-animation: pulse 2s .25s ease-out infinite;
  animation: pulse 2s .25s ease-out infinite;
}

@keyframes pulse {
  from {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 0 rgba(0,0,0,0.3),0 0 3px 3px rgba(255,255,255,0);
  }

  10% {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0.4),0 0 12px 10px rgba(0,0,0,0.3),0 0 12px 14px rgba(255,255,255,0.4);
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 30px rgba(0,0,0,0.3),0 0 3px 33px rgba(255,255,255,0);
  }
}

@media screen and (min-width: 768px) {
  .pnlm-hotspot:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 50px 60px;
}

#global-ux section#countdown {
  background-color: #1e1e1e;
  height: 330px;
  padding: 50px 80px 80px;
  text-align: center;
}

#global-ux section#countdown .headline {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

#global-ux section#countdown .timer {
  color: white;
  position: relative;
}

#global-ux section#countdown .timer p {
  display: inline-block;
  width: 145px;
  text-align: center;
}

#global-ux section#countdown .timer p span {
  display: block;
  top: 15px;
}

#global-ux section#countdown .timer p .numbers {
  font-family: "Antenna",Arial,Helvetica,'PT Sans Narrow';
  font-size: 64px;
  font-size: 4rem;
  padding: 0 5px;
  font-weight: 100;
}

#global-ux section#countdown .timer p .units {
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  top: -20px;
  font-family: "Antenna",Arial,Helvetica,'Arial Narrow',Arial;
  text-transform: uppercase;
  font-weight: 100;
}

#global-ux section#countdown .timer p #s {
  margin-left: -5px;
}

#global-ux section#countdown .timer p.timer-colon {
  display: inline-block;
  font-family: "Antenna",Arial,Helvetica,'PT Sans Narrow';
  font-size: 50px;
  font-size: 3.125rem;
  vertical-align: top;
  width: auto;
  margin: 0;
}

#global-ux section#countdown .timer-footer {
  font-size: 14px;
  font-size: .875rem;
  color: #008ec3;
  text-transform: uppercase;
  font-weight: 300;
}

#global-ux section#countdown .timer-footer p {
  line-height: 1;
}

#global-ux section#countdown .timer-footer a {
  text-indent: -99999px;
  text-decoration: none;
  margin: 0 5px;
}

#global-ux section#countdown .timer-footer .share-text {
  display: inline;
  position: relative;
  top: -4px;
}

#global-ux section#countdown .timer-footer .facebook,
#global-ux section#countdown .timer-footer .twitter,
#global-ux section#countdown .timer-footer .instagram {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  font-size: 1.625rem;
  text-indent: -999999px;
}

#global-ux section#countdown .timer-footer .twitter {
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux section#countdown .timer-footer .instagram {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  top: 2px;
}

#global-ux section#countdown .timer-footer .facebook:before {
  content: "\f09a";
}

#global-ux section#countdown .timer-footer .twitter:before {
  content: "\f099";
}

#global-ux section#countdown .timer-footer .instagram:before {
  content: "\e916";
}

@media only screen and (max-width: 47.9375em) {
  #global-ux section#countdown {
    padding: 30px 20px;
    height: auto;
  }

  #global-ux section#countdown .timer p {
    width: 68px;
  }

  #global-ux section#countdown .timer p .numbers {
    font-size: 28px;
    font-size: 1.75rem;
  }

  #global-ux section#countdown .timer p.timer-colon {
    font-size: 28px;
    font-size: 1.75rem;
  }

  #global-ux section#countdown .timer p .units {
    font-size: 12px;
    font-size: .75rem;
    display: inline-block;
    padding-top: 15px;
    margin: 0;
  }

  #global-ux section#countdown .timer-footer .share-text {
    top: -6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux section#countdown {
    padding: 30px 20px;
    height: auto;
  }

  #global-ux section#countdown .timer p {
    width: 115px;
  }
}

#global-ux .vehiclemodel .vmtitle {
  padding: 0px 60px 0px 60px;
  padding: 0rem 3.75rem 0rem 3.75rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .vmtitle {
    padding: 0px 15px 0px;
    padding: 0rem .9375rem 0rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .vmtitle {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .cttitle {
    text-align: center;
  }
}

#global-ux .vehiclemodel .last-vehicles-holder.empty {
  padding: 50px;
  min-height: 300px;
}

#global-ux .vehiclemodel .row,
#global-ux .vehiclemodel .genericCarousel,
#global-ux .vehiclemodel .dynamicCarousel,
#global-ux .vehiclemodel .billboardCarousel,
#global-ux .vehiclemodel .mediaCarousel,
#global-ux .vehiclemodel .accessoriesTile,
#global-ux .vehiclemodel .mediaCarousel .media-carousel,
#global-ux .mediaCarousel .vehiclemodel .media-carousel,
#global-ux .vehiclemodel .threesixtyColouriser {
  overflow: hidden;
}

#global-ux .vehiclemodel .vehicles-disclaimer-link {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  position: relative;
}

#global-ux .vehiclemodel .latest-vehicles-title {
  padding: 15px 90px;
  padding: .9375rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .latest-vehicles-title {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .vehiclemodel .search-filter-holder {
  float: left;
  width: 25%;
  background: #fafafa;
  border-right: 2px solid #f1f1f1;
  margin: 0 0 -9999px;
  padding: 0 0 9999px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter-holder {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#global-ux .vehiclemodel .search-filter {
  position: relative;
  padding: 63px 30px 40px 18%;
  padding: 3.9375rem 1.875rem 2.5rem 18%;
}

@media (max-width: 1400px) {
  #global-ux .vehiclemodel .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter {
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .search-filter {
    padding: 40px 10px;
    padding: 2.5rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter {
    display: none;
    padding: 40px 15px;
    padding: 2.5rem .9375rem;
  }
}

#global-ux .vehiclemodel .search-filter .title {
  display: block;
  font-weight: 200;
  padding: 0 5px;
  padding: 0 .3125rem;
  color: #616161;
}

#global-ux .vehiclemodel .search-filter .clearfix {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter .clearfix {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .vehiclemodel .search-filter .hide-button {
  position: absolute;
  top: 5px;
  right: -19px;
  width: 35px;
  height: 35px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  border: 1px solid #f6f6f6;
}

#global-ux .vehiclemodel .search-filter .hide-button:before {
  content: '\e612';
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 6px;
  color: #2d96cd;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .hide-button {
    display: none;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder {
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0 5px;
  padding: 0 .3125rem;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder .custom-radio+.checked {
  background: #193145;
  border-color: #193145;
  color: #fff;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #1a384e;
  font-weight: 200;
  font-size: 13px;
  font-size: .8125rem;
  padding: 15px 5px;
  padding: .9375rem .3125rem;
  line-height: 1.5;
  color: #616161;
  white-space: nowrap;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 11px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 13px;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label:before {
  display: none;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
  width: 33.3333%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section.col-50 .filter-radio-holder {
  width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .vehiclemodel .search-filter .models-filter-section {
  padding-bottom: 0;
  border-bottom: none;
}

#global-ux .vehiclemodel .search-filter .price-filter-holder {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .price-filter-holder {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .vehiclemodel .search-filter .price-filter {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter .price-filter {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .vehiclemodel .search-filter .price-filter .result-holder {
  text-align: center;
  padding: 35px 0 0;
  padding: 2.1875rem 0 0;
}

#global-ux .vehiclemodel .search-filter .price-filter .result-holder span {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fafafa;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head {
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 2px solid #cacaca;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .cancel-btn,
#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .number,
#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
  height: 100%;
  line-height: 45px;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  text-align: right;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .number {
  text-align: center;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .number span {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-inner {
  padding: 70px 15px 5px;
  height: 100%;
  overflow: auto;
}

#global-ux .vehiclemodel .result-block-holder {
  float: right;
  width: 75%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block-holder {
    width: 100%;
  }
}

#global-ux .vehiclemodel .result-block-holder .result-block .vehicles-holder .item {
  width: 33.33%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block-holder .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .vehiclemodel .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .vehiclemodel .result-block p {
  color: #616161;
}

#global-ux .vehiclemodel .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .title-block {
    text-align: center;
  }
}

#global-ux .vehiclemodel .result-block .vehicle-sort-block {
  float: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .vehicle-sort-block {
    width: 100%;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-post {
  text-align: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-post {
    text-align: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-post {
    text-align: center;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-post .overlay-button {
  color: #008CBA;
  cursor: pointer;
}

#global-ux .vehiclemodel .result-block .vehicles-post .overlay-button:hover {
  color: #0078a0;
}

#global-ux .vehiclemodel .result-block .vehicles-post p {
  display: inline-block;
  margin-right: 5px;
}

#global-ux .vehiclemodel .result-block .vehicles-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 24px 45px 0;
  padding: 1.5rem 2.8125rem 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    width: 100%;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item .starting-price {
  font-size: 13px;
  color: #777;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#global-ux .vehiclemodel .result-block .vehicles-holder>h4 {
  margin: 72px 45px 25px;
  margin: 4.5rem 2.8125rem 1.5625rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder>h4 {
    margin: 0px 15px 0px;
    margin: 0rem .9375rem 0rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder>h4 {
    margin: 35px 10px 20px;
    margin: 2.1875rem .625rem 1.25rem;
  }
}

#global-ux .vehiclemodel .filter-active-holder {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

#global-ux .vehiclemodel .filter-active-holder .number {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .vehiclemodel .filter-active-holder .number span {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .vehiclemodel .filter-active-holder .number p {
  margin: 0;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active {
  margin: 0 0 0 -7px;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active a>span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #f1f1f1;
  color: #2d96cd;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 200;
  padding: 10px 40px 10px 12px;
  padding: .625rem 2.5rem .625rem .75rem;
  margin: 0 0 7px 7px;
  margin: 0 0 .4375rem .4375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .filter-active-holder .filter-active a>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 27px 10px 6px;
    padding: .625rem 1.6875rem .625rem .375rem;
  }
}

#global-ux .vehiclemodel .filter-active-holder .filter-active a>span .close-icon {
  top: 9px;
  right: 7px;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active a>span .close-icon:before {
  content: '\e6b3';
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active .reset {
  padding-right: 20px;
  padding-right: 1.25rem;
  cursor: pointer;
}

#global-ux .vehiclemodel .vehicles-post {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .vehiclemodel .vehicles-post p {
  margin: 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .vehiclemodel .vehicles-post a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .filter-panel-mobile {
    display: table;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .hideForMobile {
    display: none;
  }
}

#global-ux .vehiclemodel .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .show-mob-only {
    display: block;
  }
}

.ie8 #global-ux .latestOffers .dropdown-vehicle-sort .txt:before {
  top: 30%;
}

.ie8 #global-ux .latestOffers .sortCloseIE8 {
  background: none;
}

.rtl #global-ux .vehiclemodel .search-filter-holder {
  float: right;
}

.rtl #global-ux .vehiclemodel .result-block-holder {
  float: left;
}

.rtl #global-ux .vehiclemodel .result-block .title-block {
  float: right;
}

.rtl #global-ux .vehiclemodel .result-block .vehicles-holder .item-holder .label-block {
  right: auto;
  left: 10px;
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active {
  margin: 0 -7px 0 0;
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active>span {
  padding: 10px 12px 10px 40px;
  padding: .625rem .75rem .625rem 2.5rem;
  margin: 0 7px 7px 0;
  margin: 0 .4375rem .4375rem 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehiclemodel .filter-active-holder .filter-active>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 6px 10px 27px;
    padding: .625rem .375rem .625rem 1.6875rem;
  }
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active>span .close-icon {
  right: auto;
  left: 0;
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active .reset {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.rtl #global-ux .vehiclemodel .action-panel-block {
  float: left;
}

.rtl #global-ux .vehiclemodel .hide-filter .large-3 {
  margin: 0 -25% 0 0;
}

.rtl #global-ux .vehiclemodel .hide-filter .search-filter .hide-button {
  left: -37px;
  right: auto;
}

.rtl #global-ux .vehiclemodel .hide-filter .search-filter .hide-button:before {
  content: '\e612';
}

.rtl #global-ux .vehiclemodel .local-vehicles .title-holder:before {
  left: auto;
  right: 40px;
}

.rtl #global-ux .vehiclemodel .local-vehicles .form .form-textfield {
  width: 100%;
}

#global-ux .latestOffersModelDetails .last-vehicles-holder.empty {
  padding: 50px;
  min-height: 300px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .hideForMobile {
    display: none;
  }
}

#global-ux .latestOffersModelDetails .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .show-mob-only {
    display: block;
  }
}

#global-ux .latestOffersModelDetails .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .latestOffersModelDetails .result-block p {
  color: #616161;
}

#global-ux .latestOffersModelDetails .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    text-align: center;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 40px 45px 20px;
  padding: 2.5rem 2.8125rem 1.25rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

.ie8 #global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt:before {
  top: 30%;
}

.ie8 #global-ux .latestOffersModelDetails .sortCloseIE8 {
  background: none;
}

/*# sourceMappingURL=../../none */