@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
@font-face {
    font-family: 'mellatweb-isans';
    src: url('fonts/mellatweb-isans.eot');
    src: url('fonts/mellatweb-isans.eot?#iefix') format('embedded-opentype'),
         url('fonts/mellatweb-isans.woff') format('woff'),
         url('fonts/mellatweb-isans.ttf') format('truetype');
         font-weight: normal;
         font-style: normal;
}

h1,p,b,h2,body,h3,h4,h6{font-family:mellatweb-isans!important}
/*Icon font*/
@font-face {
  font-family: 'stm-icon-font';
  src: url("../fonts/stm-icon-fontb76c.eot?ambzul");
  src: url("../fonts/stm-icon-fontb76c.eot?ambzul#iefix") format("embedded-opentype"), url("../fonts/stm-icon-fontb76c.ttf?ambzul") format("truetype"), url("../fonts/stm-icon-fontb76c.woff?ambzul") format("woff"), url("../fonts/stm-icon-fontb76c.svg?ambzul#stm-icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="stm-icon-font"], [class*=" stm-icon-font"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stm-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico_review:before {
  content: "\e901";
  color: #fff; }

.icon-ico_star:before {
  content: "\e900"; }

.stm-icon-fontdivider:before {
  content: "\e906"; }

.stm-icon-fonttouch:before {
  content: "\e907"; }

.stm-icon-fontbuilder:before {
  content: "\e908"; }

.stm-icon-fontcart:before {
  content: "\e909"; }

.stm-icon-fontcheck:before {
  content: "\e90a"; }

.stm-icon-fontcustomizer:before {
  content: "\e90b"; }

.stm-icon-fontdocumentation:before {
  content: "\e90c"; }

.stm-icon-fontfont:before {
  content: "\e90d"; }

.stm-icon-fontLogotype .path1:before {
  content: "\e90e";
  color: white; }

.stm-icon-fontLogotype .path2:before {
  content: "\e90f";
  margin-left: -4.8583984375em;
  color: #e40000; }

.stm-icon-fontmail:before {
  content: "\e910"; }

.stm-icon-fontrevslider:before {
  content: "\e911"; }

.stm-icon-fontsass:before {
  content: "\e912"; }

.stm-icon-fontsearch:before {
  content: "\e913"; }

.stm-icon-fontsidebars:before {
  content: "\e914"; }

.stm-icon-fontsupport:before {
  content: "\e915"; }

.stm-icon-fontwpml:before {
  content: "\e916"; }

.stm-icon-fontmoto:before {
  content: "\e900"; }

.stm-icon-fontanchor:before {
  content: "\e901"; }

.stm-icon-fontcar:before {
  content: "\e902"; }

.stm-icon-fontlink:before {
  content: "\e903"; }

.stm-icon-fontlisting:before {
  content: "\e904"; }

.stm-icon-fontservice:before {
  content: "\e905"; }

.stm_animation {
  opacity: 0; }

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  display: block;
  content: '';
  clear: both; }

/*Main styles*/
body {
  background: #102127;
  font-family: "Open Sans", sans-serif; }
  body.has_iframe #main {
    margin-top: 53px; }
    body.has_iframe #main .header-sticky-wrapp.sticky-header {
      top: 53px; }

#main {
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg5e1f.jpg?v=2");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 13%; }

.container {
  position: relative;
  max-width: 1570px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px; }

.container-small {
  position: relative;
  max-width: 1110px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px; }

.container-big {
  position: relative;
  max-width: 1870px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px; }

