@import url(header.css);
@import url(footer.css);
@import url(visual_composer.css);
@keyframes rotate {
  100% {
    transform: rotate(180deg); } }
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fdbd29; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; }

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 90%; }

img {
  width: 100%; }

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px; }

.slick-prev:before,
.slick-next:before {
  content: "";
  background: url("../svg/slick-arrow.svg") center center no-repeat;
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px; }

.slick-prev:before {
  transform: rotate(180deg);
  left: 0; }

.slick-list {
  max-width: 1200px;
  margin: 0 auto; }

.max-800 {
  max-width: 800px;
  margin: 0 auto !important; }

.max-1000 {
  max-width: 1000px;
  margin: 0 auto !important; }

.max-1200 {
  max-width: 1200px;
  margin: 0 auto !important; }

.white {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }
  .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white div {
    color: #fff; }
  .white a {
    color: #fff; }
  .white a.vc_general {
    color: #fff !important; }
    .white a.vc_general:after {
      background: #fff !important; }

rs-bullets rs-bullet {
  background: #fff !important;
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important; }
  rs-bullets rs-bullet.selected {
    background: #fdbd29 !important; }
@media (max-width: 990px) {
  rs-bullets {
    top: 102% !important; }
    rs-bullets rs-bullet {
      width: 6px !important;
      height: 6px !important; } }

.home #recent-post-container > div > div.vc_column-inner {
  padding-left: 0;
  padding-right: 0; }
.home #recent-posts {
  margin-bottom: 0; }
  .home #recent-posts .post-item {
    position: relative;
    height: 500px;
    overflow: hidden;
    width: calc(50% - 10px); }
    @media (max-width: 990px) {
      .home #recent-posts .post-item {
        width: 100%; } }
    .home #recent-posts .post-item:first-child {
      margin-right: 10px; }
      @media (max-width: 990px) {
        .home #recent-posts .post-item:first-child {
          margin: 0;
          margin-bottom: 2px; } }
    .home #recent-posts .post-item:last-child {
      margin-left: 10px; }
      @media (max-width: 990px) {
        .home #recent-posts .post-item:last-child {
          margin-left: 0; } }
    .home #recent-posts .post-item a {
      color: #fff; }
    .home #recent-posts .post-item .post-image {
      display: block;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .home #recent-posts .post-item .post-image:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .home #recent-posts .post-item .post-image:hover:before {
        background: rgba(0, 0, 0, 0.2); }
      .home #recent-posts .post-item .post-image:hover img {
        transform: scale(1.3); }
      .home #recent-posts .post-item .post-image img {
        transform: scale(1.2);
        max-width: inherit;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .home #recent-posts .post-item .heading {
      position: absolute;
      z-index: 2;
      color: #fff;
      left: 0%;
      bottom: 0;
      margin: 0 10% 8%; }
      @media (max-width: 990px) {
        .home #recent-posts .post-item .heading {
          margin: 0 28px 28px 28px; } }
      .home #recent-posts .post-item .heading > div {
        color: #fff; }
        .home #recent-posts .post-item .heading > div.post-date {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 40px; }
          @media (max-width: 990px) {
            .home #recent-posts .post-item .heading > div.post-date {
              font-size: 12px; } }
        .home #recent-posts .post-item .heading > div.post-title {
          font-size: 25px;
          text-decoration: none; }
          @media (max-width: 990px) {
            .home #recent-posts .post-item .heading > div.post-title {
              font-size: 22px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              line-height: 22px;
              /* fallback */
              max-height: 44px;
              /* fallback */
              -webkit-line-clamp: 2;
              /* number of lines to show */
              -webkit-box-orient: vertical; } }
          @media (max-width: 480px) {
            .home #recent-posts .post-item .heading > div.post-title {
              font-size: 18px; } }
.home #home-video,
.home #home-feature {
  overflow: hidden; }
.home .evc-image-with-text {
  position: relative; }
  @media (max-width: 1680px) {
    .home .evc-image-with-text {
      margin-bottom: 2px; } }
  .home .evc-image-with-text .evc-iwt-image {
    position: relative; }
  .home .evc-image-with-text .evc-iwt-content {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 50%;
    margin: auto;
    text-align: center;
    display: table;
    height: 100%; }
    @media (min-width: 1680px) {
      .home .evc-image-with-text .evc-iwt-content {
        width: 40% !important; } }
    @media (max-width: 990px) {
      .home .evc-image-with-text .evc-iwt-content {
        width: 75% !important; } }
    .home .evc-image-with-text .evc-iwt-content h4 {
      font-weight: 400 !important;
      font-size: 25px !important;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
      .home .evc-image-with-text .evc-iwt-content h4:after {
        font-family: "FontAwesome";
        content: "\f105";
        font-size: 25px;
        margin-left: 10px; }
      @media (max-width: 990px) {
        .home .evc-image-with-text .evc-iwt-content h4 {
          font-size: 18px !important; } }
.home #welcome {
  box-shadow: inset 0 15px 30px rgba(0, 0, 0, 0.2); }
  .home #welcome h1 {
    font-size: 25px; }
    @media (max-width: 990px) {
      .home #welcome h1 {
        font-size: 22px; } }
  .home #welcome a {
    background: transparent;
    border: none;
    color: #333;
    padding: 0;
    font-size: 16px; }
    @media (max-width: 990px) {
      .home #welcome a {
        font-size: 14px;
        padding: 0; } }
@keyframes rotate {
  100% {
    transform: rotate(180deg); } }
    .home #welcome a html {
      scroll-behavior: smooth; }
    .home #welcome a i {
      position: relative;
      right: 0;
      font-size: 10px;
      top: 10px;
      margin-left: 5px;
      display: inline-block; }
    .home #welcome a:after {
      content: "";
      display: block;
      height: 2px;
      margin-top: 5px;
      width: 100%;
      background: #333;
      transform: scaleX(1);
      transform-origin: bottom left;
      transition: transform 0.25s ease-out; }
    .home #welcome a:hover:after {
      transform: scaleX(0);
      transform-origin: bottom right; }
