/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- *//* ADDS A BROWSER PREFIX TO THE PROPERTY *//* ==========================================================================
    Style Button
========================================================================== *//*------------------------------------------------------------------
[All Style Shortcode]

  1. Blog Standard
  2. Single Details

-------------------------------------------------------------------*//* 
   [Start] 1. Blog Standard
   +-----------------------------------+
*//*------------------------------------------------------------------
[All Style Shortcode]

  1. Custom Heading
  2. Counter
  3. Tabs & Accordion
  4. Pricing
  5. Carousel 
  6. Progressbar
  7. Alert
  8. Testimonial
  9. Team
  10. Heading
  11. Fancybox
  12. Service
  13. Client
  14. Blog Carousel
  15. Blog Grid
  19. Image Gallery
  20. Location
  21. Services
  22. Spa Booking
  23. Spa Price

-------------------------------------------------------------------*//* ==========================================================================
   [Start] All Style Footer Top & Footer Bottom
========================================================================== *//* ==========================================================================
   [Start] All Style Form
========================================================================== *//* ==========================================================================
   [Start] All style header
   /* 1. Header Main
========================================================================== *//* ==========================================================================
   [1. Header Main
========================================================================== *//*------------------------------------------------------------------
[Main of contents]

2. Page Title
3. Primary
3. Footer
-------------------------------------------------------------------*//* ==========================================================================
   [Start] 2. Page Title
========================================================================== *//* ==========================================================================
    All Style Autosmart
========================================================================== *//* 
   1. Autosmart Widget
   2. Autosmart Archive Product
   3. Autosmart Single Details
   4. Autosmart Elements
   5. Autosmart Submit Car
   6. Autosmart Compare
   7. Autosmart Brand Search
   +-----------------------------------+
*//* ==========================================================================
    Style Main Menu
========================================================================== *//*
-----> Minimum width of 992 pixels.
*//* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== *//*------------------------------------------------------------------
[All Style Widgets]

  1. Newletter
  2. Search
  3. Tags
  4. Categories

-------------------------------------------------------------------*//* ==========================================================================
  [Start] Large devices (desktops, 992px and up)
========================================================================== *//*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/@media screen and (min-width:992px){body #cshero-header-inner #cshero-header #cshero-header-logo a img{width:1540px;}}@media screen and (min-width:992px){body #cshero-header-inner #cshero-header #cshero-header-logo a img{max-height:930px;}}@media screen and (max-width:991px){body #cshero-header-inner #cshero-header #cshero-header-logo a img{width:930px;}}@media screen and (max-width:991px){body #cshero-header-inner #cshero-header #cshero-header-logo a img{max-height:930px;}}body #cms-page-title:before{background-color:rgba(220, 0, 0, 0.65);}@-moz-keyframes headerSlideDown{0%{margin-top:-103px;}100%{margin-top:0;}}@-ms-keyframes headerSlideDown{0%{margin-top:-103px;}100%{margin-top:0;}}@-webkit-keyframes headerSlideDown{0%{margin-top:-103px;}100%{margin-top:0;}}@keyframes headerSlideDown{0%{margin-top:-103px;}100%{margin-top:0;}}@-moz-keyframes headerSlideUp{0%{margin-top:0;}100%{margin-top:-103px;}}@-ms-keyframes headerSlideUp{0%{margin-top:0;}100%{margin-top:-103px;}}@-webkit-keyframes headerSlideUp{0%{margin-top:0;}100%{margin-top:-103px;}}@keyframes headerSlideUp{0%{margin-top:0;}100%{margin-top:-103px;}}#wl-wrapper.woocommerce .button,.btn,button,.button,input[type="submit"],th.today.kpkp{background-color:#dc0000;font-size:16px;font-weight:normal;border:none;color:#fff;text-transform:uppercase;padding:0 38px;line-height:50px;letter-spacing:0.01em;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */position:relative;font-family:'Monrad Grotesk Semibold';}#wl-wrapper.woocommerce .button:hover,.btn:hover,button:hover,.button:hover,input[type="submit"]:hover,.btn:focus,button:focus,.button:focus,input[type="submit"]:focus,th.today.kpkp:hover{outline:medium none;text-decoration:none;background-color:#040304;color:#fff;/* Button Styles */}.btn i{padding-right:9px;}.btn span{display:inline-block;}.btn span + i{padding-right:0;padding-left:9px;}.btn.btn-lactic{background-color:#02bdff;}.btn.btn-lactic:hover{background-color:#040304;}.btn.btn-primary-alt{background-color:#fff;border-width:3px;border-color:#dc0000;border-style:solid;color:#dc0000;font-size:18px;line-height:35px;}.btn.btn-primary-alt:hover{color:#fff;background-color:#bd0000;border-color:#bd0000;}.btn.btn-white-alt{background-color:transparent;color:#fff;border:2px solid #fff;line-height:46px;}.btn.btn-white-alt:hover{background-color:#dc0000;border-color:#dc0000;}.btn.btn-primary-white-alt{background-color:#dc0000;color:#fff;border:2px solid #dc0000;line-height:46px;}.btn.btn-primary-white-alt:hover{color:#dc0000;background-color:#fff;border-color:#fff;}.btn-align-center{text-align:center;}.btn-align-center .btn{margin:auto;}.btn-align-right{text-align:right;/* Button Size */}.btn-align-right .btn{margin:auto;}.btn.btn-medium{padding:0 32px;line-height:48px;font-size:15px;}.btn.btn-medium .btn-text{font-size:15px;}.btn.btn-sm{padding:0 28px;line-height:38px;font-size:15px;}.btn.btn-sm .btn-text{font-size:15px;}.btn.btn-tiny{padding:0 18px;line-height:34px;font-size:14px;}.btn.btn-tiny .btn-text{font-size:14px;}.btn-text{font-size:16px;text-transform:uppercase;/* Button slider */}.btn-text i{padding-right:4px;}.rev_slider_wrapper{/* ==========================================================================
    End Style Button
========================================================================== */}.rev_slider_wrapper .btn{-webkit-transition:all 300ms linear 0ms !important;-moz-transition:all 300ms linear 0ms !important;-ms-transition:all 300ms linear 0ms !important;transition:all 300ms linear 0ms !important;}.tags-hidden{display:none;}.is-left-sidebar #content{float:right;}#content + em{font-size:inherit !important;font-style:normal;line-height:inherit !important;}.entry-blog{margin-bottom:60px;font-style:normal;}.entry-blog .post-thumbnail img{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.entry-blog .entry-author-inner{background-color:#fff;border-radius:30px;display:inline-block;height:30px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);}.entry-blog .entry-author-inner img{width:30px;height:30px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */}.entry-blog .entry-author-inner a{color:#040304;font-size:14px;line-height:1;vertical-align:middle;padding:0 15px 0 11px;}.entry-blog .entry-author-inner:hover a{color:#dc0000;}.entry-blog .entry-title{font-family:'Monrad Grotesk Bold';font-size:22px;line-height:28px;margin:33px 0 7px;}.entry-blog .entry-title a{color:#040304;}.entry-blog .entry-title a:hover{color:#dc0000;}.entry-blog .post-details li{display:inline-block;}.entry-blog .post-details li + li{margin-left:29px;}.entry-blog .post-details li.detail-date a{color:rgba(4, 3, 4, 0.33);}.entry-blog .post-details li.detail-date a:hover{color:#dc0000;}.entry-blog .entry-blog-content{font-size:14px;line-height:22px;font-family:'Monrad Grotesk Regular';margin-bottom:37px;margin-top:18px;}.entry-blog .entry-blog-readmore .btn{padding-left:30px;padding-right:30px;line-height:30px;font-size:14px;}.entry-blog .entry-blog-boxright{float:right;}.entry-blog .entry-blog-boxright.no-image + .entry-blog-boxleft{width:100%;}.cms-paging-navigation a{color:#424242;}.cms-paging-navigation a:hover{color:#dc0000;}.cms-paging-navigation .page-numbers{background-color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */color:rgba(4, 3, 4, 0.66);display:inline-block;font-size:16px;height:40px;line-height:40px;text-align:center;width:40px;margin-left:6px;margin-bottom:10px;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);}.cms-paging-navigation .page-numbers.next,.cms-paging-navigation .page-numbers.prev{display:none;}.cms-paging-navigation .page-numbers.current,.cms-paging-navigation .page-numbers:hover{background-color:#dc0000;color:#fff;}.cms-paging-navigation .pagination{margin:0;text-align:right;width:100%;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */}#cms-theme.search .content-full-width,#cms-theme.archive .content-full-width,.page-template-blog-standard .content-full-width,.page-template-blog-grid-2columns .content-full-width,.page-template-blog-grid-3columns .content-full-width,.blog-type-content-grid-2columns .content-full-width,.blog-type-content-grid-3columns .content-full-width{float:none;margin:auto;max-width:1000px;}#cms-theme.search .is-left-sidebar .entry-blog-boxright,#cms-theme.archive .is-left-sidebar .entry-blog-boxright,.page-template-blog-standard .is-left-sidebar .entry-blog-boxright,.page-template-blog-grid-2columns .is-left-sidebar .entry-blog-boxright,.page-template-blog-grid-3columns .is-left-sidebar .entry-blog-boxright,.blog-type-content-grid-2columns .is-left-sidebar .entry-blog-boxright,.blog-type-content-grid-3columns .is-left-sidebar .entry-blog-boxright{float:left;}#cms-theme.search .is-left-sidebar .cms-paging-navigation .pagination,#cms-theme.archive .is-left-sidebar .cms-paging-navigation .pagination,.page-template-blog-standard .is-left-sidebar .cms-paging-navigation .pagination,.page-template-blog-grid-2columns .is-left-sidebar .cms-paging-navigation .pagination,.page-template-blog-grid-3columns .is-left-sidebar .cms-paging-navigation .pagination,.blog-type-content-grid-2columns .is-left-sidebar .cms-paging-navigation .pagination,.blog-type-content-grid-3columns .is-left-sidebar .cms-paging-navigation .pagination{text-align:left;}#cms-theme.date #cms-page-title .cms-page-title-inner span,#cms-theme.author #cms-page-title .cms-page-title-inner span,#cms-theme.search #cms-page-title .cms-page-title-inner span{font-family:inherit;font-size:inherit;opacity:0.8;}.page-template-blog-grid-2columns #main,.blog-type-content-grid-2columns #main{margin:0 -15px;}.page-template-blog-grid-2columns #main article,.blog-type-content-grid-2columns #main article{width:50%;float:left;padding:0 15px;}.page-template-blog-grid-2columns #main article .entry-blog,.blog-type-content-grid-2columns #main article .entry-blog{margin-bottom:34px;}.page-template-blog-grid-2columns #main article .entry-blog .entry-title,.blog-type-content-grid-2columns #main article .entry-blog .entry-title{margin-top:24px;}.page-template-blog-grid-2columns #main article:nth-child(2n+1),.blog-type-content-grid-2columns #main article:nth-child(2n+1){clear:left;}.page-template-blog-grid-2columns #main .cms-paging-navigation .pagination,.blog-type-content-grid-2columns #main .cms-paging-navigation .pagination{margin:18px 0 0;padding-left:15px;padding-right:15px;}.page-template-blog-grid-3columns,.blog-type-content-grid-3columns{/* 
   [Start] 2. Single Details
   +-----------------------------------+
*/}.page-template-blog-grid-3columns #main,.blog-type-content-grid-3columns #main{margin:0 -30px;}.page-template-blog-grid-3columns #main article,.blog-type-content-grid-3columns #main article{width:33.33%;float:left;padding:0 30px;}.page-template-blog-grid-3columns #main article .entry-blog,.blog-type-content-grid-3columns #main article .entry-blog{margin-bottom:34px;}.page-template-blog-grid-3columns #main article .entry-blog .entry-title,.blog-type-content-grid-3columns #main article .entry-blog .entry-title{margin-top:24px;}.page-template-blog-grid-3columns #main article:nth-child(3n+1),.blog-type-content-grid-3columns #main article:nth-child(3n+1){clear:left;}.page-template-blog-grid-3columns #main .cms-paging-navigation .pagination,.blog-type-content-grid-3columns #main .cms-paging-navigation .pagination{margin:18px 0 0;padding-left:15px;padding-right:15px;}.single-post #cms-page-title{padding-top:330px;padding-bottom:34px;}.single-post #cms-page-title:before{background-color:rgba(220, 0, 0, 0.75);}.single-post #cms-page-title .cms-post-content h2{font-size:52px;color:#fff;text-transform:uppercase;margin-bottom:8px;}.single-post #cms-page-title .cms-post-content .cms-post-date{font-size:18px;line-height:1;color:#fff;margin-bottom:16px;}.single-post #cms-page-title .cms-post-content .cms-post-terms{font-size:0;margin-left:20px;}.single-post #cms-page-title .cms-post-content .cms-post-terms a{font-size:16px;color:#dc0000;text-transform:uppercase;text-transform:uppercase;display:inline-block;background-color:#ebebeb;padding-left:34px;padding-right:34px;line-height:34px;-webkit-border-radius:34px;-khtml-border-radius:34px;-moz-border-radius:34px;-ms-border-radius:34px;-o-border-radius:34px;border-radius:34px;/* BACKGROUND GRADIENT */margin-bottom:8px;}.single-post #cms-page-title .cms-post-content .cms-post-terms a + a{margin-left:8px;}.single-post #cms-page-title .cms-post-content .cms-post-terms a:hover{background-color:#040304;color:#fff;}.single-post #cms-page-title .cms-post-content .cms-post-author{color:rgba(255, 255, 255, 0.87);margin-bottom:8px;}.single-post #cms-page-title .cms-post-content .cms-post-author a{color:rgba(255, 255, 255, 0.87);}.single-post #cms-page-title .cms-post-content .cms-post-author a:hover{color:#fff;}.single-post #cms-page-title .cms-post-content .cms-post-author img{width:50px;height:50px;margin-right:22px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.10);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.10);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.10);box-shadow:0 2px 2px rgba(0, 0, 0, 0.10);}.single-post .entry-header{padding-bottom:22px;margin-bottom:20px;border-bottom:1px solid #d8d8d8;}.single-post .entry-header .entry-author{margin-right:34px;}.single-post .entry-header .entry-author img{-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);height:50px;width:50px;margin-right:8px;}.single-post .entry-header .entry-author,.single-post .entry-header .cms-post-date{font-size:17px;}.single-post #cms-content{padding-top:40px;padding-bottom:105px;}.single-post #cms-content .entry-content{font-size:18px;line-height:32px;padding-top:49px;}.single-post #cms-content .entry-content p{margin-bottom:30px;}.single-post #cms-content .entry-content.st2{padding-top:0;}.single-post #cms-content .entry-content.st2 .entry-title{font-size:38px;margin-bottom:22px;font-family:'Monrad Grotesk Bold';color:#dc0000;}.single-post #cms-content .entry-content.st2 .cms-images-gallery{margin-left:0px;}.single-post .cms-images-gallery{margin-bottom:51px;margin-top:51px;}.single-post .entry-social{border-top:1px solid #d8d8d8;padding-top:30px;margin-top:43px;}.single-post .entry-social .post-social-shared{margin:0 -14px;}.single-post .entry-social .post-social-shared li{display:block;width:25%;padding:0 14px;float:left;}.single-post .entry-social .post-social-shared li a{font-size:18px;color:#fff;background-color:#dc0000;line-height:50px;padding-left:20px;padding-right:20px;text-align:center;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */display:block;-webkit-text-shadow:0 1px 2px rgba(0, 0, 0, 0.1);-moz-text-shadow:0 1px 2px rgba(0, 0, 0, 0.1);-ms-text-shadow:0 1px 2px rgba(0, 0, 0, 0.1);text-shadow:0 1px 2px rgba(0, 0, 0, 0.1);position:relative;}.single-post .entry-social .post-social-shared li a:hover{background-color:rgba(220, 0, 0, 0.8);}.single-post .entry-social .post-social-shared li a.fb-social{background-color:#3b5998;}.single-post .entry-social .post-social-shared li a.fb-social:hover{background-color:rgba(59, 89, 152, 0.8);}.single-post .entry-social .post-social-shared li a.tw-social{background-color:#00aced;}.single-post .entry-social .post-social-shared li a.tw-social:hover{background-color:rgba(0, 172, 237, 0.8);}.single-post .entry-social .post-social-shared li a.g-social{background-color:#dd4b39;}.single-post .entry-social .post-social-shared li a.g-social:hover{background-color:rgba(221, 75, 57, 0.8);}.single-post .entry-social .post-social-shared li a i{font-size:26px;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:20px;}.social-share-button{position:relative;margin:7px 0;}.social-share-button ul{background-color:#fff;-webkit-border-radius:36px;-khtml-border-radius:36px;-moz-border-radius:36px;-ms-border-radius:36px;-o-border-radius:36px;border-radius:36px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);height:36px;left:50%;margin-left:-75px;min-width:150px;padding:0 10px;position:absolute;text-align:center;top:70px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;opacity:0;visibility:hidden;}.social-share-button ul li{display:inline-block;}.social-share-button ul li a{padding:0 10px;display:block;line-height:36px;}.social-share-button .btn-share1{display:inline-block;line-height:36px;color:#fff;font-size:18px;padding:0 25px;-webkit-border-radius:36px;-khtml-border-radius:36px;-moz-border-radius:36px;-ms-border-radius:36px;-o-border-radius:36px;border-radius:36px;/* BACKGROUND GRADIENT */background-color:#dc0000;cursor:pointer;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.social-share-button .btn-share1 i{padding-left:6px;}.social-share-button:hover .btn-share1{background-color:#040304;}.social-share-button:hover .btn-share1 + ul{opacity:1;visibility:visible;top:50px;}.fs-pagination .pagination{border-bottom:1px solid #dcdbdc;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */display:block;margin:30px 0;text-align:right;}.fs-pagination .pagination .screen-reader-text{display:none;}.fs-pagination .pagination .nav-links{border:none;margin:0;padding-bottom:22px;}.fs-pagination .pagination .nav-links .page-numbers{font-size:16px;color:#adadad;height:26px;width:26px;line-height:26px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */background-color:transparent;padding:0;text-align:center;display:inline-block;margin-left:10px;}.fs-pagination .pagination .nav-links .page-numbers.current,.fs-pagination .pagination .nav-links .page-numbers:hover{background-color:#dc0000;color:#fff;}.fs-pagination .pagination .nav-links .page-numbers.next,.fs-pagination .pagination .nav-links .page-numbers.prev{background-color:#fff;color:#dc0000;}.fs-pagination .pagination .nav-links .page-numbers.next:hover,.fs-pagination .pagination .nav-links .page-numbers.prev:hover{background-color:#dc0000;color:#fff;}.fs-pagination .pagination .nav-links .page-numbers.prev{font-size:0;}.fs-pagination .pagination .nav-links .page-numbers.prev:before{content:"\f2fa";font-family:"Material-Design-Iconic-Font";font-size:16px;}.fs-pagination .pagination .nav-links .page-numbers.next{font-size:0;}.fs-pagination .pagination .nav-links .page-numbers.next:before{content:"\f2fb";font-family:"Material-Design-Iconic-Font";font-size:16px;}#comments{padding:40px 0 38px;}#comments .comments-title,#comments #reply-title{font-size:14px;line-height:28px;letter-spacing:0.055em;color:#dc0000;text-transform:uppercase;margin-bottom:20px;}#comments #respond{margin:0;}#comments .comment-list{list-style:none;padding:0;margin-bottom:60px;}#comments .comment-list #respond{margin-bottom:35px;}#comments .comment-list .comment-body{margin-bottom:20px;}#comments .comment-list .comment-body .comment-awaiting-moderation{display:none;}#comments .comment-list .comment-body .comment-awaiting-moderation + br{display:none;}#comments .comment-list .comment-body .comment-inner{margin-bottom:40px;}#comments .comment-list .comment-body .comment-avatar{max-width:80px;width:100%;float:left;}#comments .comment-list .comment-body .comment-avatar .avatar{-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */width:100%;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}#comments .comment-list .comment-body .comment-author{line-height:1;margin-bottom:3px;position:relative;}#comments .comment-list .comment-body .comment-author cite{font-size:13px;text-transform:uppercase;color:#040304;font-family:'Monrad Grotesk Bold';font-style:normal;line-height:1;display:inline-block;margin-bottom:4px;}#comments .comment-list .comment-body .comment-author .says{display:none;}#comments .comment-list .comment-body .comment-date{color:#444;font-size:11px;text-transform:uppercase;line-height:1;margin-bottom:4px;}#comments .comment-list .comment-body .comment-content{padding-left:100px;}#comments .comment-list .comment-body .commetn-text{padding-top:4px;line-height:24px;color:rgba(4, 3, 4, 0.87);}#comments .comment-list .comment-body .commetn-text p{margin-bottom:4px;}#comments .comment-list .comment-body .reply{padding-top:10px;}#comments .comment-list .comment-body .reply a{font-size:12px;color:#dc0000;text-transform:uppercase;}#comments .comment-list .comment-body .reply a:hover{color:#040304;}#comments .comment-list .pingback .comment-body .comment-content{padding-left:100px;}#comments .comment-list .children{list-style:none;padding:0 0 0 100px;}#comments .comment-list .pingback > .comment-body{padding-left:0;}#comments .comment-list .pingback > .comment-body a.url{color:#040304;}#comments .comment-list .pingback > .comment-body a.url:hover{color:#dc0000;}#comments #commentform .form-submit{margin-bottom:0;padding-top:10px;}#comments #commentform .comment-form-comment{margin-bottom:20px;margin-top:26px;}#comments #commentform .row{margin:0 -10px;}#comments #commentform .row .col-xs-12{padding:0 10px;margin-bottom:20px;}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{background-color:#dc0000 !important;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default:hover,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current:hover{background-color:#dc0000 !important;}.mfp-wrap .mfp-container .mfp-arrow{background-color:#dc0000;}.mfp-wrap .mfp-container .mfp-arrow:before{border:none;}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_time_variant .xdsoft_time:hover{background-color:#dc0000 !important;}.mfp-wrap img.mfp-img{padding:0 0 40px;}.mfp-wrap .mfp-content .mfp-close{background-color:rgba(0, 0, 0, 0.8);}.mfp-wrap .mfp-content .mfp-close:hover{background-color:rgba(220, 0, 0, 0.8);}.mfp-fade.mfp-bg.mfp-ready{opacity:0.9;}.carousel .carousel-control{background:transparent;bottom:26px;position:absolute;right:15px;text-align:center;top:50%;cursor:pointer;font-size:24px;-webkit-text-shadow:0 0 0 rgba(0, 0, 0, 0);-moz-text-shadow:0 0 0 rgba(0, 0, 0, 0);-ms-text-shadow:0 0 0 rgba(0, 0, 0, 0);text-shadow:0 0 0 rgba(0, 0, 0, 0);-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */height:45px;width:45px;line-height:45px;border:1px solid #fff;}.carousel .carousel-control.left{left:15px;right:70px;}.carousel .carousel-control:hover{color:#fff;border-color:#dc0000;background-color:#dc0000;}.carousel .carousel-control.left{left:50px;}.carousel .carousel-control.right{right:50px;}blockquote{background-color:#dadeeb;font-size:26px;line-height:42px;color:rgba(51, 60, 84, 0.87);padding:25px 45px;margin:45px 0;border:none;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}blockquote p{margin-bottom:0 !important;}blockquote cite{display:block;font-size:18px;font-style:normal;}blockquote.bl-inline{background-color:transparent;color:#dc0000;padding:0;margin:0;width:50%;float:left;}blockquote.bl-inline cite{color:rgba(4, 3, 4, 0.33);}.mfp-content .mfp-close{-webkit-border-radius:3px 3px 0 0;-khtml-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;/* BACKGROUND GRADIENT */height:44px;line-height:44px;padding:0;right:0;text-align:center;top:-44px;width:60px;}.media.box-icon{font-size:13px;color:#757575;line-height:1;}.media.box-icon .media-left{padding-right:32px;}.media.box-icon h3{font-size:16px;text-transform:uppercase;font-family:'loraitalic';margin-bottom:10px;margin-top:3px;}.cms-load-posts{/* OWL Carousel */}.cms-load-posts i{padding:0;display:none;}.cms-load-posts span{display:inline-block;padding:0 6px;}.cms-load-posts a.run-loading i{display:inline-block;}body .owl-carousel .owl-item img{transform-style:inherit;}.owl-controls{/* 
   [Start] 1. Custom Heading
   +-----------------------------------+
