@-webkit-keyframes motopress-animation-top-to-bottom {
  0.00% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes motopress-animation-top-to-bottom {
  0.00% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes motopress-animation-bottom-to-top {
  0.00% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes motopress-animation-bottom-to-top {
  0.00% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes motopress-animation-left-to-right {
  0.00% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes motopress-animation-left-to-right {
  0.00% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes motopress-animation-right-to-left {
  0.00% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes motopress-animation-right-to-left {
  0.00% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes motopress-animation-appear {
  0.00% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes motopress-animation-appear {
  0.00% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.motopress-animation-top-to-bottom {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-transition-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: motopress-animation-top-to-bottom;
  -moz-animation-name: motopress-animation-top-to-bottom;
  -o-animation-name: motopress-animation-top-to-bottom;
  -ms-animation-name: motopress-animation-top-to-bottom;
  animation-name: motopress-animation-top-to-bottom;
}
.motopress-animation-bottom-to-top {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-transition-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: motopress-animation-bottom-to-top;
  -moz-animation-name: motopress-animation-bottom-to-top;
  -o-animation-name: motopress-animation-bottom-to-top;
  -ms-animation-name: motopress-animation-bottom-to-top;
  animation-name: motopress-animation-bottom-to-top;
}
.motopress-animation-left-to-right {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-transition-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: motopress-animation-left-to-right;
  -moz-animation-name: motopress-animation-left-to-right;
  -o-animation-name: motopress-animation-left-to-right;
  -ms-animation-name: motopress-animation-left-to-right;
  animation-name: motopress-animation-left-to-right;
}
.motopress-animation-right-to-left {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-transition-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: motopress-animation-right-to-left;
  -moz-animation-name: motopress-animation-right-to-left;
  -o-animation-name: motopress-animation-right-to-left;
  -ms-animation-name: motopress-animation-right-to-left;
  animation-name: motopress-animation-right-to-left;
}
.motopress-animation-appear {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-transition-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: motopress-animation-appear;
  -moz-animation-name: motopress-animation-appear;
  -o-animation-name: motopress-animation-appear;
  -ms-animation-name: motopress-animation-appear;
  animation-name: motopress-animation-appear;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@media (min-width: 979px) {
  body:not(.motopress-body) .motopress-hide-on-desktop,
  body.motopress-device-preview-action .motopress-hide-on-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body:not(.motopress-body) .motopress-hide-on-tablet,
  body.motopress-device-preview-action .motopress-hide-on-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body:not(.motopress-body) .motopress-hide-on-phone,
  body.motopress-device-preview-action .motopress-hide-on-phone {
    display: none !important;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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;
}
.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-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.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: black;
}
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: #444444;
}
.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%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@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;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.motopress-text-obj span {
  line-height: 1em;
}
.motopress-image-obj .motopress-image-obj-basic {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.motopress-image-obj .motopress-image-caption {
  text-align: center;
}
.motopress-list-obj {
  margin: 0;
  list-style-position: inside;
}
.motopress-list-obj > ul.motopress-list-type-none {
  list-style: none;
}
.motopress-list-obj > ul.motopress-list-type-icon {
  list-style: none;
}
.motopress-list-obj > ul.motopress-list-type-circle {
  list-style-type: circle;
}
.motopress-list-obj > ul.motopress-list-type-disc {
  list-style-type: disc;
}
.motopress-list-obj > ul.motopress-list-type-square {
  list-style-type: square;
}
.motopress-list-obj > ul.motopress-list-type-armenian {
  list-style-type: armenian;
}
.motopress-list-obj > ul.motopress-list-type-georgian {
  list-style-type: georgian;
}
.motopress-list-obj > ul.motopress-list-type-decimal {
  list-style-type: decimal;
}
.motopress-list-obj > ul.motopress-list-type-decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}
.motopress-list-obj > ul.motopress-list-type-lower-alpha {
  list-style-type: lower-alpha;
}
.motopress-list-obj > ul.motopress-list-type-lower-latin {
  list-style-type: lower-latin;
}
.motopress-list-obj > ul.motopress-list-type-lower-roman {
  list-style-type: lower-roman;
}
.motopress-list-obj > ul.motopress-list-type-lower-greek {
  list-style-type: lower-greek;
}
.motopress-list-obj > ul.motopress-list-type-upper-alpha {
  list-style-type: upper-alpha;
}
.motopress-list-obj > ul.motopress-list-type-upper-latin {
  list-style-type: upper-latin;
}
.motopress-list-obj > ul.motopress-list-type-upper-roman {
  list-style-type: upper-roman;
}
.motopress-list-obj > ul > li {
  list-style: inherit !important;
}
.motopress-list-obj > ul > li > i.fa {
  padding-right: 8px;
}
.motopress-image-slider-obj {
  line-height: normal;
  min-height: 0;
}
.motopress-image-slider-obj * {
  line-height: normal;
}
.motopress-image-slider-obj .slides {
  list-style: none outside none;
  margin: 0 !important;
  padding: 0;
  line-height: normal;
}
.motopress-image-slider-obj .slides li {
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
}
.motopress-image-slider-obj .slides li:before,
.motopress-image-slider-obj .slides li:after {
  content: none !important;
}
.motopress-image-slider-obj .slides li img {
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.motopress-image-slider-obj .flex-control-nav {
  position: absolute !important;
  list-style: none outside none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
  right: auto !important;
  bottom: -40px !important;
  text-align: center !important;
  z-index: auto !important;
}
.motopress-image-slider-obj .flex-control-nav li {
  margin: 0 6px !important;
  padding: 0;
  width: auto !important;
  height: auto !important;
}
.motopress-image-slider-obj .flex-control-nav li:before,
.motopress-image-slider-obj .flex-control-nav li:after {
  content: none !important;
}
.motopress-image-slider-obj .flex-control-nav li a {
  position: static;
  z-index: auto;
  width: 11px !important;
  height: 11px !important;
  background: #666 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
.motopress-image-slider-obj .flex-control-nav li a.flex-active {
  background: #000 !important;
  background: rgba(0, 0, 0, 0.9) !important;
}
.motopress-image-slider-obj .flex-direction-nav {
  list-style: none outside none;
  margin: 0 !important;
  padding: 0;
  line-height: normal;
}
.motopress-image-slider-obj .flex-direction-nav li {
  list-style: none outside none !important;
}
.motopress-image-slider-obj .flex-direction-nav li:before,
.motopress-image-slider-obj .flex-direction-nav li:after {
  content: none !important;
}
.motopress-image-slider-obj .flex-direction-nav a {
  margin: 0 !important;
  background: none !important;
  width: 40px !important;
  height: 40px !important;
  text-indent: 0 !important;
  color: rgba(0, 0, 0, 0.8) !important;
  border: none !important;
  outline: none !important;
}
.motopress-image-slider-obj .flex-direction-nav a.flex-prev {
  left: 10px !important;
}
.motopress-image-slider-obj .flex-direction-nav a.flex-next {
  right: 10px !important;
}
.motopress-image-slider-obj .flex-direction-nav:hover .flex-prev:hover,
.motopress-image-slider-obj .flex-direction-nav:hover .flex-next:hover {
  opacity: 1;
}
.motopress-image-slider-obj > p {
  display: none !important;
}
.motopress-row .motopress-clmn.motopress-space {
  min-height: 10px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj {
  height: 100%;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-light > div {
  border-top: 1px solid #ebebeb;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-normal > div {
  border-top: 2px solid #cdcdcd;
  margin-top: -1px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-dotted > div {
  border-top: 2px dotted #cdcdcd;
  margin-top: -1px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-dashed > div {
  border-top: 2px dashed #cdcdcd;
  margin-top: -1px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-double > div {
  border-top: 4px double #cdcdcd;
  margin-top: -2px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-groove > div {
  border-top: 4px groove #cdcdcd;
  margin-top: -2px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-ridge > div {
  border-top: 4px ridge #cdcdcd;
  margin-top: -2px;
}
.motopress-row .motopress-clmn.motopress-space .motopress-space-obj.motopress-space-heavy > div {
  border-top: 6px inset #cdcdcd;
  margin-top: -3px;
}
.motopress-video-obj {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.motopress-video-obj iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.motopress-video-obj .fluid-width-video-wrapper {
  width: auto !important;
  position: static !important;
  padding: 0 !important;
}
.motopress-button-obj .motopress-btn,
.motopress-button-inner-obj .motopress-btn,
.motopress-cta-obj .motopress-button-wrap .motopress-btn,
.motopress-download-button-obj .motopress-btn {
  display: inline-block;
  margin: 10px 0 10px 0;
  color: #fff;
  line-height: 1em;
  text-shadow: 0 1px 1px rgba(21, 21, 22, 0.25);
  text-decoration: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.motopress-button-obj .motopress-btn:hover,
.motopress-button-inner-obj .motopress-btn:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn:hover,
.motopress-download-button-obj .motopress-btn:hover,
.motopress-button-obj .motopress-btn:visited,
.motopress-button-inner-obj .motopress-btn:visited,
.motopress-cta-obj .motopress-button-wrap .motopress-btn:visited,
.motopress-download-button-obj .motopress-btn:visited {
  text-decoration: none;
}
.motopress-button-obj .motopress-btn-color-silver,
.motopress-button-inner-obj .motopress-btn-color-silver,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-silver,
.motopress-download-button-obj .motopress-btn-color-silver {
  color: #4f4f4f;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
  -moz-box-shadow: inset 0 0 0 1px #dcdcdc;
  box-shadow: inset 0 0 0 1px #dcdcdc;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(bottom, #e6e6e6, #fefefe);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#e6e6e6), to(#fefefe));
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fefefe);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #fefefe);
  background-image: linear-gradient(to top, #e6e6e6, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fffefefe', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-silver:hover,
.motopress-button-inner-obj .motopress-btn-color-silver:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-silver:hover,
.motopress-download-button-obj .motopress-btn-color-silver:hover {
  color: #4f4f4f;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(bottom, #ededed, #fff);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ededed), to(#fff));
  background-image: -webkit-linear-gradient(bottom, #ededed, #fff);
  background-image: -o-linear-gradient(bottom, #ededed, #fff);
  background-image: linear-gradient(to top, #ededed, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-red,
.motopress-button-inner-obj .motopress-btn-color-red,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-red,
.motopress-download-button-obj .motopress-btn-color-red {
  -webkit-box-shadow: inset 0 0 0 1px #bc3d2c;
  -moz-box-shadow: inset 0 0 0 1px #bc3d2c;
  box-shadow: inset 0 0 0 1px #bc3d2c;
  background-color: #dd503e;
  background-image: -moz-linear-gradient(bottom, #d14836, #ee5d4a);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#d14836), to(#ee5d4a));
  background-image: -webkit-linear-gradient(bottom, #d14836, #ee5d4a);
  background-image: -o-linear-gradient(bottom, #d14836, #ee5d4a);
  background-image: linear-gradient(to top, #d14836, #ee5d4a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd14836', endColorstr='#ffee5d4a', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-red:hover,
.motopress-button-inner-obj .motopress-btn-color-red:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-red:hover,
.motopress-download-button-obj .motopress-btn-color-red:hover {
  background-color: #ea6857;
  background-image: -moz-linear-gradient(bottom, #e76452, #ef6f5f);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#e76452), to(#ef6f5f));
  background-image: -webkit-linear-gradient(bottom, #e76452, #ef6f5f);
  background-image: -o-linear-gradient(bottom, #e76452, #ef6f5f);
  background-image: linear-gradient(to top, #e76452, #ef6f5f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe76452', endColorstr='#ffef6f5f', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-pink-dreams,
.motopress-button-inner-obj .motopress-btn-color-pink-dreams,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-pink-dreams,
.motopress-download-button-obj .motopress-btn-color-pink-dreams {
  -webkit-box-shadow: inset 0 0 0 1px #f08eb9;
  -moz-box-shadow: inset 0 0 0 1px #f08eb9;
  box-shadow: inset 0 0 0 1px #f08eb9;
  background-color: #f689ba;
  background-image: -moz-linear-gradient(bottom, #f171ab, #feaed1);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#f171ab), to(#feaed1));
  background-image: -webkit-linear-gradient(bottom, #f171ab, #feaed1);
  background-image: -o-linear-gradient(bottom, #f171ab, #feaed1);
  background-image: linear-gradient(to top, #f171ab, #feaed1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff171ab', endColorstr='#fffeaed1', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-pink-dreams:hover,
.motopress-button-inner-obj .motopress-btn-color-pink-dreams:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-pink-dreams:hover,
.motopress-download-button-obj .motopress-btn-color-pink-dreams:hover {
  background-color: #f8a6cb;
  background-image: -moz-linear-gradient(bottom, #f58dbc, #fdcbe1);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#f58dbc), to(#fdcbe1));
  background-image: -webkit-linear-gradient(bottom, #f58dbc, #fdcbe1);
  background-image: -o-linear-gradient(bottom, #f58dbc, #fdcbe1);
  background-image: linear-gradient(to top, #f58dbc, #fdcbe1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff58dbc', endColorstr='#fffdcbe1', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-warm,
.motopress-button-inner-obj .motopress-btn-color-warm,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-warm,
.motopress-download-button-obj .motopress-btn-color-warm {
  -webkit-box-shadow: inset 0 0 0 1px #ea8f1a;
  -moz-box-shadow: inset 0 0 0 1px #ea8f1a;
  box-shadow: inset 0 0 0 1px #ea8f1a;
  background-color: #ff8c1a;
  background-image: -moz-linear-gradient(bottom, #ff7611, #ffac27);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ff7611), to(#ffac27));
  background-image: -webkit-linear-gradient(bottom, #ff7611, #ffac27);
  background-image: -o-linear-gradient(bottom, #ff7611, #ffac27);
  background-image: linear-gradient(to top, #ff7611, #ffac27);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7611', endColorstr='#ffffac27', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-warm:hover,
.motopress-button-inner-obj .motopress-btn-color-warm:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-warm:hover,
.motopress-download-button-obj .motopress-btn-color-warm:hover {
  background-color: #fda248;
  background-image: -moz-linear-gradient(bottom, #fb8e3d, #ffbf59);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fb8e3d), to(#ffbf59));
  background-image: -webkit-linear-gradient(bottom, #fb8e3d, #ffbf59);
  background-image: -o-linear-gradient(bottom, #fb8e3d, #ffbf59);
  background-image: linear-gradient(to top, #fb8e3d, #ffbf59);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb8e3d', endColorstr='#ffffbf59', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-hot-summer,
.motopress-button-inner-obj .motopress-btn-color-hot-summer,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-hot-summer,
.motopress-download-button-obj .motopress-btn-color-hot-summer {
  -webkit-box-shadow: inset 0 0 0 1px #f2bf0b;
  -moz-box-shadow: inset 0 0 0 1px #f2bf0b;
  box-shadow: inset 0 0 0 1px #f2bf0b;
  background-color: #f7c712;
  background-image: -moz-linear-gradient(bottom, #f1b000, #ffe92e);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#f1b000), to(#ffe92e));
  background-image: -webkit-linear-gradient(bottom, #f1b000, #ffe92e);
  background-image: -o-linear-gradient(bottom, #f1b000, #ffe92e);
  background-image: linear-gradient(to top, #f1b000, #ffe92e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1b000', endColorstr='#ffffe92e', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-hot-summer:hover,
.motopress-button-inner-obj .motopress-btn-color-hot-summer:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-hot-summer:hover,
.motopress-download-button-obj .motopress-btn-color-hot-summer:hover {
  background-color: #fbd139;
  background-image: -moz-linear-gradient(bottom, #f9be20, #ffee5e);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#f9be20), to(#ffee5e));
  background-image: -webkit-linear-gradient(bottom, #f9be20, #ffee5e);
  background-image: -o-linear-gradient(bottom, #f9be20, #ffee5e);
  background-image: linear-gradient(to top, #f9be20, #ffee5e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9be20', endColorstr='#ffffee5e', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-olive-garden,
.motopress-button-inner-obj .motopress-btn-color-olive-garden,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-olive-garden,
.motopress-download-button-obj .motopress-btn-color-olive-garden {
  -webkit-box-shadow: inset 0 0 0 1px #8ad532;
  -moz-box-shadow: inset 0 0 0 1px #8ad532;
  box-shadow: inset 0 0 0 1px #8ad532;
  background-color: #92ca26;
  background-image: -moz-linear-gradient(bottom, #7fb615, #afe840);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#7fb615), to(#afe840));
  background-image: -webkit-linear-gradient(bottom, #7fb615, #afe840);
  background-image: -o-linear-gradient(bottom, #7fb615, #afe840);
  background-image: linear-gradient(to top, #7fb615, #afe840);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fb615', endColorstr='#ffafe840', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-olive-garden:hover,
.motopress-button-inner-obj .motopress-btn-color-olive-garden:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-olive-garden:hover,
.motopress-download-button-obj .motopress-btn-color-olive-garden:hover {
  background-color: #a2d441;
  background-image: -moz-linear-gradient(bottom, #8dc323, #c2ee6e);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#8dc323), to(#c2ee6e));
  background-image: -webkit-linear-gradient(bottom, #8dc323, #c2ee6e);
  background-image: -o-linear-gradient(bottom, #8dc323, #c2ee6e);
  background-image: linear-gradient(to top, #8dc323, #c2ee6e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc323', endColorstr='#ffc2ee6e', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-green-grass,
.motopress-button-inner-obj .motopress-btn-color-green-grass,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-green-grass,
.motopress-download-button-obj .motopress-btn-color-green-grass {
  -webkit-box-shadow: inset 0 0 0 1px #51b41e;
  -moz-box-shadow: inset 0 0 0 1px #51b41e;
  box-shadow: inset 0 0 0 1px #51b41e;
  background-color: #42b321;
  background-image: -moz-linear-gradient(bottom, #329c0d, #5bd63f);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#329c0d), to(#5bd63f));
  background-image: -webkit-linear-gradient(bottom, #329c0d, #5bd63f);
  background-image: -o-linear-gradient(bottom, #329c0d, #5bd63f);
  background-image: linear-gradient(to top, #329c0d, #5bd63f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff329c0d', endColorstr='#ff5bd63f', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-green-grass:hover,
.motopress-button-inner-obj .motopress-btn-color-green-grass:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-green-grass:hover,
.motopress-download-button-obj .motopress-btn-color-green-grass:hover {
  background-color: #5bc83a;
  background-image: -moz-linear-gradient(bottom, #43b41c, #80e568);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#43b41c), to(#80e568));
  background-image: -webkit-linear-gradient(bottom, #43b41c, #80e568);
  background-image: -o-linear-gradient(bottom, #43b41c, #80e568);
  background-image: linear-gradient(to top, #43b41c, #80e568);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff43b41c', endColorstr='#ff80e568', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-skyline,
.motopress-button-inner-obj .motopress-btn-color-skyline,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-skyline,
.motopress-download-button-obj .motopress-btn-color-skyline {
  -webkit-box-shadow: inset 0 0 0 1px #0aafca;
  -moz-box-shadow: inset 0 0 0 1px #0aafca;
  box-shadow: inset 0 0 0 1px #0aafca;
  background-color: #0fc1ec;
  background-image: -moz-linear-gradient(bottom, #00aaea, #25e3ef);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#00aaea), to(#25e3ef));
  background-image: -webkit-linear-gradient(bottom, #00aaea, #25e3ef);
  background-image: -o-linear-gradient(bottom, #00aaea, #25e3ef);
  background-image: linear-gradient(to top, #00aaea, #25e3ef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aaea', endColorstr='#ff25e3ef', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-skyline:hover,
.motopress-button-inner-obj .motopress-btn-color-skyline:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-skyline:hover,
.motopress-download-button-obj .motopress-btn-color-skyline:hover {
  background-color: #3cccef;
  background-image: -moz-linear-gradient(bottom, #2eb8ec, #51eaf4);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#2eb8ec), to(#51eaf4));
  background-image: -webkit-linear-gradient(bottom, #2eb8ec, #51eaf4);
  background-image: -o-linear-gradient(bottom, #2eb8ec, #51eaf4);
  background-image: linear-gradient(to top, #2eb8ec, #51eaf4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2eb8ec', endColorstr='#ff51eaf4', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-aqua-blue,
.motopress-button-inner-obj .motopress-btn-color-aqua-blue,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-aqua-blue,
.motopress-download-button-obj .motopress-btn-color-aqua-blue {
  -webkit-box-shadow: inset 0 0 0 1px #228ddb;
  -moz-box-shadow: inset 0 0 0 1px #228ddb;
  box-shadow: inset 0 0 0 1px #228ddb;
  background-color: #2483e1;
  background-image: -moz-linear-gradient(bottom, #0c61d6, #48b7f1);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#0c61d6), to(#48b7f1));
  background-image: -webkit-linear-gradient(bottom, #0c61d6, #48b7f1);
  background-image: -o-linear-gradient(bottom, #0c61d6, #48b7f1);
  background-image: linear-gradient(to top, #0c61d6, #48b7f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c61d6', endColorstr='#ff48b7f1', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-aqua-blue:hover,
.motopress-button-inner-obj .motopress-btn-color-aqua-blue:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-aqua-blue:hover,
.motopress-download-button-obj .motopress-btn-color-aqua-blue:hover {
  background-color: #4c98e7;
  background-image: -moz-linear-gradient(bottom, #2977e2, #81caef);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#2977e2), to(#81caef));
  background-image: -webkit-linear-gradient(bottom, #2977e2, #81caef);
  background-image: -o-linear-gradient(bottom, #2977e2, #81caef);
  background-image: linear-gradient(to top, #2977e2, #81caef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2977e2', endColorstr='#ff81caef', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-violet,
.motopress-button-inner-obj .motopress-btn-color-violet,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-violet,
.motopress-download-button-obj .motopress-btn-color-violet {
  -webkit-box-shadow: inset 0 0 0 1px #9850d4;
  -moz-box-shadow: inset 0 0 0 1px #9850d4;
  box-shadow: inset 0 0 0 1px #9850d4;
  background-color: #9741d9;
  background-image: -moz-linear-gradient(bottom, #7c13c6, #c085f6);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#7c13c6), to(#c085f6));
  background-image: -webkit-linear-gradient(bottom, #7c13c6, #c085f6);
  background-image: -o-linear-gradient(bottom, #7c13c6, #c085f6);
  background-image: linear-gradient(to top, #7c13c6, #c085f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c13c6', endColorstr='#ffc085f6', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-violet:hover,
.motopress-button-inner-obj .motopress-btn-color-violet:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-violet:hover,
.motopress-download-button-obj .motopress-btn-color-violet:hover {
  background-color: #ae62e8;
  background-image: -moz-linear-gradient(bottom, #9532da, #d4a9fc);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#9532da), to(#d4a9fc));
  background-image: -webkit-linear-gradient(bottom, #9532da, #d4a9fc);
  background-image: -o-linear-gradient(bottom, #9532da, #d4a9fc);
  background-image: linear-gradient(to top, #9532da, #d4a9fc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9532da', endColorstr='#ffd4a9fc', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-dark-grey,
.motopress-button-inner-obj .motopress-btn-color-dark-grey,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-dark-grey,
.motopress-download-button-obj .motopress-btn-color-dark-grey {
  -webkit-box-shadow: inset 0 0 0 1px #8c8c8c;
  -moz-box-shadow: inset 0 0 0 1px #8c8c8c;
  box-shadow: inset 0 0 0 1px #8c8c8c;
  background-color: #818181;
  background-image: -moz-linear-gradient(bottom, #5b5b5b, #bababa);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#5b5b5b), to(#bababa));
  background-image: -webkit-linear-gradient(bottom, #5b5b5b, #bababa);
  background-image: -o-linear-gradient(bottom, #5b5b5b, #bababa);
  background-image: linear-gradient(to top, #5b5b5b, #bababa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b5b5b', endColorstr='#ffbababa', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-dark-grey:hover,
.motopress-button-inner-obj .motopress-btn-color-dark-grey:hover,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-dark-grey:hover,
.motopress-download-button-obj .motopress-btn-color-dark-grey:hover {
  background-color: #a3a2a2;
  background-image: -moz-linear-gradient(bottom, #878787, #cdcbcb);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#878787), to(#cdcbcb));
  background-image: -webkit-linear-gradient(bottom, #878787, #cdcbcb);
  background-image: -o-linear-gradient(bottom, #878787, #cdcbcb);
  background-image: linear-gradient(to top, #878787, #cdcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ffcdcbcb', GradientType=0);
}
.motopress-button-obj .motopress-btn-color-black,
.motopress-button-inner-obj .motopress-btn-color-black,
.motopress-cta-obj .motopress-button-wrap .motopress-btn-color-black,
.motopress-download-button-obj .motopress-btn-color-black {
  -webkit-box-shadow: inset 0 0 0 1px #1f1f1f;
  -moz-box-shadow: inset 0 0 0 1px #1f1f1f;
  box-shadow: inset 0 0 0 1px #1f1f1f;
  background-color: #2b2b2b;
  background-image: -moz-linear-gradient(bottom, #0d0d0d, #595959);
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#0d0d0d), to(#595959));
  background-image: -webkit-linear-gradient(bottom, #0d0d0d, #595959);
  background-image: -o-linear-gradient(bottom, #0d0d0d