@charset "UTF-8";
body {
  position: relative;
  overflow-x: hidden;
}

:focus {
  border-color: #333333;
  border-style: dashed;
  border-width: 1px;
}

.moto-color1 {
  color: #1c61ca;
}
.moto-color1_1 {
  color: #164b9d;
}
.moto-color1_2 {
  color: #1956b3;
}
.moto-color1_3 {
  color: #1c61ca;
}
.moto-color1_4 {
  color: #1f6ce0;
}
.moto-color1_5 {
  color: #357ae3;
}
.moto-color2 {
  color: #212121;
}
.moto-color2_1 {
  color: #080808;
}
.moto-color2_2 {
  color: #141414;
}
.moto-color2_3 {
  color: #212121;
}
.moto-color2_4 {
  color: #2e2e2e;
}
.moto-color2_5 {
  color: #3b3b3b;
}
.moto-color3 {
  color: #ffffff;
}
.moto-color3_1 {
  color: #e6e6e6;
}
.moto-color3_2 {
  color: #f2f2f2;
}
.moto-color3_3 {
  color: black;
}
.moto-color3_4 {
  color: #ffffff;
}
.moto-color3_5 {
  color: #ffffff;
}
.moto-color4 {
  color: #f1284e;
}
.moto-color4_1 {
  color: #d70e34;
}
.moto-color4_2 {
  color: #ef103a;
}
.moto-color4_3 {
  color: #f1284e;
}
.moto-color4_4 {
  color: #f33f61;
}
.moto-color4_5 {
  color: #f45775;
}
.moto-color5 {
  color: #c6cace;
}
.moto-color5_1 {
  color: #aab0b6;
}
.moto-color5_2 {
  color: #b8bdc2;
}
.moto-color5_3 {
  color: #c6cace;
}
.moto-color5_4 {
  color: #d3d6d9;
}
.moto-color5_5 {
  color: #e1e3e5;
}
.moto-color_custom1 {
  color: #000000;
}
.moto-color_custom2 {
  color: #ffffff;
}
.moto-color_custom3 {
  color: #5fccb6;
}
.moto-color_custom4 {
  color: #c4c4c4;
}
.moto-color_custom5 {
  color: #19e5f8;
}
.moto-bg-color1 {
  background: #1c61ca;
}
.moto-bg-color1_1 {
  background: #164b9d;
}
.moto-bg-color1_2 {
  background: #1956b3;
}
.moto-bg-color1_3 {
  background: #1c61ca;
}
.moto-bg-color1_4 {
  background: #1f6ce0;
}
.moto-bg-color1_5 {
  background: #357ae3;
}
.moto-bg-color2 {
  background: #212121;
}
.moto-bg-color2_1 {
  background: #080808;
}
.moto-bg-color2_2 {
  background: #141414;
}
.moto-bg-color2_3 {
  background: #212121;
}
.moto-bg-color2_4 {
  background: #2e2e2e;
}
.moto-bg-color2_5 {
  background: #3b3b3b;
}
.moto-bg-color3 {
  background: #ffffff;
}
.moto-bg-color3_1 {
  background: #e6e6e6;
}
.moto-bg-color3_2 {
  background: #f2f2f2;
}
.moto-bg-color3_3 {
  background: #ffffff;
}
.moto-bg-color3_4 {
  background: #ffffff;
}
.moto-bg-color3_5 {
  background: #ffffff;
}
.moto-bg-color4 {
  background: #f1284e;
}
.moto-bg-color4_1 {
  background: #d70e34;
}
.moto-bg-color4_2 {
  background: #ef103a;
}
.moto-bg-color4_3 {
  background: #f1284e;
}
.moto-bg-color4_4 {
  background: #f33f61;
}
.moto-bg-color4_5 {
  background: #f45775;
}
.moto-bg-color5 {
  background: #c6cace;
}
.moto-bg-color5_1 {
  background: #aab0b6;
}
.moto-bg-color5_2 {
  background: #b8bdc2;
}
.moto-bg-color5_3 {
  background: #c6cace;
}
.moto-bg-color5_4 {
  background: #d3d6d9;
}
.moto-bg-color5_5 {
  background: #e1e3e5;
}
.moto-bg-color_custom1 {
  background: #000000;
}
.moto-bg-color_custom2 {
  background: #ffffff;
}
.moto-bg-color_custom3 {
  background: #5fccb6;
}
.moto-bg-color_custom4 {
  background: #c4c4c4;
}
.moto-bg-color_custom5 {
  background: #19e5f8;
}
.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_bottom .moto-widget-row,
  .moto-widget-row.moto-justify-content_bottom .moto-widget-image,
  .moto-widget-row.moto-justify-content_bottom .moto-widget-menu {
    -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 {  /* this is the rule that makes submenus display on hover */
  display: block;
}

.moto-widget-menu .moto-widget-menu-item:focus-within > .moto-widget-menu-sublist {  /* this should make menus pop on focus with screenreaders */
  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-widget-cover_row:after,
.moto-widget-cover_row:before {
  width: 15px;
}
.moto-widget-cover_row:after {
  right: -15px;
}
.moto-widget-cover_row:before {
  left: -15px;
}
.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: 10px;
}
.moto-spacing-top-medium {
  padding-top: 25px;
}
.moto-spacing-top-large {
  padding-top: 86px;
}
.moto-spacing-bottom-auto {
  padding-bottom: initial;
}
.moto-spacing-bottom-zero {
  padding-bottom: 0;
}
.moto-spacing-bottom-small {
  padding-bottom: 10px;
}
.moto-spacing-bottom-medium {
  padding-bottom: 25px;
}
.moto-spacing-bottom-large {
  padding-bottom: 86px;
}
.moto-spacing-left-auto {
  padding-left: initial;
}
.moto-spacing-left-zero {
  padding-left: 0;
}
.moto-spacing-left-small {
  padding-left: 10px;
}
.moto-spacing-left-medium {
  padding-left: 25px;
}
.moto-spacing-left-large {
  padding-left: 86px;
}
.moto-spacing-right-auto {
  padding-right: initial;
}
.moto-spacing-right-zero {
  padding-right: 0;
}
.moto-spacing-right-small {
  padding-right: 10px;
}
.moto-spacing-right-medium {
  padding-right: 25px;
}
.moto-spacing-right-large {
  padding-right: 86px;
}
@media (max-width: 1039px) {
  .moto-spacing-top-small {
    padding-top: 7px;
  }
  .moto-spacing-top-medium {
    padding-top: 20px;
  }
  .moto-spacing-top-large {
    padding-top: 35px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 7px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 20px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 35px;
  }
  .moto-spacing-left-small {
    padding-left: 7px;
  }
  .moto-spacing-left-medium {
    padding-left: 20px;
  }
  .moto-spacing-left-large {
    padding-left: 35px;
  }
  .moto-spacing-right-small {
    padding-right: 7px;
  }
  .moto-spacing-right-medium {
    padding-right: 20px;
  }
  .moto-spacing-right-large {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .moto-spacing-top-small {
    padding-top: 7px;
  }
  .moto-spacing-top-medium {
    padding-top: 15px;
  }
  .moto-spacing-top-large {
    padding-top: 25px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 7px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 25px;
  }
  .moto-spacing-left-small {
    padding-left: 7px;
  }
  .moto-spacing-left-medium {
    padding-left: 15px;
  }
  .moto-spacing-left-large {
    padding-left: 25px;
  }
  .moto-spacing-right-small {
    padding-right: 7px;
  }
  .moto-spacing-right-medium {
    padding-right: 15px;
  }
  .moto-spacing-right-large {
    padding-right: 25px;
  }
}
@media (max-width: 479px) {
  .moto-spacing-top-small {
    padding-top: 7px;
  }
  .moto-spacing-top-medium {
    padding-top: 15px;
  }
  .moto-spacing-top-large {
    padding-top: 25px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 7px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 25px;
  }
  .moto-spacing-left-small {
    padding-left: 7px;
  }
  .moto-spacing-left-medium {
    padding-left: 15px;
  }
  .moto-spacing-left-large {
    padding-left: 25px;
  }
  .moto-spacing-right-small {
    padding-right: 7px;
  }
  .moto-spacing-right-medium {
    padding-right: 15px;
  }
  .moto-spacing-right-large {
    padding-right: 25px;
  }
}
.moto-text_191 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_191 a {
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_191 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f1284e;
}
@media (max-width: 1039px) {
  .moto-text_191 {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_191 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_191 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_190 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_190 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_190 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_190 {
    font-size: 25px;
    line-height: 0.9;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_190 {
    font-size: 25px;
    line-height: 0.9;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_190 {
    font-size: 25px;
    line-height: 0.9;
    letter-spacing: 0px;
  }
}
.moto-container_header_575eac5a3501c {
  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_575eaaffecdc6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575eaaffec718 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575eaac703a50 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575eaac7032b3 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575eaa525b59a {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575eaa525aeb4 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575ea790 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575ea765 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e910f856fb {
  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: #1c61ca;
  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_575e910f84bb4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  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_575e910f8428f {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.62);
  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_575e910f83791 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-contacts-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e9096 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575e9075 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-services-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e8f01 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575e8ee6 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-services-parallax-header.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e8cea5b7bf {
  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: #1c61ca;
  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_575e8cea5b299 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-parallax2.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e8cea5ad3f {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  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_575e8cea5a71c {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575e8cea59d1c {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.moto-container_content_575e8ac5 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #3b3b3b;
  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_165 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0px;
}
.moto-text_165 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_165 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #5fccb6;
}
@media (max-width: 1039px) {
  .moto-text_165 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_165 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_165 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.moto-container_content_575e856d {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0,0,0,0.52);
  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_575e8394 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.moto-container_content_575e8213550ca {
  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: #1c61ca;
  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_575e82135485f {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-parallax3.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e821353b62 {
  margin-top: 0px;
  margin-bottom: 10px;
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-clients-parallax1.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e7d3a {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  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_575e7916 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  /*background-color: rgba(0,0,0,0.52);*/
  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_575e78f3 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-services-parallax-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.moto-container_content_575e77a055f8f {
  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: #1c61ca;
  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_575e77a054ed7 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-parallax2.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_575e5f0e {
  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: #3b3b3b;
  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_148 {
  font-weight: 600;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #357ae3;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_148 a {
  color: #357ae3;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_148 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #212121;
}
@media (max-width: 1039px) {
  .moto-text_148 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_148 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_148 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_147 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_147 a {
  color: #212121;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
}
.moto-text_147 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_147 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_147 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_147 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_146 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_146 a {
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_146 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_146 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_146 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_146 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_145 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_145 a {
  color: #212121;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
}
.moto-text_145 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_145 {
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_145 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_145 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_144 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 2.7;
  letter-spacing: 0px;
}
.moto-text_144 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_144 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_144 {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_144 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_144 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-container_header_56a23dae {
  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: #c6cace;
  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_header_56a23d83 {
  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;
  /*
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-header-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  */
}
.moto-container_content_569ec0f9 {
  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: #1c61ca;
  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_569ec0f7 {
  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;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-parallax3.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_569ec0e9 {
  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;
  /*background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-parallax2.jpg');*/
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_content_569ec0e2 {
  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: #1c61ca;
  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('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-about-parallax4.jpg'); */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_footer_569ebb97 {
  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_header_569c039f {
  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: #c6cace;
  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-text_99 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 314px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_99 a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 800;
  font-style: normal;
}
.moto-text_99 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_99 {
    font-size: 120px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_99 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_99 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-container_content_547360e4 {
  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-background_2 {
  background-color: #c6cace;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.moto-background_1 {
  background-color: #1c61ca;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('https://template58846.motopreview.com/mt-demo/58800/58846/mt-content/uploads/2016/06/mt-0466-404-bg.jpg');
}
.moto-background {
  background-color: #ffffff;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.moto-text_system_14 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_system_14 a {
  color: #212121;
  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: #f1284e;
}
@media (max-width: 1039px) {
  .moto-text_system_14 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_14 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_14 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_13 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_13 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_13 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_system_13 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_13 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_13 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_system_12 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_system_12 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_12 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1039px) {
  .moto-text_system_12 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_12 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_12 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_system_11 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_system_11 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_11 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1039px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_11 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_11 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_system_10 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #e1e3e5;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_system_10 a {
  color: #e1e3e5;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_10 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_system_10 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_10 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_10 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_9 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_9 a {
  color: #212121;
  text-decoration: underline;
  font-weight: 800;
  font-style: normal;
}
.moto-text_system_9 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_system_9 {
    font-size: 15px;
    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: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_system_8 a {
  color: #f1284e;
  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: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_system_8 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_8 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_8 {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.moto-text_system_7 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_system_7 a {
  color: #212121;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
}
.moto-text_system_7 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #f1284e;
}
@media (max-width: 1039px) {
  .moto-text_system_7 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_7 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_7 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.moto-text_system_6 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_system_6 a {
  color: #e1e3e5;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
}
.moto-text_system_6 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #f1284e;
}
@media (max-width: 1039px) {
  .moto-text_system_6 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_6 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_6 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_system_5 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_5 a {
  color: #212121;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
}
.moto-text_system_5 a:hover {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  color: #f1284e;
}
@media (max-width: 1039px) {
  .moto-text_system_5 {
    font-size: 28px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_5 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_5 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_4 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_4 a {
  color: #212121;
  text-decoration: underline;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_4 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #212121;
}
@media (max-width: 1039px) {
  .moto-text_system_4 {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_3 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_3 a {
  color: #212121;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_3 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #212121;
}
@media (max-width: 1039px) {
  .moto-text_system_3 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_3 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_3 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_2 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #c6cace;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_2 a {
  color: #c6cace;
  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: #c6cace;
}
@media (max-width: 1039px) {
  .moto-text_system_2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_1 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #212121;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_1 a {
  color: #1c61ca;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_1 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #1c61ca;
}
@media (max-width: 1039px) {
  .moto-text_system_1 {
    font-size: 23px;
    line-height: 0.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 0.9;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_1 {
    font-size: 25px;
    line-height: 0.9;
    letter-spacing: 0px;
  }
}
.moto-text_normal {
  font-weight: 400;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_normal a {
  color: #f1284e;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_normal a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #212121;
}
@media (max-width: 1039px) {
  .moto-text_normal {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-widget-text ul li {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-text ul li {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-text ul li {
    padding-bottom: 4px;
  }
}
.moto-widget-text ul li:first-of-type {
  margin-top: 0;
}
.moto-widget-text ul li a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/*    EXECSEARCH CONFLICT - SEE EXECSEARCH.CSS UL > LI:BEFORE RULE - NF 6/28/17
.moto-widget-text ul li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  font-weight: 400;
  color: #5fccb6;
  text-align: center;
  content: '\f00c';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
@media screen and (max-width: 1039px) {
  .moto-widget-text ul li:before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-text ul li:before {
    top: 11px;
  }
}
.moto-widget-text ol {
  counter-reset: moto-counter;
}
/* EXECSEARCH CONFLICT - SEE EXECSEARCH.CSS OL > LI RULE - NF 6/28/17
.moto-widget-text ol li {
  position: relative;
  padding-left: 97px;
  line-height: 22px;
  min-height: 90px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}*/
.moto-widget-text ol li:first-child {
  margin-top: 0;
}
/* EXECSEARCH CONFLICT - SEE EXECSEARCH.CSS OL > LI:BEFORE RULE - NF 6/28/17
.moto-widget-text ol li:before {
  content: counter(moto-counter);
  counter-increment: moto-counter;
  width: 69px;
  height: 69px;
  color: #ffffff;
  background-color: #f1284e;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 69px;
}*/
.moto-widget-menu .moto-widget-menu-toggle-btn {
  width: 40px;
  padding: 0 8px;
  margin-top: 10px;
  /* THIS NEEDS TO BE 0px TO WORK WITH NEW CUSTOM MOBILE DROPDOWN - NF 1/30/20
  margin-bottom: 15px;
  */
  margin-bottom: 0px;
}
.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 {
  text-align: left;
  margin-left: 12px;
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item:first-of-type {
  margin-left: 0;
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  padding: 36px 3px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    padding: 26px 3px;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist {
  top: 100%;
  min-width: 150px;
  padding: 10px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item {
  display: block;
  margin-top: 2px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item:first-child {
  margin-top: 0;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-size: 13px;
  padding: 3px 0;
  text-indent: 20px;
  overflow: hidden;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: absolute;
  right: 8px;
  top: 4px;
  font-size: 17px;
  display: block;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: "\f105";
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 20px;
  height: 5px;
  left: -23px;
  top: 9px;
  background: #212121;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:hover:after {
  left: -9px;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist {
  left: calc(100% + 1px);
  top: -10px;
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  content: "";
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #1c61ca;
  content: "";
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link:hover:before,
.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link.moto-widget-menu-link-active:before {
  width: 100%;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link.moto-widget-menu-link-active:before {
  background: #000000;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item {
  margin: 20px 1px;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  border: 1px solid;
  border-radius: 3px;
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    border: none;
    border-radius: 0px;
  }
}
@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-right: none;
    padding: 0;
    border-bottom: 1px solid;
    margin: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:last-child {
    border-bottom: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    padding: 5px 20px;
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
  }
  .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-sublist {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border-top: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .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;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .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: 5px 25px;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    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 {
    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 {
    margin: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .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: 5px 40px 5px 60px;
  }
}
.moto-widget-button .moto-widget-button-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-button .moto-widget-button-link .moto-widget-button-label {
  position: relative;
  vertical-align: middle;
}
.moto-widget-button .moto-widget-button-link.moto-size-small {
  font-size: 12px;
}
.moto-widget-button .moto-widget-button-link.moto-size-medium {
  font-size: 15px;
}
.moto-widget-button .moto-widget-button-link.moto-size-large {
  font-size: 20px;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  border-radius: 30px;
  text-align: center;
  min-width: 190px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-default .moto-widget-button-link {
    min-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-button.moto-preset-default .moto-widget-button-link {
    min-width: 190px;
  }
}
.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-large {
  padding: 20px 13px 18px;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
  padding: 17px 12px 18px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
    font-size: 12px;
    padding: 22px 12px 19px;
  }
}
.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-small {
  padding: 14px 7px 12px;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  border-radius: 30px;
  min-width: 190px;
  text-align: center;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link {
    min-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link {
    min-width: 190px;
  }
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-theme-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 6px;
  margin-left: -20px;
  text-indent: 3px;
  line-height: 31px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-theme-icon {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-theme-icon {
    margin-left: -20px;
  }
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-theme-icon:before {
  content: "\f0da";
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
  padding: 15px 13px 13px;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium {
  padding: 12px 10px 11px;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium .moto-widget-button-label {
  top: -2px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium {
    font-size: 12px;
  }
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-small {
  padding: 11px 7px 7px;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  border: 3px solid;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.3px;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-large {
  padding: 17px 34px;
  min-width: 190px;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-medium {
  padding: 15px 30px;
  min-width: 190px;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-small {
  padding: 12px 26px 12px;
  min-width: 170px;
  font-size: 18px;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  border: 3px solid;
  border-radius: 30px;
  min-width: 190px;
  text-align: center;
  letter-spacing: 1.3px;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-large {
  padding: 17px 34px;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-medium {
  padding: 15px 30px;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-small {
  padding: 11px 26px;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  letter-spacing: 1.3px;
  border-radius: 30px;
  min-width: 190px;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
  padding: 20px 13px 18px;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
  padding: 17px 12px 18px;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-small {
  padding: 14px 7px 12px;
}
.moto-widget-social-links .moto-widget-social-links-item {
  margin-bottom: 5px;
  margin-left: 14px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links .moto-widget-social-links-item {
    margin-bottom: 2px;
    margin-left: 4px;
  }
}
.moto-widget-social-links .moto-widget-social-links-item:first-of-type {
  margin-left: 0;
}
.moto-widget-social-links .moto-widget-social-links-item:last-of-type {
  margin-right: 0;
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
  position: relative;
  display: block;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
    min-width: 28px;
    min-height: 28px;
  }
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link:before {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-social-links .moto-widget-social-links-link_facebook:before {
  content: "\f082";
}
.moto-widget-social-links .moto-widget-social-links-link_googleplus:before {
  content: "\f0d4";
}
.moto-widget-social-links .moto-widget-social-links-link_twitter:before {
  content: "\f081";
}
.moto-widget-social-links .moto-widget-social-links-link_pinterest:before {
  content: "\f0d3";
}
.moto-widget-social-links .moto-widget-social-links-link_linkedin:before {
  content: "\f08c";
}
.moto-widget-social-links .moto-widget-social-links-link_instagram:before {
  content: "\f16d";
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
  font-size: 38px;
  line-height: 38px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
    font-size: 28px;
    line-height: 28px;
  }
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  font-size: 24px;
  line-height: 40px;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  will-change: -webkit-transform;
  will-change: transform;
  font-size: 24px;
  line-height: 40px;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link.moto-widget-social-links-link_facebook {
  background: #4e71a8;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link.moto-widget-social-links-link_googleplus {
  background: #e3411f;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link.moto-widget-social-links-link_twitter {
  background: #1cb7eb;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link.moto-widget-social-links-link_pinterest {
  background: #ca3737;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link.moto-widget-social-links-link_linkedin {
  background: #1686b0;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link.moto-widget-social-links-link_instagram {
  background: #3e739d;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.moto-widget-image .moto-widget-image-link {
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.moto-widget-image .moto-widget-image-link:before,
.moto-widget-image .moto-widget-image-link:after {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.moto-widget-image .moto-widget-image-link .moto-widget-image-picture {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link {
  overflow: hidden;
  border-radius: 50%;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* content: "";*/   /* !!! CUSTOM !!! commenting out because it breaks linking circled images */
  z-index: 1;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  font-size: 30px;
  content: '\f002';
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  font-size: 30px;
  content: '\f065';
  z-index: 3;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  border: 1px solid;
}
.moto-widget-contact_form .moto-widget-contact_form-group {
  padding-bottom: 15px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-label {
  display: none;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
  font-size: 12px;
  padding: 12px 20px;
  line-height: 20px;
  height: 50px;
  outline: none;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  height: 50px;
}
.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: 11px;
  line-height: 12px;
  bottom: 2px;
}
.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  font-size: 11px;
  line-height: 12px;
  bottom: 8px;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-field {
  border: 3px solid;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-field {
  border: 1px solid;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-field {
  border-bottom: 1px solid;
}
.moto-widget-slider .bx-pager {
  position: absolute;
  text-align: center;
  width: auto;
  bottom: 160px;
  left: 460px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-pager {
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-pager {
    left: 15px;
    bottom: 80px;
  }
}
.moto-widget-slider .bx-pager .bx-pager-link {
  font-size: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-slider .bx-caption {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 20px 110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-caption {
    padding: 10px;
    width: 100%;
  }
}
.moto-widget-slider .bx-caption span {
  font-size: 33px;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-caption span {
    font-size: 20px;
    line-height: 24px;
  }
}
.moto-widget-slider .bx-controls-direction {
  max-width: 1170px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-controls-direction {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-controls-direction {
    width: 100%;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-controls-direction .bx-next {
  bottom: 50px;
  font-size: 0;
  font-family: FontAwesome;
  font-weight: normal;
  text-rendering: auto;
  text-decoration: none;
  text-align: center;
  z-index: 50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-slider .bx-controls-direction .bx-prev:before,
.moto-widget-slider .bx-controls-direction .bx-next:before {
  font-size: 25px;
  font-weight: 700;
  line-height: 65px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-controls-direction .bx-prev:before,
  .moto-widget-slider .bx-controls-direction .bx-next:before {
    font-size: 25px;
    line-height: 26px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev {
  right: 30px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-controls-direction .bx-prev {
    right: 30px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.moto-widget-slider .bx-controls-direction .bx-next {
  right: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-controls-direction .bx-next {
    right: 10px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.moto-widget-slider.moto-preset-2 .bx-pager {
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.moto-widget-slider.moto-preset-2 .bx-pager .bx-pager-item {
  margin-right: 6px;
}
.moto-widget-slider.moto-preset-2 .bx-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.moto-widget-slider.moto-preset-2 .bx-pager .bx-pager-item .bx-pager-link {
  width: 10px;
  height: 10px;
  margin: 0;
  border: none;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction {
  max-width: 1170px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-controls-direction {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .bx-controls-direction {
    width: 100%;
  }
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  top: 50%;
  font-size: 0;
  font-family: FontAwesome;
  font-weight: normal;
  text-rendering: auto;
  text-decoration: none;
  text-align: center;
  z-index: 50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
  .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
    font-size: 25px;
    line-height: 26px;
  }
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev {
  right: 50px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev {
    right: 20px;
  }
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  right: 0;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
  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;
}
.moto-widget-carousel.moto-preset-default .bx-pager {
  position: absolute;
  text-align: center;
  width: auto;
  bottom: -40px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-carousel.moto-preset-default .bx-pager {
    bottom: -20px;
  }
}
.moto-widget-carousel.moto-preset-default .bx-controls-direction {
  top: 50%;
}
@media screen and (max-width: 1039px) {
  .moto-widget-carousel.moto-preset-default .bx-controls-direction {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-carousel.moto-preset-default .bx-controls-direction {
    top: 29%;
  }
}
.moto-widget-carousel.moto-preset-2 .bx-pager {
  position: absolute;
  text-align: center;
  width: auto;
  bottom: -40px;
  left: 0px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-carousel.moto-preset-2 .bx-pager {
    bottom: -20px;
  }
}
.moto-widget-carousel.moto-preset-2 .bx-controls-direction {
  top: 100%;
  z-index: 5;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item {
  position: relative;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
  position: absolute;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
    font-size: 12px;
    line-height: 14px;
  }
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item {
  text-align: center;
  overflow: hidden;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  font-size: 24px;
  content: "\f06e";
  z-index: 3;
  will-change: opacity;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  .moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
    font-size: 20px;
  }
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  will-change: opacity;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
  opacity: 0;
  display: block;
  padding: 34px 20px 30px 20px;
  bottom: 0;
  text-align: right;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
@media screen and (max-width: 767px) {
  .moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
    padding: 10px;
    min-height: 50px;
  }
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption.caption-visible {
  opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item {
  overflow: hidden;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
  display: table;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  width: 100%;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption p {
  display: inline-block;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption.caption-visible {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
  top: 50%;
  bottom: auto;
  padding: 20px 30px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image {
  -webkit-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}
.moto-back-to-top-button {
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
@media screen and (max-width: 1039px) {
  .moto-back-to-top-button {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moto-back-to-top-button {
    right: 20px;
    bottom: 50px;
  }
}
.moto-back-to-top-button .moto-back-to-top-button-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 47px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  color: #ffffff;
  background-color: #1c61ca;
  text-align: center;
  z-index: 5;
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.moto-back-to-top-button .moto-back-to-top-button-icon:after {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  content: "\f106";
  z-index: 3;
}
.moto-back-to-top-button .moto-back-to-top-button-icon:hover {
  background-color: #212121;
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #e6e6e6;
}
.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #212121;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f1284e;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link:before {
  background-color: transparent;
}
.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;
}
.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.4);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  color: #ffffff;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  background-color: rgba(241,90,90,0.5);
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  background-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
  background-color: rgba(255,255,255,0.4);
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000000;
  background-color: #ffffff;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #212121;
}
.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: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #f1284e;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #d70e34;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover .moto-widget-theme-icon:before {
  color: #ffffff;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-theme-icon:before {
  color: #ffffff;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #212121;
  background-color: transparent;
  border-color: #f1284e;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #f1284e;
}
.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: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #f1284e;
  background-color: transparent;
  border-color: #f1284e;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  background-color: #f1284e;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #000000;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.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:before {
  color: #f1284e;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
  color: #1c61ca;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-default .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-caption {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.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: #1c61ca;
}
.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: #ffffff;
}
.moto-widget-slider.moto-preset-default .bx-pager-link {
  border-color: #c6cace;
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
  border-color: #f1284e;
  background-color: #f1284e;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active {
  border-color: #f1284e;
  background-color: #f1284e;
}
.moto-widget-slider.moto-preset-2 .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.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: #ffffff;
}
.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: #f1284e;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link {
  background-color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
  background-color: #1c61ca;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
  background-color: #1c61ca;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active:hover {
  background-color: #1c61ca;
}
.moto-widget-grid-gallery.moto-preset-default .caption {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(241,90,90,0.5);
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
  background-color: rgba(98,205,183,0.6);
}
.moto-widget-grid-gallery.moto-preset-3 .caption {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
  font-family: 'Raleway', sans-serif;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #000000;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #c4c4c4;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #212121;
  background-color: #ffffff;
  border-color: #c4c4c4;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #000000;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #000000;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #000000;
}
.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: #1c61ca;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #5fccb6;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #1c61ca;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
  font-family: 'Raleway', sans-serif;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #212121;
  background-color: rgba(135,217,200,0.5);
  font-style: normal;
  font-weight: 300;
  border-color: #212121;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #1c61ca;
  background-color: rgba(135,217,200,0.5);
  border-color: #212121;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #212121;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #212121;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #212121;
}
.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: #1c61ca;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 700;
  color: #5fccb6;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #1c61ca;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
  font-family: 'Raleway', sans-serif;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #ffffff;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  border-color: #c4c4c4;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #ffffff;
  background-color: transparent;
  border-color: #f1284e;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #ffffff;
}
.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: #f1284e;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #5fccb6;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #f1284e;
}
.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 .moto-widget-menu-link-level-1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  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 {
  color: #000000;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
  background-color: #1c61ca;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #c6cace;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  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.moto-widget-menu-link-active {
  color: #c6cace;
  text-decoration: none;
}
.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: #212121;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #212121;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #1c61ca;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #1c61ca;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #212121;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #212121;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
  }
  .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: #1c61ca;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #212121;
    text-decoration: none;
  }
  .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;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #1c61ca;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.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: #1c61ca;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
  background-color: rgba(0,0,0,0.2);
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #1c61ca;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  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.moto-widget-menu-link-active {
  color: #1c61ca;
  text-decoration: none;
}
.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: #1c61ca;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #1c61ca;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #1c61ca;
}
@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: #1c61ca;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #212121;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #212121;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
  }
  .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: #1c61ca;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #212121;
    text-decoration: none;
  }
  .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: #1c61ca;
    text-decoration: none;
  }
}
.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: #1c61ca;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c61ca;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #1c61ca;
}
.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: #1c61ca;
  border-color: #1c61ca;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
  background-color: rgba(0,0,0,0.2);
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #1c61ca;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  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 {
  color: #1c61ca;
  text-decoration: none;
}
.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: #1c61ca;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #1c61ca;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #1c61ca;
}
@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: #1c61ca;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #212121;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #212121;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
  }
  .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: #ffffff;
    text-decoration: none;
    background-color: #1c61ca;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #212121;
    text-decoration: none;
  }
  .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: #1c61ca;
    text-decoration: none;
  }
}
.moto-widget-pagination.moto-preset-default {
  font-family: tahoma, arial, helvetica, 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: #212121;
  background-color: transparent;
  border-color: transparent;
  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: #f1284e;
}
.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: #f1284e;
  border-color: transparent;
  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: #f1284e;
  border-color: transparent;
  text-decoration: none;
}
.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-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;
}
.container-fluid,
.moto-cell {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-fixed .container-fluid {
  max-width: 1200px;
}