.home #vision {
  background-size: 100% 100% !important; }
  .home #vision h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333 !important;
    font-weight: 700 !important; }
    @media (max-width: 990px) {
      .home #vision h2 {
        font-size: 14px; } }
  .home #vision a {
    background: transparent;
    border: none;
    color: #333;
    padding: 0;
    font-size: 16px; }
    @media (max-width: 990px) {
      .home #vision a {
        font-size: 14px;
        padding: 0; } }
@keyframes rotate {
  100% {
    transform: rotate(180deg); } }
    .home #vision a html {
      scroll-behavior: smooth; }
    .home #vision a i {
      position: relative;
      right: 0;
      font-size: 10px;
      top: 10px;
      margin-left: 5px;
      display: inline-block; }
    .home #vision a:after {
      content: "";
      display: block;
      height: 2px;
      margin-top: 5px;
      width: 100%;
      background: #333;
      transform: scaleX(1);
      transform-origin: bottom left;
      transition: transform 0.25s ease-out; }
    .home #vision a:hover:after {
      transform: scaleX(0);
      transform-origin: bottom right; }
  .home #vision p {
    font-size: 25px;
    font-weight: 500; }
    @media (max-width: 990px) {
      .home #vision p {
        font-size: 22px; } }
    .home #vision p:nth-child(2), .home #vision p:nth-child(3) {
      display: inline; }
    .home #vision p:nth-child(2) {
      margin-right: 5px;
      display: none;
      opacity: 0; }
  .home #vision #ceo {
    position: relative;
    left: -10%; }
.home #services h2 {
  font-weight: 700 !important;
  font-size: 16px; }
  @media (max-width: 990px) {
    .home #services h2 {
      font-size: 14px; } }
.home #services p {
  font-size: 25px; }
  @media (max-width: 990px) {
    .home #services p {
      font-size: 22px; } }
.home .services-type a {
  padding: 10px 8px;
  display: block; }
  .home .services-type a:after {
    position: relative;
    top: 5px;
    content: "";
    background: url("../jpg/service_type_arrow.jpg") no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
.home .partner-logo {
  max-width: 90%;
  margin: 0 auto !important; }
  .home .partner-logo img {
    max-width: 200px !important; }

#home-tabs, #product-tabs, #contact-tabs {
  margin: 0 auto; }
  #home-tabs .vc_tta-container, #product-tabs .vc_tta-container, #contact-tabs .vc_tta-container {
    margin-bottom: 0; }
  #home-tabs .vc_tta-tabs-container, #product-tabs .vc_tta-tabs-container, #contact-tabs .vc_tta-tabs-container {
    border-bottom: 1px solid #ccc; }
    #home-tabs .vc_tta-tabs-container .vc_tta-tabs-list, #product-tabs .vc_tta-tabs-container .vc_tta-tabs-list, #contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center; }
    #home-tabs .vc_tta-tabs-container ul li, #product-tabs .vc_tta-tabs-container ul li, #contact-tabs .vc_tta-tabs-container ul li {
      padding: 0 20px; }
      #home-tabs .vc_tta-tabs-container ul li a, #product-tabs .vc_tta-tabs-container ul li a, #contact-tabs .vc_tta-tabs-container ul li a {
        color: #333;
        background: #fff;
        padding: 0 0 25px 0;
        color: #666;
        border: none;
        text-transform: uppercase; }
      #home-tabs .vc_tta-tabs-container ul li.vc_active a, #product-tabs .vc_tta-tabs-container ul li.vc_active a, #contact-tabs .vc_tta-tabs-container ul li.vc_active a {
        color: #333;
        border-bottom: 3px solid #fdbd29;
        font-weight: 700; }
  #home-tabs .vc_tta-panels-container, #product-tabs .vc_tta-panels-container, #contact-tabs .vc_tta-panels-container {
    background: #fff; }
    #home-tabs .vc_tta-panels-container .vc_tta-panels, #product-tabs .vc_tta-panels-container .vc_tta-panels, #contact-tabs .vc_tta-panels-container .vc_tta-panels {
      border: none;
      background: #fff; }
    #home-tabs .vc_tta-panels-container .light-vehicles,
    #home-tabs .vc_tta-panels-container .heavy-vehicles,
    #home-tabs .vc_tta-panels-container .power-solutions, #product-tabs .vc_tta-panels-container .light-vehicles,
    #product-tabs .vc_tta-panels-container .heavy-vehicles,
    #product-tabs .vc_tta-panels-container .power-solutions, #contact-tabs .vc_tta-panels-container .light-vehicles,
    #contact-tabs .vc_tta-panels-container .heavy-vehicles,
    #contact-tabs .vc_tta-panels-container .power-solutions {
      max-width: 1200px;
      margin: 0 auto; }
    #home-tabs .vc_tta-panels-container .vc_custom_heading, #product-tabs .vc_tta-panels-container .vc_custom_heading, #contact-tabs .vc_tta-panels-container .vc_custom_heading {
      position: relative;
      bottom: 50px;
      font-weight: 600 !important;
      z-index: 2;
      color: #333;
      letter-spacing: 0px; }
      @media (max-width: 990px) {
        #home-tabs .vc_tta-panels-container .vc_custom_heading, #product-tabs .vc_tta-panels-container .vc_custom_heading, #contact-tabs .vc_tta-panels-container .vc_custom_heading {
          bottom: 30px; } }
    #home-tabs .vc_tta-panels-container .slick-dots, #product-tabs .vc_tta-panels-container .slick-dots, #contact-tabs .vc_tta-panels-container .slick-dots {
      display: none;
      bottom: 5px; }
      #home-tabs .vc_tta-panels-container .slick-dots li.slick-active button:before, #product-tabs .vc_tta-panels-container .slick-dots li.slick-active button:before, #contact-tabs .vc_tta-panels-container .slick-dots li.slick-active button:before {
        color: #fdbd29; }
      @media (max-width: 990px) {
        #home-tabs .vc_tta-panels-container .slick-dots, #product-tabs .vc_tta-panels-container .slick-dots, #contact-tabs .vc_tta-panels-container .slick-dots {
          display: block; } }
    @media (max-width: 990px) {
      #home-tabs .vc_tta-panels-container h4, #product-tabs .vc_tta-panels-container h4, #contact-tabs .vc_tta-panels-container h4 {
        font-size: inherit; } }

