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

  1. Blog Standard
  2. Single Details

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

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

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

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
3. Footer
-------------------------------------------------------------------*//* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== *//* ==========================================================================
    Style Main Menu
========================================================================== *//*
-----> Minimum width of 992 pixels.
*//*------------------------------------------------------------------
[All Style Widgets]

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

-------------------------------------------------------------------*//* ==========================================================================
  [Start] Large devices (desktops, 992px and up)
========================================================================== *//* 
     [Start] Header
     +-----------------------------------+
  *//*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/.cms-service-layout1 .cms-service-nav .cms-service-overlay{background-color:rgba(106, 131, 71, 0.44);}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel-body{border-left:1px solid rgba(106, 131, 71, 0.4);border-right:1px solid rgba(106, 131, 71, 0.4);border-bottom:1px solid rgba(106, 131, 71, 0.4);}#wl-wrapper.woocommerce .button,.btn,button,.button,input[type="submit"]{background-color:#6a8347;font-size:13px;line-height:1;font-family:'JosefinSans-Bold';font-weight:normal;border:2px solid #6a8347;color:#fff;text-transform:uppercase;padding:14px 33px 14px;letter-spacing:0.025em;-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:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);-webkit-text-shadow:0 0 1px rgba(0, 0, 0, 0.3);-moz-text-shadow:0 0 1px rgba(0, 0, 0, 0.3);-ms-text-shadow:0 0 1px rgba(0, 0, 0, 0.3);text-shadow:0 0 1px rgba(0, 0, 0, 0.3);position:relative;}#wl-wrapper.woocommerce .button:hover,.btn:hover,button:hover,.button:hover,input[type="submit"]:hover,.btn:focus,button:focus,.button:focus,input[type="submit"]:focus{outline:medium none;text-decoration:none;background-color:#040e24;border-color:#040e24;color:#fff;/* Button Styles */}.btn i{padding-right:9px;}.btn span{display:inline-block;}.btn span + i{padding-right:0;padding-left:9px;}.btn.btn-rounded{-webkit-border-radius:45px;-khtml-border-radius:45px;-moz-border-radius:45px;-ms-border-radius:45px;-o-border-radius:45px;border-radius:45px;/* BACKGROUND GRADIENT */}.btn.btn-outline{background-color:transparent;-webkit-border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;/* BACKGROUND GRADIENT */color:#6a8347;border:2px solid #6a8347;}.btn.btn-outline .btn-text{opacity:0.87;}.btn.btn-outline:hover{background-color:#6a8347;color:#fff;}.btn.btn-flat:hover{background-color:transparent;color:#6a8347;border-color:#6a8347;}.btn.btn-primary-alt,.btn.btn-primary-alt1{color:#6a8347;background-color:transparent;}.btn.btn-primary-alt:hover,.btn.btn-primary-alt1:hover{border-color:#6a8347;background-color:#6a8347;color:#fff;}.btn.btn-primary-alt1{border-width:1px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.btn.btn-default-white,.btn.btn-primary-white{border-color:#fff;background-color:#fff;color:#6a8347;}.btn.btn-primary-white:hover{background-color:#6a8347;color:#fff;border-color:#6a8347;}.btn.btn-default-white:hover{background-color:#040e24;color:#fff;border-color:#040e24;}.btn.btn-effect{position:relative;}.btn.btn-effect:before{content:"";position:absolute;top:-20px;left:-20px;bottom:-20px;right:-20px;background:#6a8347;-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 */z-index:-1;opacity:0.4;-webkit-transform:scale3d(0.8, 0.5, 1);transform:scale3d(0.8, 0.5, 1);}.btn.btn-effect:hover{-webkit-transition:background-color 0.1s 0.3s, color 0.1s 0.3s;transition:background-color 0.1s 0.3s, color 0.1s 0.3s;color:#fff;border-color:#6a8347;background-color:#6a8347;-webkit-animation:anim-moema-1 0.3s forwards;animation:anim-moema-1 0.3s forwards;}.btn.btn-effect:hover:before{-webkit-animation:anim-moema-2 0.3s 0.3s forwards;animation:anim-moema-2 0.3s 0.3s forwards;}.btn-less{font-size:11px;line-height:23px;color:#fff;}.btn-less i{padding-left:4px;}.btn-less:hover{color:#6a8347;}@-webkit-keyframes anim-moema-1{60%{-webkit-transform:scale3d(0.8, 0.8, 1);transform:scale3d(0.8, 0.8, 1);}85%{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1);}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@keyframes anim-moema-1{60%{-webkit-transform:scale3d(0.8, 0.8, 1);transform:scale3d(0.8, 0.8, 1);}85%{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1);}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@-webkit-keyframes anim-moema-2{to{opacity:0;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@keyframes anim-moema-2{to{opacity:0;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}.style-btn-3d{/* Button Size */}.style-btn-3d .btn:hover{-webkit-box-shadow:0 5px 0 #30a69c;-moz-box-shadow:0 5px 0 #30a69c;-ms-box-shadow:0 5px 0 #30a69c;box-shadow:0 5px 0 #30a69c;background-color:#3ac9bc;border-color:#3ac9bc;-webkit-transform:rotateX(15deg);-khtml-transform:rotateX(15deg);-moz-transform:rotateX(15deg);-ms-transform:rotateX(15deg);-o-transform:rotateX(15deg);transform:rotateX(15deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.btn.btn-sm{padding:11px 23px;}.btn.btn-tiny{padding:8px 18px;}.before-dot1,.before-dot2,.before-dot3,.before-dot4{padding-left:33px;position:relative;}.before-dot1:before,.before-dot2:before,.before-dot3:before,.before-dot4:before{content:"";height:17px;width:17px;background-color:#9e54bd;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.before-dot2:before{background-color:#fff;}.before-dot3:before{background-color:#f06060;}.before-dot4:before{background-color:#0e83cd;/* Button slider */}.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;font-size:13px !important;padding:14px 22px !important;}.rev_slider_wrapper .btn i{font-size:13px !important;padding-left:9px !important;padding-right:0 !important;top:-1px;}.entry-blog .post-thumbnail img{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */margin-bottom:30px;}.entry-blog .entry-header .entry-title{font-size:30px;line-height:normal;margin-bottom:13px;}.entry-blog .entry-footer{margin-top:20px;margin-bottom:70px;}.entry-blog .entry-footer a{padding-left:25px;padding-right:25px;}.entry-blog article:last-child .entry-footer{margin-bottom:40px;}.entry-blog .post-wrapper.blog-style2{background-color:#fff;box-shadow:0 1px 25px rgba(0, 0, 0, 0.07);border:1px solid #fff;margin-bottom:50px;-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;}.entry-blog .post-wrapper.blog-style2 .post-thumbnail img{margin-bottom:0;-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 */}.entry-blog .post-wrapper.blog-style2 .post-column-left{padding-right:20px;}.entry-blog .post-wrapper.blog-style2 .post-column-right{padding-top:23px;padding-bottom:23px;}.entry-blog .post-wrapper.blog-style2 .post-column-right .entry-content{padding-right:30px;}.entry-meta li{display:inline-block;font-size:12px;text-transform:uppercase;color:#6a8347;margin-right:10px;}.entry-meta li a{color:#040e24;}.entry-meta li a:hover{color:#6a8347;}.entry-meta li i{color:#6a8347;padding-right:6px;position:relative;top:-1px;}.entry-meta li.detail-author{margin-right:30px;}.entry-meta li.detail-date a{color:#6a8347;}.entry-meta li.detail-date a:hover{color:#040e24;}.cms-paging-navigation{border-top:1px solid #dedede;text-align:right;margin-top:70px;/* 
   [Start] 2. Single Details
   +-----------------------------------+
