﻿@media only screen {
  .row {
    max-width: 1200px !important; }
  .small {
    line-height: 1; }
  footer .row {
    max-width: 1280px !important; }
  .hidden {
    display: none; }
  .blog-summary {
    border: 1px solid #eee;
    background: #fcfcfc;
    margin-bottom: 2rem;
    padding: 0.8rem; }
    .blog-summary p {
      margin-top: 0;
      margin-bottom: 0.5rem;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.8rem !important;
      line-height: 1.5rem; }
    .blog-summary ul {
      padding-left: 1rem;
      margin-bottom: 0;
      font-size: 0.8rem; }
      .blog-summary ul li {
        list-style-type: disc;
        font-size: 0.8rem; }
  [type=text], [type=email], [type=password], [type=number], [type=checkbox] {
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    border-radius: 0;
    background-color: #fff; }
    [type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=checkbox]:focus {
      box-shadow: none; }
  .blog-posts-recent h4, .blog-posts-related h4, .sidebar-blog-sub h4 {
    padding-left: 1rem;
    margin-bottom: 0.75rem; }
  .at-share-btn-elements {
    padding-bottom: 1rem; }
  .recent-posts-slider, .related-posts-slider {
    padding-bottom: 3.5rem; }
    .recent-posts-slider .recent-post, .related-posts-slider .recent-post {
      padding: 0 1rem; }
      .recent-posts-slider .recent-post .img, .related-posts-slider .recent-post .img {
        margin-bottom: 0.75rem;
        display: none; }
      .recent-posts-slider .recent-post a, .related-posts-slider .recent-post a {
        font-family: "Roboto", sans-serif;
        color: rgba(0, 0, 0, 0.87);
        font-weight: 300;
        font-size: 14px;
        transition: all 0.3s; }
        .recent-posts-slider .recent-post a:hover, .related-posts-slider .recent-post a:hover {
          color: #c4d32d; }
    .recent-posts-slider .slick-dots, .related-posts-slider .slick-dots {
      margin: 0;
      list-style: none;
      text-align: center;
      padding: 1.5rem 0 0; }
      .recent-posts-slider .slick-dots li, .related-posts-slider .slick-dots li {
        border: none;
        background: #ccc;
        opacity: 0.6;
        padding: 0;
        margin: 0 0.25rem;
        float: none;
        width: 12px;
        display: inline-block;
        height: 12px;
        cursor: pointer;
        color: transparent;
        border-radius: 100%; }
        .recent-posts-slider .slick-dots li.slick-active, .related-posts-slider .slick-dots li.slick-active {
          background: #c4d32d;
          opacity: 1; }
  .prev-next-post {
    display: table;
    width: 100%;
    padding: 2rem 0;
    margin-top: 1rem;
    border-top: 1px solid #dfdfdf;
    position: relative; }
    .prev-next-post.hide-for-large-up {
      display: table !important; }
    .prev-next-post span {
      display: block;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.38);
      font-weight: bold;
      margin-bottom: 0.5rem; }
    .prev-next-post a {
      display: block;
      padding: 0 2rem;
      min-height: 89px; }
      .prev-next-post a .post-title {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.87);
        line-height: 1.2;
        transition: all 0.3s; }
      .prev-next-post a:hover .post-title {
        color: #c4d32d; }
    .prev-next-post .category-name {
      padding-top: 0.5rem;
      font-size: 12px;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.54);
      letter-spacing: 1px;
      transition: all 0.3s;
      font-weight: 500; }
      .prev-next-post .category-name:hover {
        color: #c4d32d; }
    .prev-next-post .previous-post {
      width: 50%;
      float: left;
      text-align: left; }
      .prev-next-post .previous-post i {
        position: absolute;
        left: 0.425rem;
        top: 50%;
        font-size: 20px;
        margin-top: -10px;
        transform: rotate(180deg);
        transition: all 0.3s;
        color: rgba(0, 0, 0, 0.38); }
      .prev-next-post .previous-post a:hover i {
        left: 0;
        color: #c4d32d; }
    .prev-next-post .next-post {
      width: 50%;
      float: right;
      text-align: right; }
      .prev-next-post .next-post i {
        position: absolute;
        right: 0.425rem;
        top: 50%;
        font-size: 20px;
        margin-top: -10px;
        transition: all 0.3s;
        color: rgba(0, 0, 0, 0.38); }
      .prev-next-post .next-post a:hover i {
        right: 0;
        color: #c4d32d; }
  .blog-topic-wrap {
    padding: 2rem 0 1rem; }
  .blog-category-list h2 a {
    color: rgba(0, 0, 0, 0.87);
    transition: all 0.3s; }
    .blog-category-list h2 a:hover {
      color: #c4d32d; }
  .blog-category-list ul {
    margin-left: 0; }
  .blog-category-list li {
    list-style: none;
    position: relative; }
  .blog-posts-recent h4, .blog-posts-related h4, .sidebar-blog-sub h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 900; }
  .lhs-column {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .lhs-column .row.post {
    margin-top: 1.5rem;
    padding-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 2rem; }
    .lhs-column .row.post img {
      width: 100%; }
    .lhs-column .row.post h1 {
      font-size: 1.5rem !important;
      margin-top: 0.25rem !important;
      margin-bottom: 1.5rem !important;
      line-height: 2rem !important;
      font-weight: bold;
      font-family: "Roboto", sans-serif; }
    .lhs-column .row.post h2, .lhs-column .row.post h3, .lhs-column .row.post h4, .lhs-column .row.post h5, .lhs-column .row.post h6 {
      font-family: "Roboto", sans-serif; }
    .lhs-column .row.post h2, .lhs-column .row.post h3 {
      font-size: 1.25rem;
      margin-bottom: 18px;
      font-weight: bold; }
    .lhs-column .row.post .post .uncollapse {
      padding-left: 10px;
      padding-right: 10px; }
    .lhs-column .row.post p.category {
      text-transform: uppercase;
      font-size: 14px !important;
      margin: 0;
      font-weight: 500;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.54); }
      .lhs-column .row.post p.category a {
        color: rgba(0, 0, 0, 0.54); }
        .lhs-column .row.post p.category a:hover {
          color: #c4d32d; }
    .lhs-column .row.post p.category a {
      text-decoration: none; }
    .lhs-column .row.post p, .lhs-column .row.post ul, .lhs-column .row.post ol {
      font-family: Roboto, sans-serif;
      font-size: 0.9375rem; }
    .lhs-column .row.post .author-block {
      padding-top: 1rem; }
    .lhs-column .row.post .author-block p.author {
      font-size: 0.875rem !important;
      font-weight: 600 !important;
      margin: 0;
      line-height: 1rem !important; }
    .lhs-column .row.post .author-block p.title {
      font-size: 0.75rem !important;
      color: #737373;
      margin: 0; }
    .lhs-column .row.post .author-block p.post-date {
      font-size: 0.75rem !important;
      color: #737373;
      margin-top: 0.75rem; }
    .lhs-column .row.post .post-unit {
      margin: 0.75rem 0; }
    .lhs-column .row.post .post-block {
      border-top: 1px solid #ddd;
      padding: 1rem 0; }
      .lhs-column .row.post .post-block ul, .lhs-column .row.post .post-block ol {
        margin-left: 1.25rem;
        margin-bottom: 1rem; }
        .lhs-column .row.post .post-block ul li, .lhs-column .row.post .post-block ol li {
          margin-bottom: 0.25rem; }
      .lhs-column .row.post .post-block ul li {
        list-style: disc; }
    .lhs-column .row.post .highlight-block {
      padding: 1rem 1rem 0;
      text-align: center;
      margin-bottom: 1.25rem;
      background-color: #5782b3;
      color: #fff;
      display: table;
      width: 100%; }
      .lhs-column .row.post .highlight-block h1, .lhs-column .row.post .highlight-block h2, .lhs-column .row.post .highlight-block h3, .lhs-column .row.post .highlight-block h4, .lhs-column .row.post .highlight-block h5, .lhs-column .row.post .highlight-block h6 {
        color: #fff;
        margin-bottom: 10px; }
    .lhs-column .row.post .tags {
      font-size: 0.75rem;
      margin: 2.5rem 0 1.5rem; }
    .lhs-column .row.post ol li {
      list-style: decimal; }
  .rhs-column .ad-post-300x250 {
    padding-bottom: 1.5rem; }
  .blog-index {
    padding-top: 1.875rem;
    padding-bottom: 2rem; }
    .blog-index .category-title h1 {
      font-size: 32px;
      margin-bottom: 0.75rem;
      font-family: "Roboto", sans-serif; }
    .blog-index .no-matching-posts {
      font-size: 20px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.87);
      text-align: center;
      padding: 2rem 0; }
    .blog-index .asterisk-sp {
      display: none; }
    .blog-index .paging-container {
      padding-top: 2rem; }
    .blog-index #paging-container .paging-current {
      display: none; }
    .blog-index #paging-container .paging.next-inactive.prev-inactive {
      display: none; }
  .blog-caption {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 20px;
    font-style: italic; }
  .blog-search-container {
    margin-top: 0.625rem;
    border-top: 1px solid #dfdfdf;
    background: #f9f9f9;
    padding: 1rem; }
  .blog-search {
    position: relative; }
    .blog-search:before {
      content: "\e906";
      font-family: "icomoon";
      font-size: 20px;
      color: #ccc;
      top: 3px;
      left: 5px;
      position: absolute; }
    .blog-search .reset-search {
      position: absolute;
      top: 10px;
      right: 12px;
      color: rgba(0, 0, 0, 0.87);
      transition: all 0.3s;
      opacity: 0;
      pointer-events: none; }
      .blog-search .reset-search:hover {
        color: #c4d32d; }
    .blog-search input {
      padding: 0.625rem 0 0.625rem 1.75rem;
      border-left: 1px solid #dfdfdf;
      border-top: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      background-color: #fff;
      margin: 0; }
      .blog-search input:focus {
        margin-bottom: 0;
        padding-bottom: 0.625rem;
        border-left: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #c4d32d;
        background-color: #fff; }
      .blog-search input input[type="text"] {
        font-size: 1rem; }
      .blog-search input.ng-not-empty + .reset-search {
        opacity: 1;
        pointer-events: all; }
      .blog-search input button {
        position: absolute;
        right: 0;
        top: 10px; }
    .blog-search ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: rgba(0, 0, 0, 0.38) !important; }
    .blog-search :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(0, 0, 0, 0.38) !important;
      opacity: 1; }
    .blog-search ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: rgba(0, 0, 0, 0.38) !important;
      opacity: 1; }
    .blog-search :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: rgba(0, 0, 0, 0.38) !important; }
    .blog-search :placeholder-shown {
      color: rgba(0, 0, 0, 0.38) !important; }
  .blog-topic-wrap h1, .blog-topic-wrap h2 {
    font-family: "Roboto", sans-serif; }
  .blog-post-list .read-article a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    color: #c4d32d;
    transition: all 0.3s; }
    .blog-post-list .read-article a i {
      font-size: 9px;
      vertical-align: middle;
      position: relative;
      top: -1px;
      left: 0;
      transition: all 0.3s; }
    .blog-post-list .read-article a:hover {
      color: #9da924; }
      .blog-post-list .read-article a:hover i {
        left: 0.5rem; }
  .blog-post-list .text p {
    padding-right: 1rem;
    font-size: 15px; }
  .blog-post-list h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Roboto",sans-serif; }
    .blog-post-list h2 a {
      color: inherit; }
  .blog-post-list p.category {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0.25rem;
    letter-spacing: 1px; }
    .blog-post-list p.category a {
      color: rgba(0, 0, 0, 0.54);
      transition: all 0.3s; }
      .blog-post-list p.category a:hover {
        color: #c4d32d; }
  .blog-post-list .img {
    display: none; }
  .blog-post-list article {
    margin-left: 0;
    position: relative;
    padding: 0 0 0.5rem; }
    .blog-post-list article:after {
      content: '';
      position: absolute;
      width: 100%;
      margin-left: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: #dfdfdf; }
    .blog-post-list article h2 {
      margin-bottom: 0.25rem; }
    .blog-post-list article .read-article {
      display: none; }
  .blog-post-list.first-page article:first-child {
    padding: 0 0 1.5rem; }
    .blog-post-list.first-page article:first-child .read-article {
      display: block; }
  .blog-post-list.first-page article:last-child:after {
    display: none; }
  .blog-post-list article.blog-post {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #ddd; }
    .blog-post-list article.blog-post:after {
      display: none; }
    .blog-post-list article.blog-post div.img {
      margin-bottom: 1rem; }
      .blog-post-list article.blog-post div.img a {
        display: block; }
    .blog-post-list article.blog-post img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .blog-index {
    padding-bottom: 2rem; }
    .blog-index .blog-post-list.first-page article:nth-child(1), .blog-index .blog-post-list.first-page article:nth-child(2), .blog-index .blog-post-list.first-page article:nth-child(3), .blog-index .blog-post-list.first-page article:nth-child(4) {
      padding-top: 1rem;
      border: none; }
      .blog-index .blog-post-list.first-page article:nth-child(1):after, .blog-index .blog-post-list.first-page article:nth-child(2):after, .blog-index .blog-post-list.first-page article:nth-child(3):after, .blog-index .blog-post-list.first-page article:nth-child(4):after {
        display: block; }
      .blog-index .blog-post-list.first-page article:nth-child(1) .img, .blog-index .blog-post-list.first-page article:nth-child(2) .img, .blog-index .blog-post-list.first-page article:nth-child(3) .img, .blog-index .blog-post-list.first-page article:nth-child(4) .img {
        display: block; }
    .blog-index .blog-post-list.first-page article:nth-child(2):after, .blog-index .blog-post-list.first-page article:nth-child(3):after {
      width: 150px;
      left: 50%;
      margin-left: -75px;
      right: auto; }
    .blog-index .blog-post-list.first-page article:nth-child(1) {
      padding-top: 0; }
  .bloghead {
    padding: 0.625rem 0 0;
    border-bottom: 1px solid #ddd; }
  .blog-icon {
    width: 36px;
    height: 36px; }
  #recent-posts-inner .blog-posts-recent .blog-recent-container, #recent-posts-inner .blog-posts-related .blog-recent-container, #recent-posts-inner .sidebar-blog-sub .blog-recent-container, #related-posts-inner .blog-posts-recent .blog-recent-container, #related-posts-inner .blog-posts-related .blog-recent-container, #related-posts-inner .sidebar-blog-sub .blog-recent-container {
    border-top: none;
    padding-top: 0; }
  span.offical-blog {
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 1rem;
    color: rgba(0, 0, 0, 0.87); }
  #postCategories .primary .nameSelector {
    font-weight: 900; }
  #postCategories .primary .primarySelector input {
    display: none; }
  #postCategories .primary .primarySelector:after {
    content: 'Primary Category';
    font-weight: 900; }
  #paging-container .paging-current {
    padding-bottom: 1rem;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.38); }
  #paging-container .paging-item-name:after {
    content: "vehicles"; }
  #paging-container {
    display: table;
    margin: 0 auto; }
    #paging-container .paging-current {
      text-align: center; }
  .paging-inner {
    padding: 0;
    border-radius: 2px;
    display: table;
    margin: auto; }
  .paging {
    display: flex;
    width: auto;
    padding: 0; }
    .paging .paging-page {
      display: inline-block;
      padding-bottom: 0;
      line-height: 38px; }
    .paging span {
      display: none; }
    .paging .paging-prev {
      width: auto;
      float: none;
      border-left: none;
      border-right: none; }
      .paging .paging-prev a {
        width: auto;
        background: #fff;
        color: rgba(0, 0, 0, 0.87);
        font-size: 1rem;
        line-height: 2.75rem;
        border: none;
        border-left: 1px solid #d9d9d9 !important;
        border-radius: 0;
        position: relative;
        display: inline;
        text-align: center;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        transition: all 0.3s; }
        .paging .paging-prev a:hover {
          background: #fff;
          color: rgba(0, 0, 0, 0.87); }
    .paging .paging-next {
      width: auto;
      float: none;
      border-left: none; }
      .paging .paging-next a {
        width: auto;
        background: #fff;
        color: rgba(0, 0, 0, 0.87);
        font-size: 1rem;
        line-height: 2.75rem;
        border: none;
        border-radius: 0;
        position: relative;
        display: inline;
        text-align: center;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        transition: all 0.3s;
        margin-right: -2px; }
        .paging .paging-next a:hover {
          background: #fff;
          color: rgba(0, 0, 0, 0.87); }
    .paging a {
      line-height: 38px !important;
      display: inline-block !important;
      border: 1px solid #d9d9d9 !important;
      background: #fff;
      padding: 0 1rem;
      margin-left: -1px;
      color: rgba(0, 0, 0, 0.87);
      transition: all 0.3s; }
      .paging a.current {
        cursor: default;
        line-height: 38px !important;
        display: inline-block !important;
        border-top: 1px solid rgba(0, 0, 0, 0.87) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.87) !important;
        padding: 0 1rem;
        margin-left: -1px;
        background: rgba(0, 0, 0, 0.87);
        color: #fff; }
    .paging .disabled {
      display: inline;
      cursor: default;
      background: #fff !important;
      color: rgba(0, 0, 0, 0.5) !important;
      pointer-events: none; }
      .paging .disabled:hover {
        background: #fff !important; }
  .prev-inactive .paging-next {
    width: auto;
    border: none;
    display: inline-block; }
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blog-content-sub {
    margin: 0 1rem 2.5rem;
    background: url(/userfiles/image/blog/bg-banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 2rem 1rem;
    position: relative; }
    .blog-content-sub .sub-inner {
      width: 90%;
      margin: auto;
      max-width: 420px;
      position: relative;
      z-index: 3; }
    .blog-content-sub h4 {
      font-family: "Roboto", sans-serif;
      color: rgba(35, 40, 47, 0.95);
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -1px;
      margin-bottom: 0.5rem; }
    .blog-content-sub .sub-text p {
      color: rgba(0, 0, 0, 0.87);
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
      font-family: "Roboto", sans-serif; }
    .blog-content-sub .subscribeform.submitting .message {
      display: none; }
    .blog-content-sub .subscribeform .sub-form .sub-post-content {
      margin-top: 1rem; }
    .blog-content-sub .subscribeform .sub-form .inputs {
      box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.05);
      margin-bottom: 0;
      max-width: none; }
      .blog-content-sub .subscribeform .sub-form .inputs input {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        border: none;
        margin-bottom: 0;
        padding-right: 0;
        background: #FBFCEF;
        color: rgba(0, 0, 0, 0.7); }
      .blog-content-sub .subscribeform .sub-form .inputs input:-webkit-autofill,
      .blog-content-sub .subscribeform .sub-form .inputs input:-webkit-autofill:hover,
      .blog-content-sub .subscribeform .sub-form .inputs input:-webkit-autofill:focus,
      .blog-content-sub .subscribeform .sub-form .inputs input:-webkit-autofill:active,
      .blog-content-sub .subscribeform .sub-form .inputs input:-internal-autofill-previewed,
      .blog-content-sub .subscribeform .sub-form .inputs input:-internal-autofill-previewed::placeholder,
      .blog-content-sub .subscribeform .sub-form .inputs input:-webkit-autofill::first-line {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: rgba(0, 0, 0, 0.7) !important;
        -webkit-box-shadow: 0 0 0 30px #FBFCEF inset !important; }
      .blog-content-sub .subscribeform .sub-form .inputs button {
        background: #23282f;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        color: #fff;
        font-weight: 400;
        border-radius: 0 2px 2px 0; }
        .blog-content-sub .subscribeform .sub-form .inputs button:hover {
          background: #444d5b; }
    .blog-content-sub .subscribeform .sub-form .message {
      color: #2f7020;
      max-height: 400px;
      margin-top: 0.5rem; }
      .blog-content-sub .subscribeform .sub-form .message.error {
        color: #fb5452; }
      .blog-content-sub .subscribeform .sub-form .message .message-icon.icon-warning {
        top: -44px; }
    .blog-content-sub .subscribeform p {
      color: #000;
      font-size: 14px;
      line-height: 22px; }
    .blog-content-sub .subscribeform .spinner-container {
      height: 50px; }
      .blog-content-sub .subscribeform .spinner-container .spinner-blade {
        bottom: 10px; }
  .subscribe-success-page {
    text-align: center;
    max-width: 420px;
    margin: auto;
    padding: 3rem 1rem 5rem; }
    .subscribe-success-page img {
      max-width: 150px;
      margin: 0 auto 1.5rem; }
    .subscribe-success-page h3 {
      color: #060B12;
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: -0.7px; }
    .subscribe-success-page p {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      line-height: 24px; }
      .subscribe-success-page p.selling-more-cars {
        color: #BAD226;
        line-height: 26px;
        margin-top: 0.375rem; }
    .subscribe-success-page .sub-fail {
      position: relative; }
      .subscribe-success-page .sub-fail .icon-warning {
        font-size: 40px;
        position: absolute;
        bottom: 2rem;
        left: 50%;
        margin-left: -80px; }
  .subscribe-page {
    text-align: center;
    max-width: 420px;
    margin: auto;
    padding: 3rem 1rem 5rem; }
    .subscribe-page img {
      max-width: 150px;
      margin: 0 auto 1.5rem; }
    .subscribe-page h3 {
      color: #060B12;
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: -0.7px; }
    .subscribe-page .subscribeform .selling-more-cars {
      display: block; }
    .subscribe-page .subscribeform .inputs {
      margin-bottom: 0;
      max-width: none; }
      .subscribe-page .subscribeform .inputs input {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        border: 1px solid #C7CAD1;
        margin-bottom: 0;
        padding-right: 0;
        background: #f8f8f8;
        color: rgba(0, 0, 0, 0.7); }
      .subscribe-page .subscribeform .inputs input:-webkit-autofill,
      .subscribe-page .subscribeform .inputs input:-webkit-autofill:hover,
      .subscribe-page .subscribeform .inputs input:-webkit-autofill:focus,
      .subscribe-page .subscribeform .inputs input:-webkit-autofill:active,
      .subscribe-page .subscribeform .inputs input:-internal-autofill-previewed,
      .subscribe-page .subscribeform .inputs input:-internal-autofill-previewed::placeholder,
      .subscribe-page .subscribeform .inputs input:-webkit-autofill::first-line {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: rgba(0, 0, 0, 0.7) !important;
        -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important; }
      .subscribe-page .subscribeform .inputs button {
        background: #23282f;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        color: #fff;
        font-weight: 400;
        border-radius: 0 2px 2px 0; }
        .subscribe-page .subscribeform .inputs button:hover {
          background: #444d5b; }
    .subscribe-page .subscribeform .message {
      color: #50bf37;
      max-height: 400px;
      margin-top: 0.5rem; }
      .subscribe-page .subscribeform .message.error {
        color: #fb5452; }
      .subscribe-page .subscribeform .message .message-icon.icon-warning {
        top: -36px; }
    .subscribe-page .subscribeform .message {
      margin-top: 0; }
    .subscribe-page .subscribeform .message-text {
      background: #fff;
      min-height: 52px;
      position: absolute;
      top: -115px;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .subscribe-page .subscribeform.submitted.submitting .inputs input, .subscribe-page .subscribeform.submitted.submitting .inputs button {
      display: block !important;
      opacity: 1 !important; }
    .subscribe-page .subscribeform.submitting .message {
      display: none; }
    .subscribe-page .subscribeform.submitted .inputs button, .subscribe-page .subscribeform.submitted .inputs input {
      opacity: 0 !important; }
    .subscribe-page .subscribeform.submitted .inputs input:-webkit-autofill,
    .subscribe-page .subscribeform.submitted .inputs input:-webkit-autofill:hover,
    .subscribe-page .subscribeform.submitted .inputs input:-webkit-autofill:focus,
    .subscribe-page .subscribeform.submitted .inputs input:-webkit-autofill:active,
    .subscribe-page .subscribeform.submitted .inputs input:-internal-autofill-previewed,
    .subscribe-page .subscribeform.submitted .inputs input:-internal-autofill-previewed::placeholder,
    .subscribe-page .subscribeform.submitted .inputs input:-webkit-autofill::first-line {
      -webkit-box-shadow: 0 0 0 30px #F3F3F3 inset !important; }
    .subscribe-page .subscribeform.submitted .message .message-icon.icon-Icon_tick {
      left: 50%;
      right: auto;
      top: -240px;
      font-size: 54px;
      margin-left: -90px; }
    .subscribe-page .subscribeform.submitted .message-text {
      top: -114px; }
    .subscribe-page .subscribeform.submitted .selling-more-cars {
      display: none; }
    .subscribe-page p {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      line-height: 24px; }
      .subscribe-page p.selling-more-cars {
        color: #BAD226;
        line-height: 26px;
        margin-top: 1.375rem; }
    .subscribe-page .spinner-container {
      height: 50px; }
      .subscribe-page .spinner-container .spinner-blade {
        bottom: 10px; }
  .sub-post-content, .sub-text2 {
    display: none; }
  .blog-content-sub .sub-post-content {
    display: block; }
  .blog-content-sub .submitted .sub-text, .blog-content-sub .submitted .sub-form {
    display: none; }
  .blog-content-sub .submitted .success-text {
    display: block !important;
    padding: 1.375rem 0; }
    .blog-content-sub .submitted .success-text p {
      position: relative;
      padding-left: 2.875rem;
      font-size: 18px;
      line-height: 32px; }
    .blog-content-sub .submitted .success-text .message-icon {
      font-size: 32px;
      position: absolute;
      top: 0;
      left: 0; }
  #subscribe-slide {
    position: fixed;
    transition: all 0.5s;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: black;
    width: 100%;
    z-index: 9999;
    text-align: center;
    padding: 2rem 1rem;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15); }
    #subscribe-slide .close-element {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    #subscribe-slide .sub-text2 {
      display: block !important; }
    #subscribe-slide h4 {
      color: #060B12;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: -0.7px; }
    #subscribe-slide p {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      line-height: 26px; }
    #subscribe-slide .subscribeform {
      max-width: 370px;
      margin: auto; }
      #subscribe-slide .subscribeform .inputs {
        max-width: none; }
        #subscribe-slide .subscribeform .inputs input {
          width: 100%;
          float: none;
          border-radius: 2px;
          border: 2px solid #D0D0D0;
          text-align: center; }
        #subscribe-slide .subscribeform .inputs button {
          width: 100%;
          float: none;
          border-radius: 4px;
          background: #23282F;
          color: rgba(255, 255, 255, 0.9);
          font-weight: 500;
          box-shadow: 0 22px 33px -11px rgba(0, 0, 0, 0.1); }
          #subscribe-slide .subscribeform .inputs button span {
            display: inline-block !important; }
      #subscribe-slide .subscribeform .message .message-icon.icon-warning {
        right: 1rem;
        top: -96px; }
      #subscribe-slide .subscribeform .message {
        margin-top: 0; }
      #subscribe-slide .subscribeform .message-text {
        background: #fff;
        min-height: 52px;
        position: absolute;
        top: -177px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      #subscribe-slide .subscribeform.submitted.submitting .inputs button {
        display: block; }
      #subscribe-slide .subscribeform.submitting .message {
        display: none; }
      #subscribe-slide .subscribeform.submitted .inputs button {
        display: none; }
      #subscribe-slide .subscribeform.submitted .inputs input {
        background: #F3F3F3;
        border-color: #F3F3F3; }
      #subscribe-slide .subscribeform.submitted .inputs input:-webkit-autofill,
      #subscribe-slide .subscribeform.submitted .inputs input:-webkit-autofill:hover,
      #subscribe-slide .subscribeform.submitted .inputs input:-webkit-autofill:focus,
      #subscribe-slide .subscribeform.submitted .inputs input:-webkit-autofill:active,
      #subscribe-slide .subscribeform.submitted .inputs input:-internal-autofill-previewed,
      #subscribe-slide .subscribeform.submitted .inputs input:-internal-autofill-previewed::placeholder,
      #subscribe-slide .subscribeform.submitted .inputs input:-webkit-autofill::first-line {
        -webkit-box-shadow: 0 0 0 30px #F3F3F3 inset !important; }
      #subscribe-slide .subscribeform.submitted .message .message-icon.icon-Icon_tick {
        left: auto;
        right: 1rem;
        top: -50px; }
      #subscribe-slide .subscribeform.submitted .message-text {
        top: -129px; }
    #subscribe-slide .spinner-container {
      height: 43px; }
    #subscribe-slide .spinner-container.center {
      width: auto;
      left: 0;
      right: 0;
      border-radius: 4px; }
    #subscribe-slide .spinner-blade {
      left: 50%; }
  #subscribe-slide.unrevealed {
    bottom: -100%; } }