#contact-tabs ul.vc_tta-tabs-list li {
  max-width: 300px;
  padding: 0 40px; }
  @media (max-width: 990px) {
    #contact-tabs ul.vc_tta-tabs-list li {
      max-width: 190px;
      padding: 0 5px; } }

.cli-bar-message {
  font-size: 13px; }

@media (max-width: 990px) {
  .cli-bar-btn_container a {
    width: 100%;
    margin: 0 !important;
    margin-top: 15px !important; } }

#worldwide-regions {
  padding: 120px 0; }
  @media (max-width: 990px) {
    #worldwide-regions {
      padding: 40px 20px 0 20px !important; } }
  #worldwide-regions h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600 !important; }
    @media (max-width: 990px) {
      #worldwide-regions h3 {
        font-size: 22px; } }
  #worldwide-regions h3,
  #worldwide-regions p {
    color: #fff; }
  #worldwide-regions a.vc_general {
    background: #000;
    color: #fff;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #worldwide-regions a.vc_general:hover {
      background: #fdbd29;
      color: #333; }
  #worldwide-regions p {
    font-size: 14px; }
    @media (max-width: 990px) {
      #worldwide-regions p {
        font-size: 14px; } }

@media (max-width: 990px) {
  #services .vc_col-sm-6 {
    width: 100%; } }
#services div.vc_custom_heading {
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 40px; }
  @media (max-width: 990px) {
    #services div.vc_custom_heading {
      font-size: 14px; } }
  #services div.vc_custom_heading span {
    color: #fdbd29; }
#services .wpb_single_image > figure {
  width: 100%; }
  #services .wpb_single_image > figure > div {
    width: 100%; }
#services #services-header {
  padding: 80px 0; }
  @media (max-width: 990px) {
    #services #services-header {
      padding: 40px 0; } }
  #services #services-header .wpb_text_column {
    max-width: 650px;
    margin: 0 auto; }
  #services #services-header h1, #services #services-header p {
    color: #fff; }
  #services #services-header h1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0; }
    @media (max-width: 990px) {
      #services #services-header h1 {
        font-size: 26px; } }
  #services #services-header a.vc_general {
    background: #fdbd29;
    margin-top: 20px;
    color: #333;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #services #services-header a.vc_general:hover {
      background: #000;
      color: #fff; }
#services #services-nav, #services #services-nav-clone {
  padding: 40px 0;
  background: #999; }
  #services #services-nav ul, #services #services-nav-clone ul {
    padding: 0;
    display: table;
    margin: 0 auto; }
    #services #services-nav ul li, #services #services-nav-clone ul li {
      list-style: none;
      float: left;
      margin: 0;
      width: 160px;
      line-height: 22px;
      text-align: center;
      position: relative; }
      #services #services-nav ul li:before, #services #services-nav ul li:after, #services #services-nav-clone ul li:before, #services #services-nav-clone ul li:after {
        content: "";
        height: 1px;
        display: block;
        background: #fff;
        width: 50%;
        position: absolute;
        z-index: 1; }
      #services #services-nav ul li:before, #services #services-nav-clone ul li:before {
        top: 10px;
        left: 0; }
      #services #services-nav ul li:after, #services #services-nav-clone ul li:after {
        top: 10px;
        right: 0; }
      #services #services-nav ul li:first-child:before, #services #services-nav-clone ul li:first-child:before {
        display: none; }
      #services #services-nav ul li:last-child:after, #services #services-nav-clone ul li:last-child:after {
        display: none; }
      #services #services-nav ul li a, #services #services-nav-clone ul li a {
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
        padding: 0px;
        color: #fff;
        position: relative;
        display: inline-table;
        width: 135px;
        z-index: 2; }
        @media (max-width: 990px) {
          #services #services-nav ul li a, #services #services-nav-clone ul li a {
            font-size: 12px; } }
        #services #services-nav ul li a:before, #services #services-nav-clone ul li a:before {
          display: block;
          text-align: center;
          background: #fff;
          border-radius: 25px;
          color: #333;
          width: 24px;
          height: 24px;
          line-height: 24px;
          margin: 0 auto;
          margin-bottom: 8px; }
          @media (max-width: 990px) {
            #services #services-nav ul li a:before, #services #services-nav-clone ul li a:before {
              font-size: 22px; } }
        #services #services-nav ul li a:hover:before, #services #services-nav-clone ul li a:hover:before {
          background: #fdbd29;
          color: #fff; }
      #services #services-nav ul li.active a:before, #services #services-nav-clone ul li.active a:before {
        background: #fdbd29;
        box-shadow: 0 0 10px #fdbd29; }
      #services #services-nav ul li:nth-child(1) a:before, #services #services-nav-clone ul li:nth-child(1) a:before {
        content: "1"; }
      #services #services-nav ul li:nth-child(2) a:before, #services #services-nav-clone ul li:nth-child(2) a:before {
        content: "2"; }
      #services #services-nav ul li:nth-child(3) a:before, #services #services-nav-clone ul li:nth-child(3) a:before {
        content: "3"; }
      #services #services-nav ul li:nth-child(4) a:before, #services #services-nav-clone ul li:nth-child(4) a:before {
        content: "4"; }
      #services #services-nav ul li:nth-child(5) a:before, #services #services-nav-clone ul li:nth-child(5) a:before {
        content: "5"; }
      #services #services-nav ul li:nth-child(6) a:before, #services #services-nav-clone ul li:nth-child(6) a:before {
        content: "6"; }
#services #services-nav-clone {
  opacity: 1;
  padding: 12px 0 !important; }
@media (max-width: 990px) {
  #services #services-nav, #services #services-nav-clone {
    display: none; } }

#preorder {
  padding: 80px 15px;
  background: #fdbd29; }
  @media (max-width: 990px) {
    #preorder {
      padding: 40px 15px; }
      #preorder h2 {
        font-size: 18px !important; } }
  #preorder h3 {
    font-weight: 600;
    text-transform: uppercase; }
  #preorder p {
    color: #333; }
  #preorder a.vc_general {
    background: #000;
    margin-top: 20px;
    color: #fff;
    border: none;
    font-weight: 700; }