*/}.cms-paging-navigation .page-numbers{height:25px;width:25px;line-height:25px;text-align:center;display:inline-block;border:1px solid #b6b6b6;-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:#eaeaea;background-image:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f9f9f9));background-image:-webkit-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:-moz-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:-ms-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:-o-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:linear-gradient(bottom, #eaeaea, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', endColorStr='#f9f9f9');/* BACKGROUND GRADIENT 2 - TOP*/font-size:12px;color:#717171;font-family:'lorabold';-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;vertical-align:middle;}.cms-paging-navigation .page-numbers.current,.cms-paging-navigation .page-numbers:hover{background-color:#fafafa;background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));background-image:-webkit-linear-gradient(bottom, #fafafa, #fff);background-image:-moz-linear-gradient(bottom, #fafafa, #fff);background-image:-ms-linear-gradient(bottom, #fafafa, #fff);background-image:-o-linear-gradient(bottom, #fafafa, #fff);background-image:linear-gradient(bottom, #fafafa, #fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', endColorStr='#fff');/* BACKGROUND GRADIENT 2 - TOP*/color:#717171;}.cms-paging-navigation .page-numbers.next,.cms-paging-navigation .page-numbers.prev{font-size:0;}.cms-paging-navigation .page-numbers.next:before,.cms-paging-navigation .page-numbers.prev:before{display:inline-block;font-family:"Material-Design-Iconic-Font";font-size:16px;line-height:1;vertical-align:middle;width:0;}.cms-paging-navigation .page-numbers.next:before{content:"\f2fb";}.cms-paging-navigation .page-numbers.prev:before{content:"\f2fa";}.cms-paging-navigation .pagination{margin:15px 0;}blockquote{background-color:#f5f5f5;border-left:2px solid #6a8347;font-size:16px;line-height:28px;color:#8b8d92;font-family:'karlaitalic';padding:12px 20px;margin:22px 0;}blockquote p{margin-bottom:0 !important;}.single-post .post-thumbnail img,.single-fr-events .post-thumbnail img,.single-flexrestaurants .post-thumbnail img{width:100%;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-ms-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);box-shadow:0 0 20px rgba(0, 0, 0, 0.14);}.single-post .entry-title,.single-fr-events .entry-title,.single-flexrestaurants .entry-title{font-size:38px;line-height:50px;text-align:center;position:relative;padding-bottom:37px;margin-top:37px;margin-bottom:50px;}.single-post .entry-title:before,.single-fr-events .entry-title:before,.single-flexrestaurants .entry-title:before{width:70px;height:4px;background-color:#6a8347;content:"";position:absolute;left:0;bottom:0;right:0;margin:auto;}.single-post .entry-content,.single-fr-events .entry-content,.single-flexrestaurants .entry-content{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:15px;}.single-post .entry-content p,.single-fr-events .entry-content p,.single-flexrestaurants .entry-content p{margin-bottom:24px;}.single-post .entry-content img,.single-fr-events .entry-content img,.single-flexrestaurants .entry-content img{padding-top:7px;}.single-post .single-post-tags,.single-fr-events .single-post-tags,.single-flexrestaurants .single-post-tags{margin-top:30px;}.single-post .single-post-tags span,.single-fr-events .single-post-tags span,.single-flexrestaurants .single-post-tags span,.single-post .single-post-tags a,.single-fr-events .single-post-tags a,.single-flexrestaurants .single-post-tags a{display:inline-block;margin-right:11px;margin-bottom:11px;font-family:'karlabold';font-size:12px;text-transform:uppercase;color:#929292;line-height:27px;padding:1px 14px 0;background-color:#fff;border:1px solid #e5e5e5;}.single-post .single-post-tags a:hover,.single-fr-events .single-post-tags a:hover,.single-flexrestaurants .single-post-tags a:hover{color:#6a8347;}.single-post .single-post-tags span,.single-fr-events .single-post-tags span,.single-flexrestaurants .single-post-tags span{background-color:#e5e5e5;}.single-post .single-post-socia,.single-fr-events .single-post-socia,.single-flexrestaurants .single-post-socia{text-align:right;}.single-post .single-post-socia li,.single-fr-events .single-post-socia li,.single-flexrestaurants .single-post-socia li{display:inline-block;padding-left:12px;}.single-post .single-post-socia li a,.single-fr-events .single-post-socia li a,.single-flexrestaurants .single-post-socia li a{color:#a4a5a9;font-size:16px;}.single-post .single-post-socia li a:hover,.single-fr-events .single-post-socia li a:hover,.single-flexrestaurants .single-post-socia li a:hover{color:#6a8347;}.single-post .single-post-socia li:first-child,.single-fr-events .single-post-socia li:first-child,.single-flexrestaurants .single-post-socia li:first-child{display:block;font-size:12px;text-transform:uppercase;color:#040e24;font-family:'karlabold';margin-bottom:5px;}.cms-related-post{border-top:1px solid #eee;padding-top:40px;}.cms-related-post .wg-title{text-align:center;font-family:'karlabold';font-size:13px;text-transform:uppercase;letter-spacing:0.07em;}.cms-related-post .cms-related-post-inner{margin:0 -20px;}.cms-related-post .cms-related-post-inner .item{padding:0 20px;}.cms-related-post .cms-related-post-inner .item.has-feature-img .feature-image{display:block;min-height:145px;background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */overflow:hidden;margin-bottom:16px;}.cms-related-post .cms-related-post-inner .item .title{font-size:15px;line-height:20px;position:relative;padding-bottom:12px;margin-bottom:5px;}.cms-related-post .cms-related-post-inner .item .title:before{height:2px;width:20px;background-color:#6a8347;content:"";position:absolute;left:0;bottom:0;}.cms-related-post .cms-related-post-inner .item .title a{color:#040e24;}.cms-related-post .cms-related-post-inner .item .title a:hover{color:#6a8347;}.cms-related-post .cms-related-post-inner .item .detail-date{font-size:11px;color:rgba(4, 14, 36, 0.68);}.show-readmore{margin-bottom:70px;padding-bottom:60px;position:relative;}.show-readmore .more-link + .btn-default{bottom:0;position:absolute;right:0;}#comments{padding:40px 0 38px;}#comments .comments-title,#comments #reply-title{font-size:14px;line-height:28px;letter-spacing:0.055em;color:#6a8347;text-transform:uppercase;margin-bottom:20px;}#comments #respond{margin:0;}#comments .comment-list{list-style:none;padding:0;margin-bottom:60px;}#comments .comment-list #respond{margin-bottom:35px;}#comments .comment-list .comment-body{margin-bottom:20px;}#comments .comment-list .comment-body .comment-awaiting-moderation{display:none;}#comments .comment-list .comment-body .comment-awaiting-moderation + br{display:none;}#comments .comment-list .comment-body .comment-inner{margin-bottom:40px;}#comments .comment-list .comment-body .comment-author{line-height:1;margin-bottom:3px;padding-left:100px;position:relative;}#comments .comment-list .comment-body .comment-author .avatar{max-width:80px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */width:100%;float:left;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);position:absolute;left:0;top:0;}#comments .comment-list .comment-body .comment-author cite{font-size:13px;text-transform:uppercase;color:#040e24;font-family:'karlabold';font-style:normal;line-height:1;}#comments .comment-list .comment-body .comment-author .says{display:none;}#comments .comment-list .comment-body .comment-meta{line-height:1;margin-bottom:4px;padding-left:100px;}#comments .comment-list .comment-body .comment-meta a{color:#bdbdbd;font-size:11px;text-transform:uppercase;line-height:1;}#comments .comment-list .comment-body .comment-meta a:hover{color:#6a8347;}#comments .comment-list .comment-body .comment-meta + p{padding-left:100px;margin-bottom:5px;}#comments .comment-list .comment-body .comment-right{padding-left:120px;}#comments .comment-list .comment-body .commetn-text{padding-left:120px;padding-top:4px;}#comments .comment-list .comment-body .commetn-text p{margin-bottom:4px;}#comments .comment-list .comment-body .reply{padding-left:100px;}#comments .comment-list .comment-body .reply a{font-size:12px;color:#6a8347;text-transform:uppercase;}#comments .comment-list .comment-body .reply a:hover{color:#040e24;}#comments .comment-list .children{list-style:none;padding:0 0 0 100px;}#comments .comment-list .pingback > .comment-body{padding-left:0;}#comments .comment-list .pingback > .comment-body a.url{color:#040e24;}#comments .comment-list .pingback > .comment-body a.url:hover{color:#6a8347;}#comments #commentform .form-submit{margin-top:30px;margin-bottom:0;}#comments #commentform .form-submit #submit{padding:10px 17px 8px;}#comments #commentform .comment-form-comment{margin-bottom:19px;margin-top:26px;}#comments #commentform .row{margin:0 -10px;}#comments #commentform .row .col-xs-12{padding:0 10px;}.media.box-icon{font-size:13px;color:#757575;line-height:1;display:inline-block;text-align:left;}.media.box-icon .media-left{padding-right:32px;}.media.box-icon h3{font-size:16px;text-transform:uppercase;font-family:'loraitalic';margin-bottom:10px;margin-top:3px;}.wpb_column.col-fixed-right{position:absolute;top:0;right:0;}.arrow-right{overflow:hidden;}.arrow-right .wpb_wrapper{box-shadow:0 0 10px rgba(0, 0, 0, 0.3) inset;}.arrow-right:before{background-color:#fff;content:"";height:40px;position:absolute;right:-20px;bottom:155px;-webkit-transform:rotate(45deg);-khtml-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:40px;z-index:99;}.get-contact{color:#616161;font-size:13px;line-height:25px;font-family:'josefin_sanssemibold';}.get-contact span,.get-contact a{font-family:'JosefinSans-Bold';color:#040e24;font-size:15px;}.get-contact a:hover{color:#6a8347;}.bg-image-default{background-size:cover;background-position:center;background-repeat:no-repeat;}.cms-load-posts i{padding:0;display:none;}.cms-load-posts span{display:inline-block;padding:0 6px;}.cms-load-posts a.run-loading i{display:inline-block;}.link-about{display:inline-block;text-align:left;/* Slick Carousel */}.link-about li{font-size:16px;text-transform:uppercase;letter-spacing:0.035em;line-height:23px;padding-right:22px;margin-bottom:18px;position:relative;}.link-about li a{color:rgba(255, 255, 255, 0.67);}.link-about li a span{text-transform:none;color:#040e24;display:block;}.link-about li a i{position:absolute;right:0;top:3px;}.link-about li a:hover{color:#fff;}.slick-prev:before,.slick-next:before{color:#6a8347;/* OWL Carousel */}body .owl-carousel .owl-item img{transform-style:inherit;}.owl-controls .owl-nav .owl-prev,.owl-controls .owl-nav .owl-next{display:inline-block;text-align:center;}.owl-controls .owl-nav .owl-prev i,.owl-controls .owl-nav .owl-next i{height:40px;width:40px;line-height:40px;}.owl-controls .owl-nav .owl-prev i:before,.owl-controls .owl-nav .owl-next i:before{content:"\f2fa";font-family:"Material-Design-Iconic-Font";font-size:25px;color:#040e24;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.owl-controls .owl-nav .owl-prev i:hover:before,.owl-controls .owl-nav .owl-next i:hover:before{color:#6a8347;}.owl-controls .owl-nav .owl-next i:before{content:"\f2fb";}.owl-controls .owl-dots{text-align:center;padding-top:14px;}.owl-controls .owl-dots .owl-dot{display:inline-block;margin:0 4px;}.owl-controls .owl-dots .owl-dot span{display:block;height:10px;width:10px;border:1px solid #6a8347;-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 */}.owl-controls .owl-dots .owl-dot.active span{background-color:#6a8347;}.social-page{/* 
   [Start] 1. Custom Heading
   +-----------------------------------+
*/}.social-page a{color:#6a8347;font-size:26px;display:inline-block;}.social-page a + a{margin-left:26px;}.social-page a:hover{color:#040e24;}.vc_custom_heading{/* 
   [Start] 2. Counter
   +-----------------------------------+
*/}.vc_custom_heading cite{font-family:'proxima_novalight';font-style:normal;}.vc_custom_heading span span{font-family:'proxima_novabold';}.vc_custom_heading dir{display:inline-block;margin:0;padding:0;color:#040e24;font-family:'proxima_novasemibold';}.cms-counter-wraper{/* 
   [Start] 3. Tabs & Accordion
   +-----------------------------------+
*/}.cms-counter-wraper .cms-counter-title{font-size:20px;line-height:28px;color:#040e24;}.cms-counter-wraper .cms-counter-icon i{color:;font-size:45px;}.cms-counter-wraper.cms-counter-default .cms-counter{display:inline-block;font-size:40px;line-height:1;color:#040e24;letter-spacing:0.075em;}.cms-counter-wraper.cms-counter-default .cms-counter-title{color:#6a8347;display:block;}.cms-counter-wraper.cms-counter-default .cms-counter-image-icon{margin-bottom:29px;min-height:90px;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-icon-wrapper{display:inline-block;vertical-align:middle;padding:0 16px 0 0;}.cms-counter-wraper.cms-counter-layout1 .cms-counter{display:inline-block;font-size:85px;line-height:0.73;vertical-align:bottom;color:#040e24;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-title{margin-top:24px;display:inline-block;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-content-inner{min-height:88px;align-items:end;display:flex;display:-webkit-flex;}.cms-counter-wraper.cms-counter-layout1 .cms-counter-content-inner .cms-counter-holder{display:inline-block;margin:0 auto;}.cms-counter-wraper.cms-counter-layout2 .cms-counter-icon{margin-bottom:25px;}.cms-counter-wraper.cms-counter-layout2 .cms-counter{display:inline-block;font-size:60px;line-height:60px;vertical-align:bottom;color:#6a8347;height:150px;width:150px;line-height:150px;-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 #040e24;}.cms-counter-wraper.cms-counter-layout2 .cms-counter-title{margin:25px 0 0;display:block;}.vc_tta-container{/* Tabs */margin:0 !important;}.vc_tta-container .vc_tta-tabs{/* Accordion */}.vc_tta-container .vc_tta-tabs .vc_tta-panel-body{color:#707070;font-size:12px;line-height:25px;letter-spacing:0.055em;}.vc_tta-container .vc_tta-tabs .tabs-lists{font-size:13px;line-height:22px;color:#535353;font-family:'karlabold';overflow:hidden;margin-top:17px;}.vc_tta-container .vc_tta-tabs .tabs-lists li{width:50%;float:left;}.vc_tta-container .vc_tta-tabs .tabs-lists li:before{content:"\f2fb";font-family:"Material-Design-Iconic-Font";padding-right:10px;color:#6a8347;}.vc_tta-container .vc_tta-tabs .tabs-lists li:nth-child(n+1){float:right;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic{padding:2px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container{z-index:199;overflow:visible;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list{margin:0 0 0 1px;overflow:visible;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab{margin:0 0 0 -1px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */border:none;padding:18px 19px 15px;line-height:1;font-size:15px;color:#6a8347;font-family:'josefin_sanssemibold';font-weight:normal;letter-spacing:0.035em;background-color:transparent;border-color:transparent;border-width:0 1px 0 1px;border-style:solid;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a:before{height:3px !important;width:100%;position:absolute;top:0 !important;right:0 !important;background-color:#6a8347;content:"";}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a:before{opacity:0;display:block;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a:after{height:2px !important;width:100%;position:absolute;top:inherit !important;right:0 !important;left:0 !important;bottom:-1px;background-color:#fff;content:"";opacity:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon{font-size:13.5px;color:;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon + .vc_tta-title-text{margin-left:5px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab:hover a{border-color:#f3f3f3;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab:hover a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active a:after,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab:hover a:after{opacity:1 !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels{-webkit-border-radius:0 0 3px 3px !important;-khtml-border-radius:0 0 3px 3px !important;-moz-border-radius:0 0 3px 3px !important;-ms-border-radius:0 0 3px 3px !important;-o-border-radius:0 0 3px 3px !important;border-radius:0 0 3px 3px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel{margin:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body{overflow:visible;border:none;-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.06);-moz-box-shadow:0 2px 6px rgba(0, 0, 0, 0.06);-ms-box-shadow:0 2px 6px rgba(0, 0, 0, 0.06);box-shadow:0 2px 6px rgba(0, 0, 0, 0.06);z-index:10;background-color:#fff !important;background-image:url(../images/bg-tab1.jpg);background-size:cover;background-repeat:no-repeat;background-position:bottom right;padding:30px 23px;-webkit-border-radius:0 0 3px 3px !important;-khtml-border-radius:0 0 3px 3px !important;-moz-border-radius:0 0 3px 3px !important;-ms-border-radius:0 0 3px 3px !important;-o-border-radius:0 0 3px 3px !important;border-radius:0 0 3px 3px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body h3{font-size:33px;color:#6a8347;letter-spacing:0.055em;margin-bottom:19px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body h6{font-size:16px;color:#6a8347;line-height:28px;letter-spacing:0.055em;margin-bottom:10px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list{padding-left:3px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab{margin:0 0 0 -1px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a{background-color:#fafafa;color:#a5a5a5;font-family:'karlaregular';border:none;margin-bottom:1px;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.06);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.06);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.06);box-shadow:0 1px 4px rgba(0, 0, 0, 0.06);padding:15px 18px 15px 18px;-webkit-border-radius:3px 0 0 3px;-khtml-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;/* BACKGROUND GRADIENT */overflow:hidden;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a:after{display:none !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:hover a,.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active a{background-color:#6a8347;color:#fff;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab a{-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 */border:1px solid #dde3e6;padding:0 19px;background-color:#eceff1;background-image:none;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab a:after{opacity:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab a .vc_tta-title-text{font-size:13px;line-height:35px;color:#b2b5ba;letter-spacing:0.055em;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon{font-size:13px;color:#b2b5ba;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon + .vc_tta-title-text{margin-left:5px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab:hover a{border:1px solid transparent;background-color:#6a8347;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-title-text,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab:hover a .vc_tta-title-text,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-icon,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list .vc_tta-tab:hover a .vc_tta-icon{color:#fff;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels{-webkit-border-radius:0 0 3px 3px !important;-khtml-border-radius:0 0 3px 3px !important;-moz-border-radius:0 0 3px 3px !important;-ms-border-radius:0 0 3px 3px !important;-o-border-radius:0 0 3px 3px !important;border-radius:0 0 3px 3px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel-body{overflow:visible;-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.13);-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.13);-ms-box-shadow:0 0 4px rgba(0, 0, 0, 0.13);box-shadow:0 0 4px rgba(0, 0, 0, 0.13);z-index:10;background-color:#fff !important;background-image:url(../images/bg-tabs2.jpg);background-repeat:no-repeat;background-position:bottom right;padding:20px 25px;-webkit-border-radius:0 0 3px 3px !important;-khtml-border-radius:0 0 3px 3px !important;-moz-border-radius:0 0 3px 3px !important;-ms-border-radius:0 0 3px 3px !important;-o-border-radius:0 0 3px 3px !important;border-radius:0 0 3px 3px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel-body h3{font-size:16px;line-height:27px;color:#040e24;letter-spacing:0.055em;margin-bottom:19px;font-family:'karlabold';margin-bottom:8px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container{flex:0 0 auto;display:inline-table;margin:0 !important;border-right:1px solid #cfd8dc;padding:30px 0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list{margin:0;border-width:1px 0 1px 1px;border-style:solid;border-color:#cfd8dc;-webkit-border-radius:3px 0 0 3px;-khtml-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab{margin:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a{padding-left:18px;padding-right:100px;-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-width:0 0 1px 0;border-style:solid;border-color:#cfd8dc;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:hover a,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active a{background-color:#fff;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:hover a .vc_tta-title-text,.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-title-text{color:#6a8347;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:last-child a{border-bottom:none;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels{border:none;background-color:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels .vc_tta-panel{margin:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels .vc_tta-panel-body{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-color:transparent;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list{border-bottom:3px solid #f5f5f5;overflow:visible;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */border:none;padding:10px 26px;background-color:transparent;position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a:before{background-color:#6a8347;bottom:-3px !important;content:"";height:3px !important;position:absolute;right:0 !important;top:inherit !important;width:100%;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a:after{opacity:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a .vc_tta-title-text{font-size:16px;font-family:'karlabold';color:#d1d1d1;letter-spacing:0.055em;line-height:1;-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-flat .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon{font-size:13.5px;color:#9f9f9f;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon + .vc_tta-title-text{margin-left:5px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab:hover a{border-color:#6a8347;background-color:#fff;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-title-text,.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab:hover a .vc_tta-title-text,.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-icon,.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab:hover a .vc_tta-icon{color:#6a8347;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab.vc_active a:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list .vc_tta-tab:hover a:before{opacity:1 !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels{-webkit-border-radius:3px !important;-khtml-border-radius:3px !important;-moz-border-radius:3px !important;-ms-border-radius:3px !important;-o-border-radius:3px !important;border-radius:3px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel-body{overflow:visible;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;background-color:#fff !important;background-repeat:no-repeat;background-position:bottom right;padding:32px 0;-webkit-border-radius:0px !important;-khtml-border-radius:0px !important;-moz-border-radius:0px !important;-ms-border-radius:0px !important;-o-border-radius:0px !important;border-radius:0px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel-body h3{font-size:16px;line-height:27px;color:#040e24;letter-spacing:0.055em;margin-bottom:19px;font-family:'karlabold';margin-bottom:8px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline{position:relative;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container{margin-bottom:0 !important;text-align:center !important;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list{background-color:#fff;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);box-shadow:0 0 10px rgba(0, 0, 0, 0.25);display:inline-block;margin:20px auto;padding:14px 10px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{padding:0 44px;border:none;color:rgba(255, 255, 255, 0.33);font-family:'loraregular';background-color:transparent;font-size:18px;line-height:22px;letter-spacing:0.075em;position:relative;background-color:#6a8347;margin:0 4px;padding:11px 44px;-webkit-border-radius:3px !important;-khtml-border-radius:3px !important;-moz-border-radius:3px !important;-ms-border-radius:3px !important;-o-border-radius:3px !important;border-radius:3px !important;/* BACKGROUND GRADIENT */}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before{display:none;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a{color:#fff;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child a:before{display:none;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panel-body{padding:0;border:none;display:block;visibility:hidden;max-height:0;min-height:0;-webkit-transition:all 500ms linear 0ms;-moz-transition:all 500ms linear 0ms;-ms-transition:all 500ms linear 0ms;transition:all 500ms linear 0ms;opacity:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels{border:none;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin:0;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body{visibility:visible;max-height:2000px;opacity:1;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels:before,.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels:after{display:none;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-bottom .vc_tta-tabs-container{bottom:-44px;left:0;position:absolute;right:0;z-index:10;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-bottom .vc_tta-tabs-container .vc_tta-tabs-list{margin:0 auto;}.vc_tta-container .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels{border:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels{-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.13);-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.13);-ms-box-shadow:0 0 4px rgba(0, 0, 0, 0.13);box-shadow:0 0 4px rgba(0, 0, 0, 0.13);-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 */overflow:hidden;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading{padding:0;border:none;background-color:#eff0f4;background-image:-webkit-gradient(linear, left top, left bottom, from(#eff0f4), to(#e8e9ed));background-image:-webkit-linear-gradient(top, #eff0f4, #e8e9ed);background-image:-moz-linear-gradient(top, #eff0f4, #e8e9ed);background-image:-ms-linear-gradient(top, #eff0f4, #e8e9ed);background-image:-o-linear-gradient(top, #eff0f4, #e8e9ed);background-image:linear-gradient(top, #eff0f4, #e8e9ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eff0f4', endColorStr='#e8e9ed');/* BACKGROUND HORIZONTAL Right */margin:0 !important;border-bottom:1px solid #fff !important;}.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{border-bottom:1px solid #cfcfcf;padding:22px 34px;}.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-icon{font-size:22px;color:#040e24;}.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-title-text{font-size:18px;color:#040e24;font-family:'josefin_sanssemibold';}.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{width:10px;height:10px;}.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:before{content:"\f276";font-family:"Material-Design-Iconic-Font";font-size:20px;color:#b7b9be;border:none;font-style:normal;-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-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:after{display:none;}.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-right:50px;}.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 .vc_tta-controls-icon{right:24px;}.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-left:50px;}.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 .vc_tta-controls-icon{left:24px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{background-color:#e9e9e9;border:none;padding:30px 34px;font-size:13px;line-height:28px;color:#3d3d3d;background-image:url(../images/bg-accordion-classic.png);background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3) inset;-moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3) inset;-ms-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3) inset;box-shadow:0 2px 10px rgba(0, 0, 0, 0.3) inset;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color:#fff;border-bottom-width:1px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading{background-color:#fff;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{border-bottom:none !important;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before,.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before{content:"\f271";color:#040e23;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child:not(.vc_active) .vc_tta-panel-heading{border-bottom:none !important;}.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child:not(.vc_active) .vc_tta-panel-heading a{border:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels{overflow:hidden;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin-bottom:1px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading{padding:0;border:none !important;margin:0 !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 */-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-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a{background-color:#6a8347;padding:18px 30px;position:relative;}.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-icon{font-size:22px;color:#424242;}.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-title-text{font-size:17px;color:rgba(255, 255, 255, 0.8);font-family:'josefin_sanssemibold';font-weight:normal;-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-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{width:10px;height:10px;}.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:before{content:"\f2f8";font-family:"Material-Design-Iconic-Font";font-size:18px;color:#fff;border:none;font-style:normal;-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-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:after{display:none;}.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:before,.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:after{content:"";position:absolute;height:1px;width:100%;left:0;}.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:before{background-color:#6a8347;opacity:0.9;top:-1px;}.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:after{background-color:rgba(0, 0, 0, 0.1);bottom:0;}.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.vc_tta-controls-icon-position-right a{padding-right:50px;}.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.vc_tta-controls-icon-position-left a{padding-left:50px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{background-color:transparent;padding:26px 28px 30px;font-size:13px;line-height:28px;letter-spacing:0.035em;color:#212121;border-top: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 */}.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 .vc_tta-title-text,.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text{color:#fff;}.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 .vc_tta-controls-icon:before,.vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before{content:"\f2f2";}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels{overflow:hidden;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin-bottom:11px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading{padding:0;border:none !important;margin:0 !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 */-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-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a{padding:18px 30px;position:relative;border:2px solid #040e24;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{font-size:22px;color:#424242;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text{font-size:17px;color:rgba(4, 14, 36, 0.68);font-family:'josefin_sanssemibold';font-weight:normal;-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-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon{width:10px;height:10px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before{content:"\f278";font-family:"Material-Design-Iconic-Font";font-size:18px;color:#72767d;border:none;font-style:normal;-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-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:after{display:none;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a{padding-right:50px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a{padding-right:50px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{background-color:transparent;padding:26px 5px 15px;font-size:16px;line-height:28px;letter-spacing:0.035em;color:#040e24;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 */}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text,.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text{color:#040e24;}.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before,.vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before{content:"\f136";color:#040e24;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels{overflow:hidden;border:none;-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 */overflow:hidden;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{position:relative;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:before{background-color:rgba(31, 35, 44, 0.65);content:"";position:absolute;top:0;right:0;bottom:0;left:0;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading{padding:0;background-color:transparent !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 */-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-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a{padding:21px 30px;-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-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{font-size:22px;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;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text{color:#fff;display:block;font-size:18px;line-height:23px;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;font-family:'karlaregular';}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon{width:10px;height:10px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before,.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:after{border-color:rgba(255, 255, 255, 0.75) !important;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:hover .vc_tta-title-text,.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:hover .vc_tta-icon{color:#6a8347;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{background-color:transparent;border:none;padding:15px 40px 15px;font-size:11px;line-height:23px;text-align:center;letter-spacing:0.055em;color:#fff;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{border-bottom-width:1px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{padding-top:45px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading{border-top-width:0px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container.vc_tta-style-big .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a{padding:68px 30px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container.vc_tta-style-big .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text{font-size:22px;font-family:'karlaregular';line-height:28px;}@media screen and (max-width:767px){/* 
   [Start] 4. Pricing
   +-----------------------------------+
*/.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-heading{border:none;background-color:transparent;}.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a{color:#fff;background-color:#6a8347;}.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a:hover{background-color:#040e24;color:#fff;}.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_general .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a{background-color:#040e24;color:#fff;}}.cms-pricing-layout1 .cms-pricing-item{background-color:#fff;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */overflow:hidden;padding-bottom:60px;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-pricing-layout1 .cms-pricing-item .cms-pricing-title h3{font-size:18px;text-transform:uppercase;color:#6a8347;margin-top:22px;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-price{margin-top:31px;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-price .unit{color:#757575;font-size:35px;position:relative;right:-3px;top:-19px;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-price .price{font-size:60px;line-height:1;color:#6a8347;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-content{font-size:14px;color:#6a8347;margin-top:62px;margin-bottom:23px;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-content ul li{border-top:1px solid #eee;padding:3px 0;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-content ul li:last-child{border-bottom:1px solid #eee;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-button{background-color:#6a8347;position:absolute;left:0;right:0;bottom:0;}.cms-pricing-layout1 .cms-pricing-item .cms-pricing-button a{font-size:14px;color:#fff;text-transform:uppercase;background-color:#6a8347;-webkit-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-ms-border-radius:0 0 5px 5px;-o-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;/* BACKGROUND GRADIENT */padding:17px 0;display:block;}.cms-pricing-layout1 .cms-pricing-item:hover{background-color:#6a8347;}.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-button{background-color:#040e24;}.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-button a{background-color:#040e24;}.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-title h3,.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-price .unit,.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-price .price{color:#fff;}.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-content{color:#fff;}.cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-content ul li{border-color:rgba(255, 255, 255, 0.1);}.cms-pricing-layout2 .cms-pricing-item{background-color:#fff;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;/* BACKGROUND GRADIENT */overflow:hidden;padding-bottom:40px;position:relative;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-header{-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:#6a8347;padding-bottom:21px;padding-top:33px;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-header .cms-pricing-title{font-size:15px;color:#fff;margin-top:19px;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-header .cms-pricing-price .unit{color:#fff;font-size:30px;position:relative;right:-3px;top:-19px;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-header .cms-pricing-price .price{font-size:45px;line-height:1;color:#fff;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-content{font-size:14px;color:#616161;margin-top:26px;margin-bottom:24px;padding:0 10px;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-content ul li{border-bottom:1px solid #e0e0e0;padding:7px 0;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-content ul li:last-child{border-bottom:none;}.cms-pricing-layout2 .cms-pricing-item .cms-pricing-button a{padding:8px 28px;}.cms-pricing-layout2 .cms-pricing-item:hover .cms-pricing-header{background-color:#040e24;}.cms-pricing-layout3{background-color:#fff;padding:30px;margin:0 -30px;/* 
   [Start] 5. Carousel 
   +-----------------------------------+
*/}.cms-pricing-layout3 .cms-grid-pricing{border:1px solid #e6e6e6;-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-pricing-layout3 .cms-grid-item{padding:0;border-right:1px solid #e6e6e6;}.cms-pricing-layout3 .cms-grid-item:last-child{border-right:none;}.cms-pricing-layout3 .cms-pricing-item{overflow:hidden;padding-bottom:69px;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-pricing-layout3 .cms-pricing-item .cms-pricing-title h3{font-size:28px;line-height:1;color:#6a8347;border-bottom:1px solid #e6e6e6;margin:0;padding:19px 0;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-price{margin-top:23px;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-price .unit{color:#6a8347;font-size:32px;position:relative;right:-3px;top:-19px;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-price .price{font-size:55px;line-height:1;color:#6a8347;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-price .time{color:#6a8347;font-size:22px;line-height:1;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-content{font-size:14px;color:#6a8347;margin-top:16px;margin-bottom:25px;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-content ul li{border-top:1px solid #e6e6e6;padding:7px 0;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-content ul li:last-child{border-bottom:1px solid #e6e6e6;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-content ul li:nth-child(2n+1){background-color:#f9f9f9;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-button{bottom:25px;left:0;position:absolute;right:0;text-align:center;}.cms-pricing-layout3 .cms-pricing-item .cms-pricing-button a{padding:8px 28px;}.cms-pricing-layout3 .cms-pricing-item:hover{position:relative;z-index:1;-webkit-box-shadow:0 1px 24px rgba(0, 0, 0, 0.18);-moz-box-shadow:0 1px 24px rgba(0, 0, 0, 0.18);-ms-box-shadow:0 1px 24px rgba(0, 0, 0, 0.18);box-shadow:0 1px 24px rgba(0, 0, 0, 0.18);}.cms-carousel-layout1{height:400px;overflow:hidden;}.cms-carousel-layout1 .cms-carousel-item-inner{position:relative;-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 */overflow:hidden;min-height:400px;background-repeat:no-repeat;background-size:cover;background-position:center;}.cms-carousel-layout1 .cms-carousel-item-inner:before{content:"";background-color:rgba(0, 0, 0, 0);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#151e30));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), #151e30);background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0), #151e30);background-image:-ms-linear-gradient(top, rgba(0, 0, 0, 0), #151e30);background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0), #151e30);background-image:linear-gradient(top, rgba(0, 0, 0, 0), #151e30);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#151e30');/* BACKGROUND HORIZONTAL Right */opacity:0.6;-webkit-border-radius:0 0 4px 4px;-khtml-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;/* BACKGROUND GRADIENT */}.cms-carousel-layout1 .cms-carousel-item-inner .cms-carousel-body{bottom:0;left:0;padding:15px 120px 15px 35px;position:absolute;right:0;}.cms-carousel-layout1 .cms-carousel-item-inner .cms-carousel-body .cms-carousel-title{color:#fff;font-size:18px;line-height:normal;margin-bottom:3px;}.cms-carousel-layout1 .cms-carousel-item-inner .cms-carousel-body .cms-carousel-desc{font-size:16px;color:#fff;line-height:normal;}.cms-carousel-layout1 .owl-controls{bottom:23px;position:absolute;right:27px;z-index:2;}.cms-carousel-layout1 .owl-controls .owl-nav i:before{color:#eceff1;font-size:50px;}.cms-carousel-layout1 .owl-controls .owl-nav i:hover:before{color:#eceff1;opacity:0.5;}.cms-carousel-layout1 .owl-controls .owl-nav .owl-prev i:before{content:"\f2f3";}.cms-carousel-layout1 .owl-controls .owl-nav .owl-next{margin-left:20px;}.cms-carousel-layout1 .owl-controls .owl-nav .owl-next i:before{content:"\f2f5";}.cms-carousel-layout1 .owl-controls .owl-dots .owl-dot span{border-color:#fff;height:15px;width:15px;}.cms-carousel-layout1 .owl-controls .owl-dots .owl-dot.active span{background-color:#fff;border-color:#fff;}.cms-carousel-layout1.custom-layout3 .cms-carousel-item-inner .cms-carousel-body{padding:61px 31px;text-align:right;z-index:1;}.cms-carousel-layout1.custom-layout4 .cms-carousel-item-inner .cms-carousel-body{padding:61px 31px;text-align:center;z-index:1;}.cms-carousel-layout1.custom-layout4 .owl-controls{right:0;left:0;}.cms-carousel-wrap .cms-carousel-layout-dot .cms-carousel-image{min-height:400px;background-position:center;background-repeat:no-repeat;background-size:cover;-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-carousel-wrap .cms-carousel-layout-dot .cms-carousel-title{position:absolute;padding:10px;left:0;right:0;bottom:36px;font-size:18px;line-height:normal;color:#e6e9eb;text-transform:uppercase;text-align:center;margin-bottom:0;}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav i{height:50px;width:50px;line-height:50px;background-color:#e3e7f3;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 2px 3px rgba(0, 0, 0, 0.25);box-shadow:0 2px 3px rgba(0, 0, 0, 0.25);}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav i:before{color:#333c54;font-size:25px;}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav i:hover:before{color:#6a8347;}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav .owl-prev,.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav .owl-next{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-wrap .cms-carousel-layout-dot .owl-controls .owl-nav .owl-prev{left:-25px;}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav .owl-prev i:before{content:"\f2ea";}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav .owl-next{right:-25px;}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-nav .owl-next i:before{content:"\f2ee";}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-dots .owl-dot span{border-color:#fff;height:15px;width:15px;}.cms-carousel-wrap .cms-carousel-layout-dot .owl-controls .owl-dots .owl-dot.active span{background-color:#fff;border-color:#fff;}.cms-carousel-wrap .dotsCont{margin:-32px -6px 0 -6px;text-align:center;position:relative;z-index:99;}.cms-carousel-wrap .dotsCont .item-dot{display:inline-block;padding:0 6px;}.cms-carousel-wrap .dotsCont .item-dot div{height:64px;width:64px;-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:4px solid #eceff1;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;}.cms-carousel-wrap .dotsCont .item-dot.active div,.cms-carousel-wrap .dotsCont .item-dot:hover div{-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);}.cms-carousel-layout2{/* 
   [Start] 6. Progressbar
   +-----------------------------------+
*/}.cms-carousel-layout2 .cms-carousel-item-inner{position:relative;}.cms-carousel-layout2 .cms-carousel-item-inner .cms-carousel-image img{-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */}.cms-progress-wraper{position:relative;overflow:hidden;}.cms-progress-wraper .cms-progress-title,.cms-progress-wraper .progress-couter{font-size:18px;line-height:1;color:;text-transform:uppercase;}.cms-progress-wraper .progress-couter{font-family:'proxima_novasemibold';letter-spacing:0.035em;}.cms-progress-wraper .cms-progress-icon i{font-size:45px;color:#6a8347;}.cms-progress-layout1{/* 
   [Start] 7. Alert
   +-----------------------------------+
*/}.cms-progress-layout1 .cms-progress-title{margin-bottom:9px;}.cms-progress-layout1 .cms-progress{height:16px;width:100%;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;overflow:visible;margin-bottom:16px;}.cms-progress-layout1 .cms-progress .progress-bar{background-image:none;background-color:#6a8347;overflow:visible;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.cms-progress-layout1 .cms-progress .progress-couter{position:absolute;right:0;top:-26px;}.cms-progress-layout1.icon-active .cms-progress-content{padding-left:80px;}.cms-progress-layout1.icon-active .cms-progress-icon{float:left;}.cms-progress-layout1.custom-layout2 .cms-progress{background-color:#d8dadc;-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.07) inset;-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.07) inset;-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.07) inset;box-shadow:0 1px 1px rgba(0, 0, 0, 0.07) inset;}.cms-progress-layout1.custom-layout2 .cms-progress .progress-bar{-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */}.cms-progress-layout1.custom-layout3 .cms-progress{height:8px;background-color:#ebebeb;-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 */margin-bottom:25px;}.cms-progress-layout1.custom-layout3 .cms-progress .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-layout1.custom-layout4 .cms-progress{height:35px;background-color:#ebebeb;-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 */margin-bottom:36px;}.cms-progress-layout1.custom-layout4 .cms-progress .cms-progress-title{color:rgba(255, 255, 255, 0.85);margin:0;padding:9px 28px;text-align:left;}.cms-progress-layout1.custom-layout4 .cms-progress .progress-couter{position:static;color:rgba(255, 255, 255, 0.85);padding-left:12px;}.cms-progress-layout1.custom-layout4 .cms-progress .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 */-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.3) inset;-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.3) inset;-ms-box-shadow:0 0 1px rgba(0, 0, 0, 0.3) inset;box-shadow:0 0 1px rgba(0, 0, 0, 0.3) inset;}.cms-alert-wrapper{/* 
   [Start] 8. Testimonial
   +-----------------------------------+
*/}.cms-alert-wrapper .alert{font-size:14px;line-height:24px;letter-spacing:0.035em;padding:11px 18px;position:relative;}.cms-alert-wrapper .alert .close{font-size:18px;opacity:1;-webkit-text-shadow:none;-moz-text-shadow:none;-ms-text-shadow:none;text-shadow:none;}.cms-alert-wrapper .title{font-size:18px;left:18px;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-alert-wrapper.cms-alert-layout1 .alert{-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);}.cms-alert-wrapper.cms-alert-layout1 .alert .text{padding-left:140px;}.cms-alert-wrapper.cms-alert-layout1 .alert-success{color:#1d8178;background-color:#3ac9bc;border:1px solid #3cb9ad;}.cms-alert-wrapper.cms-alert-layout1 .alert-success .close i{color:#1d8178;}.cms-alert-wrapper.cms-alert-layout1 .alert-info{color:#22649a;background-color:#42a5f5;border:1px solid #3a9ae7;}.cms-alert-wrapper.cms-alert-layout1 .alert-info .close i{color:#22649a;}.cms-alert-wrapper.cms-alert-layout1 .alert-warning{color:#997721;background-color:#fbc02d;border:1px solid #edb31f;}.cms-alert-wrapper.cms-alert-layout1 .alert-warning .close i{color:#997721;}.cms-alert-wrapper.cms-alert-layout1 .alert-danger{color:#bdbdbd;background-color:#3c3c3c;border:1px solid #797979;}.cms-alert-wrapper.cms-alert-layout1 .alert-danger .close i{color:#bdbdbd;}.cms-alert-wrapper.cms-alert-layout1.custom-layout2 .alert{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.cms-alert-wrapper.cms-alert-layout3 .alert{-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 */background-color:#eceff1;border-width:3px 0 0 0;border-style:solid;border-color:#6a8347;color:#6a8347;}.cms-alert-wrapper.cms-alert-layout3 .alert .text{padding-left:140px;}.cms-alert-wrapper.cms-alert-layout3 .alert .close i{color:#6a8347;}.cms-alert-wrapper.cms-alert-layout3 .alert-warning,.cms-alert-wrapper.cms-alert-layout3 .alert-danger{color:#d82020;}.cms-alert-wrapper.cms-alert-layout3 .alert-warning .close i,.cms-alert-wrapper.cms-alert-layout3 .alert-danger .close i{color:#d82020;}.cms-testimonial .cms-testimonial-rating{margin-bottom:12px;}.cms-testimonial .cms-testimonial-rating:before{font-family:'Material-Design-Iconic-Font';letter-spacing:3px;color:#6a8347;font-size:15px;opacity:0.8;}.cms-testimonial .cms-testimonial-rating.rating-5-star:before{content:"\f27d\f27d\f27d\f27d\f27d";}.cms-testimonial .cms-testimonial-rating.rating-4-star:before{content:"\f27d\f27d\f27d\f27d\f27c";}.cms-testimonial .cms-testimonial-rating.rating-3-star:before{content:"\f27d\f27d\f27d\f27c\f27c";}.cms-testimonial .cms-testimonial-rating.rating-2-star:before{content:"\f27d\f27d\f27c\f27c\f27c";}.cms-testimonial .cms-testimonial-rating.rating-1-star:before{content:"\f27d\f27c\f27c\f27c\f27c";}.cms-testimonial .cms-testimonial-title{font-size:13px;font-family:'karlabold';}.cms-testimonial-layout1 .cms-testimonial-icon-quote{-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;}.cms-testimonial-layout1 .cms-testimonial-icon-quote i{color:#e3e3e2;font-size:72px;-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-testimonial-layout1 .cms-testimonial-image{max-width:125px;margin:auto;padding-top:20px;}.cms-testimonial-layout1 .cms-testimonial-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 */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}.cms-testimonial-layout1 .cms-testimonial-title{margin:24px 0 0;}.cms-testimonial-layout1 .cms-testimonial-content{padding-top:12px;padding-bottom:15px;}.cms-testimonial-layout1 .cms-testimonial-content p{margin:0;}.cms-testimonial-layout1 .cms-testimonial-content,.cms-testimonial-layout1 .cms-testimonial-rating{-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;}.cms-testimonial-layout1 .owl-item.center .cms-testimonial-title{color:#6a8347;}.cms-testimonial-layout1 .owl-item.center .cms-testimonial-icon-quote,.cms-testimonial-layout1 .owl-item.center .cms-testimonial-content,.cms-testimonial-layout1 .owl-item.center .cms-testimonial-rating{opacity:1;visibility:visible;}.cms-testimonial-layout2 .cms-testimonial-content{background-color:#fff;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */padding:10px 30px 30px;margin-bottom:48px;position:relative;}.cms-testimonial-layout2 .cms-testimonial-content:before{border-color:#fff transparent transparent;border-style:solid;border-width:20px;bottom:-40px;content:"";height:0;left:0;margin:auto;position:absolute;right:0;width:0;}.cms-testimonial-layout2 .cms-testimonial-content .cms-testimonial-icon-quote i{color:#e3e3e2;font-size:50px;}.cms-testimonial-layout2 .cms-testimonial-content .cms-testimonial-title{color:#6a8347;font-size:14px;margin-bottom:0;}.cms-testimonial-layout2 .cms-testimonial-content-inner{padding-bottom:15px;}.cms-testimonial-layout2 .cms-testimonial-content-inner p{margin:0;}.cms-testimonial-layout2 .cms-testimonial-image{max-width:90px;margin:auto;}.cms-testimonial-layout2 .cms-testimonial-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 */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}.cms-testimonial-layout2 .owl-controls .owl-dots{padding-top:40px;}.cms-testimonial-layout2 .owl-controls .owl-dots .owl-dot span{border-color:rgba(255, 255, 255, 0.5);}.cms-testimonial-layout2 .owl-controls .owl-dots .owl-dot.active span,.cms-testimonial-layout2 .owl-controls .owl-dots .owl-dot:hover span{background-color:#fff;}.cms-testimonial-layout3{/* 
   [Start] 9. Team
   +-----------------------------------+
*/}.cms-testimonial-layout3 .cms-testimonial-image{max-width:66px;float:left;}.cms-testimonial-layout3 .cms-testimonial-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 */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}.cms-testimonial-layout3 .cms-testimonial-meta{padding-top:5px;padding-left:90px;}.cms-testimonial-layout3 .cms-testimonial-title{font-size:14px;color:#6a8347;margin-bottom:5px;}.cms-testimonial-layout3 .cms-testimonial-position{color:#bdbdbd;font-size:14px;line-height:1;}.cms-testimonial-layout3 .cms-testimonial-content{border-width:1px 1px 0 1px;border-style:solid;border-color:#dbdbdb;background-color:#fff;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);-ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);padding:20px;position:relative;margin-bottom:21px;}.cms-testimonial-layout3 .cms-testimonial-content:before,.cms-testimonial-layout3 .cms-testimonial-content:after{height:20px;border-bottom:1px solid #dbdbdb;position:absolute;content:"";bottom:0;}.cms-testimonial-layout3 .cms-testimonial-content:before{width:60px;left:0;-webkit-border-radius:0 0 0 4px;-khtml-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;-ms-border-radius:0 0 0 4px;-o-border-radius:0 0 0 4px;border-radius:0 0 0 4px;/* BACKGROUND GRADIENT */}.cms-testimonial-layout3 .cms-testimonial-content:after{width:calc(100% - 80px);width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);-webkit-border-radius:0 4px 0 0;-khtml-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;-ms-border-radius:0 4px 0 0;-o-border-radius:0 4px 0 0;border-radius:0 4px 0 0;/* BACKGROUND GRADIENT */right:1px;}.cms-testimonial-layout3 .cms-testimonial-content .arrow-bottom{bottom:-15px;height:20px;left:60px;position:absolute;width:20px;background-color:#fff;}.cms-testimonial-layout3 .cms-testimonial-content .arrow-bottom:before,.cms-testimonial-layout3 .cms-testimonial-content .arrow-bottom:after{content:"";height:15px;display:block;width:1px;background-color:#dbdbdb;position:absolute;top:0;left:10px;}.cms-testimonial-layout3 .cms-testimonial-content .arrow-bottom:before{-webkit-transform:rotate(45deg) translateX(-100%);-khtml-transform:rotate(45deg) translateX(-100%);-moz-transform:rotate(45deg) translateX(-100%);-ms-transform:rotate(45deg) translateX(-100%);-o-transform:rotate(45deg) translateX(-100%);transform:rotate(45deg) translateX(-100%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */transform-origin:left bottom 0;}.cms-testimonial-layout3 .cms-testimonial-content .arrow-bottom:after{-webkit-transform:rotate(-45deg) translateX(0px);-khtml-transform:rotate(-45deg) translateX(0px);-moz-transform:rotate(-45deg) translateX(0px);-ms-transform:rotate(-45deg) translateX(0px);-o-transform:rotate(-45deg) translateX(0px);transform:rotate(-45deg) translateX(0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */transform-origin:left bottom 0;}.cms-testimonial-layout3 .owl-controls .owl-dots{padding-top:92px;}.cms-team-social a{font-size:16px;padding:0 11px;display:inline-block;}.cms-team-title{font-size:18px;line-height:24px;}.cms-team-layout1 .cms-team-feature{border-width:1px;border-style:solid;border-color:#dcdcdc;border-radius:2px 2px 0 0;}.cms-team-layout1 .cms-team-content{background-color:#040e24;padding:18px 15px;}.cms-team-layout1 .cms-team-content .cms-team-position{color:#6a8347;font-family:'loraitalic';font-size:12px;line-height:1.1;}.cms-team-layout1 .cms-team-content .cms-team-title{color:#fff;position:relative;padding-bottom:18px;padding-top:7px;}.cms-team-layout1 .cms-team-content .cms-team-title:before{background-color:#6a8347;bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;width:32px;}.cms-team-layout1 .cms-team-content .cms-team-social a{color:#434343;}.cms-team-layout1 .cms-team-content .cms-team-social a:hover{color:#fff;}.cms-team-layout2 .cms-carousel-item{padding-top:20px;padding-bottom:20px;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper{padding:20px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);background-color:#fafafa;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-left{float:left;max-width:125px;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-left img{-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);width:100%;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right{padding-left:155px;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-title{font-size:22px;line-height:1;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-content{font-size:13px;line-height:28px;padding-top:8px;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-content p{margin-bottom:0;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-meta{position:relative;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-meta .cms-team-social{line-height:1;position:absolute;top:-2px;left:0;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-meta .cms-team-social a{font-size:14px;color:#424243;padding:0 8px;opacity:0;visibility:hidden;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-meta .cms-team-social a:first-child{padding-left:0;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-meta .cms-team-social a:hover{color:#6a8347;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper .cms-team-right .cms-team-meta .cms-team-position{font-family:'loraitalic';font-size:12px;color:#6a8347;line-height:1;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper:hover .cms-team-right .cms-team-meta .cms-team-social a{opacity:1;visibility:visible;}.cms-team-layout2 .cms-carousel-item .cms-team-wrapper:hover .cms-team-right .cms-team-meta .cms-team-position{opacity:0;visibility:hidden;}.cms-team-layout3{/* 
   [Start] 10. Heading
   +-----------------------------------+
*/}.cms-team-layout3 .cms-team-feature{padding-top:20px;}.cms-team-layout3 .cms-team-feature img{max-width:175px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);display:inline-block !important;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-team-layout3 .cms-team-content{padding-top:38px;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;visibility:hidden;}.cms-team-layout3 .cms-team-content .cms-team-title{font-size:22px;text-transform:uppercase;}.cms-team-layout3 .cms-team-content .cms-team-desc{font-size:13px;line-height:28px;color:#404247;}.cms-team-layout3 .cms-team-content .cms-team-social{padding-top:13px;}.cms-team-layout3 .cms-team-content .cms-team-social a{color:#bfc1c4;}.cms-team-layout3 .cms-team-content .cms-team-social a:hover{color:#6a8347;}.cms-team-layout3 .owl-item.center .cms-team-feature img{-webkit-transform:scale(1.15);-khtml-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-team-layout3 .owl-item.center .cms-team-content{opacity:1;visibility:visible;}.cms-heading-default .title{position:relative;font-size:26px;color:#040e24;letter-spacing:0;padding-top:18px;margin-bottom:6px;text-transform:uppercase;}.cms-heading-default .title:before{height:2px;width:64px;background-color:#6a8347;position:absolute;content:"";top:0;left:0;}.cms-heading-default.text-center .title:before{right:0;margin:auto;}.cms-heading-default.text-right .title:before{left:inherit;right:0;}.cms-heading-default.line-bottom .title{padding-top:0;padding-bottom:26px;margin-bottom:24px;text-transform:none;font-size:28px;}.cms-heading-default.line-bottom .title:before{top:inherit;bottom:0;width:35px;}.cms-heading-default .description{font-size:15px;line-height:24px;color:#333;font-family:'josefin_sanssemibold';}.cms-heading-layout1 .arrow-top,.cms-heading-layout1 .arrow-bottom{display:inline-block;margin:auto;width:86px;height:34px;display:block;background-repeat:no-repeat;}.cms-heading-layout1 .arrow-top{background-image:url(../images/hd-arrow-top.png);}.cms-heading-layout1 .arrow-bottom{background-image:url(../images/hd-arrow-bottom.png);display:none;}.cms-heading-layout1 .subtitle{font-size:18px;letter-spacing:0;display:inline-block;margin-top:17px;padding:0 14px;position:relative;}.cms-heading-layout1 .subtitle:before,.cms-heading-layout1 .subtitle:after{content:"";width:75px;height:1px;background-color:#1f232c;opacity:0.25;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-heading-layout1 .subtitle:before{left:-89px;}.cms-heading-layout1 .subtitle:after{right:-89px;}.cms-heading-layout1 .title{font-size:40px;letter-spacing:0;margin-bottom:27px;margin-top:12px;}.cms-heading-layout1 .description{font-size:13px;}.cms-heading-layout1.arrow-bottom .description{padding-bottom:23px;}.cms-heading-layout1.arrow-bottom .arrow-top{display:none;}.cms-heading-layout1.arrow-bottom .arrow-bottom{display:block;}.social-connect{padding-top:3px;}.social-connect a{font-size:26px;padding-right:20px;}.cms-edge-wrapper{left:0;position:absolute;right:0;width:100%;/* 
   [Start] 11. Fancybox
   +-----------------------------------+
*/}.cms-edge-wrapper svg{position:absolute;left:0;right:0;}.cms-edge-wrapper.edge-top{top:0;}.cms-edge-wrapper.edge-top svg{transform:rotate(180deg);top:0;}.cms-edge-wrapper.edge-bottom{bottom:0;}.cms-edge-wrapper.edge-bottom svg{bottom:0;}.cms-fancyboxes-deault .cms-fancybox-holder{margin-bottom:11px;}.cms-fancyboxes-deault .cms-fancybox-icon{margin-right:5px;}.cms-fancyboxes-deault .cms-fancybox-title{font-size:20px;margin-bottom:0;text-transform:uppercase;padding:16px 0 0;}.cms-fancyboxes-bg-image{padding:195px 30px 58px;text-align:center;background-repeat:no-repeat;background-size:cover;}.cms-fancyboxes-bg-image:before{content:"";background-color:#010c24;opacity:0.65;}.cms-fancyboxes-bg-image .cms-fancybox-item{position:relative;z-index:1;}.cms-fancyboxes-bg-image .cms-fancybox-item .cms-fancybox-title{color:#fff;font-size:30px;text-transform:uppercase;letter-spacing:0.125em;margin-bottom:95px;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}.cms-fancyboxes-bg-image .cms-fancybox-item .cms-fancybox-button .btn{border-width:1px;-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 */transform:translateY(-25px);-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;opacity:0;}.cms-fancyboxes-bg-image:hover .cms-fancybox-item .cms-fancybox-title{transform:translateY(-25px);}.cms-fancyboxes-bg-image:hover .cms-fancybox-item .cms-fancybox-button .btn{transform:translateY(0);opacity:1;}.cms-fancyboxes-bg-image2{background-color:#6a8347;background-position:center;background-repeat:no-repeat;background-size:cover;padding:45px 45px 22px;position:relative;letter-spacing:0.035em;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);box-shadow:0 0 10px rgba(0, 0, 0, 0.25);overflow:hidden;}.cms-fancyboxes-bg-image2:before{content:"";background-color:rgba(0, 0, 0, 0.4);}.cms-fancyboxes-bg-image2 .cms-fancybox-item{position:relative;z-index:1;}.cms-fancyboxes-bg-image2 .cms-fancybox-item .cms-fancybox-title{color:#fff;font-size:32px;line-height:normal;margin-bottom:10px;}.cms-fancyboxes-bg-image2 .cms-fancybox-item .cms-fancybox-content{font-size:15px;color:#fff;line-height:28px;}.cms-fancyboxes-bg-image2 .cms-fancybox-item .cms-fancybox-button{padding-top:12px;}.cms-fancyboxes-bg-image2 .cms-fancybox-item .cms-fancybox-button a{font-size:13px;text-transform:uppercase;font-family:'josefin_sanssemibold';color:#fff;}.cms-fancyboxes-bg-image2 .cms-fancybox-item .cms-fancybox-button a:hover{color:#6a8347;}.cms-fancyboxes-bg-image2.no-image:before{display:none;}.cms-fancyboxes-bg-image2.no-image .cms-fancybox-item .cms-fancybox-button a:hover{color:rgba(255, 255, 255, 0.8);}.menu-box-left{padding:45px 45px 22px;position:relative;letter-spacing:0.035em;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);box-shadow:0 0 10px rgba(0, 0, 0, 0.25);overflow:hidden;background-color:#6a8347;/* 
   [Start] 13. Client
   +-----------------------------------+
*/}.menu-box-left h3{color:#fff;font-size:32px;line-height:normal;margin-bottom:10px;font-family:'lorabold';}.menu-box-left p{font-size:15px;color:#fff;line-height:28px;}.menu-box-left a{font-size:13px;text-transform:uppercase;font-family:'josefin_sanssemibold';color:#fff;margin-top:27px;display:block;}.menu-box-left a:hover{color:#fff;opacity:0.7;}.cms-carousel-client-layout1{/* 
   [Start] 13. Blog Carousel
   +-----------------------------------+
*/}.cms-carousel-client-layout1 .cms-carousel-item a{display:inline-block;}.cms-carousel-client-layout1 .cms-carousel-item .cms-carousel-media img{width:initial;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition-duration:0.25s;}.cms-carousel-client-layout1 .cms-carousel-item .cms-carousel-media img:hover{width:initial;-webkit-filter:grayscale(0%);filter:grayscale(0%);}.blog-gap{width:32px;height:2px;background-color:#6a8347;margin-left:0;}.blog-gap.gap-center{margin:auto;}.cms-carousel-blog-layout1 .cms-carousel-item{padding:45px 0 20px;}.cms-carousel-blog-layout1 .cms-carousel-item .carousel-entry-blog{border:1px solid #e6e6e6;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-ms-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);box-shadow:0 0 20px rgba(0, 0, 0, 0.14);}.cms-carousel-blog-layout1 .cms-carousel-item .carousel-entry-blog.has-thumbnail .entry-feature{-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;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center;min-height:230px;}.cms-carousel-blog-layout1 .cms-carousel-item .carousel-entry-blog.has-thumbnail .entry-feature a{position:absolute;top:0;left:0;right:0;bottom:0;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body{padding:10px 15% 26px;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .blog-category a{color:#b8b9bc;font-size:11px;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .blog-category a:hover{color:#6a8347;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .blog-category a:after{content:", ";}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .blog-category a:last-child:after{content:"";}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .entry-title{font-size:24px;line-height:32px;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .entry-title a{color:#040e24;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .entry-title a:hover{color:#6a8347;}.cms-carousel-blog-layout1 .cms-carousel-item .entry-body .entry-content{padding-top:15px;font-size:12px;line-height:22px;color:#7b7e84;}.cms-carousel-blog-layout1 .owl-controls .owl-nav{position:absolute;right:0px;top:0;}.cms-carousel-blog-layout1 .owl-controls .owl-nav i{border:1px solid #c9c9c9;background-color:#f9f9f9;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9));background-image:-webkit-linear-gradient(top, #f9f9f9, #e9e9e9);background-image:-moz-linear-gradient(top, #f9f9f9, #e9e9e9);background-image:-ms-linear-gradient(top, #f9f9f9, #e9e9e9);background-image:-o-linear-gradient(top, #f9f9f9, #e9e9e9);background-image:linear-gradient(top, #f9f9f9, #e9e9e9);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', endColorStr='#e9e9e9');/* BACKGROUND HORIZONTAL Right */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-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:#717171;height:25px;width:25px;line-height:25px;}.cms-carousel-blog-layout1 .owl-controls .owl-nav i:before{font-size:15px;}.cms-carousel-blog-layout1 .owl-controls .owl-nav .owl-prev,.cms-carousel-blog-layout1 .owl-controls .owl-nav .owl-next{display:inline-block;vertical-align:top;}.cms-carousel-blog-layout1 .owl-controls .owl-nav .owl-prev i,.cms-carousel-blog-layout1 .owl-controls .owl-nav .owl-next i{vertical-align:top;}.cms-carousel-blog-layout1 .owl-controls .owl-nav .owl-next{margin-left:8px;}.cms-carousel-blog-layout2 .cms-carousel-item{padding:10px;}.cms-carousel-blog-layout3 .carousel-entry-blog{background-color:#fff;border:1px solid #e1e1e1;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-header{position:relative;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-header .entry-feature a{padding:110px 0;background-position:center;background-repeat:no-repeat;background-size:cover;display:block;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-header .blog-category{bottom:20px;left:20px;line-height:1;position:absolute;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-header .blog-category a{text-transform:uppercase;color:#fff;font-family:'karlabold';letter-spacing:0.075em;font-weight:normal;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-header .blog-category a:hover{color:#6a8347;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-body{border-radius:0 0 4px 4px;padding:13px 22px 22px;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-body .entry-date{font-size:11px;letter-spacing:0.075px;text-transform:uppercase;margin-bottom:6px;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-body .entry-title{font-size:24px;line-height:32px;font-family:'karlabold';text-transform:uppercase;margin-bottom:20px;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-body .entry-title a{color:#040e24;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-body .entry-title a:hover{color:#6a8347;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-content{font-size:13px;line-height:24px;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-content p{margin:0;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-readmore{padding-top:10px;line-height:24px;color:#6a8347;font-family:'karlabold';height:0;overflow: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-carousel-blog-layout3 .carousel-entry-blog .entry-readmore i{padding-right:6px;position:relative;top:-2px;}.cms-carousel-blog-layout3 .carousel-entry-blog .entry-readmore:hover{color:#040e24;}.cms-carousel-blog-layout3 .carousel-entry-blog:hover .entry-header .entry-feature a{padding:97px 0;}.cms-carousel-blog-layout3 .carousel-entry-blog:hover .entry-readmore{height:36px;overflow:visible;}.cms-carousel-blog-layout4 .carousel-entry-blog{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */position:relative;overflow:hidden;}.cms-carousel-blog-layout4 .carousel-entry-blog:before{content:"";z-index:1;background-color:#040e24;-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;}.cms-carousel-blog-layout4 .carousel-entry-blog:after{content:"";z-index:2;background-color:rgba(0, 0, 0, 0);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#040e24));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), #040e24);background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0), #040e24);background-image:-ms-linear-gradient(top, rgba(0, 0, 0, 0), #040e24);background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0), #040e24);background-image:linear-gradient(top, rgba(0, 0, 0, 0), #040e24);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#040e24');/* BACKGROUND HORIZONTAL Right */-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;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-feature a{padding:150px 0;background-position:center;background-repeat:no-repeat;background-size:cover;display:block;}.cms-carousel-blog-layout4 .carousel-entry-blog .blog-category{top:20px;left:20px;line-height:1;position:absolute;z-index:3;}.cms-carousel-blog-layout4 .carousel-entry-blog .blog-category a{text-transform:uppercase;color:#fff;font-family:'karlabold';letter-spacing:0.075em;font-weight:normal;}.cms-carousel-blog-layout4 .carousel-entry-blog .blog-category a:hover{color:#6a8347;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:11px;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-title{font-size:16px;line-height:24px;font-family:'karlabold';text-transform:uppercase;margin-bottom:6px;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-title a{color:#fff;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-title a:hover{color:#6a8347;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-readmore{color:#fff;font-size:11px;text-transform:uppercase;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-readmore a{color:#6a8347;font-family:'karlabold';float:right;opacity:0;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-readmore a i{padding-left:11px;}.cms-carousel-blog-layout4 .carousel-entry-blog .entry-body .entry-readmore a:hover{color:#fff;}.cms-carousel-blog-layout4 .carousel-entry-blog:hover:before{opacity:0.4;}.cms-carousel-blog-layout4 .carousel-entry-blog:hover:after{opacity:0.8;}.cms-carousel-blog-layout4 .carousel-entry-blog:hover .entry-body .entry-readmore a{opacity:1;}.cms-carousel-blog-layout4 .owl-controls .owl-dots{padding-top:24px;}.cms-carousel-blog-layout4 .owl-controls .owl-dots .owl-dot span{border-color:#888482;height:13px;width:13px;border-width:2px;}.cms-carousel-blog-layout4 .owl-controls .owl-dots .owl-dot.active span{background-color:#fff;border-color:#fff;}.cms-carousel-blog-layout5{/* 
   [Start] 14. Blog Grid
   +-----------------------------------+
*/}.cms-carousel-blog-layout5 .carousel-entry-blog{background-color:#fff;border:1px solid #eee;}.cms-carousel-blog-layout5 .carousel-entry-blog .col-same{min-height:218px;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-feature{padding:0;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-feature a{height:inherit;background-position:center;background-repeat:no-repeat;background-size:cover;display:block;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-body{padding:16px 20px;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-body .entry-content{font-size:12px;line-height:24px;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-body .entry-title{font-size:22px;line-height:32px;font-family:'karlabold';text-transform:uppercase;margin-bottom:6px;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-body .entry-title a{color:#040e24;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-body .entry-title a:hover{color:#6a8347;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-footer{font-size:11px;text-transform:uppercase;color:#040e24;letter-spacing:0.075em;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-footer a{font-family:'karlabold';color:#040e24;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-footer a:hover{color:#6a8347;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-footer .entry-date{float:right;}.cms-carousel-blog-layout5 .owl-controls .owl-dots{padding-top:24px;}.cms-carousel-blog-layout5 .owl-controls .owl-dots .owl-dot span{border-color:#7c818c;height:13px;width:13px;border-width:2px;}.cms-carousel-blog-layout5 .owl-controls .owl-dots .owl-dot.active span{background-color:#040e24;border-color:#040e24;}.grid-entry-blog-layout1 .col-same{min-height:301px;}.grid-entry-blog-layout1 .grid-entry-blog{margin-bottom:63px;border:1px solid #e6e6e6;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-ms-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);box-shadow:0 0 20px rgba(0, 0, 0, 0.14);}.grid-entry-blog-layout1 .grid-entry-blog .entry-feature{padding:0;}.grid-entry-blog-layout1 .grid-entry-blog .entry-feature a{-webkit-border-radius:3px 0 0 3px;-khtml-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;/* BACKGROUND GRADIENT */position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;}.grid-entry-blog-layout1 .grid-entry-blog .entry-feature .entry-feature-inner{position:relative;}.grid-entry-blog-layout1 .grid-entry-blog .entry-content-wrap{padding:0;}.grid-entry-blog-layout1 .grid-entry-blog .entry-content-wrap .entry-content-inner{padding:32px 28px 28px;}.grid-entry-blog-layout1 .grid-entry-blog .entry-title{margin-bottom:25px;font-size:26px;line-height:32px;}.grid-entry-blog-layout1 .grid-entry-blog .entry-title a{color:#040e24;}.grid-entry-blog-layout1 .grid-entry-blog .entry-title a:hover{color:#6a8347;}.grid-entry-blog-layout1 .grid-entry-blog .entry-content{padding-top:23px;font-size:14px;color:#5b5b5b;}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail{border-top:1px solid #e6e6e6;padding:10px 28px;position:relative;}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-left{width:40px;float:left;}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-left img{-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1);}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-right{padding-top:6px;padding-left:53px;font-family:'loraregular';font-size:12px;line-height:1;}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-right a{font-family:'lorabold';}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-right a:first-letter{text-transform:uppercase;}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-date{color:#707070;margin-top:8px;}.grid-entry-blog-layout1 .grid-entry-blog .entry-blog-detail .detail-readmore{font-size:26px;position:absolute;right:20px;top:50%;transform:translate(0px, -50%);opacity:0;}.grid-entry-blog-layout1 .grid-entry-blog:hover .entry-blog-detail .detail-readmore{opacity:1;}.grid-entry-blog-layout2 .blog-gap,.grid-entry-blog-layout3 .blog-gap{margin:auto;}.grid-entry-blog-layout2 .grid-entry-blog,.grid-entry-blog-layout3 .grid-entry-blog{text-align:center;margin-bottom:40px;border:1px solid #e6e6e6;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);-ms-box-shadow:0 0 20px rgba(0, 0, 0, 0.14);box-shadow:0 0 20px rgba(0, 0, 0, 0.14);}.grid-entry-blog-layout2 .grid-entry-blog .entry-feature img,.grid-entry-blog-layout3 .grid-entry-blog .entry-feature img{-webkit-border-radius:3px 3px 0 0;-khtml-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;/* BACKGROUND GRADIENT */width:100%;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap{padding:15px 20% 16px;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-title,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-title{margin-bottom:25px;font-size:26px;line-height:32px;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-title a,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-title a{color:#040e24;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-title a:hover,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-title a:hover{color:#6a8347;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .detail-date,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .detail-date{font-size:14px;color:#5b5b5b;line-height:1;margin-bottom:20px;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-content,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-content{padding-top:23px;padding-bottom:6px;font-size:14px;color:#5b5b5b;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li{display:inline-block;font-size:12px;color:#707070;padding:0 23px;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li i,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li i{color:#6a8347;padding-right:3px;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-comment a,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-comment a{color:#707070;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-comment a:hover,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-comment a:hover{color:#6a8347;}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-author,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-author{font-family:'loraregular';}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-author a,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-author a{font-family:'lorabold';}.grid-entry-blog-layout2 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-author a:first-letter,.grid-entry-blog-layout3 .grid-entry-blog .entry-content-wrap .entry-blog-detail li.detail-author a:first-letter{text-transform:uppercase;}.grid-entry-blog-layout3{/* 
   [Start] 19. Image Grid Gallery
   +-----------------------------------+
*/}.grid-entry-blog-layout3 .cms-grid.row{margin:0 -20px;}.grid-entry-blog-layout3 .cms-grid.row .cms-grid-item{padding:0 20px;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul{margin:0 -15px;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item{width:25%;padding:0 15px;margin:0 0 30px;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a{display:block;position:relative;background-color:#6a8347;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a img{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */opacity:0.25;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a:hover img{opacity:1;}.cms-layout-gallery1 .row{margin:0 -4px;}.cms-layout-gallery1 .row .cms-gallery-item{padding:0 4px;margin-bottom:8px;}.cms-layout-gallery1 .cms-gallery-zoom{z-index:99;cursor:pointer;}.cms-layout-gallery1 .cms-icon-zoom{position:absolute;top:50%;left:0;right:0;margin:auto;height:26px;width:26px;background-image:url(../images/icon-zoom.png);z-index:1;-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;}.cms-layout-gallery1 .cms-gallery-inner{position:relative;overflow:hidden;}.cms-layout-gallery1 .cms-gallery-inner:before{background-color:#040e24;opacity:0.45;content:"";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-layout-gallery1 .cms-gallery-inner .cms-gallery-body{position:absolute;bottom:0;left:0;right:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;z-index:2;}.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-title{font-size:16px;color:#fff;background-color:#6a8347;margin:0;padding:15px 35px;position:relative;-webkit-transform:rotate(-3deg);-khtml-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */bottom:-30px;}.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-title span{position:relative;z-index:2;}.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-title:before,.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-title:after{background-color:#6a8347;content:"";height:100%;position:absolute;top:0;width:2000px;z-index:1;}.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-title:before{left:-1500px;}.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-title:after{right:-1500px;}.cms-layout-gallery1 .cms-gallery-inner .cms-gallery-body .cms-gallery-content{font-size:12px;line-height:23px;color:#fff;background-color:rgba(34, 41, 54, 0.9);padding:68px 26px 32px;}.cms-layout-gallery1 .cms-gallery-inner:hover .cms-gallery-body{bottom:0 !important;}.cms-layout-gallery1 .cms-gallery-inner:hover:before{opacity:0.45;}.cms-layout-gallery1 .cms-gallery-inner:hover .cms-icon-zoom{opacity:1;}.cms-layout-gallery1 .cms-gallery-item.item-2x .cms-gallery-inner .cms-gallery-title{-webkit-transform:rotate(-2deg);-khtml-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-ms-transform:rotate(-2deg);-o-transform:rotate(-2deg);transform:rotate(-2deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-layout-gallery2{/* 
   [Start] 20. Location
   +-----------------------------------+
*/}.cms-layout-gallery2 .cms-gallery-body{position:absolute;bottom:0;left:0;right:0;padding:27px 80px 27px 23px;z-index:2;}.cms-layout-gallery2 .cms-gallery-body .cms-gallery-title{font-size:30px;line-height:28px;letter-spacing:0.1em;color:#fff;text-transform:uppercase;margin-bottom:0;transform:translateX(-40px);opacity:0;-webkit-transition:all 280ms linear 0ms;-moz-transition:all 280ms linear 0ms;-ms-transition:all 280ms linear 0ms;transition:all 280ms linear 0ms;}.cms-layout-gallery2 .cms-gallery-body .cms-gallery-subtitle{color:#fff;font-family:"josefin_sanslight";font-size:14px;line-height:normal;margin-top:6px;transform:translateX(-40px);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-layout-gallery2 .cms-gallery-body .cms-gallery-zoom{height:26px;width:26px;background-image:url(../images/icon-zoom.png);cursor:pointer;display:inline-block;position:absolute;bottom:30px;right:23px;-webkit-transition:all 320ms linear 0ms;-moz-transition:all 320ms linear 0ms;-ms-transition:all 320ms linear 0ms;transition:all 320ms linear 0ms;transform:translateX(40px);opacity:0;}.cms-layout-gallery2 .cms-gallery-item{padding:0;position:relative;overflow:hidden;}.cms-layout-gallery2 .cms-gallery-item:before{background-color:#010c24;opacity:0.65;z-index:1;content:"";-webkit-transition:all 240ms linear 0ms;-moz-transition:all 240ms linear 0ms;-ms-transition:all 240ms linear 0ms;transition:all 240ms linear 0ms;}.cms-layout-gallery2 .cms-gallery-item:hover:before{opacity:0.25;}.cms-layout-gallery2 .cms-gallery-item:hover .cms-gallery-title,.cms-layout-gallery2 .cms-gallery-item:hover .cms-gallery-subtitle{opacity:1;transform:translateX(0px);}.cms-layout-gallery2 .cms-gallery-item:hover .cms-gallery-zoom{opacity:1;transform:translateX(0px);}.cms-layout-gallery2.small-title .cms-gallery-body .cms-gallery-title{font-size:26px;}.side-wrapper{-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.25);box-shadow:0 0 10px rgba(0, 0, 0, 0.25);font-size:12px;line-height:23px;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;/* 
   [Start] 21. Menu
   +-----------------------------------+
*/}.side-wrapper .side-hidden{padding-top:430px;position:relative;overflow:hidden;-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 */}.side-wrapper .side-body{position:absolute;bottom:0;left:0;right:0;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}.side-wrapper .side-title{font-size:18px;line-height:20px;color:#fff;background-color:#6a8347;margin:0;padding:15px 35px;position:relative;-webkit-transform:rotate(-5deg);-khtml-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */bottom:-30px;}.side-wrapper .side-title a{color:#fff;}.side-wrapper .side-title a:hover{color:#040e24;}.side-wrapper .side-title span{position:relative;z-index:2;}.side-wrapper .side-title:before,.side-wrapper .side-title:after{background-color:#6a8347;content:"";height:100%;position:absolute;top:0;width:2000px;z-index:1;}.side-wrapper .side-title:before{left:-1500px;}.side-wrapper .side-title:after{right:-1500px;}.side-wrapper .side-title.entry-title{font-size:15px;}.side-wrapper .side-decs{padding-bottom:26px;}.side-wrapper .side-decs ul li{float:left;width:50%;}.side-wrapper .side-decs ul li:nth-child(even){float:right;text-align:right;}.side-wrapper .side-decs p{margin:0;}.side-wrapper .more a{font-family:'josefin_sanssemibold';font-size:13px;display:block;line-height:1;}.side-wrapper .more a i{float:right;}.side-wrapper .more a:hover{color:#fff;}.side-wrapper .side-content{background-color:rgba(34, 41, 54, 0.9);padding:61px 26px 26px;}.side-wrapper:hover .side-body{bottom:0 !important;}.side-wrapper .entry-content{font-size:13px;line-height:23px;font-family:'josefin_sanssemibold';}.side-wrapper .entry-content .side-meta{font-size:11px;text-transform:uppercase;color:#fff;margin-bottom:14px;}.side-wrapper .entry-content .side-meta a{color:#fff;}.side-wrapper .entry-content .side-meta a:hover{color:#6a8347;}.side-wrapper .entry-content .side-meta li{border-right:1px solid #d9dadb;display:inline-block;line-height:12px;padding-right:20px;margin-right:16px;}.side-wrapper .entry-content .side-meta li:nth-child(2){text-align:right;border:none;margin:0;margin:0;}#cms-menu-today-special.menu-filter-style1 .nav-tabs{border-bottom:none;}#cms-menu-today-special.menu-filter-style1 .nav-tabs li{display:inline-block;margin:0 12px 18px 12px;line-height:1;}#cms-menu-today-special.menu-filter-style1 .nav-tabs li a{background-color:transparent;border:medium none;border-radius:0;color:#c9c9c9;font-size:13px;margin:0;padding:0;}#cms-menu-today-special.menu-filter-style1 .nav-tabs li.active a,#cms-menu-today-special.menu-filter-style1 .nav-tabs li:hover a{color:#fff;}#cms-menu-today-special.menu-filter-style1 .nav-tabs li:first-child{margin-left:0;}#cms-menu-today-special .menu-today-special-item{background-color:#fff;margin-bottom:33px;display:table;overflow:hidden;width:100%;-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-menu-today-special .menu-today-special-item .menu-today-title{font-size:16px;letter-spacing:0.06em;text-transform:uppercase;}#cms-menu-today-special .menu-today-special-item .menu-today-title a{color:#040e24;}#cms-menu-today-special .menu-today-special-item .menu-today-title a:hover{color:#6a8347;}#cms-menu-today-special .menu-today-special-item .menu-today-content{color:#616161;font-size:13px;line-height:24px;}#cms-menu-today-special .menu-today-special-item .menu-today-left,#cms-menu-today-special .menu-today-special-item .menu-today-right{float:none;padding:20px;vertical-align:top;}#cms-menu-today-special .menu-today-special-item .menu-today-left{display:table-cell;position:relative;width:150px;}#cms-menu-today-special .menu-today-special-item .menu-today-left a{background-color:#6a8347;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;}#cms-menu-today-special .menu-today-special-item .menu-today-left a:before{content:"";background-color:rgba(34, 41, 54, 0.5);-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;opacity:0;}#cms-menu-today-special .menu-today-special-item .menu-today-left a i{color:#fff;font-size:36px;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;opacity:0;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}#cms-menu-today-special .menu-today-special-item .menu-today-left:hover a:before,#cms-menu-today-special .menu-today-special-item .menu-today-left:hover a i{opacity:1;}#cms-menu-today-special .menu-today-special-item .menu-today-right{display:table-cell;padding:24px 110px 23px 20px;position:relative;}#cms-menu-today-special .menu-today-special-item .menu-today-right.price-empty{padding-right:20px;}#cms-menu-today-special .menu-today-special-item .menu-today-right .menu-today-course{background-color:#222936;color:#fff;font-size:10px;width:95px;height:20px;line-height:normal;padding:4px 0;text-align:center;position:absolute;right:-25px;top:12px;-webkit-transform:rotate(45deg);-khtml-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */font-size:10px;}#cms-menu-today-special .menu-today-special-item .menu-today-right .menu-today-price{font-size:28px;letter-spacing:0.02em;font-family:'josefin_sanssemibold';color:#6a8347;position:absolute;bottom:30px;right:30px;}#cms-menu-today-special .menu-today-special-item .menu-today-right .menu-today-price .menu-today-currency{font-size:16px;position:relative;top:-4px;right:-4px;vertical-align:top;}.cms-menu-restaurant-wrapper .cms-menu-restaurant-inner .cms-menu-restaurant-heading{text-align:center;padding-bottom:58px;}.cms-menu-restaurant-wrapper .cms-menu-restaurant-inner .cms-menu-restaurant-heading h2{font-size:40px;text-transform:uppercase;line-height:1.2;position:relative;padding-bottom:16px;letter-spacing:0.07em;}.cms-menu-restaurant-wrapper .cms-menu-restaurant-inner .cms-menu-restaurant-heading h2:before{width:32px;height:2px;background-color:#6a8347;position:absolute;bottom:0;left:0;right:0;margin:auto;content:"";}.cms-menu-restaurant-wrapper .cms-menu-restaurant-inner .cms-menu-restaurant-heading p{max-width:600px;margin:auto;}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant{margin-bottom:90px;}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading{padding:65px 15px;margin-bottom:140px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(4, 14, 36, 0.6);}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading h2,.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading p{color:#fff;position:relative;}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading svg{position:absolute;left:0;right:0;}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading svg.p-top{top:0;-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-menu-restaurant-wrapper.m-st3 .cms-menu-restaurant-inner .cms-menu-restaurant-heading svg.p-bottom{bottom:-1px;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-inner{margin:0 -35px;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items{margin-bottom:35px;padding:0 35px;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items:nth-child(2n+1){clear:left;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-restaurant-title{font-family:'loraregular';}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-restaurant-price,.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-price-type{font-family:'lorabold';}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-restaurant-price,.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-price-type span{display:inline-block;min-width:60px;text-align:center;padding:0 5px;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-restaurant-price cite,.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-price-type span cite{font-style:normal;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-restaurant-item{font-size:15px;line-height:28px;position:relative;}.cms-menu-restaurant-wrapper.m-st5 .cms-menu-restaurant-items .cms-menu-restaurant-item .cms-menu-line{border-bottom:2px dotted #262626;bottom:10px;display:block;height:1px;position:absolute;width:100%;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs{border-bottom:none;text-align:center;margin-bottom:54px;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li{display:inline-block;margin:0 -25px 10px -4px;float:none;position:relative;overflow:hidden;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li a{font-size:15px;color:#040e24;font-family:'loraitalic';line-height:40px;height:40px;padding:0 38px;display:block;position:relative;background-color:#fff;overflow:hidden;border:none;-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-menu-restaurant.menu-filter-style2 .nav-tabs li a:before{background-color:transparent;bottom:0;content:"";display:block;height:500px;left:20px;position:absolute;right:7px;top:-250px;transform:rotate(20deg);z-index:99;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li a span{position:relative;z-index:100;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li.active a,.cms-menu-restaurant.menu-filter-style2 .nav-tabs li:hover a{color:#fff;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li.active a:before,.cms-menu-restaurant.menu-filter-style2 .nav-tabs li:hover a:before{background-color:#222;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-image{position:relative;min-height:60px;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-image a:before{content:"";background-color:rgba(34, 41, 54, 0.5);-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;opacity:0;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-image a i{color:#fff;font-size:36px;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;opacity:0;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-image:hover a:before,.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-image:hover a i{opacity:1;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-tag{line-height:1;margin-bottom:10px;display:none;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-tag span{display:inline-block;background:#6a8347;-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */color:#fff;font-family:karlabold;font-size:10px;line-height:1.1;min-width:95px;padding:5px 6px;text-align:center;text-transform:uppercase;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta{font-size:20px;line-height:24px;letter-spacing:0em;text-transform:uppercase;margin-bottom:8px;position:relative;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta .cms-menu-line{border-bottom:2px dotted #262626;bottom:6px;display:block;height:1px;position:absolute;width:100%;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta a{color:#040e24;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta a:hover{color:#6a8347;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta .cms-menu-restaurant-title{padding-right:8px;position:relative;z-index:1;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta .cms-menu-restaurant-price{float:right;padding-left:7px;position:relative;z-index:1;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta .cms-menu-restaurant-price cite{font-style:normal;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-content{color:#333;font-size:15px;line-height:24px;font-family:'josefin_sanssemibold';padding-right:75px;position:relative;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-content a.cms-menu-restaurant-tooltip{display:block;position:absolute;right:25px;top:-7px;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-content a.cms-menu-restaurant-tooltip cite{border:1px solid #c07932;-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:#c07932;display:inline-block;font-family:karlaregular;font-size:11px;font-style:normal;height:16px;line-height:13px;text-align:center;width:16px;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-content a.cms-menu-restaurant-tooltip span{background:#6a8347;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */color:#fff;font-family:karlabold;font-size:9px;left:50%;line-height:1.1;margin-left:-47px;min-width:95px;padding:5px 6px;position:absolute;text-align:center;text-transform:uppercase;top:33px;visibility:hidden;z-index:999;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;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);-ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);box-shadow:0 1px 2px rgba(0, 0, 0, 0.25);}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-content a.cms-menu-restaurant-tooltip span:after{content:'';position:absolute;bottom:100%;left:50%;margin-left:-6px;width:0;height:0;border-bottom:6px solid #6a8347;border-right:6px solid transparent;border-left:6px solid transparent;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-content a.cms-menu-restaurant-tooltip:hover span{opacity:1;visibility:visible;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-left,.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-right{float:none;vertical-align:top;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-left{display:table-cell;overflow:hidden;position:relative;width:90px;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-left a{-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:cover;height:60px;left:0;position:absolute;top:0;width:100%;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-right{display:table-cell;padding-left:17px;}.cms-menu-restaurant.cms-menu-restaurant-style1 .cms-menu-restaurant-item{width:50%;float:left;padding:0 32px;margin-bottom:60px;display:table;}.cms-menu-restaurant.cms-menu-restaurant-style1 .cms-menu-restaurant-item:nth-child(2n+1){clear:left;}.cms-menu-restaurant.cms-menu-restaurant-style2{margin:auto;max-width:1000px;}.cms-menu-restaurant.cms-menu-restaurant-style2 .row{margin:0 -35px;}.cms-menu-restaurant.cms-menu-restaurant-style2 .row .cms-menu-col-left,.cms-menu-restaurant.cms-menu-restaurant-style2 .row .cms-menu-col-right{padding:0 35px;}.cms-menu-restaurant.cms-menu-restaurant-style2 .cms-menu-restaurant-top{margin-bottom:20px;}.cms-menu-restaurant.cms-menu-restaurant-style2 .cms-menu-restaurant-top .cms-menu-restaurant-image a{display:block;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */overflow:hidden;min-height:340px;}.cms-menu-restaurant.cms-menu-restaurant-style2 .cms-menu-col-right .cms-menu-restaurant-item{margin-bottom:45px;}.cms-menu-restaurant.cms-menu-restaurant-style2 .cms-menu-col-right .cms-menu-restaurant-item:last-child{margin-bottom:0;}.cms-menu-restaurant.cms-menu-restaurant-style2 .cms-menu-col-right .cms-menu-restaurant-image a{height:70px;}.cms-menu-restaurant.cms-menu-restaurant-style3{max-width:615px;padding:0 15px;margin:auto;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item{display:table;margin-bottom:35px;padding-bottom:35px;position:relative;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item:before{content:"";height:1px;position:absolute;bottom:0;background-color:#f5f5f5;left:0;right:0;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item:not(.w_m_style){width:100%;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item:last-child{margin-bottom:0;padding-bottom:0;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item:last-child:before{display:none;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item .cms-menu-restaurant-left{width:135px;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item .cms-menu-restaurant-left .cms-menu-restaurant-image{height:100px;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item .cms-menu-restaurant-left .cms-menu-restaurant-image a{height:100px;}.cms-menu-restaurant.cms-menu-restaurant-style3 .owl-controls .owl-dots{padding-top:22px;}.cms-menu-restaurant.cms-menu-restaurant-style3 .owl-controls .owl-dots .owl-dot span{border-width:2px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4{max-width:1170px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4 .row{margin:0 -35px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4 .cms-menu-restaurant-item{padding-left:35px;padding-right:35px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4 .cms-menu-restaurant-item:nth-child(even):before{left:0;right:35px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4 .cms-menu-restaurant-item:nth-child(odd):before{right:0;left:35px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4 .cms-menu-restaurant-item:last-child{margin-bottom:35px;padding-bottom:35px;}.cms-menu-restaurant.cms-menu-restaurant-style3.cms-menu-custom-style4 .cms-menu-restaurant-item:last-child:before{display:block;}.cms-menu-restaurant:not(.image-show) .cms-menu-restaurant-item .cms-menu-restaurant-right{padding-left:0;}.cms-menu-restaurant:not(.image-show) .cms-menu-restaurant-item .cms-menu-restaurant-right .cms-menu-restaurant-tag{display:block;}.cms-menu-restaurant:not(.image-show).cms-menu-restaurant-style3{max-width:470px;}.cms-menu-restaurant:not(.image-show).cms-menu-restaurant-style3.cms-menu-custom-style4{max-width:1010px;}.cms-menu-restaurant:not(.image-show).cms-menu-restaurant-style3.cms-menu-custom-style4 .row{margin:0 -35px;}.cms-menu-restaurant.cms-menu-restaurant-style5{max-width:1030px;margin:auto;padding:0 30px;}.cms-menu-restaurant.cms-menu-restaurant-style6{max-width:1170px;margin:auto;padding:0 15px;}.cms-menu-restaurant.cms-menu-restaurant-style6 .cms-menu-restaurant-item{margin-bottom:110px;}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img{border:1px solid rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.25) !important;-moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.25) !important;-ms-box-shadow:0 1px 6px rgba(0, 0, 0, 0.25) !important;box-shadow:0 1px 6px rgba(0, 0, 0, 0.25) !important;}.wpb_gmaps_widget > .wpb_wrapper{padding:0 !important;}.cms-vendor-list{text-align:center;}.cms-vendor-list li{display:inline-block;padding:0 38px;}.cms-vendor-list li span{display:block;}.cms-vendor-list li span:nth-child(1){display:inline-block;width:65px;height:65px;overflow:hidden;position:relative;-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 */background-position:center;background-repeat:no-repeat;background-size:cover;}.cms-vendor-list li span:nth-child(1):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.4);z-index:1;-webkit-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;}.cms-vendor-list li span:nth-child(2){font-family:'lorabold';font-size:14px;line-height:1;margin-top:5px;}.cms-vendor-list li a{color:#616161;}.cms-vendor-list li a:hover{color:#6a8347;}.cms-vendor-list li a:hover span:nth-child(1):before{opacity:0;}.cms-contact-list{text-align:center;/* 
   [Start] 22. Reservation
   +-----------------------------------+
*/}.cms-contact-list li{display:inline-block;color:#616161;font-family:'lorabold';font-size:14px;position:relative;padding:0 20px;}.cms-contact-list li:before{content:"";background-color:#616161;height:4px;width:4px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */position:absolute;top:50%;-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:-2px;}.cms-contact-list li:first-child:before{display:none;}#cms-reservation{background-color:#fff;padding:45px 40px 45px 20px;position:relative;border-radius:3px;-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.35);-ms-box-shadow:0 2px 10px rgba(0, 0, 0, 0.35);box-shadow:0 2px 10px rgba(0, 0, 0, 0.35);overflow:hidden;position:relative;z-index:99;}#cms-reservation .space-lg .form-group{margin-bottom:20px;}#cms-reservation .form-group input,#cms-reservation .form-group textarea{border-color:#424242;color:#424242;font-size:13px;text-transform:none;-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2) inset;-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2) inset;-ms-box-shadow:0 0 1px rgba(0, 0, 0, 0.2) inset;box-shadow:0 0 1px rgba(0, 0, 0, 0.2) inset;}#cms-reservation .form-group input:focus,#cms-reservation .form-group textarea:focus{border-color:#6a8347;}#cms-reservation .fs_submit{background-color:#03153c;border-color:#03153c;}#cms-reservation .fs_submit:hover{border-color:#6a8347;background-color:#6a8347;}#cms-reservation .form-group textarea{height:72px;}#cms-reservation .cms-reservation-intro{height:100%;left:0;position:absolute;top:0;width:300px;background-position:center;background-size:cover;background-image:url(../images/bg-arrow-reservation.jpg);}#cms-reservation .cms-reservation-intro svg{height:100%;position:absolute;right:0;top:0;-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */width:75px;}#cms-reservation .cms-reservation-form{padding-left:300px;}#cms-reservation .cms-reservation-form label{font-size:14px;text-transform:uppercase;font-family:'josefin_sanssemibold';margin-bottom:0;}#cms-reservation .cms-reservation-form .form-control-label > label{margin-bottom:5px;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor{margin-bottom:45px;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor{display:inline-block;min-height:75px;min-width:165px;position:relative;vertical-align:middle;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor + .cms-reservation-item-vendor{margin-left:15px;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor img{max-height:60px;max-width:60px;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor span.vendor-image{display:block;padding:0 0 0 68px;position:relative;min-height:75px;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor span.vendor-image:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border:1px solid #898989;-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;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor span.vendor-image img{position:absolute;top:50%;left:10px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor span.vendor-image img.vendor-hover{opacity:0;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor span.vendor-image label{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 */}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor [type="radio"]{position:absolute;height:100%;width:100%;left:0;top:0;z-index:2;cursor:pointer;opacity:0;margin:0;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor [type="radio"]:checked + .vendor-image:before{border-color:#6a8347;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor [type="radio"]:checked + .vendor-image img.vendor-main{opacity:0;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor [type="radio"]:checked + .vendor-image img.vendor-hover{opacity:1;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor [type="radio"]:checked + .vendor-image label{color:#6a8347;}#cms-reservation .cms-reservation-person{margin-bottom:28px;}#cms-reservation .cms-reservation-person li{display:inline-block;font-size:16px;position:relative;}#cms-reservation .cms-reservation-person li label{height:26px;width:26px;content:"";border:1px solid #fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */line-height:26px;text-align:center;max-width:inherit;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-reservation .cms-reservation-person li + li{margin-left:40px;}#cms-reservation .cms-reservation-person li input{opacity:0;height:26px;margin:0;position:absolute;width:26px;cursor:pointer;}#cms-reservation .cms-reservation-person li input:checked + label{border-color:#6a8347;color:#6a8347;}#cms-reservation .cms-reservation-person li:hover label{border-color:#6a8347;color:#6a8347;}#cms-reservation .cms-reservation-vendor-info .vendor-item-info{display:none;}#cms-reservation .cms-reservation-vendor-info .vendor-item-info.active{display:block;}#cms-reservation .cms-reservation-vendor-info .vendor-item-info span{display:inline-block;margin-right:9px;padding-right:9px;position:relative;}#cms-reservation .cms-reservation-vendor-info .vendor-item-info span:after{content:"";background-color:#212121;height:4px;width:4px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */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 */position:absolute;right:-2px;}#cms-reservation .cms-reservation-vendor-info,#cms-reservation .cms-reservation-submit{margin-top:25px;}#cms-reservation .fs-notice-wrapper{color:#eb5545;font-size:13px;font-style:italic;text-align:right;}#cms-reservation .success-wrapper h4{border-top:1px dashed #ebebeb;margin-top:30px;padding-top:30px;}#ui-datepicker-div{background-color:#fff;padding:22px;border:1px solid rgba(0, 0, 0, 0.2);-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-ms-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);position:absolute;top:-9999px;}#ui-datepicker-div .ui-datepicker-header{position:relative;}#ui-datepicker-div .ui-datepicker-header .ui-corner-all{display:block;height:30px;width:30px;line-height:30px;text-align:center;cursor:pointer;position:absolute;top:0;}#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before{content:"\f104";font-family:FontAwesome;font-size:16px;color:#040e24;}#ui-datepicker-div .ui-datepicker-header .ui-corner-all span{display:none;}#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev{left:0;}#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next{right:0;}#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before{content:"\f105";}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{font-weight:700;text-align:center;text-transform:uppercase;}#ui-datepicker-div .ui-datepicker-calendar{margin:0;}#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a{color:#6a8347;}#ui-datepicker-div .ui-datepicker-calendar td a{color:#999;}#ui-datepicker-div .ui-datepicker-calendar td a:hover{color:#6a8347;}.clockpicker-popover{/* 
   [Start] 23. Event
   +-----------------------------------+
*/}.clockpicker-popover .text-primary{color:#6a8347;}.clockpicker-popover .clockpicker-tick:hover,.clockpicker-popover .clockpicker-tick.active{background-color:rgba(106, 131, 71, 0.6);}#cms-event-restaurant .cms-event-item{background-color:#030e26;color:#fff;overflow:hidden;-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 */font-family:'josefin_sanslight';}#cms-event-restaurant .cms-event-item .cms-event-image{min-height:190px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;}#cms-event-restaurant .cms-event-item .cms-event-image a{position:absolute;height:100%;width:100%;top:0;left:0;}#cms-event-restaurant .cms-event-item .cms-event-content h3{font-size:16px;line-height:28px;text-transform:uppercase;font-family:'josefin_sanslight';}#cms-event-restaurant .cms-event-item .cms-event-content h3 a{color:#fff;}#cms-event-restaurant .cms-event-item .cms-event-content h3 a:hover{color:#6a8347;}#cms-event-restaurant .cms-event-item .cms-event-content p{color:rgba(255, 255, 255, 0.87);}#cms-event-restaurant .cms-event-item .cms-event-content .cms-event-date{font-size:11px;line-height:1;text-transform:uppercase;margin-bottom:12px;font-family:'josefin_sanssemibold';}#cms-event-restaurant .cms-event-item .cms-event-content .countdown div{display:inline-block;font-size:20px;line-height:1;text-align:center;}#cms-event-restaurant .cms-event-item .cms-event-content .countdown div + div{margin-left:10px;}#cms-event-restaurant .cms-event-item .cms-event-content .countdown div span{font-size:7px;line-height:1;display:block;text-transform:uppercase;font-family:'josefin_sanssemibold';color:#6a8347;margin-top:3px;}#cms-event-restaurant .cms-event-col-left .cms-event-image{min-height:365px;}#cms-event-restaurant .cms-event-col-left .cms-event-content{text-align:center;padding:20px 30px 30px;}#cms-event-restaurant .cms-event-col-left .cms-event-content h3{font-size:28px;line-height:1.2;margin-bottom:10px;}#cms-event-restaurant .cms-event-col-left .cms-event-content p{font-size:14px;line-height:26px;margin-bottom:16px;}#cms-event-restaurant .cms-event-col-left .cms-event-content .cms-event-date{font-size:15px;padding-bottom:16px;}#cms-event-restaurant .cms-event-col-left .cms-event-content .countdown div{font-size:40px;}#cms-event-restaurant .cms-event-col-left .cms-event-content .countdown div + div{margin-left:20px;}#cms-event-restaurant .cms-event-col-left .cms-event-content .countdown div span{font-size:11px;}#cms-event-restaurant .cms-event-col-right .cms-event-item{margin-bottom:30px;}#cms-event-restaurant .cms-event-col-right .cms-event-item:last-child{margin-bottom:0;}#cms-event-restaurant .cms-event-col-right .cms-event-image{width:60%;float:left;}#cms-event-restaurant .cms-event-col-right .cms-event-content{width:40%;float:left;padding:12px 12px 16px 12px;}#cms-event-restaurant .cms-event-col-right .cms-event-content p{font-size:10px;line-height:18px;}.clockpicker-popover{margin-top:0 !important;margin-bottom:0 !important;}.clockpicker-popover .arrow{display:none;}.mfp-wrap img.mfp-img{padding:0;}.mfp-wrap .mfp-close{background-color:#6a8347;}.cms-bootstrap-tabs .nav-tabs{border:none;display:flex;flex-direction:row;justify-content:center;max-width:100%;}.cms-bootstrap-tabs .nav-tabs > li{width:100%;text-align:center;margin-bottom:0;position:relative;overflow:hidden;}.cms-bootstrap-tabs .nav-tabs > li a{padding:20px 30px 39px 30px;border:none;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;margin:0;}.cms-bootstrap-tabs .nav-tabs > li a span{display:block;position:relative;z-index:1;}.cms-bootstrap-tabs .nav-tabs > li a:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#040e24;opacity:0.8;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-bootstrap-tabs .nav-tabs > li a .tab_icon{padding-bottom:18px;}.cms-bootstrap-tabs .nav-tabs > li a .tab_title{font-size:16px;line-height:1;padding-bottom:14px;margin-bottom:10px;text-transform:uppercase;font-family:'josefin_sanslight';position:relative;}.cms-bootstrap-tabs .nav-tabs > li a .tab_title:before{width:30px;height:2px;background-color:#fff;content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;}.cms-bootstrap-tabs .nav-tabs > li a .tab_desc{font-size:12px;line-height:24px;font-family:'josefin_sanssemibold';}.cms-bootstrap-tabs .nav-tabs > li.active a,.cms-bootstrap-tabs .nav-tabs > li:hover a{border:none;color:#fff;}.cms-bootstrap-tabs .nav-tabs > li.active a:before,.cms-bootstrap-tabs .nav-tabs > li:hover a:before{background-color:#6a8347;}.cms-bootstrap-tabs .tab-content{margin:auto;max-width:1140px;margin-top:41px;padding:0 15px;position:relative;}.cms-bootstrap-tabs .tab-content .tab-pane{display:block;position:absolute;left:0;top:0;right:0;opacity:0;visibility:hidden;}.cms-bootstrap-tabs .tab-content .tab-pane.active{position:static;opacity:1;visibility:visible;}.cms-bootstrap-tabs .tab_arrow{bottom:0;display:block;height:19px;left:0;position:absolute;right:0;width:100%;z-index:99;background-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-bootstrap-tabs .tab_arrow span{display:inline-block;width:calc(50% - 19px);width:-moz-calc(50% - 19px);width:-webkit-calc(50% - 19px);height:19px;background-color:#fff;position:absolute;bottom:0;}.cms-bootstrap-tabs .tab_arrow span:before{border-style:solid;border-width:10px;bottom:-1px;content:"";position:absolute;}.cms-bootstrap-tabs .tab_arrow span.tab_arrow_left{left:0;}.cms-bootstrap-tabs .tab_arrow span.tab_arrow_left:before{right:-20px;border-color:transparent transparent #fff #fff;}.cms-bootstrap-tabs .tab_arrow span.tab_arrow_right{right:0;}.cms-bootstrap-tabs .tab_arrow span.tab_arrow_right:before{left:-20px;border-color:transparent #fff #fff transparent;}.cms-bootstrap-tabs li.active .tab_arrow{background-color:transparent;}.cms-icon-slide a{text-align:center !important;display:block;font-size:11px;line-height:20px;color:#fff;text-transform:uppercase;font-family:'JosefinSans-Bold';}.cms-icon-slide a span{display:inline-block;position:relative;}.cms-icon-slide a span img{-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;}.cms-icon-slide a span img:nth-child(2){position:absolute;top:0;left:0;opacity:0;}.cms-icon-slide a cite{font-style:normal;display:block;margin-top:16px;}.cms-icon-slide a:hover{color:#fff;}.cms-icon-slide a:hover span img:nth-child(1){opacity:0;}.cms-icon-slide a:hover span img:nth-child(2){opacity:1;}.cms-opentable-wrapper{margin:auto;max-width:760px;}.cms-opentable-wrapper .cms-opentable-header{padding-bottom:45px;}.cms-opentable-wrapper .cms-opentable-header h2{font-size:45px;line-height:1.1;margin:0;padding-top:7px;}.cms-opentable-wrapper .cms-opentable-header span{color:rgba(188, 141, 70, 0.87);font-size:35px;line-height:1;}.cms-opentable-wrapper .cms-opentable-form select,.cms-opentable-wrapper .cms-opentable-form input{border-width:1px;background-color:transparent;-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;z-index:1;-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}.cms-opentable-wrapper .cms-opentable-form .col-lg-4{margin-bottom:30px;}.cms-opentable-wrapper .select-arrow{position:relative;background-color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */}.cms-opentable-wrapper .select-arrow i{position:absolute;top:50%;right:20px;font-size:18px;color:rgba(4, 3, 4, 0.5);-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#colophon{background-color:#030917;background-repeat:no-repeat;background-position:center;font-family:'josefin_sanslight';font-size:14px;line-height:24px;}#colophon a:hover,#colophon a:focus{color:#c4c4c4;}#colophon:not(.cms-footer2){background-image:url(../images/bg-footer.jpg);}#colophon.cms-footer2{background-color:#040e24;}#colophon.cms-footer2.remove-footer-top #cms-footer-bottom{padding-bottom:35px;}#colophon .footer-gap{height:22px;}#cms-footer-top{padding-top:80px;padding-bottom:50px;color:#c4c4c4;}#cms-footer-top .wg-title{font-size:20px;line-height:26px;color:#6a8347;text-transform:uppercase;letter-spacing:0.035em;margin-bottom:25px;}#cms-footer-top .row-newletter{padding-top:56px;}#cms-footer-top .row-newletter .tnp-widget{max-width:400px;position:relative;}#cms-footer-top .row-newletter .tnp-widget label{display:none;}#cms-footer-top .row-newletter .tnp-widget form{padding-right:94px;}#cms-footer-top .row-newletter .tnp-widget .tnp-email{background-color:rgba(255, 255, 255, 0.12);border:medium none;font-size:13px !important;height:35px !important;line-height:35px !important;padding:0 12px !important;text-transform:none !important;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;color:rgba(255, 255, 255, 0.87);letter-spacing:0.02em;}#cms-footer-top .row-newletter .tnp-widget .tnp-field-button{position:absolute;right:0;top:0;}#cms-footer-top .row-newletter .tnp-widget .tnp-field-button .tnp-submit{border:2px solid #6a8347;font-size:12px;line-height:30px;padding:0 16px;position:absolute;right:0;top:0;font-family:'karlabold';letter-spacing:0.035em;position:initial !important;background-color:#6a8347 !important;}#cms-footer-top .row-newletter .tnp-widget .tnp-field-button .tnp-submit:hover{background-color:transparent !important;color:#6a8347;}#cms-footer-top .menu-location a{color:#c4c4c4;}#cms-footer-top .menu-location a:hover{color:#6a8347;}#cms-footer-bottom{padding:15px 0 46px;font-size:16px;line-height:18px;letter-spacing:0;color:#6a8347;}#cms-footer-bottom .menu-footer li{display:inline-block;padding:0 27px;position:relative;}#cms-footer-bottom .menu-footer li:before{height:12px;width:1px;content:"";background-color:#6a8347;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:-2px;}#cms-footer-bottom .menu-footer li a{font-family:'karlaregular';font-size:13px;line-height:26px;letter-spacing:0.035em;text-transform:uppercase;}#cms-footer-bottom .menu-footer li:last-child{padding-right:0;}#cms-footer-bottom .menu-footer li:first-child{padding-left:0;}#cms-footer-bottom .menu-footer li:first-child:before{display:none;}#cms-footer-bottom .cms-footer-bottom-item:nth-child(2){text-align:right;}#cms-footer-bottom .social-bottom li{padding:0 11px;display:inline-block;}#cms-footer-bottom .social-bottom li:last-child{padding-right:0;}#cms-footer-bottom .social-bottom li a{font-size:22px;}.cms-footer2 #cms-footer-top{padding-top:22px;position:relative;}.cms-footer2 #cms-footer-top .wg-title{margin-bottom:12px;}.cms-footer2 #cms-footer-top .cms-edge-effect svg{-webkit-width:-webkit-calc(50% - 50px);-moz-width:-moz-calc(50% - 50px);width:calc(50% - 50px);position:absolute;top:0;left:0;fill:#6a8347;-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-footer2 #cms-footer-top #cms-logo-footer{padding-bottom:50px;}.cms-footer2 #cms-footer-bottom{padding-top:35px;padding-bottom:65px;}#back_to_top{width:45px;height:45px;line-height:45px;text-align:center;position:fixed;bottom:41px;right:20px;background-color:rgba(0, 0, 0, 0.25);opacity:0;visibility:hidden;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#fff;font-size:22px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */cursor:pointer;z-index:10010;}#back_to_top:hover{background-color:#6a8347;color:#fff;}#back_to_top.on{opacity:1;visibility:visible;}.select2-container--default .select2-selection--single{border-color:#e5e5e5;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */height:35px;}.select2-container--default .select2-selection--single .select2-selection__rendered{height:33px;line-height:33px;font-size:12px;text-transform:uppercase;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:33px;right:3px;}.select2-container--default .select2-dropdown--below{border-color:#e5e5e5;font-size:13px;}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:#757575;font-size:12px;padding:8px 18px;line-height:normal;width:100%;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */outline:none;border-width:1px;border-style:solid;border-color:#e5e5e5;height:35px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}textarea{height:125px;max-width:100%;padding:12px 18px;}input[type='text']:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,textarea:focus{border-color:#6a8347;}input::-moz-placeholder,textarea::-moz-placeholder{color:#757575;opacity:1;text-transform:uppercase;}input::-webkit-input-placeholder,textarea::-webkit-placeholder{color:#757575;opacity:1;text-transform:uppercase;}input::-o-placeholder,textarea::-o-placeholder{color:#757575;opacity:1;text-transform:uppercase;}input::-ms-placeholder,textarea::-ms-placeholder{color:#757575;opacity:1;text-transform:uppercase;}#cms-footer-top .tnp-email::-moz-placeholder{color:rgba(255, 255, 255, 0.87);opacity:1;text-transform:none;}#cms-footer-top .tnp-email::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.87);opacity:1;text-transform:none;}#cms-footer-top .tnp-email::-o-placeholder{color:rgba(255, 255, 255, 0.87);opacity:1;text-transform:none;}#cms-footer-top .tnp-email::-ms-placeholder{color:rgba(255, 255, 255, 0.87);opacity:1;text-transform:none;}.wpcf7-form input::-moz-placeholder,.wpcf7-form textarea::-moz-placeholder{color:#bdbdbd;opacity:1;}.wpcf7-form input::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-placeholder{color:#bdbdbd;opacity:1;}.wpcf7-form input::-o-placeholder,.wpcf7-form textarea::-o-placeholder{color:#bdbdbd;opacity:1;}.wpcf7-form input::-ms-placeholder,.wpcf7-form textarea::-ms-placeholder{color:#bdbdbd;opacity:1;}.wpb_widgetised_column .tnp-field-email input::-moz-placeholder{color:#fff;opacity:1;}.wpb_widgetised_column .tnp-field-email input::-webkit-input-placeholder{color:#fff;opacity:1;}.wpb_widgetised_column .tnp-field-email input::-ms-placeholder{color:#fff;opacity:1;}.wpb_widgetised_column .tnp-field-email input{color:#fff;}.wpcf7-form .ajax-loader{display:none;}.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit){font-size:14px;line-height:25px;letter-spacing:0.035em;text-transform:none;height:50px;border-color:#e0e0e0;-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:10px 30px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.05) inset;-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.05) inset;-ms-box-shadow:0 0 3px rgba(0, 0, 0, 0.05) inset;box-shadow:0 0 3px rgba(0, 0, 0, 0.05) inset;}.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus{border-color:#6a8347;}.wpcf7-form .wpcf7-form-control.wpcf7-textarea{height:150px;margin-bottom:-5px;}.wpcf7-form .wpcf7-form-control.wpcf7-submit{-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 */width:100%;padding:17px 33px 16px;}.wpcf7-form .wpcf7-form-control.wpcf7-submit.btn-block{display:block;}.wpcf7-form .input-filled{margin-bottom:20px;position:relative;}.wpcf7-form .wpcf7-label{background-color:#fff;color:#b7b7b7;font-size:12px;left:39px;line-height:1;padding:0 7px;position:absolute;top:-6px;z-index:1;}.wpcf7-form .wpcf7-row-two{position:relative;margin-bottom:20px;padding:0 20px;}.wpcf7-form .wpcf7-row-two .wpcf7-label{font-size:14px;color:#616161;font-family:'josefin_sanssemibold';left:20px;position:absolute;top:6px;z-index:99;-webkit-transition:all 400ms ease 0ms;-moz-transition:all 400ms ease 0ms;-ms-transition:all 400ms ease 0ms;transition:all 400ms ease 0ms;}.wpcf7-form .wpcf7-row-two span.wpcf7-form-control-wrap{display:block;position:relative;border-bottom:1px solid #e0e0e0;}.wpcf7-form .wpcf7-row-two span.wpcf7-form-control-wrap:before{background-color:#e0e0e0;bottom:-1px;content:"";display:block;height:1px;left:0;max-width:0;position:absolute;-webkit-transition:all 400ms ease 0ms;-moz-transition:all 400ms ease 0ms;-ms-transition:all 400ms ease 0ms;transition:all 400ms ease 0ms;width:100%;z-index:10;}.wpcf7-form .wpcf7-row-two .wpcf7-form-control:not(.wpcf7-submit){border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;font-size:14px;color:#616161;font-family:'josefin_sanssemibold';padding:10px 0;height:40px;position:relative;z-index:100;background-color:transparent;}.wpcf7-form .wpcf7-row-two .wpcf7-form-control.wpcf7-textarea{height:100px;margin-bottom:-5px;}.wpcf7-form .wpcf7-row-two .wpcf7-form-control.wpcf7-submit{margin-top:20px;}.wpcf7-form .wpcf7-row-two.input-filled-active .wpcf7-label,.wpcf7-form .wpcf7-row-two.input-filled-hold .wpcf7-label{color:#6a8347;font-size:11px;top:-15px;z-index:99;}.wpcf7-form .wpcf7-row-two.input-filled-active span.wpcf7-form-control-wrap:before,.wpcf7-form .wpcf7-row-two.input-filled-hold span.wpcf7-form-control-wrap:before{max-width:100%;background-color:#6a8347;}body span.wpcf7-not-valid-tip{font-size:12px;}body div.wpcf7-validation-errors{border:medium none;color:#040e24;display:block;margin:10px 0 30px;padding:0;font-size:14px;}.get-contact-page{font-size:15px;line-height:24px;letter-spacing:0.035em;color:#fff;margin-bottom:38px;/* ==========================================================================
   [End] All Style Form
========================================================================== */}.get-contact-page .media-left{padding-right:17px;}.get-contact-page i{color:rgba(0, 0, 0, 0.45);font-size:28px;}#cshero-header-inner.header-top{background-color:#fff;position:relative;z-index:1000;}#cshero-header-inner.header-top #cshero-header-top{background-color:#040e24;padding:6px 0;font-size:13px;color:#fff;-webkit-box-shadow:1px 0 6px rgba(0, 0, 0, 0.25);-moz-box-shadow:1px 0 6px rgba(0, 0, 0, 0.25);-ms-box-shadow:1px 0 6px rgba(0, 0, 0, 0.25);box-shadow:1px 0 6px rgba(0, 0, 0, 0.25);}#cshero-header-inner.header-top #cshero-header-top a{color:#fff;}#cshero-header-inner.header-top #cshero-header-top a:hover{color:#6a8347;}#cshero-header-inner.header-top #cshero-header-top .contact-top li{display:inline-block;margin-right:40px;}#cshero-header-inner.header-top #cshero-header-top .contact-top li i{color:#6a8347;font-size:18px;padding-right:14px;}#cshero-header-inner.header-top #cshero-header-top .contact-top li:last-child{padding-right:0;}#cshero-header-inner.header-top #cshero-header-top .social-top{display:inline-block;}#cshero-header-inner.header-top #cshero-header-top .social-top li{display:inline-block;padding-left:17px;}#cshero-header-inner.header-top #cshero-header-top .social-top li a{font-size:16px;}#cshero-header-inner.header-top #cshero-header-top .social-top li:first-child{padding-left:0;}#cshero-header-inner.header-top #cshero-header-logo a{display:inline-block;line-height:90px;}#cshero-header-inner.header-top #cshero-header-logo a img{height:52px;}#cshero-header-inner.header-top .h-cart-wrapper{display:inline-block;margin-left:14px;padding-left:4px;position:relative;}#cshero-header-inner.header-top .h-cart-wrapper:before{content:"";background-color:rgba(255, 255, 255, 0.6);width:1px;height:16px;position:absolute;top:50%;left:-2px;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cshero-header-inner.header-top .h-cart-wrapper .icon-cart{font-size:16px;position:relative;padding:5px 10px;cursor:pointer;}#cshero-header-inner.header-top .h-cart-wrapper .icon-cart .couter_items{background-color:#6a8347;display:inline-block;font-size:10px;height:14px;line-height:14px;position:absolute;right:2px;text-align:center;top:0;width:14px;-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 */}@media (min-width:992px){/* ==========================================================================
   [End] 1. Header Main
========================================================================== */#cshero-header-inner.header-1 #cshero-header{-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-1 #cshero-header #cshero-header-logo a img{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation{text-align:right;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li:last-child{padding-right:0;}#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation .menu-main-menu > li > a,#cshero-header-inner.header-1 #cshero-header #cshero-header-navigation #cshero-header-logo a{line-height:90px;}#cshero-header-inner.header-1 #cshero-header.header-fixed{background-color:#fff;position:fixed;top:0px;width:100%;left:0;right:0;z-index:1001;}#cshero-header-inner.header-1 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a,#cshero-header-inner.header-1 #cshero-header.header-fixed #cshero-header-logo a{line-height:70px;}#cshero-header-inner.header-1 #cshero-header.header-fixed #cshero-header-logo a img{height:52px;}#cshero-header-inner.header-2 #cshero-header{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;left:0;right:0;position:fixed;top:0;width:100%;z-index:1001;}#cshero-header-inner.header-2 #cshero-header #cshero-header-logo{left:50%;max-width:300px;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-2 #cshero-header #cshero-header-logo a{display:block;position:relative;z-index:1;line-height:170px;}#cshero-header-inner.header-2 #cshero-header #cshero-header-logo a img{height:123px;-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-2 #cshero-header #cshero-header-navigation-left{width:38%;float:left;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation-right{width:38%;float:right;text-align:right;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li{padding:0 25px;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li:before,#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li:after{display:none;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li:first-child{padding-left:0;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li:last-child{padding-right:0;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a{line-height:170px;color:#fff;font-size:15px;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a .menu-title{position:relative;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a .menu-title:before{bottom:-22px;height:2px;width:0;left:0;right:0;margin:auto;background-color:transparent;-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;content:"";}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover{color:#6a8347;}#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a .menu-title:before,#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a .menu-title:before,#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover .menu-title:before{width:100%;background-color:#6a8347;}#cshero-header-inner.header-2 #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-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a,#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-logo a{line-height:100px;color:#040e24;}#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a .menu-title:before,#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-logo a .menu-title:before{bottom:-12px;}#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a:hover{color:#6a8347;}#cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-logo a img{height:75px;}#cshero-header-inner.header-2.no-trans #cshero-header{position:static;background-color:#040e24;}#cshero-header-inner.header-2.no-trans #cshero-header #cshero-header-logo a{line-height:144px;}#cshero-header-inner.header-2.no-trans #cshero-header #cshero-header-logo a img{height:85px;}#cshero-header-inner.header-2.no-trans #cshero-header #cshero-header-navigation .menu-main-menu > li > a{line-height:144px;}#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed{position:fixed;}#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed #cshero-header-logo a{line-height:100px;}#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed #cshero-header-logo a img{height:70px;}#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a{line-height:100px;color:#fff;}#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a,#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-inner.header-2.no-trans #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a:hover{color:#6a8347;}.admin-bar #cshero-header-inner #cshero-header.header-fixed,.admin-bar #cshero-header-inner.no-trans #cshero-header:not(.header-fixed) #cshero-header-logo,.admin-bar #cshero-header-inner.header-2 #cshero-header{top:32px;}}body{overflow-x:hidden;font-family:'karlaregular';letter-spacing:0.035em;color:#040e24;font-size:15px;line-height:28px;font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.aligncenter{margin:5px auto;}.sticky{opacity:1;}.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;}.block{display:block;}.color-white{color:#fff;}a{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#6a8347;}a:hover,a:focus{color:#6a8347;}a,a:hover,a:focus,a:before,a:after{outline:none;text-decoration:none;}h1,h2,h3,h4,h5,h6{margin:0 0 15px;line-height:1.1;font-family:'loraregular';letter-spacing:0.035em;color:#040e24;}ul{padding:0;margin:0;list-style:none;}p{margin:0 0 15px;}img{height:auto;max-width:100%;}.hide-image img{display:none;}.w40{float:left;width:40%;}.w50{float:left;width:50%;}.w60{float:left;width:60%;}.size_big{font-size:64px;}.size_small{font-size:26px;}.fs-italic{font-style:italic !important;}body .wpb_content_element,body .wpb_button{margin-bottom:0;}.entry-content > .vc_row-fluid{position:relative;}.entry-content > .wpb_row .wpb_row{margin-left:-15px;margin-right:-15px;}.entry-content > .wpb_row .padding-30 .wpb_row{margin-left:0;margin-right:0;}.vc_row-fluid .container .container,.vc_row-fluid .vc_row-fluid .container{width:100%;}.media-body{width:inherit;}.thin{font-weight:300;}.well{border:medium none;border-radius:0;box-shadow:none;}.dark{color:#040e24;}.dark2{color:#2f2f2f;}.color-primary{color:#6a8347;}.color-secondary{color:#040e24 !important;}.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;}.zmdi{vertical-align:middle;}.lt0{letter-spacing:0 !important;}.lt35{letter-spacing:0.035em !important;}.abs,.cms-carousel-layout1 .cms-carousel-item-inner:before,.cms-fancyboxes-bg-image:before,.cms-fancyboxes-bg-image2:before,.cms-carousel-blog-layout4 .carousel-entry-blog:before,.cms-carousel-blog-layout4 .carousel-entry-blog:after,.cms-layout-gallery1 .cms-gallery-zoom,.cms-layout-gallery1 .cms-gallery-inner:before,.cms-layout-gallery2 .cms-gallery-item:before,#cms-menu-today-special .menu-today-special-item .menu-today-left a:before,.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-image a:before{position:absolute;top:0;left:0;right:0;bottom:0;}#bg-position-bottom{background-position:center bottom;/*
================> 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:#040e24;}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:#040e24;}dl dd{line-height:normal;margin-bottom:20px;}dl dd a{color:#6a8347;}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:#6a8347;}pre{background:#f5f5f5;color:#666;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre-wrap;word-wrap:break-word;}#maps{overflow:visible !important;}.woocommerce ins{background-color:transparent;}.entry-content-inner ul{padding:0 0 0 35px;list-style-type:square;}.entry-content-inner ul.list-style-check{list-style:none;padding:0;}dl + h2 + ul{list-style:none;padding:0 0 0 35px;/* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== *//* ==========================================================================
   [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:#6a8347;}dl + h2 + ul li ul{padding-left:35px;}#cms-breadcrumb{background-color:#6a8347;padding:22px 0;color:#fff;}#cms-breadcrumb .gohome{background-color:#4f399b;border-radius:100%;display:inline-block;height:50px;line-height:50px;text-align:center;width:50px;color:#fff;font-size:28px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.22);box-shadow:0 1px 2px rgba(0, 0, 0, 0.22);float:left;margin-left:15px;}#cms-breadcrumb .breadcrumbs{margin-left:100px;padding:12px 0 10px;}#cms-breadcrumb .breadcrumbs li{display:inline-block;font-size:18px;margin-right:14px;}#cms-breadcrumb .breadcrumbs li a{color:#fff;opacity:0.68;}#cms-breadcrumb .breadcrumbs li a:hover{opacity:1;}#cms-breadcrumb .breadcrumbs li a:after{content:"\f2fb";font-family:'Material-Design-Iconic-Font';padding-left:14px;position:relative;top:2px;}#cms-breadcrumb .breadcrumbs li:last-child:after{content:"\f2f9";font-family:'Material-Design-Iconic-Font';padding-left:11px;position:relative;top:1px;}#cms-page-title{background-image:url(../images/bg-page-title.jpg);background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-size:cover;padding:152px 0;position:relative;}#cms-page-title:before,#cms-page-title:after{height:100%;width:100%;content:"";position:absolute;top:0;left:0;}#cms-page-title .cms-page-title-inner{position:relative;z-index:3;}#cms-page-title .cms-page-title-inner h1{letter-spacing:0.07em;color:#fff;margin:0;font-size:40px;text-transform:uppercase;line-height:1;}#cms-page-title .cms-page-title-inner span{color:#fff;position:relative;display:inline-block;margin-top:18px;padding-top:18px;}#cms-page-title .cms-page-title-inner span:before{position:absolute;content:"";left:0;top:0;right:0;margin:auto;height:2px;width:30px;background-color:transparent;}.home #cms-breadcrumb{display:none;/* ==========================================================================
   [End] 2. Page Title
========================================================================== *//* ==========================================================================
   [Start] 3. Primary
========================================================================== */}#cms-theme.page #comments{padding:0;}#cms-theme.page #comments .comment-respond{padding:50px 0 80px 0;}#cms-theme .mfp-image-holder .mfp-close,#cms-theme .mfp-iframe-holder .mfp-close{line-height:40px;padding:0;right:0;text-align:center;top:-44px;width:40px;-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 */}#cms-content{padding:90px 0;}#cms-content.noPadding{padding:0 !important;}.row-has-boxshadow:before,.row-has-boxshadow:after{height:12px;width:100%;position:absolute;left:0;content:"";z-index:99;opacity:0.3;}.row-has-boxshadow:before{top:0;background-image:url(../images/box-shadow-top.png);background-repeat:repeat-x;}.row-has-boxshadow:after{bottom:0;background-image:url(../images/box-shadow-bottom.png);background-repeat:repeat-x;}.row-has-boxshadow-top:before{height:12px;width:100%;position:absolute;top:0;left:0;content:"";background-image:url(../images/box-shadow-top.png);background-repeat:repeat-x;z-index:99;opacity:0.3;}.row-has-boxshadow-bottom:before{height:12px;width:100%;position:absolute;bottom:0;left:0;content:"";background-image:url(../images/box-shadow-top.png);background-repeat:repeat-x;z-index:99;opacity:0.3;}.vc_row.vc_row-flex.row-has-boxshadow-bottom:before,.vc_row.vc_row-flex.row-has-boxshadow-top:before{display:block;}.cms-button-video{display:inline-block;font-size:75px;color:#6a8347;/* 
   [Start] 404 Page
   +-----------------------------------+
*/}.cms-button-video i{-webkit-text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);-moz-text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);-ms-text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);}.cms-button-video:hover{color:#6a8347;opacity:0.7;}.error404{/* 
   [Start] Slider
   +-----------------------------------+
*/}.error404 #cms-page-title,.error404 #cms-breadcrumb{display:none;}.error404 #cms-content{padding:0 !important;}.error404 #cms-content #cms-page404-wrapper{background-color:#fff;background-image:url(../images/bg-404.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;padding:240px 0;background-attachment:fixed;}.error404 #cms-content .page-content{color:#fff;font-size:20px;margin-bottom:62px;margin-left:auto;margin-right:auto;max-width:650px;}.error404 #cms-content h1{color:#fff;font-size:150px;-webkit-text-shadow:3px 3px 0 rgba(106, 131, 71, 0.6);-moz-text-shadow:3px 3px 0 rgba(106, 131, 71, 0.6);-ms-text-shadow:3px 3px 0 rgba(106, 131, 71, 0.6);text-shadow:3px 3px 0 rgba(106, 131, 71, 0.6);}.tp-bullets.custom .tp-bullet{width:9px;height:9px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */border:3px solid #fff;background-color:transparent;}.tp-bullets.custom .tp-bullet.selected{background-color:#fff;}.fixed-bottom{bottom:0;left:0;margin:0 !important;position:absolute;right:0;width:100%;}.fixed-bottom > .vc_column_container{margin:auto;max-width:1140px;}#bg-position-bottom{background-position:center bottom !important;}.row-overlay{position:relative;}.row-overlay:after{position:absolute;top:0;left:0;right:0;bottom:0;display:block !important;background-color:inherit;content:"";}.row-overlay .vc_column-inner{position:relative;z-index:1;}#cms-loadding{background:#fff;height:100%;position:fixed;width:100%;z-index:10000;top:0;}#cms-loadding .cms-loader{width:56px;height:56px;border:4px solid transparent;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */position:absolute;top:50%;left:0;right:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */margin:auto;}#cms-loadding .cms-loader:before{content:'';border:4px solid rgba(106, 131, 71, 0.5);border-radius:50%;width:67.2px;height:67.2px;position:absolute;top:-9.6px;left:-9.6px;-webkit-animation:loader-scale 1s ease-out infinite;-moz-animation:loader-scale 1s ease-out infinite;-ms-animation:loader-scale 1s ease-out infinite;-o-animation:loader-scale 1s ease-out infinite;animation:loader-scale 1s ease-out infinite;-webkit-animation-delay:1s;-moz-animation-delay:1s;-ms-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s;opacity:0;}#cms-loadding .cms-loader:after{content:'';border:4px solid #6a8347;border-radius:50%;width:56px;height:56px;position:absolute;top:-4px;left:-4px;-webkit-animation:loader-scale 1s ease-out infinite;-moz-animation:loader-scale 1s ease-out infinite;-ms-animation:loader-scale 1s ease-out infinite;-o-animation:loader-scale 1s ease-out infinite;animation:loader-scale 1s ease-out infinite;-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;}@keyframes loader-scale{0%{transform:scale(0);opacity:0;}50%{opacity:1;}100%{transform:scale(1);opacity:0;}}@-webkit-keyframes loader-scale{0%{transform:scale(0);opacity:0;}50%{opacity:1;}100%{transform:scale(1);opacity:0;}}#cms-buy-button-fixed{background:#6a8347;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;/* BACKGROUND GRADIENT */bottom:40px;-webkit-box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);-ms-box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);box-shadow:0 15px 50px rgba(0, 0, 0, 0.35);padding:16px 22px;position:fixed;right:92px;z-index:9999;/* ==========================================================================
   [End] 3. Primary
