/* -------------------------------------------------------------
  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
========================================================================== *//*------------------------------------------------------------------
[Table of contents]

1. Blog Classic
2. Post Classic
3. Navigation
4. Single Portfolio
-------------------------------------------------------------------*//* Comment *//*------------------------------------------------------------------
[All Style Shortcode]

  1. Shortcode Social
  2. Heading
  3. Blockquote
  4. List
  5. Tab
  6. CMS Progressbar
  7. CMS Client
  8. CMS Testimonial
  9. CMS Counter
  10. CMS Pricing
  11. CMS Fancybox
  12. CMS Gird
  13. CMS Countdown
  14. CMS Call To Action
  15. CMS Portfolio
  16. CMS Shop
  17. CMS Section Feature
  18. CMS Process

-------------------------------------------------------------------*//* CMS Grid Column *//* Responsive Column VC *//* ==========================================================================
   [Start] All Style Footer Top & Footer Bottom
========================================================================== *//* ==========================================================================
   [Start] All Style Form
========================================================================== *//* ==========================================================================
   [Start] All style header
   /* 1. Header Main
      2. Search Popup
      3. Hidden Sidebar
========================================================================== *//* ==========================================================================
   [Start] 2. Search Nav
========================================================================== *//*------------------------------------------------------------------
[Main of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
3. Footer
-------------------------------------------------------------------*//* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== *//*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*//* ==========================================================================
    Style Main Menu
========================================================================== *//*
-----> Minimum width of 992 pixels.
*//*------------------------------------------------------------------
[All Style Widget]

1. Social + Contact Top
2. Flickr
3. Search Top
4. Tag
5. Recent post
-------------------------------------------------------------------*//* 1. Social *//* CMS Grid Column *//* Responsive Column VC */.layout-services.services-layout5 .bg-overlay{background-color:rgba(242, 102, 103, 0.9);}.single-services .cms-cta-wrapper:before{background-color:rgba(242, 102, 103, 0.95);}#cms-theme #page-title.br-style3::before{background-color:255, 255, 255;}.btn,button,.button,input[type="submit"]{border:2px solid #f26667;-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:11px;line-height:12px;margin:0;padding:14px 27px;position:relative;text-transform:uppercase;background-color:#f26667;letter-spacing:0.1em;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;font-family:'MontserratRegular';}.btn:hover,button:hover,.button:hover,input[type="submit"]:hover,.btn:focus,button:focus,.button:focus,input[type="submit"]:focus{outline:medium none;text-decoration:none;color:#fff;background-color:#1e1e1e;border-color:#1e1e1e;}.btn i{padding-right:3px;position:relative;top:1px;}.btn span + i{padding-left:3px;padding-right:0;}.btn.btn-block{display:block;}.btn.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 */background-color:#1e1e1e;border-color:#1e1e1e;}.btn.btn-rounded:hover{background-color:transparent;color:#1e1e1e;}.btn.btn-sqare{-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */background-color:#336093;border-color:#336093;}.btn.btn-sqare:hover{background-color:#1e1e1e;border-color:#1e1e1e;}.btn.btn-secondary{background-color:#336093;border-color:#336093;}.btn.btn-secondary:hover{background-color:#1e1e1e;border-color:#1e1e1e;}.btn.btn-secondary-alt{background-color:#1e1e1e;border-color:#1e1e1e;}.btn.btn-secondary-alt:hover{background-color:#f26667;border-color:#f26667;}.btn.btn-outline1{background-color:transparent;border-color:#1e1e1e;color:#1e1e1e;}.btn.btn-outline1:hover{background-color:#f26667;color:#fff;border-color:#f26667;}.btn.btn-outline2{background-color:transparent;border-color:#c5c8cc;color:#8d9195;}.btn.btn-outline2:hover{background-color:#336093;color:#fff;border-color:#336093;}.btn.btn-outline3{background-color:transparent;border-color:#e0e1e5;color:#1e1e1e;border-width:1px;}.btn.btn-outline3:hover{background-color:#f26667;color:#fff;border-color:#f26667;}.btn.btn-outline4{font-size:12px;color:#1e1e1e;font-family:'Aileron Regular';padding:6px 0;border-width:0 0 1px 0;border-color:#8e8e8e;border-style:solid;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */background-color:transparent;}.btn.btn-outline4:hover{color:#f26667;border-color:#f26667;}.btn.btn-3d{-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, 0.14);-moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.14);-ms-box-shadow:0 3px 5px rgba(0, 0, 0, 0.14);box-shadow:0 3px 5px rgba(0, 0, 0, 0.14);/* Button Size */}.btn.btn-3d:after{background-color:rgba(0, 0, 0, 0.3);-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 */bottom:-2px;content:"";height:3px;left:-2px;position:absolute;width:calc(100% + 4px);width:-webkit-calc(100% + 4px);}.btn.btn-lg{padding:19px 50px;}.btn.btn-sm{font-size:10px;line-height:13px;padding:9px 23px;}.btn.btn-black{background-color:#1e1e1e;border-color:#1e1e1e;padding:16px 30px !important;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */font-family:'Aileron Regular';font-size:13px !important;letter-spacing:0.05em !important;}.btn.btn-black:hover{background-color:#f26667;border-color:#f26667;}.btn.btn-light{background-color:#d1d1d1;border-color:#d1d1d1;color:#1e1e1e;}.btn.btn-light:hover{background-color:#f26667;border-color:#f26667;color:#fff;}.btn.btn-line-bottom{background-color:transparent;border-color:#f26667;border-radius:0;border-width:0 0 1px;color:#f26667;font-size:16px;padding:0 0 6px;text-transform:none;font-weight:inherit;}.btn.btn-line-bottom:hover{color:#336093;border-color:#336093;}.btn.btn-primary-alt-white{border-width:2px;border-color:#fff;background-color:transparent;color:#fff;}.btn.btn-primary-alt-white:hover{border-color:#f26667;background-color:#f26667;color:#fff;}.rev_slider_wrapper{/* ==========================================================================
    End Style Button
========================================================================== */}.rev_slider_wrapper .btn{-webkit-transition:all 300ms linear 0ms !important;-moz-transition:all 300ms linear 0ms !important;-ms-transition:all 300ms linear 0ms !important;transition:all 300ms linear 0ms !important;}.rev_slider_wrapper .text-right{display:block;}.hidden-more-link .more-link{display:none;}.mfp-close:hover{background-color:transparent !important;color: !important;}.carousel{/* ==========================================================================
   [Start] 1. Blog Classic
========================================================================== */}.carousel .carousel-control{background:rgba(0, 0, 0, 0.30);bottom:26px;position:absolute;right:0;text-align:center;top:50%;cursor:pointer;font-size:20px;-webkit-text-shadow:0 0 0 rgba(0, 0, 0, 0);-moz-text-shadow:0 0 0 rgba(0, 0, 0, 0);-ms-text-shadow:0 0 0 rgba(0, 0, 0, 0);text-shadow:0 0 0 rgba(0, 0, 0, 0);-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */height:35px;width:30px;line-height:35px;border:none;}.carousel .carousel-control.left{left:0;right:inherit;}.carousel:hover .carousel-control{background-color:rgba(0, 0, 0, 0.60);}.entry-title{font-size:24px;line-height:normal;margin-bottom:22px;}.entry-title a{color:#2f2f2f;}.entry-title a:hover{color:#f26667;}.entry-details-top{margin-bottom:6px;}.entry-details-top li{display:inline-block;font-size:12px;color:#9e9e9e;}.entry-details-top li.detail-terms{text-transform:uppercase;}.details-social{position:relative;}.details-social ul{position:absolute;right:0;top:45px;opacity:0;visibility:hidden;text-align:center;width:100px;background-color:#f2f2f2;z-index:99;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.details-social ul:before{border-color:transparent transparent #f2f2f2;border-style:solid;border-width:6px;content:"";position:absolute;right:10px;top:-11px;}.details-social ul li{display:inline-block;}.details-social ul li a{color:#1e1e1e;font-size:11px;padding:0 4px;display:block;}.details-social ul li a:hover{color:#f26667;}.details-social.open ul{opacity:1;visibility:visible;top:30px;}.details-social span:hover{cursor:pointer;color:#f26667;}.entry-blog{margin-bottom:74px;}.entry-blog.line-bottom{border-bottom:1px solid #e6e6e6;padding-bottom:35px;}.entry-blog .entry-feature img{width:100%;}.entry-blog .entry-content{padding-top:27px;padding-bottom:30px;}.entry-blog .entry-footer .entry-readmore.style1 a{font-size:12px;line-height:25px;font-family:'MontserratRegular';text-transform:uppercase;color:#1e1e1e;position:relative;padding-left:37px;display:inline-block;}.entry-blog .entry-footer .entry-readmore.style1 a:hover{color:#f26667;}.entry-blog .entry-footer .entry-readmore.style1 a span{display:inline-block;height:25px;width:25px;background-image:url(../images/icon-more.png);position:absolute;top:0;left:0;}.entry-blog .entry-footer .entry-details-bottom{float:right;text-align:right;}.entry-blog .entry-footer .entry-details-bottom > ul > li{display:inline-block;font-size:12px;color:#1e1e1e;position:relative;padding:0 12px;}.entry-blog .entry-footer .entry-details-bottom > ul > li:before{height:9px;width:1px;background-color:#dedede;content:"";position:absolute;top:50%;left:-2px;-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 */}.entry-blog .entry-footer .entry-details-bottom > ul > li:last-child{padding-right:0;}.entry-blog .entry-footer .entry-details-bottom > ul > li:first-child:before{display:none;}.entry-blog .entry-footer .entry-details-bottom > ul > li a{color:#1e1e1e;}.entry-blog .entry-footer .entry-details-bottom > ul > li a:hover{color:#f26667;}.entry-blog.entry-blog-medium{margin-bottom:58px;padding-bottom:0;border:none;}.entry-blog.entry-blog-medium .entry-content{padding-top:8px;padding-bottom:30px;}.entry-blog.entry-blog-medium .entry-content .entry-readmore{margin-top:15px;}.entry-blog.entry-blog-medium .entry-content .entry-readmore a{font-size:10px;text-transform:uppercase;color:#1e1e1e;font-family:'MontserratRegular';letter-spacing:0.05em;}.entry-blog.entry-blog-medium .entry-content .entry-readmore a:hover{color:#f26667;}.entry-blog.entry-blog-only-text{margin-bottom:42px;padding-bottom:0;border:none;}.entry-blog.entry-blog-only-text .entry-details-top{margin-bottom:37px;position:relative;}.entry-blog.entry-blog-only-text .entry-details-top:before{height:8px;width:100%;background-color:#fafafa;position:absolute;content:"";left:0;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */z-index:-1;}.entry-blog.entry-blog-only-text .entry-details-top ul{display:inline-block;padding-right:18px;background-color:#fff;}.entry-blog.entry-blog-only-text .entry-content{padding-bottom:23px;}.entry-blog.entry-blog-only-text .entry-readmore a{font-size:12px;text-transform:uppercase;letter-spacing:0.05em;color:#1e1e1e;font-family:'MontserratRegular';}.entry-blog.entry-blog-only-text .entry-readmore a:hover{color:#f26667;}.entry-blog.entry-blog-only-text .entry-footer .entry-details-bottom li{color:#a8a8a8;}.entry-blog.entry-blog-only-text .entry-footer .entry-details-bottom li i{padding-right:4px;}.entry-blog.entry-blog-only-text .entry-footer .entry-details-bottom li:before{display:none;}.entry-blog.entry-blog-only-text .entry-footer .entry-details-bottom li a{color:#a8a8a8;}.entry-blog.entry-blog-only-text .entry-footer .entry-details-bottom li a:hover{color:#f26667;}.entry-blog .entry-video iframe{width:100%;}.entry-blog-list article:last-child .entry-blog{padding-bottom:0;border-bottom:none;}#page-blog-standard{/* ==========================================================================
   [End] 1. Blog Classic
========================================================================== *//* ==========================================================================
   [Start] 2. Single Post
========================================================================== */}#page-blog-standard #primary > #content{padding-top:62px;}#page-blog-standard .page-full-width{max-width:1170px;margin-left:auto;margin-right:auto;float:none;}.single-post .entry-blog{margin-bottom:56px;}.single-post .entry-blog.line-bottom{padding-bottom:20px;}.single-post .entry-blog .entry-footer .entry-details-bottom{float:left;text-align:left;}.single-post .entry-blog .entry-footer .entry-details-bottom .detail-comment{padding-left:0 !important;}.single-post .entry-details-top{border-bottom:1px solid #e6e6e6;padding-bottom:18px;margin-bottom:0;}.single-post .entry-title{margin-bottom:3px;margin-top:20px;}.cms-related-post-inner{/* ==========================================================================
   [End] 2. Single Post
========================================================================== *//* ==========================================================================
   [Start] 3. Navigation