.grey {
  background: #444; }
  .grey h2, .grey h4, .grey p, .grey li {
    color: #fff; }

#performance h2, #performance h4, #performance p, #performance li {
  color: #fff; }

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 10px !important;
  width: 100% !important;
  z-index: 999;
  padding: 20px 0 !important; }

#product h2 {
  font-weight: 600; }
#product h4 {
  font-weight: 600; }
#product ul, #product li {
  margin: 0;
  padding: 0; }
#product ul {
  margin-left: 15px; }
#product table {
  border: 1px solid #ddd;
  text-align: center; }
  #product table tr td {
    padding: 8px 15px; }
  #product table tr:nth-child(odd) {
    background: #fff; }
  #product table tr:nth-child(even) {
    background: #efefef; }
  #product table tr:first-child {
    background: #fdbd29; }
    #product table tr:first-child td {
      padding: 15px;
      color: #333 !important; }
  #product table tr td:first-child strong {
    font-weight: 600; }
  #product table tr td:last-child {
    color: #666; }
#product .wpb_wrapper > .wpb_single_image .vc_figure {
  width: 100%; }
  #product .wpb_wrapper > .wpb_single_image .vc_figure .vc_single_image-wrapper {
    width: 100%; }
    #product .wpb_wrapper > .wpb_single_image .vc_figure .vc_single_image-wrapper .wpb_single_image img {
      width: 100%; }
#product .evc-iwt-icon-top img {
  max-width: 100px; }
#product .evc-iwt-icon-top .evc-iwt-content {
  margin-top: 0; }
@media (max-width: 990px) {
  #product .vc_empty_space {
    height: 40px !important; } }
#product .cloudimage-360-view-360-icon {
  bottom: -35%; }
#product .wpb_text_column {
  max-width: 800px; }
@media (max-width: 990px) {
  #product .vc_row-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 0 15px; }
  #product .vc_row-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper .evc-icon-with-text {
    padding: 0 15px; } }
#product #breadcrumbs {
  background: #f7f7f7; }
  #product #breadcrumbs .wpb_text_column {
    max-width: 100%;
    padding: 10px 15px; }
    @media (max-width: 990px) {
      #product #breadcrumbs .wpb_text_column {
        padding: 10px 0; } }
    #product #breadcrumbs .wpb_text_column p, #product #breadcrumbs .wpb_text_column a {
      font-size: 14px;
      color: #666; }
      @media (max-width: 990px) {
        #product #breadcrumbs .wpb_text_column p, #product #breadcrumbs .wpb_text_column a {
          font-size: 12px; } }
  #product #breadcrumbs a {
    font-weight: 600;
    text-decoration: none; }
    #product #breadcrumbs a:hover {
      text-decoration: underline; }
@media (max-width: 990px) {
  #product .product-header h1, #product .product-header p {
    padding: 0 20px; } }
#product .product-header h1, #product .product-header p {
  color: #fff; }
#product .product-header h1 {
  margin-bottom: 8px; }
#product .product-header .wpb_text_column {
  max-width: 100%;
  margin-right: 20px; }
  @media (max-width: 990px) {
    #product .product-header .wpb_text_column {
      margin-right: 0; } }
#product .product-header .vc_figure, #product .product-header .vc_single_image-wrapper, #product .product-header img {
  width: 100%; }
#product .product-header a.vc_general {
  border: none;
  background: #fdbd29;
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #product .product-header a.vc_general:hover {
    background: #000;
    color: #fff; }
@media (max-width: 990px) {
  #product .product-header .vc_empty_space {
    height: 40px !important; }
  #product .product-header .vc_col-sm-6 p {
    font-size: 13px;
    text-align: center !important; }
  #product .product-header .vc_col-sm-6 a.vc_general {
    margin: 8px auto;
    display: table; } }
@media (max-width: 990px) {
  #product .product-slider .slick-slider {
    padding-bottom: 40px; } }
#product .product-slider .slick-dots {
  margin-left: 0; }
  @media (max-width: 990px) {
    #product .product-slider .slick-dots {
      padding-bottom: 10px;
      bottom: -30px;
      overflow: auto;
      white-space: nowrap; } }
  #product .product-slider .slick-dots li {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 20px; }
    @media (max-width: 990px) {
      #product .product-slider .slick-dots li {
        margin: 0 15px; } }
    #product .product-slider .slick-dots li a {
      text-decoration: none;
      text-transform: uppercase; }
      #product .product-slider .slick-dots li a:hover {
        color: #fdbd29; }
    #product .product-slider .slick-dots li.slick-active a {
      font-weight: 700; }
      #product .product-slider .slick-dots li.slick-active a:after {
        content: "";
        height: 2px;
        background: #000;
        display: block; }
#product .wpb_image_grid_ul {
  margin-left: 0; }
#product .product-variation-item img {
  max-width: 800px;
  margin: 0 auto; }
#product .product-variation-nav .slick-list {
  max-width: 600px; }
  @media (max-width: 480px) {
    #product .product-variation-nav .slick-list {
      max-width: 300px; } }
  #product .product-variation-nav .slick-list .slick-current .evc-iwt-image {
    position: relative; }
    #product .product-variation-nav .slick-list .slick-current .evc-iwt-image:after {
      font-family: "FontAwesome";
      content: "\f00c";
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 12px;
      text-align: center;
      color: #fff; }
  #product .product-variation-nav .slick-list .evc-iwt-image a:hover {
    background: transparent !important; }
    #product .product-variation-nav .slick-list .evc-iwt-image a:hover:after {
      opacity: 0; }
  #product .product-variation-nav .slick-list .evc-iwt-image img {
    max-width: 48px;
    margin: 0 auto;
    position: relative; }
  #product .product-variation-nav .slick-list .evc-iwt-content {
    position: static !important; }
    #product .product-variation-nav .slick-list .evc-iwt-content .title {
      margin: 0 auto;
      line-height: 16px;
      margin-top: 8px;
      font-weight: 600;
      font-size: 14px;
      padding: 0 10px; }
      @media (max-width: 480px) {
        #product .product-variation-nav .slick-list .evc-iwt-content .title {
          width: 100%;
          font-size: 12px;
          line-height: 14px; } }
    #product .product-variation-nav .slick-list .evc-iwt-content .evc-iwt-text {
      font-size: 13px;
      line-height: 16px;
      margin-top: 0; }
      @media (max-width: 480px) {
        #product .product-variation-nav .slick-list .evc-iwt-content .evc-iwt-text {
          font-size: 12px;
          line-height: 14px; } }