========================================================================== */}#cms-buy-button-fixed .cms-buy-button-content-wrapper{letter-spacing:0.02em;color:#fff;font-size:13px;font-weight:normal;line-height:15px;overflow:hidden;text-transform:uppercase;display:block;position:relative;}#cms-buy-button-fixed #cms-buy-button-cart-icon{margin-right:10px;}#cms-buy-button-fixed #cms-buy-button-envato-logo{fill:#fff;}#cms-buy-button-fixed .cms-buy-button-top > *{display:block;float:left;line-height:inherit;margin-right:3px;}#cms-buy-button-fixed .decorated{margin-left:5px;padding-left:13px;position:relative;}#cms-buy-button-fixed .decorated:before{background-color:#000;content:"";height:20px;left:-1px;opacity:0.15;position:absolute;top:0;width:2px;}#cms-buy-button-fixed:hover{-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);-ms-box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);box-shadow:0 5px 20px rgba(0, 0, 0, 0.35);}@font-face{font-family:'JosefinSans-Bold';src:url('../fonts/JosefinSans-Bold.woff2') format('woff2'), url('../fonts/JosefinSans-Bold.woff') format('woff');font-weight:normal;font-style:normal;}.ft-jsb{font-family:'JosefinSans-Bold';}@font-face{font-family:'loraregular';src:url('../fonts/lora-regular-webfont.woff2') format('woff2'), url('../fonts/lora-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-lr{font-family:'loraregular';}.rev_slider_wrapper .ft-lr{font-family:'loraregular' !important;}@font-face{font-family:'lorabold';src:url('../fonts/lora-bold-webfont.woff2') format('woff2'), url('../fonts/lora-bold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-lb{font-family:'lorabold';}@font-face{font-family:'loraitalic';src:url('../fonts/lora-italic-webfont.woff2') format('woff2'), url('../fonts/lora-italic-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-li{font-family:'loraitalic';}@font-face{font-family:'josefin_sanslight';src:url('../fonts/josefinsans-light-webfont.woff2') format('woff2'), url('../fonts/josefinsans-light-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'josefin_sansregular';src:url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'), url('../fonts/josefinsans-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-jsr{font-family:'josefin_sansregular';}@font-face{font-family:'josefin_sanssemibold';src:url('../fonts/josefinsans-semibold-webfont.woff2') format('woff2'), url('../fonts/josefinsans-semibold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-jss{font-family:'josefin_sanssemibold';}@font-face{font-family:'karlabold';src:url('../fonts/karla-bold-webfont.woff2') format('woff2'), url('../fonts/karla-bold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-klb{font-family:'karlabold';}@font-face{font-family:'karlaitalic';src:url('../fonts/karla-italic-webfont.woff2') format('woff2'), url('../fonts/karla-italic-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-kli{font-family:'karlaitalic';}@font-face{font-family:'karlaregular';src:url('../fonts/karla-regular-webfont.woff2') format('woff2'), url('../fonts/karla-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-kr{font-family:'karlaregular';}@font-face{font-family:'Novecentowide-Light';src:url('../fonts/Novecentowide-Light.eot');src:url('../fonts/Novecentowide-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Light.woff') format('woff'), url('../fonts/Novecentowide-Light.ttf') format('truetype'), url('../fonts/Novecentowide-Light.svg#Novecentowide-Light') format('svg');font-weight:normal;font-style:normal;}.ft-nl{font-family:'Novecentowide-Light';}@font-face{font-family:'ITCAvantGardePro-Demi';src:url('../fonts/ITCAvantGardePro-Demi.woff2') format('woff2'), url('../fonts/ITCAvantGardePro-Demi.woff') format('woff');font-weight:normal;font-style:normal;}.ft-igpd{font-family:'ITCAvantGardePro-Demi';}@media screen and (min-width:992px){/*
-----> Minimum width of 992 pixels.
*//*
-----> Max width of 992 pixels.
*/.new-item-menu{line-height:90px;}.header-fixed .new-item-menu{line-height:70px;}#cshero-menu-mobile{display:none;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li,.cshero-header-navigation .main-navigation .menu-main-menu > li{vertical-align:top;padding:0 14px;display:inline-block;position:relative;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li:before,.cshero-header-navigation .main-navigation .menu-main-menu > li:before,.cshero-header-navigation .main-navigation .menu-main-menu > ul > li:after,.cshero-header-navigation .main-navigation .menu-main-menu > li:after{content:"";position:absolute;top:50%;height:11px;width:1px;-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:before,.cshero-header-navigation .main-navigation .menu-main-menu > li:before{right:-2px;background-color:#eee;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li:after,.cshero-header-navigation .main-navigation .menu-main-menu > li:after{left:-2px;background-color:#fff;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li:first-child:after,.cshero-header-navigation .main-navigation .menu-main-menu > li:first-child:after,.cshero-header-navigation .main-navigation .menu-main-menu > ul > li:last-child:before,.cshero-header-navigation .main-navigation .menu-main-menu > li:last-child:before{display:none;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,.cshero-header-navigation .main-navigation .menu-main-menu > li > a{font-size:16px;color:#040e24;display:block;text-transform:uppercase;position:relative;z-index:999;visibility:inherit !important;-webkit-transition:all 300ms linear 0ms !important;-moz-transition:all 300ms linear 0ms !important;-ms-transition:all 300ms linear 0ms !important;transition:all 300ms linear 0ms !important;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i,.cshero-header-navigation .main-navigation .menu-main-menu > li > a i{display:block;width:100%;line-height:0;margin-bottom:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title,.cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title{-webkit-transform:translateY(25px);-khtml-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px);transform:translateY(25px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */display:block;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .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:#6a8347;}.cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a:after,.cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a:after{content:"\f2f9";font-family:"Material-Design-Iconic-Font";padding-left:3px;}.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 li.current-menu-ancestor > a,.cshero-header-navigation .main-navigation .menu-main-menu li.current-menu-item > a,.cshero-header-navigation .main-navigation .menu-main-menu li.current-menu-parent > a,.cshero-header-navigation .main-navigation .menu-main-menu li > a:hover{color:#6a8347;}.cshero-header-navigation .main-navigation .menu-main-menu li.current-menu-ancestor > a:after,.cshero-header-navigation .main-navigation .menu-main-menu li.current-menu-item > a:after,.cshero-header-navigation .main-navigation .menu-main-menu li.current-menu-parent > a:after,.cshero-header-navigation .main-navigation .menu-main-menu li > a:hover:after{color:#6a8347 !important;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){background-color:#fff;margin:0;padding:11px 0;position:absolute;top:100%;z-index:1001;height:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);min-width:210px;width:inherit !important;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.09);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.09);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.09);box-shadow:0 1px 4px rgba(0, 0, 0, 0.09);/* 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;position:absolute;top:50%;right:0;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back{right:0;left:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul:not(.back){right:100%;left:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul.back{left:100%;right:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul.back ul:not(.back){left:100%;right:auto;}.cshero-header-navigation .main-navigation li ul:not(.wg-menu-item).back ul.back ul.back{right:100%;left:auto;}.cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item){top:0;left:100%;/* End Menu Stick Wall */}.cshero-header-navigation .main-navigation{/* End Menu Sub Level */}.cshero-header-navigation .main-navigation ul li:hover > ul,.cshero-header-navigation .main-navigation ul li:focus > ul,.cshero-header-navigation .main-navigation .focus > ul{border-left:0;clip:inherit;overflow:inherit;height:inherit;}.cshero-header-navigation .main-navigation li ul li{padding:0 30px;white-space:nowrap;}.cshero-header-navigation .main-navigation li ul li a{display:block;font-size:15px;letter-spacing:0.035em;padding:8px 0;text-align:left;color:#040e24;border-bottom:1px solid rgba(0, 0, 0, 0.04);-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;position:relative;}.cshero-header-navigation .main-navigation li ul li a:hover{color:#6a8347;}.cshero-header-navigation .main-navigation li ul li.current-menu-item a{color:#6a8347;}.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;}}@media screen and (max-width:991px){/*
-----> End Max width of 992 pixels.
*//* ==========================================================================
  End Style Main Menu