@media only screen and (min-width: 640px) {
  .recent-posts-slider, .related-posts-slider {
    padding-bottom: 0;
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto 4rem; }
    .recent-posts-slider .recent-post, .related-posts-slider .recent-post {
      padding: 0.5rem 1rem;
      min-height: 88px;
      display: flex;
      align-items: center;
      position: relative; }
      .recent-posts-slider .recent-post:after, .related-posts-slider .recent-post:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        background: #dfdfdf; }
    .recent-posts-slider .slick-arrow, .related-posts-slider .slick-arrow {
      color: transparent;
      background: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30px; }
      .recent-posts-slider .slick-arrow:before, .related-posts-slider .slick-arrow:before {
        content: '';
        font-family: "icomoon";
        color: rgba(0, 0, 0, 0.38);
        transition: all,0.3s;
        font-size: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px; }
      .recent-posts-slider .slick-arrow:hover:before, .related-posts-slider .slick-arrow:hover:before {
        color: #c4d32d; }
    .recent-posts-slider .slick-prev, .related-posts-slider .slick-prev {
      left: -14px; }
      .recent-posts-slider .slick-prev:before, .related-posts-slider .slick-prev:before {
        content: "\e94e";
        left: 4px;
        transform: rotate(180deg); }
      .recent-posts-slider .slick-prev:hover:before, .related-posts-slider .slick-prev:hover:before {
        left: -8px; }
    .recent-posts-slider .slick-next, .related-posts-slider .slick-next {
      right: -14px; }
      .recent-posts-slider .slick-next:before, .related-posts-slider .slick-next:before {
        content: "\e94e";
        right: 4px; }
      .recent-posts-slider .slick-next:hover:before, .related-posts-slider .slick-next:hover:before {
        right: -8px; }
  .at-share-btn-elements {
    padding-bottom: 2rem; }
  .blog-posts-recent h4, .blog-posts-related h4 {
    padding-left: 2.875rem; }
  .blog-category-list ul {
    width: 50%;
    float: left; }
  .prev-next-post {
    padding-bottom: 1rem; }
    .prev-next-post a {
      padding: 0 3rem; }
    .prev-next-post .previous-post i {
      left: 20px; }
    .prev-next-post .previous-post a:hover i {
      left: 10px; }
    .prev-next-post .next-post i {
      right: 20px; }
    .prev-next-post .next-post a:hover i {
      right: 10px; }
  .lhs-column .row.post {
    padding-bottom: 0; }
    .lhs-column .row.post .author-block {
      padding-top: 1.25rem;
      border-bottom: 1px solid #ddd;
      margin-bottom: 2rem; }
    .lhs-column .row.post h1 {
      font-size: 2rem !important;
      line-height: 2.75rem !important;
      margin-top: 0 !important;
      margin-bottom: 2rem !important; }
    .lhs-column .row.post .post-block {
      border-top: none; }
    .lhs-column .row.post .post-unit {
      max-width: 572px;
      float: none;
      margin: auto !important; }
  .blog-post-list {
    padding-bottom: 2rem; }
    .blog-post-list .img {
      width: 190px;
      float: right;
      display: block;
      overflow: hidden; }
      .blog-post-list .img img {
        transition: all,3s; }
        .blog-post-list .img img:hover {
          transform: scale(1.2);
          transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1); }
    .blog-post-list .text {
      width: calc(100% - 190px);
      float: left;
      padding-right: 3rem; }
      .blog-post-list .text p {
        margin-bottom: 0.375rem; }
    .blog-post-list article {
      display: table;
      width: 100%;
      padding-bottom: 1rem; }
    .blog-post-list .blog-post .text {
      padding-top: 0; }
  .blog-search-container {
    margin-top: 0;
    border-top: 0;
    background: #fff;
    padding: 0 1rem; }
  .blog-index {
    padding-top: 2.5rem;
    padding-bottom: 2rem; }
    .blog-index .category-title {
      padding-bottom: 0.5rem; }
      .blog-index .category-title h1 {
        font-size: 38px;
        margin-bottom: 1.25rem; }
    .blog-index #paging-container .paging.next-inactive.prev-inactive {
      padding-top: 2.5rem;
      padding-bottom: 1.5rem; }
  .bloghead {
    padding: 1rem 0; }
  .blog-title-container {
    padding-top: 0.25rem; }
  .blog-post-list {
    padding-top: 0.25rem; }
  .blog-index .column, .blog-index .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .blog-index h2 {
    font-size: 26px;
    letter-spacing: -1px; }
  .blog-index .blog-post-list.first-page article:nth-child(1) .img, .blog-index .blog-post-list.first-page article:nth-child(1) .text, .blog-index .blog-post-list.first-page article:nth-child(2) .img, .blog-index .blog-post-list.first-page article:nth-child(2) .text, .blog-index .blog-post-list.first-page article:nth-child(3) .img, .blog-index .blog-post-list.first-page article:nth-child(3) .text {
    float: none;
    width: 100%; }
  .blog-index .blog-post-list.first-page article:nth-child(1) .text, .blog-index .blog-post-list.first-page article:nth-child(2) .text, .blog-index .blog-post-list.first-page article:nth-child(3) .text {
    padding-top: 0.75rem; }
  .blog-index .blog-post-list.first-page article:nth-child(2), .blog-index .blog-post-list.first-page article:nth-child(3) {
    width: 50%;
    float: left; }
    .blog-index .blog-post-list.first-page article:nth-child(2):after, .blog-index .blog-post-list.first-page article:nth-child(3):after {
      display: none; }
  .blog-index .blog-post-list.first-page article:nth-child(2) {
    padding-right: 0.5rem; }
  .blog-index .blog-post-list.first-page article:nth-child(3) {
    padding-left: 0.5rem; }
  .blog-index .blog-post-list.first-page article:nth-child(3n+1) {
    clear: both; }
  .blog-index .blog-post-list.first-page article:nth-child(4):before {
    content: '';
    position: absolute;
    width: 100%;
    margin-left: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #dfdfdf; }
  .blog-content-sub {
    overflow: hidden; }
    .blog-content-sub:before {
      content: '';
      background: url(/userfiles/image/blog/bg-mailbox.jpg) 100% 100% no-repeat;
      width: 295px;
      height: 314px;
      position: absolute;
      bottom: -20px;
      right: 0; }
    .blog-content-sub h4 {
      font-size: 37px; } }