#product .pb-wrapper .slick-arrow {
  z-index: 2; }
  #product .pb-wrapper .slick-arrow.slick-prev {
    left: 0; }
  #product .pb-wrapper .slick-arrow.slick-next {
    right: 0; }
#product .pb-wrapper .slick-list {
  max-width: 100%; }
#product .pb-wrapper .slick-dots {
  margin-left: 0; }
#product #customer-applications .vc_figure, #product #customer-applications .vc_single_image-wrapper, #product #customer-applications img {
  width: 100%; }
#product .vc_tta-panels-container .vc_tta-panels {
  background: transparent; }
  #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    background: transparent;
    border-top: 1px solid #ccc; }
    @media (max-width: 990px) {
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
        background: #f8f8f8;
        border-top: 1px solid #fff; } }
    #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading h4 {
      font-size: inherit; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading h4 a {
        color: inherit; }
        #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading h4 a i {
          position: static;
          margin-left: 10px;
          margin-top: 8px; }
  #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    background: transparent; }
    #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .btn-product-spec {
      padding: 15px;
      border-top: 1px solid #ccc;
      cursor: pointer;
      bottom: 0 !important; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .btn-product-spec:after {
        display: inline-block;
        font-family: "FontAwesome";
        content: "\f0d7";
        margin-left: 10px;
        transform: rotate(0deg);
        transition: transform .2s; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .btn-product-spec.active:after {
        transform: rotate(-180deg);
        transition: transform .2s; }
    #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .table-list {
      display: none; }
    #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table {
      border: 1px solid #ddd;
      margin: 40px 0; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table tr:nth-child(odd) {
        background: #efefef; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table tr:nth-child(even) {
        background: #fff; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table tr td:first-child {
        font-weight: 600; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table tr td:last-child {
        color: #666; }
      #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table td {
        padding: 8px 15px;
        text-align: center; }
        @media (max-width: 990px) {
          #product .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body table td {
            padding: 5px 10px;
            font-size: 14px; } }

#contact h2 {
  font-weight: 600; }
#contact em {
  font-size: 12px;
  color: red; }
#contact input, #contact select {
  font-size: 14px; }
#contact .wpcf7 ::placeholder {
  font-size: 13px; }
#contact .wpcf7 label {
  font-size: 14px; }
  #contact .wpcf7 label .wpcf7-list-item-label {
    font-size: 14px; }
  #contact .wpcf7 label.pos-t {
    position: absolute;
    top: -28px;
    font-style: italic; }
    @media (max-width: 990px) {
      #contact .wpcf7 label.pos-t {
        position: static;
        width: 100%;
        text-align: left;
        font-size: 12px;
        margin-bottom: 10px; } }
#contact .wpcf7 input[type="submit"] {
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 14px;
  min-width: 180px;
  border: none; }
  #contact .wpcf7 input[type="submit"]:hover {
    background: #fdbd29; }
#contact .wpcf7 .wpcf7-form-control-wrap {
  width: 100%; }
  #contact .wpcf7 .wpcf7-form-control-wrap input[type="text"],
  #contact .wpcf7 .wpcf7-form-control-wrap input[type="email"],
  #contact .wpcf7 .wpcf7-form-control-wrap input[type="tel"],
  #contact .wpcf7 .wpcf7-form-control-wrap select,
  #contact .wpcf7 .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px; }
#contact .wpcf7 input[type=checkbox] {
  position: relative;
  top: 2px; }
#contact .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px; }
#contact .wpcf7 .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px; }
#contact .wpcf7 .wpcf7-checkbox {
  display: inline-block;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    #contact .wpcf7 .wpcf7-checkbox {
      display: block;
      width: 100%;
      text-align: left;
      margin-top: 10px; }
      #contact .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
        display: block; } }
@media (max-width: 990px) {
  #contact .wpcf7 .wpcf7-form-control-wrap {
    margin-top: 10px; } }
#contact .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 10px 0 0 auto; }
#contact .wpcf7 .vc_col-md-4 {
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    #contact .wpcf7 .vc_col-md-4 {
      margin-bottom: 0; }
      #contact .wpcf7 .vc_col-md-4 .mt-4 {
        margin-top: 0 !important; } }
#contact .wpcf7 .vc_col-md-6 {
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    #contact .wpcf7 .vc_col-md-6 {
      margin-bottom: 0; } }
@media (max-width: 990px) {
  #contact #contact-header {
    background-position: left !important;
    text-align: center; } }
#contact #contact-header h1 {
  font-weight: 600; }
#contact #contact-header h1,
#contact #contact-header p {
  color: #fff; }
#contact .vc_tta-panel-body {
  padding: 0; }
  #contact .vc_tta-panel-body .vc_single_image-wrapper img {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block; }
@media (max-width: 990px) {
  #contact .vc_empty_space {
    height: 40px !important; } }

#default-page {
  margin-bottom: 80px; }
  #default-page #page-header {
    background: #f7f7f7;
    margin-bottom: 80px; }
  #default-page h1 {
    font-weight: 600;
    font-size: 30px;
    margin: 40px 0; }
  #default-page h2, #default-page h3 {
    font-weight: 600; }
    #default-page h2 b, #default-page h2 strong, #default-page h3 b, #default-page h3 strong {
      font-weight: 600; }
  #default-page h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  #default-page h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  #default-page ol, #default-page ul {
    margin-left: 20px;
    padding-left: 0;
    color: #333;
    margin-bottom: 40px; }
  #default-page p span, #default-page li span {
    font-weight: 500 !important; }
  #default-page p:last-child {
    margin-bottom: 40px; }
  #default-page li a {
    text-decoration: none; }
    #default-page li a:hover {
      text-decoration: underline; }