========================================================================== */#cshero-header{border-bottom:1px solid #e7e4ef;background-color:#fff;}#cshero-header > .container{position:relative;z-index:1001;}#cshero-header #cshero-header-logo{padding:0 15px;}#cshero-header #cshero-header-logo a{display:inline-block;line-height:90px;}#cshero-header #cshero-header-logo a img{max-height:80px;}#cshero-header #cshero-header-navigation{background-color:#fff;max-width:330px;position:absolute;right:0;top:121px;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:90px;}#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:#040e24;visibility:inherit !important;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle{cursor:pointer;display:inline-block;height:30px;line-height:30px;position:absolute;right:0;text-align:center;top:6px;width:30px;}#cshero-header #cshero-header-navigation .menu-main-menu li .cs-menu-toggle:before{content:"\f278";font-family:Material-Design-Iconic-Font;font-size:14px;color:#040e24;-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:#040e24;}#cshero-header #cshero-header-navigation .menu-main-menu li:last-child{border-bottom:none;}#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-ancestor > a,#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-parent > a,#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-item > a,#cshero-header #cshero-header-navigation .menu-main-menu li:hover > a{color:#6a8347;}#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-ancestor > .sub-menu + .cs-menu-toggle:before,#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-parent > .sub-menu + .cs-menu-toggle:before,#cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-item > .sub-menu + .cs-menu-toggle:before,#cshero-header #cshero-header-navigation .menu-main-menu li:hover > .sub-menu + .cs-menu-toggle:before{color:#6a8347;}#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 .sub-menu li a{padding-left:20px;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open{max-height:1000px;opacity:1;overflow:visible;}#cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open + .cs-menu-toggle:before{content:"\f273";}#cshero-menu-mobile{display:block;position:absolute;right:15px;top:50%;transform:translate(0px, -50%);}#cshero-menu-mobile i{background-color:#040e24;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#fff;cursor:pointer;font-size:23px;height:36px;line-height:36px;text-align:center;width:46px;}#cshero-menu-mobile i:hover{background-color:#6a8347;}}.wg-title{font-size:18px;line-height:28px;letter-spacing:0.055em;color:#040e24;text-transform:uppercase;margin-bottom:22px;}#sidebar{/* 
   [Start] 1. Newletter
   +-----------------------------------+