@media only screen and (min-width: 760px) {
  #subscribe-slide {
    left: auto;
    right: 1rem;
    bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 474px;
    transition: all 1.3s;
    transform: scale(1); }
  #subscribe-slide.unrevealed {
    right: -100%;
    bottom: 1rem;
    transform: scale(0.6); } }

@media only screen and (min-width: 1024px) {
  .blog-posts-recent {
    border-top: 1px solid #dfdfdf;
    padding-top: 2rem; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .recent-posts-slider .slick-prev:hover:before {
    left: 0; }
  .recent-posts-slider .slick-next:hover:before {
    right: 0; }
  .recent-posts-slider .recent-post, .related-posts-slider .recent-post {
    padding: 0.5rem 2rem;
    display: table;
    width: 100%;
    min-height: 88px; }
    .recent-posts-slider .recent-post .img, .related-posts-slider .recent-post .img {
      display: block;
      width: 80px;
      float: left; }
    .recent-posts-slider .recent-post .text-link, .related-posts-slider .recent-post .text-link {
      width: calc(100% - 80px);
      float: left;
      padding-left: 1rem; }
      .recent-posts-slider .recent-post .text-link a, .related-posts-slider .recent-post .text-link a {
        line-height: 1.4; }
  #recent-posts-inner, #related-posts-inner {
    padding-bottom: 2rem;
    padding-top: 0; }
    #recent-posts-inner .blog-posts-recent, #recent-posts-inner .blog-posts-related, #recent-posts-inner .sidebar-blog-sub, #related-posts-inner .blog-posts-recent, #related-posts-inner .blog-posts-related, #related-posts-inner .sidebar-blog-sub {
      border-top: none; }
      #recent-posts-inner .blog-posts-recent h4, #recent-posts-inner .blog-posts-related h4, #recent-posts-inner .sidebar-blog-sub h4, #related-posts-inner .blog-posts-recent h4, #related-posts-inner .blog-posts-related h4, #related-posts-inner .sidebar-blog-sub h4 {
        padding-left: 0;
        margin-bottom: 1rem; }
    #recent-posts-inner .recent-posts-slider, #recent-posts-inner .related-posts-slider, #related-posts-inner .recent-posts-slider, #related-posts-inner .related-posts-slider {
      width: 100%;
      margin: 0; }
      #recent-posts-inner .recent-posts-slider .recent-post, #recent-posts-inner .related-posts-slider .recent-post, #related-posts-inner .recent-posts-slider .recent-post, #related-posts-inner .related-posts-slider .recent-post {
        padding: 0.75rem 0;
        min-height: 1px;
        display: block;
        border-bottom: 1px solid #dfdfdf; }
        #recent-posts-inner .recent-posts-slider .recent-post a, #recent-posts-inner .related-posts-slider .recent-post a, #related-posts-inner .recent-posts-slider .recent-post a, #related-posts-inner .related-posts-slider .recent-post a {
          font-size: 1rem; }
        #recent-posts-inner .recent-posts-slider .recent-post .img, #recent-posts-inner .related-posts-slider .recent-post .img, #related-posts-inner .recent-posts-slider .recent-post .img, #related-posts-inner .related-posts-slider .recent-post .img {
          display: none; }
        #recent-posts-inner .recent-posts-slider .recent-post .text-link, #recent-posts-inner .related-posts-slider .recent-post .text-link, #related-posts-inner .recent-posts-slider .recent-post .text-link, #related-posts-inner .related-posts-slider .recent-post .text-link {
          float: none;
          width: 100%;
          padding-left: 0; }
        #recent-posts-inner .recent-posts-slider .recent-post:after, #recent-posts-inner .related-posts-slider .recent-post:after, #related-posts-inner .recent-posts-slider .recent-post:after, #related-posts-inner .related-posts-slider .recent-post:after {
          display: none; }
        #recent-posts-inner .recent-posts-slider .recent-post:last-child, #recent-posts-inner .related-posts-slider .recent-post:last-child, #related-posts-inner .recent-posts-slider .recent-post:last-child, #related-posts-inner .related-posts-slider .recent-post:last-child {
          border-bottom: 0; }
  #recent-posts-inner {
    padding-top: 0; }
  .blog-category-list ul {
    width: 33.333%;
    float: left; }
  .rhs-column {
    padding-top: 3.5rem;
    padding-right: 1rem !important;
    padding-left: 0 !important;
    max-width: 330px; }
  .lhs-column {
    padding-right: 3rem !important; }
  .lhs-column .row.post {
    border-bottom: none;
    margin-bottom: 0; }
    .lhs-column .row.post .author-block {
      border-bottom: none;
      padding-top: 0.5rem; }
    .lhs-column .row.post h1 {
      font-size: 2.5rem !important;
      line-height: 2.75rem !important;
      margin-top: 0.5rem !important; }
    .lhs-column .row.post h2 {
      font-size: 24px; }
    .lhs-column .row.post h3 {
      font-size: 20px; }
    .lhs-column .row.post p, .lhs-column .row.post ul, .lhs-column .row.post ol {
      font-size: 1rem;
      line-height: 1.5rem; }
    .lhs-column .row.post .post-block {
      padding-left: 1rem; }
    .lhs-column .row.post .post-unit {
      max-width: none;
      float: none;
      margin: 0 !important; }
  .blog-post-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blog-post-list .img {
      width: 100%; }
    .blog-post-list article.blog-post {
      width: calc(100% - 1rem);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0;
      border-bottom: none;
      border-top: solid 1px #ddd;
      padding-top: 1rem;
      margin-bottom: 0; }
      .blog-post-list article.blog-post div.img {
        max-width: 190px;
        margin-bottom: 0.5rem; }
      .blog-post-list article.blog-post .text {
        margin-right: 5rem; }
      .blog-post-list article.blog-post .read-article {
        display: none; }
      .blog-post-list article.blog-post:first-child {
        border-top: none; }
    .blog-post-list.first-page article.blog-post .read-article {
      display: none; }
    .blog-post-list.first-page article.blog-post:first-child {
      display: block;
      border: none;
      margin-bottom: 1rem; }
      .blog-post-list.first-page article.blog-post:first-child:after {
        display: none; }
      .blog-post-list.first-page article.blog-post:first-child .read-article {
        display: block; }
      .blog-post-list.first-page article.blog-post:first-child .img {
        max-width: none;
        width: calc(100% - 394px);
        float: left; }
      .blog-post-list.first-page article.blog-post:first-child .text {
        padding-top: 0.75rem;
        width: 394px;
        float: right;
        margin: 0;
        padding-left: 2rem; }
      .blog-post-list.first-page article.blog-post:first-child h2 {
        font-size: 38px;
        line-height: 1.2; }
    .blog-post-list.first-page article.blog-post:nth-child(n+2):nth-child(-n+4) {
      display: block;
      width: calc(33% - 1rem);
      margin: 0 0.5rem;
      margin-bottom: 1rem;
      padding: 0;
      border: none; }
      .blog-post-list.first-page article.blog-post:nth-child(n+2):nth-child(-n+4):after {
        display: none; }
      .blog-post-list.first-page article.blog-post:nth-child(n+2):nth-child(-n+4) .img {
        max-width: none; }
      .blog-post-list.first-page article.blog-post:nth-child(n+2):nth-child(-n+4) .text {
        margin: 0;
        width: 100%;
        padding-right: 1rem; }
      .blog-post-list.first-page article.blog-post:nth-child(n+2):nth-child(-n+4) .author {
        display: none; }
    .blog-post-list.first-page article.blog-post:nth-child(2) {
      position: relative;
      left: -0.5rem; }
    .blog-post-list.first-page article.blog-post:nth-child(4) {
      position: relative;
      right: -0.5rem; }
  .blog-index .blog-post-list .blog-post .text {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .blog-index .blog-post-list .blog-post h2 {
    margin-bottom: 0.25rem; }
  .blog-search-container .blog-search {
    float: right;
    width: auto; }
    .blog-search-container .blog-search input {
      width: 350px;
      float: right;
      transition: all 0.7s cubic-bezier(0.68, -0.01, 0.265, 1.55); }
      .blog-search-container .blog-search input:focus, .blog-search-container .blog-search input.ng-not-empty {
        width: 400px; }
  .bloghead {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important; }
    .bloghead .row {
      margin: auto; }
  .blog-title-container {
    padding-left: 22px; }
  .blog-index {
    padding-top: 2.25rem;
    padding-bottom: 3.5rem; }
    .blog-index.blog-results {
      padding-bottom: 4rem; }
    .blog-index .no-matching-posts {
      font-size: 30px;
      text-align: left;
      padding-bottom: 5rem; }
    .blog-index .category-title {
      padding-left: 0.5rem; }
      .blog-index .category-title h1 {
        font-size: 42px;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-weight: bold; }
  .prev-next-post {
    padding: 2rem 1rem; }
    .prev-next-post.hide-for-large-up {
      display: none !important; }
    .prev-next-post .inner {
      position: relative;
      display: table;
      width: 100%; }
  .sidebar-blog-sub h4 {
    padding-left: 0;
    margin-bottom: 1.25rem; }
  .sidebar-blog-sub .subscribeform .inputs {
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0; }
    .sidebar-blog-sub .subscribeform .inputs input {
      font-size: 13px;
      line-height: 50px;
      height: 50px;
      border: 1px solid #C7CAD1;
      margin-bottom: 0;
      padding-right: 0;
      font-family: "Roboto", sans-serif; }
    .sidebar-blog-sub .subscribeform .inputs button {
      background: #23282f;
      font-size: 13px;
      line-height: 50px;
      height: 50px;
      color: #fff;
      font-weight: 400;
      border-radius: 0 2px 2px 0; }
      .sidebar-blog-sub .subscribeform .inputs button:hover {
        background: #444d5b; }
  .sidebar-blog-sub .subscribeform.submitting .message {
    display: none; }
  .blog-content-sub {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.5rem 1rem 2.5rem; }
    .blog-content-sub .sub-inner {
      max-width: 990px; }
    .blog-content-sub .sub-text {
      float: left;
      width: 50%;
      max-width: 410px; }
      .blog-content-sub .sub-text p {
        max-width: 340px; }
    .blog-content-sub .subscribeform .sub-form {
      float: left;
      width: 50%;
      max-width: 400px; }
    .blog-content-sub .subscribeform .spinner-container.center {
      width: 130px; }
    .blog-content-sub .subscribeform .spinner-blade {
      left: 2.25em; }
    .blog-content-sub .subscribeform .inputs input {
      width: calc(100% - 130px); }
    .blog-content-sub .subscribeform .inputs button {
      width: 130px; }
    .blog-content-sub .subscribeform .message .message-icon.icon-warning {
      right: 146px; }
  #subscribe-slide {
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 574px;
    height: 404px; }
    #subscribe-slide .close-element {
      font-size: 30px;
      transition: all, 0.3s; }
      #subscribe-slide .close-element:hover {
        opacity: 0.7; }
    #subscribe-slide .subscribeform {
      max-width: 430px; }
      #subscribe-slide .subscribeform .message .message-icon.icon-warning {
        top: -112px; }
      #subscribe-slide .subscribeform .message .message-icon.icon-Icon_tick {
        top: -68px; }
      #subscribe-slide .subscribeform .message .message-text {
        font-size: 18px;
        min-height: 72px;
        top: -206px; }
      #subscribe-slide .subscribeform.submitted .message-text {
        top: -144px; }
      #subscribe-slide .subscribeform.submitted .message .message-icon.icon-Icon_tick {
        top: -52px; }
    #subscribe-slide h4 {
      font-size: 35px; }
    #subscribe-slide p {
      font-size: 18px; }
    #subscribe-slide .inputs input {
      line-height: 50px;
      height: 50px;
      font-size: 17px;
      font-family: "Roboto", sans-serif; }
    #subscribe-slide .inputs input:-webkit-autofill,
    #subscribe-slide .inputs input:-webkit-autofill:hover,
    #subscribe-slide .inputs input:-webkit-autofill:focus,
    #subscribe-slide .inputs input:-webkit-autofill:active {
      font-size: 17px;
      font-family: "Roboto", sans-serif; }
    #subscribe-slide .inputs input:-internal-autofill-previewed {
      font-size: 17px !important;
      font-family: "Roboto", sans-serif; }
    #subscribe-slide .inputs input:-webkit-autofill::first-line {
      font-size: 17px;
      font-family: "Roboto", sans-serif; }
    #subscribe-slide .inputs button {
      height: 60px;
      line-height: 60px;
      font-size: 18px; }
    #subscribe-slide .spinner-container {
      height: 34px; }
  .subscribe-success-page {
    max-width: 430px;
    margin: auto;
    padding: 5rem 0 6rem; }
    .subscribe-success-page img {
      max-width: 260px;
      margin: 0 auto 2rem; }
    .subscribe-success-page h3 {
      font-size: 33px; }
    .subscribe-success-page .sub-fail .icon-warning {
      font-size: 50px;
      bottom: 2.5rem;
      margin-left: -100px; }
  .subscribe-page {
    max-width: 430px;
    margin: auto;
    padding: 5rem 0 6rem; }
    .subscribe-page img {
      max-width: 200px;
      margin: 0 auto 2rem; }
    .subscribe-page h3 {
      font-size: 33px; }
    .subscribe-page .subscribeform .inputs input {
      width: calc(100% - 130px); }
    .subscribe-page .subscribeform .inputs button {
      width: 130px; }
    .subscribe-page .subscribeform .spinner-container.center {
      width: 130px; }
    .subscribe-page .subscribeform .spinner-blade {
      left: 2.25em; }
    .subscribe-page .subscribeform .message {
      font-size: 17px; }
      .subscribe-page .subscribeform .message .message-icon.icon-warning {
        right: 144px; }
    .subscribe-page .subscribeform.submitted .message .message-icon.icon-Icon_tick {
      top: -260px; } }