#company .sub-nav, #team .sub-nav, #investor .sub-nav, #investor-news .sub-nav {
  background: #f7f7f7; }
  #company .sub-nav ul, #team .sub-nav ul, #investor .sub-nav ul, #investor-news .sub-nav ul {
    margin: 0 auto;
    padding: 0;
    display: table; }
    #company .sub-nav ul li, #team .sub-nav ul li, #investor .sub-nav ul li, #investor-news .sub-nav ul li {
      list-style: none;
      display: inline-block;
      line-height: 60px;
      padding: 0 20px;
      font-size: 14px; }
      #company .sub-nav ul li:last-child, #team .sub-nav ul li:last-child, #investor .sub-nav ul li:last-child, #investor-news .sub-nav ul li:last-child {
        border-right: none; }
      #company .sub-nav ul li a, #team .sub-nav ul li a, #investor .sub-nav ul li a, #investor-news .sub-nav ul li a {
        text-decoration: none;
        color: #999; }
        #company .sub-nav ul li a:hover, #team .sub-nav ul li a:hover, #investor .sub-nav ul li a:hover, #investor-news .sub-nav ul li a:hover {
          color: #333; }

#company .sub-nav li:first-child {
  font-weight: 700; }
  #company .sub-nav li:first-child:after {
    height: 2px;
    content: "";
    background: #333;
    display: block; }
#company .evc-image-with-text {
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 990px) {
    #company .evc-image-with-text {
      margin-bottom: 2px; } }
  #company .evc-image-with-text .evc-iwt-image {
    position: relative; }
  #company .evc-image-with-text .evc-iwt-content {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50% !important;
    margin: auto;
    text-align: center;
    display: inline-table; }
    @media (max-width: 990px) {
      #company .evc-image-with-text .evc-iwt-content {
        width: 90% !important; } }
    #company .evc-image-with-text .evc-iwt-content h4 {
      font-weight: 400 !important;
      font-size: 25px !important;
      color: #fff; }
      #company .evc-image-with-text .evc-iwt-content h4:after {
        font-family: "FontAwesome";
        content: "\f105";
        font-size: 25px;
        margin-left: 10px; }
  #company .evc-image-with-text .evc-iwt-text {
    color: #fff; }
#company .btn-arrow a.vc_general {
  background: transparent;
  border: none;
  color: #333;
  padding: 0;
  font-size: 16px; }
  @media (max-width: 990px) {
    #company .btn-arrow a.vc_general {
      font-size: 14px;
      padding: 0; } }
@keyframes rotate {
  100% {
    transform: rotate(180deg); } }
  #company .btn-arrow a.vc_general html {
    scroll-behavior: smooth; }
  #company .btn-arrow a.vc_general i {
    position: relative;
    right: 0;
    font-size: 10px;
    top: 10px;
    margin-left: 5px;
    display: inline-block; }
  #company .btn-arrow a.vc_general:after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 100%;
    background: #333;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.25s ease-out; }
  #company .btn-arrow a.vc_general:hover:after {
    transform: scaleX(0);
    transform-origin: bottom right; }
#company .white h2, #company .white h3 {
  font-weight: 600; }
#company .white h2 {
  font-size: 35px;
  line-height: 45px; }
  @media (max-width: 990px) {
    #company .white h2 {
      font-size: 26px;
      padding: 0 15px;
      line-height: 32px; }
      #company .white h2 br {
        display: none; } }
#company .white h3 {
  margin-bottom: 40px; }
#company h3 {
  font-size: 25px;
  font-weight: 600; }
@media (max-width: 990px) {
  #company .vc_empty_space {
    height: 40px !important; } }

#team {
  margin-bottom: 80px; }
  @media (max-width: 990px) {
    #team .vc_col-sm-4 {
      width: 100%; }
    #team .wpb_single_image {
      text-align: center; } }
  #team .sub-nav {
    margin-bottom: 80px; }
    #team .sub-nav li:last-child {
      font-weight: 700; }
      #team .sub-nav li:last-child:after {
        height: 2px;
        content: "";
        background: #333;
        display: block; }
  #team h1, #team h2 {
    font-weight: 600; }
  #team h1 {
    font-size: 16px;
    margin-bottom: 20px; }
  #team h2 {
    font-size: 25px;
    margin-bottom: 80px; }
  #team .vc_col-sm-4 .wpb_single_image {
    margin-bottom: 30px; }
    #team .vc_col-sm-4 .wpb_single_image img {
      border-radius: 10px; }
  #team .vc_col-sm-4 .wpb_text_column p, #team .vc_col-sm-4 .wpb_text_column h4 {
    text-transform: uppercase; }
  #team .vc_col-sm-4 .wpb_text_column p {
    margin-bottom: 0; }
    #team .vc_col-sm-4 .wpb_text_column p strong {
      font-size: 20px; }
    #team .vc_col-sm-4 .wpb_text_column p:last-child {
      margin-bottom: 40px; }
  #team .vc_col-sm-4 .vc_custom_heading {
    cursor: pointer;
    font-size: 15px; }
    #team .vc_col-sm-4 .vc_custom_heading:before {
      font-family: 'FontAwesome';
      content: "\f107 ";
      float: right;
      transform: rotate(0deg);
      transition: transform .2s; }
    #team .vc_col-sm-4 .vc_custom_heading.active:before {
      transform: rotate(-180deg);
      transition: transform .2s; }
  #team .vc_col-sm-4 .wpb_text_column:last-child {
    margin-bottom: 60px; }
    #team .vc_col-sm-4 .wpb_text_column:last-child .wpb_wrapper {
      display: none;
      overflow: hidden;
      margin-top: 5px; }
    #team .vc_col-sm-4 .wpb_text_column:last-child:after {
      margin-top: 10px;
      height: 1px;
      display: block;
      background: #ddd;
      content: ""; }
    #team .vc_col-sm-4 .wpb_text_column:last-child p, #team .vc_col-sm-4 .wpb_text_column:last-child li {
      font-size: 14px; }
    #team .vc_col-sm-4 .wpb_text_column:last-child p {
      text-transform: inherit;
      margin-top: 20px;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      #team .vc_col-sm-4 .wpb_text_column:last-child p strong {
        font-size: 14px; }
    #team .vc_col-sm-4 .wpb_text_column:last-child ul {
      margin-left: 0;
      margin-bottom: 20px; }
    #team .vc_col-sm-4 .wpb_text_column:last-child.active {
      height: auto; }