*/}#sidebar #widget-area > aside{margin-bottom:18px;border-bottom:1px solid #eee;padding-bottom:22px;}#sidebar #widget-area > aside:last-child{margin-bottom:0;padding-bottom:0;border:none;}.wpb_widgetised_column .tnp-widget{max-width:515px;margin-left:0;overflow:hidden;/* 
   [Start] 2. Search
   +-----------------------------------+
*/}.wpb_widgetised_column .tnp-widget form{padding-right:95px;position:relative;}.wpb_widgetised_column .tnp-widget form p{margin:0;}.wpb_widgetised_column .tnp-widget label{display:none;}.wpb_widgetised_column .tnp-widget .tnp-email{background-color:rgba(255, 255, 255, 0.5);border:medium none;box-shadow:none;font-size:10px;height:35px;line-height:35px;padding:0 12px;text-transform:none;color:#fff;float:left;}.wpb_widgetised_column .tnp-widget .tnp-field-button{position:absolute;right:0;top:0;}.wpb_widgetised_column .tnp-widget .tnp-field-button .tnp-submit{border:2px solid #c07932;font-family:"karlabold";font-size:10px;letter-spacing:0.035em;line-height:31px;padding:0 16px;position:initial !important;background-color:#6a8347 !important;}.wpb_widgetised_column .tnp-widget .tnp-field-button .tnp-submit:hover{background-color:#040e24 !important;color:#fff;border-color:#040e24;}.woocommerce-product-search:before{color:#424242;content:"\f1c3";font-family:Material-Design-Iconic-Font;font-size:15px;position:absolute;right:18px;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;}#searchform,.woocommerce-product-search{position:relative;font-family:'karlabold';/* 
   [Start] 3. Tags
   +-----------------------------------+
*/}#searchform .screen-reader-text,.woocommerce-product-search .screen-reader-text{display:none;}#searchform > div:before,.woocommerce-product-search > div:before{color:#424242;content:"\f1c3";font-family:Material-Design-Iconic-Font;font-size:15px;position:absolute;right:18px;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;}#searchform #searchsubmit,.woocommerce-product-search #searchsubmit,#searchform input[type="submit"],.woocommerce-product-search input[type="submit"]{position:absolute;top:0;right:0;background-color:transparent;opacity:0;z-index:2;padding:0;height:35px;width:45px;}.tagcloud a{font-family:'karlabold';font-size:12px !important;text-transform:uppercase;color:#929292;line-height:27px;padding:1px 14px 0;background-color:#fff;border:1px solid #e5e5e5;display:inline-block;margin-right:15px;margin-bottom:15px;/* 
   [Start] 4. Categories
   +-----------------------------------+