@media only screen and (min-width: 1280px) {
  .lhs-column {
    width: 824px !important;
    padding-right: 2rem !important;
    padding-left: 0.5rem !important; }
  .rhs-column {
    width: calc(100% - 824px); }
  .lhs-column .row.post {
    padding: 0;
    padding-bottom: 1rem; }
    .lhs-column .row.post .post-block {
      padding: 0 0 0 1rem !important; }
    .lhs-column .row.post h1 {
      font-size: 2.5rem !important;
      line-height: 2.75rem !important;
      margin-top: 0.5rem !important;
      margin-bottom: 2rem !important; }
  .blog-posts-recent, .blog-posts-related {
    border-top: 1px solid #dfdfdf; }
    .blog-posts-recent h4, .blog-posts-related h4 {
      padding-left: 2rem; }
    .blog-posts-recent .row, .blog-posts-related .row {
      max-width: 1330px; }
    .blog-posts-recent .blog-recent-container, .blog-posts-related .blog-recent-container {
      max-width: 1310px;
      margin: auto;
      border-top: none; }
    .blog-posts-recent .recent-posts-slider, .blog-posts-recent .related-posts-slider, .blog-posts-related .recent-posts-slider, .blog-posts-related .related-posts-slider {
      width: 100%; }
  .blog-post-list {
    padding-left: 0.5rem; }
  .subscribe-page {
    padding: 7rem 0 9rem; } }
