@charset "UTF-8";
html {
  height: 100%;
}
body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
.moto-color1 {
  color: #d10546;
}
.moto-color1_1 {
  color: #9f0435;
}
.moto-color1_2 {
  color: #b8043e;
}
.moto-color1_3 {
  color: #d10546;
}
.moto-color1_4 {
  color: #ea064e;
}
.moto-color1_5 {
  color: #f9105a;
}
.moto-color2 {
  color: #2e2e2e;
}
.moto-color2_1 {
  color: #141414;
}
.moto-color2_2 {
  color: #212121;
}
.moto-color2_3 {
  color: #2e2e2e;
}
.moto-color2_4 {
  color: #3b3b3b;
}
.moto-color2_5 {
  color: #474747;
}
.moto-color3 {
  color: #555555;
}
.moto-color3_1 {
  color: #3b3b3b;
}
.moto-color3_2 {
  color: #474747;
}
.moto-color3_3 {
  color: #555555;
}
.moto-color3_4 {
  color: #616161;
}
.moto-color3_5 {
  color: #6e6e6e;
}
.moto-color4 {
  color: #dddddd;
}
.moto-color4_1 {
  color: #c4c4c4;
}
.moto-color4_2 {
  color: #d1d1d1;
}
.moto-color4_3 {
  color: #dddddd;
}
.moto-color4_4 {
  color: #ebebeb;
}
.moto-color4_5 {
  color: #f7f7f7;
}
.moto-color5 {
  color: #f2f2f2;
}
.moto-color5_1 {
  color: #d9d9d9;
}
.moto-color5_2 {
  color: #e6e6e6;
}
.moto-color5_3 {
  color: #f2f2f2;
}
.moto-color5_4 {
  color: #ffffff;
}
.moto-color5_5 {
  color: #ffffff;
}
.moto-color_custom1 {
  color: #000000;
}
.moto-color_custom2 {
  color: #ffffff;
}
.moto-color_custom3 {
  color: #333333;
}
.moto-color_custom4 {
  color: #777777;
}
.moto-color_custom5 {
  color: #46c646;
}
.moto-bg-color1 {
  background: #d10546;
}
.moto-bg-color1_1 {
  background: #9f0435;
}
.moto-bg-color1_2 {
  background: #b8043e;
}
.moto-bg-color1_3 {
  background: #d10546;
}
.moto-bg-color1_4 {
  background: #ea064e;
}
.moto-bg-color1_5 {
  background: #f9105a;
}
.moto-bg-color2 {
  background: #2e2e2e;
}
.moto-bg-color2_1 {
  background: #141414;
}
.moto-bg-color2_2 {
  background: #212121;
}
.moto-bg-color2_3 {
  background: #2e2e2e;
}
.moto-bg-color2_4 {
  background: #3b3b3b;
}
.moto-bg-color2_5 {
  background: #474747;
}
.moto-bg-color3 {
  background: #555555;
}
.moto-bg-color3_1 {
  background: #3b3b3b;
}
.moto-bg-color3_2 {
  background: #474747;
}
.moto-bg-color3_3 {
  background: #555555;
}
.moto-bg-color3_4 {
  background: #616161;
}
.moto-bg-color3_5 {
  background: #6e6e6e;
}
.moto-bg-color4 {
  background: #dddddd;
}
.moto-bg-color4_1 {
  background: #c4c4c4;
}
.moto-bg-color4_2 {
  background: #d1d1d1;
}
.moto-bg-color4_3 {
  background: #dddddd;
}
.moto-bg-color4_4 {
  background: #ebebeb;
}
.moto-bg-color4_5 {
  background: #f7f7f7;
}
.moto-bg-color5 {
  background: #f2f2f2;
}
.moto-bg-color5_1 {
  background: #d9d9d9;
}
.moto-bg-color5_2 {
  background: #e6e6e6;
}
.moto-bg-color5_3 {
  background: #f2f2f2;
}
.moto-bg-color5_4 {
  background: #ffffff;
}
.moto-bg-color5_5 {
  background: #ffffff;
}
.moto-bg-color_custom1 {
  background: #000000;
}
.moto-bg-color_custom2 {
  background: #ffffff;
}
.moto-bg-color_custom3 {
  background: #333333;
}
.moto-bg-color_custom4 {
  background: #777777;
}
.moto-bg-color_custom5 {
  background: #46c646;
}
.moto-widget {
  position: relative;
}
.moto-widget-cover,
.frame-empty {
  display: none;
}
@media screen and (min-width: 767px) {
  .moto-widget-row .container-fluid:after,
  .moto-widget-row .container-fluid:before,
  .moto-widget-block .container-fluid:after,
  .moto-widget-block .container-fluid:before {
    display: block;
  }
  .moto-widget-row .row,
  .moto-widget-block .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .moto-widget-row .row:after,
  .moto-widget-row .row:before,
  .moto-widget-block .row:after,
  .moto-widget-block .row:before {
    display: block;
  }
  .moto-widget-row.moto-justify-content_center > .container-fluid > .row > .moto-cell,
  .moto-widget-row.moto-justify-content_bottom > .container-fluid > .row > .moto-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .moto-widget-row.moto-justify-content_center .moto-widget-row,
  .moto-widget-row.moto-justify-content_center .moto-widget-image,
  .moto-widget-row.moto-justify-content_center .moto-widget-menu,
  .moto-widget-row.moto-justify-content_center .moto-widget-social-links,
  .moto-widget-row.moto-justify-content_bottom .moto-widget-row,
  .moto-widget-row.moto-justify-content_bottom .moto-widget-image,
  .moto-widget-row.moto-justify-content_bottom .moto-widget-menu,
  .moto-widget-row.moto-justify-content_bottom .moto-widget-social-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .moto-widget-row.moto-justify-content_center > .container-fluid > .row > .moto-cell {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .moto-widget-row.moto-justify-content_bottom > .container-fluid > .row > .moto-cell {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
.row-fixed .container-fluid {
  margin-left: auto;
  margin-right: auto;
}
.row-gutter-0 .container-fluid,
.row-gutter-0 .moto-cell {
  padding-left: 0;
  padding-right: 0;
}
.row-gutter-0 .row {
  margin-left: 0;
  margin-right: 0;
}
.moto-widget-row > .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1039px) {
  .moto-parallax {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1039px) {
  .moto-background-fixed {
    background-attachment: fixed;
  }
}
.moto-widget-text-content {
  padding: 0 1px;
}
.moto-align-left {
  text-align: left;
}
.moto-align-center {
  text-align: center;
}
.moto-align-right {
  text-align: right;
}
@media screen and (max-width: 1039px) {
  .moto-visible-on_desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .moto-visible-on_tablet {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .moto-visible-on_mobile-h {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  .moto-align-left_tablet {
    text-align: left;
  }
  .moto-align-center_tablet {
    text-align: center;
  }
  .moto-align-right_tablet {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .moto-align-left_mobile-h {
    text-align: left;
  }
  .moto-align-center_mobile-h {
    text-align: center;
  }
  .moto-align-right_mobile-h {
    text-align: right;
  }
}
@media screen and (max-width: 479px) {
  .moto-align-left_mobile-v {
    text-align: left;
  }
  .moto-align-center_mobile-v {
    text-align: center;
  }
  .moto-align-right_mobile-v {
    text-align: right;
  }
}
.moto-widget-button .moto-widget-button-link {
  display: inline-block;
  cursor: pointer;
}
.moto-widget-button .moto-widget-theme-icon {
  display: none;
}
.moto-widget-button button {
  background: none;
  border: none;
  font: inherit;
  outline: none;
}
.moto-widget-text ul,
.moto-widget-text ol {
  list-style-type: none;
}
.moto-widget-divider {
  font-size: 0;
}
.moto-widget-divider .moto-widget-divider-line {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.moto-widget-social-links {
  font-size: 0;
}
.moto-widget-social-links .moto-widget-social-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.moto-widget-social-links .moto-widget-social-links-item {
  display: inline-block;
  list-style: none;
}
.moto-widget-social-links .moto-widget-social-links-item.moto-widget-social-links-item_hidden {
  display: none;
}
.moto-widget-social-links .moto-widget-social-links-link {
  display: inline-block;
}
.moto-widget-social-links .moto-widget-social-links-link:hover {
  text-decoration: none;
}
.moto-widget-image {
  font-size: 0;
}
.moto-widget-image .moto-widget-image-link {
  display: inline-block;
}
.moto-widget-image .moto-widget-image-link:hover {
  zoom: 1;
}
.moto-widget-image .moto-widget-image-picture {
  width: 100%;
  max-width: 100%;
}
.moto-widget-image.moto-widget-image_empty {
  display: none;
}
.moto-widget-menu .moto-widget-menu-toggle-btn {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-toggle-btn {
    display: inline-block;
  }
}
.moto-widget-menu.moto-align-right .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  left: -100%;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
    display: block;
    padding: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    display: block;
    margin: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    width: 100%;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    position: static;
    display: block;
    padding: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item {
    width: auto;
    max-width: 100%;
  }
}
.moto-widget-menu .moto-widget-menu-list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0;
    display: none;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item {
  display: inline-block;
  position: relative;
}
.moto-widget-menu .moto-widget-menu-sublist {
  display: none;
  position: absolute;
  left: 0;
  z-index: 500;
}
.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item {
  display: block;
}
.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  left: 100%;
  top: 0;
}
.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-link {
  position: relative;
  display: block;
}
.moto-widget-menu .moto-widget-menu-item:hover > .moto-widget-menu-sublist {
  display: block;
}
.moto-widget-map .moto-widget-map-frame {
  display: block;
  pointer-events: none;
  width: 100%;
  border: 0;
}
.moto-widget-map .moto-widget-map-frame.moto-widget-map-frame_active {
  pointer-events: auto;
}
.moto-widget-iframe .moto-widget-iframe-frame {
  display: block;
}
.moto-widget-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.moto-widget-video .video-container .video-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  width: 100%;
  overflow: hidden;
}
.moto-widget-contact_form .moto-widget-contact_form-group {
  position: relative;
}
.moto-widget-contact_form .moto-widget-contact_form-field {
  display: block;
  width: 100%;
}
.moto-widget-contact_form .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  resize: none;
}
@-webkit-keyframes defaultLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes defaultLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.moto-widget-slideshare .moto-widget-slideshare-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.moto-widget-slideshare .moto-widget-slideshare-container .moto-widget-slideshare-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.moto-widget-facebook_page_plugin .fb-page {
  overflow-y: hidden;
  max-width: 100%;
}
.moto-widget-sound_cloud .moto-widget-sound_cloud-container {
  line-height: 0;
  font-size: 0;
}
.moto-widget-sound_cloud .moto-widget-sound_cloud-iframe {
  width: 100%;
  border: 0;
}
.moto-widget-slider .moto-widget-empty {
  display: none;
}
.moto-widget-slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.moto-widget-slider .bx-viewport {
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.moto-widget-slider .bx-caption {
  position: absolute;
  text-align: left;
}
.moto-widget-slider .bx-pager,
.moto-widget-slider .bx-controls-auto {
  width: 100%;
}
.moto-widget-slider .bx-loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
}
.moto-widget-slider .bx-pager {
  text-align: center;
}
.moto-widget-slider .bx-pager .bx-pager-item,
.moto-widget-slider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.moto-widget-slider .bx-pager.bx-default-pager a {
  display: block;
  outline: 0;
}
.moto-widget-slider .bx-controls-direction a {
  position: absolute;
  outline: 0;
  z-index: 9999;
}
.moto-widget-slider .bx-controls-direction a.bx-prev.disabled,
.moto-widget-slider .bx-controls-direction a.bx-next.disabled {
  display: none;
}
.moto-widget-slider .bx-controls-auto {
  text-align: center;
}
.moto-widget-slider .bx-controls-auto .bx-start,
.moto-widget-slider .bx-controls-auto .bx-stop {
  display: block;
  outline: 0;
}
.moto-widget-slider li {
  text-align: center;
  width: 100%;
}
.moto-widget-slider li img {
  width: 100%;
  display: inline-block;
}
.moto-widget-slider li:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.moto-widget-slider.moto-widget-slider-loader .bx-controls,
.moto-widget-slider.moto-widget-slider-loader .bx-caption {
  visibility: hidden;
}
.moto-widget-slider.moto-widget-slider-loader li {
  position: absolute;
  list-style: none;
}
.moto-widget-slider.moto-widget-slider-loader li img {
  visibility: hidden;
}
.moto-widget-slider.moto-widget-slider-loader li:first-child {
  position: relative !important;
  min-height: 80px;
}
.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 5px solid;
  border-top-color: rgba(24,27,39,0.2);
  border-right-color: rgba(24,27,39,0.2);
  border-bottom-color: rgba(24,27,39,0.2);
  border-left-color: #181b27;
  -webkit-animation: defaultLoader 1.1s infinite linear;
  animation: defaultLoader 1.1s infinite linear;
}
@-webkit-keyframes defaultCarouselLoader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    left: 0;
    opacity: 1;
  }
  12.5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    left: 0;
  }
  37.5% {
    left: 18px;
  }
  50% {
    left: 18px;
  }
  62.5% {
    left: 36px;
  }
  75% {
    left: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  87.5% {
    left: 36px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    left: 36px;
    opacity: 0;
  }
}
@keyframes defaultCarouselLoader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    left: 0;
    opacity: 1;
  }
  12.5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    left: 0;
  }
  37.5% {
    left: 18px;
  }
  50% {
    left: 18px;
  }
  62.5% {
    left: 36px;
  }
  75% {
    left: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  87.5% {
    left: 36px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    left: 36px;
    opacity: 0;
  }
}
.moto-widget-carousel .carousel-empty {
  display: none;
}
.moto-widget-carousel .moto-widget-carousel-item img {
  width: 100%;
}
.moto-widget-carousel .moto-widget-carousel-item .moto-widget-carousel-link {
  width: 100%;
  display: inline-block;
}
.moto-widget-carousel .loading-block {
  display: none;
}
.moto-widget-carousel.moto-widget-carousel-loader .bx-controls {
  display: none;
}
.moto-widget-carousel.moto-widget-carousel-loader .moto-widget-carousel-item {
  position: absolute;
  list-style: none;
  visibility: hidden;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-block {
  display: block;
  height: 40px;
  width: 46px;
  margin: 0 auto;
  position: relative;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle {
  position: absolute;
  opacity: 0;
  top: 16px;
  text-align: center;
  -webkit-animation: defaultCarouselLoader 1.25s linear infinite;
  animation: defaultCarouselLoader 1.25s linear infinite;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d2f3a;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(2) {
  -webkit-animation-delay: 0.3125s;
  animation-delay: 0.3125s;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(3) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(4) {
  -webkit-animation-delay: 0.9375s;
  animation-delay: 0.9375s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .moto-widget-grid-gallery-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption.caption-visible {
  display: block;
  opacity: 1;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption-empty {
  visibility: hidden;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .entry-visible {
  opacity: 1;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner > span {
  display: inline-block;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
.moto-widget-social-buttons .social-buttons-list .social-button {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 5px 0;
}
.moto-widget-social-buttons .social-buttons-list .social-button:last-child {
  margin-right: 0;
}
.moto-widget-blog-recent_posts .moto-widget-blog-recent_posts-list {
  list-style-type: none;
}
.moto-widget-blog-recent_posts .moto-widget-blog-recent_posts-list .moto-widget-blog-recent_posts-item:last-child .moto-widget-text {
  padding-bottom: 0;
}
.moto-widget-blog-post_list .moto-blog-posts-list,
.moto-widget-blog-post_list .moto-pagination-pager {
  list-style-type: none;
}
.moto-widget-blog-post_published_on .moto-widget-blog-post_published_on-icon {
  margin-right: 10px;
}
.moto-widget-blog-post-author-icon {
  margin-right: 10px;
}
.moto-widget-pagination .moto-pagination-group {
  list-style: none;
  float: left;
  cursor: default;
}
.moto-widget-pagination .moto-pagination-group:last-child .moto-pagination-item:last-child {
  margin-right: 0;
}
.moto-widget-pagination .moto-pagination-item {
  line-height: 0;
  float: left;
  text-align: center;
}
.moto-widget-pagination .moto-pagination-item-control {
  line-height: 0;
}
.moto-widget-pagination .moto-pagination-link {
  padding: 0 0.75em;
  display: table;
}
.moto-widget-pagination .moto-pagination-link .moto-pagination-link-icon {
  font-size: 1.42em;
  line-height: 0;
  height: 0;
  padding-top: 0.039em;
}
.moto-widget-pagination .moto-pagination-link-text {
  display: table-cell;
  vertical-align: middle;
}
.moto-widget-pagination ul {
  list-style: none;
  display: inline-block;
}
.moto-widget-pagination li {
  line-height: 0;
  float: left;
  text-align: center;
}
.moto-widget-pagination a {
  padding: 0 0.75em;
  display: table;
}
.moto-widget-pagination a i {
  font-size: 1.42em;
  line-height: 0;
  height: 0;
  padding-top: 0.039em;
}
.moto-widget-pagination a span {
  display: table-cell;
  vertical-align: middle;
}
.moto-back-to-top-button {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 500;
}
.moto-back-to-top-button.moto-back-to-top-button_visible {
  visibility: visible;
  opacity: 1;
}
.moto-back-to-top-button .moto-back-to-top-button-link {
  display: inline-block;
}
.moto-sticky__hidden {
  display: none;
}
.moto-sticky__attached,
.moto-sticky__attached_top,
.moto-sticky__attached_bottom {
  position: fixed;
  z-index: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: none;
}
.moto-sticky__attached_top {
  top: 0;
}
.moto-sticky__attached_bottom {
  bottom: 0;
}
.moto-sticky-pseudo-element {
  position: static;
}
@media screen and (max-width: 767px) {
  .moto-sticky-pseudo-element,
  .moto-widget.moto-sticky__hidden {
    display: none !important;
  }
  .moto-widget.moto-sticky__attached,
  .moto-section.moto-sticky__attached {
    position: static !important;
    width: auto !important;
    -webkit-transform: initial;
    transform: initial;
  }
}
.ng-cloak {
  display: none !important;
}
.moto-anchor {
  position: absolute;
  top: 0;
}
.moto-spacing-top-auto {
  padding-top: initial;
}
.moto-spacing-top-zero {
  padding-top: 0;
}
.moto-spacing-top-small {
  padding-top: 15px;
}
.moto-spacing-top-medium {
  padding-top: 45px;
}
.moto-spacing-top-large {
  padding-top: 100px;
}
.moto-spacing-bottom-auto {
  padding-bottom: initial;
}
.moto-spacing-bottom-zero {
  padding-bottom: 0;
}
.moto-spacing-bottom-small {
  padding-bottom: 15px;
}
.moto-spacing-bottom-medium {
  padding-bottom: 45px;
}
.moto-spacing-bottom-large {
  padding-bottom: 100px;
}
.moto-spacing-left-auto {
  padding-left: initial;
}
.moto-spacing-left-zero {
  padding-left: 0;
}
.moto-spacing-left-small {
  padding-left: 15px;
}
.moto-spacing-left-medium {
  padding-left: 45px;
}
.moto-spacing-left-large {
  padding-left: 100px;
}
.moto-spacing-right-auto {
  padding-right: initial;
}
.moto-spacing-right-zero {
  padding-right: 0;
}
.moto-spacing-right-small {
  padding-right: 15px;
}
.moto-spacing-right-medium {
  padding-right: 45px;
}
.moto-spacing-right-large {
  padding-right: 100px;
}
@media (max-width: 1039px) {
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 40px;
  }
  .moto-spacing-top-large {
    padding-top: 80px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 40px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 80px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 40px;
  }
  .moto-spacing-left-large {
    padding-left: 80px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 40px;
  }
  .moto-spacing-right-large {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 35px;
  }
  .moto-spacing-top-large {
    padding-top: 60px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 35px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 60px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 35px;
  }
  .moto-spacing-left-large {
    padding-left: 60px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 35px;
  }
  .moto-spacing-right-large {
    padding-right: 60px;
  }
}
@media (max-width: 479px) {
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 30px;
  }
  .moto-spacing-top-large {
    padding-top: 50px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 30px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 50px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 30px;
  }
  .moto-spacing-left-large {
    padding-left: 50px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 30px;
  }
  .moto-spacing-right-large {
    padding-right: 50px;
  }
}
.moto-text_282 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_282 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_282 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_282 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_282 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_282 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_281 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_281 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_281 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #dddddd;
}
@media (max-width: 1039px) {
  .moto-text_281 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_281 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_281 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-container_content_5940f8399 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f81f8 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f8057 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f7e96 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f7c25 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f7764 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f7593 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f6e51 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5940f72c2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.4);
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-text_271 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_271 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_271 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_271 {
    font-size: 54px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_271 {
    font-size: 54px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_271 {
    font-size: 54px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_270 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 170px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_270 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_270 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_270 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_270 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_270 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-container_content_594026439 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img09.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img09.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_5940247a12 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/12.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_5940247a11 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/11.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}


.moto-container_content_5940247a10 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/10.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}





.moto-container_content_5940247a9 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/9.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}


.moto-container_content_5940247a8 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img08.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img08.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_5940247a7 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img07.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img07.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_5940247a6 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img06.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img06.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_5940247a5 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img05.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img05.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_5940232e4 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img04.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img04.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_594023293 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img03.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img03.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_594023242 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img02.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img02.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_594021ec1 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_catalog_img01.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_catalog_img01.jpg*/);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.moto-container_content_59400b2f27 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_about_pic-1.png"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_about_pic-1.png*/);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_content_59400b2f26 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_about_pic-1.png"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_about_pic-1.png*/);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_content_59400b2f25 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_about_pic-1.png"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_about_pic-1.png*/);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_content_594005e924 {
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 4px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_593ffe2523 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 4px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_593ff33d22 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_about_pic-1.png"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_about_pic-1.png*/);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_content_593ff33a21 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_about_pic-1.png"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_about_pic-1.png*/);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_content_593fefa020 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_about_pic-1.png"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_about_pic-1.png*/);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_content_593fd75d19 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #212121;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_593fcf2f18 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_bg03.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_bg03.jpg*/);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.moto-text_250 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_250 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_250 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_250 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_250 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_250 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-container_content_593fc5b317 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_bg02.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_bg02.jpg*/);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.moto-container_content_593fc17716 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_bg01.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_bg01.jpg*/);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.moto-container_content_593fbbee15 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-7.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-7.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fbbee14 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-6.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-6.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fbbee13 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-9.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-9.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fbb2412 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-5.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-5.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fbb2411 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-1.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-1.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fbb2410 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-3.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-3.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fb9049 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-8.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-8.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fb8dc8 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-2.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-2.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fb7095 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_home_banner-4.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_home_banner-4.jpg*/);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.moto-container_content_593fb0a83 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_593fac192 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f2f2f2;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_593fa6a81 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("../uploads/2017/06/mt-1019_category_img-1.jpg"/*tpa=https://template63719.motopreview.com/mt-demo/63700/63719/mt-content/uploads/2017/06/mt-1019_category_img-1.jpg*/);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-container_footer_593f09154 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #e6e6e6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_footer_593f06783 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f2f2f2;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_593f02322 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f2f2f2;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_header_593f000d1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_56609e49 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-text_229 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_229 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_229 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_229 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_229 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_229 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_228 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_228 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_228 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_228 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_228 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_228 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_227 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_227 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_227 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_227 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_227 {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_227 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_226 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_226 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_226 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_226 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_226 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_226 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_225 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_225 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_225 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_225 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_225 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_225 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.moto-text_224 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_224 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_224 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_224 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_224 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_224 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_223 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_223 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_223 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_223 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_223 {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_223 {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_221 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_221 a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_221 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_221 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_221 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_221 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_220 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_220 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_220 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_220 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_220 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_220 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_219 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_219 a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_219 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_219 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_219 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_219 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_218 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_218 a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_218 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_218 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_218 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_218 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_217 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_217 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_217 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_217 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_217 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_217 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_216 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_216 a {
  color: #212121;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_216 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_216 {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_216 {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_216 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_215 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_215 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_215 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_215 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_215 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_215 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-container_content_566a97c1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #aaaaaa;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_566aa10a {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_57c050ff1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_57174585 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-text_186 {
  font-weight: 400;
  font-style: normal;
  font-family: arial, helvetica, sans-serif;
  color: #747474;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_186 a {
  color: #dddddd;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_186 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.moto-container_header_566a9775 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f2f2f2;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-background_2 {
  background-color: #d10546;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.moto-background_1 {
  background-color: #f5f4f3;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.moto-background {
  background-color: #ffffff;
}
.moto-text_system_14 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
}
.moto-text_system_14 a {
  color: #777777;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_14 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1039px) {
  .moto-text_system_14 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_14 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_14 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.moto-text_system_13 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0px;
}
.moto-text_system_13 a {
  color: #777777;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_13 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1039px) {
  .moto-text_system_13 {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_13 {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_13 {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_12 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_12 a {
  color: #d10546;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_12 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #2e2e2e;
}
@media (max-width: 1039px) {
  .moto-text_system_12 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_12 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_12 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_11 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_system_11 a {
  color: #777777;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_11 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.moto-text_system_10 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_system_10 a {
  color: #777777;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_10 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_10 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_10 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_10 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_system_9 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_9 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_9 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_8 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_8 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_8 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_8 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_8 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_8 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_7 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 33px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_7 a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_7 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_7 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_7 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_7 {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_system_6 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_6 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_6 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_6 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_6 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_6 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_5 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_5 a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_5 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_5 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_5 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_5 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_4 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.moto-text_system_4 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_4 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_system_4 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_4 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_4 {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_system_3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_3 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_system_3 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #dddddd;
}
@media (max-width: 1039px) {
  .moto-text_system_3 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_3 {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_3 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_system_2 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_2 a {
  color: #777777;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_2 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1039px) {
  .moto-text_system_2 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_2 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_2 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_1 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #3b3b3b;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_1 a {
  color: #3b3b3b;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_system_1 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #3b3b3b;
}
@media (max-width: 1039px) {
  .moto-text_system_1 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_1 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_1 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_normal {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_normal a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_normal a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
}
@media (max-width: 1039px) {
  .moto-text_normal {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_normal {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_normal {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-widget-text a {
  transition: .3s;
}
.moto-widget-text li {
  position: relative;
}
.moto-widget-text li:before {
  position: absolute;
  content: '';
  transition: .3s;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.moto-widget-text ul li {
  padding: 0 0 0 15px;
}
.moto-widget-text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.moto-widget-text ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #777777;
}
.moto-widget-text ol {
  counter-reset: moto-counter;
}
.moto-widget-text ol li {
  padding-left: 30px;
}
.moto-widget-text ol li:not(:last-child) {
  margin: 0 0 10px;
}
.moto-widget-text ol li:before {
  font: 16px/1 'Lato';
  color: #777777;
  transition: .3s;
  content: counter(moto-counter,decimal-leading-zero) ".";
  counter-increment: moto-counter;
}
.moto-widget-menu .moto-widget-menu-toggle-btn {
  width: 40px;
  height: 40px;
  padding: 0 8px;
}
.moto-widget-menu .moto-widget-menu-toggle-btn .moto-widget-menu-toggle-btn-icon {
  font-size: 24px;
  line-height: 40px;
}
.moto-widget-menu .moto-widget-menu-list {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    display: none;
  }
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    margin-left: 15px;
  }
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  transition: .4s;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    font-size: 14px;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist {
  top: calc(100% + 25px);
  left: 0px;
  min-width: 191px;
  padding: 11px 0;
  transition: .4s;
  border-width: 1px;
  border-style: solid;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist {
    min-width: 174px;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist:before {
  position: absolute;
  top: -26px;
  height: 26px;
  left: 0;
  width: 100%;
  content: "";
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-size: 14px;
  text-align: left;
  padding: 8px 20px;
  transition: .4s;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 6px 15px;
    font-size: 13px;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item:not(:last-child) .moto-widget-menu-link:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  margin: 0 auto;
  width: auto;
  height: 1px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist {
  left: auto !important;
  right: calc(100% +  5px) !important;
  top: -11px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link:after {
  display: none;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist:before {
  top: 0;
  left: auto;
  right: -6px;
  width: 6px;
  height: 100%;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: relative;
  font-size: 12px;
  transition: inherit;
  margin-left: 3px;
  line-height: 16px;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: "\f107";
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  padding: 0 0 2px;
  border-width: 0 0 2px;
  border-style: solid;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
  margin-left: 20px;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  padding: 6px 12px;
  border-radius: 4px;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-sublist {
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border: 1px solid;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border: none;
    margin: 0 !important;
    padding: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:not(:last-child) {
    border-bottom: 1px solid;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    padding: 10px 50px 10px 20px;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    border: none;
    border-radius: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 50px;
    height: 100%;
    font-size: 18px;
    transition: .3s;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:after {
    content: "\f107";
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
    content: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
    width: 100%;
    border-bottom: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px;
    font-size: 14px;
    margin: 0;
    border: none;
    text-align: left;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    right: 0;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: inherit !important;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px 7px 60px;
  }
}
.moto-widget-button .moto-widget-button-link {
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  border-width: 1px;
  border-style: solid;
  transition: all .3s;
  border-radius: 4px;
}
.moto-widget-button .moto-widget-button-link .moto-widget-button-label {
  position: relative;
}
.moto-widget-button .moto-widget-button-link .moto-widget-theme-icon {
  transition: all .3s;
}
.moto-widget-button .moto-widget-button-link .moto-widget-theme-icon:before {
  transition: .3s;
}
.moto-widget-button .moto-widget-button-link.moto-size-small {
  font-size: 12px;
  padding: 9px 12px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-small {
    padding: 9px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-small .moto-widget-theme-icon {
  line-height: 16px;
}
.moto-widget-button .moto-widget-button-link.moto-size-medium {
  padding: 16px 24px;
  font-size: 14px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-medium {
    padding: 11px 15px;
    font-size: 12px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-medium .moto-widget-theme-icon {
  line-height: 20px;
}
.moto-widget-button .moto-widget-button-link.moto-size-large {
  font-size: 20px;
  padding: 15px 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-large {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-large .moto-widget-theme-icon {
  line-height: 26px;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
  font-size: 15px;
  padding: 14px 62px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
    padding: 10px 32px;
  }
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 23px;
  float: left;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon:before {
  content: '\f218';
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  padding: 0;
  border-radius: 0;
  border: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 5px;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
  content: '\f061';
}
.moto-widget-image .moto-widget-image-link {
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link:before {
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  border-width: 1px;
  border-style: solid;
}
.moto-widget-image .moto-widget-image-link:after {
  z-index: 2;
  left: 50%;
  top: 50%;
  opacity: 1;
  font: 24px/1 'FontAwesome';
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.moto-widget-image .moto-widget-image-link:before,
.moto-widget-image .moto-widget-image-link:after {
  position: absolute;
  content: "";
  transition: 0.4s all ease;
}
.moto-widget-image .moto-widget-image-picture {
  transition: .3s;
}
.moto-widget-image.moto-preset-default .moto-widget-image-link:before {
  display: none;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link {
  border-radius: 50%;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link:before {
  display: none;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  content: "\f00e";
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover .moto-widget-image-picture {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  display: none;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link .moto-widget-image-picture {
  opacity: 0.6;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover .moto-widget-image-picture {
  opacity: 1;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  content: "\f002";
  top: 45%;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
  top: 50%;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item {
  overflow: hidden;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
  position: absolute;
  z-index: 99;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  width: auto;
  max-width: 90%;
  padding: 15px;
  opacity: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
    padding: 5px;
  }
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
  opacity: 1;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0%;
  top: 0;
  border: 1px solid;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  z-index: 2;
  font: 24px/1 'FontAwesome';
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  position: absolute;
  content: "";
  transition: all .3s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
  transition: all .3s;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
  left: 5%;
  right: auto;
  width: auto;
  max-width: 60%;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption-visible {
  left: 10%;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image {
  transform: scale3d(1.2,1.2,1);
  -webkit-transform: scale3d(1.2,1.2,1);
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
  top: auto;
  bottom: 0;
  max-width: none;
  width: 100%;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: .2s;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
  content: "\f00e";
  top: 45%;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:hover:after {
  top: 50%;
}
.moto-widget-slider .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-pager {
    bottom: 5px;
  }
}
.moto-widget-slider .bx-pager-item:not(:first-child) {
  margin-left: 12px;
}
.moto-widget-slider .bx-pager-link {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  font-size: 0;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-pager-link {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
}
.moto-widget-slider .bx-caption {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  padding: 10px;
  max-width: 75%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-caption {
    padding: 5px;
  }
}
.moto-widget-slider .bx-caption_text {
  text-align: center;
  font-size: 60px;
  line-height: 1.15;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-caption_text {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-caption_text {
    font-size: 18px;
  }
}
.moto-widget-slider .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.moto-widget-slider .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-controls-direction .bx-next {
  top: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  font: 0/1 'FontAwesome';
  border-width: 1px;
  border-style: solid;
  transition: all .3s;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-controls-direction .bx-prev,
  .moto-widget-slider .bx-controls-direction .bx-next {
    width: 30px;
    height: 30px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev:before,
.moto-widget-slider .bx-controls-direction .bx-next:before {
  font-size: 24px;
  line-height: 41px;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-controls-direction .bx-prev:before,
  .moto-widget-slider .bx-controls-direction .bx-next:before {
    line-height: 27px;
    font-size: 14px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev {
  left: 0;
  padding-right: 2px;
}
.moto-widget-slider .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.moto-widget-slider .bx-controls-direction .bx-next {
  right: 0;
  padding-left: 2px;
}
.moto-widget-slider .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.moto-widget-slider.moto-widget-carousel .bx-wrapper {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-widget-carousel .bx-wrapper {
    padding: 0 40px;
  }
}
.moto-widget-slider.moto-widget-carousel .carousel-block {
  padding: 0 0 40px;
}
.moto-widget-slider.moto-widget-carousel .bx-pager {
  bottom: -38px;
}
.moto-widget-slider.moto-widget-carousel .bx-controls-direction .bx-prev {
  left: 0;
}
.moto-widget-slider.moto-widget-carousel .bx-controls-direction .bx-next {
  right: 0;
}
.moto-preset-2 .bx-pager {
  bottom: 50px;
}
@media screen and (max-width: 1039px) {
  .moto-preset-2 .bx-pager {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moto-preset-2 .bx-pager {
    bottom: 5px;
  }
}
.moto-preset-2 .bx-pager-link {
  border-radius: 50%;
}
.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-preset-2 .bx-controls-direction .bx-next {
  border-radius: 50%;
}
.moto-preset-2 .bx-controls-direction .bx-prev {
  left: 1%;
}
.moto-preset-2 .bx-controls-direction .bx-next {
  right: 1%;
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  font: 28px/60px 'FontAwesome';
  transition: all .3s;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
    width: 35px;
    height: 35px;
    font: 21px/35px 'FontAwesome';
  }
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link:before {
  display: block;
  transition: .3s;
}
.moto-widget-social-links .moto-widget-social-links-link_facebook:before {
  content: "\f09a";
}
.moto-widget-social-links .moto-widget-social-links-link_googleplus:before {
  content: "\f0d5";
}
.moto-widget-social-links .moto-widget-social-links-link_twitter:before {
  content: "\f099";
}
.moto-widget-social-links .moto-widget-social-links-link_pinterest:before {
  content: "\f0d2";
}
.moto-widget-social-links .moto-widget-social-links-link_linkedin:before {
  content: "\f0e1";
}
.moto-widget-social-links .moto-widget-social-links-link_instagram:before {
  content: "\f16d";
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item:not(:first-child) {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links.moto-preset-default .moto-widget-social-links-item:not(:first-child) {
    margin: 0 0 0 3px;
  }
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item .moto-widget-social-links-link {
  border-radius: 50%;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item:not(:first-child) {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item:not(:first-child) {
    margin: 0 0 0 3px;
  }
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item .moto-widget-social-links-link {
  width: 35px;
  height: 35px;
  font: 21px/33px 'FontAwesome';
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item:not(:first-child) {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item:not(:first-child) {
    margin: 0 0 0 8px;
  }
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item .moto-widget-social-links-link {
  width: auto;
  height: auto;
  line-height: 1;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  overflow: visible;
}
.moto-widget-contact_form .moto-widget-contact_form-group {
  padding-bottom: 10px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-label {
  display: none;
  font-size: 14px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
  font-size: 13px;
  padding: 5px 10px;
  line-height: normal;
  height: 34px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  min-height: 100px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field-error,
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-required {
  position: absolute;
  font-size: 10px;
  top: 1px;
  right: 5px;
  line-height: 1;
}
.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  font-size: 12px;
  bottom: 5px;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-group .moto-widget-contact_form-label {
  display: inline-block;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-group .moto-widget-contact_form-field-error,
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-group .moto-widget-contact_form-required {
  top: 22px;
}
.moto-back-to-top-button {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  -ms-transform: translate(0,100px);
  right: 40px;
  bottom: 40px;
  transition: .3s;
}
.moto-back-to-top-button.moto-back-to-top-button_visible {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -ms-transform: translate(0,0);
}
.moto-back-to-top-button .moto-back-to-top-button-link {
  width: 50px;
  height: 50px;
  font: 20px/48px 'FontAwesome';
  color: #ffffff;
  background: rgba(0,0,0,0.5);
  text-align: center;
  border-radius: 4px;
  transition: .3s;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}
@media screen and (max-width: 767px) {
  .moto-back-to-top-button .moto-back-to-top-button-link {
    width: 40px;
    height: 40px;
    font: 18px/38px 'FontAwesome';
  }
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
  content: "\f106";
}
.moto-back-to-top-button .moto-back-to-top-button-link:hover {
  background: #d10546;
}
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-item {
  margin-right: 8px;
}
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-item:after {
  display: none;
}
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link i {
  color: #d10546;
  font-size: 23px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link i {
    font-size: 18px;
  }
}
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link:hover i,
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link:hover .moto-widget-store_cart_and_profile-text,
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link:hover span {
  color: #000000;
  transition: .3s;
}
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link .moto-widget-store_cart_and_profile-text {
  color: #777777;
}
@media screen and (max-width: 767px) {
  .moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-container .moto-widget-store_cart_and_profile-link .moto-widget-store_cart_and_profile-text {
    display: inline-block !important;
  }
}
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-username {
  padding-left: 10px !important;
}
.moto-widget-store_search .search-form .search-form_label {
  padding: 0;
  border: none;
}
.moto-widget-store_search .search-form .search-form_label .search-form_input {
  height: 34px;
  padding: 6px 40px 6px 10px;
  background: #ffffff;
  font: normal 13px/normal 'Lato';
  color: #777777;
  border-radius: 4px;
}
.moto-widget-store_search .search-form .search-form_submit {
  right: 0;
  width: 34px;
  height: 100%;
  text-align: center;
  font: 400 16px/34px 'FontAwesome';
  cursor: pointer;
  color: rgba(0,0,0,0.25);
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  border-radius: 4px;
}
.moto-widget-store_search .search-form .search-form_submit:hover:before {
  color: #000000;
  transition: .3s;
}
.moto-widget-store-product-grid .moto-widget-store-main_item {
  transition: .3s;
  margin-bottom: 30px;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-image {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-image .moto-widget-image-link {
  border: none;
  padding: 0;
  overflow: visible;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-image .moto-widget-image-link img {
  top: auto;
  left: auto;
  position: static;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -ms-transform: translate(0,0);
  max-width: 100%;
  max-height: 100%;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-image .moto-widget-image-link:before {
  border: none;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-image .moto-widget-image-link .moto-widget-store-main_item-label {
  top: 0px;
  right: 0px;
  left: auto;
  text-align: center;
  min-width: 48px;
  padding: 3px;
  border-radius: 2px;
  line-height: 18px;
  font-size: 14px !important;
  background: #d10546 !important;
  transition: all 0.3s ease;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-store-main_item-title {
  margin-bottom: 4px;
  transition: .3s;
  text-align: left;
  color: #000000;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-store-main_item-title:hover {
  color: #d10546;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-store-main_item-title:hover span {
  color: #d10546;
  transition: .3s;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .store-product-element-container {
  display: block;
  margin-top: 5px;
  margin-bottom: 16px;
  text-align: left;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .store-product-element-container .moto-widget-store-main_item-price {
  display: inline-block;
}
.moto-widget-store-product-grid .moto-widget-store-main_item .store-product-element-container .moto-widget-store-main_item-old_price {
  display: inline-block;
}
.moto-widget-store-breadcrumbs {
  background-color: transparent;
  padding: 9px 15px;
}
.moto-widget-store-breadcrumbs div ul li:not(:first-child) {
  margin-left: 20px;
}
.moto-widget-store-breadcrumbs div ul li a {
  text-decoration: none !important;
  text-transform: none;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.moto-widget-store-breadcrumbs div ul li:first-child a:before {
  display: inline-block;
  content: "";
}
.moto-widget-store-breadcrumbs.moto-preset-default {
  padding: 13px 15px;
  margin-bottom: 0 !important;
  white-space: initial !important;
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li {
  padding: 0;
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li:not(:first-child) {
  margin-left: 20px;
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li:after {
  content: "\f0da";
  right: -14px;
  top: 0;
  bottom: auto;
  font: normal 14px/20px 'FontAwesome';
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li a {
  color: #d10546;
  font: 600 14px/1 'Lato';
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-breadcrumbs.moto-preset-default div ul li a {
    font: normal 12px/1 'Lato';
  }
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li a:hover {
  color: #333333 !important;
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li:first-child a {
  font-size: 0;
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li:first-child a:before {
  display: inline-block;
  font: 16px/1 FontAwesome;
  content: "\f015";
  color: #d10546;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-breadcrumbs.moto-preset-default div ul li:first-child a:before {
    font: 14px/1 FontAwesome;
  }
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li:last-child:after {
  content: '';
}
.moto-widget-store-breadcrumbs.moto-preset-default div ul li:last-child a {
  color: #000000;
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li {
  position: relative;
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li:after {
  position: absolute;
  content: "\f105";
  right: -14px;
  font-family: "FontAwesome";
  color: #777777;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
  .moto-widget-store-breadcrumbs.moto-preset-2 div ul li:after {
    right: -14px;
  }
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li:not(:first-child) {
  margin-left: 20px;
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li a {
  font: 600 14px/1 'Lato';
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-breadcrumbs.moto-preset-2 div ul li a {
    font: normal 12px/1 'Lato';
  }
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li a:hover {
  color: #d10546;
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li:first-child a:before {
  display: none;
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li:last-child:after {
  content: '';
}
.moto-widget-store-breadcrumbs.moto-preset-2 div ul li:last-child a {
  font-weight: normal;
  color: #777777;
}
.moto-widget-store-shp_cart-form .moto-widget-store-shp_cart-form-textarea {
  border: 1px solid #e6e6e6 !important;
}
.moto-widget-store-shp_cart-form .moto-widget-store-shp_cart-form-input {
  border: 1px solid #e6e6e6 !important;
  outline: none;
}
.moto-widget-store-checkout-form .moto-widget-store-checkout-form-radio_label.active i:before {
  color: #d10546;
}
.moto-widget-store-checkout-form .moto-widget-store-confirmation-total {
  font-family: "Open Sans", sans-serif;
}
.moto-widget-store-checkout-form .moto-widget-store-confirmation-total [class^="moto-text_"] {
  margin-bottom: 13px;
}
.moto-widget-store-checkout-form .moto-widget-store-confirmation-total .moto-widget-store-confirmation-total-small_text {
  color: #555555;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.moto-widget-store-checkout-form .moto-widget-store-confirmation-total .moto-widget-store-confirmation-total-small_text:not(:first-child) {
  margin-bottom: 10px;
}
.moto-widget-store-confirmation .moto-widget-store-confirmation-pc-ul_title li {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  text-align: left;
  padding: 7.5px 10px;
  background: #f2f2f2;
}
.moto-widget-store-confirmation.moto-widget-store-confirmation-pc ul li {
  border-bottom: 1px solid #dddddd;
  padding: 7px 20px;
  text-align: left;
}
.moto-widget-store-confirmation.moto-widget-store-confirmation-pc ul li:not(:last-child) {
  border-left: 1px solid #dddddd;
}
.moto-widget-store-confirmation.moto-widget-store-confirmation-pc ul li:first-child {
  border-left: 1px solid #dddddd;
}
.moto-widget-store-confirmation.moto-widget-store-confirmation-pc ul li:last-child {
  border-right: 1px solid #dddddd;
}
.moto-widget-store-confirmation .moto-widget-store-confirmation-pc-quantity .moto-widget-store-spinner-type_1 {
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-confirmation .moto-widget-store-confirmation-pc-quantity .moto-widget-store-spinner-type_1 {
    padding: 5px 10px 5px 10px;
  }
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .stage {
  margin-bottom: 15px;
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .stage .moto-widget-image-link {
  border-color: #e6e6e6;
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation,
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: inherit;
  font-size: inherit;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  text-align: center;
  background: rgba(0,0,0,0.3);
  border-radius: 4px;
  opacity: 1;
  transition: .3s;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation,
  .moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation {
    width: 20px;
    height: 20px;
  }
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation:before,
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation:before {
  color: #ffffff !important;
  position: relative;
  width: auto;
  height: auto;
  font-family: FontAwesome;
  font-size: 21px;
  line-height: 39px;
  top: auto;
  left: auto;
  transition: .3s;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation:before,
  .moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation:before {
    font-size: 14px;
    line-height: 20px;
  }
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation:hover,
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation:hover {
  background: rgba(0,0,0,0.7);
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation {
  left: -41px;
  padding-right: 2px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .prev-navigation {
    left: -20px;
  }
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation {
  right: -41px;
  padding-left: 2px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .navigation .nav-wrap .next-navigation {
    right: -20px;
  }
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .carousel-navigation .moto-widget-store-image-block .moto-widget-image-link {
  border: none;
  transition: all .3s;
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .carousel-navigation .moto-widget-store-image-block .moto-widget-image-link:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: transparent;
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .carousel-navigation .moto-widget-store-image-block .moto-widget-image-link:hover:before {
  border-color: #dddddd;
}
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .carousel-navigation li.active .moto-widget-image-link:before,
.moto-widget-store-product-media-gallery .moto-widget-store-con_carousel .connected-carousels .carousel-navigation li:hover .moto-widget-image-link:before {
  border-color: #dddddd;
}
.moto-widget-store-featured_row-top .moto-widget-store-items_per_page {
  padding: 5px 0;
}
.moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 {
  box-shadow: none;
}
.moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 .styledSelect {
  top: 50%;
  min-width: 59px;
  height: 34px;
  padding: 0 0 0 13px;
  background: #ffffff;
  border: 1px solid #dddddd;
  font: 13px/34px 'Lato';
  color: #777777;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 .styledSelect:before {
  top: 0px;
  bottom: 0;
  left: auto;
  width: auto;
  height: auto;
  text-align: center;
  font: 12px/30px 'FontAwesome';
  color: #777777;
  content: '\f0dd';
}
.moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 .options {
  top: 32px;
  left: 0px;
  width: 100px;
}
.moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 .options li {
  border-bottom: none;
  font: 13px/1.5 'Lato';
  padding: 0 14px;
}
.moto-widget-store-featured_row-top .moto-widget-store-paginator a {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  margin-right: 13px;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
}
.moto-widget-store-featured_row-top .moto-widget-store-paginator a:hover {
  color: #d10546;
}
.moto-widget-store-featured_row-top a.act {
  color: #000000;
  font-weight: bold;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav {
  border: none;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav li {
  border: none;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav li:last-child {
  border: none;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li > a {
  font: normal 14px/1.1 'Lato', sans-serif;
  color: #777777;
  transition: .3s;
  padding: 8px 0;
  text-transform: none;
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li > a {
    font: normal 12px/1.1 'Lato', sans-serif;
  }
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li > a:hover {
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.active > a {
  color: #000000 !important;
  background: transparent;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.active > a span:after {
  color: #000000 !important;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub > a > span {
  position: static;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub > a > span:after {
  top: 50%;
  font: 700 16px/1 'FontAwesome';
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  color: #777777;
  transition: .3s;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub > a:hover span:after {
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li {
  padding: 0;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li.open {
  margin-bottom: 0;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li > a {
  padding: 8px 15px;
  font-size: 14px;
  text-decoration: none !important;
  color: #777777;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li > a:after {
  display: none !important;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li > a:hover {
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li ul li > a {
  padding: 8px 30px;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub ul li ul li:last-child {
  margin-bottom: 0;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.open a {
  background: transparent;
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.open a > span:after {
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.open ul li.has-sub a span:after {
  color: #777777;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.open ul li.has-sub a:hover > span:after {
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.active > a {
  color: #777777;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.active > a > span:after {
  color: #777777;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.active ul li.active > a {
  color: #000000;
  background: transparent;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.active ul li.active > a > span:after {
  color: #000000;
}
.moto-widget-store-category-tree .moto-widget-store-sidebar_nav ul > li.has-sub.active ul li.active > a:hover > span:after {
  color: #000000;
}
.moto-widget-store-product-name .moto-widget-store-detail-top_descr {
  border-bottom: none;
  margin-bottom: 0;
}
.moto-preset-default .moto-widget-store-detail-product_properties {
  margin-bottom: 14px;
}
.moto-preset-default .moto-widget-store-detail-product_properties li:first-child {
  width: 31%;
}
@media screen and (max-width: 1039px) {
  .moto-preset-default .moto-widget-store-detail-product_properties li:first-child {
    width: 52%;
    margin-right: 0;
  }
}
.moto-preset-default .moto-widget-store-detail-product_properties li:last-child {
  width: auto;
  display: inline-block;
}
.moto-widget-store-product-options product-options {
  width: 100%;
}
.moto-widget-store-product-options product-options .form-group {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-product-options product-options .form-group {
    display: block;
  }
}
.moto-widget-store-product-options product-options .form-group:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-product-options product-options .form-group:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.moto-widget-store-product-options label {
  display: inline-block;
  margin-bottom: 5px;
}
.moto-widget-store-product-options.moto-preset-default select {
  padding: 5px 10px;
  display: block;
  max-width: 100%;
  outline: none;
  border: none;
  background: transparent;
  height: 34px;
  border: 1px solid #dddddd;
  transition: all .3s;
}
@-moz-document url-prefix() {
  .moto-widget-store-product-options.moto-preset-default select {
    border-radius: 0;
  }
}
.moto-widget-store-detail-quantity .moto-widget-store-spinner-type_1 {
  border: 2px solid #dddddd;
  line-height: normal;
  outline: none;
  width: 54px;
  height: 24px;
  background: transparent;
  text-align: center;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-detail-quantity .moto-widget-store-spinner-type_1 {
    padding: 5px 10px 5px 10px;
  }
}
.moto-widget-store-shp_cart-btns {
  margin-top: 12px;
}
.moto-widget-store-checkout-step .moto-widget-store-checkout-step-title {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.moto-widget-store-checkout-step .moto-widget-store-checkout-step-title:before {
  color: #2e2e2e !important;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.moto-widget-store-form_link-wrap .moto-widget-store-form_link {
  color: #2e2e2e;
  text-decoration: none;
  font: normal 18px/1 'Lato';
}
@media screen and (max-width: 1039px) {
  .moto-widget-store-form_link-wrap .moto-widget-store-form_link {
    font: normal 13px/1 'Lato';
  }
}
.moto-widget-store-form_link-wrap .moto-widget-store-form_link:hover {
  color: #d10546;
  text-decoration: underline;
}
.moto-widget-button .moto-widget-button-link.moto-widget-store-account_orders-tabs-active {
  color: #ffffff !important;
  background: #2e2e2e !important;
  border-color: #2e2e2e !important;
}
.moto-widget-button .moto-widget-button-link.moto-widget-store-account_orders-tabs-active:before {
  content: none !important;
}
.moto-widget-store-account_orders-item-title-status span {
  font-family: 'Lato', sans-serif;
  background-color: #333333;
}
.moto-widget-store-account_orders-total .moto-widget-store-account_orders-total-small_text {
  color: #d10546;
}
.moto-widget-store-checkout-confirmation .moto-widget-store-checkout-confirmation-title {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-checkout-confirmation .moto-widget-store-checkout-confirmation-title {
    padding-left: 0;
  }
}
.moto-widget-store-checkout-confirmation .moto-widget-store-checkout-confirmation-title:before {
  position: relative;
  display: inline-block;
  top: 0;
  color: #d10546;
}
.moto-widget-text-editable .moto-widget-store-checkout-confirmation-mail {
  color: #2e2e2e;
}
.moto-widget-text-editable .moto-widget-store-checkout-confirmation-mail:hover {
  text-decoration: underline;
  color: #2e2e2e;
}
.moto-widget-store-form_padding-type_2 .moto-widget-text p span {
  color: #2e2e2e !important;
  font: normal 40px/1 'lato' !important;
}
.moto-widget-store-account_orders-item-content-title {
  color: #2e2e2e !important;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.moto-widget-store-main_item-old_price h4 {
  text-decoration: line-through;
}
.moto-widget-store-confirmation-total-wrap {
  padding: 20px 0px 50px 0px !important;
}
.moto-widget-store-account_orders-item-content {
  font-family: "Lato", sans-serif;
}
.moto-widget-store-account_orders-item-content .moto-widget-contact_form-form {
  font-family: "Lato", sans-serif;
}
.moto-widget-store-account_orders-item-content .moto-widget-store-account_orders-total {
  font-family: "Lato", sans-serif;
}
.moto-widget-store_forgot .col-sm-6 .moto-widget-text p,
.moto-widget-store_registration .col-sm-6 .moto-widget-text p {
  color: #2e2e2e !important;
  font: 400 30px/1.2 'Lato';
}
@media screen and (max-width: 1039px) {
  .moto-widget-store_forgot .col-sm-6 .moto-widget-text p,
  .moto-widget-store_registration .col-sm-6 .moto-widget-text p {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-store_forgot .col-sm-6 .moto-widget-text p,
  .moto-widget-store_registration .col-sm-6 .moto-widget-text p {
    font-size: 18px;
  }
}
.moto-widget-store_forgot .col-sm-6 .moto-widget-text p span,
.moto-widget-store_registration .col-sm-6 .moto-widget-text p span {
  color: inherit !important;
  display: block;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-account_orders-tabs .moto-widget-button {
    margin-right: 3px !important;
  }
}
.moto-widget-store-detail-text ol,
.moto-widget-store-detail-text ul {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .moto-widget-store-checkout .moto-widget-store-checkout-step .moto-widget-contact_form-buttons {
    margin-bottom: 10px;
  }
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  color: #ffffff;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:before {
  background-color: rgba(0,0,0,0.5);
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
  background-color: transparent;
  border-color: rgba(255,255,255,0.2);
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  background-color: rgba(0,0,0,0.4);
  border-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
  color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
  background-color: rgba(0,0,0,0.15);
  border-color: transparent;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #d10546;
  border-color: #d10546;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #d10546;
  border-color: #d10546;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d10546;
  background-color: transparent;
  border-color: #d10546;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #d10546;
  border-color: #d10546;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover .moto-widget-theme-icon:before {
  color: #ffffff;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon:before {
  color: #000000;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e2e2e;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #d10546;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover .moto-widget-theme-icon:before {
  color: #d10546;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
  color: #2e2e2e;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link {
  background-color: #d10546;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover {
  background-color: #d10546;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
  color: #000000;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
  border-color: #dddddd;
  background-color: #f2f2f2;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  color: rgba(0,0,0,0.3);
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
  border-color: #000000;
  background-color: #000000;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  color: #d10546;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
  color: #d10546;
}
.moto-widget-slider.moto-preset-default .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-caption_text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
  color: #777777;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
  color: #2e2e2e;
}
.moto-widget-slider.moto-preset-default .bx-pager-link {
  border-color: #555555;
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
  border-color: transparent;
  background-color: #2e2e2e;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active {
  border-color: transparent;
  background-color: #2e2e2e;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active:hover {
  border-color: transparent;
  background-color: #2e2e2e;
}
.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption_text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  background-color: #ffffff;
  border-color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  color: #d10546;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover {
  background-color: #d10546;
  border-color: #d10546;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link {
  border-color: transparent;
  background-color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
  border-color: transparent;
  background-color: #d10546;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
  border-color: transparent;
  background-color: #d10546;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active:hover {
  border-color: transparent;
  background-color: #d10546;
}
.moto-widget.moto-widget-carousel.moto-preset-2 .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .caption_text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: #dddddd;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
  background-color: transparent;
  border-color: #dddddd;
}
.moto-widget-grid-gallery.moto-preset-2 .caption_text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
  background-color: rgba(0,0,0,0.35);
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .caption_text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-3 .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(0,0,0,0.5);
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
  font-family: 'Lato', sans-serif;
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-label {
  color: #555555;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #777777;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  border-color: #dddddd;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #777777;
  background-color: #ffffff;
  border-color: #d10546;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
  font-family: 'Lato', sans-serif;
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #2e2e2e;
  background-color: #ebebeb;
  font-style: normal;
  font-weight: 400;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #2e2e2e;
  background-color: #ebebeb;
  border-color: #d10546;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #2e2e2e;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #2e2e2e;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #2e2e2e;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #46c646;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
  font-family: 'Lato', sans-serif;
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #777777;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #dddddd;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #777777;
  background-color: #ffffff;
  border-color: #d10546;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #777777;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #777777;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #777777;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #000000;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 .moto-widget-menu-link-arrow:before {
  color: #000000;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777777;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 .moto-widget-menu-link-arrow:before {
  color: #777777;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #000000;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active .moto-widget-menu-link-arrow:before {
  color: #000000;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #000000;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
  background-color: #2e2e2e;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #d10546;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #d10546;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #d10546;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
  color: #d10546;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #d10546;
    background-color: #f2f2f2;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border-color: #2e2e2e;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: #2e2e2e;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #d10546;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #2e2e2e;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #d10546;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #777777;
  border-color: #d10546;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777777;
  text-decoration: none;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #777777;
  text-decoration: none;
  border-color: #d10546;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #777777;
  border-color: #d10546;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
  background-color: #555555;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #d10546;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: #ffffff;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #d10546;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #d10546;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #777777;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #777777;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border-color: #777777;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: #777777;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #777777;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #777777;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #777777;
    text-decoration: none;
    background-color: #ffffff;
  }
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #ffffff;
  background-color: #d10546;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d10546;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #d10546;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #ffffff;
  background-color: #d10546;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #d10546;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #d10546;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #d10546;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #d10546;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #d10546;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #d10546;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border-color: #d10546;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: #d10546;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #d10546;
    text-decoration: none;
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #d10546;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #d10546;
    text-decoration: none;
    background-color: #ffffff;
  }
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button {
  background-color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before {
  color: #55616d;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button,
.moto-media-player.moto-preset-default .mejs-overlay-button {
  background-color: transparent;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:before {
  color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:hover:before {
  color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #ffffff;
  font-size: 12px;
  border-color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  background-color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
  background-color: rgba(127,135,138,0.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
  background-color: rgba(127,135,138,0.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  box-shadow: 0px 0px 4px 0px #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  background-color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
  background-color: rgba(127,135,138,0.5);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  box-shadow: 0px 0px 4px 0px #7f878a;
}
.moto-widget-pagination.moto-preset-default {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-item,
.moto-widget-pagination.moto-preset-default li {
  margin-right: 5px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link,
.moto-widget-pagination.moto-preset-default a {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
  border-width: 1px;
  border-radius: 0%;
  border-style: solid;
  text-decoration: none;
  width: 31px;
  height: 31px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link:hover,
.moto-widget-pagination.moto-preset-default a:hover {
  color: #d10546;
  border-color: #d10546;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active,
.moto-widget-pagination.moto-preset-default li.active a {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
  border-color: #d10546;
  text-decoration: none;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover,
.moto-widget-pagination.moto-preset-default li.active a:hover {
  font-style: normal;
  font-weight: 400;
  color: #d10546;
  border-color: #d10546;
  text-decoration: none;
}
.moto-widget-countdown.moto-preset-default .countdown-item-block {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #d3d8db;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 40px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-amount {
  color: #2e3a46;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-unit {
  color: #81868c;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
  min-width: 20px;
  font-size: 22px;
  color: #d3d8db;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-block {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #d3d8db;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 0px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
  color: #2e3a46;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
  color: #81868c;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
  min-width: 20px;
  font-size: 22px;
  color: #d3d8db;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-block {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-color: #81868c;
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-style: solid;
  border-radius: 40px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
  color: #2e3a46;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
  color: #81868c;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
  min-width: 20px;
  font-size: 30px;
  color: #81868c;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #80868b;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
  color: #80868b;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
  color: #80868b;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon:before {
  content: "\f105";
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #d3d8db;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  margin-bottom: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #d3d8db;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: solid;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #54616d;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #80868b;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f107";
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__content,
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .collapsing .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
  background-color: #ffffff;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #80868b;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
  color: #80868b;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
  color: #80868b;
  font-size: 14px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
  content: "\f067";
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #d3d8db;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  margin-bottom: 10px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: #ffffff;
  color: #54616d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #54616d;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: #ffffff;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #54616d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #54616d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f00d";
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  color: #80868b;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__content,
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .collapsing .moto-widget-accordion__content {
  background-color: #ffffff;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
  background-color: #d3d8db;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #54616d;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
  color: #54616d;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
  color: #80868b;
  font-size: 12px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon:before {
  content: "\f105";
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  margin-bottom: 5px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: #54616d;
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: #54616d;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f107";
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  background-color: #54616d;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__content,
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .collapsing .moto-widget-accordion__content {
  background-color: #ffffff;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.container-fluid,
.moto-cell {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-fixed .container-fluid {
  max-width: 1200px;
}