.header-sticky-wrapp {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 40;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .header-sticky-wrapp .inner {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 15px; }
  .header-sticky-wrapp .right {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-right: 15px; }
    .header-sticky-wrapp .right .menu {
      padding-top: 1px;
      vertical-align: top; }
      .header-sticky-wrapp .right .menu > ul > li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .header-sticky-wrapp .right .menu > ul > li > a {
          display: block;
          padding: 16px 16px 16px 15px;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          font-family: "Montserrat", sans-serif;
          color: #ffffff;
          border-bottom: 1px solid transparent;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .header-sticky-wrapp .right .menu > ul > li:hover > a {
          color: #e40000; }
        .header-sticky-wrapp .right .menu > ul > li:last-child {
          margin-right: 0; }
    .header-sticky-wrapp .right .button {
      margin-left: 20px;
      margin-right: 15px;
      float: right;
      padding: 14px 48px 1px 24px;
      overflow: hidden;
      border: 0 !important;
      border-radius: 0 !important;
      -webkit-transition: all 0s ease;
      transition: all 0s ease; }
      .header-sticky-wrapp .right .button i {
        right: 18px;
        z-index: 2;
        color: #fff !important; }
      .header-sticky-wrapp .right .button span {
        position: relative;
        z-index: 2; }
      .header-sticky-wrapp .right .button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
      .header-sticky-wrapp .right .button:hover i {
        color: #243136 !important; }
      .header-sticky-wrapp .right .button:hover:before {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .header-sticky-wrapp.sticky-header {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 25px 0;
    background: rgba(25, 35, 43, 0.95);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.9); }
    .header-sticky-wrapp.sticky-header .right .menu ul li:hover > a {
      color: #e40000;
      background: transparent !important;
      box-shadow: none !important; }
    .header-sticky-wrapp.sticky-header .right .menu ul li .submenu {
      display: none !important; }

.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 51px;
  z-index: 40; }
  .header .logo {
    float: right;
    padding-top: 10px;
    width: 15%;
    font-size: 31px;
    }
  .header .inner {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 15px; }
  .header .right {
    float: right;
    width: 85%;
    text-align: right;
    padding-top: 3px; }
    .header .right .menu {
      padding-top: 1px;
      vertical-align: top;
      direction: rtl;
      }
      .header .right .menu > ul > li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .header .right .menu > ul > li > a {
          display: block;
          padding: 16px 16px 16px 15px;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 600;
          font-family: mellatweb-isans;
          color: #ffffff;
          border-bottom: 1px solid transparent;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          }
        .header .right .menu > ul > li:hover > a {
          color: #e40000; }
        .header .right .menu > ul > li:first-child:hover > a {
          background: rgba(25, 35, 43, 0.8);
          box-shadow: 18px 7px 0px -7px rgba(0, 0, 0, 0.5); }
        .header .right .menu > ul > li:first-child:hover .submenu {
          visibility: visible;
          opacity: 1; }
        .header .right .menu > ul > li:last-child {
          margin-right: 0; }
        .header .right .menu > ul > li .submenu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 400px;
          position: absolute;
          left: 0;
          background: rgba(25, 35, 43, 0.8);
          padding: 36px 22px 36px 22px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          box-shadow: 12px 16px 0 0 rgba(0, 0, 0, 0.5); }
          .header .right .menu > ul > li .submenu li {
            display: block;
            width: 45%;
            text-align: left; }
            .header .right .menu > ul > li .submenu li a {
              display: block;
              font-size: 14px;
              color: #ffffff;
              position: relative;
              padding: 12px 0 14px 30px;
              overflow: hidden;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
              .header .right .menu > ul > li .submenu li a:hover {
                color: #e40000; }
              .header .right .menu > ul > li .submenu li a:before {
                content: '';
                display: block;
                background: url(../images/arrow_red.svg) no-repeat;
                width: 10px;
                height: 10px;
                position: absolute;
                left: 10px;
                top: 57%;
                -webkit-transform: translateY(-57%);
                        transform: translateY(-57%); }
    .header .right .button {
      margin-left: 57px;
      float: left;
      padding: 14px 48px 1px 24px;
      overflow: hidden;
      border: 0 !important;
      border-radius: 0 !important;
      -webkit-transition: all 0s ease;
      transition: all 0s ease;
      }
      .header .right .button i {
        right: 18px;
        z-index: 2;
        color: #fff !important; }
      .header .right .button span {
        position: relative;
        z-index: 2; }
      .header .right .button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
      .header .right .button:hover i {
        color: #243136 !important; }
      .header .right .button:hover:before {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

a {
  text-decoration: none !important; }

.button-dp-in {
  display: block;
  vertical-align: top; }
  .button-dp-in .button_outline {
    display: block !important; }
  .button-dp-in.last {
    position: relative;
    top: -45px;
    left: 177px; }

.button {
  position: relative;
  display: inline-block;
  padding: 14px 42px 1px 26px;
  border: 1px solid transparent;
  height: 28px;
  vertical-align: top;
  font-size: 14px;
  font-family: mellatweb-isans;
  background-color: #243136;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  }
  .button i {
    position: absolute;
    top: 15px;
    right: 12px;
    color: #e40000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .button:hover {
    background-color: #1b2529; }
  .button.button_red {
    background-color: #e40000;
    color: #fff; }
    .button.button_red i {
      color: #fff; }
  .button.button_red {
    background-color: #e40000;
    color: #fff;
    overflow: hidden; }
    .button.button_red i {
      color: #fff;
      z-index: 2; }
    .button.button_red span {
      position: relative;
      z-index: 2; }
    .button.button_red:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_red:hover {
      border-color: #fff;
      color: #243136; }
      .button.button_red:hover i {
        color: #243136; }
      .button.button_red:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button.button_blue {
    background-color: #32a2c6;
    color: #fff;
    overflow: hidden; }
    .button.button_blue i {
      color: #fff;
      z-index: 2; }
    .button.button_blue span {
      position: relative;
      z-index: 2; }
    .button.button_blue:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_blue:hover {
      border-color: #fff;
      color: #243136; }
      .button.button_blue:hover i {
        color: #243136; }
      .button.button_blue:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button.button_green {
    background-color: #1bc744;
    color: #fff;
    overflow: hidden; }
    .button.button_green i {
      color: #fff;
      z-index: 2; }
    .button.button_green span {
      position: relative;
      z-index: 2; }
    .button.button_green:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_green:hover {
      border-color: #fff;
      color: #243136; }
      .button.button_green:hover i {
        color: #243136; }
      .button.button_green:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button.button_yellow {
    background-color: #ffd823;
    color: #fff;
    overflow: hidden; }
    .button.button_yellow i {
      color: #fff;
      z-index: 2; }
    .button.button_yellow span {
      position: relative;
      z-index: 2; }
    .button.button_yellow:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_yellow:hover {
      border-color: #fff;
      color: #243136; }
      .button.button_yellow:hover i {
        color: #243136; }
      .button.button_yellow:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button.button_orange {
    background-color: #e66a17;
    color: #fff;
    overflow: hidden; }
    .button.button_orange i {
      color: #fff;
      z-index: 2; }
    .button.button_orange span {
      position: relative;
      z-index: 2; }
    .button.button_orange:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_orange:hover {
      border-color: #fff;
      color: #243136; }
      .button.button_orange:hover i {
        color: #243136; }
      .button.button_orange:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button.button_orange_2 {
    background-color: #f0c540;
    color: #fff;
    overflow: hidden; }
    .button.button_orange_2 i {
      color: #fff;
      z-index: 2; }
    .button.button_orange_2 span {
      position: relative;
      z-index: 2; }
    .button.button_orange_2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_orange_2:hover {
      border-color: #fff;
      color: #243136; }
      .button.button_orange_2:hover i {
        color: #243136; }
      .button.button_orange_2:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button.button_outline {
    border-color: #243136;
    background: transparent; }
    .button.button_outline.button_outline_red {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button.button_outline.button_outline_red i {
        color: #fff;
        z-index: 2; }
      .button.button_outline.button_outline_red span {
        position: relative;
        z-index: 2; }
      .button.button_outline.button_outline_red:hover {
        color: #fff;
        border-color: #e40000; }
        .button.button_outline.button_outline_red:hover i {
          color: #fff; }
        .button.button_outline.button_outline_red:hover:before {
          opacity: 1;
          background-color: #e40000;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button.button_outline.button_outline_red:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #e40000;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_outline.button_outline_blue {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button.button_outline.button_outline_blue i {
        color: #fff;
        z-index: 2; }
      .button.button_outline.button_outline_blue span {
        position: relative;
        z-index: 2; }
      .button.button_outline.button_outline_blue:hover {
        color: #fff;
        border-color: #32a2c6; }
        .button.button_outline.button_outline_blue:hover i {
          color: #fff; }
        .button.button_outline.button_outline_blue:hover:before {
          opacity: 1;
          background-color: #32a2c6;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button.button_outline.button_outline_blue:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #32a2c6;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_outline.button_outline_green {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button.button_outline.button_outline_green i {
        color: #fff;
        z-index: 2; }
      .button.button_outline.button_outline_green span {
        position: relative;
        z-index: 2; }
      .button.button_outline.button_outline_green:hover {
        color: #fff;
        border-color: #1bc744; }
        .button.button_outline.button_outline_green:hover i {
          color: #fff; }
        .button.button_outline.button_outline_green:hover:before {
          opacity: 1;
          background-color: #1bc744;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button.button_outline.button_outline_green:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #1bc744;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_outline.button_outline_yellow {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button.button_outline.button_outline_yellow i {
        color: #fff;
        z-index: 2; }
      .button.button_outline.button_outline_yellow span {
        position: relative;
        z-index: 2; }
      .button.button_outline.button_outline_yellow:hover {
        color: #fff;
        border-color: #ffd823; }
        .button.button_outline.button_outline_yellow:hover i {
          color: #fff; }
        .button.button_outline.button_outline_yellow:hover:before {
          opacity: 1;
          background-color: #ffd823;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button.button_outline.button_outline_yellow:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #ffd823;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_outline.button_outline_orange {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button.button_outline.button_outline_orange i {
        color: #fff;
        z-index: 2; }
      .button.button_outline.button_outline_orange span {
        position: relative;
        z-index: 2; }
      .button.button_outline.button_outline_orange:hover {
        color: #fff;
        border-color: #e66a17; }
        .button.button_outline.button_outline_orange:hover i {
          color: #fff; }
        .button.button_outline.button_outline_orange:hover:before {
          opacity: 1;
          background-color: #e66a17;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button.button_outline.button_outline_orange:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #e66a17;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button.button_outline.button_outline_orange_2 {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button.button_outline.button_outline_orange_2 i {
        color: #fff;
        z-index: 2; }
      .button.button_outline.button_outline_orange_2 span {
        position: relative;
        z-index: 2; }
      .button.button_outline.button_outline_orange_2:hover {
        color: #fff;
        border-color: #f0c540; }
        .button.button_outline.button_outline_orange_2:hover i {
          color: #fff; }
        .button.button_outline.button_outline_orange_2:hover:before {
          opacity: 1;
          background-color: #f0c540;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button.button_outline.button_outline_orange_2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #f0c540;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }

.button_2 {
  position: relative;
  display: block;
  padding: 14px 42px 1px 26px;
  border: 1px solid transparent;
  height: 28px;
  vertical-align: top;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background-color: #243136;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .button_2 i {
    position: absolute;
    top: 15px;
    right: 12px;
    color: #e40000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .button_2:hover {
    background-color: #1b2529; }
  .button_2.button_red {
    background-color: #e40000;
    color: #fff; }
    .button_2.button_red i {
      color: #fff; }
  .button_2.button_red {
    background-color: #e40000;
    color: #fff;
    overflow: hidden; }
    .button_2.button_red i {
      color: #fff;
      z-index: 2; }
    .button_2.button_red span {
      position: relative;
      z-index: 2; }
    .button_2.button_red:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_red:hover {
      border-color: #fff;
      color: #243136; }
      .button_2.button_red:hover i {
        color: #243136; }
      .button_2.button_red:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button_2.button_blue {
    background-color: #32a2c6;
    color: #fff;
    overflow: hidden; }
    .button_2.button_blue i {
      color: #fff;
      z-index: 2; }
    .button_2.button_blue span {
      position: relative;
      z-index: 2; }
    .button_2.button_blue:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_blue:hover {
      border-color: #fff;
      color: #243136; }
      .button_2.button_blue:hover i {
        color: #243136; }
      .button_2.button_blue:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button_2.button_green {
    background-color: #1bc744;
    color: #fff;
    overflow: hidden; }
    .button_2.button_green i {
      color: #fff;
      z-index: 2; }
    .button_2.button_green span {
      position: relative;
      z-index: 2; }
    .button_2.button_green:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_green:hover {
      border-color: #fff;
      color: #243136; }
      .button_2.button_green:hover i {
        color: #243136; }
      .button_2.button_green:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button_2.button_yellow {
    background-color: #ffd823;
    color: #fff;
    overflow: hidden; }
    .button_2.button_yellow i {
      color: #fff;
      z-index: 2; }
    .button_2.button_yellow span {
      position: relative;
      z-index: 2; }
    .button_2.button_yellow:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_yellow:hover {
      border-color: #fff;
      color: #243136; }
      .button_2.button_yellow:hover i {
        color: #243136; }
      .button_2.button_yellow:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button_2.button_orange {
    background-color: #e66a17;
    color: #fff;
    overflow: hidden; }
    .button_2.button_orange i {
      color: #fff;
      z-index: 2; }
    .button_2.button_orange span {
      position: relative;
      z-index: 2; }
    .button_2.button_orange:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_orange:hover {
      border-color: #fff;
      color: #243136; }
      .button_2.button_orange:hover i {
        color: #243136; }
      .button_2.button_orange:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button_2.button_orange_2 {
    background-color: #f0c540;
    color: #fff;
    overflow: hidden; }
    .button_2.button_orange_2 i {
      color: #fff;
      z-index: 2; }
    .button_2.button_orange_2 span {
      position: relative;
      z-index: 2; }
    .button_2.button_orange_2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: 1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_orange_2:hover {
      border-color: #fff;
      color: #243136; }
      .button_2.button_orange_2:hover i {
        color: #243136; }
      .button_2.button_orange_2:hover:before {
        opacity: 1;
        background-color: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button_2.button_outline {
    border-color: #243136;
    background: transparent; }
    .button_2.button_outline.button_outline_red {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button_2.button_outline.button_outline_red i {
        color: #fff;
        z-index: 2; }
      .button_2.button_outline.button_outline_red span {
        position: relative;
        z-index: 2; }
      .button_2.button_outline.button_outline_red:hover {
        color: #fff;
        border-color: #e40000; }
        .button_2.button_outline.button_outline_red:hover i {
          color: #fff; }
        .button_2.button_outline.button_outline_red:hover:before {
          opacity: 1;
          background-color: #e40000;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button_2.button_outline.button_outline_red:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #e40000;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_outline.button_outline_blue {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button_2.button_outline.button_outline_blue i {
        color: #fff;
        z-index: 2; }
      .button_2.button_outline.button_outline_blue span {
        position: relative;
        z-index: 2; }
      .button_2.button_outline.button_outline_blue:hover {
        color: #fff;
        border-color: #32a2c6; }
        .button_2.button_outline.button_outline_blue:hover i {
          color: #fff; }
        .button_2.button_outline.button_outline_blue:hover:before {
          opacity: 1;
          background-color: #32a2c6;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button_2.button_outline.button_outline_blue:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #32a2c6;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_outline.button_outline_green {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button_2.button_outline.button_outline_green i {
        color: #fff;
        z-index: 2; }
      .button_2.button_outline.button_outline_green span {
        position: relative;
        z-index: 2; }
      .button_2.button_outline.button_outline_green:hover {
        color: #fff;
        border-color: #1bc744; }
        .button_2.button_outline.button_outline_green:hover i {
          color: #fff; }
        .button_2.button_outline.button_outline_green:hover:before {
          opacity: 1;
          background-color: #1bc744;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button_2.button_outline.button_outline_green:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #1bc744;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_outline.button_outline_yellow {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button_2.button_outline.button_outline_yellow i {
        color: #fff;
        z-index: 2; }
      .button_2.button_outline.button_outline_yellow span {
        position: relative;
        z-index: 2; }
      .button_2.button_outline.button_outline_yellow:hover {
        color: #fff;
        border-color: #ffd823; }
        .button_2.button_outline.button_outline_yellow:hover i {
          color: #fff; }
        .button_2.button_outline.button_outline_yellow:hover:before {
          opacity: 1;
          background-color: #ffd823;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button_2.button_outline.button_outline_yellow:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #ffd823;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_outline.button_outline_orange {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button_2.button_outline.button_outline_orange i {
        color: #fff;
        z-index: 2; }
      .button_2.button_outline.button_outline_orange span {
        position: relative;
        z-index: 2; }
      .button_2.button_outline.button_outline_orange:hover {
        color: #fff;
        border-color: #e66a17; }
        .button_2.button_outline.button_outline_orange:hover i {
          color: #fff; }
        .button_2.button_outline.button_outline_orange:hover:before {
          opacity: 1;
          background-color: #e66a17;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button_2.button_outline.button_outline_orange:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #e66a17;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
    .button_2.button_outline.button_outline_orange_2 {
      border-color: #fff;
      overflow: hidden;
      width: 88px; }
      .button_2.button_outline.button_outline_orange_2 i {
        color: #fff;
        z-index: 2; }
      .button_2.button_outline.button_outline_orange_2 span {
        position: relative;
        z-index: 2; }
      .button_2.button_outline.button_outline_orange_2:hover {
        color: #fff;
        border-color: #f0c540; }
        .button_2.button_outline.button_outline_orange_2:hover i {
          color: #fff; }
        .button_2.button_outline.button_outline_orange_2:hover:before {
          opacity: 1;
          background-color: #f0c540;
          -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .button_2.button_outline.button_outline_orange_2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #f0c540;
        z-index: 1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }

.buttons .button {
  padding-left: 20px;
  padding-right: 42px;
  }
  .buttons .button i {
    right: 19px; }

#motors-slider {
  position: relative;
  z-index: 30;
  display: block;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  height: 780px;
  background: url("../images/video_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  #motors-slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0 57px 13px rgba(255, 255, 255, 0.27);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30; }
  #motors-slider:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0 57px 13px rgba(255, 255, 255, 0.27);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 30; }
  #motors-slider .motors-slider {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    height: 1px;
    padding-bottom: 63.25%;
    z-index: 10;
    -webkit-transform: translateY(-17%);
            transform: translateY(-17%); }
    #motors-slider .motors-slider:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -1px;
      right: 0;
      bottom: 0;
      z-index: 20;
      background: rgba(8, 15, 26, 0.4); }
    #motors-slider .motors-slider video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 100%;
      height: 100%; }
  #motors-slider .motors-slider-text {
    display: block;
    position: relative;
    z-index: 10;
    padding-top: 19.3%; }
    #motors-slider .motors-slider-text h2 {
      text-align: center;
      color: #ffffff;
      margin-bottom: 34px; }
    #motors-slider .motors-slider-text > span {
      color: #ffffff;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      display: block;
      width: 100%; }
    #motors-slider .motors-slider-text .video-btn-wrap {
      display: block;
      overflow: hidden;
      width: 100%;
      text-align: center;
      padding-top: 30px; }
      #motors-slider .motors-slider-text .video-btn-wrap a {
        margin: 0 auto; }
        #motors-slider .motors-slider-text .video-btn-wrap a svg {
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 11px;
          right: 11px;
          fill: #ffffff;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
        #motors-slider .motors-slider-text .video-btn-wrap a:hover svg {
          fill: #243136 !important;
          z-index: 10; }

#motors-slider .item {
  position: relative;
  height: 834px;
  overflow: hidden; }
  #motors-slider .item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #motors-slider .item img {
    display: block;
    width: 100%;
    height: auto; }
  #motors-slider .item .center {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20; }
    #motors-slider .item .center h2 {
      max-width: 750px;
      width: auto;
      margin: 0 auto;
      line-height: 50px;
      color: #243136;
      font-size: 48px; }
    #motors-slider .item .center h4 {
      width: auto;
      margin: 21px auto 0;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.5px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-align: center; }
  #motors-slider .item .image-wr {
    position: absolute;
    height: 834px;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%; }

.stm-icon-fontLogotype .path2:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

#main[data-slide='boats'] .stm-icon-fontLogotype .path2:before {
  color: #e40000; }

#main[data-slide='car'] .stm-icon-fontLogotype .path2:before {
  color: #e40000; }

#main[data-slide='motorcycle'] .stm-icon-fontLogotype .path2:before {
  color: #e40000; }

.owl-carousel.owl-loaded {
  display: block; }

.red {
  color: #e40000; }

.green {
  color: #1bc744; }

.orange {
  color: #e66a17; }

.blue {
  color: #32a2c6; }

.yellow {
  color: #ffd823; }

.white {
  color: #fff; }

h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #232628;
  text-transform: uppercase; }

p {
  margin-bottom: 15px; }

.main-wrapper {
  padding-top: 0px;
  margin-top: -100px;
  }

@-webkit-keyframes stm_zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes stm_zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

.layouts-list .video-single .container .clearfix {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .layouts-list .video-single .container .clearfix .left {
    width: 45.5%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
    .layouts-list .video-single .container .clearfix .left a {
      display: block;
      overflow: hidden;
      border-radius: 10px;
      position: relative; }
      .layouts-list .video-single .container .clearfix .left a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .layouts-list .video-single .container .clearfix .left a .play-youtube {
        display: block;
        width: 123px;
        height: 123px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        .layouts-list .video-single .container .clearfix .left a .play-youtube svg {
          width: 110px;
          height: 110px; }
        .layouts-list .video-single .container .clearfix .left a .play-youtube:before, .layouts-list .video-single .container .clearfix .left a .play-youtube:after {
          content: '';
          border: 1px solid;
          border-color: #ff0000;
          width: 108px;
          height: 108px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 1;
          -webkit-animation: 1s stm_zoom linear infinite;
          animation: 1s stm_zoom linear infinite; }
        .layouts-list .video-single .container .clearfix .left a .play-youtube:before {
          -webkit-animation-delay: .5s;
          animation-delay: .5s; }
  .layouts-list .video-single .container .clearfix .right {
    width: 47%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .layouts-list .video-single .container .clearfix .right .inner .title {
      margin-top: 70px;
      margin-bottom: 55px;
      letter-spacing: -1px;
      line-height: 50px; }
    .layouts-list .video-single .container .clearfix .right .inner .content {
      padding-top: 3px;
      font-family: 'Montserrat';
      font-size: 24px;
      max-width: 65%;
      line-height: 30px;
      letter-spacing: -0.7px; }

.layouts-list .layout-single {
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5); }
  .layouts-list .layout-single:first-child {
    margin-top: 0; }
  .layouts-list .layout-single .container > .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layouts-list .layout-single .title {
    margin-bottom: 37px;
    text-align: left;
    color: #fff; }
  .layouts-list .layout-single .content {
    margin-bottom: 54px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    direction: rtl;
    }
    .layouts-list .layout-single .content p {
      margin-bottom: 20px; }
  .layouts-list .layout-single .image img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    vertical-align: top; }
  .layouts-list .layout-single .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .layouts-list .layout-single .left .inner {
      max-width: 580px;
      margin-top: 18px;
      padding-right: 60px; }
  .layouts-list .layout-single .right {
    min-height: 625px;
    margin-left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.features-comparison-block {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5);
  padding: 105px 0 74px;
  z-index: 12; }
  .features-comparison-block .container h2 {
    text-align: center;
    margin-bottom: 113px;
    color: #ffffff; }
  .features-comparison-block .container table {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto; }
    .features-comparison-block .container table thead tr {
      border-bottom: 2px solid #e40000; }
      .features-comparison-block .container table thead tr th {
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        height: 55px;
        letter-spacing: 3px;
        vertical-align: middle; }
        .features-comparison-block .container table thead tr th .logo .stm-icon-fontLogotype {
          font-size: 23px; }
          .features-comparison-block .container table thead tr th .logo .stm-icon-fontLogotype .path1:before {
            color: #ffffff; }
        .features-comparison-block .container table thead tr th:nth-child(1) {
          width: 50%;
          text-align: left; }
        .features-comparison-block .container table thead tr th:nth-child(2) {
          width: 29%;
          text-align: center;
          line-height: 20px; }
        .features-comparison-block .container table thead tr th:nth-child(3) {
          width: 21%;
          text-align: center;
          vertical-align: top;
          padding-left: 42px;
          padding-top: 5px; }
    .features-comparison-block .container table tbody tr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .features-comparison-block .container table tbody tr:last-child {
        border-bottom: 0; }
      .features-comparison-block .container table tbody tr td {
        height: 75px;
        vertical-align: middle;
        color: #ffffff; }
        .features-comparison-block .container table tbody tr td:nth-child(1) {
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: -0.4px; }
        .features-comparison-block .container table tbody tr td:nth-child(2) {
          text-align: center; }
        .features-comparison-block .container table tbody tr td:nth-child(3) {
          text-align: center;
          padding-left: 53px; }

.reviews-block {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  background: rgba(36, 49, 54, 0.5);
  padding: 140px 0 104px;
  text-align: center; }
  .reviews-block .container h2 {
    color: #ffffff; }
  .reviews-block .container .reviews-carousel {
    padding-top: 13px;
    margin-bottom: 15px; }
  .reviews-block .container .review-block {
    cursor: default; }
    .reviews-block .container .review-block .stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      max-width: 122px;
      width: 100%;
      height: 50px;
      margin: 0 auto; }
      .reviews-block .container .review-block .stars img {
        display: block;
        width: 20%;
        height: auto;
        margin: 0 2px; }
    .reviews-block .container .review-block h4 {
      margin: 37px 0 26px;
      font-family: "Montserrat", sans-serif;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 2px; }
    .reviews-block .container .review-block .review-text {
      display: block;
      overflow: hidden;
      max-width: 60%;
      font-size: 25px;
      font-style: italic;
      color: #ffffff;
      line-height: 42px;
      margin: 27px auto 0;
      font-weight: 300;
      letter-spacing: 0;
      font-family: 'Montserrat'; }
  .reviews-block .container .owl-dots {
    display: none; }
  .reviews-block .container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 14px 5px 14px;
    max-width: 120px;
    white-space: nowrap;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px; }
    .reviews-block .container a span {
      position: relative;
      z-index: 2; }
    .reviews-block .container a svg {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin-left: 5px;
      fill: #ffffff !important;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .reviews-block .container a:hover {
      color: #243136; }
      .reviews-block .container a:hover svg {
        fill: #243136; }

.stylemix-block {
  display: block;
  position: relative;
  height: 463px;
  z-index: 13;
  padding: 133px 0 141px;
  text-align: center;
  overflow: hidden;
  margin-top: 101px; }
  .stylemix-block .parallax-bg {
    display: block;
    width: 100%;
    min-height: 737px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .stylemix-block .container {
    display: block;
    position: relative; }
    .stylemix-block .container h2 {
      color: #ffffff;
      margin-bottom: 91px; }
    .stylemix-block .container .stm-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .stylemix-block .container .stm-blocks .stm-block {
        display: block;
        overflow: hidden; }
        .stylemix-block .container .stm-blocks .stm-block:nth-child(1) {
          width: 250px; }
          .stylemix-block .container .stm-blocks .stm-block:nth-child(1) .stm-img-wrap {
            margin-bottom: 56px; }
        .stylemix-block .container .stm-blocks .stm-block:nth-child(2) {
          width: 250px; }
          .stylemix-block .container .stm-blocks .stm-block:nth-child(2) .stm-img-wrap {
            margin-bottom: 49px; }
        .stylemix-block .container .stm-blocks .stm-block:nth-child(3) {
          width: 250px;
          margin-top: -14px; }
          .stylemix-block .container .stm-blocks .stm-block:nth-child(3) .stm-img-wrap {
            width: 224px;
            margin: 0 auto 50px; }
        .stylemix-block .container .stm-blocks .stm-block .stm-img-wrap {
          display: block;
          overflow: hidden;
          width: 100%; }
          .stylemix-block .container .stm-blocks .stm-block .stm-img-wrap img {
            display: block;
            width: 100%;
            position: relative; }
        .stylemix-block .container .stm-blocks .stm-block span {
          color: #ffffff;
          text-align: center;
          font-size: 25px;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          line-height: 32px; }

.media-block {
  display: block;
  overflow: hidden;
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5);
  text-align: center;
  position: relative;
  z-index: 13;
  padding: 122px 0 110px; }
  .media-block .container h2 {
    margin-bottom: 95px;
    color: #ffffff; }
  .media-block .container > span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 59%;
    margin: 0 auto 86px;
    font-weight: 300;
    padding: 0 5px; }
  .media-block .container .media-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1110px;
    margin: 0 auto; }
    .media-block .container .media-row .media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 31.4%;
      height: 135px;
      margin-right: 31px;
      margin-bottom: 31px;
      background: #ffffff; }
      .media-block .container .media-row .media .img-wrap {
        display: block;
        overflow: hidden;
        position: relative; }
        .media-block .container .media-row .media .img-wrap img {
          display: block;
          width: 100%;
          height: auto; }
      .media-block .container .media-row .media:nth-child(1) .img-wrap {
        max-width: 54%; }
      .media-block .container .media-row .media:nth-child(2) .img-wrap {
        max-width: 43%; }
      .media-block .container .media-row .media:nth-child(3) {
        margin-right: 0; }
        .media-block .container .media-row .media:nth-child(3) .img-wrap {
          max-width: 46%; }
      .media-block .container .media-row .media:nth-child(4) .img-wrap {
        max-width: 54%; }
      .media-block .container .media-row .media:nth-child(5) .img-wrap {
        max-width: 50%; }
      .media-block .container .media-row .media:nth-child(6) {
        margin-right: 0; }
        .media-block .container .media-row .media:nth-child(6) .img-wrap {
          max-width: 54%; }
      .media-block .container .media-row .media:nth-child(7) {
        margin-bottom: 0; }
        .media-block .container .media-row .media:nth-child(7) .img-wrap {
          max-width: 47%; }
      .media-block .container .media-row .media:nth-child(8) {
        margin-bottom: 0; }
        .media-block .container .media-row .media:nth-child(8) .img-wrap {
          max-width: 56%; }
      .media-block .container .media-row .media:nth-child(9) {
        margin-bottom: 0;
        margin-right: 0; }
        .media-block .container .media-row .media:nth-child(9) .img-wrap {
          max-width: 47%; }

.info-block {
  display: block;
  margin-top: 13px;
  position: relative;
  padding: 100px 0 100px; }
  .info-block h2 {
    color: #ffffff; }
  .info-block .info-desc {
    display: block;
    color: #ffffff;
    font-size: 18px;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px; }
  .info-block .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    background-size: cover;
    padding: 78px 0 95px;
    position: relative;
    z-index: 2; }
    .info-block .info-wrap a {
      display: block;
      width: 30.5%;
      text-decoration: none;
      position: relative; }
      .info-block .info-wrap a .stm_flipbox {
        position: relative;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-perspective: 1000px;
                perspective: 1000px;
        padding: 0;
        border: 0; }
        .info-block .info-wrap a .stm_flipbox .stm_flipbox__front,
        .info-block .info-wrap a .stm_flipbox .stm_flipbox__back {
          -webkit-transform: rotateX(0deg);
                  transform: rotateX(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          min-height: 283px;
          height: auto;
          -webkit-transition: -webkit-transform 0.6s ease;
          transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          background-size: cover; }
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__front:after,
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__back:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: .75; }
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner,
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner {
            position: absolute;
            left: 0;
            bottom: 0;
            top: 50%;
            height: 100%;
            width: 100%;
            border-radius: 2px;
            outline: 1px solid transparent;
            -webkit-perspective: inherit;
                    perspective: inherit;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
                    transform: translateY(-50%) translateZ(60px) scale(0.94);
            z-index: 2; }
            .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex,
            .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              height: auto;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-line-pack: center;
                  align-content: center;
              padding-top: 90px; }
              .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
              .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
                margin-top: -8px; }
              .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
              .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
                font-family: mellatweb-isans;
                font-size: 17px;
                color: #ffffff;
                margin-top: 30px;
                letter-spacing: 2px;
                text-transform: uppercase;
                }
              .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
              .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
                display: block;
                max-width: 64%;
                font-size: 14px;
                font-weight: 300;
                color: #ffffff;
                text-align: center;
                margin-top: 28px;
                line-height: 26px;
                letter-spacing: 0;
                -webkit-transition: color .2s ease-out;
                transition: color .2s ease-out; }
        .info-block .info-wrap a .stm_flipbox .stm_flipbox__front {
          background: rgba(36, 49, 54, 0.5); }
        .info-block .info-wrap a .stm_flipbox .stm_flipbox__back {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          border-radius: 2px;
          -webkit-transform: rotateX(180deg);
                  transform: rotateX(180deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          background: rgba(228, 0, 0, 0.5); }
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
            color: #ffffff;
            margin-top: -5px !important; }
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
            color: #ffffff; }
          .info-block .info-wrap a .stm_flipbox .stm_flipbox__back:after {
            opacity: 1; }
        .info-block .info-wrap a .stm_flipbox:hover .stm_flipbox__front {
          -webkit-transform: rotateX(-180deg);
                  transform: rotateX(-180deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
        .info-block .info-wrap a .stm_flipbox:hover .stm_flipbox__back {
          -webkit-transform: rotateX(0deg);
                  transform: rotateX(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
      .info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
      .info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
        margin-top: -10px; }
      .info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
      .info-block .info-wrap a:nth-child(1) .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
        margin-top: 24px; }
      .info-block .info-wrap a:nth-child(2) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
      .info-block .info-wrap a:nth-child(2) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
        margin-top: -5px; }
      .info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
      .info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
        margin-top: 4px; }
      .info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
      .info-block .info-wrap a:nth-child(3) .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
        margin-top: 24px; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.integrated {
  padding: 91px 0 50px;
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5); }
  .integrated table tr:nth-child(3) td {
    border-bottom: 0; }
  .integrated table tr td {
    padding-left: 15px;
    padding-right: 15px;
    height: 136px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .integrated table tr td:first-child {
      width: 360px; }
    .integrated table tr td:nth-child(2) {
      width: 390px; }
    .integrated table tr td:last-child {
      width: 360px;
      border-right: 0; }
    .integrated table tr td img {
      display: inline-block;
      max-width: 50%;
      height: auto;
      -webkit-transform: translateZ(0); }
      .integrated table tr td img[alt="Contact Form 7"], .integrated table tr td img[alt="Sass"] {
        max-height: 50%;
        width: auto; }
      .integrated table tr td img[alt="Slider Revolution"] {
        max-width: 60%; }
      .integrated table tr td img[alt="Visual Composer"] {
        max-width: 60%; }

.divider {
  margin: 29px 0 20px;
  color: #e66a17;
  text-align: center;
  font-size: 5px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.vehicle-page-template-wr {
  max-width: 1920px;
  width: auto;
  margin: 101px auto 0;
  background: rgba(36, 49, 54, 0.5); }

.vehicle-page-template {
  position: relative;
  padding: 60px 60px 0 968px;
  min-height: 594px; }
  .vehicle-page-template .inner {
    max-width: 1920px;
    width: auto;
    margin: 0 auto; }
  .vehicle-page-template .yellow {
    color: #d0b324 !important; }
  .vehicle-page-template .divider {
    margin: 30px 0 41px; }
  .vehicle-page-template h2 {
    color: #ffffff; }
  .vehicle-page-template .imac {
    position: absolute;
    bottom: 0;
    left: 69px;
    width: 759px;
    height: 536px;
    background: url("../images/helpers/imac.png") 0 0 no-repeat;
    background-size: cover; }
  .vehicle-page-template .text {
    padding-top: 131px;
    max-width: 600px; }
    .vehicle-page-template .text p {
      line-height: 20px;
      font-size: 15px;
      color: #ffffff;
      opacity: 0.7; }
  .vehicle-page-template .page-dots {
    margin-top: 60px; }

.owl-page-template-wrapper {
  position: relative;
  left: 47px;
  top: 30px;
  max-width: 681px;
  max-height: 383px;
  overflow: hidden;
  background: #fff; }

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0); }

.owl-dot {
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px;
  cursor: pointer; }
  .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #b8b9ba;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .owl-dot:first-child {
    padding-left: 0; }
  .owl-dot:last-child {
    padding-right: 0; }
  .owl-dot.active span {
    background-color: #ffd823;
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }

.blue .owl-dot.active span {
  background-color: #32a2c6; }

.listings-page {
  padding-top: 70px;
  padding-bottom: 48px;
  background-color: #102127; }
  .listings-page .divider {
    margin: 29px 0 43px; }
  .listings-page .text-centered {
    max-width: 500px;
    margin-bottom: 56px; }

.single-image {
  float: left;
  width: 33.333%; }
  .single-image .inner {
    padding: 0 15px 30px; }
    .single-image .inner img {
      border-radius: 5px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:after {
    clear: both;
    display: block;
    content: ''; }

.search-page-template {
  position: relative;
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5);
  padding: 100px 0 0 0; }
  .search-page-template .container {
    min-height: 390px;
    padding-bottom: 40px; }
  .search-page-template .owl-page-template-wrapper {
    max-width: 770px;
    min-height: 584px;
    left: 18px;
    top: 31px; }
  .search-page-template .yellow {
    color: #d0b324 !important; }
  .search-page-template .divider {
    margin: 25px 0 41px; }
  .search-page-template h2 {
    color: #ffffff; }
  .search-page-template .imac {
    position: absolute;
    bottom: 0;
    right: -234px;
    width: 806px;
    height: 492px;
    background: url("../images/helpers/mac.png") 0 0 no-repeat;
    background-size: cover;
    overflow: hidden; }
  .search-page-template .text {
    padding-top: 10px;
    max-width: 480px;
    min-height: 474px; }
    .search-page-template .text p {
      line-height: 20px;
      font-size: 15px;
      color: #ffffff;
      opacity: 0.7; }
  .search-page-template .search-dots {
    margin-top: 60px; }

.text-centered {
  max-width: 470px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center; }

.default {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 20px;
  opacity: 0.7; }

.listings-options {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5); }
  .listings-options .divider {
    margin-bottom: 43px; }
  .listings-options .text-centered {
    max-width: 495px;
    margin-bottom: 38px; }

.all-import {
  position: relative;
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5);
  padding: 100px 0 0 0; }
  .all-import .owl-page-template-wrapper {
    max-width: 770px;
    left: 18px;
    top: 31px; }
  .all-import .yellow {
    color: #d0b324 !important; }
  .all-import .divider {
    margin: 30px 0 41px; }
  .all-import h2 {
    color: #ffffff; }
  .all-import .text {
    position: relative;
    min-height: 530px;
    padding-left: 800px;
    padding-top: 10px;
    max-width: 475px; }
    .all-import .text h2 {
      padding-top: 92px; }
    .all-import .text:after {
      content: '';
      position: absolute;
      left: -53px;
      top: 0;
      display: block;
      width: 813px;
      height: 538px;
      background: url("../images/helpers/csv.png") 0 0 no-repeat; }
    .all-import .text p {
      line-height: 20px;
      font-size: 15px;
      color: #ffffff;
      opacity: 0.7; }
  .all-import .search-dots {
    margin-top: 60px; }

.vc-modules {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
  padding: 68px 0 65px;
  background: url("../images/helpers/modules.jpg") 0 0 no-repeat;
  background-size: cover; }
  .vc-modules:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
  .vc-modules .divider {
    margin: 31px 0 41px; }
  .vc-modules .modules {
    position: relative;
    width: 1905px;
    margin: 0 auto;
    height: 480px; }
    .vc-modules .modules .module {
      position: absolute;
      opacity: 0; }
      .vc-modules .modules .module img {
        position: relative;
        left: 0;
        top: 0;
        display: block; }
      .vc-modules .modules .module.module-1 {
        left: -13px !important;
        top: inherit !important;
        bottom: -130px !important;
        opacity: 0.9;
        z-index: 90; }
        .vc-modules .modules .module.module-1 img {
          height: 341px;
          width: auto; }
      .vc-modules .modules .module.module-2 {
        left: 92px !important;
        top: inherit !important;
        bottom: 170px !important;
        opacity: 0.75;
        z-index: 70; }
        .vc-modules .modules .module.module-2 img {
          width: 297px;
          height: auto; }
      .vc-modules .modules .module.module-3 {
        left: 361px !important;
        top: 18px !important;
        opacity: 0.75;
        z-index: 80; }
        .vc-modules .modules .module.module-3 img {
          width: 262px;
          height: auto; }
      .vc-modules .modules .module.module-4 {
        left: 561px !important;
        top: 159px !important;
        opacity: 0.75;
        z-index: 70; }
        .vc-modules .modules .module.module-4 img {
          width: 280px;
          height: auto; }
      .vc-modules .modules .module.module-5 {
        left: 816px !important;
        top: 98px !important;
        opacity: 0.9;
        z-index: 90; }
        .vc-modules .modules .module.module-5 img {
          width: 310px;
          height: auto; }
      .vc-modules .modules .module.module-6 {
        left: 1136px !important;
        top: 35px !important;
        opacity: 0.75;
        z-index: 90; }
        .vc-modules .modules .module.module-6 img {
          width: 263px;
          height: auto; }
      .vc-modules .modules .module.module-7 {
        left: 1464px !important;
        top: 104px !important;
        opacity: 0.75;
        z-index: 90; }
        .vc-modules .modules .module.module-7 img {
          width: 191px;
          height: auto; }
      .vc-modules .modules .module.module-8 {
        left: 1507px !important;
        top: 35px !important;
        opacity: 0.5;
        z-index: 70; }
        .vc-modules .modules .module.module-8 img {
          width: 490px;
          height: auto; }
      .vc-modules .modules .module.module-9 {
        left: 1585px !important;
        top: inherit !important;
        bottom: -130px !important;
        opacity: 0.8;
        z-index: 70; }
        .vc-modules .modules .module.module-9 img {
          width: 410px;
          height: auto; }

.lists .list {
  float: left;
  width: 25%; }
  .lists .list li {
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 20px; }
    .lists .list li:before {
      position: absolute;
      left: 0;
      top: 7px;
      content: "\e90a";
      display: block;
      font-family: 'stm-icon-font' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 9px;
      color: #ffd823;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.subscription_opt {
  margin-top: 101px;
  background: rgba(36, 49, 54, 0.5);
  padding: 80px 0 62px; }
  .subscription_opt h2 {
    color: #ffffff; }
  .subscription_opt .col-2xleft {
    float: left;
    width: 36.65%; }
    .subscription_opt .col-2xleft:hover img {
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4); }
    .subscription_opt .col-2xleft img {
      position: relative;
      border-radius: 6px;
      border-top-left-radius: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 15; }
  .subscription_opt .col-2xright {
    float: right;
    width: 36.65%; }
    .subscription_opt .col-2xright:hover img {
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4); }
    .subscription_opt .col-2xright img {
      position: relative;
      border-radius: 6px;
      border-top-left-radius: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 15; }
  .subscription_opt .col-1xmid {
    float: left;
    width: 26.6%; }
    .subscription_opt .col-1xmid .inner {
      padding: 75px 15px 0; }
  .subscription_opt .default {
    padding: 0 45px; }
  .subscription_opt .divider {
    margin-bottom: 41px; }
  .subscription_opt p {
    color: #ffffff; }

.label {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: 10; }
  .label span {
    background: #1bc744;
    display: block;
    padding: 8.5px 10px;
    padding-left: 14px;
    padding-right: 12px;
    position: relative;
    letter-spacing: -0.7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10; }
  .label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    width: 40px;
    height: 100%;
    -webkit-transform: skew(15deg);
            transform: skew(15deg);
    background: #1bc744;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1; }

img {
  max-width: 100%;
  height: auto; }

.listing-option-centered {
  position: relative;
  display: inline-block;
  padding: 0 280px; }
  .listing-option-centered .left {
    position: absolute;
    left: 0;
    top: 0;
    width: 275px;
    text-align: right; }
    .listing-option-centered .left > div {
      color: #fff;
      font-size: 15px;
      line-height: 20px; }
    .listing-option-centered .left .left-2 {
      padding-top: 142px;
      line-height: 100px; }
    .listing-option-centered .left .left-3 {
      padding-top: 120px; }
    .listing-option-centered .left .left-4 {
      padding-top: 150px; }
  .listing-option-centered .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 275px;
    text-align: left; }
    .listing-option-centered .right > div {
      color: #fff;
      font-size: 15px;
      line-height: 20px; }
    .listing-option-centered .right .right-1 {
      padding-top: 123px;
      line-height: 65px; }
    .listing-option-centered .right .right-2 {
      padding-top: 87px; }
    .listing-option-centered .right .right-3 {
      padding-top: 113px; }

.listings-options-2 {
  padding-top: 70px;
  padding-bottom: 47px; }
  .listings-options-2 .divider {
    margin: 31px 0 97px; }
  .listings-options-2 .icon-box-row {
    margin: 0 -15px; }
    .listings-options-2 .icon-box-row .icon-box {
      position: relative;
      float: left;
      width: 33.333%;
      color: #fff;
      text-align: center;
      margin-bottom: 100px; }
      .listings-options-2 .icon-box-row .icon-box:nth-child(3n+1) {
        clear: both; }
      .listings-options-2 .icon-box-row .icon-box .inner {
        padding: 0 60px;
        max-width: 260px;
        width: auto;
        margin: 0 auto; }
        .listings-options-2 .icon-box-row .icon-box .inner .label-saved {
          position: absolute;
          top: -38px;
          right: 56px;
          width: 72px;
          height: 72px;
          border-radius: 50%;
          background: #1bc744;
          color: #fff;
          font-size: 13px;
          font-family: "Montserrat", sans-serif; }
          .listings-options-2 .icon-box-row .icon-box .inner .label-saved span {
            padding-top: 18px;
            display: block;
            font-size: 22px; }
        .listings-options-2 .icon-box-row .icon-box .inner i {
          min-height: 113px;
          display: block;
          font-size: 83px; }
        .listings-options-2 .icon-box-row .icon-box .inner .title {
          margin-bottom: 12px;
          font-size: 16px;
          line-height: 20px;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
        .listings-options-2 .icon-box-row .icon-box .inner .content {
          font-size: 13px;
          line-height: 20px; }
        .listings-options-2 .icon-box-row .icon-box .inner a {
          color: #fff;
          text-decoration: underline !important;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .listings-options-2 .icon-box-row .icon-box .inner a:hover {
            color: #ffd823; }
      .listings-options-2 .icon-box-row .icon-box.revslider i {
        font-size: 74px; }
      .listings-options-2 .icon-box-row .icon-box.search i {
        font-size: 78px; }
      .listings-options-2 .icon-box-row .icon-box.customizer i {
        font-size: 70px; }
      .listings-options-2 .icon-box-row .icon-box.wpml i {
        font-size: 74px; }
      .listings-options-2 .icon-box-row .icon-box.font i {
        font-size: 66px; }
      .listings-options-2 .icon-box-row .icon-box.sidebars i {
        font-size: 74px; }
      .listings-options-2 .icon-box-row .icon-box.mail i {
        font-size: 77px; }
      .listings-options-2 .icon-box-row .icon-box.sass i {
        font-size: 84px; }
      .listings-options-2 .icon-box-row .icon-box.support .content {
        margin: 0 -10px; }
      .listings-options-2 .icon-box-row .icon-box.support i {
        font-size: 92px; }

.pre-footer {
  padding: 174px 0 120px;
  background: rgba(36, 49, 54, 0.5);
  text-align: center; }

.pre-footer h2 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase; }

.pre-footer p {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif; }

.pre-footer a {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  border-radius: 2px;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #e40000;
  background: transparent;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: -webkit-all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .pre-footer a span {
    position: relative;
    z-index: 2; }
  .pre-footer a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #e40000;
    z-index: 1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
  .pre-footer a:hover {
    border-color: #e40000; }
    .pre-footer a:hover i {
      color: #fff; }
    .pre-footer a:hover:before {
      opacity: 1;
      background-color: #e40000;
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.footer {
  padding: 40px 0 45px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 20px; }
  .footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .footer a:hover {
      color: white; }

p {
  margin-bottom: 20px; }

.arrow_top {
  display: block;
  position: fixed;
  right: 7px;
  bottom: 93px;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
  z-index: 24;
  cursor: pointer;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  opacity: 0;
  visibility: hidden; }
  .arrow_top.arrowShow {
    opacity: 1;
    visibility: visible; }
  .arrow_top:hover {
    bottom: 100px; }
    .arrow_top:hover .arrow {
      /*.arrow_anim{
	  background: url("../img/arrow_top.png");
	  animation: animatedBackground 10s linear 10;
	  -moz-animation: animatedBackground 10s linear 10;
	  -webkit-animation: animatedBackground 10s linear 10;
	  -ms-animation: animatedBackground 10s linear 10;
	  -o-animation: animatedBackground 10s linear 10;
	}*/ }
  .arrow_top .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.4);
    z-index: 3; }
    .arrow_top .arrow img {
      display: none; }
    .arrow_top .arrow .arrow_anim {
      display: block;
      width: 13px;
      height: 13px;
      background: url("../images/arrow_to_top.svg") no-repeat; }

#youtubeTutorialWrapFancy {
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  #youtubeTutorialWrapFancy.tutorialVideoShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1; }
  #youtubeTutorialWrapFancy:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90; }
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 58%;
    height: 63%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 99;
    position: relative; }

@media (max-width: 1680px) {
  #motors-slider {
    height: 620px; } }

@media (max-width: 1500px) {
  #motors-slider {
    height: 600px; }
    #motors-slider .motors-slider {
      -webkit-transform: translateY(-18%);
              transform: translateY(-18%); } }

@media (max-width: 1440px) {
  .layouts-list .layout-single .left .inner {
    padding-left: 15px; }
  #motors-slider {
    height: 100vh; }
    #motors-slider .motors-slider {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #motors-slider .motors-slider:before {
        height: 100vh; }
      #motors-slider .motors-slider video {
        width: 300%;
        height: 140vh;
        top: 0;
        -webkit-transform: translateX(-50%) translateY(-14%);
                transform: translateX(-50%) translateY(-14%); }
    #motors-slider .container .motors-slider-text {
      padding-top: 26.3%; } }

@media (max-width: 1360px) {
  .layouts-list .layout-single .left .inner {
    text-align: right;
    padding-left: 15px;
    direction: rtl;
    } }

@media (max-width: 1300px) {
  .header .right .menu li {
    margin-right: 3%; }
  #main {
    background-position: 50% 0 !important;
    background-attachment: fixed; }
  .layouts-list .layout-single .right {
    min-height: 515px; }
  .vehicle-page-template {
    padding-left: 870px; }
  .search-page-template .owl-page-template-wrapper {
    max-width: 722px;
    left: 17px;
    top: 29px; }
  .search-page-template .imac {
    right: -70px;
    width: 736px;
    height: 460px; }
  .subscription_opt .col-2xleft,
  .subscription_opt .col-2xright,
  .subscription_opt .col-1xmid {
    float: left;
    max-width: 470px;
    width: 33.333%;
    margin: 0 auto; }
  .subscription_opt .col-1xmid .inner {
    padding-bottom: 75px;
    padding-top: 35px; }
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 70%;
    height: 60%; } }

@media (max-width: 1280px) {
  .container {
    padding: 0 30px; }
  .header .right .button {
    padding: 14px 40px 1px 24px; }
  .layouts-list .video-single .container .clearfix .right .inner .title {
    margin-bottom: 15px; }
  .layouts-list .video-single .container .clearfix .right .inner .content {
    font-size: 20px; } }

@media (max-width: 1235px) {
  .header .logo {
    width: 20%; }
  .header .right {
    width: 80%; }
  .main-wrapper {
    padding-top: 0; }
  .vehicle-page-template {
    padding: 60px 60px 0 60px; }
    .vehicle-page-template .imac {
      position: static;
      margin: 0 auto; }
    .vehicle-page-template .text {
      padding-top: 0;
      margin: 0 auto 50px;
      max-width: 600px;
      text-align: center; }
      .vehicle-page-template .text .text-left {
        text-align: center; }
    .vehicle-page-template .page-dots {
      display: none !important; }
  .search-page-template .text-left {
    text-align: center; }
  .search-page-template .imac {
    position: static;
    margin: 0 auto;
    width: 756px;
    height: 400px;
    max-width: 100%; }
  .search-page-template .text {
    margin: 0 auto 50px;
    min-height: inherit;
    text-align: center; }
  .search-page-template .search-dots {
    display: none !important; }
  .all-import {
    padding: 30px 0; }
    .all-import .text {
      padding-left: 0;
      margin: 0 auto;
      text-align: center;
      min-height: inherit !important; }
      .all-import .text .text-left {
        text-align: center; }
      .all-import .text h2 {
        padding-top: 0; }
      .all-import .text:after {
        display: none !important; }
  .stm-menu-trigger {
    position: relative;
    float: right;
    background: #243136;
    width: 30px;
    height: 27px;
    margin-left: 10px;
    border-radius: 3px;
    padding: 15px 0 1px 15px;
    z-index: 999; }
    .stm-menu-trigger span {
      display: block;
      width: 16px;
      height: 2px;
      margin-bottom: 4px;
      border-radius: 2px;
      background: #fff; }
      .stm-menu-trigger span:first-child {
        position: relative;
        top: 0;
        -webkit-transition: top .3s .3s, transform .3s 0s;
        -webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
        transition: top .3s .3s, -webkit-transform .3s 0s;
        transition: top .3s .3s, transform .3s 0s;
        transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s; }
      .stm-menu-trigger span:nth-child(2) {
        opacity: 1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .stm-menu-trigger span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        -webkit-transition: top .3s .3s, transform .3s 0s;
        -webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
        transition: top .3s .3s, -webkit-transform .3s 0s;
        transition: top .3s .3s, transform .3s 0s;
        transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s; }
    .stm-menu-trigger.opened {
      background: #fff; }
      .stm-menu-trigger.opened span {
        background: #243136; }
        .stm-menu-trigger.opened span:first-child {
          top: 6px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transition: top .3s 0s, transform .3s .3s;
          -webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
          transition: top .3s 0s, -webkit-transform .3s .3s;
          transition: top .3s 0s, transform .3s .3s;
          transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s; }
        .stm-menu-trigger.opened span:nth-child(2) {
          opacity: 0; }
        .stm-menu-trigger.opened span:last-child {
          top: -6px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: top .3s 0s, transform .3s .3s;
          -webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
          transition: top .3s 0s, -webkit-transform .3s .3s;
          transition: top .3s 0s, transform .3s .3s;
          transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s; }
  .media-block .container .media-row {
    padding-left: 8px; }
    .media-block .container .media-row .media {
      width: 31%; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 70px; } }

@media (max-width: 1100px) {
  .header {
    top: 15px; }
    .header .logo {
      padding-top: 5px;
      width: 50%;
      float: left;
      margin-bottom: 20px;
      text-align: left; }
    .header .right {
      width: 50%;
      float: right;
      text-align: right; }
      .header .right .button {
        margin: 0 auto 20px;
        float: none; }
  #motors-slider {
    height: 462px;
    margin-top: 0; }
    #motors-slider .container .motors-slider-text {
      padding-top: 10%; }
    #motors-slider .motors-slider {
      padding-bottom: 45%;
      -webkit-transform: inherit;
              transform: inherit; }
      #motors-slider .motors-slider video {
        display: none; }
  .layouts-list .layout-single .right {
    min-height: 450px; }
  #motors-slider .item .center {
    top: 50%; }
  #main {
    background-attachment: fixed;
    background-position: 50% 0 !important; }
  .layouts-list .video-single {
    margin-top: 40px !important; }
    .layouts-list .video-single .container .clearfix .left {
      max-width: 580px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 0; }
    .layouts-list .video-single .container .clearfix .right {
      overflow: hidden;
      height: auto;
      min-height: inherit;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .layouts-list .video-single .container .clearfix .right .inner .title {
        margin-top: 0;
        text-align: center;
        margin-bottom: 15px; }
      .layouts-list .video-single .container .clearfix .right .inner .content {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 40px; } }

@media (max-width: 1024px) {
  #motors-slider .item .center {
    top: 50%; }
  #main {
    background: transparent !important; }
  #motors-slider .item,
  #motors-slider {
    min-height: inherit; }
  .layouts-list .layout-single {
    margin-top: 40px; }
  .layouts-list .layout-single .container > .clearfix {
    display: block; }
  .layouts-list .layout-single .right {
    display: block;
    width: auto;
    max-width: 580px;
    margin: 0 auto; }
  .layouts-list .layout-single .left .inner {
    width: auto;
    margin: 40px auto;
    padding: 0;
    text-align: center; }
    .layouts-list .layout-single .left .inner .title {
      text-align: center; }
  .single-image {
    width: 50%; }
  .listings-options-2 .icon-box-row .icon-box {
    width: 50%; }
  .listings-options-2 .icon-box-row .icon-box:nth-child(3n+1) {
    clear: none; }
  .listings-options-2 .icon-box-row .icon-box:nth-child(2n+1) {
    clear: both; }
  .subscription_opt .col-2xleft,
  .subscription_opt .col-2xright,
  .subscription_opt .col-1xmid {
    float: none;
    max-width: 470px;
    width: 100%;
    margin: 0 auto; }
  .button.button_outline {
    margin: 20px auto; }
  .button-dp-in.last {
    top: 0;
    left: 0; } }

@media (max-width: 850px) {
  .vehicle-page-template .imac {
    width: 100%;
    height: 457px; }
  .owl-page-template-wrapper {
    position: relative;
    left: 41px;
    top: 26px;
    max-width: 581px;
    max-height: 327px;
    overflow: hidden;
    background: #fff; }
  #motors-slider {
    height: 100%; }
    #motors-slider .motors-slider-text {
      padding-top: 12.3%;
      margin-bottom: 9%; }
  .stylemix-block .container .stm-blocks .stm-block:nth-child(3) .stm-img-wrap {
    width: 73%;
    margin: 0 auto 49px; }
  .stylemix-block .container .stm-blocks .stm-block .stm-img-wrap {
    width: 80%;
    margin: 0 auto; }
  .stylemix-block .container .stm-blocks .stm-block > span {
    font-size: 20px; }
    .stylemix-block .container .stm-blocks .stm-block > span span {
      font-size: 20px; }
  .media-block .container .media-row .media {
    margin: 0 23px 23px 0; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 35px; }
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 80%;
    height: 40%; } }

@media (max-width: 812px) {
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 65%;
    height: 80%; } }

@media (max-width: 768px) {
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 80%;
    height: 40%; } }

@media (max-width: 767px) {
  .vehicle-page-template .imac {
    background: none !important;
    height: inherit !important; }
    .vehicle-page-template .imac .owl-page-template-wrapper {
      width: auto;
      max-width: 450px;
      margin: 0 auto;
      top: 0;
      left: 0; }
  .search-page-template .imac {
    background: none !important;
    height: inherit !important; }
    .search-page-template .imac .owl-page-template-wrapper {
      top: 0;
      left: 0;
      max-width: 450px;
      min-height: inherit !important;
      margin: 0 auto; }
  #motors-slider {
    height: 100%; }
    #motors-slider .motors-slider-text {
      padding-top: 12.3%;
      margin-bottom: 7.5%; }
  .stylemix-block .container .stm-blocks .stm-block:nth-child(3) .stm-img-wrap {
    width: 73%;
    margin: 0 auto 49px; }
  .stylemix-block .container .stm-blocks .stm-block .stm-img-wrap {
    width: 80%; }
  .stylemix-block .container .stm-blocks .stm-block > span {
    font-size: 20px; }
    .stylemix-block .container .stm-blocks .stm-block > span span {
      font-size: 20px; }
  .media-block .container .media-row .media {
    margin: 0 23px 23px 0; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 45px; }
    .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
      max-width: 74%; }
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 70%;
    height: 70%; } }

@media (max-width: 670px) {
  #motors-slider {
    height: 100%; }
    #motors-slider .container .motors-slider-text {
      padding-top: 12.3%;
      margin-bottom: 9%; }
      #motors-slider .container .motors-slider-text h2 {
        font-size: 30px;
        line-height: 35px; }
  .stylemix-block .container .stm-blocks .stm-block:nth-child(3) .stm-img-wrap {
    width: 73%;
    margin: 0 auto 49px; }
  .stylemix-block .container .stm-blocks .stm-block .stm-img-wrap {
    width: 80%; }
  .stylemix-block .container .stm-blocks .stm-block > span {
    font-size: 16px; }
    .stylemix-block .container .stm-blocks .stm-block > span span {
      font-size: 16px; }
  .reviews-block .container .review-block .review-text {
    max-width: 80%; }
  .media-block .container .media-row .media {
    margin: 0 20px 20px 0; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 35px; } }

@media (max-width: 570px) {
  #motors-slider .motors-slider-text h2 {
    margin-bottom: 12px; }
  .stylemix-block .container .stm-blocks .stm-block:nth-child(1) .stm-img-wrap {
    margin-bottom: 46px; }
  .stylemix-block .container .stm-blocks .stm-block:nth-child(2) .stm-img-wrap {
    margin-bottom: 43px; }
  .stylemix-block .container .stm-blocks .stm-block:nth-child(3) .stm-img-wrap {
    margin-bottom: 49px; }
  .media-block .container .media-row {
    padding-left: 0; }
    .media-block .container .media-row .media {
      height: 95px;
      margin: 0 18px 20px 0; }
      .media-block .container .media-row .media .img-wrap {
        margin: 0 auto; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    font-size: 12px; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    max-width: 90%; } }

@media (max-width: 500px) {
  #motors-slider .container .motors-slider-text {
    padding-top: 36%; }
  .reviews-block {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
  .vc-modules .modules {
    display: none; }
  #motors-slider .item .center {
    top: 37%;
    padding: 0; }
    #motors-slider .item .center h4,
    #motors-slider .item .center h2 {
      padding: 0 15px; }
  .header .right .menu ul li a {
    font-size: 30px !important;
    line-height: 90px !important; }
  .header .right .button {
    padding: 14px 18px 1px 25px;
    border-radius: 3px !important; }
    .header .right .button span {
      display: none; }
    .header .right .button i {
      color: #fff;
      right: 13px; }
  h2 {
    font-size: 30px !important;
    line-height: 38px !important; }
  .buttons .button {
    display: block;
    max-width: 110px;
    width: auto;
    margin: 0 auto 30px !important; }
  .layouts-list .layout-single .right {
    min-height: inherit; }
  .integrated table {
    text-align: center; }
  .integrated table tr td {
    display: block;
    width: 100% !important;
    text-align: center;
    margin: 0 auto !important;
    height: inherit !important;
    border: 0 !important;
    padding: 30px 0 !important; }
    .integrated table tr td img {
      margin: 0 auto 50px; }
  .vehicle-page-template {
    padding-bottom: 40px !important;
    min-height: inherit !important; }
  .vehicle-page-template .imac {
    display: none !important; }
  .single-image {
    width: 100%; }
  .search-page-template .owl-page-template-wrapper {
    left: 0;
    top: 0; }
  .search-page-template {
    padding-bottom: 30px; }
  .listings-options {
    display: none !important; }
  .search-page-template .imac {
    display: none !important;
    height: inherit !important;
    background: none !important; }
  .all-import {
    margin: -60px 0 30px; }
  .lists .list {
    width: 100%; }
  .listings-options-2 .icon-box-row .icon-box {
    width: 100%; }
    .listings-options-2 .icon-box-row .icon-box .inner {
      padding: 0 20px; }
  .pre-footer {
    padding: 40px 0; }
    .pre-footer p {
      line-height: 24px; }
  #motors-slider .motors-slider {
    padding-bottom: 65%; }
  #motors-slider .motors-slider-text > span {
    font-size: 18px; }
  .features-comparison-block .container table thead tr th {
    font-size: 12px;
    font-weight: 400; }
    .features-comparison-block .container table thead tr th .logo .stm-icon-fontLogotype {
      font-size: 16px; }
    .features-comparison-block .container table thead tr th:nth-child(3) {
      padding-left: 0;
      padding-top: 0;
      vertical-align: middle; }
  .features-comparison-block .container table tbody tr td:nth-child(1) {
    font-size: 14px;
    line-height: 20px; }
  .features-comparison-block .container table tbody tr td:nth-child(3) {
    padding-left: 0; }
  .stylemix-block {
    height: 780px; }
    .stylemix-block .parallax-bg {
      min-height: 1060px; }
    .stylemix-block .container .stm-blocks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .stylemix-block .container .stm-blocks .stm-block {
        width: 50% !important;
        margin-bottom: 40px; }
        .stylemix-block .container .stm-blocks .stm-block .stm-img-wrap {
          margin-bottom: 20px !important; }
  .media-block .container .media-row .media {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px !important;
    height: 120px; }
  .info-block .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .info-block .info-wrap a {
      width: 90%;
      margin: 0 20px 20px; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__front,
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back {
    min-height: 220px; }
    .info-block .info-wrap a .stm_flipbox .stm_flipbox__front .inner .inner-flex,
    .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
      padding-top: 70px; }
  .info-block .info-desc {
    max-width: 90%; } }

.stm_animation {
  opacity: 0; }

@media (min-width: 1600px) {
  .listings-options-2 .icon-box-row .icon-box .inner .label-saved {
    right: 140px; } }

@media (max-width: 1550px) {
  .listing-option-centered .left .left-2 {
    padding-top: 110px; }
  .listing-option-centered .left .left-3 {
    padding-top: 124px; } }

@media (max-width: 1500px) {
  .listing-option-centered .right .right-2 {
    padding-top: 42px; }
  .listing-option-centered .right .right-3 {
    padding-top: 105px; } }

@media (max-width: 1450px) {
  .listing-option-centered .left .left-2 {
    padding-top: 90px; }
  .listing-option-centered .left .left-3 {
    padding-top: 70px; }
  .listing-option-centered .right .right-2 {
    padding-top: 42px; }
  .listing-option-centered .right .right-3 {
    padding-top: 85px; }
  .search-page-template .imac {
    right: -151px; } }

@media (max-width: 1400px) {
  .listing-option-centered .left .left-2 {
    padding-top: 90px; }
  .listing-option-centered .left .left-3 {
    padding-top: 80px; }
  .listing-option-centered .left .left-4 {
    padding-top: 105px; }
  .listing-option-centered .right .right-1 {
    padding-top: 90px; }
  .listing-option-centered .right .right-2 {
    padding-top: 42px; }
  .listing-option-centered .right .right-3 {
    padding-top: 85px; } }

@media (max-width: 1300px) {
  .listing-option-centered .left .left-2 {
    padding-top: 80px; }
  .listing-option-centered .left .left-3 {
    padding-top: 60px; }
  .listing-option-centered .right .right-1 {
    padding-top: 75px; } }

@media (max-width: 1250px) {
  .listing-option-centered .left .left-2 {
    padding-top: 70px; }
  .listing-option-centered .left .left-4 {
    padding-top: 80px; }
  .listing-option-centered .right .right-2 {
    padding-top: 35px; }
  .listing-option-centered .right .right-3 {
    padding-top: 55px; } }

@media (max-width: 1200px) {
  .listing-option-centered {
    display: block;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 50px; }
    .listing-option-centered:after {
      clear: both;
      content: '';
      display: block; }
    .listing-option-centered img {
      display: none; }
    .listing-option-centered .left {
      position: static;
      float: left;
      width: 50%; }
      .listing-option-centered .left > div {
        padding-top: 50px !important;
        padding-right: 30px; }
        .listing-option-centered .left > div.left-1 {
          padding-top: 0 !important; }
    .listing-option-centered .right {
      position: static;
      float: right;
      width: 50%; }
      .listing-option-centered .right > div {
        padding-left: 30px;
        padding-top: 50px !important; } }

@media (max-width: 750px) {
  .listing-option-centered {
    max-width: 450px; }
    .listing-option-centered .left,
    .listing-option-centered .right {
      width: 100%;
      text-align: left; }
      .listing-option-centered .left > div,
      .listing-option-centered .right > div {
        padding: 20px 0 0 !important; } }

/*UPDATED RESPONSIVE*/
@media (max-width: 1235px) {
  .header .right .menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -50px;
    background: rgba(36, 49, 54, 0.98);
    left: 0;
    width: 100%;
    height: 834px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .header .right .menu ul {
      display: block;
      padding-top: 70px;
      position: relative; }
      .header .right .menu ul li {
        display: block;
        max-width: 540px;
        width: auto;
        text-align: center;
        margin: 0 auto !important;
        box-shadow: none; }
        .header .right .menu ul li a {
          color: #fff;
          font-size: 38px;
          line-height: 80px;
          text-transform: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          box-shadow: none !important; }
        .header .right .menu ul li .submenu {
          display: none !important; }
  .header .right.opened .menu {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1100px) {
  .header .right .menu {
    top: -16px; } }

.link {
  color: #243136;
  text-decoration: underline !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .link.white {
    color: #fff; }
  .link:hover {
    color: #e66a17; }

.fancybox-nav span {
  position: fixed;
  visibility: visible !important; }

.fancybox-next span {
  right: 30px; }

.fancybox-prev span {
  left: 15px; }

.button.button_yellow span {
  color: #243136 !important; }

.button.button_yellow i {
  color: #243136 !important; }

@media (min-width: 1600px) {
  #main {
    background: none !important; }
  .main-wrapper {
    position: relative; }
    .main-wrapper .main-wrapper-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/bg5e1f.jpg?v=2");
      background-position: 50% 13% !important;
      background-repeat: no-repeat;
      -webkit-transform: translateZ(0);
      z-index: 10; }
    .main-wrapper .main-wrapper-content {
      position: relative;
      z-index: 15; } }

@media (max-width: 415px) {
  #youtubeTutorialWrapFancy .youtubeTutorialWrap {
    width: 80%;
    height: 30%; } }

@media (max-width: 414px) {
  .reviews-block {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 414px;
    margin: 0 auto; } }

@media (max-width: 375px) {
  #motors-slider .motors-slider {
    padding-bottom: 70%; }
  #motors-slider .motors-slider-text > span {
    font-size: 16px; }
  .reviews-block {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto; }
  .reviews-block .container .review-block .review-text {
    max-width: 100%; }
  .stylemix-block .container .stm-blocks .stm-block {
    width: 60% !important; }
  .info-block .info-wrap a .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    padding-top: 50px; } }

@media (max-width: 360px) {
  .reviews-block {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; } }

@media (max-width: 320px) {
  #motors-slider .motors-slider {
    padding-bottom: 100%; }
  #motors-slider .motors-slider-text > span {
    font-size: 13px; }
  .reviews-block {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto; } }

#switcher {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 54px;
  background: #232323;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#switcher:after {
  content: '';
  clear: both;
  display: block; }

#switcher #theme-list {
  position: relative;
  width: 210px;
  height: 35px;
  margin-top: 10px;
  font: 14px/34px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#switcher #theme-list #theme-select {
  height: 35px; }

#switcher #theme-list a {
  display: block;
  height: 33px;
  position: relative;
  color: #fff;
  text-decoration: none;
  background: #333;
  border-radius: 5px; }

#switcher #theme-list #theme-select a {
  line-height: 36px;
  padding: 0 20px 0 12px;
  padding-right: 11px;
  border: 1px solid #4f4f4f;
  background: transparent;
  color: #fff;
  opacity: 1;
  letter-spacing: 0.2px;
  font-size: 13px; }

#switcher #theme-list #theme-select a svg {
  position: absolute;
  right: 6px;
  top: 12px;
  width: 9px; }

#switcher #theme-list.list-opened #theme-select a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#switcher #theme-list li {
  background: #333; }

#switcher #theme-list li a {
  border-radius: 0; }

#switcher #theme-list ul a:hover {
  opacity: 1; }

#switcher #theme-list ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  z-index: 99;
  border: 1px solid #4f4f4f;
  border-top: 0; }

#switcher #theme-list ul li {
  position: relative;
  padding: 0 10px; }

#switcher #theme-list li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

#switcher #theme-list li:first-child a {
  border: 0; }

#switcher #theme-list span {
  display: inline-block;
  font-family: Arial;
  position: absolute;
  right: 16px;
  top: 8px;
  padding: 0 6px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 3px; }

#switcher #theme-list ul li span {
  right: 9px; }

#switcher #theme-list ul li .screen {
  position: absolute;
  top: -1px;
  left: 100%;
  margin-left: -2px;
  display: none;
  z-index: -1; }

#switcher #theme-list ul li .screen img {
  border: 2px solid #fff;
  border-radius: 3px; }

#switcher #theme-list ul li:hover .screen {
  display: block; }

#switcher #theme-list ul li .screen a {
  opacity: 1;
  position: relative;
  width: 350px; }

#switcher #theme-list ul li .screen a:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 16px; }

#switcher .purchase {
  margin: 9px 30px 0 auto;
  font: normal 16px/20px arial, helvetica, sans-serif; }

#switcher .purchase a {
  display: block;
  height: 34px;
  margin-top: 1px;
  padding: 0 30px;
  line-height: 36px;
  color: #ffffff;
  outline: none !important;
  font-size: 13px;
  vertical-align: top;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  background: #7E3BD0;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-animation: stm-button 6s ease infinite;
  animation: stm-button 6s ease infinite; }

@-webkit-keyframes stm-button {
  0% {
    background: #7E3BD0; }
  33% {
    background: #c73bd0; }
  66% {
    background: #3bd0c9; }
  100% {
    background: #7E3BD0; } }

@keyframes stm-button {
  0% {
    background: #7E3BD0; }
  33% {
    background: #c73bd0; }
  66% {
    background: #3bd0c9; }
  100% {
    background: #7E3BD0; } }

#switcher .purchase img {
  margin-top: -2px;
  margin-right: 12px;
  vertical-align: top; }

#switcher .close {
  border-left: 1px solid #333333; }

#switcher .close a {
  display: block;
  padding: 0 20px;
  height: 54px;
  line-height: 58px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  vertical-align: middle; }

#switcher .close img {
  margin-right: 9px;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  opacity: 1; }

.wp_support_banner {
  position: relative;
  width: 185px;
  text-align: left; }

.wp_support_banner a {
  display: block;
  height: 41px;
  padding: 17px 22px 0 35px;
  text-decoration: none !important;
  color: #fff;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.wp_support_banner a:hover {
  background-color: #323232; }

.wp_support_banner svg {
  position: absolute;
  top: 19px;
  left: 13px;
  width: 15px;
  height: 15px; }

.wp_support_banner svg path {
  fill: #1bc744; }

.wp_support_banner span {
  display: block;
  font-size: 13px; }

.wp_support_banner span.green {
  margin-top: -2px;
  color: #1bc744;
  font-size: 11px; }

/* Media */
@media screen and (max-width: 940px) {
  .wp_support_banner {
    display: none; } }

@media screen and (max-width: 768px) {
  #switcher .close img {
    top: 0;
    margin-right: 0; }
  #switcher .close span {
    display: none; }
  #switcher .purchase {
    margin-left: 20px; }
  .theme-list-screens {
    width: 200px !important; } }

@media screen and (max-width: 520px) {
  .xs_clear:after {
    content: '';
    display: block;
    clear: both; }
  #switcher {
    height: 99px; }
  #switcher .purchase {
    margin-top: 1px;
    float: none;
    text-align: center; }
  #switcher #theme-list {
    float: none;
    width: 215px;
    margin: 10px auto 0; }
  #switcher .purchase a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
  #switcher .close img {
    top: -1px;
    margin-right: 0; }
  #switcher #theme-list ul {
    height: 250px;
    overflow: scroll;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  #switcher #theme-list ul li:hover .screen {
    display: none !important; }
  .theme-list-screens {
    display: none !important; } }

/* Dropdown styles */
#switcher #theme-list ul {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.25); }

#switcher #theme-list ul li {
  background: #232323;
  padding: 3px 0 3px 20px;
  padding-right: 0;
  padding-left: 12px; }

#switcher #theme-list ul li a {
  background: #232323;
  color: #fff;
  font-size: 13px;
  opacity: 0.5; }

#switcher #theme-list ul li span {
  color: #fff; }

#switcher #theme-list ul::-webkit-scrollbar {
  display: none; }

#switcher #theme-list ul li a:hover span {
  color: #fff; }

#switcher #theme-list.list-opened a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.invisible-switch {
  overflow-y: scroll; }

.invisible-switch .screen {
  display: none !important; }

/* Timmy css */
#switcher #theme-list ul {
  max-height: 319px;
  overflow-y: scroll; }

.theme-list-screens {
  position: absolute;
  left: 100%;
  width: 350px; }

.theme-list-screens .screen {
  display: none;
  margin: -10px 0 0 -2px; }

.theme-list-screens .screen.active {
  display: block; }

#theme-list .theme-list-screens .screen img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0; }

#switcher #theme-list .theme-list-screens a {
  min-height: 177px;
  box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.25); }
  #switcher #theme-list .theme-list-screens a img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0; }

#stm_wrapper {
  position: absolute;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 520px) {
  #switcher, #switcher #iframe {
    height: 50px !important; }
  #switcher #theme-list, .xs_clear {
    display: none; }
  #switcher .purchase {
    margin-top: 7px; }
  #switcher .close a {
    height: 50px;
    line-height: 54px; }
  #switcher .purchase {
    margin-right: 20px; } }

#stm_theme_customization_banner {
  display: block;
  margin-top: -4px; }
  #stm_theme_customization_banner .stm_customization span:first-child {
    line-height: 20px; }

.preview__envato-logo {
  position: relative;
  margin: 17px 35px 0 16px;
  display: inline-block;
  text-indent: -9999px;
  height: 18px;
  width: 152px;
  background: url(https://public-assets.envato-static.com/assets/logos/envato_market-6eed4f715209e46c7454f26f3f25f7560d9d94713c11a5717436cd18642fb0a0.svg);
  background-size: 152px 18px; }

.preview__envato-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.switcher__left,
.switcher__right,
.switcher__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.switcher__center {
  margin: 0 auto; }

.switcher__right {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.switcher__links {
  margin-top: 22px;
  width: 200px; }

.switcher__link {
  font-size: 13px;
  text-decoration: none !important;
  color: #fff;
  margin-left: 15%;
  vertical-align: top;
  opacity: 0.5;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.switcher__link:hover {
  opacity: 1; }

.switcher__link > * {
  vertical-align: top; }

.switcher__link svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 1px 4px 0 0;
  fill: #fff; }

.switcher__link svg.stm_wordpress {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: -1px 4px 0 0; }

.stm_wheel_svg {
  fill: #fff; }

@media (min-width: 1400px) {
  .switcher__links {
    margin-left: 10%; } }

@media (max-width: 1130px) {
  .switcher__links {
    display: none; } }

@media screen and (max-width: 768px) {
  #switcher .close span {
    display: none; }
  .switcher__center {
    display: none; } }

@media (max-width: 650px) {
  #theme-list {
    display: none; } }

@media (max-width: 430px) {
  .preview__envato-logo {
    width: 118px;
    margin: 15px 12px 0 10px;
    background-size: 118px 18px;
    background-repeat: no-repeat; }
  #switcher .purchase a {
    padding: 0 15px;
    text-transform: none; } }

a {
  outline: none !important; }