*/}.owl-controls .owl-prev,.owl-controls .owl-next{display:inline-block;text-align:center;}.owl-controls .owl-prev i,.owl-controls .owl-next i{height:40px;width:40px;line-height:40px;}.owl-controls .owl-prev i:before,.owl-controls .owl-next i:before{content:"\f2fa";font-family:"Material-Design-Iconic-Font";font-size:25px;color:#040304;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.owl-controls .owl-prev i:hover:before,.owl-controls .owl-next i:hover:before{color:#dc0000;}.owl-controls .owl-next i:before{content:"\f2fb";}.owl-controls .owl-dots{text-align:center;padding-top:14px;}.owl-controls .owl-dots .owl-dot{display:inline-block;margin:0 3px;}.owl-controls .owl-dots .owl-dot span{display:block;height:10px;width:10px;border:none;background-color:#adacad;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.owl-controls .owl-dots .owl-dot:hover span,.owl-controls .owl-dots .owl-dot.active span{background-color:#dc0000;}.vc_custom_heading{/* 
   [Start] 2. Counter
   +-----------------------------------+
*/}.vc_custom_heading cite{font-style:normal;color:#dc0000;}.vc_custom_heading.text-shadow span{-webkit-text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-moz-text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-ms-text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);}.vc_custom_heading.active-dot{position:relative;}.vc_custom_heading.active-dot span:before{content:"\f111";font-family:FontAwesome;font-size:11px;color:inherit;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:-24px;}.cms-counter-wraper{/* 
   [Start] 3. Tabs & Accordion
   +-----------------------------------+
*/}.cms-counter-wraper .cms-counter{font-size:82px;line-height:1.3;}.cms-counter-wraper .cms-counter-title{font-size:18px;line-height:24px;font-family:'Raleway Bold';text-transform:uppercase;font-weight:normal;display:block;}.cms-counter-wraper .cms-counter-icon i{color:;font-size:45px;}.cms-counter-wraper.cms-counter-default .cms-counter-image-icon,.cms-counter-wraper.cms-counter-default .cms-counter-icon{margin-bottom:22px;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-image-icon,.cms-counter-wraper.cms-counter-layout1 .cms-counter-icon{margin-right:10px;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-icon-wrapper{display:inline-block;vertical-align:middle;}.cms-counter-wraper.cms-counter-layout1 .cms-counter{display:inline-block;font-size:42px;vertical-align:bottom;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-title{margin-top:32px;}.wg-title-white .vc_tta-container > h2{color:#fff;}.wg-title-primary .vc_tta-container > h2{color:#dc0000;}.title-center .vc_tta-container > h2{text-align:center;}.vc_tta-container{margin:0 !important;/* 
   [Start] 4. Pricing
   +-----------------------------------+
*//* 
   [Start] 5. Carousel 
   +-----------------------------------+
*//* 
   [Start] 6. Progressbar
   +-----------------------------------+
*/}.vc_tta-container > h2{font-size:17px;line-height:32px;margin-bottom:30px;/* Accordion */}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel{margin-bottom:20px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background-color:#fff;border:medium none;-webkit-border-radius:4px !important;-khtml-border-radius:4px !important;-moz-border-radius:4px !important;-ms-border-radius:4px !important;-o-border-radius:4px !important;border-radius:4px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a{font-size:18px;text-transform:uppercase;color:#333c54;padding:21px;border-left:4px solid #333c54;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover{border-color:#dc0000;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-plus{width:11px;height:11px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{border-width:1px 0 0;border-color:#333c54;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{background-color:#333c54;border:medium none;height:100%;left:5px;width:1px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:transparent;font-size:14px;font-weight:normal;color:#575757;letter-spacing:0.02em;border:none;padding:18px 20px 14px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a{border-color:#dc0000;background-color:#dc0000;background-image:-webkit-gradient(linear, left top, right top, from(#dc0000), to(#040304));background-image:-webkit-linear-gradient(left, #dc0000, #040304);background-image:-moz-linear-gradient(left, #dc0000, #040304);background-image:-ms-linear-gradient(left, #dc0000, #040304);background-image:-o-linear-gradient(left, #dc0000, #040304);background-image:linear-gradient(left, #dc0000, #040304);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dc0000', endColorStr='#040304', gradientType='1');/* BACKGROUND HORIZONTAL Left */-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;-webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);box-shadow:0 0 7px rgba(0, 0, 0, 0.1);background-repeat:repeat;background-position:0 0;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{border-color:#dc0000;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel{margin-bottom:20px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background-color:#fff;border:medium none;-webkit-border-radius:4px !important;-khtml-border-radius:4px !important;-moz-border-radius:4px !important;-ms-border-radius:4px !important;-o-border-radius:4px !important;border-radius:4px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a{font-size:18px;text-transform:uppercase;background-color:#dc0000;background-image:-webkit-gradient(linear, left top, right top, from(#dc0000), to(#040304));background-image:-webkit-linear-gradient(left, #dc0000, #040304);background-image:-moz-linear-gradient(left, #dc0000, #040304);background-image:-ms-linear-gradient(left, #dc0000, #040304);background-image:-o-linear-gradient(left, #dc0000, #040304);background-image:linear-gradient(left, #dc0000, #040304);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dc0000', endColorStr='#040304', gradientType='1');/* BACKGROUND HORIZONTAL Left */-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;-webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);box-shadow:0 0 7px rgba(0, 0, 0, 0.1);background-repeat:repeat;background-position:0 0;padding:21px;text-align:center;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover{border-color:#dc0000;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before,.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after{border-color:#dc0000;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon{left:30px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon{right:30px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:#fcfcfc;-webkit-border-radius:0 0 4px 4px !important;-khtml-border-radius:0 0 4px 4px !important;-moz-border-radius:0 0 4px 4px !important;-ms-border-radius:0 0 4px 4px !important;-o-border-radius:0 0 4px 4px !important;border-radius:0 0 4px 4px !important;/* BACKGROUND GRADIENT */box-shadow:0 3px 7px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08) inset;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08) inset;-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08) inset;font-size:14px;font-weight:normal;color:#575757;letter-spacing:0.02em;border:none;padding:35px 30px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-border-radius:4px 4px 0 0 !important;-khtml-border-radius:4px 4px 0 0 !important;-moz-border-radius:4px 4px 0 0 !important;-ms-border-radius:4px 4px 0 0 !important;-o-border-radius:4px 4px 0 0 !important;border-radius:4px 4px 0 0 !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a{-webkit-border-radius:4px 4px 0 0;-khtml-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-ms-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel{border-bottom:1px solid #f1f3f9;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background-color:transparent;border:medium none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a{font-size:18px;text-transform:uppercase;padding:30px 44px;border-bottom:1px solid #d5daea;position:relative;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text{color:#333c54;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before{border:none;content:"\f277";font-family:'Material-Design-Iconic-Font';font-style:normal;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after{display:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon{left:0;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon{right:0;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:transparent;font-size:14px;font-weight:normal;color:#575757;letter-spacing:0.02em;border:none;padding:0 38px 26px;border-bottom:1px solid #d5daea;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a{border-bottom:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text{background-color:#dc0000;background-image:-webkit-gradient(linear, left top, right top, from(#dc0000), to(#040304));background-image:-webkit-linear-gradient(left, #dc0000, #040304);background-image:-moz-linear-gradient(left, #dc0000, #040304);background-image:-ms-linear-gradient(left, #dc0000, #040304);background-image:-o-linear-gradient(left, #dc0000, #040304);background-image:linear-gradient(left, #dc0000, #040304);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dc0000', endColorStr='#040304', gradientType='1');/* BACKGROUND HORIZONTAL Left */-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;background-repeat:repeat;background-position:0 0;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before{content:"\f272";color:#dc0000;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child{border-bottom:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading .vc_tta-panel-title > a{border-bottom:none;}.cms-progress-wraper{position:relative;overflow:hidden;}.cms-progress-wraper .cms-progress-title,.cms-progress-wraper .progress-couter{font-size:18px;line-height:1;color:;text-transform:uppercase;}.cms-progress-wraper .progress-couter{letter-spacing:0.035em;}.cms-progress-wraper .cms-progress-icon i{font-size:45px;color:#dc0000;}.cms-progress-layout1{/* 
   [Start] 7. Alert
   +-----------------------------------+
*/}.cms-alert-wrapper{/* 
   [Start] 8. Testimonial
   +-----------------------------------+
*/}.cms-testimonial-layout1{/* 
   [Start] 9. Team
   +-----------------------------------+
*/}.cms-team{/* 
   [Start] 11. Fancybox
   +-----------------------------------+
*/}.cms-team .cms-team-inner{background-color:#fff;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);overflow:hidden;position:relative;}.cms-team .cms-team-inner .cms-team-image img{width:100%;}.cms-team .cms-team-inner .cms-team-content{padding:15px 15px 10px 15px;}.cms-team .cms-team-inner .cms-team-content .cms-team-title{font-size:20px;margin-bottom:0;}.cms-team .cms-team-inner .cms-team-content .cms-team-description{font-size:14px;line-height:28px;color:rgba(4, 3, 4, 0.66);padding-top:8px;}.cms-team .cms-team-inner .cms-team-content .cms-team-holder i{padding-right:6px;}.cms-fancyboxes-deault{text-align:center;}.cms-fancyboxes-deault .cms-fancybox-icon{margin-bottom:25px;font-size:42px;color:#040304;}.cms-fancyboxes-deault .cms-fancybox-title{color:#dc0000;margin-bottom:20px;font-family:'Monrad Grotesk Black';}.cms-fancyboxes-layout1 .cms-fancybox-icon{background-color:#fff;width:85px;height:85px;line-height:80px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */text-align:center;float:left;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-fancyboxes-layout1 .cms-fancybox-icon i{font-size:42px;color:#dc0000;vertical-align:middle;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-fancyboxes-layout1 .cms-fancybox-icon img{max-width:55px;}.cms-fancyboxes-layout1 .cms-fancybox-icon + .cms-fancybox-content{padding-left:100px;}.cms-fancyboxes-layout1 .cms-fancybox-content .cms-fancybox-title{font-size:22px;margin-bottom:6px;padding-top:8px;}.cms-fancyboxes-layout1 .cms-fancybox-content .cms-fancybox-desc{font-size:14px;line-height:20px;}.cms-fancyboxes-layout1:hover .cms-fancybox-icon{background-color:#dc0000;}.cms-fancyboxes-layout1:hover .cms-fancybox-icon i{color:#fff;}.cms-fancyboxes-layout2{background-color:#fff;-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */padding:15px;text-align:center;/* 
   [Start] 13. Client
   +-----------------------------------+
*/}.cms-fancyboxes-layout2 .cms-fancybox-icon{margin-bottom:10px;}.cms-fancyboxes-layout2 .cms-fancybox-icon i{font-size:28px;color:#dc0000;}.cms-fancyboxes-layout2 .cms-fancybox-title{font-size:22px;line-height:26px;margin-bottom:5px;}.cms-fancyboxes-layout2 .cms-fancybox-desc{color:rgba(4, 3, 4, 0.66);}.cms-fancyboxes-layout2 .cms-fancybox-desc p{margin-bottom:0;}.cms-carousel-client-layout1{/* 
   [Start] 13. Blog Carousel
   +-----------------------------------+
*//* 
   [Start] 19. Image Grid Gallery
   +-----------------------------------+
*/}.cms-carousel-client-layout1 .cms-carousel-item a{display:inline-block;}.cms-carousel-client-layout1 .cms-carousel-item .cms-carousel-media img{width:initial;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition-duration:0.25s;}.cms-carousel-client-layout1 .cms-carousel-item .cms-carousel-media img:hover{width:initial;-webkit-filter:grayscale(0%);filter:grayscale(0%);}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul{margin:0 -15px;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item{width:25%;padding:0 15px;margin:0 0 30px;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a{display:block;position:relative;background-color:#dc0000;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a img{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */opacity:0.25;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a:hover img{opacity:1;}#cms-content .vc_separator .vc_sep_holder .vc_sep_line{top:0;}.cms-images-gallery{position:relative;margin-right:10px;}.cms-images-gallery:before{content:"";z-index:88;position:absolute;height:100%;width:100%;background-color:#dc0000;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */right:-10px;top:10px;}.cms-images-gallery li{position:absolute;top:0;left:0;top:0;bottom:0;right:0;z-index:99;}.cms-images-gallery li:first-child{position:static;}.cms-images-gallery li img{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */width:100%;}.cms-images-gallery li a{position:relative;z-index:99;display:block;}.cms-images-gallery i{bottom:20px;color:rgba(255, 255, 255, 0.33);position:absolute;right:20px;z-index:100;}.cms-single-image .cms-single-image-inner{background-position:center;background-size:cover;background-repeat:no-repeat;height:100%;min-height:300px;position:absolute;width:100%;}.cms-single-image .cms-single-image-inner.style1{-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.11);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.11);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.11);box-shadow:0 1px 1px rgba(0, 0, 0, 0.11);overflow:hidden;position:relative;}.cms-single-image .cms-single-image-inner.style1 img{width:100%;}.cms-single-image .cms-single-image-inner.style1 .cms-single-image-description{background:rgba(0, 0, 0, 0.44);bottom:0;color:#fff;font-size:16px;line-height:28px;padding:18px 20px;position:absolute;left:0;right:0;}.cms-single-image .cms-single-image-inner.style2{position:relative;overflow:hidden;background-color:#dc0000;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image{padding:0;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-inner{position:relative;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-inner img{width:100%;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-inner svg{position:absolute;top:0;fill:#dc0000;width:100%;height:102% !important;max-width:110px;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-inner svg.svg-left{left:0;-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-inner svg.svg-right{right:0;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description{padding-top:38px;padding-bottom:40px;color:rgba(255, 255, 255, 0.9);}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h1,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h2,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h3,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h4,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h5,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h6{color:#fff;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description h3{font-size:34px;line-height:40px;margin-bottom:22px;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description ul{padding-top:25px;margin-left:-42px;overflow:hidden;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description ul li{float:left;width:50%;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description p{margin-bottom:0;margin-left:-18px;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description .cms-single-image-description-inner{margin-left:-5px;}.cms-latest-news .cms-latestnews-heading h3{border-bottom:1px solid #dcdcdc;font-size:25px;margin-bottom:30px;padding-bottom:15px;}.cms-latest-news .cms-latestnews-heading h3 cite{font-style:normal;color:#dc0000;}.cms-latest-news .cms-latestnews-heading h3 a{float:right;font-size:16px;}.cms-latest-news .cms-latestnews-item{padding-bottom:42px;}.cms-latest-news .cms-latestnews-item:last-child{padding-bottom:0;}.cms-latest-news .cms-latestnews-item .cms-latestnews-media{float:left;overflow:hidden;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.cms-latest-news .cms-latestnews-item .cms-latestnews-media a{display:block;width:70px;height:70px;background-position:center;background-repeat:no-repeat;background-size:cover;}.cms-latest-news .cms-latestnews-item .cms-latestnews-details{padding-left:85px;}.cms-latest-news .cms-latestnews-item .cms-latestnews-details .cms-latestnews-title{font-size:18px;margin-bottom:0;margin-top:-3px;}.cms-latest-news .cms-latestnews-item .cms-latestnews-details .cms-latestnews-title a{color:#040304;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}.cms-latest-news .cms-latestnews-item .cms-latestnews-details .cms-latestnews-title a:hover{color:#dc0000;}.cms-latest-news .cms-latestnews-item .cms-latestnews-holder{font-size:12px;color:#dc0000;overflow:hidden;margin-bottom:5px;}.cms-latest-news .cms-latestnews-item .cms-latestnews-holder .cms-latestnews-date{font-family:'Monrad Grotesk Regular';float:left;}.cms-latest-news .cms-latestnews-item .cms-latestnews-holder .cms-latestnews-comment{float:right;}.cms-latest-news .cms-latestnews-item .cms-latestnews-holder .cms-latestnews-comment i{padding-right:4px;}.cms-latest-news .cms-latestnews-item .cms-latestnews-content{color:rgba(7, 4, 6, 0.87);}.cms-news-grid .cms-grid-media img{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */margin-bottom:20px;}.cms-news-grid .cms-news-grid-title{font-size:18px;margin-bottom:0;}.cms-news-grid .cms-news-grid-title a{color:#040304;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}.cms-news-grid .cms-news-grid-title a:hover{color:#dc0000;}.cms-news-grid .cms-news-grid-holder{font-size:12px;color:#dc0000;overflow:hidden;margin-bottom:5px;}.cms-news-grid .cms-news-grid-holder .cms-news-grid-date{font-family:'Monrad Grotesk Regular';float:left;}.cms-news-grid .cms-news-grid-holder .cms-news-grid-comment{float:right;}.cms-news-grid .cms-news-grid-holder .cms-news-grid-comment i{padding-right:4px;}.cms-news-grid .cms-news-grid-content{color:rgba(7, 4, 6, 0.87);}.cms-news-grid .cms-news-grid-readmore{padding-top:47px;}.cms-news-grid .cms-news-grid-readmore a{padding:0 54px;line-height:48px;font-size:15px;opacity:0;visibility:hidden;}.cms-news-grid .cms-news-grid-item:hover .cms-news-grid-readmore a{opacity:1;visibility:visible;}.cms-news-grid .cms-filter-category{margin-bottom:10px;}.cms-news-grid .cms-filter-category li{margin-right:10px;}.cms-news-grid .cms-filter-category li a{color:#040304;}.cms-news-grid .cms-filter-category li a:hover,.cms-news-grid .cms-filter-category li a.active{color:#dc0000;}.cms-news-grid .cms-news-grid-heading{text-align:center;position:relative;margin-bottom:42px;}.cms-news-grid .cms-news-grid-heading h2{font-size:24px;color:#dc0000;margin-bottom:18px;font-family:'Monrad Grotesk Black';}.cms-news-grid .cms-news-grid-heading p{font-size:16px;line-height:24px;font-family:'Monrad Grotesk Regular';}.cms-news-grid .cms-news-grid-heading a{position:absolute;top:0;right:0;font-size:16px;}.cms-news-grid .cms-news-grid-heading a i{padding-left:6px;}.cms-newsletter .tnp-subscription{max-width:100%;}.cms-newsletter.style1{padding:20px 0;background-color:#dc0000;}.cms-newsletter.style1 .cms-newsletter-inner{max-width:1170px;margin:auto;padding:0 80px;position:relative;}.cms-newsletter.style1 .cms-newsletter-inner:before{content:"";width:73px;height:90px;background-image:url(../images/icon-newsletter.png);position:absolute;top:-20px;left:0;}.cms-newsletter.style1 .cms-newsletter-inner .cms-newsletter-heading{color:#fff;letter-spacing:0.05em;line-height:40px;margin:0;float:left;}.cms-newsletter.style1 .cms-newsletter-inner form{position:relative;overflow:hidden;padding-right:160px;max-width:590px;margin-right:0;margin-left:auto;}.cms-newsletter.style1 .cms-newsletter-inner .tnp-field-email{margin-bottom:0;}.cms-newsletter.style1 .cms-newsletter-inner .tnp-field-email label{display:none;}.cms-newsletter.style1 .cms-newsletter-inner .tnp-email{border:none;height:40px;padding-left:15px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-ms-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-newsletter.style1 .cms-newsletter-inner .tnp-field-button{margin-bottom:0;}.cms-newsletter.style1 .cms-newsletter-inner .tnp-submit{height:40px;line-height:40px;background-color:#fff;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-ms-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */color:#dc0000;padding:0 28px;position:absolute;bottom:0;right:0;}.cms-newsletter.style1 .cms-newsletter-inner .tnp-submit:hover{color:#040304;}.cms-newsletter.style2 .cms-newsletter-inner form{position:relative;max-width:500px;margin-right:auto;margin-left:auto;}.cms-newsletter.style2 .cms-newsletter-inner .tnp-email{border:none;height:50px;padding-left:15px;padding-right:130px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-ms-box-shadow:0 0 3px rgba(0, 0, 0, 0.12);box-shadow:0 0 3px rgba(0, 0, 0, 0.12);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-newsletter.style2 .cms-newsletter-inner .tnp-email:focus{-webkit-box-shadow:0 0 3px rgba(220, 0, 0, 0.32);-moz-box-shadow:0 0 3px rgba(220, 0, 0, 0.32);-ms-box-shadow:0 0 3px rgba(220, 0, 0, 0.32);box-shadow:0 0 3px rgba(220, 0, 0, 0.32);}.cms-newsletter.style2 .cms-newsletter-inner .tnp-submit{height:50px;line-height:50px;background-color:#dc0000;-webkit-border-radius:0 3px 3px 0;-khtml-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;/* BACKGROUND GRADIENT */color:#fff;padding-left:28px;padding-right:28px;position:absolute;top:0;right:0;}.cms-newsletter.style2 .cms-newsletter-inner .tnp-submit:hover{background-color:#040304;}.wpb_column.vc_col-sm-3 .cms-newsletter .cms-newsletter-inner,.wpb_column.vc_col-sm-4 .cms-newsletter .cms-newsletter-inner{padding:0 15px;text-align:center;}.wpb_column.vc_col-sm-3 .cms-newsletter .cms-newsletter-inner .cms-newsletter-heading,.wpb_column.vc_col-sm-4 .cms-newsletter .cms-newsletter-inner .cms-newsletter-heading{margin-bottom:10px;}.wpb_column.vc_col-sm-3 .cms-newsletter .cms-newsletter-inner form,.wpb_column.vc_col-sm-4 .cms-newsletter .cms-newsletter-inner form{padding-right:0;overflow:visible;}.wpb_column.vc_col-sm-3 .cms-newsletter .cms-newsletter-inner form .tnp-submit,.wpb_column.vc_col-sm-4 .cms-newsletter .cms-newsletter-inner form .tnp-submit{position:static;margin:12px auto 0 auto;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.box-specialist{background-color:#fff;border-radius:6px;-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);-ms-box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);padding:30px;}.box-specialist h3{font-size:50px;line-height:52px;color:#dc0000;font-family:'Monrad Grotesk Black';margin-bottom:20px;}.box-specialist p{font-size:16px;line-height:30px;font-family:'Monrad Grotesk Regular';margin-bottom:27px;}.box-specialist .box-button a + a{float:right;}#colophon{background-color:#fff;background-repeat:no-repeat;background-position:center;font-size:14px;line-height:26px;font-family:'Monrad Grotesk Semibold';}#colophon .about-text{line-height:24px;margin-bottom:0;padding-top:6px;}#colophon .contact-footer{margin-top:12px;}#colophon .contact-footer i{font-size:15px;padding-right:7px;color:#dc0000;}#cms-footer-top{padding:70px 0 30px;border-top:1px solid #d8d8d8;}#cms-footer-top a{color:#dc0000;}#cms-footer-top a:hover{color:#040304;}#cms-footer-top .wg-title{font-size:22px;line-height:28px;text-transform:uppercase;margin-bottom:12px;}#cms-footer-top ul.menu li{position:relative;}#cms-footer-top ul.menu li a{color:#040304;}#cms-footer-top ul.menu li a:before{content:"\f2fb";font-family:"Material-Design-Iconic-Font";position:absolute;top:50%;left:-10px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-footer-top ul.menu li a:hover{color:#dc0000;}#cms-footer-top ul.menu li a:hover:before{opacity:1;}#cms-footer-top .cms-col-5{width:20%;padding:0 15px;float:left;}#cms-footer-bottom{padding:10px 0;border-top:1px solid #d8d8d8;background-color:#eee;color:rgba(4, 3, 4, 0.66);line-height:30px;}#cms-footer-bottom a{color:rgba(4, 3, 4, 0.66);}#cms-footer-bottom a:hover{color:#dc0000;}#cms-footer-bottom .social-footer-bottom li{display:inline-block;padding:0 9px;}#cms-footer-bottom .social-footer-bottom li:first-child{padding-left:0;}#cms-footer-bottom .social-footer-bottom li:last-child{padding-right:0;}#cms-footer-bottom .social-footer-bottom li a{display:block;height:30px;width:30px;background-color:#fff;color:#c7c7cd;font-size:16px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */line-height:30px;text-align:center;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);}#cms-footer-bottom .social-footer-bottom li a:hover{background-color:#dc0000;color:#fff;}#back_to_top{height:50px;width:50px;line-height:50px;text-align:center;position:fixed;bottom:30px;right:30px;background-color:rgba(4, 3, 4, 0.85);opacity:0;visibility:hidden;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#fff;font-size:22px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */cursor:pointer;z-index:10010;-webkit-transform:translateX(80px);-khtml-transform:translateX(80px);-moz-transform:translateX(80px);-ms-transform:translateX(80px);-o-transform:translateX(80px);transform:translateX(80px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#back_to_top.on{opacity:1;visibility:visible;-webkit-transform:translateX(0px);-khtml-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#back_to_top:hover{background-color:#dc0000;}input[type='text'],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],textarea,select{background-color:#fff;color:rgba(4, 3, 4, 0.5);font-size:13px;padding:8px 18px;line-height:normal;width:100%;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */outline:none;border-width:1px;border-style:solid;border-color:#d8d8d8;height:44px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;font-family:'Monrad Grotesk Semibold';-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);}textarea{height:125px;max-width:100%;padding:12px 18px;}input[type='text']:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,textarea:focus{border-color:#dc0000;outline:none;}input::-moz-placeholder,textarea::-moz-placeholder{color:rgba(4, 3, 4, 0.50);opacity:1;}input::-webkit-input-placeholder,textarea::-webkit-placeholder{color:rgba(4, 3, 4, 0.50);opacity:1;}input::-o-placeholder,textarea::-o-placeholder{color:rgba(4, 3, 4, 0.50);opacity:1;}input::-ms-placeholder,textarea::-ms-placeholder{color:rgba(4, 3, 4, 0.50);opacity:1;}.wpcf7-form .ajax-loader{display:none;}.wpcf7-form .input-filled{margin-bottom:30px;}.wpcf7-form .wpcf7-form-control.wpcf7-textarea{height:125px;}.wpcf7-form .single-service-form .wpcf7-form-control.wpcf7-textarea{height:112px;}body span.wpcf7-not-valid-tip{color:#dc0000;display:block;font-size:12px;margin-bottom:15px;}body div.wpcf7-validation-errors{border:medium none;color:#040304;display:block;margin:10px 0 30px;padding:0;font-size:14px;}.post-password-form [type="submit"]{line-height:44px;}.select-arrow2{position:relative;background-color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.select-arrow2 select{position:relative;z-index:1;background-color:transparent;-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}.select-arrow2 select.open + i:before{content:"\f2fc";}.select-arrow2 i{position:absolute;top:50%;right:0;font-size:22px;color:#040304;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:35px;height:33px;line-height:33px;text-align:center;border-left:1px solid #d8d8d8;}.select-arrow2 i:before{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.select-arrow2.line-right:before{background-color:#d8d8d8;bottom:0;content:"";display:block;height:1px;position:absolute;right:-30px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:30px;}@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)){.select-arrow select,.select-arrow2 select{border:1px solid #d8d8d8;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.select-arrow2 select:focus{border-color:#aaa;}}@-moz-document url-prefix(){.select-arrow,.select-arrow2{overflow:hidden;}.select-arrow select,.select-arrow2 select{overflow:-moz-hidden-unscrollable;border:1px solid #d8d8d8;}@supports ( mask-type: alpha ){.select-arrow,.select-arrow2{overflow:visible;}.select-arrow select,.select-arrow2 select{-moz-appearance:none;}}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){/* ==========================================================================
   [End] All Style Form
========================================================================== */.select-arrow select::-ms-expand{display:none;}.select-arrow2 select::-ms-expand{display:none;}.select-arrow2 select:focus{border-color:#d8d8d8;}.select-arrow2 select:focus::-ms-value{color:#222;}.select-arrow2 select{border:1px solid #d8d8d8;}}#cshero-header-inner #cshero-header-logo a{display:block;line-height:103px;}#cshero-header-inner #cshero-header-logo a img{max-height:72px;}#cshero-header-inner .cshero-header-search-vehicles{max-width:286px;width:100%;line-height:103px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner .cshero-header-search-vehicles form{display:inline-block;line-height:normal;position:relative;width:100%;}#cshero-header-inner .cshero-header-search-vehicles form:before{content:"\f1c3";font-family:"Material-Design-Iconic-Font";position:absolute;top:0;right:0;font-size:22px;line-height:36px;height:36px;width:46px;text-align:center;color:#dc0000;}#cshero-header-inner .cshero-header-search-vehicles form .fss-input-key{font-size:14px;height:36px;}#cshero-header-inner .cshero-header-search-vehicles form input[type="submit"]{padding:0;width:46px;height:36px;text-indent:-99999px;opacity:0;position:absolute;top:0;right:0;}#cshero-header-inner .cshero-header-search-vehicles + .cshero-header-navigation-inner{float:right;padding-right:48px;}#cshero-header-inner .header-fixed .cshero-header-search-vehicles,#cshero-header-inner .header-fixed-hidden .cshero-header-search-vehicles{line-height:83px;}@media (min-width:992px){#cshero-header > .container{position:relative;}body.header-full{background-color:#fff;}body.header-full .cs-boxed .cms-content{max-width:100%;}body.header-full #page-wrapper{overflow:hidden;}body.header-full .site-header{background-color:#fff;min-height:100vh;left:0;position:fixed;top:0;width:20%;z-index:888;}body.header-full .site-header:before{background-color:#d8d8d8;content:"";height:20000px;left:20%;position:fixed;top:0;width:1px;z-index:777;}body.header-full .site-header #cshero-header > .container{width:100%;}body.header-full .site-header #cshero-header-logo{text-align:center;padding:70px 30px;}body.header-full .site-header #cshero-header-logo img{max-width:100%;width:auto;}body.header-full .site-header #cshero-header-navigation{padding:0;}body.header-full .site-header #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){top:0;left:100%;}body.header-full .site-header #cshero-header-navigation .menu-main-menu{display:block;}body.header-full .site-header #cshero-header-navigation .menu-main-menu > li{padding:0;display:block;}body.header-full .site-header #cshero-header-navigation .menu-main-menu > li > a{border-bottom:1px solid transparent;border-top:1px solid transparent;padding:28px 30px 28px 35%;font-size:20px;text-transform:uppercase;}body.header-full .site-header #cshero-header-navigation .menu-main-menu > li > a:after{opacity:0;}body.header-full .site-header #cshero-header-navigation .menu-main-menu > li:hover > a,body.header-full .site-header #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,body.header-full .site-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a{-webkit-box-shadow:6px 0 0 #dc0000 inset;-moz-box-shadow:6px 0 0 #dc0000 inset;-ms-box-shadow:6px 0 0 #dc0000 inset;box-shadow:6px 0 0 #dc0000 inset;border-color:#d8d8d8;background-color:#f4f3f4;}body.header-full #cms-content{background-color:#f4f3f4;float:right;width:80%;padding-top:90px;}body.header-full #cms-content > .container{width:100%;padding:0 60px;}body.header-full .site-footer{position:relative;z-index:99;float:left;width:100%;padding-left:20%;}body.header-full.wg-active #sidebar{padding-top:120px;width:24%;float:left;margin-left:20%;}body.header-full.wg-active #cms-content{width:56%;border-left:1px solid #d8d8d8;}body.header-full.wg-active #cms-content > .container{padding:0 60px;width:100%;}#cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo{position:absolute;top:0;left:15px;opacity:0;}#cshero-header-inner #cshero-header.header-fixed{background-color:#fff;position:fixed;top:0px;width:100%;left:0;right:0;z-index:1001;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-webkit-animation:0.95s ease 0s normal forwards 1 running headerSlideDown;-khtml-animation:0.95s ease 0s normal forwards 1 running headerSlideDown;-moz-animation:0.95s ease 0s normal forwards 1 running headerSlideDown;-ms-animation:0.95s ease 0s normal forwards 1 running headerSlideDown;-o-animation:0.95s ease 0s normal forwards 1 running headerSlideDown;animation:0.95s ease 0s normal forwards 1 running headerSlideDown;/* BACKGROUND GRADIENT */}#cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a.main-logo{opacity:0;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a.sticky-logo{opacity:1;}#cshero-header-inner #cshero-header.header-fixed-hidden:not(.header-fixed){background-color:#fff;position:fixed;top:0px;width:100%;left:0;right:0;z-index:1001;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-webkit-animation:0.95s ease 0s normal forwards 1 running headerSlideUp;-khtml-animation:0.95s ease 0s normal forwards 1 running headerSlideUp;-moz-animation:0.95s ease 0s normal forwards 1 running headerSlideUp;-ms-animation:0.95s ease 0s normal forwards 1 running headerSlideUp;-o-animation:0.95s ease 0s normal forwards 1 running headerSlideUp;animation:0.95s ease 0s normal forwards 1 running headerSlideUp;/* BACKGROUND GRADIENT */}#cshero-header-inner #cshero-header.header-fixed-hidden:not(.header-fixed) #cshero-header-logo a.main-logo{opacity:0;}#cshero-header-inner #cshero-header.header-fixed-hidden:not(.header-fixed) #cshero-header-logo a.sticky-logo{opacity:1;}#cshero-header-inner.header-1{-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.15);box-shadow:0 0 10px rgba(0, 0, 0, 0.15);position:relative;z-index:1010;}#cshero-header-inner.header-1 #cshero-header{border-bottom:1px solid #d8d8d8;background-color:#fff;}#cshero-header-inner.header-1 #cshero-header #cshero-header-logo a img{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation{text-align:right;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li:last-child{padding-right:0;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li > a,#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation #cshero-header-logo a{line-height:103px;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:before{content:"";height:5px;width:0px;position:absolute;left:0;right:0;top:0;margin:auto;background-color:#dc0000;-webkit-border-radius:0 0 2px 2px;-khtml-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-ms-border-radius:0 0 2px 2px;-o-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-ancestor > a:before,#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a:before,#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a:before,#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li:hover > a:before{width:100%;}#cshero-header-inner.header-1 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a,#cshero-header-inner.header-1 #cshero-header.header-fixed-hidden #cshero-header-navigation .menu-main-menu > li > a,#cshero-header-inner.header-1 #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.header-1 #cshero-header.header-fixed-hidden #cshero-header-logo a{line-height:83px;}#cshero-header-inner.header-1 #cshero-header.header-fixed #cshero-header-logo a img,#cshero-header-inner.header-1 #cshero-header.header-fixed-hidden #cshero-header-logo a img{height:62px;}#cshero-header-inner.header-1 #cshero-header-topbar{border-bottom:1px solid #d8d8d8;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner{background-color:#fff;border-width:0 1px 0 1px;border-color:#d8d8d8;border-style:solid;font-family:'Monrad Grotesk Semibold';font-size:14px;line-height:24px;color:#040304;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-contact-top li{display:inline-block;padding:12px 35px;border-right:1px solid #d8d8d8;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-contact-top li:last-child{border-right:none;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-contact-top li a{color:#040304;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-contact-top li a:hover{color:#dc0000;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-contact-top li i{color:#dc0000;padding-right:8px;font-size:15px;position:relative;top:2px;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button{border-left:1px solid #d8d8d8;position:relative;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .h-button-text{padding:0 40px;line-height:48px;display:inline-block;margin-left:-2px;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .h-button-text.h-cart-wrapper{border-left:1px solid #d8d8d8;display:none;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .h-button-text.h-cart-wrapper .h-cart{color:#dc0000;text-decoration:underline;cursor:pointer;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .h-button-text.h-cart-wrapper .h-cart:hover{color:#040304;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .cshero-header-topbar-user span{display:inline-block;padding:0 2px;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .cshero-header-topbar-user a{color:#dc0000;text-decoration:underline;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .cshero-header-topbar-user a:hover{color:#040304;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .btn-topbar{background-color:transparent;color:#dc0000;position:relative;border-left:1px solid #d8d8d8;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .btn-topbar span{text-decoration:underline;}#cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .btn-topbar:hover{background-color:#dc0000;color:#fff;}.admin-bar #cshero-header-inner #cshero-header.header-fixed,.admin-bar #cshero-header-inner #cshero-header.header-fixed-hidden,.admin-bar #cshero-header-inner.h-trans #cshero-header{top:32px;}}@media (min-width:992px) and (max-width:1280px){body.header-full #cshero-header-inner #cshero-header > .container{width:100%;}body.header-full #cshero-header-inner #cshero-header-logo{padding:50px 15px;}body.header-full #cshero-header-inner #cshero-header-logo img{max-width:175px;height:inherit;}body.header-full #cshero-header-inner #cshero-header-navigation .menu-main-menu > li > a{padding:14px 30px 14px 20%;font-size:16px;}body.header-full.wg-active #cms-content > .container{padding:0 30px;width:100%;}body.header-full .news-tab-wrapper .news-tab-list > .news-tab-item{padding:15px 30px 15px 30px;}body.header-full .news-tab-wrapper .news-tab-list > .news-tab-item .news-tab-holder{width:100%;float:none;}body.header-full .news-tab-wrapper .news-tab-list > .news-tab-item .news-tab-details{padding-left:0;padding-top:10px;}body.header-full .site-footer #cms-footer-top > .container,body.header-full .site-footer #cms-footer-bottom > .container{width:100%;}body.header-full .site-footer #cms-footer-top .cms-footer-top-item{margin-bottom:35px;}body.header-full .site-footer #cms-footer-top .cms-footer-top-item:nth-child(3){clear:left;}body.header-full .site-footer #cms-footer-top .cms-col-5{width:50% !important;}body.header-full .site-footer #cms-footer-top .cms-col-5:nth-child(5){clear:left;}}@media (max-width:991px){/* ==========================================================================
   [End] 1. Header Main
========================================================================== */#cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo{display:none;}#cms-content + #sidebar #widget-area{background-color:#fff;padding-bottom:85px;padding-top:95px;}#cshero-header-inner .cshero-header-search-vehicles{line-height:normal;margin-bottom:18px;}#cshero-header-inner .cshero-header-search-vehicles + .cshero-header-navigation-inner{float:left;width:100%;padding-right:0;}}#cms-page-title{background-image:url(../images/bg-page-title.jpg);background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-size:cover;padding:60px 0;position:relative;}#cms-page-title:before{height:100%;width:100%;content:"";position:absolute;top:0;left:0;background-color:rgba(220, 0, 0, 0.65);}#cms-page-title .cms-page-title-inner{position:relative;z-index:3;}#cms-page-title .cms-page-title-inner h1{color:#fff;margin:0;font-size:28px;text-transform:uppercase;line-height:1.1;}#cms-page-title .cms-page-title-inner span{font-size:18px;color:#fff;position:relative;display:inline-block;font-family:'Monrad Grotesk Light';padding-top:5px;}#cms-page-title.page-title-fs-details:before{background-color:rgba(0, 0, 0, 0.5);}#cms-page-title.page-title-fs-details .cms-page-title-inner h1{margin-top:12px;}#cms-page-title.page-title-fs-details .cms-page-title-price{color:#fff;font-size:52px;position:relative;z-index:1;line-height:1;justify-content:right;}#cms-page-title.page-title-dealership .cms-page-title-address{color:#fff;font-size:28px;line-height:1.1;text-transform:uppercase;justify-content:right;}#cms-page-title.page-title-dealership .cms-page-title-address i{padding-right:16px;}.post-type-archive-fs_product #cms-page-title::before{background-color:rgba(18, 0, 0, 0.45);}.cms-flex-wrap{align-content:center;display:flex;flex-wrap:wrap;}.cms-flex-wrap .cms-flex-center{align-items:center;display:flex;}#cms-latest-post{background-color:#333c54;padding:200px 0 80px 0;color:#fff;position:relative;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(../images/bg-page-title-post.jpg);/* ==========================================================================
   [End] 2. Page Title
========================================================================== *//* ==========================================================================
   [Start] 3. Primary
========================================================================== */}#cms-latest-post:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background-color:rgba(0, 0, 0, 0);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));background-image:-ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));background-image:linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='rgba(0, 0, 0, 0.25)');/* BACKGROUND HORIZONTAL Right */}#cms-latest-post:after{height:100%;width:100%;content:"";position:absolute;top:0;left:0;background-color:rgba(51, 60, 84, 0.9);}#cms-latest-post .cms-latest-content h2{font-size:38px;text-transform:uppercase;color:#fff;letter-spacing:0.02em;margin-bottom:25px;}#cms-latest-post .cms-latest-content p{max-width:560px;margin:0 auto 30px auto;}#cms-latest-post.page-title-post{padding:205px 0 154px 0;}#cms-latest-post > .container{position:relative;z-index:1;}.cms-page-in{opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme.page #comments{padding:0;}#cms-theme.page #comments .comment-respond{padding:50px 0 80px 0;}#cms-content{padding:95px 0;}.row-has-boxshadow:before,.row-has-boxshadow:after{height:12px;width:100%;position:absolute;left:0;content:"";z-index:99;opacity:0.3;}.row-has-boxshadow:before{top:0;background-image:url(../images/box-shadow-top.png);background-repeat:repeat-x;}.row-has-boxshadow:after{bottom:0;background-image:url(../images/box-shadow-bottom.png);background-repeat:repeat-x;}.row-has-boxshadow-top:before{height:12px;width:100%;position:absolute;top:0;left:0;content:"";background-image:url(../images/box-shadow-top.png);background-repeat:repeat-x;z-index:99;opacity:0.3;}.row-has-boxshadow-bottom:before{height:12px;width:100%;position:absolute;bottom:0;left:0;content:"";background-image:url(../images/box-shadow-bottom.png);background-repeat:repeat-x;z-index:99;opacity:0.3;}.row-overlay{position:relative;/* 
   [Start] 404 Page
   +-----------------------------------+
*/}.row-overlay:after{position:absolute;top:0;left:0;right:0;bottom:0;display:block !important;background-color:inherit;content:"";}.row-overlay .vc_column-inner{position:relative;z-index:1;}.error404 #cms-page-title,.error404 #cms-breadcrumb{display:none;}.error404 #cms-content{background-color:#f4f3f4;padding:200px 0;}.error404 #cms-content .page-error-image{margin:57px 0;}.error404 #cms-content .page-error-holder h1{font-size:32px;line-height:40px;text-transform:uppercase;margin-bottom:10px;}.error404 #cms-content .page-error-holder p{font-size:18px;line-height:24px;color:rgba(4, 3, 4, 0.87);margin-bottom:24px;}.error404 #cms-content .page-error-holder .page-error-search{padding:28px 15px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;margin-bottom:25px;}.error404 #cms-content .page-error-holder .page-error-search #searchsubmit{line-height:44px;}.error404 #cms-content .page-error-holder .menu-404 li{display:inline-block;width:33.33%;float:left;padding:8px 0;}.error404 #cms-content .page-error-holder .menu-404 li a{color:#040304;font-size:16px;}.error404 #cms-content .page-error-holder .menu-404 li a:hover{color:#dc0000;}.error404 #cms-content .page-error-holder .menu-404 li ul.sub-menu{display:none;}.cs-boxed .fs-categories-wrap .fs-categories-carousel .owl-controls{right:40px !important;/* 
   [Start] Slider
   +-----------------------------------+
*/}.rev_slider .text-right{text-align:right !important;}.tp-bullets.custom{/* Page Loading */}.tp-bullets.custom .tp-bullet{width:9px;height:9px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */border:3px solid #fff;background-color:transparent;}.tp-bullets.custom .tp-bullet.selected{background-color:#fff;}#cms-buy-button-fixed{background:#dc0000;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */bottom:31px;-webkit-box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);-ms-box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);position:fixed;right:100px;z-index:9999;}#cms-buy-button-fixed .btn-buy-close{background-color:#222;border-radius:100%;color:#fff;font-size:12px;height:22px;line-height:22px;position:absolute;right:-10px;text-align:center;top:-11px;width:22px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;opacity:0;visibility:hidden;cursor:pointer;}#cms-buy-button-fixed a{padding:16px 22px;display:inline-block;}#cms-buy-button-fixed .cms-buy-button-content-wrapper{letter-spacing:0.02em;color:#fff;font-size:12px;font-weight:normal;line-height:15px;overflow:hidden;text-transform:uppercase;display:block;position:relative;}#cms-buy-button-fixed #cms-buy-button-cart-icon{margin-right:10px;}#cms-buy-button-fixed #cms-buy-button-envato-logo{fill:#fff;}#cms-buy-button-fixed .cms-buy-button-top > *{display:block;float:left;line-height:inherit;margin-right:3px;}#cms-buy-button-fixed .decorated{margin-left:5px;padding-left:13px;position:relative;}#cms-buy-button-fixed .decorated:before{background-color:#000;content:"";height:20px;left:-1px;opacity:0.15;position:absolute;top:0;width:2px;}#cms-buy-button-fixed:hover{-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);-ms-box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);}#cms-buy-button-fixed:hover .btn-buy-close{opacity:1;visibility:visible;}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;height:100%;position:fixed;top:0;left:0;width:100%;z-index:1991;}.admin-bar .pace{top:32px;}.admin-bar .pace .pace-progress{top:32px;}.admin-bar .pace .pace-activity{top:57px;}.pace-inactive{display:none;}.pace .pace-progress{background:#dc0000;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:4px;}.pace .pace-progress-inner{display:block;position:absolute;right:0px;width:100px;height:100%;opacity:1;-webkit-transform:rotate(3deg) translate(0px, -4px);-khtml-transform:rotate(3deg) translate(0px, -4px);-moz-transform:rotate(3deg) translate(0px, -4px);-ms-transform:rotate(3deg) translate(0px, -4px);-o-transform:rotate(3deg) translate(0px, -4px);transform:rotate(3deg) translate(0px, -4px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:25px;right:25px;width:20px;height:20px;border:solid 3px transparent;border-top-color:#dc0000;border-left-color:#dc0000;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-animation:pace-spinner 400ms linear infinite;-moz-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;-o-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite;}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(360deg);transform:rotate(360deg);}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg);}100%{-o-transform:rotate(360deg);transform:rotate(360deg);}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes pace-spinner{/* ==========================================================================
   [End] 3. Primary
========================================================================== */0%{transform:rotate(0deg);transform:rotate(0deg);}100%{transform:rotate(360deg);transform:rotate(360deg);}}.w20{float:left;width:20%;}.w33{float:left;width:33.33%;}.w80{float:left;width:80%;}.fs-container{margin:auto;max-width:1370px;padding:0 15px;}.fs-info > h2{font-size:24px;}.grid-image-zoom-trigger{cursor:pointer;}.fs-notification{padding:20px 0;background-color:#dc0000;/* 
   [Start] 0. Form Reset
   +-----------------------------------+
*/}.fs-notification .fs-noti-icon{padding-right:6px;}.fs-notification .fs-noti-contents{color:#fff;padding:10px 0;text-align:left;}.fs-notification .fs-noti-compare-btn{color:#fff;border:2px solid #fff;line-height:40px;padding:0 30px !important;}.fs-notification .fs-noti-compare-btn:hover,.fs-notification .fs-noti-compare-btn:focus{background-color:#040304;border-color:#040304;}.select-arrow{position:relative;background-color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.select-arrow select{position:relative;z-index:1;background-color:transparent;-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}.select-arrow i{position:absolute;top:50%;right:15px;font-size:18px;color:rgba(4, 3, 4, 0.5);-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-form-size-sm input[type='text'],.fs-form-size-sm input[type="password"],.fs-form-size-sm input[type="datetime"],.fs-form-size-sm input[type="datetime-local"],.fs-form-size-sm input[type="date"],.fs-form-size-sm input[type="month"],.fs-form-size-sm input[type="time"],.fs-form-size-sm input[type="week"],.fs-form-size-sm input[type="number"],.fs-form-size-sm input[type="email"],.fs-form-size-sm input[type="url"],.fs-form-size-sm input[type="search"],.fs-form-size-sm input[type="tel"],.fs-form-size-sm input[type="color"],.fs-form-size-sm select{height:34px;padding:4px 14px;}.fs-form-size-sm input[type='text'].error,.fs-form-size-sm input[type="password"].error,.fs-form-size-sm input[type="datetime"].error,.fs-form-size-sm input[type="datetime-local"].error,.fs-form-size-sm input[type="date"].error,.fs-form-size-sm input[type="month"].error,.fs-form-size-sm input[type="time"].error,.fs-form-size-sm input[type="week"].error,.fs-form-size-sm input[type="number"].error,.fs-form-size-sm input[type="email"].error,.fs-form-size-sm input[type="url"].error,.fs-form-size-sm input[type="search"].error,.fs-form-size-sm input[type="tel"].error,.fs-form-size-sm input[type="color"].error,.fs-form-size-sm select.error{border-color:#dc0000;}.fs-form-size-sm .fs-input-filled{margin-bottom:10px;}.fs-form-size-sm .btn.btn-sm{line-height:34px;}.fs-form-size-sm label.error{font-size:12px;font-weight:normal;line-height:1;margin:8px 0 0;color:#dc0000;}.fs-form-size-md input[type='text'],.fs-form-size-md input[type="password"],.fs-form-size-md input[type="datetime"],.fs-form-size-md input[type="datetime-local"],.fs-form-size-md input[type="date"],.fs-form-size-md input[type="month"],.fs-form-size-md input[type="time"],.fs-form-size-md input[type="week"],.fs-form-size-md input[type="number"],.fs-form-size-md input[type="email"],.fs-form-size-md input[type="url"],.fs-form-size-md input[type="search"],.fs-form-size-md input[type="tel"],.fs-form-size-md input[type="color"],.fs-form-size-md select{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);height:50px;padding:4px 14px;border:none;}.fs-form-size-md input[type='text'].error,.fs-form-size-md input[type="password"].error,.fs-form-size-md input[type="datetime"].error,.fs-form-size-md input[type="datetime-local"].error,.fs-form-size-md input[type="date"].error,.fs-form-size-md input[type="month"].error,.fs-form-size-md input[type="time"].error,.fs-form-size-md input[type="week"].error,.fs-form-size-md input[type="number"].error,.fs-form-size-md input[type="email"].error,.fs-form-size-md input[type="url"].error,.fs-form-size-md input[type="search"].error,.fs-form-size-md input[type="tel"].error,.fs-form-size-md input[type="color"].error,.fs-form-size-md select.error{border-color:#dc0000;}.fs-form-size-md .fs-input-filled{margin-bottom:10px;}.fs-form-size-md .btn.btn-sm{line-height:34px;}.fs-form-size-md .select-arrow2 i{width:40px;color:rgba(4, 3, 4, 0.48);border:none;}.fs-form-size-md label.error{font-size:12px;font-weight:normal;line-height:1;margin:8px 0 0;color:#dc0000;}.fs-reset-input-number{/* 
   [Start] 1. Autosmart Widget
   +-----------------------------------+
*/}.fs-reset-input-number input[type=number]::-webkit-inner-spin-button,.fs-reset-input-number input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.fs-reset-input-number input[type=number]:focus::-webkit-inner-spin-button,.fs-reset-input-number input[type=number]:focus::-webkit-outer-spin-button,.fs-reset-input-number input[type=number]:hover::-webkit-inner-spin-button,.fs-reset-input-number input[type=number]:hover::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button;margin:0 2px 0 0;}.fs-reset-input-number input[type=number]{-moz-appearance:textfield;}.fs-key-word-search{position:relative;}.fs-key-word-search:before{content:"\f1c3";font-size:22px;color:#dc0000;position:absolute;top:0;right:0;width:46px;height:36px;text-align:center;line-height:36px;z-index:1;font-family:'Material-Design-Iconic-Font';}.fs-key-word-search .fs-input-search{background-color:transparent;height:36px;position:relative;}.fs-key-word-search .fs-brand-submit{height:36px;width:46px;text-indent:-9999px;position:absolute;top:0;right:0;background-color:transparent;z-index:2;padding:0;border:none;}.fs-key-word-search .fs-brand-submit:hover{background-color:transparent;}#sidebar aside.auto-banner,.wpb_widgetised_column aside.auto-banner,#sidebar-top aside.auto-banner,#sidebar-bottom aside.auto-banner{background-image:url(../images/autosmart/auto-banner.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;padding:30px 30px 38px 30px;text-align:center;color:#fff;position:relative;}#sidebar aside.auto-banner:before,.wpb_widgetised_column aside.auto-banner:before,#sidebar-top aside.auto-banner:before,#sidebar-bottom aside.auto-banner:before{content:"";background-color:rgba(4, 3, 4, 0.67);position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;}#sidebar aside.auto-banner h5,.wpb_widgetised_column aside.auto-banner h5,#sidebar-top aside.auto-banner h5,#sidebar-bottom aside.auto-banner h5{font-size:25px;line-height:28px;color:#fff;text-transform:uppercase;margin-bottom:0;}#sidebar aside.auto-banner h3,.wpb_widgetised_column aside.auto-banner h3,#sidebar-top aside.auto-banner h3,#sidebar-bottom aside.auto-banner h3{font-size:42px;line-height:1;color:#fff;text-transform:uppercase;font-family:'Monrad Grotesk Bold';white-space:pre-wrap;word-wrap:break-word;}#sidebar aside.auto-banner h3 cite,.wpb_widgetised_column aside.auto-banner h3 cite,#sidebar-top aside.auto-banner h3 cite,#sidebar-bottom aside.auto-banner h3 cite{font-style:normal;color:#dc0000;}#sidebar aside.auto-banner p,.wpb_widgetised_column aside.auto-banner p,#sidebar-top aside.auto-banner p,#sidebar-bottom aside.auto-banner p{margin:0;}#sidebar aside.auto-banner .btn,.wpb_widgetised_column aside.auto-banner .btn,#sidebar-top aside.auto-banner .btn,#sidebar-bottom aside.auto-banner .btn{line-height:42px;}#sidebar aside.auto-banner .btn:hover,.wpb_widgetised_column aside.auto-banner .btn:hover,#sidebar-top aside.auto-banner .btn:hover,#sidebar-bottom aside.auto-banner .btn:hover{color:#dc0000;background-color:#fff;}#sidebar aside.auto-banner .textwidget div,.wpb_widgetised_column aside.auto-banner .textwidget div,#sidebar-top aside.auto-banner .textwidget div,#sidebar-bottom aside.auto-banner .textwidget div{font-family:'Monrad Grotesk Regular';padding:7px 0 24px;}#sidebar aside.auto-banner *,.wpb_widgetised_column aside.auto-banner *,#sidebar-top aside.auto-banner *,#sidebar-bottom aside.auto-banner *{position:relative;z-index:2;}.fs-contact-seller .fs-input-filled{margin-bottom:10px;}.fs-contact-seller .fs-input-filled input,.fs-contact-seller .fs-input-filled textarea{padding:4px 14px;line-height:38px;}.fs-contact-seller .fs-input-filled input.error,.fs-contact-seller .fs-input-filled textarea.error{border-color:#dc0000;}.fs-contact-seller .fs-input-filled textarea{height:85px;}.fs-contact-seller .fs-input-filled label.error{display:none !important;}.fs-contact-seller .fs-message{text-align:center;margin-top:10px;}.fs-contact-seller .fs-button-filled button{width:100%;line-height:38px;}.fs-contact-seller .fs-contact-logo{margin-bottom:15px;}.fs-contact-seller .fs-contact-details{margin-bottom:20px;}.fs-contact-seller .fs-contact-details li{display:block;font-size:18px;line-height:32px;font-family:'Monrad Grotesk Regular';}.fs-contact-seller .fs-contact-details li span{color:#dc0000;font-family:'Monrad Grotesk Semibold';}.fs-contact-seller .fs-contact-details li a{color:#040304;}.fs-contact-seller .fs-contact-details li a:hover{color:#dc0000;}#sidebar .fss-vehicle-filter,.wpb_widgetised_column .fss-vehicle-filter{padding:0;}#sidebar .fss-vehicle-filter .wg-title,.wpb_widgetised_column .fss-vehicle-filter .wg-title{padding-left:15px;padding-right:15px;margin-bottom:0;margin-top:0 !important;}#sidebar .fss-vehicle-filter .fss-filter-item,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item{padding-left:15px;padding-right:15px;border-bottom:1px solid #d8d8d8;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-label,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-label{cursor:pointer;font-size:16px;line-height:1;padding:10px 0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-label.open,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-label.open{padding:17px 0 12px;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-label.open .fss-filter-toggle i:before,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-label.open .fss-filter-toggle i:before{content:"\f2fc";}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-label .fss-filter-toggle,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-label .fss-filter-toggle{float:right;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-label .fss-filter-toggle i,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-label .fss-filter-toggle i{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents{margin-bottom:19px;position:relative;display:none;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .fss-filter-select-item,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .fss-filter-select-item{position:relative;margin-bottom:15px;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .fss-filter-select-item:last-child,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .fss-filter-select-item:last-child{margin-bottom:0;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .btn,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .btn{margin-bottom:10px;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents select,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents select{height:34px;font-size:14px;padding:4px 35px 4px 14px;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider-label,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider-label{background:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;display:block;font-size:12px;line-height:24px;padding:0 10px;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider-label .ui-rangeSlider-label-inner,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider-label .ui-rangeSlider-label-inner{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #dc0000;margin-left:0;-webkit-transform:translate(-50%, 0px);-khtml-transform:translate(-50%, 0px);-moz-transform:translate(-50%, 0px);-ms-transform:translate(-50%, 0px);-o-transform:translate(-50%, 0px);transform:translate(-50%, 0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider-arrow,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider-arrow{display:none;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider{margin:0 20px;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider .ui-rangeSlider-container,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider .ui-rangeSlider-container{margin:0;border:none;background:transparent;height:8px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-innerBar,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-innerBar{height:8px;background-color:#f4f3f4;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}#sidebar .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item .fss-filter-contents .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar{background-color:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;height:8px;margin:0;}#sidebar .fss-vehicle-filter .fss-filter-item:last-child,.wpb_widgetised_column .fss-vehicle-filter .fss-filter-item:last-child{border-bottom:none;}#sidebar .fss-vehicle-filter .fss-btn-reset,.wpb_widgetised_column .fss-vehicle-filter .fss-btn-reset{padding:15px;}.fs-finance-calculator-wrapper .fs-input-filled:last-child{margin-bottom:6px;}.fs-finance-calculator-wrapper .row{margin:0 -4px;}.fs-finance-calculator-wrapper .row .fs-input-filled{padding:0 4px;margin-bottom:8px;}.fs-finance-calculator-wrapper .fs-total-list{padding-top:12px;}.fs-finance-calculator-wrapper .fs-total-list li{font-size:16px;line-height:28px;}.fs-finance-calculator-wrapper .fs-total-list li .fs-currency + span{margin-left:-2px;display:inline-block;}.fs-form{/* 
   [Start] 2. Autosmart Archive Product
   +-----------------------------------+
*/}.fs-form label.error{font-size:13px;color:#dc0000;font-family:'Monrad Grotesk Regular';}.fs-form .fs-label{font-size:16px;font-weight:normal;}.fs-form .fs-label span{color:#dc0000;padding-left:3px;}.fs-form .fs-label.fs-label-hide{opacity:0;visibility:hidden;}.fs-form input[type="file"]{border:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;padding:0;}.cms-vehicle-images,.cms-vehicle-image{margin-bottom:20px;}.cms-vehicle-images img,.cms-vehicle-image img{-webkit-border-radius:3px 3px 0 0;-khtml-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;/* BACKGROUND GRADIENT */}.cms-vehicle-images .cms-vehicle-slider{margin-bottom:20px;position:relative;}.cms-vehicle-images .cms-vehicle-slider .cms-vehicle-icon-zoom{position:absolute;font-size:34px;color:#fff;bottom:14px;left:20px;z-index:1;cursor:pointer;}.cms-vehicle-images .cms-vehicle-slider .flex-direction-nav{display:none;}.cms-vehicle-images .cms-vehicle-slider .cms-vehicle-gallery-count{font-size:24px;color:#fff;position:absolute;bottom:20px;right:20px;z-index:2;cursor:pointer;}.cms-vehicle-images .cms-vehicle-slider .cms-vehicle-gallery-count i{padding-right:11px;}.cms-vehicle-images .cms-vehicle-slider a.z-view{min-height:500px;background-position:center;background-size:cover;background-repeat:no-repeat;display:block;width:100%;position:relative;}.cms-vehicle-images #cms-vehicle-thumbnail{margin:0 42px;}.cms-vehicle-images #cms-vehicle-thumbnail ul li{margin-right:15px;}.cms-vehicle-images #cms-vehicle-thumbnail ul li:last-child{margin-right:0;}.cms-vehicle-images #cms-vehicle-thumbnail ul li span{display:block;width:100%;min-height:100px;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */cursor:pointer;}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev,.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next{position:absolute;top:0;bottom:0;width:30px;background-color:#dc0000;color:#fff;font-size:0;line-height:100px;text-align:center;}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev:before,.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next:before{font-family:'Material-Design-Iconic-Font';font-size:22px;}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev:hover,.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next:hover{background-color:#040304;}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev{left:-42px;-webkit-border-radius:0 3px 3px 0;-khtml-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;/* BACKGROUND GRADIENT */}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev:before{content:"\f2fa";}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next{right:-42px;-webkit-border-radius:3px 0 0 3px;-khtml-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;/* BACKGROUND GRADIENT */}.cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next:before{content:"\f2fb";}.fs-sort-bar-wrapper{margin-bottom:30px;background-color:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */font-size:16px;color:#fff;padding:10px 20px;}.fs-sort-bar-wrapper .select-arrow select{height:30px;padding:2px 10px;color:#040304;border:none;}.fs-sort-bar-wrapper .select-arrow i{color:#040304;}.fs-sort-bar-wrapper .fs-label{margin-right:21px;}.fs-sort-bar-wrapper .fs-sort-by .select-arrow{max-width:230px;width:100%;display:inline-block;}.fs-sort-bar-wrapper .fs-per-page{display:inline;margin-right:30px;}.fs-sort-bar-wrapper .fs-per-page .select-arrow{max-width:65px;width:100%;display:inline-block;}.fs-sort-bar-wrapper .fs-sort-layout{vertical-align:middle;}.fs-sort-bar-wrapper .fs-sort-layout span{position:relative;height:30px;width:30px;display:inline-block;text-align:center;line-height:36px;}.fs-sort-bar-wrapper .fs-sort-layout span input{height:30px;width:30px;position:absolute;margin:0;top:0;left:0;opacity:0;z-index:1;cursor:pointer;}.fs-sort-bar-wrapper .fs-sort-layout span input[type=radio]:checked + i{color:#fff;}.fs-sort-bar-wrapper .fs-sort-layout span i{font-size:26px;color:rgba(0, 0, 0, 0.35);}.post-type-archive-fs_product #cms-content{padding-top:55px !important;padding-bottom:55px !important;}.fs-vehicle-wrapper{/* 
   [Start] 3. Autosmart Single Details
   +-----------------------------------+
*/}.fs-vehicle-wrapper .enscroll-track{background-color:rgba(0, 0, 0, 0.24);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */overflow:hidden;right:-10px;width:2px;opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-vehicle-wrapper .enscroll-track .vertical-handle{background-color:rgba(220, 0, 0, 0.5);right:0;width:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-vehicle-wrapper .fs-vehicle-author-address{font-size:18px;}.fs-vehicle-wrapper .fs-vehicle-author-address i{padding-right:8px;font-size:16px;}.fs-vehicle-wrapper .fs-vehicle-author-logo{margin:12px 0 30px;}.fs-vehicle-wrapper .fs-vehicle-author-logo img{max-height:60px;}.fs-vehicle-wrapper .fs-vehicle-author-title{font-size:16px;color:#dc0000;}.fs-vehicle-wrapper .fs-vehicle-price{font-size:27px;line-height:40px;color:#dc0000;}.fs-vehicle-wrapper .fs-vehicle-title{font-size:22px;line-height:40px;}.fs-vehicle-wrapper .fs-vehicle-parameter li{font-size:15px;text-transform:capitalize;}.fs-vehicle-wrapper .fs-vehicle-parameter li span{display:inline-block;height:16px;margin-right:6px;position:relative;top:4px;width:16px;}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-mi span{background-image:url(../images/autosmart/icon-mi.png);}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-mi span.white{background-image:url(../images/autosmart/icon-mi-white.png);height:14px;width:14px;}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-hp span{background-image:url(../images/autosmart/icon-hp.png);}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-tf span{background-image:url(../images/autosmart/icon-tf.png);}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-tf span.white{background-image:url(../images/autosmart/icon-tf-white.png);height:14px;width:14px;margin-right:2px;}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-ge span{background-image:url(../images/autosmart/icon-ge.png);}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-ge span.white{background-image:url(../images/autosmart/icon-ge-white.png);height:14px;width:14px;}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-fu span{background-image:url(../images/autosmart/icon-fu.png);}.fs-vehicle-wrapper .fs-vehicle-parameter li.icon-se span{background-image:url(../images/autosmart/icon-se.png);}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item{background-color:#fff;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);margin-bottom:30px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col1{width:45%;float:left;padding:18px;border-right:1px solid #d8d8d8;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col2{width:35%;float:left;padding:18px;border-right:1px solid #d8d8d8;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col3{width:20%;float:left;padding:18px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder{display:flex;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-title{width:80%;float:left;margin-bottom:0;border-right:1px solid #d8d8d8;padding:8px 18px;align-content:center;display:flex;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-title a{color:#040304;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-title a:hover{color:#dc0000;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-price{width:20%;float:right;padding:8px 18px;align-content:center;display:flex;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-price span{display:block;width:100%;height:100%;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images{position:relative;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images:hover .enscroll-track{opacity:1;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-feature-image,.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-gallery-item{background-position:center center;background-repeat:no-repeat;background-size:cover;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-feature-image{height:165px;margin-right:84px;position:relative;display:block;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-feature-image .fs-vehicle-gallery-count{position:absolute;bottom:6px;right:10px;font-size:16px;color:#fff;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-feature-image .fs-vehicle-gallery-count i{padding-right:7px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-gallery{float:right;width:74px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-gallery .fs-vehicle-gallery-item{display:block;height:50px;margin-bottom:7px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-gallery .fs-vehicle-gallery-item:last-child{margin-bottom:0;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-favorite{bottom:8px;color:#fff;cursor:pointer;font-size:18px;height:20px;left:8px;line-height:20px;position:absolute;text-align:center;width:20px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-favorite.active{color:#f1de0a;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-favorite.active i:before{content:"\f27d";}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-content{border-top:1px solid #d8d8d8;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter{padding-top:3px;margin:0 -5px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li{width:30%;float:left;padding:8px 5px 0;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li:nth-child(3n+1){clear:left;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li.icon-mi{width:40%;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li.icon-ge{width:40%;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-vehicle-item{background-color:#fff;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);margin-bottom:30px;padding:10px;}.fs-vehicle-wrapper .fs-vehicle-list-style2.ad-border .fs-vehicle-item{border:1px solid #dcdcdc;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-image{margin-bottom:0;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-image a{min-height:250px;background-position:center;background-size:cover;display:block;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images{margin-bottom:0;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images .cms-vehicle-slider{margin-bottom:7px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images .cms-vehicle-slider a.z-view{min-height:250px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail{margin:0 30px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail ul li span{min-height:55px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev,.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next{line-height:55px;width:20px;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev:before,.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next:before{font-size:20px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-prev{left:-30px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images #cms-vehicle-thumbnail .flex-direction-nav .flex-next{right:-30px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .cms-vehicle-images.image-lg .cms-vehicle-slider a.z-view{min-height:272px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-images{position:relative;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-images > span{font-size:18px;text-transform:uppercase;color:#fff;line-height:39px;padding:0 15px;background-color:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */display:inline-block;position:absolute;right:-5px;top:-5px;z-index:1;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents{padding:17px 17px 4px 17px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-title{font-size:25px;line-height:normal;margin-bottom:4px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-title a{color:#040304;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-title a:hover{color:#dc0000;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-meta{margin-top:11px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-meta li{font-size:14px;line-height:26px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-meta li span{font-family:'Monrad Grotesk Regular';}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-holder{margin-top:27px;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-holder .fs-vehicle-price{font-size:25px;line-height:35px;display:inline-block;vertical-align:middle;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-holder .fs-vehicle-details{display:inline-block;vertical-align:middle;float:right;}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-holder .fs-vehicle-details a{display:block;font-size:15px;text-transform:uppercase;color:#fff;line-height:35px;padding:0 24px;background-color:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-vehicle-wrapper .fs-vehicle-list-style2 .fs-advert-contents .fs-vehicle-holder .fs-vehicle-details a:hover{background-color:#040304;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-title{font-size:25px;line-height:40px;text-align:center;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-title a{color:#040304;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-title a:hover{color:#dc0000;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-price{font-size:24px;line-height:40px;margin-top:16px;margin-bottom:5px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-parameter li{width:50%;float:left;margin-top:15px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-parameter li:nth-child(even){text-align:right;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items{margin:0 -15px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article{padding:0 15px;margin-bottom:20px;float:left;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items .fs-info > h2{padding:0 15px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items .fs-vehicle-item{padding:9px 20px 13px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items .fs-vehicle-item .fs-vehicle-button > a.btn{opacity:0;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items .fs-vehicle-item:hover{background-color:#fff;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);-ms-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items .fs-vehicle-item:hover .fs-vehicle-button a.btn{opacity:1;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button{padding-top:18px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn{font-size:14px;padding-left:6px;padding-right:6px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.fs-vehicle-view-details{background-color:#dc0000;color:#fff;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.fs-vehicle-view-details:hover{background-color:transparent;color:#bd0000 !important;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.fs-vehicle-add-compare{position:relative;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.fs-vehicle-add-compare .fs-preloader{margin:0;position:absolute;right:5px;top:4px;display:none;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt{border-width:2px;line-height:29px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn + .btn{margin-left:16px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-gallery-count{font-size:16px;}.fs-vehicle-wrapper.fs-layout-3 .cms-carousel .fs-vehicle-item{margin-bottom:5px;}.fs-vehicle-wrapper.style2{margin:0 -6px;}.fs-vehicle-wrapper.style2 .grid-item{padding:0 6px;margin-bottom:26px;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item{-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */position:relative;overflow:hidden;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-media img{-webkit-transition:all 220ms linear 0ms;-moz-transition:all 220ms linear 0ms;-ms-transition:all 220ms linear 0ms;transition:all 220ms linear 0ms;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item:hover .fs-vehicle-media img{-webkit-transform:scale(1.1) rotate(-4deg);-khtml-transform:scale(1.1) rotate(-4deg);-moz-transform:scale(1.1) rotate(-4deg);-ms-transform:scale(1.1) rotate(-4deg);-o-transform:scale(1.1) rotate(-4deg);transform:scale(1.1) rotate(-4deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details{padding:12px;bottom:0;left:0;position:absolute;right:0;background-color:rgba(0, 0, 0, 0.66);}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-title{font-size:18px;line-height:1;text-align:left;margin-bottom:6px;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-title a{color:#fefefe;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-title a:hover{color:#dc0000;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-price{font-size:24px;line-height:38px;color:#fefefe;margin:0;position:absolute;top:50%;right:16px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-parameter li{font-size:11px;color:#fff;text-transform:capitalize;display:inline-block;float:none;width:inherit;margin-right:10px;margin-top:0;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-latest-holder{padding-right:140px;}.single-fs_product #cms-content{padding-top:55px !important;padding-bottom:35px !important;}.single-vehicle-wrapper{background-color:#fff;border:1px solid #d8d8d8;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px rgba(0, 0, 0, 0.1);}.single-vehicle-wrapper .single-vehicle-parameter{background-color:#040304;padding:25px;}.single-vehicle-wrapper .single-vehicle-parameter ul{display:flex;flex-direction:row;justify-content:center;max-width:100%;}.single-vehicle-wrapper .single-vehicle-parameter ul li{display:inline-block;color:#fff;font-size:18px;line-height:28px;text-transform:capitalize;width:50%;float:left;padding-left:20px;border-left:1px solid #494949;padding-top:15px;padding-bottom:15px;}.single-vehicle-wrapper .single-vehicle-parameter ul li:first-child{border-left:none;}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left{padding-top:3px;}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left span{display:inline-block;height:20px;width:20px;background-repeat:no-repeat;background-position:center;}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left span.icon-tf,.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left span.icon-hp{width:12px;background-image:url(../images/autosmart/single-icon-tf.png);}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left span.icon-fu{background-image:url(../images/autosmart/single-icon-fu.png);}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left span.icon-ge{background-image:url(../images/autosmart/single-icon-ge.png);}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-left span.icon-mi{background-image:url(../images/autosmart/single-icon-mi.png);}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-body span{font-size:28px;}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-body p{font-family:'Monrad Grotesk Regular';margin-bottom:0;}.single-vehicle-wrapper .single-vehicle-content{padding:35px;border-bottom:1px solid #eaeaea;}.single-vehicle-wrapper .single-vehicle-heading{font-size:28px;text-transform:uppercase;}.single-vehicle-wrapper .single-vehicle-description{font-size:16px;line-height:28px;font-family:'Monrad Grotesk Regular';padding-top:20px;padding-bottom:22px;}.single-vehicle-wrapper .single-vehicle-description b,.single-vehicle-wrapper .single-vehicle-description strong{font-weight:normal;font-family:'Monrad Grotesk Bold';}.single-vehicle-wrapper .single-vehicle-description .single-vehicle-tags{margin-top:28px;}.single-vehicle-wrapper .single-vehicle-description .single-vehicle-tags li{display:inline-block;}.single-vehicle-wrapper .single-vehicle-description .single-vehicle-tags li.fs-tag-label{font-family:'Monrad Grotesk Bold';text-transform:uppercase;display:block;}.single-vehicle-wrapper .single-vehicle-description .single-vehicle-tags li:not(.fs-tag-label) a{color:#fff;background-color:#dc0000;display:block;line-height:30px;padding:0 12px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */margin:8px 6px 0 0;font-size:13px;}.single-vehicle-wrapper .single-vehicle-description .single-vehicle-tags li:not(.fs-tag-label) a:hover{background-color:#040304;}.single-vehicle-wrapper .single-vehicle-content-bottom .btn{line-height:50px;padding-left:90px;padding-right:90px;font-size:20px;}.single-vehicle-wrapper .single-vehicle-content-bottom .single-vehicle-price{display:inline-block;font-size:42px;line-height:1;margin:4px 0;}.single-vehicle-wrapper .single-vehicle-holder{margin-bottom:22px;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li{display:inline-block;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li + li{margin-left:14px;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn{display:inline-block;font-size:15px;letter-spacing:0.05em;line-height:40px;text-transform:uppercase;border:1px solid #acacac;-webkit-border-radius:40px;-khtml-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;border-radius:40px;/* BACKGROUND GRADIENT */padding-left:50px;padding-right:25px;color:#040304;position:relative;margin-bottom:18px;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a span,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn span{display:block;width:20px;height:20px;background-position:center;position:absolute;top:50%;left:20px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a span.icon-compare,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn span.icon-compare{width:15px;height:23px;background-image:url(../images/autosmart/vehicle-detail-icon1.png);}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a span.icon-brochure,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn span.icon-brochure{height:24px;background-image:url(../images/autosmart/vehicle-detail-icon3.png);}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a span.icon-driver,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn span.icon-driver{background-image:url(../images/autosmart/vehicle-detail-icon2.png);}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a span.icon-share,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn span.icon-share{background-image:url(../images/autosmart/vehicle-detail-icon4.png);}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a:hover,.single-vehicle-wrapper .single-vehicle-holder span.fs-compare-btn:hover{color:#dc0000;border-color:rgba(220, 0, 0, 0.33);}.single-vehicle-wrapper .single-vehicle-holder .fs-compare-btn{cursor:pointer;}.single-vehicle-wrapper .single-vehicle-holder .fs-vehicle-social{position:relative;}.single-vehicle-wrapper .single-vehicle-holder .fs-vehicle-social .fs-vehicle-social-list{background-color:#dc0000;-webkit-border-radius:36px;-khtml-border-radius:36px;-moz-border-radius:36px;-ms-border-radius:36px;-o-border-radius:36px;border-radius:36px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);height:36px;left:50%;margin-left:-75px;min-width:150px;padding:0 10px;position:absolute;text-align:center;top:70px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;opacity:0;visibility:hidden;}.single-vehicle-wrapper .single-vehicle-holder .fs-vehicle-social .fs-vehicle-social-list li{display:inline-block;}.single-vehicle-wrapper .single-vehicle-holder .fs-vehicle-social .fs-vehicle-social-list li a{padding:0 10px;display:block;line-height:36px;color:#fff;}.single-vehicle-wrapper .single-vehicle-holder .fs-vehicle-social .fs-vehicle-social-list li a:hover{color:#222;}.single-vehicle-wrapper .single-vehicle-holder .fs-vehicle-social:hover > a + ul{opacity:1;visibility:visible;top:50px;}.single-vehicle-wrapper .single-vehicle-address{font-size:24px;line-height:30px;}.single-vehicle-wrapper .single-vehicle-address i{padding-right:10px;}.single-vehicle-wrapper .single-vehicle-adv-list{padding:35px;}.single-vehicle-wrapper .single-vehicle-adv-list .single-vehicle-features{max-width:800px;}.single-vehicle-wrapper .single-vehicle-adv-list .single-vehicle-features li{width:33.33%;float:left;font-size:16px;line-height:28px;margin-top:8px;}.single-vehicle-wrapper .single-vehicle-adv-list .single-vehicle-features li i{color:#dc0000;padding-right:8px;}.single-vehicle-wrapper .single-vehicle-adv-list .single-vehicle-heading{font-size:22px;color:rgba(4, 3, 4, 0.60);}.fssche-modal{background-color:rgba(0, 0, 0, 0.9);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999;/* 
   [Start] 4. Autosmart Elements
   +-----------------------------------+
*/}.fssche-modal .fssche-body{margin:auto;max-width:580px;position:absolute;right:0;top:50%;transform:translate(0px, -50%);width:100%;left:0;}.fssche-modal .fssche-head{padding:30px 40px;background-color:#dc0000;color:#fff;-webkit-border-radius:6px 6px 0 0;-khtml-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-ms-border-radius:6px 6px 0 0;-o-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;/* BACKGROUND GRADIENT */}.fssche-modal .fssche-head h3{color:#fff;text-transform:uppercase;margin-bottom:5px;}.fssche-modal .fssche-head .fssche-car-name{font-size:18px;text-transform:capitalize;}.fssche-modal .fssche-contents{padding:34px 40px 40px;-webkit-border-radius:0 0 6px 6px;-khtml-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;-ms-border-radius:0 0 6px 6px;-o-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;/* BACKGROUND GRADIENT */background-color:#fff;}.fssche-modal .fssche-contents label{font-weight:normal;}.fssche-modal .fssche-contents .fs-input-filled{margin-bottom:16px;}.fssche-modal .fssche-contents .fs-input-filled:last-child{margin-bottom:0;padding-top:15px;}.fs-radio-item{position:relative;padding-left:28px;}.fs-radio-item input,.fs-radio-item .fs-btn-radio{position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;margin:0;display:block;height:15px;width:15px;border:2px solid #dc0000;}.fs-radio-item .fs-btn-radio{z-index:1;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */background-color:#fff;}.fs-radio-item .fs-btn-radio:before{height:5px;width:5px;content:"";background-color:#fff;position:absolute;top:3px;left:3px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */opacity:0;}.fs-radio-item input{z-index:2;opacity:0;cursor:pointer;}.fs-radio-item input:checked + .fs-btn-radio{background-color:#dc0000;}.fs-radio-item input:checked + .fs-btn-radio:before{opacity:1;}.fs-radio-item + .fs-radio-item{margin-left:28px;}.fs-checkbox-item{position:relative;padding-left:28px;}.fs-checkbox-item input,.fs-checkbox-item .fs-btn-checkbox{position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;margin:0;display:block;height:18px;width:18px;}.fs-checkbox-item .fs-btn-checkbox{z-index:1;border:1px solid #d8d8d8;background-color:#fff;}.fs-checkbox-item .fs-btn-checkbox:before{content:"\f00c";font-family:FontAwesome;position:absolute;top:-5px;left:2px;font-size:12px;color:#dc0000;opacity:0;}.fs-checkbox-item input{z-index:2;opacity:0;cursor:pointer;}.fs-checkbox-item input:checked + .fs-btn-checkbox:before{opacity:1;}.fs-checkbox-item + .fs-checkbox-item{margin-left:28px;}.fs-user-wrapper{/* 
   [Start] 5. Autosmart Submit Car
   +-----------------------------------+
*/}.fs-user-wrapper .fs-form{overflow:hidden;display:none;max-width:630px;margin:auto;-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);font-family:'Monrad Grotesk Regular';font-size:16px;color:rgba(4, 3, 4, 0.89);}.fs-user-wrapper .fs-form.active{display:block;}.fs-user-wrapper .fs-form .fs-input-filled{margin-bottom:13px;overflow:hidden;}.fs-user-wrapper .fs-form .fs-input-filled label{font-weight:normal;color:rgba(4, 3, 4, 0.66);font-size:16px;width:34%;float:left;margin:0;padding:9px 0;}.fs-user-wrapper .fs-form .fs-input-filled:not(.rm-input) input{width:66%;height:42px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.fs-user-wrapper .fs-form .fs-input-filled.rm-input label{padding:10px 0 0;}.fs-user-wrapper .fs-form .fs-input-filled .fs-input-group{padding:10px 0 0;}.fs-user-wrapper .fs-form .fs-button-filled{padding-top:24px;}.fs-user-wrapper .fs-form .fs-btn-forgot{color:rgba(4, 3, 4, 0.89);float:right;}.fs-user-wrapper .fs-form .fs-btn-forgot:hover{color:#dc0000;}.fs-user-wrapper .fs-form .fs-form-title{font-size:42px;line-height:1;}.fs-user-wrapper .fs-form .fs-form-main{background-color:#f5f5f5;border-bottom:1px solid #dedede;padding:30px 40px;}.fs-user-wrapper .fs-form .fs-form-main .fs-form-title{margin-bottom:30px;}.fs-user-wrapper .fs-form .fs-form-main label.error{padding:5px 0;text-align:right;width:100%;font-size:13px;color:#dc0000;}.fs-user-wrapper .fs-form .fs-form-footer{padding:30px 40px;background-color:rgba(238, 238, 238, 0.8);}.fs-user-wrapper .fs-form .fs-form-footer a{font-size:16px;line-height:1;}.fs-user-wrapper .fs-form .fs-form-footer a i{padding-left:8px;}.fs-user-wrapper .fs-login-notice,.fs-user-wrapper .fs-signup-notice{margin-top:25px;}.fs-user-wrapper .fs-login-notice strong,.fs-user-wrapper .fs-signup-notice strong{color:#dc0000;}.fs-box{border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */padding:30px;background-color:#fff;}.fs-submit-car .fs-submit-process .fs-col{display:inline-block;vertical-align:middle;}.fs-submit-car .fs-submit-process .fs-submit-process-item{position:relative;padding-right:150px;}.fs-submit-car .fs-submit-process .fs-submit-process-item:before{background-color:#d8d8d8;content:"";height:1px;position:absolute;top:50%;left:0;right:23px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-submit-car .fs-submit-process .fs-submit-process-item a{font-size:18px;color:rgba(4, 3, 4, 0.38);display:inline-block;padding:10px 23px 10px 50px;position:relative;background-color:#f6f6f6;}.fs-submit-car .fs-submit-process .fs-submit-process-item a span{display:block;height:35px;width:35px;line-height:35px;background-color:#d8d8d8;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */color:#fff;text-align:center;position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-submit-car .fs-submit-process .fs-submit-process-item a.active,.fs-submit-car .fs-submit-process .fs-submit-process-item a:hover{color:#040304;}.fs-submit-car .fs-submit-process .fs-submit-process-item a.active span,.fs-submit-car .fs-submit-process .fs-submit-process-item a:hover span{background-color:#dc0000;color:#fff;}.fs-submit-car .fs-submit-process .fs-col:last-child .fs-submit-process-item{padding-right:0;}.fs-submit-car .fs-submit-process .fs-col:last-child .fs-submit-process-item:before{display:none;}.fs-submit-car .fs-submit-header{-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);background-color:#f6f6f6;padding:27px 0;border-bottom:1px solid #dcdcdc;}.fs-submit-car .fs-submit-header .fs-container{max-width:100%;text-align:center;}.fs-submit-car .fs-submit-body{background-color:#eee;padding:75px 0;}.fs-submit-car .fs-submit-body .fs-container{position:relative;}.fs-submit-car .fs-submit-body .fs-form-step#fs-step-3 > .row{margin:0 -35px;}.fs-submit-car .fs-submit-body .fs-form-step#fs-step-3 > .row > .col-xs-12{padding:0 35px;}.fs-submit-car .fs-submit-body .fs-form-step-inner{border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-submit-car .fs-submit-body .fs-form-step-inner .fs-form-step-title{font-size:18px;padding:13px 23px;border-bottom:1px solid #d8d8d8;background-color:#f6f6f6;}.fs-submit-car .fs-submit-body .fs-form-step-inner .fs-form-step-content{padding:30px 35px;background-color:#fff;}.fs-submit-car .fs-submit-body .fs-form-step-inner .advertisement .fs-form-step-content{padding-bottom:0;}.fs-submit-car .fs-submit-body .fs-form-step-inner .advertisement .fs-form-step-content .fs-radio-filled{margin-bottom:30px;}.fs-submit-car .fs-submit-body .fs-submit-navigation{font-size:18px;text-align:center;}.fs-submit-car .fs-submit-body .fs-submit-navigation i{font-size:32px;color:#fff;line-height:75px;height:75px;width:75px;background-color:#dc0000;text-align:center;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */margin-bottom:8px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-submit-car .fs-submit-body .fs-submit-navigation a{display:inline-block;margin:50px 20px 0 20px;}.fs-submit-car .fs-submit-body .fs-submit-navigation a.disable{opacity:0.38;}.fs-submit-car .fs-submit-body .fs-submit-navigation a:not(.disable):hover i{background-color:#040304;}.fs-submit-car .fs-submit-body .fs-submit-navigation span{color:rgba(4, 3, 4, 0.38);display:block;}.fs-submit-car .fs-submit-body .fs-textarea-filled{margin-bottom:23px;}.fs-submit-car .fs-submit-body .fs-input-filled{margin-bottom:23px;}.fs-submit-car .fs-submit-body .fs-input-filled.end-filled{margin-bottom:0;}.fs-submit-car .fs-submit-body .fs-input-filled .select-arrow i{top:8px;-webkit-transform:translate(0px, 0px);-khtml-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-submit-car .fs-submit-body .fs-form-heading{font-size:18px;color:#dc0000;padding-top:5px;}.fs-submit-car .fs-submit-body .fs-checkbox-group .fs-checkbox-item{margin-left:0;margin-right:28px;margin-bottom:24px;}.fs-submit-car .fs-submit-body .fs-checkbox-group span{font-size:16px;color:rgba(4, 3, 4, 0.87);}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-radio-filled{margin-top:10px;}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner{border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner .fs-ad-header{padding:8px 18px;border-bottom:1px solid #d8d8d8;background-color:#f6f6f6;}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner .fs-ad-header .fs-ad-title{font-size:18px;display:inline-block;margin-bottom:0;}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner .fs-ad-header .fs-ad-price{float:right;font-size:18px;line-height:1.1;}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner .fs-ad-body{background-color:#fff;padding:18px;}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner .fs-ad-body ul li{position:relative;padding-left:9px;}.fs-submit-car .fs-submit-body .fs-ad-type-wrap .fs-ad-type-item-inner .fs-ad-body ul li:before{content:"";height:4px;width:4px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */position:absolute;top:50%;background-color:#040304;left:0;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-submit-car .fs-submit-body .fs-submit-thumbnail .overlay,.fs-submit-car .fs-submit-body .fs-submit-galleries .overlay,.fs-submit-car .fs-submit-body .fs-submit-preview .overlay{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail .fs-delete,.fs-submit-car .fs-submit-body .fs-submit-galleries .fs-delete,.fs-submit-car .fs-submit-body .fs-submit-preview .fs-delete{font-size:0;display:block;height:25px;line-height:25px;padding:0;text-align:center;width:25px;opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail .fs-delete:before,.fs-submit-car .fs-submit-body .fs-submit-galleries .fs-delete:before,.fs-submit-car .fs-submit-body .fs-submit-preview .fs-delete:before{content:"\f136";font-family:"Material-Design-Iconic-Font";font-size:16px;color:#fff;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail .image,.fs-submit-car .fs-submit-body .fs-submit-galleries .image,.fs-submit-car .fs-submit-body .fs-submit-preview .image{margin-bottom:10px;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail .image:hover .fs-delete,.fs-submit-car .fs-submit-body .fs-submit-galleries .image:hover .fs-delete,.fs-submit-car .fs-submit-body .fs-submit-preview .image:hover .fs-delete{opacity:1;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail{margin-bottom:20px;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail .image{border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-submit-car .fs-submit-body .fs-submit-thumbnail label{border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */background-image:none !important;position:relative;}.fs-submit-car .fs-submit-body .fs-submit-thumbnail label i{color:#d8d8d8;font-size:32px;left:0;margin:auto;position:absolute;right:0;text-align:center;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:50px;}.fs-submit-car .fs-submit-body .fs-submit-galleries .image{border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-submit-car .fs-submit-body .fs-submit-galleries label{border:2px dashed #d8d8d8;width:inherit;height:inherit;position:relative;padding:35px 35px;cursor:pointer;color:#808080;font-size:16px;font-weight:normal;font-family:'Monrad Grotesk Regular';}.fs-submit-car .fs-submit-body .fs-submit-galleries label input{bottom:0;left:0;position:absolute;right:0;top:0;margin-bottom:0;}.fs-submit-car .fs-submit-body .fs-submit-galleries label .color-primary{font-family:'Monrad Grotesk Semibold';}.fs-submit-car .fs-submit-body .fs-submit-galleries label i{font-size:24px;padding-right:10px;position:relative;top:2px;}.fs-submit-car #fs-step-4 .fs-form-step-content{max-width:1000px;margin:auto;padding:0 15px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-holder{padding:10px;margin-bottom:32px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-holder .fs-submit-holder-header{padding-bottom:10px;padding:10px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-holder h3{font-size:18px;margin-bottom:6px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-holder span{font-size:16px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-holder button{line-height:50px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview h3{font-size:16px;margin-bottom:20px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview [class*="image-fs-"],.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview [class^="image-fs-"]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:1px solid #d8d8d8;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview [class*="image-fs-"] .image,.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview [class^="image-fs-"] .image{float:none;margin:0;height:inherit;height:100%;width:100%;display:block;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-submit-preview-popup{position:relative;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-submit-preview-popup .fs-count-wrap{bottom:20px;color:#fff;font-size:24px;position:absolute;right:20px;z-index:2;display:none;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-submit-preview-popup .fs-count-wrap i{padding-right:11px;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-submit-icon-zoom{position:absolute;bottom:14px;left:20px;z-index:2;color:#fff;font-size:34px;display:none;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-photos-preview > .list.has-image{min-height:500px;width:100%;}.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-photos-preview > .list.has-image .fs-count-wrap,.fs-submit-car #fs-step-4 .fs-form-step-content .fs-submit-preview .fs-photos-preview > .list.has-image .fs-submit-icon-zoom{display:block;}.fs-submit-car .fs-payment-method-wrap{margin-top:30px;}.fs-submit-car .fs-payment-method-wrap .fs-payment-method{padding-left:40px;position:relative;display:inline-block;}.fs-submit-car .fs-payment-method-wrap .fs-payment-method:before{content:"";height:30px;width:30px;background-image:url(../images/autosmart/paypal-icon.png);position:absolute;top:0;left:0;background-size:cover;z-index:1;}.fs-submit-car .fs-payment-method-wrap .fs-payment-method label{font-weight:normal;line-height:30px;}.fs-submit-car .fs-payment-method-wrap .fs-payment-method [type="radio"]{left:0;position:absolute;top:0;height:30px;width:100%;opacity:0;z-index:2;margin:0;cursor:pointer;}.fs-submit-car .fs-payment-method-wrap .fs-payment-method [type="radio"]:checked + label span:after{content:"\f26b";color:#dc0000;font-family:"Material-Design-Iconic-Font";padding-left:4px;}.fs-compare-wrapper > .row{margin:0;}.fs-compare-wrapper > .row .fs-compare-col{padding:0;}.fs-compare-wrapper .fs-compare-holder-wrap{position:relative;}.fs-compare-wrapper .fs-compare-holder .fs-compare-imge{background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:3px;display:block;min-height:135px;overflow:hidden;position:relative;margin-bottom:15px;}.fs-compare-wrapper .fs-compare-holder .fs-compare-title{font-size:22px;line-height:32px;color:#040304;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-compare-wrapper .fs-compare-holder .fs-compare-add{background-color:#fff;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);min-height:135px;margin-bottom:15px;text-align:center;position:relative;}.fs-compare-wrapper .fs-compare-holder .fs-compare-add i{font-size:35px;color:rgba(4, 3, 4, 0.35);width:40px;text-align:center;position:absolute;top:50%;left:0;right:0;margin:auto;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-compare-wrapper .fs-compare-holder .fs-compare-add + .fs-compare-title{color:rgba(4, 3, 4, 0.68) !important;text-transform:uppercase;}.fs-compare-wrapper .fs-compare-holder:hover .fs-compare-title{color:#dc0000;}.fs-compare-wrapper .fs-compare-holder:hover .fs-compare-add i{color:#dc0000;}.fs-compare-wrapper .fs-compare-page-remove{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;font-size:18px;color:#fff;cursor:pointer;display:block;height:26px;width:26px;line-height:26px;text-align:center;position:absolute;top:0;right:0;}.fs-compare-wrapper .fs-compare-page-remove:hover{color:#dc0000;}.fs-compare-wrapper .fs-compare-head .fs-compare-col{padding:10px 10px 20px;border-right:1px solid #d8d8d8;}.fs-compare-wrapper .fs-compare-head .fs-compare-col:not(.fs-compare-col-0){border-top:1px solid #d8d8d8;}.fs-compare-wrapper .fs-compare-head .fs-compare-col-0{padding-top:40px;}.fs-compare-wrapper .fs-compare-table td{font-size:18px;line-height:24px;text-transform:uppercase;border-top:none;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;min-height:50px;display:block;padding:12px 10px;}.fs-compare-wrapper .fs-compare-table tbody tr:first-child td{background-color:#fff;color:#dc0000;}.fs-compare-wrapper .fs-compare-body .fs-compare-holder-wrap,.fs-compare-wrapper .fs-compare-body .fs-compare-no-item{margin-bottom:20px;display:none;}.fs-compare-wrapper .fs-compare-body .fs-compare-col-0 .fs-compare-table td{font-family:'Monrad Grotesk Regular';}.fs-compare-wrapper .fs-compare-feature{padding-top:30px;}.fs-compare-wrapper .fs-compare-feature .fs-compare-col-0{font-size:22px;line-height:24px;}.fs-compare-wrapper .fs-compare-feature ul li{font-size:18px;line-height:24px;padding:13px 10px;}.fs-compare-wrapper .fs-compare-feature ul li:first-child{padding-top:0;}.fs-compare-wrapper .fs-compare-feature ul li i{padding-right:12px;}.fs-compare-wrapper .fs-compare-feature ul li .zmdi-check-circle{color:#38d700;}.fs-compare-wrapper .fs-compare-feature ul li .zmdi-close-circle{color:#d70000;}.fs-brand-search .fs-brand-search-filter{font-size:16px;text-transform:uppercase;margin-bottom:95px;}.fs-brand-search .fs-brand-search-filter .fs-brand-search-letter{color:#808080;margin:0 0 15px 5px;padding:0 10px;cursor:pointer;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-brand-search .fs-brand-search-filter .fs-brand-search-letter.fs-brand-head-all{margin-left:0;margin-right:12px;padding:0;}.fs-brand-search .fs-brand-search-filter .fs-brand-search-letter.fs-active,.fs-brand-search .fs-brand-search-filter .fs-brand-search-letter:hover{color:#dc0000;}.fs-brand-search .fs-brand-search-filter .fs-key-word-search{margin-left:14px;width:100%;max-width:262px;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item{margin:0 0 40px;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner{text-align:center;background-color:#fff;padding:20px;border:1px solid #ebebeb;position:relative;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */display:block;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner:before{content:"";top:-5px;left:-5px;background-color:#dc0000;position:absolute;bottom:-5px;right:-5px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */z-index:-1;opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner span{display:block;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner .fs-brand-logo img{max-height:55px;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner .fs-brand-name{font-size:22px;color:#dc0000;margin-top:14px;margin-bottom:40px;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner .fs-brand-listings{font-size:16px;color:#040304;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner:hover:before{opacity:1;}.fs-brand-search.fs-brand-search-layout_1 .fs-brand-search-contents .fs-brand-search-item .fs-brand-search-item-inner:hover .fs-brand-listings{color:#dc0000;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-filter{margin-bottom:12px;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents{margin:0;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-content-inner{border-top:1px solid #d8d8d8;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-content-inner .fs-brand-search-item{border-bottom:1px solid #d8d8d8;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-content-inner .fs-brand-search-item:last-child{border-bottom:none;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item{margin:0;width:100%;padding:0;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item .fs-brand-name{font-size:22px;color:#040304;padding:28px 0 28px 35px;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item .fs-brand-list-model{padding:28px 0 28px 50px;border-left:1px solid #d8d8d8;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item .fs-brand-list-model .fs-brand-model{font-size:18px;color:#dc0000;margin-bottom:14px;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item .fs-brand-list-model .fs-brand-model span{display:inline-block;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item .fs-brand-list-model .fs-brand-model span + span{margin-left:10px;}.fs-brand-search.fs-brand-search-layout_2 .fs-brand-search-contents .fs-brand-search-item .fs-brand-list-model .fs-brand-model .fs-brand-model-listing{color:#040304;}.fs-user-profile{background-color:#fff;border-bottom:1px solid #d8d8d8;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-user-profile .fs-border-box{border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;padding:35px;}.fs-user-profile .fs-user-title{text-transform:uppercase;color:#dc0000;font-size:22px;line-height:normal;margin-bottom:16px;}.fs-user-profile .fs-user-banner img{width:100%;}.fs-user-profile .fs-user-holder{margin-bottom:35px;}.fs-user-profile .fs-user-holder .fs-user-title{font-size:28px;line-height:40px;text-transform:uppercase;margin-bottom:0;}.fs-user-profile .fs-user-holder .fs-user-address{font-size:24px;}.fs-user-profile .fs-user-holder .fs-user-address i{padding-right:11px;}.fs-user-profile .fs-user-description{font-size:16px;line-height:28px;}.fs-user-profile .fs-user-description p{margin-bottom:26px;}.fs-user-profile .fs-user-description .fs-lists{margin-bottom:30px;}.fs-user-profile .fs-user-map:not(#fs-user-map){margin-top:65px;position:relative;}.fs-user-profile .fs-user-map:not(#fs-user-map) .fs-user-find-us{position:absolute;height:226px;max-width:240px;width:100%;background-color:rgba(220, 0, 0, 0.89);bottom:0;right:0;padding:20px;}.fs-user-profile .fs-user-map:not(#fs-user-map) .fs-user-find-us h3{font-size:18px;line-height:28px;color:#fff;margin-bottom:5px;}.fs-user-profile .fs-user-map:not(#fs-user-map) .fs-user-find-us span{font-size:16px;line-height:32px;color:#fff;}.fs-user-profile .fs-user-contact{padding-top:8px;padding-bottom:55px;}.fs-user-profile .fs-user-contact .media{margin-bottom:18px;padding:0 30px;}.fs-user-profile .fs-user-contact .media .media-left{padding-right:15px;}.fs-user-profile .fs-user-contact .media .media-left i{width:34px;height:34px;font-size:22px;color:#fff;line-height:34px;background-color:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */text-align:center;}.fs-user-profile .fs-user-contact .media .media-body{font-family:'Monrad Grotesk Regular';font-size:16px;vertical-align:middle;}.fs-user-profile .fs-user-contact .media .media-body a{color:#040304;}.fs-user-profile .fs-user-contact .media .media-body a:hover{color:#dc0000;}.fs-user-profile .fs-user-vehicles{padding-bottom:15px;border-top:1px solid #e2e2e2;}.fs-user-profile .fs-user-vehicles .fs-user-vehicles-inner{position:relative;}.fs-user-profile .fs-user-vehicles .fs-user-title{margin-bottom:30px;}.fs-user-profile .fs-user-vehicles .cms-carousel{position:static;}.fs-user-profile .fs-user-vehicles .owl-controls{position:absolute;right:0;top:5px;}.fs-user-profile .fs-user-vehicles .owl-controls .owl-dots{padding-top:0;}.fs-user-profile .fs-user-vehicles .fs-vehicle-button .btn{float:none !important;}.fs-user-profile .fs-user-vehicles .fs-item{padding:5px;}.fs-user-profile .fs-user-vehicles .fs-vehicle-title{font-size:23px;}.fs-lists li{padding-left:27px;position:relative;margin-bottom:8px;}.fs-lists li:last-child{margin-bottom:0;}.fs-lists li:before{content:"\f269";font-family:'Material-Design-Iconic-Font';font-size:18px;color:#dc0000;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;}.fs-lists.left{margin-bottom:15px;margin-right:30px;}.fs-search-form-wrap{background-color:#fff;padding:0px 30px 8px 30px;max-width:1170px;margin:auto;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fs-search-form-wrap .fs-search-heading{padding:20px 0;}.fs-search-form-wrap .fs-search-heading h3{font-size:28px;line-height:40px;text-transform:uppercase;margin-bottom:0;display:inline-block;}.fs-search-form-wrap .fs-search-heading .fs-search-button{font-size:16px;line-height:40px;text-transform:uppercase;color:#dc0000;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;cursor:pointer;display:inline-block;}.fs-search-form-wrap .fs-search-heading .fs-search-button:hover{color:#040304;}.fs-search-form-wrap .fs-search-heading .fs-search-button.hidden-seach{display:none;}.fs-search-form-wrap .fs-search-heading .fs-search-button i{font-size:22px;padding-right:10px;position:relative;top:3px;}.fs-search-form-wrap .fs-search-content-inner > .row{margin:0 -30px;}.fs-search-form-wrap .fs-search-content-inner > .row .fs-search-content-filleds{padding:0 30px;}.fs-search-form-wrap .fs-search-content-inner > .row .fs-search-content-filleds .col-lg-6{margin-bottom:22px;}.fs-search-form-wrap .fs-search-content-inner .fs-label{font-size:14px;line-height:1;margin-bottom:13px;}.fs-search-form-wrap .fs-search-content-inner .fs-find-btn-reset{padding:12px 0;}.fs-search-form-wrap .fs-search-content-inner .fs-find-button{line-height:50px;text-transform:none;font-family:'Monrad Grotesk Semibold';}.fs-search-form-wrap .fs-search-content-inner .fs-key{margin:8px 0;}.fs-search-form-wrap.layout2{background-color:#dc0000;color:#fff;}.fs-search-form-wrap.layout2 .fs-search-heading{padding:21px 0;}.fs-search-form-wrap.layout2 .fs-search-heading .fs-s-title{color:#fff;font-size:18px;text-transform:capitalize;line-height:1.1;}.fs-search-form-wrap.layout2 .fs-radio-item input,.fs-search-form-wrap.layout2 .fs-radio-item .fs-btn-radio{border:3px solid #fff;background-color:transparent;}.fs-search-form-wrap.layout2 .fs-radio-item input:before,.fs-search-form-wrap.layout2 .fs-radio-item .fs-btn-radio:before{display:none;}.fs-search-form-wrap.layout2 .fs-radio-item input:checked + .fs-btn-radio{background-color:#fff;}.fs-search-form-wrap.layout2 .fs-search-mileage .fs-search-mileage-label{float:left;}.fs-search-form-wrap.layout2 .fs-search-mileage .fss-range-mileage{border:none;height:3px;background-color:rgba(0, 0, 0, 0.3);display:block;margin-left:180px;margin-top:11px;}.fs-search-form-wrap.layout2 .fs-search-mileage .fss-range-mileage .ui-slider-handle{background-color:#fff;border:none;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */height:15px;left:0;margin:0;top:-6px;width:15px;}.fs-search-form-wrap.layout2 .fs-search-content-inner .row{margin:0 -8px;}.fs-search-form-wrap.layout2 .fs-search-content-inner .row .fs-search-content-filleds,.fs-search-form-wrap.layout2 .fs-search-content-inner .row .col-xs-12{padding:0 8px;}.fs-search-form-wrap.layout2 .fs-search-content-inner .row .col-xs-12{margin-bottom:16px;}.fs-search-form-wrap.layout2 .fs-search-content-inner .row .fs-key{margin:0;}.fs-search-form-wrap.layout2 .fs-s-btn-submit{-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);box-shadow:0 2px 5px rgba(0, 0, 0, 0.15);background-color:rgba(255, 255, 255, 0.3);}.fs-search-form-wrap.layout2 .fs-s-btn-submit:hover{background-color:#040304;}.fs-search-form-wrap.layout2 .fs-search-row-hide{display:none;width:100% !important;}.fs-search-form-wrap .tooltip{display:none !important;}.fs-search-form-wrap .fs-search-mileage.active-tooltip + .tooltip{display:block !important;}.fs-search-extra{color:rgba(255, 255, 255, 0.66);font-size:16px;line-height:1;margin:auto;max-width:1170px;padding-top:18px;position:relative;}.fs-search-extra span{cursor:pointer;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-search-extra span:hover{color:#dc0000;}.fs-search-extra span i{padding-left:6px;}.fs-search-extra span.fs-search-close{bottom:0;opacity:0;position:absolute;right:0;visibility:hidden;}.fs-search-extra.open span.fs-search-use{opacity:0;}.fs-search-extra.open span.fs-search-close{opacity:1;visibility:visible;}.fs-search-form.box-fixed{bottom:0;left:0;position:absolute;right:0;z-index:999;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fs-search-form.box-fixed.open{bottom:70px !important;}.fs-search-form.box-fixed.open .fs-search-heading .fs-search-button.show-seach{display:none;}.fs-search-form.box-fixed.open .fs-search-heading .fs-search-button.hidden-seach{display:block;}.fs-search-form:not(.box-fixed) .fs-search-heading .fs-search-button{display:none;}.fs-latest-car-wrap{position:relative;}.fs-latest-car-wrap .hp-number,.fs-latest-car-wrap .fs-date{position:absolute;opacity:0;visibility:hidden;}.fs-latest-car-wrap .fs-latest-car-filter{margin-bottom:25px;}.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item{display:inline-block;color:rgba(4, 3, 4, 0.66);cursor:pointer;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;line-height:1.1;margin-bottom:10px;background-color:transparent;padding:0;text-transform:none;font-size:14px;line-height:24px;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */}.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item:before{content:"";height:1px;width:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;position:absolute;bottom:0;left:0;background-color:#dc0000;}.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item + .fs-filter-item{margin-left:36px;}.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item.fs-filter-active,.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item:hover{color:#dc0000;}.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item.fs-filter-active:before,.fs-latest-car-wrap .fs-latest-car-filter .fs-filter-item:hover:before{width:100%;}.fs-latest-car-wrap .fs-latest-car-filter a{float:right;}.fs-latest-car-wrap .fs-latest-car-filter a i{padding-left:6px;}.fs-latest-car-wrap .fs-latest-car-content{position:static;margin:0 !important;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;left:0;}.fs-latest-car-wrap .fs-latest-car-content .item:not(.grid-item){-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-latest-car-wrap .fs-latest-car-content .item:not(.grid-item).item-loading{opacity:0;-webkit-transform:scale(0);-khtml-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-latest-car-wrap .fs-latest-car-content .item:not(.grid-item) > article{padding:0 5px;}.fs-latest-car-wrap .fs-latest-car-content .grid-item > article{padding:0;}.fs-latest-car-wrap .fs-latest-car-content .owl-controls{position:absolute;right:0;top:2px;}.fs-latest-car-wrap .fs-latest-car-content .owl-controls .owl-dots{padding-top:0;}.fs-latest-car-wrap .fs-latest-car-content .owl-controls .owl-dots .owl-dot:not(.active) span{border-color:#adacad;background-color:#adacad;}.fs-latest-car-wrap .fs-latest-car-content .owl-controls .owl-dots .owl-dot span{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.fs-latest-car-wrap .fs-latest-car-content.fs-carousel-latest .fs-vehicle-item{position:relative;}.fs-latest-car-wrap .fs-latest-car-content.fs-carousel-latest .fs-vehicle-item .fs-notification{min-height:158px;top:60px;position:absolute;left:20px;right:20px;width:inherit;}.fs-latest-car-wrap .fs-latest-car-content.fs-carousel-latest .fs-vehicle-item .fs-notification .fs-noti-contents{padding:0 0 20px;text-align:center;}.fs-latest-car-wrap .fs-latest-car-content.fs-carousel-latest .fs-vehicle-item .fs-notification .col-xs-12{width:100%;text-align:center;}.fs-latest-car-wrap .fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-item{margin-bottom:14px;}.fs-search-by-make .fs-search-by-title{float:left;}.fs-search-by-make .fs-search-by-title h3{font-size:25px;line-height:40px;margin-bottom:0;padding:5px 48px 5px 0;}.fs-search-by-make .fs-search-by-title h3 cite{font-style:normal;color:#dc0000;}.fs-search-by-make .fs-search-by-items{padding-left:250px;}.fs-search-by-make .fs-search-by-items .fs-by-make-item img{max-height:45px;opacity:0.5;-webkit-transition:all 800ms linear 0ms;-moz-transition:all 800ms linear 0ms;-ms-transition:all 800ms linear 0ms;transition:all 800ms linear 0ms;width:inherit !important;}.fs-search-by-make .fs-search-by-items .fs-by-make-item:hover img{opacity:1;}.fs-search-by-make .owl-stage{align-content:center;display:flex;flex-wrap:wrap;}.fs-search-by-make .owl-stage .owl-item{display:flex;align-items:center;}.fs-categories-wrap{position:relative;}.fs-categories-wrap .fs-categories-view-all{font-size:14px;line-height:1.1;margin-bottom:15px;border:none;}.fs-categories-wrap .fs-categories-view-all a{display:inline-block;border-bottom:1px solid rgba(220, 0, 0, 0.6);color:#dc0000;float:none;}.fs-categories-wrap .fs-categories-view-all a:hover{color:#040304;border-color:rgba(4, 3, 4, 0.6);}.fs-categories-wrap.heading-show .fs-categories-view-all{border-bottom:1px solid #dcdcdc;margin-bottom:30px;margin-left:0;max-width:1340px;}.fs-categories-wrap.heading-show .fs-categories-view-all h3{font-size:25px;float:left;}.fs-categories-wrap.heading-show .fs-categories-view-all h3 cite{font-style:normal;color:#dc0000;}.fs-categories-wrap.heading-show .fs-categories-view-all a{font-size:16px;float:right;border:none;}.fs-categories-wrap.heading-show .fs-categories-carousel .owl-controls,.fs-categories-wrap.heading-show .fs-categories-wrap .fs-categories-grid .owl-controls{position:static;margin-top:30px;}.fs-categories-wrap .fs-categories-carousel,.fs-categories-wrap .fs-categories-grid{position:static;}.fs-categories-wrap .fs-categories-carousel .owl-controls,.fs-categories-wrap .fs-categories-grid .owl-controls{position:absolute;right:0;top:0;}.fs-categories-wrap .fs-categories-carousel .owl-controls .owl-dots,.fs-categories-wrap .fs-categories-grid .owl-controls .owl-dots{padding-top:0;}.fs-categories-wrap .fs-categories-carousel .owl-controls .owl-dots .owl-dot:not(.active) span,.fs-categories-wrap .fs-categories-grid .owl-controls .owl-dots .owl-dot:not(.active) span{border-color:#adacad;background-color:#adacad;}.fs-categories-wrap .fs-categories-carousel .owl-controls .owl-dots .owl-dot span,.fs-categories-wrap .fs-categories-grid .owl-controls .owl-dots .owl-dot span{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a,.fs-categories-wrap .fs-categories-grid .fs-categories-item a{display:block;min-height:185px;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;position:relative;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */overflow:hidden;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:before,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:before,.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:after,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#900000;opacity:0.6;opacity:0;-webkit-transition:all 150ms linear 0ms;-moz-transition:all 150ms linear 0ms;-ms-transition:all 150ms linear 0ms;transition:all 150ms linear 0ms;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:before,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:before{z-index:1;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:after,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:after{z-index:1;background-color:rgba(0, 0, 0, 0.4);opacity:1;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item .fs-category-title,.fs-categories-wrap .fs-categories-grid .fs-categories-item .fs-category-title{font-size:24px;position:absolute;top:50%;left:0;right:0;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 150ms linear 0ms;-moz-transition:all 150ms linear 0ms;-ms-transition:all 150ms linear 0ms;transition:all 150ms linear 0ms;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item .fs-category-view,.fs-categories-wrap .fs-categories-grid .fs-categories-item .fs-category-view{font-size:15px;line-height:1;position:absolute;bottom:5px;left:0;right:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;opacity:0;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item .fs-category-title,.fs-categories-wrap .fs-categories-grid .fs-categories-item .fs-category-title,.fs-categories-wrap .fs-categories-carousel .fs-categories-item .fs-category-view,.fs-categories-wrap .fs-categories-grid .fs-categories-item .fs-category-view{text-transform:uppercase;color:#fff;display:block;z-index:3;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:hover .fs-category-title,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:hover .fs-category-title{margin-top:-15px;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:hover .fs-category-view,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:hover .fs-category-view{bottom:20px;opacity:1;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:hover:before,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:hover:before{opacity:0.6;}.fs-categories-wrap .fs-categories-carousel .fs-categories-item a:hover:after,.fs-categories-wrap .fs-categories-grid .fs-categories-item a:hover:after{background-color:rgba(0, 0, 0, 0.2);}.fs-categories-wrap .fs-categories-grid .fs-categories-item{margin-bottom:30px;}.fs-categories-wrap.style2 .fs-categories-items .fs-categories-item a{min-height:325px;-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */}.fs-categories-wrap.style2 .fs-categories-items .fs-categories-item a .fs-category-title{font-size:18px;text-transform:capitalize;top:inherit;left:30px;bottom:25px;right:inherit;-webkit-transform:translate(0px, 0%);-khtml-transform:translate(0px, 0%);-moz-transform:translate(0px, 0%);-ms-transform:translate(0px, 0%);-o-transform:translate(0px, 0%);transform:translate(0px, 0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.fs-categories-wrap.style2 .fs-categories-items .fs-categories-item a .fs-category-view{display:none;}.fs-categories-wrap.style2 .fs-categories-items .fs-categories-item a:hover .fs-category-title{bottom:40px;}.fs-element-heading{border-bottom:1px solid #dcdcdc;margin-bottom:30px;max-width:1340px;}.fs-element-heading h3{float:left;font-size:25px;}.fs-element-heading h3 cite{color:#dc0000;font-style:normal;}.fs-element-heading a{border:medium none;float:right;font-size:16px;line-height:24px;}.fs-caculator-wrapper{background-color:#fff;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */position:relative;overflow:hidden;-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.20);-moz-box-shadow:0 10px 30px rgba(0, 0, 0, 0.20);-ms-box-shadow:0 10px 30px rgba(0, 0, 0, 0.20);box-shadow:0 10px 30px rgba(0, 0, 0, 0.20);}.fs-caculator-wrapper .slider{padding:40px 15px;}.fs-caculator-wrapper .slider .show-data{font-size:24px;line-height:1.2;text-align:center;margin-bottom:28px;}.fs-caculator-wrapper .slider .show-data .value,.fs-caculator-wrapper .slider .show-data .currency{font-family:'Monrad Grotesk Bold';display:inline-block;}.fs-caculator-wrapper .slider .show-data .currency{padding-left:16px;}.fs-caculator-wrapper .slider .ranger{padding:0 110px 0 80px;position:relative;margin-bottom:40px;}.fs-caculator-wrapper .slider .ranger .min{font-size:16px;left:0;line-height:1;min-width:80px;padding-right:8px;position:absolute;text-align:right;top:-3px;color:rgba(4, 3, 4, 0.66);}.fs-caculator-wrapper .slider .ranger .max{font-size:16px;right:0;line-height:1;min-width:110px;padding-left:8px;position:absolute;text-align:left;top:-3px;color:rgba(4, 3, 4, 0.66);}.fs-caculator-wrapper .slider .ranger .ui-slider{background-color:#eee;border:medium none;-webkit-border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;/* BACKGROUND GRADIENT */height:8px;}.fs-caculator-wrapper .slider .ranger .ui-slider .ui-slider-range{background-color:#dc0000;-webkit-border-radius:8px 0 0 8px;-khtml-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;-ms-border-radius:8px 0 0 8px;-o-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;/* BACKGROUND GRADIENT */}.fs-caculator-wrapper .slider .ranger .ui-slider .ui-slider-handle{height:20px;width:20px;position:relative;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */background-color:#fff;border:1px solid #efefef;margin:0;top:-6px;display:block;}.fs-caculator-wrapper .slider .ranger .ui-slider .ui-slider-handle:before{content:"";height:8px;width:8px;background-color:#dc0000;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */position:absolute;top:5px;right:5px;}.fs-caculator-wrapper .detail{background-color:#dc0000;padding:30px;text-align:center;}.fs-caculator-wrapper .detail .title{font-size:18px;line-height:1.1;color:#fff;margin-bottom:16px;}.fs-caculator-wrapper .detail .price{font-size:42px;line-height:1;color:#fff;padding-bottom:23px;}.fs-caculator-wrapper .detail .caculate{background-color:#fff;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 4px 10px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 4px 10px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 4px 10px rgba(0, 0, 0, 0.15);box-shadow:0 4px 10px rgba(0, 0, 0, 0.15);color:#dc0000;line-height:60px;width:100%;margin-top:22px;}.fs-caculator-wrapper .detail .caculate:hover{background-color:#040304;color:#fff;}.fs-caculator-wrapper .detail .finance-gap{height:1px;width:100%;background-color:rgba(255, 255, 255, 0.3);margin-bottom:32px;}.bg-menu-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.55);-webkit-transition:all 600ms linear 0ms;-moz-transition:all 600ms linear 0ms;-ms-transition:all 600ms linear 0ms;transition:all 600ms linear 0ms;opacity:0;visibility:hidden;z-index:1000;}.mega-overlay #cshero-header-inner.header-1 #cshero-header-topbar{background-color:#fff;}.mega-overlay .bg-menu-overlay{opacity:1;visibility:visible;}.fs-dashboard{background-color:#fff;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 16px rgba(0, 0, 0, 0.06);-moz-box-shadow:0 2px 16px rgba(0, 0, 0, 0.06);-ms-box-shadow:0 2px 16px rgba(0, 0, 0, 0.06);box-shadow:0 2px 16px rgba(0, 0, 0, 0.06);}.fs-dashboard .fs-dashboard-gap{width:100%;height:80px;}.fs-dashboard .fs-dashboard-field,.fs-dashboard .fs-input-filled,.fs-dashboard .fs-textarea-filled{margin-bottom:20px;}.fs-dashboard .fs-user-profile-navigation,.fs-dashboard .fs-dashboard-content{padding:40px;}.fs-dashboard .fs-user-profile-navigation ul{border:1px solid rgba(0, 0, 0, 0.07);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.fs-dashboard .fs-user-profile-navigation ul li a{border-bottom:1px solid rgba(0, 0, 0, 0.07);color:#222;display:block;padding:12px 15px;text-transform:uppercase;}.fs-dashboard .fs-user-profile-navigation ul li a:hover{color:#dc0000;}.fs-dashboard .fs-user-profile-navigation ul li.fs-active a{color:#dc0000;}.fs-dashboard .fs-user-profile-navigation ul li:last-child a{border-bottom:none;}.fs-dashboard .fs-account-contents .row{margin-bottom:15px;}.fs-dashboard .fs-account-contents .row:last-child{margin-bottom:0;}.fs-dashboard .fs-dashboard-heading{border-bottom:1px solid rgba(0, 0, 0, 0.07);font-size:24px;padding-bottom:12px;text-transform:uppercase;margin-bottom:30px;}.fs-dashboard .fs-db-product-sm{vertical-align:middle;margin-right:10px;}.fs-dashboard .fs-products-list{padding-top:30px;}@font-face{font-family:'Monrad Grotesk Light';src:url('../fonts/monrad_grotesk-light-webfont.woff2') format('woff2'), url('../fonts/monrad_grotesk-light-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-mgl{font-family:'Monrad Grotesk Light';}@font-face{font-family:'Monrad Grotesk Regular';src:url('../fonts/monrad_grotesk-regular-webfont.woff2') format('woff2'), url('../fonts/monrad_grotesk-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-mgr,.ft-normal{font-family:'Monrad Grotesk Regular';}@font-face{font-family:'Monrad Grotesk Semibold';src:url('../fonts/monrad_grotesk-semibold-webfont.woff2') format('woff2'), url('../fonts/monrad_grotesk-semibold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-mgsb{font-family:'Monrad Grotesk Semibold';}@font-face{font-family:'Monrad Grotesk Bold';src:url('../fonts/monrad_grotesk-bold-webfont.woff2') format('woff2'), url('../fonts/monrad_grotesk-bold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-mgb{font-family:'Monrad Grotesk Bold';}@font-face{font-family:'Monrad Grotesk Black';src:url('../fonts/monrad_grotesk-black-webfont.woff2') format('woff2'), url('../fonts/monrad_grotesk-black-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-mgblack{font-family:'Monrad Grotesk Black';}@media screen and (min-width:992px){/*
-----> Minimum width of 992 pixels.
*//*
-----> Max width of 992 pixels.
*/.new-item-menu a{line-height:103px;}.header-fixed .new-item-menu a{line-height:83px;}#cshero-menu-mobile{display:none;}#cshero-header-navigation{position:static;}.cshero-header-navigation .main-navigation .menu-main-menu{position:static;display:inline-block;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li,.cshero-header-navigation .main-navigation .menu-main-menu > li{vertical-align:top;padding:0 24px;display:inline-block;position:relative;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,.cshero-header-navigation .main-navigation .menu-main-menu > li > a{font-size:18px;color:#040304;display:block;-webkit-transition:all 300ms linear 0ms !important;-moz-transition:all 300ms linear 0ms !important;-ms-transition:all 300ms linear 0ms !important;transition:all 300ms linear 0ms !important;font-family:'Monrad Grotesk Semibold';visibility:inherit !important;position:relative;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i,.cshero-header-navigation .main-navigation .menu-main-menu > li > a i{display:block;width:100%;line-height:0;margin-bottom:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title,.cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title{-webkit-transform:translateY(25px);-khtml-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px);transform:translateY(25px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */display:block;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.onepage.current,.cshero-header-navigation .main-navigation .menu-main-menu > li > a.onepage.current{color:#dc0000;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children-- > a:after,.cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children-- > a:after{content:"\f2f2";font-family:"Material-Design-Iconic-Font";padding-left:8px;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a,.cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a,.cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a,.cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a,.cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-parent > a,.cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a,.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:hover,.cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover{color:#dc0000;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.sub-menu,.cshero-header-navigation .main-navigation .menu-main-menu > li > ul.sub-menu{opacity:0;-webkit-transition:opacity 0.4s ease 0s;-moz-transition:opacity 0.4s ease 0s;-ms-transition:opacity 0.4s ease 0s;transition:opacity 0.4s ease 0s;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > ul.sub-menu,.cshero-header-navigation .main-navigation .menu-main-menu > li:hover > ul.sub-menu{opacity:1;}.cshero-header-navigation .main-navigation{/* Menu Stick Wall */}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){background-color:#fff;margin:0;padding:11px 0;position:absolute;top:100%;z-index:1001;height:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);min-width:230px;width:inherit !important;-webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.25);-ms-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.25);box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.25);-webkit-transform:scaleY(0);-khtml-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */transform-origin:0 0 0;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;-o-transform-origin:0 0 0;-webkit-transition:all 0.4s ease 0s !important;-moz-transition:all 0.4s ease 0s !important;-ms-transition:all 0.4s ease 0s !important;transition:all 0.4s ease 0s !important;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a:after{content:"\f105";font-family:FontAwesome;font-size:inherit;position:absolute;top:50%;right:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */color:#7f7f7f;font-weight:normal;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back{right:0;left:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul:not(.back){right:100%;left:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul.back{left:100%;right:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul.back ul:not(.back){left:100%;right:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul.back ul.back{right:100%;left:auto;}.cshero-header-navigation .main-navigation li:hover > ul.sub-menu{height:inherit;overflow:visible;visibility:visible;opacity:1;clip:inherit;-webkit-transform:scaleY(1);-khtml-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item){top:-11px;left:100%;/* End Menu Stick Wall */}.cshero-header-navigation .main-navigation{/* End Menu Sub Level *//* Start Mega Menu */}.cshero-header-navigation .main-navigation li ul li{padding:0 25px;white-space:nowrap;}.cshero-header-navigation .main-navigation li ul li a{display:block;font-size:16px;color:#040304;padding:8px 0;text-align:left;position:relative;-webkit-transition:all 300ms linear 0ms !important;-moz-transition:all 300ms linear 0ms !important;-ms-transition:all 300ms linear 0ms !important;transition:all 300ms linear 0ms !important;}.cshero-header-navigation .main-navigation li ul li a:hover{color:#dc0000;}.cshero-header-navigation .main-navigation li ul li.current-menu-item > a,.cshero-header-navigation .main-navigation li ul li.current-menu-parent > a{color:#dc0000;}.cshero-header-navigation .main-navigation li ul.sub-menu li:last-child > a{border:none;}.cshero-header-navigation .main-navigation ul.sub-menu li{position:relative;}.cshero-header-navigation .main-navigation{/* End Start Mega Menu */}.cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1),.cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1),.cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1),.cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1){clear:left;border-right:0px solid transparent;}.cshero-header-navigation .main-navigation .columns4 > li{width:25% !important;}.cshero-header-navigation .main-navigation .columns4 > li.w16{width:16% !important;}.cshero-header-navigation .main-navigation .columns4 > li.w24{width:24% !important;}.cshero-header-navigation .main-navigation .columns4 > li.w36{width:36% !important;}.cshero-header-navigation .main-navigation .columns4.autodrop_submenu{width:1120px !important;}.cshero-header-navigation .main-navigation .columns3 > li{width:33.33% !important;}.cshero-header-navigation .main-navigation .columns3.autodrop_submenu{width:840px !important;}.cshero-header-navigation .main-navigation .columns2 > li{width:50% !important;}.cshero-header-navigation .main-navigation .columns2.autodrop_submenu{width:560px !important;}.cshero-header-navigation .main-navigation [class*="columns"]{padding-top:0px !important;padding-bottom:0px !important;}.cshero-header-navigation .main-navigation [class*="columns"] > li{float:left;}.cshero-header-navigation .main-navigation [class*="columns"] > li ul li{padding:0 25px;}.cshero-header-navigation .main-navigation [class*="columns"] > li ul li ul.sub-menu li{padding:0 30px;}.cshero-header-navigation .main-navigation [class*="columns"] > li > a{width:100%;border-bottom:none;}.cshero-header-navigation .main-navigation [class*="columns"] > li > a:after{content:"" !important;}.cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width{position:inherit;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu{left:0;margin:auto;right:0;width:100% !important;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu.drop_full_width{max-width:1370px;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu li a{display:block;font-family:'Monrad Grotesk Regular';line-height:30px;padding:0;text-align:left;color:#7f7f7f;border:none;line-height:36px;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu li a:hover{color:#dc0000;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu li:before{display:none;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu li.current-menu-item > a{color:#dc0000;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu > li > a{margin-bottom:5px;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu > li > a{color:#040304;font-size:18px;padding-bottom:12px;text-transform:capitalize;font-family:'Monrad Grotesk Bold';}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu > li > a:hover{background-color:transparent;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.sub-menu > li > ul.sub-menu{background-color:transparent;border-top:none !important;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu{left:auto;right:90px;margin:auto;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu{background-color:transparent;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a{display:block;font-size:13px;padding:0;line-height:30px;text-align:left;color:#7f7f7f;}.cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a:hover{color:#dc0000;}.cshero-header-navigation .main-navigation li.group > ul.sub-menu{display:block;float:left;left:0;position:relative;width:100%;height:inherit;padding:0;}.cshero-header-navigation .main-navigation ul.multicolumn > li{border-left:1px solid #f2f2f2;padding:26px 24px;}.cshero-header-navigation .main-navigation ul.multicolumn > li.menu-bg-gray{padding-left:5px;padding-right:5px;}.cshero-header-navigation .main-navigation ul.multicolumn > li.menu-bg-gray > a{padding-left:10px !important;}.cshero-header-navigation .main-navigation ul.multicolumn > li.hidden-menu-item > a{display:none !important;}.cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu{background-color:#fff !important;opacity:0;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}.cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu > li:hover > ul.sub-menu{opacity:1;}.cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu{height:inherit;opacity:1;overflow:visible;padding-bottom:0;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-transform:scaleY(1);-khtml-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu > li > a{border-bottom:none;}.cshero-header-navigation .main-navigation ul.multicolumn > li:hover{position:relative;z-index:10;}.cshero-header-navigation .main-navigation ul.multicolumn > li.hidden-menu-item > a{display:none;}.cshero-header-navigation .main-navigation ul.standar-dropdown li ul.sub-menu{opacity:0;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}.cshero-header-navigation .main-navigation ul.standar-dropdown li:hover ul.sub-menu{opacity:1;}}@media screen and (max-width:991px){/*
-----> End Max width of 992 pixels.
*/.bg-menu-overlay{display:none;}#cshero-header .cshero-header-navigation .main-navigation .columns4 > li{width:100% !important;}#cshero-header{border-bottom:1px solid #e7e4ef;background-color:#fff;}#cshero-header > .container{position:relative;z-index:1001;}#cshero-header #cshero-header-logo{padding:0 15px;}#cshero-header #cshero-header-logo a{display:inline-block;line-height:100px !important;}#cshero-header #cshero-header-logo a img{height:60px;}#cshero-header #cshero-header-navigation{background-color:#fff;width:100%;position:absolute;right:0;top:110%;z-index:1001;padding:18px 30px;opacity:0;visibility:hidden;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header #cshero-header-navigation.navigation-open{opacity:1;visibility:visible;top:100%;}#cshero-header #cshero-header-navigation .menu-main-menu aside.widget{display:none;}#cshero-header #cshero-header-navigation .menu-main-menu li{border-bottom:1px solid rgba(0, 0, 0, 0.07);position:relative;padding-left:0;padding-right:0;}#cshero-header #cshero-header-navigation .menu-main-menu li a{display:block;padding:9px 0;color:#333c54;visibility:inherit !important;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle{cursor:pointer;display:inline-block;height:30px;line-height:30px;position:absolute;right:0;text-align:center;top:6px;width:30px;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle:before{content:"\f278";font-family:Material-Design-Iconic-Font;font-size:14px;color:#dc0000;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle:hover:before{color:#040304;}#cshero-header #cshero-header-navigation .menu-main-menu li:last-child{border-bottom:none;}#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-parent > a,#cshero-header #cshero-header-navigation .menu-main-menu li.current_page_item > a,#cshero-header #cshero-header-navigation .menu-main-menu li a:hover{color:#dc0000;}#cshero-header #cshero-header-navigation .menu-main-menu.nav-menu-left li:last-child{border-bottom:1px solid rgba(0, 0, 0, 0.07);}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu{display:none;width:100% !important;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li a{padding-left:10px;padding-right:10px;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li:first-child{border-top:1px solid rgba(0, 0, 0, 0.07);}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li:last-child{border-bottom:none;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open{max-height:1000px;opacity:1;overflow:visible;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open + .cs-menu-toggle:before{content:"\f273";}#cshero-menu-mobile{display:block;position:absolute;right:15px;top:50%;transform:translate(0px, -50%);}#cshero-menu-mobile i{background-color:#dc0000;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#fff;cursor:pointer;font-size:23px;height:36px;line-height:36px;text-align:center;width:46px;}#cshero-menu-mobile i:hover{background-color:#040304;}#cshero-menu-mobile a{margin-left:5px;}}@media screen and (max-width:640px){#cshero-header-inner .cshero-header-search-vehicles{max-width:100%;}}@media screen and (max-width:640px){/* ==========================================================================
  End Style Main Menu
========================================================================== */#cshero-header > .container{padding-bottom:57px;}#cshero-header > .container #cshero-header-logo{text-align:center;}#cshero-header > .container #cshero-menu-mobile{top:inherit;bottom:15px;-webkit-transform:translate(0px, 0%);-khtml-transform:translate(0px, 0%);-moz-transform:translate(0px, 0%);-ms-transform:translate(0px, 0%);-o-transform:translate(0px, 0%);transform:translate(0px, 0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;right:0;margin:auto;text-align:center;}}.wg-title{font-size:16px;line-height:28px;color:#040304;text-transform:uppercase;margin-bottom:15px;}#sidebar aside,.wpb_widgetised_column aside,#sidebar-bottom aside{background-color:#fff;margin-bottom:30px;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */padding:15px;position:relative;overflow:hidden;}#sidebar aside.wg-title-show,.wpb_widgetised_column aside.wg-title-show,#sidebar-bottom aside.wg-title-show{padding-top:0;}#sidebar aside:not(.wg-title-show) .wg-title,.wpb_widgetised_column aside:not(.wg-title-show) .wg-title,#sidebar-bottom aside:not(.wg-title-show) .wg-title{margin-top:-15px;}#sidebar aside.cms-recent-post,.wpb_widgetised_column aside.cms-recent-post,#sidebar-bottom aside.cms-recent-post{padding:0;}#sidebar aside.cms-recent-post .wg-title,.wpb_widgetised_column aside.cms-recent-post .wg-title,#sidebar-bottom aside.cms-recent-post .wg-title{padding-left:15px;padding-right:15px;margin:0;}#sidebar aside.fss_refine_wg,.wpb_widgetised_column aside.fss_refine_wg,#sidebar-bottom aside.fss_refine_wg{padding:0;}#sidebar aside aside.widget,.wpb_widgetised_column aside aside.widget,#sidebar-bottom aside aside.widget{margin-bottom:0;}#sidebar .wg-title,.wpb_widgetised_column .wg-title,#sidebar-bottom .wg-title{background-color:#dc0000;color:#fff;padding:8px 0;position:relative;}#sidebar .wg-title:before,.wpb_widgetised_column .wg-title:before,#sidebar-bottom .wg-title:before,#sidebar .wg-title:after,.wpb_widgetised_column .wg-title:after,#sidebar-bottom .wg-title:after{content:"";width:30px;background-color:#dc0000;position:absolute;top:0;bottom:0;}#sidebar .wg-title:before,.wpb_widgetised_column .wg-title:before,#sidebar-bottom .wg-title:before{left:-30px;}#sidebar .wg-title:after,.wpb_widgetised_column .wg-title:after,#sidebar-bottom .wg-title:after{right:-30px;}#sidebar .wg-title a,.wpb_widgetised_column .wg-title a,#sidebar-bottom .wg-title a{color:#fff;}#sidebar .wg-title a:hover,.wpb_widgetised_column .wg-title a:hover,#sidebar-bottom .wg-title a:hover{color:#040304;}#sidebar .widget_newsletterwidget,.wpb_widgetised_column .widget_newsletterwidget,#sidebar-bottom .widget_newsletterwidget{font-family:'Monrad Grotesk Regular';font-size:14px;line-height:28px;}#sidebar .widget_newsletterwidget form,.wpb_widgetised_column .widget_newsletterwidget form,#sidebar-bottom .widget_newsletterwidget form{margin-top:15px;}#sidebar .widget_newsletterwidget [type="email"],.wpb_widgetised_column .widget_newsletterwidget [type="email"],#sidebar-bottom .widget_newsletterwidget [type="email"],#sidebar .widget_newsletterwidget [type="text"],.wpb_widgetised_column .widget_newsletterwidget [type="text"],#sidebar-bottom .widget_newsletterwidget [type="text"]{background-color:#fff;font-size:13px;height:34px;padding:4px 10px;}#sidebar .widget_newsletterwidget [type="email"]:hover,.wpb_widgetised_column .widget_newsletterwidget [type="email"]:hover,#sidebar-bottom .widget_newsletterwidget [type="email"]:hover,#sidebar .widget_newsletterwidget [type="text"]:hover,.wpb_widgetised_column .widget_newsletterwidget [type="text"]:hover,#sidebar-bottom .widget_newsletterwidget [type="text"]:hover,#sidebar .widget_newsletterwidget [type="email"]:focus,.wpb_widgetised_column .widget_newsletterwidget [type="email"]:focus,#sidebar-bottom .widget_newsletterwidget [type="email"]:focus,#sidebar .widget_newsletterwidget [type="text"]:focus,.wpb_widgetised_column .widget_newsletterwidget [type="text"]:focus,#sidebar-bottom .widget_newsletterwidget [type="text"]:focus{border-color:#dc0000;}#sidebar .widget_newsletterwidget .tnp-submit,.wpb_widgetised_column .widget_newsletterwidget .tnp-submit,#sidebar-bottom .widget_newsletterwidget .tnp-submit{padding:0;background-color:#dc0000;border:none;text-transform:uppercase;font-size:16px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */line-height:34px;}#sidebar .widget_newsletterwidget .tnp-submit:hover,.wpb_widgetised_column .widget_newsletterwidget .tnp-submit:hover,#sidebar-bottom .widget_newsletterwidget .tnp-submit:hover{background-color:#040304;}#sidebar .widget_newsletterwidget .tnp-field-button,.wpb_widgetised_column .widget_newsletterwidget .tnp-field-button,#sidebar-bottom .widget_newsletterwidget .tnp-field-button{margin-bottom:5px;}#sidebar .widget_calendar #wp-calendar,.wpb_widgetised_column .widget_calendar #wp-calendar,#sidebar-bottom .widget_calendar #wp-calendar{text-align:center;margin:0;border:none;position:relative;}#sidebar .widget_calendar #wp-calendar caption,.wpb_widgetised_column .widget_calendar #wp-calendar caption,#sidebar-bottom .widget_calendar #wp-calendar caption{font-size:18px;text-transform:uppercase;color:#040304;line-height:1;padding-top:0;text-align:center;}#sidebar .widget_calendar #wp-calendar th,.wpb_widgetised_column .widget_calendar #wp-calendar th,#sidebar-bottom .widget_calendar #wp-calendar th,#sidebar .widget_calendar #wp-calendar td,.wpb_widgetised_column .widget_calendar #wp-calendar td,#sidebar-bottom .widget_calendar #wp-calendar td{border:none;padding:0;text-align:center;}#sidebar .widget_calendar #wp-calendar td,.wpb_widgetised_column .widget_calendar #wp-calendar td,#sidebar-bottom .widget_calendar #wp-calendar td{font-family:'Monrad Grotesk Regular';}#sidebar .widget_calendar #wp-calendar tfoot #prev,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #prev,#sidebar-bottom .widget_calendar #wp-calendar tfoot #prev,#sidebar .widget_calendar #wp-calendar tfoot #next,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #next,#sidebar-bottom .widget_calendar #wp-calendar tfoot #next{position:absolute;top:-3px;line-height:1;}#sidebar .widget_calendar #wp-calendar tfoot #prev a,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #prev a,#sidebar-bottom .widget_calendar #wp-calendar tfoot #prev a,#sidebar .widget_calendar #wp-calendar tfoot #next a,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #next a,#sidebar-bottom .widget_calendar #wp-calendar tfoot #next a{font-size:0px;color:#040304;}#sidebar .widget_calendar #wp-calendar tfoot #prev a:before,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #prev a:before,#sidebar-bottom .widget_calendar #wp-calendar tfoot #prev a:before,#sidebar .widget_calendar #wp-calendar tfoot #next a:before,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #next a:before,#sidebar-bottom .widget_calendar #wp-calendar tfoot #next a:before{font-size:24px;font-family:'Material-Design-Iconic-Font';}#sidebar .widget_calendar #wp-calendar tfoot #prev a:hover,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #prev a:hover,#sidebar-bottom .widget_calendar #wp-calendar tfoot #prev a:hover,#sidebar .widget_calendar #wp-calendar tfoot #next a:hover,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #next a:hover,#sidebar-bottom .widget_calendar #wp-calendar tfoot #next a:hover{color:#dc0000;}#sidebar .widget_calendar #wp-calendar tfoot #prev,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #prev,#sidebar-bottom .widget_calendar #wp-calendar tfoot #prev{left:14px;}#sidebar .widget_calendar #wp-calendar tfoot #prev a:before,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #prev a:before,#sidebar-bottom .widget_calendar #wp-calendar tfoot #prev a:before{content:"\f2f4";}#sidebar .widget_calendar #wp-calendar tfoot #next,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #next,#sidebar-bottom .widget_calendar #wp-calendar tfoot #next{right:14px;}#sidebar .widget_calendar #wp-calendar tfoot #next a:before,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot #next a:before,#sidebar-bottom .widget_calendar #wp-calendar tfoot #next a:before{content:"\f2f6";}#sidebar .widget_calendar #wp-calendar tfoot .pad,.wpb_widgetised_column .widget_calendar #wp-calendar tfoot .pad,#sidebar-bottom .widget_calendar #wp-calendar tfoot .pad{display:none;}#sidebar .widget_search #searchform #searchsubmit,.wpb_widgetised_column .widget_search #searchform #searchsubmit,#sidebar-bottom .widget_search #searchform #searchsubmit{width:100%;}body{background-color:#f4f3f4;overflow-x:hidden;font-family:'Monrad Grotesk Semibold';font-weight:normal;letter-spacing:0.01em;color:#040304;font-size:14px;line-height:24px;-webkit-font-smoothing:antialiased;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}label{font-weight:normal;}img.aligncenter{margin:5px auto;}.sticky{opacity:1;}.alignleft{float:left;}img.alignleft{margin:5px 60px 15px 0;}.alignright{float:right;}img.alignright{margin-left:15px;margin-bottom:20px;}.wp-caption{opacity:1;}.wp-caption.alignnone{width:100% !important;}.inline{display:inline-block;}.media-left img{max-width:inherit;}.wp-caption-text{opacity:1;}.gallery-caption{opacity:1;}.left{float:left;}.right{float:right;}.text-upper{text-transform:uppercase;}.text-justify{text-align:justify;}.text-shadow-dark{-webkit-text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-moz-text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-ms-text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);text-shadow:0 1px 2px rgba(0, 0, 0, 0.25);}.block{display:block;}.max-width-container{max-width:1170px;margin-left:auto !important;margin-right:auto !important;}.menu-bg-gray{background-color:#efefef;}a{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#dc0000;}a:hover,a:focus{color:#040304;}a,a:hover,a:focus,a:before,a:after{outline:none;text-decoration:none;}.title-link a{text-decoration:underline !important;}h1,h2,h3,h4,h5,h6{margin:0 0 15px;line-height:1.1;font-family:'Monrad Grotesk Semibold';color:#040304;letter-spacing:0.01em;}ul{padding:0;margin:0;list-style:none;}p{margin:0 0 15px;}img{height:auto;max-width:100%;}.hide-image img{display:none;}.w40{float:left;width:40%;}.w50{float:left;width:50%;}.w60{float:left;width:60%;}.size_big{font-size:64px;}.size_small{font-size:26px;}body .wpb_content_element,body .wpb_button{margin-bottom:0;}.entry-content > .vc_row-fluid{position:relative;}.entry-content > .wpb_row .wpb_row{margin-left:-15px;margin-right:-15px;}.entry-content > .wpb_row .padding-30 .wpb_row{margin-left:0;margin-right:0;}.vc_row-fluid .container .container,.vc_row-fluid .vc_row-fluid .container{width:100%;}.media-body{width:inherit;}.thin{font-weight:300;}.well{border:medium none;border-radius:0;box-shadow:none;}.dark{color:#040304;}.dark2{color:;}.color-primary{color:#dc0000;}.color-secondary{color:#040304 !important;}.bg-primary{background-color:#dc0000;}.br-2px{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.br-3px{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.br-4px{-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}.br-5px{-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */}.z-index-1{z-index:1;}.lt0{letter-spacing:0 !important;}.lt20{letter-spacing:0.02em !important;}.lt35{letter-spacing:0.035em !important;}.abs{position:absolute;top:0;left:0;right:0;bottom:0;}.fs-16{font-size:16px;}#bg-position-bottom{background-position:center bottom;}.box-shadow.wpb_column > .vc_column-inner{-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);}.br-rtb-5px{-webkit-border-radius:0 5px 5px 0;-khtml-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-ms-border-radius:0 5px 5px 0;-o-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;/* BACKGROUND GRADIENT */}.br-rtb-5px .vc_single_image-img{-webkit-border-radius:0 5px 5px 0;-khtml-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-ms-border-radius:0 5px 5px 0;-o-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;/* BACKGROUND GRADIENT */}.br-ltb-5px{-webkit-border-radius:5px 0 0 5px;-khtml-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-ms-border-radius:5px 0 0 5px;-o-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;/* BACKGROUND GRADIENT */}.br-ltb-5px .vc_single_image-img{-webkit-border-radius:5px 0 0 5px;-khtml-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-ms-border-radius:5px 0 0 5px;-o-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;/* BACKGROUND GRADIENT */}.text-underline{color:#333c54;text-decoration:underline;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.text-underline:hover{color:#dc0000;}.color-white{color:#fff;}.fs-medium{font-size:16px;line-height:28px;/*
================> Unit Test
*/}table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;line-height:2;margin:0 0 20px;width:100%;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}table th{color:#040304;}caption,td{font-weight:normal;text-align:left;}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{padding:13px 8px;}th{font-weight:700;}td{border-top:1px solid #ededed;padding:6px 10px 6px 0;/*--- Definition Lists ---*/}dl{margin:0 0 0 25px;}dl dt{font-weight:normal;line-height:26px;text-transform:uppercase;font-weight:700;color:#040304;}dl dd{line-height:normal;margin-bottom:20px;}dl dd a{color:#dc0000;}dl dd a:hover{color:;}code,kbd{background-color:transparent;border-radius:4px;color:inherit;font-size:100%;padding:2px 4px;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;}ins{color:#fff;border:none;padding:2px;text-decoration:none;background-color:#dc0000;}pre{background:#f5f5f5;color:#666;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre-wrap;word-wrap:break-word;}#maps{overflow:visible !important;}.woocommerce ins{background-color:transparent;}.entry-content-inner ul{padding:0 0 0 35px;list-style-type:square;}.entry-content-inner ul.list-style-check{list-style:none;padding:0;}dl + h2 + ul{list-style:none;padding:0 0 0 35px;/* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */}dl + h2 + ul li{position:relative;padding-left:15px;}dl + h2 + ul li:before{content:"\f111";font-family:FontAwesome;font-size:7px;left:0;position:absolute;color:#dc0000;}dl + h2 + ul li ul{padding-left:35px;}.hd-fixed-hidden.hd-fixed #sidebar .widget-area{padding-top:86px;/* 
   [Start] 1. Newletter
   +-----------------------------------+
*/}.wpb_widgetised_column .widget_newsletterwidget{max-width:510px;margin:auto;/* 
   [Start] 2. Search
   +-----------------------------------+
*/}.wpb_widgetised_column .widget_newsletterwidget form{position:relative;}.wpb_widgetised_column .widget_newsletterwidget form p{margin:0;}.wpb_widgetised_column .widget_newsletterwidget .tnp-field-email{margin-top:15px;}.wpb_widgetised_column .widget_newsletterwidget .tnp-field-email label{display:none;}.wpb_widgetised_column .widget_newsletterwidget .tnp-field-email .tnp-email{background-color:#333c54 !important;border:none !important;-webkit-box-shadow:0 4px 10px rgba(0, 0, 0, 0.25) !important;-moz-box-shadow:0 4px 10px rgba(0, 0, 0, 0.25) !important;-ms-box-shadow:0 4px 10px rgba(0, 0, 0, 0.25) !important;box-shadow:0 4px 10px rgba(0, 0, 0, 0.25) !important;height:40px !important;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;padding-left:15px;font-style:italic;color:#7a7e8b;font-style:normal;text-transform:none;font-size:13px !important;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}.wpb_widgetised_column .widget_newsletterwidget .tnp-field-button{position:absolute;right:0;top:0;}.wpb_widgetised_column .widget_newsletterwidget .tnp-field-button .tnp-submit{height:40px !important;padding:0 18px !important;background-color:transparent !important;border:none !important;font-weight:700;color:#fff;font-size:12px;-webkit-border-radius:0 4px 4px 0;-khtml-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-ms-border-radius:0 4px 4px 0;-o-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;/* BACKGROUND GRADIENT */-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;z-index:2;position:initial !important;}.wpb_widgetised_column .widget_newsletterwidget .tnp-field-button .tnp-submit:hover{background-color:transparent !important;border-color:#dc0000 !important;}#searchform{position:relative;}#searchform .screen-reader-text{display:none;}#searchform #searchsubmit{min-width:170px;margin-top:15px;}.page-error-search #searchform{padding-right:185px;/* 
   [Start] 3. Tags
   +-----------------------------------+
*/}.page-error-search #searchform #searchsubmit{min-width:170px;position:absolute;top:0;right:0;margin-top:0;}.tagcloud a{font-size:12px !important;text-transform:uppercase;color:#929292;line-height:27px;padding:1px 14px 0;background-color:#fff;border:1px solid #e5e5e5;display:inline-block;margin-right:15px;margin-bottom:15px;/* 
   [Start] 4. Categories
   +-----------------------------------+
*/}.tagcloud a:hover{color:#dc0000;}.widget_archive li,.widget_categories li,.widget_meta li,.widget_pages li{line-height:32px;}.widget_archive li a,.widget_categories li a,.widget_meta li a,.widget_pages li a{color:#333c54;font-size:15px;text-transform:uppercase;letter-spacing:0.02em;}.widget_archive li a:hover,.widget_categories li a:hover,.widget_meta li a:hover,.widget_pages li a:hover{color:#dc0000;}.widget_archive li .children,.widget_categories li .children,.widget_meta li .children,.widget_pages li .children{padding-left:10px;}.widget_price_filter .wg-title{margin-bottom:24px !important;}.widget_price_filter .button{height:36px;padding:0 19px !important;line-height:36px !important;font-size:11px !important;}.widget_cs_social_widget li{display:inline-block;}.widget_cs_social_widget li a{color:#b2b6c1;font-size:15px;padding:0 22px 0 0;}.widget_cs_social_widget li a:hover{color:#dc0000;}.cms-recent-post ul li{border-bottom:1px solid #f4f3f4;padding:10px 30px 10px 25px;position:relative;}.cms-recent-post ul li .recent-readmore a{position:absolute;top:0;right:0;bottom:0;width:25px;background-color:#dc0000;color:#fff;text-align:center;font-size:15px;opacity:0;visibility:hidden;}.cms-recent-post ul li .recent-readmore a:hover{background-color:#040304;}.cms-recent-post ul li .recent-readmore a i{left:0;position:absolute;right:0;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-recent-post ul li:hover .recent-readmore a{opacity:1;visibility:visible;}.cms-recent-post .title{font-size:16px;line-height:24px;margin-bottom:0;}.cms-recent-post .title a{color:#040304;}.cms-recent-post .title a:hover{color:#dc0000;}.cms-recent-post .category{color:rgba(4, 3, 4, 0.66);font-size:13px;}.cms-recent-post .category a{color:rgba(4, 3, 4, 0.66);}.cms-recent-post .category a:hover{color:#dc0000;}#sb_instagram{margin:0 -5px;}#sb_instagram #sbi_images .sbi_item{padding:5px !important;}#sb_instagram #sbi_images .sbi_item img{-webkit-border-radius:3px !important;-khtml-border-radius:3px !important;-moz-border-radius:3px !important;-ms-border-radius:3px !important;-o-border-radius:3px !important;border-radius:3px !important;/* BACKGROUND GRADIENT */}.widget_layered_nav .count{display:none;}.woocommerce .widget_layered_nav li a,.woocommerce .widget_product_categories li a{display:block;position:relative;padding:0 0 0 23px !important;font-size:15px;line-height:28px;color:#040304;text-transform:capitalize;}.woocommerce .widget_layered_nav li a:before,.woocommerce .widget_product_categories li a:before{content:"";height:12px;width:12px;border:1px solid #040304;position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-border-radius:1px;-khtml-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-o-border-radius:1px;border-radius:1px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.woocommerce .widget_layered_nav li a:after,.woocommerce .widget_product_categories li a:after{content:"\f26b";font-family:'Material-Design-Iconic-Font';position:absolute;top:50%;font-size:11px;left:2px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */color:#dc0000;opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.woocommerce .widget_layered_nav li.current-cat > a,.woocommerce .widget_product_categories li.current-cat > a,.woocommerce .widget_layered_nav li:hover > a,.woocommerce .widget_product_categories li:hover > a{color:#dc0000;}.woocommerce .widget_layered_nav li.current-cat > a:before,.woocommerce .widget_product_categories li.current-cat > a:before,.woocommerce .widget_layered_nav li:hover > a:before,.woocommerce .widget_product_categories li:hover > a:before{background-color:#dc0000;border-color:#dc0000;}.woocommerce .widget_layered_nav li.current-cat > a:after,.woocommerce .widget_product_categories li.current-cat > a:after,.woocommerce .widget_layered_nav li:hover > a:after,.woocommerce .widget_product_categories li:hover > a:after{opacity:1;color:#fff;}.woocommerce .widget.widget_rating_filter ul li a{font-size:0px;line-height:0;padding:5px 0 5px 23px !important;position:relative;display:block;}.woocommerce .widget.widget_rating_filter ul li a:before{content:"";height:12px;width:12px;border:1px solid #040304;position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-border-radius:1px;-khtml-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-o-border-radius:1px;border-radius:1px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.woocommerce .widget.widget_rating_filter ul li a:after{content:"\f26b";font-family:'Material-Design-Iconic-Font';position:absolute;top:50%;font-size:11px;left:2px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */color:#dc0000;opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.woocommerce .widget.widget_rating_filter ul li a .star-rating{font-size:16px;line-height:1;margin-bottom:0 !important;}.woocommerce .widget.widget_rating_filter ul li.chosen > a,.woocommerce .widget.widget_rating_filter ul li:hover a{color:#dc0000;}.woocommerce .widget.widget_rating_filter ul li.chosen > a:before,.woocommerce .widget.widget_rating_filter ul li:hover a:before{background-color:#dc0000;border-color:#dc0000;}.woocommerce .widget.widget_rating_filter ul li.chosen > a:after,.woocommerce .widget.widget_rating_filter ul li:hover a:after{opacity:1;color:#fff;}.woocommerce .widget_layered_nav li.chosen a{color:#dc0000;}.woocommerce .widget_layered_nav li.chosen a:before{text-indent:-9999px;}.woocommerce .widget_layered_nav li.chosen a:after{opacity:1;}.widget_product_categories li.current-cat a{color:#dc0000;}.widget_product_categories li.current-cat a:after{opacity:1;}.widget_archive .screen-reader-text,.widget_categories .screen-reader-text,.widget_meta .screen-reader-text,.widget_pages .screen-reader-text{display:none;}.widget_rss li{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid rgba(0, 0, 0, 0.08);}.widget_rss li .rsswidget{font-size:16px;display:block;margin-bottom:8px;}.bg-gray{background-color:#fafbfd !important;}.opening-times h3{font-size:18px;line-height:28px;color:#040304;text-transform:uppercase;margin-bottom:10px;}.opening-times li{font-size:16px;line-height:32px;font-family:'Monrad Grotesk Regular';border-bottom:1px solid #eeeeef;}.opening-times li:last-child{border-bottom:none;}.opening-times li cite{font-style:normal;float:right;}.widget_ww_news_tabs{padding:0 !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;}.news-tab-wrapper .nav-tabs{border-bottom:1px solid #d8d8d8;}.news-tab-wrapper .nav-tabs li{border:none !important;margin:0 0 0 23px;background-color:transparent;}.news-tab-wrapper .nav-tabs li a{font-size:20px;line-height:1;color:rgba(4, 3, 4, 0.6);padding:18px 11px;border:none !important;position:relative;background-color:transparent;}.news-tab-wrapper .nav-tabs li a:before{content:"";height:1px;width:0;background-color:transparent;position:absolute;bottom:-1px;left:0;right:0;margin:auto;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.news-tab-wrapper .nav-tabs li:hover a,.news-tab-wrapper .nav-tabs li.active a{color:#dc0000;}.news-tab-wrapper .nav-tabs li:hover a:before,.news-tab-wrapper .nav-tabs li.active a:before{width:100%;background-color:#dc0000;}.news-tab-wrapper .nav-tabs li:not(.active){font-family:'Monrad Grotesk Regular';}.news-tab-wrapper .news-tab-list > .news-tab-item{padding:15px 10px 15px 30px;}.news-tab-wrapper .news-tab-holder{width:145px;float:left;}.news-tab-wrapper .news-tab-holder a{display:block;width:100%;min-height:125px;background-size:cover;background-position:center;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.news-tab-wrapper .news-tab-holder + .news-tab-details{padding-left:162px;}.news-tab-wrapper .news-tab-details .news-tab-date{font-size:14px;text-transform:uppercase;color:rgba(4, 3, 4, 0.6);font-family:'Monrad Grotesk Regular';margin-bottom:5px;}.news-tab-wrapper .news-tab-details .news-tab-title{font-size:22px;line-height:28px;margin-bottom:8px;}.news-tab-wrapper .news-tab-details .news-tab-title a{color:#040304;}.news-tab-wrapper .news-tab-details .news-tab-title a:hover{color:#dc0000;}.news-tab-wrapper .news-tab-details .news-tab-author{font-family:'Monrad Grotesk Regular';}.news-tab-wrapper .news-tab-details .news-tab-author span{color:rgba(4, 3, 4, 0.6);}.news-tab-wrapper .news-search{padding:23px 16px 25px 16px;}.news-tab-wrapper .news-search div:before{content:"\f1c3";font-family:"Material-Design-Iconic-Font";font-size:22px;color:#dc0000;font-size:22px;position:absolute;right:15px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.news-tab-wrapper .news-search .searchform{position:relative;}.news-tab-wrapper .news-search .searchform input#s{padding:5px 20px;height:40px;}.news-tab-wrapper .news-search .searchform #searchsubmit{height:40px;left:inherit;margin:0 !important;min-width:inherit !important;padding:0;position:absolute;right:0;text-indent:-9999px;top:0;width:60px;background-color:transparent;}.fss_single_wg .fss-price-head{text-align:left;display:none;}.fss_single_wg .fss-manu-contents .fss-manu-item{width:50%;float:left;}.fss_single_wg .fss-manu-contents .fss-manu-item:nth-child(even){float:right;}.fss_single_wg .fss-manu-contents .fss-manu-item:nth-child(2n+1){clear:left;}.fss_single_wg .fss-manu-contents .fss-manu-item .fss-manu-item-logo{width:33px;float:left;}.fss_single_wg .fss-manu-contents .fss-manu-item .fss-manu-item-logo img{max-width:33px;}.fss_single_wg .fss-manu-contents .fss-manu-item .fss-manu-item-name{padding-left:45px;}.fss_featured_wg .fss-featured-ads-item{padding:10px;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner{text-align:left;padding:10px;background-color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 4px 5px rgba(0, 0, 0, 0.12);-moz-box-shadow:0 4px 5px rgba(0, 0, 0, 0.12);-ms-box-shadow:0 4px 5px rgba(0, 0, 0, 0.12);box-shadow:0 4px 5px rgba(0, 0, 0, 0.12);}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-media{margin-bottom:15px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder{padding-right:35px;position:relative;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder .fss-featured-ads-favorite{font-size:20px;position:absolute;right:6px;top:0;cursor:pointer;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder .fss-featured-ads-favorite.active i:before{content:"\f27d";color:#f1de0a;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder h3{font-size:16px;margin-bottom:0;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder h3 a{color:#040304 !important;line-height:24px !important;font-size:20px;font-family:'Monrad Grotesk Semibold' !important;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder h3 a:hover{color:#dc0000 !important;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder .fss-featured-ads-engine{margin-bottom:25px;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder .fss-featured-ads-engine,.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder .fss-featured-ads-price-ono{font-size:15px;color:rgba(0, 0, 0, 0.66);line-height:normal;}.fss_featured_wg .fss-featured-ads-item .fss-featured-ads-item-inner .fss-featured-ads-holder .fss-featured-ads-price{font-size:22px;line-height:1;color:rgba(0, 0, 0, 0.87);}.fss_featured_wg .owl-controls .owl-nav .owl-prev,.fss_featured_wg .owl-controls .owl-nav .owl-next{font-size:0px;height:30px;width:30px;line-height:30px;display:block;position:absolute;bottom:0;}.fss_featured_wg .owl-controls .owl-nav .owl-prev:before,.fss_featured_wg .owl-controls .owl-nav .owl-next:before{font-family:"Material-Design-Iconic-Font";font-size:20px;color:rgba(0, 0, 0, 0.66);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.fss_featured_wg .owl-controls .owl-nav .owl-prev:hover:before,.fss_featured_wg .owl-controls .owl-nav .owl-next:hover:before{color:#dc0000;}.fss_featured_wg .owl-controls .owl-nav .owl-prev{left:10px;text-align:left;}.fss_featured_wg .owl-controls .owl-nav .owl-prev:before{content:"\f2ff";}.fss_featured_wg .owl-controls .owl-nav .owl-next{right:10px;text-align:right;}.fss_featured_wg .owl-controls .owl-nav .owl-next:before{content:"\f301";}.fs-finance-calculator-wrapper .fs-finance-calculator-month{padding:0 !important;text-indent:8px;}@media screen and (min-width:1580px){.single-post .is-right-sidebar .cms-images-gallery{margin-left:-90px;}.single-post .is-left-sidebar .cms-images-gallery{margin-right:-90px;}.fs-submit-car .fs-submit-body .fs-container{max-width:1440px;padding:0 100px;}.fs-submit-car .fs-submit-body .fs-submit-navigation a{position:absolute;margin:0;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */min-width:120px;}.fs-submit-car .fs-submit-body .fs-submit-navigation a.fs-submit-navigation-prev{left:-70px;}.fs-submit-car .fs-submit-body .fs-submit-navigation a.fs-submit-navigation-next{right:-70px;}.fs-submit-car .fs-submit-body .fs-form-heading{margin-left:-12px;}}@media screen and (min-width:1400px){.fs-search-by-make .fs-search-by-items{padding-right:130px;}body .container{width:100%;max-width:1370px;margin-left:auto;margin-right:auto;}.width_column_change #cms-footer-top .cms-col-5:nth-child(1){width:34%;padding-right:35px;}.width_column_change #cms-footer-top .cms-col-5:nth-child(2){width:17%;}.width_column_change #cms-footer-top .cms-col-5:nth-child(3){width:15%;}.width_column_change #cms-footer-top .cms-col-5:nth-child(4){width:15%;}.width_column_change #cms-footer-top .cms-col-5:nth-child(5){width:19%;}.page-template-blog-standard .is-right-sidebar > .row,.page-template-blog-grid-3columns .is-right-sidebar > .row,.page-template-blog-standard .is-left-sidebar > .row,.page-template-blog-grid-3columns .is-left-sidebar > .row{margin:0 -30px;}.page-template-blog-standard .is-right-sidebar > .row #content,.page-template-blog-grid-3columns .is-right-sidebar > .row #content,.page-template-blog-standard .is-left-sidebar > .row #content,.page-template-blog-grid-3columns .is-left-sidebar > .row #content,.page-template-blog-standard .is-right-sidebar > .row #sidebar,.page-template-blog-grid-3columns .is-right-sidebar > .row #sidebar,.page-template-blog-standard .is-left-sidebar > .row #sidebar,.page-template-blog-grid-3columns .is-left-sidebar > .row #sidebar{padding:0 30px;}.page-template-blog-standard .is-right-sidebar .entry-blog > .row,.page-template-blog-grid-3columns .is-right-sidebar .entry-blog > .row,.page-template-blog-standard .is-left-sidebar .entry-blog > .row,.page-template-blog-grid-3columns .is-left-sidebar .entry-blog > .row{margin:0 -20px;}.page-template-blog-standard .is-right-sidebar .entry-blog > .row .entry-blog-boxleft,.page-template-blog-grid-3columns .is-right-sidebar .entry-blog > .row .entry-blog-boxleft,.page-template-blog-standard .is-left-sidebar .entry-blog > .row .entry-blog-boxleft,.page-template-blog-grid-3columns .is-left-sidebar .entry-blog > .row .entry-blog-boxleft,.page-template-blog-standard .is-right-sidebar .entry-blog > .row .entry-blog-boxright,.page-template-blog-grid-3columns .is-right-sidebar .entry-blog > .row .entry-blog-boxright,.page-template-blog-standard .is-left-sidebar .entry-blog > .row .entry-blog-boxright,.page-template-blog-grid-3columns .is-left-sidebar .entry-blog > .row .entry-blog-boxright{padding:0 20px;}}@media screen and (max-width:1400px){.woocommerce .auto-banner{padding:15px !important;}.woocommerce .auto-banner h5{font-size:18px !important;}.woocommerce .auto-banner h3{font-size:36px !important;}.vc_column_container.section-offset-left{padding-left:15px;}.vc_column_container.section-offset-right{padding-right:15px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn{font-size:12px;padding-left:4px;padding-right:4px;}.fs-latest-car-grid-content .grid-item{padding-left:6px;padding-right:6px;}.box-specialist .box-button a{display:block;margin-top:10px;}.box-specialist .box-button a + a{float:none;}.fs-latest-car-wrap .fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-title{font-size:22px;}body #cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .h-button-text,body #cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-contact-top li{padding-left:15px;padding-right:15px;}body #cshero-header-inner.header-1 #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .btn-topbar{padding-left:18px;padding-right:18px;}.fs-submit-car .fs-submit-body .fs-container{padding:0 35px;}.fs-finance-calculator-form .btn-sm,.fs-contact-seller .fs-button-filled button{font-size:14px;padding:0 12px;}.single-vehicle-wrapper .single-vehicle-parameter{padding:15px;}.single-vehicle-wrapper .single-vehicle-parameter ul li{padding-left:15px;padding-top:10px;padding-bottom:10px;font-size:14px;}.single-vehicle-wrapper .single-vehicle-parameter ul li .media-body span{font-size:20px;}}@media screen and (min-width:1230px){#page-wrapper.cs-boxed .fs-search-form{padding:0 70px;}#page-wrapper.cs-boxed #cshero-header-inner.header-1{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}#page-wrapper.cs-boxed #cshero-header-inner.header-1 #cshero-header-topbar{background-color:#fff;margin:auto;max-width:1370px;-webkit-box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);-moz-box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);-ms-box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);}#page-wrapper.cs-boxed #cshero-header-inner.header-1 #cshero-header-topbar > .container{padding:0;}#page-wrapper.cs-boxed #cms-page-title{margin:auto;width:100%;max-width:1370px;}#page-wrapper.cs-boxed #cms-content{margin:auto;width:100%;max-width:1370px;overflow:hidden;position:relative;background-color:#fff;-webkit-box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);-moz-box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);-ms-box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);box-shadow:2px 0 4px rgba(0, 0, 0, 0.07);}#page-wrapper.cs-boxed #cms-content .container{width:100%;}#page-wrapper.cs-boxed #cms-content #primary .entry-content > .vc_row[data-vc-full-width] > .wpb_column.vc_col-sm-12{padding-left:20px;padding-right:20px;}#page-wrapper.cs-boxed #cms-content #primary .entry-content > .vc_row{padding-left:20px;padding-right:20px;}#page-wrapper.cs-boxed #cms-content #primary .entry-content > .vc_row.vc_row-no-padding{padding-left:0;padding-right:0;max-width:1370px;left:0 !important;}#page-wrapper.cs-boxed #cms-content #primary .entry-content > .vc_row.vc_row-no-padding > .wpb_column.vc_column_container{padding-left:0;padding-right:0;}#page-wrapper.cs-boxed #cms-content #primary .entry-content > .vc_row.vc_row-no-padding .fs-categories-wrap{padding-left:40px !important;}#page-wrapper.cs-boxed .site-footer #cms-footer-top > .container,#page-wrapper.cs-boxed .site-footer #cms-footer-bottom > .container{max-width:1390px;}}@media screen and (min-width:1280px){#page-wrapper.cs-boxed #cshero-header > .container > .row{margin:0 -30px;}body.header-full #cshero-header > .container > .row{margin:0 -15px;}}@media screen and (max-width:1280px){#cshero-header-inner .cshero-header-search-vehicles{max-width:190px;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li,.cshero-header-navigation .main-navigation .menu-main-menu > li{padding:0 17px;}#cshero-header-inner .cshero-header-search-vehicles + .cshero-header-navigation-inner{padding-right:34px;}}@media screen and (min-width:1200px){.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article{width:33.33%;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article:nth-child(3n+1){clear:left;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt{width:50%;float:left;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt.fs-vehicle-view-details{width:calc(50% - 20px);width:-webkit-calc(50% - 20px);width:-ms-calc(50% - 20px);width:-o-calc(50% - 20px);width:-moz-calc(50% - 20px);}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt.fs-vehicle-add-compare,.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt.fs-remove-compare{float:right;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt + .btn{margin-left:0;}.fs-lists.left{margin-right:95px;}}@media screen and (max-width:1200px){/* ==========================================================================
  [Start] Medium devices (desktops, 992px and up)
========================================================================== */.cshero-header-navigation .main-navigation .columns4 > li.w16{width:18% !important;}.cshero-header-navigation .main-navigation .columns4 > li.w24:nth-child(4){width:22% !important;}.cms-newsletter{padding-bottom:30px;}.cms-newsletter .cms-newsletter-inner{padding:0 15px;}.cms-newsletter .cms-newsletter-inner:before{right:0;margin:auto;}.cms-newsletter .cms-newsletter-inner .cms-newsletter-heading{float:none;text-align:center;}.cms-newsletter .cms-newsletter-inner form{margin-right:auto;margin-top:10px;}.vc_row-no-padding .fs-categories-wrap .fs-categories-carousel .owl-controls{right:15px;}.container{width:100%;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article{width:50%;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article:nth-child(2n+1){clear:left;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-button .btn.btn-primary-alt{width:100%;margin-bottom:10px;margin-left:0;}}@media screen and (min-width:992px){/* ==========================================================================
   [Start] Small devices (tablets, 768px and up)
========================================================================== */#cshero-menu-mobile{display:none !important;}}@media screen and (max-width:991px){#comments .comment-list .children{padding:0;}#cshero-header-inner .cshero-header-search-vehicles + .cshero-header-navigation-inner{padding-right:0;}.menu-bg-gray{background-color:transparent;}.cms-newsletter.style1 .cms-newsletter-inner form{padding-right:0;overflow:visible;margin:auto;}.cms-newsletter.style1 .cms-newsletter-inner form .tnp-submit{display:block;margin:10px auto 0;position:static;}.cms-newsletter.style1 .cms-newsletter-inner .cms-newsletter-heading{padding-bottom:12px;width:100%;}.fs-latest-car-wrap .fs-latest-car-content .owl-controls{position:static;margin:30px 0;}.fs-search-form-wrap.layout2 .fs-search-heading .fs-s-title,.fs-search-form-wrap.layout2 .fs-search-heading .fs-search-car-type{margin-bottom:10px;}#cshero-header-inner .cshero-header-search-vehicles{max-width:100%;}.fs-search-form.box-fixed{position:static;margin-bottom:55px;}.fs-search-form.box-fixed .fs-search-button{display:none;}#sidebar .widget-area{position:static !important;}.single-post #cms-content .entry-content.st2 .entry-title{font-size:28px;}.fs-latest-car-wrap .fs-latest-car-filter{text-align:center;}.fs-latest-car-wrap .fs-latest-controls{margin:30px 0;position:static;text-align:center;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image{margin-top:15px;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description{padding-left:0;padding-right:0;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description .cms-single-image-description-inner,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description p,.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description ul{margin:0;}#cshero-header-inner{height:inherit !important;}.error404 #cms-content{padding:80px 0;}.error404 #cms-content .page-error-holder .menu-404 li{width:50%;}.page-error-search #searchform{padding-right:0;}.page-error-search #searchform #searchsubmit{position:static;}.entry-blog .entry-blog-boxright{margin-bottom:30px;}.page-template-blog-grid-3columns #main,.blog-type-content-grid-3columns #main{margin:0 -15px;}.page-template-blog-grid-3columns #main article,.blog-type-content-grid-3columns #main article{width:50%;padding-left:15px;padding-right:15px;}.page-template-blog-grid-3columns #main article:nth-child(2n+1),.blog-type-content-grid-3columns #main article:nth-child(2n+1){clear:left;}.page-template-blog-grid-3columns #main article:nth-child(3n+1),.blog-type-content-grid-3columns #main article:nth-child(3n+1){clear:none !important;}.single-post .entry-social .post-social-shared li{width:50%;margin-bottom:15px;}#cms-footer-top .cms-footer-top-item{margin-bottom:35px;}#cms-footer-top .cms-footer-top-item:nth-child(3){clear:left;}#cms-footer-top .cms-col-5{width:50% !important;}#cms-footer-top .cms-col-5:nth-child(5){clear:left;width:100% !important;}.rm-padding-sm > .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}.rm-padding-sm.vc_row{padding-left:0 !important;padding-right:0 !important;}.rm-padding-sm-right > .vc_column-inner{padding-right:15px !important;}.rm-padding-sm30 .vc_column-inner{padding-left:30px !important;padding-right:30px !important;}blockquote.bl-inline{width:100%;margin-bottom:30px;}#sidebar aside.auto-banner h5{font-size:16px;}#sidebar aside.auto-banner h3{font-size:28px;}#sidebar aside.auto-banner .btn{padding:0 10px;font-size:14px;}.fs-user-wrapper .fs-form .fs-input-filled label{width:100%;}.fs-user-wrapper .fs-form .fs-input-filled:not(.rm-input) input{width:100%;}.fs-user-wrapper .fs-form .fs-input-filled.rm-input label{padding-bottom:8px;}.fs-user-wrapper .fs-form .fs-form-title{font-size:32px;}.fs-user-wrapper .fs-form .fs-form-main .fs-form-title{margin-bottom:18px;}.fs-submit-car .fs-submit-header .fs-container .fs-col{padding:10px 15px;float:left;width:50%;text-align:left;}.fs-submit-car .fs-submit-header .fs-container .fs-col:nth-child(2),.fs-submit-car .fs-submit-header .fs-container .fs-col:nth-child(4){float:right;}.fs-submit-car .fs-submit-header .fs-container .fs-col .fs-submit-process-item:before{display:none;}.fs-submit-car .fs-submit-body .fs-container{padding:0 15px;}.fs-compare-wrapper .fs-compare-table td{font-size:16px;}.fs-compare-wrapper .fs-compare-head .fs-compare-holder .fs-compare-title{font-size:16px;line-height:24px;}.fs-compare-wrapper .fs-compare-feature .fs-compare-col-0{font-size:18px;}.fs-compare-wrapper .fs-compare-feature ul li{font-size:16px;padding:8px 10px;}.single-vehicle-wrapper .single-vehicle-parameter ul li{border:none;}.single-vehicle-wrapper .single-vehicle-adv-list .single-vehicle-features li{width:50%;}.single-vehicle-wrapper .single-vehicle-content,.single-vehicle-wrapper .single-vehicle-adv-list{padding:15px;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li{width:50%;float:left;padding:0 5px;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > a,.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li > span{width:100%;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li + li{margin:0 !important;}#cms-page-title .cms-flex-wrap{display:block;}#cms-page-title .cms-flex-wrap .cms-flex-center{text-align:center;justify-content:center;padding-top:20px;}.single-fs_product #content + #sidebar{margin-top:60px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li{width:100%;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li.icon-mi,.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-parameter li.icon-ge{width:100%;}}@media (min-width:768px) and (max-width:992px){/* ==========================================================================
   [Start] Extra small devices 
========================================================================== */.text-center-sm{text-align:center;justify-content:center;}.text-center-sm + .text-center-sm{padding-top:10px;}.text-left-sm{text-align:left;}.cms-latest-news .cms-latestnews-item .cms-latestnews-media{float:none;}.cms-latest-news .cms-latestnews-item .cms-latestnews-media a{height:100px;max-width:300px;width:100%;}.cms-latest-news .cms-latestnews-item .cms-latestnews-details{margin-top:19px;padding-left:0;}}@media screen and (max-width:767px){.fs-dashboard .fs-user-profile-navigation,.fs-dashboard .fs-dashboard-content{padding:20px;}.fs-categories-wrap .fs-categories-carousel .owl-controls{position:static;margin:30px 0 0;}.cms-newsletter.style2 .cms-newsletter-inner .tnp-submit{font-size:13px;padding-left:12px;padding-right:12px;}.box-specialist h3{font-size:30px;line-height:42px;}.vc_custom_heading.title-resize-xs{font-size:36px !important;line-height:48px !important;}.fs-element-heading{padding-bottom:15px;}.fs-element-heading a{float:left !important;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-latest-holder{padding-right:0;}.fs-vehicle-wrapper.style2 .grid-item .fs-vehicle-grid-item .fs-vehicle-content-details .fs-vehicle-price{position:static;-webkit-transform:translate(0px, 0px);-khtml-transform:translate(0px, 0px);-moz-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);transform:translate(0px, 0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.col-hidden-border-xs > .vc_column-inner{border:none !important;}.text-left-xs{text-align:left;}.news-tab-wrapper .news-tab-holder{width:100px;}.news-tab-wrapper .news-tab-holder a{min-height:100px;}.news-tab-wrapper .news-tab-holder + .news-tab-details{padding-left:115px;}.cms-newsletter .cms-newsletter-inner .cms-newsletter-heading{line-height:normal;}.cms-newsletter .cms-newsletter-inner form{padding-right:0;}.cms-newsletter .cms-newsletter-inner form button[type="submit"]{position:static;width:100%;margin-top:10px;}.fs-search-by-make .fs-search-by-title{float:none;margin-bottom:22px;}.fs-search-by-make .fs-search-by-items{padding-left:0;}#cshero-header #cshero-header-navigation{max-width:100%;}.text-center-xs{text-align:center !important;justify-content:center;}.text-center-xs + .text-center-xs{padding-top:10px;}.vc_tta-tabs-position-left .vc_tta-tabs-container{display:none !important;}.rm-padding-xs > .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}.rm-padding-xs-right > .vc_column-inner{padding-right:15px !important;}#primary #content + #sidebar{margin-top:60px;}.single-post #cms-page-title{padding-top:100px;padding-bottom:100px;text-align:center;}.single-post #cms-page-title .cms-post-content h2{font-size:32px;}.single-post #cms-content .entry-content{font-size:16px;line-height:28px;}.single-post .cms-post-holder .inline{display:block;margin-bottom:20px;margin-left:0;}.single-post .entry-social .post-social-shared li{width:100%;}#cms-footer-top .cms-col-5{width:100% !important;}.fs-sort-bar-wrapper .fs-label{display:block;margin-bottom:6px;}.fs-user-wrapper .fs-form .fs-form-title{font-size:22px;}.fs-user-wrapper .fs-form .fs-form-main,.fs-user-wrapper .fs-form .fs-form-footer{padding:20px;}.fs-submit-car .fs-submit-header .fs-container .fs-col{width:100%;}.fs-submit-car .fs-submit-header .fs-container .fs-col .fs-submit-process-item{padding:0;}.fs-submit-car .fs-submit-body .fs-form-step-inner .fs-form-step-content{padding:15px 20px;}.fs-submit-car .fs-submit-body .fs-submit-galleries label span{font-size:0;}.fs-submit-car .fs-submit-body .fs-submit-galleries label span i{padding-right:0;}.fs-compare-wrapper .fs-compare-table td{border-right:none;}.single-vehicle-wrapper .single-vehicle-parameter ul{display:block;}.single-vehicle-wrapper .single-vehicle-parameter ul li{width:50%;float:left;}.single-vehicle-wrapper .single-vehicle-holder .single-vehicle-holder-list > li{width:100%;}.single-vehicle-wrapper .single-vehicle-wrapper .cms-vehicle-slider a.z-view{min-height:320px;}.single-vehicle-wrapper .single-vehicle-content-bottom .btn{padding:0 30px;}.fs-compare-wrapper .fs-compare-body .fs-compare-holder-wrap,.fs-compare-wrapper .fs-compare-body .fs-compare-no-item{display:block;}.fs-compare-wrapper .fs-compare-body .fs-compare-col-0{display:none;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder{display:block;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-title{padding-bottom:0;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-price{padding-top:0;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-title,.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-holder .fs-vehicle-price{display:block;width:100%;text-align:left;align-content:left;border:none;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col1,.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col2,.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col3{border:none;margin-bottom:20px;padding:0 15px;width:100%;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col3{text-align:left;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col3 div{display:inline-block;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-ar-col3 .fs-vehicle-author-logo{margin:0 15px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-images .fs-vehicle-feature-image{height:278px;}.fs-vehicle-wrapper .fs-vehicle-list .fs-vehicle-item .fs-vehicle-content{border:none;margin-top:20px;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article{width:100%;}.fs-vehicle-wrapper.fs-layout-3 .fs-vehicle-items > article:nth-child(2n+1){clear:inherit;}.cms-single-image .cms-single-image-inner.style2 .cms-single-image-description ul li{width:100%;}.select-arrow2.line-right::before{display:none;}.fs-search-form-wrap{padding:20px 20px 8px;}.fs-search-form-wrap .fs-search-heading h3{font-size:18px;line-height:28px;margin-bottom:20px;}}@media screen and (max-width:640px){.page-template-blog-grid-2columns #main article,.page-template-blog-grid-3columns #main article,.blog-type-content-grid-2columns #main article,.blog-type-content-grid-3columns #main article{width:100%;}}@media screen and (max-width:480px){.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item{width:100%;}}#cms-theme.woocommerce:not(.post-type-archive) #cms-page-title{display:none;}#cms-theme.woocommerce #cshero-header-inner #cshero-header-topbar .cshero-header-topbar-inner .cshero-header-topbar-button .h-cart-wrapper{display:inline-block;}#cms-theme .site-header .widget_shopping_cart{position:absolute;top:110%;right:0;background-color:#dc0000;color:rgba(255, 255, 255, 0.8);max-width:230px;width:100%;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */letter-spacing:0.035em;font-size:11px;opacity:0 !important;visibility:hidden;z-index:1004;margin-top:1px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme .site-header .widget_shopping_cart.open{-webkit-border-radius:0 0 3px 3px;-khtml-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-ms-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;/* BACKGROUND GRADIENT */top:100%;opacity:1 !important;visibility:visible;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header{line-height:1;padding:17px 20px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header h3{font-size:11px;line-height:1;text-transform:uppercase;margin-bottom:17px;float:left;margin-bottom:0;color:#fff;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header .couter_items{float:right;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header .couter_items i{padding-right:6px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content{height:162px !important;background-color:rgba(0, 0, 0, 0.2);border-width:1px;border-color:rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.12) rgba(0, 0, 0, 0.2);border-style:solid;padding:0 !important;width:100% !important;overflow:hidden;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty{height:0 !important;visibility:hidden;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty + div{display:none !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty + div + div{display:none !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li{text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.06);width:100%;padding:7px 30px 7px 10px;min-height:61px;position:relative;line-height:22px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li img{float:left;margin:0 10px 0 0;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */max-width:45px;width:100%;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a{color:#fff;line-height:15px;font-weight:normal;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a:hover{color:#040304;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove{background-color:transparent !important;border:1px solid #fff;color:#fff !important;display:inline-block;font-size:9px;height:13px;left:inherit;line-height:11px;position:absolute;right:13px;text-align:center;top:0;width:13px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove:hover{border-color:#040304;color:#040304 !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .quantity{display:inline;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer{padding:13px 20px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .total{font-size:12px;line-height:1;padding:0;margin-bottom:10px;text-transform:uppercase;border:none;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons{line-height:1;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons .checkout{font-size:10px;height:22px;line-height:22px;padding:0 12px;display:inline-block;background-color:#fff;color:#040304;margin:0;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons .checkout:hover{color:#dc0000;}#cms-theme .site-header .widget_shopping_cart .enscroll-track{width:7px;background-color:rgba(0, 0, 0, 0.18);}#cms-theme .site-header .widget_shopping_cart .enscroll-track .vertical-handle{width:7px;background-color:rgba(0, 0, 0, 0.3);right:0;}#cms-theme #cshero-header.header-fixed .widget_shopping_cart{top:83px;}#cms-theme .header-5 .widget_shopping_cart,#cms-theme .header-6 .widget_shopping_cart,#cms-theme .header-5 .widget-search-header,#cms-theme .header-6 .widget-search-header{top:111px !important;}#cms-theme .header-8 .widget_shopping_cart{top:60px !important;right:0;}#cms-theme.woocommerce .auto-banner,#cms-theme.woocommerce-page .auto-banner{background-image:url("../images/autosmart/auto-banner-shop.jpg") !important;}#cms-theme.woocommerce #page:before,#cms-theme.woocommerce-page #page:before{width:443px;height:719px;background-image:url(../images/bg-shop-right.png);background-repeat:no-repeat;content:"";position:absolute;top:74px;right:0;z-index:-1;}#cms-theme.woocommerce #page:after,#cms-theme.woocommerce-page #page:after{width:539px;height:658px;background-image:url(../images/bg-shop-left.png);background-repeat:no-repeat;content:"";position:absolute;top:850px;left:0;z-index:-1;}#cms-theme.woocommerce #cms-content,#cms-theme.woocommerce-page #cms-content{background-color:#f4f3f4;padding-top:25px !important;padding-bottom:50px !important;}#cms-theme.woocommerce #cms-content .shop-banner,#cms-theme.woocommerce-page #cms-content .shop-banner{width:100%;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */margin-bottom:30px;}#cms-theme.woocommerce #cshero-header-top-woo,#cms-theme.woocommerce-page #cshero-header-top-woo{display:block;}#cms-theme.woocommerce .woocommerce-page-title,#cms-theme.woocommerce-page .woocommerce-page-title{padding:54px 0 56px 0;}#cms-theme.woocommerce .woocommerce-page-title:before,#cms-theme.woocommerce-page .woocommerce-page-title:before{background-color:rgba(38, 50, 56, 0.77);}#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner{float:right;}#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner h1,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner h1,#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner h2,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner h2{font-family:'Monrad Grotesk Regular';line-height:1.2;color:#fff;text-transform:uppercase;letter-spacing:0.02em;}#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner h1 cite,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner h1 cite,#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner h2 cite,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner h2 cite{font-style:normal;}#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner h1,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner h1{font-size:38px;margin-bottom:6px;}#cms-theme.woocommerce .woocommerce-page-title .cms-page-title-inner h2,#cms-theme.woocommerce-page .woocommerce-page-title .cms-page-title-inner h2{font-size:24px;margin-bottom:22px;}#cms-theme.woocommerce.single-product .shop-breadcrumb,#cms-theme.woocommerce-page.single-product .shop-breadcrumb{width:100%;padding:18px 0;}#cms-theme.woocommerce.single-product .shop-breadcrumb + .woocommerce-message,#cms-theme.woocommerce-page.single-product .shop-breadcrumb + .woocommerce-message{float:left;width:100%;}#cms-theme.woocommerce.single-product .shop-breadcrumb + .woocommerce-message + .product,#cms-theme.woocommerce-page.single-product .shop-breadcrumb + .woocommerce-message + .product{width:100%;clear:left;}#cms-theme.woocommerce.single-product .shop-breadcrumb + .product,#cms-theme.woocommerce-page.single-product .shop-breadcrumb + .product{width:100%;clear:left;}#cms-theme.woocommerce #page-wrapper.cs-wide,#cms-theme.woocommerce-page #page-wrapper.cs-wide{background-color:#fff;/* [Start] 1. Navigation */}#cms-theme.woocommerce .woocommerce-pagination,#cms-theme.woocommerce-page .woocommerce-pagination,#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links{border-bottom:1px solid #dcdbdc;text-align:right;margin-top:0px;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers,#cms-theme.woocommerce .woo-nav-links ul.page-numbers,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers{border:none;margin:0;padding-bottom:22px;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li{display:inline-block;border:none;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li + li,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li + li,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li + li,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li + li{padding-left:10px;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers{font-size:16px;color:#adadad;height:26px;width:26px;line-height:26px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */background-color:transparent;padding:0;text-align:center;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.current,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.current,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.current,#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers:hover,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers:hover,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers:hover{background-color:#dc0000;color:#fff;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.prev,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.prev,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.prev{background-color:#fff;color:#dc0000;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.next:hover,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.next:hover,#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.prev:hover,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.prev:hover{background-color:#dc0000;color:#fff;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.prev,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.prev,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.prev{font-size:0;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev:before,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.prev:before,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.prev:before,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.prev:before{content:"\f2fa";font-family:"Material-Design-Iconic-Font";font-size:16px;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.next,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.next{font-size:0;}#cms-theme.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:before,#cms-theme.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.next:before,#cms-theme.woocommerce .woo-nav-links ul.page-numbers li .page-numbers.next:before,#cms-theme.woocommerce-page .woo-nav-links ul.page-numbers li .page-numbers.next:before{content:"\f2fb";font-family:"Material-Design-Iconic-Font";font-size:16px;}#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links{padding-top:24px;/* [End] 1. Navigation *//* [Start] 2. Button */}#cms-theme.woocommerce .woo-nav-links li,#cms-theme.woocommerce-page .woo-nav-links li{display:inline-block;}#cms-theme.woocommerce input#submit:not(.btn-nostyle),#cms-theme.woocommerce-page input#submit:not(.btn-nostyle),#cms-theme.woocommerce .button:not(.btn-nostyle),#cms-theme.woocommerce-page .button:not(.btn-nostyle),#cms-theme.woocommerce button input[type="submit"]:not(.btn-nostyle),#cms-theme.woocommerce-page button input[type="submit"]:not(.btn-nostyle){background-color:#dc0000;font-size:16px;font-weight:normal;border:none;color:#fff;text-transform:uppercase;padding:0 38px;line-height:50px;letter-spacing:0.01em;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */position:relative;font-family:'Monrad Grotesk Semibold';}#cms-theme.woocommerce button:hover:not(.btn-nostyle),#cms-theme.woocommerce-page button:hover:not(.btn-nostyle),#cms-theme.woocommerce .button:hover:not(.btn-nostyle),#cms-theme.woocommerce-page .button:hover:not(.btn-nostyle),#cms-theme.woocommerce input[type="submit"]:hover:not(.btn-nostyle),#cms-theme.woocommerce-page input[type="submit"]:hover:not(.btn-nostyle),#cms-theme.woocommerce button:focus:not(.btn-nostyle),#cms-theme.woocommerce-page button:focus:not(.btn-nostyle),#cms-theme.woocommerce .button:focus:not(.btn-nostyle),#cms-theme.woocommerce-page .button:focus:not(.btn-nostyle),#cms-theme.woocommerce input[type="submit"]:focus:not(.btn-nostyle),#cms-theme.woocommerce-page input[type="submit"]:focus:not(.btn-nostyle){outline:medium none;text-decoration:none;background-color:#040304;color:#fff;}#cms-theme.woocommerce .select2-container--default .select2-selection--single,#cms-theme.woocommerce-page .select2-container--default .select2-selection--single{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */background-color:#fff;border:1px solid #d8d8d8;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);height:44px;}#cms-theme.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,#cms-theme.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{color:rgba(4, 3, 4, 0.5);line-height:44px;padding:0 20px;}#cms-theme.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,#cms-theme.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow{width:44px;height:44px;}#cms-theme.woocommerce .select2-results__option,#cms-theme.woocommerce-page .select2-results__option{color:rgba(4, 3, 4, 0.5) !important;}#cms-theme.woocommerce input#submit,#cms-theme.woocommerce-page input#submit{background-color:#323232;color:#fff;border-color:#323232;}#cms-theme.woocommerce input#submit:hover,#cms-theme.woocommerce-page input#submit:hover,#cms-theme.woocommerce input#submit:focus,#cms-theme.woocommerce-page input#submit:focus{background-color:#dc0000;border-color:#dc0000;color:#fff !important;}#cms-theme.woocommerce select,#cms-theme.woocommerce-page select{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */border:1px solid #eceff1;color:#424242;height:50px;line-height:20px;outline:medium none;padding:0 10px;font-size:12px;/* [End] 2. Button *//* [Start] 3. Sidebar */}#cms-theme.woocommerce .widget_price_filter .ui-slider,#cms-theme.woocommerce-page .widget_price_filter .ui-slider{background-color:#b6b6b6;margin:0 0 32px;-webkit-width:-webkit-calc(100% - 15px);-moz-width:-moz-calc(100% - 15px);width:calc(100% - 15px);}#cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,#cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{background-color:#dc0000;top:-6px;height:15px;width:15px;margin:0;border:none;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */}#cms-theme.woocommerce .widget_price_filter .price_slider_amount .button,#cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .button{position:relative;z-index:1;}#cms-theme.woocommerce .widget_price_filter .price_slider_amount .price_label,#cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .price_label{color:#323232;font-size-adjust:inherit;padding:3px 0;}#cms-theme.woocommerce .widget_products,#cms-theme.woocommerce-page .widget_products{/* [End] 3. Sidebar *//* [Start] 4. Archive Product */}#cms-theme.woocommerce .widget_products ul li,#cms-theme.woocommerce-page .widget_products ul li{border-bottom:1px solid #f5f4f4;margin-bottom:20px;padding:0;}#cms-theme.woocommerce .widget_products ul li:last-child,#cms-theme.woocommerce-page .widget_products ul li:last-child{border:none;margin-bottom:0;}#cms-theme.woocommerce .widget_products ul li a,#cms-theme.woocommerce-page .widget_products ul li a{font-weight:700;font-size:15px;font-weight:700;line-height:24px;margin-bottom:5px;}#cms-theme.woocommerce .widget_products ul li a img,#cms-theme.woocommerce-page .widget_products ul li a img{background-color:#ededed;border-radius:2px;float:left;margin:0 20px 20px 0;max-width:70px;padding:8px 15px;width:100%;}#cms-theme.woocommerce .widget_products ul li .amount,#cms-theme.woocommerce-page .widget_products ul li .amount,#cms-theme.woocommerce .widget_products ul li ins .amount,#cms-theme.woocommerce-page .widget_products ul li ins .amount{font-size:13px;color:#a9a9a9;}#cms-theme.woocommerce .widget_products ul li del .amount,#cms-theme.woocommerce-page .widget_products ul li del .amount{color:#b2b2b2;font-size:16px;font-weight:normal;}#cms-theme.woocommerce .cms-ordering-wrap,#cms-theme.woocommerce-page .cms-ordering-wrap{background-color:#dc0000;padding:10px 5px;color:#fff;margin-bottom:30px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}#cms-theme.woocommerce .cms-ordering-wrap .woocommerce-ordering,#cms-theme.woocommerce-page .cms-ordering-wrap .woocommerce-ordering{float:left;margin-bottom:0;}#cms-theme.woocommerce .cms-ordering-wrap .woocommerce-ordering .woocommerce-sort-label,#cms-theme.woocommerce-page .cms-ordering-wrap .woocommerce-ordering .woocommerce-sort-label{display:inline-block;font-size:16px;line-height:30px;margin-right:22px;vertical-align:middle;}#cms-theme.woocommerce .cms-ordering-wrap .select-arrow,#cms-theme.woocommerce-page .cms-ordering-wrap .select-arrow{display:inline-block;max-width:230px;width:100%;}#cms-theme.woocommerce .cms-ordering-wrap .select-arrow select,#cms-theme.woocommerce-page .cms-ordering-wrap .select-arrow select{height:30px;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-transform:capitalize;}#cms-theme.woocommerce .cms-ordering-wrap + .woocommerce-pagination,#cms-theme.woocommerce-page .cms-ordering-wrap + .woocommerce-pagination{border:none;}#cms-theme.woocommerce .cms-ordering-wrap .shop-layout a,#cms-theme.woocommerce-page .cms-ordering-wrap .shop-layout a{color:rgba(0, 0, 0, 0.35);font-size:26px;display:inline-block;vertical-align:middle;}#cms-theme.woocommerce .cms-ordering-wrap .shop-layout a.active,#cms-theme.woocommerce-page .cms-ordering-wrap .shop-layout a.active,#cms-theme.woocommerce .cms-ordering-wrap .shop-layout a:hover,#cms-theme.woocommerce-page .cms-ordering-wrap .shop-layout a:hover{color:#fff;}#cms-theme.woocommerce .cms-ordering-wrap .shop-layout a + a,#cms-theme.woocommerce-page .cms-ordering-wrap .shop-layout a + a{margin-left:12px;}#cms-theme.woocommerce .products,#cms-theme.woocommerce-page .products{margin-left:-15px;margin-right:-15px;}#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li{margin-right:0;padding:0 15px;width:33.33%;clear:initial;margin-bottom:30px;}#cms-theme.woocommerce .products li.last,#cms-theme.woocommerce-page .products li.last{margin-right:0;}#cms-theme.woocommerce .products li:nth-child(3n+1),#cms-theme.woocommerce-page .products li:nth-child(3n+1){clear:left;}#cms-theme.woocommerce .products li.cms-product-related,#cms-theme.woocommerce-page .products li.cms-product-related{margin-bottom:0;width:25%;}#cms-theme.woocommerce .products li.cms-product-related:nth-child(3n+1),#cms-theme.woocommerce-page .products li.cms-product-related:nth-child(3n+1){clear:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap{background-color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */padding:15px;height:100%;position:relative;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image{position:relative;margin-bottom:15px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image img,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image img{margin-bottom:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder{background-color:rgba(255, 255, 255, 0.87);-webkit-border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);left:0;max-width:170px;position:absolute;right:0;top:60%;width:100%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;padding:15px 0;margin:auto;opacity:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a:not(.woocommerce-LoopProduct-link),#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a:not(.woocommerce-LoopProduct-link){color:rgba(4, 3, 4, 0.66);display:inline-block;font-size:24px;line-height:1;padding:0 30px;vertical-align:middle;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a:not(.woocommerce-LoopProduct-link):hover,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a:not(.woocommerce-LoopProduct-link):hover{color:#dc0000;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple{background-color:transparent;font-size:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple:before{content:"\f309";font-family:"Material-Design-Iconic-Font";font-size:24px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple.added,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple.added{display:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple.add_to_cart_button:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_simple.add_to_cart_button:before{content:"\f1ca";}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.added_to_cart.wc-forward,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.added_to_cart.wc-forward{background-color:transparent;font-size:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.added_to_cart.wc-forward:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.added_to_cart.wc-forward:before{content:"\f26b";font-family:"Material-Design-Iconic-Font";font-size:24px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_variable,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_variable{background-color:transparent;font-size:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_variable:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.product_type_variable:before{content:"\f239";font-family:"Material-Design-Iconic-Font";font-size:24px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.cshero-product-details,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-woo-holder a.cshero-product-details{border-left:1px solid rgba(0, 0, 0, 0.15);}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .sg-product-category,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .sg-product-category{color:rgba(4, 3, 4, 0.60);}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .sg-product-category a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .sg-product-category a{color:rgba(4, 3, 4, 0.60);font-size:16px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .sg-product-category a:hover,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .sg-product-category a:hover{color:#dc0000;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .star-rating,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .star-rating{margin:0;position:absolute;right:20px;top:20px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .price,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .price{font-size:20px;color:#dc0000;line-height:1;float:right;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .price ins,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .price ins{color:#dc0000;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .price del,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .price del{color:rgba(0, 0, 0, 0.33);display:inline-block;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover{-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);-ms-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);}#cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover .cshero-product-title a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover .cshero-product-title a{color:#dc0000;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover .cshero-woo-holder,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover .cshero-woo-holder{opacity:1;top:50%;}#cms-theme.woocommerce .products li.content-product-list,#cms-theme.woocommerce-page .products li.content-product-list{width:100% !important;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap{padding-left:0;padding-right:0;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta{padding-bottom:16px;padding-top:16px;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title h3,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title h3{font-size:25px;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .sg-product-category,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .sg-product-category{margin-bottom:12px;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .sg-product-content,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .sg-product-content{margin-bottom:18px;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .price,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap .cshero-woo-meta .price{font-size:32px;float:none;}#cms-theme.woocommerce .product .onsale,#cms-theme.woocommerce-page .product .onsale{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */left:10px;line-height:40px;margin:0;min-height:0;padding:0;text-transform:uppercase;top:10px;background-color:rgba(220, 0, 0, 0.8);font-size:12px;width:40px;height:40px;right:inherit;z-index:1;}#cms-theme.woocommerce .star-rating,#cms-theme.woocommerce-page .star-rating{margin:0 auto 22px;height:16px;width:92px;}#cms-theme.woocommerce .star-rating:before,#cms-theme.woocommerce-page .star-rating:before{color:#8e8e8e;letter-spacing:5px;font-size:13px;}#cms-theme.woocommerce .star-rating span::before,#cms-theme.woocommerce-page .star-rating span::before{color:#ffbc1b;letter-spacing:5px;font-size:13px;}#cms-theme.woocommerce .sidebar-heading,#cms-theme.woocommerce-page .sidebar-heading{background-color:#dc0000;border-radius:2px 2px 0 0;color:#fff;font-size:16px;margin:0;padding:16px 15px;text-transform:uppercase;}#cms-theme.woocommerce #sidebar-top,#cms-theme.woocommerce-page #sidebar-top{border:1px solid #edeced;margin-bottom:30px;background-color:#fff;-webkit-border-radius:0 0 2px 2px;-khtml-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-ms-border-radius:0 0 2px 2px;-o-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;/* BACKGROUND GRADIENT */}#cms-theme.woocommerce #sidebar-top .wg-title,#cms-theme.woocommerce-page #sidebar-top .wg-title{font-size:16px;line-height:1;text-transform:capitalize;margin-bottom:13px;color:#040304;}#cms-theme.woocommerce #sidebar-top aside.widget,#cms-theme.woocommerce-page #sidebar-top aside.widget{padding:15px;border-bottom:1px solid #edeced;}#cms-theme.woocommerce del,#cms-theme.woocommerce-page del{opacity:1;filter:alpha(opacity=1);color:;}#cms-theme.woocommerce .woocommerce-message,#cms-theme.woocommerce-page .woocommerce-message,#cms-theme.woocommerce .woocommerce-info,#cms-theme.woocommerce-page .woocommerce-info{border-top:3px solid #dc0000;background-color:#fff;/* [End] 4. Archive Product */}#cms-theme.woocommerce .woocommerce-message:before,#cms-theme.woocommerce-page .woocommerce-message:before,#cms-theme.woocommerce .woocommerce-info:before,#cms-theme.woocommerce-page .woocommerce-info:before{color:#dc0000;}#cms-theme.woocommerce .quantity,#cms-theme.woocommerce-page .quantity{line-height:1;margin:0 20px 0 0;position:relative;width:170px;float:none;display:inline-block;}#cms-theme.woocommerce .quantity .qty,#cms-theme.woocommerce-page .quantity .qty{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;color:#424242;height:50px;line-height:50px;outline:medium none;padding:0 10px;font-size:14px;min-width:66px;margin:0 52px;border:none;-webkit-appearance:textfield;-khtml-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;-o-appearance:textfield;appearance:textfield;}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus,#cms-theme.woocommerce .quantity .plus,#cms-theme.woocommerce-page .quantity .plus{background-color:#fff;display:block;height:50px;width:50px;cursor:pointer;position:absolute;text-align:center;line-height:50px;top:0;right:0;font-size:18px;}#cms-theme.woocommerce .quantity .minus:hover i,#cms-theme.woocommerce-page .quantity .minus:hover i,#cms-theme.woocommerce .quantity .plus:hover i,#cms-theme.woocommerce-page .quantity .plus:hover i{color:#dc0000;}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus{left:inherit;left:0;}#cms-theme table.shop_table{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}#cms-theme table.shop_table th{color:#040304;}#cms-theme .woo-image-categries{margin-bottom:40px;}#cms-theme .variations_form{/* [Start] 5. Single Product */}#cms-theme .variations_form .label,#cms-theme .variations_form label{float:left;color:#424242;font-size:14px;letter-spacing:0.035em;font-weight:normal;margin-bottom:0;}#cms-theme .variations_form .label{padding:15px 0;text-transform:capitalize;}#cms-theme .variations_form .value .reset_variations{display:none !important;}#cms-theme .variations_form .variations-item .label{line-height:20px;min-width:66px;padding:4px 0 0;text-align:left;}#cms-theme .variations_form .variations-item .label label:after{content:":";}#cms-theme .variations_form .variations-item .value{float:left;position:relative;line-height:1;}#cms-theme .variations_form .variations-item .value select{min-width:92px;padding-right:30px;text-align:center;}#cms-theme .variations_form .variations-item .value select{-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}#cms-theme .variations_form .variations-item-quanity{margin-top:4px;}#cms-theme .variations_form .variations-item-quanity label{min-width:66px;text-align:left;font-size:14px;}#cms-theme .variations_form .single_variation_wrap{text-align:left;margin-top:30px;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper{clear:inherit;display:inline;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper a{background-color:transparent;font-size:13px;color:#424242;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-transform:none;padding-left:26px;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper a:before{content:'+';padding-right:4px;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper a:hover{color:#040304;}#cms-theme .variations_form .single_variation_wrap .woocommerce-variation-price{display:none;}#cms-theme.single-product{/* [End] 5. Single Product *//* [Start] 6. Cart */}#cms-theme.single-product .sg-product-share{text-align:right;}#cms-theme.single-product .sg-product-share > a{color:rgba(4, 3, 4, 0.33);font-size:28px;display:inline-block;}#cms-theme.single-product .sg-product-share > a:hover{color:#dc0000;}#cms-theme.single-product .sg-product-share > a + a{margin-left:20px;}#cms-theme.single-product .up-sells{display:none;}#cms-theme.single-product .pr-single-product{padding:0 15px;}#cms-theme.single-product .pr-single-product .cs-product-wrap{position:relative;margin:0 -15px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .onsale{right:25px;left:inherit;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap,#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{width:50%;float:left;padding:0 15px;position:relative;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery{position:relative;margin-bottom:40px;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */overflow:hidden;width:100%;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger{bottom:6px;right:6px;top:inherit;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-viewport{margin-left:100px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-control-nav{margin:-8px 0;position:absolute;top:0;left:0;width:85px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-control-nav li{width:100%;padding:8px 0;position:relative;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-control-nav li:before{content:"";top:8px;left:0;right:0;bottom:8px;background-color:#fff;position:absolute;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-control-nav li img{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */opacity:0.33;position:relative;z-index:1;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-control-nav li img.flex-active{opacity:1;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap .woocommerce-product-gallery.flex-active .flex-control-nav li:hover img{opacity:1;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woocommerce-categories{font-size:18px;margin-bottom:14px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .star-rating{margin:6px 0;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .woocommerce-review-link{color:rgba(4, 3, 4, 0.87);font-size:18px;line-height:1;margin-left:8px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover{color:#dc0000;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .entry-title{font-size:32px;font-family:'Monrad Grotesk Black';margin-bottom:10px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .price{font-size:42px;color:#dc0000;font-family:'Monrad Grotesk Black';margin-bottom:35px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .price ins{color:#dc0000;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .price del{color:rgba(0, 0, 0, 0.33);display:inline-block;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .in-stock{color:#dc0000;font-size:14px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woocommerce-product-details__short-description{font-size:15px;line-height:26px;font-family:'Monrad Grotesk Regular';margin-bottom:30px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart{margin-bottom:45px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .button{float:none;vertical-align:top;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .variations-item-quanity{margin-bottom:40px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .variations-item-quanity label{color:#424242;float:left;font-size:14px;font-weight:400;margin:13px 10px 13px 0;line-height:1;float:none;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart #wl-wrapper{display:inline;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart #wl-wrapper a{background-color:transparent;font-size:13px;color:#424242;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-transform:none;padding-left:26px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart #wl-wrapper a:before{content:'+';padding-right:4px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart #wl-wrapper a:hover{color:#040304;}#cms-theme.single-product .pr-single-product .cms-product-tabs{background-color:#fff;border:medium none;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.33);-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.33);-ms-box-shadow:0 2px 1px rgba(0, 0, 0, 0.33);box-shadow:0 2px 1px rgba(0, 0, 0, 0.33);margin-top:60px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs{border-bottom:3px solid #f4f3f4;text-align:center;margin-bottom:0;overflow:visible;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs:before{display:none !important;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li{border:none;margin:0;padding:0 30px;background-color:transparent;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li:before,#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li:after{display:none;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li a{font-size:20px;color:rgba(4, 3, 4, 0.66);padding:25px 40px;position:relative;font-weight:normal;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li a:before{content:"";height:3px;background-color:#dc0000;width:0;position:absolute;bottom:-3px;left:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li.active a:before,#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li:hover a:before{width:100%;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel{padding:55px;font-size:15px;line-height:26px;font-family:'Monrad Grotesk Regular';margin:0;border:none;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel > h2{display:none;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments{padding:0;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments > h2{font-size:22px;margin-bottom:35px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments p.stars a::before{color:#ffbc1b;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist{padding-left:0;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #ebebeb;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li img.avatar{width:100%;max-width:100px;padding:0;border:none;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li .woocommerce-review__author{font-weight:normal;font-family:'Monrad Grotesk Bold';color:#dc0000;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li .comment-text{margin-left:130px;padding:0;border:none;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li .comment-text .description p{margin-bottom:0;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #review_form #reply-title{display:none;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #review_form .title-rating{font-size:22px;margin-bottom:15px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #review_form p.stars{margin-bottom:30px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews{margin:auto;max-width:800px;}#cms-theme.woocommerce-cart #customer_details{margin-bottom:30px;}#cms-theme.woocommerce-cart .cms-checkout-page{margin-bottom:80px;}#cms-theme.woocommerce-cart .shop_table{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}#cms-theme.woocommerce-cart .shop_table th{color:#040304;font-size:18px;font-weight:normal;}#cms-theme.woocommerce-cart .shop_table .coupon{float:left;margin-bottom:10px;max-width:300px;width:100%;}#cms-theme.woocommerce-cart .shop_table .coupon .input-text{margin:0 0 10px;padding-left:20px;width:100% !important;}#cms-theme.woocommerce-cart .shop_table td.actions input.button{clear:left;float:left;max-width:300px;width:100%;}#cms-theme.woocommerce-cart .shop_table td.actions .wc-proceed-to-checkout{padding:0 0 10px;}#cms-theme.woocommerce-cart .shop_table .product-remove a{background-color:#040304;color:#fff !important;}#cms-theme.woocommerce-cart .shop_table .product-remove a:hover{background-color:#dc0000;}#cms-theme.woocommerce-cart .shop_table .product-name a{font-size:16px;color:#040304;}#cms-theme.woocommerce-cart .shop_table .product-name a:hover{color:#dc0000;}#cms-theme.woocommerce-cart .cart-collaterals .cross-sells{display:none;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals{width:100%;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals > h2{font-size:24px;margin-bottom:20px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals span.amount{display:inline-block;line-height:28px;padding:10px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table{border:1px solid rgba(0, 0, 0, 0.1);}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table th{color:#323232;padding:10px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table td{border-top:1px solid rgba(0, 0, 0, 0.1);padding:0 20px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td{border-top:none;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .amount{color:#040304;}#cms-theme.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a{display:inline-block;float:left;}#cms-theme .woo-image-categries{color:#fff;background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:3px;overflow:hidden;padding:34px 0;text-align:center;position:relative;}#cms-theme .woo-image-categries:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.36);}#cms-theme .woo-image-categries .woo-categries-list{position:relative;z-index:1;font-size:68px;line-height:1;font-family:'Monrad Grotesk Black';margin-bottom:12px;}#cms-theme .woo-image-categries a{color:#fff;}#cms-theme .term-description{position:relative;z-index:1;font-size:24px;line-height:normal;color:rgba(255, 255, 255, 0.86);/* [End] 6. Cart */}#cms-theme .term-description p{margin-bottom:0;}#cms-theme.woocommerce-checkout{/* Woo Widget */}#cms-theme.woocommerce-checkout #order_review_heading{margin-top:40px;}#cms-theme.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input{float:none;margin:-9px 0 0;position:static;}#cms-theme.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox span{padding-left:10px;}#cms-theme.woocommerce-checkout .amount{color:#040304;}#cms-theme.woocommerce-checkout .payment_methods,#cms-theme.woocommerce-checkout .place-order{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */background-color:#f5f5f5;border:none;}#cms-theme.woocommerce-checkout #primary{margin-bottom:0;}#cms-theme.woocommerce-checkout #primary label{color:#323232;font-weight:normal;}#cms-theme .widget_price_filter{/* Apply All Style */}#cms-theme .widget_price_filter .ui-slider-horizontal{height:4px;}#cms-theme .widget_price_filter .ui-slider .ui-slider-range{background-color:#dc0000;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}#cms-theme .widget_price_filter .price_slider_wrapper .ui-widget-content{-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}#cms-theme .cshero-product-title{position:relative;}#cms-theme .cshero-product-title h3{font-size:22px;line-height:1.1;text-transform:capitalize;margin:0 0 3px;padding:0;}#cms-theme .cshero-product-title h3 a{color:#040304;}#cms-theme .cshero-product-title h3 a:hover{color:#dc0000;}#cms-theme h3.product_title{font-size:18px;}#cms-theme.single-product .woo-nav-links{margin-bottom:65px !important;/* Relate Item Product */}#cms-theme .cms-related-products-wrapper{margin-top:60px;}#cms-theme .cms-related-products-wrapper .products{margin-left:0 !important;margin-right:0 !important;}#cms-theme .cms-related-heading{border-top:1px solid #dcdbdc;padding-top:38px;}#cms-theme .cms-related-heading .sg-title{font-size:38px;text-transform:capitalize;margin-bottom:42px;font-family:'Monrad Grotesk Black';color:#dc0000;}#wl-wrapper label{color:#424242;font-weight:normal;}#wl-wrapper .woocommerce-message,#wl-wrapper .woocommerce-info{border-top:3px solid #dc0000;}#wl-wrapper .woocommerce-message:before,#wl-wrapper .woocommerce-info:before{color:#dc0000;}#wl-wrapper .wl-already-in{display:none;}.shop_table dl dt{color:#424242;font-size:15px;font-weight:normal !important;line-height:20px;text-transform:none;}.shop_table .variation-FromWishlist{padding-top:3px;margin-bottom:0 !important;}#shop-archive-blocks{margin-bottom:44px;}#shop-archive-blocks .shop-block-item-inner{border:1px solid #eaeaea;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */background-repeat:no-repeat;background-position:center;background-size:cover;text-align:center;min-height:90px;position:relative;overflow:hidden;}#shop-archive-blocks .shop-block-item-inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(38, 50, 56, 0.77);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#shop-archive-blocks .shop-block-item-inner .shop-block-content{position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;right:0;}#shop-archive-blocks .shop-block-item-inner .shop-block-content h3{font-size:32px;line-height:1;color:#fff;font-weight:normal;margin-bottom:2px;transform:translateY(15px);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#shop-archive-blocks .shop-block-item-inner .shop-block-content a{color:#fff;font-size:14px;line-height:1;transform:translateY(20px);display:block;opacity:0;}#shop-archive-blocks .shop-block-item-inner .shop-block-content a:hover{color:rgba(255, 255, 255, 0.77);}#shop-archive-blocks .shop-block-item-inner:hover:before{background-color:rgba(220, 0, 0, 0.77);}#shop-archive-blocks .shop-block-item-inner:hover .shop-block-content h3,#shop-archive-blocks .shop-block-item-inner:hover .shop-block-content a{transform:translateY(0px);opacity:1;}.woocommerce-MyAccount-navigation li{border-bottom:1px solid rgba(0, 0, 0, 0.09);}.woocommerce-MyAccount-navigation li:last-child{border-bottom:none;}.woocommerce-MyAccount-navigation li a{color:#040304;font-size:15px;display:block;padding:10px 0;}.woocommerce-MyAccount-navigation li a:hover{color:#dc0000;}.woocommerce-MyAccount-navigation li.is-active a{color:#dc0000;}.widget_product_search form{position:relative;}.widget_product_search form:before{content:"\f1c3";font-family:"Material-Design-Iconic-Font";font-size:18px;color:rgba(4, 3, 4, 0.66);position:absolute;right:15px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.widget_product_search .screen-reader-text{display:none;}.widget_product_search .search-field{padding:5px 15px;height:34px;}.widget_product_search [type="submit"]{height:34px;left:inherit;margin:0 !important;min-width:inherit !important;padding:0;position:absolute;right:0;text-indent:-9999px;top:0;width:45px;background-color:transparent !important;}.cms-woocommerce-breadcrumb{background-color:#fff;padding:15px 20px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */margin-bottom:30px;}.cms-woocommerce-breadcrumb li{display:inline-block;font-size:16px;color:rgba(4, 3, 4, 0.66);text-transform:capitalize;}.cms-woocommerce-breadcrumb li + li{padding-left:38px;position:relative;}.cms-woocommerce-breadcrumb li + li:before{content:"\f2fb";font-family:"Material-Design-Iconic-Font";color:#040304;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:16px;}.cms-woocommerce-breadcrumb li a{color:#040304;}.cms-woocommerce-breadcrumb li a:hover{color:#dc0000;}@media screen and (max-width:991px){#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li{width:50%;}#cms-theme.woocommerce .products li:nth-child(2n+1),#cms-theme.woocommerce-page .products li:nth-child(2n+1){clear:left;}#cms-theme.woocommerce .products li:nth-child(3n+1),#cms-theme.woocommerce-page .products li:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .products li.cms-product-related,#cms-theme.woocommerce-page .products li.cms-product-related{width:50%;margin-bottom:30px;}}@media screen and (max-width:767px){#cms-theme.single-product .pr-single-product .cs-product-wrap .cms-product-gallery-wrap,#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{width:100%;padding:0 15px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li{padding:0 15px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .wc-tabs li a{font-size:17px;padding:12px 0;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel{padding:20px;}}@media screen and (max-width:480px){#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li{width:100%;}#cms-theme.woocommerce .products li:nth-child(n+1),#cms-theme.woocommerce-page .products li:nth-child(n+1){clear:left;}#cms-theme.woocommerce .products li:nth-child(2n+1),#cms-theme.woocommerce-page .products li:nth-child(2n+1){clear:initial;}#cms-theme.woocommerce .products li.cms-product-related,#cms-theme.woocommerce-page .products li.cms-product-related{width:100%;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .quantity{margin-bottom:10px;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li{text-align:center;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li .avatar{display:inline-block;float:none;margin:auto;position:static;}#cms-theme.single-product .pr-single-product .cms-product-tabs .woocommerce-Tabs-panel #comments .commentlist li .comment-text{margin:0;padding-top:30px;}}