/* -------------------------------------------------------------
  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
========================================================================== *//**
 * Content
 * ----------------------------------------------------------------------------
 *//*------------------------------------------------------------------
[All Style Shortcode]

  1. CMS Heading
  2. CMS Fancybox
  3. Accordion
  4. CMS Alert
  5. CMS Cta
  6. CMS Carousel
  7. CMS Counter
  8. CMS Grid
  9. Tab
  10. CMS Progress Bar

-------------------------------------------------------------------*//* ==========================================================================
   [Start] 1. CMS Heading
========================================================================== *//* Layout default *//* ==========================================================================
   [Start] All Style Form
========================================================================== *//* ==========================================================================
   [Start] All style header
   /* 1. Header Main
   /* 2. Search
========================================================================== *//* ==========================================================================
   [1. Header Main
========================================================================== *//* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body
========================================================================== *//* ==========================================================================
    Style Main Menu
========================================================================== *//*
-----> Minimum width of 992 pixels.
*//*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/#cshero-header-logo .main_logo img{max-height:60px;}.sticky-desktop.header-fixed{position:fixed;}header #cshero-header.sticky-desktop.header-fixed{background-color:#36464e;}.btn,.modal.modal-product-item .modal-content .modal-body .added_to_cart,button,.button,input[type='submit']{border:1px solid rgba(0, 0, 0, 0.1);background-color:#ec1919;-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:#fff;font-size:15px;font-weight:bold;line-height:26px;margin:0;padding:11px 60px;text-transform:uppercase;letter-spacing:0.035em;position:relative;}.btn:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart:hover,button:hover,.button:hover,input[type='submit']:hover,.btn:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart:focus,button:focus,.button:focus,input[type='submit']:focus{color:#fff;border-color:#36464e;background-color:#36464e;outline:none;}.btn:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart:after,.btn:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart:before{content:'';position:absolute;z-index:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;}.btn i,.modal.modal-product-item .modal-content .modal-body .added_to_cart i{padding-left:12px;}.btn.btn-default-alt,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt{background:none;border:none;font-size:14px;line-height:40px;font-weight:600;color:#37474f;text-transform:capitalize;}.btn.btn-default-alt i,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt i{font-weight:600;}.btn.btn-default-alt:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt:hover{color:#ec1919;}.btn.btn-white,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-white{background-color:#fff;-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);color:#ec1919;border-color:#fff;}.btn.btn-white:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-white:hover,.btn.btn-white:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-white:focus{background-color:#36464e;-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);color:#fff;border-color:#36464e;}.btn.btn-white-alt,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-white-alt{background:transparent none repeat scroll 0 0;border:1px solid #ec1919;color:#ec1919;font-size:14px;line-height:24px;padding:10px 36px 9px;}.btn.btn-white-alt:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-white-alt:hover,.btn.btn-white-alt:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-white-alt:focus{border-color:rgba(0, 0, 0, 0.1);color:#fff;background-color:#ec1919;}.btn.btn-primary,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-primary{border-color:rgba(236, 25, 25, 0.22);}.btn.btn-primary-alt,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-primary-alt{font-size:14px;line-height:28px;padding:0;background:none;border:none;text-transform:capitalize;color:#ec1919;}.btn.btn-primary-alt:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-primary-alt:hover{background:none;border:none;color:#36464e;}.btn.btn-black,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-black{border:1px solid #37474f;background-color:transparent;color:#37474f;font-size:14px;line-height:24px;padding:10px 36px 9px;}.btn.btn-black:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-black:hover{border-color:rgba(0, 0, 0, 0.1);color:#fff;background-color:#ec1919;}.btn.btn-secondary,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-secondary{border:2px solid #36464e;color:#36464e;background:transparent;}.btn.btn-secondary:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-secondary:hover{border-color:#ec1919;color:#ec1919;}.btn.btn-secondary-alt,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-secondary-alt{border:none;background:transparent;color:#36464e;text-decoration:underline;text-transform:capitalize;}.btn.btn-secondary-alt:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-secondary-alt:hover{color:#ec1919;}.btn.btn-xs2,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-xs2{padding:6px 30px;}.btn.btn-xs,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-xs{padding-left:38px;padding-right:38px;}.btn.btn-md,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-md{padding-left:42px;padding-right:42px;}.btn.btn-lg,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg{padding:16px 70px;}.btn.btn-lg:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg:hover,.btn.btn-lg:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg:focus{padding-top:15px;padding-bottom:15px;}.btn.btn-lg2,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg2{padding:16px 30px;}.btn.btn-lg2:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg2:hover,.btn.btn-lg2:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg2:focus{padding-top:15px;padding-bottom:15px;}.btn.btn-square,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-square{-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 */}.btn.btn-rounded,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-rounded{-webkit-border-radius:50px;-khtml-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;/* BACKGROUND GRADIENT */}.btn.btn-skew,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-skew{-webkit-transform:skewX(-10deg);-khtml-transform:skewX(-10deg);-moz-transform:skewX(-10deg);-ms-transform:skewX(-10deg);-o-transform:skewX(-10deg);transform:skewX(-10deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding:0;}.btn.btn-skew span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-skew span{-webkit-transform:skewX(10deg);-khtml-transform:skewX(10deg);-moz-transform:skewX(10deg);-ms-transform:skewX(10deg);-o-transform:skewX(10deg);transform:skewX(10deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding:11px 60px;display:inline-block;}.btn.btn-fill-from-bottom,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom{color:#fff;}.btn.btn-fill-from-bottom span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom span{position:relative;z-index:1;}.btn.btn-fill-from-bottom:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom:after{width:calc(100% + 4px);width:-webkit-calc(100% + 4px);height:13px;top:-2px;left:-2px;background:#36464e;-webkit-border-radius:0 3px 0 3px;-khtml-border-radius:0 3px 0 3px;-moz-border-radius:0 3px 0 3px;-ms-border-radius:0 3px 0 3px;-o-border-radius:0 3px 0 3px;border-radius:0 3px 0 3px;/* BACKGROUND GRADIENT */opacity:0;}.btn.btn-fill-from-bottom:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom:hover:after{height:calc(100% + 4px);height:-webkit-calc(100% + 4px);-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:1;}.btn.btn-fill-from-left,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left{color:#fff;}.btn.btn-fill-from-left span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left span{position:relative;z-index:1;}.btn.btn-fill-from-left:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left:before{height:calc(100% + 4px);height:-webkit-calc(100% + 4px);width:50px;top:-2px;right:-2px;background:#36464e;-webkit-border-radius:0 3px 0 3px;-khtml-border-radius:0 3px 0 3px;-moz-border-radius:0 3px 0 3px;-ms-border-radius:0 3px 0 3px;-o-border-radius:0 3px 0 3px;border-radius:0 3px 0 3px;/* BACKGROUND GRADIENT */opacity:0;}.btn.btn-fill-from-left:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left:hover:before{width:calc(100% + 4px);width:-webkit-calc(100% + 4px);-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:1;}.btn.btn-fill-from-right,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right{color:#fff;}.btn.btn-fill-from-right span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right span{position:relative;z-index:1;}.btn.btn-fill-from-right:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right:before{height:calc(100% + 4px);height:-webkit-calc(100% + 4px);width:50px;top:-2px;left:-2px;background:#36464e;-webkit-border-radius:0 3px 0 3px;-khtml-border-radius:0 3px 0 3px;-moz-border-radius:0 3px 0 3px;-ms-border-radius:0 3px 0 3px;-o-border-radius:0 3px 0 3px;border-radius:0 3px 0 3px;/* BACKGROUND GRADIENT */opacity:0;}.btn.btn-fill-from-right:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right:hover:before{width:calc(100% + 4px);width:-webkit-calc(100% + 4px);-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:1;}.btn.btn-fill-from-top,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top{color:#fff;}.btn.btn-fill-from-top span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top span{position:relative;z-index:1;}.btn.btn-fill-from-top:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top:after{width:calc(100% + 4px);width:-webkit-calc(100% + 4px);height:14px;bottom:-2px;left:-2px;background:#36464e;-webkit-border-radius:0 3px 0 3px;-khtml-border-radius:0 3px 0 3px;-moz-border-radius:0 3px 0 3px;-ms-border-radius:0 3px 0 3px;-o-border-radius:0 3px 0 3px;border-radius:0 3px 0 3px;/* BACKGROUND GRADIENT */opacity:0;}.btn.btn-fill-from-top:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top:hover:after{height:calc(100% + 4px);height:-webkit-calc(100% + 4px);-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:1;}.btn.btn-grow,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-grow{color:#fff;}.btn.btn-grow span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-grow span{position:relative;z-index:1;}.btn.btn-grow:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-grow:after{width:0;height:103%;top:50%;left:50%;background:#36464e;opacity:0;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */overflow:hidden;}.btn.btn-grow:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-grow:hover{color:#fff;}.btn.btn-grow:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-grow:hover:after{width:90%;opacity:1;}.btn.btn-shrink,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-shrink{color:#fff;overflow:hidden;}.btn.btn-shrink span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-shrink span{position:relative;z-index:1;}.btn.btn-shrink:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-shrink:after{width:100%;height:0;top:50%;left:50%;background:#36464e;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);}.btn.btn-shrink:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-shrink:hover:after{height:260%;opacity:1;}.btn.btn-wobble,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-wobble{color:#fff;}.btn.btn-wobble span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-wobble span{position:relative;z-index:1;}.btn.btn-wobble:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-wobble:after{width:101%;height:0;top:50%;left:50%;background:#36464e;opacity:0;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.btn.btn-wobble:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-wobble:hover:after{height:75%;opacity:1;}.btn.btn-underline,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-underline{-webkit-box-shadow:0 5px #c21010;-moz-box-shadow:0 5px #c21010;-ms-box-shadow:0 5px #c21010;box-shadow:0 5px #c21010;color:#fff;border-color:rgba(0, 0, 0, 0.1);}.btn.btn-underline:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-underline:hover{-webkit-box-shadow:0 3px #212b30;-moz-box-shadow:0 3px #212b30;-ms-box-shadow:0 3px #212b30;box-shadow:0 3px #212b30;color:#fff;border-color:#212b30;}.btn.btn-overline,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-overline{-webkit-box-shadow:-5px 0 #c21010;-moz-box-shadow:-5px 0 #c21010;-ms-box-shadow:-5px 0 #c21010;box-shadow:-5px 0 #c21010;border-color:rgba(0, 0, 0, 0.1);}.btn.btn-overline:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-overline:hover{-webkit-box-shadow:-3px 0 #212b30;-moz-box-shadow:-3px 0 #212b30;-ms-box-shadow:-3px 0 #212b30;box-shadow:-3px 0 #212b30;color:#fff;border-color:#212b30;}.btn-underline2{font-size:14px;line-height:50px;text-decoration:underline;color:#ebecec;font-weight:400;margin-left:40px;text-transform:uppercase;}.btn-underline2:hover{color:#ec1919;text-decoration:none;}.cms-button-wrapper{/* ==========================================================================
    End Style Button
========================================================================== */}.cms-button-wrapper .btn-underline2{color:#37474f;}.cms-button-wrapper .btn-underline2.btn-left{float:left;margin-left:0;margin-right:56px;}.cms-button-wrapper .btn-underline2.style-dark{color:#fff;}.entry-header,.entry-summary,.entry-meta{margin:0 auto;width:100%;}.sidebar .entry-header,.sidebar .entry-summary,.sidebar .entry-content,.sidebar .entry-meta{max-width:1040px;padding:0 376px 0 60px;}.content-inner{padding:23px 40px 20px;position:relative;background:#fff;/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */}.content-inner .entry-content{font-size:16px;line-height:28px;margin-top:-2px;}.sidebar .entry-header .entry-meta{padding:0;}.post-thumbnail img{display:block;margin:0 auto;}.entry-header{margin-bottom:2px;position:relative;display:inline-block;}.entry-title{color:#37474f;font-size:24px;font-weight:600;letter-spacing:0.035em;line-height:38px;margin:-2px 0 7px;padding:0 0 10px;position:relative;word-wrap:break-word;text-transform:capitalize;}.entry-title a{color:#37474f;}.entry-title a:hover{color:#ec1919;text-decoration:none;}.entry-title:before{content:"";width:32px;height:3px;background:#ec1919;position:absolute;left:0;bottom:0;}article:not(.sticky) .entry-header i.fa-thumb-tack{display:none;}i.fa-thumb-tack{margin-right:10px;}article{/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */}article + article{margin-top:40px;}.entry-meta{clear:both;}.entry-meta ul.archive_detail,.entry-meta ul.single_detail{padding-left:0;margin:0;list-style:none;}.entry-meta ul.archive_detail li,.entry-meta ul.single_detail li{display:inline-block;font-size:13px;font-weight:700;line-height:28px;padding:0;text-transform:capitalize;color:#37474f;padding:0 30px;position:relative;}.entry-meta ul.archive_detail li:before,.entry-meta ul.single_detail li:before{content:"";width:4px;height:4px;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */background:#37474f;position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.entry-meta ul.archive_detail li:first-child,.entry-meta ul.single_detail li:first-child{padding-left:0;}.entry-meta ul.archive_detail li:first-child:before,.entry-meta ul.single_detail li:first-child:before{display:none;}.entry-meta ul.archive_detail li a,.entry-meta ul.single_detail li a{color:#37474f;}.entry-meta ul.archive_detail li a:hover,.entry-meta ul.single_detail li a:hover{color:#ec1919;text-decoration:none;}.entry-meta ul.archive_detail li.detail-terms,.entry-meta ul.single_detail li.detail-terms{color:#ec1919;}.entry-meta ul.archive_detail li.detail-terms a,.entry-meta ul.single_detail li.detail-terms a{color:#ec1919;text-transform:uppercase;}.entry-meta ul.archive_detail li.detail-terms a:hover,.entry-meta ul.single_detail li.detail-terms a:hover{color:#37474f;}.entry-meta ul.single_detail{border-bottom:1px solid #eee;padding-bottom:26px;margin-bottom:26px;}.entry-meta ul.single_detail li{display:inline-block;font-size:15px;font-weight:600;line-height:27px;}.entry-meta ul.single_detail li.detail-date a{opacity:1;}.meta-top{background-color:#cdd2d7;margin-top:3px;margin-bottom:35px;}.meta-top .post-share-buttons{float:left;width:50px;height:50px;background:#ec1919;text-align:center;position:relative;}.meta-top .post-share-buttons a{color:#ec1919;font-size:24px;position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/icon-share.png) no-repeat center center;}.meta-top .post-share-buttons a:focus{outline:none;text-decoration:none;}.meta-top .post-like{float:left;padding:15px 13px 14px;position:relative;background:url(../images/icon-like.png) no-repeat 17px center;}.meta-top .post-like:before{content:"";width:1px;height:50px;background-color:#e5e5e5;position:absolute;left:50px;top:0;}.meta-top .post-like span{padding-left:57px;padding-right:5px;}.meta-top .post-like a{color:#fff;}.meta-top .post-like i{display:none;}.count-view a{padding-top:14px;padding-bottom:14px;background:#ec1919;font-size:14px;line-height:24px;color:#fff;padding:13px 32px;display:block;}.count-view a span{font-weight:400;}.count-view a:hover{color:#fff;}.featured-post:before{content:"\f308";margin-right:2px;}.comments-link a:before{content:"\f300";margin-right:2px;position:relative;top:-1px;}.categories-links a:first-child:before{content:"\f301";}.tags-links a:first-child:before{content:"\f302";position:relative;top:-1px;}.edit-link a:before{content:"\f044";font-family:FontAwesome;}.single-author .entry-meta .author,.sticky.format-standard .entry-meta .date,.sticky.format-audio .entry-meta .date,.sticky.format-chat .entry-meta .date,.sticky.format-image .entry-meta .date,.sticky.format-gallery .entry-meta .date{display:none;/**
 *  Entry Content
 * ----------------------------------------------------------------------------
 */}.entry-content{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-wrap:break-word;}.entry-content .more-link{white-space:nowrap;}.entry-content blockquote cite,.entry-content blockquote small{font-size:16px;}.entry-content #gallery-1 .gallery-item{margin-right:0;}.format-standard footer.entry-meta{margin-top:0;/**
 * Entry Footer
 * ----------------------------------------------------------------------------
 *//* Page links */}.page-links{clear:both;font-size:16px;font-weight:normal;line-height:2.2;padding:40px 0;text-transform:uppercase;}.page-links a,.page-links > span{background:#fff;border:1px solid #ec1919;padding:5px 10px;text-decoration:none;}.page-links a:hover,.page-links > span:hover{background:#ec1919;border:1px solid #ec1919;color:#fff;}.page-links .page-links-title{background:transparent;border:none;margin-right:20px;padding:0;}.wp-video{margin-bottom:58px;width:100% !important;}.wp-video .wp-video-shortcode{width:100% !important;height:699px !important;}.single-post{/**
 * Galleries
 * ----------------------------------------------------------------------------
 */}.single-post .content-inner{border-bottom:1px solid #eee;padding:0 0 35px;}.single-post .page-space-content{padding-top:0;padding-bottom:0;}.single-post .entry-title{font-size:38px;line-height:52px;padding:40px 0 6px;text-transform:none;}.single-post .entry-title:before{display:none;}.single-post .detail-tags{padding:32px 0 25px;}.single-post .detail-tags h3{color:#040e24;font-size:18px;font-weight:600;line-height:28px;text-transform:uppercase;margin-bottom:15px;}.single-post .detail-tags a{background:#fff none repeat scroll 0 0;border:1px solid #e5e5e5;border-radius:2px;color:#929292;float:left;font-size:12px !important;font-weight:400;line-height:28px;margin:0 13px 15px 0;padding:0 17px;text-transform:uppercase;}.single-post .detail-tags a:hover{background:#37474f;border-color:rgba(0, 0, 0, 0.22);color:#fff;}.gallery{margin-bottom:20px;margin-left:-4px;width:100%;}.gallery-item{float:left;margin:0 4px 4px 0;overflow:hidden;position:relative;}#gallery-12 dl.gallery-item{margin-right:0;}.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail{display:table;margin:0 auto 20px;}.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item{text-align:center;}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px);}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px);}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px);}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px);}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px);}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px);}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0;}.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1){clear:left;}.gallery-item:hover .gallery-caption{opacity:1;}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none;/**
 * Post Formats
 * ----------------------------------------------------------------------------
 *//* Gallery */}.format-gallery{/* Quote */}.format-gallery .carousel-control{background-image:none;background-color:#333;width:30px;height:30px;top:50%;left:10px;margin-top:-15px;position:absolute;-webkit-transform:translate(-50%, 0);-khtml-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;}.format-gallery .carousel-control.right{left:auto;right:-20px;}.format-gallery .carousel-control:hover{background-color:#ec1919;}.format-gallery .carousel-indicators{bottom:3px;}.format-gallery .carousel-indicators li{width:10px;height:10px;margin:0 0 0 5px;background:#ccd3e0 none repeat scroll 0 0;-webkit-box-shadow:0 1px 0 #adb8cc inset;-moz-box-shadow:0 1px 0 #adb8cc inset;-ms-box-shadow:0 1px 0 #adb8cc inset;box-shadow:0 1px 0 #adb8cc inset;border:none;}.format-gallery .carousel-indicators li.active,.format-gallery .carousel-indicators li:hover{background:#ec1919;}.format-gallery .carousel-indicators li:after{display:none;}blockquote{color:#37474f;font-size:20px;line-height:32px;letter-spacing:0.035em;padding:51px 60px;font-style:italic;font-weight:600;border:none;text-align:center;-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 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);background-color:#fcfcfc;position:relative;margin:2px 30px 59px 30px !important;/**
 * Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */}blockquote:before,blockquote:after{content:"“";position:absolute;top:50px;left:7px;font-weight:300;font-size:150px;}blockquote:after{-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 */bottom:50px;left:auto;right:7px;top:auto;}blockquote span span{display:block;}.is-sidebar-left [class*="col-"]{float:right;}.is-sidebar-left [class*="col-"] + [class*="col-"]{float:left;}.post + .post{margin-top:50px;}.blog-admin{margin-top:40px;background-color:#fff;}.blog-admin .admin-avt{padding:0;}.blog-admin .admin-avt img{width:212px;height:212px;margin:0;}.blog-admin .admin-info{position:relative;padding:35px 40px;}.blog-admin .admin-info .admin-title a{color:#3d424c;font-size:24px;font-weight:400;line-height:27px;text-transform:capitalize;}.blog-admin .admin-info .admin-des{margin-bottom:3px;margin-top:9px;}.post-navigation{margin-top:40px;}.post-navigation .row{margin:0 -5px;}.post-navigation .post-prev a,.post-navigation .post-next a{display:block;height:166px;text-align:center;position:relative;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:cover;}.post-navigation .post-prev a:before,.post-navigation .post-next a:before{content:"";position:absolute;top:0;left:0;width:100%;background-color:rgba(41, 42, 46, 0.5);height:100%;z-index:1;}.post-navigation .post-prev .nav-inner,.post-navigation .post-next .nav-inner{left:0;padding:0 30px;position:absolute;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:100%;z-index:2;}.post-navigation .post-prev span,.post-navigation .post-next span{background:#ec1919;-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 */color:#fff;font-size:9px;font-weight:700;line-height:17px;padding:0 8px;text-transform:uppercase;display:inline-block;}.post-navigation .post-prev h3,.post-navigation .post-next h3{color:#fff;font-family:Arimo;font-size:23px;font-style:italic;font-weight:700;line-height:26px;margin:10px 0 0;text-transform:uppercase;word-wrap:break-word;letter-spacing:-0.05em;}.post-navigation [class*="col-"]{padding-left:5px;padding-right:5px;}.paging-navigation{margin-top:60px;}.paging-navigation .pagination{margin:10px 0 0;text-align:center;transform:translateX(-50%);position:relative;left:50%;}.paging-navigation .page-numbers{color:#9ba0a5;font-size:15px;font-style:normal;font-weight:300;line-height:21px;opacity:1;text-align:center;padding:0 14px;}.paging-navigation .page-numbers.current,.paging-navigation .page-numbers:hover{color:#ec1919;}.paging-navigation .page-numbers.next,.paging-navigation .page-numbers.prev{border:1px solid #cdd2d7;-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 */height:30px;width:30px;display:inline-block;padding:0;}.paging-navigation .page-numbers.next i,.paging-navigation .page-numbers.prev i{color:#cdd2d7;line-height:28px;}.paging-navigation .page-numbers.next:hover i,.paging-navigation .page-numbers.prev:hover i{color:#ec1919;}.paging-navigation .page-numbers.next{margin-left:20px;}.paging-navigation .page-numbers.prev{margin-right:20px;}.format-video iframe,.video-single iframe{width:100%;margin-bottom:-5px;}.single-format-video .content-inner{border-top:none;}.single-format-audio .content-inner{padding-bottom:40px;}a.post-edit-link{color:#9ba0a5;}.title-blog h3{color:#040e24;font-size:18px;font-weight:600;letter-spacing:0.055em;line-height:28px;text-transform:uppercase;position:relative;margin:47px 0 24px;}.title-blog h3:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;height:1px;background:#eee;}.title-blog span{display:inline-block;background:#fff;padding:0 17px 0 14px;position:relative;}.content-wrapper{-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 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);display:table;width:100%;}.content-wrapper .content-left{display:table-cell;width:63%;vertical-align:top;}.content-wrapper .content-left.no-feature-img{width:100%;}.content-wrapper .content-left.no-feature-img + .content-image{display:none;}.content-wrapper .content-image{display:table-cell;width:37%;vertical-align:top;position:relative;}.content-wrapper .content-image .img{height:100%;position:absolute;right:0;top:0;width:100%;-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 */background-position:center center;background-repeat:no-repeat;background-size:cover;}.detail-date{margin-top:8px;}.detail-date a{color:#37474f;font-size:14px;line-height:28px;opacity:0.77;}footer.entry-footer{margin-top:32px;}footer.entry-footer a{font-size:12px;font-weight:600;line-height:28px;text-transform:uppercase;color:#ec1919;}footer.entry-footer a i{font-weight:600;}footer.entry-footer a:hover{color:#37474f;}#blog-content{margin-top:73px;}.single-post{font-size:16px;line-height:28px;}.single-post .latestnew-post{position:relative;margin-bottom:72px;padding-bottom:10px;}.single-post .latestnew-post:before{width:345px;height:10px;position:absolute;left:0;bottom:0;content:"";background-color:#ec1919;}.single-post .latestnew-post .cms-carousel-item .post-featured-img{display:block;min-height:350px;background-position:center;background-size:cover;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-content{background-color:rgba(55, 71, 79, 0.8);padding:10px 60px;min-height:125px;-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;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-content .cms-carousel-title{font-size:22px;line-height:34px;font-weight:600;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-content .cms-carousel-title a{color:#fff;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-content .cms-carousel-title a:hover{color:#ec1919;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-content.content-hover{bottom:0;opacity:0;position:absolute;transform:translateY(100%);width:100%;z-index:1;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-categories{font-size:13px;font-weight:700;line-height:28px;text-transform:uppercase;color:#ec1919;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-categories a{color:#ec1919;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-categories a:hover{color:#fff;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-readmore a{color:#fff;font-size:13px;font-weight:600;line-height:28px;text-transform:uppercase;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-readmore a i{font-weight:600;}.single-post .latestnew-post .cms-carousel-item .cms-carousel-readmore a:hover{color:#ec1919;}.single-post .latestnew-post .cms-carousel-item:hover .cms-carousel-content.content-hidden{opacity:0;filter:alpha(opacity=0);transform:translateY(100%);}.single-post .latestnew-post .cms-carousel-item:hover .cms-carousel-content.content-hover{-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;filter:alpha(opacity=1);}.img-box-shadow img{-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 */}.post-password-required input[type="submit"]{padding:4px 15px;}#comments{padding:33px 0px 65px;font-size:14px;line-height:28px;letter-spacing:0.034em;color:#37474f;border-top:1px solid #eee;}#comments h4.cms-title{color:#040e24;font-size:18px;font-weight:600;line-height:28px;text-transform:uppercase;margin-bottom:22px;}#comments .comments-title{margin:23px 0 46px 0;}#comments .comments-title .comments-title-left{font-size:18px;line-height:26px;letter-spacing:0.05em;color:#333;background:url(../images/icon-comment.png) no-repeat left top;padding-left:44px;font-weight:normal;margin:0;}#comments .comments-title .pull-right{font-size:12px;line-height:20px;letter-spacing:0.05em;}#comments .comments-title .pull-right i{color:#777;font-size:14.4px;line-height:26px;text-align:center;width:29px;height:29px;border:1px solid #999;-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 */margin-right:14px;}#comments ul.comment-list,#comments ol.comment-list{margin:0;padding:0;list-style:none;border-bottom:1px solid #eee;}#comments ul.comment-list li:after,#comments ol.comment-list li:after{display:none;}#comments ul.children,#comments ol.children{padding-left:98px;list-style:none;}#comments .comment-content{margin-top:-3px;}#comments .comment-body{position:relative;margin-bottom:31px;}#comments .comment-body p{margin:0;}#comments .comment-author-image{padding-right:20px;}#comments .comment-author-image img{-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */float:left;width:82px;height:82px;margin:0;border:1px solid #f2f2f2;}#comments .comment-author-image cite{font-size:14px;line-height:26px;letter-spacing:0.05em;color:#333;font-weight:700;font-style:normal;}#comments .comment-author-image .says{display:none;}#comments .comment-awaiting-moderation{display:none;}#comments .comment-meta{margin-top:-4px;}#comments .comment-meta .comment-author{color:#424242;display:block;font-size:15px;font-weight:700;line-height:28px;text-transform:uppercase;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#comments .comment-meta .comment-author:hover{color:#ec1919;}#comments .comment-meta .comment-date{color:#bdbdbd;font-size:11px;line-height:28px;position:relative;text-transform:uppercase;display:block;margin-top:-10px;}#comments .comment-meta .comment-date .time{position:relative;padding:0 10px;}#comments .comment-meta .comment-date .time:after{content:".";position:absolute;top:-9px;left:4px;}#comments .reply{color:#ec1919;cursor:pointer;font-size:13px;font-weight:600;text-transform:uppercase;margin-top:-3px;}#comments .reply a{color:#ec1919;}#comments .reply a:hover{color:#37474f;}.comment-respond{margin-bottom:40px;}.comment-respond h3.comment-reply-title{color:#040e24;font-size:18px;font-weight:600;line-height:28px;margin:30px 0;text-transform:uppercase;}#commentform{max-width:715px;}#commentform [class*="col-"]{padding-left:10px;padding-right:10px;}#commentform p{margin-bottom:20px;}#commentform .form-submit{display:inline-block;margin:20px 0 0 0px;}#commentform input[type="text"],#commentform input[type="email"],#commentform textarea{font-size:12px;padding-left:15px;padding-right:15px;border-color:#eee;color:#929292;}#commentform input::-moz-placeholder,#commentform textarea::-moz-placeholder{color:#929292;}#commentform input::-webkit-input-placeholder,#commentform textarea::-webkit-placeholder{color:#929292;}#commentform input::-o-placeholder,#commentform textarea::-o-placeholder{color:#929292;}#commentform input::-ms-placeholder,#commentform textarea::-ms-placeholder{color:#929292;}#commentform textarea{min-height:125px;padding-top:10px;padding-bottom:10px;}#commentform input[type="submit"]{padding-left:26px;padding-right:26px;}.heading-default{/* Layout 1 */}.heading-default h3.title{color:#36464e;font-size:34px;line-height:40px;letter-spacing:0.035em;text-transform:capitalize;position:relative;padding-bottom:24px;margin-bottom:17px;}.heading-default h3.title strong{color:#ec1919;}.heading-default h3.title:before{content:"";width:70px;height:3px;background-color:#ec1919;-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 */position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.heading-default .description{font-size:14px;line-height:24px;color:#000;}.heading-default .description p{margin-bottom:24px;}.heading-default .align-left h3.title:before{left:0;-webkit-transform:translateX(0);-khtml-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.heading-default .align-right h3.title:before{left:auto;-webkit-transform:translateX(0);-khtml-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */right:0;}.heading-default.style2 h3.title:before,.heading-default.style4 h3.title:before{width:25px;}.heading-default.style3 h3.title:before{display:none;}.heading-default.style3 .description{line-height:26px;color:#37474f;}.heading-default.style4 h3.title:after{font-size:34px;line-height:40px;color:#37474f;font-weight:700;content:'\f2fc';font-family:'Material-Design-Iconic-Font';position:absolute;right:0;}.heading-layout1{/* ==========================================================================
   [End] 1. CMS Heading
========================================================================== *//* ==========================================================================
   [Start] 2. CMS Fancybox
========================================================================== *//* Layout default */}.heading-layout1 h3.title{color:#36464e;font-size:34px;line-height:40px;letter-spacing:0.035em;text-transform:capitalize;position:relative;padding-left:20px;margin-bottom:30px;}.heading-layout1 h3.title strong{color:#ec1919;}.heading-layout1 h3.title:before{content:"";width:3px;height:70px;background-color:#ec1919;position:absolute;top:10px;left:0;}.heading-layout1 .description{font-size:14px;line-height:24px;color:#000;padding-left:20px;}.heading-layout1 .align-right h3.title{padding-left:0;padding-right:20px;}.heading-layout1 .align-right h3.title:before{left:auto;right:0;}.heading-layout1 .align-right .description{padding-right:20px;padding-left:0;}.fancyboxes-default{color:#37474f;}.fancyboxes-default .cms-fancyboxes-body.style-2 .fancy-box-content{opacity:1;}.fancyboxes-default .fancy-box-title h4{text-transform:uppercase;color:#37474f;font-size:24px;line-height:26px;letter-spacing:0.035em;margin-bottom:0;}.fancyboxes-default .fancy-box-content{opacity:0.77;font-size:14px;line-height:24px;margin-top:18px;}.fancyboxes-default .fancy-box-content p{margin-bottom:26px;}.fancyboxes-default .cms-fancyboxes-foot a{text-transform:uppercase;font-weight:600;position:relative;color:#37474f;font-size:14px;line-height:24px;}.fancyboxes-default .cms-fancyboxes-foot a:after{content:'\f2fb';font:normal normal normal 14px/1 'Material-Design-Iconic-Font';position:absolute;right:-56px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-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;}.fancyboxes-default .cms-fancyboxes-foot a:hover:after{opacity:1;}.cms-fancybox-item{display:table;/* fancyboxes layout1 */}.cms-fancybox-item .cms-fancybox-icon{display:table-cell;vertical-align:top;padding-right:30px;padding-top:5px;}.cms-fancybox-item .cms-fancybox-icon i{font-size:60px;color:#37474f;}.cms-fancybox-item .cms-fancybox-icon img{max-width:inherit;}.cms-fancybox-item .cms-fancybox-content{display:table-cell;vertical-align:top;}.fancyboxes-layout1{/* Fanxybox Layout 2 */}.fancyboxes-layout1 .cms-fancyboxes-body{background-color:#fafafa;border-top:1px solid #f3f5f6;border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #d9d9d9;-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 20px;}.fancyboxes-layout1 .fancy-box-number{font-size:42px;line-height:26px;color:#ec1919;font-weight:700;margin-bottom:18px;}.fancyboxes-layout1 .fancy-box-title h4{color:#37474f;font-size:16px;font-weight:700;line-height:26px;text-transform:uppercase;margin-bottom:12px;}.fancyboxes-layout1 .fancy-box-content{font-size:13px;line-height:28px;color:#000;}.fancyboxes-layout1 .fancy-box-content p{margin-bottom:0;}.fancyboxes-layout2{color:#fff;position:relative;/* ==========================================================================
   [End] 2. CMS Fancybox
========================================================================== *//* ==========================================================================
   [Start] 3. Accordion
========================================================================== */}.fancyboxes-layout2 .cms-fancybox-item{padding:0 55px;}.fancyboxes-layout2 .cms-fancybox-icon{display:block;padding:0 0 19px;}.fancyboxes-layout2 .cms-fancybox-content{display:block;font-size:13px;line-height:28px;color:#ebecec;}.fancyboxes-layout2 .cms-fancybox-content .fancy-box-title h4{color:#fff;font-size:18px;font-weight:700;line-height:40px;text-transform:uppercase;margin-bottom:13px;}.fancyboxes-layout2 .cms-fancybox-arrow{position:absolute;right:-15px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */font-size:22px;line-height:28px;}.vc_tta-container{/* ==========================================================================
   [End] 3. Accordion
========================================================================== *//* ==========================================================================
   [Start] 4. CMS Alert
========================================================================== */}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel{margin-bottom:6px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background-color:#fcfcfc;border-color:#f5f5f5 #eee #dadada;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{color:#36464e;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:before{content:'\f2fb';font:normal normal normal 16px/40px 'Material-Design-Iconic-Font';position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 250ms linear 0ms;-moz-transition:all 250ms linear 0ms;-ms-transition:all 250ms linear 0ms;transition:all 250ms linear 0ms;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:hover .vc_tta-panel-heading{background-color:#fcfcfc;border-color:#f5f6f7 #eee #dadada;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a{color:#ec1919;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:before{content:'\f2f9';}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel{margin-bottom:6px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{background-color:#fff;border-color:#f6f8f8 #f1f1f1 #ddd;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body{background-color:transparent;border-color:transparent;padding:15px 75px 15px 30px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a{color:#36464e;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:before{content:'\f2fb';font:normal normal normal 16px/40px 'Material-Design-Iconic-Font';position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel:hover .vc_tta-panel-heading{background-color:#fff;border-color:#f6f8f8 #f1f1f1 #ddd;-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);position:relative;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading:before{content:"";width:6px;height:100%;background-color:#ec1919;position:absolute;left:0;top:0;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a{color:#ec1919;-webkit-transition:all 250ms linear 0ms !important;-moz-transition:all 250ms linear 0ms !important;-ms-transition:all 250ms linear 0ms !important;transition:all 250ms linear 0ms !important;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a:before{content:'\f2f9';-webkit-transition:all 250ms linear 0ms;-moz-transition:all 250ms linear 0ms;-ms-transition:all 250ms linear 0ms;transition:all 250ms linear 0ms;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{background-color:#ec1919;border-color:#008fa3 #ec1919 #00b1ca;border-width:1px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel:first-child .vc_tta-panel-heading{border-top-color:transparent;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel:last-child .vc_tta-panel-heading{border-bottom-color:transparent;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel:last-child .vc_tta-panel-body{border-bottom-color:#e5e5e5;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body{background-color:transparent;border-color:transparent #e5e5e5 transparent;padding:27px 75px 27px 30px;border-width:1px;color:#000;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a{color:#fff;padding-top:14px;padding-bottom:13px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a:before{content:'\f278';font:normal normal normal 16px/40px 'Material-Design-Iconic-Font';position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-heading{background-color:#ec1919;border-color:#008fa3 #ec1919 #00b1ca;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a{color:#fff;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a:before{content:'\f273';}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel-body,.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel-heading{-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 */}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child .vc_tta-panel-body,.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child .vc_tta-panel-heading{-webkit-border-radius:2px 2px 0 0;-khtml-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-ms-border-radius:2px 2px 0 0;-o-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child .vc_tta-panel-body,.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child .vc_tta-panel-heading{-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 */}.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body{color:#37474f;}.vc_tta-container .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body,.vc_tta-container .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading{-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 */}.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title{font-size:16px;line-height:26px;letter-spacing:0.035em;text-transform:capitalize;font-weight:700;}.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title > a{padding:8px 45px 9px 30px;}.vc_tta-container .vc_tta.vc_general .vc_tta-panel-body{color:#000;font-size:14px;line-height:28px;padding:0 130px 24px 30px;}.vc_tta-container .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,.vc_tta-container .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,.vc_tta-container .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a{-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-alert-wrapper{/* ==========================================================================
   [End] 4. CMS Alert
========================================================================== *//* ==========================================================================
   [Start] 5. CMS Cta
========================================================================== */}.cms-alert-wrapper .alert{-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);padding:0;-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 */margin-bottom:63px;}.cms-alert-wrapper .alert .alert-inner{-webkit-box-shadow:0 0 7px rgba(255, 255, 255, 0.25) inset;-moz-box-shadow:0 0 7px rgba(255, 255, 255, 0.25) inset;-ms-box-shadow:0 0 7px rgba(255, 255, 255, 0.25) inset;box-shadow:0 0 7px rgba(255, 255, 255, 0.25) inset;padding:11px 20px;position:relative;}.cms-alert-wrapper .alert.alert-danger{background-color:#00acc1;border-color:#199dad;-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 */color:#006064;}.cms-alert-wrapper .alert.alert-danger a{color:#006064;}.cms-alert-wrapper .alert.alert-info{background-color:#42a5f5;border-color:#3a9ae7;-webkit-border-radius:52px;-khtml-border-radius:52px;-moz-border-radius:52px;-ms-border-radius:52px;-o-border-radius:52px;border-radius:52px;/* BACKGROUND GRADIENT */color:#22649a;}.cms-alert-wrapper .alert.alert-info a{color:#22649a;}.cms-alert-wrapper .alert.alert-info .text{opacity:0.87;}.cms-alert-wrapper .alert.alert-warning{background-color:#fbc02d;border-color:#edb31f;color:#997721;}.cms-alert-wrapper .alert.alert-warning a{color:#997721;}.cms-alert-wrapper .alert.alert-warning .text{opacity:0.87;}.cms-alert-wrapper .alert.alert-success{background-color:#4caf50;border-color:#4caf50;color:#006104;}.cms-alert-wrapper .alert.alert-success a{color:#006104;}.cms-alert-wrapper .alert .title{font-size:18px;font-weight:600;letter-spacing:0.035em;line-height:24px;text-transform:capitalize;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */position:absolute;left:20px;}.cms-alert-wrapper .alert .text{display:inline-block;margin-left:120px;margin-right:30px;font-size:14px;line-height:24px;}.cms-alert-wrapper .alert .close{font-size:18px;font-weight:400;line-height:24px;opacity:1;text-shadow:none;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */position:absolute;right:20px;}.cms-alert-wrapper .alert .close:hover{opacity:0.2;}.cms-alert-wrapper.style2 .alert{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-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-alert-wrapper.style2 .alert .alert-inner{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.cms-alert-wrapper.style2 .alert.alert-info{-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-cta-wrapper.cta-left .cms-cta-text{float:right;text-align:right;}.cms-cta-wrapper.cta-left .cms-cta-button{right:auto;left:0;}.cms-cta-wrapper.cta-center .cms-cta-text{float:none;margin:0 auto;max-width:555px;text-align:center;}.cms-cta-wrapper.cta-center .cms-cta-button{float:none;margin-top:41px;position:relative;text-align:center;top:auto;-webkit-transform:translate(0px);-khtml-transform:translate(0px);-moz-transform:translate(0px);-ms-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;}.cms-cta-default{position:relative;}.cms-cta-text .text{font-size:24px;font-weight:700;letter-spacing:0.035em;line-height:40px;margin-bottom:9px;}.cms-cta-text .description{font-size:15px;line-height:28px;letter-spacing:0.035em;}.cms-cta-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */right:0px;}.style2{/* ==========================================================================
   [End] 5. CMS Cta
========================================================================== *//* ==========================================================================
   [Start] 6. CMS Carousel
========================================================================== */}.style2 .cms-cta-text .text{font-size:34px;margin-bottom:9px;}.style2 .cms-cta-text .description{color:#fff;opacity:0.87;}.cms-carousel-item{position:relative;}.cms-carousel-item .cms-carousel-content{bottom:0;position:absolute;width:100%;padding:21px 48px 19px 48px;color:#fff;font-size:15px;line-height:28px;letter-spacing:0.035em;font-weight:600;}.cms-carousel-item .cms-carousel-content a{color:#ec1919;}.cms-carousel-item .cms-carousel-content a:hover{color:#fff;}.cms-carousel-item .cms-carousel-content .cms-carousel-title{text-transform:capitalize;font-size:20px;line-height:28px;margin-bottom:2px;font-weight:600;}.cms-carousel-item .cms-carousel-content .cms-carousel-description p{margin-bottom:0;}.owl-controls{/* Layout Default */}.owl-controls .owl-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.owl-controls .owl-nav .owl-next,.owl-controls .owl-nav .owl-prev{background-color:#3b4b4f;-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 */display:inline-block;height:25px;margin:0 10px;opacity:0.8;width:25px;-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-nav .owl-next i,.owl-controls .owl-nav .owl-prev i{color:#fff;display:block;font-size:16px;height:25px;line-height:25px;text-align:center;width:25px;}.owl-controls .owl-dots{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.owl-controls .owl-dots .owl-dot{-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */height:13px;width:13px;float:left;margin:0 6px;background:#d7dadc;}.owl-controls .owl-dots .owl-dot.active,.owl-controls .owl-dots .owl-dot:hover{background-color:#ec1919;}.layout-carousel-default{/* Layout 1 */}.layout-carousel-default .cms-carousel-item{-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);margin:3px;}.layout-carousel-default .cms-carousel-media 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 */}.layout-carousel-default .cms-carousel-content{background:#37474f none repeat scroll 0 0;-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 */}.layout-carousel-default .owl-controls .owl-dots{position:absolute;bottom:60px;right:43px;left:auto;-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 */}.layout-carousel-default .owl-controls .owl-dots .owl-dot{border:2px solid rgba(255, 255, 255, 0.68);-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */height:12px;width:12px;float:left;margin:0 4px;background:transparent;}.layout-carousel-default .owl-controls .owl-dots .owl-dot.active,.layout-carousel-default .owl-controls .owl-dots .owl-dot:hover{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);background-color:#fff;border-color:#fff;}.layout-carousel1{position:relative;/* Layout 2 */}.layout-carousel1 .background-overlay{background-color:rgba(55, 71, 79, 0.25);z-index:3;}.layout-carousel1 .cms-carousel-content{text-align:center;z-index:4;padding:20px 15px 70px;}.layout-carousel1 .owl-controls .owl-dots{bottom:33px;}.layout-carousel1 .owl-controls .owl-dots .owl-dot{border:2px solid rgba(255, 255, 255, 0.68);-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */height:12px;width:12px;float:left;margin:0 4px;background:transparent;}.layout-carousel1 .owl-controls .owl-dots .owl-dot.active,.layout-carousel1 .owl-controls .owl-dots .owl-dot:hover{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);background-color:#fff;border-color:#fff;}.layout-carousel2{padding-bottom:50px;/* Layout 3 */}.layout-carousel2:hover .owl-controls .owl-nav{opacity:1;}.layout-carousel2.owl-carousel .owl-stage-outer{padding:25px 0;}.layout-carousel2 .owl-item{opacity:0.5;}.layout-carousel2 .owl-item.center{opacity:1;}.layout-carousel2 .owl-item.center .cms-carousel-media img{-webkit-transform:scaleY(1.15);-khtml-transform:scaleY(1.15);-moz-transform:scaleY(1.15);-ms-transform:scaleY(1.15);-o-transform:scaleY(1.15);transform:scaleY(1.15);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-carousel2 .owl-item.center .cms-carousel-item .cms-carousel-content{color:#fff;}.layout-carousel2 .owl-item.center .cms-carousel-item .cms-carousel-content a{color:#fff;}.layout-carousel2 .owl-item.center .cms-carousel-item .cms-carousel-content a:hover{color:#fff;}.layout-carousel2 .cms-carousel-media 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 */border:1px solid #d4d4d4;}.layout-carousel2 .cms-carousel-item .cms-carousel-content{padding:15px 23px;color:#000;}.layout-carousel2 .cms-carousel-item .cms-carousel-content a{color:#000;}.layout-carousel2 .cms-carousel-item .cms-carousel-content a:hover{color:#fff;}.layout-carousel2 .owl-controls .owl-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;margin-top:-25px;opacity:0;}.layout-carousel2 .owl-controls .owl-nav .owl-next{right:0;position:absolute;}.layout-carousel2 .owl-controls .owl-dots{bottom:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */right:auto;}.layout-carousel2 .owl-controls .owl-dots .owl-dot{border:2px solid rgba(59, 75, 79, 0.68);background:transparent;height:12px;width:12px;float:left;margin:0 4px;}.layout-carousel2 .owl-controls .owl-dots .owl-dot.active{background-color:#3b4b4f;}.layout-carousel3{/* Layout Testimonial 1 */}.layout-carousel3 .cms-carousel-item .cms-carousel-content{font-size:14px;line-height:26px;padding-bottom:16px;}.layout-carousel3 .cms-carousel-item .cms-carousel-content a{color:#fff;}.layout-carousel3 .cms-carousel-item .cms-carousel-content a:hover{color:#ec1919;}.layout-carousel3 .cms-carousel-item .cms-carousel-content .cms-carousel-title{font-size:26px;line-height:28px;margin-bottom:11px;}.layout-carousel3 .owl-controls .owl-dots{counter-reset:li;right:30px;bottom:33px;left:auto;-webkit-transform:translateX(0);-khtml-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-carousel3 .owl-controls .owl-dots .owl-dot{border:none;background:none;}.layout-carousel3 .owl-controls .owl-dots .owl-dot:after{color:#fff;content:counter(li,decimal);counter-increment:li;font-size:15px;font-weight:600;}.layout-carousel3 .owl-controls .owl-dots .owl-dot.active{background:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.layout-carousel3 .owl-controls .owl-dots .owl-dot.active:after{color:#37474f;}.layout-carousel3 .cms-carousel-media 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 */}.cms-testimonial-title a{color:#36464e;display:block;font-size:18px;font-weight:700;letter-spacing:0.035em;line-height:40px;text-transform:uppercase;}.cms-testimonial-title span.position{font-size:15px;line-height:40px;letter-spacing:0.035em;color:#36464e;font-weight:600;text-transform:capitalize;display:block;margin-top:-16px;}.cms-testimonial-img{float:left;}.cms-testimonial-img img{height:75px !important;max-width:75px !important;width:75px !important;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */border:1px solid #e6e6e5;}.layout-testimonial1{/* Layout Testimonial 2 */}.layout-testimonial1 .cms-testimonial-title{float:left;margin-left:22px;text-align:left;}.layout-testimonial1 .cms-testimonial-title a{opacity:0.5;}.layout-testimonial1 .cms-testimonial-title span.position{opacity:0.5;}.layout-testimonial1 .cms-carousel-body{border:1px solid #c7c7c7;-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 */padding:14px 43px 16px 34px;position:relative;width:49%;float:right;opacity:0;margin-bottom:5px;background:#fff;margin-bottom:9px;margin-right:40px;font-size:15px;line-height:31px;-webkit-transition:all 1000ms cubic-bezier(0, 0.26, 0.05, 1.01) 0s;-moz-transition:all 1000ms cubic-bezier(0, 0.26, 0.05, 1.01) 0s;-ms-transition:all 1000ms cubic-bezier(0, 0.26, 0.05, 1.01) 0s;transition:all 1000ms cubic-bezier(0, 0.26, 0.05, 1.01) 0s;}.layout-testimonial1 .cms-carousel-body p{margin-bottom:0;color:#000;}.layout-testimonial1 .cms-carousel-body .arrow-bottom{background:url(../images/arrow-bottom.png) no-repeat left bottom;width:29px;height:9px;position:absolute;left:63px;bottom:-9px;}.layout-testimonial1 .cms-testimonial-nav{text-align:center;margin:auto;}.layout-testimonial1 .cms-testimonial-nav .cms-testimonial-dot-thumb img{max-width:75px;-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:none;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;margin:auto;opacity:0.5;}.layout-testimonial1 .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-center img{opacity:1;}.layout-testimonial1 .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-center .cms-testimonial-title a{opacity:1;}.layout-testimonial1 .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-center .cms-testimonial-title span.position{opacity:1;}.layout-testimonial1 .cms-testimonial-wrapper.slick-active .cms-carousel-body{opacity:1;}.layout-testimonial1 .slick-track{padding-top:0;}.layout-testimonial1 .slick-dots{bottom:-66px;}.layout-testimonial1 .slick-dots li{width:10px;height:10px;background:#69757b;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.layout-testimonial1 .slick-dots li button:before{display:none;}.layout-testimonial1 .slick-dots li.slick-active,.layout-testimonial1 .slick-dots li:hover{background:#ec1919;}.layout-testimonial1.style2 .cms-testimonial-title a{color:#fff;}.layout-testimonial1.style2 .cms-testimonial-title span.position{color:#fff;}.layout-testimonial1.style2 .cms-carousel-body{padding-bottom:50px;padding-top:45px;position:relative;width:54%;margin-right:0;color:#000;}.layout-testimonial1.style2 .content:before,.layout-testimonial1.style2 .content:after{content:"“";font-size:256px;opacity:0.1;position:absolute;left:0;top:87px;}.layout-testimonial1.style2 .content:after{content:"”";left:auto;right:0;top:auto;bottom:-25px;}.layout-testimonial2{/* Layout Testimonial 3 */}.layout-testimonial2 .slick-prev:before,.layout-testimonial2 .slick-next:before{color:#999;font-size:34px;}.layout-testimonial2 .slick-prev:hover:before,.layout-testimonial2 .slick-next:hover:before{color:#ec1919;}.layout-testimonial2 .cms-testimonial-wrap{margin-bottom:40px;}.layout-testimonial2 .cms-testimonial-title span.position{margin-top:-11px;}.layout-testimonial2 .cms-testimonial-wrapper .cms-testimonial-body{background-color:#fff;color:#37474f;font-size:15px;letter-spacing:0.035em;line-height:31px;margin:auto;padding:23px 0 0;position:relative;text-align:center;}.layout-testimonial2 .cms-testimonial-wrapper .cms-testimonial-body .content p{margin-bottom:18px;}.layout-testimonial2 .cms-testimonial-wrapper .cms-testimonial-body .icon-left,.layout-testimonial2 .cms-testimonial-wrapper .cms-testimonial-body .icon-right{font-size:72px;line-height:1;color:#ec1919;position:absolute;top:27px;left:26px;font-weight:700;}.layout-testimonial2 .cms-testimonial-wrapper .cms-testimonial-body .icon-right{left:inherit;right:26px;}.layout-testimonial2 .cms-testimonial-nav{text-align:center;max-width:298px;margin:auto;}.layout-testimonial2 .cms-testimonial-nav .cms-testimonial-dot-thumb img{max-width:75px;-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:1px solid #e6e6e6;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;margin:auto;opacity:0.5;}.layout-testimonial2 .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-center img{opacity:1;}.layout-testimonial2 .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-center .cms-testimonial-title{opacity:1;}.layout-testimonial2 .slick-dots{bottom:-66px;}.layout-testimonial2 .slick-dots li{width:10px;height:10px;background:#69757b;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.layout-testimonial2 .slick-dots li button:before{display:none;}.layout-testimonial2 .slick-dots li.slick-active,.layout-testimonial2 .slick-dots li:hover{background:#ec1919;}.layout-testimonial3{color:#fff;font-size:13px;letter-spacing:0.035em;line-height:24px;/* Layout News 1 */}.layout-testimonial3 .cms-testimonial-content:before{content:"“";}.layout-testimonial3 .cms-testimonial-content:after{content:"”";}.layout-testimonial3 .cms-testimonial-img img{border:none;width:55px !important;height:55px !important;}.layout-testimonial3 .cms-testimonial-title{float:left;margin-left:30px;margin-top:-4px;}.layout-testimonial3 .cms-testimonial-title a{color:#fff;font-size:16px;text-transform:capitalize;}.layout-testimonial3 .cms-testimonial-title span.position{color:#fff;font-size:13px;opacity:0.33;}.layout-testimonial3 .cms-carousel-item-inner{margin-top:30px;}.layout-testimonial3 .owl-controls .owl-dots{bottom:0;}.layout-testimonial3.style2{color:#37474f;line-height:26px;padding-bottom:53px;}.layout-testimonial3.style2 .cms-testimonial-img img{width:40px !important;height:40px !important;}.layout-testimonial3.style2 .cms-testimonial-content{border:1px solid #eee;padding:20px 25px;background-color:#fafafa;position:relative;font-weight:600;}.layout-testimonial3.style2 .cms-testimonial-content:before{content:"“";font-size:300px;opacity:0.05;position:absolute;left:0;top:100px;}.layout-testimonial3.style2 .cms-testimonial-content:after{display:none;}.layout-testimonial3.style2 .cms-carousel-item-inner{border:1px solid #eee;margin:-1px 0 0;padding:13px 25px 5px;}.layout-testimonial3.style2 .cms-testimonial-title{margin-left:15px;margin-top:-11px;}.layout-testimonial3.style2 .cms-testimonial-title a{color:#000;font-size:17px;font-weight:600;}.layout-testimonial3.style2 .cms-testimonial-title span.position{font-size:14px;color:#000;opacity:1;font-weight:400;}.layout-testimonial3.style2 .owl-controls .owl-dots{left:0;-webkit-transform:translateX(0);-khtml-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-testimonial3.style2 .owl-controls .owl-dots .owl-dot{background-color:#37474f;width:11px;height:11px;}.layout-testimonial3.style2 .owl-controls .owl-dots .owl-dot.active,.layout-testimonial3.style2 .owl-controls .owl-dots .owl-dot:hover{background-color:#ec1919;}.layout-testimonial3.style2 .owl-controls .owl-dots .owl-dot:first-child{margin-left:0;}.layout-news1{/* Layout News2*/}.layout-news1 .cms-carousel-item{border:1px solid #d9d9d9;-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:1px 1px 20px;}.layout-news1 .cms-carousel-item .cms-carousel-content{color:#000;font-size:14px;line-height:24px;padding:15px;position:inherit;border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9;font-weight:400;}.layout-news1 .cms-carousel-item .cms-carousel-title{margin:4px 15px 0 80px;float:none !important;display:block;}.layout-news1 .cms-carousel-item .cms-carousel-title a{color:#36464e;font-size:22px;font-weight:700;letter-spacing:0.035em;line-height:28px;text-transform:uppercase;}.layout-news1 .cms-carousel-item .cms-carousel-title a:hover{color:#ec1919;}.layout-news1 .cms-carousel-item .cms-carousel-description{margin-top:12px;}.layout-news1 .cms-carousel-item .cms-carousel-meta{color:#37474f;font-size:13px;letter-spacing:0.035em;line-height:31px;padding:1px 15px;}.layout-news1 .cms-carousel-item .cms-carousel-meta a{color:#37474f;}.layout-news1 .cms-carousel-item .cms-carousel-meta a:hover{color:#ec1919;}.layout-news1 .cms-carousel-item .cms-carousel-meta .cms-carousel-readmore{font-size:14px;font-weight:700;text-transform:uppercase;}.layout-news1 .cms-carousel-content-top .cms-carousel-date{font-size:22px;line-height:24px;letter-spacing:0.035em;color:#fff;font-weight:700;text-transform:uppercase;background:#ec1919;-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 #c41010;display:block;text-align:center;padding:8px 12px;float:left;}.layout-news1 .cms-carousel-content-top .cms-carousel-date span{font-weight:600;display:block;}.layout-news1 .cms-carousel-media img{-webkit-border-radius:2px 2px 0 0;-khtml-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-ms-border-radius:2px 2px 0 0;-o-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;/* BACKGROUND GRADIENT */}.layout-news2{float:left;padding-bottom:30px;margin:-10px;}.layout-news2 .feature-image{height:315px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;}.layout-news2 .feature-image:before{content:"";background-color:rgba(34, 34, 34, 0.22);position:absolute;top:0;left:0;bottom:0;right:0;}.layout-news2 .cms-carousel-item{position:relative;box-shadow:0 1px 10px rgba(0, 0, 0, 0.22);margin:10px;overflow:hidden;}.layout-news2 .cms-carousel-item:hover .cms-carousel-content.content-hidden{opacity:0;filter:alpha(opacity=0);}.layout-news2 .cms-carousel-item:hover .cms-carousel-content.content-hover{-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;filter:alpha(opacity=1);}.layout-news2 .cms-carousel-item .cms-carousel-content{font-size:13px;line-height:26px;letter-spacing:0.035em;background:rgba(55, 71, 79, 0.95);padding:22px 25px 54px;position:absolute;bottom:0;-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 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;color:#fff;width:101%;font-weight:400;}.layout-news2 .cms-carousel-item .cms-carousel-content a{color:#fff;}.layout-news2 .cms-carousel-item .cms-carousel-content.content-hover{bottom:0;height:100%;opacity:0;position:absolute;transform:translateY(100%);width:100%;z-index: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 */}.layout-news2 .cms-carousel-item .cms-carousel-content .cms-carousel-title{font-size:18px;line-height:32px;font-weight:600;text-transform:capitalize;}.layout-news2 .cms-carousel-item .cms-carousel-content .cms-carousel-title a{color:#fff;}.layout-news2 .cms-carousel-meta{margin:12px 0 15px;text-transform:capitalize;}.layout-news2 .cms-carousel-readmore{margin-top:50px;}.layout-news2 .cms-carousel-readmore a{font-size:14px;line-height:24px;color:#fff;padding:8px 20px 7px;background:#ec1919;border:1px solid #c41010;-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 */text-transform:uppercase;font-weight:700;}.layout-news2 .owl-controls .owl-nav{position:absolute;right:10px;top:-36px;}.layout-news2 .owl-controls .owl-nav .owl-next,.layout-news2 .owl-controls .owl-nav .owl-prev{background:#fff;opacity:1;}.layout-news2 .owl-controls .owl-nav .owl-next i,.layout-news2 .owl-controls .owl-nav .owl-prev i{color:#36464e;}.layout-news2 .owl-controls .owl-nav .owl-next:hover,.layout-news2 .owl-controls .owl-nav .owl-prev:hover{background:#ec1919;}.layout-news2 .owl-controls .owl-nav .owl-next:hover i,.layout-news2 .owl-controls .owl-nav .owl-prev:hover i{color:#fff;}.layout-news2 .owl-controls .owl-nav .owl-next{margin-right:0;}.cms-news-top{color:#fff;float:left;font-size:17px;font-weight:600;letter-spacing:0.035em;line-height:32px;text-transform:capitalize;margin-bottom:14px;}.cms-news-title{float:left;}.cms-news-all{float:left;margin-left:32px;/* Layout News 3 */}.cms-news-all a{opacity:0.33;color:#fff;}.cms-news-all a:hover{opacity:1;}.layout-news3-wrapper .cms-news-all{margin-left:0;text-transform:uppercase;}.layout-news3-wrapper .cms-news-all a{color:#37474f;opacity:1;}.layout-news3{float:left;padding-bottom:55px;/* Layout News 4 */}.layout-news3 .cms-carousel-item{-webkit-box-shadow:0 1px 3px transparent;-moz-box-shadow:0 1px 3px transparent;-ms-box-shadow:0 1px 3px transparent;box-shadow:0 1px 3px transparent;margin:3px;}.layout-news3 .cms-carousel-item:hover{-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);}.layout-news3 .cms-carousel-item:hover .cms-carousel-title a{color:#ec1919;}.layout-news3 .cms-carousel-item .cms-carousel-title{font-size:18px;}.layout-news3 .cms-carousel-item .cms-carousel-title a{color:#37474f;}.layout-news3 .cms-carousel-item .cms-carousel-content{position:inherit;padding:11px 15px;}.layout-news3 .cms-carousel-item .cms-carousel-date{font-size:14px;line-height:28px;color:#595959;}.layout-news4{padding-bottom:30px;/* Layout Carousel Feature2 */}.layout-news4 .cms-carousel-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 */}.layout-news4 .cms-carousel-item{position:relative;}.layout-news4 .cms-carousel-item .bg-overlay{content:"";width:100%;height:100%;background:rgba(33, 33, 33, 0.7);position:absolute;top:0;left:0;z-index:1;-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 */}.layout-news4 .cms-carousel-item:hover .bg-overlay{background:rgba(33, 33, 33, 0.4);}.layout-news4 .cms-carousel-item:hover .cms-carousel-categories{color:#ec1919;opacity:1;}.layout-news4 .cms-carousel-item:hover .cms-carousel-categories a{color:#ec1919;opacity:1;}.layout-news4 .cms-carousel-item:hover .cms-carousel-content.content-hidden{opacity:0;filter:alpha(opacity=0);}.layout-news4 .cms-carousel-item:hover .cms-carousel-content.content-hover{-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;filter:alpha(opacity=1);}.layout-news4 .cms-carousel-item:hover .cms-carousel-categories a:hover{color:#fff;}.layout-news4 .cms-carousel-item .cms-carousel-title{font-size:15px;line-height:24px;font-weight:400;text-transform:capitalize;}.layout-news4 .cms-carousel-item .cms-carousel-title a{color:#fff;}.layout-news4 .cms-carousel-categories{font-size:13px;line-height:28px;font-weight:700;color:#fff;opacity:0.5;text-transform:uppercase;margin-bottom:3px;}.layout-news4 .cms-carousel-categories a{color:#fff;opacity:0.5;}.layout-news4 .cms-carousel-categories a:hover{opacity:1;}.layout-news4 .cms-carousel-content{padding:22px 25px;position:absolute;bottom:0;-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-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;color:#fff;z-index:2;}.layout-news4 .cms-carousel-content a{color:#fff;}.layout-news4 .cms-carousel-content a:hover{color:#ec1919;}.layout-news4 .cms-carousel-content.content-hover{bottom:0;height:100%;opacity:0;position:absolute;transform:translateY(100%);width:100%;z-index:9;}.layout-news4 .cms-carousel-content.content-hover .cms-carousel-content-inner{padding-bottom:2px;}.layout-news4 .cms-carousel-readmore{margin-top:6px;}.layout-news4 .cms-carousel-readmore a{font-size:13px;line-height:28px;color:#fff;text-transform:uppercase;font-weight:600;}.layout-news4 .cms-carousel-readmore a i{font-weight:600;}.layout-news4 .cms-carousel-readmore a:hover{color:#ec1919;}.layout-news4 .cms-carousel-content-inner{position:absolute;bottom:22px;left:0;right:0;padding:22px 25px;}.layout-carousel-feature2{/* Layout Client */}.layout-carousel-feature2 .cms-carousel-item{-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 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);margin:3px;}.layout-carousel-feature2 .cms-carousel-item .feature-image{height:315px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;}.layout-carousel-feature2 .cms-carousel-item .feature-image:before{content:"";background-color:rgba(34, 34, 34, 0.34);position:absolute;top:0;left:0;bottom:0;right:0;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content{padding:21px 34px;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content .cms-carousel-title{font-size:15px;line-height:24px;margin-bottom:21px;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content .cms-carousel-title a{color:#fff;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content .cms-carousel-title a:hover{color:#ec1919;}.layout-carousel-feature2 .title-feature h3{font-size:13px;line-height:28px;font-weight:700;text-transform:uppercase;color:#ec1919;margin-bottom:12px;}.layout-carousel-feature2 .cms-carousel-readmore a{font-size:12px;line-height:28px;color:#fff;border:2px solid #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:1px 5px 1px 13px;font-weight:600;text-transform:uppercase;display:inline-block;}.layout-carousel-feature2 .cms-carousel-readmore a i{font-weight:600;}.layout-carousel-feature2 .cms-carousel-readmore a:hover{border-color:#ec1919;color:#ec1919;}.layout-client{/* Layout Team 1 */}.layout-client .cms-carousel-item{margin:10px;}.layout-client .cms-carousel-item img{-webkit-box-shadow:0 0 10px transparent;-moz-box-shadow:0 0 10px transparent;-ms-box-shadow:0 0 10px transparent;box-shadow:0 0 10px transparent;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* Safari 6.0 - 9.0 */-webkit-filter:grayscale(100%);filter:grayscale(100%);padding:10px;}.layout-client .cms-carousel-item:hover img{-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.22);box-shadow:0 0 10px rgba(0, 0, 0, 0.22);/* Safari 6.0 - 9.0 */-webkit-filter:grayscale(0%);filter:grayscale(0%);}.layout-team1{text-align:center;font-size:13px;line-height:24px;color:#37474f;font-weight:600;padding-bottom:30px;/* Layout Team 2 */}.layout-team1 .cms-team-item{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);padding:23px 25px 27px;-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 */position:relative;-webkit-transition:all 300s ease 0s;-moz-transition:all 300s ease 0s;-ms-transition:all 300s ease 0s;transition:all 300s ease 0s;margin:10px;background-color:#fff;}.layout-team1 .cms-team-item .cms-carousel-media{max-width:125px;margin:0 auto;}.layout-team1 .cms-team-item .cms-carousel-media img{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */width:125px;height:125px;}.layout-team1 .cms-team-item .cms-team-description{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-team1 .cms-team-item:hover .cms-team-content .cms-team-description{opacity:0;filter:alpha(opacity=0);}.layout-team1 .cms-team-item:hover .cms-team-content ul.cms-team-social{opacity:1;filter:alpha(opacity=1);}.layout-team1 .cms-team-content .cms-team-title{margin-top:17px;}.layout-team1 .cms-team-content .cms-team-title a{font-size:32px;line-height:40px;text-transform:capitalize;font-weight:700;color:#36464e;}.layout-team1 .cms-team-content .cms-team-title a:hover{color:#ec1919;}.layout-team1 .cms-team-content .cms-team-position{font-size:14px;text-transform:capitalize;margin-bottom:20px;}.layout-team1 .cms-team-intro{position:relative;}.layout-team1 ul.cms-team-social{margin-top:12px;display:block;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-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;width:100%;}.layout-team2{font-size:14px;line-height:24px;color:#37474f;font-weight:600;padding-bottom:24px;/* Layout Team  3 */}.layout-team2 .cms-team-item{padding-bottom:56px;padding-top:10px;}.layout-team2 .cms-team-title{margin-top:-10px;}.layout-team2 .cms-team-title a{font-size:18px;line-height:24px;text-transform:capitalize;font-weight:600;color:#37474f;}.layout-team2 .cms-team-title a:hover{color:#ec1919;}.layout-team2 .cms-team-position{font-size:16px;line-height:24px;font-weight:400;text-transform:capitalize;}.layout-team2 ul.cms-team-social{margin-top:5px;display:block;}.layout-team2 ul.cms-team-social li a i:before{font-size:15px;}.layout-team2 ul.cms-team-social li:first-child a{padding-left:0;}.layout-team2 .cms-team-description{position:relative;padding-top:11px;margin-top:5px;}.layout-team2 .cms-team-description:before{content:"";width:50px;height:3px;background-color:#ec1919;position:absolute;top:0;}.layout-team3{font-size:14px;line-height:24px;font-weight:600;color:#37474f;float:left;width:50%;-webkit-box-shadow:1px 0 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:1px 0 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:1px 0 5px rgba(0, 0, 0, 0.15);box-shadow:1px 0 5px rgba(0, 0, 0, 0.15);background-color:#fff;}.layout-team3 .cms-team-title span.position{margin-top:-11px;}.layout-team3 .cms-team-wrapper .cms-team-body{background-color:#fff;padding:52px 80px 52px 60px;}.layout-team3 .cms-team-wrapper .cms-team-title a{font-size:34px;line-height:40px;font-weight:700;color:#37474f;text-transform:capitalize;}.layout-team3 .cms-team-wrapper .cms-team-title a:hover{color:#ec1919;}.layout-team3 .cms-team-wrapper .cms-team-position{font-size:16px;line-height:24px;margin:18px 0;}.layout-team3 .cms-team-wrapper .cms-team-position span{color:#ec1919;text-transform:capitalize;}.layout-team3 .cms-team-wrapper .cms-team-description{font-weight:400;}.layout-team3 .cms-team-wrapper .cms-team-info{font-size:16px;}.layout-team3 .cms-team-wrapper .cms-team-info ul{list-style:none;margin:0;padding:0;}.layout-team3 .cms-team-wrapper .cms-team-info ul li{display:inline-block;position:relative;padding:15px;margin:0 10px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-team3 .cms-team-wrapper .cms-team-info ul li a{color:#37474f;}.layout-team3 .cms-team-wrapper .cms-team-info ul li:before{content:"";width:1px;height:20px;background-color:#e0e0e0;position:absolute;top:50%;left:-15px;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-team3 .cms-team-wrapper .cms-team-info ul li:first-child{margin-left:-13px;}.layout-team3 .cms-team-wrapper .cms-team-info ul li:first-child:before{display:none;}.layout-team3 .cms-team-wrapper .cms-team-info ul li:last-child{margin-right:0;}.layout-team3 .cms-team-wrapper .cms-team-info ul li:hover{-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);}.layout-team3 .cms-team-wrapper .cms-team-info ul li:hover a{color:#ec1919;}.layout-team3 .cms-team-wrapper .cms-team-info ul li i{margin-right:10px;}.layout-team3 .cms-team-wrapper .cms-team-certifications{font-weight:700;margin-top:23px;font-size:16px;}.layout-team3 .cms-team-wrapper .cms-team-certifications ul{margin-top:10px;}.layout-team3 .owl-controls{position:absolute;right:-100%;bottom:-13px;}.layout-team3 .owl-controls .owl-nav .owl-next,.layout-team3 .owl-controls .owl-nav .owl-prev{background-color:#fff;font-size:0;color:#ec1919;text-align:center;-webkit-box-shadow:1px 0 4px transparent;-moz-box-shadow:1px 0 4px transparent;-ms-box-shadow:1px 0 4px transparent;box-shadow:1px 0 4px transparent;-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 */}.layout-team3 .owl-controls .owl-nav .owl-next:before,.layout-team3 .owl-controls .owl-nav .owl-prev:before{content:'\f2fa';font:normal normal normal 22px/24px 'Material-Design-Iconic-Font';}.layout-team3 .owl-controls .owl-nav .owl-next:hover,.layout-team3 .owl-controls .owl-nav .owl-prev:hover{-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);box-shadow:1px 0 4px rgba(0, 0, 0, 0.08);}.layout-team3 .owl-controls .owl-nav .owl-next{margin-right:0;}.layout-team3 .owl-controls .owl-nav .owl-next:before{content:'\f2fb';}.cms-carousel-team-wrap{float:left;width:100%;position:relative;/* Layout Team 4 */}.cms-carousel-team-wrap .dotsCont{float:left;width:50%;margin-top:25px;}.cms-carousel-team-wrap .dotsCont .item-dot{background-position:center center;background-size:cover;float:left;height:275px;margin:0;width:50%;cursor:pointer;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;position:relative;}.cms-carousel-team-wrap .dotsCont .item-dot.active:before,.cms-carousel-team-wrap .dotsCont .item-dot.active:after{opacity:1;-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 */}.cms-carousel-team-wrap .dotsCont .item-dot:before,.cms-carousel-team-wrap .dotsCont .item-dot:after{position:absolute;top:0px;right:0px;bottom:0px;left:0px;content:'';opacity:0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}.cms-carousel-team-wrap .dotsCont .item-dot:before{border-top:10px solid #ec1919;border-bottom:10px solid #ec1919;-webkit-transform:scale(0, 1);-khtml-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-carousel-team-wrap .dotsCont .item-dot:after{border-right:10px solid #ec1919;border-left:10px solid #ec1919;-webkit-transform:scale(1, 0);-khtml-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);transform:scale(1, 0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-carousel-team-wrap.style2 .cms-team-wrapper{background-color:#fff;}.cms-carousel-team-wrap.style2 .dotsCont .item-dot{width:33.333%;position:relative;}.cms-carousel-team-wrap.style2 .dotsCont .item-dot .bg-overlay{background-color:rgba(55, 71, 79, 0.7);position:absolute;left:0;top:0;width:100%;height:100%;}.cms-carousel-team-wrap.style2 .dotsCont .item-dot.active .bg-overlay{background-color:transparent;}.cms-carousel-team-wrap.style2 .owl-controls{display:none;}.layout-team4{font-size:13px;line-height:24px;color:#fff;font-weight:600;padding-bottom:24px;text-align:center;/* Layout Carousel Service */}.layout-team4 .cms-team-content{padding:17px 15px;}.layout-team4 .cms-team-title a{font-size:18px;line-height:24px;text-transform:capitalize;font-weight:700;color:#ec1919;}.layout-team4 .cms-team-title a:hover{color:#37474f;}.layout-team4 .cms-team-position{font-size:15px;line-height:24px;text-transform:capitalize;color:#37474f;}.layout-team4 .cms-team-img{position:relative;}.layout-team4 .cms-team-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(236, 25, 25, 0.75);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;}.layout-team4 .cms-team-content-hover{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;-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;}.layout-team4 .cms-team-content-hover-inner{padding:15px;}.layout-team4 ul.cms-team-social{margin-top:23px;display:block;}.layout-team4 ul.cms-team-social li a{color:#fff !important;}.layout-team4 ul.cms-team-social li a i:before{font-size:18px;}.layout-team4 ul.cms-team-social li a:hover{color:#37474f !important;}.layout-team4 .cms-team-item:hover .cms-team-content-hover{opacity:1;}.layout-team4 .cms-team-item:hover .cms-team-overlay{opacity:1;}.layout-carousel-service{padding-bottom:70px;/* ==========================================================================
   [End] 6. CMS Carousel
========================================================================== *//* ==========================================================================
   [Start] 7. CMS Counter
========================================================================== */}.layout-carousel-service .bg-overlay{background:rgba(55, 71, 79, 0.7) none repeat scroll 0 0;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index: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 */}.layout-carousel-service .cms-carousel-media 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 */}.layout-carousel-service .cms-carousel-item{position:relative;-webkit-box-shadow:1px 0 3px transparent;-moz-box-shadow:1px 0 3px transparent;-ms-box-shadow:1px 0 3px transparent;box-shadow:1px 0 3px transparent;margin:3px;}.layout-carousel-service .cms-carousel-item:hover{-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);}.layout-carousel-service .cms-carousel-item:hover .bg-overlay{background:rgba(33, 33, 33, 0.4) none repeat scroll 0 0;}.layout-carousel-service .cms-carousel-item:hover .cms-service-categories{color:#fff;opacity:0.77;}.layout-carousel-service .cms-carousel-item:hover .cms-service-categories a{color:#fff;}.layout-carousel-service .cms-carousel-item:hover .cms-service-categories a:hover{color:#ec1919;opacity:1;}.layout-carousel-service .cms-carousel-item:hover .cms-carousel-content.content-hidden{opacity:0;filter:alpha(opacity=0);}.layout-carousel-service .cms-carousel-item:hover .cms-carousel-content.content-hover{-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;filter:alpha(opacity=1);}.layout-carousel-service .cms-carousel-item-inner{overflow:hidden;}.layout-carousel-service .cms-carousel-content{position:absolute;bottom: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 */-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;color:#fff;z-index:2;width:100%;}.layout-carousel-service .cms-carousel-content a{color:#fff;}.layout-carousel-service .cms-carousel-content a:hover{color:#ec1919;}.layout-carousel-service .cms-carousel-content.content-hover{bottom:0;height:100%;opacity:0;position:absolute;-webkit-transform:translateY(100%);-khtml-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;z-index:3;}.layout-carousel-service .cms-carousel-content-inner{position:absolute;bottom:0;left:0;right:0;padding:5px 20px 3px;}.layout-carousel-service .cms-service-title{font-size:17px;line-height:40px;font-weight:600;text-transform:capitalize;margin-top:-8px;}.layout-carousel-service .cms-service-title a{color:#fff;}.layout-carousel-service .cms-service-title a:hover{color:#ec1919;}.layout-carousel-service .cms-service-categories{font-size:13px;line-height:28px;font-weight:700;color:#fff;opacity:0.33;text-transform:uppercase;}.layout-carousel-service .cms-service-categories a{color:#fff;}.layout-carousel-service .cms-service-categories a:hover{color:#fff;opacity:0.77;}.layout-carousel-service .cms-service-price{margin-top:-6px;margin-bottom:11px;}.layout-carousel-service .cms-service-price a{font-size:12px;line-height:20px;color:#ec1919;text-transform:uppercase;font-weight:600;position:relative;display:block;}.layout-carousel-service .cms-service-price a:before{content:'\f2fb';font:normal normal normal 14px/1 'Material-Design-Iconic-Font';position:absolute;right:0;}.layout-carousel-service .cms-service-price a:hover{color:#fff;}.cms-counter-wraper{/* ==========================================================================
   [End] 7. CMS Counter
========================================================================== *//* ==========================================================================
   [Start] 8. CMS Grid
========================================================================== */}.cms-counter-wraper .cms-counter{font-size:40px;line-height:40px;font-weight:600;letter-spacing:0.035em;color:#36464d;margin-top:19px;}.cms-counter-wraper .cms-counter-icon i{font-size:49px;color:#36464d;}.cms-counter-wraper .cms-counter-title{color:#36464d;font-size:18px;line-height:40px;letter-spacing:0.035em;font-weight:600;text-transform:capitalize;}.cms-counter-wraper.cms-counter-default .cms-counter{margin-bottom:8px;padding-bottom:20px;position:relative;}.cms-counter-wraper.cms-counter-default .cms-counter:before{content:"";width:32px;height:2px;background-color:#ec1919;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-counter-wraper.cms-counter-default.content-align-left .cms-counter:before{left:0;-webkit-transform:translateX(0);-khtml-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-counter-wraper.cms-counter-default.content-align-right .cms-counter:before{left:auto;right:0;-webkit-transform:translateX(0);-khtml-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-counter-wraper.cms-counter-layout1 .cms-counter{margin-bottom:13px;}.cms-counter-wraper.cms-counter-layout2 .cms-counter-body{-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 */padding:28px 15px;}.cms-counter-wraper.cms-counter-layout2:hover .cms-counter-body{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);}.cms-counter-wraper.cms-counter-layout2 .cms-counter-left{float:left;margin-top:13px;}.cms-counter-wraper.cms-counter-layout2 .cms-counter-content{float:left;margin-left:22px;}.cms-counter-wraper.cms-counter-layout2 .cms-counter{margin-top:0;}.cms-counter-wraper.cms-counter-layout2 .cms-counter-title{margin-top:-10px;}.pricing-wrap{/* Layout Pricing 1 */}.pricing-wrap .pricing-border{position:relative;}.pricing-wrap span.cms-pricing-price{color:#37474f;display:inline;font-size:65px;font-weight:700;letter-spacing:0.035em;line-height:74px;position:relative;}.pricing-wrap span.cms-pricing-price span{font-size:34px;left:-22px;position:absolute;top:-5px;}.pricing-wrap h3.cms-pricing-title{color:#37474f;font-size:32px;line-height:36px;text-transform:capitalize;margin-bottom:0;margin-top:18px;}.pricing-wrap .pricing-content{text-align:left;padding-bottom:3px;}.pricing-wrap .pricing-content ul{list-style:none;margin:0;padding:0 0 10px;}.pricing-wrap .pricing-content ul li{position:relative;border-top:1px solid #eee;padding:8px 75px 8px 70px;color:#7e7e7e;font-size:14px;line-height:28px;letter-spacing:0.035em;}.pricing-wrap .pricing-content ul li:before{content:'\f26b';font:normal normal normal 22px/1 'Material-Design-Iconic-Font';color:#4caf50;position:absolute;top:50%;left:35px;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pricing-wrap .pricing-content.content-right{text-align:right;}.pricing-wrap .pricing-content.content-right ul li:before{left:auto;right:35px;}.pricing-wrap .pricing-content.content-center{text-align:center;}.pricing-layout1{/* Layout pricing 2 */}.pricing-layout1 .pricing-head{padding:14px 37px 20px;}.pricing-layout1 .cms-pricing-subtitle{color:#041852;font-size:16px;letter-spacing:0.035em;opacity:0.5;}.pricing-layout1 span.cms-pricing-time{color:#37474f;display:block;font-size:18px;letter-spacing:0.035em;margin-top:-3px;text-align:center;text-transform:uppercase;}.pricing-layout1 .pricing-button a{padding:10px 0 9px;}.pricing-layout1 .pricing-button a span{padding:11px 35px 10px;line-height:inherit;border:2px solid #ec1919;}.pricing-layout1 .pricing-equivalent{color:#37474f;margin-left:28px;margin-top:10px;opacity:0.5;font-weight:600;font-size:14px;}.pricing-layout1 .pricing-item-wrap:hover .pricing-button a{border-color:rgba(0, 0, 0, 0.1);color:#fff;background-color:#ec1919;}.pricing-layout1 .pricing-item-wrap:hover .pricing-header-wrap:after,.pricing-layout1 .pricing-item-wrap:hover .pricing-header-wrap:before{opacity:1;-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 */}.pricing-layout1 .pricing-header-wrap{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-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 */margin-bottom:20px;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;background:#fff;}.pricing-layout1 .pricing-header-wrap:before,.pricing-layout1 .pricing-header-wrap:after{position:absolute;top:0px;right:0px;bottom:0px;left:0px;content:'';opacity:0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-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 */}.pricing-layout1 .pricing-header-wrap:before{border-top:10px solid #ec1919;border-bottom:10px solid #ec1919;-webkit-transform:scale(0, 1);-khtml-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pricing-layout1 .pricing-header-wrap:after{border-right:10px solid #ec1919;border-left:10px solid #ec1919;-webkit-transform:scale(1, 0);-khtml-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);transform:scale(1, 0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pricing-layout1.style2 .pricing-header-wrap{-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 */}.pricing-layout1.style2 .pricing-header-wrap:before,.pricing-layout1.style2 .pricing-header-wrap:after{-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 */}.pricing-layout1.style2 .pricing-equivalent{color:#fff;}.pricing-layout2{text-align:center;}.pricing-layout2 h3.cms-pricing-title{margin-top:20px;}.pricing-layout2 span.cms-pricing-subtitle{color:#37474f;font-size:16px;font-weight:700;letter-spacing:0.035em;text-transform:capitalize;margin-top:13px;display:block;}.pricing-layout2 span.cms-pricing-price{display:inline-block;margin-top:5px;}.pricing-layout2 span.cms-pricing-price span{left:-30px;top:0;}.pricing-layout2 .pricing-icon i{font-size:64px;color:#37474f;}.pricing-layout2 .pricing-icon-image{position:relative;}.pricing-layout2 .pricing-icon-image img{margin:0 auto;}.pricing-layout2 .pricing-icon-image img + img{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pricing-layout2 .pricing-item-wrap:hover .pricing-icon i{color:#ec1919;}.pricing-layout2 .pricing-item-wrap:hover .cms-pricing-price{color:#ec1919;}.pricing-layout2 .pricing-item-wrap:hover .pricing-icon-image img{opacity:0;filter:alpha(opacity=0);}.pricing-layout2 .pricing-item-wrap:hover .pricing-icon-image img + img{opacity:1;filter:alpha(opacity=1);}.pricing-layout2 .pricing-item-wrap:hover .pricing-header-wrap:after,.pricing-layout2 .pricing-item-wrap:hover .pricing-header-wrap:before{opacity:1;-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 */}.pricing-layout2 .pricing-header-padding{padding:37px 30px 30px;}.pricing-layout2 .pricing-content{margin-top:22px;text-align:left;}.pricing-layout2 .pricing-content.content-right ul li{padding:0 87px 0 15px;}.pricing-layout2 .pricing-content.content-right ul li:before{left:auto;right:53px;}.pricing-layout2 .pricing-content ul li{border:none;padding:0 15px 0 87px;}.pricing-layout2 .pricing-content ul li:before{left:53px;}.pricing-layout2 .pricing-header-wrap{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-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:20px;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;}.pricing-layout2 .pricing-header-wrap:before,.pricing-layout2 .pricing-header-wrap:after{position:absolute;top:0px;right:0px;bottom:0px;left:0px;content:'';opacity:0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-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 */}.pricing-layout2 .pricing-header-wrap:before{border-top:7px solid #ec1919;border-bottom:7px solid #ec1919;-webkit-transform:scale(0, 1);-khtml-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pricing-layout2 .pricing-header-wrap:after{border-right:7px solid #ec1919;border-left:7px solid #ec1919;-webkit-transform:scale(1, 0);-khtml-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);transform:scale(1, 0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.pricing-layout3{text-align:center;/* Layout Latest New */}.pricing-layout3 .pricing-icon i{font-size:64px;color:#ec1919;}.pricing-layout3 h3.cms-pricing-title{font-size:24px;font-weight:600;line-height:24px;}.pricing-layout3 span.cms-pricing-price{display:inline-block;margin-top:10px;font-size:48px;line-height:64px;}.pricing-layout3 span.cms-pricing-price span{left:-30px;top:0;}.pricing-layout3 span.cms-pricing-subtitle{color:#37474f;display:block;font-size:14px;font-weight:600;letter-spacing:0.035em;line-height:34px;}.pricing-layout3 .pricing-content ul{padding-bottom:29px;}.pricing-layout3 .pricing-content ul li{border:none;padding:0 15px 0 80px;}.pricing-layout3 .pricing-content ul li:before{left:56px;}.pricing-layout3 .pricing-header-wrap{padding:25px 30px 30px 30px;margin:10px 0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border:1px solid #eee;-webkit-transition:0.5s all;-moz-transition:0.5s all;-ms-transition:0.5s all;transition:0.5s all;-webkit-box-shadow:0 1px 4px transparent;-moz-box-shadow:0 1px 4px transparent;-ms-box-shadow:0 1px 4px transparent;box-shadow:0 1px 4px transparent;}.pricing-layout3 .pricing-header-wrap:after,.pricing-layout3 .pricing-header-wrap:before{display:none;}.pricing-layout3 .pricing-button a{padding:10px 0 9px;-webkit-border-radius:45px;-khtml-border-radius:45px;-moz-border-radius:45px;-ms-border-radius:45px;-o-border-radius:45px;border-radius:45px;/* BACKGROUND GRADIENT */}.pricing-layout3 .pricing-button a span{padding:11px 35px 10px;line-height:inherit;border:2px solid #37474f;-webkit-border-radius:45px;-khtml-border-radius:45px;-moz-border-radius:45px;-ms-border-radius:45px;-o-border-radius:45px;border-radius:45px;/* BACKGROUND GRADIENT */}.pricing-layout3 .pricing-item-wrap{padding:0;}.pricing-layout3 .pricing-item-wrap:hover .pricing-header-wrap{border-color:#eee;padding-top:30px;padding-bottom:35px;-webkit-transform:scaleY(1.04);-khtml-transform:scaleY(1.04);-moz-transform:scaleY(1.04);-ms-transform:scaleY(1.04);-o-transform:scaleY(1.04);transform:scaleY(1.04);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);}.pricing-layout3 .pricing-item-wrap:hover span.cms-pricing-price{color:#ec1919;}.pricing-layout3 .pricing-item-wrap:hover .pricing-button a{border-color:#c41010;color:#fff;background-color:#ec1919;}.pricing-layout3 .pricing-item-wrap:hover .pricing-button a span{border-color:#ec1919;}.layout-latest-new .title-blog span{padding-left:0;}.layout-grid-latest-new,.cms-related-post{margin-left:-8px;margin-right:-7px;}.layout-grid-latest-new .cms-grid-item,.cms-related-post .cms-grid-item{padding-left:8px;padding-right:7px;}.layout-grid-latest-new .cms-grid-item[class*="col-lg-6"]:nth-child(2n+1),.cms-related-post .cms-grid-item[class*="col-lg-6"]:nth-child(2n+1){clear:left;}.layout-grid-latest-new .cms-grid-item[class*="col-lg-6"]:nth-child(3n+1),.cms-related-post .cms-grid-item[class*="col-lg-6"]:nth-child(3n+1){clear:initial;}.layout-grid-latest-new .cms-grid-media img,.cms-related-post .cms-grid-media 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 */width:100%;}.layout-grid-latest-new .cms-grid-item-inner,.cms-related-post .cms-grid-item-inner{-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 */margin:0 15px 45px;}.layout-grid-latest-new .cms-grid-content,.cms-related-post .cms-grid-content{padding:8px 25px;}.layout-grid-latest-new .cms-grid-categories a,.cms-related-post .cms-grid-categories a{font-size:13px;line-height:28px;font-weight:700;text-transform:uppercase;color:#ec1919;}.layout-grid-latest-new .cms-grid-categories a:hover,.cms-related-post .cms-grid-categories a:hover{color:#37474f;}.layout-grid-latest-new .cms-grid-title a,.cms-related-post .cms-grid-title a{font-size:24px;line-height:34px;font-weight:600;text-transform:capitalize;color:#37474f;}.layout-grid-latest-new .cms-grid-title a:hover,.cms-related-post .cms-grid-title a:hover{color:#ec1919;}.layout-grid-latest-new .cms-grid-date,.cms-related-post .cms-grid-date{font-size:14px;line-height:28px;color:#37474f;opacity:0.77;}.layout-grid-latest-new .cms-grid-readmore,.cms-related-post .cms-grid-readmore{margin-top:28px;margin-bottom:4px;}.layout-grid-latest-new .cms-grid-readmore a,.cms-related-post .cms-grid-readmore a{font-size:12px;line-height:28px;text-transform:uppercase;color:#ec1919;font-weight:600;}.layout-grid-latest-new .cms-grid-readmore a i,.cms-related-post .cms-grid-readmore a i{font-weight:600;}.layout-grid-latest-new .cms-grid-readmore a:hover,.cms-related-post .cms-grid-readmore a:hover{color:#36464e;}.cms-related-post{max-width:765px;padding:0;margin:0 -15px;/* Layout Service */}.cms-related-post .feature-image{height:150px;background-size:cover;background-position:center;background-repeat:no-repeat;}.cms-related-post .feature-image.no-feature-img{display:none;}.layout-service{/* Layout Service2 */}.layout-service .cms-grid-media img{-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 */}.layout-service .cms-grid-item-inner{position:relative;overflow:hidden;}.layout-service .cms-grid-item-inner .cms-service-content{position:absolute;bottom:0;left:0;padding:9px 22px;width:100%;}.layout-service .row{margin-left:-24px;margin-right:-24px;}.layout-service [class*="col-"]{padding:0 24px;}.layout-service .cms-grid-item{margin-bottom:85px;}.layout-service .cms-grid-item:hover .cms-service-content.content-hidden{opacity:0;filter:alpha(opacity=0);}.layout-service .cms-grid-item:hover .cms-service-content.content-hover{-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;filter:alpha(opacity=1);}.layout-service .bg-overlay{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background-image:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background-image:-ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background-image:linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.75)', endColorStr='rgba(0, 0, 0, 0)');/* BACKGROUND HORIZONTAL */width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;-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 */}.layout-service .cms-service-title a{color:#fff;font-size:20px;font-weight:600;line-height:40px;text-transform:capitalize;}.layout-service .cms-service-title a:hover{color:#ec1919;}.layout-service .cms-service-readmore{font-size:14px;font-weight:600;line-height:40px;margin-top:-10px;text-transform:capitalize;color:#ec1919;position:relative;display:block;}.layout-service .cms-service-readmore i{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-service .cms-service-readmore:hover{color:#fff;}.layout-service .cms-service-content{-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;position:absolute;bottom:0;-webkit-border-radius:0 0 4px 4px;-khtml-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;/* BACKGROUND GRADIENT */}.layout-service .cms-service-content.content-hover{bottom:0;opacity:0;position:absolute;width:100%;z-index:1;-webkit-transform:translateY(100%);-khtml-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-service.style2 .cms-grid-item{margin-bottom:55px;}.layout-service2{font-size:12px;line-height:20px;color:#000;}.layout-service2 .cms-grid-item-inner{border-top:1px solid #edeeef;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #cecece;-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:27px;position:relative;overflow:hidden;}.layout-service2 .cms-grid-item-inner:hover .cms-service-content.content-hidden{opacity:0;filter:alpha(opacity=0);}.layout-service2 .cms-grid-item-inner:hover .cms-service-content.content-hover{-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;filter:alpha(opacity=1);}.layout-service2 .cms-grid-media 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 */}.layout-service2 .cms-service-content{border-top:1px solid #eee;-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;z-index:2;background-color:#fff;}.layout-service2 .cms-service-content.content-hover{bottom:0;opacity:0;position:absolute;transform:translateY(100%);width:100%;z-index:1;}.layout-service2 .cms-service-content.content-hover .cms-service-meta{margin-top:7px;}.layout-service2 .cms-service-content.content-hover .cms-service-price a{color:#ec1919;}.layout-service2 .cms-service-content.content-hover .cms-service-price a:hover{color:#37474f;}.layout-service2 .cms-service-content-inner{padding:0 16px 3px;overflow:hidden;}.layout-service2 .cms-service-title a{color:#000;font-size:17px;line-height:40px;text-transform:capitalize;font-weight:600;}.layout-service2 .cms-service-title a:hover{color:#ec1919;}.layout-service2 .cms-service-meta{font-size:14px;line-height:40px;font-weight:600;color:#37474f;margin-top:-14px;}.layout-service2 .cms-service-categories{text-transform:capitalize;padding-right:10px;}.layout-service2 .cms-service-categories a{color:#37474f;}.layout-service2 .cms-service-categories a:hover{color:#ec1919;}.layout-service2 .cms-service-price{text-transform:uppercase;font-weight:700;}.layout-service2 .cms-service-price a{color:#37474f;}.layout-service2 .cms-service-price a:hover{color:#ec1919;}.cms-load-posts a{-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);}.cms-grid-filter{text-align:center;}.cms-grid-filter ul.cms-filter-category{text-align:center;margin:0 0 56px 0;display:inline-block;}.cms-grid-filter ul.cms-filter-category li{padding:0;margin:3px;}.cms-grid-filter ul.cms-filter-category li a{color:#37474f;font-size:17px;font-weight:600;line-height:30px;text-transform:capitalize;padding:0 17px;background-color:transparent;border:1px solid transparent;-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-grid-filter ul.cms-filter-category li a:hover,.cms-grid-filter ul.cms-filter-category li a.active{background-color:#ec1919;border-color:rgba(0, 0, 0, 0.1);color:#fff;}.style2{/* Layout Service 3 */}.style2 .cms-grid-filter ul.cms-filter-category{-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 6px rgba(0, 0, 0, 0.22);box-shadow:0 1px 6px rgba(0, 0, 0, 0.22);-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 */padding:22px 0;margin-bottom:55px;}.style2 .cms-grid-filter ul.cms-filter-category li{padding:0;margin:0;}.style2 .cms-grid-filter ul.cms-filter-category li a{font-weight:700;font-size:15px;line-height:26px;text-transform:uppercase;color:#36464e;padding:0 55px;position:relative;border:none;}.style2 .cms-grid-filter ul.cms-filter-category li a:before{content:"";background:#e5e5e5;width:1px;height:20px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.style2 .cms-grid-filter ul.cms-filter-category li a.active,.style2 .cms-grid-filter ul.cms-filter-category li a:hover{color:#ec1919;border:none;background:transparent;}.style2 .cms-grid-filter ul.cms-filter-category li:first-child a:before{display:none;}.style2 .cms-load-posts a{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border:3px solid #36464e;background:transparent;color:#36464e;padding:9px 60px;}.style2 .cms-load-posts a:hover{border-color:#ec1919;color:#ec1919;}.layout-service3{/* ==========================================================================
   [End] 8. CMS Grid
========================================================================== *//* ==========================================================================
   [Start] 9. Tab
========================================================================== */}.layout-service3 .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 */}.layout-service3 .cms-grid-item-inner{position:relative;overflow:hidden;-webkit-box-shadow:0 1px 3px transparent;-moz-box-shadow:0 1px 3px transparent;-ms-box-shadow:0 1px 3px transparent;box-shadow:0 1px 3px transparent;-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 */}.layout-service3 .cms-grid-item-inner .cms-service-content{position:absolute;bottom:0;left:0;padding:4px 20px;width:100%;}.layout-service3 .cms-grid-item:hover .cms-grid-item-inner{-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);}.layout-service3 .cms-grid-item:hover .cms-service-content.content-hidden{opacity:0;filter:alpha(opacity=0);}.layout-service3 .cms-grid-item:hover .cms-service-content.content-hover{opacity:1;filter:alpha(opacity=1);-webkit-transform:translateY(0%);-khtml-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-service3 .cms-grid-item:hover .bg-overlay{background-color:rgba(33, 33, 33, 0.4);}.layout-service3 .bg-overlay{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(55, 71, 79, 0.7);-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 */}.layout-service3 .cms-service-categories{font-size:13px;line-height:29px;font-weight:700;color:#fff;opacity:0.33;text-transform:uppercase;}.layout-service3 .cms-service-categories a{color:#fff;}.layout-service3 .cms-service-categories a:hover{opacity:1;}.layout-service3 .cms-service-title{margin-top:-9px;}.layout-service3 .cms-service-title a{color:#fff;font-size:17px;font-weight:600;line-height:40px;text-transform:capitalize;}.layout-service3 .cms-service-title a:hover{color:#ec1919;}.layout-service3 .cms-service-price a{font-size:12px;font-weight:600;line-height:20px;text-transform:uppercase;color:#ec1919;position:relative;display:block;}.layout-service3 .cms-service-price a:hover{color:#fff;}.layout-service3 .cms-service-content{-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;position:absolute;bottom:0;-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 */}.layout-service3 .cms-service-content.content-hover{bottom:0;opacity:0;position:absolute;width:100%;z-index:3;-webkit-transform:translateY(100%);-khtml-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.vc_tta-container{/* ==========================================================================
   [End] 8. CMS Grid
========================================================================== *//* ==========================================================================
   [Start] 10. CMS Progress Bar
========================================================================== */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab > a{background:#37474f;font-size:14px;line-height:28px;letter-spacing:0.035em;text-transform:capitalize;color:#fff;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:first-child > a{-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 */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:last-child > a{-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 */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:hover > a{border-bottom-color:#c41010;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container{margin:0 0 51px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container .vc_tta-panel-body,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container .vc_tta-panel-body,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container .vc_tta-panel-body{padding:0;background-color:none;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab{margin:1px 0 0 -1px;text-align:center;width:25%;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a{background:#fafafa;border:1px solid #eee;font-size:16px;line-height:40px;padding:4px 30px;font-weight:700;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a span{color:#36464e;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:first-child{margin-left:1px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab > a:before{content:"";height:4px;width:100%;position:absolute;top:0;left:0;background:#ec1919;opacity:0;border:none;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:hover > a{background:#fff;border-top:none;border-bottom:none;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a:before,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:hover > a:before{opacity:1;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:first-child > a:before{-webkit-border-radius:2px 0 0 0;-khtml-border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-ms-border-radius:2px 0 0 0;-o-border-radius:2px 0 0 0;border-radius:2px 0 0 0;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:last-child > a:before{-webkit-border-radius:0 2px 0 0;-khtml-border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-ms-border-radius:0 2px 0 0;-o-border-radius:0 2px 0 0;border-radius:0 2px 0 0;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container{margin-bottom:0;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels{background:#fff none repeat scroll 0 0;border-radius:0 0 2px 2px;margin-top:-2px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels:before{border-color:#eee;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{color:#37474f;font-size:14px;letter-spacing:0.035em;line-height:24px;padding:30px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab{margin:1px 0 0 -1px;width:25%;text-align:center;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a{background:transparent;border:none;font-size:16px;line-height:40px;color:rgba(54, 70, 78, 0.77);padding:4px 30px;font-weight:700;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab:hover > a{color:#ec1919;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:hover > a{background:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:first-child > a:before{-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 */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab:last-child > a:before{-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 */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tabs-container{margin-bottom:0;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels{background:#fff none repeat scroll 0 0;-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 */margin-top:-2px;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels:before{border:none;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{color:#37474f;font-size:14px;letter-spacing:0.035em;line-height:24px;padding:16px 30px 18px;margin-top:22px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.style-dark ul.vc_tta-tabs-list{margin-bottom:4px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.style-dark .vc_tta-tab > a{color:rgba(255, 255, 255, 0.77);}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.style-dark .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.style-dark .vc_tta-tab:hover > a{color:#ec1919;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.style-dark.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{padding:30px 113px 48px 113px;-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:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);z-index:9;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab{position:relative;margin:-1px 0;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{border-top-color:#e2e7e9;border-left-color:#e6eaec;border-bottom-color:#e5eaec;border-right:none;border-bottom-width:none;background:#fff;color:rgba(4, 14, 36, 0.41);font-size:15px;line-height:25px;font-weight:600;text-transform:capitalize;padding:8px 17px 7px 17px;-webkit-box-shadow:0 1px 4px transparent inset;-moz-box-shadow:0 1px 4px transparent inset;-ms-box-shadow:0 1px 4px transparent inset;box-shadow:0 1px 4px transparent inset;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:first-child > a{-webkit-border-radius:3px 0 0 0;-khtml-border-radius:3px 0 0 0;-moz-border-radius:3px 0 0 0;-ms-border-radius:3px 0 0 0;-o-border-radius:3px 0 0 0;border-radius:3px 0 0 0;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child > a{border-bottom-width:1px;-webkit-border-radius:0 0 0 3px;-khtml-border-radius:0 0 0 3px;-moz-border-radius:0 0 0 3px;-ms-border-radius:0 0 0 3px;-o-border-radius:0 0 0 3px;border-radius:0 0 0 3px;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover > a{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08) inset;-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08) inset;-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08) inset;box-shadow:0 1px 4px rgba(0, 0, 0, 0.08) inset;color:#ec1919;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container{margin-left:1px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{border:1px solid #e5eaec;padding:0;font-size:14px;line-height:24px;color:#37474f;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before{display:none;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body [class*="col-"]{padding:10px 0 30px 30px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body [class*="col-"] + [class*="col-"]{padding:0;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h4{margin-bottom:20px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab{margin:0 -1px 0 0;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{border-color:#2a3a42;background-color:#37474f;color:#fff;-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 */padding:5px 23px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover > a{background-color:#ec1919;border-color:#c41010;color:#fff;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:after,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover > a:after,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:before,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover > a:before{width:auto;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list{margin:20px 0 0;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before{border:none;background-color:none;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{background:none;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel{margin:0;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel .vc_tta-panel-body{padding:4px;border:none;}.cms-progress-body h3.cms-progress-title{color:#37474f;font-size:18px;font-weight:700;letter-spacing:0.035em;line-height:26px;text-transform:capitalize;margin:0 12px 7px;}.cms-progress-body .progress{height:22px;-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;border:1px solid #e0e0e0;overflow:initial;margin-bottom:16px;background:#fafafa;}.cms-progress-body .progress .progress-bar{position:relative;overflow:inherit;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-border-radius:2px 0 0 2px;-khtml-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;-ms-border-radius:2px 0 0 2px;-o-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px;/* BACKGROUND GRADIENT */}.cms-progress-body .progress .progress-bar .progress-couter{background:inherit;border-color:inherit;-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 5px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);color:#fff;font-size:12px;height:20px;letter-spacing:0.035em;line-height:20px;min-width:45px;padding:0 5px;position:absolute;right:-22px;text-shadow:-1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.15), 0 -1px rgba(0, 0, 0, 0.15);top:-36px;font-family:'helveticaneueltstd-ex-webfont';}.cms-progress-body .progress .progress-bar .progress-couter:before{border:5px solid transparent;border-top-color:inherit;bottom:-10px;content:"";height:0;left:0;margin:0 auto;position:absolute;right:0;width:0;}.cms-progress-layout1.style-2 .cms-progress-body h3.cms-progress-title{margin-left:0;font-weight:600;}.cms-progress-layout1.style-2 .cms-progress-body .progress{-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-progress-layout2{/* ==========================================================================
   [End] 10. CMS Progress Bar
========================================================================== */}.cms-progress-layout2 .cms-progress-body .progress{height:11px;margin-bottom:61px;}.cms-progress-layout2 .cms-progress-body .progress .progress-bar:after{width:17px;height:17px;content:"";background-color:inherit;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */position:absolute;right:-9px;top:-4px;}footer #footer-top{color:#e0f7fa;background-color:#00a3ba;font-size:15px;line-height:28px;letter-spacing:0.035em;font-weight:600;padding:48px 0 83px;}footer #footer-top a{color:#e0f7fa;}footer #footer-top a:hover{color:#fff;}footer #footer-top .wg-title{color:#fff;font-size:24px;line-height:40px;letter-spacing:0.035em;font-weight:700;text-transform:capitalize;margin-bottom:18px;}footer #footer-top .cshero-footer-top11 .widget{padding-top:40px;}footer #footer-top .cshero-footer-top13 .widget,footer #footer-top .cshero-footer-top14 .widget{padding-left:29px;}footer #footer-top .cshero-footer-top14 ul li{position:relative;padding-left:128px;font-weight:400;}footer #footer-top .cshero-footer-top14 ul li span{position:absolute;left:0;font-weight:600;}footer #footer-bottom{color:#fff;background-color:#00a3ba;font-size:13px;line-height:24px;letter-spacing:0.035em;font-weight:600;padding-top:0;padding-bottom:0;}footer #footer-bottom a{color:#fff;}footer #footer-bottom a:hover{color:#e0f7fa;}footer #footer-bottom .cms-copyright{background-color:rgba(0, 0, 0, 0.15);padding-top:12px;padding-bottom:12px;}footer #footer-bottom .cms-copyright:before{background-color:rgba(0, 0, 0, 0.15);content:"";height:100%;position:absolute;left:-1000px;top:0;width:1000px;}footer #footer-bottom .cms-copyright:after{border-style:solid;border-color:rgba(0, 0, 0, 0.15) transparent;border-width:0 47px 48px 0;bottom:0;content:"";height:0;right:-47px;position:absolute;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-ms-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;width:0;z-index:0;}footer #footer-bottom .cms-copyright a{color:#fff;}footer #footer-bottom .cms-copyright a:hover{color:#36464e;}footer .cshero-footer2 #footer-top{background-color:#37474f;color:#fff;font-size:14px;font-weight:400;padding-bottom:71px;padding-top:58px;}footer .cshero-footer2 #footer-top ul li a:before{content:'\f2fb';font-family:"Material-Design-Iconic-Font";color:transparent;position:absolute;left:-13px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}footer .cshero-footer2 #footer-top ul li a:hover:before{opacity:1;color:#ec1919;}footer .cshero-footer2 #footer-top a{color:#fff;font-weight:600;position:relative;}footer .cshero-footer2 #footer-top a:hover{color:#ec1919;}footer .cshero-footer2 #footer-top .wg-title{color:#ec1919;font-size:22px;margin-bottom:18px;}footer .cshero-footer2 #footer-top [class*="col-"] + [class*="col-"] aside{padding-left:35px;}footer .cshero-footer2 #footer-bottom{background:#2f3c43;border-top:1px solid #526066;}footer .cshero-footer2 #footer-bottom .cms-copyright{background:none;}footer .cshero-footer2 #footer-bottom .cms-copyright a:hover{color:#ec1919;}footer .cshero-footer2 #footer-bottom .cms-copyright:after,footer .cshero-footer2 #footer-bottom .cms-copyright:before{display:none;}footer .cshero-footer3{border-top:1px solid #eee;}footer .cshero-footer3 #footer-top{background-color:#fff;color:#36464e;font-size:14px;font-weight:400;padding-bottom:18px;padding-top:36px;}footer .cshero-footer3 #footer-top ul li a:before{content:'\f2fb';font-family:"Material-Design-Iconic-Font";color:transparent;position:absolute;left:-13px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}footer .cshero-footer3 #footer-top ul li a:hover:before{opacity:1;color:#37474f;}footer .cshero-footer3 #footer-top a{color:#36464e;font-weight:600;position:relative;}footer .cshero-footer3 #footer-top a:hover{color:#36464e;font-weight:700;}footer .cshero-footer3 #footer-top .wg-title{color:#36464e;font-size:22px;margin-bottom:18px;}footer .cshero-footer3 #footer-top .cshero-footer-top31{margin-top:14px;}footer .cshero-footer3 #footer-top .cshero-footer-top31 img + img{display:none;}footer .cshero-footer3 #footer-top .cshero-footer-top32 aside{padding-left:97px;}footer .cshero-footer3 #footer-bottom{background:#fff;}footer .cshero-footer3 #footer-bottom a{color:#fff;}footer .cshero-footer3 #footer-bottom a:hover{color:#00acc1;}footer .cshero-footer3 #footer-bottom .container{background-color:#36464e;position:relative;}footer .cshero-footer3 #footer-bottom .container:after{border-style:solid;border-color:#36464e transparent;border-width:0 47px 48px 0;bottom:0;content:"";height:0;right:-47px;position:absolute;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-ms-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;width:0;z-index:0;}footer .cshero-footer3 #footer-bottom .cms-copyright{background:none;position:relative;}footer .cshero-footer3 #footer-bottom .cms-copyright a:hover{color:#ec1919;}footer .cshero-footer3 #footer-bottom .cms-copyright:after{display:none;}footer .cshero-footer3 #footer-bottom .cms-copyright:before{background-color:#36464e;}.homev2 footer .cshero-footer3 #footer-top .cshero-footer-top31 img{display:none;}.homev2 footer .cshero-footer3 #footer-top .cshero-footer-top31 img + img{display:block;}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:transparent;border:1px solid #e5e5e5;-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:#757575;font-size:14px;height:35px;line-height:35px;padding:0 45px 0 20px;width:100%;}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,select:focus{border-color:#ec1919;}textarea{min-height:120px;max-width:100%;/** Contact Form 7 */}.form-group{margin-bottom:10px;}.form-group label{color:#3c3c3c;font-size:11px;font-weight:bold;line-height:21px;margin-bottom:7px;text-transform:uppercase;}.searchform,.woocommerce-product-search{position:relative;line-height:35px;}.searchform:before,.woocommerce-product-search:before{content:'\f1c3';color:#424242;font:normal normal normal 15px/35px 'Material-Design-Iconic-Font';position:absolute;right:18px;top:2px;z-index:2;}.searchform input[type='submit'],.woocommerce-product-search input[type='submit']{position:absolute;right:0;top:0;font-size:0;cursor:pointer;z-index:99;background:none;border:none;width:45px;height:35px;padding:0;}.searchform label,.woocommerce-product-search label{display:none;}.woocommerce-product-search input[type='search']{color:#37474f;width:100%;}.woocommerce-product-search input::-moz-placeholder,.woocommerce-product-search textarea::-moz-placeholder{color:#37474f;}.woocommerce-product-search input::-webkit-input-placeholder,.woocommerce-product-search textarea::-webkit-placeholder{color:#37474f;}.woocommerce-product-search input::-o-placeholder,.woocommerce-product-search textarea::-o-placeholder{color:#37474f;}.woocommerce-product-search input::-ms-placeholder,.woocommerce-product-search textarea::-ms-placeholder{color:#37474f;}.wpcf7-form .wpcf7-form-item{margin-bottom:10px;}.wpcf7-form .wpcf7-not-valid-tip{font-size:16px;color:#ec1919;}.wpcf7-form textarea{font-size:13px;line-height:19px;}.wpcf7-form textarea + .wpcf7-not-valid-tip{top:-10px;}.wpcf7-form .wpcf7-validation-errors{border:medium none;display:block;text-align:left;margin:20px 0 0;}.wpcf7-form [class*="menu-"]{position:relative;}.wpcf7-form [class*="menu-"]:before{content:"\f107";font-family:FontAwesome;font-size:20px;position:absolute;top:-2px;right:0;z-index:-1;color:#b8b8b8;}.wpcf7-form select{-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;padding:12px 25px;}.wpcf7-form select option{color:;}.wpcf7-form input[type="submit"]{margin-top:30px;}.wpcf7-form .results{margin:24px 0 25px;}.wpcf7-form .total-payment input[type='text']{color:#ec1919;font-weight:700;}.wpcf7-form .order-now input[type="submit"]{margin-top:29px;padding-left:0;padding-right:0;text-align:center;width:135px;}.wpcf7-form .request-form img.ajax-loader{display:block;}.wpcf7-form .request-form input[type="submit"]{margin-top:0;}.wpcf7-form.style1 input::-moz-placeholder,.wpcf7-form.style1 textarea::-moz-placeholder{color:#76858c;}.wpcf7-form.style1 input::-webkit-input-placeholder,.wpcf7-form.style1 textarea::-webkit-placeholder{color:#76858c;}.wpcf7-form.style1 input::-o-placeholder,.wpcf7-form.style1 textarea::-o-placeholder{color:#76858c;}.wpcf7-form.style1 input::-ms-placeholder,.wpcf7-form.style1 textarea::-ms-placeholder{color:#76858c;}.wpcf7-form.style1 .form-group.wpcf7-row-two{position:relative;margin-bottom:24px;padding:0 20px;}.wpcf7-form.style1 .form-group.wpcf7-row-two .wpcf7-label{font-size:14px;color:#76858c;position:absolute;z-index:99;-webkit-transition:all 400ms ease 0ms;-moz-transition:all 400ms ease 0ms;-ms-transition:all 400ms ease 0ms;transition:all 400ms ease 0ms;}.wpcf7-form.style1 .form-group.wpcf7-row-two span.wpcf7-form-control-wrap{display:block;position:relative;border-bottom:1px solid #e0e0e0;}.wpcf7-form.style1 .form-group.wpcf7-row-two span.wpcf7-form-control-wrap:before{background-color:#e0e0e0;bottom:-1px;content:"";display:block;height:3px;left:0;max-width:0;position:absolute;-webkit-transition:all 400ms ease 0ms;-moz-transition:all 400ms ease 0ms;-ms-transition:all 400ms ease 0ms;transition:all 400ms ease 0ms;width:100%;z-index:10;}.wpcf7-form.style1 .form-group.wpcf7-row-two .wpcf7-form-control:not(.wpcf7-submit){border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;font-size:14px;color:#37474f;padding:10px 0;height:40px;position:relative;z-index:100;background-color:transparent;outline:none;}.wpcf7-form.style1 .form-group.wpcf7-row-two .wpcf7-form-control.wpcf7-textarea{height:125px;}.wpcf7-form.style1 .form-group.wpcf7-row-two.input-filled-active .wpcf7-label,.wpcf7-form.style1 .form-group.wpcf7-row-two.input-filled-hold .wpcf7-label{color:#ec1919;z-index:99;}.wpcf7-form.style1 .form-group.wpcf7-row-two.input-filled-active span.wpcf7-form-control-wrap:before,.wpcf7-form.style1 .form-group.wpcf7-row-two.input-filled-hold span.wpcf7-form-control-wrap:before{max-width:100%;background-color:#ec1919;}.wpcf7-form.style1 .form-group.wpcf7-row-two .wpcf7-not-valid-tip{position:absolute;bottom:-30px;top:auto;}.wpcf7-form.style1 input[type="submit"]{margin:15px auto 0;display:block;}.wpcf7-form.style2 input[type='text'],.wpcf7-form.style2 input[type="password"],.wpcf7-form.style2 input[type="datetime"],.wpcf7-form.style2 input[type="datetime-local"],.wpcf7-form.style2 input[type="date"],.wpcf7-form.style2 input[type="month"],.wpcf7-form.style2 input[type="time"],.wpcf7-form.style2 input[type="week"],.wpcf7-form.style2 input[type="number"],.wpcf7-form.style2 input[type="email"],.wpcf7-form.style2 input[type="url"],.wpcf7-form.style2 input[type="search"],.wpcf7-form.style2 input[type="tel"],.wpcf7-form.style2 input[type="color"],.wpcf7-form.style2 textarea,.wpcf7-form.style2 select{color:#fff;}.wpcf7-form.style2 input::-moz-placeholder,.wpcf7-form.style2 textarea::-moz-placeholder{color:#fff;}.wpcf7-form.style2 input::-webkit-input-placeholder,.wpcf7-form.style2 textarea::-webkit-placeholder{color:#fff;}.wpcf7-form.style2 input::-o-placeholder,.wpcf7-form.style2 textarea::-o-placeholder{color:#fff;}.wpcf7-form.style2 input::-ms-placeholder,.wpcf7-form.style2 textarea::-ms-placeholder{color:#fff;}.wpcf7-form.style2 .form-group.wpcf7-row-two{position:relative;margin-bottom:11px;}.wpcf7-form.style2 .form-group.wpcf7-row-two .wpcf7-label{font-size:14px;color:#fff;position:absolute;top:-2px;z-index:99;-webkit-transition:all 400ms ease 0ms;-moz-transition:all 400ms ease 0ms;-ms-transition:all 400ms ease 0ms;transition:all 400ms ease 0ms;}.wpcf7-form.style2 .form-group.wpcf7-row-two span.wpcf7-form-control-wrap{display:block;position:relative;border-bottom:1px solid #294b5b;}.wpcf7-form.style2 .form-group.wpcf7-row-two span.wpcf7-form-control-wrap:before{background-color:#e0e0e0;bottom:-1px;content:"";display:block;height:3px;left:0;max-width:0;position:absolute;-webkit-transition:all 400ms ease 0ms;-moz-transition:all 400ms ease 0ms;-ms-transition:all 400ms ease 0ms;transition:all 400ms ease 0ms;width:100%;z-index:10;}.wpcf7-form.style2 .form-group.wpcf7-row-two .wpcf7-form-control:not(.wpcf7-submit){border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;font-size:14px;color:#fff;padding:10px 0;height:40px;position:relative;z-index:100;background-color:transparent;outline:none;}.wpcf7-form.style2 .form-group.wpcf7-row-two .wpcf7-form-control.wpcf7-textarea{height:125px;}.wpcf7-form.style2 .form-group.wpcf7-row-two.input-filled-active .wpcf7-label,.wpcf7-form.style2 .form-group.wpcf7-row-two.input-filled-hold .wpcf7-label{color:#ec1919;font-size:11px;z-index:99;top:-20px;}.wpcf7-form.style2 .form-group.wpcf7-row-two.input-filled-active span.wpcf7-form-control-wrap:before,.wpcf7-form.style2 .form-group.wpcf7-row-two.input-filled-hold span.wpcf7-form-control-wrap:before{max-width:100%;background-color:#ec1919;}.wpcf7-form.style2 input[type="submit"]{margin:19px auto 0;display:block;width:100%;}input::-moz-placeholder,textarea::-moz-placeholder{color:#757575;opacity:1;}input::-webkit-input-placeholder,textarea::-webkit-placeholder{color:#757575;opacity:1;}input::-o-placeholder,textarea::-o-placeholder{color:#757575;opacity:1;}input::-ms-placeholder,textarea::-ms-placeholder{color:#757575;opacity:1;}.element-form-post{position:relative;}.element-form-post i{left:20px;position:absolute;top:16px;}.wpcf7-form .wpcf7-response-output,.wpcf7-not-valid-tip{font-style:italic;}.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,.wpcf7-not-valid-tip.wpcf7-validation-errors{color:#ec1919;}.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7-not-valid-tip.wpcf7-mail-sent-ng{border:none;padding:0;color:#ec1919;}.wpcf7-not-valid-tip{color:#ec1919 !important;}.request-form{background:#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 *//* ==========================================================================
   [End] All Style Form
========================================================================== */}.request-form .request-form-top{padding:44px 112px 0;}.request-form .request-form-bottom{background-color:#fafafa;-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 */border-top:1px solid #eee;padding:22px 112px 18px;font-size:15px;line-height:22px;color:#959595;}.request-form .request-form-bottom span{color:#37474f;font-weight:600;}.request-form h3.title{color:#ec1919;font-size:34px;line-height:40px;text-align:center;text-transform:capitalize;margin-bottom:34px;}.request-form input[type="email"],.request-form select,.request-form input[type="date"],.request-form input[type="text"]{border-color:#eee;border-radius:3px;color:#8a8a8a;height:42px;line-height:42px;padding:0 15px 0 34px;font-size:15px;font-weight:600;}.request-form input[type="email"]:focus,.request-form select:focus,.request-form input[type="date"]:focus,.request-form input[type="text"]:focus{border-color:#ec1919;color:#37474f;outline:none;}.request-form input::-moz-placeholder,.request-form textarea::-moz-placeholder{color:#8a8a8a;}.request-form input::-webkit-input-placeholder,.request-form textarea::-webkit-placeholder{color:#8a8a8a;}.request-form input::-o-placeholder,.request-form textarea::-o-placeholder{color:#8a8a8a;}.request-form input::-ms-placeholder,.request-form textarea::-ms-placeholder{color:#8a8a8a;}.request-form input:focus::-moz-placeholder,.request-form textarea:focus::-moz-placeholder{color:#37474f;}.request-form input:focus::-webkit-input-placeholder,.request-form textarea:focus::-webkit-placeholder{color:#37474f;}.request-form input:focus::-o-placeholder,.request-form textarea:focus::-o-placeholder{color:#37474f;}.request-form input:focus::-ms-placeholder,.request-form textarea:focus::-ms-placeholder{color:#37474f;}.request-form .form-group{margin-bottom:29px;}.request-form .form-group.device{margin-bottom:8px;}.request-form .form-group:focus span:before,.request-form .form-group:hover span:before{color:#37474f;}.request-form .form-group label{color:#3b3b3b;font-size:15px;font-weight:600;line-height:22px;margin-bottom:7px;text-transform:capitalize;}.request-form .form-group span{position:relative;}.request-form .form-group span:before{font:normal normal normal 15px/42px 'Material-Design-Iconic-Font';position:absolute;left:13px;color:#8a8a8a;top:-10px;}.request-form .form-group span.email:before{content:'\f159';}.request-form .form-group span.fault:before{content:'\f1f0';}.request-form .form-group span.date:before{content:'\f332';}.request-form .form-group span.notes:before{content:'\f158';}.request-form .device .device-item-wrap{margin:0 -15px;}.request-form .device .device-item{width:20%;float:left;cursor:pointer;padding:0 15px;margin-top:-26px;}.request-form .device .device-item:hover .wpcf7-list-item-label{opacity:1;}.request-form .device .device-item:hover .wpcf7-list-item-label:before{opacity:1;}.request-form .device .device-item:hover .device-img{border-color:#ec1919;}.request-form .device .device-item:hover .device-img:before{border-color:#ec1919;}.request-form .device .device-img{background:#fff none repeat scroll 0 0;border:1px solid #eee;-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 */height:75px;width:75px;position:relative;margin:0 auto;}.request-form .device .device-img:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;border:1px solid #fff;}.request-form .device .device-img img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.request-form .device .wpcf7-form-control-wrap{display:block;text-align:center;width:75px;margin:0 auto;}.request-form .device .wpcf7-form-control-wrap .wpcf7-list-item{margin:0;}.request-form .device .wpcf7-list-item-label{background-color:#37474f;font-size:14px;line-height:22px;-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:#fff;font-weight:600;text-transform:capitalize;padding:1px 15px;display:inline-block;position:absolute;bottom:110px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;min-width:100px;}.request-form .device .wpcf7-list-item-label:before{width:0px;height:0px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #37474f;/* Tam giác phía dưới được đổ màu */content:"";position:absolute;bottom:-5px;left:50%;top:auto;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;}#ui-datepicker-div.ui-widget{font-family:"Source Sans Pro";}#ui-datepicker-div.ui-widget-content{background:#fff;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 */-webkit-box-shadow:0 3px 11px rgba(0, 0, 0, 0.20);-moz-box-shadow:0 3px 11px rgba(0, 0, 0, 0.20);-ms-box-shadow:0 3px 11px rgba(0, 0, 0, 0.20);box-shadow:0 3px 11px rgba(0, 0, 0, 0.20);padding:0 15px;}#ui-datepicker-div.ui-widget-content .ui-widget-header{background:#ec1919;border:none;color:#fff;font-weight:400;font-size:16px;line-height:30px;-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 */padding:10px;margin:0 -15px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-title{background:rgba(0, 0, 0, 0.1);-webkit-border-radius:30px;-khtml-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;/* BACKGROUND GRADIENT */line-height:30px;margin:0 35px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,#ui-datepicker-div.ui-datepicker .ui-datepicker-next{width:30px;height:30px;top:auto;right:10px;background:transparent;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */cursor:pointer;border:none;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,#ui-datepicker-div.ui-datepicker .ui-datepicker-next span{background:none;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before,#ui-datepicker-div.ui-datepicker .ui-datepicker-next:before{content:'\f2fb';font:normal normal normal 16px/30px 'Material-Design-Iconic-Font';color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0.7;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover,#ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover{background:rgba(0, 0, 0, 0.1);border:none;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover:before,#ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover:before{opacity:1;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev{right:auto;left:10px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before{content:'\f2fa';}#ui-datepicker-div.ui-datepicker table{color:#9aaec1;font-size:13px;line-height:30px;border:none;margin:11px 0 12px;}#ui-datepicker-div.ui-datepicker td{padding:0;}#ui-datepicker-div.ui-datepicker td span,#ui-datepicker-div.ui-datepicker td a{padding:0;}#ui-datepicker-div.ui-datepicker td.ui-datepicker-today .ui-state-default{color:#fff;background-color:#ec1919;}#ui-datepicker-div.ui-datepicker th{font-weight:400;padding:0;}#ui-datepicker-div.ui-datepicker .ui-state-default{background:none;border:medium none;color:#37474f;font-size:13px;line-height:29px;text-align:center;width:30px;height:30px;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */margin:0 auto;}h1.site-title{text-transform:uppercase;margin:30px 0 0;font-size:30px;}h1.site-title a{color:#ec1919;}#cshero-header{position:relative;background-color:#00acc1;color:#fff;}#cshero-header a{color:#b2ebf2;}#cshero-header a:hover{color:#fff;}#cshero-header.header2{background-color:#fff;color:#37474f;}#cshero-header.header2 a{color:#fff;}#cshero-header.header2 #cshero-header-logo a{line-height:120px;}#cshero-header.header2 #cshero-header-logo h1.site-title a{line-height:40px;color:#ec1919;}#cshero-header.header2 #cshero-header-navigation .nav-button-icon{line-height:120px;}#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li > a{line-height:120px;}#cshero-header.header2 #cshero-header-top .cshero-header-top-inner{background-color:#36464e;color:#fff;-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-webkit-text-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-moz-text-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-ms-text-shadow:1px 0 3px rgba(0, 0, 0, 0.22);text-shadow:1px 0 3px rgba(0, 0, 0, 0.22);position:relative;}#cshero-header.header2 #cshero-header-top .cshero-header-top-inner:before{position:absolute;bottom:0;left:-12px;z-index:0;width:0;height:0;border-width:49px 0 0 12px;border-style:solid;border-color:#36464e transparent transparent;content:"";-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.header2 .cshero-header-button{background-color:#ec1919;position:relative;margin-right:90px;}#cshero-header.header2 .cshero-header-button:before,#cshero-header.header2 .cshero-header-button:after{position:absolute;bottom:0;left:-12px;z-index:0;width:0;height:0;border-width:49px 0 0 12px;border-style:solid;border-color:#ec1919 transparent transparent;content:"";-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.header2 .cshero-header-button:after{left:auto;right:-12px;border-color:#ec1919 transparent;border-width:0 12px 48px 0;}#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li{padding:0 10px;}#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li:last-child,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:last-child,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li:last-child,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:last-child{padding-right:0;}#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li > a{font-weight:600;letter-spacing:0.035em;color:#37474f;}#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li:hover > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li:hover > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current_page_item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li:hover > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li:hover > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current_page_item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a span,#cshero-header.header2 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a span{color:#ec1919;font-weight:700;}#cshero-header.header2 #cshero-header-navigation .nav-button-icon i,#cshero-header.header3 #cshero-header-navigation .nav-button-icon i{color:#37474f;}#cshero-header.header2 #cshero-header-navigation .nav-button-icon i:hover,#cshero-header.header3 #cshero-header-navigation .nav-button-icon i:hover{color:#ec1919;}#cshero-header.header2 #cshero-header-navigation .nav-button-icon:after,#cshero-header.header3 #cshero-header-navigation .nav-button-icon:after,#cshero-header.header2 #cshero-header-navigation .nav-button-icon:before,#cshero-header.header3 #cshero-header-navigation .nav-button-icon:before{display:none;}#cshero-header.header2 #cshero-header-navigation .nav-button-icon .shopping-cart-wrapper,#cshero-header.header3 #cshero-header-navigation .nav-button-icon .shopping-cart-wrapper{margin-left:15px;}#cshero-header.header2 ul.info-top,#cshero-header.header3 ul.info-top{padding-top:9px;padding-bottom:10px;}#cshero-header.header-fixed #cshero-header-logo{height:80px;}#cshero-header.header-fixed #cshero-header-logo .sticky_logo{opacity:0;position:absolute;top:0;visibility:hidden;}#cshero-header.header-fixed #cshero-header-logo .sticky_logo a img{max-height:80px;}#cshero-header.header-fixed #cshero-header-logo .sticky_logo h1.site-title a{line-height:100%;}#cshero-header.header-fixed #cshero-header-logo .sticky_logo p{margin:0;}#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a{color:#b2ebf2;}#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li:hover > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li:hover > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current_page_item > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-page-parent > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li:hover > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li:hover > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current_page_item > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-item > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a span,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-page-parent > a span{color:#fff !important;}#cshero-header.header-fixed #cshero-header-navigation .nav-button-icon i{color:#b2ebf2;}#cshero-header.header-fixed #cshero-header-navigation .nav-button-icon i:hover{color:#fff;}#cshero-header.header-fixed #cshero-header-navigation .nav-button-icon .couter_items{top:37%;}#cshero-header.header-fixed .widget-search-header{top:80px;}#cshero-header.header3{background-color:#fff;color:#37474f;}#cshero-header.header3 a{color:#fff;}#cshero-header.header3 #cshero-header-top{background-color:#37474f;}#cshero-header.header3 #cshero-header-logo h1.site-title a{line-height:40px;color:#ec1919;}#cshero-header.header3 .cshero-header-button{background-color:#ec1919;width:auto;}#cshero-header.header3 ul.info-top li{color:#fff;}#cshero-header.header3 ul.info-top li:first-child{padding-left:0;}#cshero-header.header3 ul.info-top li:last-child{padding-right:6px;}#cshero-header.header3 ul.button-top li:first-child{padding-left:6px;}#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li{padding:0 3px;}#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li > a span{padding:6px 15px;}#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a span{color:#fff;}#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a span,#cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a span{background:#ec1919;-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 */}#cshero-header.header3 #cshero-header-navigation .nav-button-icon{color:#37474f;}#cshero-header.header3 #cshero-header-navigation .nav-button-icon:after,#cshero-header.header3 #cshero-header-navigation .nav-button-icon:before{display:none;}#cshero-header ul.info-top li a{color:#fff;}#cshero-header ul.info-top li a:hover{color:#b2ebf2;}#cshero-header #cshero-header-logo .sticky_logo{opacity:0;position:absolute;top:0;visibility:hidden;}#cshero-header #cshero-header-logo h1.site-title a{line-height:40px;}#cshero-header #cshero-header-logo a{display:block;line-height:132px;}#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;max-width:100%;}#cshero-header #cshero-header-logo a.logo-sticky{position:absolute;top:0;left:15px;opacity:0;filter:alpha(opacity=0);visibility:hidden;}#cshero-header.header-fixed #cshero-header-logo a{line-height:80px;}#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a{line-height:80px !important;}#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li > a span:before,#cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a span:before{bottom:-31px;}#cshero-header.header-fixed #cshero-header-navigation .nav-button-icon{line-height:80px;}#cshero-header.header-fixed #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){margin-top:0;}#cshero-header.header-fixed #cshero-header-top{display:none;}#cshero-header.header-fixed .main_logo{opacity:0;filter:alpha(opacity=0);visibility:hidden;}#cshero-header.header-fixed #cshero-header-logo .sticky_logo{opacity:1;filter:alpha(opacity=1);visibility:visible;}.admin-bar #cshero-header.header-fixed,.admin-bar #cshero-header.bg-trans{top:32px;}@media (min-width:992px){/* ==========================================================================
   [End] 1. Header Main
========================================================================== *//* ==========================================================================
   [2. Search
========================================================================== */#cshero-header #cshero-header-navigation{-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 .cshero-header-navigation-right{float:right;}#cshero-header #cshero-header-navigation .nav-button-icon{-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;float:right;line-height:132px;margin-left:21px;position:relative;}#cshero-header #cshero-header-navigation .nav-button-icon i{cursor:pointer;color:#b2ebf2;}#cshero-header #cshero-header-navigation .nav-button-icon i:hover{color:#fff;}#cshero-header #cshero-header-navigation .nav-button-icon .search-wrapper{float:right;margin-left:30px;}#cshero-header #cshero-header-navigation .nav-button-icon .search-wrapper,#cshero-header #cshero-header-navigation .nav-button-icon .shopping-cart-wrapper{display:inline-block;}#cshero-header #cshero-header-navigation .nav-button-icon .shopping-cart-wrapper{position:relative;margin-left:20px;}#cshero-header #cshero-header-navigation .nav-button-icon .couter_items{-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:rgba(236, 25, 25, 0.89);border:1px solid #23b6c7;color:#fff;display:inline-block;font-size:10px;height:17px;line-height:15px;text-align:center;width:17px;top:44%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */position:absolute;left:8px;}#cshero-header #cshero-header-navigation .nav-button-icon:before,#cshero-header #cshero-header-navigation .nav-button-icon:after{content:"";width:1px;height:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;background:#23b6c7;}#cshero-header #cshero-header-navigation .nav-button-icon:after{background-color:rgba(0, 0, 0, 0.15);left:-1px;}#cshero-header #cshero-menu-mobile{display:none !important;}#cshero-header.header-fixed{position:fixed;top:0;background-color:#fff;z-index:1001;width:100%;-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);}}.widget-search-header{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 */display:inline-block;max-width:375px;position:absolute;right:0;top:132px;width:375px;padding:30px;opacity:0;filter:alpha(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;z-index:9999;/* ==========================================================================
   [End] 2. Search
========================================================================== *//* ==========================================================================
   [Start]3. Cart
========================================================================== */}.widget-search-header.open{opacity:1;filter:alpha(opacity=1);visibility:visible;}.shopping-cart-wrapper{/* ==========================================================================
   [End] 3. Cart
========================================================================== *//* Info Top */}.shopping-cart-wrapper .amount{color:#ec1919;font-size:14px;font-weight:700;line-height:50px;margin-left:10px;padding-left:20px;position:relative;}.shopping-cart-wrapper .amount:before{content:"";background:#9ba0a5;width:1px;height:8px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.shopping-cart-wrapper .cart{background:#ec1919 url(../images/icon-cart.png) no-repeat center center;float:right;height:50px;margin-left:20px;width:50px;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;}.shopping-cart-wrapper .cart:hover{background-image:url(../images/icon-cart-hover.png);}ul.info-top{list-style:none;margin:0;padding:16px 0 3px;}ul.info-top li{display:inline-block;font-size:13px;font-weight:700;line-height:26px;padding:0 16px;}ul.info-top li i{margin-right:6px;}ul.info-top li:first-child{padding-left:0;}ul.info-top li a{color:#fff;}ul.info-top li a:hover{color:#b2ebf2;}.header2,.header3{/* Social Top */}.header2 ul.info-top li,.header3 ul.info-top li{font-size:14px;font-weight:400;position:relative;padding:0 13px;}.header2 ul.info-top li:before,.header3 ul.info-top li:before,.header2 ul.info-top li:after,.header3 ul.info-top li:after{content:"";width:1px;height:17px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;background:#41525b;}.header2 ul.info-top li:after,.header3 ul.info-top li:after{background-color:#2b3940;left:-1px;}.header2 ul.info-top li:first-child,.header3 ul.info-top li:first-child{padding-left:20px;}.header2 ul.info-top li:first-child:after,.header3 ul.info-top li:first-child:after,.header2 ul.info-top li:first-child:before,.header3 ul.info-top li:first-child:before{display:none;}.header2 ul.info-top li:last-child,.header3 ul.info-top li:last-child{padding-right:37px;}.cshero-header-social:before{background-color:#de1212;content:"";height:100%;position:absolute;right:-980px;top:0;width:1000px;}ul.social-top{list-style:none;margin:0;padding:0;position:relative;right:0;word-spacing:-4px;/* Button Top */}ul.social-top li{display:inline-block;word-spacing:0;background-color:#de1212;}ul.social-top li a{display:block;font-size:15px;font-weight:700;letter-spacing:0;line-height:24px;padding:11px 40px 12px;text-transform:uppercase;}ul.social-top li:last-child{padding-right:0;}ul.social-top li.social1 a{position:relative;}ul.social-top li.social1 a:hover{background-color:rgba(54, 93, 153, 0.92);}ul.social-top li.social1 a:hover:before{border-color:rgba(54, 93, 153, 0.92) transparent transparent;}ul.social-top li.social1 a:before{position:absolute;bottom:0;left:-48px;z-index:0;width:0;height:0;border-width:47px 0 0 48px;border-style:solid;border-color:rgba(0, 0, 0, 0.15) transparent transparent;content:"";-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}ul.social-top li.social2 a:hover{background-color:rgba(85, 172, 238, 0.92);}ul.social-top li.social3 a:hover{background-color:rgba(0, 123, 181, 0.92);}ul.button-top{list-style:none;margin:0;padding:10px 0 9px !important;}ul.button-top li{color:#fff;display:inline-block;font-size:15px;font-weight:700;line-height:24px;padding:0 16px;text-transform:uppercase;position:relative;}ul.button-top li i{margin-right:13px;}ul.button-top li a{color:#fff;}ul.button-top li:before,ul.button-top li:after{content:"";width:1px;height:17px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;background-color:rgba(255, 255, 255, 0.05);}ul.button-top li:after{background-color:rgba(0, 0, 0, 0.05);left:-1px;}ul.button-top li:first-child{padding-left:20px;}ul.button-top li:first-child:after,ul.button-top li:first-child:before{display:none;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:"Source Sans Pro";}body{color:#000;font-family:'source_sans_proregular';font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:0.035em;overflow:visible;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-font-feature-settings:"ss02";-webkit-font-feature-settings:"ss02";font-feature-settings:"ss02";}body.woocommerce-page .page-space-content{padding-bottom:0;padding-top:26px;}body.woocommerce-page #page-title{text-align:center;}body.woocommerce-page.woocommerce-cart .page-space-content{padding-bottom:0;padding-top:117px;}body.woocommerce-page.woocommerce-cart #primary{width:100%;padding:0;}body.woocommerce-page.woocommerce-checkout #primary{width:100%;padding:0;}body.woocommerce-page.woocommerce-checkout .page-space-content{padding-bottom:0;padding-top:120px;}body.woocommerce-page.single-product .page-space-content{padding-top:81px;}.entry-content > .wpb_row .wpb_row{margin-left:-15px;margin-right:-15px;}.entry-content > .wpb_row .wpb_row .container{width:100%;}.entry-content > .wpb_row .row .row{margin:0;}.entry-content > .vc_row-fluid{position:relative;}address{font-style:italic;margin:0 0 24px;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;font-size:inherit;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:14px;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}pre{background:#f5f5f5;color:#666;font-family:monospace;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}small{font-size:smaller;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl{margin:0 20px;}dt{font-weight:bold;}dd{margin:0 0 20px;}menu,ul{margin:22px 0;padding:0 0 0 14px;}ol{margin:20px 0;padding:0 0 0 21px;}ol li{position:relative;}ol li:after{color:#ec1919;position:absolute;left:-20px;top:0;}ul{list-style-type:square;}ul.cms-social{margin:0;padding:0;list-style:none;display:inline;}ul.cms-social li{display:inline-block;}ul.cms-social li a{font-size:0;display:block;text-align:center;color:#fff;position:relative;padding:0 7px;}ul.cms-social li a i:before{font-family:'Material-Design-Iconic-Font';font-size:20px;line-height:48px;letter-spacing:0.035em;}ul.cms-team-social{margin:0;padding:0;list-style:none;display:inline;}ul.cms-team-social li{display:inline-block;}ul.cms-team-social li a{font-size:0;display:block;text-align:center;color:#36464e;position:relative;padding:0 7px;}ul.cms-team-social li a i:before{font-family:'Material-Design-Iconic-Font';font-size:20px;line-height:24px;letter-spacing:0.035em;}ul.cms-team-social li a:hover{color:#ec1919;}ul.cms-team-social li.twitter a{color:#55acee;}ul.cms-team-social li.twitter a:hover{color:#ec1919;}ul.cms-team-social li.facebook a{color:#3b5998;}ul.cms-team-social li.facebook a:hover{color:#ec1919;}ul.cms-team-social li.skype a{color:#12a5f4;}ul.cms-team-social li.skype a:hover{color:#ec1919;}ul.list-style1{font-weight:600;font-size:14px;line-height:28px;list-style:none;margin:0;padding:0;color:#37474f;letter-spacing:0.035em;}ul.list-style1 li{position:relative;padding:0 0 0 35px;}ul.list-style1 li:before{content:'\f26b';font:normal normal normal 22px/28px 'Material-Design-Iconic-Font';color:#4caf50;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}ul.list-style2{font-weight:600;font-size:14px;line-height:22px;list-style:none;margin:0;padding:0;color:#535353;letter-spacing:0.055em;}ul.list-style2 li{position:relative;padding:0 0 0 17px;}ul.list-style2 li:before{content:'\f2fb';font:normal normal normal 14px/22px 'Material-Design-Iconic-Font';color:#ec1919;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}ul.list-style3{font-weight:400;font-size:16px;line-height:32px;list-style:none;margin:0;padding:0;color:#37474f;letter-spacing:0.035em;}ul.list-style3 li{position:relative;padding:0 0 0 20px;}ul.list-style3 li:before{content:'\f26b';font:normal normal normal 16px/32px 'Material-Design-Iconic-Font';color:#37474f;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}ul.list-style4{list-style:none;line-height:none;margin:0;padding:0;}ul.list-style4 li{display:inline-block;}ul.list-style4 li a{font-size:15px;line-height:26px;text-transform:uppercase;font-weight:600;color:#ec1919;position:relative;padding:0 13px;}ul.list-style4 li a:after{width:5px;height:5px;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */background-color:#ec1919;position:absolute;left:-4px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */content:"";}ul.list-style4 li:first-child a{padding-left:0;}ul.list-style4 li:first-child a:after{display:none;}ul.list-style5{list-style:none;line-height:none;margin:0;padding:0;font-size:14px;line-height:24px;font-weight:400;color:#000;}ul.list-style5 li{position:relative;padding:3px 0 3px 24px;}ul.list-style5 li:after{width:10px;height:10px;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */background-color:#ec1919;border:1px solid #c41010;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */content:"";}ul.list-style6{list-style:none;line-height:none;margin:0;padding:0;font-size:15px;line-height:32px;font-weight:600;color:#000;}ul.list-style6 li{position:relative;padding:0 0 0 15px;}ul.list-style6 li:after{width:5px;height:5px;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */background-color:#000;position:absolute;left:2px;top:14px;content:"";}.w50 .cms-lists{width:50%;display:inline-block;}nav ul,nav ol{list-style:none;list-style-image:none;}li > ul,li > ol{margin:0;}img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;min-width:inherit;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;white-space:normal;}button,input,select,textarea{font-size:100%;margin:0;max-width:100%;vertical-align:baseline;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{padding:0;}input[type="search"]{-webkit-appearance:textfield;/* Don't cut off the webkit search cancel button */padding-right:2px;width:270px;}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px;width:100%;}caption,th,td{font-weight:normal;text-align:left;}caption{font-size:16px;margin:20px 0;}th{font-weight:bold;text-transform:uppercase;}td{border-top:1px solid #ededed;padding:6px 0;}del{color:#333;}ins{background:#fff9c0;text-decoration:none;}hr{background:url(/wp-content/themes/pub/twentythirteen/images/dotted-line.png) repeat center top;background-size:4px 4px;border:0;height:1px;margin:0 0 24px;/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */}.entry-content img,.entry-summary img,.comment-content img,.widget img,.wp-caption{max-width:100%;/* Make sure images with WordPress-added height and width attributes are scaled correctly. */}.entry-content img,.entry-summary img,.comment-content img[height],img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto;}img.size-full,img.size-large,img.wp-post-image{height:auto;max-width:100%;/* Make sure videos and embeds fit their containers. */}embed,iframe,object,video{max-width:100%;/* Override the Twitter embed fixed width. */}.entry-content .twitter-tweet-rendered{max-width:100% !important;/* Images */}.alignleft{float:left;}.alignright{float:right;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}figure.wp-caption.alignleft,img.alignleft{margin:0 30px 15px 0;}.wp-caption.alignleft{margin:5px 10px 5px 0;}figure.wp-caption.alignright,img.alignright{margin:7px 0 31px 20px;}.wp-caption.alignright{margin:5px 0 5px 10px;}img.aligncenter{margin:5px auto;}img.alignnone{margin:5px 0;}div.wp-caption.alignright img[class*="wp-image-"]{float:right;}div.wp-caption.alignright .wp-caption-text{padding-left:10px;}img.wp-smiley,.rsswidget img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0;}.wp-caption.alignleft + ul,.wp-caption.alignleft + ol{list-style-position:inside;}.left{float:left;}.right{float:right;}.letter-spacing35{letter-spacing:0.035em;}.letter-spacing350{letter-spacing:0.35em;}.letter-spacing50{letter-spacing:-0.05em;}.ft-italic{font-style:italic;}.fw300{font-weight:300;}.fw300 h1,.fw300 h2,.fw300 h3,.fw300 h4,.fw300 h5,.fw300 h6{font-weight:300;}.reset-fontsize-xs h3{font-size:20px !important;}.fw700{font-weight:700;}.text-box{background:#ec1919;padding:0 10px;-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 */}.text-uppercase{text-transform:uppercase;}.width270{max-width:270px;}.margin-auto{margin:0 auto;}cite{color:#ec1919;font-style:normal;}.vc_row{/* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== *//* ==========================================================================
   [Start] 2. Page Title
========================================================================== */}.vc_row.width-auto{width:auto;}.vc_row.width-auto .wpb_column{width:auto;}.vc_row.width-auto .vc_column-inner{padding-left:17px;padding-right:17px;}.background-overlay{height:100%;left:0;position:absolute;top:0;width:100%;}#page-title{position:relative;padding-top:43px;padding-bottom:43px;background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#36464e;text-align:center;}#page-title > .container{position:relative;z-index:1;}#page-title #page-title-text h1{color:#fff;font-size:52px;font-weight:600;line-height:52px;margin:81px 0 0;position:relative;text-transform:capitalize;}#page-title #breadcrumb-text ul.breadcrumbs{margin:77px 0 0;padding:0;}#page-title #breadcrumb-text ul.breadcrumbs li{color:#ec1919;display:inline-block;font-size:15px;font-style:normal;font-weight:700;line-height:26px;margin:0;padding:0 10px;position:relative;text-transform:uppercase;}#page-title #breadcrumb-text ul.breadcrumbs li a{color:#fff;}#page-title #breadcrumb-text ul.breadcrumbs li a:hover{color:#ec1919;}#page-title #breadcrumb-text ul.breadcrumbs li:before{content:"/";color:#fff;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:-2px;}#page-title #breadcrumb-text ul.breadcrumbs li:first-child:before{display:none;}.search-results{/* ==========================================================================
   [End] 2. Page Title
==============================================

/* ==========================================================================
   [Start] 3. Primary
========================================================================== *//* Page 404 */}.search-results .paging-navigation .pagination{margin-top:30px;}.error-404{text-align:center;/* Page Loading */}.error-404 .page-header{border:none;margin:17px 0 0;padding:0;}.error-404 .page-header h1{color:#ec1919;font-size:100px;font-style:italic;font-weight:700;line-height:35px;text-transform:uppercase;margin-bottom:32px;}.error-404 .page-header h3{font-weight:700;font-size:36px;line-height:35px;font-style:italic;color:#2d323c;text-transform:uppercase;}.error-404 p{margin-bottom:14px;}.error-404 .searchform{max-width:370px;margin:0 auto;}#cms-loadding{background:#fff;height:100%;position:fixed;width:100%;z-index:10000;top:0;/* Loading */}.cms-loader:before,.cms-loader:after,.cms-loader{border-radius:50%;height:18px;width:18px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7 1.8s infinite ease-in-out;animation:load7 1.8s infinite ease-in-out;}.cms-loader{font-size:10px;margin:auto;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s;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-loader:before,.cms-loader:after{content:'';position:absolute;top:0;}.cms-loader:before{left:-28px;-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}.cms-loader:after{left:28px;}@-webkit-keyframes load7{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em #ec1919;}40%{box-shadow:0 2.5em 0 0 #ffc527;}}@keyframes load7{/* Custom - Row background image */0%,80%,100%{box-shadow:0 2.5em 0 -1.3em #ec1919;}40%{box-shadow:0 2.5em 0 0 #ec1919;}}.vc_row{position:relative;}.vc_row.bg-overlay:before{position:absolute;top:0;left:0;right:0;bottom:0;display:block;background-color:inherit;content:"";z-index:1;}.vc_row.bg-overlay2{position:relative;}.vc_row.bg-overlay2:before{position:absolute;top:0;left:0;right:0;bottom:0;display:block;background-color:inherit;content:"";z-index:1;}.vc_row.bg-overlay2:after{position:absolute;top:0;left:0;right:0;bottom:0;display:block;background-color:rgba(0, 0, 0, 0.65);content:"";}.vc_row.bg-full-color .vc_col-has-fill.vc_col-sm-6{position:static;}.vc_row.bg-full-color .vc_col-has-fill.vc_col-sm-6 .vc_column-inner:before{background-color:inherit;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:50%;z-index:999;}.vc_row.bg-full-color .vc_col-has-fill.vc_col-sm-6 .wpb_wrapper{position:relative;z-index:1000;}.vc_row.bg-full-color .vc_col-has-fill.vc_col-sm-6 + .vc_col-sm-6 .vc_column-inner:before{left:auto;right:0;}.vc_row.bg-full > .vc_column_container > .vc_column-inner,.vc_row.bg-full-color-left > .vc_column_container > .vc_column-inner,.vc_row.bg-full-color-right > .vc_column_container > .vc_column-inner{position:relative;}.vc_row.bg-full > .vc_column_container > .vc_column-inner:before,.vc_row.bg-full-color-left > .vc_column_container > .vc_column-inner:before,.vc_row.bg-full-color-right > .vc_column_container > .vc_column-inner:before{position:absolute;top:0;left:0;right:0;bottom:0;display:block;background-color:inherit;content:"";z-index:1;}.vc_row.bg-full > .vc_column_container > .vc_column-inner .wpb_wrapper,.vc_row.bg-full-color-left > .vc_column_container > .vc_column-inner .wpb_wrapper,.vc_row.bg-full-color-right > .vc_column_container > .vc_column-inner .wpb_wrapper{position:relative;z-index:2;}.vc_row.bg-arrow-top{position:relative;}.vc_row.bg-arrow-top:before{content:"";width:0px;height:0px;border-left:30px solid transparent;border-right:30px solid transparent;border-top:21px solid #fff;/* Tam giác phía dưới được đổ màu */position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.page-space-content{padding-top:90px;padding-bottom:90px;}.page-space-content.pt-0{padding-top:0 !important;}.page-space-content.pb-0{padding-bottom:0 !important;}.ef3-back-to-top{background-color:rgba(51, 51, 51, 0.9);border:1px solid #333;bottom:30px;color:transparent;cursor:pointer;font-size:0;height:42px;overflow:hidden;position:fixed;right:20px;text-decoration:none;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;width:42px;z-index:9999;/* ==========================================================================
   [End] 3. Primary
========================================================================== *//* Rev Slider */}.ef3-back-to-top:hover{background-color:#ec1919;bottom:35px;-webkit-transition:all 150ms linear 0ms;-moz-transition:all 150ms linear 0ms;-ms-transition:all 150ms linear 0ms;transition:all 150ms linear 0ms;border-color:#ec1919;}.ef3-back-to-top i{display:block;bottom:0;color:#fff;font-size:18px;left:0;line-height:40px;position:absolute;right:0;text-align:center;top:0;width:100%;}.tp-dottedoverlay{background:rgba(0, 0, 0, 0.5) !important;}.tp-bullets .tp-bullet{width:10px;height:10px;margin:0 0 0 5px;background:#ccd3e0 none repeat scroll 0 0;-webkit-box-shadow:0 1px 0 #adb8cc inset;-moz-box-shadow:0 1px 0 #adb8cc inset;-ms-box-shadow:0 1px 0 #adb8cc inset;box-shadow:0 1px 0 #adb8cc inset;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */border:none;}.tp-bullets .tp-bullet.selected,.tp-bullets .tp-bullet:hover{background:#ec1919;}.wpb_wrapper .wpb_button,.wpb_wrapper .wpb_content_element,ul.wpb_thumbnails-fluid > li{margin-bottom:0;}.cs-boxed ul.social-top{right:-15px;}.cs-boxed ul.social-top:after{background:none;border:none;}.cs-boxed #cshero-header.header-fixed{width:auto;}.cs-boxed .bg-full-color-left > .vc_column_container:first-child,.cs-boxed .bg-full-color > .vc_column_container:first-child,.cs-boxed .cms-carousel-team-wrap.style2 .layout-team3,.cs-boxed .bg-full > .vc_column_container:first-child > .vc_column-inner{padding-left:15px !important;}.cs-boxed .bg-full-color > .vc_column_container:last-child,.cs-boxed .bg-full > .vc_column_container:last-child > .vc_column-inner{padding-right:15px !important;}.cs-boxed .layout-testimonial1 .cms-carousel-body{width:54%;}.cs-boxed .openning-hours{right:15px;}.cs-boxed footer #footer-bottom .cms-copyright:before{background:none;}.cs-boxed .layout-testimonial3.style2 .cms-testimonial-img{float:none;}.cs-boxed .layout-testimonial3.style2 .cms-testimonial-img img{margin:0 auto;}.cs-boxed .layout-testimonial3.style2 .cms-testimonial-title{margin:0;text-align:center;float:none;}.openning-hours{background:#fff none repeat scroll 0 0;border-radius:2px;height:300px;position:absolute;right:20%;top:63px;width:294px;-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);font-size:16px;line-height:34px;color:#36464e;font-weight:600;padding:15px 48px 15px 25px;}.openning-hours h3{font-size:24px;line-height:40px;color:#37474f;text-transform:capitalize;font-weight:700;position:relative;padding-bottom:7px;margin-bottom:9px;}.openning-hours h3:before{content:"";position:absolute;left:0;bottom:0;width:70px;height:3px;background-color:#ec1919;}.openning-hours .item{border-bottom:1px solid #f5f5f5;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.openning-hours .item .day{float:left;font-weight:700;}.openning-hours .item .time{float:right;}.openning-hours .item:hover{color:#ec1919;cursor:pointer;}.openning-hours .item:last-child{border-bottom:none;}.btn-service{padding-left:20px;}.btn-service.right{padding-left:0;padding-right:20px;}.headline ul{float:left;margin:-16px 0 0 30px;}.margin-reset{margin:0 !important;}.single-service .page-space-content{padding-top:0;padding-bottom:0;}.single-service input[type="text"]{background:#fafafa none repeat scroll 0 0;border-color:#edeeef #e1e1e1 #cecece;-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 */border-style:solid;border-width:1px;color:#a0a0a0;font-size:17px;font-weight:600;height:40px;line-height:40px;}.single-service input::-moz-placeholder,.single-service textarea::-moz-placeholder{color:#a0a0a0;opacity:1;}.single-service input::-webkit-input-placeholder,.single-service textarea::-webkit-placeholder{color:#a0a0a0;opacity:1;}.single-service input::-o-placeholder,.single-service textarea::-o-placeholder{color:#a0a0a0;opacity:1;}.single-service input::-ms-placeholder,.single-service textarea::-ms-placeholder{color:#a0a0a0;opacity:1;}.single-service .searchform:before{font-size:17px;line-height:42px;color:#37474f;}.single-service .searchform div input[type="submit"]{height:40px;}.single-service .searchform div:before{font-size:17px;line-height:40px;color:#37474f;}.single-service .sg-service-body .widget .widgettitle,.single-service .sg-service-body aside .widgettitle,.single-service .sg-service-body .widget .wg-title,.single-service .sg-service-body aside .wg-title{color:#37474f;font-size:34px;font-weight:700;line-height:40px;text-align:right;text-transform:capitalize;}.single-service .sg-service-body .widget + .widget,.single-service .sg-service-body aside + .widget{margin-top:18px;}.service-nav .service-navigation{margin-bottom:77px;}.service-nav .service-navigation .row{margin:0;}.service-nav .service-navigation [class*="col-"]{padding:0;}.service-nav .service-navigation .post-prev h3,.service-nav .service-navigation .post-next h3{font-size:24px;line-height:26px;text-transform:uppercase;font-weight:700;margin-bottom:0;color:#fff;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.service-nav .service-navigation .post-prev a,.service-nav .service-navigation .post-next a{padding-top:117px;padding-bottom:107px;background-position:center center;background-repeat:no-repeat;background-size:cover;display:block;overflow:hidden;position:relative;text-align:center;color:#fff;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.service-nav .service-navigation .post-prev a:before,.service-nav .service-navigation .post-next a:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;}.service-nav .service-navigation .post-prev a:hover,.service-nav .service-navigation .post-next a:hover{color:#ec1919;}.service-nav .service-navigation .post-prev span,.service-nav .service-navigation .post-next span{font-size:14px;line-height:24px;font-weight:600;text-transform:uppercase;color:#fff;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;position:relative;}.service-nav .service-navigation .post-prev span:hover:after,.service-nav .service-navigation .post-next span:hover:after{opacity:1;}.service-nav .service-navigation .post-prev span:after,.service-nav .service-navigation .post-next span:after{content:'\f2fb';font:14px/1 "Material-Design-Iconic-Font";opacity:0;position:absolute;right:-56px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-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;}.service-nav .service-navigation .post-prev .nav-inner,.service-nav .service-navigation .post-next .nav-inner{left:50%;margin:0 15px 0 83px;position:absolute;text-align:left;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */z-index:2;}.service-nav .service-navigation .post-prev.nav-align-center .nav-inner,.service-nav .service-navigation .post-next.nav-align-center .nav-inner{margin:0 15px;}.service-nav .service-navigation .post-prev a:before{background-color:rgba(55, 71, 79, 0.9);}.service-nav .service-navigation .post-next a:before{background-color:rgba(0, 163, 186, 0.9);}.service-nav .service-navigation .post-next .nav-inner{margin-left:164px;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 */}.service-nav .service-navigation .post-next.nav-align-center .nav-inner{margin:0 15px;left:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.border-radius3x img,.border-radius3x .vc_column-inner{-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 */}.border1x img{border:1px solid #bdbdbd;}.display-inline{display:inline-block;}.display-inline ul li{display:inline-block;margin-left:36px;}.display-inline ul li:first-child{margin-left:0;}.content-day{margin-top:30px;background-image:url(../images/bg-day-service.png);background-size:cover;background-repeat:no-repeat;background-position:center 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 */}.content-day img{margin: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 */}.content-day .content-day-inner{color:#fff;font-size:20px;line-height:28px;padding:25px 20px 15px;background-color:rgba(55, 71, 79, 0.8);-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 */}.content-day .content-day-inner strong{color:#ec1919;font-weight:700;}.content-day .content-day-inner a{color:#fff;display:block;float:right;font-size:13px;font-weight:600;line-height:28px;margin-top:3px;text-align:right;text-transform:uppercase;width:100%;}.content-day .content-day-inner a:hover{color:#ec1919;}.content-day .day-service{font-size:52px;line-height:40px;margin-bottom:10px;}.content-day .day-service span{font-weight:600;}.sg-service-body{margin:0 15px;}.service-cta{background:#37474f;padding:55px 0 58px 0;color:#fff;}ul.contact-info{margin:0;padding:0;list-style:none;max-width:275px;}ul.contact-info li{border-bottom:1px solid #f5f5f5;display:block;color:#37474f;font-size:15px;line-height:34px;text-align:right;}ul.contact-info li cite{font-weight:600;font-size:16px;max-width:50px;float:left;color:#37474f;}ul.contact-info li.social a{font-size:0;margin-left:28px;color:#37474f;}ul.contact-info li.social a:hover{color:#ec1919;}ul.contact-info li.social i{font-size:16px;}ul.contact-info li a{font-weight:600;font-size:16px;color:#37474f;}ul.contact-info li a:hover{color:#ec1919;}ul.contact-info li:last-child{border-bottom:none;}ul.open-hours-info{margin:0;padding:0;list-style:none;max-width:275px;}ul.open-hours-info li{border-bottom:1px solid #f5f5f5;display:block;color:#37474f;font-size:16px;line-height:34px;text-align:right;}ul.open-hours-info li cite{font-weight:600;font-size:16px;max-width:125px;float:left;color:#37474f;}ul.open-hours-info li:last-child{border-bottom:none;}.shop-sign-up{background:#37474f;font-size:15px;line-height:28px;color:#fff;padding-top:46px;padding-bottom:49px;margin-top:70px;}.shop-sign-up .sign-up-title{font-size:24px;font-weight:700;line-height:40px;margin-bottom:30px;text-transform:capitalize;}.shop-sign-up .newsletter form table,.shop-sign-up .newsletter form th,.shop-sign-up .newsletter form td{border:none;padding:0;}.shop-sign-up .newsletter form th{display:none;}.shop-sign-up p{color:#4f5b62;font-size:13px;line-height:28px;margin-top:-18px;margin-bottom:0;}.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current_page_item > a,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current-menu-item > a,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current-menu-parent > a,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current-menu-ancestor > a,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current_page_item > a span,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current-menu-item > a span,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current-menu-parent > a span,.homev2 #cshero-header #cshero-header-navigation .main-navigation > ul > li.current-menu-ancestor > a span{color:#fff;}.homev2 #cshero-header.header-fixed #cshero-header-navigation .nav-button-icon i:hover{color:#fff;}.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li:hover > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li:hover > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current_page_item > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-item > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a span,.homev2 #cshero-header.header3 #cshero-header-navigation .menu-main-menu > li.current-page-parent > a span{color:#fff;}body.woocommerce table.form-table .iris-picker{position:relative;}@media screen and (min-width:992px){/*
-----> Minimum width of 992 pixels.
*//*
-----> Max width of 992 pixels.
*/#cshero-menu-mobile,.cs-menu-toggle{display:none;}#cshero-header-navigation{position:static;}#cshero-header-navigation.collapse{display:block;}#cshero-header-navigation div.nav-menu > ul,#cshero-header-navigation .nav-menu{padding:0;margin:0;}#cshero-header-navigation .menu-main-menu > ul > li,#cshero-header-navigation .menu-main-menu > li{vertical-align:top;display:inline-block;position:relative;padding:0 6px;}#cshero-header-navigation .menu-main-menu > ul > li:last-child,#cshero-header-navigation .menu-main-menu > li:last-child{padding-right:0;}#cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header-navigation .menu-main-menu > li > a{color:#b2ebf2;font-family:"Source Sans Pro";font-size:15px;font-style:normal;font-weight:700;line-height:132px;text-transform:uppercase;letter-spacing:0;-webkit-transition:all 300ms ease 0s !important;-moz-transition:all 300ms ease 0s !important;-ms-transition:all 300ms ease 0s !important;transition:all 300ms ease 0s !important;position:relative;display:block;}#cshero-header-navigation .menu-main-menu > ul > li > a i,#cshero-header-navigation .menu-main-menu > li > a i{display:block;line-height:0;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%, 0);-khtml-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);/* 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;}#cshero-header-navigation .menu-main-menu > ul > li > a i + .menu-title,#cshero-header-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 */}#cshero-header-navigation .menu-main-menu > ul > li > a .menu-title,#cshero-header-navigation .menu-main-menu > li > a .menu-title{position:relative;}#cshero-header-navigation .menu-main-menu > ul > li > a.is-one-page.current,#cshero-header-navigation .menu-main-menu > li > a.is-one-page.current{color:#8e1111;background-color:rgba(0, 0, 0, 0.15);}#cshero-header-navigation .menu-main-menu > ul > li > a.is-one-page.current:before,#cshero-header-navigation .menu-main-menu > li > a.is-one-page.current:before{background-color:#8e1111;}#cshero-header-navigation .menu-main-menu > ul > li > a span:before,#cshero-header-navigation .menu-main-menu > li > a span:before{width:0px;height:0px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;/* Tam giác phía dưới được đổ màu */content:"";position:absolute;bottom:-12px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;filter:alpha(opacity=0);}#cshero-header-navigation .menu-main-menu > ul > li > a:hover,#cshero-header-navigation .menu-main-menu > li > a:hover{color:#fff;}#cshero-header-navigation .menu-main-menu > ul > li > ul.sub-menu,#cshero-header-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 .menu-main-menu > ul > li.menu-item-has-children:hover > a span:before,#cshero-header-navigation .menu-main-menu > li.menu-item-has-children:hover > a span:before{opacity:1;filter:alpha(opacity=1);}#cshero-header-navigation .menu-main-menu > ul > li:hover,#cshero-header-navigation .menu-main-menu > li:hover{text-decoration:none;}#cshero-header-navigation .menu-main-menu > ul > li:hover > ul.sub-menu,#cshero-header-navigation .menu-main-menu > li:hover > ul.sub-menu{opacity:1;}#cshero-header-navigation .menu-main-menu > ul > li:hover > a,#cshero-header-navigation .menu-main-menu > li:hover > a,#cshero-header-navigation .menu-main-menu > ul > li.current_page_item > a,#cshero-header-navigation .menu-main-menu > li.current_page_item > a,#cshero-header-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-navigation .menu-main-menu > ul > li.current-menu-parent > a,#cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header-navigation .menu-main-menu > ul > li.current-page-parent > a,#cshero-header-navigation .menu-main-menu > li.current-page-parent > a{color:#fff;text-decoration:none;}#cshero-header-navigation .menu-main-menu > ul > li.current-menu-ancestor > a span,#cshero-header-navigation .menu-main-menu > li.current-menu-ancestor > a span{color:#fff;}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul{padding:15px 0 15px 8px !important;}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li{height:144px;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 */margin:0 8px 0 7px;padding:0;width:23% !important;-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 .menu-main-menu > ul > li.bg-menu > ul > li:before,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li:before{content:"";width:100%;height:100%;position:absolute;left:0;top: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 */background:rgba(55, 71, 79, 0.7);}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li > a,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li > a{color:#fff;font-size:16px;font-weight:600;left:50%;line-height:40px;margin:0;padding:10px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;z-index:2;}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li > a span,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li > a span{position:relative;padding-bottom:5px;}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li > a span:before,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li > a span:before{width:80px;height:3px;content:"";background-color:#fff;position:absolute;bottom:0;-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 .menu-main-menu > ul > li.bg-menu > ul > li.current-menu-item:before,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li.current-menu-item:before,#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li:hover:before,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li:hover:before{background:rgba(55, 71, 79, 0.85);}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li.current-menu-item > a,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li.current-menu-item > a,#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li:hover > a,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li:hover > a{color:#fff;}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li.current-menu-item > a span,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li.current-menu-item > a span,#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li:hover > a span,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li:hover > a span{color:#fff;}#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li.current-menu-item > a span:before,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li.current-menu-item > a span:before,#cshero-header-navigation .menu-main-menu > ul > li.bg-menu > ul > li:hover > a span:before,#cshero-header-navigation .menu-main-menu > li.bg-menu > ul > li:hover > a span:before{background-color:#ec1919;width:100%;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){background-color:#fff;clip:rect(1px, 1px, 1px, 1px);height:1px;margin:-45px 0 0 0;min-width:200px;overflow:hidden;padding:0;position:absolute;top:100%;z-index:99999;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-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-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-ms-transition:all 300ms linear 0s;transition:all 300ms linear 0s;-webkit-box-shadow:0 2px 5px -1px rgba(0, 0, 0, 0.33);-moz-box-shadow:0 2px 5px -1px rgba(0, 0, 0, 0.33);-ms-box-shadow:0 2px 5px -1px rgba(0, 0, 0, 0.33);box-shadow:0 2px 5px -1px rgba(0, 0, 0, 0.33);/* Menu Stick Wall */}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).standar-dropdown ul.sub-menu,#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).multicolumn ul.sub-menu{margin:0;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a:after{color:#a0a0a0;content:"\f105";float:right;font-family:FontAwesome;font-size:inherit;font-weight:normal;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item){top:0;left:100%;-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 *//* End Menu Stick Wall */}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back{right:100%;left:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul:not(.back){right:100%;left:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back{left:100%;right:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul:not(.back){left:100%;right:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul.back{right:100%;left:auto;}#cshero-header-navigation .main-navigation{/* End Menu Sub Level *//* Start Mega Menu */}#cshero-header-navigation .main-navigation ul li:hover > ul,#cshero-header-navigation .main-navigation ul li:focus > ul,#cshero-header-navigation .main-navigation .focus > ul{border-left:0;clip:inherit;overflow:inherit;height:inherit;}#cshero-header-navigation .main-navigation li ul li{padding:0 20px;}#cshero-header-navigation .main-navigation li ul li a{color:#3d424c;display:block;font-size:12px;line-height:15px;font-weight:700;padding:14px 0;text-align:left;text-transform:uppercase !important;border-bottom:1px solid rgba(0, 0, 0, 0.06);}#cshero-header-navigation .main-navigation li ul li a:hover{color:#ec1919;text-decoration:none;outline:none;}#cshero-header-navigation .main-navigation li ul li.current-menu-item > a,#cshero-header-navigation .main-navigation li ul li:hover > a,#cshero-header-navigation .main-navigation li ul li.current-menu-item > a span,#cshero-header-navigation .main-navigation li ul li:hover > a span{color:#ec1919;}#cshero-header-navigation .main-navigation li ul li.current-menu-item .widget.widget_sp_image h3.wg-title:before,#cshero-header-navigation .main-navigation li ul li:hover .widget.widget_sp_image h3.wg-title:before{background-color:#ec1919;width:122px;}#cshero-header-navigation .main-navigation li ul li.current-menu-item .widget.widget_sp_image a:before,#cshero-header-navigation .main-navigation li ul li:hover .widget.widget_sp_image a:before{background:rgba(55, 71, 79, 0.85) none repeat scroll 0 0;}#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 .columns5 > li{width:20% !important;}#cshero-header-navigation .main-navigation .columns4 > li{width:25% !important;}#cshero-header-navigation .main-navigation .columns3 > li{width:33.3344% !important;}#cshero-header-navigation .main-navigation .columns2 > li{width:50% !important;}#cshero-header-navigation .main-navigation [class*="columns"]{padding:15px !important;}#cshero-header-navigation .main-navigation [class*="columns"] > li{float:left;padding:0 8px 0 7px;}#cshero-header-navigation .main-navigation [class*="columns"] > li:first-child{padding-left:0;}#cshero-header-navigation .main-navigation [class*="columns"] > li:last-child{padding-right:0;}#cshero-header-navigation .main-navigation [class*="columns"] > li ul li{padding:0 11px;}#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;max-width:1140px !important;right:0;width:100% !important;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a{padding-left:11px;padding-right:11px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span.menu-title{color:#c2c2c2;text-transform:uppercase;font-weight:bold;font-size:14px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span.menu-title:before{content:"";}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a:hover{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu ul,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu ul{left:98%;top:0;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li > a span.menu-title,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li > a span.menu-title{color:#3d424c;text-transform:uppercase;font-size:11px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li > a span.menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li > a span.menu-title:before{content:"";}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li > a:hover,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li > a:hover{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li:hover > a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li:hover > a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li.current-menu-item > a span,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li.current-menu-item > a span,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_left.sub-menu > li:hover > a span,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.back.sub-menu > li:hover > a span{color:#ec1919;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu{left:50%;right:auto;-webkit-transform:translate(-50%, 0);-khtml-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu{background-color:#2c2b2b !important;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 ul.multicolumn > li ul.sub-menu > li:hover > ul.sub-menu{opacity:1;}#cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu{padding-bottom:0;}#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: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 ul.standar-dropdown li:hover ul.sub-menu{opacity:1;}}@media screen and (max-width:991px){/*
-----> End Max width of 992 pixels.
*//* ==========================================================================
  End Style Main Menu
========================================================================== */#cshero-header-logo{position:relative;z-index:999;}#cshero-header-navigation{text-align:left;display:none;}#cshero-header-navigation .main-navigation .nav-menu > ul,#cshero-header-navigation .main-navigation .nav-menu{margin:0;padding:0;list-style:none;max-height:0;overflow:hidden;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;transition:all 500ms ease;}#cshero-header-navigation .main-navigation .nav-menu > ul li,#cshero-header-navigation .main-navigation .nav-menu li{list-style:none;}#cshero-header-navigation .main-navigation .nav-menu > ul li a,#cshero-header-navigation .main-navigation .nav-menu li a{display:block;color:#fff;}#cshero-header-navigation .main-navigation .nav-menu > ul li a:hover,#cshero-header-navigation .main-navigation .nav-menu li a:hover,#cshero-header-navigation .main-navigation .nav-menu > ul li a:focus,#cshero-header-navigation .main-navigation .nav-menu li a:focus{color:#ec1919;}#cshero-header-navigation.collapse{background:#222;position:absolute;top:132px;left:0;right:0;width:100%;display:block;z-index:9999;}#cshero-header-navigation.collapse .main-navigation{overflow:visible;}#cshero-header-navigation.collapse .main-navigation .nav-menu > ul,#cshero-header-navigation.collapse .main-navigation .nav-menu{display:block;max-height:2000px;}.no-trans #cshero-header-navigation.collapse{top:147px;}#cshero-header #cshero-menu-mobile{display:block;}#cshero-header #cshero-menu-mobile i{color:#b2ebf2;cursor:pointer;display:block;font-size:15px;height:35px;line-height:35px;position:absolute;right:15px;text-align:center;width:45px;z-index:999;background-color:rgba(0, 0, 0, 0.15);bottom:49px;-webkit-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-ms-transition:all 300ms linear 0s;transition:all 300ms linear 0s;}#cshero-header #cshero-menu-mobile i:hover{background-color:#fff;color:#ec1919;}#cshero-header #cshero-menu-mobile .nav-button-icon i{right:70px;}#cshero-header #cshero-header-navigation .main-navigation{padding:15px 0;position:relative;z-index:99;/* Dropdown Sub Menu */}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i{display:none;}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li{line-height:31px;}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li a{background:transparent;color:#777;font-size:15px;line-height:30px;font-weight:normal;text-transform:capitalize;}#cshero-header #cshero-header-navigation .main-navigation ul.sub-menu{width:100% !important;margin:0;padding-left:20px;}#cshero-header #cshero-header-navigation .main-navigation li.current_page_item > a,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-item > a,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-parent > a,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-ancestor > a,#cshero-header #cshero-header-navigation .main-navigation li.current_page_item > a span,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-item > a span,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-parent > a span,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-ancestor > a span{color:#fff;text-decoration:none;}.cs-menu-toggle{display:block;color:#777;cursor:pointer;position:absolute;right:30px;text-align:center;top:0;width:30px;font-size:18px;background-color:rgba(255, 255, 255, 0.03);-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-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cs-menu-toggle:before{content:"\f105";font-family:FontAwesome;}.cs-menu-toggle:hover{color:#fff;}#cshero-header-navigation .main-navigation .menu-main-menu > li{position:relative;padding:0 8px;}#cshero-header-navigation .main-navigation .menu-main-menu > li li{position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > li a{display:block;border-bottom:none;font-size:16px;margin:0 0 10px;text-transform:none;}#cshero-header-navigation .main-navigation .menu-main-menu > li a:hover{color:#fff !important;text-decoration:none;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul li a{font-size:15px;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu{max-height:0;overflow:hidden;padding-left:10px;-webkit-transition:max-height 600ms linear 0ms;-moz-transition:max-height 600ms linear 0ms;-ms-transition:max-height 600ms linear 0ms;transition:max-height 600ms linear 0ms;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open{max-height:1000px;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle{background-color:rgba(255, 255, 255, 0.1);}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle:before{content:"\f107";}.mobile-menu-no-dropdown #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu{max-height:1000px;}.mobile-menu-no-dropdown #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu + .cs-menu-toggle{display:none;}}#sidebar aside,#widget-area aside,.wpb_widgetised_column aside{margin-bottom:15px;margin-top:0;float:left;width:100%;border-bottom:1px solid #eee;padding-bottom:31px;}#sidebar aside.widget_search,#widget-area aside.widget_search,.wpb_widgetised_column aside.widget_search{padding-bottom:22px;}#sidebar aside#cms-recent-post h3.wg-title,#widget-area aside#cms-recent-post h3.wg-title,.wpb_widgetised_column aside#cms-recent-post h3.wg-title{margin-bottom:6px;}#sidebar aside:last-child,#widget-area aside:last-child,.wpb_widgetised_column aside:last-child{border:none;}#sidebar .slidingbar-widget-col + .slidingbar-widget-col{margin-top:43px;}#sidebar .slidingbar-widget-col.widget_product_categories{margin-top:32px;}.wpb_widgetised_column aside.widget_newsletterwidget{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{clear:both;font-family:"Source Sans Pro";font-weight:700;color:#36464d;letter-spacing:0.035em;}h1{font-size:50px;line-height:52px;margin:0 0 27px;}h2{font-size:40px;line-height:31px;margin:0 0 24px;}h3{font-size:34px;line-height:40px;margin:0 0 28px;}h4{font-size:24px;line-height:26px;margin:0 0 31px;}h5{font-size:16px;line-height:23px;margin:0 0 26px;}h6{font-size:15px;line-height:20px;margin:0 0 20px;}p{margin:0 0 28px;}a{color:#ec1919;text-decoration:none;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;}a:hover,a:active,a:focus{color:#8e1111;outline:0;text-decoration:none;}.widget .widgettitle,aside .widgettitle,.woocommerce .widgettitle,.widget .wg-title,aside .wg-title,.woocommerce .wg-title{font-size:18px;line-height:28px;letter-spacing:0.055em;text-transform:uppercase;color:#040e24;font-weight:600;margin-bottom:15px;}.widget ul,aside ul,.woocommerce ul{list-style:none;margin:0;padding:0;}.widget ul.sub-menu,aside ul.sub-menu,.woocommerce ul.sub-menu,.widget ul.children,aside ul.children,.woocommerce ul.children{padding-left:10px;}.woocommerce ul.info-top{padding:16px 0 3px;}.wpb_content_element{/*widget categories*/}.wpb_content_element + .wpb_content_element{margin-top:31px;}.widget_categories,.widget_archive,.widget_pages,.widget_meta,.widget_recent_entries{padding-bottom:15px !important;}.widget_categories h3.wg-title,.widget_archive h3.wg-title,.widget_pages h3.wg-title,.widget_meta h3.wg-title,.widget_recent_entries h3.wg-title{margin-bottom:5px;}.widget_categories > ul > li a,.widget_archive > ul > li a,.widget_pages > ul > li a,.widget_meta > ul > li a,.widget_recent_entries > ul > li a{color:#929292;font-size:15px;font-weight:600;line-height:27px;letter-spacing:0.035em;text-transform:capitalize;}.widget_categories > ul > li a:hover,.widget_archive > ul > li a:hover,.widget_pages > ul > li a:hover,.widget_meta > ul > li a:hover,.widget_recent_entries > ul > li a:hover{color:#ec1919;}.widget_categories label,.widget_archive label,.widget_pages label,.widget_meta label,.widget_recent_entries label{display:none;}.widget_categories select,.widget_archive select,.widget_pages select,.widget_meta select,.widget_recent_entries select{height:38px;padding:0 25px;background:transparent;border:1px solid #e5e5e5;-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:#a0a0a0;padding-left:15px;}.widget_categories select:before,.widget_archive select:before,.widget_pages select:before,.widget_meta select:before,.widget_recent_entries select:before{content:"\e7bf";color:#ec1919;font-size:14px;}.widget_calendar th,.widget_calendar td{text-align:center;}.woocommerce-widget h3.wg-title{font-size:24px;line-height:26px;color:#37474f;font-weight:700;position:relative;padding-bottom:26px;margin-bottom:22px;}.woocommerce-widget h3.wg-title:before{content:"";position:absolute;left:0;bottom:0;background-color:#ec1919;width:50px;height:3px;}.woocommerce-widget .woocommerce{border-bottom:1px solid #e0e0e0;padding-bottom:33px;}.woocommerce-widget .woocommerce.widget_product_search{border-bottom:none;padding-bottom:0;}.woocommerce-widget .woocommerce.widget_price_filter{padding-bottom:13px;}.woocommerce-widget .woocommerce.widget_price_filter form{margin-right:15px;}.widget_product_categories{/* newsletter widget */}.widget_product_categories ul.product-categories li{position:relative;}.widget_product_categories ul.product-categories li a{color:#1f232c;font-size:16px;font-weight:600;line-height:28px;text-transform:capitalize;position:relative;}.widget_product_categories ul.product-categories li:hover:before,.widget_product_categories ul.product-categories li.current-cat:before{content:'\f2fb';font:normal normal normal 16px/28px 'Material-Design-Iconic-Font';position:absolute;left:0;color:#ec1919;}.widget_product_categories ul.product-categories li:hover a,.widget_product_categories ul.product-categories li.current-cat a{color:#ec1919;padding-left:13px;}.widget_newsletterwidget .subscribe,.newsletter .subscribe{font-size:11px;line-height:21px;text-transform:uppercase;font-weight:700;letter-spacing:0;margin-top:29px;}.widget_newsletterwidget .tnp-widget,.newsletter .tnp-widget,.tnp-subscription .tnp-widget{position:relative;}.widget_newsletterwidget .tnp-widget label,.newsletter .tnp-widget label,.tnp-subscription .tnp-widget label{display:none;}.widget_newsletterwidget .tnp-widget .tnp-field,.newsletter .tnp-widget .tnp-field,.tnp-subscription .tnp-widget .tnp-field{margin-bottom:0;}.widget_newsletterwidget form,.newsletter form,.tnp-subscription form{position:relative;max-width:508px;margin:26px auto 0;}.widget_newsletterwidget form input[type="email"],.newsletter form input[type="email"],.tnp-subscription form input[type="email"]{background:transparent none repeat scroll 0 0;border:1px solid rgba(236, 25, 25, 0.95);color:#7c8488;height:32px;padding:0 112px 0 17px;-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;}.widget_newsletterwidget form input[type="email"]:focus,.newsletter form input[type="email"]:focus,.tnp-subscription form input[type="email"]:focus{border-color:#ccc;}.widget_newsletterwidget form input::-moz-placeholder,.newsletter form input::-moz-placeholder,.tnp-subscription form input::-moz-placeholder,.widget_newsletterwidget form textarea::-moz-placeholder,.newsletter form textarea::-moz-placeholder,.tnp-subscription form textarea::-moz-placeholder{color:#7c8488;}.widget_newsletterwidget form input::-webkit-input-placeholder,.newsletter form input::-webkit-input-placeholder,.tnp-subscription form input::-webkit-input-placeholder,.widget_newsletterwidget form textarea::-webkit-placeholder,.newsletter form textarea::-webkit-placeholder,.tnp-subscription form textarea::-webkit-placeholder{color:#7c8488;}.widget_newsletterwidget form input::-o-placeholder,.newsletter form input::-o-placeholder,.tnp-subscription form input::-o-placeholder,.widget_newsletterwidget form textarea::-o-placeholder,.newsletter form textarea::-o-placeholder,.tnp-subscription form textarea::-o-placeholder{color:#7c8488;}.widget_newsletterwidget form input::-ms-placeholder,.newsletter form input::-ms-placeholder,.tnp-subscription form input::-ms-placeholder,.widget_newsletterwidget form textarea::-ms-placeholder,.newsletter form textarea::-ms-placeholder,.tnp-subscription form textarea::-ms-placeholder{color:#7c8488;}.widget_newsletterwidget form input[type="submit"],.newsletter form input[type="submit"],.tnp-subscription form input[type="submit"]{border-color:rgba(236, 25, 25, 0.95);-webkit-border-radius:0 2px 2px 0;-khtml-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;-ms-border-radius:0 2px 2px 0;-o-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;/* BACKGROUND GRADIENT */height:32px;padding:0;position:absolute;right:0;top:0;width:95px;z-index:2;background-color:transparent;font-size:14px;line-height:30px;color:#fff;background-color:#ec1919;text-transform:uppercase;font-weight:700;}.widget_newsletterwidget form input[type="submit"]:hover,.newsletter form input[type="submit"]:hover,.tnp-subscription form input[type="submit"]:hover{background-color:transparent;}.widget_newsletterwidget form p,.newsletter form p,.tnp-subscription form p{margin:0;}.tnp-subscription{/*widget_tag_cloud*/}.tnp-subscription form table{border:none;margin:0;}.tnp-subscription form table tr th{display:none;}.tnp-subscription form table tr td{border:none;padding:0;}.widget_tag_cloud{margin-top:6px !important;padding-bottom:23px !important;/* cms recent post widget */}.widget_tag_cloud .tagcloud a{background:#fff none repeat scroll 0 0;border:1px solid #e5e5e5;border-radius:2px;color:#929292;float:left;font-size:12px !important;font-weight:400;line-height:28px;margin:0 13px 15px 0;padding:0 17px;text-transform:uppercase;}.widget_tag_cloud .tagcloud a:hover{background:#37474f;border-color:rgba(0, 0, 0, 0.22);color:#fff;}.cms-recent-post{height:395px;overflow:hidden;position:relative;width:100% !important;padding-right:12px !important;padding-left:0 !important;margin-top:24px;/*cs social widget*/}.cms-recent-post + div{width:8px;background-color:#e0e0e0;}.cms-recent-post + div .vertical-handle{width:8px;background-color:#757575;-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 */}.cms-recent-post .cms-recent-media{float:left;max-width:100px;}.cms-recent-post .cms-recent-media a{background-size:cover;bottom:0;display:block;height:100%;left:0;position:absolute;width:100px;-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 */background-repeat:no-repeat;background-position:center;}.cms-recent-post .cms-recent-details{padding:10px 10px 10px 120px;}.cms-recent-post .cms-recent-details .title{font-size:13px;line-height:18px;text-transform:capitalize;margin-bottom:3px;font-weight:600;}.cms-recent-post .cms-recent-details .title a{color:#212121;}.cms-recent-post .cms-recent-details .title a:hover{color:#ec1919;}.cms-recent-post .cms-recent-details .date{color:#37474f;font-size:10px;line-height:18px;text-transform:uppercase;font-weight:600;margin-bottom:10px;}.cms-recent-post .cms-recent-details .readmore{line-height:1;}.cms-recent-post .cms-recent-details .readmore a{font-size:12px;text-transform:uppercase;color:#2b2e35;line-height:18px;font-weight:600;}.cms-recent-post .cms-recent-details .readmore a:hover{color:#ec1919;}.cms-recent-post .item{margin-bottom:24px;-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 */border-width:1px;border-color:transparent;border-style:solid;position:relative;-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);}.cms-recent-post .item:last-child{margin-bottom:0;}.widget_cs_social_widget .wg-title{position:relative;}ul.cs-social{margin-top:18px;}ul.cs-social li{display:inline-block;margin-right:27px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}ul.cs-social li a{-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;font-size:34px;height:67px;letter-spacing:0.055em;line-height:67px;text-align:center;width:67px;background:#ec1919;color:#fff;}ul.cs-social li a i{margin-left:3px;}ul.cs-social li.facebook a{background-color:#3b5998;}ul.cs-social li.twitter a{background-color:#55acee;}ul.cs-social li.youtube a{background-color:#b00;}ul.cs-social li:last-child{margin-right:0;}ul.cs-social li:hover{opacity:0.8;}.widget #sb_instagram{margin-left:-10px;}.widget #sb_instagram.sbi_col_2 #sbi_images .sbi_item{max-width:105px;}.widget #sb_instagram 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 */}@media screen and (max-width:1366px) and (min-width:992px){.layout-testimonial3.style2 .cms-carousel-item-inner{text-align:center;}.layout-testimonial3.style2 .cms-testimonial-img{float:none;}.layout-testimonial3.style2 .cms-testimonial-img img{margin:0 auto;}.layout-testimonial3.style2 .cms-testimonial-title{float:none;margin:0;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a{padding-left:25px;padding-right:25px;}ul.social-top li:last-child{margin-right:1px;}}@media screen and (min-width:1200px){.container{width:1170px;}body .cs-boxed{width:1170px;margin:0 auto;}body .cs-boxed #content{background-color:#fff;}body .cs-boxed .vc_row[data-vc-full-width]{width:1170px !important;margin:0 auto;left:50% !important;transform:translate(-50%, 0);padding-left:0 !important;padding-right:0 !important;}body .cs-boxed .rev_slider_wrapper{width:1170px !important;left:50% !important;transform:translate(-50%, 0);}.page-template-blog-classic-right-sidebar #blog-content .content-padding{padding-right:83px;}.page-template-blog-classic-left-sidebar #blog-content .content-padding{padding-left:83px;}}@media screen and (max-width:1280px){#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{padding-right:15px !important;}}@media screen and (max-width:1200px){.container{width:100%;}#cshero-header.header2 .cshero-header-button{margin-right:30px;}ul.button-top li{font-size:12px;padding:0 10px;}ul.button-top li:first-child{padding-left:10px;}.header2 ul.info-top li:first-child,.header3 ul.info-top li:first-child{padding-left:15px;}.header2 ul.info-top li:last-child,.header3 ul.info-top li:last-child{padding-right:30px;}.fancyboxes-default .cms-fancybox-item{padding:30px 15px;}.vc_row.bg-full-color .vc_col-has-fill.vc_col-sm-6 + .vc_col-sm-6 .cms-fancybox-item{padding:30px 15px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout{padding:0 15px;}}@media screen and (max-width:1199px){.request-form .request-form-bottom{text-align:center;}.wpcf7-form .request-form input[type="submit"]{margin-top:20px;}}@media screen and (max-width:1024px){.cms-row-full-width > .no-container{margin-left:0;margin-right:0;}.cms-row-full-width > .no-container > .row{margin-left:0;margin-right:0;}.cms-row-full-width > .no-container > .row > .wpb_column{padding:0;}.layout-news1 .cms-carousel-item .cms-carousel-title a{font-size:15px;}ul.cs-social li{margin-right:5px;}.padding-reset-sm .vc_column-inner{padding:30px !important;margin:0 !important;}.headline{float:left;margin-top:30px;}.openning-hours{right:15px;}.rev_slider .tp-caption{padding-left:15px !important;}.layout-team3 .cms-team-wrapper .cms-team-body{padding:52px 40px;}.service-nav .service-navigation .post-prev .nav-inner,.service-nav .service-navigation .post-next .nav-inner{margin:0 15px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a{padding-left:25px;padding-right:25px;}}@media screen and (min-width:992px){.text-left-md{text-align:left;}.text-right-md{text-align:right;}.cms-cta-wrapper.cta-left .cms-cta-text{padding-left:263px;padding-right:83px;}.cms-cta-wrapper.cta-left.style2{padding-left:68px;}.cms-cta-wrapper.cta-center .cms-cta-text{padding:0;}.cms-cta-text{padding:0 263px 0 83px;}.style2 .cms-cta-text{padding-right:68px;}.pull-right-md{float:right !important;}.modal.fade .modal-dialog{position:absolute;top:50%;margin:0;left:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}}@media screen and (max-width:991px){.container{width:100%;}.wpb_single_image img{width:1005px;}.text-left-md,.text-right-md{text-align:center;}ul.social-top{right:0;}ul.social-top:after{display:none;}ul.social-top li.social1 a:before{display:none;}#cshero-header-navigation .nav-button-icon i{display:none;}#cshero-header.header2 #cshero-header-top .cshero-header-top-inner{width:100%;}#cshero-header.header2 #cshero-header-top .cshero-header-top-inner:before{display:none;}#cshero-header.header2 .cshero-header-info{width:100%;}#cshero-header.header2 .cshero-header-button{width:100%;margin-right:0;}#cshero-header.header2 .cshero-header-button:after,#cshero-header.header2 .cshero-header-button:before{display:none;}#cshero-header.header2 #cshero-menu-mobile i{background-color:#ec1919;color:#fff;}#cshero-header.header2 #cshero-menu-mobile i:hover{background-color:#37474f;color:#fff;}#cshero-header.header3 .cshero-header-button{width:100%;}#cshero-header.header3 #cshero-menu-mobile i{background-color:#ec1919;color:#fff;}#cshero-header.header3 #cshero-menu-mobile i:hover{background-color:#37474f;color:#fff;}footer #footer-top [class*="col-"] + [class*="col-"]{margin-top:35px;}footer #footer-top .cshero-footer-top13 .widget,footer #footer-top .cshero-footer-top14 .widget{padding-left:0;}footer .cshero-footer3 #footer-top .cshero-footer-top31 img{display:block;}footer .cshero-footer3 #footer-top .cshero-footer-top32 aside{padding-left:0;}.cms-cta-wrapper .cms-cta-text{text-align:center !important;}.cms-cta-wrapper .cms-cta-button{margin-top:30px;position:relative;top:auto;-webkit-transform:translate(0px);-khtml-transform:translate(0px);-moz-transform:translate(0px);-ms-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-counter-wraper.cms-counter-layout2{max-width:265px;margin:0 auto;}.pricing-layout2 .pricing-content ul li,.pricing-layout3 .pricing-content ul li{padding:0 15px;}.pricing-layout2 .pricing-content ul li:before,.pricing-layout3 .pricing-content ul li:before{left:-15px;}.pricing-layout2 .pricing-content.content-right ul li,.pricing-layout3 .pricing-content.content-right ul li{padding:0 15px;}.pricing-layout2 .pricing-content.content-right ul li:before,.pricing-layout3 .pricing-content.content-right ul li:before{left:auto;right:-15px;}#blog-content [class*="col-"] + [class*="col-"]{margin-top:35px;}.remove-padding-right .vc_column-inner{padding-right:15px !important;}.remove-padding-left .vc_column-inner{padding-left:15px !important;margin-top:35px;}.margin-reset .vc_column-inner{margin:0 !important;}.layout-testimonial1 .cms-carousel-body{width:100%;float:none;}.layout-testimonial1 .cms-carousel-body:after{width:calc(100% - 39%);width:-moz-calc(100% - 39%);width:-webkit-calc(100% - 39%);right:3px;}.layout-testimonial1 .cms-carousel-body:before{width:36%;}.layout-testimonial1 .cms-carousel-body .arrow-bottom{left:36%;}.layout-testimonial1.style2 .cms-carousel-body{width:100%;}.layout-team2{text-align:center;}.layout-team2 .cms-carousel-media img{margin-bottom:20px;}.layout-team2 .cms-team-description:before{left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-team2 ul.cms-team-social li:first-child a{padding-left:7px;}.layout-team3{width:100%;}.layout-team3 .cms-team-wrapper .cms-team-body{padding:52px 20px;}.layout-team3 .owl-controls{bottom:-117%;position:absolute;right:0;}.cms-carousel-team-wrap .dotsCont{width:100%;}.layout-service3 .cms-grid-item{margin-bottom:30px;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .wpb_single_image img{margin-top:20px;}.woocommerce .cms-checkout-page{padding-left:15px;padding-right:15px;}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page table.my_account_orders tr td.order-actions::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:block;}.is-sidebar-right [class*="col-"] + [class*="col-"],.is-sidebar-left [class*="col-"] + [class*="col-"]{margin-top:35px;}}@media screen and (max-width:768px){#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images-wrap{float:none;margin:0 auto;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images-wrap .images{padding:0 15px !important;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{padding-left:15px !important;}}@media screen and (max-width:767px){.text-right,.text-left{text-align:center;}.vc_row.bg-full-color .vc_col-has-fill.vc_col-sm-6 .vc_column-inner:before{display:none;}.pricing-wrap [class*="col-"] + [class*="col-"]{margin-top:35px;}.pricing-layout2.pricing-wrap .pricing-content,.pricing-layout3.pricing-wrap .pricing-content{text-align:center;margin:0 auto;max-width:320px;}.layout-testimonial1 .cms-carousel-body{width:100%;}.layout-testimonial1 .cms-carousel-body:after{width:calc(100% - 57%);width:-moz-calc(100% - 57%);width:-webkit-calc(100% - 57%);right:3px;}.layout-testimonial1 .cms-carousel-body:before{width:53%;}.layout-testimonial1 .cms-carousel-body .arrow-bottom{left:53%;}#padding-reset-sm{margin:0 !important;padding:0 !important;}.layout-news2{margin:0;}.cms-news-top{margin-left:10px;}.cms-news-all{margin-left:20px;}.woocommerce ul.info-top{padding-bottom:16px;}.display-inline ul li{display:block;margin-left:0;}.style2 .cms-grid-filter ul.cms-filter-category li a{padding:0 15px;}.cms-countdown-wraper [class*="col-"]{width:100%;}#comments ul.children,#comments ol.children{padding-left:20px;}}@media screen and (max-width:640px){.request-form .request-form-top,.request-form .request-form-bottom{padding-left:30px;padding-right:30px;}}@media screen and (max-width:480px){.header2 ul.info-top li,.header3 ul.info-top li{display:block;}.header2 ul.info-top li:after,.header3 ul.info-top li:after,.header2 ul.info-top li:before,.header3 ul.info-top li:before{display:none;}.header3 ul.button-top li{padding:0 5px;}.vc_tta-container .vc_tta.vc_general .vc_tta-panel-body{padding-right:30px;}.vc_tta-container .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body{padding-right:30px;}.cms-alert-wrapper .alert .text{margin-left:70px;}.layout-carousel-default .owl-controls .owl-dots{bottom:20px;right:10px;}.pricing-head-left,.pricing-head-right{float:none !important;text-align:center;}.content-wrapper{display:block;}.content-wrapper .content-left{display:block;width:100%;}.content-wrapper .content-image{display:block;height:200px;width:100%;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content{position:inherit;bottom:auto;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content .cms-carousel-title a{color:#36464e;}.layout-carousel-feature2 .cms-carousel-item .cms-carousel-content .cms-carousel-title a:hover{color:#ec1919;}.layout-carousel-feature2 .cms-carousel-readmore a{color:#ec1919;border-color:#ec1919;}.layout-carousel-feature2 .cms-carousel-readmore a:hover{color:#36464e;border-color:#36464e;}.layout-testimonial1 .cms-carousel-body{width:100%;}.layout-testimonial1 .cms-carousel-body:after{width:calc(100% - 59px);width:-moz-calc(100% - 59px);width:-webkit-calc(100% - 59px);right:3px;}.layout-testimonial1 .cms-carousel-body:before{width:30px;}.layout-testimonial1 .cms-carousel-body .arrow-bottom{left:30px;}.layout-team3 .cms-team-wrapper .cms-team-info ul li{display:block;margin:0;}.layout-team3 .cms-team-wrapper .cms-team-info ul li:first-child{margin-left:0;}.layout-team3 .cms-team-wrapper .cms-team-info ul li:before{display:none;}.layout-team3 .owl-controls{bottom:10px;}.cms-carousel-team-wrap .dotsCont .item-dot{width:100%;}.cms-carousel-team-wrap.style2 .dotsCont .item-dot{width:100%;}.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-grey.vc_tta-style-flat.style-dark.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{padding:30px;}.request-form .device .device-item{width:100%;}.request-form .device .device-img{margin:0 auto;}.widget-search-header{width:320px;}.w50 .cms-lists{width:100%;}#cms-theme.woocommerce .products li.product-list .cshero-woo-image,#cms-theme.woocommerce-page .products li.product-list .cshero-woo-image,#cms-theme .woocommerce .products li.product-list .cshero-woo-image,#cms-theme.woocommerce .products .owl-item.product-list .cshero-woo-image,#cms-theme.woocommerce-page .products .owl-item.product-list .cshero-woo-image,#cms-theme .woocommerce .products .owl-item.product-list .cshero-woo-image,#cms-theme.woocommerce .products li.product-list .cshero-woo-meta,#cms-theme.woocommerce-page .products li.product-list .cshero-woo-meta,#cms-theme .woocommerce .products li.product-list .cshero-woo-meta,#cms-theme.woocommerce .products .owl-item.product-list .cshero-woo-meta,#cms-theme.woocommerce-page .products .owl-item.product-list .cshero-woo-meta,#cms-theme .woocommerce .products .owl-item.product-list .cshero-woo-meta{width:100% !important;}body#cms-theme.woocommerce .woocommerce-result-count,body#cms-theme.woocommerce-page .woocommerce-result-count,body#cms-theme .woocommerce .woocommerce-result-count{margin-left:0;}body#cms-theme.woocommerce .cms-product-meta-right,body#cms-theme.woocommerce-page .cms-product-meta-right,body#cms-theme .woocommerce .cms-product-meta-right{float:left;margin-bottom:10px;}}#cms-theme .widget_shopping_cart{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 */position:absolute;right:15px;top:132px;overflow:hidden;visibility:hidden;max-width:370px;width:370px;opacity:0;filter:alpha(opacity=0);-webkit-transition:all 300ms ease 0ms;-moz-transition:all 300ms ease 0ms;-ms-transition:all 300ms ease 0ms;transition:all 300ms ease 0ms;z-index:9999;line-height:normal;color:#222;}#cms-theme .widget_shopping_cart.open{overflow:visible;visibility:visible;opacity:1;filter:alpha(opacity=1);}#cms-theme .widget_shopping_cart .widget_shopping_cart_content{padding:30px;text-align:left;overflow:hidden;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list{list-style:none;margin:0;padding:0;height:250px;overflow-y:scroll;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li{padding:0;margin-bottom:20px;position:relative;padding-bottom:20px;border-bottom:1px solid #e5e5e5;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty{margin:0;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a{color:#2e313a;font-size:17px;font-weight:400;line-height:19px;text-transform:capitalize;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover{color:#ec1919;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img{float:left;max-width:80px;width:100%;margin-right:20px;margin-left:20px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove{font-size:0;left:0;position:absolute;top:-10px;z-index:9;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before{color:#ec1919;content:"\f00d";display:inline-block;font-family:FontAwesome;font-size:16px;line-height:35px;text-align:center;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity{color:#9ba0a5;display:block;font-size:15px;font-weight:normal;line-height:21px;margin-top:10px;width:100%;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity span{font-size:14px;color:#ec1919;font-weight:700;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .couter_items{display:none !important;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.total{float:left;font-size:11px;font-weight:700;line-height:21px;text-transform:uppercase;color:#36464e;border:none;padding:0;float:left;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.total span{font-size:14px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons{display:block;float:left;width:100%;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons a{display:inline-block;margin-bottom:10px;padding:11px 30px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons a + a{float:right;}#cms-theme .woocommerce ul.cart_list li,#cms-theme .woocommerce ul.product_list_widget li{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding:0;}#cms-theme .woocommerce ul.cart_list li:last-child,#cms-theme .woocommerce ul.product_list_widget li:last-child{border:none;margin:0;}#cms-theme .woocommerce ul.cart_list li img,#cms-theme .woocommerce ul.product_list_widget li img{float:left;height:85px;margin:0 20px 20px 0;width:80px;}#cms-theme .woocommerce ul.cart_list li a,#cms-theme .woocommerce ul.product_list_widget li a{color:#2e313a;font-size:19px;font-weight:400;line-height:19px;margin-bottom:9px;}#cms-theme .woocommerce ul.cart_list li a:hover,#cms-theme .woocommerce ul.product_list_widget li a:hover{color:#ec1919;}#cms-theme .woocommerce ul.cart_list li .amount,#cms-theme .woocommerce ul.product_list_widget li .amount{color:#ec1919;font-size:14px;line-height:24px;font-weight:700;}#cms-theme .woocommerce ul.cart_list li del,#cms-theme .woocommerce ul.product_list_widget li del{color:#37474f;opacity:0.33;}#cms-theme .woocommerce ul.cart_list li del .amount,#cms-theme .woocommerce ul.product_list_widget li del .amount{color:#37474f;font-size:14px;font-weight:600;line-height:28px;}#cms-theme .woocommerce ul.cart_list li ins,#cms-theme .woocommerce ul.product_list_widget li ins{background:none;}#cms-theme #cshero-header.header-fixed .widget_shopping_cart{top:80px;}#cms-theme.woocommerce #cshero-header-top-woo,#cms-theme.woocommerce-page #cshero-header-top-woo,#cms-theme .woocommerce #cshero-header-top-woo{display:block;/* [Start] 1. Navigation */}#cms-theme.woocommerce .woocommerce-pagination,#cms-theme.woocommerce-page .woocommerce-pagination,#cms-theme .woocommerce .woocommerce-pagination,#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links,#cms-theme .woocommerce .woo-nav-links{border-top:1px solid #e0e0e0;font-weight:normal;margin-top:-33px;padding-top:14px;text-align:left;width:100%;margin-bottom:62px;}#cms-theme.woocommerce .woocommerce-pagination ul,#cms-theme.woocommerce-page .woocommerce-pagination ul,#cms-theme .woocommerce .woocommerce-pagination ul,#cms-theme.woocommerce .woo-nav-links ul,#cms-theme.woocommerce-page .woo-nav-links ul,#cms-theme .woocommerce .woo-nav-links ul{border:none;width:100%;margin:0 auto 0 15px;}#cms-theme.woocommerce .woocommerce-pagination ul li,#cms-theme.woocommerce-page .woocommerce-pagination ul li,#cms-theme .woocommerce .woocommerce-pagination ul li,#cms-theme.woocommerce .woo-nav-links ul li,#cms-theme.woocommerce-page .woo-nav-links ul li,#cms-theme .woocommerce .woo-nav-links ul li{margin:0;float:none;border:none;}#cms-theme.woocommerce .woocommerce-pagination ul li:first-child,#cms-theme.woocommerce-page .woocommerce-pagination ul li:first-child,#cms-theme .woocommerce .woocommerce-pagination ul li:first-child,#cms-theme.woocommerce .woo-nav-links ul li:first-child,#cms-theme.woocommerce-page .woo-nav-links ul li:first-child,#cms-theme .woocommerce .woo-nav-links ul li:first-child{margin-left:0;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers{width:28px;height:28px;-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:#717171;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.35);-ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.35);box-shadow:0 1px 2px rgba(0, 0, 0, 0.35);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, 0.43)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(bottom, rgba(233, 233, 233, 0.43), rgba(0, 0, 0, 0));background-image:-moz-linear-gradient(bottom, rgba(233, 233, 233, 0.43), rgba(0, 0, 0, 0));background-image:-ms-linear-gradient(bottom, rgba(233, 233, 233, 0.43), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(bottom, rgba(233, 233, 233, 0.43), rgba(0, 0, 0, 0));background-image:linear-gradient(bottom, rgba(233, 233, 233, 0.43), rgba(0, 0, 0, 0));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(233, 233, 233, 0.43)', endColorStr='rgba(0, 0, 0, 0)');/* BACKGROUND HORIZONTAL */border:1px solid #b4b4b4;font-size:12px;text-shadow:1px 0 0 #fff;font-style:normal;font-weight:700;line-height:26px;opacity:1;text-align:center;-webkit-transition:opacity 0.24s ease-in-out 0s;-moz-transition:opacity 0.24s ease-in-out 0s;-ms-transition:opacity 0.24s ease-in-out 0s;transition:opacity 0.24s ease-in-out 0s;visibility:visible;padding:0;font-family:'helveticaneueltstd-ex-webfont';}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers:hover,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers:hover,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers:hover,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers:hover,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers:hover,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers:hover,#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.current,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.current,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.current,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.current,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.current,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.current{color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 0.9)), to(#606060));background-image:-webkit-linear-gradient(bottom, rgba(96, 96, 96, 0.9), #606060);background-image:-moz-linear-gradient(bottom, rgba(96, 96, 96, 0.9), #606060);background-image:-ms-linear-gradient(bottom, rgba(96, 96, 96, 0.9), #606060);background-image:-o-linear-gradient(bottom, rgba(96, 96, 96, 0.9), #606060);background-image:linear-gradient(bottom, rgba(96, 96, 96, 0.9), #606060);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(96, 96, 96, 0.9)', endColorStr='#606060');/* BACKGROUND HORIZONTAL */-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-color:#535353;text-shadow:1px 0 0 rgba(0, 0, 0, 0.13);}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.next,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.next,#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.prev,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.prev{font-size:0;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next:before,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:before,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.next:before,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next:before,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next:before,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.next:before,#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev:before,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev:before,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.prev:before{font-family:'Material-Design-Iconic-Font';content:'\f2fb';font-size:12px;line-height:28px;font-weight:700;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.next,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.next{float:right;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.prev,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.prev{float:left;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme .woocommerce .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev:before,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev:before,#cms-theme .woocommerce .woo-nav-links ul li .page-numbers.prev:before{content:'\f2fa';}#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links,#cms-theme .woocommerce .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,#cms-theme .woocommerce .woo-nav-links li{display:inline-block;}#cms-theme.woocommerce .bottom-product,#cms-theme.woocommerce-page .bottom-product,#cms-theme .woocommerce .bottom-product{position:absolute;right:-1px;top:25px;}#cms-theme.woocommerce .bottom-product .cshero-add-to-cart,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart{position:relative;}#cms-theme.woocommerce .bottom-product .cshero-add-to-cart a.button,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart a.button,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart a.button{width:40px;height:40px;background:url(../images/cart_icon.png) no-repeat center center #fff;border:1px solid #d5d5d5;-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:0;margin:0;line-height:40px;opacity:0;font-size: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.woocommerce .bottom-product .cshero-add-to-cart a.button:hover,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart a.button:hover,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart a.button:hover{background-image:url(../images/cart-icon-hover.jpg);}#cms-theme.woocommerce .bottom-product .cshero-add-to-cart a.button.added,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart a.button.added,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart a.button.added{background-image:none;}#cms-theme.woocommerce .bottom-product .cshero-add-to-cart a.added_to_cart,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart a.added_to_cart,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart a.added_to_cart{font-size:0;width:40px;height:40px;position:absolute;left:0;top:0;color:#36464e;}#cms-theme.woocommerce .bottom-product .cshero-add-to-cart a.added_to_cart:before,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart a.added_to_cart:before,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart a.added_to_cart:before{content:'\f26b';font-family:'Material-Design-Iconic-Font';font-size:20px;line-height:40px;text-align:center;display:block;}#cms-theme.woocommerce .bottom-product .cshero-add-to-cart a.added_to_cart:hover,#cms-theme.woocommerce-page .bottom-product .cshero-add-to-cart a.added_to_cart:hover,#cms-theme .woocommerce .bottom-product .cshero-add-to-cart a.added_to_cart:hover{color:#ec1919;}#cms-theme.woocommerce .bottom-product a.product-quick-view,#cms-theme.woocommerce-page .bottom-product a.product-quick-view,#cms-theme .woocommerce .bottom-product a.product-quick-view{width:40px;height:40px;background:url(../images/search_icon.png) no-repeat center center #fff;border:1px solid #d5d5d5;-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:0;display:block;margin-top:1px;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;position:relative;}#cms-theme.woocommerce .bottom-product a.product-quick-view span,#cms-theme.woocommerce-page .bottom-product a.product-quick-view span,#cms-theme .woocommerce .bottom-product a.product-quick-view span{background:#37474f none repeat scroll 0 0;color:#f2fbff;font-size:10px;font-weight:600;left:-70px;line-height:20px;padding:0 7px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;}#cms-theme.woocommerce .bottom-product a.product-quick-view span:before,#cms-theme.woocommerce-page .bottom-product a.product-quick-view span:before,#cms-theme .woocommerce .bottom-product a.product-quick-view span:before{border-color:transparent transparent transparent #37474f;border-style:solid;border-width:5px;content:"";position:absolute;right:-10px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-theme.woocommerce .bottom-product a.product-quick-view:hover,#cms-theme.woocommerce-page .bottom-product a.product-quick-view:hover,#cms-theme .woocommerce .bottom-product a.product-quick-view:hover{background-image:url(../images/search-icon-hover.jpg);}#cms-theme.woocommerce .bottom-product a.product-quick-view:hover span,#cms-theme.woocommerce-page .bottom-product a.product-quick-view:hover span,#cms-theme .woocommerce .bottom-product a.product-quick-view:hover span{opacity:1;}#cms-theme.woocommerce input#submit,#cms-theme.woocommerce-page input#submit,#cms-theme .woocommerce input#submit,#cms-theme.woocommerce button input[type="submit"],#cms-theme.woocommerce-page button input[type="submit"],#cms-theme .woocommerce button input[type="submit"],#cms-theme.woocommerce .button,#cms-theme.woocommerce-page .button,#cms-theme .woocommerce .button{background-color:#ec1919;border:2px solid rgba(0, 0, 0, 0.094);border-radius:3px;color:#fff;font-size:15px;font-weight:700;line-height:26px;margin:0;padding:10px 25px;position:relative;text-transform:uppercase;}#cms-theme.woocommerce input#submit i,#cms-theme.woocommerce-page input#submit i,#cms-theme .woocommerce input#submit i,#cms-theme.woocommerce button input[type="submit"] i,#cms-theme.woocommerce-page button input[type="submit"] i,#cms-theme .woocommerce button input[type="submit"] i,#cms-theme.woocommerce .button i,#cms-theme.woocommerce-page .button i,#cms-theme .woocommerce .button i{padding-right:8px;position:relative;top:1px;}#cms-theme.woocommerce button:hover,#cms-theme.woocommerce-page button:hover,#cms-theme .woocommerce button:hover,#cms-theme.woocommerce button:focus,#cms-theme.woocommerce-page button:focus,#cms-theme .woocommerce button:focus,#cms-theme.woocommerce input[type="submit"]:focus,#cms-theme.woocommerce-page input[type="submit"]:focus,#cms-theme .woocommerce input[type="submit"]:focus,#cms-theme.woocommerce .button:hover,#cms-theme.woocommerce-page .button:hover,#cms-theme .woocommerce .button:hover,#cms-theme.woocommerce .button:focus,#cms-theme.woocommerce-page .button:focus,#cms-theme .woocommerce .button:focus{outline:medium none;text-decoration:none;color:#ec1919;background-color:#fff;border-color:#ec1919;}#cms-theme.woocommerce select,#cms-theme.woocommerce-page select,#cms-theme .woocommerce 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 */border:1px solid #d5d5d5;font-size:14px;height:33px;line-height:33px;margin:9px 0 8px 0;max-width:218px;outline:medium none;padding:0 15px;width:218px;color:#37474f;font-weight:600;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);/* [End] 2. Button *//* [Start] 3. Sidebar */}#cms-theme.woocommerce select:focus,#cms-theme.woocommerce-page select:focus,#cms-theme .woocommerce select:focus{outline:0;}#cms-theme.woocommerce .widget_price_filter .ui-slider,#cms-theme.woocommerce-page .widget_price_filter .ui-slider,#cms-theme .woocommerce .widget_price_filter .ui-slider{background:#e0e0e0;margin:0 0 36px;border-top:1px solid rgba(0, 0, 0, 0.17);}#cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,#cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,#cms-theme .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:#ec1919;height:15px;margin:0;top:-4px;width:15px;-webkit-border-radius:2px 2px 0 0;-khtml-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-ms-border-radius:2px 2px 0 0;-o-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;/* BACKGROUND GRADIENT */border:none;}#cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,#cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before,#cms-theme .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{width:0px;height:0px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:5px solid #ec1919;/* Tam giác phía dưới được đổ màu */content:"";position:absolute;top:15px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-theme.woocommerce .widget_price_filter .price_slider_amount .price_label,#cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .price_label,#cms-theme .woocommerce .widget_price_filter .price_slider_amount .price_label{color:#37474f;font-size:16px;font-size-adjust:inherit;font-weight:700;line-height:25px;padding:0;}#cms-theme.woocommerce .widget_products,#cms-theme.woocommerce-page .widget_products,#cms-theme .woocommerce .widget_products{/* [End] 3. Sidebar *//* [Start] 4. Archive Product */}#cms-theme.woocommerce .widget_products ul li,#cms-theme.woocommerce-page .widget_products ul li,#cms-theme .woocommerce .widget_products ul li{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding:0 0 20px 0;}#cms-theme.woocommerce .widget_products ul li:last-child,#cms-theme.woocommerce-page .widget_products ul li:last-child,#cms-theme .woocommerce .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,#cms-theme .woocommerce .widget_products ul li a{color:#2e313a;font-size:17px;font-weight:400;line-height:19px;margin-bottom:5px;text-transform:capitalize;}#cms-theme.woocommerce .widget_products ul li a img,#cms-theme.woocommerce-page .widget_products ul li a img,#cms-theme .woocommerce .widget_products ul li a img{float:left;height:85px;margin:0 20px 0 0;max-width:80px;padding:0;width:100%;}#cms-theme.woocommerce .woocommerce-result-count,#cms-theme.woocommerce-page .woocommerce-result-count,#cms-theme .woocommerce .woocommerce-result-count{font-size:15px;line-height:26px;margin:12px 0 12px 15px;color:#37474f;font-weight:600;}#cms-theme.woocommerce .form-effect,#cms-theme.woocommerce-page .form-effect,#cms-theme .woocommerce .form-effect{position:relative;display:inline-block;}#cms-theme.woocommerce .form-effect form,#cms-theme.woocommerce-page .form-effect form,#cms-theme .woocommerce .form-effect form{margin:0;}#cms-theme.woocommerce .form-effect form select,#cms-theme.woocommerce-page .form-effect form select,#cms-theme .woocommerce .form-effect form select{background-color:transparent;-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}#cms-theme.woocommerce .form-effect form select option,#cms-theme.woocommerce-page .form-effect form select option,#cms-theme .woocommerce .form-effect form select option{padding:5px 10px;}#cms-theme.woocommerce .form-effect form select option:hover,#cms-theme.woocommerce-page .form-effect form select option:hover,#cms-theme .woocommerce .form-effect form select option:hover{background-color:#e5e5e5;}#cms-theme.woocommerce .form-effect .arrow-down,#cms-theme.woocommerce-page .form-effect .arrow-down,#cms-theme .woocommerce .form-effect .arrow-down{border-left:1px solid #d5d5d5;color:#d5d5d5;cursor:pointer;height:33px;line-height:33px;position:absolute;right:0;text-align:center;top:9px;width:38px;z-index:-1;font-size:16px;}#cms-theme.woocommerce .form-effect .woocommerce-ordering,#cms-theme.woocommerce-page .form-effect .woocommerce-ordering,#cms-theme .woocommerce .form-effect .woocommerce-ordering{float:left;width:100%;}#cms-theme.woocommerce.columns-4 .products,#cms-theme.woocommerce-page.columns-4 .products,#cms-theme .woocommerce.columns-4 .products{margin-bottom:15px;}#cms-theme.woocommerce.columns-4 .products li,#cms-theme.woocommerce-page.columns-4 .products li,#cms-theme .woocommerce.columns-4 .products li{width:25%;margin-bottom:0;}#cms-theme.woocommerce.columns-4 .products li:nth-child(3n+1),#cms-theme.woocommerce-page.columns-4 .products li:nth-child(3n+1),#cms-theme .woocommerce.columns-4 .products li:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .products,#cms-theme.woocommerce-page .products,#cms-theme .woocommerce .products{margin-top:34px;}#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li,#cms-theme .woocommerce .products li,#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item,#cms-theme .woocommerce .products .owl-item{margin-right:0;margin-bottom:68px;padding:0 15px;width:33.333%;clear:initial;}#cms-theme.woocommerce .products li.last,#cms-theme.woocommerce-page .products li.last,#cms-theme .woocommerce .products li.last,#cms-theme.woocommerce .products .owl-item.last,#cms-theme.woocommerce-page .products .owl-item.last,#cms-theme .woocommerce .products .owl-item.last{margin-right:0;}#cms-theme.woocommerce .products li:nth-child(3n+1),#cms-theme.woocommerce-page .products li:nth-child(3n+1),#cms-theme .woocommerce .products li:nth-child(3n+1),#cms-theme.woocommerce .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .products .owl-item:nth-child(3n+1),#cms-theme .woocommerce .products .owl-item:nth-child(3n+1){clear:left;}#cms-theme.woocommerce .products li:hover .cshere-woo-item-wrap,#cms-theme.woocommerce-page .products li:hover .cshere-woo-item-wrap,#cms-theme .woocommerce .products li:hover .cshere-woo-item-wrap,#cms-theme.woocommerce .products .owl-item:hover .cshere-woo-item-wrap,#cms-theme.woocommerce-page .products .owl-item:hover .cshere-woo-item-wrap,#cms-theme .woocommerce .products .owl-item:hover .cshere-woo-item-wrap{-webkit-box-shadow:0 1px 15px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 15px rgba(0, 0, 0, 0.3);-ms-box-shadow:0 1px 15px rgba(0, 0, 0, 0.3);box-shadow:0 1px 15px rgba(0, 0, 0, 0.3);border-color:#d5d5d5;}#cms-theme.woocommerce .products li:hover .bottom-product .cshero-add-to-cart a.button,#cms-theme.woocommerce-page .products li:hover .bottom-product .cshero-add-to-cart a.button,#cms-theme .woocommerce .products li:hover .bottom-product .cshero-add-to-cart a.button,#cms-theme.woocommerce .products .owl-item:hover .bottom-product .cshero-add-to-cart a.button,#cms-theme.woocommerce-page .products .owl-item:hover .bottom-product .cshero-add-to-cart a.button,#cms-theme .woocommerce .products .owl-item:hover .bottom-product .cshero-add-to-cart a.button{opacity:1;}#cms-theme.woocommerce .products li:hover .bottom-product a.product-quick-view,#cms-theme.woocommerce-page .products li:hover .bottom-product a.product-quick-view,#cms-theme .woocommerce .products li:hover .bottom-product a.product-quick-view,#cms-theme.woocommerce .products .owl-item:hover .bottom-product a.product-quick-view,#cms-theme.woocommerce-page .products .owl-item:hover .bottom-product a.product-quick-view,#cms-theme .woocommerce .products .owl-item:hover .bottom-product a.product-quick-view{opacity:1;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap,#cms-theme .woocommerce .products li .cshere-woo-item-wrap,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap{border:1px solid transparent;-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 15px transparent;-moz-box-shadow:0 1px 15px transparent;-ms-box-shadow:0 1px 15px transparent;box-shadow:0 1px 15px transparent;padding:10px;position:relative;/* Safari */-webkit-transition-duration:0.15s;transition-duration:0.15s;}#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,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image{background-color:#fff;position:relative;padding:12px 0;}#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,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image img,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img{margin:0 auto;max-width:207px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart{background:rgba(236, 25, 25, 0.8);bottom:0;left:0;opacity:0;position:absolute;right:0;text-align:center;top:0;-webkit-transform:scale(0.8);-khtml-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-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;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a{font-size:0;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:50%;background:none;border:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a:before,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a:before,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a:before,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a:before,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a:before{content:"\e626";font-family:'rt-icons-2';font-size:30px;color:#fff;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.add_to_cart_button.added,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.add_to_cart_button.added,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.add_to_cart_button.added,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.add_to_cart_button.added,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.add_to_cart_button.added,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.add_to_cart_button.added{display:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.added_to_cart:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.added_to_cart:before,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.added_to_cart:before,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.added_to_cart:before,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.added_to_cart:before,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-to-cart a.added_to_cart:before{content:"\e79d";}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta{padding:8px 5px 0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a{color:#b8b8b8;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover,#cms-theme .woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover,#cms-theme .woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover{color:#ec1919;}#cms-theme.woocommerce .products li.product-list,#cms-theme.woocommerce-page .products li.product-list,#cms-theme .woocommerce .products li.product-list,#cms-theme.woocommerce .products .owl-item.product-list,#cms-theme.woocommerce-page .products .owl-item.product-list,#cms-theme .woocommerce .products .owl-item.product-list{width:100%;}#cms-theme.woocommerce .products li.product-list .cshero-woo-image,#cms-theme.woocommerce-page .products li.product-list .cshero-woo-image,#cms-theme .woocommerce .products li.product-list .cshero-woo-image,#cms-theme.woocommerce .products .owl-item.product-list .cshero-woo-image,#cms-theme.woocommerce-page .products .owl-item.product-list .cshero-woo-image,#cms-theme .woocommerce .products .owl-item.product-list .cshero-woo-image{width:200px;float:left;}#cms-theme.woocommerce .products li.product-list .cshero-woo-meta,#cms-theme.woocommerce-page .products li.product-list .cshero-woo-meta,#cms-theme .woocommerce .products li.product-list .cshero-woo-meta,#cms-theme.woocommerce .products .owl-item.product-list .cshero-woo-meta,#cms-theme.woocommerce-page .products .owl-item.product-list .cshero-woo-meta,#cms-theme .woocommerce .products .owl-item.product-list .cshero-woo-meta{float:left;width:calc(100% - 200px);width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);padding-left:57px;text-align:left;padding-right:45px;padding-bottom:22px;padding-top:8px;}#cms-theme.woocommerce .products li.product-list .onsale,#cms-theme.woocommerce-page .products li.product-list .onsale,#cms-theme .woocommerce .products li.product-list .onsale,#cms-theme.woocommerce .products .owl-item.product-list .onsale,#cms-theme.woocommerce-page .products .owl-item.product-list .onsale,#cms-theme .woocommerce .products .owl-item.product-list .onsale{right:0;left:auto;}#cms-theme.woocommerce .products li.product-list .star-rating:before,#cms-theme.woocommerce-page .products li.product-list .star-rating:before,#cms-theme .woocommerce .products li.product-list .star-rating:before,#cms-theme.woocommerce .products .owl-item.product-list .star-rating:before,#cms-theme.woocommerce-page .products .owl-item.product-list .star-rating:before,#cms-theme .woocommerce .products .owl-item.product-list .star-rating:before{color:#fdd835;}#cms-theme.woocommerce .products li.product-list .star-rating span:before,#cms-theme.woocommerce-page .products li.product-list .star-rating span:before,#cms-theme .woocommerce .products li.product-list .star-rating span:before,#cms-theme.woocommerce .products .owl-item.product-list .star-rating span:before,#cms-theme.woocommerce-page .products .owl-item.product-list .star-rating span:before,#cms-theme .woocommerce .products .owl-item.product-list .star-rating span:before{color:#fdd835;}#cms-theme.woocommerce .products li.product-list .bottom-product,#cms-theme.woocommerce-page .products li.product-list .bottom-product,#cms-theme .woocommerce .products li.product-list .bottom-product,#cms-theme.woocommerce .products .owl-item.product-list .bottom-product,#cms-theme.woocommerce-page .products .owl-item.product-list .bottom-product,#cms-theme .woocommerce .products .owl-item.product-list .bottom-product{right:auto;left:-1px;}#cms-theme.woocommerce .products li.product-list .bottom-product a.product-quick-view span,#cms-theme.woocommerce-page .products li.product-list .bottom-product a.product-quick-view span,#cms-theme .woocommerce .products li.product-list .bottom-product a.product-quick-view span,#cms-theme.woocommerce .products .owl-item.product-list .bottom-product a.product-quick-view span,#cms-theme.woocommerce-page .products .owl-item.product-list .bottom-product a.product-quick-view span,#cms-theme .woocommerce .products .owl-item.product-list .bottom-product a.product-quick-view span{left:auto;right:-70px;}#cms-theme.woocommerce .products li.product-list .bottom-product a.product-quick-view span:before,#cms-theme.woocommerce-page .products li.product-list .bottom-product a.product-quick-view span:before,#cms-theme .woocommerce .products li.product-list .bottom-product a.product-quick-view span:before,#cms-theme.woocommerce .products .owl-item.product-list .bottom-product a.product-quick-view span:before,#cms-theme.woocommerce-page .products .owl-item.product-list .bottom-product a.product-quick-view span:before,#cms-theme .woocommerce .products .owl-item.product-list .bottom-product a.product-quick-view span:before{right:auto;left:-10px;border-color:transparent #37474f transparent transparent;}#cms-theme.woocommerce .products #related-product-carousel .owl-item .cshere-woo-item-wrap .cshero-woo-image,#cms-theme.woocommerce-page .products #related-product-carousel .owl-item .cshere-woo-item-wrap .cshero-woo-image,#cms-theme .woocommerce .products #related-product-carousel .owl-item .cshere-woo-item-wrap .cshero-woo-image{padding:30px;}#cms-theme.woocommerce .woocommerce-info,#cms-theme.woocommerce-page .woocommerce-info,#cms-theme .woocommerce .woocommerce-info{border-top-color:#ec1919;max-width:1170px;margin:0 auto 30px !important;}#cms-theme.woocommerce .woocommerce-info:before,#cms-theme.woocommerce-page .woocommerce-info:before,#cms-theme .woocommerce .woocommerce-info:before{color:#ec1919;}#cms-theme.woocommerce .woocommerce-info a,#cms-theme.woocommerce-page .woocommerce-info a,#cms-theme .woocommerce .woocommerce-info a{color:#ec1919;}#cms-theme.woocommerce .product .onsale,#cms-theme.woocommerce-page .product .onsale,#cms-theme .woocommerce .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 */font-weight:700;line-height:35px;margin:0;min-height:0;padding:0;text-transform:uppercase;top:0;background-color:#ec1919;font-size:12px;width:35px;height:35px;left:0;z-index:1;}#cms-theme.woocommerce .product .content p,#cms-theme.woocommerce-page .product .content p,#cms-theme .woocommerce .product .content p{margin-bottom:8px;}#cms-theme.woocommerce .product ins,#cms-theme.woocommerce-page .product ins,#cms-theme .woocommerce .product ins{background:none;}#cms-theme.woocommerce .product .amount,#cms-theme.woocommerce-page .product .amount,#cms-theme .woocommerce .product .amount{font-weight:600;font-size:16px;line-height:28px;color:#ec1919;}#cms-theme.woocommerce .product del,#cms-theme.woocommerce-page .product del,#cms-theme .woocommerce .product del{color:#37474f;opacity:0.33;font-size:14px;line-height:28px;font-weight:600;}#cms-theme.woocommerce .product del .amount,#cms-theme.woocommerce-page .product del .amount,#cms-theme .woocommerce .product del .amount{color:#37474f;font-size:14px;}#cms-theme.woocommerce .star-rating,#cms-theme.woocommerce-page .star-rating,#cms-theme .woocommerce .star-rating{font-size:18px;height:28px;line-height:28px;margin:0;float:right;}#cms-theme.woocommerce .star-rating:before,#cms-theme.woocommerce-page .star-rating:before,#cms-theme .woocommerce .star-rating:before{color:#fdd835;}#cms-theme.woocommerce .star-rating span::before,#cms-theme.woocommerce-page .star-rating span::before,#cms-theme .woocommerce .star-rating span::before{color:#fdd835;}#cms-theme.woocommerce .woocommerce-review-link,#cms-theme.woocommerce-page .woocommerce-review-link,#cms-theme .woocommerce .woocommerce-review-link{font-size:18px;line-height:28px;color:#37474f;font-weight:600;margin-top:16px;display:block;}#cms-theme.woocommerce .cms-product-layout a,#cms-theme.woocommerce-page .cms-product-layout a,#cms-theme .woocommerce .cms-product-layout a{color:#8b8b8b;}#cms-theme.woocommerce .cms-product-layout a span,#cms-theme.woocommerce-page .cms-product-layout a span,#cms-theme .woocommerce .cms-product-layout a span{font-size:24px;line-height:50px;-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 .cms-product-layout a span.cms-product-column,#cms-theme.woocommerce-page .cms-product-layout a span.cms-product-column,#cms-theme .woocommerce .cms-product-layout a span.cms-product-column{margin-left:19px;}#cms-theme.woocommerce .cms-product-layout a span.cms-product-list,#cms-theme.woocommerce-page .cms-product-layout a span.cms-product-list,#cms-theme .woocommerce .cms-product-layout a span.cms-product-list{margin-left:34px;}#cms-theme.woocommerce .cms-product-layout a:hover,#cms-theme.woocommerce-page .cms-product-layout a:hover,#cms-theme .woocommerce .cms-product-layout a:hover,#cms-theme.woocommerce .cms-product-layout a.active,#cms-theme.woocommerce-page .cms-product-layout a.active,#cms-theme .woocommerce .cms-product-layout a.active{color:#ec1919;}#cms-theme.woocommerce .pr-full-width,#cms-theme.woocommerce-page .pr-full-width,#cms-theme .woocommerce .pr-full-width{float:none;margin:auto;}#cms-theme.woocommerce .pr-full-width .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a,#cms-theme.woocommerce-page .pr-full-width .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a,#cms-theme .woocommerce .pr-full-width .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a{display:inline-block;}#cms-theme.woocommerce del,#cms-theme.woocommerce-page del,#cms-theme .woocommerce del{opacity:1;filter:alpha(opacity=1);color:;}#cms-theme.woocommerce .woocommerce-message,#cms-theme.woocommerce-page .woocommerce-message,#cms-theme .woocommerce .woocommerce-message{border-top:3px solid #ec1919;/* [End] 4. Archive Product */}#cms-theme.woocommerce .woocommerce-message:before,#cms-theme.woocommerce-page .woocommerce-message:before,#cms-theme .woocommerce .woocommerce-message:before{color:#ec1919;}#cms-theme.woocommerce .quantity,#cms-theme.woocommerce-page .quantity,#cms-theme .woocommerce .quantity{position:relative;margin-right:10px;width:auto;text-align:left;}#cms-theme.woocommerce .quantity .qty,#cms-theme.woocommerce-page .quantity .qty,#cms-theme .woocommerce .quantity .qty{border:1px solid #e0e0e0;-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:#000;font-size:16px;font-weight:600;height:51px;padding:0;text-indent:-15px;width:66px;-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus,#cms-theme .woocommerce .quantity .minus,#cms-theme.woocommerce .quantity .plus,#cms-theme.woocommerce-page .quantity .plus,#cms-theme .woocommerce .quantity .plus{background:#f5f5f5;display:block;width:26px;height:24px;text-align:center;position:absolute;right:1px;top:1px;border-left:1px solid #e0e0e0;cursor:pointer;}#cms-theme.woocommerce .quantity .minus:before,#cms-theme.woocommerce-page .quantity .minus:before,#cms-theme .woocommerce .quantity .minus:before,#cms-theme.woocommerce .quantity .plus:before,#cms-theme.woocommerce-page .quantity .plus:before,#cms-theme .woocommerce .quantity .plus:before{font-size:12px;line-height:28px;color:#000;font-weight:400;font-family:Material-Design-Iconic-Font;content:'\f278';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus,#cms-theme .woocommerce .quantity .minus{top:25px;height:25px;border-top:1px solid #e0e0e0;}#cms-theme.woocommerce .quantity .minus:before,#cms-theme.woocommerce-page .quantity .minus:before,#cms-theme .woocommerce .quantity .minus:before{content:'\f273';}#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 */border:none;}#cms-theme table.shop_table thead{background:#37474f none repeat scroll 0 0;color:#fff;font-size:15px;line-height:14px;}#cms-theme table.shop_table th{padding-bottom:23px;padding-top:23px;font-weight:400;text-transform:capitalize;}#cms-theme table.shop_table tbody tr.cart_item:hover{-webkit-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);}#cms-theme table.shop_table tbody tr.cart_item:hover .product-remove a i{opacity:1;}#cms-theme table.shop_table tbody tr.cart_item td{border-top:none;border-bottom:1px solid #eee;padding-top:21px;padding-bottom:21px;font-weight:600;font-size:16px;line-height:14px;color:#ec1919;}#cms-theme table.shop_table tbody tr.cart_item td.product-name a{color:#37474f;text-transform:capitalize;}#cms-theme table.shop_table tbody tr.cart_item td.product-name a:hover{color:#ec1919;}#cms-theme table.shop_table tbody tr.cart-action-wrap-top td{padding:50px 0;border:none;}#cms-theme table.shop_table tbody .cart-action-wrap td{vertical-align:top;border:medium none;padding:43px 10px 37px;}#cms-theme table.shop_table tbody .cart-action-wrap td p{margin-bottom:16px;}#cms-theme table.shop_table tbody .cart-action-wrap td:hover .cart-action-inner{-webkit-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);}#cms-theme table.shop_table tbody .cart-action-wrap .cart-action-inner{padding:27px 30px;-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 table.shop_table tbody .cart-action-wrap .coupon label,#cms-theme table.shop_table tbody .cart-action-wrap .shipping-calculator-button{font-size:18px;font-weight:700;line-height:26px;text-transform:uppercase;color:#37474f;margin-bottom:20px;}#cms-theme table.shop_table tbody .cart-action-wrap .coupon .sub-coupon-code,#cms-theme table.shop_table tbody .cart-action-wrap .shipping-calculator-sub{font-size:15px;line-height:26px;color:#37474f;font-weight:600;margin-bottom:27px;}#cms-theme table.shop_table tbody .cart-action-wrap input[type="text"]{color:#37474f;height:38px;line-height:38px;opacity:0.77;padding:0 15px;}#cms-theme table.shop_table tbody .cart-action-wrap input[type="submit"],#cms-theme table.shop_table tbody .cart-action-wrap button[type="submit"]{margin-top:35px;padding:5px 30px;}#cms-theme table.shop_table tbody .cart-action-wrap input::-moz-placeholder,#cms-theme table.shop_table tbody .cart-action-wrap textarea::-moz-placeholder{color:#37474f;opacity:0.77;}#cms-theme table.shop_table tbody .cart-action-wrap input::-webkit-input-placeholder,#cms-theme table.shop_table tbody .cart-action-wrap textarea::-webkit-placeholder{color:#37474f;opacity:0.77;}#cms-theme table.shop_table tbody .cart-action-wrap input::-o-placeholder,#cms-theme table.shop_table tbody .cart-action-wrap textarea::-o-placeholder{color:#37474f;opacity:0.77;}#cms-theme table.shop_table tbody .cart-action-wrap input::-ms-placeholder,#cms-theme table.shop_table tbody .cart-action-wrap textarea::-ms-placeholder{color:#37474f;opacity:0.77;}#cms-theme table.shop_table tbody .cart-action-wrap .shipping-calculator-form{display:block !important;margin-top:25px;}#cms-theme table.shop_table tbody .cart-action-wrap .shipping-calculator-form p{padding:0;margin-bottom:15px;}#cms-theme table.shop_table tbody .cart-action-wrap .shipping-calculator-form p#calc_shipping_postcode_field{margin-bottom:0;}#cms-theme table.shop_table tbody .cart-action-wrap .shipping-calculator-form p select{border-color:#e0e0e0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;height:38px;margin:0;max-width:100%;opacity:0.77;width:100%;}#cms-theme .woo-image-categries{margin-bottom:40px;/* [Start] 5. Single Product */}#cms-theme.single-product{/* [End] 5. Single Product *//* [Start] 6. Cart */}#cms-theme.single-product .pr-single-product .cs-product-wrap{position:relative;margin-bottom:40px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .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 */background-color:#ec1919;font-size:12px;font-weight:700;height:35px;left:25px;line-height:35px;margin:0;min-height:0;padding:0;text-transform:uppercase;top:10px;width:35px;z-index:1;position:absolute;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{background:#fff;padding:0 0 0 70px;margin-bottom:0;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary h1.product_title{margin-bottom:0;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price{font-family:Raleway;font-size:18px;font-weight:600;}#cms-theme.single-product .pr-single-product .cs-product-wrap .content{border-bottom:1px solid #efefef;margin-bottom:30px;padding-bottom:26px;padding-top:8px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart{margin-bottom:20px;padding-bottom:30px;border-bottom:1px solid #efefef;text-align:right;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .add-whish-list{margin-left:20px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .button{float:none;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images-wrap{background-color:#fff;padding:0 15px;text-align:center;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images-wrap img{display:inline-block;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images-wrap .images{margin-bottom:40px;position:relative;width:100%;}#cms-theme.single-product .pr-single-product .cs-product-wrap .thumbnails{padding-top:20px;margin:0 -10px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .thumbnails a{clear:none;float:left;margin:0;width:25% !important;padding:10px;position:relative;}#cms-theme.single-product .pr-single-product .cs-product-wrap .thumbnails a:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;-webkit-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);box-shadow:0 2px 7px rgba(0, 0, 0, 0.25);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.single-product .pr-single-product .cs-product-wrap .thumbnails a:hover:before{opacity:1;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .share-label{color:#222;display:block;font-family:Raleway;font-size:18px;font-weight:700;line-height:30px;margin-bottom:13px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a{display:inline-block;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a + a{margin-left:10px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i{background-color:#ec1919;-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:#fff;font-size:15px;height:34px;line-height:34px;text-align:center;width:34px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i:hover{background-color:#36464e;}#cms-theme.single-product .pr-single-product .cs-product-wrap .star-rating{float:left;font-size:24px;margin-top:16px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .star-rating:before{color:#ffca28;}#cms-theme.single-product .pr-single-product .cs-product-wrap .star-rating span:before{color:#ffca28;}#cms-theme.single-product .pr-single-product .product p.price{font-size:26px;line-height:28px;margin-top:35px;}#cms-theme.single-product .pr-single-product .product .amount{font-size:32px;line-height:28px;color:#37474f;font-weight:600;}#cms-theme.single-product .pr-single-product .product del{opacity:0.33;color:#37474f;margin-right:30px;}#cms-theme.single-product .pr-single-product .product del .amount{font-size:26px;}#cms-theme.single-product .pr-single-product .product .cshero-product-price del .amount{color:#37474f;}#cms-theme.single-product .pr-single-product .product .cshero-product-price .amount{font-size:16px;line-height:28px;color:#ec1919;}#cms-theme.single-product .pr-single-product .product_meta span.share-label{color:#37474f;font-size:15px;font-weight:700;line-height:28px;text-transform:uppercase;margin-right:10px;}#cms-theme.single-product .pr-single-product .product_meta .share-social a{font-size:15px;line-height:28px;padding:0 10px;}#cms-theme.single-product .pr-single-product .product_meta .share-social a:hover{opacity:0.77;}#cms-theme.single-product .pr-single-product .product_meta .share-social a.facebook{color:#3b5998;}#cms-theme.single-product .pr-single-product .product_meta .share-social a.dribbble{color:#ea4c89;}#cms-theme.single-product .pr-single-product .product_meta .share-social a.pinterest{color:#cb2027;}#cms-theme.single-product .pr-single-product .product_meta .share-social a.twitter{color:#55acee;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs{margin:0;padding:0;background-color:#f9f9f9;border-color:#eee;border-style:solid;border-width:1px 1px 0;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:before,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:after{border:none;display:none;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li{padding:0;border:none;margin:0;float:left;background-color:transparent;-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.single-product .pr-single-product .woocommerce-tabs .tabs li a{background-color:transparent;border-right:1px solid #eee;color:#323232;font-family:Raleway;font-size:15px;font-weight:700;line-height:normal;margin-right:1px;padding:19px 20px;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:hover a{background-color:#fff;color:#ec1919;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:before,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:after{border:none;display:none;}#cms-theme.single-product .pr-single-product .woocommerce-tabs #comments{margin:0;padding:0;}#cms-theme.single-product .pr-single-product .panel{border:none;-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;padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-bottom:1px solid #e0e0e0;margin:0;}#cms-theme.single-product .pr-single-product .panel.panel-default > .panel-heading{background:none;border:none;padding:0;}#cms-theme.single-product .pr-single-product .panel.panel-default > .panel-heading .panel-title a{color:#37474f;display:block;font-size:15px;line-height:58px;text-transform:uppercase;}#cms-theme.single-product .pr-single-product .panel.panel-default .panel-body{color:#000;font-size:14px;line-height:28px;padding:0 0 15px;border:none;}#cms-theme.single-product .pr-single-product .panel.panel-default #tab-description h2{display:none;}#cms-theme.single-product .pr-single-product #tab-reviews #comments{padding:0 0 30px;}#cms-theme.single-product .pr-single-product #tab-reviews #comments > h2{margin-bottom:20px;font-size:16px;font-weight:600;}#cms-theme.single-product .pr-single-product #tab-reviews #comments ul,#cms-theme.single-product .pr-single-product #tab-reviews #comments ol{padding:0;margin:0;}#cms-theme.single-product .pr-single-product #tab-reviews #comments ol.commentlist li{float:left;width:100%;}#cms-theme.single-product .pr-single-product #tab-reviews #comments ol.commentlist li img.avatar{width:40px;float:left;}#cms-theme.single-product .pr-single-product #tab-reviews #comments ol.commentlist li .comment-text{float:left;padding:10px 10px 10px 50px;width:100%;}#cms-theme.single-product .pr-single-product #tab-reviews #comments ol.commentlist li .comment-text .star-rating{float:right;margin-top:0;}#cms-theme.single-product .pr-single-product #tab-reviews .comment-text{margin:0;border:1px dashed #dedede !important;margin:0 !important;}#cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author,#cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time{color:#323232;font-weight:700;}#cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author:before,#cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before{content:"\f007";font-family:FontAwesome;font-size:14px;padding-right:10px;color:#ec1919;}#cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author{margin-right:14px;}#cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before{content:"\f073";}#cms-theme.single-product .pr-single-product #tab-reviews #reply-title,#cms-theme.single-product .pr-single-product #tab-reviews .title-rating{font-size:16px;line-height:normal;margin-bottom:20px;font-weight:600;}#cms-theme.single-product .pr-single-product #tab-reviews .title-rating{margin-top:25px;}#cms-theme.single-product .pr-single-product #tab-reviews textarea{height:210px;margin-top:10px;}#cms-theme.single-product .pr-single-product #tab-reviews .stars a:after{color:#ec1919;}#cms-theme.woocommerce-cart{/* [End] 6. Cart */}#cms-theme.woocommerce-cart .page-full-width{max-width:940px;margin:auto;float:none;}#cms-theme.woocommerce-cart .quantity{width:66px;height:51px;}#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:;}#cms-theme.woocommerce-cart .shop_table td.coupon{border-right:1px solid #e5e5e5;}#cms-theme.woocommerce-cart .shop_table td.coupon label{color:;}#cms-theme.woocommerce-cart .shop_table td.coupon input{width:100%;margin-bottom:10px;}#cms-theme.woocommerce-cart .shop_table td.actions input{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:transparent;}#cms-theme.woocommerce-cart .shop_table .product-remove a i{color:#37474f;font-size:20px;line-height:14px;opacity:0;}#cms-theme.woocommerce-cart .shop_table .product-remove a i:hover{color:#ec1919;}#cms-theme.woocommerce-cart .shop_table img{width:120px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals{width:100%;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals > h2{font-size:18px;font-weight:700;line-height:26px;text-transform:uppercase;color:#37474f;margin-bottom:20px;text-align:left;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table th{color:#37474f;font-size:15px;font-weight:600;line-height:26px;padding:10px;text-transform:uppercase;border:none;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table td{padding:10px;text-align:right;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td{border-top:medium none;font-size:15px;font-weight:600;line-height:26px;text-align:right;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .amount{color:#ec1919;}#cms-theme.woocommerce-checkout{/* Woo Widget */}#cms-theme.woocommerce-checkout .amount{color:#ec1919;}#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 */border:none;}#cms-theme.woocommerce-checkout #payment{background:none;}#cms-theme.woocommerce-checkout p{padding:0;}#cms-theme.woocommerce-checkout form.woocommerce-checkout{max-width:1170px;margin:0 auto 190px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout h3{font-size:24px;font-weight:600;line-height:26px;text-transform:uppercase;margin-bottom:41px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout h3#order_review_heading{margin-bottom:44px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout label{color:#37474f;font-size:13px;font-weight:normal;line-height:26px;margin-bottom:8px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout input[type="text"],#cms-theme.woocommerce-checkout form.woocommerce-checkout input[type="email"],#cms-theme.woocommerce-checkout form.woocommerce-checkout input[type="tel"],#cms-theme.woocommerce-checkout form.woocommerce-checkout select{height:43px;padding:0 15px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout textarea{padding:15px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields p{margin-bottom:18px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields{margin-top:38px;}#cms-theme.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields label{display:none;}#cms-theme.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields h3{margin-bottom:51px;}#cms-theme.woocommerce-checkout .select2-container .select2-choice{border-color:#e0e0e0;height:43px;line-height:43px;padding:0 15px;}#cms-theme.woocommerce-checkout #order_review{border:1px solid #e0e0e0;padding:11px 15px 19px 15px;}#cms-theme.woocommerce-checkout #order_review .shop_table thead{background:none;color:#37474f;font-size:15px;line-height:26px;font-weight:600;text-transform:uppercase;}#cms-theme.woocommerce-checkout #order_review .shop_table th{font-weight:600;text-transform:uppercase;padding:0;}#cms-theme.woocommerce-checkout #order_review .shop_table th.product-total{text-align:right;}#cms-theme.woocommerce-checkout #order_review .shop_table tbody tr.cart_item:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}#cms-theme.woocommerce-checkout #order_review .shop_table tbody tr.cart_item td{border:none;padding:0;font-size:15px;line-height:42px;text-transform:capitalize;font-weight:600;color:#37474f;}#cms-theme.woocommerce-checkout #order_review .shop_table tbody tr.cart_item td.product-name{padding-right:15px;}#cms-theme.woocommerce-checkout #order_review .shop_table tbody tr.cart_item td.product-total{text-align:right;}#cms-theme.woocommerce-checkout #order_review .shop_table tfoot tr.cart-subtotal td.total{text-align:right;}#cms-theme .widget_price_filter .ui-slider-horizontal{height:10px;}#cms-theme .widget_price_filter .ui-slider .ui-slider-range{background:#ec1919;-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:10px;-khtml-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;/* BACKGROUND GRADIENT */}#cms-theme .widget_price_filter .price_slider_wrapper .price_slider_amount button{background-color:transparent;border:1px solid #e0e0e0;border-radius:2px;color:#37474f;font-size:13px;font-weight:600;line-height:23px;padding:0 22px;text-transform:capitalize;}#cms-theme .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover{background-color:#ec1919;border-color:#ec1919;color:#fff;}#cms-theme .woocommerce-widget{/* Apply All Style */}#cms-theme .woocommerce-widget .widget_shopping_cart{opacity:1;position:relative;right:0;visibility:visible;max-width:100%;top:40px;z-index:1;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content{background-color:#fff;color:#3d424c;max-height:none;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content .cart_list{display:block;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content .couter_items{display:none;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content p.total{float:left;color:#9ba0a5;font-size:15px;line-height:21px;text-transform:capitalize;padding:10px 0 22px;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content p.total strong{font-weight:400;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content p.total span{color:#ec1919;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content p.buttons .button{border-color:#ec1919;background-color:#ec1919;}#cms-theme .woocommerce-widget .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover{background-color:#36464e;border-color:#36464e;}#cms-theme .woocommerce-widget .widget_shopping_cart h3.title{color:#3d424c;}#cms-theme .cshero-product-title h3{color:#000;font-size:18px;font-weight:600;line-height:28px;padding:0 0 3px;text-transform:capitalize;}#cms-theme .cshero-product-title h3 a{color:#000;}#cms-theme .cshero-product-title h3 a:hover,#cms-theme .cshero-product-title h3 a:focus{color:#ec1919;}#cms-theme h1.product_title{color:#37474f;font-size:44px;font-weight:600;line-height:44px;padding:0;text-transform:capitalize;}#cms-theme h1.product_title:before{display:none;}#cms-theme.single-product .woo-nav-links{margin-bottom:65px !important;/* Relate Item Product */}#cms-theme .related h2{font-size:34px;line-height:40px;color:#36464d;font-weight:700;text-align:center;position:relative;padding-bottom:35px;}#cms-theme .related h2:before{content:"";width:25px;height:3px;position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */background:#ec1919;}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:1;padding-right:2.618em;}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{top:14px;}.cms-checkout-page{padding-left:113px;padding-right:113px;margin:0 auto;max-width:1170px;}.cms-checkout-page form{overflow-x:auto;overflow-y:hidden;-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 */}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#36464e;border-color:#36464e;color:#fff;}.woocommerce #review_form #respond #commentform{margin:0;}.woocommerce div.product form.cart .variations label{float:left;}#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item{clear:none !important;}@media screen and (max-width:992px){#cms-theme.woocommerce .pr-full-width .products li.product,#cms-theme.woocommerce-page .pr-full-width .products li.product,#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li,#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item{width:50%;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(2n+1),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(2n+1),#cms-theme.woocommerce .products li:nth-child(2n+1),#cms-theme.woocommerce-page .products li:nth-child(2n+1),#cms-theme.woocommerce .products .owl-item:nth-child(2n+1),#cms-theme.woocommerce-page .products .owl-item:nth-child(2n+1){clear:left;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(2n),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(2n),#cms-theme.woocommerce .products li:nth-child(2n),#cms-theme.woocommerce-page .products li:nth-child(2n),#cms-theme.woocommerce .products .owl-item:nth-child(2n),#cms-theme.woocommerce-page .products .owl-item:nth-child(2n){clear:initial;}#cms-theme .woocommerce.columns-4 .products li{width:50%;}#cms-theme .woocommerce.columns-4 .products li:nth-child(2n+1){clear:left;}.pr-content{margin-top:30px;}}@media screen and (max-width:480px){#cms-theme.woocommerce .pr-full-width .products li.product,#cms-theme.woocommerce-page .pr-full-width .products li.product,#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li,#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item,#cms-theme .woocommerce .products li{width:100%;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(2n+1),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(2n+1),#cms-theme.woocommerce .products li:nth-child(2n+1),#cms-theme.woocommerce-page .products li:nth-child(2n+1),#cms-theme.woocommerce .products .owl-item:nth-child(2n+1),#cms-theme.woocommerce-page .products .owl-item:nth-child(2n+1),#cms-theme .woocommerce .products li:nth-child(2n+1){clear:left;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(3n+1),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(3n+1),#cms-theme.woocommerce .products li:nth-child(3n+1),#cms-theme.woocommerce-page .products li:nth-child(3n+1),#cms-theme.woocommerce .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .products .owl-item:nth-child(3n+1),#cms-theme .woocommerce .products li:nth-child(3n+1){clear:initial;}#cms-theme .woocommerce.columns-4 .products li{width:100%;}#cms-theme .woocommerce.columns-4 .products li:nth-child(2n+1){clear:left;}}#shop-now{background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#36464e;color:#fff;font-size:18px;line-height:26px;padding:22px 84px 25px;font-weight:300;margin-bottom:50px;}#shop-now .shop-now-title{font-size:28px;}#shop-now .shop-now-subtitle{opacity:0.77;}#shop-now .shop-now-button{margin-top:21px;}.cms-product-meta{border:1px solid #e0e0e0;-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:0 15px;}.shop-now-product{position:relative;color:#fff;padding:90px 35px 67px;float:left;}.shop-now-product:before{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);content:"";}.shop-now-product > span{background:#37474f none repeat scroll 0 0;display:inline-block;font-size:16px;font-weight:700;line-height:30px;padding:0 63px 0 10px;position:relative;text-transform:uppercase;}.shop-now-product > span span{font-size:10px;position:relative;top:-5px;}.shop-now-product h4{color:#fff;font-size:36px;line-height:36px;margin-top:20px;position:relative;text-transform:uppercase;margin-bottom:63px;}.shop-now-product a{color:#fff;font-size:16px;font-weight:700;line-height:36px;position:relative;text-transform:uppercase;}.shop-now-product a:before{content:'\f2fb';font:normal normal normal 16px/36px 'Material-Design-Iconic-Font';position:absolute;right:-30px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.shop-now-product a:hover{color:#ec1919;}.yith-wcwl-add-to-wishlist{margin:20px 0;}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{font-size:0;display:inline-block;border:2px solid #ec1919;-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:0 30px;position:relative;height:50px;background:transparent;color:#ec1919;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover{background:#ec1919;color:#fff;border-color:#c41010;}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before{color:#fff;}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before{content:'\f15e';font-family:'Material-Design-Iconic-Font';font-size:18px;line-height:46px;color:#ec1919;position:absolute;left:50%;color:#ec1919;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.btn-group{margin-bottom:10px;}.modal.modal-product-item{background-color:rgba(0, 0, 0, 0.8);padding-top:100px;top:0;width:100% !important;}.modal.modal-product-item .modal-content{border:1px solid #f7f8fa;border-radius:0 !important;box-shadow:none;padding:30px;}.modal.modal-product-item .modal-content .modal-body{padding:0;}.modal.modal-product-item .modal-content .modal-body > div{position:static;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-inner img{width:100%;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-control{background:#fff none repeat scroll 0 0 !important;bottom:auto;color:#242424 !important;font-size:18px;height:34px;line-height:34px;margin-top:-20px;opacity:1;top:50%;width:10%;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-control.left{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);background-repeat:repeat-x;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-control.right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;left:auto;right:0;}.modal.modal-product-item .modal-content .modal-body .product-title{font-size:24px;margin:10px 0 0;padding:0;color:#36464e;text-transform:uppercase;}.modal.modal-product-item .modal-content .modal-body .amount{color:#36464e;display:inline-block;font-size:21px;font-weight:normal;margin-bottom:14px;vertical-align:middle;}.modal.modal-product-item .modal-content .modal-body .amount .woocommerce-Price-currencySymbol{font-size:17px;position:relative;top:-6px;color:#36464e;margin-right:2px;}.modal.modal-product-item .modal-content .modal-body del{margin-right:15px;}.modal.modal-product-item .modal-content .modal-body del > span.amount{color:#d82020;text-decoration:line-through;}.modal.modal-product-item .modal-content .modal-body del > span.amount .woocommerce-Price-currencySymbol{color:#d82020;}.modal.modal-product-item .modal-content .modal-body ins{text-decoration:none;background:none;color:#36464e;}.modal.modal-product-item .modal-content .modal-body .product-rating-wrapper{float:left;width:100%;margin-top:6px;}.modal.modal-product-item .modal-content .modal-body .product-rating{display:inline-block;vertical-align:middle;position:relative;}.modal.modal-product-item .modal-content .modal-body .product-rating i{font-size:14px;color:#eabe12;vertical-align:top;line-height:1.3;margin:0 2px;display:inline;}.modal.modal-product-item .modal-content .modal-body .product-rating .rating-average{overflow:hidden;padding:0;position:absolute;top:0;left:0;bottom:0;margin:0;display:inline-block;}.modal.modal-product-item .modal-content .modal-body .product-rating .rating-average > div{padding:0;margin:0;}.modal.modal-product-item .modal-content .modal-body .product-rating .rating-average > div i{color:#eabe12;margin:0 2px;font-size:14px;vertical-align:top;line-height:1.3;display:inline;}.modal.modal-product-item .modal-content .modal-body .product-desc{padding:20px 0 20px 0;margin-bottom:10px;}.modal.modal-product-item .modal-content .modal-body span{color:#242424;display:inline-block;font-size:21px;font-weight:normal;vertical-align:middle;}.modal.modal-product-item .modal-content .modal-body .add_to_cart_button.added{margin-top:10px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity{height:42px;width:120px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity a{color:#242424;display:block;font-size:18px;height:100%;padding-top:6px;text-decoration:none;width:100%;}.modal.modal-product-item .modal-content .modal-body .sp-quantity a:hover,.modal.modal-product-item .modal-content .modal-body .sp-quantity a:focus{color:#a89d8e;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-minus{border:1px solid #e6e7e9;float:left;height:42px;text-align:center;width:40px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-input{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#e6e7e9 #e6e7e9 #e6e7e9 black;border-image:none;border-style:solid;border-width:1px 1px 1px 0;float:left;height:42px;width:40px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-input input{border:none;padding:6px 5px;height:40px;text-align:center;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-plus{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#e6e7e9;border-image:none;border-style:solid;border-width:1px 1px 1px 0;float:left;height:42px;text-align:center;width:40px;}.modal.modal-product-item .modal-content .modal-body .added_to_cart{margin-top:10px;margin-left:10px;}.modal.modal-product-item .modal-content .modal-body button.close{outline:none;position:absolute;top:15px;right:15px;}.modal.modal-product-item .modal-content .modal-body button.close:hover,.modal.modal-product-item .modal-content .modal-body button.close:focus{background:none;color:#ec1919;box-shadow:none;}.woocommerce-message{line-height:31px;}.woocommerce-message a.button{padding:6px 18px !important;line-height:1 !important;}