#investor .sub-nav li:first-child {
  font-weight: 700; }
  #investor .sub-nav li:first-child:after {
    height: 2px;
    content: "";
    background: #333;
    display: block; }
#investor h1, #investor h2, #investor h2 strong {
  font-weight: 600; }
#investor .white h2, #investor .white h3 {
  font-weight: 600; }
#investor .white h2 {
  font-size: 35px;
  line-height: 45px; }
  @media (max-width: 990px) {
    #investor .white h2 {
      font-size: 26px;
      padding: 0 15px;
      line-height: 32px; } }
#investor .white h3 {
  margin-bottom: 40px; }
#investor a.vc_general {
  background: transparent;
  border: none;
  color: #333;
  padding: 0;
  font-size: 16px; }
  @media (max-width: 990px) {
    #investor a.vc_general {
      font-size: 14px;
      padding: 0; } }
@keyframes rotate {
  100% {
    transform: rotate(180deg); } }
  #investor a.vc_general html {
    scroll-behavior: smooth; }
  #investor a.vc_general i {
    position: relative;
    right: 0;
    font-size: 10px;
    top: 10px;
    margin-left: 5px;
    display: inline-block; }
  #investor a.vc_general:after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 100%;
    background: #333;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.25s ease-out; }
  #investor a.vc_general:hover:after {
    transform: scaleX(0);
    transform-origin: bottom right; }
#investor .wpcf7 {
  text-align: center; }
  #investor .wpcf7 input {
    padding: 8px 15px; }
    @media (max-width: 990px) {
      #investor .wpcf7 input {
        width: 100%; } }
  #investor .wpcf7 p {
    margin-bottom: 15px; }
  #investor .wpcf7 .wpcf7-spinner {
    display: block;
    margin: 20px auto; }
  #investor .wpcf7 .wpcf7-submit {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #investor .wpcf7 .wpcf7-submit:hover {
      background: #fdbd29;
      color: #333; }
#investor #investor-three-panel {
  margin: 0 10px !important; }
  #investor #investor-three-panel .vc_col-sm-4 {
    padding: 0 10px;
    position: relative;
    top: -20px; }
    #investor #investor-three-panel .vc_col-sm-4 .vc_column-inner {
      padding: 10%;
      background: #f7f7f7;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #investor #investor-three-panel .vc_col-sm-4 .vc_column-inner:hover {
      background: #fdbd29 !important; }
#investor #recent-posts {
  margin-bottom: 0; }
  @media (max-width: 990px) {
    #investor #recent-posts {
      grid-template-columns: 1fr; } }
  #investor #recent-posts .vc_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    row-gap: 1em; }
    #investor #recent-posts .vc_row:before {
      display: none; }
    @media (max-width: 990px) {
      #investor #recent-posts .vc_row {
        grid-template-columns: 1fr;
        row-gap: 2px; } }
  #investor #recent-posts .post-item {
    position: relative;
    height: 370px;
    overflow: hidden; }
    #investor #recent-posts .post-item a {
      color: #fff; }
    #investor #recent-posts .post-item .post-image {
      display: block;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #investor #recent-posts .post-item .post-image:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #investor #recent-posts .post-item .post-image:hover:before {
        background: rgba(0, 0, 0, 0.2); }
      #investor #recent-posts .post-item .post-image:hover img {
        transform: scale(1.3); }
      #investor #recent-posts .post-item .post-image img {
        transform: scale(1.2);
        max-width: inherit;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #investor #recent-posts .post-item .heading {
      position: absolute;
      z-index: 2;
      color: #fff;
      left: 0%;
      bottom: 0;
      margin: 0 10% 8%; }
      @media (max-width: 990px) {
        #investor #recent-posts .post-item .heading {
          margin: 0 28px 28px 28px; } }
      #investor #recent-posts .post-item .heading > div {
        color: #fff; }
        #investor #recent-posts .post-item .heading > div.post-date {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 16px; }
        #investor #recent-posts .post-item .heading > div.post-title {
          font-size: 18px;
          text-decoration: none;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 22px;
          /* fallback */
          max-height: 44px;
          /* fallback */
          -webkit-line-clamp: 2;
          /* number of lines to show */
          -webkit-box-orient: vertical; }
#investor #invest-in-us {
  background-position: bottom center !important; }
  #investor #invest-in-us img {
    width: auto;
    max-height: 60px; }
@media (max-width: 990px) {
  #investor .vc_empty_space {
    height: 40px !important; } }

#product-list h1 {
  margin-bottom: 40px; }
#product-list a.vc_general {
  background: transparent;
  border: none;
  color: #333;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (max-width: 990px) {
    #product-list a.vc_general {
      font-size: 18px;
      padding: 0; } }
@keyframes rotate {
  100% {
    transform: rotate(180deg); } }
  #product-list a.vc_general html {
    scroll-behavior: smooth; }
  #product-list a.vc_general i {
    position: relative;
    right: 0;
    font-size: 10px;
    top: 10px;
    margin-left: 5px;
    display: inline-block; }
  #product-list a.vc_general:after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 100%;
    background: #333;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  #product-list a.vc_general:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left; }
#product-list .wpb_text_column p {
  margin-bottom: 0; }
  #product-list .wpb_text_column p a {
    text-decoration: none; }
    #product-list .wpb_text_column p a:hover {
      text-decoration: underline; }
@media (max-width: 990px) {
  #product-list .vc_col-sm-4, #product-list .vc_col-sm-6 {
    margin-bottom: 40px; } }

