@charset "UTF-8";
body {
  position: relative;
  overflow-x: hidden;
}
.moto-color1 {
  color: #ee514a;
}
.moto-color1_1 {
  color: #ea231b;
}
.moto-color1_2 {
  color: #ec3a32;
}
.moto-color1_3 {
  color: #ee514a;
}
.moto-color1_4 {
  color: #f06760;
}
.moto-color1_5 {
  color: #f27d78;
}
.moto-color2 {
  color: #484848;
}
.moto-color2_1 {
  color: #2e2e2e;
}
.moto-color2_2 {
  color: #3b3b3b;
}
.moto-color2_3 {
  color: #484848;
}
.moto-color2_4 {
  color: #545454;
}
.moto-color2_5 {
  color: #616161;
}
.moto-color3 {
  color: #888888;
}
.moto-color3_1 {
  color: #6e6e6e;
}
.moto-color3_2 {
  color: #7a7a7a;
}
.moto-color3_3 {
  color: #888888;
}
.moto-color3_4 {
  color: #949494;
}
.moto-color3_5 {
  color: #a1a1a1;
}
.moto-color4 {
  color: #ffffff;
}
.moto-color4_1 {
  color: #e6e6e6;
}
.moto-color4_2 {
  color: #f2f2f2;
}
.moto-color4_3 {
  color: #ffffff;
}
.moto-color4_4 {
  color: #ffffff;
}
.moto-color4_5 {
  color: #ffffff;
}
.moto-color5 {
  color: #000000;
}
.moto-color5_1 {
  color: #000000;
}
.moto-color5_2 {
  color: #000000;
}
.moto-color5_3 {
  color: #000000;
}
.moto-color5_4 {
  color: #0d0d0d;
}
.moto-color5_5 {
  color: #1a1a1a;
}
.moto-color_custom1 {
  color: #000000;
}
.moto-color_custom2 {
  color: #ffffff;
}
.moto-color_custom3 {
  color: #ff0000;
}
.moto-color_custom4 {
  color: #2e7d32;
}
.moto-color_custom5 {
  color: #022f32;
}
.moto-bg-color1 {
  background: #ee514a;
}
.moto-bg-color1_1 {
  background: #ea231b;
}
.moto-bg-color1_2 {
  background: #ec3a32;
}
.moto-bg-color1_3 {
  background: #ee514a;
}
.moto-bg-color1_4 {
  background: #f06760;
}
.moto-bg-color1_5 {
  background: #f27d78;
}
.moto-bg-color2 {
  background: #484848;
}
.moto-bg-color2_1 {
  background: #2e2e2e;
}
.moto-bg-color2_2 {
  background: #3b3b3b;
}
.moto-bg-color2_3 {
  background: #484848;
}
.moto-bg-color2_4 {
  background: #545454;
}
.moto-bg-color2_5 {
  background: #616161;
}
.moto-bg-color3 {
  background: #888888;
}
.moto-bg-color3_1 {
  background: #6e6e6e;
}
.moto-bg-color3_2 {
  background: #7a7a7a;
}
.moto-bg-color3_3 {
  background: #888888;
}
.moto-bg-color3_4 {
  background: #949494;
}
.moto-bg-color3_5 {
  background: #a1a1a1;
}
.moto-bg-color4 {
  background: #ffffff;
}
.moto-bg-color4_1 {
  background: #e6e6e6;
}
.moto-bg-color4_2 {
  background: #f2f2f2;
}
.moto-bg-color4_3 {
  background: #ffffff;
}
.moto-bg-color4_4 {
  background: #ffffff;
}
.moto-bg-color4_5 {
  background: #ffffff;
}
.moto-bg-color5 {
  background: #000000;
}
.moto-bg-color5_1 {
  background: #000000;
}
.moto-bg-color5_2 {
  background: #000000;
}
.moto-bg-color5_3 {
  background: #000000;
}
.moto-bg-color5_4 {
  background: #0d0d0d;
}
.moto-bg-color5_5 {
  background: #1a1a1a;
}
.moto-bg-color_custom1 {
  background: #000000;
}
.moto-bg-color_custom2 {
  background: #ffffff;
}
.moto-bg-color_custom3 {
  background: #ff0000;
}
.moto-bg-color_custom4 {
  background: #2e7d32;
}
.moto-bg-color_custom5 {
  background: #022f32;
}
.moto-widget {
  position: relative;
}
.moto-widget-cover,
.frame-empty {
  display: none;
}
.moto-text_justify{
	text-align:justify
}
@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 {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .moto-widget-row.moto-justify-content_center .moto-widget-row {
    -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 .moto-widget-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.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: -1px 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;
  margin-top:5px;
}
.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-picture-banner {
  width: 100%;
  max-width: 392px;
}
.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 {
	margin-top:25px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0;
    display: none;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item {
  display: inline-block;
  position: relative;
}
.moto-widget-menu .moto-widget-menu-sublist {
  display: none;
  position: absolute;
  left: 0;
  z-index: 500;
}
.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item {
  display: block;
}
.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  left: 100%;
  top: 0;
}
.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-link {
  position: relative;
  display: block;
}
.moto-widget-menu .moto-widget-menu-item:hover > .moto-widget-menu-sublist {
  display: block;
}
.moto-widget-iframe .moto-widget-iframe-frame {
  display: block;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  width: 90%;
  margin: 0 auto;
  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-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-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;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-s-error .mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-s-error .mfp-preloader a {
  color: #CCC;
}
.mfp-s-error .mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-preloader:after {
  display: none;
}
.mfp-preloader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(184,184,184,0.2);
  border-left-color: #b8b8b8;
  -webkit-animation: defaultLoader 1.1s infinite linear;
  animation: defaultLoader 1.1s infinite linear;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.3;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  width: 80px;
  height: 100px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 48px;
}
.mfp-arrow:active {
  margin-top: -48px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  content: "\f104";
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  content: "\f105";
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.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);
}
.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-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: 20px;
}
.moto-spacing-top-large {
  padding-top: 45px;
}
.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: 20px;
}
.moto-spacing-bottom-large {
  padding-bottom: 45px;
}
.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: 20px;
}
.moto-spacing-left-large {
  padding-left: 45px;
}
.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: 20px;
}
.moto-spacing-right-large {
  padding-right: 45px;
}
@media (max-width: 1039px) {
  .moto-spacing-top-small {
    padding-top: 10px;
  }
  .moto-spacing-top-medium {
    padding-top: 20px;
  }
  .moto-spacing-top-large {
    padding-top: 25px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 10px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 20px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 25px;
  }
  .moto-spacing-left-small {
    padding-left: 10px;
  }
  .moto-spacing-left-medium {
    padding-left: 20px;
  }
  .moto-spacing-left-large {
    padding-left: 25px;
  }
  .moto-spacing-right-small {
    padding-right: 10px;
  }
  .moto-spacing-right-medium {
    padding-right: 20px;
  }
  .moto-spacing-right-large {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .moto-spacing-top-small {
    padding-top: 10px;
  }
  .moto-spacing-top-medium {
    padding-top: 20px;
  }
  .moto-spacing-top-large {
    padding-top: 30px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 10px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 20px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 30px;
  }
  .moto-spacing-left-small {
    padding-left: 10px;
  }
  .moto-spacing-left-medium {
    padding-left: 20px;
  }
  .moto-spacing-left-large {
    padding-left: 30px;
  }
  .moto-spacing-right-small {
    padding-right: 10px;
  }
  .moto-spacing-right-medium {
    padding-right: 20px;
  }
  .moto-spacing-right-large {
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .moto-spacing-top-small {
    padding-top: 10px;
  }
  .moto-spacing-top-medium {
    padding-top: 20px;
  }
  .moto-spacing-top-large {
    padding-top: 30px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 10px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 20px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 30px;
  }
  .moto-spacing-left-small {
    padding-left: 10px;
  }
  .moto-spacing-left-medium {
    padding-left: 20px;
  }
  .moto-spacing-left-large {
    padding-left: 30px;
  }
  .moto-spacing-right-small {
    padding-right: 10px;
  }
  .moto-spacing-right-medium {
    padding-right: 20px;
  }
  .moto-spacing-right-large {
    padding-right: 30px;
  }
}
.moto-container_content_566c129f {
  margin: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #e6e6e6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url(../img/home-bg-img2.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.moto-container_footer_56685c32 {
  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: #1a1a1a;
  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_566858fd {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #e6e6e6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url(../img/home-bg-img2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.moto-container_content_56684bd3 {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #666666;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #1a1a1a;
  background-image: url(../img/mt-0266-home-img2.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
-webkit-box-shadow: inset -5px -5px 10px 10px rgba(0,0,0,0.5);
-moz-box-shadow: inset -5px -5px 10px 10px rgba(0,0,0,0.5);
box-shadow: inset -5px -5px 10px 10px rgba(0,0,0,0.5);
}
.moto-container_header_56683556 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: none;
  /*background-color: #2e2e2e;
  background-image: url(../img/home-bg-img1.jpeg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;*/
}
/*.moto-widget-spacer-block.header2{
	height:75px;
}
.moto-widget-spacer-block.header1{
	height:82px;
}*/
.moto-background {
  background-color: #ffffff;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.moto-text_system_13 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color:#000000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0px;
}
@media (max-width: 479px) {
  .moto-text_system_13 {
    font-size: 14px;
  }
}
.moto-text_system_12 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ee514a;
  font-size: 120px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_12 a {
  color: #ee514a;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_12 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ee514a;
}
.moto-text_system_11 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ee514a;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_11 a {
  color: #ee514a;
  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: #484848;
}
@media (max-width: 1039px) {
  .moto-text_system_11 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_11 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_11 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_10 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_system_10 a {
  color: #484848;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_10 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #484848;
}
@media (max-width: 1039px) {
  .moto-text_system_10 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_10 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_10 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_system_9 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_system_9 a {
  color: #484848;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_system_9 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #ee514a;
}
@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: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_9 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_8 {
  font-style: normal;
  font-family: 'Stencil';
  color: #da1c17;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
}
.moto-text_system_8 a {
  color: #022f32;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_system_8 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ee514a;
}
@media (max-width: 1039px) {
  .moto-text_system_8 {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_8 {
    font-size: 25px;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_8 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}
.moto-text_system_7 {
  font-weight: 400;
  font-style: normal;
  font-family: Calibri;
  color: #484848;
  font-size: 25px;
  line-height: 0.8;
  letter-spacing: 0px;
}
.moto-text_system_7 a {
  color: #484848;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_7 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ee514a;
}
@media (max-width: 1039px) {
  .moto-text_system_7 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_7 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_7 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_3 {
  font-style: normal;
  font-family: 'Stencil';
  color:#000000;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.4);
}
.moto-text_system_3 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_3 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_system_3 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_3 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_3 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_system_2 {
  font-style: normal;
  font-family: 'Matura MT Script Capitals';
  color: #da1c17;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.moto-text_system_2 a {
  color: #484848;
  text-decoration: none;
  font-style: normal;
}
.moto-text_system_2 a:hover {
  text-decoration: none;
  font-style: normal;
  color: #ee514a;
}
@media (max-width: 1039px) {
  .moto-text_system_2 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_1 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_1 a {
  color: #ffffff;
  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: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_system_1 {
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_1 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_1 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_normal {
  font-weight: 400;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  color: #888888;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_normal a {
  color: #484848;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_normal a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
@media (max-width: 1039px) {
  .moto-text_normal {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_normal {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_normal {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-widget-text ul li {
  position: relative;
  margin: 28px 0 0 0;
  padding: 0 0 0 59px;
}
.moto-widget-text ul li:first-child {
  margin: 0;
}
.moto-widget-text ul li:before {
  content: "\f05d";
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 40px;
  line-height: 24px;
  font-family: FontAwesome;
  color: #888888;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.moto-widget-text ol {
  counter-reset: moto-counter;
}
.moto-widget-text ol li {
  position: relative;
  padding-left: 39px;
  margin: 23px 0 25px 0;
}
.moto-widget-text ol li:first-child {
  margin: 0 0 25px 0;
}
.moto-widget-text ol li:before {
  content: counter(moto-counter) ".";
  counter-increment: moto-counter;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  color: #ee514a;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: block;
  font-weight: 300;
  padding: 0px 0px 0px 13px;
}
.moto-widget-button .moto-size-small {
  font-size: 16px;
  line-height: 22px;
}
.moto-widget-button .moto-size-medium {
  font-size: 18px;
  line-height: 24px;
}
.moto-widget-button .moto-size-large {
  font-size: 20px;
  line-height: 26px;
}
.moto-widget-button .moto-widget-button-link {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 1;
  border: 3px solid;
  padding: 10px 32px;
}
.moto-widget-button .moto-widget-button-link .moto-widget-theme-icon:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-image .moto-widget-image-link {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid;
}
.moto-widget-image .moto-widget-image-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  border: 1px solid;
}
.moto-widget-image .moto-widget-image-link:after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
}
.moto-widget-image .moto-widget-image-picture, moto-widget-image .moto-widget-image-picture-banner {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.moto-widget-image.moto-preset-default .moto-widget-image-link {
  border: none;
}
.moto-widget-image.moto-preset-default .moto-widget-image-link:before {
  border: none;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link {
  border: 3px solid;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  border: none;
}
.moto-widget-image.moto-preset-4 {
  overflow: visible;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link {
  border: none;
  overflow: visible;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover .moto-widget-image-picture {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  border: none;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link {
  border: none;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  content: "\f002";
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: FontAwesome;
  font-size: 24px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.moto-widget-menu .moto-widget-menu-toggle-btn {
  width: 40px;
  padding: 0 8px;
}
.moto-widget-menu .moto-widget-menu-toggle-btn .moto-widget-menu-toggle-btn-icon {
  font-size: 24px;
  line-height: 40px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item {
  margin: 0 0 0 26px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item:first-child {
  margin: 0;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
  font-size: 16px;
  line-height: 26px;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.moto-widget-menu .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-list .moto-widget-menu-item .moto-widget-menu-sublist {
  padding: 3px 18px 10px;
  min-width: 179px;
  left: -6px;
  top: calc(62% + 10px);
  text-align: left;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
  content: "___";
  color: transparent;
  position: absolute;
  top: -5px;
  left: 0;
  height: 6px;
  width: 35%;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
  margin: 0;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-size: 14px;
  line-height: 36px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  left: calc(100% + 18px);
  top: -3px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist:after {
  content: "___";
  color: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  width: 22px;
  left: -22px;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
  padding: 2px 6px;
  border-radius: 2px;
}
@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 {
    margin: 0;
    border-bottom: 1px solid;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after {
    content: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:last-child {
    border: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    text-align: left;
    position: relative;
    padding: 14px 25px 13px;
    font-size: 15px;
    line-height: 1.5;
    border: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    box-shadow: none;
  }
  .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 {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-size: 12px;
    text-align: left;
    padding: 5px 45px 5px;
    margin: 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-sublist {
    width: 100%;
    border: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-link {
    text-align: left;
    padding: 5px 55px 5px;
  }
}
.moto-widget-contact_form input[type="text"]:focus {
  outline: none;
  background-color: transparent;
}
.moto-widget-contact_form textarea:focus {
  outline: none;
}
.moto-widget-contact_form .moto-widget-contact_form-field {
  font-size: 16px;
  padding: 10px 20px;
  line-height: 24px;
  border: 1px solid;
  min-height: 46px;
  margin-bottom: 30px;
}
/*.moto-widget-contact_form .moto-widget-contact_form-field-error {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 12px;
}
.moto-widget-contact_form .moto-widget-contact_form-required {
  float: left;
  position: static;
  font-size: 12px;
}*/
.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  left: 0;
  bottom: 15%;
}
.moto-widget-contact_form .moto-widget-contact_form-buttons {
  margin-top: 39px;
}
.moto-widget-contact_form .moto-widget-contact_form-textarea {
  height: 315px;
  line-height: 18px;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  border-width: 1px;
  border-style: solid;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-field {
  border-radius: 4px;
}
.moto-back-to-top-button {
  right: 40px;
  bottom: 40px;
}
.moto-back-to-top-button .moto-back-to-top-button-link {
  width: 50px;
  height: 50px;
  background: #484848;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
}
.moto-back-to-top-button .moto-back-to-top-button-link:hover {
  background: #ee514a;
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon {
  display: block;
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
  content: "\f106";
  font: 24px/46px FontAwesome;
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #484848;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link {
  border-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 {
  border-color: #888888;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  background-color: rgba(238,81,74,0.3);
  border-color: #ee514a;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ee514a;
  background-color: transparent;
  border-color: #ee514a;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: rgba(255,255,255,0.5);
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ee514a;
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #484848;
}
.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: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background-color: #ee514a;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #ee514a;
  background-color: #ffffff;
  border-color: #ee514a;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
  font-family: 'Lato', sans-serif;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #888888;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  border-color: #a1a1a1;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #888888;
  background-color: transparent;
  border-color: #ee514a;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #6e6e6e;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #6e6e6e;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #6e6e6e;
}
.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: #ee514a;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #2e7d32;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #ee514a;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
  font-family: 'Lato', sans-serif;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #484848;
  background-color: #e6e6e6;
  font-style: normal;
  font-weight: 300;
  border-color: #000000;
}
.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: #ee514a;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #484848;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #484848;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #484848;
}
.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: #ee514a;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #2e7d32;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #ee514a;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #da1c17;
  text-decoration: underline;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Stencil';
  font-weight: 400;
  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: #da1c17;
  text-decoration: underline;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
  color: #000000;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #e6e6e6;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #888888;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-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 {
    color: #484848;
    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: #ee514a;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #484848;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ee514a;
    text-decoration: none;
    background-color: transparent;
  }
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #ffffff;
  text-decoration: none;
  background-color: #ee514a;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ee514a;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
  background-color: rgba(72,72,72,0.5);
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #ffffff;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ee514a;
  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: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
  color: #484848;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #616161;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #484848;
    border-color: #2e2e2e;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #2e2e2e;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: 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: #ee514a;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ee514a;
    text-decoration: none;
    background-color: transparent;
  }
}
.container-fluid,
.moto-cell {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-fixed .container-fluid {
  max-width: 1200px;
}

/* SLIDER */
.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow li span { 
    width: 100%;
	height:610px;
    position:absolute;
    top: 140px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	background-color:#333333;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s; 
}
/*.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}*/
/*.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}*/
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/1.jpeg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/4.jpeg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
/*.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}*/
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 900px) {
	.cb-slideshow li span { 
		top: 120px;
		height:500px;
	}
}
@media screen and (max-width: 767px) {
	.cb-slideshow li span { 
		top: 170px;
		height:500px;
	}
}
@media screen and (max-width: 479px) {
	.cb-slideshow li span { 
		top: 170px;
		height:500px;
	}
}
@media screen and (max-height: 350px) {
	.cb-slideshow li span { 
		top: 80px;
		height:300px;
	}
}