*/}.tagcloud a:hover{color:#6a8347;}.widget_categories li{line-height:27px;}.widget_categories li a{color:#929292;font-family:'karlabold';letter-spacing:0.035em;}.widget_categories li a:hover{color:#6a8347;}.widget_product_categories li{font-size:14px;}.widget_product_categories li a{color:#040e24;}.widget_product_categories li a + span{color:#040e24;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.widget_product_categories li a:hover{color:#6a8347;}.widget_product_categories li a:hover + span{color:#6a8347;}.widget_price_filter .wg-title{margin-bottom:32px;}.widget_cs_social_widget li{display:inline-block;}.widget_cs_social_widget li a{color:#6a8347;font-size:22px;padding:0 11px;}.cms-recent-post{position:relative;width:100% !important;padding-right:12px !important;padding-left:0 !important;}.cms-recent-post + div{width:8px;background-color:#e0e0e0;}.cms-recent-post + div .vertical-handle{width:8px;background-color:#757575;-webkit-border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;/* BACKGROUND GRADIENT */}.cms-recent-post .cms-recent-media{float:left;max-width:100px;}.cms-recent-post .cms-recent-media a{background-size:cover;bottom:0;display:block;height:100%;left:0;position:absolute;width:100px;-webkit-border-radius:3px 0 0 3px;-khtml-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;/* BACKGROUND GRADIENT */background-repeat:no-repeat;background-position:center;}.cms-recent-post .cms-recent-details{padding:10px 10px 10px 120px;}.cms-recent-post .cms-recent-details .title{font-size:12px;line-height:18px;font-family:'lorabold';text-transform:uppercase;margin-bottom:3px;}.cms-recent-post .cms-recent-details .title a{color:#212121;}.cms-recent-post .cms-recent-details .title a:hover{color:#6a8347;}.cms-recent-post .cms-recent-details .date{color:#212121;font-size:10px;line-height:18px;text-transform:uppercase;font-family:'loraregular';margin-bottom:10px;}.cms-recent-post .cms-recent-details .readmore{line-height:1;}.cms-recent-post .cms-recent-details .readmore a{font-size:12px;text-transform:uppercase;color:#2b2e35;}.cms-recent-post .cms-recent-details .readmore a:hover{color:#6a8347;}.cms-recent-post .item{margin-bottom:24px;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */border-width:1px;border-color:#f9f9f9 #f3f3f3 #eaeaea #f3f3f3;border-style:solid;position:relative;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);-ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);}.cms-recent-post .item:last-child{margin-bottom:0;}.widget_rating_filter .wc-layered-nav-rating{padding:0 0 0 23px !important;position:relative;line-height:1;margin-bottom:10px;}.widget_rating_filter .wc-layered-nav-rating a{font-size:0;line-height:1;}.widget_rating_filter .wc-layered-nav-rating a:after{display:none;}.widget_rating_filter .wc-layered-nav-rating a .star-rating{font-size:13px;margin-bottom:0;}.widget_rating_filter .wc-layered-nav-rating:before{content:"";position:absolute;top:2px;left:0;height:12px;width:12px;border:1px solid #868686;background-color:#ebebeb;background-image:-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));background-image:-webkit-linear-gradient(bottom, #ebebeb, #fff);background-image:-moz-linear-gradient(bottom, #ebebeb, #fff);background-image:-ms-linear-gradient(bottom, #ebebeb, #fff);background-image:-o-linear-gradient(bottom, #ebebeb, #fff);background-image:linear-gradient(bottom, #ebebeb, #fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', endColorStr='#fff');/* BACKGROUND GRADIENT 2 - TOP*/}.widget_rating_filter .wc-layered-nav-rating:after{content:"\f26b" !important;font-family:"Material-Design-Iconic-Font";color:#656565;font-size:10px;left:3px;position:absolute;top:3px;opacity:0;}.widget_rating_filter .wc-layered-nav-rating.chosen:after,.widget_rating_filter .wc-layered-nav-rating:hover:after{opacity:1;}.widget_search > div #s{margin-bottom:10px;}.widget_archive .screen-reader-text,.widget_categories .screen-reader-text,.widget_meta .screen-reader-text,.widget_nav_menu .screen-reader-text{display:none;}@media screen and (max-width:1600px){.cms-carousel-blog-layout1 .owl-nav{margin-top:40px;}.cms-carousel-blog-layout1 .owl-nav .owl-prev,.cms-carousel-blog-layout1 .owl-nav .owl-next{position:static;}}@media screen and (max-width:1280px){#cms-reservation .cms-reservation-intro{width:180px;}#cms-reservation .cms-reservation-form{padding-left:180px;}#cms-event-restaurant .cms-event-col-right .cms-event-image,#cms-event-restaurant .cms-event-col-right .cms-event-content{width:50%;}#back_to_top{bottom:120px;}}@media screen and (min-width:1200px){.fixed-bottom{padding:0 20%;}.main-form{padding-right:115px;position:relative;}.main-form .submit-btn{position:absolute;bottom:5px;right:0;}.main-form .wpcf7-textarea{-webkit-width:-webkit-calc(100% - 95px);-moz-width:-moz-calc(100% - 95px);width:calc(100% - 95px);}#col-width-custom .vc_col-sm-8{width:71.669%;}#col-width-custom .vc_col-sm-4{width:28.333%;}#col-width-custom .vc_col-sm-12 > .vc_column-inner{-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 */overflow:hidden;}#spa-row .vc_col-sm-8{width:63.667%;}#spa-row .vc_col-sm-4{width:36.333%;}#cms-content #content.sidebar-active{padding-right:75px;}#cms-content #sidebar.sidebar-left-active + #content{padding-right:15px;padding-left:75px;}}@media screen and (max-width:1200px){/* ==========================================================================
  [Start] Medium devices (desktops, 992px and up)
========================================================================== */#cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li{padding:0 14px;}#cshero-header-inner.header-top #cshero-header-top{font-size:12px;}#col-space-item.section-offset-left .vc_column-inner{padding-left:15px !important;}.cms-bootstrap-tabs .tab-content{max-width:970px;padding:0 30px;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta .cms-menu-restaurant-price{display:block;float:none;padding:5px 0 0;color:#6a8347;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-meta .cms-menu-line{display:none;}}@media screen and (min-width:992px){/* ==========================================================================
   [Start] Small devices (tablets, 768px and up)
========================================================================== */#cshero-menu-mobile{display:none !important;/* 
     [Start] Main
     +-----------------------------------+
  */}.single-post .entry-meta .post-details{width:66.6667%;float:left;padding:0 15px;}.single-post .entry-meta .post-social-shared{width:33.3333%;float:left;padding:0 15px;text-align:right;}.single-post .entry-title{padding-left:20%;padding-right:20%;}.cms-team-layout3 .owl-prev,.cms-team-layout3 .owl-next{left:30%;position:absolute;top:94px;}.cms-team-layout3 .owl-next{left:inherit;right:30%;}}@media screen and (max-width:992px){.container{width:100%;}}@media screen and (max-width:991px){.cms-team-layout3 .owl-controls{margin-top:20px;text-align:center;}.cms-carousel-blog-layout5 .carousel-entry-blog .entry-feature a{height:220px;}.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab a{padding-left:15px;padding-right:15px;}#cms-footer-top .row-newletter{text-align:center;}#cms-footer-top .row-newletter .tnp-widget{margin:auto;}.cms-menu-restaurant.cms-menu-restaurant-style2 .cms-menu-col-left{margin-bottom:35px;}.cms-menu-restaurant .cms-menu-restaurant-item{width:100% !important;display:table;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item:nth-child(2n+1){clear:left;}#cms-reservation .cms-reservation-intro{width:120px;}#cms-reservation .cms-reservation-form{padding-left:120px;}#cms-reservation .cms-reservation-person li + li{margin-left:10px;}#cms-event-restaurant .cms-event-col-right{margin-top:30px;}.cms-edge-wrapper{left:0 !important;}.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item{width:50%;}#cms-footer-top .cms-footer-top-item{margin-bottom:35px;}#cms-footer-top .cms-footer-top-item:nth-child(odd){clear:left;}body .rm-padding-sm{padding-left:0 !important;padding-right:0 !important;}body .rm-padding-sm > .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}}@media (min-width:768px) and (max-width:991px){.text-center-sm{text-align:center;}.vc_row > .wpb_column.vc_col-sm-6:nth-child(odd){clear:left;}}@media (min-width:768px){/* ==========================================================================
   [Start] Extra small devices 
========================================================================== */.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels{position:relative;}.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{display:block;position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;}.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active{position:static;opacity:1;visibility:visible;}}@media screen and (max-width:767px){.cms-carousel-layout1 .cms-carousel-item-inner .cms-carousel-body{padding:15px 30px 75px 15px;}.cms-carousel-layout1 .owl-controls{bottom:20px;left:0;margin:auto;right:0;text-align:center;}#cms-page-title .cms-page-title-inner h1{font-size:30px;line-height:1.2;}.cms-bootstrap-tabs .nav-tabs > li{width:100%;}.cms-bootstrap-tabs .nav-tabs > li .tab_arrow{display:none;}.cms-bootstrap-tabs .nav-tabs > li a{padding:30px 15px;}.cms-bootstrap-tabs .nav-tabs > li a span:not(.tab_title){display:none;}.cms-bootstrap-tabs .nav-tabs > li a .tab_title{padding-bottom:0;margin-bottom:0;}.cms-bootstrap-tabs .nav-tabs > li a .tab_title:before{display:none;}.cms-bootstrap-tabs .tab-content{margin-top:30px;padding:0 30px;}#cms-menu-today-special.menu-filter-style1 .nav-tabs{margin-bottom:28px;}#cms-menu-today-special.menu-filter-style1 .nav-tabs li{margin:0 5px 5px 0;}#cms-menu-today-special.menu-filter-style1 .nav-tabs li a{padding:0 12px;line-height:32px;background-color:#222936;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 */}#cms-menu-today-special.menu-filter-style1 .nav-tabs li.active a,#cms-menu-today-special.menu-filter-style1 .nav-tabs li:hover a{background-color:#6a8347;}.cms-heading-layout1 .subtitle::before,.cms-heading-layout1 .subtitle::after{display:none;}.vc_row.vc_row-no-padding .cms-bootstrap-tabs .rm-padding-xs .vc_column-inner{padding-left:0 !important;padding-right:0 !important;}#cms-menu-today-special .menu-today-special-item{width:100%;}.cms-layout-gallery2 .cms-grid-media img{width:100%;}#cms-reservation .cms-reservation-submit .pull-right{float:left !important;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor{width:100%;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor + .cms-reservation-item-vendor{margin-left:0;margin-top:25px;}#cms-event-restaurant .cms-event-col-right .cms-event-image,#cms-event-restaurant .cms-event-col-right .cms-event-content{width:100%;}#cms-reservation .cms-reservation-form .cms-reservation-list-vendor .cms-reservation-item-vendor span.vendor-image{padding-left:75px;}.cms-menu-restaurant.cms-menu-restaurant-style1 .cms-menu-restaurant-item{padding:0;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item .cms-menu-restaurant-left{width:90px;}.cms-menu-restaurant.cms-menu-restaurant-style3 .cms-menu-restaurant-item .cms-menu-restaurant-left .cms-menu-restaurant-image a{height:60px;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs{text-align:left;margin-bottom:32px;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li{margin:0 -10px 0px -4px;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li a{padding:0 28px;height:36px;line-height:36px;font-size:13px;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li a:before{background-color:#222;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li a span{color:#fff;}.cms-menu-restaurant.menu-filter-style2 .nav-tabs li:hover a:before,.cms-menu-restaurant.menu-filter-style2 .nav-tabs li.active a:before{background-color:#6a8347;}#cshero-header #cshero-header-navigation{max-width:100%;}.text-center-xs{text-align:center !important;}.vc_tta-tabs-position-left .vc_tta-tabs-container{display:none !important;}.rm-padding-xs > .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}.cms-copyright{margin-bottom:12px;}.cms-vendor-list li{padding:0 10px;}.vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{padding-top:21px;}#back_to_top{bottom:30px;}}@media screen and (max-width:480px){.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item{width:100%;}#cms-reservation{padding:40px 30px;}#cms-reservation .cms-reservation-intro{width:0;}#cms-reservation .cms-reservation-intro svg{display:none;}#cms-reservation .cms-reservation-form{padding-left:0;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-left{display:block;width:100% !important;margin-bottom:20px;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-left .cms-menu-restaurant-image{height:160px !important;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-left .cms-menu-restaurant-image a{position:static;display:block;height:160px !important;width:100%;}.cms-menu-restaurant .cms-menu-restaurant-item .cms-menu-restaurant-right{display:block;padding:0;}#cms-menu-today-special .menu-today-special-item .menu-today-left,#cms-menu-today-special .menu-today-special-item .menu-today-right{display:block;width:100%;}#cms-menu-today-special .menu-today-special-item .menu-today-left{height:100px;}#cms-menu-today-special .menu-today-special-item .menu-today-right{overflow:hidden;}}.pswp .pswp__bg{background-color:rgba(0, 0, 0, 0.85);}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper{-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 */height:inherit !important;overflow:hidden !important;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;padding:40px 25px;height:inherit;overflow-y:inherit;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-close{border:none;right:40px;top:45px;font-size:0;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-close:before{content:"\f136";font-family:'Material-Design-Iconic-Font';font-size:35px;color:#bdbdbd;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content .pr-share{display:none;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.images{margin-bottom:0;padding:0 15px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary{padding:0 15px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .cart{margin-bottom:0;margin-top:30px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .variations-item-quanity{float:left;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .variations-item-quanity .quantity{width:70px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .variations-item-quanity .quantity span{display:none;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .variations-item-quanity .quantity input{-moz-appearance:inherit;-webkit-appearance:inherit;width:69px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .variations-item-quanity label{display:none;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.summary .variations_button{overflow:hidden;margin:5px 0;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content .product_title{font-size:26px;line-height:1;border-bottom:1px solid #eceff1;margin-bottom:20px;padding-bottom:25px;padding-right:40px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content .woocommerce-Price-amount{color:#040e24;font-size:20px;}#cms-theme .site-header .widget_shopping_cart{position:absolute;top:35px;right:15px;background-color:#6a8347;color:rgba(255, 255, 255, 0.8);width:230px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */letter-spacing:0.035em;font-size:11px;opacity:0;visibility:hidden;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;z-index:1003;}#cms-theme .site-header .widget_shopping_cart.open{-webkit-border-radius:0 0 3px 3px;-khtml-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-ms-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;/* BACKGROUND GRADIENT */opacity:1;visibility:visible;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header{line-height:1;padding:17px 20px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header h3{font-size:11px;line-height:1;text-transform:uppercase;margin-bottom:17px;float:left;margin-bottom:0;color:#fff;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header .couter_items{float:right;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header .couter_items i{padding-right:6px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content{height:162px !important;background-color:rgba(0, 0, 0, 0.2);border-width:1px;border-color:rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.12) rgba(0, 0, 0, 0.2);border-style:solid;padding:0 !important;width:100% !important;overflow:hidden;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty{height:0 !important;visibility:hidden;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty + div{display:none !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty + div + div{display:none !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li{text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.06);width:100%;padding:7px 30px 7px 23px;min-height:61px;position:relative;line-height:22px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li img{float:left;margin:0 10px 0 0;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */max-width:45px;width:100%;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a{color:#fff;line-height:15px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a:hover{color:#040e24;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove{background-color:transparent !important;border:1px solid #fff;color:#fff !important;display:inline-block;font-size:9px;height:13px;left:inherit;line-height:11px;position:absolute;right:13px;text-align:center;top:0;width:13px;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove:hover{border-color:#040e24;color:#040e24 !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .quantity{border:none !important;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer{padding:13px 20px;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .total{font-size:12px;line-height:28px;padding:0;text-transform:uppercase;border:none;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons .checkout{font-size:10px;line-height:1;padding:8px 12px 6px;background-color:rgba(3, 14, 38, 0.6);border:none;}#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons .checkout:hover{color:#fff !important;background-color:#030e26;}#cms-theme .site-header .widget_shopping_cart .enscroll-track{width:7px;background-color:rgba(0, 0, 0, 0.18);}#cms-theme .site-header .widget_shopping_cart .enscroll-track .vertical-handle{width:7px;background-color:rgba(0, 0, 0, 0.3);right:0;}#cms-theme.woocommerce #page:before,#cms-theme.woocommerce-page #page:before{width:443px;height:719px;background-image:url(../images/bg-shop-right.png);background-repeat:no-repeat;content:"";position:absolute;top:74px;right:0;z-index:-1;}#cms-theme.woocommerce #page:after,#cms-theme.woocommerce-page #page:after{width:539px;height:658px;background-image:url(../images/bg-shop-left.png);background-repeat:no-repeat;content:"";position:absolute;top:850px;left:0;z-index:-1;}#cms-theme.woocommerce #cshero-header-top-woo,#cms-theme.woocommerce-page #cshero-header-top-woo{display:block;}#cms-theme.woocommerce.archive #cms-content,#cms-theme.woocommerce-page.archive #cms-content{padding-top:70px;}#cms-theme.woocommerce.archive #cms-breadcrumb,#cms-theme.woocommerce-page.archive #cms-breadcrumb{display:none;}#cms-theme.woocommerce.archive #cshero-header.header-1,#cms-theme.woocommerce-page.archive #cshero-header.header-1{background-color:#eceff1;}#cms-theme.woocommerce.archive #cshero-header.header-1 > .container,#cms-theme.woocommerce-page.archive #cshero-header.header-1 > .container,#cms-theme.woocommerce.archive #cshero-header.header-1:before,#cms-theme.woocommerce-page.archive #cshero-header.header-1:before,#cms-theme.woocommerce.archive #cshero-header.header-1 .cshero-header-navigation .main-navigation li ul:not(.wg-menu-item),#cms-theme.woocommerce-page.archive #cshero-header.header-1 .cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){background-color:#eceff1;}#cms-theme.woocommerce #page-wrapper.cs-wide,#cms-theme.woocommerce-page #page-wrapper.cs-wide{background-color:#fff;/* [Start] 1. Navigation */}#cms-theme.woocommerce .woocommerce-pagination,#cms-theme.woocommerce-page .woocommerce-pagination,#cms-theme.woocommerce .woo-nav-links,#cms-theme.woocommerce-page .woo-nav-links{text-align:right;margin-top:0px;}#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;margin-top:13px;}#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{border:none;overflow:visible;}#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{height:25px;width:25px;line-height:25px;text-align:center;display:inline-block;border:1px solid #b6b6b6;-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:#eaeaea;background-image:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f9f9f9));background-image:-webkit-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:-moz-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:-ms-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:-o-linear-gradient(bottom, #eaeaea, #f9f9f9);background-image:linear-gradient(bottom, #eaeaea, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', endColorStr='#f9f9f9');/* BACKGROUND GRADIENT 2 - TOP*/font-size:12px;color:#717171;font-family:'lorabold';padding:0;margin-left:4px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.12);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.12);-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.12);box-shadow:0 1px 1px rgba(0, 0, 0, 0.12);vertical-align:middle;}#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,#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{background-color:#fafafa;background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));background-image:-webkit-linear-gradient(bottom, #fafafa, #fff);background-image:-moz-linear-gradient(bottom, #fafafa, #fff);background-image:-ms-linear-gradient(bottom, #fafafa, #fff);background-image:-o-linear-gradient(bottom, #fafafa, #fff);background-image:linear-gradient(bottom, #fafafa, #fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', endColorStr='#fff');/* BACKGROUND GRADIENT 2 - TOP*/color:#717171;}#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{display:inline-block;font-family:"Material-Design-Iconic-Font";font-size:16px;line-height:1;vertical-align:middle;width: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{content:"\f2fb";}#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:"\f2fa";}#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{background-color:#6a8347;font-size:13px;line-height:1;font-family:'JosefinSans-Bold';font-weight:normal;border:2px solid #6a8347;color:#fff;text-transform:uppercase;padding:14px 33px 13px;letter-spacing:0.025em;-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:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);box-shadow:0px 1px 3px rgba(0, 0, 0, 0.22);-webkit-text-shadow:0 0 1px rgba(0, 0, 0, 0.3);-moz-text-shadow:0 0 1px rgba(0, 0, 0, 0.3);-ms-text-shadow:0 0 1px rgba(0, 0, 0, 0.3);text-shadow:0 0 1px rgba(0, 0, 0, 0.3);position:relative;}#cms-theme.woocommerce input#submit span,#cms-theme.woocommerce-page input#submit span,#cms-theme.woocommerce .button span,#cms-theme.woocommerce-page .button span,#cms-theme.woocommerce button input[type="submit"] span,#cms-theme.woocommerce-page button input[type="submit"] span,#cms-theme.woocommerce .added_to_cart span,#cms-theme.woocommerce-page .added_to_cart span{display:inline-block;}#cms-theme.woocommerce input#submit span + i,#cms-theme.woocommerce-page input#submit span + i,#cms-theme.woocommerce .button span + i,#cms-theme.woocommerce-page .button span + i,#cms-theme.woocommerce button input[type="submit"] span + i,#cms-theme.woocommerce-page button input[type="submit"] span + i,#cms-theme.woocommerce .added_to_cart span + i,#cms-theme.woocommerce-page .added_to_cart span + i{padding-right:0;padding-left:9px;}#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;background-color:#040e24;border-color:#040e24;color:#fff;}#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:#6a8347;border-color:#6a8347;color:#fff !important;}#cms-theme.woocommerce select,#cms-theme.woocommerce-page select{-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:1px solid #eceff1;color:#424242;height:20px;line-height:20px;outline:medium none;padding:0 10px;font-size:12px;/* [End] 2. Button *//* [Start] 3. Sidebar */}#cms-theme.woocommerce .widget_price_filter .ui-slider,#cms-theme.woocommerce-page .widget_price_filter .ui-slider{background-color:#b6b6b6;margin:0 0 32px;-webkit-width:-webkit-calc(100% - 15px);-moz-width:-moz-calc(100% - 15px);width:calc(100% - 15px);}#cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,#cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{background-color:#6a8347;top:-8px;height:19px;width:19px;border:2px solid #fff;margin: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 */}#cms-theme.woocommerce .widget_price_filter .price_slider_amount .button,#cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .button{position:relative;z-index:1;}#cms-theme.woocommerce .widget_price_filter .price_slider_amount .price_label,#cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .price_label{color:#323232;font-size-adjust:inherit;padding:9px 0;}#cms-theme.woocommerce .widget_products,#cms-theme.woocommerce-page .widget_products{/* [End] 3. Sidebar *//* [Start] 4. Archive Product */}#cms-theme.woocommerce .widget_products ul li,#cms-theme.woocommerce-page .widget_products ul li{border-bottom:1px solid #f5f4f4;margin-bottom:20px;padding:0;}#cms-theme.woocommerce .widget_products ul li:last-child,#cms-theme.woocommerce-page .widget_products ul li:last-child{border:none;margin-bottom:0;}#cms-theme.woocommerce .widget_products ul li a,#cms-theme.woocommerce-page .widget_products ul li a{font-weight:700;font-size:15px;font-weight:700;line-height:24px;margin-bottom:5px;}#cms-theme.woocommerce .widget_products ul li a img,#cms-theme.woocommerce-page .widget_products ul li a img{background-color:#ededed;border-radius:2px;float:left;margin:0 20px 20px 0;max-width:70px;padding:8px 15px;width:100%;}#cms-theme.woocommerce .widget_products ul li .amount,#cms-theme.woocommerce-page .widget_products ul li .amount,#cms-theme.woocommerce .widget_products ul li ins .amount,#cms-theme.woocommerce-page .widget_products ul li ins .amount{font-size:13px;color:#a9a9a9;}#cms-theme.woocommerce .widget_products ul li del .amount,#cms-theme.woocommerce-page .widget_products ul li del .amount{color:#b2b2b2;font-size:16px;font-weight:normal;}#cms-theme.woocommerce .woocommerce-result-count,#cms-theme.woocommerce-page .woocommerce-result-count{float:none;display:inline-block;margin-bottom:0;padding-left:45px;vertical-align:middle;}#cms-theme.woocommerce .products,#cms-theme.woocommerce-page .products{margin-top:16px;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:16px;padding:0 15px;width:33.33%;clear:initial;}#cms-theme.woocommerce .products li.last,#cms-theme.woocommerce-page .products li.last,#cms-theme.woocommerce .products .owl-item.last,#cms-theme.woocommerce-page .products .owl-item.last{margin-right:0;}#cms-theme.woocommerce .products li:nth-child(3n+1),#cms-theme.woocommerce-page .products li:nth-child(3n+1),#cms-theme.woocommerce .products .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{background-color:#f4f4f4;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.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{margin-bottom:0;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner{position:relative;overflow:hidden;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner .woocommerce-LoopProduct-link:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner .woocommerce-LoopProduct-link:before,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .woocommerce-LoopProduct-link:before,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .woocommerce-LoopProduct-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.6);z-index:1;opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner .product-view,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner .product-view,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .product-view,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .product-view{bottom:0;left:0;line-height:45px;position:absolute;right:-1px;text-align:center;color:#fff;background-color:#6a8347;font-size:13px;z-index:2;-webkit-transform:translateY(45px);-khtml-transform:translateY(45px);-moz-transform:translateY(45px);-ms-transform:translateY(45px);-o-transform:translateY(45px);transform:translateY(45px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner .product-view i,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner .product-view i,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .product-view i,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .product-view i{padding-right:8px;position:relative;top:-1px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner .product-view:hover,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner .product-view:hover,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .product-view:hover,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner .product-view:hover{background-color:#040e24;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner:hover .woocommerce-LoopProduct-link:before,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner:hover .woocommerce-LoopProduct-link:before,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner:hover .woocommerce-LoopProduct-link:before,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner:hover .woocommerce-LoopProduct-link:before{opacity:1;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-inner:hover .product-view,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-inner:hover .product-view,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner:hover .product-view,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-inner:hover .product-view{-webkit-transform:translateY(0px);-khtml-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#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{padding:14px 0 26px;text-align:center;}#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,#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 .posted_in,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in{display:none;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a{font-size:10px;padding:8px 15px;margin-top:14px;}#cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added,#cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added,#cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added,#cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added{display:none;}#cms-theme.woocommerce .products li.content-product-grid .yith-wcqv-button,#cms-theme.woocommerce-page .products li.content-product-grid .yith-wcqv-button,#cms-theme.woocommerce .products .owl-item.content-product-grid .yith-wcqv-button,#cms-theme.woocommerce-page .products .owl-item.content-product-grid .yith-wcqv-button{display:none;}#cms-theme.woocommerce .products li.content-product-list,#cms-theme.woocommerce-page .products li.content-product-list,#cms-theme.woocommerce .products .owl-item.content-product-list,#cms-theme.woocommerce-page .products .owl-item.content-product-list{width:100%;margin-bottom:40px;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-image .product-view,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-image .product-view,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-image .product-view,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-image .product-view{display:none;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta{padding:15px;text-align:left;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .cshero-product-title h3,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .cshero-product-title h3,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .cshero-product-title h3,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .cshero-product-title h3{font-size:18px;margin-bottom:6px;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .cshero-product-price,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .cshero-product-price,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .cshero-product-price,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .cshero-product-price{font-size:17px;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .content,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .content,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .content,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .content{display:block;padding-top:14px;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button{font-size:13px;line-height:30px;color:#040e24;background-color:transparent;padding:0;text-transform:none;border:none;opacity:0;visibility:hidden;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:hover,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:hover,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:hover,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:hover{color:#6a8347;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:before,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:before,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:before,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .quick-view .yith-wcqv-button:before{content:"\f06e";font-family:FontAwesome;padding-right:8px;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart{display:inline-block;margin-right:17px;}#cms-theme.woocommerce .products li.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart .btn,#cms-theme.woocommerce-page .products li.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart .btn,#cms-theme.woocommerce .products .owl-item.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart .btn,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshero-woo-meta .quick-view .cshero-add-to-cart .btn{margin-top:0;}#cms-theme.woocommerce .products li.content-product-list .cshere-woo-item-wrap:hover .cshero-woo-meta .quick-view .yith-wcqv-button,#cms-theme.woocommerce-page .products li.content-product-list .cshere-woo-item-wrap:hover .cshero-woo-meta .quick-view .yith-wcqv-button,#cms-theme.woocommerce .products .owl-item.content-product-list .cshere-woo-item-wrap:hover .cshero-woo-meta .quick-view .yith-wcqv-button,#cms-theme.woocommerce-page .products .owl-item.content-product-list .cshere-woo-item-wrap:hover .cshero-woo-meta .quick-view .yith-wcqv-button{opacity:1;visibility:visible;}#cms-theme.woocommerce .product .onsale,#cms-theme.woocommerce-page .product .onsale{-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 */font-weight:700;right:20px;line-height:50px;margin:0;min-height:0;padding:0;text-transform:uppercase;top:20px;background-color:#6a8347;font-size:12px;width:50px;height:50px;left:inherit;z-index:1;}#cms-theme.woocommerce .star-rating,#cms-theme.woocommerce-page .star-rating{margin:0 auto 0;height:16px;width:92px;}#cms-theme.woocommerce .star-rating:before,#cms-theme.woocommerce-page .star-rating:before{color:#999;letter-spacing:5px;font-size:13px;}#cms-theme.woocommerce .star-rating span::before,#cms-theme.woocommerce-page .star-rating span::before{color:#6a8347;letter-spacing:5px;font-size:13px;}#cms-theme.woocommerce .cms-product-meta .cms-woocommerce-nav,#cms-theme.woocommerce-page .cms-product-meta .cms-woocommerce-nav{float:right;}#cms-theme.woocommerce .cms-product-meta .cms-woocommerce-nav .woocommerce-pagination,#cms-theme.woocommerce-page .cms-product-meta .cms-woocommerce-nav .woocommerce-pagination{margin:0;line-height:1;border:none;}#cms-theme.woocommerce .cms-product-meta .cms-woocommerce-nav .woocommerce-pagination .page-numbers,#cms-theme.woocommerce-page .cms-product-meta .cms-woocommerce-nav .woocommerce-pagination .page-numbers{margin-top:0;}#cms-theme.woocommerce .cms-product-meta .cms-product-layout,#cms-theme.woocommerce-page .cms-product-meta .cms-product-layout{display:inline-block;}#cms-theme.woocommerce .cms-product-meta .cms-product-layout a,#cms-theme.woocommerce-page .cms-product-meta .cms-product-layout a{color:#040e24;display:inline-block;font-size:16px;line-height:1;padding:0 2px;}#cms-theme.woocommerce .cms-product-meta .cms-product-layout a + a,#cms-theme.woocommerce-page .cms-product-meta .cms-product-layout a + a{padding-left:17px;}#cms-theme.woocommerce .cms-product-meta .cms-product-layout a.active,#cms-theme.woocommerce-page .cms-product-meta .cms-product-layout a.active,#cms-theme.woocommerce .cms-product-meta .cms-product-layout a:hover,#cms-theme.woocommerce-page .cms-product-meta .cms-product-layout a:hover{color:#6a8347;}#cms-theme.woocommerce .pr-full-width,#cms-theme.woocommerce-page .pr-full-width{float:none;margin:auto;width:100%;}#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 .pr-full-width .products li.product,#cms-theme.woocommerce-page .pr-full-width .products li.product{width:25%;clear:none;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(4n+1),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(4n+1){clear:left;}#cms-theme.woocommerce #sidebar,#cms-theme.woocommerce-page #sidebar{margin-top:12px;margin-bottom:100px;}#cms-theme.woocommerce #sidebar .wg-title,#cms-theme.woocommerce-page #sidebar .wg-title{font-size:18px;line-height:1;text-transform:none;margin-bottom:20px;color:#6a8347;}#cms-theme.woocommerce #sidebar .wg-title span:after,#cms-theme.woocommerce-page #sidebar .wg-title span:after{content:"\f2f9";font-family:Material-Design-Iconic-Font;padding-left:8px;position:relative;top:2px;}#cms-theme.woocommerce #sidebar .slidingbar-widget-col,#cms-theme.woocommerce-page #sidebar .slidingbar-widget-col{margin-bottom:40px;padding-bottom:35px;border-bottom:1px solid #eee;}#cms-theme.woocommerce #sidebar .slidingbar-widget-col:last-child,#cms-theme.woocommerce-page #sidebar .slidingbar-widget-col:last-child{padding:0;margin:0;border:none;}#cms-theme.woocommerce del,#cms-theme.woocommerce-page del{opacity:1;filter:alpha(opacity=1);color:;}#cms-theme.woocommerce .woocommerce-message,#cms-theme.woocommerce-page .woocommerce-message,#cms-theme.woocommerce .woocommerce-info,#cms-theme.woocommerce-page .woocommerce-info{border-top:3px solid #6a8347;/* [End] 4. Archive Product */}#cms-theme.woocommerce .woocommerce-message:before,#cms-theme.woocommerce-page .woocommerce-message:before,#cms-theme.woocommerce .woocommerce-info:before,#cms-theme.woocommerce-page .woocommerce-info:before{color:#6a8347;}#cms-theme.woocommerce .quantity,#cms-theme.woocommerce-page .quantity{border:1px solid #d7d7d7;height:55px;line-height:1;margin:0 20px 0 0;position:relative;width:75px;}#cms-theme.woocommerce .quantity .qty,#cms-theme.woocommerce-page .quantity .qty{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */border-color:#d7d7d7;border-style:solid;border-width:0 1px 0 0;color:#424242;font-size:17px;height:53px;line-height:20px;margin:0;outline:medium none;padding:0 10px;width:50px;-webkit-appearance:textfield;-khtml-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;-o-appearance:textfield;appearance:textfield;}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus,#cms-theme.woocommerce .quantity .plus,#cms-theme.woocommerce-page .quantity .plus{border-bottom:1px solid #d7d7d7;cursor:pointer;display:block;font-size:14px;height:28px;line-height:28px;position:absolute;right:0;text-align:center;top:0;width:23px;color:#040e24;}#cms-theme.woocommerce .quantity .minus,#cms-theme.woocommerce-page .quantity .minus{top:inherit;bottom:0;border-bottom:none;height:27px;line-height:27px;}#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:#040e24;}#cms-theme .woo-image-categries{margin-bottom:40px;}#cms-theme .variations_form{/* [Start] 5. Single Product */}#cms-theme .variations_form .label,#cms-theme .variations_form label{float:left;color:#424242;font-size:14px;letter-spacing:0.035em;font-weight:normal;}#cms-theme .variations_form .value .reset_variations{display:none !important;}#cms-theme .variations_form .variations-item .label{line-height:20px;min-width:66px;padding:4px 0 0;text-align:left;}#cms-theme .variations_form .variations-item .label label:after{content:":";}#cms-theme .variations_form .variations-item .value{float:left;position:relative;line-height:1;}#cms-theme .variations_form .variations-item .value select{min-width:92px;padding-right:30px;text-align:center;}#cms-theme .variations_form .variations-item .value .arrow-down{border:1px solid #eceff1;color:#424242;height:20px;line-height:20px;text-align:center;width:20px;position:absolute;top:0;right:0;}#cms-theme .variations_form .variations-item .value select{-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}#cms-theme .variations_form .variations-item-quanity{margin-top:4px;}#cms-theme .variations_form .variations-item-quanity label{min-width:66px;text-align:left;font-size:14px;}#cms-theme .variations_form .single_variation_wrap{text-align:left;margin-top:30px;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper{clear:inherit;display:inline;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper a{background-color:transparent;font-size:13px;color:#424242;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-transform:none;padding-left:26px;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper a:before{content:'+';padding-right:4px;}#cms-theme .variations_form .single_variation_wrap #wl-wrapper a:hover{color:#040e24;}#cms-theme .variations_form .single_variation_wrap .woocommerce-variation-price{display:none;}#cms-theme.single-product{/* [End] 5. Single Product *//* [Start] 6. Cart */}#cms-theme.single-product .pr-share{border-bottom:1px solid #eee;border-top:1px solid #eee;font-size:16px;margin-bottom:22px;padding:10px 0;}#cms-theme.single-product .pr-share li{display:inline-block;}#cms-theme.single-product .pr-share li + li{padding-left:14px;}#cms-theme.single-product .pr-single-product .cs-product-wrap{position:relative;margin:0 -10px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .onsale{-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 */font-weight:700;right:20px;line-height:50px;margin:0;min-height:0;padding:0;text-transform:uppercase;top:20px;background-color:#6a8347;font-size:12px;width:50px;height:50px;left:inherit;z-index:1;}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery,#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{width:50%;float:left;padding:0 25px;margin-bottom:60px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{position:relative;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary h3.product_title{color:#424242;font-size:26px;line-height:42px;margin-bottom:0;padding-bottom:14px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woocommerce-product-rating{position:absolute;right:35px;top:30px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woocommerce-product-rating .woocommerce-review-link{display:none;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price{letter-spacing:0.035em;line-height:42px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price .price{font-size:26px;color:#6a8347;margin:0 0 6px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .content{padding-bottom:15px;padding-top:8px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .content p{margin:0;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart{margin-bottom:45px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .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.simple .variations-item-quanity{float:left;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple .variations-item-quanity label{display:none;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple .variations_button{overflow:hidden;margin:5px 0;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple #wl-wrapper{display:inline;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple #wl-wrapper a{background-color:transparent;font-size:13px;color:#424242;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-transform:none;padding-left:26px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple #wl-wrapper a:before{content:'+';padding-right:4px;}#cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple #wl-wrapper a:hover{color:#040e24;}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger{display:none;}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .flex-viewport 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 */}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .flex-control-thumbs{padding-top:20px;margin:0 -10px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .flex-control-thumbs li{margin-bottom:20px;padding:0 10px;width:33.33%;}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .flex-control-thumbs li img{opacity:1;cursor:pointer;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .share-label{color:#222;display:block;font-size:18px;font-weight:700;line-height:30px;margin-bottom:13px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a{display:inline-block;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a + a{margin-left:10px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i{background-color:#6a8347;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */color:#fff;font-size:15px;height:34px;line-height:34px;text-align:center;width:34px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i:hover{background-color:#040e24;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs{margin:0;padding:0;background-color:#fff;border:none;overflow:visible;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:before,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:after{border:none;display:none;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li{padding:0;border:none;margin:0;float:left;background-color:transparent;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li a{background-color:transparent;border-width:1px 0 0 1px;border-style:solid;border-color:#ececec;color:#757575;font-size:14px;line-height:28px;padding:5px 24px;font-weight:normal;position:relative;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li a:before{height:3px;width:100%;bottom:-1px;position:absolute;left:0;content:"";background-color:transparent;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:hover a{background-color:#fff;color:#6a8347;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a:before{background-color:#fff;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:before,#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:after{border:none;display:none;}#cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:last-child a{border-right-width:1px;}#cms-theme.single-product .pr-single-product .panel{border-style:solid;border-width:1px;border-color:#ececec #ececec #dadada #ececec;-webkit-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-ms-border-radius:0 0 5px 5px;-o-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;/* BACKGROUND GRADIENT */-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.12);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.12);-ms-box-shadow:0 1px 3px rgba(0, 0, 0, 0.12);box-shadow:0 1px 3px rgba(0, 0, 0, 0.12);display:block;padding:16px 30px 30px;}#cms-theme.single-product .pr-single-product .panel .list-style-1 ul{margin-bottom:20px;}#cms-theme.single-product .pr-single-product .panel ul a{color:#6a8347;}#cms-theme.single-product .pr-single-product .panel ul a:hover{color:;}#cms-theme.single-product .pr-single-product #tab-reviews #comments{padding:0;}#cms-theme.single-product .pr-single-product #tab-reviews #comments > h2{margin-bottom:20px;font-size:16px;font-weight:normal;color:#424242;}#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 .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:#040e24;}#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;color:#424242;}#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:#6a8347;}#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 .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:#040e24;}#cms-theme.woocommerce-cart .shop_table td.coupon{border-right:1px solid #e5e5e5;}#cms-theme.woocommerce-cart .shop_table td.coupon label{color:#040e24;}#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:#6a8347;}#cms-theme.woocommerce-cart .shop_table .product-remove a i:hover{color:;}#cms-theme.woocommerce-cart .cart-collaterals{margin-top:40px;}#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:#040e24;}#cms-theme.woocommerce-checkout{/* Woo Widget */}#cms-theme.woocommerce-checkout #customer_details{margin-bottom:30px;}#cms-theme.woocommerce-checkout .amount{color:#040e24;}#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 label{color:#323232;font-weight:normal;}#cms-theme .widget_price_filter{/* Apply All Style */}#cms-theme .widget_price_filter .ui-slider-horizontal{height:4px;}#cms-theme .widget_price_filter .ui-slider .ui-slider-range{background-color:#6a8347;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */}#cms-theme .widget_price_filter .price_slider_wrapper{padding-top:10px;}#cms-theme .widget_price_filter .price_slider_wrapper .ui-widget-content{-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 .cshero-product-title h3,#cms-theme h3.product_title{font-size:16px;font-family:'loraregular';}#cms-theme .cshero-product-title h3 a,#cms-theme h3.product_title a{color:#040e24;}#cms-theme .cshero-product-title h3 a:hover,#cms-theme h3.product_title a:hover{color:#6a8347;}#cms-theme .cshero-product-price{font-size:16px;line-height:1;font-family:'karlaregular';color:#040e24;}#cms-theme h3.product_title{font-size:18px;}#cms-theme.single-product .woo-nav-links{margin-bottom:65px !important;/* Relate Item Product */}#cms-theme .cms-related-products-wrapper{padding-top:45px;border-top:1px solid #eee;position:relative;}#cms-theme .cms-related-products-wrapper .cshero-add-to-cart,#cms-theme .cms-related-products-wrapper .button.yith-wcqv-button{display:none;}#cms-theme .cms-related-heading + .products{margin:0 !important;}#cms-theme .cms-related-heading .wg-title{font-size:24px;margin-bottom:55px;}#cms-theme #related-product-carousel{position:static;}#cms-theme #related-product-carousel .owl-item{padding:0 !important;clear:inherit;}#cms-theme #related-product-carousel .owl-item:nth-child(3n+1){clear:inherit;}#cms-theme #related-product-carousel .owl-item .cshero-woo-meta{padding-bottom:0 !important;}#cms-theme #related-product-carousel .owl-item .cshero-woo-image{-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-theme #related-product-carousel .owl-controls .owl-nav{position:absolute;top:38px;right:0;}#cms-theme #related-product-carousel .owl-controls .owl-nav .owl-prev i::before,#cms-theme #related-product-carousel .owl-controls .owl-nav .owl-next i::before{font-size:32px;}#wl-wrapper label{color:#424242;font-weight:normal;}#wl-wrapper .woocommerce-message,#wl-wrapper .woocommerce-info{border-top:3px solid #6a8347;}#wl-wrapper .woocommerce-message:before,#wl-wrapper .woocommerce-info:before{color:#6a8347;}#wl-wrapper .quantity .qty{width:80px;}#wl-wrapper .wl-already-in{display:none;}.shop_table dl dt{color:#424242;font-size:15px;font-weight:normal !important;line-height:20px;text-transform:none;}.shop_table .variation-FromWishlist{padding-top:3px;margin-bottom:0 !important;}@media screen and (max-width:992px){#cms-theme.woocommerce .pr-full-width .products li.product,#cms-theme.woocommerce-page .pr-full-width .products li.product,#cms-theme.woocommerce .products li,#cms-theme.woocommerce-page .products li,#cms-theme.woocommerce .products .owl-item,#cms-theme.woocommerce-page .products .owl-item{width:50%;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(2n+1),#cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(2n+1),#cms-theme.woocommerce .products li:nth-child(2n+1),#cms-theme.woocommerce-page .products li:nth-child(2n+1),#cms-theme.woocommerce .products .owl-item:nth-child(2n+1),#cms-theme.woocommerce-page .products .owl-item:nth-child(2n+1){clear:left;}#cms-theme.woocommerce .pr-full-width .products li.product:nth-child(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;}}@media screen and (max-width:767px){#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery{margin-bottom:32px;}#cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery,#cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary{width:100%;}#cms-theme .cms-related-heading .wg-title{font-size:18px;}}@media screen and (max-width:480px){#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper{height:100% !important;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main{overflow-y:scroll;height:100%;padding:20px 5px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .cshero-product-images{width:100%;margin-bottom:30px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary{width:100%;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary .cart{margin-bottom:15px;}#cms-theme #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary .cart .variations-item-quanity{float:none;margin-bottom:10px;}#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%;}#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;}}