.pagination a, .pagination span {
  padding: 8px 10px; }

#search {
  margin-bottom: 80px; }
  #search .search-header {
    background: #f7f7f7;
    margin-bottom: 80px; }
    #search .search-header h1 {
      padding: 40px 0;
      margin: 0; }
  #search article header h2.entry-title {
    font-size: 20px;
    margin-bottom: 5px; }
    #search article header h2.entry-title a {
      text-decoration: none; }
      #search article header h2.entry-title a:hover {
        text-decoration: underline; }
  #search article .entry-summary {
    color: #666; }
    #search article .entry-summary p {
      color: #666; }
  #search .search-count {
    color: #666;
    margin-bottom: 80px; }
  #search .entry-header a {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block; }
  #search .entry-summary {
    margin-bottom: 40px; }

#investor-news {
  margin-bottom: 80px; }
  #investor-news .sub-nav li:last-child {
    font-weight: 700; }
    #investor-news .sub-nav li:last-child:after {
      height: 2px;
      content: "";
      background: #333;
      display: block; }
  #investor-news .post-item {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 20px; }
    #investor-news .post-item .post-date {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 8px; }
  #investor-news select#year-choice {
    width: 90%;
    padding: 8px 10px; }

@media (max-width: 990px) {
  #investor-news .sidebar, #single .sidebar, #archive .sidebar {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 40px; }
    #investor-news .sidebar .widget, #single .sidebar .widget, #archive .sidebar .widget {
      margin-bottom: 0 !important; }
      #investor-news .sidebar .widget .widget-title, #single .sidebar .widget .widget-title, #archive .sidebar .widget .widget-title {
        text-align: left; } }
#investor-news .sidebar a, #single .sidebar a, #archive .sidebar a {
  color: #999;
  text-decoration: none; }
  #investor-news .sidebar a:hover, #single .sidebar a:hover, #archive .sidebar a:hover {
    color: #333;
    text-decoration: underline; }
#investor-news .sidebar .widget-area #archives-2, #single .sidebar .widget-area #archives-2, #archive .sidebar .widget-area #archives-2 {
  display: block; }
  @media (max-width: 990px) {
    #investor-news .sidebar .widget-area #archives-2, #single .sidebar .widget-area #archives-2, #archive .sidebar .widget-area #archives-2 {
      display: none; } }
#investor-news .sidebar .widget-area #archives-3, #single .sidebar .widget-area #archives-3, #archive .sidebar .widget-area #archives-3 {
  display: none; }
  @media (max-width: 990px) {
    #investor-news .sidebar .widget-area #archives-3, #single .sidebar .widget-area #archives-3, #archive .sidebar .widget-area #archives-3 {
      display: block; } }
@media (max-width: 990px) {
  #investor-news .sidebar .widget-area, #single .sidebar .widget-area, #archive .sidebar .widget-area {
    text-align: center;
    margin-bottom: 40px; } }
#investor-news .sidebar .widget-area .widget-title, #single .sidebar .widget-area .widget-title, #archive .sidebar .widget-area .widget-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px; }
#investor-news .sidebar .widget-area select, #single .sidebar .widget-area select, #archive .sidebar .widget-area select {
  width: 100%;
  padding: 8px 10px; }
#investor-news .sidebar .widget-area ul, #single .sidebar .widget-area ul, #archive .sidebar .widget-area ul {
  margin: 0;
  padding: 0; }
  #investor-news .sidebar .widget-area ul li, #single .sidebar .widget-area ul li, #archive .sidebar .widget-area ul li {
    list-style: none; }
    #investor-news .sidebar .widget-area ul li a, #single .sidebar .widget-area ul li a, #archive .sidebar .widget-area ul li a {
      padding-bottom: 5px;
      text-decoration: none; }
      #investor-news .sidebar .widget-area ul li a:hover, #single .sidebar .widget-area ul li a:hover, #archive .sidebar .widget-area ul li a:hover {
        text-decoration: underline; }

#single, #archive {
  border-top: 1px solid #ddd;
  padding: 80px 0; }
  @media (max-width: 990px) {
    #single, #archive {
      padding: 40px 0 !important; } }
  #single .entry-meta, #archive .entry-meta {
    margin-bottom: 40px;
    float: left; }
  #single .addthis_inline_share_toolbox, #archive .addthis_inline_share_toolbox {
    clear: none !important;
    float: right;
    margin-bottom: 25px; }
  #single h1, #archive h1 {
    margin-bottom: 40px; }
    #single h1 a, #archive h1 a {
      text-decoration: none; }
  #single img, #archive img {
    border-radius: 10px; }
  #single ul, #archive ul {
    margin-left: 0; }
  #single .nav-links, #archive .nav-links {
    margin-top: 80px; }
    @media (max-width: 990px) {
      #single .nav-links, #archive .nav-links {
        margin-top: 40px; } }
    #single .nav-links a, #archive .nav-links a {
      text-transform: uppercase;
      font-size: 14px;
      padding-top: 14px;
      padding-bottom: 14px;
      padding-left: 20px;
      padding-right: 20px;
      background: #000;
      color: #fff;
      font-weight: 700;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #single .nav-links a:hover, #archive .nav-links a:hover {
        background: #fdbd29;
        color: #000; }
  #single .sidebar .widget-area, #archive .sidebar .widget-area {
    margin-top: 48px; }
  #single .single-news img, #archive .single-news img {
    width: auto;
    max-width: 100%; }

#archive article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  #archive article:last-child {
    border-bottom: none; }
  #archive article img {
    margin-bottom: 20px;
    width: auto;
    max-width: 100%; }

@media (max-width: 990px) {
  .search-header {
    padding: 0 15px;
    margin-bottom: 40px !important; }

  .search-result article {
    padding: 0 30px; }

  .search-count {
    margin-bottom: 40px !important; }

  #search .posts-navigation {
    margin: 0 15px;
    padding: 0; } }
.no-results header {
  background: #f7f7f7;
  padding: 40px 0;
  margin-bottom: 80px; }
  .no-results header h1 {
    margin-bottom: 0; }

/*# sourceMappingURL=stylesheet.css.map */