========================================================================== */}.cms-related-post-inner .feature-image{display:block;overflow:hidden;margin-bottom:12px;}.cms-related-post-inner .feature-image img{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-related-post-inner .detail-date{font-size:12px;color:#b6b6b6;}.cms-related-post-inner .title{font-size:15px;line-height:normal;margin-bottom:22px;}.cms-related-post-inner .title a{color:#2f2f2f;}.cms-related-post-inner .title a:hover{color:#f26667;}.cms-related-post-inner .item-inner:hover .feature-image img{-webkit-transform:scale(1.2) rotate(-2deg);-khtml-transform:scale(1.2) rotate(-2deg);-moz-transform:scale(1.2) rotate(-2deg);-ms-transform:scale(1.2) rotate(-2deg);-o-transform:scale(1.2) rotate(-2deg);transform:scale(1.2) rotate(-2deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.entry-navigation{background-color:#fafafa;border:1px solid #f6f6f6;margin-bottom:105px;padding:25px 28px;-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 *//* ==========================================================================
   [End] 3. Navigation
========================================================================== *//* ==========================================================================
   [Start] 4. Single Portfolio
========================================================================== */}.entry-navigation .pagination{margin:0;display:block;}.entry-navigation .pagination .page-numbers{display:none;font-size:12px;text-transform:uppercase;line-height:18px;font-family:'MontserratRegular';color:#1e1e1e;}.entry-navigation .pagination .page-numbers i{font-size:18px;position:relative;top:4px;}.entry-navigation .pagination .page-numbers:hover{color:#f26667;}.entry-navigation .pagination .page-numbers.next{display:block;float:right;}.entry-navigation .pagination .page-numbers.next i{padding-left:12px;}.entry-navigation .pagination .page-numbers.prev{display:block;float:left;}.entry-navigation .pagination .page-numbers.prev i{padding-right:12px;}#sg-portfolio-slider .owl-prev,#sg-portfolio-slider .owl-next{-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;}#sg-portfolio-slider .owl-prev i,#sg-portfolio-slider .owl-next i{background:rgba(0, 0, 0, 0.30);bottom:26px;position:absolute;left:0;text-align:center;top:50%;cursor:pointer;-webkit-text-shadow:0 0 0 rgba(0, 0, 0, 0);-moz-text-shadow:0 0 0 rgba(0, 0, 0, 0);-ms-text-shadow:0 0 0 rgba(0, 0, 0, 0);text-shadow:0 0 0 rgba(0, 0, 0, 0);-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */height:35px;width:30px;line-height:35px;border:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#sg-portfolio-slider .owl-prev i:before,#sg-portfolio-slider .owl-next i:before{font-size:20px;color:#fff;line-height:inherit;}#sg-portfolio-slider .owl-prev i:hover,#sg-portfolio-slider .owl-next i:hover{background:rgba(0, 0, 0, 0.60);}#sg-portfolio-slider .owl-next i{left:inherit;right:0;}#sg-portfolio-slider .owl-nav{height:0;}#sg-portfolio-slider:hover .owl-prev,#sg-portfolio-slider:hover .owl-next{opacity:1;}.single-portfolio{/* ==========================================================================
   [End] 4. Single Portfolio
========================================================================== */}.single-portfolio .sg-portfolio .cms-portfolio-title{font-size:24px;line-height:normal;margin-top:10px;}.single-portfolio .sg-portfolio .cms-portfolio-category a{color:#9e9e9e;font-size:13px;}.single-portfolio .sg-portfolio .cms-portfolio-category a + a:before{content:"/";padding:0 5px;}.single-portfolio .sg-portfolio .sg-portfolio-aditional li{margin-bottom:9px;}.single-portfolio .sg-portfolio .sg-portfolio-aditional li span{min-width:90px;color:#1e1e1e;font-family:'MontserratRegular';display:inline-block;}.single-portfolio .sg-portfolio .sg-portfolio-social-share{display:inline-block;}.single-portfolio .sg-portfolio .sg-portfolio-social-share ul{right:inherit;left:0;}.single-portfolio .sg-portfolio .sg-portfolio-social-share ul:before{right:inherit;left:10px;}.single-portfolio .sg-portfolio .sg-portfolio-social-share.open ul{top:36px;}.single-portfolio .sg-portfolio .sg-portfolio-social-share span{color:#81817f;}.single-portfolio .sg-portfolio .sg-portfolio-social-share:hover .fa-mail-forward{background-color:#f26667;color:#fff;}.single-portfolio .sg-portfolio .sg-portfolio-like{display:inline-block;margin-left:26px;}.single-portfolio .sg-portfolio .sg-portfolio-like .text{display:none;}.single-portfolio .sg-portfolio .sg-portfolio-like a{color:#81817f;}.single-portfolio .sg-portfolio .sg-portfolio-like:hover .fa-heart{background-color:#f26667;color:#fff;}.single-portfolio .sg-portfolio .sg-portfolio-social{padding-top:23px;}.single-portfolio .sg-portfolio .sg-portfolio-social i.fa-heart,.single-portfolio .sg-portfolio .sg-portfolio-social i.fa-mail-forward{background-color:#f5f5f5;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */color:#242424;font-size:10px;height:30px;line-height:30px;text-align:center;width:30px;display:inline-block;margin-right:12px;position:relative;top:-2px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.single-portfolio .sg-portfolio #sg-portfolio-gallery{margin:0 -3px;}.single-portfolio .sg-portfolio #sg-portfolio-gallery .cms-gallery-item{padding:0 3px;margin-bottom:6px;}.single-portfolio .sg-portfolio #sg-portfolio-gallery.sg-portfolio-masonry .cms-gallery-item{margin-bottom:6px !important;}.single-portfolio .sg-portfolio .sg-author{padding-top:10px;}.single-portfolio .sg-portfolio .sg-author span{color:#1e1e1e;}.single-portfolio .sg-portfolio .nav-links{margin-top:100px;position:relative;}.single-portfolio .sg-portfolio .nav-links .nav-link-prev{float:left;}.single-portfolio .sg-portfolio .nav-links .nav-link-prev i{font-size:18px;padding-right:9px;position:relative;top:5px;}.single-portfolio .sg-portfolio .nav-links .nav-link-next{float:right;}.single-portfolio .sg-portfolio .nav-links .nav-link-next i{font-size:18px;padding-left:9px;position:relative;top:5px;}.single-portfolio .sg-portfolio .nav-links .nav-all-portfolio{height:30px;left:0;line-height:30px;margin:auto;position:absolute;right:0;text-align:center;top:2px;width:30px;}.single-portfolio .sg-portfolio .nav-links .nav-all-portfolio i{font-size:18px;}.single-portfolio .sg-portfolio .nav-links a{color:#1e1e1e;font-size:12px;font-family:'MontserratRegular';letter-spacing:0.1em;text-transform:uppercase;}.single-portfolio .sg-portfolio .nav-links a:hover{color:#f26667;}.single-portfolio .sg-portfolio.sg-portfolio-layout1 .sg-portfolio-image img{width:100%;}.single-portfolio .sg-portfolio.sg-portfolio-layout1 .sg-portfolio-meta{padding-bottom:30px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1 .sg-portfolio-body{padding-bottom:50px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1 .sg-portfolio-body .sg-portfolio-description{padding-bottom:37px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout3{width:100%;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout3 #sg-portfolio-slider{padding:0 55px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout3 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout3 .sg-portfolio-footer .navigation{max-width:1140px;margin:auto;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout4{width:100%;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout4 #sg-portfolio-slider{padding:0;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout4 #sg-portfolio-slider .cms-slider-item img{-webkit-transform:scale(0.93);-khtml-transform:scale(0.93);-moz-transform:scale(0.93);-ms-transform:scale(0.93);-o-transform:scale(0.93);transform:scale(0.93);/* 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;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout4 #sg-portfolio-slider .active.center .cms-slider-item img{-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 */}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout4 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout4 .sg-portfolio-footer .navigation{max-width:1140px;margin:auto;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 .sg-portfolio-body{margin:0 -45px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 .sg-portfolio-body .sg-portfolio-images,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 .sg-portfolio-body .sg-portfolio-content-inner{padding:0 45px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 .sg-portfolio-social{border-top:1px solid #e6e6e6;margin-top:32px;padding-top:43px;margin-bottom:45px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 .sg-portfolio-description{padding-bottom:23px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 #sg-portfolio-gallery .cms-gallery-item{margin-bottom:30px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 #sg-portfolio-gallery .cms-gallery-item img{width:100%;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5 .nav-links{margin-top:23px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout6 #sg-portfolio-gallery .cms-gallery-item{margin-bottom:0px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout6 .sg-portfolio-content-inner{padding-left:115px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout6 .navigation{margin:auto;padding:0 70px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout8 #sg-portfolio-gallery .cms-gallery-item{margin-bottom:0px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout8 .sg-portfolio-content-inner{padding-right:115px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout8 .navigation{margin:auto;padding:0 70px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.sg-custom-masonry .sg-portfolio-social{margin-top:14px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .owl-dots{bottom:25px;left:0;margin:auto;position:absolute;right:0;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .owl-dots .owl-dot span{border-color:transparent;background-color:#a0a2a1;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .owl-dots .owl-dot.active span{background-color:transparent;border-color:#3b3b3b;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .navigation,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .navigation{padding:0 70px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-body{margin:0 -35px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-body .sg-portfolio-images,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-body .sg-portfolio-images,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-body .sg-portfolio-content-right,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-body .sg-portfolio-content-right{padding:0 35px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-social,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-social{border-top:1px solid #e6e6e6;margin-top:32px;padding-top:43px;margin-bottom:45px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-description,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-description{padding-bottom:23px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-meta,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-meta{padding-top:40px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .owl-dots .owl-dot{max-width:171px;padding:0 3px;display:inline-block;opacity:0.35;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .owl-dots .owl-dot.active,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .owl-dots .owl-dot:hover{opacity:1;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .owl-dots .owl-dot img{width:100%;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-social{margin-top:14px;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header{border-bottom:1px solid #f8f8f8;background-color:#fcfcfc;padding:28px 70px 24px;margin-bottom:40px;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .cms-portfolio-title{font-size:16px;margin:0;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .nav-all-portfolio{font-size:15px;color:#1e1e1e;display:inline-block;float:left;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .nav-all-portfolio:hover{color:#f26667;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul{display:inline-block;position:relative;margin-left:20px;padding-left:20px;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul:before{height:20px;width:1px;background-color:#dfdfdf;position:absolute;top:2px;left:0;content:"";}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul li{display:inline-block;margin-left:12px;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul li:first-child{margin-left:0;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul li a{font-size:13px;color:#315daa;opacity:0.8;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul li.social-twitter a{color:#00ade8;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header .sg-portfolio-share ul li.social-pinterest a{color:#d20034;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-body{padding:0 70px;}@media screen and (max-width:1300px){#page-blog-standard #primary.sidebar-active + #sidebar #secondary{padding-left:30px;}}@media screen and (min-width:768px){#page-blog-standard #primary.sidebar-active > #content{padding-left:70px;}#page-blog-standard.sidebar-left-active #primary.sidebar-active > #content{padding-left:0;padding-right:70px;}}@media screen and (max-width:992px){.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout3 #sg-portfolio-slider{padding:0;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout6 .sg-portfolio-content-inner{padding-left:60px;padding-right:60px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout5.no-space-layout8 .sg-portfolio-content-inner{margin-top:45px;padding-left:60px;padding-right:60px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout9 .navigation,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .sg-portfolio-body,.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .navigation{padding-left:15px;padding-right:15px;}}@media screen and (max-width:767px){#page-blog-standard > .no-container,#page-blog-standard .page-full-width{padding:0 15px;}#page-blog-standard #primary.sidebar-active + #sidebar #secondary{padding-left:15px;}#page-blog-medium .entry-blog.entry-blog-medium .entry-content{padding-top:20px;}#page-blog-only-text .entry-footer .w50{width:100%;}#page-blog-only-text .entry-footer .entry-details-bottom{text-align:left;}#page-blog-only-text .entry-footer .entry-details-bottom ul li:first-child{padding-left:0;}.page-template-page-fullwidth #page-default.no-container.page-full-width{padding:0 15px;/* Portfolio */}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-meta{float:none;margin-bottom:10px;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-share{float:none;}.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-header,.single-portfolio .sg-portfolio.sg-portfolio-layout2 .sg-portfolio-body{padding-left:15px;padding-right:15px;}.single-portfolio .sg-portfolio.sg-portfolio-layout1.sg-custom-layout11 .owl-dots .owl-dot{max-width:70px;}}#comments #respond{margin-top:50px;background-color:#fff;}#comments .st-comments-wrap{margin-top:30px;background-color:#fff;}#comments #reply-title,#comments .comments-title{margin-bottom:16px !important;}#comments .cms-title,#comments #comments #reply-title,#comments #comments #reply-title,#comments #comments .comments-title,#comments #comments .comments-title,#comments #sidebar .widget-title,#sidebar #comments .widget-title,#comments .wpb_widgetised_column .widget-title,.wpb_widgetised_column #comments .widget-title,#comments #sidebar .wg-title,#sidebar #comments .wg-title,#comments .wpb_widgetised_column .wg-title,.wpb_widgetised_column #comments .wg-title{margin-bottom:50px;}#comments .comment-list{list-style:none;padding:0;margin:0;}#comments .comment-list > .comment{margin-bottom:25px;}#comments .comment-list > .comment:last-child{margin-bottom:0;}#comments .comment-list > .comment:last-child .comment-content{padding-bottom:0;border-bottom:none;}#comments .comment-list > .comment ul.children > li{margin-top:25px;}#comments .comment-list > .comment ul.children > li .comment-body{margin-left:90px;}#comments .comment-list > .comment ul.children > li .comment-body .comment-main .comment-content{border-bottom:none;}#comments .comment-list .comment-author-image{max-width:70px;float:left;width:100%;}#comments .comment-list .comment-author-image img{width:100%;max-width:70px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */margin-top:5px;}#comments .comment-list .comment-main{padding-left:90px;position:relative;}#comments .comment-list .comment-main .reply{margin-top:14px;}#comments .comment-list .comment-main .reply a{display:inline-block;color:#f26667;font-weight:700;font-size:13px;text-transform:uppercase;font-family:Open Sans;}#comments .comment-list .comment-main .reply a:hover{color:#1e1e1e;}#comments .comment-list .comment-main .reply a:after{content:"\e068";font-family:"linea-arrows-10";padding-left:6px;top:2px;position:relative;}#comments .comment-list .comment-main .comment-meta{color:#acb4b8;}#comments .comment-list .comment-main .comment-meta .comment-author{display:block;font-size:14px;font-weight:700;margin:0 0 5px;color:#282828;}#comments .comment-list .comment-main .comment-meta .comment-date{color:#616161;display:block;font-size:12px;font-weight:500;line-height:normal;margin:0 0 18px;text-transform:uppercase;}#comments .comment-list .comment-main .comment-content{padding-bottom:24px;}#comments .comment-list .comment-main .comment-content p{margin:0;}#comments .comment-form{padding-top:12px;}#comments textarea{max-width:100%;width:100%;}#commentform p{margin-bottom:20px;}#commentform p.form-submit{margin-bottom:10px;padding-top:10px;}#commentform #form-allowed-tags{display:none;}#commentform input[type="text"]:focus,#commentform textarea:focus{border-bottom-color:#f26667;}#commentform #submit{padding-left:56px;padding-right:56px;background-color:#f26667;border-color:#f26667;color:#fff;width:100%;}#commentform #submit:hover{background-color:#336093;border-color:#336093;}.comment-awaiting-moderation{display:none;}#cancel-comment-reply-link{display:inline-block;color:#fff;font-weight:700;padding:0 10px;height:25px;line-height:25px;background-color:#336093;-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 */}#cancel-comment-reply-link:hover{background-color:#f26667;}.quick-view span{font-size:20px;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:absolute;right:20px;top:20px;}.quick-view span:hover{color:#f26667;cursor:pointer;}.quick-view .quick-content{background-color:#404040;-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:11px;line-height:26px;padding:0 14px;position:absolute;right:50px;text-transform:uppercase;top:17px;-webkit-transform:translateX(-18px);-khtml-transform:translateX(-18px);-moz-transform:translateX(-18px);-ms-transform:translateX(-18px);-o-transform:translateX(-18px);transform:translateX(-18px);/* 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;opacity:0;visibility:hidden;}.quick-view.open span{color:#f26667;}.quick-view.open .quick-content{-webkit-transform:translateX(1px);-khtml-transform:translateX(1px);-moz-transform:translateX(1px);-ms-transform:translateX(1px);-o-transform:translateX(1px);transform:translateX(1px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:1;visibility:visible;}.quick-view.open .quick-content:before{border-color:transparent transparent transparent #404040;border-style:solid;border-width:5px;content:"";position:absolute;right:-10px;top:50%;transform:translate(0px, -50%);}.mfp-wrap .mfp-counter{display:block;text-align:center;width:100%;font-family:'MontserratRegular';font-size:16px;color:#4a4d4f;padding:15px 0;}.mfp-wrap .mfp-counter span{display:none;}.mfp-wrap.mfp-gallery .mfp-counter:before{content:"Photo / ";}.mfp-wrap .mfp-arrow{cursor:pointer;height:35px;line-height:35px;position:absolute;top:50%;transform:translate(0px, -50%);width:35px;font-size:40px;color:#4a4d4f;}.mfp-wrap .mfp-arrow:before{content:"\e03f";font-family:"linea-arrows-10";}.mfp-wrap .mfp-arrow.mfp-arrow-left{left:24px;}.mfp-wrap .mfp-arrow.mfp-arrow-right{right:24px;}.mfp-wrap .mfp-arrow.mfp-arrow-right:before{content:"\e04b";}.mfp-wrap .mfp-arrow:hover{color:#f26667;}.mfp-wrap .mfp-close{cursor:pointer;height:35px;line-height:35px;position:absolute;top:25px;right:25px;width:35px;font-size:40px;color:#4a4d4f;padding:0;border:none;background-color:transparent;}.mfp-wrap .mfp-close:hover{color:#f26667;}.box-slider{background-color:#fff;padding:30px;max-width:370px;}.box-slider .box-slider-subtitle{font-size:14px;color:#5a5a5a;}.box-slider .box-slider-title{font-size:20px !important;line-height:29px !important;color:#f26667;text-transform:uppercase !important;white-space:pre-wrap;word-wrap:break-word;border-top:1px solid #eaeaea;margin:15px 0 22px !important;padding:15px 0 0 !important;}.box-slider .box-slider-readmore a:last-child{margin-left:20px;}.box-slider .box-slider-readmore a.btn-primary:hover{background-color:#336093;border-color:#336093;color:#fff;}.cms-grid-filter{text-align:center;/*  Owl bullet
--------------------------------*//* Styling Pagination*/}.cms-grid-filter ul{margin:0 0 30px;padding:0;}.cms-grid-filter li{display:inline-block;margin:0 12px 14px 12px;}.cms-grid-filter li a{font-size:12px;letter-spacing:0.05em;font-family:'MontserratRegular';color:#1e1e1e;text-transform:uppercase;position:relative;line-height:1;padding-bottom:6px;}.cms-grid-filter li a:before{background-color:#f26667;content:"";height:1px;position:absolute;bottom:-1px;width:0;opacity:0;left:0;right:0;margin:auto;filter:alpha(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-grid-filter li a.active,.cms-grid-filter li a:hover{color:#f26667;}.cms-grid-filter li a.active:before,.cms-grid-filter li a:hover:before{opacity:1;filter:alpha(opacity=1);width:100%;}.owl-theme .owl-controls .owl-nav{text-align:center;}.owl-theme .owl-controls .owl-prev,.owl-theme .owl-controls .owl-next{display:inline-block;margin:32px 0 0;}.owl-theme .owl-controls .owl-prev i,.owl-theme .owl-controls .owl-next i{height:35px;width:35px;border:none;line-height:35px;text-align:center;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;background-color:#fff;}.owl-theme .owl-controls .owl-prev i:before,.owl-theme .owl-controls .owl-next i:before{font-size:35px;color:#1e1e1e;content:"\e03f";font-family:"linea-arrows-10";}.owl-theme .owl-controls .owl-prev i:hover:before,.owl-theme .owl-controls .owl-next i:hover:before{color:#f26667;}.owl-theme .owl-controls .owl-next i:before{content:"\e04b";}.owl-theme .owl-controls .owl-dots{margin-top:30px;text-align:center;}.owl-theme .owl-controls .owl-dot{display:inline-block;zoom:1;*display:inline;}.owl-theme .owl-controls .owl-dot span{display:block;width:10px;height:10px;margin:0 6px;background:#b2b2b2;position:relative;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;-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 #fff;}.owl-theme .owl-controls .owl-dot.active span,.owl-theme .owl-controls .owl-dot:hover span{background:#fff;border-color:#3a3a3a;}.wpb_single_image .vc_figure{width:100%;}.wpb_single_image.icon .vc_single_image-wrapper{position:relative;}.wpb_single_image.icon .vc_single_image-wrapper img{margin-top:7px;}.wpb_single_image.icon .vc_single_image-wrapper:before{height:60px;width:60px;background-color:#f26667;-webkit-border-radius:0px 0px 2px 2px;-khtml-border-radius:0px 0px 2px 2px;-moz-border-radius:0px 0px 2px 2px;-ms-border-radius:0px 0px 2px 2px;-o-border-radius:0px 0px 2px 2px;border-radius:0px 0px 2px 2px;/* BACKGROUND GRADIENT */content:"";right:20px;top:7px;position:absolute;}.wpb_single_image.icon .vc_single_image-wrapper:after{content:"\f132";font-family:FontAwesome;font-size:28px;color:#fff;position:absolute;right:39px;top:24px;}.white-popup-block{background:#fff;margin:40px auto;max-width:650px;padding:20px 30px;position:relative;text-align:left;/* ==========================================================================
   [Start] 1. Shortcode social
========================================================================== */}.cms-social-page a{margin:0 8px;display:inline-block;font-size:16px;color:#1e1e1e;}.cms-social-page a:hover{color:#f26667;}.cms-social-page a:first-child{margin-left:0;}.cms-social-page a:last-child{margin-right:0;}.social-connect{/* ==========================================================================
   [End] 1. Shortcode social
========================================================================== *//* ==========================================================================
   [Start] 2. Shortcode Heading
========================================================================== */}.social-connect a{display:inline-block;padding:0 40px;margin-bottom:25px;text-align:center;}.social-connect a:hover i{background-color:#1e1e1e;}.social-connect a:hover span{color:#f26667;}.social-connect i{height:70px;width:70px;line-height:70px;background-color:#f26667;font-size:20px;color:#fff;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.social-connect span{margin-top:22px;display:block;font-size:16px;color:#1e1e1e;font-family:'MontserratRegular';-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.vc_custom_heading cite{color:#f26667;font-style:normal;}.text-left .cms-heading-content.text-center{text-align:left;}.cms-heading-wrapper{/* ==========================================================================
   [End] 2. Shortcode Heading
========================================================================== *//* ==========================================================================
   [Start] 3. Shortcode Blockquote
========================================================================== */}.cms-heading-wrapper .title{font-size:18px;line-height:normal;letter-spacing:0.07em;text-transform:uppercase;margin-bottom:26px;}.cms-heading-wrapper.heading-layout1 .subtitle{font-size:12px;color:#bfbcb5;text-transform:uppercase;letter-spacing:0.05em;}.cms-heading-wrapper.heading-layout1 .subtitle + .title{padding-top:4px;}.cms-heading-wrapper.heading-layout1 .title{font-size:24px;}.cms-heading-wrapper.heading-layout2 .subtitle{font-family:'MontserratRegular';font-size:12px;text-transform:uppercase;color:#f26667;line-height:1;letter-spacing:0.05em;}.cms-heading-wrapper.heading-layout2 .title{font-size:36px;margin-top:7px;margin-bottom:30px;}.cms-heading-wrapper.heading-layout3 .title{font-size:32px;text-transform:uppercase;letter-spacing:0.05em;position:relative;padding-bottom:20px;}.cms-heading-wrapper.heading-layout3 .title:before{content:"";height:2px;width:55px;position:absolute;bottom:0;left:0;right:0;margin:auto;background-color:#3c3c3d;}.cms-heading-wrapper.heading-layout3 .subtitle{font-family:'Droid Serif Italic';font-size:14px;color:#81817f;}.cms-heading-wrapper.heading-layout3 .description{padding-top:30px;}.scroll-to-section a{bottom:0;height:50px;left:0;line-height:50px;margin:auto;position:absolute;right:0;text-align:center;width:212px;color:#e1e1e1;background-image:url(../images/arrow-scroll.png);background-repeat:no-repeat;font-size:36px;}.scroll-to-section a:hover{color:#f26667;}blockquote{background:#f5f5f5;border-left:4px solid #f26667;font-size:16px;font-style:italic;line-height:26px;margin:22px 0;padding:22px 26px;}blockquote cite{color:#959595;display:block;font-family:Open Sans;font-size:13px;font-style:normal;margin-top:8px;}.blockquote-style1 blockquote{border:none;position:relative;background-color:transparent;}.blockquote-style1 blockquote:before,.blockquote-style1 blockquote:after{content:"\f10d";font-family:FontAwesome;font-style:normal;font-size:16px;color:#666;position:absolute;top:0;left:0;}.blockquote-style1 blockquote:after{content:"\f10e";top:inherit;bottom:0;left:inherit;right:0;}.blockquote-style2 blockquote{border:none;background-color:#f9f9f9;-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 */color:#f26667;}.blockquote-style3{/* ==========================================================================
   [End] 3. Shortcode Blockquote
========================================================================== *//* ==========================================================================
   [Start] 4. List
========================================================================== */}.blockquote-style3 blockquote{border:none;background-color:#2f2f2f;color:#fff;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */}[class*="cms-list-"] ul li,[class^="cms-list-"] ul li{line-height:30px;}[class*="cms-list-"] ul li:before,[class^="cms-list-"] ul li:before{color:#1b1a1a;font-family:'ElegantIcons';padding-right:10px;position:relative;top:1px;}.cms-list-arrow-round ul li:before{font-size:15px;content:"I";}.cms-list-check-round ul li:before{font-size:13px;content:"R";}.cms-list-arrow-icon1 ul li:before{font-size:17px;content:"5";}.cms-list-arrow-icon2 ul li:before{font-size:14px;content:"\e03c";}.cms-list-arrow-icon3 ul li:before{font-size:15px;content:"E";}.cms-list-round-icon ul li:before{font-size:7px;content:"\f111";font-family:FontAwesome;top:-2px;padding-right:15px;padding-left:5px;}.cms-list-star-icon ul li:before{font-size:13px;content:"\e031";}.cms-list-number ol{counter-reset:li;list-style:none;padding:0;}.cms-list-number ol li{line-height:30px;}.cms-list-number ol li:before{counter-increment:li;content:counter(li) ".";color:#1b1a1a;font-weight:700;padding-right:13px;}.cms-list-round-icon2 ul li{font-size:15px;line-height:27px;font-family:Raleway;/* ==========================================================================
   [End] 4. List
========================================================================== *//* ==========================================================================
   [Start] 5. Shortcode Tab
========================================================================== */}.cms-list-round-icon2 ul li:before{font-size:13px;content:"\f0a3";font-family:FontAwesome;color:#f26667;top:-1px;padding-right:16px;}@media screen and (min-width:768px){.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container{text-align:center;margin-bottom:40px !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{padding:11px 5px;font-family:'MontserratRegular';font-size:13px;letter-spacing:0.05em;color:#b3b3b3;line-height:1;text-transform:uppercase;position:relative;border:none;background-color:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before{background-color:#1e1e1e;bottom:0 !important;content:"";display:block;height:1px !important;left:0;margin:auto;opacity:0;position:absolute;right:0 !important;top:inherit !important;width:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a{color:#1e1e1e;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a:before{width:100%;opacity:1;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels{border:none;background-color:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{padding:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list{text-align:right;border-right:1px solid #efefef;overflow:visible;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{padding:12px 25px;font-family:'MontserratRegular';font-size:13px;letter-spacing:0.05em;color:#b3b3b3;line-height:1;text-transform:uppercase;position:relative;border:none;background-color:transparent;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before{height:100%;width:1px;opacity:0;position:absolute;top:0;bottom:0;right:-1px;content:"";background-color:#1e1e1e;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;left:inherit;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a{color:#1e1e1e;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a:before{opacity:1;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container{padding-left:50px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels{border:none;background-color:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{padding:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container{text-align:center;margin-bottom:47px !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{padding:11px 35px;font-family:'MontserratRegular';font-size:16px;letter-spacing:0.05em;color:#b3b3b3;line-height:1;position:relative;border:none;background-color:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i{height:72px;line-height:72px;width:72px;background-color:#f26667;font-size:30px;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;margin-bottom:23px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span{display:block;margin:0 !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span + i{margin-bottom:0;margin-top:23px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a{color:#1e1e1e;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active i,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover i{background-color:#1e1e1e;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels{border:none;background-color:transparent;text-align:center;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{padding:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left).tabs-position-bottom{padding-bottom:188px;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left).tabs-position-bottom .vc_tta-tabs-container{bottom:0;margin-bottom:0 !important;position:absolute;width:100%;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left).tabs-position-bottom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i{font-size:24px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading{border:none;background-color:transparent;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a{padding:24px 15px;font-family:'MontserratRegular';font-size:13px;letter-spacing:0.05em;color:#525252;text-transform:uppercase;line-height:1;position:relative;border:none;background-color:transparent;border-top:1px solid #e3e3e3;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:hover{color:#f26667;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{border-width:1px 0 0;color:#777;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{border-width:0 0 0 1px;color:#777;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a{padding-right:0;padding-left:40px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus{left:12px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a{padding-left:0;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#f26667;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{background-color:transparent;border:none;padding:0 0 23px !important;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading{border:none;background-color:#f8f8f8;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a{padding:17px 25px;font-family:'MontserratRegular';font-size:13px;letter-spacing:0.05em;color:#525252;text-transform:uppercase;line-height:1;position:relative;border:none;background-color:transparent;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:hover{background-color:#f26667;color:#fff;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon{display:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin-bottom:10px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;background-color:#f26667;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{background-color:transparent;border:1px solid #e8e8e8;padding:18px 24px;}}@media screen and (max-width:767px){/* ==========================================================================
   [End] 5. Shortcode Tab
========================================================================== *//* ==========================================================================
   [Start] 6. CMS Progressbar
========================================================================== */.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title a,.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title a{padding:15px 35px;font-family:'MontserratRegular';font-size:15px;letter-spacing:0.05em;color:#b3b3b3;line-height:1;position:relative;border:none;background-color:transparent;}.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title.vc_active a,.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title.vc_active a,.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title:hover a,.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title:hover a{color:#1e1e1e;}.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title.vc_active a:before,.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title.vc_active a:before,.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title:hover a:before,.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-heading .vc_tta-panel-title:hover a:before{width:100%;opacity:1;}}.cms-progress-wraper{/* ==========================================================================
   [End] 6. CMS Progressbar
========================================================================== *//* ==========================================================================
   [Start] 7. CMS Client
========================================================================== */}.cms-progress-wraper .cms-progress-body{position:relative;}.cms-progress-wraper .cms-progress-title{font-size:11px;text-transform:uppercase;line-height:1;color:#1e1e1e;margin-bottom:10px;}.cms-progress-wraper .progress-couter{font-size:11px;line-height:1;color:#1e1e1e;font-family:'MontserratRegular';}.cms-progress-wraper .cms-progress{background-color:#f6f6f6;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */}.cms-progress-wraper .progress-bar{background-color:#f26667;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.cms-progress-wraper.cms-progress-layout1 .progress-couter{position:absolute;right:-14px;top:-21px;}.cms-progress-wraper.cms-progress-layout1 .cms-progress{height:5px;overflow:visible;margin-bottom:29px;}.cms-progress-wraper.cms-progress-layout1 .progress-bar{-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 */overflow:visible;}.cms-progress-wraper.cms-progress-layout2 .cms-progress-title,.cms-progress-wraper.cms-progress-layout2 .progress-couter{color:#fff;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:15px;}.cms-progress-wraper.cms-progress-layout2 .progress-couter{left:inherit;right:15px;}.cms-progress-wraper.cms-progress-layout2 .cms-progress{height:38px;margin-bottom:12px;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */}.cms-progress-wraper.cms-progress-layout2 .progress-bar{-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */}.cms-progress-wraper.cms-progress-layout3 .cms-progress-title{color:#fff;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:15px;}.cms-progress-wraper.cms-progress-layout3 .progress-couter{color:#fff;}.cms-progress-wraper.cms-progress-layout3 .cms-progress{height:31px;margin-bottom:16px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.cms-progress-wraper.cms-progress-layout3 .progress-bar{-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-carousel-client .cms-carousel-media{display:block;}.cms-carousel-client .cms-carousel-media img{display:inline-block;width:inherit !important;margin:auto;}.cms-carousel-client-layout1{/* ==========================================================================
   [End] 7. CMS Client
========================================================================== *//* ==========================================================================
   [Start] 8. CMS Testimonial
========================================================================== */}.cms-carousel-client-layout1 .owl-stage-outer{margin-right:2px;}.cms-carousel-client-layout1 .cms-carousel-item{text-align:center;}.cms-carousel-client-layout1 .cms-carousel-item .cms-carousel-media{text-align:center;position:relative;padding-top:9px;padding-bottom:9px;}.cms-carousel-client-layout1 .cms-carousel-item .cms-carousel-media:before{content:"";position:absolute;right:-2px;width:1px;height:90px;border-right:1px dashed #ededed;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-carousel-client-layout1 .cms-carousel-item .cms-carousel-media img{width:inherit;display:inline-block;}.cms-carousel-client-layout1 .owl-item:last-child .cms-carousel-item .cms-carousel-media:after{width:0;}.cms-testimonial .cms-testimonial-meta h3{font-size:16px;line-height:1;color:#1e1e1e;}.cms-testimonial .cms-testimonial-meta .position{font-size:13px;color:#9e9e9e;font-weight:500;}.cms-testimonial .cms-testimonial-content.style1{font-family:'Droid Serif Italic';font-size:18px;line-height:34px;padding-top:23px;color:#929292;}.cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-image{margin-bottom:30px;}.cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-image img{max-width:100px;-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 */padding:2px;border:1px solid #dbdbdb;display:inline-block;}.cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-meta h3{margin-bottom:6px;}.cms-testimonial-layout1 .owl-controls .owl-dots{margin-top:12px;}.cms-testimonial-layout2 .cms-testimonial-item .cms-testimonial-icon{width:33px;height:26px;background-image:url(../images/testimonial-icon.png);display:inline-block;}.cms-testimonial-layout2 .cms-testimonial-item .cms-testimonial-content{padding-top:50px;padding-bottom:15px;}.cms-testimonial-layout2 .cms-testimonial-item .cms-testimonial-meta h3{margin-bottom:6px;}.cms-testimonial-layout2 .owl-controls .owl-dots{margin-top:12px;}.cms-testimonial-layout3 .cms-carousel-item{padding-bottom:2px;}.cms-testimonial-layout3 .cms-carousel-item .cms-testimonial-wrapper{border:1px solid #dbdcdc;padding:30px;}.cms-testimonial-layout3 .cms-carousel-item .cms-testimonial-wrapper .cms-testimonial-meta .author{color:#1e1e1e;font-family:'MontserratRegular';}.cms-testimonial-layout3 .cms-carousel-item .cms-testimonial-wrapper .cms-testimonial-meta .position{font-size:13px;color:#9e9e9e;}.cms-testimonial-layout3 .cms-carousel-item .cms-testimonial-wrapper .content{padding-bottom:22px;}.cms-testimonial-layout3 .cms-carousel-item .cms-testimonial-wrapper .content p{margin:0;}@media screen and (min-width:1200px){/* ==========================================================================
   [End] 8. CMS Testimonial
========================================================================== *//* ==========================================================================
   [Start] 9. CMS Couter
========================================================================== */.cms-testimonial.nav-middle .owl-controls .owl-nav .owl-prev,.cms-testimonial.nav-middle .owl-controls .owl-nav .owl-next{position:absolute;margin-top:0;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-testimonial.nav-middle .owl-controls .owl-nav .owl-prev{left:-65px;}.cms-testimonial.nav-middle .owl-controls .owl-nav .owl-next{right:-65px;}}.cms-counter-wraper{position:relative;/* ==========================================================================
   [End] 9. CMS Couter
========================================================================== *//* ==========================================================================
   [Start] 10. CMS Pricing
========================================================================== */}.cms-counter-wraper .cms-counter-inner{padding:30px 0 25px;}.cms-counter-wraper .cms-counter-icon{margin-bottom:22px;}.cms-counter-wraper .cms-counter-icon i{font-size:40px;color:#1e1e1e;}.cms-counter-wraper .cms-counter{font-size:30px;line-height:25px;color:#1e1e1e;}.cms-counter-wraper .cms-counter-title{color:#616161;font-size:15px;line-height:25px;font-weight:700;margin:8px 0 0;}.resize-title{font-size:16px;line-height:normal;text-transform:uppercase;}.cms-pricing{/* ==========================================================================
   [End] 10. CMS Pricing
========================================================================== *//* ==========================================================================
   [Start] 11. CMS Fancybox
========================================================================== */}.cms-pricing .cms-pricing-header{background-color:#f26667;padding:40px 30px 35px 30px;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;}.cms-pricing .cms-pricing-header:before{height:100%;width:100%;background-color:#f26667;opacity:0.8;content:"";position:absolute;top:0;left:0;}.cms-pricing .cms-pricing-header.bg-img-acrive:after{height:60%;width:100%;background-color:rgba(255, 255, 255, 0);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0)', endColorStr='rgba(0, 0, 0, 0.4)');/* BACKGROUND HORIZONTAL */content:"";position:absolute;bottom:0;left:0;right:0;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner{position:relative;z-index:1;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-icon{padding-bottom:28px;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-icon i{background-color:rgba(255, 255, 255, 0.15);color:#fff;display:inline-block;font-size:32px;height:62px;line-height:62px;text-align:center;width:62px;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-title{padding-top:18px;padding-left:25px;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-title h3{font-size:15px;line-height:1;margin-bottom:10px;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-subtitle{font-size:13px;line-height:21px;color:#fff;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-price{color:#fff;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-price .unit{font-size:28px;padding-right:4px;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-price .price{font-size:100px;line-height:1;}.cms-pricing .cms-pricing-header .cms-pricing-header-inner .cms-pricing-price .time{font-size:13px;font-weight:500;display:block;}.cms-pricing .cms-pricing-body{background-color:#fff;border:1px solid #e3e3e3;text-align:center;}.cms-pricing .cms-pricing-body .cms-pricing-content{padding:34px 40px 40px 40px;}.cms-pricing .cms-pricing-body .cms-pricing-content ul{list-style:none;}.cms-pricing .cms-pricing-body .cms-pricing-content ul li{line-height:40px;font-size:14px;color:#474747;font-weight:500;border-bottom:1px solid #f5f4f4;position:relative;}.cms-pricing .cms-pricing-body .cms-pricing-content ul li:last-child{border-bottom:none;}.cms-pricing .cms-pricing-body .cms-pricing-readmore{padding:40px;border-top:1px solid #e3e3e3;}.cms-pricing.cms-pricing-layout2 .cms-pricing-header:before{opacity:0;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item{border:1px solid #e3e3e3;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item .cms-pricing-header{background-color:#fff;padding:30px 26px 0;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item .cms-pricing-header:before{opacity:0;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item .cms-pricing-header .cms-pricing-header-inner{background-color:#f26667;padding:30px;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item .cms-pricing-header .cms-pricing-header-inner .cms-pricing-price{padding-bottom:10px;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item .cms-pricing-header .cms-pricing-header-inner .cms-pricing-title{padding:0;}.cms-pricing.cms-pricing-layout3 .cms-pricing-item .cms-pricing-body{border:none;}.cms-fancyboxes-wraper .cms-fancybox-title{font-size:16px;line-height:normal;margin-bottom:12px;}.cms-fancyboxes-wraper .cms-fancybox-icon .fancy-box-icon{display:block;}.cms-fancyboxes-wraper .cms-fancybox-icon .fancy-box-icon i{font-size:50px;color:#f26667;}.cms-fancyboxes-deault{text-align:center;}.cms-fancyboxes-deault .cms-fancybox-icon + h3{margin-top:34px;}.cms-fancyboxes-layout1{text-align:center;}.cms-fancyboxes-layout1 .cms-fancybox-icon{height:96px;width:96px;line-height:96px;background-color:#f5f5f5;display:inline-block;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-transition:0.2s ease 0s;-moz-transition:0.2s ease 0s;-ms-transition:0.2s ease 0s;transition:0.2s ease 0s;position:relative;}.cms-fancyboxes-layout1 .cms-fancybox-icon:before{height:88px;width:88px;position:absolute;top:4px;left:4px;content:"";box-shadow:0 0 0 4px #f26667;-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 */transform:scale(1.2);opacity:0;-webkit-transition:0.2s ease 0s;-moz-transition:0.2s ease 0s;-ms-transition:0.2s ease 0s;transition:0.2s ease 0s;}.cms-fancyboxes-layout1 .cms-fancybox-icon img{max-width:34px;}.cms-fancyboxes-layout1 .cms-fancybox-icon .fancy-box-icon i{line-height:96px;font-size:30px;color:#232323;-webkit-transition:0.2s ease 0s;-moz-transition:0.2s ease 0s;-ms-transition:0.2s ease 0s;transition:0.2s ease 0s;}.cms-fancyboxes-layout1 .cms-fancybox-icon + h3{margin-top:34px;}.cms-fancyboxes-layout1:hover .cms-fancybox-icon{background-color:#f26667;}.cms-fancyboxes-layout1:hover .cms-fancybox-icon:before{transform:scale(1);opacity:1;}.cms-fancyboxes-layout1:hover .cms-fancybox-icon .fancy-box-icon i{color:#fff;}.cms-fancyboxes-layout1 .fancy-box-content p{margin-bottom:0;}.cms-fancyboxes-layout1 .cms-fancybox-button{margin-top:8px;}.cms-fancyboxes-layout1 .cms-fancybox-button a{display:inline-block;height:30px;line-height:30px;text-align:center;width:60px;}.cms-fancyboxes-layout1 .cms-fancybox-button a span{background:#d9dbdc;-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 */display:inline-block;height:6px;width:6px;position:relative;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-fancyboxes-layout1 .cms-fancybox-button a span:before,.cms-fancyboxes-layout1 .cms-fancybox-button a span:after{content:"";background:#d9dbdc;height:6px;width:6px;position:absolute;top:0;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-fancyboxes-layout1 .cms-fancybox-button a span:before{left:-7px;}.cms-fancyboxes-layout1 .cms-fancybox-button a span:after{right:-7px;}.cms-fancyboxes-layout1 .cms-fancybox-button a:hover span{background-color:#f26667;}.cms-fancyboxes-layout1 .cms-fancybox-button a:hover span:before,.cms-fancyboxes-layout1 .cms-fancybox-button a:hover span:after{background-color:#f26667;}.cms-fancyboxes-layout2 .fancy-box-icon-left{float:left;}.cms-fancyboxes-layout2 .fancy-box-icon-left .fancy-box-icon i{font-size:30px;color:#232323;}.cms-fancyboxes-layout2 .fancy-box-icon-left img{max-width:34px;}.cms-fancyboxes-layout2 .fancy-box-content-wrapper{padding-left:58px;}.cms-fancyboxes-layout2 .fancy-box-content-wrapper .cms-fancybox-title{margin-bottom:17px;}.cms-fancyboxes-layout3{background-size:cover;background-position:center;background-repeat:no-repeat;padding:86px 0;/* ==========================================================================
   [End] 11. CMS Fancybox
========================================================================== *//* ==========================================================================
   [Start] 12. CMS Grid
========================================================================== */}.cms-fancyboxes-layout3 .fancy-box-content-wrapper{background-color:rgba(255, 255, 255, 0.8);display:inline-block;padding:20px 26px;}.cms-fancyboxes-layout3 .fancy-box-content-wrapper .cms-fancybox-title{font-size:19px;line-height:28px;letter-spacing:0.05em;font-weight:normal;margin-bottom:3px;}.cms-fancyboxes-layout3 .fancy-box-content-wrapper .cms-fancybox-button a{font-size:11px;line-height:normal;text-transform:uppercase;color:#1e1e1e;}.cms-fancyboxes-layout3 .fancy-box-content-wrapper .cms-fancybox-button a:hover{color:#f26667;}.cms-load-posts{background-color:#fafafa;border:1px solid #f6f6f6;margin-bottom:80px;margin-top:20px;padding:25px 28px;-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 *//* Grid Blog */}.cms-load-posts a{font-size:12px;text-transform:uppercase;line-height:18px;font-family:'MontserratRegular';color:#1e1e1e;letter-spacing:0.05em;}.cms-load-posts a i{opacity:0;}.cms-load-posts a.run-loading i{opacity:1;}.cms-load-posts span{display:inline-block;padding-left:6px;}.cms-grid-blog-layout1 .entry-blog{margin-bottom:24px;}.cms-grid-blog-layout1 .entry-blog .entry-title{font-size:18px;}.cms-grid-blog-layout2{/* End Grid Blog *//* Grid Teams */}.cms-grid-blog-layout2 .entry-blog{margin-bottom:30px;}.cms-grid-blog-layout2 .entry-blog .entry-title{font-size:18px;margin-bottom:18px;}.cms-grid-blog-layout2 .entry-blog .entry-content{padding-bottom:24px;background-color:#fff;border-color:#f6f6f6 #f6f6f6 #eee #f6f6f6;border-width:1px;border-style:solid;padding:20px 25px;-webkit-box-shadow:1px 0px 1px rgba(234, 234, 234, 0.075);-moz-box-shadow:1px 0px 1px rgba(234, 234, 234, 0.075);-ms-box-shadow:1px 0px 1px rgba(234, 234, 234, 0.075);box-shadow:1px 0px 1px rgba(234, 234, 234, 0.075);}.cms-grid-blog-layout2 .entry-blog .entry-content .entry-readmore{margin-top:18px;}.cms-grid-blog-layout2 .entry-blog .entry-content .entry-readmore a{font-size:12px;text-transform:uppercase;color:#1e1e1e;font-family:'MontserratRegular';letter-spacing:0.05em;}.cms-grid-blog-layout2 .entry-blog .entry-content .entry-readmore a:hover{color:#f26667;}.cms-grid-blog-layout2 .entry-blog .entry-content .entry-readmore a i{padding-left:4px;position:relative;top:1px;}.layout-team{/* End Grid Team *//* Start Grid Services */}.layout-team .cms-team-meta .cms-team-title{font-size:16px;line-height:1;color:#1e1e1e;margin-bottom:5px;}.layout-team .cms-team-meta .cms-team-position{font-size:13px;color:#9e9e9e;font-weight:500;}.layout-team .cms-team-social a{display:inline-block;height:40px;width:40px;background-color:#fff;-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 */font-size:15px;color:#1e1e1e;line-height:40px;margin:0 3px;}.layout-team .cms-team-social a:hover{color:#f26667;}.layout-team .cms-team-image{position:relative;}.layout-team .cms-team-image .cms-team-overlay{background-color:rgba(255, 255, 255, 0.85);position:absolute;top:10px;right:10px;bottom:10px;left:10px;-webkit-transform:scale(0);-khtml-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-team .cms-team-image .cms-team-social,.layout-team .cms-team-image .cms-team-meta{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translate(0px, -50%) scale(0);-khtml-transform:translate(0px, -50%) scale(0);-moz-transform:translate(0px, -50%) scale(0);-ms-transform:translate(0px, -50%) scale(0);-o-transform:translate(0px, -50%) scale(0);transform:translate(0px, -50%) scale(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;}.layout-team.team-layout1 .cms-team-meta{margin-top:28px;margin-bottom:15px;}.layout-team.team-layout1 .cms-team-social{margin-top:25px;}.layout-team.team-layout1 .cms-team-social a{background-color:#f8f8f8;}.layout-team.team-layout2 .cms-team-item-inner .cms-team-meta{margin-top:28px;}.layout-team.team-layout2 .cms-team-item-inner .cms-team-image 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-team.team-layout2 .cms-team-item-inner:hover .cms-team-image .cms-team-overlay{-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 */}.layout-team.team-layout2 .cms-team-item-inner:hover .cms-team-image .cms-team-social{-webkit-transform:translate(0px, -50%) scale(1);-khtml-transform:translate(0px, -50%) scale(1);-moz-transform:translate(0px, -50%) scale(1);-ms-transform:translate(0px, -50%) scale(1);-o-transform:translate(0px, -50%) scale(1);transform:translate(0px, -50%) scale(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-team.team-layout2.team-round .cms-team-image{overflow:hidden;}.layout-team.team-layout2.team-round .cms-team-image img{-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */}.layout-team.team-layout2.team-round .cms-team-image .cms-team-overlay{top:0;right:0;bottom:0;left:0;-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 */}.layout-team.team-layout4 .cms-team-item-inner .cms-team-meta .cms-team-title{font-size:18px;}.layout-team.team-layout4 .cms-team-item-inner:hover .cms-team-image .cms-team-overlay{-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 */}.layout-team.team-layout4 .cms-team-item-inner:hover .cms-team-image .cms-team-meta{-webkit-transform:translate(0px, -50%) scale(1);-khtml-transform:translate(0px, -50%) scale(1);-moz-transform:translate(0px, -50%) scale(1);-ms-transform:translate(0px, -50%) scale(1);-o-transform:translate(0px, -50%) scale(1);transform:translate(0px, -50%) scale(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.layout-team.team-layout5 .cms-team-item-inner .cms-team-image 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-team.team-layout5 .cms-team-item-inner .cms-team-meta{margin-top:47px;margin-bottom:19px;}.layout-team.team-layout5 .cms-team-item-inner .cms-team-meta .cms-team-title{font-size:20px;color:#f26667;}.layout-team.team-layout5 .cms-team-item-inner .cms-team-conent{padding:0 50px;}.layout-services .cms-services-image img{width:100%;}.layout-services .cms-services-title{font-size:20px;font-weight:600;line-height:29px;letter-spacing:0.018em;margin-bottom:5px;}.layout-services .cms-services-subtitle{font-size:13px;line-height:16px;color:#656565;}.layout-services .cms-services-icon{font-size:32px;color:#282828;}.layout-services .cms-services-readmore.style1{margin-top:24px;}.layout-services .cms-services-readmore.style1 .btn i{display:inline-block;left:14px;padding:0;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 */-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-services .cms-services-readmore.style1 .btn:hover{border-color:#f26667;background-color:#f26667;padding-left:32px;}.layout-services .cms-services-readmore.style1 .btn:hover i{opacity:1;}.layout-services .cms-services-readmore.style2{margin-top:15px;}.layout-services .cms-services-readmore.style2 .btn i{padding-left:0;padding-right:6px;}.layout-services .cms-services-meta.box-style1 .cms-services-icon{float:left;margin-top:24px;margin-bottom:10px;}.layout-services .cms-services-meta.box-style1 .cms-services-meta-right{padding:14px 20px 18px 64px;}.layout-services .cms-services-meta.box-style1 .cms-services-meta-right .cms-services-meta-right-inner{position:relative;}.layout-services .cms-services-meta.box-style1 .cms-services-meta-right .cms-services-meta-right-inner:before{position:absolute;left:-16px;top:50%;transform:translate(0, -50%);content:"";background-color:#cecece;height:12px;width:2px;}.layout-services .line-gap{background-color:#282828;display:inline-block;height:2px;width:32px;vertical-align:middle;}.layout-services .style-overlay{position:relative;}.layout-services .style-overlay:before{height:100%;width:100%;background-color:#f26667;opacity:0;content:"";position:absolute;top:0;left:0;z-index:1;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-services .style-overlay:after{height:60%;width:100%;background-color:rgba(255, 255, 255, 0);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));background-image:linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0)', endColorStr='rgba(0, 0, 0, 0.4)');/* BACKGROUND HORIZONTAL */content:"";position:absolute;bottom:0;left:0;right:0;z-index:2;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-services .style-overlay .more{color:#fff;display:block;font-size:40px;height:40px;left:0;line-height:40px;margin:auto;position:absolute;right:0;text-align:center;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:40px;z-index:3;opacity:0;}.layout-services .cms-services-item-inner:hover .style-overlay:before{opacity:0.8;}.layout-services .cms-services-item-inner:hover .style-overlay:after,.layout-services .cms-services-item-inner:hover .style-overlay .more{opacity:1;}.layout-services.services-layout1 .cms-services-item-inner{margin-bottom:50px;}.layout-services.services-layout1 .cms-services-item-inner .cms-services-header{position:relative;}.layout-services.services-layout1 .cms-services-item-inner .cms-services-header .more{top:calc(50% - 50px);top:-webkit-calc(50% - 50px);}.layout-services.services-layout1 .cms-services-item-inner .cms-services-header .cms-services-meta{background-color:#fff;bottom:0;left:0;position:absolute;right:70px;z-index:4;}.layout-services.services-layout1 .cms-services-item-inner .cms-services-header .cms-services-meta:before{width:32px;height:2px;background-color:#282828;position:absolute;bottom:0;left:0;content:"";}.layout-services.services-layout1 .cms-services-item-inner .cms-services-body{margin-top:26px;}.layout-services.services-layout2 .cms-services-header{margin-top:10px;}.layout-services.services-layout2 .cms-services-content{padding-top:15px;}.layout-services.services-layout3 .cms-services-meta{position:relative;}.layout-services.services-layout3 .cms-services-meta:before{width:32px;height:2px;background-color:#282828;position:absolute;bottom:0;left:0;content:"";}.layout-services.services-layout3 .cms-services-content{padding-top:24px;}.layout-services.services-layout4 .cms-services-meta i{border:2px solid #282828;-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 */display:inline-block;height:94px;line-height:94px;width:94px;position:relative;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-services.services-layout4 .cms-services-meta i:after{position:absolute;top:4px;left:4px;bottom:4px;right:4px;content:"";border:2px solid #f26667;opacity:0;-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 */}.layout-services.services-layout4 .cms-services-meta .cms-services-title{margin-top:20px;margin-bottom:0;}.layout-services.services-layout4 .cms-services-body{padding-top:4px;}.layout-services.services-layout4 .cms-services-item-inner:hover .cms-services-meta i{background-color:#282828;color:#fff;}.layout-services.services-layout4 .cms-services-item-inner:hover .cms-services-meta i:after{opacity:1;}.layout-services.services-layout5{color:#fff;}.layout-services.services-layout5 .bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-services.services-layout5 .cms-services-item-inner{background-size:cover;padding:100px 80px;position:relative;opacity:1;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.layout-services.services-layout5 .cms-services-item-inner .line-gap{background-color:#fff;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-icon{color:#fff;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-subtitle{color:#f9f9f9;margin-bottom:5px;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-title{margin-top:12px;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-title a{color:#fff;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-body{padding-top:5px;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-readmore .btn{border-color:#fff;color:#fff;}.layout-services.services-layout5 .cms-services-item-inner .cms-services-readmore .btn:hover{background-color:transparent;color:#fff;}.layout-services.services-layout5 .cms-services-item:hover .bg-overlay,.layout-services.services-layout5 .cms-services-item:hover .cms-services-item-inner{opacity:1;}.layout-services.services-layout6 .cms-services-header{margin-bottom:12px;}.layout-services.services-layout6 .cms-services-meta{padding-bottom:6px;}.layout-services.services-layout6 .cms-services-meta .cms-services-title{margin-bottom:0;}.layout-services.services-layout6 .cms-grid-item{margin-bottom:50px;}.cms-carousel{/* End Grid Services *//* Start Gallery */}.cms-carousel.layout-services.services-layout1 .cms-services-item-inner{margin-bottom:5px;}.layout-gallery{/* End GAllery *//* ==========================================================================
   [End] 12. CMS Grid
========================================================================== */}.layout-gallery .cms-gallery-item{padding:0;}.layout-gallery .cms-gallery-item img{width:100%;}.layout-gallery .cms-gallery-item .cms-grid-item-inner{position:relative;overflow:hidden;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-title{color:#fff;font-size:22px;font-weight:500;line-height:28px;margin-bottom:8px;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-category a{color:#fff;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-content{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-content:before{background-color:#f26667;position:absolute;left:0;top:0;right:0;bottom:0;text-align:center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;opacity:0.85;filter:alpha(opacity=0.85);content:"";}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-content .cms-gallery-content-inner{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%;text-align:center;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-content .cms-gallery-content-inner span{color:#fff;font-size:40px;height:44px;line-height:44px;text-align:center;width:44px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-content .cms-gallery-content-inner span:hover{color:#336093;}.layout-gallery .cms-gallery-item .cms-grid-item-inner .cms-gallery-content:hover{opacity:1;}.layout-gallery .navigation{margin-top:50px;}.layout-gallery.no-bottom-padding .navigation{margin-top:35px;}.cms-countdown-wraper .countdown-item-container{-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:#f9f9f9;text-align:center;padding-top:46px;padding-bottom:32px;}.cms-countdown-wraper .countdown-item-container .countdown-amount{font-size:65px;line-height:46px;color:#222;display:block;margin-bottom:21px;font-weight:700 !important;}.cms-countdown-wraper .countdown-item-container .countdown-period{font-size:15px;font-weight:700;color:#a5a5a5;}.pagination li{/* 
   [Start] 14. Call To Action
   +-----------------------------------+
*/}.pagination li a,.pagination li span{-webkit-border-radius:0 !important;-khtml-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important;border-radius:0 !important;/* BACKGROUND GRADIENT */padding:9px 0;border-color:#e5e5e5;border-width:1px;color:#1e1e1e;font-size:14px;font-weight:400;margin-bottom:10px;margin-left:10px;max-width:40px;min-width:40px;padding:9px 0;text-align:center;text-transform:uppercase;}.pagination li.active a,.pagination li:hover a{background-color:#f26667;border-color:#f26667;color:#fff;}.cms-cta-wrapper{padding:44px 0;/* 
   [Start] 14. Call To Action
   +-----------------------------------+
*//* 
   [Start] 15. CMS Portfolio
   +-----------------------------------+
*/}.cms-cta-wrapper .cms-cta-content{padding-top:8px;padding-bottom:8px;}.cms-cta-wrapper .cms-cta-content .title,.cms-cta-wrapper .cms-cta-content .desc{color:#282828;font-size:26px;letter-spacing:0.06em;line-height:normal;font-weight:500;display:inline-block;}.cms-cta-wrapper .cms-cta-content .title{font-weight:700;border-bottom:2px solid #282828;}.cms-cta-wrapper.style2{border:1px solid rgba(255, 255, 255, 0.4);margin:54px 0;padding:28px;}.cms-cta-wrapper.cta-left .cms-cta-content{float:right;text-align:right;}.cms-cta-wrapper.cta-left .cms-cta-button{text-align:left;}.cms-portfolio-style .cms-portfolio-image{position:relative;overflow:hidden;}.cms-portfolio-style .cms-portfolio-image img{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(30, 30, 30, 0.9);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-portfolio-style .cms-portfolio-image .cms-portfolio-readmore a{color:#fff;font-size:60px;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;right:0;margin:auto;height:60px;width:60px;line-height:60px;opacity:0;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-readmore a:hover{color:#f26667;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-like{position:absolute;bottom:20px;left:0;right:0;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-portfolio-style .cms-portfolio-image .cms-portfolio-like .nectar-love-count{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;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-like .nectar-love-count i{padding-right:3px;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-like .nectar-love-count:hover{color:#f26667;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-like .text{display:none;}.cms-portfolio-style .cms-portfolio-image .cms-portfolio-content-hover{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-portfolio-style .cms-portfolio-image:hover .cms-portfolio-overlay,.cms-portfolio-style .cms-portfolio-image:hover .cms-portfolio-readmore a,.cms-portfolio-style .cms-portfolio-image:hover .cms-portfolio-content-hover,.cms-portfolio-style .cms-portfolio-image:hover .cms-portfolio-like{opacity:1;}.cms-portfolio-style .cms-portfolio-image.img-scale:hover img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-portfolio-style .cms-portfolio-title{font-size:15px;letter-spacing:-0.015em;line-height:normal;margin-bottom:4px;}.cms-portfolio-style .cms-portfolio-title a{color:#1e1e1e;}.cms-portfolio-style .cms-portfolio-title a:hover{color:#f26667;}.cms-portfolio-style .cms-portfolio-category a{color:#9e9e9e;font-size:13px;}.cms-portfolio-style .cms-portfolio-category a:hover{color:#f26667;}.cms-portfolio-style .cms-portfolio-category a + a:before{content:"/";padding:0 5px;}.cms-portfolio-style.cms-portfolio-style1 .cms-portfolio-content{padding-bottom:28px;padding-top:23px;}.cms-portfolio-style.cms-portfolio-style2 .cms-portfolio-image .cms-portfolio-overlay{top:10px;right:10px;bottom:10px;left:10px;}.cms-portfolio-style.cms-portfolio-style2 .cms-portfolio-content-hover{position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */left:0;right:0;padding:0 20px;z-index:2;}.cms-portfolio-style.cms-portfolio-style2 .cms-portfolio-content-hover .cms-portfolio-title a{color:#fff;font-size:16px;text-transform:uppercase;}.cms-portfolio-style.cms-portfolio-style2 .cms-portfolio-content-hover .cms-portfolio-title a:hover{color:#f26667;}.cms-portfolio-style.cms-portfolio-style2 .cms-portfolio-content-hover .cms-portfolio-category a{color:#fff;}.cms-portfolio-style.cms-portfolio-style2 .cms-portfolio-content-hover .cms-portfolio-category a:hover{color:#f26667;}.cms-portfolio-style.cms-portfolio-style3 .cms-portfolio-image .cms-portfolio-overlay{top:10px;right:10px;bottom:10px;left:10px;background-color:#fff;}.cms-portfolio-style.cms-portfolio-style3 .cms-portfolio-image .cms-portfolio-like{bottom:inherit;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-portfolio-style.cms-portfolio-style3 .cms-portfolio-image .cms-portfolio-like .nectar-love-count{color:#3c3d35;font-size:15px;}.cms-portfolio-style.cms-portfolio-style3 .cms-portfolio-image .cms-portfolio-like .nectar-love-count .fa-heart:before{content:"\f08a";font-size:13px;line-height:1;padding-right:3px;position:relative;top:-2px;}.cms-portfolio-style.cms-portfolio-style3 .cms-portfolio-content{padding-bottom:6px;padding-top:18px;}.cms-portfolio-style.cms-portfolio-style3 .cms-portfolio-content .cms-portfolio-title{font-size:16px;}.mfp-fade.mfp-bg.mfp-ready{opacity:1;background-color:#fff;/* 
   [End] 15. CMS Portfolio
   +-----------------------------------+
*/}.custom-map > .vc_column_wrapper{background-color:#fff;margin:0 15px;padding:88px;/* 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 #f26667;}40%{box-shadow:0 2.5em 0 0 #f26667;}}@keyframes load7{/* 
   [Start] 16. CMS Shop
   +-----------------------------------+
*/0%,80%,100%{box-shadow:0 2.5em 0 -1.3em #f26667;}40%{box-shadow:0 2.5em 0 0 #f26667;}}.vc_separator.h55{width:55px;}.cms-grid-shop-layout1{/* 
   [Start] 17. CMS Section Feature
   +-----------------------------------+
*/}.cms-grid-shop-layout1 .cshere-woo-item-wrap{margin-bottom:62px;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image{position:relative;margin-bottom:20px;overflow:hidden;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image img{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;margin-bottom:0;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap{position:absolute;top:0;right:0;padding:9px 12px;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-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a{padding:0;border:none;background-color:transparent;font-size:20px;color:#cfcfcf;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a i{padding:0;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a:hover{color:#f26667;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added i{display:none;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added:after{display:none;margin-left:0;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward{font-size:0;float:left;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward:before{content:"\f00c";font-family:FontAwesome;margin-left:0;font-size:19px;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap .cshero-add-to-whitlist a{font-size:19px;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta{text-align:center;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories{line-height:1;margin-bottom:8px;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories a{text-transform:uppercase;font-size:12px;color:#999;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories a:hover{color:#f26667;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price{font-family:'MontserratLight';}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price ins{color:#f26667;background-color:transparent;}.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .star-rating,.cms-grid-shop-layout1 .cshere-woo-item-wrap .cshero-woo-meta .content{display:none;}.cms-grid-shop-layout1 .cshere-woo-item-wrap:hover .cshero-woo-image img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-grid-shop-layout1 .cshere-woo-item-wrap:hover .cshero-add-cart-wrap{opacity:1;}.cms-button-video{background-color:#1b1a1a;border-radius:1px;color:#fff;display:inline-block;font-size:32px;height:52px;line-height:52px;width:62px;}.cms-button-video i{line-height:52px;}.cms-button-video:hover,.cms-button-video:focus{background-color:#f26667;color:#fff;}.cms-process .cms-process-item{width:25%;float:left;text-align:center;}.cms-process .cms-process-title{font-size:14px;letter-spacing:0.1em;text-transform:uppercase;}.cms-process .cms-process-icon i{font-size:50px;color:#f26667;}.cms-process.cms-process-layout1{max-width:810px;overflow:hidden;margin:auto;}.cms-process.cms-process-layout1 .cms-process-item .cms-process-icon{position:relative;}.cms-process.cms-process-layout1 .cms-process-item .cms-process-icon:before{width:500px;height:1px;background-color:#dcdcdc;position:absolute;top:50%;left:50%;content:"";-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-process.cms-process-layout1 .cms-process-item .cms-process-icon i{width:80px;height:80px;line-height:80px;background-color:#fff;display:inline-block;position:relative;z-index:1;}.cms-process.cms-process-layout1 .cms-process-item .cms-process-title{margin-bottom:0;}.cms-process.cms-process-layout1 .cms-process-item:last-child .cms-process-icon:after{width:500px;height:1px;background-color:#fff;position:absolute;top:50%;left:50%;content:"";-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-process.cms-process-layout2{margin:0 -15px;}.cms-process.cms-process-layout2 .cms-process-item{padding:0 15px;}.cms-process.cms-process-layout2 .cms-process-item .cms-process-icon i{height:225px;width:225px;background-color:#efefef;line-height:225px;display:inline-block;color:#a1a1a1;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-transition:all 290ms linear 0ms;-moz-transition:all 290ms linear 0ms;-ms-transition:all 290ms linear 0ms;transition:all 290ms linear 0ms;}.cms-process.cms-process-layout2 .cms-process-item .cms-process-icon i:before{vertical-align:middle;}.cms-process.cms-process-layout2 .cms-process-item .cms-process-title{text-transform:none;font-size:18px;margin-top:26px;margin-bottom:10px;}.cms-process.cms-process-layout2 .cms-process-item:hover .cms-process-icon i{background-color:#f26667;color:#fff;}.cms-process.cms-process-layout3{max-width:810px;overflow:hidden;margin:auto;}.cms-process.cms-process-layout3 .cms-process-item .cms-process-icon-inner{height:80px;width:80px;line-height:80px;background-color:#fff;position:relative;display:inline-block;}.cms-process.cms-process-layout3 .cms-process-item .cms-process-icon{position:relative;}.cms-process.cms-process-layout3 .cms-process-item .cms-process-icon:before{width:500px;height:1px;background-color:#dcdcdc;position:absolute;top:50%;left:50%;content:"";-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-process.cms-process-layout3 .cms-process-item .cms-process-icon span{width:50px;height:50px;line-height:50px;background-color:#9b9d9e;display:inline-block;position:relative;z-index:1;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */font-size:12px;color:#fff;font-weight:300;-webkit-transition:all 290ms linear 0ms;-moz-transition:all 290ms linear 0ms;-ms-transition:all 290ms linear 0ms;transition:all 290ms linear 0ms;}.cms-process.cms-process-layout3 .cms-process-item .cms-process-title{margin-bottom:0;margin-top:6px;}.cms-process.cms-process-layout3 .cms-process-item:hover .cms-process-icon span{background-color:#1e1e1e;}.cms-process.cms-process-layout3 .cms-process-item:last-child .cms-process-icon:after{width:500px;height:1px;background-color:#fff;position:absolute;top:50%;left:50%;content:"";-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-carousel-shop-layout1{text-align:center;}.cms-carousel-shop-layout1 .cshero-woo-image{position:relative;overflow:hidden;}.cms-carousel-shop-layout1 .cshero-woo-image img{-webkit-transition:all 290ms linear 0ms;-moz-transition:all 290ms linear 0ms;-ms-transition:all 290ms linear 0ms;transition:all 290ms linear 0ms;}.cms-carousel-shop-layout1 .cshero-woo-image .cshero-add-to-cart a{background-color:transparent;border:medium none;color:#cfcfcf;font-size:20px;padding:0;position:absolute;right:14px;top:14px;opacity:0;}.cms-carousel-shop-layout1 .cshero-woo-image .cshero-add-to-cart a:hover{color:#f26667;}.cms-carousel-shop-layout1 .cshero-woo-image .cshero-add-to-cart a.added i{display:none;}.cms-carousel-shop-layout1 .cshero-woo-image .cshero-add-to-cart a.added:after{display:none;margin-left:0;}.cms-carousel-shop-layout1 .cshero-woo-image .cshero-add-to-cart a + .wc-forward{font-size:0;float:left;}.cms-carousel-shop-layout1 .cshero-woo-image .cshero-add-to-cart a + .wc-forward:before{content:"\f00c";font-family:FontAwesome;margin-left:0;font-size:19px;}.cms-carousel-shop-layout1 .cshero-woo-meta .cshero-product-title{font-size:14px;font-family:'Aileron Light';margin-top:16px;margin-bottom:5px;line-height:1;letter-spacing:0.05em;}.cms-carousel-shop-layout1 .cshero-woo-meta .cshero-product-title a{color:#1e1e1e;}.cms-carousel-shop-layout1 .cshero-woo-meta .cshero-product-title a:hover{color:#f26667;}.cms-carousel-shop-layout1 .cshero-woo-meta .cshero-product-price{font-family:'Aileron SemiBold';color:#1e1e1e;font-size:14px;}.cms-carousel-shop-layout1 .cshere-woo-wrapper:hover .cshero-woo-image img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-carousel-shop-layout1 .cshere-woo-wrapper:hover .cshero-add-to-cart a{opacity:1;}@media screen and (min-width:1360px){.cms-carousel-client-layout3.navigation-horizontal-center .owl-controls .owl-prev,.cms-carousel-client-layout3.navigation-horizontal-center .owl-controls .owl-next{left:-81px;margin:0;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 */}.cms-carousel-client-layout3.navigation-horizontal-center .owl-controls .owl-next{left:inherit;right:-81px;}}@media screen and (max-width:1360px){.column-padding-small .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}.cshero-popup-menu .menu-main-menu{padding:5% 0;}}@media screen and (max-width:1200px){#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper + .h-cart-wrapper,.widget_icl_lang_sel_widget #lang_sel{margin-left:10px;padding-left:10px;}#cshero-footer #cshero-footer-top .footer-time li{float:none;width:100%;}#cshero-footer #cshero-footer-top .footer-time li:nth-child(2n){text-align:left;}#cshero-footer #cshero-footer-top ul.menu li{float:none;width:100%;}#cshero-header-navigation{/* Footer */}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li,#cshero-header-navigation .main-navigation .menu-main-menu > li{padding:0 6px;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){min-width:190px;}#cshero-footer-bottom .title-social{display:block;margin-bottom:12px;}#cshero-footer-bottom .cs-social{margin-left:-2px;}#cshero-footer-bottom .title-newsletter{position:static;margin-bottom:12px;}#cshero-footer-bottom .newsletter-widget{padding-left:0;}}@media screen and (min-width:1200px){body .cs-boxed{margin:auto;width:1200px;}#cshero-header-logo.col-lg-5{width:34.667%;}#cshero-header-navigation.col-lg-7{width:65.333%;}}@media screen and (max-width:1024px) and (min-width:993px){.vc_col-sm-3 .cms-counter-icon{float:none;}.vc_col-sm-3 .cms-counter-content .cms-counter-title{margin-bottom:20px;}}@media screen and (max-width:1024px){.vc_row.pd-default-sm{padding-left:15px !important;padding-right:15px !important;}.vc_row.pd-default-sm .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}#page-title{background-attachment:inherit;}body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{padding:10px 18px;}.row-image-holder{bottom:30px;left:30px;right:45px;top:30px;}.cms-pricing .cms-pricing-item{margin-bottom:30px;}}@media screen and (min-width:993px){.line-gap .cms-counter-wraper:before{width:2px;height:30px;background-color:rgba(49, 49, 49, 0.1);content:"";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 */right:-16px;}.line-gap .wpb_column:last-child .cms-counter-wraper:before{width:0;}.line-gap.light .cms-counter-wraper:before{background-color:rgba(255, 255, 255, 0.3);}.cms-grid .col-lg-3:nth-child(4n+1){clear:left;}.cms-grid .col-lg-4:nth-child(3n+1){clear:left;}.cms-grid .col-lg-6:nth-child(2n+1){clear:left;}#cshero-menu-mobile{display:none !important;}.practice-layout6.nav-top-right .owl-controls,.cms-carousel-client.nav-top-right .owl-controls{position:absolute;right:-5px;top:-101px;}.practice-layout6.nav-top-right .owl-controls .owl-prev,.cms-carousel-client.nav-top-right .owl-controls .owl-prev,.practice-layout6.nav-top-right .owl-controls .owl-next,.cms-carousel-client.nav-top-right .owl-controls .owl-next{margin-top:0;}.cms-grid-blog-layout1 .col-lg-4:nth-child(3n+1){clear:left;}.cms-grid-blog-layout1 .col-lg-3:nth-child(4n+1){clear:left;}}@media screen and (max-width:993px){#cshero-header-inner #cshero-header #cshero-header-logo .top-media{display:none;}}@media screen and (max-width:992px){.space-sm40{height:40px !important;}.countdown-item-container{margin-bottom:30px;}.text-center-md{text-align:center;/* Call To Action */}.text-center-md *{text-align:center !important;}.text-center-md .cart-contents{float:none !important;}.cms-cta-wrapper .cms-cta-content{padding-bottom:25px;}.cms-cta-wrapper .title{border-bottom:none !important;}.cms-cta-wrapper.cta-left .cms-cta-content,.cms-cta-wrapper.cta-left .cms-cta-button{text-align:center;}.vc_row.space-default{padding:40px 15px !important;/* Text Align */}.text-rp-center{text-align:center !important;}.text-rp-center .wpb_single_image.vc_align_left{text-align:center;}.text-rp-right{text-align:right !important;}.w100-sm{width:100%;}body > div > div > .container,#cs-header > .container{width:100% !important;}.container{width:100%;}.icon-slider i{height:60px !important;width:60px !important;line-height:60px !important;font-size:20px !important;/* ==========================================================================
      Header Mobile
  ========================================================================== */}body #cshero-header{position:static !important;}body #cshero-header > .container{position:relative;z-index:99;}body #cshero-header .cshero-header-search{right:70px;}#cshero-header-inner.h-style #cshero-header,#cshero-header-inner.h-style2 #cshero-header{padding:0 15px;/* ==========================================================================
     End Header Mobile
  ========================================================================== *//* Woo */}.cart-action-wrap td.coupon,.cart-action-wrap .actions{width:50%;}.cart-action-wrap .button{width:100% !important;float:none;}#cms-trust.woocommerce .products li,#cms-medico.woocommerce-page .products li{width:50%;}.vc_row-no-padding.small-1-column .wpb_column{margin-top:0 !important;}#cshero-footer-feature-top .feature-top-item span:nth-child(2){line-height:31px;}#cshero-footer-top .media{padding-bottom:10px;}#cshero-footer-top .media .media-left{padding:0;display:block;}#cshero-footer-top .media .media-left img{top:0;margin-bottom:15px;}#cshero-footer-top .media .media-body{padding:0;display:block;}#cshero-footer-top [class*="cshero-footer-"]{margin-bottom:35px;}#cshero-footer-top aside.[class^="col-"]{margin-bottom:30px;}#cshero-footer-top aside.[class^="col-"]:last-child{margin:0;}#cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"],#cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"],#cshero-footer-top aside.[class^="col-"] .widget{margin:30px 0 0;}#cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"]:first-child,#cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"]:first-child,#cshero-footer-top aside.[class^="col-"] .widget:first-child{margin:0;}#cshero-footer-bottom .cs-social li{margin-bottom:8px;}}@media screen and (max-width:991px) and (min-width:768px){.cms-grid-wraper .cms-grid-item.col-sm-6:nth-child(odd){clear:left;}.text-rp-small{font-size:13px !important;line-height:26px !important;}.heading-rp-small{font-size:28px !important;line-height:36px !important;}}@media screen and (max-width:992px) and (min-width:768px){.small-1-column .wpb_column{width:100%;}.small-1-column .wpb_column + .wpb_column{margin-top:35px;}.small-1-column.sm-no-margin .wpb_column + .wpb_column{margin-top:0;}.small-2-column .wpb_column{width:50%;margin-top:0;}.small-2-column .wpb_column:nth-child(2){margin-top:0;}.small-2-column .wpb_column:nth-child(3),.small-2-column .wpb_column:nth-child(4){margin-top:35px;}.small-3-column .wpb_column{width:33.33%;}.small-3-column .wpb_column + .wpb_column{margin-top:0;}.section-counter{/* Text Align */}.section-counter.small-2-column .wpb_column:nth-child(3),.section-counter.small-2-column .wpb_column:nth-child(4){margin-top:0;border-top:1px solid #ebebeb;}.section-counter.small-2-column.line-dark .wpb_column:nth-child(3),.section-counter.small-2-column.line-dark .wpb_column:nth-child(4){border-top:1px solid #4c4b4b;}.section-counter.small-2-column .wpb_column:nth-child(2){border-right:none !important;}.text-center-small{text-align:center;}.text-center-small .wpb_wrapper{text-align:center;}.text-center-small .vc_custom_heading{text-align:center !important;}.cms-process.cms-process-layout2 .cms-process-item{width:50%;margin-bottom:35px;}}@media (min-width:768px){.column-no-padding [class*="vc_col-"]{padding:0;}}@media (max-width:767px){.cshero-popup-menu .menu-main-menu-container .menu-main-menu li{padding:8px 0;}.cshero-popup-menu .menu-main-menu-container .menu-main-menu li a{font-size:16px;}.cshero-popup-menu .menu-main-menu-container .menu-main-menu li ul.sub-menu{padding-top:8px;}.cshero-popup-menu .menu-main-menu-container .menu-main-menu li ul.sub-menu li a{font-size:14px;}.cms-process.cms-process-layout2 .cms-process-item{width:100%;padding:0 5%;margin-bottom:35px;}.custom-row-image + .vc_column_wrapper > .vc_col-sm-6:nth-child(1){display:none;}.cms-heading-wrapper .title{font-size:26px;/* Slider */}.cms-heading-wrapper .title.box:before{height:86px;}.custom{/* Button */}.custom.tp-leftarrow{-webkit-transform:matrix(1, 0, 0, 1, 0, -30) !important;-khtml-transform:matrix(1, 0, 0, 1, 0, -30) !important;-moz-transform:matrix(1, 0, 0, 1, 0, -30) !important;-ms-transform:matrix(1, 0, 0, 1, 0, -30) !important;-o-transform:matrix(1, 0, 0, 1, 0, -30) !important;transform:matrix(1, 0, 0, 1, 0, -30) !important;/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.custom.tp-rightarrow{-webkit-transform:matrix(1, 0, 0, 1, -60, -30) !important;-khtml-transform:matrix(1, 0, 0, 1, -60, -30) !important;-moz-transform:matrix(1, 0, 0, 1, -60, -30) !important;-ms-transform:matrix(1, 0, 0, 1, -60, -30) !important;-o-transform:matrix(1, 0, 0, 1, -60, -30) !important;transform:matrix(1, 0, 0, 1, -60, -30) !important;/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.btn{margin-bottom:4px;/* Page Title */}.btn.btn-md{padding:17px 18px;}#page-title{/* Tab */}#page-title #page-title-text h1{font-size:23px;}#page-title #page-title-text .sub-title{font-size:15px;}.vc_tta-panels-container .vc_tta-panel-title .vc_tta-title-text{margin-left:0 !important;padding-left:12px !important;}.vc_tta-style-classic .vc_tta-panel{padding-left:20px;padding-right:20px;/* Text Align */}.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title span{color:#f26667;}.text-center-xs,.text-center-mini{text-align:center;}.text-center-xs .wpb_wrapper,.text-center-mini .wpb_wrapper{text-align:center;}.text-center-xs .vc_custom_heading,.text-center-mini .vc_custom_heading{text-align:center !important;}.text-left-xs{text-align:left !important;}.small-1-column .wpb_column + .wpb_column,.small-2-column .wpb_column + .wpb_column,.small-3-column .wpb_column + .wpb_column{margin-top:35px;}.small-1-column.sm-no-margin .wpb_column + .wpb_column,.small-2-column.sm-no-margin .wpb_column + .wpb_column,.small-3-column.sm-no-margin .wpb_column + .wpb_column{margin-top:0;}.small-2-column .wpb_column{width:100%;/* End Text Align *//* Single Image VC */}body .vc_tta-container .vc_tta-panel-body .vc_single_image-wrapper{margin-top:22px;/* Client */}body .vc_tta-container .vc_tta-panel-body .vc_single_image-wrapper img{width:100%;margin:22px 0;}.cms-carousel-client-layout1 .cms-carousel-media{line-height:normal;/* End Client */}.cshero-header-search{display:none;}#cshero-footer #cshero-footer-bottom{text-align:center;/* Portfolio */}#cshero-footer #cshero-footer-bottom .cms-footer-social{padding-top:15px;}.single-portfolio .sg-portfolio .nav-links li span{display:none;/* Blog */}.post-navigation .nav-link-prev,.cms-related-post-inner .item{margin-bottom:30px;/* Shortcode Heading */}.cms-heading-wrapper.heading-layout1{/* End Shortcode Heading *//* Footer Top */}.cms-heading-wrapper.heading-layout1 .cms-heading-button{margin-top:30px;padding-left:115px;}.cms-heading-wrapper.heading-layout1 .cms-heading-content .line-title{width:30px;}.cms-fancyboxes-layout2 .cms-fancybox-item{padding-bottom:33px;}.cms-error404 .entry-header h1{font-size:100px;}.cms-error404 .entry-header h1:before{font-size:130px;left:-45px;top:-28px;}.wpb_single_image.icon .vc_single_image-wrapper{width:100%;margin-bottom:20px;}.wpb_single_image.icon .vc_single_image-wrapper img{width:100%;}#sidebar,.wpb_widgetised_column{margin-top:30px;}#sidebar #secondary,.wpb_widgetised_column #secondary{margin-bottom:80px;padding:15px;}#cshero-footer #cshero-footer-top > .no-container,#cshero-footer #cshero-footer-bottom > .no-container{padding:0 15px;}#main .page-full-width{padding:0 30px;}}@media (max-width:640px){.cms-process .cms-process-item{width:100%;margin-bottom:35px;}.cms-process .cms-process-item .cms-process-icon:before{display:none;}.cms-process .cms-process-item .cms-process-icon:after{display:none;}}@media (max-width:480px){#cshero-header-inner #cshero-header #cshero-header-logo a img{max-width:165px;/* Shortcode Heading */}.cms-heading-wrapper.heading-layout1{/* End Shortcode Heading */}.cms-heading-wrapper.heading-layout1 .cms-heading-content{padding-left:55px;}.cms-heading-wrapper.heading-layout1 .cms-heading-content:before{width:30px;}.cms-heading-wrapper.heading-layout1 .cms-heading-button{padding-left:70px;}#cshero-footer-top ul.menu li,#cshero-footer-top .cshero-footer-top3 ul.menu li{width:100%;}}#cshero-footer .widget-title{font-size:12px;text-transform:uppercase;line-height:26px;color:#e5e5e5;letter-spacing:0.05em;margin-bottom:29px;}#cshero-footer #cshero-footer-top{padding:96px 0 90px 0;background-color:#1f1f21;font-size:13px;}#cshero-footer #cshero-footer-top > .no-container{padding:0 70px;}#cshero-footer #cshero-footer-top a{color:#e5e5e5;}#cshero-footer #cshero-footer-top a:hover{color:#f26667;}#cshero-footer #cshero-footer-top ul.menu{margin-top:-7px;}#cshero-footer #cshero-footer-top ul.menu li{line-height:35px;}#cshero-footer #cshero-footer-top ul.menu li a:before{content:"\e04b";font-family:'linea-arrows-10';padding-right:11px;vertical-align:sub;}#cshero-footer #cshero-footer-top ul.menu li a:hover{padding-left:10px;}#cshero-footer #cshero-footer-top .menu-style1.widget_nav_menu ul.menu li{line-height:26px;}#cshero-footer #cshero-footer-top .menu-style1.widget_nav_menu ul.menu li a{font-family:'Aileron Light';color:#777;}#cshero-footer #cshero-footer-top .menu-style1.widget_nav_menu ul.menu li a:hover{color:#f26667;}#cshero-footer #cshero-footer-top .menu-style1.widget_nav_menu ul.menu li a:before{display:none;}#cshero-footer #cshero-footer-bottom{padding:22px 0;border-top:1px solid #242426;background-color:#131315;}#cshero-footer #cshero-footer-bottom > .no-container{padding:0 70px;}#cshero-footer #cshero-footer-bottom .cms-copyright{color:#4d4d4d;font-weight:300;font-size:13px;}#cshero-footer #cshero-footer-bottom .cms-copyright a{color:#4d4d4d;}#cshero-footer #cshero-footer-bottom .cms-copyright a:hover{color:#f26667;}#cshero-footer #cshero-footer-bottom .cms-footer-social li{display:inline-block;padding:0 14px;}#cshero-footer #cshero-footer-bottom .cms-footer-social li:last-child{padding-right:0;}#cshero-footer #cshero-footer-bottom .cms-footer-social li a{font-size:15px;color:#3f3f41;}#cshero-footer #cshero-footer-bottom .cms-footer-social li a:hover{color:#f26667;}#cshero-footer.cshero-footer3 #cshero-footer-bottom{background-color:#f4f5f6;border-top:none;}#cshero-footer.cshero-footer3 #cshero-footer-bottom .cms-copyright{color:#9b9ea1;}#cshero-footer.cshero-footer3 #cshero-footer-bottom .cms-copyright a{color:#9b9ea1;}#cshero-footer.cshero-footer3 #cshero-footer-bottom .cms-copyright a:hover{color:#f26667;}#cshero-footer.cshero-footer4 #cshero-footer-bottom{background-color:#fff;border-top:1px solid #f7f7f9;padding:50px 0;}#cshero-footer.cshero-footer4 #cshero-footer-bottom .cms-footer-social{margin-bottom:12px;}#cshero-footer.cshero-footer4 #cshero-footer-bottom .cms-copyright{color:#b0adad;}#cshero-footer.cshero-footer4 #cshero-footer-bottom .cms-copyright a{color:#b0adad;}#cshero-footer.cshero-footer4 #cshero-footer-bottom .cms-copyright a:hover{color:#f26667;}#cshero-footer.cshero-footer5 #cshero-footer-bottom{background-color:#1b2126;padding:100px 0 95px;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li{padding:0 7px;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li a{height:35px;width:35px;background-color:#f26667;font-size:15px;color:#fff;-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 */line-height:35px;display:inline-block;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li a:hover{opacity:0.7;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li.social-facebook a{background-color:#306199;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li.social-twitter a{background-color:#26c4f1;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li.social-inkedin a{background-color:#007bb6;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li.social-pinterest a{background-color:#cc2128;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-footer-social li.social-rss a{background-color:#e6571c;}#cshero-footer.cshero-footer5 #cshero-footer-bottom ul.menu li{display:inline-block;padding:0 12px;}#cshero-footer.cshero-footer5 #cshero-footer-bottom ul.menu li a{font-size:15px;}#cshero-footer.cshero-footer5 #cshero-footer-bottom aside{margin-top:38px;}#cshero-footer.cshero-footer5 #cshero-footer-bottom .cms-copyright{margin-top:38px;}#cshero-footer.cshero-footer6 #cshero-footer-bottom{background-color:#fff;padding:55px 0;border:none;}#cshero-footer.cshero-footer6 #cshero-footer-bottom .cms-footer-social li{padding:0 7px;}#cshero-footer.cshero-footer6 #cshero-footer-bottom .cms-footer-social li a{height:35px;width:35px;background-color:#222;font-size:15px;color:#fff;-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 */line-height:35px;display:inline-block;}#cshero-footer.cshero-footer6 #cshero-footer-bottom .cms-footer-social li a:hover{background-color:#f26667;}#cshero-footer.cshero-footer7 #cshero-footer-bottom{background-color:#fff;padding:40px 0 110px;border:none;}#cshero-footer.cshero-footer7 #cshero-footer-bottom .cms-footer-social li{padding:0 5px;}#cshero-footer.cshero-footer7 #cshero-footer-bottom .cms-footer-social li a{height:26px;width:26px;background-color:#d5d5d5;font-size:12px;color:#fff;-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 */line-height:26px;display:inline-block;text-align:center;}#cshero-footer.cshero-footer7 #cshero-footer-bottom .cms-footer-social li a:hover{background-color:#f26667;}#cshero-footer.cshero-footer7 #cshero-footer-bottom .cms-footer-social li:first-child{padding-left:0;}#cshero-footer.cshero-footer7 #cshero-footer-bottom .cms-footer-social li:last-child{padding-right:0;}#cshero-footer.cshero-footer7 #cshero-footer-bottom .cms-copyright{color:#acaca9;}#cshero-footer.cshero-footer8 #cshero-footer-top{background-color:#000;padding:58px 0 45px;}#cshero-footer.cshero-footer8 #cshero-footer-top .widget-title{font-size:13px;font-weight:normal;color:#e5e5e5;margin-bottom:15px;}#cshero-footer.cshero-footer8 #cshero-footer-top ul.menu li{line-height:24px;}#cshero-footer.cshero-footer8 #cshero-footer-top ul.menu li a{color:#b3b3b3;}#cshero-footer.cshero-footer8 #cshero-footer-top ul.menu li a:hover{color:#f26667;padding-left:0;}#cshero-footer.cshero-footer8 #cshero-footer-top ul.menu li a:before{display:none;}#cshero-footer.cshero-footer8 #cshero-footer-bottom{background-color:#000;padding:38px 0;text-align:center;font-size:12px;color:#656565;}#cshero-footer.cshero-footer8 #cshero-footer-bottom .cms-footer-social li{padding:0 7px;}#cshero-footer.cshero-footer8 #cshero-footer-bottom .cms-footer-social li a{background-color:#c7c7c8;height:35px;width:35px;font-size:15px;color:#000;-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 */line-height:35px;display:inline-block;}#cshero-footer.cshero-footer8 #cshero-footer-bottom .cms-footer-social li a:hover{background-color:#f26667;color:#fff;}#cshero-footer.cshero-footer8 #cshero-footer-bottom .cms-footer-social + .cms-copyright{margin-top:8px;}#back_to_top.on{bottom:30px;right:20px;width:42px;height:42px;overflow:hidden;position:fixed;text-decoration:none;z-index:9999;font-size:0;color:transparent;background-color:rgba(51, 51, 51, 0.9);border:1px solid #333;cursor:pointer;-webkit-transition:0.3s ease-in-out 0s;-moz-transition:0.3s ease-in-out 0s;-ms-transition:0.3s ease-in-out 0s;transition:0.3s ease-in-out 0s;/* Search Popup + Menu */}#back_to_top.on:hover{background-color:#f26667;border-color:#f26667;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;}#back_to_top.on:after{color:#fff;content:'\f106';font-size:18px;line-height:42px;font-family:'FontAwesome';text-align:center;display:block;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:all 150ms linear 0ms;-moz-transition:all 150ms linear 0ms;-ms-transition:all 150ms linear 0ms;transition:all 150ms linear 0ms;}.cshero-popup-search,.cshero-popup-menu{background-color:#191919;height:100%;left:0;position:fixed;top:0;width:100%;z-index:2000;opacity:0;visibility:hidden;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}.cshero-popup-search .widget-search-footer{left:0;margin:auto;max-width:680px;position:absolute;right:0;top:58%;transform:translate(0px, -50%);padding:0 30px;opacity:0.9;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}.cshero-popup-search .widget-search-footer #searchform div:before{color:#fff;right:0;content:"\55";font-family:'ElegantIcons';font-size:16px;top:16px;}.cshero-popup-search .widget-search-footer #searchform input[type="text"]{background-color:transparent;border-color:transparent;border-image: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 */border-style:solid;border-width:0px 0px 1px 0px;color:#fff;font-size:18px;height:inherit;padding:18px 0;font-family:'Droid Serif';-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cshero-popup-search .widget-search-footer #searchform input[type="text"]:focus{border-color:#fff;}.cshero-popup-search.open{visibility:visible;opacity:1;}.cshero-popup-search.open .widget-search-footer{top:50%;}.cshero-popup-menu{/* Login + Register */}.cshero-popup-menu .cshero-popup-menu-inner{position:absolute;max-width:1170px;left:0;right:0;margin:auto;padding:85px 0;height:100vh;}.cshero-popup-menu .menu-popup-close{color:#fff;font-size:40px;position:absolute;right:15px;top:85px;cursor:pointer;}.cshero-popup-menu .menu-popup-close:hover{color:#f26667;}.cshero-popup-menu .menu-main-menu{padding:15% 0;}.cshero-popup-menu .menu-main-menu li{padding:17px 0;}.cshero-popup-menu .menu-main-menu li a{font-size:30px;line-height:1;letter-spacing:0.05em;font-family:'MontserratRegular';text-transform:uppercase;color:#fff;}.cshero-popup-menu .menu-main-menu li.current-menu-item a,.cshero-popup-menu .menu-main-menu li a:hover{color:#f26667;}.cshero-popup-menu .menu-main-menu li ul.sub-menu{width:100% !important;padding-top:17px;}.cshero-popup-menu .menu-main-menu li ul.sub-menu li a{font-size:20px;}.cshero-popup-menu .cms-top-social li{display:inline-block;padding:0 12px;}.cshero-popup-menu .cms-top-social li a{font-size:15px;color:#fff;}.cshero-popup-menu .cms-top-social li a:hover{color:#f26667;}.cshero-popup-menu.open{visibility:visible;opacity:1;}.cms-login-wrap.cms-popup,.cms-register-wrap.cms-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1003;background-color:rgba(34, 34, 34, 0.95);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;}.cms-login-wrap.open,.cms-register-wrap.open{opacity:1;visibility:visible;}.cms-form-login .more-sign-up,.cms-form-register .more-sign-up,.cms-form-login .more-sign-in,.cms-form-register .more-sign-in{font-size:13px;color:#222;text-transform:uppercase;text-align:center;padding:22px 0 0;letter-spacing:0.02em;font-weight:600;}.cms-form-login .more-sign-up.white,.cms-form-register .more-sign-up.white,.cms-form-login .more-sign-in.white,.cms-form-register .more-sign-in.white{color:#fff;}.cms-form-login .more-sign-up a,.cms-form-register .more-sign-up a,.cms-form-login .more-sign-in a,.cms-form-register .more-sign-in a{color:#f26667;border-bottom:2px solid #f26667;}.cms-form-login .more-sign-up a:hover,.cms-form-register .more-sign-up a:hover,.cms-form-login .more-sign-in a:hover,.cms-form-register .more-sign-in a:hover{opacity:0.5;}.cms-form-login .cms-modal-dialog.dialog-popup,.cms-form-register .cms-modal-dialog.dialog-popup{left:50%;margin:0;max-width:370px;width:100%;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 */}.cms-form-login .cms-modal-content,.cms-form-register .cms-modal-content{background-color:#fff;padding: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 */overflow:hidden;}.cms-form-login .cms-modal-content .cms-modal-header,.cms-form-register .cms-modal-content .cms-modal-header{background-image:url(../images/bg-login.jpg);background-repeat:no-repeat;background-size:cover;padding:40px 10px;color:#fff;-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 */position:relative;}.cms-form-login .cms-modal-content .cms-modal-header:before,.cms-form-register .cms-modal-content .cms-modal-header:before{height:100%;width:100%;position:absolute;top:0;left:0;content:"";background-color:#f26667;opacity:0.9;}.cms-form-login .cms-modal-content .cms-modal-header .cms-modal-header-innder,.cms-form-register .cms-modal-content .cms-modal-header .cms-modal-header-innder{position:relative;z-index:1;}.cms-form-login .cms-modal-content .cms-modal-header .cms-modal-header-innder i,.cms-form-register .cms-modal-content .cms-modal-header .cms-modal-header-innder i{width:62px;height:62px;font-size:32px;color:#fff;line-height:62px;background-color:rgba(255, 255, 255, 0.15);display:inline-block;}.cms-form-login .cms-modal-content .cms-modal-header .cms-modal-header-innder h3,.cms-form-register .cms-modal-content .cms-modal-header .cms-modal-header-innder h3{margin-top:48px;margin-bottom:10px;}.cms-form-login .cms-modal-content .cms-modal-header .cms-modal-header-innder span,.cms-form-register .cms-modal-content .cms-modal-header .cms-modal-header-innder span{font-size:16px;}.cms-form-login .cms-modal-content .cms-modal-header h3,.cms-form-register .cms-modal-content .cms-modal-header h3{font-size:26px;line-height:1;color:#fff;margin-bottom:20px;}.cms-form-login .cms-modal-content .cms-modal-body,.cms-form-register .cms-modal-content .cms-modal-body{padding:0;border:1px solid #e8e8e8;}.cms-form-login .cms-modal-content .cms-modal-body .profile-content,.cms-form-register .cms-modal-content .cms-modal-body .profile-content{padding:20px;text-align:center;}.cms-form-login .cms-modal-content .cms-modal-body .profile-content .user-avatar,.cms-form-register .cms-modal-content .cms-modal-body .profile-content .user-avatar{display:none;}.cms-form-login .cms-modal-content .cms-modal-body .profile-content .user-name,.cms-form-register .cms-modal-content .cms-modal-body .profile-content .user-name{font-size:16px;font-weight:700;color:#f26667;text-transform:uppercase;}.cms-form-login .cms-modal-content .cms-modal-body .input,.cms-form-register .cms-modal-content .cms-modal-body .input{-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */border-color:#b0b0b0;border-width:0 0 2px;color:#9b9b9b;padding-left:0;text-transform:uppercase;margin-bottom:35px;}.cms-form-login .cms-modal-content .cms-modal-body .forget,.cms-form-register .cms-modal-content .cms-modal-body .forget{color:#f26667;font-style:italic;font-weight:normal;}.cms-form-login .cms-modal-content .cms-modal-body .forget:hover,.cms-form-register .cms-modal-content .cms-modal-body .forget:hover{opacity:0.6;}.cms-form-login .cms-modal-content .cms-modal-body label,.cms-form-register .cms-modal-content .cms-modal-body label{font-style:italic;color:#7c7f85;font-weight:normal;}.cms-form-login .cms-modal-content .cms-modal-body .login-form .check,.cms-form-register .cms-modal-content .cms-modal-body .login-form .check,.cms-form-login .cms-modal-content .cms-modal-body .register-form .check,.cms-form-register .cms-modal-content .cms-modal-body .register-form .check{position:relative;top:-1px;}.cms-form-login .cms-modal-content .cms-modal-body .login-form .fields-content,.cms-form-register .cms-modal-content .cms-modal-body .login-form .fields-content,.cms-form-login .cms-modal-content .cms-modal-body .register-form .fields-content,.cms-form-register .cms-modal-content .cms-modal-body .register-form .fields-content{padding:40px;}.cms-form-login .cms-modal-content .cms-modal-body .login-form .fields-footer,.cms-form-register .cms-modal-content .cms-modal-body .login-form .fields-footer,.cms-form-login .cms-modal-content .cms-modal-body .register-form .fields-footer,.cms-form-register .cms-modal-content .cms-modal-body .register-form .fields-footer{padding:40px;border-top:1px solid #e8e8e8;}.cms-form-login .cms-modal-content .cms-modal-body span.wpcf7-not-valid-tip,.cms-form-register .cms-modal-content .cms-modal-body span.wpcf7-not-valid-tip{font-size:10px;line-height:1;margin-bottom:10px;}#page-sign-up,#page-sign-in{padding-bottom:80px;}#page-sign-up .cms-modal-content,#page-sign-in .cms-modal-content{max-width:370px;margin:auto;}@media screen and (max-width:1200px) and (min-width:993px){.cshero-footer1.layout2 .cshero-footer-top4{clear:left;}.cshero-footer1.layout2 .col-xs-12{margin-bottom:35px;}.cshero-footer8 #cshero-footer-top [class*="cshero-footer-"]{margin-bottom:35px;}}input[type='text'],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],textarea,select{background-color:#fff;color:#9e9e9e;font-size:12px;padding:10px 15px;line-height:normal;width:100%;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */outline:none;border-width:1px;border-style:solid;border-color:#ebebeb;height:45px;}textarea{height:165px;max-width:100%;padding:15px 18px;}input[type='text']:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,textarea:focus{border-color:#f26667;/** Contact Form 7 */}.wpcf7-form .wpcf7-form-item{margin-bottom:20px;}.wpcf7-form .wpcf7-not-valid-tip{font-size:12px;position:absolute;right:15px;top:0;color:#d94e90;}.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 input[type='text'],.wpcf7-form input[type="password"],.wpcf7-form input[type="datetime"],.wpcf7-form input[type="datetime-local"],.wpcf7-form input[type="date"],.wpcf7-form input[type="month"],.wpcf7-form input[type="time"],.wpcf7-form input[type="week"],.wpcf7-form input[type="number"],.wpcf7-form input[type="email"],.wpcf7-form input[type="url"],.wpcf7-form input[type="search"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="color"],.wpcf7-form textarea,.wpcf7-form select{height:51px;border-width:0 0 2px 0;text-transform:uppercase;font-weight:500;padding-left:0;}.wpcf7-form input[type='text']:focus,.wpcf7-form input[type="password"]:focus,.wpcf7-form input[type="datetime"]:focus,.wpcf7-form input[type="datetime-local"]:focus,.wpcf7-form input[type="date"]:focus,.wpcf7-form input[type="month"]:focus,.wpcf7-form input[type="time"]:focus,.wpcf7-form input[type="week"]:focus,.wpcf7-form input[type="number"]:focus,.wpcf7-form input[type="email"]:focus,.wpcf7-form input[type="url"]:focus,.wpcf7-form input[type="search"]:focus,.wpcf7-form input[type="tel"]:focus,.wpcf7-form input[type="color"]:focus,.wpcf7-form textarea:focus,.wpcf7-form select:focus{border-color:#e8e8e8;}.wpcf7-form textarea{height:95px;vertical-align:bottom;}.wpcf7-form .input-filled{position:relative;}.wpcf7-form .input-filled:before{height:2px;width:100%;max-width:0;background-color:#f26667;content:"";position:absolute;bottom:0;left:0;z-index:10;display:block;-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 .input-filled.input-filled-active:before{max-width:2000px;}input::-moz-placeholder,textarea::-moz-placeholder{color:#9e9e9e;opacity:1;}input::-webkit-input-placeholder,textarea::-webkit-placeholder{color:#9e9e9e;opacity:1;}input::-o-placeholder,textarea::-o-placeholder{color:#9e9e9e;opacity:1;}input::-ms-placeholder,textarea::-ms-placeholder{color:#9e9e9e;opacity:1;}.placeholder-dark input::-moz-placeholder,.placeholder-dark textarea::-moz-placeholder{color:#474747;opacity:1;}.placeholder-dark input::-webkit-input-placeholder,.placeholder-dark textarea::-webkit-input-placeholder{color:#474747;opacity:1;}.placeholder-dark input::-o-placeholder,.placeholder-dark textarea::-o-placeholder{color:#474747;opacity:1;}.placeholder-dark input::-ms-placeholder,.placeholder-dark textarea::-ms-placeholder{color:#474747;opacity:1;}.placeholder-dark input{color:#474747;}.placeholder-white input::-moz-placeholder,.placeholder-white textarea::-moz-placeholder{color:#fff;opacity:1;}.placeholder-white input::-webkit-input-placeholder,.placeholder-white textarea::-webkit-input-placeholder{color:#fff;opacity:1;}.placeholder-white input::-o-placeholder,.placeholder-white textarea::-o-placeholder{color:#fff;opacity:1;}.placeholder-white input::-ms-placeholder,.placeholder-white textarea::-ms-placeholder{color:#fff;opacity:1;}.placeholder-white input{color:#fff;}.wpb_widgetised_column .newsletter-email input::-moz-placeholder,.wpb_widgetised_column .newsletter-email textarea::-moz-placeholder{color:#b4b4b4;opacity:1;}.wpb_widgetised_column .newsletter-email input::-webkit-input-placeholder,.wpb_widgetised_column .newsletter-email textarea::-webkit-input-placeholder{color:#b4b4b4;opacity:1;}.element-form-post{position:relative;}.element-form-post i{left:20px;position:absolute;top:16px;}.wpcf7-form .row{margin-bottom:30px;}.wpcf7-form .form-white .wpcf7-form-control,.wpcf7-form .form-white .wpcf7-form-control:focus{border-color:rgba(255, 255, 255, 0.2);color:#fff;}.wpcf7-form [class*="menu-"]{position:relative;}.wpcf7-form [class*="menu-"]:before{content:"\f107";font-family:FontAwesome;font-size:19px;position:absolute;top:-2px;right:0;z-index:1;color:#9b9b9b;font-weight:normal;}.wpcf7-form input[type='text']{padding-left:0;}.wpcf7-form select{-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;position:relative;z-index:2;}.wpcf7-form select:hover{cursor:pointer;}.wpcf7-form select option{color:#1e1e1e;}.wpcf7-form textarea{padding-left:0;}.wpcf7-form .wpcf7-response-output,.wpcf7-not-valid-tip{font-size:13px;font-style:italic;}.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,.wpcf7-not-valid-tip.wpcf7-validation-errors{color:#222;}.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7-not-valid-tip.wpcf7-mail-sent-ng{border:none;padding:0;color:#f26667;}.wpcf7-not-valid-tip{color:#f26667 !important;}.request-form .request-form-header{background-color:#f26667;color:#fff;padding:26px 30px 30px;position:relative;}.request-form .request-form-header .get-form-quote{bottom:0;left:0;position:absolute;right:0;top:0;cursor:pointer;z-index:1;}.request-form .request-form-header .scroll-to-content{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;}.request-form .request-form-header .lnr{float:left;font-size:40px;position:relative;top:8px;width:65px;}.request-form .request-form-header h3{color:#fff;font-size:22px;line-height:1;text-transform:uppercase;margin:5px 0 0;}.request-form .request-form-header p{margin:0;}.request-form .request-form-header .request-form-inner{position:relative;padding-left:65px;}.request-form .request-form-header .request-form-inner:before{background-color:#ff8600;content:"";height:22px;left:51px;position:absolute;top:50%;transform:translate(0px, -50%);width:2px;}.request-form .request-form-content{background-color:#f9f9f9;padding:30px 50px 50px;-webkit-box-shadow:0 2.3px 2px 0.1px #f1f1f1;-moz-box-shadow:0 2.3px 2px 0.1px #f1f1f1;-ms-box-shadow:0 2.3px 2px 0.1px #f1f1f1;box-shadow:0 2.3px 2px 0.1px #f1f1f1;border:1px solid #f7f7f7;}.request-form .request-form-content div{margin-bottom:19px;}.request-form .request-form-content div:last-child{margin-bottom:0;padding-top:11px;}.request-form .request-form-content p{margin:0;}.request-form .request-form-content .wpcf7-textarea{margin-top:11px;}.request-form .ajax-loader{display:none;}.request-form .request-form-content-vc{background-color:#f26667;border-top:2px solid #fff;padding:50px;}.request-form .request-form-content-vc .btn:hover{border-color:#336093;background-color:transparent;color:#336093;}.fr-bg-white .request-form .request-form-content{background-color:#fff;/* ==========================================================================
   [End] All Style Form
========================================================================== */}.widget-search-header{background-color:#1b1a1a;display:inline-block;max-width:270px;position:absolute;right:15px;top:77px;width:100%;padding:20px;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;}.widget-search-header #searchform div{line-height:normal;}.widget-search-header #searchform div input[type="text"]{border:none;padding:0;color:#9e9e9e;height:30px;}.widget-search-header #searchform div #searchsubmit{width:35px;height:30px;padding:0;}.widget-search-header #searchform div:before{right:11px;top:7px;color:#fff;}.widget-search-header #searchform div:after{top:0;right:0;}.widget-search-header.open{opacity:1;filter:alpha(opacity=1);visibility:visible;}.header-fixed .widget-search-header{top:77px;/* ==========================================================================
   [End] 2. Search Nav
========================================================================== *//* ==========================================================================
   [1. Header Main
========================================================================== */}#cshero-header-inner.h-style #cshero-header{border-bottom:1px solid #e1e1e1;padding:0 70px;}#cshero-header-inner.h-style2 #cshero-header{padding:0 70px;}#cshero-header-inner .cms-top-social li{display:inline-block;margin:0 14px;}#cshero-header-inner .cms-top-social li a{font-size:14px;color:#5d5d5d;}#cshero-header-inner .cms-top-social li:last-child{margin-right:0;}#cshero-header-inner .top-contact{font-size:12px;line-height:20px;color:#cecece;display:inline-block;margin-right:11px;padding-right:13px;position:relative;}#cshero-header-inner .top-contact:before{background-color:#dedede;content:"";height:100px;position:absolute;right:0;top:-50px;width:1px;}#cshero-header-inner .top-contact a{margin-right:11px;padding-right:15px;position:relative;color:#cecece;}#cshero-header-inner .top-contact a:hover{color:#f26667;}#cshero-header-inner .top-contact a:before{background-color:#dedede;content:"";height:100px;position:absolute;right:0;top:-50px;width:1px;}#cshero-header-inner .top-contact span{display:inline-block;}#cshero-header-inner .top-contact i{padding-right:6px;}#cshero-header-inner #cshero-header{position:relative;z-index:1000;background-color:#fff;width:100%;}#cshero-header-inner #cshero-header .container{position:relative;}#cshero-header-inner #cshero-header #cshero-header-logo{position:relative;}#cshero-header-inner #cshero-header #cshero-header-logo a{display:block;line-height:77px;}#cshero-header-inner #cshero-header #cshero-header-logo a img{height:45px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner #cshero-header #cshero-header-logo a.logo-sticky{position:absolute;top:0;left:15px;opacity:0;filter:alpha(opacity=0);visibility:hidden;}#cshero-header-inner #cshero-header #cshero-header-logo .top-media{border-left:1px solid #dedede;display:inline-block;margin-left:26px;padding-left:20px;vertical-align:top;}#cshero-header-inner #cshero-header #cshero-header-logo .top-media .cms-top-social li{margin:0 9px;}#cshero-header-inner #cshero-header #cshero-header-logo .top-media .cms-top-social li a{color:#5d5d5d;}#cshero-header-inner #cshero-header #cshero-header-logo .top-media .cms-top-social li a:hover{color:#f26667;}#cshero-header-inner #cshero-header .cshero-navigation-right{float:right;text-align:right;width:20%;}#cshero-header-inner #cshero-header .cshero-navigation-right .widget_shopping_cart .widget-title{display:none;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon{font-size:14px;line-height:77px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-cart-wrapper,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .language,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper{display:inline-block;vertical-align:top;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper i,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-cart-wrapper i,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .language i,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper i{color:#1e1e1e;cursor:pointer;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper i:hover,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-cart-wrapper i:hover,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .language i:hover,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper i:hover{color:#f26667;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper + .h-cart-wrapper,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper + .h-login-wrapper{margin-left:20px;padding-left:20px;position:relative;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper + .h-cart-wrapper:before,#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper + .h-login-wrapper:before{background-color:#dfdfdf;content:"";height:20px;left:-1px;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:1px;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper{margin-left:17px;padding-left:17px;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper i{width:16px;height:15px;background-image:url(../images/login-icon.png);display:inline-block;position:relative;top:2px;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper + .h-cart-wrapper{margin-left:17px;padding-left:17px;position:relative;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-login-wrapper + .h-cart-wrapper:before{background-color:#dfdfdf;content:"";height:20px;left:-1px;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:1px;}#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .couter_items{background-color:#f26667;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */color:#fff;display:inline-block;font-size:10px;font-weight:500;height:17px;line-height:17px;text-align:center;width:17px;position:absolute;top:0px;right:17px;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;transition:all 300ms ease 0s;opacity:0;}#cshero-header-inner .top-media{display:inline-block;}#cshero-header-inner .top-media a.top-button{padding:6px 9px;border:1px solid rgba(255, 255, 255, 0.25);font-size:12px;color:#dedede;}#cshero-header-inner .top-media a.top-button:hover{border-color:#f26667;background-color:#f26667;color:#fff;}#cshero-header-inner .top-media.line-small{color:#cecece;position:relative;}#cshero-header-inner .top-media.line-small i.fa-phone{padding-right:6px;color:#cecece !important;}#cshero-header-inner .top-media.line-small:before{height:30px;width:1px;content:"";background-color:#dedede;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 */left:-4px;}#cshero-header-inner .top-media.last{border-left:medium none !important;padding-left:13px !important;}#cshero-header-inner.h-trans{left:0;position:fixed;right:0;top:0;width:100%;z-index:1001;}#cshero-header-inner.h-trans #cshero-header{background-color:transparent;border:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon{line-height:77px;height:77px;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu{height:12px;position:absolute;right:15px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:18px;cursor:pointer;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:before,#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:after,#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu span{height:2px;width:100%;background-color:#fff;content:"";position:absolute;left:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:before{top:0;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:after{bottom:0;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu span{top:5px;}#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:hover:before,#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:hover:after,#cshero-header-inner.h-trans #cshero-header #cshero-header-menu-icon .h3-icon-menu:hover span{background-color:#f26667;}#cshero-header-inner.h-trans #cshero-header.header-fixed{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);}#cshero-header-inner.h-trans #cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu:before,#cshero-header-inner.h-trans #cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu:after,#cshero-header-inner.h-trans #cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu span{background-color:#1e1e1e;}#cshero-header-inner.h-trans #cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu:hover:before,#cshero-header-inner.h-trans #cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu:hover:after,#cshero-header-inner.h-trans #cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu:hover span{background-color:#f26667;}#cshero-header-inner.header-7 #cshero-header{margin-top:50px;}#cshero-header-inner.header-7 #cshero-header #cshero-header-logo a{line-height:100px;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon{line-height:100px;height:100px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu{height:12px;position:absolute;right:15px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:18px;cursor:pointer;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:before,#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:after,#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu span{height:2px;width:100%;background-color:#1e1e1e;content:"";position:absolute;left:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:before{top:0;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:after{bottom:0;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu span{top:5px;}#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:hover:before,#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:hover:after,#cshero-header-inner.header-7 #cshero-header #cshero-header-menu-icon .h3-icon-menu:hover span{background-color:#f26667;}#cshero-header-inner.header-7 #cshero-header.header-fixed{-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);margin-top:0;}#cshero-header-inner.header-7 #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.header-7 #cshero-header.header-fixed #cshero-header-menu-icon{line-height:77px;height:77px;}#cshero-header-inner.header-8 #cshero-header-top{padding:7px 0;background-color:#000;font-size:11px;color:#fff;text-transform:uppercase;}#cshero-header-inner.header-8 #cshero-header-top ul li{display:inline-block;cursor:pointer;}#cshero-header-inner.header-8 #cshero-header-top ul li:hover{color:#f26667;}#cshero-header-inner.header-8 #cshero-header-top ul li + li{position:relative;padding-left:14px;margin-left:14px;}#cshero-header-inner.header-8 #cshero-header-top ul li + li:before{width:1px;height:14px;background-color:#333;position:absolute;content:"";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 */left:-2px;}@media (min-width:993px){body.custom-header-fixed #cshero-header-inner{position:fixed;top:0;z-index:1001;width:100%;left:0;right:0;}#cshero-header-inner #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-inner #cshero-header #cshero-header-navigation .menu-white .menu-main-menu > ul > li > a,#cshero-header-inner #cshero-header #cshero-header-navigation .menu-white .menu-main-menu > li > a{color:#fff;}#cshero-header-inner #cshero-header #cshero-header-navigation .icon-white i{color:#fff;}#cshero-header-inner #cshero-header #cshero-header-navigation .icon-white i:hover{color:#f26667;}#cshero-header-inner #cshero-header.header-fixed{position:fixed;top:0;background-color:#fff;z-index:1001;width:100%;left:0;right:0;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a{line-height:77px;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a img{height:45px;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a.logo-main{opacity:0;filter:alpha(opacity=0);visibility:hidden;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a.logo-sticky{opacity:1;filter:alpha(opacity=1);visibility:visible;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li > a,#cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a{line-height:77px;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .menu-white .menu-main-menu > ul > li > a,#cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .menu-white .menu-main-menu > li > a{color:#1e1e1e;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .icon-white i{color:#1e1e1e;}#cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .icon-white i:hover{color:#f26667;}#cshero-header-inner #cshero-header.header-fixed .nav-button-icon{line-height:77px;}#cshero-header-inner.m-style #cshero-header .menu-main-menu > li > a .menu-title{position:relative;}#cshero-header-inner.m-style #cshero-header .menu-main-menu > li > a .menu-title:before{content:"";position:absolute;height:1px;background-color:transparent;bottom:-3px;left:0;right:0;width:0;margin:auto;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.m-style #cshero-header .menu-main-menu > li.current-menu-ancestor > a .menu-title:before,#cshero-header-inner.m-style #cshero-header .menu-main-menu > li > a:hover .menu-title:before{width:100%;background-color:#f26667;}#cshero-header-inner.m-style.bg-trans #cshero-header .menu-main-menu > li.current-menu-ancestor > a .menu-title:before,#cshero-header-inner.m-style.bg-trans #cshero-header .menu-main-menu > li > a:hover .menu-title:before{background-color:#fff;}#cshero-header-inner.m-style.bg-trans #cshero-header.header-fixed .menu-main-menu > li.current-menu-ancestor > a .menu-title:before,#cshero-header-inner.m-style.bg-trans #cshero-header.header-fixed .menu-main-menu > li > a:hover .menu-title:before{background-color:#222;}#cshero-header-inner.m-style2 #cshero-header #cshero-header-logo a,#cshero-header-inner.m-style2 #cshero-header .cshero-navigation-right .nav-button-icon{font-size:15px;line-height:90px;}#cshero-header-inner.m-style2 #cshero-header .menu-main-menu > li{padding:0 18px;}#cshero-header-inner.m-style2 #cshero-header .menu-main-menu > li > a{line-height:90px;}#cshero-header-inner.m-style2 #cshero-header .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.m-style2 #cshero-header .menu-main-menu > li:hover > a{color:#acacac;}#cshero-header-inner.m-style2 #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.m-style2 #cshero-header.header-fixed .cshero-navigation-right .nav-button-icon,#cshero-header-inner.m-style2 #cshero-header.header-fixed .menu-main-menu > li > a{line-height:77px;}#cshero-header-inner.m-style2 #cshero-header .cshero-navigation-right .h-cart-wrapper{vertical-align:middle;}#cshero-header-inner.m-style2 #cshero-header .cshero-navigation-right .h-cart-wrapper:before{display:none;}#cshero-header-inner.m-style2 #cshero-header .cshero-navigation-right .h-cart-wrapper i{width:24px;height:25px;background-image:url(../images/cart-icon.png);display:block;}#cshero-header-inner.m-style2 #cshero-header .cshero-navigation-right .h-cart-wrapper .couter_items{background-color:#000;font-size:11px;font-family:'Aileron Regular';opacity:1;right:5px;top:10px;height:14px;width:14px;line-height:14px;cursor:pointer;}#cshero-header-inner.h-style #cshero-header-wrapper{height:77px;}#cshero-header-inner.h-style #cshero-header-navigation{position:static;}#cshero-header-inner.h-style #cshero-header-navigation .main-navigation{width:80%;text-align:center;}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header #cshero-header-logo a{line-height:200px;}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header .menu-main-menu > li{padding:0 18px;}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header .menu-main-menu > li > a{line-height:200px;color:#c2bfba;text-transform:none;}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header .menu-main-menu > li:hover > a{color:#3c3d35;}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header .menu-main-menu > li.current-menu-item > a .menu-title:before,#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header .menu-main-menu > li:hover > a .menu-title:before{background-color:#3c3d35;width:100%;opacity:1;}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header.header-fixed{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);}#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.header-4 #cshero-header-wrapper #cshero-header.header-fixed .menu-main-menu > li > a{line-height:100px;}#cshero-header-inner.header-5 #cshero-header #cshero-header-logo{margin-right:40px;padding:0 15px;position:relative;}#cshero-header-inner.header-5 #cshero-header #cshero-header-navigation{padding:0 15px;}#cshero-header-inner.header-5 #cshero-header #cshero-header-logo a{line-height:100px;}#cshero-header-inner.header-5 #cshero-header .cshero-navigation-right .nav-button-icon{-webkit-transition:all 0ms linear 0ms;-moz-transition:all 0ms linear 0ms;-ms-transition:all 0ms linear 0ms;transition:all 0ms linear 0ms;}#cshero-header-inner.header-5 #cshero-header .cshero-navigation-right .nav-button-icon a,#cshero-header-inner.header-5 #cshero-header .cshero-navigation-right .nav-button-icon span{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;line-height:100px;}#cshero-header-inner.header-5 #cshero-header .cshero-navigation-right{width:inherit;}#cshero-header-inner.header-5 #cshero-header .nav-button-icon a,#cshero-header-inner.header-5 #cshero-header .nav-button-icon span{color:#fff;text-transform:uppercase;font-size:14px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-5 #cshero-header .nav-button-icon span:hover{opacity:0.7;cursor:pointer;}#cshero-header-inner.header-5 #cshero-header .nav-button-icon a{background-color:rgba(255, 255, 255, 0.2);border:1px solid #fff;border-radius:2px;padding:11px 26px;margin-left:34px;}#cshero-header-inner.header-5 #cshero-header .nav-button-icon a:hover{background-color:#336093;border-color:#336093;}#cshero-header-inner.header-5 #cshero-header .menu-main-menu > li{padding:0 18px;}#cshero-header-inner.header-5 #cshero-header .menu-main-menu > li > a{line-height:100px;color:#fff;}#cshero-header-inner.header-5 #cshero-header .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.header-5 #cshero-header .menu-main-menu > li:hover > a{opacity:0.7;}#cshero-header-inner.header-5 #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.header-5 #cshero-header.header-fixed .menu-main-menu > li > a{line-height:77px;color:#2c3a4e;}#cshero-header-inner.header-5 #cshero-header.header-fixed .cshero-navigation-right .nav-button-icon a,#cshero-header-inner.header-5 #cshero-header.header-fixed .cshero-navigation-right .nav-button-icon span{color:#2c3a4e;line-height:77px;}#cshero-header-inner.header-5 #cshero-header.header-fixed .cshero-navigation-right .nav-button-icon a{border:1px solid #2c3a4e;background-color:transparent;}#cshero-header-inner.header-5 #cshero-header.header-fixed .cshero-navigation-right .nav-button-icon a:hover{background-color:#336093;border-color:#336093;color:#fff;}#cshero-header-inner.header-6 #cshero-header #cshero-header-logo{left:50%;max-width:262px;position:absolute;text-align:center;top:0;-webkit-transform:translate(-50%, 0px);-khtml-transform:translate(-50%, 0px);-moz-transform:translate(-50%, 0px);-ms-transform:translate(-50%, 0px);-o-transform:translate(-50%, 0px);transform:translate(-50%, 0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:100%;z-index:99;}#cshero-header-inner.header-6 #cshero-header #cshero-header-logo a{line-height:100px;}#cshero-header-inner.header-6 #cshero-header #cshero-header-logo a.logo-sticky{left:0;right:0;}#cshero-header-inner.header-6 #cshero-header .cshero-header-navigation .menu-main-menu > li{padding:0 20px;}#cshero-header-inner.header-6 #cshero-header .cshero-header-navigation .menu-main-menu > li > a{line-height:100px;color:#999;}#cshero-header-inner.header-6 #cshero-header .cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.header-6 #cshero-header .cshero-header-navigation .menu-main-menu > li:hover > a{color:#222;}#cshero-header-inner.header-6 #cshero-header #cshero-header-navigation-left{width:38%;float:left;text-align:right;}#cshero-header-inner.header-6 #cshero-header #cshero-header-navigation-right{width:38%;float:right;text-align:left;}#cshero-header-inner.header-6 #cshero-header.header-fixed{-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);}#cshero-header-inner.header-6 #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.header-6 #cshero-header.header-fixed .cshero-header-navigation .menu-main-menu > li > a{line-height:77px;}#cshero-header-inner.header-8 #cshero-header{padding:0;border-bottom:1px solid #e6e6e6;}#cshero-header-inner.header-8 #cshero-header #cshero-header-logo a{margin-right:46px;line-height:100px;padding:0 15px;}#cshero-header-inner.header-8 #cshero-header #cshero-header-logo a.logo-sticky{left:0;}#cshero-header-inner.header-8 #cshero-header .menu-main-menu > li > a,#cshero-header-inner.header-8 #cshero-header .cshero-navigation-right .nav-button-icon{line-height:100px;}#cshero-header-inner.header-8 #cshero-header .cshero-navigation-right .nav-button-icon{padding:0 15px;}#cshero-header-inner.header-8 #cshero-header.header-fixed{-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);box-shadow:0 1px 3px rgba(0, 0, 0, 0.09);}#cshero-header-inner.header-8 #cshero-header.header-fixed #cshero-header-logo a,#cshero-header-inner.header-8 #cshero-header.header-fixed .cshero-navigation-right .nav-button-icon{line-height:77px;}.cs-boxed #main{background-color:#fff;}.cs-boxed #cshero-header.header-fixed{max-width:1200px;}.cms-header-fixed #cshero-header-inner{left:0;position:fixed;right:0;top:0;width:100%;z-index:10001;}}@media (max-width:992px){.header-5,.header-6{/* Search Nav */}.header-5 #cshero-header #cshero-header-logo,.header-6 #cshero-header #cshero-header-logo{padding:0 15px;}.header-5 #cshero-header #cshero-header-navigation,.header-6 #cshero-header #cshero-header-navigation{width:100%;}.widget-search-header{width:270px;top:46px;right:-100px;}#cshero-header-inner.h-trans{position:absolute;}#cshero-header-inner #cshero-header > .no-container{position:relative;}}.admin-bar{/* ==========================================================================
   [End] 1. Header Main
========================================================================== */}.admin-bar #cshero-header-inner #cshero-header.header-fixed,.admin-bar .cms-header-fixed #cshero-header-inner,.admin-bar #cshero-header-inner.h-trans{top:32px;}body{overflow-x:hidden;font-size:14px;line-height:24px;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.aligncenter{margin:5px auto;}.alignleft{float:left;}img.alignleft{margin:5px 30px 15px 0;}.alignright{float:right;}img.alignright{margin-left:15px;margin-bottom:20px;}.wp-caption{opacity:1;}.wp-caption.alignnone{width:100% !important;}.media-left img{max-width:inherit;}.wp-caption-text{opacity:1;}.gallery-caption{opacity:1;}.left{float:left;}.right{float:right;}.text-upper{text-transform:uppercase;}.entry-page-image{margin-bottom:14px;}#main #page-default{position:relative;z-index:1;}.block{display:block;}.b-ra 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 */}.sl-italic{font-style:italic;letter-spacing:0 !important;}a:before,a:after{outline:none;text-decoration:none;}a,a:hover,a:focus{outline:none;text-decoration:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}h1,h2,h3,h4,h5,h6{margin:0 0 15px;line-height:1.1;font-weight:700;}ul{padding:0;margin:0;list-style:none;}p{margin:0 0 15px;}img{height:auto;max-width:100%;}.hide-image img{display:none;}.l10{letter-spacing:0.01em;}.l20{letter-spacing:0.02em;}.l60{letter-spacing:0.06em;}.style-i{font-style:italic !important;}.w50{float:left;width:50%;}.vc_column_container.pd-20{padding-left:12%;padding-right:12%;}.size_big{font-size:64px;}.size_small{font-size:26px;}body .wpb_content_element,body .wpb_button{margin-bottom:0;}.entry-content > .wpb_row .wpb_row{margin-left:-15px;margin-right:-15px;}.entry-content > .wpb_row .padding-30 .wpb_row{margin-left:0;margin-right:0;}.vc_row-fluid .container .container,.vc_row-fluid .vc_row-fluid .container{width:100%;}.cs-boxed .entry-content > .vc_row-fluid{background-color:#fff;position:relative;}.media-body{width:inherit;}.margin-top40{margin-top:40px;}.thin{font-weight:300;}.well{border:medium none;border-radius:0;box-shadow:none;}.dark{color:#1e1e1e;}.dark2{color:#232323;}.color-primary{color:#f26667;}.bg-primary-color{background-color:#f26667;}.media .color-primary{color:#f26667 !important;}.cms-title,#comments #reply-title,#comments .comments-title,#sidebar .widget-title,.wpb_widgetised_column .widget-title,#sidebar .wg-title,.wpb_widgetised_column .wg-title{font-size:14px;margin:0 0 19px;letter-spacing:0.05em;line-height:normal;text-transform:uppercase;}.br-2px{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.br-3px{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.br-4px{-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}.br-5px{-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */}.z-index-1{z-index:1;}.bypostauthor{opacity:1;/*
================> Unit Test
*/}table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;line-height:2;margin:0 0 20px;width:100%;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}table th{color:#1e1e1e;}caption,td{font-weight:normal;text-align:left;}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{padding:13px 8px;}th{font-weight:700;}td{border-top:1px solid #ededed;padding:6px 10px 6px 0;/*--- Definition Lists ---*/}dl{margin:0 0 0 25px;}dl dt{font-weight:normal;line-height:26px;text-transform:uppercase;font-weight:700;color:#1e1e1e;}dl dd{line-height:normal;margin-bottom:20px;}dl dd a{color:#f26667;}dl dd a:hover{color:;}code,kbd{background-color:transparent;border-radius:4px;color:inherit;font-size:100%;padding:2px 4px;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;}ins{color:#fff;border:none;padding:2px;text-decoration:none;background-color:#f26667;}pre{background:#f5f5f5;color:#666;font-family:monospace;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre-wrap;word-wrap:break-word;}.woocommerce ins{background-color:transparent;}.entry-content-inner ul{padding:0 0 0 35px;list-style-type:square;}.entry-content-inner ul.list-style-check{list-style:none;padding:0;}dl + h2 + ul{list-style:none;padding:0 0 0 35px;/* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== *//* ==========================================================================
   [Start] 2. Page Title
========================================================================== */}dl + h2 + ul li{position:relative;padding-left:15px;}dl + h2 + ul li:before{content:"\f111";font-family:FontAwesome;font-size:7px;left:0;position:absolute;color:#f26667;}dl + h2 + ul li ul{padding-left:35px;}#page-title{position:relative;padding-top:140px;padding-bottom:135px;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-color:#f8f8f8;/* ==========================================================================
   [End] 2. Page Title
========================================================================== *//* ==========================================================================
   [Start] 3. Primary
========================================================================== */}#page-title > .container{position:relative;z-index:1;}#page-title:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;}#page-title #page-title-text h1{color:#1e1e1e;font-size:36px;line-height:1;margin:0;position:relative;letter-spacing:-0.015em;}#page-title #page-title-text .sub-title{color:#9e9e9e;font-size:18px;line-height:26px;display:block;margin-top:17px;}#page-title #breadcrumb-text.line-white{position:relative;}#page-title #breadcrumb-text ul.breadcrumbs{color:#b3b3b3;font-size:14px;line-height:normal;list-style:outside none none;letter-spacing:0.02em;padding:7px 0 0;}#page-title #breadcrumb-text ul.breadcrumbs li{display:inline-block;margin:0;}#page-title #breadcrumb-text ul.breadcrumbs li + li:before{padding:0 8px;content:'/';}#page-title #breadcrumb-text ul.breadcrumbs li a{color:#1e1e1e;}#page-title #breadcrumb-text ul.breadcrumbs li a:hover{color:#f26667;text-decoration:none;}#page-title #breadcrumb-text ul.breadcrumbs li:first-child a:before{content:"Home";}#page-title.br-style2{padding-top:80px;padding-bottom:75px;background-color:#fafafa;}#page-title.br-style2 #page-title-text h1{font-size:28px;text-transform:uppercase;margin-bottom:9px;}#page-title.br-style3{padding:149px 0;}#page-title.br-style3:before{background-color:rgba(15, 27, 40, 0.87);}#page-title.br-style3 #page-title-text{text-align:center;}#page-title.br-style3 #page-title-text h1{color:#fff;text-transform:uppercase;}#page-title.br-style3 + #cms-breadcrumb{background-color:#f8f8f8;border-bottom:1px solid #dfdfdf;padding:16px 0;}#page-title.br-style3 + #cms-breadcrumb .breadcrumbs{padding:8px 0;}#page-title.br-style3 + #cms-breadcrumb .breadcrumbs li{display:inline-block;font-size:13px;color:#9a9a9a;}#page-title.br-style3 + #cms-breadcrumb .breadcrumbs li:first-child a:before{content:"\f015";font-family:FontAwesome;}#page-title.br-style3 + #cms-breadcrumb .breadcrumbs li a{color:#9a9a9a;}#page-title.br-style3 + #cms-breadcrumb .breadcrumbs li a:hover{color:#f26667;}#page-title.br-style3 + #cms-breadcrumb .breadcrumbs li + li:before{padding:0 6px;content:'/';}#page-title.br-style3 + #cms-breadcrumb .btn{border-width:1px;border-color:#e0e1e5;background-color:transparent;color:#1e1e1e;}#page-title.br-style3 + #cms-breadcrumb .btn:hover{color:#fff;background-color:#f26667;border-color:#f26667;}.body-border{position:fixed;background-color:#000;z-index:10001;display:block;}.body-border.body-border-top{top:0;left:0;right:0;}.body-border.body-border-bottom{bottom:0;left:0;right:0;}.body-border.body-border-left{top:0;bottom:0;left:0;}.body-border.body-border-right{top:0;bottom:0;right:0;}#page-wrapper.cs-boxed{background-color:#fff;}#main{padding:100px 0;}#main .sidebar-left-active #primary.sidebar-active{float:right;}#main.noPadding{padding:0 !important;}#main.noPaddingTop{padding-top:3px !important;}#main.PaddingTop70{padding-top:70px;}#main #page-search-results{padding:100px 0;}.woocommerce{/* Column Position */}.woocommerce #main{padding-top:60px;}.woocommerce.single-product #main{padding-top:140px;}.wpb_column{/* Column Overlay */}.wpb_column.position-left,.wpb_column.position-right{position:absolute;top:0;left:0;}.wpb_column.position-right{left:inherit;right:0;}.column-bg-overlay{color:#fff;/* End Column Overlay */}.column-bg-overlay .overlay-color-column{height:100%;left:0;position:absolute;top:0;width:100%;}.column-bg-overlay .wpb_wrapper{position:relative;z-index:1;}.column-bg-overlay ul li{border-color:rgba(255, 255, 255, 0.2) !important;}#content footer.entry-meta{padding:0;text-align:center;}.sider-page{/* Sidebar */}.sider-page .wpb_row .container{padding:0;width:100%;}.sider-page.sd-left #primary{float:right;}.sider-page.sd-right #primary{float:left;}.sidebar-full #sidebar #secondary{padding:144px 70px 144px 50px;background-color:#fafafa;border-left:1px solid #f6f6f6;border-right:1px solid #f6f6f6;height:100%;position:relative;overflow:hidden;}.sidebar-full #sidebar #secondary .banner-sidebar{background-color:#fff;padding:10px;border:1px solid #f6f6f6;}.sidebar-full.sidebar-left-active #sidebar #secondary{padding:144px 50px 144px 70px;}#page-default .sidebar-active + #sidebar{padding-left:35px;}#page-default.sidebar-left-active #sidebar{padding-left:15px;padding-right:35px;}#page-default.no-container.page-full-width{padding:0 70px;}#sidebar,.wpb_widgetised_column{/* Background Image Fixed vs Background Overlay Color */}#sidebar aside,.wpb_widgetised_column aside,#sidebar .slidingbar-widget-col,.wpb_widgetised_column .slidingbar-widget-col{margin-bottom:53px;}#sidebar ul.children,.wpb_widgetised_column ul.children,#sidebar ul.sub-menu,.wpb_widgetised_column ul.sub-menu{padding-left:15px;}#content .wpb_row{/* Page 404 */}#content .wpb_row.row-background-fixed{position:inherit;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;}#content .wpb_row.row-background-fixed .overlay-color{height:3000px;left:-50%;position:relative;margin-bottom:-3000px;width:200%;-webkit-transform:translateY(-20%);-khtml-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);-o-transform:translateY(-20%);transform:translateY(-20%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#content .wpb_row.row-bg-overlay{overflow:hidden;}#content .wpb_row .overlay-color{position:absolute;height:100%;width:200%;top:0;left:-50%;}.cms-error404{text-align:center;margin-bottom:100px;/* Page Loading */}.cms-error404 .entry-header{padding-top:50px;}.cms-error404 .entry-header h1{font-size:300px;letter-spacing:-0.243em;line-height:1;text-shadow:-2px 0px 0 #fff, 2px 0 0 #fff;-webkit-text-shadow:-2px 0px 0 #fff, 2px 0 0 #fff;-moz-text-shadow:-2px 0px 0 #fff, 2px 0 0 #fff;position:relative;left:-30px;display:inline-block;}.cms-error404 .entry-header h1 span:nth-child(2){position:relative;z-index:1;}.cms-error404 .entry-header h3{font-size:36px;letter-spacing:0.07em;text-transform:uppercase;line-height:1;margin-bottom:20px;}.cms-error404 .entry-content{margin:auto;max-width:650px;}.cms-error404 .entry-content a{margin-top:30px;}#cms-loadding{background:#fff;height:100%;position:fixed;width:100%;z-index:10000;top:0;/* Page Contact - Gettouch */}.page-get-contact{/* Custom - Row background image */}.page-get-contact ul{margin-bottom:20px;}.page-get-contact ul li{padding-left:28px;position:relative;margin-bottom:7px;margin-top:4px;}.page-get-contact ul li i{font-size:16px;color:#232323;padding-right:14px;left:0;position:absolute;top:15px;color:#f26667;}.page-get-contact ul li a{display:block;}.custom-row-image{background-size:cover;background-position:center center;background-repeat:no-repeat;height:100%;left:0;position:absolute;top:0;width:50%;}.custom-row-image:before{background-color:rgba(34, 34, 34, 0.15);content:"";height:100%;left:0;position:absolute;top:0;width:100%;}.overlay-none .custom-row-image:before{background:transparent;}.row-image-holder{border:2px solid #f9f9f9;bottom:90px;left:15px;position:absolute;right:165px;text-align:center;top:90px;}.row-image-holder img{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 */}.custom-row-image-right .custom-row-image{left:initial;right:0;}.custom-row-image-right .custom-row-image:before{background-color:transparent;}.bg-border-custom .custom-row-image:after{border:2px solid rgba(255, 255, 255, 0.5);bottom:100px;content:"";left:100px;position:absolute;right:100px;top:100px;/* Custom Slider */}.rev_slider a{-webkit-transition:all 300ms linear 0ms !important;-moz-transition:all 300ms linear 0ms !important;-ms-transition:all 300ms linear 0ms !important;transition:all 300ms linear 0ms !important;}.rev_slider a.btn-default-white:hover,.rev_slider a.btn-default-white:focus{background-color:#f26667;border-color:#f26667;}.rev_slider_wrapper{/* End Custom Slider *//* ==========================================================================
   [End] 3. Primary
========================================================================== */}.rev_slider_wrapper .tp-bullets.custom .tp-bullet{width:16px;height:2px;background-color:rgba(255, 255, 255, 0.4);}.rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected,.rev_slider_wrapper .tp-bullets.custom .tp-bullet:hover{background-color:#fff;}.rev_slider_wrapper .tp-leftarrow.custom,.rev_slider_wrapper .tp-rightarrow.custom{height:60px;width:60px;line-height:60px;text-align:center;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;background-color:transparent;}.rev_slider_wrapper .tp-leftarrow.custom:before,.rev_slider_wrapper .tp-rightarrow.custom:before{content:"\e03f";font-family:"linea-arrows-10";font-size:60px;color:#d1d1d1;line-height:60px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.rev_slider_wrapper .tp-leftarrow.custom:hover:before,.rev_slider_wrapper .tp-rightarrow.custom:hover:before{color:#1e1e1e;}.rev_slider_wrapper .tp-rightarrow.custom:before{left:initial !important;right:0;content:"\e04b";}#cms-theme .shop-banner{height:260px;background-size:cover;background-repeat:no-repeat;background-position:center;}#cms-theme .widget_shopping_cart{background-color:#fff;position:absolute;right:70px;top:77px;overflow:hidden;visibility:hidden;max-width:340px;width:100%;opacity:0;text-align:left;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:1;line-height:normal;-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);}#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:22px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .product_list_widget{height:255px !important;width:100% !important;overflow:hidden;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .product_list_widget.cms-cart-empty{height:16px !important;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li{padding:0;margin-bottom:14px;position:relative;padding-bottom:14px;border-bottom:1px solid #ededed;}#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:#2f2f2f;font-size:14px;line-height:24px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover{color:#f26667;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img{float:left;width:100%;margin-right:20px;margin-left: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 */max-width:60px;height:60px;background-color:#f4f4f4;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child{padding-bottom:0;border-bottom:0;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove{font-size:0;left:inherit;position:absolute;right:0;top:20px;z-index:9;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before{color:#ddd;content:"\e01c";display:inline-block;font-family:"linea-basic-10";font-size:18px;text-align:center;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover:before{color:#f26667;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity{color:#a9a9a9;font-size:13px;font-weight:normal;margin-top:10px;display:block;width:100%;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.total{font-family:'MontserratRegular';color:#b8b8b8;font-size:14px;padding-top:26px;margin-bottom:26px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.total .amount{color:#f26667;float:right;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons{margin:0;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons .button{width:48%;display:inline-block;text-align:center;border-color:#f26667;color:#fff;background-color:#f26667;-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:14px 10px;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff;}#cms-theme .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.checkout{float:right;}#cms-theme #cshero-header.header-fixed .widget_shopping_cart{top:77px;}#cms-theme .header-5 .widget_shopping_cart,#cms-theme .header-6 .widget_shopping_cart,#cms-theme .header-5 .widget-search-header,#cms-theme .header-6 .widget-search-header{top:111px !important;}#cms-theme .header-8 .widget_shopping_cart{top:101px !important;right:0;}#cms-theme .header-8 .header-fixed .widget_shopping_cart{top:77px !important;}#cms-theme.woocommerce .shop-banner,#cms-theme.woocommerce-page .shop-banner{display:none;}#cms-theme.woocommerce.archive .page-title.banner-active,#cms-theme.woocommerce-page.archive .page-title.banner-active{margin-bottom:0 !important;}#cms-theme.woocommerce.archive .shop-banner,#cms-theme.woocommerce-page.archive .shop-banner{margin-bottom:100px;display:block;}#cms-theme.woocommerce #cshero-header-top-woo,#cms-theme.woocommerce-page #cshero-header-top-woo{display:block;/* [Start] 1. Navigation */}#cms-theme.woocommerce .woocommerce-pagination,#cms-theme.woocommerce-page .woocommerce-pagination,#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links{margin-top:25px;padding-top:0px;width:100%;text-align:center;font-weight:normal;}#cms-theme.woocommerce .woocommerce-pagination ul,#cms-theme.woocommerce-page .woocommerce-pagination ul,#cms-theme.woocommerce .woo-nav-links ul,#cms-theme.woocommerce-page .woo-nav-links ul{border:none;}#cms-theme.woocommerce .woocommerce-pagination ul li,#cms-theme.woocommerce-page .woocommerce-pagination ul li,#cms-theme.woocommerce .woo-nav-links ul li,#cms-theme.woocommerce-page .woo-nav-links ul li{margin:0 5px;border:none;}#cms-theme.woocommerce .woocommerce-pagination ul li:first-child,#cms-theme.woocommerce-page .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{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 .woo-nav-links ul li .page-numbers,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers{font-family:'MontserratRegular';border:none;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */display:inline-block;height:30px;line-height:30px;text-align:center;width:30px;font-size:12px;padding:0;color:#81817f;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers:hover,#cms-theme.woocommerce-page .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 .woocommerce-pagination ul li .page-numbers.current,#cms-theme.woocommerce-page .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{background-color:#1e1e1e;color:#fff;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers + .page-numbers,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers + .page-numbers,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers + .page-numbers,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers + .page-numbers{margin-left:10px;}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next,#cms-theme.woocommerce-page .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 .woocommerce-pagination ul li .page-numbers.prev,#cms-theme.woocommerce-page .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{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 .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 .woocommerce-pagination ul li .page-numbers.prev:before,#cms-theme.woocommerce-page .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{content:'\e040';font-family:FontAwesome;font-size:12px;font-family:"linea-arrows-10";}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next:after,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:after,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next:after,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next:after,#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev:after,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev:after,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev:after,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev:after{content:"s";}#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next:hover,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:hover,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next:hover,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next:hover,#cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev:hover,#cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev:hover,#cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev:hover,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev:hover{background-color:#1e1e1e;}#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 .woo-nav-links ul li .page-numbers.next:before,#cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next:before{content:'\e04c';}#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links{padding-top:24px;/* [End] 1. Navigation *//* [Start] 2. Button */}#cms-theme.woocommerce .woo-nav-links li,#cms-theme.woocommerce-page .woo-nav-links li{display:inline-block;}#cms-theme.woocommerce input#submit,#cms-theme.woocommerce-page input#submit,#cms-theme.woocommerce .button,#cms-theme.woocommerce-page .button,#cms-theme.woocommerce button input[type="submit"],#cms-theme.woocommerce-page button input[type="submit"],#cms-theme.woocommerce .added_to_cart,#cms-theme.woocommerce-page .added_to_cart{border:2px solid #f26667;-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:14px;line-height:1;margin:0;padding:14px 28px;position:relative;text-transform:uppercase;letter-spacing:0.05em;font-weight:normal;background-color:#f26667;-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 input#submit i,#cms-theme.woocommerce-page input#submit i,#cms-theme.woocommerce .button i,#cms-theme.woocommerce-page .button i,#cms-theme.woocommerce button input[type="submit"] i,#cms-theme.woocommerce-page button input[type="submit"] i,#cms-theme.woocommerce .added_to_cart i,#cms-theme.woocommerce-page .added_to_cart i{padding-right:8px;position:relative;top:1px;}#cms-theme.woocommerce .added_to_cart:hover,#cms-theme.woocommerce-page .added_to_cart:hover,#cms-theme.woocommerce .added_to_cart:focus,#cms-theme.woocommerce-page .added_to_cart:focus,#cms-theme.woocommerce button:hover,#cms-theme.woocommerce-page button:hover,#cms-theme.woocommerce .button:hover,#cms-theme.woocommerce-page .button:hover,#cms-theme.woocommerce input[type="submit"]:hover,#cms-theme.woocommerce-page input[type="submit"]:hover,#cms-theme.woocommerce button:focus,#cms-theme.woocommerce-page button:focus,#cms-theme.woocommerce .button:focus,#cms-theme.woocommerce-page .button:focus,#cms-theme.woocommerce input[type="submit"]:focus,#cms-theme.woocommerce-page input[type="submit"]:focus{outline:medium none;text-decoration:none;color:#fff;background-color:#1e1e1e;border-color:#1e1e1e;}#cms-theme.woocommerce input#submit,#cms-theme.woocommerce-page input#submit{background-color:#323232;color:#fff;border-color:#323232;}#cms-theme.woocommerce input#submit:hover,#cms-theme.woocommerce-page input#submit:hover,#cms-theme.woocommerce input#submit:focus,#cms-theme.woocommerce-page input#submit:focus{background-color:#f26667;border-color:#f26667;color:#fff !important;}#cms-theme.woocommerce select,#cms-theme.woocommerce-page select{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */border:1px solid #e0e1e5;color:#1e1e1e;height:43px;line-height:43px;outline:medium none;padding:0 14px;font-size:11px;text-transform:uppercase;font-family:'MontserratRegular';/* [End] 2. Button *//* [Start] 3. Sidebar */}#cms-theme.woocommerce .widget_price_filter .wg-title,#cms-theme.woocommerce-page .widget_price_filter .wg-title{margin-bottom:36px;}#cms-theme.woocommerce .widget_price_filter .ui-slider,#cms-theme.woocommerce-page .widget_price_filter .ui-slider{background-color:#e0e0e0;margin-bottom:32px;margin-left:0;margin-right:0;}#cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-range,#cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{height:1px;background-color:#1e1e1e;}#cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,#cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{height:15px;margin:0;background-color:transparent;width:8px;position:absolute;top:-7px;}#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{border-color:transparent #1e1e1e transparent transparent;border-style:solid;border-width:8px;content:"";height:0;width:0;position:absolute;right:8px;}#cms-theme.woocommerce .widget_price_filter .ui-slider span:nth-child(2):before,#cms-theme.woocommerce-page .widget_price_filter .ui-slider span:nth-child(2):before{border-color:transparent transparent transparent #1e1e1e;left:inherit;right:0;}#cms-theme.woocommerce .widget_price_filter .price_slider_amount .price_label,#cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .price_label{text-align:left;font-size:14px;color:#ccc;font-family:'MontserratBold';}#cms-theme.woocommerce .widget_price_filter .ui-slider-horizontal,#cms-theme.woocommerce-page .widget_price_filter .ui-slider-horizontal{height:1px;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */}#cms-theme.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount button,#cms-theme.woocommerce-page .widget_price_filter .price_slider_wrapper .price_slider_amount button{font-size:13px;padding:7px 12px;background-color:transparent;border-color:transparent;float:right;color:#f26667;}#cms-theme.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover,#cms-theme.woocommerce-page .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover{color:#1e1e1e;}#cms-theme.woocommerce .widget_products,#cms-theme.woocommerce-page .widget_products{/* [End] 3. Sidebar *//* [Start] 4. Archive Product */}#cms-theme.woocommerce .widget_products .wg-title,#cms-theme.woocommerce-page .widget_products .wg-title{margin-bottom:40px;}#cms-theme.woocommerce .widget_products ul li,#cms-theme.woocommerce-page .widget_products ul li{border-bottom:1px solid #e7e7e7;margin-bottom:15px;padding:0;}#cms-theme.woocommerce .widget_products ul li:last-child,#cms-theme.woocommerce-page .widget_products ul li:last-child{border:none;margin-bottom:0;}#cms-theme.woocommerce .widget_products ul li a,#cms-theme.woocommerce-page .widget_products ul li a{font-size:14px;margin-bottom:5px;font-weight:normal;font-family:'MontserratRegular';line-height:normal;color:#1e1e1e;}#cms-theme.woocommerce .widget_products ul li a:hover,#cms-theme.woocommerce-page .widget_products ul li a:hover{color:#f26667;}#cms-theme.woocommerce .widget_products ul li a img,#cms-theme.woocommerce-page .widget_products ul li a img{background-color:#ededed;border-radius:2px;float:left;margin:0 15px 15px 0;max-width:70px;padding:0;width:100%;}#cms-theme.woocommerce .widget_products ul li a span,#cms-theme.woocommerce-page .widget_products ul li a span{display:block;padding-top:6px;}#cms-theme.woocommerce .widget_products ul li .woocommerce-Price-amount,#cms-theme.woocommerce-page .widget_products ul li .woocommerce-Price-amount{font-family:"MontserratLight";}#cms-theme.woocommerce .woocommerce-result-count,#cms-theme.woocommerce-page .woocommerce-result-count{color:#9e9e9e;margin:0;padding:8px 0;}#cms-theme.woocommerce .form-effect,#cms-theme.woocommerce-page .form-effect{position:relative;display:inline-block;}#cms-theme.woocommerce .form-effect form,#cms-theme.woocommerce-page .form-effect form{margin:0;}#cms-theme.woocommerce .form-effect form select,#cms-theme.woocommerce-page .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{padding:5px 10px;}#cms-theme.woocommerce .form-effect form select option:hover,#cms-theme.woocommerce-page .form-effect form select option:hover{background-color:#e5e5e5;}#cms-theme.woocommerce .form-effect .arrow-down,#cms-theme.woocommerce-page .form-effect .arrow-down{height:43px;line-height:43px;position:absolute;right:2px;text-align:center;top:0;width:43px;z-index:-1;font-size:18px;}#cms-theme.woocommerce .form-effect .woocommerce-ordering,#cms-theme.woocommerce-page .form-effect .woocommerce-ordering{position:relative;float:none;display:inline-block;vertical-align:middle;}#cms-theme.woocommerce .products,#cms-theme.woocommerce-page .products{margin-top:45px;margin-left:-15px;margin-right:-15px;}#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li,#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item{margin-right:0;margin-bottom:68px;padding:0 15px;width:33.33%;clear:initial;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme.woocommerce .products li: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){clear:left;}#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 .owl-item .cshere-woo-item-wrap .cshero-woo-image,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image{position:relative;margin-bottom:20px;overflow:hidden;}#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 .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{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;margin-bottom:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap{position:absolute;top:0;right:0;padding:9px 12px;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.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a{padding:0;border:none;background-color:transparent;font-size:20px;color:#cfcfcf;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a i,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a i,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a i,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a i{padding:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a:hover,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a:hover,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a:hover,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a:hover{color:#f26667;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added i,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added i,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added i,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added i{display:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added:after,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added:after,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added:after,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple.added:after{display:none;margin-left:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward{font-size:0;float:left;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward:before,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward:before,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap a.product_type_simple + .wc-forward:before{content:"\f00c";font-family:FontAwesome;margin-left:0;font-size:19px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap .cshero-add-to-whitlist a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap .cshero-add-to-whitlist a,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap .cshero-add-to-whitlist a,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image .cshero-add-cart-wrap .cshero-add-to-whitlist a{font-size:19px;}#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 .owl-item .cshere-woo-item-wrap .cshero-woo-meta,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta{text-align:center;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories{line-height:1;margin-bottom:8px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories a,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories a,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-categories a{text-transform:uppercase;font-size:12px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price{font-family:'MontserratLight';}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price ins,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price ins,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price ins,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price ins{color:#f26667;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .star-rating,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .star-rating,#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .content,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .content,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .content,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .content{display:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover .cshero-woo-image img,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover .cshero-woo-image img,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap:hover .cshero-woo-image img,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap:hover .cshero-woo-image img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover .cshero-add-cart-wrap,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover .cshero-add-cart-wrap,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap:hover .cshero-add-cart-wrap,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap:hover .cshero-add-cart-wrap{opacity:1;}#cms-theme.woocommerce .pr-list-active .products li.product,#cms-theme.woocommerce-page .pr-list-active .products li.product{width:100%;}#cms-theme.woocommerce .pr-list-active .products li.product .cshero-woo-inner,#cms-theme.woocommerce-page .pr-list-active .products li.product .cshero-woo-inner{width:30%;float:left;border-bottom:none;border-right:2px solid #dfdfdf;}#cms-theme.woocommerce .pr-list-active .products li.product .cshero-woo-meta,#cms-theme.woocommerce-page .pr-list-active .products li.product .cshero-woo-meta{width:70%;float:left;}#cms-theme.woocommerce .pr-list-active .products li.product .cshero-woo-meta .cshero-woo-meta-bottom .content,#cms-theme.woocommerce-page .pr-list-active .products li.product .cshero-woo-meta .cshero-woo-meta-bottom .content{display:block;margin-top:12px;}#cms-theme.woocommerce .product .onsale,#cms-theme.woocommerce-page .product .onsale{-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;/* BACKGROUND GRADIENT */background-color:#f26667;font-family:MontserratRegular;font-size:12px;font-weight:normal;height:30px;left:10px;line-height:30px;margin:0;min-height:0;padding:0;right:inherit;text-transform:uppercase;top:13px;width:55px;z-index:1;}#cms-theme.woocommerce .star-rating,#cms-theme.woocommerce-page .star-rating{font-size:10px;height:16px;letter-spacing:3px;width:65px;}#cms-theme.woocommerce .star-rating:before,#cms-theme.woocommerce-page .star-rating:before{color:#f26667;}#cms-theme.woocommerce .star-rating span::before,#cms-theme.woocommerce-page .star-rating span::before{color:#f26667;}#cms-theme.woocommerce .cms-product-layout,#cms-theme.woocommerce-page .cms-product-layout{display:none;vertical-align:middle;margin-left:6px;}#cms-theme.woocommerce .cms-product-layout span,#cms-theme.woocommerce-page .cms-product-layout span{color:#c5c5c5;cursor:pointer;display:inline-block;height:40px;line-height:40px;text-align:center;width:40px;-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 span:hover,#cms-theme.woocommerce-page .cms-product-layout span:hover,#cms-theme.woocommerce .cms-product-layout span.active,#cms-theme.woocommerce-page .cms-product-layout span.active{color:#f26667;}#cms-theme.woocommerce .cms-product-layout span.cms-product-list,#cms-theme.woocommerce-page .cms-product-layout span.cms-product-list{margin-left:6px;}#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{display:inline-block;}#cms-theme.woocommerce #sidebar,#cms-theme.woocommerce-page #sidebar{margin-bottom:100px;}#cms-theme.woocommerce del,#cms-theme.woocommerce-page del{opacity:1;filter:alpha(opacity=1);color:;}#cms-theme.woocommerce .woocommerce-message,#cms-theme.woocommerce-page .woocommerce-message{border-top:3px solid #f26667;/* [End] 4. Archive Product */}#cms-theme.woocommerce .woocommerce-message:before,#cms-theme.woocommerce-page .woocommerce-message:before{color:#f26667;}#cms-theme.woocommerce .quantity,#cms-theme.woocommerce-page .quantity{position:relative;margin-right:10px;width:115px;}#cms-theme.woocommerce .quantity .qty,#cms-theme.woocommerce-page .quantity .qty{border:1px solid #eee;border-radius:0;background-color:transparent;font-size:13px;letter-spacing:0.05em;text-transform:uppercase;color:#595959;height:47px;width:115px;padding:12px 22px;text-indent:10px;-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 .plus,#cms-theme.woocommerce-page .quantity .plus{display:block;height:28px;width:28px;background:url(../images/plus.jpg) no-repeat;cursor:pointer;position:absolute;top:9px;right:10px;}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus{background:url(../images/minus.jpg) no-repeat;right:inherit;left:10px;}#cms-theme table.shop_table{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}#cms-theme table.shop_table th{color:#1e1e1e;}#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:60px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .onsale{display:none;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper h3.product_title{margin-bottom:11px;font-size:36px;line-height:normal;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .cshero-product-categories a{color:#999;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .cshero-product-categories a:hover{color:#f26667;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .woocommerce-product-rating{margin-bottom:0;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .woocommerce-product-rating .star-rating{display:inline-block;float:none;font-size:10px;margin:0 10px 0 0;width:65px;vertical-align:middle;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .woocommerce-product-rating .star-rating:before,#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .woocommerce-product-rating .star-rating span:before{letter-spacing:3px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .title-wrapper .woocommerce-product-rating .woocommerce-review-link{color:#9e9e9e;font-size:13px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating{line-height:1;margin-bottom:25px;margin-top:18px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price{font-family:'MontserratLight';color:#1e1e1e;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price p.price{color:#1e1e1e;font-size:28px;margin-bottom:0;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price p.price span{font-size:inherit;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price ins{color:#1e1e1e;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price del{color:#81817f;}#cms-theme.single-product .pr-single-product .cs-product-wrap .content{padding-top:8px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart{border-bottom:1px solid #e6e6e6;padding-top:22px;padding-bottom:44px;text-align:right;margin-bottom:36px;}#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 form.cart .single_add_to_cart_button{background-color:#1e1e1e;border-color:#1e1e1e;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .single_add_to_cart_button:hover{background-color:#f26667;border-color:#f26667;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images{position:relative;margin-bottom:40px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images img{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;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails{position:absolute;top:0;left:15px;width:115px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper{padding:30px 0;position:relative;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-viewport{height:455px !important;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-viewport a{display:block;margin-bottom:20px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-viewport a:hover img{border-color:#f26667;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-controls-direction a{font-size:0px;display:block;height:30px;width:30px;line-height:30px;position:absolute;top:0;left:0;right:0;text-align:center;margin:auto;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-controls-direction a:before{font-size:18px;font-family:FontAwesome;color:#cacaca;content:"\f0de";}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-controls-direction a:hover:before{color:#f26667;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-controls-direction a.bx-next{top:inherit;bottom:0;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-thumbnails .bx-wrapper .bx-controls-direction a.bx-next:before{content:"\f0dd";}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-images-wrap{position:relative;-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-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images .cshero-product-images-wrap .woocommerce-main-image{height:100%;left:0;position:absolute;top:0;width:100%;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-images.thumb-active .cshero-product-images-wrap{margin-left:132px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-share{margin-bottom:28px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-share a{height:35px;width:35px;background-color:#f5f5f5;color:#1e1e1e;font-size:12px;line-height:35px;-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 */display:inline-block;text-align:center;margin-right:12px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-share a:hover{color:#f26667;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-sku,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-category,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-tags{font-size:13px;color:#9e9e9e;margin-bottom:6px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-sku a,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-category a,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-tags a{color:#9e9e9e;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-sku a:hover,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-category a:hover,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-tags a:hover{color:#f26667;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-sku span,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-category span,#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .sg-product-tags span{color:#2f2f2f;}#cms-theme.single-product .pr-single-product .woocommerce-tabs{border-top:1px solid #e6e6e6;padding-top:57px;margin-bottom:80px;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs{margin:0 0 31px;padding:0;text-align:center;}#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 18px;border:none;margin:0;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{font-size:14px;color:#b3b3b3;font-family:'MontserratRegular';text-transform:uppercase;font-weight:normal;padding:10px 6px;position:relative;line-height:1;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li a:before{content:"";width:0;position:absolute;height:1px;background-color:#2f2f2f;left:0;right:0;margin:auto;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;}#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{color:#2f2f2f;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a:before,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:hover a:before{width:100%;}#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 .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 */padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}#cms-theme.single-product .pr-single-product .panel h3.border-top{border-top:1px solid #e0e0e0;margin-top:28px;padding-top:22px;}#cms-theme.single-product .pr-single-product .panel h3.border-bottom{border-bottom:1px solid #e0e0e0;margin-bottom:28px;padding-bottom:22px;}#cms-theme.single-product .pr-single-product .panel .list-style-1{margin:0 0 20px 30px;padding-top:7px;}#cms-theme.single-product .pr-single-product .panel .list-style-1 li{position:relative;padding-left:28px;}#cms-theme.single-product .pr-single-product .panel .list-style-1 li:before{content:"\f10c";font-family:FontAwesome;color:#f26667;font-size:9px;left:0;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 */}#cms-theme.single-product .pr-single-product .panel ul a{color:#f26667;}#cms-theme.single-product .pr-single-product .panel ul a:hover{color:;}#cms-theme.single-product .pr-single-product #tab-reviews #comments > h2{margin-bottom:20px;font-size:16px;font-weight:normal;}#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 .comment-text{margin:0 !important;border:1px dashed #dedede !important;}#cms-theme.single-product .pr-single-product #tab-reviews #commentform{margin:0;}#cms-theme.single-product .pr-single-product #tab-reviews #commentform .form-submit{padding-left:0;padding-right:0;}#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:#333;font-weight:normal;}#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:#1e1e1e;}#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:normal;}#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:#f26667;}#cms-theme.single-product .cms-cta-wrapper{padding:54px 0 48px 0;}#cms-theme.single-product .cms-cta-wrapper .cms-cta-content{margin-top:-12px;}#cms-theme.single-product .cms-cta-wrapper .cms-cta-content .title{color:#fff;font-size:30px;font-weight:700;line-height:32px;text-transform:uppercase;}#cms-theme.single-product .cms-cta-wrapper .cms-cta-content .subtitle{font-size:18px;line-height:23px;color:#fff;}#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 .cms-checkout-page{margin-bottom:80px;}#cms-theme.woocommerce-cart .quantity{width:115px;}#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:#1e1e1e;}#cms-theme.woocommerce-cart .shop_table td.coupon{border-right:1px solid #e5e5e5;}#cms-theme.woocommerce-cart .shop_table td.coupon label{color:#1e1e1e;}#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:#f26667;}#cms-theme.woocommerce-cart .shop_table .product-remove a i:hover{color:;}#cms-theme.woocommerce-cart .cart-collaterals{margin-bottom:50px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals{width:100%;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals > h2{font-size:28px;margin-bottom:20px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table{border:1px solid rgba(0, 0, 0, 0.1);}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table th{color:#323232;padding:10px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table td{border-top:1px solid rgba(0, 0, 0, 0.1);padding:0 20px;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td{border-top:none;}#cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .amount{color:#1e1e1e;}#cms-theme.woocommerce-checkout{/* Apply All Style */}#cms-theme.woocommerce-checkout .amount{color:#1e1e1e;}#cms-theme.woocommerce-checkout .payment_methods,#cms-theme.woocommerce-checkout .place-order{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */background-color:#f5f5f5;border:none;}#cms-theme.woocommerce-checkout #primary{margin-bottom:80px;}#cms-theme.woocommerce-checkout #primary label{color:#323232;font-weight:normal;}#cms-theme .cshero-product-title h3,#cms-theme h3.product_title{font-size:14px;line-height:normal;padding:0;margin:0 0 5px;}#cms-theme .cshero-product-title h3 a,#cms-theme h3.product_title a{color:#1e1e1e;}#cms-theme .cshero-product-title h3 a:hover,#cms-theme h3.product_title a:hover,#cms-theme .cshero-product-title h3 a:focus,#cms-theme h3.product_title a:focus{color:#f26667;}#cms-theme.single-product .woo-nav-links{margin-bottom:65px !important;/* Relate Item Product */}#cms-theme .cms-related-heading + .products{margin:0 !important;}#cms-theme .cms-related-heading .wg-title{font-size:24px;letter-spacing:0.05em;margin:0 0 38px;padding:0;text-transform:uppercase;}#cms-theme .cms-related-heading .wg-title:before{display:none;}#cms-theme #related-product-carousel .owl-item{padding:0 !important;margin-bottom:0;}#cms-theme #related-product-carousel .owl-controls .owl-prev,#cms-theme #related-product-carousel .owl-controls .owl-next{margin-top:40px;}.woocommerce .pp_gallery{display:none !important;}.woocommerce .pp_description,.woocommerce .ppt{display:none !important;}#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item{clear:none !important;}#cms-theme.woocommerce .shop-4column .products li,#cms-theme.woocommerce-page .shop-4column .products li,#cms-theme.woocommerce .shop-4column .products .owl-item,#cms-theme.woocommerce-page .shop-4column .products .owl-item{width:25%;}#cms-theme.woocommerce .shop-4column .products li:nth-child(3n+1),#cms-theme.woocommerce-page .shop-4column .products li:nth-child(3n+1),#cms-theme.woocommerce .shop-4column .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .shop-4column .products .owl-item:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .shop-4column .products li:nth-child(4n+1),#cms-theme.woocommerce-page .shop-4column .products li:nth-child(4n+1),#cms-theme.woocommerce .shop-4column .products .owl-item:nth-child(4n+1),#cms-theme.woocommerce-page .shop-4column .products .owl-item:nth-child(4n+1){clear:left;}#cms-theme.woocommerce .shop-5column .products li,#cms-theme.woocommerce-page .shop-5column .products li,#cms-theme.woocommerce .shop-5column .products .owl-item,#cms-theme.woocommerce-page .shop-5column .products .owl-item{width:20%;}#cms-theme.woocommerce .shop-5column .products li:nth-child(3n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(3n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .shop-5column .products li:nth-child(5n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(5n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(5n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(5n+1){clear:left;}#cms-theme.woocommerce .shop-6column .products li,#cms-theme.woocommerce-page .shop-6column .products li,#cms-theme.woocommerce .shop-6column .products .owl-item,#cms-theme.woocommerce-page .shop-6column .products .owl-item{width:16.66667%;/* shop Layout */}#cms-theme.woocommerce .shop-6column .products li:nth-child(3n+1),#cms-theme.woocommerce-page .shop-6column .products li:nth-child(3n+1),#cms-theme.woocommerce .shop-6column .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .shop-6column .products .owl-item:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .shop-6column .products li:nth-child(6n+1),#cms-theme.woocommerce-page .shop-6column .products li:nth-child(6n+1),#cms-theme.woocommerce .shop-6column .products .owl-item:nth-child(6n+1),#cms-theme.woocommerce-page .shop-6column .products .owl-item:nth-child(6n+1){clear:left;}#primary.shop-wide > .container{width:100%;padding:0 70px;}#primary.shop-wide > .container > .row{margin:0;}#primary.shop-sidebar > .container > .row{margin:0 -25px;}#primary.shop-sidebar > .container > .row .sidebar-wrap,#primary.shop-sidebar > .container > .row .pr-content{padding:0 25px;}.yith-wcwl-add-to-wishlist{margin-bottom:25px;}@media screen and (max-width:1360px) and (min-width:1200px){#primary.shop-sidebar .sidebar-wrap{width:22%;}#primary.shop-sidebar .pr-content{width:78%;}}@media screen and (min-width:1200px){.single-product .cs-product-wrap .entry-summary{padding-left:75px;}}@media screen and (max-width:1200px) and (min-width:993px){#cms-theme.woocommerce .shop-5column .products li,#cms-theme.woocommerce-page .shop-5column .products li,#cms-theme.woocommerce .shop-5column .products .owl-item,#cms-theme.woocommerce-page .shop-5column .products .owl-item{width:25%;}#cms-theme.woocommerce .shop-5column .products li:nth-child(5n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(5n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(5n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(5n+1){clear:initial;}#cms-theme.woocommerce .shop-5column .products li:nth-child(4n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(4n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(4n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(4n+1){clear:left;}}@media screen and (max-width:992px){#primary.shop-wide > .container{padding:0 15px;}#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(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){clear:initial;}#cms-theme.woocommerce .shop-4column .products li,#cms-theme.woocommerce-page .shop-4column .products li,#cms-theme.woocommerce .shop-4column .products .owl-item,#cms-theme.woocommerce-page .shop-4column .products .owl-item{width:50%;}#cms-theme.woocommerce .shop-4column .products li:nth-child(3n+1),#cms-theme.woocommerce-page .shop-4column .products li:nth-child(3n+1),#cms-theme.woocommerce .shop-4column .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .shop-4column .products .owl-item:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .shop-4column .products li:nth-child(4n+1),#cms-theme.woocommerce-page .shop-4column .products li:nth-child(4n+1),#cms-theme.woocommerce .shop-4column .products .owl-item:nth-child(4n+1),#cms-theme.woocommerce-page .shop-4column .products .owl-item:nth-child(4n+1){clear:initial;}#cms-theme.woocommerce .shop-5column .products li,#cms-theme.woocommerce-page .shop-5column .products li,#cms-theme.woocommerce .shop-5column .products .owl-item,#cms-theme.woocommerce-page .shop-5column .products .owl-item{width:50%;}#cms-theme.woocommerce .shop-5column .products li:nth-child(5n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(5n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(5n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(5n+1){clear:initial;}#cms-theme.woocommerce .shop-5column .products li:nth-child(2n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(2n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(2n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(2n+1){clear:left;}#cms-theme.woocommerce .shop-5column .products li:nth-child(4n+1),#cms-theme.woocommerce-page .shop-5column .products li:nth-child(4n+1),#cms-theme.woocommerce .shop-5column .products .owl-item:nth-child(4n+1),#cms-theme.woocommerce-page .shop-5column .products .owl-item:nth-child(4n+1){clear:inherit;}#cms-theme.woocommerce .shop-6column .products li,#cms-theme.woocommerce-page .shop-6column .products li,#cms-theme.woocommerce .shop-6column .products .owl-item,#cms-theme.woocommerce-page .shop-6column .products .owl-item{width:50%;}#cms-theme.woocommerce .shop-6column .products li:nth-child(3n+1),#cms-theme.woocommerce-page .shop-6column .products li:nth-child(3n+1),#cms-theme.woocommerce .shop-6column .products .owl-item:nth-child(3n+1),#cms-theme.woocommerce-page .shop-6column .products .owl-item:nth-child(3n+1){clear:initial;}#cms-theme.woocommerce .shop-6column .products li:nth-child(5n+1),#cms-theme.woocommerce-page .shop-6column .products li:nth-child(5n+1),#cms-theme.woocommerce .shop-6column .products .owl-item:nth-child(5n+1),#cms-theme.woocommerce-page .shop-6column .products .owl-item:nth-child(5n+1){clear:initial;}}@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{width:100% !important;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(n+1),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(n+1),#cms-theme.woocommerce .products li:nth-child(n+1),#cms-theme.woocommerce-page .products li:nth-child(n+1),#cms-theme.woocommerce .products .owl-item:nth-child(n+1),#cms-theme.woocommerce-page .products .owl-item:nth-child(n+1){clear:left;}#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:initial;}}@font-face{font-family:'GothamPro';src:url('../fonts/GothamPro.eot?') format('eot'), url('../fonts/GothamPro.otf') format('opentype'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro.svg#GothamPro') format('svg');}.ft-gotham-r,#page-title .sub-title{font-family:'GothamPro';}@font-face{font-family:'MontserratBold';src:url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'MontserratRegular';src:url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'MontserratLight';src:url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-m-l{font-family:'MontserratLight';}@font-face{font-family:'MontserratExtraLight';src:url('../fonts/montserrat-extralight-webfont.woff2') format('woff2'), url('../fonts/montserrat-extralight-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-m-xl{font-family:'MontserratExtraLight';}@font-face{font-family:'Droid Serif';src:url('../fonts/droidserif-webfont.eot');src:url('../fonts/droidserif-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/droidserif-webfont.woff2') format('woff2'), url('../fonts/droidserif-webfont.woff') format('woff'), url('../fonts/droidserif-webfont.ttf') format('truetype'), url('../fonts/droidserif-webfont.svg#droid_serifregular') format('svg');font-weight:normal;font-style:normal;}.ft-droid{font-family:'Droid Serif';}@font-face{font-family:'Droid Serif Italic';src:url('../fonts/droidserif-italic-webfont.eot');src:url('../fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/droidserif-italic-webfont.woff2') format('woff2'), url('../fonts/droidserif-italic-webfont.woff') format('woff'), url('../fonts/droidserif-italic-webfont.ttf') format('truetype'), url('../fonts/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'Aileron Regular';src:url('../fonts/aileron-regular-webfont.woff2') format('woff2'), url('../fonts/aileron-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-ai-r{font-family:'Aileron Regular';}@font-face{font-family:'Aileron Light';src:url('../fonts/aileron-light-webfont.woff2') format('woff2'), url('../fonts/aileron-light-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-ai-l{font-family:'Aileron Light';letter-spacing:0.05em;}@font-face{font-family:'Aileron SemiBold';src:url('../fonts/aileron-semibold-webfont.woff2') format('woff2'), url('../fonts/aileron-semibold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-ai-sb{font-family:'Aileron SemiBold';}@font-face{font-family:'AngleciaProDisplay Regular';src:url('../fonts/AngleciaProDisplay-Regular-webfont.woff2') format('woff2'), url('../fonts/AngleciaProDisplay-Regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-ap-r{font-family:'AngleciaProDisplay Regular';}@media screen and (min-width:992px){/*
-----> Minimum width of 992 pixels.
*//*
-----> Max width of 992 pixels.
*/#menu-mobile,.cs-menu-toggle{display:none;}#cshero-header-navigation .main-navigation .new-item-menu a{line-height:77px;display:inline-block;}#cshero-header-navigation .main-navigation div.nav-menu > ul{width:100%;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li,#cshero-header-navigation .main-navigation .menu-main-menu > li{vertical-align:top;padding:0 10px;display:inline-block;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,#cshero-header-navigation .main-navigation .menu-main-menu > li > a{font-size:13px;color:#1e1e1e;text-transform:uppercase;line-height:77px;display:block;position:relative;overflow:hidden;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i,#cshero-header-navigation .main-navigation .menu-main-menu > li > a i{display:block;width:100%;line-height:0;margin-bottom:6px;-webkit-transition:all 420ms linear 0ms;-moz-transition:all 420ms linear 0ms;-ms-transition:all 420ms linear 0ms;transition:all 420ms linear 0ms;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title,#cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title{-webkit-transform:translateY(25px);-khtml-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px);transform:translateY(25px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */display:block;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .menu-title,#cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title{position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.onepage.current,#cshero-header-navigation .main-navigation .menu-main-menu > li > a.onepage.current{color:#f26667;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.sub-menu,#cshero-header-navigation .main-navigation .menu-main-menu > li > ul.sub-menu{opacity:0;-webkit-transition:opacity 0.4s ease 0s;-moz-transition:opacity 0.4s ease 0s;-ms-transition:opacity 0.4s ease 0s;transition:opacity 0.4s ease 0s;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > ul.sub-menu,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover > ul.sub-menu{opacity:1;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a{color:#f26667;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a .menu-title:before{opacity:1;filter:alpha(opacity=1);width:10px;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a{padding-right:16px;position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a .menu-title:after,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a .menu-title:after,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a .menu-title:after,#cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a .menu-title:after{content:"\f107";font-family:FontAwesome;right:-15px;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 */}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a{background-color:#f8f8f8;color:#1e1e1e;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){background-color:#fff;margin:0;padding:13px 0;position:absolute;top:100%;z-index:1;height:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);min-width:240px;-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);/* Menu Stick Wall */}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a:after{content:"\f105";font-family:FontAwesome;font-size:inherit;float:right;color:#7f7f7f;font-weight:normal;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back{right:0;left:inherit;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item){top:-13px;left:100%;/* 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 a{display:block;padding:7px 29px;color:#999696;font-size:13px;text-align:left;}#cshero-header-navigation .main-navigation li ul li a i{font-size:12px;padding-right:15px;}#cshero-header-navigation .main-navigation li ul li a:hover{color:#1e1e1e;background-color:#f8f8f8;}#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.333% !important;}#cshero-header-navigation .main-navigation .columns2 > li{width:50% !important;}#cshero-header-navigation .main-navigation [class*="columns"] > li{float:left;padding:0;}#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;width:100% !important;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.06);-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.06);-ms-box-shadow:0 3px 3px rgba(0, 0, 0, 0.06);box-shadow:0 3px 3px rgba(0, 0, 0, 0.06);}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu .sub-menu{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;padding-left:0;padding-right:0;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a{padding:20px 29px 7px;background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span.menu-title{color:#1e1e1e;font-family:'MontserratRegular';text-transform:uppercase;font-size:13px;}#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_right.sub-menu{left:auto;right:90px;margin:auto;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a span.menu-title{color:#ccc;text-transform:none;font-weight:bold;font-size:14px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a span.menu-title:before{content:"";}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a:hover{background-color:transparent;}#cshero-header-navigation .main-navigation li.group > ul.sub-menu{display:block;float:left;left:0;position:relative;width:100%;height:inherit;}#cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu{background-color:#1b1a1a !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.multicolumn > li .sub-menu.back{right:0;}#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:992px){/*
-----> End Max width of 992 pixels.
*/#cshero-header #cshero-menu-mobile{display:block;}#cshero-header #cshero-menu-mobile i{background-color:#f26667;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);color:#fff;cursor:pointer;font-size:20px;height:36px;line-height:36px;text-align:center;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;width:46px;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 */}#cshero-header #cshero-menu-mobile i.cms-icon-menu{right:0;}#cshero-header #cshero-menu-mobile i:hover{background:#333;}#cshero-header #cshero-menu-mobile .page-popup-wrapper{position:static !important;}#cshero-header #cshero-menu-mobile .page-popup-wrapper .contact-page i{right:125px;left:inherit;}#cshero-header #cshero-menu-mobile .page-popup-wrapper .search-page i{right:70px;}#cshero-header #cshero-header-navigation{background-color:#fff;max-width:330px;position:absolute;right:0;top:100px;z-index:1001;padding:18px 30px;opacity:0;visibility:hidden;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header #cshero-header-navigation.navigation-open{opacity:1;visibility:visible;top:77px;}#cshero-header #cshero-header-navigation #site-navigation{width:100%;}#cshero-header #cshero-header-navigation .menu-main-menu li{border-bottom:1px solid rgba(0, 0, 0, 0.07);position:relative;}#cshero-header #cshero-header-navigation .menu-main-menu li a{display:block;padding:9px 0;color:#333;font-size:13px;}#cshero-header #cshero-header-navigation .menu-main-menu li a:hover{color:#f26667;}#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-item > a,#cshero-header #cshero-header-navigation .menu-main-menu li.current_page_parent > a{color:#f26667;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle{cursor:pointer;display:inline-block;height:30px;line-height:30px;position:absolute;right:0;text-align:center;top:6px;width:30px;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle:before{content:"\f105";font-family:FontAwesome;font-size:14px;color:#333;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle:hover:before{color:#f26667;}#cshero-header #cshero-header-navigation .menu-main-menu li:last-child{border-bottom:none;}#cshero-header #cshero-header-navigation .menu-main-menu.nav-menu-left li:last-child{border-bottom:1px solid rgba(0, 0, 0, 0.07);}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu{max-height:0;overflow:hidden;opacity:0;width:100% !important;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li a{padding-left:10px;padding-right:10px;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li:first-child{border-top:1px solid rgba(0, 0, 0, 0.07);}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li:last-child{border-bottom:none;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open{max-height:1000px;opacity:1;overflow:visible;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open + .cs-menu-toggle:before{content:"\f107";}}@media screen and (max-width:1340px) and (min-width:993px){/* ==========================================================================
  End Style Main Menu
========================================================================== */#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu{padding-left:45px !important;padding-right:45px !important;}}.widget_cs_social_widget{/* End - 1. Social *//* 2. Flickr */}.widget_cs_social_widget li{display:inline-block;padding:0 11px;}.widget_cs_social_widget li:first-child{padding-left:0;}.widget_cs_social_widget li:last-child{padding-right:0;}.widget_cs_social_widget li a{font-size:16px;color:#1e1e1e;}.widget_cs_social_widget li a:hover{color:#f26667;}body .flickr_badge_image{background:rgba(0, 0, 0, 0);float:left;height:auto;padding:0 10px 10px 0;width:25%;margin:0;}body .flickr_badge_image a{display:block;width:100%;}body .flickr_badge_image a img{width:100%;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.flickr-brand{/* End 2. Flickr *//* 3. Search */}.flickr-brand a{font-size:11px;margin-top:4px;float:left;color:#a9a9ab;display:block;width:100%;}.flickr-brand a:hover{color:#f26667;}#searchform{position:relative;}#searchform input[type="text"]{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;color:#1e1e1e;border:2px solid #e8e8e8;height:51px;padding-right:42px;padding-left:15px;}#searchform #searchsubmit{background-color:transparent;border:medium none;font-size:0;width:50px;position:absolute;right:0;top:0;height:50px;z-index:99;}#searchform .screen-reader-text{display:none;}#searchform div:before{content:"\55";font-family:'ElegantIcons';position:absolute;right:18px;top:13px;font-size:14px;color:#333;z-index:1000;z-index:2;}#searchform:hover div:after{background-color:#336093;}.cshero-popup-search #searchform:before{font-size:28px;right:15px;top:10px;}.widget_product_search .woocommerce-product-search{position:relative;}.widget_product_search .woocommerce-product-search .screen-reader-text{display:none;}.widget_product_search .woocommerce-product-search .search-field{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;color:#1e1e1e;border:2px solid #e8e8e8;height:51px;padding-right:42px;text-indent:15px;}.widget_product_search .woocommerce-product-search input[type="submit"]{background-color:transparent;border:medium none;font-size:0;max-width:50px;position:absolute;right:0;top:0;height:50px;z-index:3;}.widget_product_search .woocommerce-product-search input[type="submit"]:hover{background-color:transparent !important;}.widget_product_search .woocommerce-product-search:before{color:#333;content:"\f002";font-family:FontAwesome;font-size:14px;position:absolute;right:21px;top:13px;z-index:2;}.cms-error404 #searchform{max-width:287px;margin:auto;/* 3. End Search *//* 4. Start Tags */}.tagcloud a{border:1px solid #ebebeb;-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:12px !important;margin:0 3px 6px 0;padding:2px 11px;color:#1e1e1e !important;background-color:#fff;/* 4. Start Tags */}.tagcloud a:hover{color:#fff !important;border-color:#f26667;background-color:#f26667;}.cms-recent-post .cms-recent-media{max-width:60px;float:left;}.cms-recent-post .cms-recent-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 */position:relative;top:4px;}.cms-recent-post .cms-recent-details{padding-left:80px;}.cms-recent-post .cms-recent-details .detail-terms{font-size:13px;font-style:italic;margin-bottom:3px;color:#a9a9a9;}.cms-recent-post .cms-recent-details .title{font-size:14px;line-height:24px;margin:0 0 8px;}.cms-recent-post .cms-recent-details .title a{color:#282828;}.cms-recent-post .cms-recent-details .title a:hover{color:#f26667;}.cms-recent-post .cms-recent-details .date{border-bottom:1px solid #efefef;color:#616161;font-size:13px;margin-bottom:12px;padding-bottom:13px;text-transform:uppercase;}.cms-recent-post .item:last-child .date{border:none;padding:0;margin:0;}.cms-recent-post.style-2 .cms-recent-media i{font-size:18px;height:49px;width:49px;background-color:#191919;line-height:49px;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */text-align:center;color:#fff;position:relative;top:6px;}.cms-recent-post.style-2 .cms-recent-details{padding-left:65px;}.cms-recent-post.style-2 .cms-recent-details .title a{color:#cecece !important;}.cms-recent-post.style-2 .cms-recent-details .title a:hover{color:#f26667 !important;}.cms-recent-post.style-2 .cms-recent-details .date{border-bottom-color:#2b2b2b;}#sidebar .widget_archive li,.wpb_widgetised_column .widget_archive li,.sg-services-sidebar .widget_archive li,#sidebar .widget_categories li,.wpb_widgetised_column .widget_categories li,.sg-services-sidebar .widget_categories li,#sidebar .widget_meta li,.wpb_widgetised_column .widget_meta li,.sg-services-sidebar .widget_meta li,#sidebar .widget_pages li,.wpb_widgetised_column .widget_pages li,.sg-services-sidebar .widget_pages li{position:relative;color:#b6b6b6;font-size:13px;line-height:35px;}#sidebar .widget_archive li a,.wpb_widgetised_column .widget_archive li a,.sg-services-sidebar .widget_archive li a,#sidebar .widget_categories li a,.wpb_widgetised_column .widget_categories li a,.sg-services-sidebar .widget_categories li a,#sidebar .widget_meta li a,.wpb_widgetised_column .widget_meta li a,.sg-services-sidebar .widget_meta li a,#sidebar .widget_pages li a,.wpb_widgetised_column .widget_pages li a,.sg-services-sidebar .widget_pages li a{color:#1e1e1e;}#sidebar .widget_archive li a:before,.wpb_widgetised_column .widget_archive li a:before,.sg-services-sidebar .widget_archive li a:before,#sidebar .widget_categories li a:before,.wpb_widgetised_column .widget_categories li a:before,.sg-services-sidebar .widget_categories li a:before,#sidebar .widget_meta li a:before,.wpb_widgetised_column .widget_meta li a:before,.sg-services-sidebar .widget_meta li a:before,#sidebar .widget_pages li a:before,.wpb_widgetised_column .widget_pages li a:before,.sg-services-sidebar .widget_pages li a:before{content:"\e04b";font-family:'linea-arrows-10';padding-right:11px;vertical-align:sub;}#sidebar .widget_archive li a:hover,.wpb_widgetised_column .widget_archive li a:hover,.sg-services-sidebar .widget_archive li a:hover,#sidebar .widget_categories li a:hover,.wpb_widgetised_column .widget_categories li a:hover,.sg-services-sidebar .widget_categories li a:hover,#sidebar .widget_meta li a:hover,.wpb_widgetised_column .widget_meta li a:hover,.sg-services-sidebar .widget_meta li a:hover,#sidebar .widget_pages li a:hover,.wpb_widgetised_column .widget_pages li a:hover,.sg-services-sidebar .widget_pages li a:hover{padding-left:10px;color:#f26667;}#sidebar .widget_archive ul.children,.wpb_widgetised_column .widget_archive ul.children,.sg-services-sidebar .widget_archive ul.children,#sidebar .widget_categories ul.children,.wpb_widgetised_column .widget_categories ul.children,.sg-services-sidebar .widget_categories ul.children,#sidebar .widget_meta ul.children,.wpb_widgetised_column .widget_meta ul.children,.sg-services-sidebar .widget_meta ul.children,#sidebar .widget_pages ul.children,.wpb_widgetised_column .widget_pages ul.children,.sg-services-sidebar .widget_pages ul.children{padding-left:0px;}#sidebar .widget_product_categories li,.wpb_widgetised_column .widget_product_categories li,.sg-services-sidebar .widget_product_categories li{border-bottom:1px solid #e7e7e7;}#sidebar .widget_product_categories li a,.wpb_widgetised_column .widget_product_categories li a,.sg-services-sidebar .widget_product_categories li a{font-size:12px;color:#1e1e1e;display:block;padding:9px 0;}#sidebar .widget_product_categories li a:hover,.wpb_widgetised_column .widget_product_categories li a:hover,.sg-services-sidebar .widget_product_categories li a:hover{color:#f26667;}#sidebar .widget_product_categories li:last-child,.wpb_widgetised_column .widget_product_categories li:last-child,.sg-services-sidebar .widget_product_categories li:last-child{border:none;}#sidebar .widget_nav_menu li,.wpb_widgetised_column .widget_nav_menu li,.sg-services-sidebar .widget_nav_menu li{position:relative;margin-bottom:8px;}#sidebar .widget_nav_menu li a,.wpb_widgetised_column .widget_nav_menu li a,.sg-services-sidebar .widget_nav_menu li a{background-color:#f4f4f4;color:#5e5e5e;display:block;font-family:Montserrat;font-size:13px;font-weight:700;letter-spacing:0.02em;padding:12px 20px;text-transform:uppercase;}#sidebar .widget_nav_menu li a:hover,.wpb_widgetised_column .widget_nav_menu li a:hover,.sg-services-sidebar .widget_nav_menu li a:hover,#sidebar .widget_nav_menu li a.services-active,.wpb_widgetised_column .widget_nav_menu li a.services-active,.sg-services-sidebar .widget_nav_menu li a.services-active{color:#fff;background-color:#f26667;}#sidebar .widget_nav_menu li a:before,.wpb_widgetised_column .widget_nav_menu li a:before,.sg-services-sidebar .widget_nav_menu li a:before{content:"\f178";font-family:FontAwesome;padding-right:10px;font-size:11px;font-weight:normal;}#sidebar .widget_nav_menu li.current-menu-item a,.wpb_widgetised_column .widget_nav_menu li.current-menu-item a,.sg-services-sidebar .widget_nav_menu li.current-menu-item a{color:#fff;background-color:#f26667;}#sidebar .widget_nav_menu ul.sub-menu,.wpb_widgetised_column .widget_nav_menu ul.sub-menu,.sg-services-sidebar .widget_nav_menu ul.sub-menu{margin-top:8px;padding:0;width:100% !important;}#sidebar .widget_nav_menu ul.sub-menu li a,.wpb_widgetised_column .widget_nav_menu ul.sub-menu li a,.sg-services-sidebar .widget_nav_menu ul.sub-menu li a{padding-left:30px;}#sidebar .widget_nav_menu ul.sub-menu li ul.sub-menu li a,.wpb_widgetised_column .widget_nav_menu ul.sub-menu li ul.sub-menu li a,.sg-services-sidebar .widget_nav_menu ul.sub-menu li ul.sub-menu li a{padding-left:40px;}#sidebar .widget_nav_menu ul.sub-menu li ul.sub-menu li ul.sub-menu li a,.wpb_widgetised_column .widget_nav_menu ul.sub-menu li ul.sub-menu li ul.sub-menu li a,.sg-services-sidebar .widget_nav_menu ul.sub-menu li ul.sub-menu li ul.sub-menu li a{padding-left:50px;}.widget_nav_menu .widget-title{margin:0 0 15px;}.widget_nav_menu li.current-menu-item > a{color:#f26667;}.widget_calendar.slidingbar-widget-col{margin-top:60px;}.widget_calendar #wp-calendar{position:relative;}.widget_calendar #wp-calendar caption{background-color:#f26667;color:#fff;font-size:24px;font-weight:700;line-height:1;padding:18px 0;text-align:center;}.widget_calendar #wp-calendar thead{background-color:#336093;color:#fff;}.widget_calendar #wp-calendar thead th{font-weight:700;text-align:center;color:#fff;}.widget_calendar #wp-calendar thead tr th:first-child{padding-left:20px;}.widget_calendar #wp-calendar thead tr th:last-child{padding-right:20px;}.widget_calendar #wp-calendar tbody{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}.widget_calendar #wp-calendar tbody td{font-weight:300;text-align:center;padding:0;border-top:none;}.widget_calendar #wp-calendar tbody td a{font-weight:700;color:#f26667;}.widget_calendar #wp-calendar tbody td a:hover{color:#336093;}.widget_calendar #wp-calendar tbody tr td:first-child{padding-left:20px;}.widget_calendar #wp-calendar tbody tr td:last-child{padding-right:20px;}.widget_calendar #wp-calendar tbody tr:first-child td{padding-top:12px;}.widget_calendar #wp-calendar tbody tr:last-child td{padding-bottom:12px;}.widget_calendar #wp-calendar tfoot{border:medium none;}.widget_calendar #wp-calendar tfoot td{padding:0;border:none;height:60px;position:absolute;top:0;left:15px;}.widget_calendar #wp-calendar tfoot td#prev a{font-size:0;}.widget_calendar #wp-calendar tfoot td#prev a:before{color:#fff;content:"\f104";font-family:FontAwesome;font-size:16px;line-height:60px;}.widget_calendar #wp-calendar tfoot td#next{left:inherit;right:15px;}.widget_calendar #wp-calendar tfoot td#next a{font-size:0;}.widget_calendar #wp-calendar tfoot td#next a:before{color:#fff;content:"\f105";font-family:FontAwesome;font-size:16px;line-height:60px;}.sidebar-full .widget_newsletterwidget{padding:50px 0;}.sidebar-full .widget_newsletterwidget:before{background-color:#f2f2f2;content:"";height:180px;left:-50px;position:absolute;top:2px;width:1000px;z-index:0;}#sidebar .widget_newsletterwidget{position:relative;}#sidebar .widget_newsletterwidget .widget-title{position:relative;}#sidebar .widget_newsletterwidget p{margin:0;}#sidebar .widget_newsletterwidget form{position:relative;}#sidebar .widget_newsletterwidget form .newsletter-email{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}#sidebar .widget_newsletterwidget form .newsletter-submit{font-size:0;height:41px;width:60px;background-color:transparent;position:absolute;top:2px;border:none;right:2px;z-index:3;}#sidebar .widget_newsletterwidget form:before{color:#fff;content:"\e04b";font-family:'linea-arrows-10';font-size:22px;position:absolute;right:22px;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 */z-index:2;}#sidebar .widget_newsletterwidget form:after{height:41px;width:60px;content:"";background-color:#f26667;position:absolute;top:2px;right:2px;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 */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.sidebar-left-active #sidebar .widget_newsletterwidget:before{left:inherit;right:-50px;}.ft_flickr_widget{overflow:hidden;/* 5. Recent Post */}.widget_recent_entries li{line-height:24px;margin-bottom:25px;}.widget_recent_entries li a{display:block;}.widget_recent_entries li:last-child{margin-bottom:0;}#secondary .widget_recent_entries li{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;}#secondary .widget_recent_entries li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;}#secondary .widget_recent_entries li a{color:#1e1e1e;}#secondary .widget_recent_entries li a:hover{color:#f26667;}#secondary .widget_recent_entries li .post-date{color:#b6b6b6;font-size:12px;}.widget_recent_comments li{display:inline-block;line-height:35px;}.widget_recent_comments li .comment-author-link{display:inline-block;}#secondary .widget_recent_comments li{font-size:12px;line-height:26px;color:#b6b6b6;display:block;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;}#secondary .widget_recent_comments li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;}#secondary .widget_recent_comments li a{display:block !important;font-size:14px;color:#1e1e1e;}#secondary .widget_recent_comments li a:hover{color:#f26667;}.widget_rss .rsswidget{display:block;}.widget_rss .rss-date{font-style:italic;}.widget_rss .rssSummary{padding-top:12px;}.widget_rss li{border-bottom:1px solid #ededed;margin-bottom:20px;padding-bottom:20px;}.widget select option{max-width:300px;}.post-password-form [type="password"]{margin-bottom:10px;}.widget_znews-twitter-widget .item-content{margin-bottom:34px;}.widget_znews-twitter-widget .item-content .news-twitter-icon{font-size:20px;padding-top:2px;float:left;}.widget_znews-twitter-widget .item-content .news-twitter-item-inner{padding-left:32px;}.widget_znews-twitter-widget .item-content:last-child{padding:0;margin:0;border:none;}.widget_cs_instagram_widget .cs-instagram-pics{margin:0 -5px;}.widget_cs_instagram_widget .cs-instagram-pics .instagram-item{padding:0 5px;margin-bottom:10px;}.widget_cs_instagram_widget .cs-instagram-pics .instagram-item img{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.widget_cs_instagram_widget .cs-instagram-pics .instagram-item:hover img{opacity:0.6;}.widget_cs_instagram_widget .user{margin-top:20px;}.widget_icl_lang_sel_widget #lang_sel{margin-left:20px;padding-left:20px;position:relative;}.widget_icl_lang_sel_widget #lang_sel:before{background-color:#dfdfdf;content:"";height:20px;left:-1px;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:1px;}.widget_icl_lang_sel_widget #lang_sel > ul > li{line-height:normal;}.widget_icl_lang_sel_widget #lang_sel > ul > li a{font-size:13px;font-family:'MontserratRegular';color:#1e1e1e;text-transform:uppercase;}.widget_icl_lang_sel_widget #lang_sel > ul > li a:hover{color:#f26667;}.widget_icl_lang_sel_widget #lang_sel > ul > li ul{background-color:#fff;box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);padding:10px 12px;position:absolute;right:0;top:100%;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;}.widget_icl_lang_sel_widget #lang_sel > ul > li ul li{padding:3px 0;}.widget_icl_lang_sel_widget #lang_sel > ul > li > a{line-height:77px;display:block;}.widget_icl_lang_sel_widget #lang_sel > ul > li:hover > a + ul{opacity:1;}.wpb_widgetised_column .newsletter-widget{max-width:380px;margin:auto;position:relative;}.wpb_widgetised_column .newsletter-widget .newsletter-email{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-color:#e1e1e1;-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 */font-size:14px;color:#b4b4b4;font-family:'Aileron Light';width:-moz-calc(100% - 142px);width:-webkit-calc(100% - 142px);width:calc(100% - 142px);}.wpb_widgetised_column .newsletter-widget .newsletter-submit{background-color:#1e1e1e;border-color:#1e1e1e;-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 */position:absolute;top:0;right:0;}.wpb_widgetised_column .newsletter-widget .newsletter-submit:hover{border-color:#f26667;background-color:#f26667;}.wpb_widgetised_column.page-newletter-style2 .newsletter-widget,.wpb_widgetised_column.page-newletter-style3 .newsletter-widget{max-width:370px;}.wpb_widgetised_column.page-newletter-style2 .newsletter-widget .newsletter-email,.wpb_widgetised_column.page-newletter-style3 .newsletter-widget .newsletter-email{width:100%;font-family:inherit;font-weight:400;font-size:15px;color:#a9b3b3;background-color:#e6eff9;border:none;-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 */}.wpb_widgetised_column.page-newletter-style2 .newsletter-widget .newsletter-submit,.wpb_widgetised_column.page-newletter-style3 .newsletter-widget .newsletter-submit{-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 */bottom:2px;right:2px;text-indent:-9999px;top:2px;width:60px;z-index:8;background-color:transparent;border:none;}.wpb_widgetised_column.page-newletter-style2 .newsletter-widget:before,.wpb_widgetised_column.page-newletter-style3 .newsletter-widget:before{z-index:5;content:"\f105";font-family:'FontAwesome';position:absolute;top:0;right:0;width:60px;line-height:45px;text-align:center;font-size:23px;color:#fff;}.wpb_widgetised_column.page-newletter-style2 .newsletter-widget:after,.wpb_widgetised_column.page-newletter-style3 .newsletter-widget:after{content:"";-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */z-index:1;bottom:2px;right:2px;top:2px;width:60px;z-index:2;background-color:#f26667;position:absolute;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.wpb_widgetised_column.page-newletter-style2 .newsletter-widget:hover:after,.wpb_widgetised_column.page-newletter-style3 .newsletter-widget:hover:after{background-color:#336093;}.wpb_widgetised_column.page-newletter-style3 .newsletter-widget .newsletter-email{border:1px solid #e1e3e5;background-color:#fff;color:#a9b3b3;}.custom-menu-portfolio{text-align:center;}.custom-menu-portfolio li{border-bottom:1px dashed rgba(255, 255, 255, 0.02);padding:32px 0;}.custom-menu-portfolio li a{font-size:36px;line-height:normal;letter-spacing:0;font-family:'MontserratRegular';color:#fff;}.custom-menu-portfolio li a:hover{color:#f26667;}.custom-menu-portfolio li:last-child{border-bottom:none;}@media screen and (min-width:1360px){.cms-carousel-client-layout3.navigation-horizontal-center .owl-controls .owl-prev,.cms-carousel-client-layout3.navigation-horizontal-center .owl-controls .owl-next{left:-81px;margin:0;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 */}.cms-carousel-client-layout3.navigation-horizontal-center .owl-controls .owl-next{left:inherit;right:-81px;}}@media screen and (max-width:1360px){.column-padding-small .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}.cshero-popup-menu .menu-main-menu{padding:5% 0;}}@media screen and (max-width:1200px){#cshero-header-inner #cshero-header .cshero-navigation-right .nav-button-icon .h-search-wrapper + .h-cart-wrapper,.widget_icl_lang_sel_widget #lang_sel{margin-left:10px;padding-left:10px;}#cshero-footer #cshero-footer-top .footer-time li{float:none;width:100%;}#cshero-footer #cshero-footer-top .footer-time li:nth-child(2n){text-align:left;}#cshero-footer #cshero-footer-top ul.menu li{float:none;width:100%;}#cshero-header-navigation{/* Footer */}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li,#cshero-header-navigation .main-navigation .menu-main-menu > li{padding:0 6px;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){min-width:190px;}#cshero-footer-bottom .title-social{display:block;margin-bottom:12px;}#cshero-footer-bottom .cs-social{margin-left:-2px;}#cshero-footer-bottom .title-newsletter{position:static;margin-bottom:12px;}#cshero-footer-bottom .newsletter-widget{padding-left:0;}}@media screen and (min-width:1200px){body .cs-boxed{margin:auto;width:1200px;}#cshero-header-logo.col-lg-5{width:34.667%;}#cshero-header-navigation.col-lg-7{width:65.333%;}}@media screen and (max-width:1024px) and (min-width:993px){.vc_col-sm-3 .cms-counter-icon{float:none;}.vc_col-sm-3 .cms-counter-content .cms-counter-title{margin-bottom:20px;}}@media screen and (max-width:1024px){.vc_row.pd-default-sm{padding-left:15px !important;padding-right:15px !important;}.vc_row.pd-default-sm .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}#page-title{background-attachment:inherit;}body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{padding:10px 18px;}.row-image-holder{bottom:30px;left:30px;right:45px;top:30px;}.cms-pricing .cms-pricing-item{margin-bottom:30px;}}@media screen and (min-width:993px){.line-gap .cms-counter-wraper:before{width:2px;height:30px;background-color:rgba(49, 49, 49, 0.1);content:"";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 */right:-16px;}.line-gap .wpb_column:last-child .cms-counter-wraper:before{width:0;}.line-gap.light .cms-counter-wraper:before{background-color:rgba(255, 255, 255, 0.3);}.cms-grid .col-lg-3:nth-child(4n+1){clear:left;}.cms-grid .col-lg-4:nth-child(3n+1){clear:left;}.cms-grid .col-lg-6:nth-child(2n+1){clear:left;}#cshero-menu-mobile{display:none !important;}.practice-layout6.nav-top-right .owl-controls,.cms-carousel-client.nav-top-right .owl-controls{position:absolute;right:-5px;top:-101px;}.practice-layout6.nav-top-right .owl-controls .owl-prev,.cms-carousel-client.nav-top-right .owl-controls .owl-prev,.practice-layout6.nav-top-right .owl-controls .owl-next,.cms-carousel-client.nav-top-right .owl-controls .owl-next{margin-top:0;}.cms-grid-blog-layout1 .col-lg-4:nth-child(3n+1){clear:left;}.cms-grid-blog-layout1 .col-lg-3:nth-child(4n+1){clear:left;}}@media screen and (max-width:993px){#cshero-header-inner #cshero-header #cshero-header-logo .top-media{display:none;}}@media screen and (max-width:992px){.space-sm40{height:40px !important;}.countdown-item-container{margin-bottom:30px;}.text-center-md{text-align:center;/* Call To Action */}.text-center-md *{text-align:center !important;}.text-center-md .cart-contents{float:none !important;}.cms-cta-wrapper .cms-cta-content{padding-bottom:25px;}.cms-cta-wrapper .title{border-bottom:none !important;}.cms-cta-wrapper.cta-left .cms-cta-content,.cms-cta-wrapper.cta-left .cms-cta-button{text-align:center;}.vc_row.space-default{padding:40px 15px !important;/* Text Align */}.text-rp-center{text-align:center !important;}.text-rp-center .wpb_single_image.vc_align_left{text-align:center;}.text-rp-right{text-align:right !important;}.w100-sm{width:100%;}body > div > div > .container,#cs-header > .container{width:100% !important;}.container{width:100%;}.icon-slider i{height:60px !important;width:60px !important;line-height:60px !important;font-size:20px !important;/* ==========================================================================
      Header Mobile
  ========================================================================== */}body #cshero-header{position:static !important;}body #cshero-header > .container{position:relative;z-index:99;}body #cshero-header .cshero-header-search{right:70px;}#cshero-header-inner.h-style #cshero-header,#cshero-header-inner.h-style2 #cshero-header{padding:0 15px;/* ==========================================================================
     End Header Mobile
  ========================================================================== *//* Woo */}.cart-action-wrap td.coupon,.cart-action-wrap .actions{width:50%;}.cart-action-wrap .button{width:100% !important;float:none;}#cms-trust.woocommerce .products li,#cms-medico.woocommerce-page .products li{width:50%;}.vc_row-no-padding.small-1-column .wpb_column{margin-top:0 !important;}#cshero-footer-feature-top .feature-top-item span:nth-child(2){line-height:31px;}#cshero-footer-top .media{padding-bottom:10px;}#cshero-footer-top .media .media-left{padding:0;display:block;}#cshero-footer-top .media .media-left img{top:0;margin-bottom:15px;}#cshero-footer-top .media .media-body{padding:0;display:block;}#cshero-footer-top [class*="cshero-footer-"]{margin-bottom:35px;}#cshero-footer-top aside.[class^="col-"]{margin-bottom:30px;}#cshero-footer-top aside.[class^="col-"]:last-child{margin:0;}#cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"],#cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"],#cshero-footer-top aside.[class^="col-"] .widget{margin:30px 0 0;}#cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"]:first-child,#cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"]:first-child,#cshero-footer-top aside.[class^="col-"] .widget:first-child{margin:0;}#cshero-footer-bottom .cs-social li{margin-bottom:8px;}}@media screen and (max-width:991px) and (min-width:768px){.cms-grid-wraper .cms-grid-item.col-sm-6:nth-child(odd){clear:left;}.text-rp-small{font-size:13px !important;line-height:26px !important;}.heading-rp-small{font-size:28px !important;line-height:36px !important;}}@media screen and (max-width:992px) and (min-width:768px){.small-1-column .wpb_column{width:100%;}.small-1-column .wpb_column + .wpb_column{margin-top:35px;}.small-1-column.sm-no-margin .wpb_column + .wpb_column{margin-top:0;}.small-2-column .wpb_column{width:50%;margin-top:0;}.small-2-column .wpb_column:nth-child(2){margin-top:0;}.small-2-column .wpb_column:nth-child(3),.small-2-column .wpb_column:nth-child(4){margin-top:35px;}.small-3-column .wpb_column{width:33.33%;}.small-3-column .wpb_column + .wpb_column{margin-top:0;}.section-counter{/* Text Align */}.section-counter.small-2-column .wpb_column:nth-child(3),.section-counter.small-2-column .wpb_column:nth-child(4){margin-top:0;border-top:1px solid #ebebeb;}.section-counter.small-2-column.line-dark .wpb_column:nth-child(3),.section-counter.small-2-column.line-dark .wpb_column:nth-child(4){border-top:1px solid #4c4b4b;}.section-counter.small-2-column .wpb_column:nth-child(2){border-right:none !important;}.text-center-small{text-align:center;}.text-center-small .wpb_wrapper{text-align:center;}.text-center-small .vc_custom_heading{text-align:center !important;}.cms-process.cms-process-layout2 .cms-process-item{width:50%;margin-bottom:35px;}}@media (min-width:768px){.column-no-padding [class*="vc_col-"]{padding:0;}}@media (max-width:767px){.cshero-popup-menu .menu-main-menu-container .menu-main-menu li{padding:8px 0;}.cshero-popup-menu .menu-main-menu-container .menu-main-menu li a{font-size:16px;}.cshero-popup-menu .menu-main-menu-container .menu-main-menu li ul.sub-menu{padding-top:8px;}.cshero-popup-menu .menu-main-menu-container .menu-main-menu li ul.sub-menu li a{font-size:14px;}.cms-process.cms-process-layout2 .cms-process-item{width:100%;padding:0 5%;margin-bottom:35px;}.custom-row-image + .vc_column_wrapper > .vc_col-sm-6:nth-child(1){display:none;}.cms-heading-wrapper .title{font-size:26px;/* Slider */}.cms-heading-wrapper .title.box:before{height:86px;}.custom{/* Button */}.custom.tp-leftarrow{-webkit-transform:matrix(1, 0, 0, 1, 0, -30) !important;-khtml-transform:matrix(1, 0, 0, 1, 0, -30) !important;-moz-transform:matrix(1, 0, 0, 1, 0, -30) !important;-ms-transform:matrix(1, 0, 0, 1, 0, -30) !important;-o-transform:matrix(1, 0, 0, 1, 0, -30) !important;transform:matrix(1, 0, 0, 1, 0, -30) !important;/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.custom.tp-rightarrow{-webkit-transform:matrix(1, 0, 0, 1, -60, -30) !important;-khtml-transform:matrix(1, 0, 0, 1, -60, -30) !important;-moz-transform:matrix(1, 0, 0, 1, -60, -30) !important;-ms-transform:matrix(1, 0, 0, 1, -60, -30) !important;-o-transform:matrix(1, 0, 0, 1, -60, -30) !important;transform:matrix(1, 0, 0, 1, -60, -30) !important;/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.btn{margin-bottom:4px;/* Page Title */}.btn.btn-md{padding:17px 18px;}#page-title{/* Tab */}#page-title #page-title-text h1{font-size:23px;}#page-title #page-title-text .sub-title{font-size:15px;}.vc_tta-panels-container .vc_tta-panel-title .vc_tta-title-text{margin-left:0 !important;padding-left:12px !important;}.vc_tta-style-classic .vc_tta-panel{padding-left:20px;padding-right:20px;/* Text Align */}.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title span{color:#f26667;}.text-center-xs,.text-center-mini{text-align:center;}.text-center-xs .wpb_wrapper,.text-center-mini .wpb_wrapper{text-align:center;}.text-center-xs .vc_custom_heading,.text-center-mini .vc_custom_heading{text-align:center !important;}.text-left-xs{text-align:left !important;}.small-1-column .wpb_column + .wpb_column,.small-2-column .wpb_column + .wpb_column,.small-3-column .wpb_column + .wpb_column{margin-top:35px;}.small-1-column.sm-no-margin .wpb_column + .wpb_column,.small-2-column.sm-no-margin .wpb_column + .wpb_column,.small-3-column.sm-no-margin .wpb_column + .wpb_column{margin-top:0;}.small-2-column .wpb_column{width:100%;/* End Text Align *//* Single Image VC */}body .vc_tta-container .vc_tta-panel-body .vc_single_image-wrapper{margin-top:22px;/* Client */}body .vc_tta-container .vc_tta-panel-body .vc_single_image-wrapper img{width:100%;margin:22px 0;}.cms-carousel-client-layout1 .cms-carousel-media{line-height:normal;/* End Client */}.cshero-header-search{display:none;}#cshero-footer #cshero-footer-bottom{text-align:center;/* Portfolio */}#cshero-footer #cshero-footer-bottom .cms-footer-social{padding-top:15px;}.single-portfolio .sg-portfolio .nav-links li span{display:none;/* Blog */}.post-navigation .nav-link-prev,.cms-related-post-inner .item{margin-bottom:30px;/* Shortcode Heading */}.cms-heading-wrapper.heading-layout1{/* End Shortcode Heading *//* Footer Top */}.cms-heading-wrapper.heading-layout1 .cms-heading-button{margin-top:30px;padding-left:115px;}.cms-heading-wrapper.heading-layout1 .cms-heading-content .line-title{width:30px;}.cms-fancyboxes-layout2 .cms-fancybox-item{padding-bottom:33px;}.cms-error404 .entry-header h1{font-size:100px;}.cms-error404 .entry-header h1:before{font-size:130px;left:-45px;top:-28px;}.wpb_single_image.icon .vc_single_image-wrapper{width:100%;margin-bottom:20px;}.wpb_single_image.icon .vc_single_image-wrapper img{width:100%;}#sidebar,.wpb_widgetised_column{margin-top:30px;}#sidebar #secondary,.wpb_widgetised_column #secondary{margin-bottom:80px;padding:15px;}#cshero-footer #cshero-footer-top > .no-container,#cshero-footer #cshero-footer-bottom > .no-container{padding:0 15px;}#main .page-full-width{padding:0 30px;}}@media (max-width:640px){.cms-process .cms-process-item{width:100%;margin-bottom:35px;}.cms-process .cms-process-item .cms-process-icon:before{display:none;}.cms-process .cms-process-item .cms-process-icon:after{display:none;}}@media (max-width:480px){#cshero-header-inner #cshero-header #cshero-header-logo a img{max-width:165px;/* Shortcode Heading */}.cms-heading-wrapper.heading-layout1{/* End Shortcode Heading */}.cms-heading-wrapper.heading-layout1 .cms-heading-content{padding-left:55px;}.cms-heading-wrapper.heading-layout1 .cms-heading-content:before{width:30px;}.cms-heading-wrapper.heading-layout1 .cms-heading-button{padding-left:70px;}#cshero-footer-top ul.menu li,#cshero-footer-top .cshero-footer-top3 ul.menu li{width:100%;}}