/* -------------------------------------------------------------
  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)

------------------------------------------------------------- */@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);@import url(https://fonts.googleapis.com/css?family=Pacifico);/* ADDS A BROWSER PREFIX TO THE PROPERTY */@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);/* ==========================================================================
    Style Button
========================================================================== *//*------------------------------------------------------------------
[All Style Shortcode]

  1. CMS Heading
  2. CMS Carousel
  3. CMS Fancybox Single
  4. CMS Counter Single
  5. CMS Grid


-------------------------------------------------------------------*//* ==========================================================================
   [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
========================================================================== */@import url(https://fonts.googleapis.com/css?family=Roboto:400);/* ==========================================================================
    Style Main Menu
========================================================================== *//*
-----> Minimum width of 992 pixels.
*//*------------------------------------------------------------------
[Table of contents]

1. cms-recent-post
2. Search

-------------------------------------------------------------------*//* =Widgets
-------------------------------------------------------------- */header #cshero-header-logo img{max-height:70px;}header #cshero-header{background-color:#2e2c5a;}.sticky-desktop.header-fixed{position:fixed;}.cms-button-wrapper{display:inline-block;}.cms-button-wrapper + .cms-button-wrapper{margin-left:30px;}.btn,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button,.modal.modal-product-item .modal-content .modal-body .added_to_cart,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button,.woocommerce-Reviews #review_form #respond .form-submit input,.woocommerce table.shop_table td.actions input.button,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .checkout-button,.woocommerce .checkout_coupon input.button,.checkout-module.payment-method-wrap #place_order,button,.button,input[type="submit"]{-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-size:13px;line-height:1;margin:0;letter-spacing:0.075em;padding:13.5px 28.5px;position:relative;background-color:#efbd1a;-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;text-transform:uppercase;font-family:'HelveticaNeue-Medium';position:relative;border:#c89c0e solid 1px;text-shadow:1px 0 1px rgba(0, 0, 0, 0.3);-webkit-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);}.btn:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover,.woocommerce-Reviews #review_form #respond .form-submit input:hover,.woocommerce table.shop_table td.actions input.button:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover,.woocommerce .checkout_coupon input.button:hover,.checkout-module.payment-method-wrap #place_order:hover,button:hover,.button:hover,input[type="submit"]:hover,.btn:focus,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart:focus,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:focus,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:focus,.woocommerce-Reviews #review_form #respond .form-submit input:focus,.woocommerce table.shop_table td.actions input.button:focus,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:focus,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:focus,.woocommerce .cart-collaterals .cart_totals .checkout-button:focus,.woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus,.woocommerce .checkout_coupon input.button:focus,.checkout-module.payment-method-wrap #place_order:focus,button:focus,.button:focus,input[type="submit"]:focus{outline:medium none;text-decoration:none;color:#fff;background-color:#e0af10;}.btn:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:after,.woocommerce-Reviews #review_form #respond .form-submit input:after,.woocommerce table.shop_table td.actions input.button:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:after,.woocommerce .cart-collaterals .cart_totals .checkout-button:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button:after,.woocommerce .checkout_coupon input.button:after,.checkout-module.payment-method-wrap #place_order:after{content:'';position:absolute;z-index:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}.btn:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:before,.woocommerce-Reviews #review_form #respond .form-submit input:before,.woocommerce table.shop_table td.actions input.button:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:before,.woocommerce .cart-collaterals .cart_totals .checkout-button:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button:before,.woocommerce .checkout_coupon input.button:before,.checkout-module.payment-method-wrap #place_order:before{content:'';position:absolute;z-index:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}.btn.btn-default:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default:hover,.woocommerce table.shop_table td.actions input.button.btn-default:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default:hover,.woocommerce .checkout_coupon input.button.btn-default:hover,.checkout-module.payment-method-wrap #place_order.btn-default:hover{color:#fff;background-color:#e0af10;}.btn i,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button i,.modal.modal-product-item .modal-content .modal-body .added_to_cart i,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i,.woocommerce-Reviews #review_form #respond .form-submit input i,.woocommerce table.shop_table td.actions input.button i,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i,.woocommerce .cart-collaterals .cart_totals .checkout-button i,.woocommerce-page .cart-collaterals .cart_totals .checkout-button i,.woocommerce .checkout_coupon input.button i,.checkout-module.payment-method-wrap #place_order i{line-height:10px;position:relative;top:1px;}.btn.btn-lg,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-lg,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-lg,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-lg,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-lg,.woocommerce-Reviews #review_form #respond .form-submit input.btn-lg,.woocommerce table.shop_table td.actions input.button.btn-lg,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-lg,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-lg,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-lg,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-lg,.woocommerce .checkout_coupon input.button.btn-lg,.checkout-module.payment-method-wrap #place_order.btn-lg{padding:18.5px 35px;min-width:182px;}.btn.btn-md,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-md,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-md,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-md,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-md,.woocommerce-Reviews #review_form #respond .form-submit input.btn-md,.woocommerce table.shop_table td.actions input.button.btn-md,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-md,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-md,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-md,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-md,.woocommerce .checkout_coupon input.button.btn-md,.checkout-module.payment-method-wrap #place_order.btn-md{font-size:15px;letter-spacing:0.075em;color:#fff;border-radius:4px;padding:15px 22.5px;border-color:#e0af10;}.btn.btn-normal,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-normal,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-normal,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-normal,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-normal,.woocommerce-Reviews #review_form #respond .form-submit input.btn-normal,.woocommerce table.shop_table td.actions input.button.btn-normal,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-normal,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-normal,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-normal,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-normal,.woocommerce .checkout_coupon input.button.btn-normal,.checkout-module.payment-method-wrap #place_order.btn-normal{padding:16px 23px;min-width:172px;}.btn.btn-md2,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-md2,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-md2,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-md2,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-md2,.woocommerce-Reviews #review_form #respond .form-submit input.btn-md2,.woocommerce table.shop_table td.actions input.button.btn-md2,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-md2,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-md2,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-md2,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-md2,.woocommerce .checkout_coupon input.button.btn-md2,.checkout-module.payment-method-wrap #place_order.btn-md2{padding:14px 25px;min-width:170px;}.btn.btn-sm,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-sm,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-sm,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-sm,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-sm,.woocommerce-Reviews #review_form #respond .form-submit input.btn-sm,.woocommerce table.shop_table td.actions input.button.btn-sm,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-sm,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-sm,.woocommerce .checkout_coupon input.button.btn-sm,.checkout-module.payment-method-wrap #place_order.btn-sm{padding:13.5px 15px;min-width:142px;}.btn.btn-xlg,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-xlg,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-xlg,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-xlg,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-xlg,.woocommerce-Reviews #review_form #respond .form-submit input.btn-xlg,.woocommerce table.shop_table td.actions input.button.btn-xlg,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-xlg,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-xlg,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-xlg,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-xlg,.woocommerce .checkout_coupon input.button.btn-xlg,.checkout-module.payment-method-wrap #place_order.btn-xlg{padding:21px 32.5px;min-width:192px;}.btn.btn-primary,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-primary,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-primary,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary,.woocommerce-Reviews #review_form #respond .form-submit input.btn-primary,.woocommerce table.shop_table td.actions input.button.btn-primary,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary,.woocommerce .checkout_coupon input.button.btn-primary,.checkout-module.payment-method-wrap #place_order.btn-primary{background-color:#efbd1a;color:#fff;border-color:#c89c0e;}.btn.btn-primary:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-primary:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-primary:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-primary:hover,.woocommerce table.shop_table td.actions input.button.btn-primary:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary:hover,.woocommerce .checkout_coupon input.button.btn-primary:hover,.checkout-module.payment-method-wrap #place_order.btn-primary:hover,.btn.btn-primary:focus,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-primary:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-primary:focus,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary:focus,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary:focus,.woocommerce-Reviews #review_form #respond .form-submit input.btn-primary:focus,.woocommerce table.shop_table td.actions input.button.btn-primary:focus,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:focus,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:focus,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary:focus,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary:focus,.woocommerce .checkout_coupon input.button.btn-primary:focus,.checkout-module.payment-method-wrap #place_order.btn-primary:focus{background-color:#c89c0e;color:#fff;outline:none;}.btn.btn-default-alt,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default-alt,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt,.woocommerce table.shop_table td.actions input.button.btn-default-alt,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt,.woocommerce .checkout_coupon input.button.btn-default-alt,.checkout-module.payment-method-wrap #place_order.btn-default-alt{border:2px solid #efbd1a;background:transparent;padding:1px 18px;color:#efbd1a;font-size:10px;letter-spacing:0.075em;line-height:24px;display:inline-block;border-radius:3px;}.btn.btn-default-alt:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default-alt:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt:hover,.woocommerce table.shop_table td.actions input.button.btn-default-alt:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt:hover,.woocommerce .checkout_coupon input.button.btn-default-alt:hover,.checkout-module.payment-method-wrap #place_order.btn-default-alt:hover,.btn.btn-default-alt:focus,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default-alt:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt:focus,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt:focus,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt:focus,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt:focus,.woocommerce table.shop_table td.actions input.button.btn-default-alt:focus,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:focus,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:focus,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt:focus,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt:focus,.woocommerce .checkout_coupon input.button.btn-default-alt:focus,.checkout-module.payment-method-wrap #place_order.btn-default-alt:focus{background:#efbd1a;color:#fff;}.btn.btn-default-alt1,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default-alt1,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt1,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt1,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt1,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt1,.woocommerce table.shop_table td.actions input.button.btn-default-alt1,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt1,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt1,.woocommerce .checkout_coupon input.button.btn-default-alt1,.checkout-module.payment-method-wrap #place_order.btn-default-alt1{border:2px solid #fff;background:transparent;color:#fff;display:inline-block;border-radius:3px;}.btn.btn-default-alt1:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default-alt1:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt1:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt1:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt1:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt1:hover,.woocommerce table.shop_table td.actions input.button.btn-default-alt1:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:hover,.woocommerce .checkout_coupon input.button.btn-default-alt1:hover,.checkout-module.payment-method-wrap #place_order.btn-default-alt1:hover,.btn.btn-default-alt1:focus,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-default-alt1:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-default-alt1:focus,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt1:focus,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt1:focus,.woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt1:focus,.woocommerce table.shop_table td.actions input.button.btn-default-alt1:focus,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:focus,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:focus,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:focus,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:focus,.woocommerce .checkout_coupon input.button.btn-default-alt1:focus,.checkout-module.payment-method-wrap #place_order.btn-default-alt1:focus{background:#efbd1a;color:#fff;border-color:#efbd1a;}.btn.btn-trans,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-trans,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-trans,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-trans,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-trans,.woocommerce-Reviews #review_form #respond .form-submit input.btn-trans,.woocommerce table.shop_table td.actions input.button.btn-trans,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-trans,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-trans,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-trans,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-trans,.woocommerce .checkout_coupon input.button.btn-trans,.checkout-module.payment-method-wrap #place_order.btn-trans{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;border:1px solid #2b2e31;border-radius:2px;color:#2b2e31;cursor:pointer;display:inline-block;font-size:1.22rem;font-weight:normal !important;letter-spacing:0.25px;line-height:normal;text-align:center;text-decoration:none;}.btn.btn-danger,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-danger,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-danger,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-danger,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-danger,.woocommerce-Reviews #review_form #respond .form-submit input.btn-danger,.woocommerce table.shop_table td.actions input.button.btn-danger,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-danger,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-danger,.woocommerce .checkout_coupon input.button.btn-danger,.checkout-module.payment-method-wrap #place_order.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}.btn.btn-danger:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-danger:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-danger:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-danger:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-danger:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-danger:hover,.woocommerce table.shop_table td.actions input.button.btn-danger:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-danger:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-danger:hover,.woocommerce .checkout_coupon input.button.btn-danger:hover,.checkout-module.payment-method-wrap #place_order.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925;}.btn.btn-warning,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-warning,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-warning,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-warning,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-warning,.woocommerce-Reviews #review_form #respond .form-submit input.btn-warning,.woocommerce table.shop_table td.actions input.button.btn-warning,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-warning,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-warning,.woocommerce .checkout_coupon input.button.btn-warning,.checkout-module.payment-method-wrap #place_order.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}.btn.btn-warning:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-warning:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-warning:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-warning:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-warning:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-warning:hover,.woocommerce table.shop_table td.actions input.button.btn-warning:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-warning:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-warning:hover,.woocommerce .checkout_coupon input.button.btn-warning:hover,.checkout-module.payment-method-wrap #place_order.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512;}.btn.btn-success,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-success,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-success,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-success,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-success,.woocommerce-Reviews #review_form #respond .form-submit input.btn-success,.woocommerce table.shop_table td.actions input.button.btn-success,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-success,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-success,.woocommerce .checkout_coupon input.button.btn-success,.checkout-module.payment-method-wrap #place_order.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}.btn.btn-success:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-success:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-success:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-success:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-success:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-success:hover,.woocommerce table.shop_table td.actions input.button.btn-success:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-success:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-success:hover,.woocommerce .checkout_coupon input.button.btn-success:hover,.checkout-module.payment-method-wrap #place_order.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439;}.btn.btn-square,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-square,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-square,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-square,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-square,.woocommerce-Reviews #review_form #respond .form-submit input.btn-square,.woocommerce table.shop_table td.actions input.button.btn-square,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-square,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-square,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-square,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-square,.woocommerce .checkout_coupon input.button.btn-square,.checkout-module.payment-method-wrap #place_order.btn-square{border-radius:1px;}.btn.btn-outline,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-outline,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-outline,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline,.woocommerce-Reviews #review_form #respond .form-submit input.btn-outline,.woocommerce table.shop_table td.actions input.button.btn-outline,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline,.woocommerce .checkout_coupon input.button.btn-outline,.checkout-module.payment-method-wrap #place_order.btn-outline{border:2px solid #efbd1a;background:transparent;padding-top:14px;padding-bottom:14px;color:#efbd1a;text-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.btn.btn-outline:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-outline:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-outline:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-outline:hover,.woocommerce table.shop_table td.actions input.button.btn-outline:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline:hover,.woocommerce .checkout_coupon input.button.btn-outline:hover,.checkout-module.payment-method-wrap #place_order.btn-outline:hover,.btn.btn-outline:focus,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-outline:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-outline:focus,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline:focus,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline:focus,.woocommerce-Reviews #review_form #respond .form-submit input.btn-outline:focus,.woocommerce table.shop_table td.actions input.button.btn-outline:focus,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:focus,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:focus,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline:focus,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline:focus,.woocommerce .checkout_coupon input.button.btn-outline:focus,.checkout-module.payment-method-wrap #place_order.btn-outline:focus{background:#efbd1a;color:#fff;}.btn.btn-outline-rounded,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-outline-rounded,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-outline-rounded,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded,.woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded,.woocommerce table.shop_table td.actions input.button.btn-outline-rounded,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded,.woocommerce .checkout_coupon input.button.btn-outline-rounded,.checkout-module.payment-method-wrap #place_order.btn-outline-rounded{border:2px solid #efbd1a;background:transparent;padding-top:14px;padding-bottom:14px;color:#efbd1a;text-shadow:none;border-radius:22px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.btn.btn-outline-rounded:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-outline-rounded:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-outline-rounded:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:hover,.woocommerce table.shop_table td.actions input.button.btn-outline-rounded:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover,.woocommerce .checkout_coupon input.button.btn-outline-rounded:hover,.checkout-module.payment-method-wrap #place_order.btn-outline-rounded:hover,.btn.btn-outline-rounded:focus,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-outline-rounded:focus,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-outline-rounded:focus,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:focus,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:focus,.woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:focus,.woocommerce table.shop_table td.actions input.button.btn-outline-rounded:focus,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus,.woocommerce .checkout_coupon input.button.btn-outline-rounded:focus,.checkout-module.payment-method-wrap #place_order.btn-outline-rounded:focus{background:#efbd1a;color:#fff;border-color:#efbd1a;}.btn.btn-3d,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-3d,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-3d,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d,.woocommerce-Reviews #review_form #respond .form-submit input.btn-3d,.woocommerce table.shop_table td.actions input.button.btn-3d,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d,.woocommerce .checkout_coupon input.button.btn-3d,.checkout-module.payment-method-wrap #place_order.btn-3d{-webkit-box-shadow:0 5px #c89c0e;-moz-box-shadow:0 5px #c89c0e;-ms-box-shadow:0 5px #c89c0e;box-shadow:0 5px #c89c0e;color:#c89c0e;border-color:#c89c0e;}.btn.btn-3d:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-3d:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-3d:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-3d:hover,.woocommerce table.shop_table td.actions input.button.btn-3d:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d:hover,.woocommerce .checkout_coupon input.button.btn-3d:hover,.checkout-module.payment-method-wrap #place_order.btn-3d:hover{-webkit-box-shadow:0 3px #c89c0e;-moz-box-shadow:0 3px #c89c0e;-ms-box-shadow:0 3px #c89c0e;box-shadow:0 3px #c89c0e;background:#fff;color:#c89c0e;border-color:#c89c0e;}.btn.btn-3d2,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-3d2,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-3d2,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d2,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d2,.woocommerce-Reviews #review_form #respond .form-submit input.btn-3d2,.woocommerce table.shop_table td.actions input.button.btn-3d2,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d2,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d2,.woocommerce .checkout_coupon input.button.btn-3d2,.checkout-module.payment-method-wrap #place_order.btn-3d2{-webkit-box-shadow:0 5px #c89c0e;-moz-box-shadow:0 5px #c89c0e;-ms-box-shadow:0 5px #c89c0e;box-shadow:0 5px #c89c0e;border:2px solid #efbd1a;}.btn.btn-3d2:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-3d2:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-3d2:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d2:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d2:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-3d2:hover,.woocommerce table.shop_table td.actions input.button.btn-3d2:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d2:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d2:hover,.woocommerce .checkout_coupon input.button.btn-3d2:hover,.checkout-module.payment-method-wrap #place_order.btn-3d2:hover{-webkit-box-shadow:0 3px #c89c0e;-moz-box-shadow:0 3px #c89c0e;-ms-box-shadow:0 3px #c89c0e;box-shadow:0 3px #c89c0e;background:#efbd1a;}.btn.btn-rounded,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-rounded,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-rounded,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded,.woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded,.woocommerce table.shop_table td.actions input.button.btn-rounded,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded,.woocommerce .checkout_coupon input.button.btn-rounded,.checkout-module.payment-method-wrap #place_order.btn-rounded{border-radius:23px;background:#efbd1a;}.btn.btn-rounded:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-rounded:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-rounded:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded:hover,.woocommerce table.shop_table td.actions input.button.btn-rounded:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover,.woocommerce .checkout_coupon input.button.btn-rounded:hover,.checkout-module.payment-method-wrap #place_order.btn-rounded:hover{background:#fff;color:#efbd1a;border-color:#fff;text-shadow:none;}.btn.btn-rounded.btn-3d2:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-rounded.btn-3d2:hover,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-rounded.btn-3d2:hover,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded.btn-3d2:hover,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded.btn-3d2:hover,.woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded.btn-3d2:hover,.woocommerce table.shop_table td.actions input.button.btn-rounded.btn-3d2:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded.btn-3d2:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded.btn-3d2:hover,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded.btn-3d2:hover,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded.btn-3d2:hover,.woocommerce .checkout_coupon input.button.btn-rounded.btn-3d2:hover,.checkout-module.payment-method-wrap #place_order.btn-rounded.btn-3d2:hover{-webkit-box-shadow:0 3px #c89c0e;-moz-box-shadow:0 3px #c89c0e;-ms-box-shadow:0 3px #c89c0e;box-shadow:0 3px #c89c0e;background:#efbd1a;color:#fff;border-color:#efbd1a;}.btn.btn-fill-from-top,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-top,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top,.woocommerce table.shop_table td.actions input.button.btn-fill-from-top,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top,.woocommerce .checkout_coupon input.button.btn-fill-from-top,.checkout-module.payment-method-wrap #place_order.btn-fill-from-top{border:2px solid #efbd1a;color:#fff;font-family:'HelveticaNeue-Medium';}.btn.btn-fill-from-top span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-top span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top span,.woocommerce table.shop_table td.actions input.button.btn-fill-from-top span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top span,.woocommerce .checkout_coupon input.button.btn-fill-from-top span,.checkout-module.payment-method-wrap #place_order.btn-fill-from-top span{position:relative;z-index:1;}.btn.btn-fill-from-top:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-top:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:after,.woocommerce table.shop_table td.actions input.button.btn-fill-from-top:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:after,.woocommerce .checkout_coupon input.button.btn-fill-from-top:after,.checkout-module.payment-method-wrap #place_order.btn-fill-from-top:after{width:calc(100% + 4px);height:14px;bottom:-2px;left:-2px;background:#041852;border-bottom-left-radius:3px;border-bottom-right-radius:3px;opacity:0;}.btn.btn-fill-from-top:hover:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-top:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-top:hover:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:hover:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:hover:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:hover:after,.woocommerce table.shop_table td.actions input.button.btn-fill-from-top:hover:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover:after,.woocommerce .checkout_coupon input.button.btn-fill-from-top:hover:after,.checkout-module.payment-method-wrap #place_order.btn-fill-from-top:hover:after{height:calc(100% + 4px);border-radius:3px;opacity:1;}.btn.btn-expand-horizontal,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-horizontal,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-horizontal,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal,.woocommerce table.shop_table td.actions input.button.btn-expand-horizontal,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal,.woocommerce .checkout_coupon input.button.btn-expand-horizontal,.checkout-module.payment-method-wrap #place_order.btn-expand-horizontal{border:2px solid #efbd1a;color:#fff;font-family:'HelveticaNeue-Medium';}.btn.btn-expand-horizontal span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-horizontal span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-horizontal span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal span,.woocommerce table.shop_table td.actions input.button.btn-expand-horizontal span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal span,.woocommerce .checkout_coupon input.button.btn-expand-horizontal span,.checkout-module.payment-method-wrap #place_order.btn-expand-horizontal span{position:relative;z-index:1;}.btn.btn-expand-horizontal:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-horizontal:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-horizontal:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:before,.woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:before,.woocommerce .checkout_coupon input.button.btn-expand-horizontal:before,.checkout-module.payment-method-wrap #place_order.btn-expand-horizontal:before{height:calc(100% + 4px);width:15px;top:-2px;left:-2px;background:#041852;border-bottom-left-radius:3px;border-top-left-radius:3px;opacity:0;}.btn.btn-expand-horizontal:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-horizontal:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-horizontal:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:after,.woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:after,.woocommerce .checkout_coupon input.button.btn-expand-horizontal:after,.checkout-module.payment-method-wrap #place_order.btn-expand-horizontal:after{height:calc(100% + 4px);width:15px;top:-2px;right:-2px;background:#041852;border-top-right-radius:3px;border-bottom-right-radius:3px;opacity:0;}.btn.btn-expand-horizontal:hover:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-horizontal:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-horizontal:hover:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:hover:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:hover:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:hover:before,.woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:hover:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:before,.woocommerce .checkout_coupon input.button.btn-expand-horizontal:hover:before,.checkout-module.payment-method-wrap #place_order.btn-expand-horizontal:hover:before{width:53%;border-radius:3px;opacity:1;}.btn.btn-expand-horizontal:hover:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-horizontal:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-horizontal:hover:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:hover:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:hover:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:hover:after,.woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:hover:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:after,.woocommerce .checkout_coupon input.button.btn-expand-horizontal:hover:after,.checkout-module.payment-method-wrap #place_order.btn-expand-horizontal:hover:after{width:53%;border-radius:3px;opacity:1;}.btn.btn-fill-from-right,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-right,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right,.woocommerce table.shop_table td.actions input.button.btn-fill-from-right,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right,.woocommerce .checkout_coupon input.button.btn-fill-from-right,.checkout-module.payment-method-wrap #place_order.btn-fill-from-right{border:2px solid #efbd1a;color:#fff;font-family:'HelveticaNeue-Medium';}.btn.btn-fill-from-right span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-right span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right span,.woocommerce table.shop_table td.actions input.button.btn-fill-from-right span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right span,.woocommerce .checkout_coupon input.button.btn-fill-from-right span,.checkout-module.payment-method-wrap #place_order.btn-fill-from-right span{position:relative;z-index:1;}.btn.btn-fill-from-right:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-right:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:before,.woocommerce table.shop_table td.actions input.button.btn-fill-from-right:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:before,.woocommerce .checkout_coupon input.button.btn-fill-from-right:before,.checkout-module.payment-method-wrap #place_order.btn-fill-from-right:before{height:calc(100% + 4px);width:50px;top:-2px;left:-2px;background:#041852;border-bottom-left-radius:3px;border-top-left-radius:3px;opacity:0;}.btn.btn-fill-from-right:hover:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-right:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-right:hover:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:hover:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:hover:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:hover:before,.woocommerce table.shop_table td.actions input.button.btn-fill-from-right:hover:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover:before,.woocommerce .checkout_coupon input.button.btn-fill-from-right:hover:before,.checkout-module.payment-method-wrap #place_order.btn-fill-from-right:hover:before{width:calc(100% + 4px);border-radius:3px;opacity:1;}.btn.btn-expand-vertical,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-vertical,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-vertical,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical,.woocommerce table.shop_table td.actions input.button.btn-expand-vertical,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical,.woocommerce .checkout_coupon input.button.btn-expand-vertical,.checkout-module.payment-method-wrap #place_order.btn-expand-vertical{border:2px solid #efbd1a;font-family:'HelveticaNeue-Medium';color:#fff;}.btn.btn-expand-vertical span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-vertical span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-vertical span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical span,.woocommerce table.shop_table td.actions input.button.btn-expand-vertical span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical span,.woocommerce .checkout_coupon input.button.btn-expand-vertical span,.checkout-module.payment-method-wrap #place_order.btn-expand-vertical span{position:relative;z-index:1;}.btn.btn-expand-vertical:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-vertical:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-vertical:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:before,.woocommerce table.shop_table td.actions input.button.btn-expand-vertical:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:before,.woocommerce .checkout_coupon input.button.btn-expand-vertical:before,.checkout-module.payment-method-wrap #place_order.btn-expand-vertical:before{width:calc(100% + 4px);height:5px;top:-2px;left:-2px;background:#041852;border-top-right-radius:3px;border-top-left-radius:3px;opacity:0;}.btn.btn-expand-vertical:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-vertical:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-vertical:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:after,.woocommerce table.shop_table td.actions input.button.btn-expand-vertical:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:after,.woocommerce .checkout_coupon input.button.btn-expand-vertical:after,.checkout-module.payment-method-wrap #place_order.btn-expand-vertical:after{width:calc(100% + 4px);height:5px;bottom:-2px;left:-2px;background:#041852;border-bottom-left-radius:3px;border-bottom-right-radius:3px;opacity:0;}.btn.btn-expand-vertical:hover:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-vertical:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-vertical:hover:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:hover:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:hover:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:hover:before,.woocommerce table.shop_table td.actions input.button.btn-expand-vertical:hover:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:before,.woocommerce .checkout_coupon input.button.btn-expand-vertical:hover:before,.checkout-module.payment-method-wrap #place_order.btn-expand-vertical:hover:before{height:60%;border-radius:3px;opacity:1;}.btn.btn-expand-vertical:hover:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-vertical:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-vertical:hover:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:hover:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:hover:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:hover:after,.woocommerce table.shop_table td.actions input.button.btn-expand-vertical:hover:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:after,.woocommerce .checkout_coupon input.button.btn-expand-vertical:hover:after,.checkout-module.payment-method-wrap #place_order.btn-expand-vertical:hover:after{height:60%;border-radius:3px;opacity:1;}.btn.btn-fill-from-left,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-left,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left,.woocommerce table.shop_table td.actions input.button.btn-fill-from-left,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left,.woocommerce .checkout_coupon input.button.btn-fill-from-left,.checkout-module.payment-method-wrap #place_order.btn-fill-from-left{border:2px solid #efbd1a;color:#fff;font-family:'HelveticaNeue-Medium';}.btn.btn-fill-from-left span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-left span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left span,.woocommerce table.shop_table td.actions input.button.btn-fill-from-left span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left span,.woocommerce .checkout_coupon input.button.btn-fill-from-left span,.checkout-module.payment-method-wrap #place_order.btn-fill-from-left span{position:relative;z-index:1;}.btn.btn-fill-from-left:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-left:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:before,.woocommerce table.shop_table td.actions input.button.btn-fill-from-left:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:before,.woocommerce .checkout_coupon input.button.btn-fill-from-left:before,.checkout-module.payment-method-wrap #place_order.btn-fill-from-left:before{height:calc(100% + 4px);width:52px;top:-2px;right:-2px;background:#041852;border-bottom-left-radius:3px;border-top-left-radius:3px;opacity:0;}.btn.btn-fill-from-left:hover:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-left:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-left:hover:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:hover:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:hover:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:hover:before,.woocommerce table.shop_table td.actions input.button.btn-fill-from-left:hover:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover:before,.woocommerce .checkout_coupon input.button.btn-fill-from-left:hover:before,.checkout-module.payment-method-wrap #place_order.btn-fill-from-left:hover:before{width:calc(100% + 4px);border-radius:3px;opacity:1;}.btn.btn-expand-diagonal,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-diagonal,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-diagonal,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal,.woocommerce table.shop_table td.actions input.button.btn-expand-diagonal,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal,.woocommerce .checkout_coupon input.button.btn-expand-diagonal,.checkout-module.payment-method-wrap #place_order.btn-expand-diagonal{border:none;padding:16px 25px;color:#fff;overflow:hidden;font-family:'HelveticaNeue-Medium';}.btn.btn-expand-diagonal span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-diagonal span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-diagonal span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal span,.woocommerce table.shop_table td.actions input.button.btn-expand-diagonal span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal span,.woocommerce .checkout_coupon input.button.btn-expand-diagonal span,.checkout-module.payment-method-wrap #place_order.btn-expand-diagonal span{position:relative;z-index:1;}.btn.btn-expand-diagonal:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-diagonal:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-diagonal:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:before,.woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:before,.woocommerce .checkout_coupon input.button.btn-expand-diagonal:before,.checkout-module.payment-method-wrap #place_order.btn-expand-diagonal:before{height:200px;width:200px;top:-50px;left:-186px;-webkit-transform:rotate(-20deg);-khtml-transform:rotate(-20deg);-moz-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg);transform:rotate(-20deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */background:#041852;border-bottom-left-radius:3px;border-top-left-radius:3px;opacity:0;}.btn.btn-expand-diagonal:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-diagonal:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-diagonal:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:after,.woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:after,.woocommerce .checkout_coupon input.button.btn-expand-diagonal:after,.checkout-module.payment-method-wrap #place_order.btn-expand-diagonal:after{height:200px;width:200px;bottom:-50px;right:-186px;-webkit-transform:rotate(-20deg);-khtml-transform:rotate(-20deg);-moz-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg);transform:rotate(-20deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */background:#041852;border-top-right-radius:3px;border-bottom-right-radius:3px;opacity:0;}.btn.btn-expand-diagonal:hover:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-diagonal:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-diagonal:hover:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:hover:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:hover:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:hover:before,.woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:hover:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:before,.woocommerce .checkout_coupon input.button.btn-expand-diagonal:hover:before,.checkout-module.payment-method-wrap #place_order.btn-expand-diagonal:hover:before{width:300px;border-radius:3px;opacity:1;}.btn.btn-expand-diagonal:hover:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-expand-diagonal:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-expand-diagonal:hover:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:hover:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:hover:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:hover:after,.woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:hover:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:after,.woocommerce .checkout_coupon input.button.btn-expand-diagonal:hover:after,.checkout-module.payment-method-wrap #place_order.btn-expand-diagonal:hover:after{width:300px;border-radius:3px;opacity:1;}.btn.btn-fill-from-bottom,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-bottom,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom,.woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom,.woocommerce .checkout_coupon input.button.btn-fill-from-bottom,.checkout-module.payment-method-wrap #place_order.btn-fill-from-bottom{border:2px solid #efbd1a;color:#fff;font-family:'HelveticaNeue-Medium';}.btn.btn-fill-from-bottom span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-bottom span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom span,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom span,.woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom span,.woocommerce .checkout_coupon input.button.btn-fill-from-bottom span,.checkout-module.payment-method-wrap #place_order.btn-fill-from-bottom span{position:relative;z-index:1;}.btn.btn-fill-from-bottom:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-bottom:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:after,.woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:after,.woocommerce .checkout_coupon input.button.btn-fill-from-bottom:after,.checkout-module.payment-method-wrap #place_order.btn-fill-from-bottom:after{width:calc(100% + 4px);height:13px;top:-2px;left:-2px;background:#041852;border-top-left-radius:3px;border-top-right-radius:3px;opacity:0;}.btn.btn-fill-from-bottom:hover:after,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-fill-from-bottom:hover:after,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-fill-from-bottom:hover:after,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:hover:after,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:hover:after,.woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:hover:after,.woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:hover:after,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover:after,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover:after,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover:after,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover:after,.woocommerce .checkout_coupon input.button.btn-fill-from-bottom:hover:after,.checkout-module.payment-method-wrap #place_order.btn-fill-from-bottom:hover:after{height:calc(100% + 4px);border-radius:3px;opacity:1;}.btn.btn_slide_icon_left,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_left,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_left,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_left,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_left,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_left,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_left,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left,.woocommerce .checkout_coupon input.button.btn_slide_icon_left,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_left{overflow:hidden;padding:16px 44.5px;min-width:0;}.btn.btn_slide_icon_left i,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_left i,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_left i,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_left i,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_left i,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_left i,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_left i,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left i,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left i,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left i,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left i,.woocommerce .checkout_coupon input.button.btn_slide_icon_left i,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_left i{position:absolute;left:44.5px;top:18px;font-size:18px;-webkit-transform:translate3d(-60px, 0, 0);transform:translate3d(-60px, 0, 0);-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);}.btn.btn_slide_icon_left span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_left span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_left span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_left span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_left span,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_left span,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_left span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left span,.woocommerce .checkout_coupon input.button.btn_slide_icon_left span,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_left span{display:inline-block;-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);}.btn.btn_slide_icon_left:hover i,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_left:hover i,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_left:hover i,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_left:hover i,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_left:hover i,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_left:hover i,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_left:hover i,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left:hover i,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left:hover i,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left:hover i,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left:hover i,.woocommerce .checkout_coupon input.button.btn_slide_icon_left:hover i,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_left:hover i{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}.btn.btn_slide_icon_left:hover span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_left:hover span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_left:hover span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_left:hover span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_left:hover span,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_left:hover span,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_left:hover span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left:hover span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_left:hover span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left:hover span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_left:hover span,.woocommerce .checkout_coupon input.button.btn_slide_icon_left:hover span,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_left:hover span{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}.btn.btn_slide_icon_right,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_right,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_right,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_right,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_right,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_right,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_right,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right,.woocommerce .checkout_coupon input.button.btn_slide_icon_right,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_right{overflow:hidden;padding:16px 44.5px;min-width:0;}.btn.btn_slide_icon_right i,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_right i,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_right i,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_right i,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_right i,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_right i,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_right i,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right i,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right i,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right i,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right i,.woocommerce .checkout_coupon input.button.btn_slide_icon_right i,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_right i{position:absolute;right:44.5px;top:18px;font-size:18px;-webkit-transform:translate3d(200px, 0, 0);transform:translate3d(200px, 0, 0);-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);}.btn.btn_slide_icon_right span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_right span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_right span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_right span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_right span,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_right span,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_right span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right span,.woocommerce .checkout_coupon input.button.btn_slide_icon_right span,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_right span{display:inline-block;-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);}.btn.btn_slide_icon_right:hover i,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_right:hover i,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_right:hover i,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_right:hover i,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_right:hover i,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_right:hover i,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_right:hover i,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right:hover i,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right:hover i,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right:hover i,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right:hover i,.woocommerce .checkout_coupon input.button.btn_slide_icon_right:hover i,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_right:hover i{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}.btn.btn_slide_icon_right:hover span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_slide_icon_right:hover span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_slide_icon_right:hover span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_slide_icon_right:hover span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_slide_icon_right:hover span,.woocommerce-Reviews #review_form #respond .form-submit input.btn_slide_icon_right:hover span,.woocommerce table.shop_table td.actions input.button.btn_slide_icon_right:hover span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right:hover span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_slide_icon_right:hover span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right:hover span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_slide_icon_right:hover span,.woocommerce .checkout_coupon input.button.btn_slide_icon_right:hover span,.checkout-module.payment-method-wrap #place_order.btn_slide_icon_right:hover span{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}.btn.btn_color span,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_color span,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_color span,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_color span,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_color span,.woocommerce-Reviews #review_form #respond .form-submit input.btn_color span,.woocommerce table.shop_table td.actions input.button.btn_color span,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color span,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color span,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_color span,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_color span,.woocommerce .checkout_coupon input.button.btn_color span,.checkout-module.payment-method-wrap #place_order.btn_color span{position:relative;z-index:2;}.btn.btn_color:hover:before,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn_color:hover:before,.modal.modal-product-item .modal-content .modal-body .added_to_cart.btn_color:hover:before,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_color:hover:before,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_color:hover:before,.woocommerce-Reviews #review_form #respond .form-submit input.btn_color:hover:before,.woocommerce table.shop_table td.actions input.button.btn_color:hover:before,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color:hover:before,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color:hover:before,.woocommerce .cart-collaterals .cart_totals .checkout-button.btn_color:hover:before,.woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_color:hover:before,.woocommerce .checkout_coupon input.button.btn_color:hover:before,.checkout-module.payment-method-wrap #place_order.btn_color:hover:before{width:100%;height:100%;background:rgba(0, 0, 0, 0.2);top:0;left:0;}.cms-button-wrapper a:nth-child(2){margin-left:18px;}a.purchase{-webkit-border-radius:15px;-khtml-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;/* BACKGROUND GRADIENT */padding:10px 27px;margin-right:12px;}a.see-more{-webkit-border-radius:15px;-khtml-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;/* BACKGROUND GRADIENT */padding:8px 27px;}.rev_slider_wrapper .btn,.rev_slider_wrapper .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .rev_slider_wrapper .button,.rev_slider_wrapper .modal.modal-product-item .modal-content .modal-body .added_to_cart,.modal.modal-product-item .modal-content .modal-body .rev_slider_wrapper .added_to_cart,.rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .variations_form .rev_slider_wrapper .single_add_to_cart_button,.rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .cart .rev_slider_wrapper .single_add_to_cart_button,.rev_slider_wrapper .woocommerce-Reviews #review_form #respond .form-submit input,.woocommerce-Reviews #review_form #respond .form-submit .rev_slider_wrapper input,.rev_slider_wrapper .woocommerce table.shop_table td.actions input.button,.woocommerce table.shop_table td.actions .rev_slider_wrapper input.button,.rev_slider_wrapper .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .rev_slider_wrapper button,.rev_slider_wrapper .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .rev_slider_wrapper button,.rev_slider_wrapper .woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce .cart-collaterals .cart_totals .rev_slider_wrapper .checkout-button,.rev_slider_wrapper .woocommerce-page .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .rev_slider_wrapper .checkout-button,.rev_slider_wrapper .woocommerce .checkout_coupon input.button,.woocommerce .checkout_coupon .rev_slider_wrapper input.button,.rev_slider_wrapper .checkout-module.payment-method-wrap #place_order,.checkout-module.payment-method-wrap .rev_slider_wrapper #place_order{-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;}.largeredbtn{font-size:14px;line-height:18px;border-radius:5px;color:#fff !important;text-decoration:none;padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px;border:2px solid #fff;background:transparent;/* ==========================================================================
    End Style Button
========================================================================== */}.entry-meta .edit-link{display:none;}.is-sidebar-right .col-lg-9{float:left;}.is-sidebar-right .col-lg-3{float:right;}.is-sidebar-left{/*Blog*/}.is-sidebar-left .col-lg-9{float:right;}.is-sidebar-left .col-lg-3{float:left;}.single-portfolio #page #content{padding-top:65px;padding-bottom:0px;}.single_portfolio2 .portfolio-left{float:right;}.blog-standand{padding-bottom:94px;padding-top:1px;}.blog-standand .paging-navigation{border-top:none;}.blog-standand .title-carousel{margin-bottom:8px;}.blog-standand .template-cms_carousel-blog{padding-top:17px;}.blog-standand .template-cms_carousel-blog.cms-carousel .owl-dots{top:-28px;}.blog-standand .template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner{border:#e0e0e0 solid 1px;border-radius:3px;}.blog-standand .template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner img{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}.blog-standand .template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner .cms-carousel-content{margin-top:11px;color:#616161;}.blog-standand .template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner .cms-more a{margin-top:3px;margin-bottom:12px;}.blog-standand .title-latest-post{margin-top:16px;padding-bottom:9px;}.blog-standand article{float:left;width:100%;border-radius:3px;border:#e0e0e0 solid 1px;margin-bottom:39px;position:relative;}.blog-standand article:last-child{margin-bottom:0;}.blog-standand article .post-thumbnail{width:300px;float:left;}.blog-standand article .post-thumbnail img{border-top-left-radius:3px;border-bottom-left-radius:3px;height:100%;}.blog-standand article .content-right{width:calc(100% - 300px);float:left;padding:35px 30px 0;}.blog-standand article .content-right .entry-header{width:100%;position:relative;}.blog-standand article .content-right a.post-edit-link{position:absolute;top:0;right:0;color:#efbd1a;font-size:20px;}.blog-standand article .content-right .entry-title{font-size:22px;line-height:26px;letter-spacing:0.075em;color:#041852;margin-bottom:10px;}.blog-standand article .content-right .entry-title a{color:#041852;}.blog-standand article .content-right .entry-title a:hover{color:#efbd1a;}.blog-standand article .content-right .entry-content{font-family:'HelveticaNeue-Medium';letter-spacing:0.035em;padding-right:60px;margin-top:5px;}.blog-standand article .content-right .archive_detail li{display:inline-block;font-size:11px;color:rgba(97, 97, 97, 0.5);letter-spacing:0.035em;line-height:20px;padding-right:3px;}.blog-standand article .content-right .archive_detail li.detail-date span{position:relative;top:-3px;font-size:9px;}.blog-standand article .content-right .archive_detail li .dot{position:relative;top:-3px;font-size:15px;padding-right:8px;}.blog-standand article .content-right .archive_detail li:last-child{padding-right:0;}.blog-standand article .content-right .archive_detail li a{color:inherit;}.blog-standand article .content-right .archive_detail li a:hover{color:#efbd1a;}.blog-standand article .content-right .archive_detail li i{font-size:11px;line-height:20px;margin-right:5px;}.blog-standand article .content-right .more{margin-top:14px;display:block;}.blog-standand article .content-right .more:hover{color:#041852;}.blog-standand article .content-right .more i{margin-left:6px;}.blog-standand article .entry-footer{float:left;border-top:#e0e0e0 solid 1px;width:calc(100% - 300px);padding:0 30px;padding-top:5px;margin-top:15px;padding-bottom:5px;}.blog-standand article .entry-footer .avt{float:left;}.blog-standand article .entry-footer .avt img{border-radius:50%;margin-right:4px;}.blog-standand article .entry-footer .avt .detail-author{font-size:11px;color:rgba(97, 97, 97, 0.5);letter-spacing:0.035em;line-height:32px;}.blog-standand article .entry-footer .avt .detail-author a{text-transform:capitalize;color:inherit;}.blog-standand article .entry-footer .avt .detail-author a:hover{color:#efbd1a;}.blog-standand article .entry-footer .archive_detail{float:right;margin-top:3px;padding-right:30px;}.blog-standand article .entry-footer .archive_detail li{display:inline-block;font-size:11px;color:rgba(97, 97, 97, 0.5);letter-spacing:0.035em;line-height:26px;margin-left:13px;}.blog-standand article .entry-footer .archive_detail li a{color:inherit;}.blog-standand article .entry-footer .archive_detail li a:hover{color:#efbd1a;}.blog-standand .no-results{border:none;}.single-post-blog{padding-bottom:32px;}.single-post-blog .is-sidebar-right .col-sm-9{float:left;}.single-post-blog .is-sidebar-right .col-sm-3{float:right;}.single-post-blog .is-sidebar-left .col-sm-9{float:right;}.single-post-blog .is-sidebar-left .col-sm-3{float:left;}.single-post-blog .site-main{-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);-ms-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);border-radius:2px;float:left;margin-top:-112px;background:#fff;}.single-post-blog article .post-thumbnail img{border-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.single-post-blog article .post-thumbnail blockquote{float:left;}.single-post-blog article .post-thumbnail blockquote span{float:left;font-style:italic;}.single-post-blog article .entry-meta{border-bottom:#f6f6f6 solid 1px;padding:9.5px 35px 9.5px 38px;float:left;width:100%;}.single-post-blog article .single_detail{float:left;width:80%;}.single-post-blog article .single_detail li{display:inline-block;font-size:11px;color:#bababa;letter-spacing:0.035em;line-height:32px;padding-right:5px;float:left;}.single-post-blog article .single_detail li.detail-date span{position:relative;top:-3px;font-size:9px;}.single-post-blog article .single_detail li .dot{position:relative;top:-3px;font-size:15px;padding-right:6px;}.single-post-blog article .single_detail li:last-child{padding-right:0;}.single-post-blog article .single_detail li a{color:inherit;}.single-post-blog article .single_detail li a:hover{color:#efbd1a;}.single-post-blog article .single_detail li i{font-size:11px;line-height:20px;margin-right:3px;}.single-post-blog article .single_detail .detail-tags{letter-spacing:0;}.single-post-blog article .single_detail .detail-tags a{letter-spacing:0.035em;}.single-post-blog article .single_detail .avt{float:left;padding-right:38px;}.single-post-blog article .single_detail .avt img{border-radius:50%;margin-right:8px;float:left;}.single-post-blog article .single_detail .avt .detail-author{font-size:11px;color:#bababa;letter-spacing:0.035em;line-height:32px;}.single-post-blog article .single_detail .avt .detail-author a{text-transform:capitalize;color:#efbd1a;}.single-post-blog article .single_detail .avt .detail-author a:hover{color:#041852;}.single-post-blog article .single_detail_right{float:right;margin-top:3px;}.single-post-blog article .single_detail_right li{display:inline-block;font-size:11px;color:rgba(97, 97, 97, 0.5);letter-spacing:0.035em;line-height:26px;margin-left:13px;}.single-post-blog article .single_detail_right li a{color:inherit;}.single-post-blog article .single_detail_right li a:hover{color:#041852;}.single-post-blog article .content-bottom{float:left;width:100%;padding:30px;}.single-post-blog article .content-bottom .entry-title{font-size:32px;letter-spacing:0.075em;color:#041852;line-height:35px;margin-top:14px;margin-bottom:40px;}.single-post-blog article .content-bottom .entry-content{font-size:14px;line-height:28px;letter-spacing:0.035em;color:#424242;}.single-post-blog article .content-bottom .entry-content strong{font-family:'HelveticaNeue-Bold';font-weight:normal;}.single-post-blog article .content-bottom .entry-content ul{list-style:disc;margin-left:30px;}.single-post-blog article .content-bottom .entry-content p{margin-bottom:28px;}.single-post-blog article .content-bottom .img-post-full{margin-left:-30px;margin-right:-30px;padding-top:44px;padding-bottom:93px;}.single-post-blog .cms-single-related-post{float:left;width:100%;padding-left:30px;padding-right:47px;margin-top:45px;}.single-post-blog .cms-single-related-post .related-title{font-size:14px;color:#041852;letter-spacing:0.055em;line-height:28px;text-transform:uppercase;padding-bottom:24px;}.single-post-blog .cms-single-related-post .item-inner{position:relative;overflow:hidden;}.single-post-blog .cms-single-related-post .item-inner img{border-radius:3px;}.single-post-blog .cms-single-related-post .item-inner .content-overlay{border-radius:3px;position:absolute;width:100%;bottom:0;padding:0 20px;z-index:2;left:0;background:rgba(239, 189, 26, 0.92);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .title{float:left;width:100%;padding-top:9px;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .title h3{color:#fff;font-size:15px;line-height:26px;letter-spacing:0.055em;float:left;margin-bottom:7px;text-shadow:1px 0 1px rgba(0, 0, 0, 0.16);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .title h3 a{color:#fff;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .title .date{float:right;color:#fff;font-size:10px;line-height:26px;padding:0 10px 0 0;letter-spacing:0.035em;text-align:center;margin-top:1px;text-shadow:1px 0 1px rgba(0, 0, 0, 0.16);}.single-post-blog .cms-single-related-post .item-inner .content-overlay .title .date i{margin-right:6px;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .content-bottom{opacity:0;max-height:0px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;text-align:left;color:#fff;font-size:12px;line-height:26px;letter-spacing:0.0535em;padding-top:7px;float:left;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .content-bottom .more{padding-top:27px;padding-bottom:9px;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .content-bottom .more a{color:#fff;display:block;position:relative;}.single-post-blog .cms-single-related-post .item-inner .content-overlay .content-bottom .more a i{position:absolute;right:0;top:6px;font-size:12px;}.single-post-blog .cms-single-related-post .item-inner:hover .content-overlay .title{padding-top:19px;}.single-post-blog .cms-single-related-post .item-inner:hover .content-overlay .content-bottom{opacity:1;max-height:500px;}.carousel-control{background:none !important;opacity:0;}.carousel-control span{position:absolute;font-size:91px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.carousel-indicators li{background:#efbd1a;width:15px;margin:0px;height:15px;}.carousel-indicators li.active{background:#fff;width:15px;margin:0px;height:15px;}.carousel-indicators{margin:0px;float:right;left:inherit;right:20px;width:auto;}blockquote{border-left:2px solid #efbd1a;border-top:1px solid #ededed;border-bottom:1px solid #ededed;border-right:1px solid #ededed;width:100%;font-family:'HelveticaNeue-Italic';background:#fafafa;font-size:14px;padding:14px 23px 18px;margin-top:14px;}blockquote p{margin-bottom:0 !important;}blockquote small{display:block;font-size:80%;line-height:1.42857;}.blockquote-reverse,blockquote.pull-right{border-right:2px solid #efbd1a;}.paging-navigation{float:left;width:100%;text-align:center;border-top:1px solid #eee;/*single portfolio*/}.paging-navigation .pagination{float:none;display:inline-block;list-style:none;margin:15px 0 0;padding:0px;}.paging-navigation span:nth-of-type(1):before{display:none;}.paging-navigation .page-numbers{position:relative;float:left;padding:6px 12px;margin:0 2px 0 0;line-height:1.42857;color:#777;text-decoration:none;background-color:#f5f5f5;}.paging-navigation .page-numbers:first-child{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.paging-navigation .page-numbers:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;}.paging-navigation .page-numbers.current,.paging-navigation .page-numbers:hover{color:#fff;background-color:#efbd1a;}#single-portfolio-blog{margin-bottom:117px;margin-top:74px;/*single portfolio*/}#single-portfolio-blog .entry-title{font-size:26px;font-weight:700;line-height:44px;margin-top:-7px;letter-spacing:0.05em;margin-bottom:33px;text-transform:uppercase;}#single-portfolio-blog .entry-title a{color:inherit;}#single-portfolio-blog .entry-title a:hover{color:;}#single-portfolio-blog .entry-content{line-height:24px;margin-top:9px;float:left;width:100%;letter-spacing:0.02em;}#single-portfolio-blog .entry-content p{margin:0 0 24px;}#single-portfolio-blog .entry-content .title-portfolio{font-size:22px;line-height:1;letter-spacing:0.05em;color:#222;text-transform:uppercase;margin-bottom:25px;}#single-portfolio-blog .entry-content .title-portfolio span{display:inline-block;position:relative;}#single-portfolio-blog .entry-content .title-portfolio span:after{position:absolute;content:"";width:calc(100% + 26px);height:2px;background:rgba(239, 189, 26, 0.5);top:50%;left:-13px;-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 */}#single-portfolio-blog .entry-content h3{font-size:16px;line-height:30px;letter-spacing:0.05em;text-transform:uppercase;color:#333;margin-bottom:14px;}#single-portfolio-blog .porfolio-bottom{float:left;width:100%;border-top:#e1e1e1 solid 1px;padding-top:39px;margin-top:7px;}#single-portfolio-blog .porfolio-bottom span{font-family:'Montserrat', sans-serif;letter-spacing:0.02em;color:#222;text-transform:uppercase;font-weight:700;}#single-portfolio-blog .porfolio-bottom .title-portfolio{margin-bottom:19px;}.portfolio-left img{width:100%;}.portfolio_details{background-color:#fff;border:1px solid #ededed;border-radius:0;margin:0;padding:0;text-align:left;-webkit-transition:background 0.3s ease-out 0s;-moz-transition:background 0.3s ease-out 0s;-ms-transition:background 0.3s ease-out 0s;transition:background 0.3s ease-out 0s;}.portfolio_details .details_section{border-bottom:1px solid #e9e9e9;padding:30px 30px 10px;line-height:22px;font-size:13px;}.portfolio_details .details_section h4{margin-bottom:10px;}.portfolio_details .details_section ul{margin-bottom:10px;}.portfolio_details .details_section ul li{color:#000;list-style:outside none none;margin-bottom:10px;}.navigation.post-navigation{border-bottom:1px solid #eee;padding:20px 0;}.navigation.post-navigation a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;color:#efbd1a;line-height:18px;}.navigation.post-navigation a i{margin-right:4px;}.navigation.post-navigation a.post-next i{margin-right:0px;margin-left:4px;}.navigation.post-navigation a:hover{text-decoration:none;background-color:#efbd1a;border-color:#efbd1a;color:#fff;}.cms-related-post{padding-bottom:36px;}.cms-related-post .title{text-transform:uppercase;}.cta-portfolio{background:#efbd1a;padding:65px 0;color:#fff;}.cta-portfolio h2{color:#fff;margin-top:20px;margin-bottom:10px;}body.learnpress .container{width:1260px;max-width:100%;}body.learnpress #cshero-header-top{background:#041852;color:#fff;}.single_course_details{color:#687497;margin-top:19px;/*archive courses*/}.single_course_details span.teacher-name,.single_course_details span.lesson{position:relative;top:3px;}.single_course_details .review-stars-rated{display:inline-block;width:auto;position:relative;overflow:hidden;float:left;}.single_course_details .review-stars-rated .review-stars.filled{position:absolute;left:0.8px;top:0;}.single_course_details .review-stars-rated .review-stars.filled:before{font-size:13px;line-height:1px;letter-spacing:0;}.single_course_details .review-stars-rated .review-stars{overflow:hidden;}.single_course_details .review-stars-rated .review-stars.empty,.single_course_details .review-stars-rated .review-stars.filled{font-size:13px;width:auto;height:32px;font-family:FontAwesome;}.single_course_details .review-stars-rated .review-stars.empty:before{content:'\f006\f006\f006\f006\f006';line-height:1;vertical-align:middle;}.single_course_details .review-stars-rated .review-stars.filled:before{content:'\f005\f005\f005\f005\f005';line-height:1;vertical-align:middle;}.single_course_details .review-stars-rated .review-stars:after{clear:both;content:'';display:block;}.single_course_details .review-stars-rated ul li.review{position:relative;top:4px;}.single_course_details ul{background:rgba(245, 247, 248, 0.5);float:left;width:calc(100% + 60px);margin-left:-30px;padding:0 30px;}.single_course_details ul li{float:left;letter-spacing:0.035em;margin-right:25px;line-height:32px;}.single_course_details ul li:last-child{margin-right:0 !important;}.single_course_details ul li i{font-size:12px;float:left;line-height:32px;margin-right:5px;}.single_course_details ul li + li:before{padding-right:11px;padding-left:7px;}.single_course_details ul li .course-students{font-size:0;}.single_course_details ul li .course-students .course-students-number{font-size:12px;float:left;line-height:32px;}.single_course_details ul li.duration{font-family:'HelveticaNeue-Medium';line-height:32px;}.post-type-archive-lp_course #page #content,.learnpress #page #content{padding:0;background:#eceff1;position:relative;}.post-type-archive-lp_course #page #content:before,.learnpress #page #content:before{width:50%;height:100%;content:'';position:absolute;top:0;left:0;z-index:0;background:#fff;}.post-type-archive-lp_course #main_content,.learnpress #main_content,.post-type-archive-lp_course .course-summary,.learnpress .course-summary{width:77%;}.post-type-archive-lp_course #main_content.pr-full-width,.learnpress #main_content.pr-full-width,.post-type-archive-lp_course .course-summary.pr-full-width,.learnpress .course-summary.pr-full-width{width:100% !important;}.post-type-archive-lp_course #sidebar_learnpress,.learnpress #sidebar_learnpress{width:21%;float:right;}.post-type-archive-lp_course .learnpress-content .content-course .courses-content-inner .course-introduce,.learnpress .learnpress-content .content-course .courses-content-inner .course-introduce{margin-top:14px;line-height:18px;}.post-type-archive-lp_course .intro-content,.learnpress .intro-content{padding-right:40px;}.post-type-archive-lp_course .single_course_details,.learnpress .single_course_details{color:#687497;margin-top:24px;}.post-type-archive-lp_course .single_course_details ul,.learnpress .single_course_details ul{padding-right:0 !important;}.post-type-archive-lp_course .single_course_details ul li,.learnpress .single_course_details ul li{margin-right:20px;}.post-type-archive-lp_course .learn-press-pagination,.learnpress .learn-press-pagination{margin:0 7.5px;width:calc(100% - 15px);margin-top:-30px;}.post-type-archive-lp_course h3,.learnpress h3{font-size:30px;color:#041852;letter-spacing:0.035em;font-family:'HelveticaNeue-Bold';margin-top:75px;margin-bottom:24px;}.learnpress-content #main_content .row.content-course-wrap{margin:0 -7.5px;}.learnpress-content #main_content .row.content-course-wrap > .item-course{padding:0 7.5px;margin-bottom:60px;}.learnpress-content #main_content .row.content-course-wrap > .item-course-list{padding:0 7.5px;margin-bottom:40px;}.learnpress-content #main_content .row.content-course-wrap.couser-archive-list .learn-press-pagination{margin-top:0px;}.learnpress-content #main_content .main-content-inner{background:#fff;float:left;width:100%;padding-right:57px;border-right:#e0e0e0 solid 1px;padding-bottom:110px;height:100%;}.learnpress-content .meta_course_archive{float:left;width:100%;border-top:#eceff1 solid 1px;border-bottom:#eceff1 solid 1px;padding:25px 0;margin-bottom:38px;letter-spacing:0.035em;}.learnpress-content .meta_course_archive .sort{display:inline-block;font-size:14px;color:#041852;line-height:25px;font-family:'HelveticaNeue-Medium';padding-right:22px;position:relative;border-right:#eceff1 solid 1px;}.learnpress-content .meta_course_archive .sort i{font-size:24px;line-height:25px;float:left;margin-right:18px;}.learnpress-content .meta_course_archive .sort span{float:left;margin-right:11px;}.learnpress-content .meta_course_archive .sort #lb-sort{opacity:0;box-shadow:2px 0 5px rgba(0, 0, 0, 0.15), -2px 0 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15), -2px 0 5px rgba(0, 0, 0, 0.15);background:#fff;border-radius:3px;padding:11px 14px 14px;float:left;position:absolute;top:42px;z-index:2;width:235px;left:0;}.learnpress-content .meta_course_archive .sort #lb-sort li{position:relative;float:left;width:100%;}.learnpress-content .meta_course_archive .sort #lb-sort input[type=radio]{margin:0;position:absolute;top:6px;cursor:pointer;background:transparent;left:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;z-index:2;opacity:0;outline:0;}.learnpress-content .meta_course_archive .sort #lb-sort input[type=radio].active + label,.learnpress-content .meta_course_archive .sort #lb-sort input[type=radio]:hover + label{color:#041852;}.learnpress-content .meta_course_archive .sort #lb-sort input[type=radio].active + label:before,.learnpress-content .meta_course_archive .sort #lb-sort input[type=radio]:hover + label:before{opacity:0;}.learnpress-content .meta_course_archive .sort #lb-sort label{color:#616161;font-size:14px;font-weight:normal;position:relative;padding-left:21px;margin:0;}.learnpress-content .meta_course_archive .sort #lb-sort label:before{opacity:0;display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f26b';position:absolute;top:6px;color:#041852;left:0;font-size:14px;}.learnpress-content .meta_course_archive .sort:after{position:absolute;bottom:0;height:50px;width:100%;content:'';}.learnpress-content .meta_course_archive .sort:hover #lb-sort{opacity:1;}.learnpress-content .meta_course_archive .cms-course-layout a{display:inline-block;font-size:14px;color:#041852;line-height:25px;font-family:'HelveticaNeue-Medium';padding-right:18px;}.learnpress-content .meta_course_archive .cms-course-layout a i{font-size:24px;line-height:25px;float:left;margin-right:18px;}.learnpress-content .meta_course_archive .cms-course-layout a + a{padding-left:20px;border-left:#eceff1 solid 1px;}.learnpress-content .meta_course_archive .cms-course-layout a:hover{color:#efbd1a;}.learnpress-content .meta_course_archive .result-show-item{font-size:14px;color:#041852;line-height:25px;font-family:'HelveticaNeue-Medium';border-left:#eceff1 solid 1px;}.learnpress-content .meta_course_archive .nav-pagination .learn-press-pagination{margin:0;width:100%;margin-top:0;padding:0;border:none;}.learnpress-content .content-course{position:relative;border:#e3e3e3 solid 1px;float:left;background:rgba(4, 24, 82, 0.6);border-radius:3px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.learnpress-content .content-course:hover{box-shadow:0 0 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.15);-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.15);}.learnpress-content .content-course .course-thumbnail img{border-top-right-radius:3px;border-top-left-radius:3px;width:100%;}.learnpress-content .content-course .courses-content-wrap{position:relative;float:left;width:100%;}.learnpress-content .content-course .courses-content-inner{padding:34px 30px 0px;}.learnpress-content .content-course .courses-content-inner a:hover h3{color:#efbd1a;}.learnpress-content .content-course .courses-content-inner a h3{font-size:14px;line-height:24px;margin-bottom:0;margin-top:0;letter-spacing:0.035em;color:#fff;text-transform:uppercase;font-family:'HelveticaNeue-Bold';}.learnpress-content .content-course .courses-content-inner .course-price{min-width:60px;height:60px;background:#efbd1a;color:#fff;border-radius:50%;line-height:60px;display:inline-block;font-size:20px;letter-spacing:0.035em;text-align:center;padding:0 9px;position:absolute;top:-27px;right:24px;}.learnpress-content .content-course .courses-content-inner .course-price .sales{color:#e91414;font-size:10px;width:100%;display:block;position:absolute;top:5px;left:0;line-height:1;text-align:CENTER;}.learnpress-content .content-course .courses-content-inner .course-introduce{margin-top:10px;font-size:12px;line-height:28px;margin-bottom:0;letter-spacing:0.035em;color:#fff;}.learnpress-content .content-course .single_course_details{float:left;width:100%;}.learnpress-content .content-course .single_course_details ul{background:rgba(4, 24, 82, 0.7);float:left;width:calc(100% + 60px);margin-left:-30px;padding-left:30px;padding-right:22px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.learnpress-content .content-course.content-course-list{border:none;width:100%;}.learnpress-content .content-course.content-course-list .course-thumbnail{width:285px;display:block;float:left;}.learnpress-content .content-course.content-course-list .course-thumbnail img{border-top-right-radius:0px;border-bottom-left-radius:3px;}.learnpress-content .content-course.content-course-list .courses-content-wrap{float:left;width:calc(100% - 285px);position:static;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner{padding-left:46px;padding-right:164px;padding-top:24px;height:100%;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner a h3{font-size:16px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .course-introduce{margin-top:15px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .course-price{top:31px;right:56px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details{position:absolute;bottom:0;right:0;width:calc(100% - 285px);}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details ul{width:100%;margin-left:0px;padding-left:46px;border-bottom-left-radius:0;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details ul li{margin-right:83px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .meta-course-item{display:block;width:100%;float:left;margin-top:31px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .meta-course-item li{float:left;display:block;width:30%;font-family:'HelveticaNeue-Bold';}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .meta-course-item li span{width:100%;float:left;font-family:'HelveticaNeue';}.lp-search-wrap{background:#041852;padding:15px 0;position:relative;z-index:1;}.lp-search-wrap .lp-searchform{width:100%;float:left;}.lp-search-wrap .lp-searchform input[type='text'],.lp-search-wrap .lp-searchform select{max-width:100%;width:100%;height:45px;border-radius:22.5px;padding-left:22px;padding-right:22px;}.lp-search-wrap .lp-searchform .select-search-inner{position:relative;height:45px;border-radius:22.5px;background:#fff;}.lp-search-wrap .lp-searchform .select-search-inner:after{position:absolute;top:0px;right:20px;content:'\f2f9';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:45px;color:rgba(4, 24, 82, 0.33);}.lp-search-wrap .lp-searchform select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;}.lp-search-wrap .lp-searchform input[type="submit"]{width:125px;height:45px;border-radius:22.5px;color:rgba(4, 24, 82, 0.66);text-indent:0;text-shadow:none;text-transform:none;}.lp-search-wrap .lp-searchform input[type="submit"]:hover{background:#efbd1a;color:#fff;}.learn-press-pagination{padding:20px 0;float:left;width:100%;text-align:right;border-top:#e0e0e0 solid 1px;}.learn-press-pagination ul > li{margin-left:6px;}.learn-press-pagination ul > li a,.learn-press-pagination ul > li span{display:inline-block;padding:0 8.5px;border:1px solid #c9c9c9;border-radius:2px;background-color:#ededed;color:#717171;font-size:12px;text-align:center;font-family:'HelveticaNeue-Bold';min-width:26px;height:25px;line-height:25px;}.learn-press-pagination ul > li a.current,.learn-press-pagination ul > li span.current,.learn-press-pagination ul > li a:hover,.learn-press-pagination ul > li span:hover{background:#041852;color:#fff;border-color:#041852;}.learn-press-pagination ul > li a i,.learn-press-pagination ul > li span i{font-size:14px;}#sidebar_learnpress{padding-top:71px;padding-bottom:100px;/*single course*/}#sidebar_learnpress .wg-title{font-size:22px;color:#041852;letter-spacing:0.035em;font-family:'HelveticaNeue-Bold';position:relative;padding-bottom:16px;margin-top:0;margin-bottom:12px;}#sidebar_learnpress .wg-title:after{content:'';background:#efbd1a;width:32px;height:2px;position:absolute;bottom:0;left:0;}#sidebar_learnpress aside{margin-bottom:59px;}#sidebar_learnpress .cms-category-learnpress{background:#fff;border:#e0e0e0 solid 1px;border-radius:4px;padding:15px 20px 16px;}#sidebar_learnpress .cms-category-learnpress ul li{font-family:'HelveticaNeue-Bold';font-size:11px;line-height:28px;text-transform:uppercase;display:block;}#sidebar_learnpress .cms-category-learnpress ul li.all-course{display:block;color:#041852;}#sidebar_learnpress .cms-category-learnpress ul li.all-course .number-courses{float:right;display:block;background:#041852;min-width:32px;height:25px;padding:0 10px;text-align:center;border-radius:12.5px;color:#efbd1a;line-height:25px;margin-right:-8px;}#sidebar_learnpress .cms-category-learnpress ul li a{color:#616161;display:block;}#sidebar_learnpress .cms-category-learnpress ul li a span{float:right;display:block;text-align:right;font-size:12px;}#sidebar_learnpress .sales_course{background-size:cover;border-radius:3px;width:100%;position:relative;text-align:left;padding:17px 20px 23px;}#sidebar_learnpress .sales_course:after{content:'';background:rgba(4, 24, 82, 0.88);width:100%;height:100%;position:absolute;top:0;left:0;border-radius:3px;}#sidebar_learnpress .sales_course h4{color:#e5ecff;font-size:22px;letter-spacing:0.035em;font-family:'HelveticaNeue-Medium';position:relative;z-index:2;}#sidebar_learnpress .sales_course p{font-size:18px;font-family:'HelveticaNeue-LightItalic';color:#e5ecff;letter-spacing:0.035em;position:relative;line-height:30px;z-index:2;margin-top:1px;}#sidebar_learnpress .sales_course p span{font-size:28px;font-family:'HelveticaNeue-Italic';}#sidebar_learnpress .sales_course .btn.btn-sm,#sidebar_learnpress .sales_course .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-sm,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons #sidebar_learnpress .sales_course .button.btn-sm,#sidebar_learnpress .sales_course .modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-sm,.modal.modal-product-item .modal-content .modal-body #sidebar_learnpress .sales_course .added_to_cart.btn-sm,#sidebar_learnpress .sales_course .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-sm,.single-product .cs-product-wrap .entry-summary .variations_form #sidebar_learnpress .sales_course .single_add_to_cart_button.btn-sm,#sidebar_learnpress .sales_course .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-sm,.single-product .cs-product-wrap .entry-summary .cart #sidebar_learnpress .sales_course .single_add_to_cart_button.btn-sm,#sidebar_learnpress .sales_course .woocommerce-Reviews #review_form #respond .form-submit input.btn-sm,.woocommerce-Reviews #review_form #respond .form-submit #sidebar_learnpress .sales_course input.btn-sm,#sidebar_learnpress .sales_course .woocommerce table.shop_table td.actions input.button.btn-sm,.woocommerce table.shop_table td.actions #sidebar_learnpress .sales_course input.button.btn-sm,#sidebar_learnpress .sales_course .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form #sidebar_learnpress .sales_course button.btn-sm,#sidebar_learnpress .sales_course .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form #sidebar_learnpress .sales_course button.btn-sm,#sidebar_learnpress .sales_course .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-sm,.woocommerce .cart-collaterals .cart_totals #sidebar_learnpress .sales_course .checkout-button.btn-sm,#sidebar_learnpress .sales_course .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-sm,.woocommerce-page .cart-collaterals .cart_totals #sidebar_learnpress .sales_course .checkout-button.btn-sm,#sidebar_learnpress .sales_course .woocommerce .checkout_coupon input.button.btn-sm,.woocommerce .checkout_coupon #sidebar_learnpress .sales_course input.button.btn-sm,#sidebar_learnpress .sales_course .checkout-module.payment-method-wrap #place_order.btn-sm,.checkout-module.payment-method-wrap #sidebar_learnpress .sales_course #place_order.btn-sm{margin-top:11px;padding:11px 15px;min-width:132px;z-index:2;}#sidebar_learnpress .cms-recent-course-widget{margin-top:-7px;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-course-wrapper{padding-top:13px;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-course-wrapper > li{float:left;width:100%;margin-bottom:34px;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-course-wrapper > li:last-child{margin-bottom:0;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media{width:100%;height:86px;background-size:cover;position:relative;float:left;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media:after{content:'';background:rgba(4, 24, 82, 0.4);width:100%;height:100%;position:absolute;top:0;left:0;border-radius:3px;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .view{width:100%;height:100%;position:absolute;top:0;background:rgba(4, 24, 82, 0.25);left:0;border-radius:3px;opacity:0;z-index:3;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .view a{text-transform:uppercase;letter-spacing:0.125em;color:#fff;font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .single_course_details{width:100%;position:absolute;left:0;bottom:0;color:#fff;z-index:2;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .single_course_details ul{background:none;width:100%;margin-left:0;padding-left:6px;padding-right:12px !important;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .single_course_details .student{float:right;margin-right:0;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .single_course_details .duration{display:none;}#sidebar_learnpress .cms-recent-course-widget .cms-grid-media:hover .view{opacity:1;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-details{float:left;width:100%;position:relative;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-details .title{margin:12px 6px 0;line-height:24px;max-width:75%;float:left;font-size:12px;letter-spacing:0.035em;color:#041852;text-transform:uppercase;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-details .title a{color:inherit;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-details .title a:hover{color:#efbd1a;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-details .course-price{float:right;display:block;background:#041852;min-width:30px;height:30px;padding:0 4px;text-align:center;border-radius:15px;color:#efbd1a;line-height:30px;font-size:12px;letter-spacing:0.035em;margin-top:8px;position:relative;}#sidebar_learnpress .cms-recent-course-widget .cms-recent-details .course-price .sales{color:#e91414;font-size:10px;width:100%;display:block;position:absolute;top:0px;left:0;line-height:1;text-align:CENTER;}#sidebar_learnpress .cms-filter-rating-course ul{margin-top:6px;}#sidebar_learnpress .cms-filter-rating-course ul li{float:left;width:100%;}#sidebar_learnpress .cms-filter-rating-course ul li i{font-size:15px;color:#041852;}#sidebar_learnpress .cms-filter-rating-course ul li input[type=checkbox]{float:left;margin-top:7px;}#sidebar_learnpress .cms-filter-rating-course ul li label{float:left;margin:0;margin-left:12px;}.single-lp_course #page #content{padding-top:0px;padding-bottom:0px;}.single-lp_course .single-course-top-wrap{position:relative;padding-top:82px;padding-bottom:83px;}.single-lp_course .single-course-top-wrap .bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;opacity:0.88;}.single-lp_course .single-course-top-wrap .course-title{font-size:38px;line-height:45px;color:#efbd1a;letter-spacing:0.035em;position:relative;}.single-lp_course .single-course-top-wrap .course-subtitle{font-size:48px;line-height:54px;color:#fff;margin-top:7px;letter-spacing:0.035em;position:relative;}.single-lp_course .single-course-top-wrap .intro-content{font-size:14px;line-height:28px;color:#fff;padding-top:25px;letter-spacing:0.035em;padding-right:69px;border-right:rgba(255, 255, 255, 0.5) solid 1px;}.single-lp_course .single-course-top-wrap .purchase-course{margin-top:45px;}.single-lp_course .single-course-top-wrap .meta_course_info{margin-top:11px;}.single-lp_course .single-course-top-wrap .meta_course_info li{font-size:14px;line-height:28px;letter-spacing:0.035em;color:#fff;}.single-lp_course .single-course-top-wrap .meta_course_info li i{color:#efbd1a;font-size:16px;padding-right:20px;position:relative;top:2px;}.single-lp_course .course-summary-inner{background:#fff;border-right:#e0e0e0 solid 1px;padding-bottom:118px;}.single-lp_course .course-summary-inner .course-landing-summary,.single-lp_course .course-summary-inner .course-learning-summary{background:#fff;margin-top:-30px;float:left;width:100%;border:#e0e0e0 solid 1px;box-shadow:1px 0 25px rgba(0, 0, 0, 0.15), -1px 0 25px rgba(0, 0, 0, 0.15);-webkit-box-shadow:1px 0 25px rgba(0, 0, 0, 0.15), -1px 0 25px rgba(0, 0, 0, 0.15);padding:0 42px 40px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details{margin:0;padding:36px 72px 38px;border-bottom:#e0e0e0 solid 1px;width:calc(100% + 84px);margin-left:-42px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details .teachers img,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details .teachers img{border-radius:50%;width:71px;height:71px;float:left;border:#e0e0e0 solid 1px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details .teachers > span,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details .teachers > span{margin-left:21px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details ul,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details ul{background:none;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li{margin-right:56px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span{float:left;font-size:11px;text-transform:uppercase;color:#041852;line-height:20px;text-decoration:underline;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span span,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span span{width:100%;display:block;color:#bdbdbd;font-size:13px;text-decoration:none;text-transform:none;padding-bottom:2px;padding-top:11px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span span.review,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span span.review{margin-left:3px;display:inline-block;text-transform:uppercase;color:#041852;font-size:11px;width:auto;padding-top:0;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span a,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span a{color:inherit;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span a:hover,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span a:hover{color:#efbd1a;}.single-lp_course .course-summary-inner .course-landing-summary .course-thumbnail,.single-lp_course .course-summary-inner .course-learning-summary .course-thumbnail{margin-top:42px;position:relative;}.single-lp_course .course-summary-inner .course-landing-summary .course-thumbnail:after,.single-lp_course .course-summary-inner .course-learning-summary .course-thumbnail:after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:rgba(4, 24, 82, 0.3);}.single-lp_course .course-summary-inner .course-landing-summary .course-thumbnail img,.single-lp_course .course-summary-inner .course-learning-summary .course-thumbnail img{width:100%;}.single-lp_course .course-summary-inner .course-landing-summary .course-description-heading,.single-lp_course .course-summary-inner .course-learning-summary .course-description-heading{font-size:24px;margin-top:56px;}.single-lp_course .course-summary-inner .course-landing-summary .course-description,.single-lp_course .course-summary-inner .course-learning-summary .course-description{font-size:14px;line-height:28px;color:#616161;letter-spacing:0.035em;}.single-lp_course .course-summary-inner .course-landing-summary .course-description p,.single-lp_course .course-summary-inner .course-learning-summary .course-description p,.single-lp_course .course-summary-inner .course-landing-summary .course-description ul,.single-lp_course .course-summary-inner .course-learning-summary .course-description ul{margin-bottom:28px;}.single-lp_course .course-summary-inner .course-landing-summary .course-description ul,.single-lp_course .course-summary-inner .course-learning-summary .course-description ul{margin-left:37px;}.single-lp_course .course-summary-inner .course-landing-summary .course-description ul li,.single-lp_course .course-summary-inner .course-learning-summary .course-description ul li{position:relative;padding-left:34px;}.single-lp_course .course-summary-inner .course-landing-summary .course-description ul li:before,.single-lp_course .course-summary-inner .course-learning-summary .course-description ul li:before{content:'';width:4px;height:4px;background:#efbd1a;position:absolute;top:11px;left:0;border-radius:50%;}.single-lp_course .course-summary-inner #learn-press-content-item{border:1px solid #e0e0e0;padding:0 20px;margin-bottom:0;}.single-lp_course .course-summary-inner #learn-press-content-item .course-lesson-heading{margin-top:40px;font-size:24px;}.single-lp_course .course-summary-inner #learn-press-content-item .course-lesson-summary{padding-bottom:20px;}.single-lp_course .course-summary-inner #learn-press-content-item .complete-lesson-button{margin-top:20px;}.single-lp_course .course-summary-inner #learn-press-content-item .course-item-nav{border-top:1px dashed #e0e0e0;padding-top:20px;margin-top:39px;}.single-lp_course .course-summary-inner #learn-press-content-item .course-item-nav > div > span{font-size:13px;}.single-lp_course .course-summary-inner #learn-press-content-item .course-item-nav a{color:#041852;}.single-lp_course .course-summary-inner #learn-press-content-item .course-item-nav a:hover{color:#efbd1a;}.single-lp_course .course-summary-inner .write-a-review{margin-top:30px;}.single-lp_course .course-summary-inner .course-curriculum-title{font-size:18px;margin-top:60px;margin-bottom:42px;}.single-lp_course .course-summary-inner .section-header{margin:0 0 7px 0;background-color:#eceff1;border:#e0e0e0 solid 1px;color:#041852;font-size:18px;text-transform:capitalize;letter-spacing:0.035em;padding:19.5px 39px;}.single-lp_course .course-summary-inner #learn-press-course-curriculum .section .course-item{margin:7px 0;background-color:#eceff1;border:#e0e0e0 solid 1px;color:#041852;font-size:14px;letter-spacing:0.035em;padding:16px 20px;}.single-lp_course .course-summary-inner #learn-press-course-curriculum .section .course-item i{font-size:18px;margin-right:13px;}.single-lp_course .course-summary-inner #learn-press-course-curriculum .section .course-item a{color:inherit;}.single-lp_course .course-summary-inner #learn-press-course-curriculum .section .course-item a:hover{color:#efbd1a;}.single-lp_course .course-summary-inner #learn-press-course-curriculum .section .course-item .duration{float:right;}.single-lp_course #course-reviews{width:calc(100% + 84px);border-top:#e0e0e0 solid 1px;margin-left:-42px;margin-top:51px;padding:0 42px;float:left;}.single-lp_course #course-reviews .course-review-head{margin-top:52px;margin-bottom:24px;font-size:24px;}.single-lp_course #course-reviews .course-average-rate{color:#041852;font-size:18px;letter-spacing:0.035em;margin-bottom:15px;}.single-lp_course #course-reviews ul li{float:left;width:100%;}.single-lp_course #course-reviews ul li .main-review-content{width:calc(100% - 90px);float:left;padding-left:20px;}.single-lp_course #course-reviews ul li .main-review-content .user-name{color:#041852;font-size:14px;letter-spacing:0.035em;text-transform:uppercase;margin-top:4px;margin-bottom:5px;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated{display:inline-block;width:auto;position:relative;overflow:hidden;float:left;color:#041852;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars.filled{position:absolute;left:0.8px;top:0;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars.filled:before{font-size:13px;line-height:1px;letter-spacing:0;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars{overflow:hidden;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars.empty,.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars.filled{font-size:13px;width:auto;height:32px;font-family:FontAwesome;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars.empty:before{content:'\f006\f006\f006\f006\f006';line-height:1;vertical-align:middle;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars.filled:before{content:'\f005\f005\f005\f005\f005';line-height:1;vertical-align:middle;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated .review-stars:after{clear:both;content:'';display:block;}.single-lp_course #course-reviews ul li .main-review-content .review-stars-rated ul li.review{position:relative;top:4px;}.single-lp_course #course-reviews ul li .main-review-content .review-content{width:100%;color:#616161;font-size:13px;letter-spacing:0.035em;float:left;}.single-lp_course .tutor_info{width:calc(100% + 84px);border-top:#e0e0e0 solid 1px;margin-left:-42px;margin-top:51px;padding:0 42px;float:left;}.single-lp_course .tutor_info h4{color:#041852;font-size:24px;letter-spacing:0.035em;text-transform:capitalize;margin-top:47px;margin-bottom:5px;}.single-lp_course .tutor_info .tutor-mete-info{margin-top:52px;}.single-lp_course .tutor_info .teachers-images{width:130px;float:left;text-align:center;}.single-lp_course .tutor_info .teachers-images img{width:130px;border-radius:50%;height:130px;display:inline-block;}.single-lp_course .tutor_info .teachers-images .teachers-social{float:left;width:100%;text-align:center;margin-top:14px;}.single-lp_course .tutor_info .teachers-images .teachers-social li{display:inline-block;padding:0 7px;}.single-lp_course .tutor_info .teachers-images .teachers-social li a{color:#041852;font-size:18px;}.single-lp_course .tutor_info .teachers-images .teachers-social li a:hover{color:#efbd1a;}.single-lp_course .tutor_info .tutor-right{float:left;width:calc(100% - 130px);padding:0 31px;}.single-lp_course .tutor_info .tutor-right h3{margin-top:6px;color:#041852;font-size:18px;letter-spacing:0.035em;text-transform:capitalize;margin-bottom:14px;}.single-lp_course .tutor_info .tutor-right h4{margin-top:0;color:#041852;font-size:16px;letter-spacing:0.035em;text-transform:capitalize;}.single-lp_course .tutor_info .tutor-right p{font-size:14px;line-height:28px;color:#616161;letter-spacing:0.035em;margin-top:11px;}.single-lp_course #comments{border-top:none;padding-left:42px;padding-right:58px;padding-top:58px;}.single-lp_course #comments h3{margin-top:0;}.single-lp_course .lp-course-progress{margin-right:0;}.single-lp_course .lp-course-progress .lp-progress-bar{margin:0 30px 60px;width:calc(100% - 90px);}.single-lp_course .lp-course-progress-heading{color:#041852;font-size:24px;letter-spacing:0.035em;text-transform:capitalize;margin-top:47px;margin-bottom:70px;}.single-lp_course .lp-course-progress .lp-progress-bar{background:#041852;}.single-lp_course .lp-course-progress .lp-passing-conditional{background:#efbd1a;width:2px;}.single-lp_course .lp-course-progress .lp-progress-value > span,.single-lp_course .lp-course-progress .lp-passing-conditional span{background:#efbd1a;color:#fff;}.single-lp_course .lp-course-progress .lp-progress-value > span:after,.single-lp_course .lp-course-progress .lp-passing-conditional span:after{border-top-color:#efbd1a;}.single-lp_course .lp-course-progress .lp-passing-conditional span:after{border-bottom-color:#efbd1a;border-top-color:transparent;}.single-lp_course .lp-course-progress .lp-progress-total{color:#efbd1a;width:30px;margin-right:0;}.single-lp_course .review-form h3{margin-top:0;}.single-lp_course .review-form .review-fields > li textarea{margin-bottom:0;}.single-lp_course .review-form .btn.close,.single-lp_course .review-form .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.close,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .single-lp_course .review-form .button.close,.single-lp_course .review-form .modal.modal-product-item .modal-content .modal-body .added_to_cart.close,.modal.modal-product-item .modal-content .modal-body .single-lp_course .review-form .added_to_cart.close,.single-lp_course .review-form .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.close,.single-product .cs-product-wrap .entry-summary .variations_form .single-lp_course .review-form .single_add_to_cart_button.close,.single-lp_course .review-form .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.close,.single-product .cs-product-wrap .entry-summary .cart .single-lp_course .review-form .single_add_to_cart_button.close,.single-lp_course .review-form .woocommerce-Reviews #review_form #respond .form-submit input.close,.woocommerce-Reviews #review_form #respond .form-submit .single-lp_course .review-form input.close,.single-lp_course .review-form .woocommerce table.shop_table td.actions input.button.close,.woocommerce table.shop_table td.actions .single-lp_course .review-form input.button.close,.single-lp_course .review-form .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.close,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-lp_course .review-form button.close,.single-lp_course .review-form .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.close,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-lp_course .review-form button.close,.single-lp_course .review-form .woocommerce .cart-collaterals .cart_totals .checkout-button.close,.woocommerce .cart-collaterals .cart_totals .single-lp_course .review-form .checkout-button.close,.single-lp_course .review-form .woocommerce-page .cart-collaterals .cart_totals .checkout-button.close,.woocommerce-page .cart-collaterals .cart_totals .single-lp_course .review-form .checkout-button.close,.single-lp_course .review-form .woocommerce .checkout_coupon input.button.close,.woocommerce .checkout_coupon .single-lp_course .review-form input.button.close,.single-lp_course .review-form .checkout-module.payment-method-wrap #place_order.close,.checkout-module.payment-method-wrap .single-lp_course .review-form #place_order.close{opacity:1;padding:13.5px 28.5px;background:#efbd1a;border:#c89c0e solid 1px;}.cms-related-course{float:left;width:100%;padding-left:42px;padding-right:58px;padding-top:76px;}.cms-related-course .related-title h2{color:#041852;font-size:24px;letter-spacing:0.035em;margin-bottom:39px;}.cms-related-course .cms-related-course-inner .single_course_details ul li.duration{display:none;}.cms-related-course .owl-nav .owl-prev,.cms-related-course .owl-nav .owl-next{top:-56px;-webkit-transform:none;-khtml-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */right:0px;}.cms-related-course .owl-nav .owl-prev:before,.cms-related-course .owl-nav .owl-next:before{font-size:24px;}.cms-related-course .owl-nav .owl-prev{left:auto;right:37px;}.lp-label{padding:4px 8px;font-size:12px;margin-left:10px;/*single quiz*/}.single-lp_quiz{/*cart*/}.single-lp_quiz .learnpress-content #main_content .main-content-inner{height:100%;padding-bottom:0;padding-top:71px;}.single-lp_quiz .quiz-title.entry-title{color:#041852;font-size:30px;text-transform:capitalize;letter-spacing:0.035em;}.single-lp_quiz .quiz-description{color:#616161;letter-spacing:0.035em;line-height:28px;font-size:14px;}.single-lp_quiz .quiz-summary-left{margin-top:20px;}.single-lp_quiz .quiz-summary-left h4{color:#041852;font-size:18px;text-transform:capitalize;letter-spacing:0.035em;margin-top:30px;margin-bottom:30px;}.single-lp_quiz .quiz-summary-left .quiz-questions-list .question-title{margin:7px 0;background-color:#eceff1;border:#e0e0e0 solid 1px;color:#041852;font-size:14px;letter-spacing:0.035em;padding:16px 20px;}.single-lp_quiz .quiz-summary-left .quiz-questions-list .question-title a{color:inherit;}.single-lp_quiz .quiz-summary-left .quiz-questions-list .question-title a:hover{color:#efbd1a;}.single-lp_quiz .quiz-summary-left .learn-press-question-options label{font-weight:normal;}.single-lp_quiz .quiz-summary-left .learn-press-question-options label input[type=checkbox],.single-lp_quiz .quiz-summary-left .learn-press-question-options label input[type=radio]{position:relative;top:2px;}.single-lp_quiz .quiz-summary-left .quiz-questions-list .current a:after{margin-left:5px;}.single-lp_quiz .quiz-sidebar{margin-top:30px;border:#e0e0e0 solid 1px;font-size:14px;text-align:center;}.single-lp_quiz .quiz-sidebar label{font-weight:normal;}.single-lp_quiz .quiz-sidebar .quiz-buttons{margin-top:10px;}.single-lp_quiz #sidebar_learnpress{margin-top:0px;padding-top:71px;}.learn-press-cart-table th{color:#041852;font-size:15px;letter-spacing:0.035em;padding:0px 10px 7px 10px;}.learn-press-cart-table th.course-name{padding-left:18px;}.learn-press-cart-table td{border-top:1px solid #eceff1;padding:16px 10px 16px 10px;vertical-align:middle;color:#041852;font-size:20px;letter-spacing:0.035em;}.learn-press-cart-table td.course-name{text-transform:capitalize;padding-left:18px;}.learn-press-cart-table td.course-name a{color:inherit;}.learn-press-cart-table td.course-name a:hover{color:#efbd1a;}.learn-press-notice,.learn-press-message,.learn-press-error{margin:20px 0 20px 0;/*check out*/}.learn-press-notice a,.learn-press-message a,.learn-press-error a{float:right;}.learn-press-user-form .form-heading{color:#041852;font-size:20px;letter-spacing:0.035em;margin:0px 0 20px;}.learn-press-user-form .form-fields label{margin:5px 0;}.learn-press-user-form #learn-press-checkout-login-button{margin-top:20px;}.learn-press-checkout-review-order h3{color:#041852;font-size:20px;letter-spacing:0.035em;margin:40px 0 20px;}.learn-press-checkout-review-order-table td{font-size:14px;}.learn-press-checkout-review-order-table th{border-top:1px solid #ededed;font-size:14px;color:#041852;}.place-order-action{margin-top:20px;}@media only screen and (max-width:1300px){.post-type-archive-lp_course #main_content{width:79%;}.learnpress-content #main_content .main-content-inner{padding-right:15px;}}@media only screen and (max-width:1024px) and (min-width:992px){.post-type-archive-lp_course #main_content{width:76%;}.post-type-archive-lp_course #sidebar_learnpress{width:24%;}.learnpress-content #main_content .main-content-inner{padding-right:15px;}.learnpress-content .meta_course_archive .cms-course-layout,.learnpress-content .meta_course_archive .sort{margin:0 0 20px;}.learnpress-content .content-course .courses-content-inner{padding:34px 15px 0px;}.post-type-archive-lp_course .learnpress-content .content-course .single_course_details ul{width:calc(100% + 30px);margin-left:-15px;padding-left:15px;}.post-type-archive-lp_course .intro-content{padding-right:0;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner{padding-left:15px;padding-right:15px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .course-price{top:5px;right:5px;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details{padding:36px 42px 38px;}.learnpress-content .cms-related-course .content-course .single_course_details ul{width:calc(100% + 30px);margin-left:-15px;padding-left:15px;}}@media only screen and (max-width:991px) and (min-width:768px){.post-type-archive-lp_course #main_content,.learnpress #main_content,.post-type-archive-lp_course .course-summary,.learnpress .course-summary{width:69%;}.post-type-archive-lp_course #sidebar_learnpress,.learnpress #sidebar_learnpress{width:31%;}.learnpress-content #main_content .main-content-inner{padding-right:15px;}.learnpress-content .meta_course_archive .cms-course-layout,.learnpress-content .meta_course_archive .sort{margin:0 0 20px;}.learnpress-content .content-course .courses-content-inner{padding:34px 15px 0px;}.post-type-archive-lp_course .learnpress-content .content-course .single_course_details ul{width:calc(100% + 30px);margin-left:-15px;padding-left:15px;}.post-type-archive-lp_course .intro-content{padding-right:0;}.learnpress-content .content-course.content-course-list .course-thumbnail{width:30%;}.learnpress-content .content-course.content-course-list .courses-content-wrap{width:70%;position:static;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner{padding-left:15px;padding-right:15px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details{width:100%;position:static;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details ul{padding-left:15px;width:calc(100% + 30px);margin-left:-15px;border-bottom-left-radius:3px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .course-price{top:-40px;right:15px;}.single-lp_course .single-course-top-wrap .intro-content{padding-right:15px;border-right:none;}.single-lp_course .single-course-top-wrap .purchase-course{margin:20px 0;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details{padding:36px 0px 38px;width:100%;margin-left:0px;}.single-lp_course .course-summary-inner .course-landing-summary,.single-lp_course .course-summary-inner .course-learning-summary{padding:0 15px 40px;}.cms-related-course,.single-lp_course #comments{padding-left:0px;padding-right:15px;}.learnpress-content .cms-related-course .content-course .single_course_details ul{width:calc(100% + 30px);margin-left:-15px;padding-left:15px;}}@media (max-width:767px){.lp-search-wrap .lp-searchform .select-search-inner{margin-bottom:20PX;}.lp-search-wrap .lp-searchform .input-search-inner{margin:0;MARGIN-BOTTOM:20PX;FLOAT:LEFT;WIDTH:100%;}.post-type-archive-lp_course #main_content,.post-type-archive-lp_course #sidebar_learnpress,.learnpress #main_content,.post-type-archive-lp_course .course-summary,.learnpress .course-summary,.learnpress #sidebar_learnpress{width:100%;}.post-type-archive-lp_course #page #content,.learnpress #page #content{background:#fff;}.learnpress-content #main_content .main-content-inner{padding-right:0;border-right:none;padding-bottom:0;}.learnpress-content .meta_course_archive .cms-course-layout,.learnpress-content .meta_course_archive .result-show-item{margin:20px 0;}.learnpress-content .content-course.content-course-list .course-thumbnail,.learnpress-content .content-course.content-course-list .courses-content-wrap{width:100%;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner{padding-left:15px;padding-right:15px;position:relative;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details{width:100%;position:static;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .single_course_details ul{padding-left:15px;width:calc(100% + 30px);margin-left:-15px;border-bottom-left-radius:3px;}.learnpress-content .content-course.content-course-list .courses-content-wrap .courses-content-inner .course-price{top:-40px;right:15px;}.single-lp_course .single-course-top-wrap .intro-content{padding-right:15px;border-right:none;}.single-lp_course .single-course-top-wrap .purchase-course{margin:20px 0;}.single-lp_course .course-summary-inner .course-landing-summary .single_course_details,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details{padding:36px 15px 38px;width:calc(100% + 30px);margin-left:-15px;}.single-lp_course .course-summary-inner .course-landing-summary,.single-lp_course .course-summary-inner .course-learning-summary{padding:0 15px 40px;}.single-lp_course .course-summary-inner .course-landing-summary .course-description ul,.single-lp_course .course-summary-inner .course-learning-summary .course-description ul{margin-left:0;}#learn-press-course-curriculum .section .course-item-meta{margin:10px 0;float:none;width:100%;margin-left:-10px;}.single-lp_course .course-summary-inner #learn-press-course-curriculum .section .course-item .duration{float:none;width:100%;}.single-lp_course .tutor_info .teachers-images{width:100%;}.single-lp_course .tutor_info .tutor-right{width:100%;margin-top:30px;text-align:center;}.cms-related-course,.single-lp_course #comments{padding-left:15px;padding-right:15px;}.checkout-button{margin-left:20px;margin-bottom:30px;}.learn-press-user-form,.learn-press-user-form{width:100%;}.learn-press-user-form{margin-top:30px;}}@media (max-width:360px){.single-lp_course .review-form .btn.close,.single-lp_course .review-form .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.close,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .single-lp_course .review-form .button.close,.single-lp_course .review-form .modal.modal-product-item .modal-content .modal-body .added_to_cart.close,.modal.modal-product-item .modal-content .modal-body .single-lp_course .review-form .added_to_cart.close,.single-lp_course .review-form .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.close,.single-product .cs-product-wrap .entry-summary .variations_form .single-lp_course .review-form .single_add_to_cart_button.close,.single-lp_course .review-form .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.close,.single-product .cs-product-wrap .entry-summary .cart .single-lp_course .review-form .single_add_to_cart_button.close,.single-lp_course .review-form .woocommerce-Reviews #review_form #respond .form-submit input.close,.woocommerce-Reviews #review_form #respond .form-submit .single-lp_course .review-form input.close,.single-lp_course .review-form .woocommerce table.shop_table td.actions input.button.close,.woocommerce table.shop_table td.actions .single-lp_course .review-form input.button.close,.single-lp_course .review-form .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.close,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-lp_course .review-form button.close,.single-lp_course .review-form .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.close,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-lp_course .review-form button.close,.single-lp_course .review-form .woocommerce .cart-collaterals .cart_totals .checkout-button.close,.woocommerce .cart-collaterals .cart_totals .single-lp_course .review-form .checkout-button.close,.single-lp_course .review-form .woocommerce-page .cart-collaterals .cart_totals .checkout-button.close,.woocommerce-page .cart-collaterals .cart_totals .single-lp_course .review-form .checkout-button.close,.single-lp_course .review-form .woocommerce .checkout_coupon input.button.close,.woocommerce .checkout_coupon .single-lp_course .review-form input.button.close,.single-lp_course .review-form .checkout-module.payment-method-wrap #place_order.close,.checkout-module.payment-method-wrap .single-lp_course .review-form #place_order.close{float:left;margin-top:10px;}}#comments{float:left;width:100%;border-top:#f6f6f6 solid 1px;padding-left:73px;padding-right:30px;padding-top:58px;}#comments h3.comments-title{padding-bottom:14px;color:#041852;font-size:14px;line-height:28px;letter-spacing:0.055em;margin:0 0 10px;text-transform:uppercase;}#comments .comment-list{list-style:none;margin:0px;padding:0px;}#comments .comment-list li{float:left;width:100%;}#comments .comment-list li .comment-respond{padding:25px;background:#f5f5f5;border-radius:15px;width:84%;position:relative;float:right;margin-top:20px;}#comments .comment{width:100%;float:left;margin:0 0 40px;}#comments .comment-author-image{float:left;height:80px;margin:0 20px 0 0;width:80px;}#comments .comment-author-image img{border-radius:50%;}#comments .comment-main{width:calc(100% - 100px);position:relative;}#comments .comment-main .comment-author{font-size:13px;line-height:1;letter-spacing:0.055em;color:#424242;margin:0;margin-top:3px;display:block;text-transform:uppercase;}#comments .comment-main .comment-author span{color:#efbd1a;text-transform:capitalize;}#comments .comment-main .comment-date{margin-top:2px;display:block;color:#bdbdbd;font-size:11px;line-height:1;letter-spacing:0.055em;text-transform:uppercase;}#comments .comment-main .comment-date span{position:relative;top:-3px;font-size:30px;line-height:5px;}#comments .comment-main .comment-content{font-size:14px;line-height:28px;letter-spacing:0.035em;color:#424242;margin-top:4px;}#comments .comment-main .comment-content p{margin-bottom:0;}#comments .comment-reply-link{text-transform:uppercase;font-size:12px;float:left;color:#bdbdbd;line-height:28px;letter-spacing:0.035em;display:block;margin-top:-1px;}#comments .comment-reply-link:hover{color:#efbd1a;}#comments ul.children{width:calc(100% - 100px);list-style:none;padding:0px;float:right;margin-top:40px;}#comments ul.children li:last-child{margin-bottom:0;}.comment-reply-title{padding-bottom:14px;padding-top:15px;color:#041852;font-size:14px;line-height:28px;letter-spacing:0.055em;text-transform:uppercase;}#commentform{margin-left:-9.5px;margin-right:-9.5px;padding-bottom:19px;}#commentform p{margin-bottom:20px;}#commentform #form-allowed-tags{display:none;}#commentform .form-submit,#commentform .logged-in-as{padding:0 15px;}#commentform #submit{padding:13.5px 21px;border-radius:4px;background-color:#efbd1a;color:rgba(255, 255, 255, 0.8);font-size:13px;letter-spacing:0.075em;border:none;text-shadow:1px 0 1px rgba(0, 0, 0, 0.2);border:#c89c0e solid 1px;-webkit-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);-ms-box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);box-shadow:2px 0 5px rgba(0, 0, 0, 0.15);}#commentform #submit:hover{background:#c89c0e;}#commentform .col-xs-12{margin-bottom:38px;padding:0 9.5px;}#commentform .col-xs-12.comment-form-comment{margin-bottom:10px;}#commentform textarea{margin:0;}#commentform input::-moz-placeholder,#commentform textarea::-moz-placeholder{color:rgba(117, 117, 117, 0.87);}#commentform input::-webkit-input-placeholder,#commentform textarea::-webkit-placeholder{color:rgba(117, 117, 117, 0.87);}#commentform input::-o-placeholder,#commentform textarea::-o-placeholder{color:rgba(117, 117, 117, 0.87);}#commentform input::-ms-placeholder,#commentform textarea::-ms-placeholder{color:rgba(117, 117, 117, 0.87);}#cancel-comment-reply-link{margin-left:2px;padding:10px 26px;position:relative;text-transform:none;top:-2px;color:#efbd1a;}.comment-awaiting-moderation{display:none;}body{/* ==========================================================================
   [Start] 1. CMS Heading
========================================================================== */}body .vc_col-has-fill > .vc_column-inner,body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,body .vc_row-has-fill > .vc_column_container > .vc_column-inner,body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{padding-top:0px;}.cms-heading-wrapper{/* ==========================================================================
   [End] 1. CMS Heading
========================================================================== *//* ==========================================================================
   [Start] 2. CMS Carousel 
========================================================================== */}.cms-heading-wrapper .title{color:#041852;font-size:26px;line-height:30px;letter-spacing:0.035em;padding-top:95px;margin-bottom:26px;}.cms-heading-wrapper .description{color:#7e7e7e;font-size:13px;line-height:26px;letter-spacing:0.035em;margin-top:-12px;}.cms-heading-wrapper .description p{margin-bottom:25px;}.cms-heading-wrapper .description.ft-helveticaneue-medium,.cms-heading-wrapper .learnpress-content .meta_course_archive .sort #lb-sort label.description,.learnpress-content .meta_course_archive .sort #lb-sort .cms-heading-wrapper label.description,.cms-heading-wrapper .single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span span.description,.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span .cms-heading-wrapper span.description,.cms-heading-wrapper .single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span span.description,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span .cms-heading-wrapper span.description,.cms-heading-wrapper .single-lp_course .tutor_info .tutor-right h4.description,.single-lp_course .tutor_info .tutor-right .cms-heading-wrapper h4.description,.cms-heading-wrapper .single-lp_quiz .quiz-summary-left .quiz-questions-list .question-title.description,.single-lp_quiz .quiz-summary-left .quiz-questions-list .cms-heading-wrapper .question-title.description,.cms-heading-wrapper .single-lp_quiz .quiz-summary-left .learn-press-question-options label.description,.single-lp_quiz .quiz-summary-left .learn-press-question-options .cms-heading-wrapper label.description,.cms-heading-wrapper .single-lp_quiz .quiz-sidebar label.description,.single-lp_quiz .quiz-sidebar .cms-heading-wrapper label.description,.cms-heading-wrapper .learn-press-cart-table th.description,.learn-press-cart-table .cms-heading-wrapper th.description,.cms-heading-wrapper .learn-press-cart-table td.description,.learn-press-cart-table .cms-heading-wrapper td.description,.cms-heading-wrapper .learn-press-checkout-review-order-table td.description,.learn-press-checkout-review-order-table .cms-heading-wrapper td.description,.cms-heading-wrapper #commentform #submit.description,#commentform .cms-heading-wrapper #submit.description,.cms-heading-wrapper .cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-title.description,.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-heading-wrapper .cms-carousel-title.description,.cms-heading-wrapper .cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .title.description,.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .cms-heading-wrapper .title.description,.cms-heading-wrapper .carousel-lip-category .lp-category-item .cat-overlay a.description,.carousel-lip-category .lp-category-item .cat-overlay .cms-heading-wrapper a.description,.cms-heading-wrapper .carousel-lip-category .lp-category-item .number-courses.description,.carousel-lip-category .lp-category-item .cms-heading-wrapper .number-courses.description,.cms-heading-wrapper #footer-top .wg-title.description,#footer-top .cms-heading-wrapper .wg-title.description,.cms-heading-wrapper .form-login input[type="text"].description,.form-login .cms-heading-wrapper input[type="text"].description,.cms-heading-wrapper .form-login input[type="password"].description,.form-login .cms-heading-wrapper input[type="password"].description,.cms-heading-wrapper .form-login .text-login-social.description,.form-login .cms-heading-wrapper .text-login-social.description,.cms-heading-wrapper .form-login .no-account.description,.form-login .cms-heading-wrapper .no-account.description,.cms-heading-wrapper .form-login .forgot-pass.description,.form-login .cms-heading-wrapper .forgot-pass.description,.cms-heading-wrapper .form-register .modal-header .close.description,.form-register .modal-header .cms-heading-wrapper .close.description,.cms-heading-wrapper .form-login .modal-header .close.description,.form-login .modal-header .cms-heading-wrapper .close.description,.cms-heading-wrapper .form-register input[type="text"].description,.form-register .cms-heading-wrapper input[type="text"].description,.cms-heading-wrapper .form-login input[type="text"].description,.form-login .cms-heading-wrapper input[type="text"].description,.cms-heading-wrapper .form-register input[type="password"].description,.form-register .cms-heading-wrapper input[type="password"].description,.cms-heading-wrapper .form-login input[type="password"].description,.form-login .cms-heading-wrapper input[type="password"].description,.cms-heading-wrapper .form-register .text-login-social.description,.form-register .cms-heading-wrapper .text-login-social.description,.cms-heading-wrapper .form-login .text-login-social.description,.form-login .cms-heading-wrapper .text-login-social.description,.cms-heading-wrapper .form-register .no-account.description,.form-register .cms-heading-wrapper .no-account.description,.cms-heading-wrapper .form-login .no-account.description,.form-login .cms-heading-wrapper .no-account.description,.cms-heading-wrapper .form-register .up-social-wrapper > p.description,.form-register .up-social-wrapper > .cms-heading-wrapper p.description,.cms-heading-wrapper .form-login .up-social-wrapper > p.description,.form-login .up-social-wrapper > .cms-heading-wrapper p.description,.cms-heading-wrapper .form-register .up-social-wrapper button span.description,.form-register .up-social-wrapper button .cms-heading-wrapper span.description,.cms-heading-wrapper .form-login .up-social-wrapper button span.description,.form-login .up-social-wrapper button .cms-heading-wrapper span.description,.cms-heading-wrapper .form-register .forgot-pass.description,.form-register .cms-heading-wrapper .forgot-pass.description,.cms-heading-wrapper .form-login .forgot-pass.description,.form-login .cms-heading-wrapper .forgot-pass.description,.cms-heading-wrapper .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity.description,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li .cms-heading-wrapper .quantity.description,.cms-heading-wrapper #sidebar .widget-title.description,#sidebar .cms-heading-wrapper .widget-title.description,.cms-heading-wrapper #sidebar .wg-title.description,#sidebar .cms-heading-wrapper .wg-title.description,.cms-heading-wrapper .widget_archive ul li.description,.widget_archive ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_categories ul li.description,.widget_categories ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_meta ul li.description,.widget_meta ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_nav_menu ul li.description,.widget_nav_menu ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_pages ul li.description,.widget_pages ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_product_categories ul li.description,.widget_product_categories ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_layered_nav ul li.description,.widget_layered_nav ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_recent_entries ul li.description,.widget_recent_entries ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_recent_comments ul li.description,.widget_recent_comments ul .cms-heading-wrapper li.description,.cms-heading-wrapper .widget_rss ul li.description,.widget_rss ul .cms-heading-wrapper li.description,.cms-heading-wrapper .tagcloud a.description,.tagcloud .cms-heading-wrapper a.description,.cms-heading-wrapper #main_content_product .meta_product_archive .sort.description,#main_content_product .meta_product_archive .cms-heading-wrapper .sort.description,.cms-heading-wrapper #main_content_product .meta_product_archive .cms-product-layout a.description,#main_content_product .meta_product_archive .cms-product-layout .cms-heading-wrapper a.description,.cms-heading-wrapper #main_content_product .meta_product_archive .woocommerce-result-count.description,#main_content_product .meta_product_archive .cms-heading-wrapper .woocommerce-result-count.description,.cms-heading-wrapper #main_content_product ul.products li .product-inner > a .onsale.description,#main_content_product ul.products li .product-inner > a .cms-heading-wrapper .onsale.description,.cms-heading-wrapper #main_content_product ul.products li .product-inner .price.description,#main_content_product ul.products li .product-inner .cms-heading-wrapper .price.description,.cms-heading-wrapper #main_content_product ul.products li .product-inner .bottom-product a.description,#main_content_product ul.products li .product-inner .bottom-product .cms-heading-wrapper a.description,.cms-heading-wrapper #main_content_product ul.products li.product-list .product-inner .product-thumb .onsale.description,#main_content_product ul.products li.product-list .product-inner .product-thumb .cms-heading-wrapper .onsale.description,.cms-heading-wrapper .modal.modal-product-item .modal-content .modal-body .amount.description,.modal.modal-product-item .modal-content .modal-body .cms-heading-wrapper .amount.description,.cms-heading-wrapper #sidebar_product .widget_price_filter .price_label.description,#sidebar_product .widget_price_filter .cms-heading-wrapper .price_label.description,.cms-heading-wrapper .single-product .cs-product-wrap .entry-summary .entry-summary-inner .price.description,.single-product .cs-product-wrap .entry-summary .entry-summary-inner .cms-heading-wrapper .price.description,.cms-heading-wrapper .single-product .cs-product-wrap .entry-summary .woocommerce-review-link.description,.single-product .cs-product-wrap .entry-summary .cms-heading-wrapper .woocommerce-review-link.description,.cms-heading-wrapper .single-product .cs-product-wrap .entry-summary .variations_form label.description,.single-product .cs-product-wrap .entry-summary .variations_form .cms-heading-wrapper label.description,.cms-heading-wrapper .single-product .cs-product-wrap .entry-summary .cart label.description,.single-product .cs-product-wrap .entry-summary .cart .cms-heading-wrapper label.description,.cms-heading-wrapper .woocommerce-Reviews#reviews #comments ol.commentlist li .meta time.description,.woocommerce-Reviews#reviews #comments ol.commentlist li .meta .cms-heading-wrapper time.description,.cms-heading-wrapper .woocommerce table.shop_table th.description,.woocommerce table.shop_table .cms-heading-wrapper th.description,.cms-heading-wrapper .woocommerce table.shop_table td.product-price.description,.woocommerce table.shop_table .cms-heading-wrapper td.product-price.description,.cms-heading-wrapper .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select.description,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .cms-heading-wrapper select.description,.cms-heading-wrapper .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select.description,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .cms-heading-wrapper select.description,.cms-heading-wrapper .checkout-module .woocommerce-billing-fields-inne input.input-text.description,.checkout-module .woocommerce-billing-fields-inne .cms-heading-wrapper input.input-text.description,.cms-heading-wrapper .checkout-module .shipping_address input.input-text.description,.checkout-module .shipping_address .cms-heading-wrapper input.input-text.description,.cms-heading-wrapper .checkout-module .woocommerce-billing-fields-inne textarea.description,.checkout-module .woocommerce-billing-fields-inne .cms-heading-wrapper textarea.description,.cms-heading-wrapper .checkout-module .shipping_address textarea.description,.checkout-module .shipping_address .cms-heading-wrapper textarea.description,.cms-heading-wrapper .checkout-module .woocommerce-billing-fields-inne select.description,.checkout-module .woocommerce-billing-fields-inne .cms-heading-wrapper select.description,.cms-heading-wrapper .checkout-module .shipping_address select.description,.checkout-module .shipping_address .cms-heading-wrapper select.description,.cms-heading-wrapper .checkout-module.order-comment-wrap #order_comments.description,.checkout-module.order-comment-wrap .cms-heading-wrapper #order_comments.description,.cms-heading-wrapper .woocommerce .checkout-right h3.description,.woocommerce .checkout-right .cms-heading-wrapper h3.description,.cms-heading-wrapper .woocommerce form .woocommerce-billing-fields .form-row .select2-container .select2-choice.description,.woocommerce form .woocommerce-billing-fields .form-row .select2-container .cms-heading-wrapper .select2-choice.description,.cms-heading-wrapper .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container .select2-choice.description,.woocommerce-page form .woocommerce-billing-fields .form-row .select2-container .cms-heading-wrapper .select2-choice.description,.cms-heading-wrapper .select2-container .select2-choice.description,.select2-container .cms-heading-wrapper .select2-choice.description{margin-top:19px;}.cms-heading-wrapper .text-blur{position:absolute;left:-15%;color:rgba(4, 24, 82, 0.06);font-size:135px;line-height:1;letter-spacing:0.035em;text-transform:uppercase;}.cms-heading-wrapper.heading-layout2 .cms-heading-content{position:relative;}.cms-heading-wrapper.heading-layout2 .text-blur{position:static;color:rgba(4, 24, 82, 0.06);font-size:135px;line-height:1;letter-spacing:0.035em;text-transform:uppercase;margin:0;}.cms-heading-wrapper.heading-layout2 .title{color:#041852;position:absolute;top:50%;left:50%;width:100%;font-weight:600;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding-top:0px;margin-bottom:0px;}.cms-heading-wrapper.heading-layout3 .cms-heading-content{position:relative;}.cms-heading-wrapper.heading-layout3 .text-blur{position:static;color:rgba(4, 24, 82, 0.06);font-size:135px;line-height:1;letter-spacing:0.035em;text-transform:uppercase;margin:0;}.cms-heading-wrapper.heading-layout3 .text-blur:after{color:#041852;position:absolute;bottom:18px;content:'';left:50%;width:32px;height:2px;background:#efbd1a;-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 */}.cms-heading-wrapper.heading-layout3 .title{color:#041852;position:absolute;top:50%;left:50%;width:100%;font-size:32px;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding-top:0px;margin-bottom:0px;}.cms-heading-wrapper.heading-layout3 .description{margin-top:23px;}.cms-heading-wrapper.heading-layout4{overflow:hidden;}.cms-heading-wrapper.heading-layout4 .cms-heading-content{position:relative;}.cms-heading-wrapper.heading-layout4 .text-blur{position:static;color:rgba(4, 24, 82, 0.06);font-size:135px;line-height:1;letter-spacing:0.035em;text-transform:uppercase;margin:0;}.cms-heading-wrapper.heading-layout4 .text-blur:after{color:#041852;position:absolute;bottom:-2px;content:'';left:0;width:32px;height:2px;background:#efbd1a;}.cms-heading-wrapper.heading-layout4 .title{color:#041852;position:absolute;bottom:30px;left:0;width:100%;font-size:32px;padding-top:0px;margin-bottom:0px;}.cms-heading-wrapper.heading-layout4 .description{margin-top:24px;line-height:28px;font-family:'HelveticaNeue-Medium';}.cms-heading-wrapper.heading-layout5{text-align:right;}.cms-heading-wrapper.heading-layout5 .cms-heading-content{position:relative;}.cms-heading-wrapper.heading-layout5 .text-blur{position:static;color:rgba(4, 24, 82, 0.06);font-size:135px;line-height:1;letter-spacing:0.035em;text-transform:uppercase;margin:0;}.cms-heading-wrapper.heading-layout5 .text-blur:after{color:#041852;position:absolute;bottom:18px;content:'';right:0;width:32px;height:2px;background:#efbd1a;}.cms-heading-wrapper.heading-layout5 .title{color:#041852;position:absolute;top:50%;left:50%;width:100%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding-top:0px;margin-bottom:0px;font-size:32px;font-family:'HelveticaNeue-Medium';}.cms-heading-wrapper.heading-layout5 .description{margin-top:6px;line-height:28px;font-family:'HelveticaNeue-Medium';}.cms-heading-wrapper.heading-layout5.text-left .text-blur:after{left:0;}.cms-heading-wrapper.heading-layout6 .cms-heading-content{position:relative;}.cms-heading-wrapper.heading-layout6 .title{color:#041852;position:relative;width:100%;font-size:32px;padding-top:0px;padding-bottom:37px;}.cms-heading-wrapper.heading-layout6 .title:after{color:#041852;position:absolute;bottom:0px;content:'';left:0;width:32px;height:2px;background:#efbd1a;}.cms-heading-wrapper.heading-layout6 .description{margin-top:24px;line-height:28px;font-family:'HelveticaNeue-Medium';}.title-carousel{color:#7e7e7e;font-size:13px;line-height:26px;letter-spacing:0.035em;text-align:left;margin-bottom:20px;}.template-cms_carousel-blog{position:relative;margin-left:-10px;margin-right:-10px;}.template-cms_carousel-blog.cms-carousel .owl-dots{position:absolute;top:-29px;right:30px;margin-top:0;}.template-cms_carousel-blog.cms-carousel .owl-dots .owl-dot{width:12px;height:12px;margin-left:8px;border:#dbdbdb solid 1px;background-color:#ededed;background-image:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fafafa));background-image:-webkit-linear-gradient(bottom, #ededed, #fafafa);background-image:-moz-linear-gradient(bottom, #ededed, #fafafa);background-image:-ms-linear-gradient(bottom, #ededed, #fafafa);background-image:-o-linear-gradient(bottom, #ededed, #fafafa);background-image:linear-gradient(bottom, #ededed, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', endColorStr='#fafafa');/*place holder*/}.template-cms_carousel-blog.cms-carousel .owl-dots .owl-dot:hover,.template-cms_carousel-blog.cms-carousel .owl-dots .owl-dot.active{background:#efbd1a;border-color:#efbd1a;}.template-cms_carousel-blog .cms-carousel-item{text-align:left;padding:10px;float:left;}.template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner{float:left;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner:hover{-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);background:#fff;}.template-cms_carousel-blog .cms-carousel-item .cms-carousel-item-inner .content-right{padding:0 11px;}.template-cms_carousel-blog img{border-radius:2px;}.template-cms_carousel-blog .cms-carousel-title{font-size:15px;line-height:26px;color:#041852;letter-spacing:0.035em;margin-top:19px;margin-bottom:1px;}.template-cms_carousel-blog .cms-carousel-title a{color:#041852;}.template-cms_carousel-blog .cms-carousel-title a:hover{color:#efbd1a;}.template-cms_carousel-blog .cms-carousel-content{font-size:13px;line-height:26px;color:rgba(4, 24, 82, 0.38);letter-spacing:0.035em;margin-top:16px;}.template-cms_carousel-blog .date{font-size:15px;line-height:26px;color:rgba(4, 24, 82, 0.33);letter-spacing:0.035em;}.template-cms_carousel-blog .date i{font-size:15px;line-height:26px;margin-right:7px;}.template-cms_carousel-blog .date span{position:relative;top:-5px;font-size:11px;}.template-cms_carousel-blog .cms-more a{font-size:13px;line-height:26px;color:#efbd1a;margin-top:8px;margin-bottom:6px;letter-spacing:0.035em;text-transform:capitalize;display:block;}.template-cms_carousel-blog .cms-more a i{font-size:13px;line-height:26px;margin-left:10px;position:relative;top:1px;}.template-cms_carousel-blog .cms-more a:hover{color:#041852;}.template-cms_carousel--layout-blog2{position:relative;}.template-cms_carousel--layout-blog2.cms-carousel .owl-dots{top:auto;bottom:24px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */right:auto;}.template-cms_carousel--layout-blog2 .cms-grid-media{background-size:cover;background-position:center center;min-height:600px;}.template-cms_carousel--layout-blog2 .cms-grid-media .bg-overlay{width:100%;height:100%;background:#041852;opacity:0.7;position:absolute;top:0;left:0;}.template-cms_carousel--layout-blog2 .content-overlay{width:100%;height:100%;max-width:1020px;padding:0 15px;padding-top:120px;position:absolute;top:0;left:50%;text-align:center;z-index:2;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title{font-size:45px;line-height:60px;letter-spacing:0.035em;color:#efbd1a;font-weight:normal;max-width:80%;display:inline-block;}.template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title a{color:#efbd1a;}.template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title a:hover{color:#041852;}.template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-content{font-size:15px;letter-spacing:0.035em;line-height:28px;color:rgba(255, 255, 255, 0.87);max-width:500px;display:inline-block;margin-top:41px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom{margin-top:50px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .cms-more{font-size:11px;letter-spacing:0.075em;line-height:28px;display:inline-block;color:#fff;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .cms-more a{color:inherit;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .cms-more a:hover{color:#efbd1a;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .left{margin-top:15px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt{width:50px;height:50px;float:left;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt img{border-radius:50%;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info{margin-left:65PX;text-align:left;font-size:13px;letter-spacing:0.035em;font-weight:normal;color:#fff;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info h5{text-transform:capitalize;font-size:13px;letter-spacing:0.035em;line-height:28px;font-weight:normal;margin:0;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info h5 a{color:#fff;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info h5 a:hover{color:#efbd1a;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info .date{line-height:1;margin-top:-3px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info .date span{position:relative;top:-4px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like{margin-top:33px;font-size:12px;line-height:28px;letter-spacing:0.035em;color:#fff;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like > span{margin-left:42px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like i{color:#efbd1a;line-height:28px;margin-right:6px;}.template-cms_carousel--layout-blog3{position:relative;}.template-cms_carousel--layout-blog3.cms-carousel .owl-dots{top:auto;bottom:17px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */right:auto;}.template-cms_carousel--layout-blog3.cms-carousel .owl-dots .owl-dot{background:none;border:rgba(255, 255, 255, 0.68) solid 1px;}.template-cms_carousel--layout-blog3 .cms-carousel-item{max-width:812px;position:relative;margin:0 auto;}.template-cms_carousel--layout-blog3 .cms-grid-media{background-size:cover;background-position:center center;min-height:400px;border-radius:3px;-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);-moz-box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);-ms-box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);}.template-cms_carousel--layout-blog3 .cms-grid-media .bg-overlay{width:100%;height:100%;background:rgba(0, 0, 0, 0.4);opacity:0.7;position:absolute;top:0;left:0;}.template-cms_carousel--layout-blog3 .content-overlay{width:100%;position:absolute;bottom:40px;left:50%;text-align:center;z-index:2;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-title{font-size:18px;line-height:26px;letter-spacing:0.035em;color:#efbd1a;margin-bottom:1px;}.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-title a{color:#efbd1a;}.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-title a:hover{color:#041852;}.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-content{font-size:15px;letter-spacing:0.035em;line-height:26px;color:#fff;}.template-cms_carousel--layout-pricing{text-align:center;/*team*/}.template-cms_carousel--layout-pricing .owl-stage-outer{padding-top:102px;padding-bottom:84px;}.template-cms_carousel--layout-pricing .cms-pricing-item{border:#e0e0e0 solid 1px;border-radius:5px;background:#fff;padding-bottom:37px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_carousel--layout-pricing .cms-pricing-item:hover{background:#041852;-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);-ms-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);border:none;}.template-cms_carousel--layout-pricing .cms-pricing-item:hover .cms-grid-media{-webkit-transform:scale(1.115, 1.115);-khtml-transform:scale(1.115, 1.115);-moz-transform:scale(1.115, 1.115);-ms-transform:scale(1.115, 1.115);-o-transform:scale(1.115, 1.115);transform:scale(1.115, 1.115);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_carousel--layout-pricing .cms-pricing-item:hover .cms-grid-media .cms-grid-media-inner .cms-pricing-title{font-size:23px;padding:0;}.template-cms_carousel--layout-pricing .cms-pricing-item:hover .pricing-bottom .cms-ordernow{opacity:1;}.template-cms_carousel--layout-pricing .cms-pricing-item:hover .pricing-bottom .cms-pricing-price{opacity:0;}.template-cms_carousel--layout-pricing .cms-pricing-item:hover .cms-pricing-content{color:#fff;}.template-cms_carousel--layout-pricing .cms-pricing-item:hover .cms-pricing-content ul li{border-bottom-color:rgba(255, 255, 255, 0.1);}.template-cms_carousel--layout-pricing .cms-grid-media{border-radius:50%;border:#efbd1a solid 5px;display:inline-block;min-width:180px;min-height:180px;margin-top:-92px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_carousel--layout-pricing .cms-grid-media .cms-grid-media-inner{border:#041852 solid 5px;border-radius:50%;min-width:170px;min-height:170px;background-size:cover;position:relative;padding:50px 16px;width:100%;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_carousel--layout-pricing .cms-grid-media .cms-grid-media-inner:after{position:absolute;width:100%;height:100%;content:'';background:rgba(4, 24, 82, 0.35);top:0;left:0;border-radius:50%;}.template-cms_carousel--layout-pricing .cms-grid-media .cms-grid-media-inner .cms-pricing-title{position:absolute;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;font-size:20px;padding:0 10px;line-height:32px;letter-spacing:0.035em;color:#fff;z-index:2;}.template-cms_carousel--layout-pricing .cms-pricing-content{margin:0 83px;text-align:left;font-size:15px;line-height:37px;letter-spacing:0.035em;color:#bbb7b7;margin-top:23px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_carousel--layout-pricing .cms-pricing-content ul li{border-bottom:#eceff1 solid 1px;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;}.template-cms_carousel--layout-pricing .cms-pricing-content ul li:before{content:'\f26b';display:inline-block;font:normal normal normal 15px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;color:#efbd1a;padding-right:13px;}.template-cms_carousel--layout-pricing .cms-pricing-content ul li:last-child{border-bottom:0;}.template-cms_carousel--layout-pricing .pricing-bottom{position:relative;height:37px;margin:21px 83px 0;}.template-cms_carousel--layout-pricing .pricing-bottom .cms-ordernow{position:absolute;top:0;left:50%;opacity:0;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_carousel--layout-pricing .pricing-bottom .cms-ordernow a{font-size:11px;color:#fff;padding:12px 26.5px;}.template-cms_carousel--layout-pricing .pricing-bottom .cms-pricing-price{position:absolute;top:0;left:50%;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */font-size:27px;line-height:37px;letter-spacing:0.035em;color:#041852;}.template-cms_carousel--layout-pricing .pricing-bottom .cms-pricing-price span.unit{position:relative;font-size:17px;top:-7px;}.template-cms_carousel--layout-pricing.cms-carousel .owl-dots{position:absolute;top:auto;right:auto;left:50%;bottom:0;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_carousel--layout-pricing.cms-carousel .owl-dots .owl-dot{width:17px;height:17px;background:#e0e0e0;-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.35) inset;-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.35) inset;-ms-box-shadow:0 0 2px rgba(0, 0, 0, 0.35) inset;box-shadow:0 0 2px rgba(0, 0, 0, 0.35) inset;border:none;margin:0 4px;}.cms-carousel-team{text-align:center;}.cms-carousel-team .cs-team-carousel-item-wrap{padding:10px;display:inline-block;}.cms-carousel-team .team-item-left{float:left;width:300px;padding:10px;border-radius:3px;background:#fafafa;-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}.cms-carousel-team .team-info{float:left;width:calc(100% - 300px);padding-left:30px;text-align:left;}.cms-carousel-team .team-info .subtitle{color:#bdbdbd;font-size:13px;line-height:26px;letter-spacing:0.055em;text-transform:uppercase;position:relative;padding-top:2px;padding-bottom:17px;}.cms-carousel-team .team-info .subtitle:after{content:'';height:2px;width:32px;background:#efbd1a;bottom:0;left:0;position:absolute;}.cms-carousel-team .team-info .content{color:#424242;font-size:20px;line-height:34px;letter-spacing:0.035em;margin-top:24px;padding-bottom:28px;max-width:650px;}.cms-carousel-team .team-info .left-icon{width:40px;height:40px;line-height:80px;color:#efbd1a;border-radius:3px;text-align:center;font-family:Arial;font-size:80px;background:#041852;float:left;}.cms-carousel-team .team-info .right-content{float:left;width:calc(100% - 40px);padding-left:14px;}.cms-carousel-team .team-info .right-content .title{color:#424242;font-size:14px;line-height:19px;letter-spacing:0.055em;color:#041852;text-transform:uppercase;margin-bottom:0;}.cms-carousel-team .team-info .right-content .team-position{color:#bdbdbd;font-size:13px;line-height:21px;letter-spacing:0.055em;}.cms-carousel-team2 .cms-carousel-item .team-item-top{position:relative;border:#c7c7c7 solid 1px;float:left;width:100%;}.cms-carousel-team2 .cms-carousel-item .team-item-top img{width:100%;}.cms-carousel-team2 .cms-carousel-item .team-item-top:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";background-color:#efbd1a;z-index:1;-webkit-transform:translateY(-100%);-khtml-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-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-team2 .cms-carousel-item .team-item-top .cms-team-social{text-align:center;width:100%;float:left;left:0;position:absolute;right:0;top:0;opacity:0;-webkit-transform:translate(0px, 0%);-khtml-transform:translate(0px, 0%);-moz-transform:translate(0px, 0%);-ms-transform:translate(0px, 0%);-o-transform:translate(0px, 0%);transform:translate(0px, 0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */z-index:2;-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-team2 .cms-carousel-item .team-item-top .cms-team-social .social-item{display:inline-block;}.cms-carousel-team2 .cms-carousel-item .team-item-top .cms-team-social .social-item a{width:40px;height:40px;border-radius:50%;border:#fff solid 2px;line-height:36px;margin:0 17px;font-size:18px;color:#fff;}.cms-carousel-team2 .cms-carousel-item:hover .team-item-top:before{opacity:1;-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-carousel-team2 .cms-carousel-item:hover .team-item-top .cms-team-social{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 */opacity:1;}.cms-carousel-team2 .cms-carousel-item .team-item-bottom{margin-top:13px;padding-bottom:30px;float:left;width:100%;}.cms-carousel-team2 .cms-carousel-item .team-item-bottom h3{font-size:14px;line-height:24px;letter-spacing:0.075em;color:#041852;text-transform:capitalize;font-family:'HelveticaNeue-Medium';margin-bottom:9px;}.cms-carousel-team2 .cms-carousel-item .team-item-bottom .team_content{font-size:12px;line-height:24px;letter-spacing:0.035em;color:#424242;}.cms-carousel-team2 .cms-carousel-item:hover .text-hide{opacity:1;}.cms-carousel-team2 .cms-carousel-item:hover .text-hide:before{-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms_carousel--layout-team3.owl-theme .owl-controls .owl-dot{display:inline-block;background:#fff;}.cms_carousel--layout-team3.owl-theme .owl-controls .owl-dot.active,.cms_carousel--layout-team3.owl-theme .owl-controls .owl-dot:hover{background:#747474;}.cms_carousel--layout-team3.template-cms_grid--layout-team3 .cms-team-item-inner{position:relative;float:left;width:100%;margin-bottom:30px;}.cms_carousel--layout-team3 .cms-grid-media{width:100%;float:left;}.cms_carousel--layout-team3 .cms-grid-media img{border-radius:2px;width:100%;}.cms_carousel--layout-team3 .cms-team-item{position:relative;float:left;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content{position:absolute;bottom:0;border-radius:4px;width:100%;left:0px;background:rgba(3, 17, 58, 0.9);padding:14px 28px 12px 20px;-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;text-align:center;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content.cms-content2{opacity:0;padding-top:29px;height:100%;bottom:0;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content h3{font-size:14px;line-height:24px;letter-spacing:0.075em;color:#fff;text-transform:uppercase;margin:0;-webkit-transition:transform 0.35s;-moz-transition:transform 0.35s;-ms-transition:transform 0.35s;transition:transform 0.35s;z-index:2;font-weight:600;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .position{font-size:14px;line-height:24px;letter-spacing:0.075em;color:rgba(255, 255, 255, 0.5);font-family:'HelveticaNeue-Light';padding:0 20px;margin-top:1px;z-index:2;font-weight:600;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .description{font-size:12px;line-height:24px;letter-spacing:0.075em;color:#fff;width:100%;text-align:center;margin-top:21px;-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;max-height:0;overflow:hidden;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .description p{margin-bottom:25px;}.cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .description p:last-child{margin-bottom:0;}.cms_carousel--layout-team3 .cms-team-item:hover .cms-grid-team-content.cms-content1{opacity:0;}.cms_carousel--layout-team3 .cms-team-item:hover .cms-grid-team-content.cms-content2{opacity:1;}.cms_carousel--layout-team3 .cms-team-item:hover .cms-grid-team-content .description{opacity:1;max-height:1000px;}.cms_carousel--layout-team4 .cms-grid-media{width:190px;margin-right:-50%;float:left;position:relative;z-index:1;}.cms_carousel--layout-team4 .cms-grid-media img{width:190px;height:190px;border-radius:50%;}.cms_carousel--layout-team4 .cms-grid-team-content{width:calc(100% - 80px);background:#fff;float:right;padding-left:129px;position:relative;z-index:0;padding-top:22PX;min-height:190px;border-bottom:#efbd1a solid 3px;border-radius:3px;-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);-moz-box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);-ms-box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);box-shadow:1px 0 3px rgba(0, 0, 0, 0.2);}.cms_carousel--layout-team4 .cms-grid-team-content .cms-content-title{float:left;width:60%;}.cms_carousel--layout-team4 .cms-grid-team-content .cms-content-title h3{font-size:22px;line-height:24px;letter-spacing:0.035em;color:#041852;text-transform:capitalize;margin-bottom:4px;}.cms_carousel--layout-team4 .cms-grid-team-content .cms-content-title .position{font-size:12px;line-height:24px;letter-spacing:0.035em;color:rgba(97, 97, 97, 0.87);}.cms_carousel--layout-team4 .cms-grid-team-content .cms-team-social{float:left;width:40%;text-align:right;padding-right:21px;}.cms_carousel--layout-team4 .cms-grid-team-content .cms-team-social .social-item{display:inline-block;font-size:14px;line-height:26px;padding:0 7px;}.cms_carousel--layout-team4 .cms-grid-team-content .cms-team-social .social-item a{color:#041852;}.cms_carousel--layout-team4 .cms-grid-team-content .cms-team-social .social-item a:hover{color:#efbd1a;}.cms_carousel--layout-team4 .cms-grid-team-content .description{float:left;width:100%;font-size:12px;margin-top:15px;line-height:24px;letter-spacing:0.075em;color:#616161;padding-right:28px;}.cms-carousel-team5 .cms-carousel-item .team-item-top{position:relative;border:#c7c7c7 solid 1px;float:left;width:100%;overflow:hidden;}.cms-carousel-team5 .cms-carousel-item .team-item-top img{width:100%;}.cms-carousel-team5 .cms-carousel-item .team-item-top:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";background-color:#efbd1a;z-index:1;-webkit-transform:translateY(-100%);-khtml-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-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-team5 .cms-carousel-item .team-item-top .cms-team-social{text-align:center;width:100%;float:left;left:0;position:absolute;right:0;top:0;opacity:0;-webkit-transform:translate(0px, 0%);-khtml-transform:translate(0px, 0%);-moz-transform:translate(0px, 0%);-ms-transform:translate(0px, 0%);-o-transform:translate(0px, 0%);transform:translate(0px, 0%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */z-index:2;-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-team5 .cms-carousel-item .team-item-top .cms-team-social .social-item{display:inline-block;}.cms-carousel-team5 .cms-carousel-item .team-item-top .cms-team-social .social-item a{width:40px;height:40px;border-radius:50%;border:#fff solid 2px;line-height:36px;margin:0 17px;font-size:18px;color:#fff;}.cms-carousel-team5 .cms-carousel-item:hover .team-item-top:before{opacity:1;-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-carousel-team5 .cms-carousel-item:hover .team-item-top .cms-team-social{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 */opacity:1;}.cms-carousel-team5 .cms-carousel-item .team-item-bottom{margin-top:14px;padding-bottom:30px;float:left;width:100%;}.cms-carousel-team5 .cms-carousel-item .team-item-bottom h3{font-size:14px;line-height:24px;letter-spacing:0.075em;color:#041852;text-transform:capitalize;font-family:'HelveticaNeue-Medium';margin-bottom:1px;}.cms-carousel-team5 .cms-carousel-item .team-item-bottom .team-position{font-size:14px;line-height:24px;letter-spacing:0.075em;color:#525252;font-family:'HelveticaNeue-Medium';}.cms-carousel-team5 .cms-carousel-item:hover .text-hide{opacity:1;}.cms-carousel-team5 .cms-carousel-item:hover .text-hide:before{-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-carousel .owl-dots,.owl-dots{position:absolute;top:-39px;right:30px;margin-top:0;}.cms-carousel .owl-dots .owl-dot,.owl-dots .owl-dot{width:12px;height:12px;margin-left:8px;border-radius:50%;float:left;border:#dbdbdb solid 1px;background-color:#ededed;background-image:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fafafa));background-image:-webkit-linear-gradient(bottom, #ededed, #fafafa);background-image:-moz-linear-gradient(bottom, #ededed, #fafafa);background-image:-ms-linear-gradient(bottom, #ededed, #fafafa);background-image:-o-linear-gradient(bottom, #ededed, #fafafa);background-image:linear-gradient(bottom, #ededed, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', endColorStr='#fafafa');/*place holder*/}.cms-carousel .owl-dots .owl-dot:hover,.owl-dots .owl-dot:hover,.cms-carousel .owl-dots .owl-dot.active,.owl-dots .owl-dot.active{background:#efbd1a;border-color:#efbd1a;}.cms-slick-wrap.cms-carousel-tab{float:left;width:100%;/*Client*/}.cms-slick-wrap.cms-carousel-tab .cms-carousel-item{outline:none;}.cms-slick-wrap.cms-carousel-tab .cms-slider-default{float:left;width:100%;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap{width:100%;float:left;text-align:center;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-item{margin:0;padding:0 82px;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-title{text-align:center;padding-bottom:23px;padding-top:30px;font-size:22px;line-height:35px;letter-spacing:0.035em;color:#041852;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-title a{color:#041852;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-title a:hover{color:#efbd1a;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-grid-content{color:rgba(33, 33, 33, 0.68);font-size:14px;line-height:28px;letter-spacing:0.035em;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav{width:100%;float:left;margin-bottom:19px;position:relative;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item{position:relative;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .cms-grid-media{margin:0 15px;padding-bottom:10px;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .cms-grid-media-inner{position:relative;width:100%;height:100px;background-size:cover;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .cms-grid-media-inner:before{width:0;height:0;content:'';border:transparent solid 10px;border-top-color:rgba(239, 189, 26, 0.6);position:absolute;bottom:-30px;left:50%;opacity: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 */}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .cms-grid-media-inner:after{content:'';background:#041852;opacity:0.6;width:100%;height:100%;border-radius:3px;position:absolute;top:0;left:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .title{position:absolute;top:50%;width:100%;padding:0 15px;text-align:center;font-size:15px;line-height:28px;letter-spacing:0.035em;color:rgba(255, 255, 255, 0.87);-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-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item:hover .cms-grid-media-inner:after,.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item.slick-current .cms-grid-media-inner:after{background:#efbd1a;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item:hover .title,.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item.slick-current .title{color:#fff;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item.slick-current .cms-grid-media-inner:before{opacity:1;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-prev,.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-next{font-size:0;line-height:0;position:absolute;display:block;width:50px;height:50px;top:40px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;box-shadow:none;min-width:auto;text-shadow:none;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-prev:before,.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-next:before{color:#bdbdbd;content:'\f2fa';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;font-size:50px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-next:before{content:'\f2fb';}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-prev{left:0;}.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .slick-next{right:0;}.cms-carousel-client{/*Testimonial*/}.cms-carousel-client .cms-carousel-media{text-align:center;}.cms-carousel-client.owl-carousel .owl-item img{width:auto;display:inline-block;}.cms-carousel-client .cms-carousel-item{margin-bottom:1px;float:left;}.cms-carousel-testimonial{text-align:center;position:relative;}.cms-carousel-testimonial .slick-slider{margin-bottom:0px;}.cms-carousel-testimonial .team-item{padding:10px;display:inline-block;max-width:1100px;width:100%;}.cms-carousel-testimonial .team-item-left{float:left;width:300px;padding:10px;border-radius:3px;background:#fafafa;-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}.cms-carousel-testimonial .team-info{float:left;width:calc(100% - 300px);padding-left:30px;text-align:left;}.cms-carousel-testimonial .team-info .subtitle{color:#bdbdbd;font-size:13px;line-height:26px;letter-spacing:0.055em;text-transform:uppercase;position:relative;padding-top:2px;padding-bottom:17px;}.cms-carousel-testimonial .team-info .subtitle:after{content:'';height:2px;width:32px;background:#efbd1a;bottom:0;left:0;position:absolute;}.cms-carousel-testimonial .team-info .content{color:#424242;font-size:18px;line-height:34px;letter-spacing:0.035em;margin-top:24px;padding-bottom:28px;max-width:650px;}.cms-carousel-testimonial .cms-testimonial-nav{max-width:1100px;display:inline-block;padding-left:330px;position:absolute;bottom:19px;left:30px;width:1100px;}.cms-carousel-testimonial .cms-testimonial-nav .cms-testimonial-dot-thumb{opacity:0.4;cursor:pointer;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-carousel-testimonial .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-current,.cms-carousel-testimonial .cms-testimonial-nav .cms-testimonial-dot-thumb:hover{opacity:1;}.cms-carousel-testimonial .bottom-content{background:#fff;border-radius:2px;float:left;width:calc(100% - 27px);padding:9px 13px 11px 9px;text-align:left;}.cms-carousel-testimonial .bottom-content .left-icon{width:40px;height:40px;line-height:80px;color:#efbd1a;border-radius:3px;text-align:center;font-family:Arial;font-size:80px;background:#041852;float:left;}.cms-carousel-testimonial .bottom-content .right-content{float:left;width:calc(100% - 40px);padding-left:14px;}.cms-carousel-testimonial .bottom-content .right-content .title{color:#424242;font-size:14px;line-height:19px;letter-spacing:0.055em;color:#041852;text-transform:uppercase;margin-bottom:0;}.cms-carousel-testimonial .bottom-content .right-content .team-position{color:#bdbdbd;font-size:13px;line-height:21px;letter-spacing:0.055em;}.cms-carousel-testimonial2{padding-bottom:92px;}.cms-carousel-testimonial2 .cms-carousel-item-top{float:left;width:100%;background:#fff;position:relative;border-radius:3px;padding:14px 20px 15px;}.cms-carousel-testimonial2 .cms-carousel-item-top:after{content:'';bottom:-22px;left:50%;display:block;position:absolute;border-color:transparent;border-width:11px 16px;border-style:solid;border-top-color:#fff;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-carousel-testimonial2 .cms-carousel-item-top .cms-carousel-des{font-size:12px;line-height:24px;color:#616161;letter-spacing:0.035em;}.cms-carousel-testimonial2 .cms-carousel-item-top .cms-carousel-title{float:left;width:100%;font-size:14px;line-height:26px;letter-spacing:0.035em;color:#041852;font-family:'HelveticaNeue-Bold';margin:11px 0 0;}.cms-carousel-testimonial2 .cms-carousel-item-top .cms-carousel-title a{color:#041852;}.cms-carousel-testimonial2 .cms-carousel-item-top .cms-carousel-title a:hover{color:#efbd1a;}.cms-carousel-testimonial2 .cms-carousel-item-top .team-position{font-size:13px;line-height:26px;letter-spacing:0.035em;font-family:'HelveticaNeue-LightItalic';color:#efbd1a;margin-top:-3px;float:left;}.cms-carousel-testimonial2 .cms-carousel-item-top .quote-right{position:absolute;font-family:'proxima_novaregular';font-size:224px;color:rgba(0, 0, 0, 0.05);right:10px;bottom:-31px;letter-spacing:0.02em;}.cms-carousel-testimonial2 .cms-grid-media{float:left;width:100%;text-align:center;margin-top:27px;}.cms-carousel-testimonial2 .cms-grid-media img{display:inline-block;height:100px;width:100px;border-radius:50%;}.cms-carousel-testimonial2.cms-carousel .owl-dots{position:absolute;top:auto;right:auto;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */margin-top:0;bottom:0;}.cms-carousel-testimonial3{padding-bottom:70px;max-width:1600px;margin:0 auto;}.cms-carousel-testimonial3 .cms-carousel-item-top{float:left;width:100%;background:#e0e0e0;position:relative;border-radius:3px;padding:55px 45px 41px;-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);}.cms-carousel-testimonial3 .cms-carousel-item-top:after{content:'';bottom:-32px;left:70px;display:block;position:absolute;border-color:transparent;border-width:16px 19px;border-style:solid;border-top-color:#e0e0e0;}.cms-carousel-testimonial3 .cms-carousel-item-top .cms-carousel-des{font-size:15px;line-height:26px;color:#fff;letter-spacing:0.035em;position:relative;font-family:'HelveticaNeue-Italic';}.cms-carousel-testimonial3 .cms-carousel-item-top .cms-carousel-des .content{position:relative;z-index:2;text-align:center;display:block;}.cms-carousel-testimonial3 .cms-carousel-item-top .cms-carousel-des .quote-left{position:absolute;font-family:'proxima_novaregular';font-size:224px;color:#d3d3d3;left:0;top:39px;}.cms-carousel-testimonial3 .cms-carousel-item-top .cms-carousel-des .quote-right{position:absolute;font-family:'proxima_novaregular';font-size:224px;color:#d3d3d3;right:0;bottom:-85px;}.cms-carousel-testimonial3 .cms-carousel-item-bottom{float:left;width:100%;padding-left:46px;margin-top:22px;opacity:0.33;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-grid-media{float:left;width:85px;height:85px;-webkit-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-moz-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);-ms-box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);box-shadow:1px 0 3px rgba(0, 0, 0, 0.22);text-align:center;border-radius:50%;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-grid-media img{display:inline-block;height:85px;width:85px;border-radius:50%;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-carousel-right{width:calc(100% - 105px);float:right;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-carousel-right .cms-carousel-title{float:left;width:100%;font-size:16px;line-height:26px;letter-spacing:0.035em;color:#041852;font-family:'HelveticaNeue-Bold';margin:11px 0 0;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-carousel-right .cms-carousel-title a{color:#041852;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-carousel-right .cms-carousel-title a:hover{color:#efbd1a;}.cms-carousel-testimonial3 .cms-carousel-item-bottom .cms-carousel-right .team-position{font-size:14px;line-height:26px;letter-spacing:0.035em;color:#efbd1a;margin-top:-1px;float:left;}.cms-carousel-testimonial3 .owl-item.active.center .cms-carousel-item-top{background:#efbd1a;}.cms-carousel-testimonial3 .owl-item.active.center .cms-carousel-item-top .cms-carousel-des{color:#695207;}.cms-carousel-testimonial3 .owl-item.active.center .cms-carousel-item-top .cms-carousel-des .quote-left,.cms-carousel-testimonial3 .owl-item.active.center .cms-carousel-item-top .cms-carousel-des .quote-right{color:#f2cb4a;}.cms-carousel-testimonial3 .owl-item.active.center .cms-carousel-item-top:after{border-top-color:#efbd1a;}.cms-carousel-testimonial3 .owl-item.active.center .cms-carousel-item-bottom{opacity:1;}.cms-carousel-testimonial3.cms-carousel .owl-dots{position:absolute;top:auto;right:auto;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */margin-top:0;bottom:0;}.cms-testimonial-layout4 .cms-testimonial-nav{max-width:1000px;margin:auto;}.cms-testimonial-layout4 .cms-testimonial-nav button{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;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 */color:#041852;}.cms-testimonial-layout4 .cms-testimonial-nav .slick-list{padding:72px 0 !important;}.cms-testimonial-layout4 .cms-testimonial-nav .cms-testimonial-dot-thumb img{max-width:66px;-webkit-border-radius:100%;-khtml-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;/* BACKGROUND GRADIENT */display:inline-block;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-testimonial-layout4 .cms-testimonial-nav .cms-testimonial-dot-thumb.slick-center img{-webkit-transform:scale(2.6);-khtml-transform:scale(2.6);-moz-transform:scale(2.6);-ms-transform:scale(2.6);-o-transform:scale(2.6);transform:scale(2.6);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-testimonial-layout4 .cms-testimonial-nav .cms-testimonial-dot-thumb:not(.slick-center) img{cursor:pointer;}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body{margin:auto;max-width:720px;}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .title{color:#041852;font-size:18px;line-height:26px;letter-spacing:0.11em;text-transform:uppercase;margin-bottom:11px;font-family:'HelveticaNeue-Bold';}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .subtitle{font-size:17px;line-height:26px;color:#efbd1a;letter-spacing:0.035em;margin-bottom:21px;font-family:'HelveticaNeue-Medium';}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .content{color:#616161;font-size:14px;line-height:26px;letter-spacing:0.035em;}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating{margin-bottom:11px;margin-top:2px;}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating:before{font-family:FontAwesome;letter-spacing:8px;color:#efbd1a;font-size:18px;opacity:0.8;}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating.rating-5-star:before{content:"\f005\f005\f005\f005\f005";}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating.rating-4-star:before{content:"\f005\f005\f005\f005";}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating.rating-3-star:before{content:"\f005\f005\f005";}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating.rating-2-star:before{content:"\f005\f005";}.cms-testimonial-layout4 .cms-testimonial-wrap .cms-testimonial-body .rating.rating-1-star:before{content:"\f005";}.cms-carousel-layout1 .cms-carousel-item .cms-grid-media{height:575px;width:100%;background-size:cover;background-position:center center;}.cms-carousel-layout1 .cms-carousel-item .content-overlay{max-width:1170px;width:100%;padding:0 15px;position:absolute;bottom:57px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-carousel-layout1 .cms-carousel-item .content-overlay .content-top{width:350px;max-width:100%;}.cms-carousel-layout1 .cms-carousel-item .content-overlay .content-top .cms-carousel-title{font-size:20px;line-height:25px;letter-spacing:0.055em;color:#fff;}.cms-carousel-layout1 .cms-carousel-item .content-overlay .content-top .cms-carousel-content{font-size:12px;line-height:25px;letter-spacing:0.055em;color:rgba(255, 255, 255, 0.87);margin-top:3px;}.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap{margin-top:16px;}.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap .btn1{font-size:11px;padding:9.5px 16.7px;float:left;}.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap .btn2{background:transparent;font-size:11px;padding:8.5px 16.7px;border-color:#efbd1a;color:#efbd1a;float:left;margin-left:19px;margin-top:1px;}.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap .btn2:hover{background:#efbd1a;color:#fff;}.cms-carousel-layout1 .dotsCont{text-align:center;margin-top:-37px;position:relative;z-index:2;}.cms-carousel-layout1 .dotsCont .item-dot{width:75px;height:75px;border:#fff solid 5px;border-radius:50%;background-size:cover;display:inline-block;background-position:center center;margin:0 5px;}.cms-carousel-layout-blog4{max-width:710px;margin:0 auto;position:relative;}.cms-carousel-layout-blog4 .cms-carousel-item .cms-grid-media{height:575px;width:100%;background-size:cover;background-position:center center;position:relative;-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);-ms-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);box-shadow:0 0 2px rgba(0, 0, 0, 0.3);}.cms-carousel-layout-blog4 .cms-carousel-item .cms-grid-media:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;opacity:0.3;-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-layout-blog4 .cms-carousel-item .content-overlay{position:absolute;bottom:29px;left:36px;max-width:80%;}.cms-carousel-layout-blog4 .cms-carousel-item .content-overlay .content-top{width:350px;max-width:100%;}.cms-carousel-layout-blog4 .cms-carousel-item .content-overlay .content-top .cms-carousel-title{font-size:18px;line-height:23px;letter-spacing:0.035em;color:#efbd1a;margin-bottom:1px;}.cms-carousel-layout-blog4 .cms-carousel-item .content-overlay .content-top .cms-carousel-content{font-size:15px;letter-spacing:0.035em;line-height:23px;color:#fff;}.cms-carousel-layout-blog4 .dotsCont4{text-align:center;width:100%;}.cms-carousel-layout-blog4 .dotsCont4 .item-dot{width:142px;float:left;height:65px;background-size:cover;display:inline-block;background-position:center center;position:relative;}.cms-carousel-layout-blog4 .dotsCont4 .item-dot:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;opacity:0.5;-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-layout-blog4 .dotsCont4 .item-dot.active:after,.cms-carousel-layout-blog4 .dotsCont4 .item-dot:hover:after{opacity:0.1;}.cms-carousel-layout-blog4 .owl-nav{position:absolute;bottom:30px;right:26px;}.cms-carousel-layout-blog4 .owl-nav .owl-prev,.cms-carousel-layout-blog4 .owl-nav .owl-next{width:44px;overflow:hidden;text-indent:100px;height:50px;float:left;}.cms-carousel-layout-blog4 .owl-nav .owl-prev:before,.cms-carousel-layout-blog4 .owl-nav .owl-next:before{content:'\f3a9';color:#efbd1a;opacity:0.7;display:inline-block;font:normal normal normal 50px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:50px;text-indent:0px;display:block;width:44px;text-align:center;}.cms-carousel-layout-blog4 .owl-nav .owl-prev:hover:before,.cms-carousel-layout-blog4 .owl-nav .owl-next:hover:before,.cms-carousel-layout-blog4 .owl-nav .owl-prev.active:before,.cms-carousel-layout-blog4 .owl-nav .owl-next.active:before{opacity:1;}.cms-carousel-layout-blog4 .owl-nav .owl-prev{margin-right:18px;}.cms-carousel-layout-blog4 .owl-nav .owl-prev:before{-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-carousel-layout-blog5{max-width:710px;margin:0 auto;position:relative;}.cms-carousel-layout-blog5 .cms-carousel-item .cms-grid-media{height:575px;width:100%;background-size:cover;background-position:center center;position:relative;-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);-ms-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);box-shadow:0 0 2px rgba(0, 0, 0, 0.3);}.cms-carousel-layout-blog5 .cms-carousel-item .cms-grid-media:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;opacity:0.3;-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-layout-blog5 .cms-carousel-item .content-overlay{position:absolute;bottom:29px;left:36px;max-width:80%;}.cms-carousel-layout-blog5 .cms-carousel-item .content-overlay .content-top{width:350px;max-width:100%;}.cms-carousel-layout-blog5 .cms-carousel-item .content-overlay .content-top .cms-carousel-title{font-size:18px;line-height:23px;letter-spacing:0.035em;color:#efbd1a;margin-bottom:1px;}.cms-carousel-layout-blog5 .cms-carousel-item .content-overlay .content-top .cms-carousel-content{font-size:15px;letter-spacing:0.035em;line-height:23px;color:#fff;}.cms-carousel-layout-blog5 .cms-carousel .owl-dots{position:absolute;top:auto;right:45px;bottom:35px;margin-top:0;}.cms-carousel-layout-blog5 .cms-carousel .owl-dots .owl-dot{background:transparent;border:rgba(255, 255, 255, 0.68) solid 1px;}.cms-carousel-layout-blog5 .cms-carousel .owl-dots .owl-dot.active,.cms-carousel-layout-blog5 .cms-carousel .owl-dots .owl-dot:hover{background:#efbd1a;border-color:#efbd1a;}.cms-carousel-layout-blog6{position:relative;margin-left:-10px;margin-right:-10px;}.cms-carousel-layout-blog6.cms-carousel .owl-dots{position:absolute;top:-39px;right:30px;margin-top:0;}.cms-carousel-layout-blog6.cms-carousel .owl-dots .owl-dot{width:12px;height:12px;margin-left:8px;border:#dbdbdb solid 1px;background-color:#ededed;background-image:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fafafa));background-image:-webkit-linear-gradient(bottom, #ededed, #fafafa);background-image:-moz-linear-gradient(bottom, #ededed, #fafafa);background-image:-ms-linear-gradient(bottom, #ededed, #fafafa);background-image:-o-linear-gradient(bottom, #ededed, #fafafa);background-image:linear-gradient(bottom, #ededed, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', endColorStr='#fafafa');/*place holder*/}.cms-carousel-layout-blog6.cms-carousel .owl-dots .owl-dot:hover,.cms-carousel-layout-blog6.cms-carousel .owl-dots .owl-dot.active{background:#efbd1a;border-color:#efbd1a;}.cms-carousel-layout-blog6 .cms-carousel-item{text-align:left;padding:0px;float:left;position:relative;width:100%;}.cms-carousel-layout-blog6 .cms-carousel-item:hover .cms-carousel-item-content{opacity:0;}.cms-carousel-layout-blog6 .cms-carousel-item:hover .content-right{opacity:1;}.cms-carousel-layout-blog6 .cms-carousel-item .cms-grid-media{height:435px;width:100%;background-size:cover;background-position:center center;border-radius:3px;}.cms-carousel-layout-blog6 .cms-carousel-item-content{position:absolute;width:100%;bottom:0;left:0;background:rgba(4, 24, 82, 0.75);padding:25px 26px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;-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-layout-blog6 .cms-carousel-item-content i{width:30px;height:30px;background:#efbd1a;color:#fff;font-size:20px;text-align:center;display:inline-block;line-height:30px;border-radius:50%;position:absolute;top:-14px;}.cms-carousel-layout-blog6 .cms-carousel-item-content .cms-carousel-title{margin-bottom:2px;}.cms-carousel-layout-blog6 .content-right{position:absolute;width:100%;bottom:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;left:0;background:rgba(4, 24, 82, 0.75);height:100%;opacity:0;padding:26px 26px;border-radius:3px;}.cms-carousel-layout-blog6 .cms-carousel-title{font-size:17px;line-height:32px;color:#fff;letter-spacing:0.035em;}.cms-carousel-layout-blog6 .cms-carousel-content{font-size:12px;line-height:24px;color:rgba(255, 255, 255, 0.87);letter-spacing:0.035em;margin-top:17px;}.cms-carousel-layout-blog6 .date{font-size:12px;line-height:26px;color:#fff;letter-spacing:0.035em;margin-top:3px;}.cms-carousel-layout-blog6 .date .author{float:right;text-transform:capitalize;}.cms-carousel-layout-blog6 .date .author a{color:inherit;}.cms-carousel-layout-blog6 .date i{font-size:12px;line-height:26px;margin-right:8px;}.cms-carousel-layout-blog6 .cms-more{text-align:center;margin-top:34px;}.cms-carousel-layout-blog6 .cms-more a{font-size:11px;line-height:1;color:#efbd1a;margin-top:8px;margin-bottom:6px;letter-spacing:0.075em;text-transform:uppercase;border:#efbd1a solid 2px;font-family:'HelveticaNeue-Medium';padding:11.5px 38.5px;border-radius:17px;display:inline-block;text-align:center;}.cms-carousel-layout-blog6 .cms-more a:hover{color:#041852;}.cms-carousel-layout-blog6 .owl-nav{position:absolute;top:-46px;right:0px;}.cms-carousel-layout-blog6 .owl-nav .owl-prev,.cms-carousel-layout-blog6 .owl-nav .owl-next{width:25px;height:25px;float:left;text-align:center;background:#041852;border-radius:50%;}.cms-carousel-layout-blog6 .owl-nav .owl-prev i,.cms-carousel-layout-blog6 .owl-nav .owl-next i{display:none;}.cms-carousel-layout-blog6 .owl-nav .owl-prev:before,.cms-carousel-layout-blog6 .owl-nav .owl-next:before{content:'\f2fb';color:#fff;display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;text-align:center;display:inline-block;line-height:25px;}.cms-carousel-layout-blog6 .owl-nav .owl-prev:hover:before,.cms-carousel-layout-blog6 .owl-nav .owl-next:hover:before,.cms-carousel-layout-blog6 .owl-nav .owl-prev.active:before,.cms-carousel-layout-blog6 .owl-nav .owl-next.active:before{opacity:1;}.cms-carousel-layout-blog6 .owl-nav .owl-prev{margin-right:20px;}.cms-carousel-layout-blog6 .owl-nav .owl-prev:before{content:'\f2fa';}.cms-carousel-layout-blog7{position:relative;margin-left:-10px;margin-right:-10px;}.cms-carousel-layout-blog7.cms-carousel .owl-dots{position:absolute;top:-39px;right:30px;margin-top:0;}.cms-carousel-layout-blog7.cms-carousel .owl-dots .owl-dot{width:12px;height:12px;margin-left:8px;border:#dbdbdb solid 1px;background-color:#ededed;background-image:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fafafa));background-image:-webkit-linear-gradient(bottom, #ededed, #fafafa);background-image:-moz-linear-gradient(bottom, #ededed, #fafafa);background-image:-ms-linear-gradient(bottom, #ededed, #fafafa);background-image:-o-linear-gradient(bottom, #ededed, #fafafa);background-image:linear-gradient(bottom, #ededed, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', endColorStr='#fafafa');/*place holder*/}.cms-carousel-layout-blog7.cms-carousel .owl-dots .owl-dot:hover,.cms-carousel-layout-blog7.cms-carousel .owl-dots .owl-dot.active{background:#efbd1a;border-color:#efbd1a;}.cms-carousel-layout-blog7 .cms-carousel-item{text-align:left;padding:0px;float:left;position:relative;width:100%;border:#e0e0e0 solid 1px;background:#fff;}.cms-carousel-layout-blog7 .cms-carousel-item:hover .cms-carousel-item-content{opacity:0;}.cms-carousel-layout-blog7 .cms-carousel-item:hover .content-right{opacity:1;}.cms-carousel-layout-blog7 .cms-carousel-item .cms-grid-media{height:212px;width:100%;background-size:cover;background-position:center center;border-radius:3px;position:relative;}.cms-carousel-layout-blog7 .cms-carousel-item .cms-grid-media:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;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;}.cms-carousel-layout-blog7 .cms-carousel-item .content-right{padding:16px 20px 10px;text-align:center;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer{float:left;border-top:#e0e0e0 solid 1px;padding:0 28px 0 25px;padding-top:5px;padding-bottom:5px;width:100%;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .avt{float:left;border-radius:50%;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .avt img{border-radius:50%;margin-right:16px;width:32px;height:32px;float:left;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .avt .detail-author{font-size:11px;color:rgba(4, 24, 82, 0.33);letter-spacing:0.035em;line-height:32px;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .avt .detail-author a{text-transform:capitalize;color:inherit;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .avt .detail-author a:hover{color:#efbd1a;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .archive_detail{float:right;margin-top:3px;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .archive_detail li{display:inline-block;font-size:12px;color:#c6c8d1;letter-spacing:0.035em;line-height:26px;margin-left:13px;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .archive_detail li a{color:inherit;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer .archive_detail li a:hover{color:#efbd1a;}.cms-carousel-layout-blog7 .cms-carousel-title{font-size:18px;line-height:32px;color:#041852;letter-spacing:0.035em;margin-bottom:3px;}.cms-carousel-layout-blog7 .cms-carousel-title a{color:inherit;text-align:center;}.cms-carousel-layout-blog7 .cms-carousel-title a:hover{color:#efbd1a;}.cms-carousel-layout-blog7 .cms-carousel-content{font-size:14px;line-height:32px;color:rgba(174, 177, 190, 0.91);letter-spacing:0.035em;}.cms-carousel-layout-blog7 .date{font-size:12px;line-height:32px;color:#c6c8d1;letter-spacing:0.035em;margin-top:11px;}.cms-carousel-layout-blog7 .date i{font-size:12px;line-height:26px;margin-right:8px;}.cms-carousel-layout-blog7 .date span{position:relative;top:-5px;}.cms-carousel-layout-blog7 .cms-more{text-align:center;margin-top:34px;}.cms-carousel-layout-blog7 .cms-more a{font-size:11px;line-height:1;color:#efbd1a;margin-top:8px;margin-bottom:6px;letter-spacing:0.075em;text-transform:uppercase;border:#efbd1a solid 2px;font-family:'HelveticaNeue-Medium';padding:11.5px 38.5px;border-radius:17px;display:inline-block;text-align:center;}.cms-carousel-layout-blog7 .cms-more a:hover{color:#041852;}.cms-carousel-layout-blog8{position:relative;margin-left:-10px;margin-right:-10px;}.cms-carousel-layout-blog8.cms-carousel .owl-dots{position:static;margin-top:40px;text-align:center;}.cms-carousel-layout-blog8.cms-carousel .owl-dots .owl-dot{width:12px;height:12px;margin-left:8px;float:none;border:#dbdbdb solid 1px;display:inline-block;background-color:#ededed;background-image:-webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fafafa));background-image:-webkit-linear-gradient(bottom, #ededed, #fafafa);background-image:-moz-linear-gradient(bottom, #ededed, #fafafa);background-image:-ms-linear-gradient(bottom, #ededed, #fafafa);background-image:-o-linear-gradient(bottom, #ededed, #fafafa);background-image:linear-gradient(bottom, #ededed, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', endColorStr='#fafafa');/*place holder*/}.cms-carousel-layout-blog8.cms-carousel .owl-dots .owl-dot:hover,.cms-carousel-layout-blog8.cms-carousel .owl-dots .owl-dot.active{background:#efbd1a;border-color:#efbd1a;}.cms-carousel-layout-blog8 .item-inner{position:relative;overflow:hidden;}.cms-carousel-layout-blog8 .item-inner img{border-radius:3px;}.cms-carousel-layout-blog8 .item-inner .content-overlay{border-radius:3px;position:absolute;width:100%;bottom:0;padding:0 20px;z-index:2;left:0;background:rgba(239, 189, 26, 0.92);-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-layout-blog8 .item-inner .content-overlay .title{float:left;width:100%;padding-top:9px;}.cms-carousel-layout-blog8 .item-inner .content-overlay .title h3{color:#fff;font-size:15px;line-height:26px;letter-spacing:0.055em;float:left;margin-bottom:7px;text-shadow:1px 0 1px rgba(0, 0, 0, 0.16);-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-layout-blog8 .item-inner .content-overlay .title h3 a{color:#fff;}.cms-carousel-layout-blog8 .item-inner .content-overlay .title .date{float:right;color:#fff;font-size:10px;line-height:26px;padding:0 10px 0 0;letter-spacing:0.035em;text-align:center;margin-top:1px;text-shadow:1px 0 1px rgba(0, 0, 0, 0.16);}.cms-carousel-layout-blog8 .item-inner .content-overlay .title .date i{margin-right:6px;}.cms-carousel-layout-blog8 .item-inner .content-overlay .content-bottom{opacity:0;max-height:0px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;text-align:left;color:#fff;font-size:12px;line-height:26px;letter-spacing:0.0535em;padding-top:7px;float:left;}.cms-carousel-layout-blog8 .item-inner .content-overlay .content-bottom .more{padding-top:27px;padding-bottom:9px;}.cms-carousel-layout-blog8 .item-inner .content-overlay .content-bottom .more a{color:#fff;display:block;position:relative;}.cms-carousel-layout-blog8 .item-inner .content-overlay .content-bottom .more a i{position:absolute;right:0;top:6px;font-size:12px;}.cms-carousel-layout-blog8 .item-inner:hover .content-overlay .title{padding-top:19px;}.cms-carousel-layout-blog8 .item-inner:hover .content-overlay .content-bottom{opacity:1;max-height:500px;}.cms-carousel-layout-blog8 .owl-nav{position:absolute;top:-46px;right:0px;}.cms-carousel-layout-blog8 .owl-nav .owl-prev,.cms-carousel-layout-blog8 .owl-nav .owl-next{width:25px;height:25px;float:left;text-align:center;background:#041852;border-radius:50%;}.cms-carousel-layout-blog8 .owl-nav .owl-prev i,.cms-carousel-layout-blog8 .owl-nav .owl-next i{display:none;}.cms-carousel-layout-blog8 .owl-nav .owl-prev:before,.cms-carousel-layout-blog8 .owl-nav .owl-next:before{content:'\f2fb';color:#fff;display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;text-align:center;display:inline-block;line-height:25px;}.cms-carousel-layout-blog8 .owl-nav .owl-prev:hover:before,.cms-carousel-layout-blog8 .owl-nav .owl-next:hover:before,.cms-carousel-layout-blog8 .owl-nav .owl-prev.active:before,.cms-carousel-layout-blog8 .owl-nav .owl-next.active:before{opacity:1;}.cms-carousel-layout-blog8 .owl-nav .owl-prev{margin-right:20px;}.cms-carousel-layout-blog8 .owl-nav .owl-prev:before{content:'\f2fa';}.cms-carousel-layout-course .row{margin:0 -6.5px;}.cms-carousel-layout-course .row .cms-grid-item{padding:0 6.5px;}.cms-carousel-layout-course .content-course{position:relative;border:#e3e3e3 solid 1px;border-radius:3px;background:rgba(4, 24, 82, 0.6);border-radius:3px;}.cms-carousel-layout-course .content-course .course-thumbnail img{border-top-right-radius:3px;border-top-left-radius:3px;width:100%;}.cms-carousel-layout-course .content-course .courses-content-wrap{position:relative;}.cms-carousel-layout-course .content-course .courses-content-inner{padding:34px 30px 0px;}.cms-carousel-layout-course .content-course .courses-content-inner a:hover h3{color:#efbd1a;}.cms-carousel-layout-course .content-course .courses-content-inner a h3{font-size:14px;line-height:24px;margin-bottom:0;margin-top:0;letter-spacing:0.035em;color:#fff;text-transform:uppercase;font-family:'HelveticaNeue-Bold';}.cms-carousel-layout-course .content-course .courses-content-inner .course-price{min-width:60px;height:60px;background:#efbd1a;color:#fff;border-radius:50%;line-height:60px;display:inline-block;font-size:20px;letter-spacing:0.035em;padding:0 9px;text-align:center;position:absolute;top:-27px;right:24px;}.cms-carousel-layout-course .content-course .courses-content-inner .course-introduce{margin-top:10px;font-size:12px;line-height:28px;margin-bottom:0;letter-spacing:0.035em;color:#fff;}.cms-carousel-layout-course .content-course .single_course_details ul{background:rgba(4, 24, 82, 0.7);float:left;width:calc(100% + 60px);margin-left:-30px;padding-left:30px;padding-right:22px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.cms-carousel-layout-course .content-course .single_course_details ul .duration{display:none;}.cms-carousel-layout-course .content-course .single_course_details ul .student{float:right;margin-right:0;}.owl-nav{position:static;/* ==========================================================================
   [End] 2. CMS Carousel
========================================================================== *//* ==========================================================================
   [Start] 3. CMS Fancybox Single
========================================================================== */}.owl-nav .owl-prev,.owl-nav .owl-next{position:absolute;top:50%;right:-68px;font-size:0;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.owl-nav .owl-prev i,.owl-nav .owl-next i{display:none;}.owl-nav .owl-prev:before,.owl-nav .owl-next:before{content:'\f2fb';color:#041852;display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;text-align:center;display:inline-block;}.owl-nav .owl-prev{right:auto;left:-68px;}.owl-nav .owl-prev:before{content:'\f2fa';}.cms-fancyboxes-wraper.cms-fancybox-default{width:100%;margin:0;float:left;padding:17px 18px 3px 25px;-webkit-transition:all 250ms linear 0ms;-moz-transition:all 250ms linear 0ms;-ms-transition:all 250ms linear 0ms;transition:all 250ms linear 0ms;}.cms-fancyboxes-wraper.cms-fancybox-default + .cms-fancyboxes-wraper{margin:69px 0 0;}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-icon{width:64px;float:left;text-align:right;}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-icon i{font-size:49px;position:relative;z-index:2;line-height:100px;}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right{float:left;width:calc(100% - 64px);padding-left:22px;padding-top:7px;}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right .cms-fancybox-title{font-size:22px;line-height:26px;letter-spacing:0.035em;color:#041852;font-family:'HelveticaNeue';margin-bottom:13px;}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right .cms-fancybox-content{font-size:13px;line-height:26px;letter-spacing:0.035em;color:#000;font-family:'HelveticaNeue-Light';}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-footer a{text-align:left;text-decoration:none;font-size:11px;font-weight:600;color:#fff;letter-spacing:1px;position:relative;text-transform:uppercase;background:#efbd1a;}.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-footer a:hover{background:#c89c0e;}.cms-fancyboxes-wraper.cms-fancybox-default:hover{-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);background:#fff;}.cms-fancybox-layout2{display:table;width:100%;}.cms-fancybox-layout2 .cms-fancybox-icon{display:table;width:100%;}.cms-fancybox-layout2 .cms-fancybox-image,.cms-fancybox-layout2 .fancy-box-icon{vertical-align:bottom;height:64px;display:table-cell;width:100%;}.cms-fancybox-layout2 .cms-fancybox-image img,.cms-fancybox-layout2 .fancy-box-icon img{display:inline-block;max-height:64px;}.cms-fancybox-layout2 .cms-fancybox-image i,.cms-fancybox-layout2 .fancy-box-icon i{font-size:60px;max-height:64px;}.cms-fancybox-layout2 .cms-fancybox-title{font-size:14px;line-height:28px;letter-spacing:0.035em;color:#041852;margin-top:22px;}.cms-fancybox-layout3{display:table;width:100%;}.cms-fancybox-layout3 .cms-fancybox-icon{display:table;width:100%;}.cms-fancybox-layout3 .cms-fancybox-image,.cms-fancybox-layout3 .fancy-box-icon{vertical-align:bottom;height:55px;display:table-cell;width:100%;}.cms-fancybox-layout3 .cms-fancybox-image img,.cms-fancybox-layout3 .fancy-box-icon img{display:inline-block;max-height:55px;}.cms-fancybox-layout3 .cms-fancybox-image i,.cms-fancybox-layout3 .fancy-box-icon i{font-size:55px;max-height:55px;}.cms-fancybox-layout3 .cms-fancybox-title{font-size:15px;line-height:28px;letter-spacing:0.075em;color:#041852;margin-top:21px;font-family:'HelveticaNeue-Bold';text-transform:uppercase;margin-bottom:5px;}.cms-fancybox-layout3 .cms-fancybox-content{font-size:13px;line-height:28px;letter-spacing:0.035em;color:#616161;font-family:'HelveticaNeue-Medium';}.cms-fancybox-layout4{display:table;width:100%;}.cms-fancybox-layout4 .cms-fancybox-icon{display:table;width:100%;}.cms-fancybox-layout4 .cms-icon-image,.cms-fancybox-layout4 .cms-icon{vertical-align:bottom;height:54px;display:table-cell;width:100%;}.cms-fancybox-layout4 .cms-icon-image img,.cms-fancybox-layout4 .cms-icon img{display:inline-block;max-height:54px;}.cms-fancybox-layout4 .cms-icon-image i,.cms-fancybox-layout4 .cms-icon i{font-size:58px;max-height:54px;color:#efbd1a;}.cms-fancybox-layout4 .cms-fancybox-title{font-size:15px;line-height:28px;letter-spacing:0.035em;color:#041852;margin-top:20px;font-family:'HelveticaNeue-Bold';text-transform:uppercase;margin-bottom:16px;}.cms-fancybox-layout4 .cms-fancybox-content{font-size:13px;line-height:26px;letter-spacing:0.035em;color:#616161;font-family:'HelveticaNeue-Medium';}.cms-fancybox-layout5{width:100%;margin:0;float:left;padding:17px 0px 3px 0px;-webkit-transition:all 250ms linear 0ms;-moz-transition:all 250ms linear 0ms;-ms-transition:all 250ms linear 0ms;transition:all 250ms linear 0ms;}.cms-fancybox-layout5 + .cms-fancyboxes-wraper{margin:69px 0 0;}.cms-fancybox-layout5 .fancybox-icon{margin-top:4px;width:55px;height:55px;border-radius:50%;float:left;text-align:center;}.cms-fancybox-layout5 .fancybox-icon i{font-size:24px;position:relative;line-height:55px;z-index:2;color:#fff;}.cms-fancybox-layout5 .cms-fancybox-right{float:left;width:calc(100% - 55px);padding-left:20px;text-align:left;}.cms-fancybox-layout5 .cms-fancybox-right .cms-fancybox-title{font-size:13px;line-height:26px;letter-spacing:0.035em;font-family:'HelveticaNeue-Medium';color:#e0e0e0;margin-bottom:1px;}.cms-fancybox-layout5 .cms-fancybox-right .cms-fancybox-content{font-size:13px;line-height:20px;letter-spacing:0.035em;color:#e0e0e0;}.cms-fancybox-layout5 .cms-fancyboxes-footer a{text-align:left;text-decoration:none;font-size:11px;font-weight:600;color:#fff;letter-spacing:1px;position:relative;text-transform:uppercase;background:#efbd1a;}.cms-fancybox-layout5 .cms-fancyboxes-footer a:hover{background:#c89c0e;}.cms-fancybox-layout6{width:100%;margin:0;float:left;padding:17px 0px 3px 0px;-webkit-transition:all 250ms linear 0ms;-moz-transition:all 250ms linear 0ms;-ms-transition:all 250ms linear 0ms;transition:all 250ms linear 0ms;}.cms-fancybox-layout6 + .cms-fancyboxes-wraper{margin:67px 0 0;}.cms-fancybox-layout6 .cms-fancybox-item-top{float:left;width:100%;}.cms-fancybox-layout6 .cms-fancybox-item-top .fancybox-icon{width:30px;float:left;text-align:center;}.cms-fancybox-layout6 .cms-fancybox-item-top .fancybox-icon i{font-size:30px;position:relative;z-index:2;color:#efbd1a;-webkit-transition:all 250ms linear 0ms;-moz-transition:all 250ms linear 0ms;-ms-transition:all 250ms linear 0ms;transition:all 250ms linear 0ms;}.cms-fancybox-layout6 .cms-fancybox-item-top .cms-fancybox-title{font-size:20px;line-height:30px;letter-spacing:0.035em;font-family:'HelveticaNeue-Medium';color:#041852;margin-bottom:0px;margin-left:15px;float:left;width:calc(100% - 45px);}.cms-fancybox-layout6 .cms-fancybox-right{float:left;width:100%;padding-left:0px;text-align:left;margin-top:-2px;}.cms-fancybox-layout6 .cms-fancybox-right .cms-fancybox-content{font-size:13px;line-height:28px;letter-spacing:0.035em;color:#7e7e7e;}.cms-fancybox-layout6 .cms-fancyboxes-footer{margin-top:-9px;float:left;}.cms-fancybox-layout6 .cms-fancyboxes-footer a{text-align:left;text-decoration:none;font-size:13px;color:#efbd1a;letter-spacing:0.035em;}.cms-fancybox-layout6 .cms-fancyboxes-footer a i{position:relative;top:1px;}.cms-fancybox-layout6 .cms-fancyboxes-footer a:hover{background:none;}.cms-fancybox-layout6:hover .cms-fancybox-item-top .fancybox-icon i{color:#041852;}.cms-fancybox-layout7{display:table;width:100%;/* ==========================================================================
   [End] 3. CMS Fancybox Single
========================================================================== *//* ==========================================================================
   [Start] 4. CMS Counter Single
========================================================================== */}.cms-fancybox-layout7 .cms-fancybox-icon{display:table;width:100%;}.cms-fancybox-layout7 .cms-fancybox-image,.cms-fancybox-layout7 .fancy-box-icon{vertical-align:bottom;height:35px;display:table-cell;width:100%;}.cms-fancybox-layout7 .cms-fancybox-image img,.cms-fancybox-layout7 .fancy-box-icon img{display:inline-block;max-height:35px;}.cms-fancybox-layout7 .cms-fancybox-image i,.cms-fancybox-layout7 .fancy-box-icon i{font-size:35px;max-height:35px;}.cms-fancybox-layout7 .cms-fancybox-title{font-size:13px;line-height:28px;letter-spacing:0.035em;color:#041852;margin-top:15px;font-family:'HelveticaNeue-Bold';text-transform:uppercase;margin-bottom:1px;}.cms-fancybox-layout7 .cms-fancybox-content{font-size:11px;line-height:20px;letter-spacing:0.035em;color:#7e7e7e;font-family:'HelveticaNeue-Bold';}.cms-counter-wraper{/* ==========================================================================
   [End] 4. CMS Counter Single
========================================================================== *//* ==========================================================================
   [Start] 5. CMS Grid
========================================================================== */}.cms-counter-wraper .counter-wrap1{float:left;width:100%;padding:0;text-align:center;}.cms-counter-wraper .counter-wrap1 .cms-counter-icon-image,.cms-counter-wraper .counter-wrap1 .cms-counter-icon{max-height:80px;}.cms-counter-wraper .counter-wrap1 .cms-counter-icon-image img,.cms-counter-wraper .counter-wrap1 .cms-counter-icon img{max-height:80px;}.cms-counter-wraper .counter-wrap1 .cms-counter-icon-image i,.cms-counter-wraper .counter-wrap1 .cms-counter-icon i{font-size:50px;color:#fff;}.cms-counter-wraper .counter-wrap1 .cms-counter{font-size:48px;line-height:24px;letter-spacing:0.035em;color:#efbd1a;font-family:'HelveticaNeue-Bold';}.cms-counter-wraper .counter-wrap1 .cms-counter-title{font-size:26px;line-height:24px;letter-spacing:0.035em;color:#fff;font-family:'HelveticaNeue-Bold';text-transform:uppercase;margin-top:34px;}.cms-counter-wraper.cms-counter-layout-2 .counter-wrap1 .cms-counter{font-size:48px;line-height:56px;letter-spacing:0.035em;font-family:'HelveticaNeue';margin-top:31px;}.cms-counter-wraper.cms-counter-layout-2 .counter-wrap1 .cms-counter-title{font-size:26px;line-height:56px;letter-spacing:0.035em;color:#fff;font-family:'HelveticaNeue-Thin';text-transform:uppercase;margin-top:9px;}.cms-counter-wraper.cms-counter-layout-3{text-align:center;}.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1{float:none;width:auto;display:inline-block;text-align:center;background:#fff;min-width:170px;min-height:185px;padding:25px 10px 10px;-webkit-box-shadow:1px 0 5px rgba(0, 0, 0, 0.25);-moz-box-shadow:1px 0 5px rgba(0, 0, 0, 0.25);-ms-box-shadow:1px 0 5px rgba(0, 0, 0, 0.25);box-shadow:1px 0 5px rgba(0, 0, 0, 0.25);}.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-icon-image,.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-icon{height:46px;}.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-icon-image img,.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-icon img{max-height:46px;}.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-icon-image i,.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-icon i{font-size:40px;color:#fff;}.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter{font-size:35px;line-height:56px;letter-spacing:0.035em;margin-top:-10px;}.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-title{font-size:18px;line-height:56px;letter-spacing:0.035em;color:#424242;text-transform:none;margin-top:1px;}.cms-counter-wraper.cms-counter-layout-4 .counter-wrap1 .cms-counter-icon{height:20px;}.cms-counter-wraper.cms-counter-layout-4 .counter-wrap1 .cms-counter-icon i{font-size:20px;color:#041852;}.cms-counter-wraper.cms-counter-layout-4 .counter-wrap1 .cms-counter{font-size:38px;line-height:121px;letter-spacing:0.035em;min-width:125px;min-height:125px;max-width:100%;border-radius:50%;padding:0 10px;border:#041852 solid 1px;display:inline-block;}.cms-counter-wraper.cms-counter-layout-4 .counter-wrap1 .cms-counter-title{font-size:26px;line-height:1;letter-spacing:0.035em;color:#041852;margin-top:1px;font-family:'HelveticaNeue-Light';margin-top:16px;}.cms-counter-wraper.cms-counter-layout5{position:relative;z-index:2;}.cms-counter-wraper.cms-counter-layout5 .counter-wrap1 .cms-counter{font-size:28px;line-height:1;letter-spacing:0.035em;color:#efbd1a;font-family:'HelveticaNeue-Bold';margin-top:16px;}.cms-counter-wraper.cms-counter-layout5 .counter-wrap1 .cms-counter-title{font-size:16px;line-height:1;letter-spacing:0.035em;color:#fff;font-family:'HelveticaNeue-Bold';margin-top:25px;}.cms-grid-filter{max-width:1140px;margin:auto;text-align:center;}.cms-grid-filter ul{margin-bottom:30px;}.cms-grid-filter ul li{font-size:16px;padding:0px;line-height:20px;margin:0 6px 0 0;}.cms-grid-filter ul li a{display:block;color:#777;border:1px solid #d4d4d4;border-radius:2px;cursor:pointer;padding:12px 28px;text-decoration:none;margin-bottom:5px;}.cms-grid-filter ul li a.active,.cms-grid-filter ul li a:hover{background-color:#efbd1a;border-color:#efbd1a;color:#fff;}.cms-load-posts{text-align:center;}.cms-load-posts a{margin-top:62px;font-size:14px;line-height:1;border:#efbd1a solid 1px;color:#fff;text-transform:uppercase;background:#efbd1a;padding:10px 20px;display:inline-block;}.cms-load-posts a:hover{color:#fff;background:#98770b;}.template-cms_grid--layout-default .cms-grid-item{padding-bottom:15px;}.template-cms_grid--layout-default .cms-grid-inner{background:#041852;border-radius:3px;-webkit-box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);-moz-box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);-ms-box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-descriptions{padding:13px 25px 23px;float:left;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-media img{border-top-left-radius:3px;border-top-right-radius:3px;}.template-cms_grid--layout-default .cms-grid-inner .meta-info{float:left;width:100%;line-height:1;letter-spacing:0.035em;}.template-cms_grid--layout-default .cms-grid-inner .meta-info .cat{float:left;font-size:13px;color:#efbd1a;}.template-cms_grid--layout-default .cms-grid-inner .meta-info .date{font-size:11px;color:rgba(255, 255, 255, 0.3);float:right;margin-top:3px;}.template-cms_grid--layout-default .cms-grid-inner .meta-info .date span{position:relative;top:-3px;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-title{font-size:20px;line-height:26px;letter-spacing:0.075em;color:#fff;text-transform:capitalize;margin-top:13px;float:left;width:100%;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-title h5{font-size:inherit;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-title a{color:inherit;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-title a:hover{color:#efbd1a;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-content{font-size:12px;line-height:22px;letter-spacing:0.035em;color:rgba(255, 255, 255, 0.87);float:left;width:100%;}.template-cms_grid--layout-blog-popular{-webkit-box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);-moz-box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);-ms-box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);box-shadow:1px 0px 3px rgba(0, 0, 0, 0.33);border-radius:3px;/*portfolio*/}.template-cms_grid--layout-blog-popular .cms-grid-item.col-lg-12 .cms-grid-inner{border-bottom:#020a21 solid 1px;border-top:#062683 solid 1px;}.template-cms_grid--layout-blog-popular .cms-grid-item:first-child .cms-grid-inner{border-top:none;}.template-cms_grid--layout-blog-popular .cms-grid-inner{padding-bottom:15px;padding-top:9px;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-descriptions{padding:16px 25px 9px;float:left;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-media img{border-top-left-radius:3px;border-top-right-radius:3px;}.template-cms_grid--layout-blog-popular .cms-grid-inner .meta-info{float:left;width:100%;line-height:1;letter-spacing:0.035em;}.template-cms_grid--layout-blog-popular .cms-grid-inner .meta-info .cat{float:left;font-size:13px;color:#efbd1a;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-title{font-size:20px;line-height:26px;letter-spacing:0.075em;color:#fff;text-transform:capitalize;margin-top:15px;float:left;width:100%;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-title h5{font-size:inherit;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-title a{color:inherit;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-title a:hover{color:#efbd1a;}.template-cms_grid--layout-blog-popular .cms-grid-inner .cms-grid-content{font-size:12px;line-height:22px;letter-spacing:0.035em;color:#fff;float:left;width:100%;margin-top:3px;}.template-cms_grid--layout-blog-popular .cms-grid-inner .content-bottom{font-size:11px;color:rgba(255, 255, 255, 0.3);line-height:1;letter-spacing:0.035em;margin-top:12px;float:left;width:100%;}.template-cms_grid--layout-blog-popular .cms-grid-inner .content-bottom .date{font-size:11px;color:rgba(255, 255, 255, 0.3);float:left;margin-top:3px;}.template-cms_grid--layout-blog-popular .cms-grid-inner .content-bottom .date span{position:relative;top:-3px;}.template-cms_grid--layout-blog-popular .cms-grid-inner .content-bottom .comment{float:right;margin-top:3px;}.template-cms_grid--layout-blog-popular .cms-grid-inner .content-bottom .comment i{margin-right:6px;}.template-cms_grid--layout-portfolio{float:left;width:100%;/*pricing*/}.template-cms_grid--layout-portfolio .cms-grid-item{position:relative;margin-bottom:30px;}.template-cms_grid--layout-portfolio .cms-grid-item img{width:100%;}.template-cms_grid--layout-portfolio .cms-grid-item:hover .cms-grid-3columns .text-hide{opacity:1;}.template-cms_grid--layout-portfolio .cms-grid-item:hover .cms-grid-3columns .text-hide:before{-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_grid--layout-portfolio .cms-grid-3columns{position:relative;}.template-cms_grid--layout-portfolio .cms-grid-3columns .text-hide{position:absolute;left:0px;top:0px;width:100%;height:100%;opacity:0;text-align:center;-webkit-transform:translateZ(0);-khtml-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition-property:color;transition-property:color;-moz-transition-property:color;-ms-transition-property:color;-webkit-transition-duration:0.3s;-ms-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;}.template-cms_grid--layout-portfolio .cms-grid-3columns .text-hide:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#efbd1a;-webkit-transform:scale(0);-khtml-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-transition-property:transform;transition-property:transform;-ms-transition-property:transform;-moz-transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;}.template-cms_grid--layout-portfolio .cms-grid-3columns .text-hide .text-hide-inner{margin:28% 0 0;}.template-cms_grid--layout-portfolio .cms-grid-3columns .text-hide .text-hide-inner > div{font-size:35px;line-height:73px;color:#fff;margin:0 6px;display:inline-block;vertical-align:top;width:73px;height:73px;border:1px solid #fff;font-family:"icon-worksregular";}.template-cms_grid--layout-portfolio .cms-grid-3columns .text-hide .text-hide-inner > div a{display:block;color:#fff;text-decoration:none;position:relative;}.template-cms_grid--layout-portfolio .cms-grid-3columns .text-hide .text-hide-inner > div a:hover{background:#fff;color:;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio2 .cms-grid-item{margin-bottom:29px;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio2 .title{border-bottom:1px solid #dcdbd7;margin:20px 0;padding-bottom:20px;position:relative;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio2 .title a{color:#000;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio2 .title a:hover{color:;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio2 .title:before{background-color:#efbd1a;border-radius:500px;bottom:-5px;content:"";height:10px;left:0;position:absolute;width:10px;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio2 .title:after{border-bottom:2px solid #efbd1a;bottom:-1px;content:"";height:0;left:0;position:absolute;width:65px;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio3 .cms-grid-filter ul{margin-bottom:43px;}.template-cms_grid--layout-portfolio.template-cms_grid--layout-portfolio3 .cms-grid-item{padding:0;margin:0;}.template-cms_grid--layout-pricing1{text-align:center;}.template-cms_grid--layout-pricing1 .cms-grid-filter ul{display:inline-block;margin-bottom:5px;}.template-cms_grid--layout-pricing1 .cms-grid-filter ul li{margin:0;padding:0 40px;float:left;}.template-cms_grid--layout-pricing1 .cms-grid-filter ul li a{border:none;padding:0;font-size:16px;line-height:24px;letter-spacing:0.035em;color:rgba(255, 255, 255, 0.68);font-family:'HelveticaNeue-Light';background:none;}.template-cms_grid--layout-pricing1 .cms-grid-filter ul li a.active{font-family:'HelveticaNeue-Medium';background:none;color:#efbd1a;}.template-cms_grid--layout-pricing1 .cms-grid-filter ul li a:hover{color:#efbd1a;}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner{padding:28px 5% 36px;margin:30px 0 0;background-color:#fff;background-repeat:no-repeat;background-position:bottom right;border-radius:3px;}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-pricing-title{margin:12px 0 0px;color:#041852;font-size:17px;letter-spacing:0.075em;line-height:24px;text-transform:uppercase;font-family:'HelveticaNeue-Medium';float:left;width:100%;}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-pricing-subtitle{float:left;width:100%;margin-top:-2px;color:rgba(4, 24, 82, 0.68);font-size:11px;letter-spacing:0.075em;line-height:24px;text-transform:capitalize;font-family:'HelveticaNeue-Medium';}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price{float:left;width:100%;font-family:'HelveticaNeue-CondensedBold';color:#041852;font-size:70px;letter-spacing:0.075em;line-height:1;}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price .unit{font-size:41px;position:relative;top:-24px;}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content{float:left;width:100%;margin-top:8px;color:rgba(4, 24, 82, 0.73);font-size:11px;letter-spacing:0.075em;line-height:22px;font-family:'HelveticaNeue-Medium';}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-ordernow{margin-top:17px;float:left;width:100%;}.template-cms_grid--layout-pricing1 .cms-grid-item .cms-pricing-item_inner .cms-ordernow a{font-size:11px;line-height:11px;border:none;padding:9.5px 22.5px;border-radius:3px;border:#c89c0e solid 1px;}.template-cms_grid--layout-pricing2{text-align:center;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul{display:inline-block;margin-bottom:1px;border-radius:3px;border:#041852 solid 2px;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul li{margin:0;float:left;padding:0;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul li a{border:none;padding:0;font-size:13px;line-height:24px;letter-spacing:0.035em;color:#041852;padding:6px 27.5px;font-family:'HelveticaNeue-Medium';background:none;border-radius:0;margin:0;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul li a.active,.template-cms_grid--layout-pricing2 .cms-grid-filter ul li a:hover{font-family:'HelveticaNeue-Medium';background:#041852;color:#efbd1a;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul li:first-child a{border-top-left-radius:1px;border-bottom-left-radius:1px;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul li:last-child a{border-top-right-radius:1px;border-bottom-right-radius:1px;}.template-cms_grid--layout-pricing2 .cms-grid-item{padding:0;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner{padding:0 0 29px;border:#e0e0e0 solid 1px;margin:30px 0 0;background-color:#fff;background-repeat:no-repeat;background-position:bottom right;border-radius:3px;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top{background:#f5f5f5;border-top-left-radius:3px;border-top-right-radius:3px;padding:24px 0 25px;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-title{margin:16px 0 0px;color:#041852;font-size:20px;letter-spacing:0.075em;line-height:24px;text-transform:none;font-family:'HelveticaNeue-CondensedBold';float:left;width:100%;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-subtitle{float:left;width:100%;margin-top:9px;color:#969899;font-size:12px;letter-spacing:0.035em;line-height:24px;font-family:'HelveticaNeue-Bold';}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price{float:left;width:100%;font-family:'HelveticaNeue-CondensedBold';color:#041852;font-size:70px;letter-spacing:0.075em;line-height:1;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price .unit{font-size:39px;position:relative;top:-24px;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price .time{font-family:'HelveticaNeue';font-size:20px;letter-spacing:0.035em;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-grid-content{-webkit-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;-moz-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;-ms-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content{float:left;width:100%;margin-top:31px;color:#969899;font-size:15px;letter-spacing:0.035em;line-height:32px;font-family:'HelveticaNeue';}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content i{color:#efbd1a;font-size:12px;padding-right:9px;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-ordernow{margin-top:38px;float:left;width:100%;}.template-cms_grid--layout-pricing2 .cms-grid-item .cms-pricing-item_inner .cms-ordernow a{font-size:11px;line-height:11px;padding:9.5px 12px;border-radius:4px;border:#c89c0e solid 1px;}.template-cms_grid--layout-pricing3{text-align:center;}.template-cms_grid--layout-pricing3 .cms-grid-masonry{overflow:initial !important;}.template-cms_grid--layout-pricing3 .cms-grid-filter{margin-bottom:22px;}.template-cms_grid--layout-pricing3 .cms-grid-filter ul{display:inline-block;margin-bottom:1px;border-radius:3px;border:#041852 solid 2px;}.template-cms_grid--layout-pricing3 .cms-grid-filter ul li{margin:0;float:left;padding:0;}.template-cms_grid--layout-pricing3 .cms-grid-filter ul li a{border:none;padding:0;font-size:13px;line-height:24px;letter-spacing:0.035em;color:#041852;padding:6px 27.5px;font-family:'HelveticaNeue-Medium';background:none;border-radius:0;margin:0;}.template-cms_grid--layout-pricing3 .cms-grid-filter ul li a.active,.template-cms_grid--layout-pricing3 .cms-grid-filter ul li a:hover{font-family:'HelveticaNeue-Medium';background:#041852;color:#efbd1a;}.template-cms_grid--layout-pricing3 .cms-grid-filter ul li:first-child a{border-top-left-radius:1px;border-bottom-left-radius:1px;}.template-cms_grid--layout-pricing3 .cms-grid-filter ul li:last-child a{border-top-right-radius:1px;border-bottom-right-radius:1px;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner{padding:0px 0 43px;margin:30px 0 0;background-color:#fff;background-repeat:no-repeat;background-position:bottom right;border-radius:4px;overflow:hidden;box-shadow:5px 0px 18px rgba(0, 0, 0, 0.08), -5px 0px 18px rgba(0, 0, 0, 0.08);-webkit-box-shadow:5px 0px 18px rgba(0, 0, 0, 0.08), -5px 0px 18px rgba(0, 0, 0, 0.08);position:relative;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner:after{width:calc(100% + 10px);height:100%;content:'';border:#efbd1a solid 5px;position:absolute;top:0;left:-5px;opacity:0;border-radius:4px;display:block;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top{border-top-left-radius:3px;border-top-right-radius:3px;padding:18px 0 13px;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-title{margin:0px;color:#041852;font-size:20px;letter-spacing:0.035em;line-height:24px;text-transform:none;font-family:'HelveticaNeue-Bold';float:left;width:100%;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-subtitle{float:left;width:100%;margin-top:7px;color:rgba(4, 24, 82, 0.68);font-size:13px;letter-spacing:0.035em;line-height:24px;font-family:'HelveticaNeue-Medium';}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price{float:left;width:calc(100% + 8px);margin-left:-4px;padding:14px 0 16px;font-family:'HelveticaNeue-CondensedBold';color:#041852;font-size:70px;letter-spacing:0.075em;line-height:1;position:relative;-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;-ms-box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price .overlay{width:100%;height:100%;background-size:cover;background-position:center center;position:absolute;top:0;left:0;opacity:0;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price:after{width:100%;height:100%;content:'';background:#efbd1a;position:absolute;top:0;left:0;opacity:0;-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;-ms-box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;box-shadow:0 0 4px rgba(0, 0, 0, 0.25) inset;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price span{position:relative;z-index:2;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price .unit{font-size:39px;position:relative;top:-24px;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-price .time{font-family:'HelveticaNeue';font-size:20px;letter-spacing:0.035em;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-grid-content{-webkit-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;-moz-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;-ms-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;box-shadow:0px 0px 5px rgba(255, 255, 255, 0.3) inset;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content{float:left;width:100%;margin-top:35px;color:rgba(4, 24, 82, 0.68);font-size:15px;letter-spacing:0.035em;line-height:38px;font-family:'HelveticaNeue';}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content i{color:#efbd1a;font-size:12px;padding-right:9px;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-ordernow{margin-top:27px;float:left;width:100%;position:relative;z-index:1;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-ordernow a{font-size:11px;line-height:11px;padding:9.5px 12px;border-radius:4px;border:#c89c0e solid 1px;min-width:100px;}.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-ordernow a:hover{border-color:#041852;background-color:#041852;}.template-cms_grid--layout-pricing3 .cms-grid-item:hover .cms-pricing-item_inner{overflow:initial;}.template-cms_grid--layout-pricing3 .cms-grid-item:hover .cms-pricing-item_inner:after{opacity:1;}.template-cms_grid--layout-pricing3 .cms-grid-item:hover .cms-pricing-item_inner .cms-pricing-price{width:100%;margin-left:0;}.template-cms_grid--layout-pricing3 .cms-grid-item:hover .cms-pricing-item_inner .cms-pricing-price:after{opacity:0.91;}.template-cms_grid--layout-pricing3 .cms-grid-item:hover .cms-pricing-item_inner .cms-pricing-price .overlay{opacity:1;}.template-cms_grid--layout-pricing4 .cms-grid-filter ul{display:inline-block;margin-bottom:1px;border-radius:3px;border:#041852 solid 2px;}.template-cms_grid--layout-pricing4 .cms-grid-filter ul li{margin:0;float:left;padding:0;}.template-cms_grid--layout-pricing4 .cms-grid-filter ul li a{border:none;padding:0;font-size:13px;line-height:24px;letter-spacing:0.035em;color:#041852;padding:6px 27.5px;font-family:'HelveticaNeue-Medium';background:none;border-radius:0;margin:0;}.template-cms_grid--layout-pricing4 .cms-grid-filter ul li a.active,.template-cms_grid--layout-pricing4 .cms-grid-filter ul li a:hover{font-family:'HelveticaNeue-Medium';background:#041852;color:#efbd1a;}.template-cms_grid--layout-pricing4 .cms-grid-filter ul li:first-child a{border-top-left-radius:1px;border-bottom-left-radius:1px;}.template-cms_grid--layout-pricing4 .cms-grid-filter ul li:last-child a{border-top-right-radius:1px;border-bottom-right-radius:1px;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner{padding:0px 0 3px;margin:30px 0 0;background-color:#fff;background-repeat:no-repeat;background-position:bottom right;border-radius:4px;overflow:hidden;box-shadow:1px 0px 4px rgba(0, 0, 0, 0.08), -1px 0px 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.08), -1px 0px 4px rgba(0, 0, 0, 0.08);position:relative;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;float:left;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner:after{width:calc(100% + 10px);height:100%;content:'';border:#efbd1a solid 5px;position:absolute;top:0;left:-5px;opacity:0;border-radius:4px;display:block;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top{border-top-left-radius:3px;border-top-right-radius:3px;padding:37px 39px 37px;border-bottom:#eee solid 1px;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-top-left{float:left;width:75%;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-top-left .cms-pricing-title{margin:0px;color:#041852;font-size:32px;letter-spacing:0.035em;line-height:32px;text-transform:none;font-family:'HelveticaNeue-Medium';float:left;width:100%;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-top-left .cms-pricing-subtitle{float:left;width:100%;margin-top:7px;color:rgba(4, 24, 82, 0.5);font-size:16px;letter-spacing:0.035em;line-height:24px;font-family:'HelveticaNeue-Medium';}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-price{padding:14px 0 16px;font-family:'HelveticaNeue-Bold';color:#041852;font-size:65px;letter-spacing:0.035em;line-height:1;position:relative;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;position:absolute;top:5px;right:39px;text-align:right;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-price span{position:relative;z-index:2;display:inline-block;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-price .unit{font-size:35px;position:relative;top:-24px;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-price .time{font-size:18px;letter-spacing:0.035em;text-align:center;text-transform:uppercase;margin-top:6px;display:block;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content{float:left;width:100%;color:#7e7e7e;font-size:13px;letter-spacing:0.035em;line-height:38px;font-family:'HelveticaNeue-Medium';}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content ul li{position:relative;border-bottom:#eee solid 1px;padding:7px 30px 7px 68px;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content ul li:last-child{border:none;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-content ul li:before{content:'\f26b';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;position:absolute;top:50%;left:30px;color:#558b2f;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow{margin-top:21px;float:left;width:100%;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow a{font-size:13px;line-height:11px;padding:16px 26px;border-radius:3px;background:none;color:#efbd1a;border:#efbd1a solid 2px;text-shadow:none;box-shadow:none;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow .cms-pricing-note-price{float:right;font-size:14px;line-height:24px;letter-spacing:0.075em;color:rgba(4, 24, 82, 0.5);padding-right:38px;text-align:right;margin-top:10px;}.template-cms_grid--layout-pricing4 .cms-grid-item:hover .cms-pricing-item_inner{overflow:initial;}.template-cms_grid--layout-pricing4 .cms-grid-item:hover .cms-pricing-item_inner:after{opacity:1;}.template-cms_grid--layout-pricing4 .cms-grid-item:hover .cms-ordernow a{background:#efbd1a;color:#fff;text-shadow:1px 0 1px rgba(0, 0, 0, 0.3);}.template-cms_grid--layout-history{max-width:1609px;margin:0 auto;}.template-cms_grid--layout-history .cms-grid-item{margin-top:-1px;}.template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-inner{padding-bottom:0px;border-bottom:none;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner{padding-left:49px;padding-right:223px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions{padding-top:149px;border-top-left-radius:160px;border-bottom-left-radius:160px;border-bottom-left-radius:160px;border-bottom-right-radius:0px;border-top:#cfcfcf solid 1px;border-bottom:#cfcfcf solid 1px;padding-left:0;padding-right:77px;text-align:right;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions .text-blur:after{left:auto;right:0;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions .history-year{top:335px;left:-162px;right:auto;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions .cms-grid-content{float:right;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media{float:right;padding-top:140px;padding-bottom:211px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media .cms-grid-media-inner{padding-top:0px;padding-bottom:23px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media .cms-grid-media-inner:after{bottom:0px;right:-23px;top:auto;left:auto;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2):last-child .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions{border-bottom:none;border-top-right-radius:0;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-media{padding-top:180px;padding-bottom:211px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-media .cms-grid-media-inner{padding-top:0px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-media .cms-grid-media-inner:after{bottom:-23px;top:auto;left:0px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-descriptions{padding-bottom:0px;padding-top:183px;border-top:#cfcfcf solid 1px;border-bottom:#cfcfcf solid 1px;border-top-right-radius:160px;border-bottom-right-radius:160px;border-bottom-left-radius:0px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-descriptions .history-year{top:336px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3):last-child .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions{border-bottom:none;}.template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-inner .cms-grid-media{padding-top:180px;padding-bottom:0;}.template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-descriptions{padding-bottom:0px;padding-top:183px;border-top:#cfcfcf solid 1px;border-bottom:none;border-top-right-radius:160px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-descriptions .history-year{top:336px;}.template-cms_grid--layout-history .cms-grid-inner{padding-left:289px;padding-right:49px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-media{width:453px;max-width:100%;float:left;padding-bottom:179px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-media .cms-grid-media-inner{padding-top:23px;padding-left:23px;position:relative;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-media .cms-grid-media-inner img{position:relative;z-index:1;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-media .cms-grid-media-inner:after{width:calc(100% - 30px);height:calc(100% - 30px);content:'';border-radius:3px;background:#041852;top:0px;left:0px;position:absolute;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions{width:calc(100% - 453px);max-width:100%;float:left;padding-left:77px;padding-top:17px;position:relative;border-bottom:#cfcfcf solid 1px;border-bottom-right-radius:160px;border-bottom-left-radius:0px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .history-year{color:rgba(4, 24, 82, 0.1);font-size:135px;display:inline-block;line-height:1;letter-spacing:0.035em;top:185px;right:-162px;position:absolute;-webkit-transform:rotate(90deg);-khtml-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .cms-heading-content{position:relative;display:inline-block;width:100%;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur{position:static;color:rgba(4, 24, 82, 0.06);font-size:135px;line-height:1;letter-spacing:0.035em;text-transform:uppercase;margin:0;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur:after{color:#041852;position:absolute;bottom:18px;content:'';left:11px;width:32px;height:2px;background:#efbd1a;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .title{color:#041852;position:absolute;top:50%;left:50%;width:100%;font-size:32px;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding-top:0px;margin-bottom:0px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .cms-grid-content{max-width:502px;font-family:'Roboto', sans-serif;font-size:15px;line-height:27.2px;color:#4c4c4c;margin-top:13px;}.template-cms_grid--layout-team{/*gallery service*//*portfolio*/}.template-cms_grid--layout-team .cms-grid-item{padding:0;position:relative;}.template-cms_grid--layout-team .cms-grid-item .cms-grid-media{width:100%;height:288px;background-size:cover;position:relative;}.template-cms_grid--layout-team .cms-grid-item .cms-grid-media:after{content:'';background:#041852;top:0;opacity:0.87;left:0;position:absolute;width:100%;height:100%;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_grid--layout-team .cms-grid-item .content-overlay{position:absolute;top:50%;left:0;width:100%;text-align:center;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.template-cms_grid--layout-team .cms-grid-item .content-overlay h3{font-size:18px;line-height:24px;letter-spacing:0.125em;color:#efbd1a;text-transform:uppercase;margin-bottom:3px;}.template-cms_grid--layout-team .cms-grid-item .content-overlay .team_position{font-size:14px;line-height:24px;letter-spacing:0.075em;color:#fff;}.template-cms_grid--layout-team .cms-grid-item button.btn-more{color:rgba(255, 255, 255, 0.33);font-size:12px;letter-spacing:0.075em;padding:0;border:0;text-transform:none;text-shadow:none;background:none;position:absolute;z-index:4;display:block;left:50%;bottom:13px;opacity:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_grid--layout-team .cms-grid-item button.btn-more:hover{color:#efbd1a;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog{width:360px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .close{font-size:18px;color:rgba(255, 255, 255, 0.33);right:-20px;top:-20px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content{padding:0;border-radius:3px;border:none;box-shadow:none;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body{padding:0;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .team-image img{width:100%;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .team-content-wrap{width:100%;float:left;padding:18px 18px 0;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body h3{font-size:22px;line-height:24px;letter-spacing:0.035em;color:#efbd1a;text-transform:capitalize;margin-bottom:3px;margin-top:9px;font-family:'HelveticaNeue-Medium';}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .team_position{font-size:14px;line-height:24px;letter-spacing:0.035em;color:#757575;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .team_content{font-size:12px;line-height:24px;letter-spacing:0.035em;color:#757575;margin-top:20px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social{float:left;width:100%;border-top:#eee solid 1px;text-align:center;margin-top:39px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social .social-item{display:inline-block;padding:0 52px;border-left:#eee solid 1px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social .social-item:first-child{border:none;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social .social-item a{color:#041852;font-size:18px;line-height:50px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social .social-item a:hover{color:#efbd1a;}.template-cms_grid--layout-team .cms-grid-item:hover .cms-grid-media:after{opacity:0.63;}.template-cms_grid--layout-team .cms-grid-item:hover .content-overlay{opacity:1;}.template-cms_grid--layout-team .cms-grid-item:hover button{opacity:1;}.template-cms_grid--layout-gallery-service{float:left;width:100%;}.template-cms_grid--layout-gallery-service .cms-grid-item{padding:5px;position:relative;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content{text-align:center;width:calc(100% - 10px);-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;top:5px;left:5px;opacity:0;height:calc(100% - 10px);content:'';background:rgba(239, 189, 26, 0.8);}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .blog-content-inner{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */padding:0 15px;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .cms-grid-title h3{font-size:12px;font-weight:700;line-height:20px;letter-spacing:0.05em;margin-bottom:11px;text-transform:uppercase;color:#fff;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .cms-grid-title h3 a{color:inherit;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .cms-grid-title h3 a:hover{color:;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .entry-content-link .cms-gallery-image-zoom{display:inline-block;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .entry-content-link .cms-prettyphoto{height:40px;width:40px;border-radius:1px;background:transparent;line-height:38px;border:#fff solid 1px;color:#fff;font-size:15.72px;display:inline-block;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .entry-content-link .cms-prettyphoto:hover{background:#fff;color:#222;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .entry-content-link .read-more{height:40px;width:40px;border-radius:1px;background:transparent;line-height:38px;border:#fff solid 1px;color:#fff;font-size:15.72px;display:inline-block;margin-right:1PX;}.template-cms_grid--layout-gallery-service .cms-grid-item .blog-content .entry-content-link .read-more:hover{background:#fff;color:#222;}.template-cms_grid--layout-gallery-service .cms-grid-item:hover .blog-content{opacity:1;}.template-cms_grid--layout-gallery-service .cms-load-posts{text-align:center;}.template-cms_grid--layout-gallery-service .cms-load-posts a{margin-top:75px;border:#ebebeb solid 1px;letter-spacing:0.05em;font-family:'Montserrat', sans-serif;font-size:18px;line-height:1;font-weight:700;border-radius:0;color:#333;text-transform:uppercase;background:none;padding:23px 0;width:100%;text-align:center;}.template-cms_grid--layout-gallery-service .cms-load-posts a:hover{color:;}.template-cms_grid--layout-course .row{margin:0 -6.5px;}.template-cms_grid--layout-course .row .cms-grid-item{padding:0 6.5px;}.template-cms_grid--layout-course .content-course{position:relative;border:#e3e3e3 solid 1px;border-radius:3px;margin-bottom:30px;}.template-cms_grid--layout-course .content-course .course-thumbnail img{border-top-right-radius:3px;border-top-left-radius:3px;width:100%;}.template-cms_grid--layout-course .content-course .courses-content-wrap{position:relative;}.template-cms_grid--layout-course .content-course .courses-content-inner{padding:34px 30px 0px;}.template-cms_grid--layout-course .content-course .courses-content-inner a:hover h3{color:#efbd1a;}.template-cms_grid--layout-course .content-course .courses-content-inner a h3{font-size:14px;line-height:24px;margin-bottom:0;margin-top:0;letter-spacing:0.035em;color:#041852;text-transform:uppercase;font-family:'HelveticaNeue-Bold';}.template-cms_grid--layout-course .content-course .courses-content-inner .course-price{min-width:60px;height:60px;background:#efbd1a;color:#fff;border-radius:50%;line-height:60px;display:inline-block;font-size:20px;letter-spacing:0.035em;padding:0 9px;position:absolute;top:-27px;right:24px;}.template-cms_grid--layout-course .content-course .courses-content-inner .course-introduce{margin-top:10px;font-size:12px;line-height:28px;margin-bottom:0;letter-spacing:0.035em;color:#041852;}.cms-grid-gallery1{/* ==========================================================================
   [End] 4. CMS Grid
========================================================================== */}.cms-grid-gallery1 .cms-grid-item{padding-bottom:30px;}.cms-grid-gallery1 .cms-grid-inner{background:none;box-shadow:none;position:relative;}.cms-grid-gallery1 .cms-grid-inner .cms-gallery-image img{border-radius:0;}.cms-grid-gallery1 .cms-grid-inner .cms-gallery-hover{background-color:#efbd1a;right:45px;left:45px;position:absolute;top:45px;bottom:45px;-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-grid-gallery1 .cms-grid-inner .cms-gallery-hover a{border:1px solid #fff;color:#fff;display:inline-block;font-size:24px;height:45px;left:0;line-height:45px;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:45px;-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-grid-gallery1 .cms-grid-inner:hover .cms-gallery-hover{left:0;right:0;bottom:0;top:0;opacity:1;}.cms-grid-gallery1 .cms-grid-inner:hover .cms-gallery-hover a{opacity:1;}.cs_extra_map{/**
separator
**/}.vc_separator h4{font-size:18px !important;line-height:22px !important;font-weight:700;font-family:'Montserrat', sans-serif;color:#222;text-transform:uppercase;}.vc_separator h4 em{color:#efbd1a;font-style:normal;font-size:36px;}.vc_separator .vc_sep_holder .vc_sep_line{top:9px !important;left:-39px;width:108% !important;}.vc_separator.vc_separator_no_text .vc_sep_holder .vc_sep_line{left:0px;width:100% !important;top:0px !important;}.vc_separator.vc_separator_align_right h4{padding:0 13px 0 0px !important;/*Call to action*/}.cms-cta-wrapper{position:relative;width:100%;float:left;/*news-twitter*/}.cms-cta-wrapper:before{position:absolute;top:0;left:0;width:100%;height:100%;background:#464646;opacity:0.5;content:'';}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner{width:calc(100% - 16px);margin:8px;border:rgba(239, 189, 26, 0.5) solid 1px;float:left;position:relative;z-index:1;}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content{float:right;text-align:center;text-transform:uppercase;font-family:'Montserrat', sans-serif;padding-top:35px;padding-bottom:40px;margin-right:134px;}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-text{width:100%;text-align:center;}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-text .text{letter-spacing:0.1em;display:inline-block;color:#fff;font-size:30px;line-height:36px;font-weight:700;}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-button{display:inline-block;margin-top:10px;}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-button a{letter-spacing:1em;color:#fff;font-size:12px;font-weight:700;background:rgba(17, 17, 17, 0.5);display:inline-block;padding:7.5px 32px 7.5px 65px;position:relative;line-height:1;}.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-button a i{color:#fff;background:#efbd1a;float:left;height:100%;display:inline-block;position:absolute;top:0;left:0;line-height:27px;text-align:center;width:31px;font-size:12px;padding-left:11px;}.cms-cta-wrapper.cms-cta-layout2{padding-top:16px;padding-bottom:57px;}.cms-cta-wrapper.cms-cta-layout2:before{display:none;}.cms-cta-wrapper.cms-cta-layout2 .cms-cta-text{float:left;letter-spacing:0.1em;color:#222;text-transform:uppercase;font-family:'Montserrat', sans-serif;font-weight:700;margin-top:11px;}.cms-cta-wrapper.cms-cta-layout2 .cms-cta-text .subtext{float:left;color:#fff;margin-right:6px;font-size:24px;}.cms-cta-wrapper.cms-cta-layout2 .cms-cta-text .text{float:left;font-size:18px;}.cms-cta-wrapper.cms-cta-layout2 .cms-cta-button{float:right;}.cms-cta-wrapper.cms-cta-layout2 .cms-cta-button a{display:inline-block;padding:11.5px 44px;font-size:12px;color:#222;text-transform:uppercase;font-family:'Montserrat', sans-serif;background:#fff;border-radius:2px;line-height:1;}.cms-cta-wrapper.cms-cta-layout2 .cms-cta-button a:hover{background:#000;color:#fff;}.news-twitter{text-align:left;/*custom heading*/}.news-twitter .item-content > p{color:#bbb;letter-spacing:0;margin-top:0px;position:relative;max-width:100%;display:inline-block;}.news-twitter .item-content > p a{color:#fff;}.news-twitter .item-content > p a:hover{color:;}.news-twitter .item-content > a{display:block;color:#efbd1a;}.vc_custom_heading.line-through1{font-size:18px;line-height:22px;color:#222;text-transform:uppercase;}.vc_custom_heading.line-through1 span{display:inline-block;position:relative;margin-left:15px;}.vc_custom_heading.line-through1 span:after{position:absolute;content:"";width:calc(100% - 4px);height:2px;background:rgba(248, 248, 248, 0.5);top:50%;left:-15px;-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 */margin-top:2px;}.vc_custom_heading.line-through1 em{color:#fff;font-size:36px;}.vc_custom_heading.line-through2{font-size:22px;line-height:22px;color:#222;text-transform:uppercase;}.vc_custom_heading.line-through2 span{display:inline-block;position:relative;margin-left:20px;}.vc_custom_heading.line-through2 span:after{position:absolute;content:"";width:calc(100% + 40px);height:2px;background:rgba(239, 189, 26, 0.5);top:50%;left:-20px;-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 */}.vc_custom_heading.line-through3{font-size:22px;line-height:22px;color:#222;text-transform:uppercase;}.vc_custom_heading.line-through3 span{display:inline-block;position:relative;margin-left:12px;}.vc_custom_heading.line-through3 span:after{position:absolute;content:"";width:calc(100% + 24px);height:2px;background:rgba(239, 189, 26, 0.5);top:50%;left:-12px;-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 */}.vc_custom_heading{/*element accoredion*/}.vc_custom_heading em{color:#efbd1a;font-style:normal;}body{/*progress bar*/}body .vc_tta-container{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion{float:left;width:100%;margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading{border-radius:4px !important;border:none;background:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4{font-size:16px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a{background-color:#041852;color:#fff;cursor:pointer;display:block;letter-spacing:0.035em;outline:medium none !important;padding:19px 52px 19px 28px;text-decoration:none;position:relative;border-bottom:#03113a solid 1px;border-top:#051f6a solid 1px;float:left;width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i{font-size:14px;margin-right:0px;right:31px;line-height:14px;left:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:after{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:before{position:static;content:'\f278';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;transform:translate(0, 0);border:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a span{color:inherit;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{border:none;background:#f4f5f7 !important;padding:30px 28px 35px;border-left:rgba(4, 24, 82, 0.4) solid 1px;border-right:rgba(4, 24, 82, 0.4) solid 1px;font-size:12px;line-height:28px;color:#212121;letter-spacing:0.035em;float:left;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel:first-child h4 a{border-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel:last-child h4 a{border-radius:5px;border-top-right-radius:0;border-top-left-radius:0;border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active:last-child h4 a{border-radius:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active:last-child .vc_tta-panel-body{border-bottom:rgba(4, 24, 82, 0.4) solid 1px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-controls-icon{width:auto;height:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel{margin-bottom:17px;float:left;width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{border-radius:4px !important;border:none;background:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4{font-size:16px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4 a{background-color:#041852;color:#efbd1a;cursor:pointer;display:block;letter-spacing:0.035em;outline:medium none !important;padding:16.5px 30px;text-decoration:none;position:relative;font-weight:600;border-radius:10px;border:#efbd1a solid 3px;float:left;width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4 a i{opacity:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4 a span{color:inherit;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body{border:none;background:none !important;padding:13px 22px 4px;border:none;font-size:12px;line-height:28px;color:#fff;letter-spacing:0.035em;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel:first-child h4 a{border-radius:10px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel:last-child h4 a{border-radius:10px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel.vc_active:last-child h4 a{border-radius:10px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel.vc_active:last-child .vc_tta-panel-body{border:none;border-radius:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-controls-icon{width:auto;height:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat{float:left;width:100%;margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel{margin-bottom:11px;float:left;width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{border-radius:4px !important;border:none;background:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4{font-size:18px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a{background-color:#fff;color:#616161;cursor:pointer;display:block;letter-spacing:0em;outline:medium none !important;padding:19px 52px 19px 28px;text-decoration:none;font-family:'HelveticaNeue-Medium';position:relative;border-radius:0;border:none;border-left:#e0e0e0 solid 4px;float:left;width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a i{font-size:14px;margin-right:0px;right:31px;line-height:14px;left:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a i:after{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a i:before{position:static;content:'\f278';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;transform:translate(0, 0);border:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a span{color:inherit;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover h4 a{color:#efbd1a;border-color:#efbd1a;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body{border:none;background:none !important;padding:25px 28px 17px;border:none;font-size:12px;line-height:28px;color:#575757;letter-spacing:0.055em;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel:first-child h4 a{border-radius:0;border-top:none;border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel:last-child h4 a{border-radius:0;border-top:none;border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active:last-child h4 a{border-radius:0px;border-top:none;border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active:last-child .vc_tta-panel-body{border-bottom:none;border-radius:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a{color:#efbd1a;border-color:#efbd1a;-webkit-box-shadow:0px 0px 45px 0px #dadada;-moz-box-shadow:0px 0px 45px 0px #dadada;box-shadow:0px 0px 45px 0px #dadada;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-controls-icon{width:auto;height:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline{float:left;width:100%;margin-bottom:0;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), 0px -1px 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), 0px -1px 4px rgba(0, 0, 0, 0.08);}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading{border-radius:4px !important;border:none;background:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4{font-size:15px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4 a{background-color:#fff;color:rgba(4, 24, 82, 0.8);cursor:pointer;display:block;letter-spacing:0.035em;outline:medium none !important;padding:19.5px 52px 19.5px 28px;text-decoration:none;position:relative;border-bottom:#e5e5e5 solid 1px;border-top:none;float:left;width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4 a i{font-size:14px;margin-right:0px;right:31px;line-height:14px;left:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4 a i:after{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4 a i:before{position:static;content:'\f278';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;transform:translate(0, 0);border:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4 a span{color:inherit;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover h4 a{color:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body{background:#fbfbfb !important;padding:30px 28px 33px;border:none;font-size:12px;border-bottom:#e5e5e5 solid 1px;line-height:28px;color:#212121;letter-spacing:0.035em;float:left;-webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.17);-moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.17);box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.17);border-radius:5px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:first-child h4 a{border-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:last-child h4 a{border-radius:4px;border-top-right-radius:0;border-top-left-radius:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active:last-child h4 a{border-radius:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active:last-child .vc_tta-panel-body{border:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a{color:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i:before{content:'\f273';}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-outline .vc_tta-controls-icon{width:auto;height:auto;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container{margin:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list{border-top-left-radius:3px;border-top-right-radius:3px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li{float:left;padding:0;position:relative;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a{font-size:13px;color:rgba(33, 33, 33, 0.5);line-height:20px;letter-spacing:0.035em;padding:11.5px 29.5px 12.5px;background:none;border:none;text-align:center;border-radius:0;border-left:transparent solid 1px;border-right:transparent solid 1px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a i{font-size:14px;color:#aeb1be;padding-right:4px;padding:0;line-height:1;margin-right:9px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a span{margin-left:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a:after{content:'';background:#e0af10;width:100%;height:2px;top:0;left:0px;opacity:0;position:absolute;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:last-child a{border-right:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a{background:#fff;color:#041852;border-color:#e0e0e0;font-size:15px;padding:11.5px 24px 12.5px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a:after,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a:after{opacity:1;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a i,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a i{color:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels{background:#efbd1a !important;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background:transparent;border:none;border-radius:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{font-size:13px;color:#041852;line-height:20px;letter-spacing:0.035em;padding:4.5px 54px;background:none;border:none;text-align:center;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i{font-size:14px;color:#041852;padding-right:4px;padding:0;line-height:1;position:relative;top:-1px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span{font-size:18px;color:#fff;line-height:35px;letter-spacing:0.02em;position:static;display:inline-block;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{padding:0;background-color:transparent;font-size:24px;color:#fff;margin-right:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span{padding-left:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span{padding-right:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:#fff;padding:33px 0px 0px 25px;font-size:13px;line-height:25px;letter-spacing:0.055em;color:#707070;box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);border:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active{border:none;border-radius:2px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;border-color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading{border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a{border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container{margin:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list{padding-top:4px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li{float:left;padding:0;position:relative;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a{font-size:15px;color:rgba(33, 33, 33, 0.5);background:#f7f7f7;line-height:20px;letter-spacing:0.015em;padding:10px 20px 11px;border:none;min-width:110px;text-align:center;border-radius:0;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);-moz-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);-ms-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a i{font-size:14px;color:#aeb1be;padding-right:4px;padding:0;line-height:1;margin-right:9px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a span{margin-left:0px;-webkit-transition:all 0ms linear 0ms;-moz-transition:all 0ms linear 0ms;-ms-transition:all 0ms linear 0ms;transition:all 0ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a:after{content:'';background:transparent;width:100%;height:4px;top:-4px;left:0px;opacity:1;position:absolute;-webkit-transition:all 150ms linear 0ms;-moz-transition:all 150ms linear 0ms;-ms-transition:all 150ms linear 0ms;transition:all 150ms linear 0ms;border-top-left-radius:3px;border-top-right-radius:3px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:last-child a{border-right:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a{border-top-left-radius:0px;border-top-right-radius:0px;background:#041852;color:#efbd1a;letter-spacing:0.035em;padding:10px 20px 11px;border-radius:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a span,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a span{position:relative;top:-3px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a:after,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a:after{opacity:1;background:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a i,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a i{color:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a{font-weight:600;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels{background:#efbd1a !important;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background:transparent;border:none;border-radius:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{font-size:13px;color:#041852;line-height:20px;letter-spacing:0.035em;padding:4.5px 54px;background:none;border:none;text-align:center;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i{font-size:14px;color:#041852;padding-right:4px;padding:0;line-height:1;position:relative;top:-1px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span{font-size:18px;color:#fff;line-height:35px;letter-spacing:0.02em;position:static;display:inline-block;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{padding:0;background-color:transparent;font-size:24px;color:#fff;margin-right:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span{padding-left:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span{padding-right:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:#fff;padding:33px 22px 22px 23px;font-size:12px;line-height:25px;letter-spacing:0.035em;color:#707070;box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);border:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active{border:none;border-radius:2px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;border-color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading{border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a{border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list{border-top-left-radius:3px;border-top-right-radius:3px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li{float:left;padding:0;position:relative;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a{font-size:13px;color:#aeb1be;line-height:20px;letter-spacing:0.035em;padding:11.5px 20px 12.5px;background:none;border:none;text-align:center;border-radius:0;border-left:transparent solid 1px;border-right:transparent solid 1px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a i{font-size:14px;color:#aeb1be;padding-right:4px;padding:0;line-height:1;margin-right:9px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a span{margin-left:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a:after{content:'';background:#e0af10;width:calc(100% + 2px);height:2px;top:0;left:-1px;opacity:0;position:absolute;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:last-child a{border-right:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a{background:#fff;color:#041852;border-color:#e0e0e0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a:after,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a:after{opacity:1;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a i,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a i{color:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels{background:#efbd1a !important;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background:transparent;border:none;border-radius:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{font-size:13px;color:#041852;line-height:20px;letter-spacing:0.035em;padding:4.5px 54px;background:none;border:none;text-align:center;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i{font-size:14px;color:#041852;padding-right:4px;padding:0;line-height:1;position:relative;top:-1px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span{font-size:18px;color:#fff;line-height:35px;letter-spacing:0.02em;position:static;display:inline-block;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{padding:0;background-color:transparent;font-size:24px;color:#fff;margin-right:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span{padding-left:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span{padding-right:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:#fff;padding:20px 34px 20px 17px;font-size:13px;line-height:28px;letter-spacing:0.035em;color:#999;box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);border:#dee1e3 solid 1px;border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active{border:none;border-radius:2px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;border-color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading{border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a{border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container{margin:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list{border-radius:0;text-align:center;background:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li{float:none;padding:0;position:relative;display:inline-block;margin:0 59px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a{font-size:18px;color:#eaefff;line-height:20px;letter-spacing:0.075em;padding:27px 13px;background:none;border:none;text-align:center;border-radius:0;font-family:'HelveticaNeue-Light';border:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a i{font-size:14px;color:#aeb1be;padding-right:4px;padding:0;line-height:1;margin-right:9px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a span{margin-left:0px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a:after{content:'';background:#e0af10;width:100%;height:4px;bottom:0;top:auto;left:0px;opacity:0;position:absolute;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:last-child a{border-right:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a:after,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a:after{opacity:1;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a i,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a i{color:#041852;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background:transparent;border:none;border-radius:0px;text-align:center;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{font-size:13px;color:#041852;line-height:20px;letter-spacing:0.035em;padding:4.5px 54px;background:none;border:none;text-align:center;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i{font-size:14px;color:#041852;padding-right:4px;padding:0;line-height:1;position:relative;top:-1px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span{font-size:18px;line-height:35px;letter-spacing:0.02em;position:static;display:inline-block;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{padding:0;background-color:transparent;font-size:24px;color:#fff;margin-right:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before{display:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span{padding-left:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span{padding-right:30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:0;font-size:13px;line-height:25px;letter-spacing:0.055em;color:#707070;border:none;margin:0 auto;overflow:visible;max-width:1110px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a{color:#efbd1a;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active{border:none;border-radius:2px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#efbd1a;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading{border-top:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a{border-bottom:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list{background:none;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li{padding:0 34px;margin:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li a{color:#041852;font-size:13px;padding:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li a:after{height:1px;bottom:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li.vc_active a,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li:hover a{color:#efbd1a;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-panels{border:none;padding-top:76px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{max-width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_wrapper{max-width:1140px;margin:0 auto;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-container{margin:0;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list{padding-left:8px;margin-top:3px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li{padding:0;position:relative;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a{font-size:15px;color:rgba(4, 24, 82, 0.5);background:#f7f7f7;line-height:20px;letter-spacing:0.015em;padding:10px 15px 11px;border:none;min-width:93px;text-align:left;display:inline-block;float:right;margin-bottom:1px;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px;-webkit-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);-moz-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);-ms-box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);box-shadow:1px 0px 4px rgba(0, 0, 0, 0.13);}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a i{font-size:14px;color:#aeb1be;padding-right:4px;padding:0;line-height:1;margin-right:9px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a span{margin-left:0px;position:relative;-webkit-transition:all 0ms linear 0ms;-moz-transition:all 0ms linear 0ms;-ms-transition:all 0ms linear 0ms;transition:all 0ms linear 0ms;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a:after{content:'';background:transparent;width:8px !important;height:100% !important;top:0px !important;left:-8px !important;opacity:1;position:absolute;-webkit-transition:all 150ms linear 0ms;-moz-transition:all 150ms linear 0ms;-ms-transition:all 150ms linear 0ms;transition:all 150ms linear 0ms;border-top-left-radius:3px;border-bottom-left-radius:3px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:last-child a{border-right:none;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a{font-weight:600;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a,body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a{background:#041852;color:#efbd1a;letter-spacing:0.035em;padding:10px 15px 11px 10px;border-radius:0;border-radius:0;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a:after,body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a:after{opacity:1;background:#041852;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a span,body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a span{left:-8px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a i,body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a i{color:#041852;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels{background:#efbd1a !important;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background:transparent;border:none;border-radius:0px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{font-size:13px;color:#041852;line-height:20px;letter-spacing:0.035em;padding:4.5px 54px;background:none;border:none;text-align:center;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i{font-size:14px;color:#041852;padding-right:4px;padding:0;line-height:1;position:relative;top:-1px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span{font-size:18px;color:#fff;line-height:35px;letter-spacing:0.02em;position:static;display:inline-block;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{padding:0;background-color:transparent;font-size:24px;color:#fff;margin-right:6px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before{display:none;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span{padding-left:30px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span{padding-right:30px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{background-color:#fff;padding:27px 20px 26px 23px;font-size:12px;line-height:25px;letter-spacing:0.055em;color:#707070;box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);border:none;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active{border:none;border-radius:2px;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;border-color:#fff;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span{color:#fff;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon{color:#fff;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading{border-top:none;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:last-child{margin-bottom:0;}body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a{border-bottom:none;}.cms-progress-wraper .cms-progress-item-wrap{position:relative;}.cms-progress-wraper .cms-progress-item-wrap .cms-progress-title{margin-bottom:-2px;font-size:13px;color:#3b3b3b;letter-spacing:0.035em;text-transform:uppercase;}.cms-progress-wraper .cms-progress-item-wrap .cms-progress-title i{margin-right:5px;}.cms-progress-wraper .cms-progress-item-wrap .cms-progress{overflow:initial;display:inline-block;box-shadow:none;-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;-moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;-ms-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;margin-bottom:4px;height:15px;width:100%;background:#e0e0e0;border-radius:7px;border:#d5d5d5 solid 1px;}.cms-progress-wraper .cms-progress-item-wrap .cms-progress .progress-bar{z-index:2;-webkit-box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;-moz-box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;-ms-box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;background:#efbd1a;height:calc(100% + 2px);position:absolute;top:-1px;left:-1px;border-color:rgba(239, 189, 26, 0.5);border-radius:7px;}.cms-progress-layout2 .cms-progress-item-wrap{position:relative;}.cms-progress-layout2 .cms-progress-item-wrap .cms-progress-title{margin-bottom:0px;font-size:13px;color:#3b3b3b;letter-spacing:0.035em;text-transform:uppercase;}.cms-progress-layout2 .cms-progress-item-wrap .cms-progress-title i{margin-right:5px;}.cms-progress-layout2 .cms-progress-item-wrap .cms-progress{overflow:initial;display:inline-block;box-shadow:none;-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;-moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;-ms-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;margin-bottom:4px;height:25px;width:100%;background:#e0e0e0;border-radius:3px;border:#d5d5d5 solid 1px;}.cms-progress-layout2 .cms-progress-item-wrap .cms-progress .progress-bar{z-index:2;-webkit-box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;-moz-box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;-ms-box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;box-shadow:0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;background:#efbd1a;height:calc(100% + 2px);position:absolute;top:-1px;left:-1px;border-color:#efbd1a;border-bottom-color:rgba(239, 189, 26, 0.5);border-left-color:rgba(239, 189, 26, 0.5);border-radius:3px;}.cms-progress-layout3{float:left;width:100%;/*cms-list*//*vc-icon*/}.cms-progress-layout3 + .cms-progress-layout3{margin-top:28px;}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress-title{margin-bottom:9px;font-size:14px;color:#041852;letter-spacing:0.035em;}.cms-progress-layout3 .cms-progress-item-wrap .progress-content{float:left;width:100%;}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress{border-radius:0;overflow:initial;margin-bottom:16px;-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;-moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;-ms-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;height:10px;}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress .progress-bar{height:100%;overflow:inherit;}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress .progress-bar:after{position:absolute;left:auto;height:18px;width:18px;border-radius:50%;content:'';top:-4px;right:-4px;background:inherit;}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress .progress-bar .progress-couter{position:absolute;left:auto;background:inherit;height:20px;min-width:45px;padding:0 5px;content:'';top:-33px;right:-18px;background:inherit;font-size:12px;color:#fff;line-height:20px;letter-spacing:0.035em;border-radius:3px;border-color:inherit;font-weight:600;text-shadow:-1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.15), 0 -1px rgba(0, 0, 0, 0.15);}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress .progress-bar .progress-couter:after{width:0;height:0;content:'';border:transparent solid 5px;border-top-color:inherit;position:absolute;bottom:-15px;left:50%;margin-left:-5px;opacity:1;-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%);}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner.vc_icon_element-style-diamond{width:100px !important;height:100px !important;position:relative;margin:3% 3% 0 0;}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner.vc_icon_element-style-diamond:before{width:100%;height:100%;content:"";left:0px;top:0px;display:block;position:absolute;background:#efbd1a;-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 */}.plan-detail{margin-bottom:0px;list-style:none;border-width:1px 1px 1px;border-style:solid none solid solid;border-color:#d4d4d4 #d4d4d4 #d4d4d4;border-right:none;}.plan-detail li{text-align:left;padding:10px 20px;border-bottom:1px solid rgba(0, 0, 0, 0.2);}.plan-detail li:last-child{border-bottom:none;}.plan-detail li .toll-tip{color:#477ab9;text-decoration:none;float:right;}.site-navigation{/*pie chart*/}.site-navigation div ul{float:right;}.site-navigation div ul li{display:inline-block;float:left;width:auto;padding:0 24px;}.site-navigation div ul li:last-child{padding-right:0;}.site-navigation div ul li > a{color:#041852;font-size:14px;letter-spacing:0.035em;}.site-navigation div ul li > a:hover{color:#efbd1a;}.site-navigation div ul li.current-menu-item a{color:#efbd1a;}.vc_pie_chart .vc_pie_wrapper{border-radius:50%;width:200px !important;height:200px !important;}.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back{border:#bdbdbd solid 20px;border-width:20px !important;border-radius:50%;opacity:1;width:200px !important;height:200px !important;}.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value{height:auto !important;position:static;color:#041852;display:block;font-size:55px;letter-spacing:0.035em;letter-spacing:-3px;line-height:210px;text-align:center;top:-3px;width:90%;z-index:10;}.vc_pie_chart .vc_pie_wrapper .content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.vc_pie_chart .vc_pie_wrapper canvas{width:200px !important;height:200px !important;}.vc_pie_chart .wpb_pie_chart_heading{width:100%;height:auto !important;margin:20px 0;padding-bottom:20px;position:relative;text-align:center;}.vc_message_box{margin:0 0 20px !important;padding:12px 1em 12px 4em !important;}.lp-searchform{display:inline-block;/* BACKGROUND HORIZONTAL */}.lp-searchform .input-search-inner{margin:0 10px;}.lp-searchform .search-lp,.lp-searchform input[type='text'],.lp-searchform select{max-width:calc(100% - 98px);width:430px;height:50px;border-radius:30px;background:#fff;font-size:13px;letter-spacing:0.035em;color:rgba(4, 24, 82, 0.33);border:none;padding-left:25px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.lp-searchform .search-lp{border:1px solid #fff;}.lp-searchform .search-lp:focus,.lp-searchform .search-lp:hover{border:1px solid #041852;}.lp-searchform input.text-validate{border:red solid 1px;}.lp-searchform input.text-validate::-webkit-input-placeholder{color:red !important;}.lp-searchform input.text-validate:-moz-placeholder{color:red !important;}.lp-searchform input.text-validate::-moz-placeholder{color:red !important;}.lp-searchform input.text-validate:-ms-input-placeholder{color:red !important;}.lp-searchform input::-webkit-input-placeholder{color:rgba(4, 24, 82, 0.33) !important;}.lp-searchform input:-moz-placeholder{color:rgba(4, 24, 82, 0.33) !important;opacity:1;}.lp-searchform input::-moz-placeholder{color:rgba(4, 24, 82, 0.33) !important;opacity:1;}.lp-searchform input:-ms-input-placeholder{color:rgba(4, 24, 82, 0.33) !important;}.lp-searchform label{position:relative;margin-left:23px;cursor:pointer;}.lp-searchform label:after{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f1c3';color:inherit;position:absolute;top:50%;left:50%;color:#041852;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.lp-searchform label:hover:after{color:#fff;}.lp-searchform .search-lp-submit,.lp-searchform input[type="submit"]{width:75px;height:50px;border-radius:30px;background:#fff;font-size:13px;letter-spacing:0.035em;color:rgba(4, 24, 82, 0.33);border:none;text-indent:100px;overflow:hidden;}.lp-searchform .search-lp-submit:hover,.lp-searchform input[type="submit"]:hover{background:#041852;color:#fff !important;}.carousel-lip-category.owl-carousel .owl-item img{border-radius:3px;}.carousel-lip-category.owl-carousel .owl-stage-outer{padding-bottom:20px;}.carousel-lip-category .lp-category-item{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;}.carousel-lip-category .lp-category-item:after{content:'';opacity:0.73;position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;border-radius:3px;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;}.carousel-lip-category .lp-category-item .cat-overlay{position:absolute;top:50%;left:0;padding:0 5px;width:100%;z-index:2;text-align:center;-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 */}.carousel-lip-category .lp-category-item .cat-overlay a{font-weight:500;color:#fff;font-size:15px;line-height:24px;letter-spacing:0.075em;}.carousel-lip-category .lp-category-item .number-courses{position:absolute;bottom:4px;left:0;padding:0 5px;width:100%;z-index:2;font-weight:500;color:#fff;text-align:center;font-size:11px;line-height:24px;letter-spacing:0.075em;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;opacity:0;}.carousel-lip-category .lp-category-item:hover{-webkit-box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.3);-ms-box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.3);box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.3);}.carousel-lip-category .lp-category-item:hover:after{opacity:0.53;}.carousel-lip-category .lp-category-item:hover .cat-overlay a{color:#efbd1a;}.carousel-lip-category .lp-category-item:hover .number-courses{color:#efbd1a;opacity:1;}.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-prev,.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-next{height:50px;width:25px;border-radius:3px;line-height:50px;background:#041852;position:absolute;top:44%;left:-105px;z-index:2;text-align:center;-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 */}.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-prev i,.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-next i{font-size:14px;color:#efbd1a;line-height:50px;display:block;}.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-prev:before,.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-next:before{display:none;}.carousel-lip-category.owl-carousel .owl-controls .owl-nav .owl-next{right:-105px;left:auto;}.cms-video-popup-wraper{position:relative;text-align:right;}.cms-video-popup-wraper .images-item-wrap{display:inline-block;padding:12px;}.cms-video-popup-wraper .gallery-item{display:inline-block;position:relative;}.cms-video-popup-wraper .gallery-item:before,.cms-video-popup-wraper .gallery-item:after{content:'';height:155px;width:155px;border-radius:3px;background:#041852;position:absolute;top:-12px;right:-12px;z-index:1;}.cms-video-popup-wraper .gallery-item:after{top:auto;bottom:-12px;left:-12px;right:auto;}.cms-video-popup-wraper .img{position:relative;z-index:2;}.cms-video-popup-wraper .img:after{content:'';height:100%;width:100%;border-radius:3px;background:#041852;position:absolute;top:0;left:0;opacity:0.2;}.cms-video-popup-wraper .img img{border-radius:3px;}.cms-video-popup-wraper .cms-video-popup{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */z-index:3;}.cms-video-popup-wraper .cms-video-popup i{font-size:75px;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;color:#efbd1a;}.cms-video-popup-wraper .cms-video-popup i:hover{color:#041852;}.cms-lists{float:left;width:100%;/*grid course*/}.cms-lists + .cms-lists{margin-top:17px;}.cms-lists li{list-style:none;font-size:14px;line-height:26px;letter-spacing:0.035em;display:block;}.cms-lists li i{color:#041852;font-size:26px;float:left;width:42px;margin-top:2px;}.cms-lists li span{width:calc(100% - 42px);float:left;}.grid-lp-category{max-width:1042px;display:inline-block !important;}.grid-lp-category .lp-category-item .lp-category-item-inner{margin:27.5px 0;overflow:hidden;float:left;width:100%;}.grid-lp-category .lp-category-item .lp-category-item-inner1{position:relative;}.grid-lp-category .lp-category-item .lp-category-item-inner1 img{border-radius:3px;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .overlay{border-radius:3px;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:rgba(239, 189, 26, 0.5);mix-blend-mode:multiply;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay{position:absolute;width:100%;bottom:0;padding:0 30px;z-index:2;left:0;background:rgba(0, 0, 0, 0.35);-webkit-transition:all 220ms linear 0ms;-moz-transition:all 220ms linear 0ms;-ms-transition:all 220ms linear 0ms;transition:all 220ms linear 0ms;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title{float:left;width:100%;padding-top:12px;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title h3{color:#fff;font-size:14px;line-height:26px;letter-spacing:0.055em;text-transform:uppercase;float:left;font-weight:600;margin-bottom:12px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title .number-courses{float:right;color:#fff;font-size:11px;border-radius:4px;min-width:25px;height:25px;line-height:25px;padding:0 5px;text-align:center;letter-spacing:0.055em;margin-top:1px;text-shadow:0px 1px 2px rgba(0, 0, 0, 0.33);-webkit-box-shadow:0px 0px 6px -2px rgba 0, 0, 0, 0.75;-moz-box-shadow:0px 0px 6px -2px rgba 0, 0, 0, 0.75;-ms-box-shadow:0px 0px 6px -2px rgba 0, 0, 0, 0.75;box-shadow:0px 0px 6px -2px rgba 0, 0, 0, 0.75;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom{text-align:left;color:#fff;font-size:12px;line-height:24px;letter-spacing:0.055em;padding-top:3px;float:left;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more{padding-top:13px;padding-bottom:13px;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more a{color:inherit;display:block;position:relative;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more a i{position:absolute;right:0;top:6px;font-size:12px;}.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more a:hover{opacity:0.7;}.grid-lp-category .lp-category-item .lp-category-item-inner1:hover .content-overlay{bottom:0 !important;}.grid-lp-category .owl-dots{counter-reset:section;padding-top:48.5px;position:static;width:100%;float:left;}.grid-lp-category .owl-dots .owl-dot{counter-reset:subsection;display:inline-block;width:26px;height:26px;float:none;border-radius:2px;border:#bdbdbd solid 1px;line-height:26px;margin:0 2px;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));background-image:-webkit-linear-gradient(bottom, #fff, #eaeaea);background-image:-moz-linear-gradient(bottom, #fff, #eaeaea);background-image:-ms-linear-gradient(bottom, #fff, #eaeaea);background-image:-o-linear-gradient(bottom, #fff, #eaeaea);background-image:linear-gradient(bottom, #fff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='#eaeaea');/*place holder*/-webkit-box-shadow:1px 0 1px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 0 1px rgba(0, 0, 0, 0.12);-ms-box-shadow:1px 0 1px rgba(0, 0, 0, 0.12);box-shadow:1px 0 1px rgba(0, 0, 0, 0.12);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.grid-lp-category .owl-dots .owl-dot:before{counter-increment:section;content:counter(section);color:#717171;font-size:12px;line-height:26px;}.grid-lp-category .owl-dots .owl-dot:hover,.grid-lp-category .owl-dots .owl-dot.active{background-color:#c5c5c5;background-image:-webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#dedede));background-image:-webkit-linear-gradient(bottom, #c5c5c5, #dedede);background-image:-moz-linear-gradient(bottom, #c5c5c5, #dedede);background-image:-ms-linear-gradient(bottom, #c5c5c5, #dedede);background-image:-o-linear-gradient(bottom, #c5c5c5, #dedede);background-image:linear-gradient(bottom, #c5c5c5, #dedede);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#c5c5c5', endColorStr='#dedede');/*place holder*/}.cms_event_lists > .title{font-size:13px;line-height:26px;letter-spacing:0.035em;color:#7e7e7e;text-align:left;margin:0 0 14px;}.cms_event_lists .item-event{float:left;width:100%;margin-bottom:20px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms_event_lists .item-event:hover{-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}.cms_event_lists .item-event:last-child{margin-bottom:0;}.cms_event_lists .item-event .date{float:left;width:98px;height:110px;background:#041852;border-radius:2px;text-align:center;}.cms_event_lists .item-event .date .month{font-size:15px;line-height:26px;letter-spacing:0.035em;color:#fff;display:block;margin-top:15px;}.cms_event_lists .item-event .date .day{font-size:42px;line-height:26px;letter-spacing:0.035em;color:#efbd1a;display:block;margin-top:14px;}.cms_event_lists .item-event .event-right{text-align:left;width:calc(100% - 128px);float:right;}.cms_event_lists .item-event .event-right .title{font-size:15px;line-height:26px;letter-spacing:0.035em;margin-top:3px;margin-bottom:0;}.cms_event_lists .item-event .event-right .title a{color:#041852;}.cms_event_lists .item-event .event-right .title a:hover{color:#efbd1a;}.cms_event_lists .item-event .event-right .desc{font-size:13px;line-height:26px;letter-spacing:0.035em;color:rgba(4, 24, 82, 0.38);}.cms_event_lists .item-event .event-right .desc p{margin-bottom:0px;}.cms_event_lists .item-event .event-right .cms-more a{font-size:13px;line-height:26px;color:#efbd1a;letter-spacing:0.035em;text-transform:capitalize;display:block;}.cms_event_lists .item-event .event-right .cms-more a:hover{color:#041852;}.cms_event_lists .item-event .event-right .cms-more a i{margin-left:10px;}#sb_instagram{margin-left:-20px;margin-right:-20px;width:auto !important;}#sb_instagram .sbi_photo img{border-radius:3px;}.contact-left{font-size:18px;line-height:22px;letter-spacing:0.035em;color:#fff;float:left;margin-top:9px;}.contact-right{font-size:14px;line-height:22px;letter-spacing:0.035em;color:#fff;float:left;padding-left:30px;margin-top:-5px;/* 1.[Social] */}.contact-right > span{display:block;margin:2px 0;}.contact-right > span span{display:inline-block;margin-right:38px;min-width:34px;}.contact-right > span + span{margin-top:5px;}.cms-social-page{text-align:center;margin-top:4px;}.cms-social-page a{color:#616161;line-height:26px;text-align:center;font-size:18px;display:inline-block;margin:0 8px;}.cms-social-page a:hover,.cms-social-page a:focus{color:#041852;}.cms-social-page.social-layout2{display:inline-block;}.cms-social-page.social-layout2 a{width:39px;height:39px;line-height:39px;background:#fff;box-shadow:1px 0 2px rgba(0, 0, 0, 0.15), -1px 0 2px rgba(0, 0, 0, 0.15);-webkit-box-shadow:1px 0 2px rgba(0, 0, 0, 0.15), -1px 0 2px rgba(0, 0, 0, 0.15);border-radius:50%;font-size:18px;color:#041852;margin:0 32px;float:left;}.cms-social-page.social-layout2 a i{line-height:1;}.cms-social-page.social-layout2 a:first-child{margin-left:0;}.cms-social-page.social-layout2 a:hover{background:#efbd1a;color:#fff;}.cms-social-page.social-layout3{display:inline-block;}.cms-social-page.social-layout3 a{font-size:28px;color:#fff;margin:0 23px 0 0;border:none;float:left;}.cms-social-page.social-layout3 a i{line-height:1;}.vc_wp_search{display:inline-block;/* BACKGROUND HORIZONTAL */}.vc_wp_search #searchform input[type="text"]{max-width:calc(100% - 98px);width:430px;height:50px;border-radius:25px;background:#fff;font-size:13px;letter-spacing:0.035em;color:#c6c8d1;border:none;padding-left:23px;padding-right:23px;text-transform:none;border:1px solid #fff;}.vc_wp_search #searchform input[type="text"]:focus{border-color:#efbd1a;}.vc_wp_search input::-webkit-input-placeholder{color:#c6c8d1 !important;}.vc_wp_search input:-moz-placeholder{color:#c6c8d1 !important;opacity:1;}.vc_wp_search input::-moz-placeholder{color:#c6c8d1 !important;opacity:1;}.vc_wp_search input:-ms-input-placeholder{color:#c6c8d1 !important;}.vc_wp_search #searchform{position:relative;margin-left:23px;display:inline-block;}.vc_wp_search #searchform:before{width:75px;height:50px;content:"";position:absolute;-webkit-border-radius:25px;-khtml-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;/* BACKGROUND GRADIENT */background-color:#fff;z-index:100;top: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;}.vc_wp_search #searchform:after{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f1c3';color:inherit;position:absolute;font-size:15px;top:0;line-height:50px;right:31px;color:#041852;z-index:101;cursor:pointer;}.vc_wp_search #searchform:hover:before{background-color:#efbd1a;}.vc_wp_search #searchform:hover:after{color:#fff;}.vc_wp_search #searchform #searchsubmit{width:75px;height:50px;-webkit-border-radius:25px;-khtml-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;/* BACKGROUND GRADIENT */background:transparent;font-size:13px;letter-spacing:0.035em;color:rgba(4, 24, 82, 0.33);border:none;text-indent:100px;overflow:hidden;max-width:75px;float:left;margin-left:23px;z-index:103;}.wpb_image_grid .wpb_image_grid_ul .isotope-item{float:none !important;display:block;}.cms-images-grid{position:relative;max-width:618px;margin-top:59px;margin-bottom:53px;}.cms-images-grid .primary-item{width:100%;height:408px;background-size:cover;border-radius:3px;}.cms-images-grid .item-top-right{width:330px;height:210px;background-size:cover;position:absolute;top:-59px;right:-48px;box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);border-radius:3px;z-index:2;}.cms-images-grid .item-bottom-left{width:330px;height:210px;background-size:cover;position:absolute;bottom:-53px;left:-40px;box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);border-radius:3px;}#footer-top{background:#041852;border-top:#000 solid 1px;padding:85px 0 101px;color:#e0e0e0;position:relative;font-size:13px;line-height:26px;letter-spacing:0.035em;}#footer-top:after{content:'';opacity:0.97;position:absolute;top:0;left:0;width:100%;height:100%;background:#041852;}#footer-top .footer-top1{padding-right:42px;}#footer-top img + p{margin-top:44px;}#footer-top p{margin-bottom:26px;}#footer-top aside{margin-top:25px;position:relative;z-index:2;}#footer-top aside:first-child{margin-top:0;}#footer-top .wg-title{margin:0 0 25px;color:inherit;font-size:16px;line-height:26px;text-transform:uppercase;margin-top:78px;}#footer-top ul > li{padding:0;border:none;line-height:26px;}#footer-top ul > li > a,#footer-top ul > li a{color:#e0e0e0;line-height:18px;font-size:14px;}#footer-top ul > li > a:hover,#footer-top ul > li a:hover{color:#efbd1a;}#footer-top ul.contact li{float:left;width:100%;}#footer-top ul.contact li i{float:left;font-size:13px;line-height:26px;}#footer-top ul.contact li span{float:right;width:calc(100% - 38px);}#footer-top .widget_recent_entries li a{font-size:15px;line-height:26px;display:block;}#footer-top .widget_recent_entries .post-date:before{content:'\f331';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:26px;margin-right:7px;}#footer-bottom{background:#efbd1a;padding:36px 0 36px;color:#041852;font-size:15px;line-height:26px;letter-spacing:0.035em;border-top:#3d3104 solid 1px;border-bottom:#3d3104 solid 1px;}#footer-bottom .cms-footer-social{float:right;margin-top:2px;}#footer-bottom .cms-footer-social li{display:inline-block;float:left;margin-left:16px;}#footer-bottom .cms-footer-social li a{color:#041852;}#footer-bottom .cms-footer-social li a span{font-size:18px;}@media only screen and (max-width:991px) and (min-width:768px){#footer-top .footer-top1{padding-right:15px;}}@media (max-width:767px){footer #footer-bottom{text-align:center;}#footer-bottom .cms-footer-social{width:100%;margin-top:30px;}#footer-bottom .cms-footer-social li{float:none;}}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{position:relative;z-index:1;height:35px;font-size:11px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */-webkit-transition:border-color ease-in-out 0.15s;-moz-transition:border-color ease-in-out 0.15s;-ms-transition:border-color ease-in-out 0.15s;transition:border-color ease-in-out 0.15s;letter-spacing:0.035em;line-height:33px;color:#757575;padding:6px 12px;width:100%;border:1px solid #e5e5e5;}input[type='text']:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,textarea:focus,select:focus{outline:0;}label{font-weight:normal;}label input[type=checkbox],label input[type=radio]{position:relative;top:2px;}textarea{width:100%;height:125px;margin:0 0 20px;border-radius:0;}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:#efbd1a;/** Contact Form 7 */}.wpcf7-form{padding:0;border-bottom:none;display:inline-block;max-width:878px;}.wpcf7-form br{display:none;}.wpcf7-form p{margin:0;}.wpcf7-form .wpcf7-not-valid-tip{font-size:12px;position:static;color:#d94e90;margin-bottom:5px;}.wpcf7-form textarea + .wpcf7-not-valid-tip{top:-10px;}.wpcf7-form .wpcf7-validation-errors{border:medium none;display:block;text-align:left;margin:20px 0 0;padding:0;}.wpcf7-form .form-div{float:left;width:50%;padding:0 35px;}.wpcf7-form .form-bottom{float:left;width:100%;}.wpcf7-form .form-bottom p{float:left;font-size:12px;margin:0px;line-height:15px;padding:0px;}.wpcf7-form .form-bottom p.text-contact{width:64%;}.wpcf7-form .form-bottom p.text-contact + p{float:right;text-align:right;}.wpcf7-form input[type='text'],.wpcf7-form input[type="password"],.wpcf7-form input[type="datetime"],.wpcf7-form input[type="datetime-local"],.wpcf7-form input[type="date"],.wpcf7-form input[type="month"],.wpcf7-form input[type="time"],.wpcf7-form input[type="week"],.wpcf7-form input[type="number"],.wpcf7-form input[type="email"],.wpcf7-form input[type="url"],.wpcf7-form input[type="search"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="color"],.wpcf7-form textarea,.wpcf7-form select{height:45px;border-radius:0;display:block;width:100%;padding:6px 12px 6px 0;font-size:14px;line-height:1;color:#616161;letter-spacing:0.035em;margin-bottom:28px;border:none;border-bottom:1px solid #e0e0e0;}.wpcf7-form textarea{width:100%;height:117px;margin:0 0 32px;border-radius:0;padding-top:15px;}.wpcf7-form select{-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}.wpcf7-form select option{color:#000;}.wpcf7-form .wpcf7-submit{display:inline-block;margin-bottom:0;font-family:'HelveticaNeue-Medium';text-align:center;border:1px solid #c89c0e;color:rgba(255, 255, 255, 0.8);background-color:#efbd1a !important;float:none;padding:13.5px 36px;font-size:13px;line-height:1;border-radius:4px;text-transform:uppercase;letter-spacing:0.075em;width:100%;text-shadow:1px 0 1px rgba(0, 0, 0, 0.3);}.wpcf7-form input::-moz-placeholder,.wpcf7-form textarea::-moz-placeholder{color:#616161;opacity:1;}.wpcf7-form input::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder{color:#616161;}.wpcf7-form input::-o-placeholder,.wpcf7-form textarea::-o-placeholder{color:#616161;}.wpcf7-form input::-ms-placeholder,.wpcf7-form textarea::-ms-placeholder{color:#616161;}.element-form-post{position:relative;}.element-form-post i{left:20px;position:absolute;top:16px;}.wpcf7-form .wpcf7-response-output,.wpcf7-not-valid-tip{font-size:13px;font-style:italic;float:left;}.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,.wpcf7-not-valid-tip.wpcf7-validation-errors{color:red;}.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7-not-valid-tip.wpcf7-mail-sent-ng{border:none;padding:0;color:red;}.wpcf7-not-valid-tip{color:red !important;}.request-form .request-form-header{background-color:#efbd1a;color:#fff;padding:26px 30px 30px;position:relative;}.request-form .request-form-header .get-form-quote{bottom:0;left:0;position:absolute;right:0;top:0;cursor:pointer;z-index:1;}.request-form .request-form-header .scroll-to-content{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;}.request-form .request-form-header .lnr{float:left;font-size:40px;position:relative;top:8px;width:65px;}.request-form .request-form-header h3{color:#fff;font-size:22px;line-height:1;text-transform:uppercase;margin:5px 0 0;}.request-form .request-form-header p{margin:0;}.request-form .request-form-header .request-form-inner{position:relative;padding-left:65px;}.request-form .request-form-header .request-form-inner:before{background-color:#ff8600;content:"";height:22px;left:51px;position:absolute;top:50%;transform:translate(0px, -50%);width:2px;}.request-form .request-form-content{background-color:#f9f9f9;padding:30px 50px 50px;-webkit-box-shadow:0 2.3px 2px 0.1px #f1f1f1;-moz-box-shadow:0 2.3px 2px 0.1px #f1f1f1;-ms-box-shadow:0 2.3px 2px 0.1px #f1f1f1;box-shadow:0 2.3px 2px 0.1px #f1f1f1;border:1px solid #f7f7f7;}.request-form .request-form-content div{margin-bottom:19px;}.request-form .request-form-content div:last-child{margin-bottom:0;padding-top:11px;}.request-form .request-form-content p{margin:0;}.request-form .request-form-content .wpcf7-textarea{margin-top:11px;}.request-form .ajax-loader{display:none;}.request-form .request-form-content-vc{background-color:#efbd1a;border-top:2px solid #fff;padding:50px;}.request-form .request-form-content-vc .btn:hover,.request-form .request-form-content-vc .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .request-form .request-form-content-vc .button:hover,.request-form .request-form-content-vc .modal.modal-product-item .modal-content .modal-body .added_to_cart:hover,.modal.modal-product-item .modal-content .modal-body .request-form .request-form-content-vc .added_to_cart:hover,.request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover,.single-product .cs-product-wrap .entry-summary .variations_form .request-form .request-form-content-vc .single_add_to_cart_button:hover,.request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover,.single-product .cs-product-wrap .entry-summary .cart .request-form .request-form-content-vc .single_add_to_cart_button:hover,.request-form .request-form-content-vc .woocommerce-Reviews #review_form #respond .form-submit input:hover,.woocommerce-Reviews #review_form #respond .form-submit .request-form .request-form-content-vc input:hover,.request-form .request-form-content-vc .woocommerce table.shop_table td.actions input.button:hover,.woocommerce table.shop_table td.actions .request-form .request-form-content-vc input.button:hover,.request-form .request-form-content-vc .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .request-form .request-form-content-vc button:hover,.request-form .request-form-content-vc .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .request-form .request-form-content-vc button:hover,.request-form .request-form-content-vc .woocommerce .cart-collaterals .cart_totals .checkout-button:hover,.woocommerce .cart-collaterals .cart_totals .request-form .request-form-content-vc .checkout-button:hover,.request-form .request-form-content-vc .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover,.woocommerce-page .cart-collaterals .cart_totals .request-form .request-form-content-vc .checkout-button:hover,.request-form .request-form-content-vc .woocommerce .checkout_coupon input.button:hover,.woocommerce .checkout_coupon .request-form .request-form-content-vc input.button:hover,.request-form .request-form-content-vc .checkout-module.payment-method-wrap #place_order:hover,.checkout-module.payment-method-wrap .request-form .request-form-content-vc #place_order:hover{border-color:#041852;background-color:transparent;color:#041852;}.fr-bg-white .request-form .request-form-content{background-color:#fff;/* ==========================================================================
   [End] All Style Form
========================================================================== */}.date-time .date:after,.date-time .hh:after{color:#fff;position:absolute;bottom:0;right:-17px;}.date-time .date:after{content:"-";}.date-time .hh:after{content:":";}.modal-backdrop{z-index:0;}.modal-open{padding:0 !important;overflow:auto;}.modal-content{padding:70px 55px;border-radius:6px;}.modal{background:rgba(0, 0, 0, 0.5);padding:0 !important;}.modal-body{padding:41px 15px 0;position:static;}.modal-title{color:#000;text-align:center;line-height:1.1;}.profile-content{text-align:center;padding-bottom:40px;}.modal-header .close{z-index:10000;position:absolute;min-width:auto;right:30px;top:9px;font-size:53px;}.modal-header .close:hover{background:none;opacity:1;}.modal-header{padding:0 15px;border:none;/*login-form*/}.modal-header .line-wrap{text-align:center;}.modal-header .line-wrap .line2{background:#477ab9;height:1px;width:91px;display:inline-block;top:-16px;position:relative;}.modal-header .line-wrap .line2:before{display:none;}@media (min-width:1199px){.form-register .modal-dialog,.form-login .modal-dialog{width:1140px;margin:30px auto;}}.form-login{/* BACKGROUND HORIZONTAL */}.form-login .login-remember{margin-top:14px;text-align:center !important;}.form-login .login-remember input[type=checkbox]{float:none;width:15px;height:15px;position:relative;top:2px;}.form-login .login-remember .remember{opacity:1;font-size:14px;letter-spacing:0.035em;color:rgba(66, 66, 66, 0.58);float:none;width:auto;margin-left:3px;}.form-login .login-remember .forget{font-size:14px;font-weight:300;letter-spacing:0.035em;color:#212121;float:right;position:relative;display:inline-block;}.form-login .login-remember .forget:before{content:'';height:1px;background:#212121;width:100%;position:absolute;bottom:3px;left:0;}.form-login input[type="text"],.form-login input[type="password"]{background:transparent;border:#e6e6e6 solid 1px;width:100%;border-radius:2px;height:43px;font-weight:300;letter-spacing:0.035em;padding:2px 17px;line-height:1;color:#424242;font-size:15px;}.form-login input[type="text"]:focus,.form-login input[type="password"]:focus{outline:0;}.form-login input::-webkit-input-placeholder{color:rgba(33, 33, 33, 0.66) !important;}.form-login input:-moz-placeholder{color:rgba(33, 33, 33, 0.66) !important;opacity:1;}.form-login input::-moz-placeholder{color:rgba(33, 33, 33, 0.66) !important;opacity:1;}.form-login input:-ms-input-placeholder{color:rgba(33, 33, 33, 0.66) !important;}.form-login span.wpcf7-not-valid-tip{margin-top:-12px;}.form-login .input.password + span.wpcf7-not-valid-tip{margin-top:-12px;padding-bottom:20px;}.form-login .login-group{float:left;position:relative;width:100%;text-align:left;}.form-login .login-group .btn,.form-login .login-group .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .form-login .login-group .button,.form-login .login-group .modal.modal-product-item .modal-content .modal-body .added_to_cart,.modal.modal-product-item .modal-content .modal-body .form-login .login-group .added_to_cart,.form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .single_add_to_cart_button,.form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .single_add_to_cart_button,.form-login .login-group .woocommerce-Reviews #review_form #respond .form-submit input,.woocommerce-Reviews #review_form #respond .form-submit .form-login .login-group input,.form-login .login-group .woocommerce table.shop_table td.actions input.button,.woocommerce table.shop_table td.actions .form-login .login-group input.button,.form-login .login-group .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button,.form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button,.form-login .login-group .woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce .cart-collaterals .cart_totals .form-login .login-group .checkout-button,.form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .form-login .login-group .checkout-button,.form-login .login-group .woocommerce .checkout_coupon input.button,.woocommerce .checkout_coupon .form-login .login-group input.button,.form-login .login-group .checkout-module.payment-method-wrap #place_order,.checkout-module.payment-method-wrap .form-login .login-group #place_order{width:100%;float:none;text-transform:uppercase;height:52px;color:#fff;font-size:13px;letter-spacing:0.075em;line-height:1px;border-radius:4px;margin-top:9px;}.form-login .login-group .btn:hover,.form-login .login-group .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .form-login .login-group .button:hover,.form-login .login-group .modal.modal-product-item .modal-content .modal-body .added_to_cart:hover,.modal.modal-product-item .modal-content .modal-body .form-login .login-group .added_to_cart:hover,.form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover,.single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .single_add_to_cart_button:hover,.form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover,.single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .single_add_to_cart_button:hover,.form-login .login-group .woocommerce-Reviews #review_form #respond .form-submit input:hover,.woocommerce-Reviews #review_form #respond .form-submit .form-login .login-group input:hover,.form-login .login-group .woocommerce table.shop_table td.actions input.button:hover,.woocommerce table.shop_table td.actions .form-login .login-group input.button:hover,.form-login .login-group .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button:hover,.form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button:hover,.form-login .login-group .woocommerce .cart-collaterals .cart_totals .checkout-button:hover,.woocommerce .cart-collaterals .cart_totals .form-login .login-group .checkout-button:hover,.form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover,.woocommerce-page .cart-collaterals .cart_totals .form-login .login-group .checkout-button:hover,.form-login .login-group .woocommerce .checkout_coupon input.button:hover,.woocommerce .checkout_coupon .form-login .login-group input.button:hover,.form-login .login-group .checkout-module.payment-method-wrap #place_order:hover,.checkout-module.payment-method-wrap .form-login .login-group #place_order:hover{background-color:#041852;border-color:#041852;color:#fff;}.form-login .password-group{position:relative;float:left;width:100%;margin-top:26px;}.form-login .text-login-social{font-size:14px;float:left;width:100%;text-align:center;line-height:26px;letter-spacing:0.035em;color:#424242;margin-top:28px;}.form-login .no-account{font-size:14px;float:left;width:100%;text-align:center;line-height:26px;letter-spacing:0.035em;color:#424242;margin-top:39px;}.form-login .no-account a{color:#041852;}.form-login .no-account a:hover{color:#efbd1a;}.form-login .forgot-pass{background:#fcfcfc;border-top:#eee solid 1px;font-size:14px;float:left;width:calc(100% + 240px);margin-left:-120px;text-align:center;letter-spacing:0.035em;color:#424242;margin-top:23px;line-height:74px;}.form-login .forgot-pass a{color:inherit;}.form-login .forgot-pass a:hover{color:#041852;}.user-press-profile{/*register*/}.user-press-profile .user-avatar{margin-bottom:30px;}.user-press-profile .user-name{display:inline-block;font-size:18px;text-transform:capitalize;text-align:left;font-weight:700;color:#1c1c1c;line-height:35px;}.user-press-profile .user-press-logout{display:inline-block;}.user-press-profile .user-press-logout a{display:inline-block;font-size:18px;text-transform:capitalize;text-align:left;font-weight:700;color:#efbd1a;line-height:35px;margin-left:20px;}.modal-content-left,.modal-content-right{float:left;width:50%;position:relative;}.modal-content-left{background-size:cover;background-repeat:no-repeat;background-position:center center;}.modal-content-left .bg-overlay{content:'';background:#041852;opacity:0.5;width:100%;height:100%;top:0;left:0;position:absolute;}.modal-content-left .modal-content-left-inner{float:left;width:100%;text-align:center;position:relative;padding:70px 37px 0;height:100%;}.modal-content-left .modal-content-left-inner img{display:inline-block;}.modal-content-left .subtitle{font-size:24px;letter-spacing:0.055em;color:#fff;position:relative;line-height:32px;margin-top:15px;}.modal-content-left .content{font-size:18px;letter-spacing:0.075em;color:#fff;position:relative;line-height:32px;margin-top:74px;}.modal-content-left .content .content-inner{display:inline-block;clear:both;float:left;margin-left:109px;}.modal-content-left .content .content-inner i{width:35px;height:35px;line-height:33px;border:#fff solid 1px;border-radius:50%;font-size:24px;text-align:center;margin-right:15px;float:left;}.modal-content-left .content .content-inner + .content-inner{margin-top:20px;}.modal-content-left .footer{font-size:24px;letter-spacing:0.035em;color:#fff;line-height:36px;padding:0 30px;position:absolute;bottom:73px;}.form-register .modal-header .close,.form-login .modal-header .close{font-size:13px;letter-spacing:0.035em;color:#424242;text-transform:none;opacity:1;text-shadow:none;box-shadow:none;top:21px;right:20px;}.form-register .modal-header .close:hover,.form-login .modal-header .close:hover{color:#efbd1a;}.form-register .modal-content,.form-login .modal-content{background:#fff;border-radius:2px;border-top:#efbd1a solid 5px;padding:0;}.form-register .modal-body,.form-login .modal-body{padding:67px 120px 40px;float:left;width:100%;}.form-register label,.form-login label{width:100%;display:inline-block;font-size:14px;line-height:1;letter-spacing:0.035em;color:rgba(66, 66, 66, 0.58);font-weight:normal;text-align:left;padding:0;margin:0 0 12px;}.form-register input[type="text"],.form-login input[type="text"],.form-register input[type="password"],.form-login input[type="password"]{background:transparent;border:#e6e6e6 solid 1px;width:100%;border-radius:2px;height:43px;font-weight:300;letter-spacing:0.035em;padding:2px 17px;line-height:1;color:#424242;font-size:15px;}.form-register input[type="text"]:focus,.form-login input[type="text"]:focus,.form-register input[type="password"]:focus,.form-login input[type="password"]:focus{outline:0;}.form-register span.wpcf7-not-valid-tip,.form-login span.wpcf7-not-valid-tip{margin-top:-12px;}.form-register .input.password + span.wpcf7-not-valid-tip,.form-login .input.password + span.wpcf7-not-valid-tip{margin-top:-12px;padding-bottom:20px;}.form-register .field-group,.form-login .field-group{float:left;width:100%;margin-bottom:26px;}.form-register .field-group .btn-up-register,.form-login .field-group .btn-up-register{width:100%;float:none;text-transform:uppercase;height:52px;color:#fff;font-size:13px;letter-spacing:0.075em;line-height:1px;border-radius:4px;margin-top:10px;}.form-register .field-group .btn-up-register:hover,.form-login .field-group .btn-up-register:hover{background-color:#041852;border-color:#041852;color:#fff;}.form-register .text-login-social,.form-login .text-login-social{font-size:14px;float:left;width:100%;text-align:center;line-height:26px;letter-spacing:0.035em;color:#424242;margin-top:27px;}.form-register .no-account,.form-login .no-account{font-size:14px;float:left;width:100%;text-align:center;line-height:26px;letter-spacing:0.035em;color:#424242;margin-top:48px;}.form-register .no-account a,.form-login .no-account a{color:#041852;}.form-register .no-account a:hover,.form-login .no-account a:hover{color:#efbd1a;}.form-register .up-social-wrapper,.form-login .up-social-wrapper{margin-top:5px;float:left;width:calc(100% + 20px);margin-left:-10px;}.form-register .up-social-wrapper > p,.form-login .up-social-wrapper > p{color:#424242;letter-spacing:0.035em;margin-bottom:9px;font-size:14px;line-height:26px;text-align:center;cursor:pointer;}.form-register .up-social-wrapper button,.form-login .up-social-wrapper button{border:none;height:35px;line-height:35px;float:left;padding:0 13px 0 8px;font-size:11px;min-width:165px;border-radius:2px;text-transform:none;letter-spacing:0;}.form-register .up-social-wrapper button i,.form-login .up-social-wrapper button i{font-size:18px;float:left;margin-top:0;line-height:35px;margin-right:12px;}.form-register .up-social-wrapper .up-facebook-button,.form-login .up-social-wrapper .up-facebook-button{background:#3b5998;}.form-register .up-social-wrapper .up-twitter-button,.form-login .up-social-wrapper .up-twitter-button{background:#4099ff;margin-left:16px;}.form-register .forgot-pass,.form-login .forgot-pass{background:#fcfcfc;border-top:#eee solid 1px;font-size:14px;float:left;width:calc(100% + 240px);margin-left:-120px;text-align:center;letter-spacing:0.035em;color:#424242;margin-top:23px;line-height:74px;}.form-register .forgot-pass a,.form-login .forgot-pass a{color:inherit;}.form-register .forgot-pass a:hover,.form-login .forgot-pass a:hover{color:#041852;}.form-login .modal-body{padding:67px 120px 0px;}#cshero-header-top{background:#212121;padding:13px 0;color:rgba(255, 255, 255, 0.4);}#cshero-header-top .contact-top span{display:inline-block;font-size:14px;color:inherit;line-height:24px;letter-spacing:0.035em;}#cshero-header-top .header-right-top{float:right;-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-top .header-right-top .header-right{float:right;}#cshero-header-top .header-right-top .login-wrap{float:right;}#cshero-header-top .header-right-top .login-wrap button{background:none;border:none;display:inline-block;font-size:14px;color:inherit;line-height:24px;letter-spacing:0.035em;padding:0 6px;text-transform:none;}#cshero-header-top .header-right-top .login-wrap button:hover{color:#efbd1a;}#cshero-header{background:#fff;position:relative;z-index:1000;-webkit-transition:all 400ms ease 0s;-moz-transition:all 400ms ease 0s;-ms-transition:all 400ms ease 0s;transition:all 400ms ease 0s;color:#051952;}#cshero-header .container{position:relative;}#cshero-header .cshero-header-navigation-inner{float:right;}#cshero-header .menu-main-menu > li > a{display:block;position:relative;color:#051952;}#cshero-header .menu-main-menu > li > a .menu-title:before{display:none;}#cshero-header .menu-main-menu > li.current-menu-item > a,#cshero-header .menu-main-menu > li.current-menu-ancestor > a,#cshero-header .menu-main-menu > li:hover > a{color:#efbd1a;}#cshero-header .menu-main-menu > li.current-menu-item > a:before,#cshero-header .menu-main-menu > li.current-menu-ancestor > a:before,#cshero-header .menu-main-menu > li:hover > a:before{background-color:#efbd1a;width:100%;}#cshero-header .menu-main-menu > li.menu-item-has-children:hover a:before{opacity:0;}#cshero-header #cshero-header-logo .main-logo{display:inline-block;line-height:115px;}.header-trans{position:absolute;width:100%;top:0;left:0;z-index:1000;}.header-trans .main-logo{display:none;height:0;}.header-trans .cshero-main-header{background:transparent !important;}.header-trans .cshero-main-header.header-fixed{background:#efbd1a !important;}#cshero-header-logo .site-title{color:inherit;font-size:30px;margin-top:15px;}#cshero-header-logo .site-title a{color:inherit;}#cshero-header-logo .site-description{color:inherit;}#cshero-header-logo img{max-height:70px;-webkit-transition:all 400ms ease 0s;-moz-transition:all 400ms ease 0s;-ms-transition:all 400ms ease 0s;transition:all 400ms ease 0s;}#cshero-header-wrapper{padding:0;min-height:1px;margin-bottom:0;border:none;}.header-right{float:left;display:inline-block;/* ==========================================================================
   [Start] 2. Search Popup
========================================================================== */}.header-right .border{display:inline-block;border-left:#d4d4d4 solid 1px;height:30px;width:1px;vertical-align:middle;}.header-right .nav-button-icon{margin-left:2px;float:left;font-size:12px;cursor:pointer;vertical-align:middle;}.header-right .nav-button-icon i{font-size:16px;color:#d4d4d4;line-height:115px;padding-left:16px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.header-right .nav-button-icon i.zmdi-search{padding-left:20px;}.header-right .nav-button-icon i:hover{color:#e8cd20;}.header-right .nav-button-icon .widget_shopping_cart{background-color:#fff;position:absolute;right:15px;top:117px;overflow:hidden;visibility:hidden;max-width:390px;width:310px !important;opacity:0;filter:alpha(opacity=0);-webkit-transition:all 300ms ease 0ms;-moz-transition:all 300ms ease 0ms;-ms-transition:all 300ms ease 0ms;transition:all 300ms ease 0ms;z-index:99;line-height:normal;border:1px solid rgba(0, 0, 0, 0.1);}.header-right .nav-button-icon .widget_shopping_cart.cart-empty-wrapper{top:-50px;}.header-right .nav-button-icon .widget_shopping_cart.widget_shopping_cart_empty{height:inherit;}.header-right .nav-button-icon .widget_shopping_cart h3{color:#041852;padding:16px 30px 0;margin-bottom:0;}.header-right .nav-button-icon .widget_shopping_cart.cart-empty-wrapper{height:inherit !important;}.header-right .nav-button-icon .widget_shopping_cart.open{visibility:visible;opacity:1;filter:alpha(opacity=1);}.header-right .nav-button-icon .widget_shopping_cart.open .variation{display:none;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content{padding:30px;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li{padding:0 25px 15px 0;margin-bottom:15px;position:relative;border-bottom:1px solid #ccc;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty{margin:0;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a{color:#041852;font-size:13px;line-height:normal;text-transform:uppercase;font-weight:normal;letter-spacing:0.035em;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover{color:#efbd1a;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img{float:left;max-width:75px;width:100%;margin-right:20px;margin-left:0;background-color:#f4f4f4;-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:60px;padding:8px 15px;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child{padding-bottom:0;border-bottom:0;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove{font-size:0;left:inherit;position:absolute;right:15px;top:13px;z-index:9;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before{background-color:#041852;color:#fff;content:"\f129";display:inline-block;font-family:Ionicons;font-size:9px;height:19px;line-height:19px;text-align:center;width:19px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover:before{background-color:#efbd1a;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity{color:#041852;font-size:14px;font-weight:normal;margin-top:10px;display:block;width:100%;letter-spacing:0.035em;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity .woocommerce-Price-currencySymbol{position:relative;top:-4px;margin-right:2px;font-size:11px;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.total{border-top:1px solid #ccc;color:#041852;font-size:16px;padding-top:26px;margin-bottom:26px;letter-spacing:0.035em;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.total strong{font-weight:normal;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.total .amount{color:#efbd1a;float:right;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons{margin:0;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button{width:48%;text-align:center;font-weight:normal;padding:13.5px 5px;}.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.checkout{float:right;}.header-right .nav-button-icon .shopping-cart-inner{line-height:18px;font-size:15px;cursor:pointer;font-weight:600;float:left;width:85%;color:#333;text-transform:uppercase;}.header-right .nav-button-icon .shopping-cart-inner i{color:#d4d4d4;font-size:35px;float:left;}.header-right .nav-button-icon .shopping-cart-inner .cart{font-size:18px;padding-right:5px;}.header-right .nav-button-icon .shopping-cart-inner .cart-right{margin-left:15px;margin-top:-1px;}.header-right .nav-button-icon .shopping-cart-inner .view-cart{float:left;color:#71706d;font-size:15px;font-style:italic;text-transform:none;font-weight:400;margin-left:15px;line-height:1;}.header-right .nav-button-icon .shopping-cart-inner .view-cart:hover{color:#efbd1a;}.header-right .nav-button-icon .couter_items-wrap{line-height:115px;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;}.header-right .nav-button-icon .couter_items-wrap .couter_items{background-color:#efbd1a;color:#fff;font-size:8px;height:12px;width:12px;letter-spacing:0.035em;border-radius:50%;line-height:12px;position:absolute;right:-5px;text-align:center;top:-50%;}.cshero-popup-search{background-color:#fff;height:115px;left:0;position:fixed;top:0;width:100%;z-index:10001;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cshero-popup-search .cshero-search-inner{position:relative;top:50%;-webkit-transform:translate(0px, -50%);-khtml-transform:translate(0px, -50%);-moz-transform:translate(0px, -50%);-ms-transform:translate(0px, -50%);-o-transform:translate(0px, -50%);transform:translate(0px, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cshero-popup-search .cshero-search-inner #searchform{position:static;}.cshero-popup-search .cshero-search-inner #searchform input[type="text"]{font-size:28px;color:#000;height:75px;text-transform:none;border:none;font-style:italic;}.cshero-popup-search .cshero-search-inner #searchform:before{content:"";}.cshero-popup-search .search-close{color:#bebdbd;cursor:pointer;font-size:72px;position:absolute;right:0;top:50%;z-index:2;-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 400ms ease 0s;-moz-transition:all 400ms ease 0s;-ms-transition:all 400ms ease 0s;transition:all 400ms ease 0s;}.cshero-popup-search .search-close:hover{color:#000;}.cshero-popup-search.open{visibility:visible;opacity:1;filter:alpha(opacity=1);}.admin-bar .cshero-popup-search{top:32px;}.hd-fixed{/* ==========================================================================
   [End] 2. Search Popup
========================================================================== */}.hd-fixed .cshero-popup-search{height:80px !important;top:0 !important;}@media (min-width:992px){#cshero-header #cshero-header-navigation{-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}#cshero-header #cshero-header-navigation .menu-white .menu-main-menu > ul > li > a,#cshero-header #cshero-header-navigation .menu-white .menu-main-menu > li > a{color:#fff;}#cshero-header #cshero-header-navigation .icon-white i{color:#fff;}#cshero-header #cshero-header-navigation .icon-white i:hover{color:#efbd1a;}#cshero-header.header-fixed{position:fixed;top:0;z-index:1001;width:100%;border:none;}#cshero-header.header-fixed #cshero-header-logo .main-logo{line-height:80px;}#cshero-header.header-fixed #cshero-header-logo .main-logo img{max-height:60px;}#cshero-header.header-fixed #cshero-header-logo.has_logo-sticky .main_logo-wrap{opacity:0;max-height:0;}#cshero-header.header-fixed #cshero-header-navigation .icon-white i{color:#000;}#cshero-header.header-fixed #cshero-header-navigation .icon-white i:hover{color:#efbd1a;}#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li,#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li{line-height:80px;}#cshero-header.header-fixed #cshero-header-navigation .widget_shopping_cart{top:82px;}#cshero-header.header-fixed .header-right .nav-button-icon i{line-height:80px;}#cshero-header.header-fixed .header-right .nav-button-icon .couter_items-wrap{line-height:80px;}#cshero-header.header-fixed .nav-button-icon:before{background-color:#eaeaea;}.cs-boxed #main{background-color:#fff;}.cs-boxed #cshero-header.header-fixed{max-width:1200px;}}.page-header-2{padding-top:45px;}.admin-bar #cshero-header.header-fixed{top:32px;}#cshero-header.sticky-desktop.header-fixed{background-color:#fff;border-bottom:#eee solid 1px;}@media (max-width:991px){.page-header-2{padding-top:0;}.main_logo-wrap{float:left;}#cshero-header-inner.header-trans{position:static;background:#111;}#cshero-header-inner.header-trans #cshero-header{border-bottom:none;}#cshero-header-inner.header-trans #cshero-header > .container{background-color:#111;}#cshero-header-inner.header-trans #cshero-header > .container #cshero-header-navigation{margin-top:15px;}#cshero-header-inner.header-trans #cshero-header #cshero-menu-mobile i{margin-top:0;}#cshero-header-inner.header-trans #cshero-header .menu-main-menu > li.current-menu-item > a:before,#cshero-header-inner.header-trans #cshero-header .menu-main-menu > li.current-menu-ancestor > a:before,#cshero-header-inner.header-trans #cshero-header .menu-main-menu > li:hover > a:before{display:none;}#cshero-header-inner #cshero-header .menu-main-menu > li.current-menu-item > a:before,#cshero-header-inner #cshero-header .menu-main-menu > li.current-menu-ancestor > a:before,#cshero-header-inner #cshero-header .menu-main-menu > li:hover > a:before{display:none;}#cshero-menu-mobile .nav-button-icon{position:absolute;right:115px;}#cshero-menu-mobile .nav-button-icon .fa-search:before{content:"\e618";font-family:'Pe-icon-7-stroke';}.header-right{margin-top:0;}.header-right .header-menu-right{width:100%;}.header-right .header-menu-right .widget_nav_menu ul{background:none;float:left;width:100%;margin-left:0;}.header-right .header-menu-right .widget_nav_menu ul li{width:100%;}.header-right .login-wrap{width:100%;}.header-right .login-wrap button{background:none;width:100%;text-align:left;}.header-right .nav-button-icon{display:none;}#cshero-header .cshero-header-navigation-inner{float:right;width:100%;}}@media (min-width:768px) and (max-width:991px){#cshero-bottom-header .contact-top .email{border-left:none;margin-left:0px;padding-left:0;margin-top:10px;}#cshero-bottom-header .contact-top .email,#cshero-bottom-header .contact-top .phone{width:100%;}#cshero-header-search{margin-right:60px;}}@media (max-width:767px){/* ==========================================================================
   [End] 1. Header Main
========================================================================== */#cshero-header-top .login-wrap{float:right;width:100%;text-align:center;}#cshero-header-top .login-wrap button{float:none !important;}#cshero-header-top .cms-top-social{width:100%;margin-right:0;margin-top:16px;text-align:center;}#cshero-header-top .cms-top-social li{float:none !important;}#cshero-bottom-header .contact-top .email{border-left:none;margin-left:0px;padding-left:0;margin-top:10px;}#cshero-bottom-header .contact-top .email,#cshero-bottom-header .contact-top .phone{width:100%;}#cshero-header-inner #cshero-header-top .success-login{width:100%;text-align:center;margin-bottom:15px;}}@font-face{font-family:'HelveticaNeue';src:url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-Medium';src:url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-Bold';src:url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-Light';src:url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-Thin';src:url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Thin.woff') format('woff'), url('../fonts/HelveticaNeue-Thin.ttf') format('truetype'), url('../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-Italic';src:url('../fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Italic.woff') format('woff'), url('../fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('../fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-UltraLight';src:url('../fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-UltraLight.woff') format('woff'), url('../fonts/HelveticaNeue-UltraLight.ttf') format('truetype'), url('../fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-CondensedBold';src:url('../fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'), url('../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-LightItalic';src:url('../fonts/HelveticaNeue-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-LightItalic.woff') format('woff'), url('../fonts/HelveticaNeue-LightItalic.ttf') format('truetype'), url('../fonts/HelveticaNeue-LightItalic.svg#HelveticaNeue-LightItalic') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'proxima_novaregular';src:url('../fonts/pnr-webfont.woff2') format('woff2'), url('../fonts/pnr-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'HelveticaNeue-MediumItalic';src:url('../fonts/HelveticaNeue-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-MediumItalic.woff') format('woff'), url('../fonts/HelveticaNeue-MediumItalic.ttf') format('truetype'), url('../fonts/HelveticaNeue-MediumItalic.svg#HelveticaNeue-MediumItalic') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'proxima_novasemibold';src:url('../fonts/pnsb-webfont.woff2') format('woff2'), url('../fonts/pnsb-webfont.woff') format('woff');font-weight:normal;font-style:normal;}.ft-helveticaneue,.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span span.review,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span span.review,.woocommerce .checkout-right table.shop_table td.product-name,.woocommerce .checkout-right table.shop_table td.product-total,.woocommerce .checkout-right table.shop_table tfoot th,.woocommerce .checkout-right table.shop_table tfoot td{font-family:'HelveticaNeue' !important;}.ft-helveticaneue-l,.single-post-blog .cms-single-related-post .item-inner .content-overlay .title .date,.cms-carousel-layout-blog8 .item-inner .content-overlay .title .date,.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title .number-courses,.contact-right > span span,.modal-content-left .content,.form-register .up-social-wrapper button,.form-login .up-social-wrapper button,#main_content_product ul.products li .product-inner .price del{font-family:'HelveticaNeue-Light' !important;}.ft-helveticaneue-b,.single-post-blog article .content-bottom .entry-title,#sidebar_learnpress .cms-recent-course-widget .cms-grid-media .view a,#sidebar_learnpress .cms-recent-course-widget .cms-recent-details .course-price,.single-lp_course .single-course-top-wrap .course-title,.single-lp_course .single-course-top-wrap .meta_course_info li span,.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span,.single-lp_course .course-summary-inner #learn-press-content-item .course-item-nav > div > span,.single-lp_course .course-summary-inner .section-header,.single-lp_course #course-reviews ul li .main-review-content .user-name,.single-lp_course .tutor_info h4,.single-lp_course .tutor_info .tutor-right h3,.single-lp_course .lp-course-progress-heading,.single-lp_course .lp-course-progress .lp-progress-total,.cms-related-course .related-title h2,.single-lp_quiz .quiz-title.entry-title,.single-lp_quiz .quiz-summary-left h4,.learn-press-cart-table td.course-name,.learn-press-user-form .form-heading,.learn-press-checkout-review-order h3,.learn-press-checkout-review-order-table th,.comment-reply-title,.grid-lp-category .owl-dots .owl-dot:before,#footer-top .widget_recent_entries li a,.form-login .no-account a,.form-register .no-account a,.form-login .no-account a,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li a,#sidebar .cms-recent-post .cms-recent-details .title,.wpb_wrapper .cms-recent-post .cms-recent-details .title,body.woocommerce #main_content_product .main_content_inner h3,#main_content_product ul.products li .product-inner h3,.modal.modal-product-item .modal-content .modal-body .product-title,.single-product .cs-product-wrap .entry-summary .entry-summary-inner .product_title,.woocommerce-Reviews#reviews #comments ol.commentlist li .meta .author,.woocommerce table.shop_table td.product-name,.woocommerce table.shop_table td.product-quantity > div input,.image-payment .bank-left > h3,.woocommerce .checkout-right table.shop_table td.product-name h3,.woocommerce-order-received .woocommerce-thankyou-order-received,.woocommerce-order-received h2,.woocommerce-order-received .title h3{font-family:'HelveticaNeue-Bold' !important;}.ft-helveticaneue-medium,.learnpress-content .meta_course_archive .sort #lb-sort label,.single-lp_course .course-summary-inner .course-landing-summary .single_course_details li span span,.single-lp_course .course-summary-inner .course-learning-summary .single_course_details li span span,.single-lp_course .tutor_info .tutor-right h4,.single-lp_quiz .quiz-summary-left .quiz-questions-list .question-title,.single-lp_quiz .quiz-summary-left .learn-press-question-options label,.single-lp_quiz .quiz-sidebar label,.learn-press-cart-table th,.learn-press-cart-table td,.learn-press-checkout-review-order-table td,#commentform #submit,.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-title,.cms-slick-wrap.cms-carousel-tab .cms-slider-nav .cms-carousel-item .title,.carousel-lip-category .lp-category-item .cat-overlay a,.carousel-lip-category .lp-category-item .number-courses,#footer-top .wg-title,.form-login input[type="text"],.form-login input[type="password"],.form-login .text-login-social,.form-login .no-account,.form-login .forgot-pass,.form-register .modal-header .close,.form-login .modal-header .close,.form-register input[type="text"],.form-login input[type="text"],.form-register input[type="password"],.form-login input[type="password"],.form-register .text-login-social,.form-login .text-login-social,.form-register .no-account,.form-login .no-account,.form-register .up-social-wrapper > p,.form-login .up-social-wrapper > p,.form-register .up-social-wrapper button span,.form-login .up-social-wrapper button span,.form-register .forgot-pass,.form-login .forgot-pass,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity,#sidebar .widget-title,#sidebar .wg-title,.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_product_categories ul li,.widget_layered_nav ul li,.widget_recent_entries ul li,.widget_recent_comments ul li,.widget_rss ul li,.tagcloud a,#main_content_product .meta_product_archive .sort,#main_content_product .meta_product_archive .cms-product-layout a,#main_content_product .meta_product_archive .woocommerce-result-count,#main_content_product ul.products li .product-inner > a .onsale,#main_content_product ul.products li .product-inner .price,#main_content_product ul.products li .product-inner .bottom-product a,#main_content_product ul.products li.product-list .product-inner .product-thumb .onsale,.modal.modal-product-item .modal-content .modal-body .amount,#sidebar_product .widget_price_filter .price_label,.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price,.single-product .cs-product-wrap .entry-summary .woocommerce-review-link,.single-product .cs-product-wrap .entry-summary .variations_form label,.single-product .cs-product-wrap .entry-summary .cart label,.woocommerce-Reviews#reviews #comments ol.commentlist li .meta time,.woocommerce table.shop_table th,.woocommerce table.shop_table td.product-price,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select,.checkout-module .woocommerce-billing-fields-inne input.input-text,.checkout-module .shipping_address input.input-text,.checkout-module .woocommerce-billing-fields-inne textarea,.checkout-module .shipping_address textarea,.checkout-module .woocommerce-billing-fields-inne select,.checkout-module .shipping_address select,.checkout-module.order-comment-wrap #order_comments,.woocommerce .checkout-right h3,.woocommerce form .woocommerce-billing-fields .form-row .select2-container .select2-choice,.woocommerce-page form .woocommerce-billing-fields .form-row .select2-container .select2-choice,.select2-container .select2-choice{font-family:'HelveticaNeue-Medium' !important;}.ft-helveticaneue-medium-italic,.single-lp_course .course-summary-inner .course-landing-summary .course-description ul li,.single-lp_course .course-summary-inner .course-learning-summary .course-description ul li,#main_content_product ul.products li .product-inner .cms-grid-product-category{font-family:'HelveticaNeue-MediumItalic' !important;}.ft-helveticaneue-thin,.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value,.contact-left,.contact-right{font-family:'HelveticaNeue-Thin' !important;}.ft-helveticaneue-italic{font-family:'HelveticaNeue-Italic' !important;}.ft-helveticaneue-utralight,.single-lp_course .single-course-top-wrap .course-subtitle{font-family:'HelveticaNeue-UltraLight' !important;}.box-shadow-default1{-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.35) inset;-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.35) inset;-ms-box-shadow:0 0 10px rgba(0, 0, 0, 0.35) inset;box-shadow:0 0 10px rgba(0, 0, 0, 0.35) inset;}.font-proxima_novasemibold,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span,body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span,body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span,.checkout-module h3,.checkout-module .number-blur,.checkout-module.order-comment-wrap label{font-family:'proxima_novasemibold' !important;}body{overflow-x:hidden;font-family:'HelveticaNeue' !important;color:#616161;font-size:13px;line-height:26px;-webkit-font-smoothing:antialiased;}.w100{width:100% !important;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.aligncenter{margin:5px auto;}.alignleft{float:left;}img.alignleft{margin:0px 32px 15px 0;}.alignright{float:right;}img.alignright{margin-left:15px;margin-bottom:20px;}.wp-caption{opacity:1;}.wp-caption.alignnone{width:100% !important;}.media-left img{max-width:inherit;}.wp-caption-text{opacity:1;}.gallery-caption{opacity:1;}.left{float:left;}.right{float:right;}.text-upper{text-transform:uppercase;}.entry-page-image{margin-bottom:14px;}#main #page-default{position:relative;z-index:1;}.block{display:block;}.b-ra img{-webkit-border-radius:2px 2px 0 0;-khtml-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-ms-border-radius:2px 2px 0 0;-o-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;/* BACKGROUND GRADIENT */}.sl-italic{font-style:italic;letter-spacing:0 !important;}a,a:hover,a:focus{outline:none;text-decoration:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;color:#efbd1a;}h1,h2,h3,h4,h5,h6{margin:0 0 15px;font-family:'HelveticaNeue';}.h1,h1{font-size:48px;}.h2,h2{font-size:34px;}.h3,h3{font-size:30px;}.h4,h4{font-size:22px;}.h5,h5{font-size:20px;}ul{padding:0;margin:0;list-style:none;}ol ul ul{margin-left:25px;}.entry-content > ul ul{margin-left:20px;}.page-template-default .entry-content.entry-content-page > p:first-child{margin-top:50px;}.page-template-default .entry-content.entry-content-page > p:last-child{margin-bottom:60px;}p{margin:0 0 10px;}img{height:auto;max-width:100%;}.hide-image img{display:none;}.w50{float:left;width:50%;}.size_big{font-size:64px;}.size_small{font-size:26px;}body .wpb_content_element,body .wpb_button{margin-bottom:0;}.entry-content > .vc_row-fluid{position:relative;}.entry-content > .wpb_row .wpb_row{margin-left:-15px;margin-right:-15px;}.entry-content > .wpb_row .padding-30 .wpb_row{margin-left:0;margin-right:0;}.vc_row-fluid .container .container,.vc_row-fluid .vc_row-fluid .container{width:100%;}.media-body{width:inherit;}.margin-top40{margin-top:40px;}.thin{font-weight:300;}.well{border:medium none;border-radius:0;box-shadow:none;}.dark{color:#000;}.dark2{color:;}.color-primary{color:#efbd1a;}.media .color-primary{color:#efbd1a !important;}.cmsline{width:19px;height:3px;background-color:;display:block;}.line-gray{height:1px;display:block;width:100%;background-color:#353535;}.icon-box-style{display:block;height:60px;line-height:72px;text-align:center;width:60px;-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:#efbd1a;position:relative;}.icon-box-style:before{content:"";height:2px;width:19px;background-color:#efbd1a;position:absolute;bottom:-10px;left:0;}.icon-box-style i{font-size:28px;color:#fff;}.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;}.no-padding{padding:0;}.no-bottom-margin{margin-bottom:0;}.vc_row.bg-overlay:before{position:absolute;top:0;left:0;right:0;bottom:0;display:block;background-color:inherit;content:"";z-index:1;}.vc_row.bg-right-top{background-position:right top !important;}.vc_row.bg-line-bottom{background-position:right bottom !important;}.vc_row.bg-line-top{background-position:left top !important;}.vc_row > .wpb_column{z-index:2;position:relative;}.vc_row.vc_inner.bg-right-top{background-position:right top !important;background-size:64.5% 100%;}.overlay-color-column{position:absolute;top:0;left:0;width:100%;height:100%;}.vc_row-o-equal-height .wpb_wrapper{height:100%;}.vc_row-o-equal-height .vc_column-inner{height:100%;}.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default{height:100%;}.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default .cms-grid{height:100%;}.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default .cms-grid-item{padding-bottom:0;height:100%;}.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default .cms-grid-inner{height:100%;padding-bottom:15px;}.custom-row-image-right{/*
================> Unit Test
*/}.custom-row-image-right .custom-row-image{background-position:right top;}.sticky{display:inline-block;}article:not(.sticky) .entry-title i.fa-thumb-tack{display:none;}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:#000;}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.gallery-item{margin:0;}dl dt{font-weight:normal;line-height:26px;text-transform:uppercase;font-weight:700;color:#000;}dl dd{line-height:normal;margin-bottom:20px;}dl dd.gallery-caption{margin-top:20px;}dl dd a{color:#efbd1a;}dl dd a:hover{color:;}.page-links{padding:20px 0;}.page-links span:not(.page-links-title){color:#efbd1a;}.page-links a span{color:#777 !important;}.page-links a:hover span{color:#efbd1a !important;}.wp-caption img + p{margin-top:10px;}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:#efbd1a;}pre{background:#f5f5f5;color:#666;font-family:monospace;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre-wrap;word-wrap:break-word;}.comment-wrap{padding:0 15px;}.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 !important;padding:0 0 0 20px;margin:0 !important;}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:#efbd1a;}dl + h2 + ul li ul{padding-left:20px;list-style:none !important;margin:0 !important;}.post-password-form [type="password"]{margin-bottom:10px;height:42px;position:relative;top:-1px;}.w100{width:100% !important;/* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== *//* ==========================================================================
   [Start] 2. Page Title
========================================================================== */}#page-title{position:relative;background-size:cover;background-attachment:fixed;background-position:center center;background-repeat:no-repeat;background-image:url(../images/page-title.jpg);padding:62px 0 56px;/* ==========================================================================
   [End] 2. Page Title
========================================================================== *//* ==========================================================================
   [Start] 3. Primary
========================================================================== */}#page-title:after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:rgba(239, 189, 26, 0.88);}#page-title > .container{position:relative;z-index:1;}#page-title #page-title-text{color:#000;}#page-title #page-title-text h1{color:inherit;font-size:38px;line-height:74px;letter-spacing:0.035em;font-family:'HelveticaNeue-Bold';margin-bottom:0;}#page-title #page-title-text h5{color:inherit;display:block;margin-bottom:0px;line-height:63px;font-size:48px;letter-spacing:0.035em;font-family:'HelveticaNeue-UltraLight';}#page-wrapper.cs-boxed{background-color:#fff;}#page{overflow:hidden;position:relative;}#main .sidebar-left-active #primary.sidebar-active{float:right;}.vc_row-o-full-height{opacity:0;filter:alpha(opacity=0);/* Column Overlay */}.column-bg-overlay{color:#fff;/* End Column Overlay */}.column-bg-overlay .overlay-color-column{height:100%;left:0;position:absolute;top:0;width:100%;}.column-bg-overlay .wpb_wrapper{position:relative;z-index:1;}.column-bg-overlay ul li{border-color:rgba(255, 255, 255, 0.2) !important;}#content footer.entry-meta{padding:0;text-align:center;}.sider-page .wpb_row .container{padding:0;width:100%;}.sider-page.sd-left #primary{float:right;}.sider-page.sd-right #primary{float:left;}#page-blog-standard #primary.page-full-width,.single-post-wrap #primary.full-width{float:none;margin:auto;max-width:870px;}#sidebar{width:100%;}#sidebar #searchsubmit{margin-top:15px;}#sidebar .wg-title + label{margin-top:10px;}#sidebar .calendar_wrap{margin-top:10px;}#sidebar{float:left;/* Background Image Fixed vs Background Overlay Color */}#sidebar .widget-title,#sidebar .wg-title{text-transform:uppercase;font-size:18px;line-height:28px;letter-spacing:0.055em;color:#041852;margin-bottom:14px;}#sidebar aside,#sidebar .slidingbar-widget-col{padding-bottom:22px;margin-bottom:14px;float:left;width:100%;border-bottom:#eee solid 1px;}#sidebar aside:last-child,#sidebar .slidingbar-widget-col:last-child{margin-bottom:0;border-bottom:none;}#sidebar ul.children,#sidebar ul.sub-menu{padding-left:15px;}#content .wpb_row.row-background-fixed{position:inherit;background-attachment:fixed;background-repeat:no-repeat;}#content .wpb_row.row-background-fixed .overlay-color{height:3000px;left:-50%;position:relative;margin-bottom:-3000px;width:200%;-webkit-transform:translateY(-20%);-khtml-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);-o-transform:translateY(-20%);transform:translateY(-20%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#content .wpb_row.row-bg-overlay{overflow:hidden;}#content .wpb_row .overlay-color{position:absolute;height:100%;width:200%;top:0;left:-50%;}#page #content{padding-top:65px;padding-bottom:65px;/* Page 404 */}#page #content .main-content{padding:20px 20px 20px;}.error404{/* Page Loading */}.error404 #content{padding-top:146px !important;padding-bottom:0px !important;-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.1) inset;-ms-box-shadow:0 0 15px rgba(0, 0, 0, 0.1) inset;box-shadow:0 0 15px rgba(0, 0, 0, 0.1) inset;}.error404 .cms-content404{padding-bottom:65px;background-position:center bottom;background-size:cover;}.error404 .cms-content404 > div{display:inline-block;float:none;}.error404 .cms-content404 > div > a{width:100%;text-align:center;float:left;display:inline-block;margin:0 0 70px;}.error404 .cms-content404 > div .error-404{padding:184px 0 62px;margin:0 0 38px;border-radius:6px;width:100%;float:left;}.error404 .cms-content404 > div .error-404 h1{margin:0;color:#041852;font-size:165px;letter-spacing:0.035em;font-family:'HelveticaNeue-Bold';}.error404 .cms-content404 > div .error-404 h1 + div{color:#041852;padding-top:17px;font-size:16px;letter-spacing:0.035em;}.error404 .cms-content404 > div .error-404 .back-to-home{width:100%;float:left;margin-top:79px;}.error404 .cms-content404 > div .error-404 .back-to-home .btn,.error404 .cms-content404 > div .error-404 .back-to-home .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .error404 .cms-content404 > div .error-404 .back-to-home .button,.error404 .cms-content404 > div .error-404 .back-to-home .modal.modal-product-item .modal-content .modal-body .added_to_cart,.modal.modal-product-item .modal-content .modal-body .error404 .cms-content404 > div .error-404 .back-to-home .added_to_cart,.error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .single_add_to_cart_button,.error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .single_add_to_cart_button,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-Reviews #review_form #respond .form-submit input,.woocommerce-Reviews #review_form #respond .form-submit .error404 .cms-content404 > div .error-404 .back-to-home input,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce table.shop_table td.actions input.button,.woocommerce table.shop_table td.actions .error404 .cms-content404 > div .error-404 .back-to-home input.button,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .error404 .cms-content404 > div .error-404 .back-to-home button,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .error404 .cms-content404 > div .error-404 .back-to-home button,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce .cart-collaterals .cart_totals .error404 .cms-content404 > div .error-404 .back-to-home .checkout-button,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-page .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .error404 .cms-content404 > div .error-404 .back-to-home .checkout-button,.error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .checkout_coupon input.button,.woocommerce .checkout_coupon .error404 .cms-content404 > div .error-404 .back-to-home input.button,.error404 .cms-content404 > div .error-404 .back-to-home .checkout-module.payment-method-wrap #place_order,.checkout-module.payment-method-wrap .error404 .cms-content404 > div .error-404 .back-to-home #place_order{font-family:'HelveticaNeue-Bold';letter-spacing:0.035em;border-radius:4px;padding:15px 19.5px;}.error404 .cms-content404 > div .page404-copy{width:100%;float:left;}#cms-loadding{background:#fff;height:100%;position:fixed;width:100%;z-index:10000;top:0;/* Page Contact - Gettouch */}.page-get-contact{/* Custom - Row background image */}.page-get-contact ul{margin-bottom:20px;}.page-get-contact ul li{padding-left:23px;position:relative;margin-bottom:7px;margin-top:4px;}.page-get-contact ul li i{font-size:16px;color:;padding-right:14px;left:0;position:absolute;top:3px;}.page-get-contact ul li a{display:block;}.custom-row-image{background-size:cover;background-position:center center;background-repeat:no-repeat;height:100%;left:0;position:absolute;top:0;z-index:2;width:50%;}.custom-row-image:before{background-color:rgba(34, 34, 34, 0.15);content:"";height:100%;left:0;position:absolute;top:0;width:100%;}.overlay-none .custom-row-image:before{background:transparent;}.custom-row-image-right-cover{overflow:initial !important;}.custom-row-image-right-cover .custom-row-image{background-size:cover;background-position:center center;background-repeat:no-repeat;height:calc(100% + 54px);left:auto;right:0;position:absolute;top:-27px;bottom:-27px;box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);}.custom-row-image-left-cover{overflow:initial !important;}.custom-row-image-left-cover .custom-row-image{background-size:cover;background-position:center center;background-repeat:no-repeat;height:calc(100% + 54px);left:0;right:auto;position:absolute;top:-27px;bottom:-27px;box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);}.row-image-holder{border:2px solid #f9f9f9;bottom:90px;left:15px;position:absolute;right:165px;text-align:center;top:90px;}.row-image-holder img{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.over_follow_initial{overflow:initial !important;}.over_follow_initial .wpb_row{z-index:2;position:relative;}body .bg-left-bottom{background-position:bottom left !important;}body .bg-left-top{background-position:top left !important;}body .bg-right-top{background-position:top right !important;}body .bg-right-bottom{background-position:bottom right !important;}body .bg-right-center{background-position:center right !important;}body .bg-center-top{background-position:center top !important;}.custom-row-image-right .custom-row-image{left:initial;right:0;}.custom-row-image-right .custom-row-image:before{background-color:transparent;}.half-background .overlay-color{max-width:50%;left:0 !important;}.bg-border-custom .custom-row-image:after{border:2px solid rgba(255, 255, 255, 0.5);bottom:100px;content:"";left:100px;position:absolute;right:100px;top:100px;/*custom slider*/}.hermes.tparrows{background:rgba(0, 0, 0, 0.25);}.hermes .tp-arr-titleholder{background:#000;text-transform:uppercase;white-space:nowrap;}.hesperiden{width:auto !important;/* End Custom Slider *//* ==========================================================================
   [End] 3. Primary
========================================================================== */}.hesperiden .tp-bullet{cursor:pointer;position:relative !important;background:#477ab9 !important;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:6px !important;height:6px !important;border:5px solid #fff !important;display:inline-block;margin-right:2px !important;margin-bottom:0px !important;-webkit-transition:background-color 0.2s;-moz-transition:background-color 0.2s;-ms-transition:background-color 0.2s;transition:background-color 0.2s;float:left !important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;left:auto !important;}.hesperiden .tp-bullet.selected{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff !important;width:6px !important;height:6px !important;border:5px solid rgba(0, 0, 0, 0) !important;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{text-align:center;padding-right:0;width:37px;line-height:37px;height:37px;top:0px;right:0;}.ef3-back-to-top{background-color:#041852;border:1px solid #f5f5f5;opacity:0.5;z-index:9999;width:40px;height:40px;position:fixed;bottom:30px;right:30px;cursor:pointer;color:#fff;-webkit-transition:all 0.7s ease-in-out;-moz-transition:all 0.7s ease-in-out;-ms-transition:all 0.7s ease-in-out;transition:all 0.7s ease-in-out;/* Page Loading */}.ef3-back-to-top i{font-size:20px;color:#fff;text-align:center;width:100%;line-height:38px;}.ef3-back-to-top:hover{background:#efbd1a;opacity:1;}.ef3-back-to-top.on{opacity:1;}.ef3-back-to-top.off{opacity:0;}#cms-loadding{background:#fff url(../images/ring-alt.svg) no-repeat center center;height:100%;position:fixed;width:100%;z-index:10000;top:0;left:0;}@media only screen and (min-width:992px) and (max-width:1024px){#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,#cshero-header-navigation .main-navigation .menu-main-menu > li > a{padding:0 15px !important;}}@media screen and (min-width:992px){/*
-----> Minimum width of 992 pixels.
*/#menu-mobile,.cs-menu-toggle{display:none;}#cshero-header-navigation{position:static;}#cshero-header-navigation .collapse{display:block;}#cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu{float:right;width:auto;}#cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > li:last-child{margin-right:0;}#cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,#cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > li > a{line-height:;}#cshero-header-navigation .main-navigation div.nav-menu > ul{width:100%;}#cshero-header-navigation .main-navigation .menu-main-menu{float:left;width:100%;text-align:center;position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li,#cshero-header-navigation .main-navigation .menu-main-menu > li{vertical-align:top;margin:0;line-height:115px;display:inline-block;position:static;-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#magic-line,#cshero-header-navigation .main-navigation .menu-main-menu > li#magic-line{position:absolute;bottom:0px;left:0;width:100px;height:3px;background:#e8cd20;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-home i,#cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-home i{width:40px;height:40px;font-size:16px;background:#fff;border-radius:4px;color:#efbd1a;line-height:40px;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:first-child,#cshero-header-navigation .main-navigation .menu-main-menu > li:first-child{margin-left:0;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,#cshero-header-navigation .main-navigation .menu-main-menu > li > a{color:#041852;display:inline-block;line-height:40px;padding:0 17px;position:relative;font-size:14px;letter-spacing:0.035em;font-family:'HelveticaNeue-Medium';text-transform:none;transition:none;-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:after,#cshero-header-navigation .main-navigation .menu-main-menu > li > a:after{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f2f9';color:inherit;margin-top:1px;position:absolute;top:50%;right:17px;text-align:right;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */opacity:0;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i,#cshero-header-navigation .main-navigation .menu-main-menu > li > a i{display:block;width:100%;line-height:0;margin-bottom:6px;-webkit-transition:all 420ms linear 0ms;-moz-transition:all 420ms linear 0ms;-ms-transition:all 420ms linear 0ms;transition:all 420ms linear 0ms;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title,#cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title{-webkit-transform:translateY(25px);-khtml-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px);transform:translateY(25px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */display:block;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .menu-title,#cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title{position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.onepage.current,#cshero-header-navigation .main-navigation .menu-main-menu > li > a.onepage.current{color:#efbd1a;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children,#cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children{position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a{padding-right:30px;}#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{opacity:1;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.sub-menu,#cshero-header-navigation .main-navigation .menu-main-menu > li > ul.sub-menu{opacity:0;-webkit-transition:opacity 0.4s ease 0s;-moz-transition:opacity 0.4s ease 0s;-ms-transition:opacity 0.4s ease 0s;transition:opacity 0.4s ease 0s;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > ul.sub-menu,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover > ul.sub-menu{opacity:1;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item:before,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item:before,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor:before,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor:before,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover:before,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover:before{opacity:1;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a{color:#e8cd20;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a .menu-title:before,#cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a .menu-title:before{opacity:1;filter:alpha(opacity=1);width:10px;}#cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a,#cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-ancestor > a,#cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a{color:#e8cd20;}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item){position:absolute;top:100%;z-index:1;text-align:left;height:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);min-width:231px;font-size:14px;left:0;float:left;border:none;padding:0 20px;border-radius:4px;margin:0;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);-moz-box-shadow:0 6px 12px rgba(0, 0, 0, .175);-ms-box-shadow:0 6px 12px rgba(0, 0, 0, .175);box-shadow:0 6px 12px rgba(0, 0, 0, .175);/* Menu Stick Wall */}#cshero-header-navigation .main-navigation li ul:not(.wg-menu-item):after{position:absolute;width:100%;top:-3px;height:15px;content:'';}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item){top:-2px;left:100%;/* End Menu Stick Wall */}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back{right:100%;left:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul:not(.back){right:100%;left:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back{left:100%;right:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul:not(.back){left:100%;right:auto;}#cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul.back{right:100%;left:auto;}#cshero-header-navigation .main-navigation{float:left;/* End Menu Sub Level *//* Start Mega Menu */}#cshero-header-navigation .main-navigation ul li:hover > ul,#cshero-header-navigation .main-navigation ul li:focus > ul,#cshero-header-navigation .main-navigation .focus > ul{border-left:0;clip:inherit;overflow:inherit;height:inherit;}#cshero-header-navigation .main-navigation li ul li{border-bottom:1px solid rgba(0, 0, 0, 0.05);}#cshero-header-navigation .main-navigation li ul li:last-child{border:none;}#cshero-header-navigation .main-navigation li ul li a{display:block;font-weight:400;text-align:left;padding:14px 0;color:inherit;clear:both;line-height:1.42857;white-space:nowrap;font-size:14px;}#cshero-header-navigation .main-navigation li ul li a:hover{color:#e8cd20;}#cshero-header-navigation .main-navigation li ul.sub-menu li:last-child > a{border:none;}#cshero-header-navigation .main-navigation ul.sub-menu li{position:relative;}#cshero-header-navigation .main-navigation{/* End Start Mega Menu */}#cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1),#cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1),#cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1),#cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1){clear:left;border-right:0px solid transparent;}#cshero-header-navigation .main-navigation .columns5 > li{width:20% !important;}#cshero-header-navigation .main-navigation .columns4 > li{width:25% !important;}#cshero-header-navigation .main-navigation .columns3 > li{width:33.33% !important;}#cshero-header-navigation .main-navigation .columns2 > li{width:50% !important;}#cshero-header-navigation .main-navigation [class*="columns"]{padding:39px 0px 29px 2px !important;margin-right:-4px;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;}#cshero-header-navigation .main-navigation [class*="columns"].columns3{padding:33px 20.5px 20px 27px !important;}#cshero-header-navigation .main-navigation [class*="columns"].columns3 > li{padding:0 17.5px;}#cshero-header-navigation .main-navigation [class*="columns"] > li{float:left;padding:0 23px;border-bottom:none;}#cshero-header-navigation .main-navigation [class*="columns"] > li ul li{padding:0 11px;}#cshero-header-navigation .main-navigation [class*="columns"] > li ul li ul.sub-menu li{padding:0 30px;}#cshero-header-navigation .main-navigation [class*="columns"] > li > a{width:100%;border-bottom:none;}#cshero-header-navigation .main-navigation [class*="columns"] > li > a:after{content:"" !important;}#cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper{float:left;width:100%;position:initial;top:0;left:0;height:auto;box-shadow:none;padding:0;margin-top:23px;}#cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper .cms-recent-details{margin-left:0;float:left;}#cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li{width:100%;float:left;padding:0;border:none;}#cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li a{text-indent:0;line-height:26px;padding:0;font-size:12px;letter-spacing:0.02em;}#cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li a:hover{color:#efbd1a !important;}#cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li a:after{display:none;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper{float:left;width:100%;position:initial;top:0;left:0;height:auto;box-shadow:none;padding:0;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li{width:100%;float:left;padding:0;border:none;position:relative;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li .cms-recent-details2{margin-left:0;position:absolute;bottom:0;left:0;width:100%;background:rgba(0, 0, 0, 0.45);padding:9px 23px 14px;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li .cms-recent-details2 h3{margin:0;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li .cms-recent-details2 a{text-indent:0;line-height:21px;padding:0;color:#fff;font-weight:bold;font-size:12px;letter-spacing:0.05em;text-transform:uppercase;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li a{text-indent:0;line-height:32px;padding:0;color:#333;font-size:12px;letter-spacing:0.02em;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li a:hover{color:#efbd1a !important;}#cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li a:after{display:none;}#cshero-header-navigation .main-navigation li ul .wg-title{font-size:14px;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:24px;}#cshero-header-navigation .main-navigation li ul .cms-recent-service .wg-title{font-size:18px;letter-spacing:0.02em;text-transform:uppercase;margin-bottom:17px;margin-top:5px;}#cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width{position:inherit;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu{left:0;margin:auto;max-width:1140px !important;right:0;width:100% !important;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu .sub-menu{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a{padding-left:11px;padding-right:11px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span.menu-title{color:#5e5e5e;text-transform:uppercase;font-weight:bold;font-size:14px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span.menu-title:before{content:"";}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a:hover{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu{left:auto;right:90px;margin:auto;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a span.menu-title{color:#ccc;text-transform:none;font-weight:bold;font-size:14px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a span.menu-title:before{content:"";}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a:hover{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu{left:50%;right:auto;margin:auto;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu .sub-menu{background-color:transparent;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu > li > a span.menu-title{color:#ccc;text-transform:none;font-weight:bold;font-size:14px;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu > li > a span.menu-title:before{content:"";}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_center.sub-menu > li > a:hover{background-color:transparent;}#cshero-header-navigation .main-navigation li.group > ul.sub-menu{display:block;float:left;left:0;width:100%;height:inherit;}#cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu{background-color:#fff !important;opacity:0;-webkit-transition:opacity 0.4s ease 0s;-moz-transition:opacity 0.4s ease 0s;-ms-transition:opacity 0.4s ease 0s;transition:opacity 0.4s ease 0s;}#cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu > li:hover > ul.sub-menu{opacity:1;}#cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu{padding-bottom:0;}#cshero-header-navigation .main-navigation ul.multicolumn > li:hover{position:relative;z-index:10;}#cshero-header-navigation .main-navigation ul.multicolumn > li.hidden-menu-item > a{display:none;}#cshero-header-navigation .main-navigation ul.standar-dropdown li ul.sub-menu{opacity:0;-webkit-transition:opacity 0.4s ease 0s;-moz-transition:opacity 0.4s ease 0s;-ms-transition:opacity 0.4s ease 0s;transition:opacity 0.4s ease 0s;}#cshero-header-navigation .main-navigation ul.standar-dropdown li:hover ul.sub-menu{opacity:1;}}@media (min-width:992px) and (max-width:1024px){/*
-----> Max width of 992 pixels.
*/}@media screen and (max-width:991px){/*
-----> End Max width of 992 pixels.
*/#cshero-header #cshero-header-navigation{text-align:left;background:#fff;visibility:hidden;opacity:0;top:135px;left:0;right:0;position:absolute;-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.open{top:115px;width:inherit;padding-top:15px;padding-bottom:15px;border-top:none;opacity:1;visibility:visible;}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li a{text-transform:none;font-size:14px;-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 #cshero-header-navigation .main-navigation .menu-main-menu > li li a{font-size:13px;}#cshero-header #cshero-menu-mobile{display:block;}#cshero-header #cshero-menu-mobile i{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */background:#efbd1a;color:#fff;cursor:pointer;font-size:26px;height:35px;line-height:35px;text-align:center;width:45px;position:absolute;top:35px;right:15px;-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-menu-mobile i:hover{background:#041852;}#cshero-header #cshero-menu-mobile .page-popup-wrapper{position:static !important;}#cshero-header #cshero-menu-mobile .page-popup-wrapper .contact-page i{right:125px;left:inherit;}#cshero-header #cshero-menu-mobile .page-popup-wrapper .search-page i{right:70px;}#cshero-header-navigation .main-navigation div.nav-menu > ul{margin:0;padding:0;list-style:none;max-height:0;overflow:hidden;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;transition:all 500ms ease;}#cshero-header-navigation .main-navigation div.nav-menu > ul li{list-style:none;}#cshero-header-navigation .main-navigation div.nav-menu > ul li a{display:block;}#cshero-header-navigation .main-navigation [class*="columns"] > li > a{display:none !important;}.collapse .main-navigation div.nav-menu > ul{display:block;max-height:2000px;}#cshero-header #cshero-header-navigation .main-navigation{padding:0;/* Dropdown Sub Menu */}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i{display:none;}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li{line-height:31px;}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li a{background:transparent;}#cshero-header #cshero-header-navigation .main-navigation ul.sub-menu{width:100% !important;margin:0;padding-left:10px;}#cshero-header #cshero-header-navigation .main-navigation li.current-menu-item > a,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-parent > a,#cshero-header #cshero-header-navigation .main-navigation li.current-menu-ancestor > a{color:#efbd1a !important;}.cs-menu-toggle{display:block;cursor:pointer;position:absolute;right:0;text-align:center;top:0;width:30px;font-size:23px;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cs-menu-toggle i{display:none;}.cs-menu-toggle:before{content:"\f105";font-family:"FontAwesome";color:#051952;font-size:13px;}.cs-menu-toggle:hover:before{color:#efbd1a;}.submenu-open .cs-menu-toggle:before{content:"\f107";}#cshero-header-navigation .main-navigation .menu-main-menu > li{position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > li li{position:relative;}#cshero-header-navigation .main-navigation .menu-main-menu > li li a{color:#051952;}#cshero-header-navigation .main-navigation .menu-main-menu > li a{display:block;border-bottom:none;font-size:13px;line-height:20px;margin:0;padding:10px;text-transform:uppercase;}#cshero-header-navigation .main-navigation .menu-main-menu > li a :hover{color:#efbd1a;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu{max-height:0;overflow:hidden;padding-left:10px;-webkit-transition:max-height 600ms linear 0ms;-moz-transition:max-height 600ms linear 0ms;-ms-transition:max-height 600ms linear 0ms;transition:max-height 600ms linear 0ms;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open{max-height:1000px;}#cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle:before{content:"\f107";}.mobile-menu-no-dropdown #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu{max-height:1000px;}.mobile-menu-no-dropdown #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu + .cs-menu-toggle{display:none;}#cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width{display:none;}}@media screen and (max-width:767px){/* ==========================================================================
  End Style Main Menu
========================================================================== */#cshero-header-navigation .main-navigation li ul .wg-title{margin:15px 0 30px;}#cshero-header-navigation .main-navigation li ul aside{display:none;}}.bottom-product .add_to_cart_button.added{display:none;}.bottom-product .added_to_cart.wc-forward:before{content:"\f301";font-family:"Material-Design-Iconic-Font";padding-right:9px;}#sidebar .cms-recent-post,.wpb_wrapper .cms-recent-post{padding-top:9px;}#sidebar .cms-recent-post ul,.wpb_wrapper .cms-recent-post ul{margin-left:0px;margin-top:3px;}#sidebar .cms-recent-post ul li,.wpb_wrapper .cms-recent-post ul li{float:left;width:100%;margin-bottom:24px;}#sidebar .cms-recent-post ul li:last-child,.wpb_wrapper .cms-recent-post ul li:last-child{margin-bottom:2px;}#sidebar .cms-recent-post .cms-recent-media,.wpb_wrapper .cms-recent-post .cms-recent-media{width:100px;float:left;}#sidebar .cms-recent-post .cms-recent-media img,.wpb_wrapper .cms-recent-post .cms-recent-media img{width:100%;max-height:100px;}#sidebar .cms-recent-post .cms-recent-details,.wpb_wrapper .cms-recent-post .cms-recent-details{padding-left:115px;}#sidebar .cms-recent-post .cms-recent-details .title,.wpb_wrapper .cms-recent-post .cms-recent-details .title{font-size:12px;line-height:18px;margin:8px 0 3px 0;letter-spacing:0.035em;text-transform:uppercase;color:#212121;}#sidebar .cms-recent-post .cms-recent-details .title a,.wpb_wrapper .cms-recent-post .cms-recent-details .title a{color:inherit;}#sidebar .cms-recent-post .cms-recent-details .title a:hover,.wpb_wrapper .cms-recent-post .cms-recent-details .title a:hover{color:#efbd1a;}#sidebar .cms-recent-post .cms-recent-details .date,.wpb_wrapper .cms-recent-post .cms-recent-details .date{font-size:9px;line-height:18px;letter-spacing:0.035em;text-transform:uppercase;color:#212121;}#sidebar .cms-recent-post .cms-recent-details .date + a,.wpb_wrapper .cms-recent-post .cms-recent-details .date + a{color:#2b2e35;font-size:10px;line-height:18px;letter-spacing:0.035em;text-transform:uppercase;display:block;margin-top:7px;}#sidebar .cms-recent-post .item,.wpb_wrapper .cms-recent-post .item{padding-bottom:15px;}#sidebar .cms-recent-post .item:last-child,.wpb_wrapper .cms-recent-post .item:last-child{padding-bottom:19px;}.newsletter-widget{width:100%;text-align:center;/* 3. Search */}.newsletter-widget form{display:inline-block;}.newsletter-widget form p{display:inline-block;float:left;}.newsletter-widget input[type="text"],.newsletter-widget input[type="email"]{display:block;width:413px;max-width:100%;height:32px;border-radius:3px;padding:6px 12px;font-size:12px;line-height:30px;color:rgba(255, 255, 255, 0.68);letter-spacing:0.035em;background-color:transparent;background-image:none;border:1px solid #efbd1a;border-top-right-radius:0px;border-bottom-right-radius:0px;}.newsletter-widget .newsletter-submit{padding:10px 18px;border:none;float:right;font-family:'HelveticaNeue-Bold';font-size:12px;color:#fff;background:#efbd1a;border-radius:0;border-bottom-right-radius:4px;border-top-right-radius:4px;text-transform:uppercase;letter-spacing:0.035em;text-shadow:none;}.newsletter-widget:hover input[type="text"],.newsletter-widget:hover input[type="email"]{border-color:rgba(239, 189, 26, 0.6);}.newsletter-widget:hover .newsletter-submit{background-color:rgba(239, 189, 26, 0.6);}#searchform{position:relative;/* BACKGROUND HORIZONTAL *//* 3. End Search */}#searchform input[type="text"]{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;color:#757575;border:1px solid #e5e5e5;border-right:none;border-radius:2px;height:35px;line-height:35px;letter-spacing:0.035em;width:calc(100% - 45px);font-size:11px;text-transform:uppercase;padding:0 10px;float:left;}#searchform input::-webkit-input-placeholder{color:#757575 !important;}#searchform input:-moz-placeholder{color:#757575 !important;opacity:1;}#searchform input::-moz-placeholder{color:#757575 !important;opacity:1;}#searchform input:-ms-input-placeholder{color:#757575 !important;}#searchform #searchsubmit{background-color:transparent;font-size:0;max-width:50px;float:right;z-index:99;padding:0px;border:1px solid #e5e5e5;border-left:none;border-radius:0;width:45px;height:35px;margin-top:0;box-shadow:none;}#searchform .screen-reader-text{display:none;}#searchform:before{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f1c3';position:absolute;right:17px;top:11px;font-size:15px;color:#424242;line-height:1;z-index:2;padding-left:15px;}.widget_archive > ul,.widget_categories > ul,.widget_meta > ul,.widget_nav_menu > ul,.widget_pages > ul,.widget_product_categories > ul,.widget_layered_nav > ul,.widget_recent_entries > ul,.widget_recent_comments > ul,.widget_rss > ul{padding:0;margin-top:-7px;}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_product_categories ul,.widget_layered_nav ul,.widget_recent_entries ul,.widget_recent_comments ul,.widget_rss ul{list-style:none;}.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_product_categories ul li,.widget_layered_nav ul li,.widget_recent_entries ul li,.widget_recent_comments ul li,.widget_rss ul li{float:left;width:100%;list-style:none;line-height:27px;font-size:15px;color:#929292;letter-spacing:0.035em;}.widget_archive ul li a,.widget_categories ul li a,.widget_meta ul li a,.widget_nav_menu ul li a,.widget_pages ul li a,.widget_product_categories ul li a,.widget_layered_nav ul li a,.widget_recent_entries ul li a,.widget_recent_comments ul li a,.widget_rss ul li a{color:inherit;}.widget_archive ul li a:hover,.widget_categories ul li a:hover,.widget_meta ul li a:hover,.widget_nav_menu ul li a:hover,.widget_pages ul li a:hover,.widget_product_categories ul li a:hover,.widget_layered_nav ul li a:hover,.widget_recent_entries ul li a:hover,.widget_recent_comments ul li a:hover,.widget_rss ul li a:hover{color:;}.widget_archive ul li ul li:last-child,.widget_categories ul li ul li:last-child,.widget_meta ul li ul li:last-child,.widget_nav_menu ul li ul li:last-child,.widget_pages ul li ul li:last-child,.widget_product_categories ul li ul li:last-child,.widget_layered_nav ul li ul li:last-child,.widget_recent_entries ul li ul li:last-child,.widget_recent_comments ul li ul li:last-child,.widget_rss ul li ul li:last-child{border:none;padding-bottom:0;}.widget_archive ul.sub-menu,.widget_categories ul.sub-menu,.widget_meta ul.sub-menu,.widget_nav_menu ul.sub-menu,.widget_pages ul.sub-menu,.widget_product_categories ul.sub-menu,.widget_layered_nav ul.sub-menu,.widget_recent_entries ul.sub-menu,.widget_recent_comments ul.sub-menu,.widget_rss ul.sub-menu{border-top:border_1x;padding-left:15px;}.widget_categories li{text-align:right;}.widget_categories li a{float:left;}.widget_ww_news_tabs{border:1px solid #e6e6e6;}.widget_ww_news_tabs ul.nav-tabs{background:#f5f5f5;padding:8px 0 0;text-align:center;border:none;}.widget_ww_news_tabs ul.nav-tabs li{float:none;display:inline-block;}.widget_ww_news_tabs ul.nav-tabs li a{padding:10px 12px;border-radius:0px;border:none;outline:none;color:#777;}.widget_ww_news_tabs ul.nav-tabs li a:hover{background:none;}.widget_ww_news_tabs ul.nav-tabs li.active a,.widget_ww_news_tabs ul.nav-tabs li:hover a{border:none;background:#fff;color:;}.widget_ww_news_tabs .tab-content{padding:0 20px;border:none;width:auto;min-height:inherit;}.widget_ww_news_tabs .tab-content li{padding-top:20px;padding-bottom:20px;margin:0px;font-size:12px;border-bottom:1px solid #e6e6e6;line-height:18px;float:left;width:100%;}.widget_ww_news_tabs .tab-content li .cs-meta{float:left;}.widget_ww_news_tabs .tab-content li .cs-details{float:right;width:calc(100% - 75px);}.widget_ww_news_tabs .tab-content li .image{border:1px solid #f0f0f0;float:left;margin:0 15px 0 0;max-width:60px;}.widget_ww_news_tabs .tab-content li h4{color:#333;font-weight:500;display:block;float:none;background:none;font-size:14px;padding:5px;margin:0;line-height:10px;}.widget_ww_news_tabs .tab-content li a{text-transform:none;display:block;font-size:12px;font-style:italic;color:#777;}.widget_ww_news_tabs .tab-content li a:hover{color:;}.widget_ww_news_tabs .tab-content li:last-child{border:none;}.widget_layered_nav a:before{color:#efbd1a;}.widget_layered_nav .count{display:none;}.cms-recent-event{/*gallery photo*/}.cms-recent-event li{float:left;width:100%;margin-bottom:11px;}.cms-recent-event li:last-child{margin-bottom:8px;}.cms-recent-event li .date{float:left;width:70px;height:72px;border:#e5e5e5 solid 1px;background:#041852;border-radius:2px;text-align:center;}.cms-recent-event li .date .month{font-size:10px;line-height:28px;letter-spacing:0.055em;color:#fff;display:block;margin-top:3px;text-transform:uppercase;}.cms-recent-event li .date .day{font-size:25px;line-height:28px;letter-spacing:0.055em;color:#efbd1a;display:block;margin-top:-4px;}.cms-recent-event li .event-right{text-align:left;width:calc(100% - 89px);float:right;}.cms-recent-event li .event-right .title{font-size:15px;line-height:26px;letter-spacing:0.035em;color:#041852;margin-top:3px;margin-bottom:0;}.cms-recent-event li .event-right .title a{color:inherit;}.cms-recent-event li .event-right .title a:hover{color:#efbd1a;}.cms-recent-event li .event-right .desc{font-size:12px;line-height:18px;letter-spacing:0.035em;color:rgba(97, 97, 97, 0.6);}.cms-recent-event li .event-right .desc p{margin-bottom:0px;}.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider{margin:1px 0 0 0;border:none;box-shadow:none;float:left;height:auto !important;position:static;display:block;overflow:visible;width:100%;}.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul{margin-left:-3.5px;margin-right:-2.5px;margin-top:3px;margin-bottom:12px;}.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li{float:left !important;width:33.333% !important;margin:0 !important;padding:3.5px 4.5px;opacity:1 !important;display:inline-block;}.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li img{height:auto;position:relative;}.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li:after{display:none;}.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider .flex-control-nav,.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider .flex-direction-nav{display:none;}.widget_nav_menu .widget-title{margin:0 0 15px;}.widget_nav_menu li.current-menu-item > a{color:#efbd1a;}.widget_nav_menu ul.sub-menu{margin-left:-5px !important;}.widget_calendar.slidingbar-widget-col{margin-top:60px;}.widget_calendar #wp-calendar{position:relative;}.widget_calendar #wp-calendar caption{background-color:#efbd1a;color:#fff;font-size:24px;font-weight:700;line-height:1;padding:18px 0;text-align:center;}.widget_calendar #wp-calendar thead{background-color:#041852;color:#fff;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}.widget_calendar #wp-calendar thead th{font-weight:700;text-align:center;color:#fff;}.widget_calendar #wp-calendar thead tr th:first-child{padding-left:20px;}.widget_calendar #wp-calendar thead tr th:last-child{padding-right:20px;}.widget_calendar #wp-calendar tbody{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}.widget_calendar #wp-calendar tbody td{font-weight:300;text-align:center;padding:0;border-top:none;}.widget_calendar #wp-calendar tbody td a{font-weight:700;color:#efbd1a;}.widget_calendar #wp-calendar tbody td a:hover{color:#041852;}.widget_calendar #wp-calendar tbody tr td:first-child{padding-left:20px;}.widget_calendar #wp-calendar tbody tr td:last-child{padding-right:20px;}.widget_calendar #wp-calendar tbody tr:first-child td{padding-top:12px;}.widget_calendar #wp-calendar tbody tr:last-child td{padding-bottom:12px;}.widget_calendar #wp-calendar tfoot{border:medium none;float:left;width:100%;}.widget_calendar #wp-calendar tfoot td{padding:0;border:none;height:60px;position:absolute;top:0;left:15px;}.widget_calendar #wp-calendar tfoot td#prev a{font-size:0;}.widget_calendar #wp-calendar tfoot td#prev a:before{color:#fff;content:"\f104";font-family:FontAwesome;font-size:16px;line-height:60px;}.widget_calendar #wp-calendar tfoot td#next{left:inherit;right:15px;}.widget_calendar #wp-calendar tfoot td#next a{font-size:0;}.widget_calendar #wp-calendar tfoot td#next a:before{color:#fff;content:"\f105";font-family:FontAwesome;font-size:16px;line-height:60px;}.widget_recent_comments ul li a{color:rgba(0, 0, 0, 0.6);}.widget_recent_comments ul li a:hover{color:#efbd1a;}#sidebar .widget_nav_menu ul ul li:last-child{padding-bottom:0;}.widget_rss .rsswidget{display:inline-block;color:#efbd1a;}.widget_rss .rss-date{font-style:italic;display:block;}.widget_rss .rssSummary{padding-top:12px;}.widget_rss li{border-bottom:1px solid #ededed;margin-bottom:20px;padding-bottom:20px;}.widget select option{max-width:300px;}.tagcloud{padding:2px 0 0 0;float:left;width:100%;/*new twitter*/}.tagcloud a{float:left;display:block;margin-bottom:15px;margin-right:15px;padding:0px 12px;font-size:12px !important;line-height:28px !important;color:#efbd1a !important;border:#e5e5e5 solid 1px;border-radius:2px;text-decoration:none;letter-spacing:0.075em;text-transform:uppercase;background:#041852;}.tagcloud a:hover{background:#efbd1a !important;color:#fff !important;}.template-layout2{float:left;width:100%;padding:14px 0;}.template-layout2 i{float:left;font-size:40px;line-height:40px;color:#dfdfdf;}.template-layout2 .content-right{width:calc(100% - 45px);float:right;font-size:12px;}.template-layout2 .content-right .date{color:#efbd1a;}body.woocommerce-checkout .container{width:1260px;max-width:100%;}body.woocommerce-checkout #cshero-header-top{background:#041852;color:#fff;}body.woocommerce-checkout #page-title{padding-top:27px;padding-bottom:33px;}body.woocommerce-checkout #page #content{padding-top:102px;padding-bottom:179px;}body.woocommerce{/*archive product*/}body.woocommerce #page-title{padding-top:27px;padding-bottom:42px;}body.woocommerce #page-title #page-title-text h5{margin-top:1px;}body.woocommerce .container{width:1260px;max-width:100%;}body.woocommerce #cshero-header-top{background:#041852;color:#fff;}body.woocommerce.archive #page #content{padding:0;background:#eceff1;position:relative;}body.woocommerce.archive #page #content:before{background:#fff;width:50%;height:100%;content:'';position:absolute;top:0;right:0;z-index:0;}body.woocommerce #main_content_product{width:77%;float:right;}body.woocommerce #main_content_product.pr-full-width{width:100% !important;}body.woocommerce #main_content_product #container{background:#fff;}body.woocommerce #main_content_product #container #content{background:#fff;}body.woocommerce #main_content_product #container #content:before{display:none;}body.woocommerce #main_content_product .main_content_inner{background:#fff;float:left;width:100%;height:100%;padding-left:45px;border-left:#e0e0e0 solid 1px;padding-bottom:112px;}body.woocommerce #main_content_product .main_content_inner h3{font-size:30px;color:#041852;letter-spacing:0.035em;margin-top:73px;margin-bottom:24px;}body.woocommerce #sidebar_product{width:21%;float:left;}.post-type-archive-product .woocommerce nav.woocommerce-pagination{margin-top:-29px;}#main_content_product ul.products li.product{margin:0;padding:0 6.5px;width:33.33%;clear:none;margin-bottom:58px;}#main_content_product ul.products li.product.product-list{width:100%;}#main_content_product .meta_product_archive{float:left;width:100%;border-top:#eceff1 solid 1px;border-bottom:#eceff1 solid 1px;padding:25px 0;margin-bottom:37px;letter-spacing:0.035em;}#main_content_product .meta_product_archive .sort{display:inline-block;font-size:14px;color:#041852;line-height:25px;padding-right:22px;border-right:#eceff1 solid 1px;}#main_content_product .meta_product_archive .sort i{font-size:24px;line-height:25px;float:left;margin-right:12px;}#main_content_product .meta_product_archive .sort .woocommerce-ordering{margin:0;}#main_content_product .meta_product_archive .sort .woocommerce-ordering label{position:relative;margin:0;}#main_content_product .meta_product_archive .sort .woocommerce-ordering label:after{content:'\f2f9';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:5px;right:0;}#main_content_product .meta_product_archive .sort .woocommerce-ordering select{font-size:14px;color:#041852;line-height:25px;background:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:0 5px;height:25px;outline:none;}#main_content_product .meta_product_archive .cms-product-layout{padding-left:22px;}#main_content_product .meta_product_archive .cms-product-layout a{display:inline-block;font-size:14px;color:#041852;line-height:25px;padding-right:22px;float:left;}#main_content_product .meta_product_archive .cms-product-layout a i{font-size:24px;line-height:25px;float:left;margin-right:18px;}#main_content_product .meta_product_archive .cms-product-layout a + a{padding-left:22px;border-left:#eceff1 solid 1px;}#main_content_product .meta_product_archive .cms-product-layout a:hover{color:#efbd1a;}#main_content_product .meta_product_archive .woocommerce-result-count{font-size:14px;color:#041852;line-height:25px;margin:0;border-left:#eceff1 solid 1px;padding-left:22px;}#main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination{margin:0;width:100%;margin-top:0;padding:0;border:none;}#main_content_product ul.products{margin:0 -6.5px;}#main_content_product ul.products li .product-inner{border-radius:3px;border:#e0e0e0 solid 1px;text-align:center;}#main_content_product ul.products li .product-inner > a{position:relative;display:block;}#main_content_product ul.products li .product-inner > a .onsale{position:absolute;bottom:-31px;right:15px;height:62px;width:62px;border:#c89c0e solid 1px;border-radius:50%;background:#efbd1a;font-size:16px;text-transform:uppercase;color:#fff;line-height:62px;z-index:3;margin:0;padding:0;font-weight:normal;top:auto;}#main_content_product ul.products li .product-inner img{border-top-left-radius:3px;border-top-right-radius:3px;margin-bottom:11px;}#main_content_product ul.products li .product-inner .star-rating{display:none;}#main_content_product ul.products li .product-inner .cms-grid-product-category{font-size:11.5px;letter-spacing:0.035em;color:#4d4e52;}#main_content_product ul.products li .product-inner .cms-grid-product-category a{color:inherit;}#main_content_product ul.products li .product-inner .cms-grid-product-category a:hover{color:#efbd1a;}#main_content_product ul.products li .product-inner h3{font-size:14px;color:#041852;text-transform:uppercase;margin-top:3px;margin-bottom:5px;line-height:24px;padding:0 20px;}#main_content_product ul.products li .product-inner h3 a{color:inherit;}#main_content_product ul.products li .product-inner h3 a:hover{color:#efbd1a;}#main_content_product ul.products li .product-inner .price{font-size:15px;color:#041852;margin-bottom:8px;float:left;width:100%;min-height:30px;}#main_content_product ul.products li .product-inner .price > span{margin:0 3.5px;}#main_content_product ul.products li .product-inner .price .woocommerce-Price-currencySymbol{font-size:10px;margin-right:2px;position:relative;top:-5px;}#main_content_product ul.products li .product-inner .price del{color:#d82020;text-decoration:line-through;display:inline-block;margin:0 3.5px;}#main_content_product ul.products li .product-inner .price ins{color:inherit;display:inline-block;font-weight:normal;margin:0 3.5px;padding:0;}#main_content_product ul.products li .product-inner .bottom-product{float:left;width:100%;border-top:#e0e0e0 solid 1px;}#main_content_product ul.products li .product-inner .bottom-product a{font-size:11.5px;color:#041852;letter-spacing:0.035em;background:none;border:none;text-shadow:none;box-shadow:none;font-weight:normal;text-transform:none;width:50%;float:left;margin:0;padding:11.5px 20px;border-radius:0;border-bottom-left-radius:3px;line-height:1;}#main_content_product ul.products li .product-inner .bottom-product a i{margin-right:9px;font-size:11.5px;}#main_content_product ul.products li .product-inner .bottom-product a + a{border-left:#e0e0e0 solid 1px;padding:11px 20px;border-bottom-left-radius:0px;border-bottom-right-radius:3px;}#main_content_product ul.products li .product-inner .bottom-product a.loading:after{top:11px;}#main_content_product ul.products li .product-inner .bottom-product a.added_to_cart{float:right;}#main_content_product ul.products li .product-inner .bottom-product a:hover{background:#efbd1a;color:#fff;}#main_content_product ul.products li.product-list{margin-bottom:37px;width:100%;}#main_content_product ul.products li.product-list .product-inner .product-thumb{width:200px;float:left;}#main_content_product ul.products li.product-list .product-inner .product-thumb a{width:100%;height:100%;float:left;position:static;}#main_content_product ul.products li.product-list .product-inner .product-thumb .onsale{position:absolute;bottom:-31px;right:15px;height:62px;width:62px;border:#c89c0e solid 1px;border-radius:50%;background:#efbd1a;font-size:16px;text-transform:uppercase;color:#fff;line-height:62px;z-index:3;margin:0;padding:0;font-weight:normal;top:auto;}#main_content_product ul.products li.product-list .product-inner .product-thumb img{border-radius:0;border-top-left-radius:3px;height:100%;margin-bottom:0;}#main_content_product ul.products li.product-list .product-inner .product-thumb .onsale{top:-10px;right:-10px;}#main_content_product ul.products li.product-list .product-inner .product-content{float:left;width:calc(100% - 200px);padding-left:57px;text-align:left;padding-right:45px;border-left:#e0e0e0 solid 1px;padding-bottom:22px;padding-top:8px;}#main_content_product ul.products li.product-list .product-inner .product-content .cms-grid-product-title{padding:0;}#main_content_product ul.products li.product-list .product-inner .product-content .price{width:auto;font-size:24px;letter-spacing:0.035em;margin-top:9px;margin-bottom:0;}#main_content_product ul.products li.product-list .product-inner .product-content .price .woocommerce-Price-currencySymbol{font-size:13px;top:-9px;}#main_content_product ul.products li.product-list .product-inner .product-content .product-desc{padding-top:13px;font-size:14px;line-height:24px;letter-spacing:0.035em;color:#212121;}#main_content_product ul.products li.product-list .product-inner .product-content .bottom-product{float:right;width:auto;border:none;margin-top:6px;}#main_content_product ul.products li.product-list .product-inner .product-content .bottom-product a{border:#e0e0e0 solid 1px;border-radius:3px;float:left;padding:10.5px 22px;}#main_content_product ul.products li.product-list .product-inner .product-content .bottom-product a + a{margin-left:-1px;}.woocommerce nav.woocommerce-pagination{padding:20px 0;float:left;width:100%;text-align:right;border-top:#e0e0e0 solid 1px;}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:none;border-right:0;margin:0;float:right;}.woocommerce nav.woocommerce-pagination ul > li{margin-left:6px;border-right:none;padding:0;float:left;display:inline;overflow:hidden;float:left;}.woocommerce nav.woocommerce-pagination ul > li a,.woocommerce nav.woocommerce-pagination ul > li span{display:inline-block;padding:0 8.5px;float:left;border:1px solid #c9c9c9;border-radius:2px;background-color:#ededed;color:#717171;font-size:12px;text-align:center;font-family:'HelveticaNeue-Bold';min-width:26px;height:25px;line-height:25px;}.woocommerce nav.woocommerce-pagination ul > li a.current,.woocommerce nav.woocommerce-pagination ul > li span.current,.woocommerce nav.woocommerce-pagination ul > li a:hover,.woocommerce nav.woocommerce-pagination ul > li span:hover{background:#041852;color:#fff;border-color:#041852;}.woocommerce nav.woocommerce-pagination ul > li a i,.woocommerce nav.woocommerce-pagination ul > li span i{font-size:14px;}.clr{width:100%;float:left;clear:both;}.modal.modal-product-item{background-color:rgba(255, 255, 255, 0.8);padding-top:100px;top:0;width:100% !important;}.modal.modal-product-item .modal-content{border:1px solid #f7f8fa;border-radius:0 !important;box-shadow:none;float:left;padding:30px;}.modal.modal-product-item .modal-content .modal-body{padding:0;}.modal.modal-product-item .modal-content .modal-body > div{position:static;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-control{background:#fff none repeat scroll 0 0 !important;bottom:auto;color:#242424 !important;font-size:18px;height:34px;line-height:34px;margin-top:-20px;opacity:1;top:50%;width:10%;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-control.left{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);background-repeat:repeat-x;}.modal.modal-product-item .modal-content .modal-body .carousel .carousel-control.right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;left:auto;right:0;}.modal.modal-product-item .modal-content .modal-body .product-title{font-size:24px;margin:10px 0 0;padding:0;color:#041852;text-transform:uppercase;}.modal.modal-product-item .modal-content .modal-body .amount{color:#041852;display:inline-block;font-size:21px;font-weight:normal;margin-bottom:14px;vertical-align:middle;}.modal.modal-product-item .modal-content .modal-body .amount .woocommerce-Price-currencySymbol{font-size:17px;position:relative;top:-6px;color:#041852;margin-right:2px;}.modal.modal-product-item .modal-content .modal-body del{margin-right:15px;}.modal.modal-product-item .modal-content .modal-body del > span.amount{color:#d82020;text-decoration:line-through;}.modal.modal-product-item .modal-content .modal-body del > span.amount .woocommerce-Price-currencySymbol{color:#d82020;}.modal.modal-product-item .modal-content .modal-body ins{text-decoration:none;background:none;color:#041852;}.modal.modal-product-item .modal-content .modal-body .product-rating-wrapper{float:left;width:100%;margin-top:6px;}.modal.modal-product-item .modal-content .modal-body .product-rating{display:inline-block;vertical-align:middle;position:relative;}.modal.modal-product-item .modal-content .modal-body .product-rating i{font-size:14px;color:#eabe12;vertical-align:top;line-height:1.3;margin:0 2px;display:inline;}.modal.modal-product-item .modal-content .modal-body .product-rating .rating-average{overflow:hidden;padding:0;position:absolute;top:0;left:0;bottom:0;margin:0;display:inline-block;}.modal.modal-product-item .modal-content .modal-body .product-rating .rating-average > div{padding:0;margin:0;}.modal.modal-product-item .modal-content .modal-body .product-rating .rating-average > div i{color:#eabe12;margin:0 2px;font-size:14px;vertical-align:top;line-height:1.3;display:inline;}.modal.modal-product-item .modal-content .modal-body .product-desc{padding:20px 0 20px 0;margin-bottom:10px;}.modal.modal-product-item .modal-content .modal-body span{color:#242424;display:inline-block;font-size:21px;font-weight:normal;vertical-align:middle;}.modal.modal-product-item .modal-content .modal-body .add_to_cart_button.added{margin-top:10px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity{height:42px;width:120px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity a{color:#242424;display:block;font-size:18px;height:100%;padding-top:6px;text-decoration:none;width:100%;}.modal.modal-product-item .modal-content .modal-body .sp-quantity a:hover,.modal.modal-product-item .modal-content .modal-body .sp-quantity a:focus{color:#a89d8e;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-minus{border:1px solid #e6e7e9;float:left;height:42px;text-align:center;width:40px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-input{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#e6e7e9 #e6e7e9 #e6e7e9 black;border-image:none;border-style:solid;border-width:1px 1px 1px 0;float:left;height:42px;width:40px;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-input input{border:none;padding:6px 5px;height:40px;text-align:center;}.modal.modal-product-item .modal-content .modal-body .sp-quantity .sp-plus{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#e6e7e9;border-image:none;border-style:solid;border-width:1px 1px 1px 0;float:left;height:42px;text-align:center;width:40px;}.modal.modal-product-item .modal-content .modal-body .added_to_cart{margin-top:10px;margin-left:10px;}.modal.modal-product-item .modal-content .modal-body button.close{outline:none;position:absolute;top:15px;right:15px;}.modal.modal-product-item .modal-content .modal-body button.close:hover,.modal.modal-product-item .modal-content .modal-body button.close:focus{background:none;color:#efbd1a;box-shadow:none;}#sidebar_product{padding-top:68px;/*single product*/}#sidebar_product aside{border:#e0e0e0 solid 1px;border-radius:3px;background:#fff;float:left;width:100%;padding:17px 16px 18px 22px;margin-bottom:32px;}#sidebar_product aside .widget-title{font-size:22px;color:#041852;letter-spacing:0.035em;font-family:'HelveticaNeue-Bold';position:relative;padding-bottom:17px;margin-top:0;margin-bottom:13px;}#sidebar_product aside .widget-title:before{content:'';background:#efbd1a;width:32px;height:2px;position:absolute;bottom:0;left:0;}#sidebar_product aside .widget-title:after{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f2f2';font-size:22px;position:absolute;right:0;top:2px;}#sidebar_product .cms-category-product,#sidebar_product .widget_layered_nav{/*widget filter price*/}#sidebar_product .cms-category-product ul li,#sidebar_product .widget_layered_nav ul li{font-family:'HelveticaNeue-Bold';font-size:11px;line-height:28px;text-transform:uppercase;display:block;}#sidebar_product .cms-category-product ul li.all-product,#sidebar_product .widget_layered_nav ul li.all-product{display:block;color:#041852;}#sidebar_product .cms-category-product ul li.all-product .number-product,#sidebar_product .widget_layered_nav ul li.all-product .number-product{float:right;display:block;background:#041852;min-width:32px;height:25px;padding:0 10px;text-align:center;border-radius:12.5px;color:#efbd1a;line-height:25px;margin-right:-8px;}#sidebar_product .cms-category-product ul li a,#sidebar_product .widget_layered_nav ul li a{color:#616161;display:block;}#sidebar_product .cms-category-product ul li a span,#sidebar_product .widget_layered_nav ul li a span{float:right;display:block;text-align:right;font-size:12px;}#sidebar_product .widget_price_filter{background:#fff;}#sidebar_product .widget_price_filter .wg-wrap{padding-top:12px;padding-bottom:18px;}#sidebar_product .widget_price_filter .price_slider_wrapper .ui-widget-content{background:#bebbbb;border:none;height:10px;border-radius:5px;-webkit-box-shadow:1px 0 0 rgba(0, 0, 0, 0.17);-moz-box-shadow:1px 0 0 rgba(0, 0, 0, 0.17);-ms-box-shadow:1px 0 0 rgba(0, 0, 0, 0.17);box-shadow:1px 0 0 rgba(0, 0, 0, 0.17);}#sidebar_product .widget_price_filter .ui-slider .ui-slider-range{border-radius:0;background:#efbd1a;}#sidebar_product .widget_price_filter .ui-slider .ui-slider-handle{width:14px;height:12px;border:none;border-radius:2px;cursor:ew-resize;outline:0;top:-3px;margin-left:-0.5em;background:#efbd1a;border-bottom-right-radius:0;border-bottom-left-radius:0;}#sidebar_product .widget_price_filter .ui-slider .ui-slider-handle:before{position:absolute;width:0px;height:0px;border:transparent solid 7px;border-top-color:#efbd1a;content:'';bottom:-13px;left:0px;}#sidebar_product .widget_price_filter .ui-slider .ui-slider-handle:after{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f3a7';position:absolute;top:4px;left:0;width:100%;display:inline-block;text-align:center;color:#fff;font-size:8px;}#sidebar_product .widget_price_filter .price_slider_wrapper{padding-top:7px;position:relative;margin-left:-10px;margin-top:45px;}#sidebar_product .widget_price_filter .price_label{position:absolute;top:-36px;right:0;color:rgba(4, 24, 82, 0.6);font-size:14px;}#sidebar_product .widget_price_filter .price_slider_amount{padding-top:6px;}#sidebar_product .widget_price_filter .price_slider_amount .button{min-width:auto;float:right;color:#757575;font-weight:500;font-size:12px;text-transform:uppercase;background:none;padding:0;line-height:1;height:auto;}#sidebar_product .sales_product{background-size:cover;border-radius:3px;width:100%;position:relative;text-align:left;padding:16px 20px 23px;margin:-17px -16px -18px -22px;width:calc(100% + 38px);}#sidebar_product .sales_product:after{content:'';background:rgba(4, 24, 82, 0.88);width:100%;height:100%;position:absolute;top:0;left:0;border-radius:3px;}#sidebar_product .sales_product h4{color:#e5ecff;font-size:22px;letter-spacing:0.035em;font-family:'HelveticaNeue-Medium';position:relative;z-index:2;}#sidebar_product .sales_product p{font-size:18px;font-family:'HelveticaNeue-LightItalic';color:#e5ecff;letter-spacing:0.035em;position:relative;line-height:30px;z-index:2;margin-top:20px;}#sidebar_product .sales_product p span{font-size:28px;font-family:'HelveticaNeue-Italic';}#sidebar_product .sales_product .btn.btn-sm,#sidebar_product .sales_product .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.btn-sm,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons #sidebar_product .sales_product .button.btn-sm,#sidebar_product .sales_product .modal.modal-product-item .modal-content .modal-body .added_to_cart.btn-sm,.modal.modal-product-item .modal-content .modal-body #sidebar_product .sales_product .added_to_cart.btn-sm,#sidebar_product .sales_product .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-sm,.single-product .cs-product-wrap .entry-summary .variations_form #sidebar_product .sales_product .single_add_to_cart_button.btn-sm,#sidebar_product .sales_product .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-sm,.single-product .cs-product-wrap .entry-summary .cart #sidebar_product .sales_product .single_add_to_cart_button.btn-sm,#sidebar_product .sales_product .woocommerce-Reviews #review_form #respond .form-submit input.btn-sm,.woocommerce-Reviews #review_form #respond .form-submit #sidebar_product .sales_product input.btn-sm,#sidebar_product .sales_product .woocommerce table.shop_table td.actions input.button.btn-sm,.woocommerce table.shop_table td.actions #sidebar_product .sales_product input.button.btn-sm,#sidebar_product .sales_product .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form #sidebar_product .sales_product button.btn-sm,#sidebar_product .sales_product .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form #sidebar_product .sales_product button.btn-sm,#sidebar_product .sales_product .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-sm,.woocommerce .cart-collaterals .cart_totals #sidebar_product .sales_product .checkout-button.btn-sm,#sidebar_product .sales_product .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-sm,.woocommerce-page .cart-collaterals .cart_totals #sidebar_product .sales_product .checkout-button.btn-sm,#sidebar_product .sales_product .woocommerce .checkout_coupon input.button.btn-sm,.woocommerce .checkout_coupon #sidebar_product .sales_product input.button.btn-sm,#sidebar_product .sales_product .checkout-module.payment-method-wrap #place_order.btn-sm,.checkout-module.payment-method-wrap #sidebar_product .sales_product #place_order.btn-sm{margin-top:11px;padding:11px 15px;min-width:132px;z-index:2;}.single-product .single_product{padding-bottom:65px;}.single-product #page #content{padding-top:56px;padding-bottom:45px;}.single-product .cs-product-wrap{position:relative;margin-bottom:48px;}.single-product .cs-product-wrap .onsale{-webkit-border-radius:0 0 2px 2px;-khtml-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-ms-border-radius:0 0 2px 2px;-o-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;/* BACKGROUND GRADIENT */font-weight:700;right:35px;line-height:normal;margin:0;min-height:0;padding:7px 10px;text-transform:uppercase;top:0;background-color:#041852;font-size:12px;max-width:50px;left:inherit;}.single-product .cs-product-wrap .cshero-product-images-wrap{position:relative;width:52.4%;}.single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-inner{background:#eceff1;border:1px solid #cfd8dc;}.single-product .cs-product-wrap .cshero-product-images-wrap .woocommerce-main-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;}.single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-left.cshero-product-image-left-col .cms-slider-wrap{width:calc(100% - 100px);float:left;margin-bottom:0;padding-left:30px;}.single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-inner{position:relative;width:100%;float:left;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav{float:left;width:100px;padding:25px 0;margin-bottom:0;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav a{margin:0;padding:0;width:100%;background:#eceff1;border:1px solid #cfd8dc;display:block;position:relative;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav a:after{position:absolute;content:'';width:100%;height:100%;border:#041852 solid 2px;opacity:0;top:0;left:0;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav a:hover:after{opacity:1;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav a img{border:none;border-radius:0;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav .slick-arrow{position:absolute;top:-13px;left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */font-size:38px;color:#041852;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav .slick-arrow.next{top:auto;bottom:-13px;}.single-product .cs-product-wrap .slick-vertical .slick-slide{border:none;padding:5px 0;}.single-product .cs-product-wrap .slick-track{padding:0;}.single-product .cs-product-wrap .entry-summary{width:47.6%;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner{padding-left:41px;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner .product_title{font-size:38px;letter-spacing:0.035em;color:#041852;text-transform:capitalize;margin-top:-7px;margin-bottom:16px;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price{padding-top:15px;font-size:38px;letter-spacing:0.035em;color:#041852;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price .woocommerce-Price-currencySymbol{font-size:22px;position:relative;top:-13px;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price .woocommerce-Price-amount{margin-right:10px;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price .woocommerce-Price-amount + .woocommerce-Price-amount{margin-left:10px;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner .description{color:#212121;font-size:15px;letter-spacing:0.035em;line-height:26px;padding-top:37px;}.single-product .cs-product-wrap .entry-summary .woocommerce-product-rating{margin-bottom:12px;}.single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .star-rating{margin:0.5em 4px 0 0;color:#efbd1a;height:1.2em;font-size:1.2em;}.single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .star-rating:before{color:#efbd1a;}.single-product .cs-product-wrap .entry-summary .woocommerce-review-link{font-size:14px;letter-spacing:0.035em;text-transform:capitalize;position:relative;top:2px;}.single-product .cs-product-wrap .entry-summary .variations_form,.single-product .cs-product-wrap .entry-summary .cart{/* Select effect */padding-top:9px;}.single-product .cs-product-wrap .entry-summary .variations_form .label,.single-product .cs-product-wrap .entry-summary .cart .label{float:left;padding:0;}.single-product .cs-product-wrap .entry-summary .variations_form .arrow-down,.single-product .cs-product-wrap .entry-summary .cart .arrow-down{font-size:14px;color:#424242;height:30px;line-height:30px;position:absolute;right:0px;cursor:pointer;text-align:center;top:0px;width:32px;}.single-product .cs-product-wrap .entry-summary .variations_form .select-arrow .value,.single-product .cs-product-wrap .entry-summary .cart .select-arrow .value{position:relative;line-height:40px;float:left;}.single-product .cs-product-wrap .entry-summary .variations_form .select-arrow .value .reset_variations,.single-product .cs-product-wrap .entry-summary .cart .select-arrow .value .reset_variations{display:none !important;}.single-product .cs-product-wrap .entry-summary .variations_form .select-arrow select,.single-product .cs-product-wrap .entry-summary .cart .select-arrow select{float:left;background-color:transparent;-webkit-appearance:none;-khtml-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;/* BACKGROUND GRADIENT */border:#cfd8dc solid 1px;border-radius:0;height:30px;font-size:14px;color:#424242;padding:2px 23px;line-height:1;letter-spacing:0.035em;}.single-product .cs-product-wrap .entry-summary .variations_form .select-arrow select::-ms-expand,.single-product .cs-product-wrap .entry-summary .cart .select-arrow select::-ms-expand{display:none;}.single-product .cs-product-wrap .entry-summary .variations_form label,.single-product .cs-product-wrap .entry-summary .cart label{color:#041852;font-size:14px;letter-spacing:0.035em;font-weight:normal !important;line-height:30px;float:left;padding-right:7px;margin:0;}.single-product .cs-product-wrap .entry-summary .variations_form .quantity input,.single-product .cs-product-wrap .entry-summary .cart .quantity input{border:#cfd8dc solid 1px;border-radius:0;height:30px;font-size:14px;color:#424242;padding:2px 10px;line-height:1;letter-spacing:0.035em;}.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button{margin-left:15px;padding:16px 15px;}.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i,.single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i{font-size:16px;margin-left:12px;}.single-product .cs-product-wrap .entry-summary .variations_form .variations,.single-product .cs-product-wrap .entry-summary .cart .variations{float:left;width:auto;margin-top:8px;margin-bottom:0;}.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,.single-product .cs-product-wrap .entry-summary .cart .woocommerce-variation-add-to-cart{float:left;margin-left:21px;}.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity,.single-product .cs-product-wrap .entry-summary .cart .woocommerce-variation-add-to-cart .quantity{margin-top:8px;}.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-price,.single-product .cs-product-wrap .entry-summary .cart .woocommerce-variation-price{float:left;width:100%;margin-top:30px;}.single-product .cs-product-wrap .entry-summary .cart .quantity{margin-top:8px;}.single-product .cs-product-wrap .entry-summary .product_meta{display:none;}.single-product .cs-product-wrap .entry-summary .single_variation_wrap{padding-top:0px;}.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-variation-price{padding-bottom:32px;}.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-variation-price .price .amount{font-size:25px;line-height:30px;color:#efbd1a;}.single-product .cs-product-wrap .entry-summary .single_variation_wrap .btn,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button,.header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .single-product .cs-product-wrap .entry-summary .single_variation_wrap .button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .modal.modal-product-item .modal-content .modal-body .added_to_cart,.modal.modal-product-item .modal-content .modal-body .single-product .cs-product-wrap .entry-summary .single_variation_wrap .added_to_cart,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .variations_form .single_variation_wrap .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .cart .single_variation_wrap .single_add_to_cart_button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-Reviews #review_form #respond .form-submit input,.woocommerce-Reviews #review_form #respond .form-submit .single-product .cs-product-wrap .entry-summary .single_variation_wrap input,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce table.shop_table td.actions input.button,.woocommerce table.shop_table td.actions .single-product .cs-product-wrap .entry-summary .single_variation_wrap input.button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-product .cs-product-wrap .entry-summary .single_variation_wrap button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-product .cs-product-wrap .entry-summary .single_variation_wrap button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce .cart-collaterals .cart_totals .single-product .cs-product-wrap .entry-summary .single_variation_wrap .checkout-button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-page .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .single-product .cs-product-wrap .entry-summary .single_variation_wrap .checkout-button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .checkout_coupon input.button,.woocommerce .checkout_coupon .single-product .cs-product-wrap .entry-summary .single_variation_wrap input.button,.single-product .cs-product-wrap .entry-summary .single_variation_wrap .checkout-module.payment-method-wrap #place_order,.checkout-module.payment-method-wrap .single-product .cs-product-wrap .entry-summary .single_variation_wrap #place_order{margin-right:14px;margin-bottom:10px;}.single-product .cs-product-wrap .entry-summary .panel-group{float:left;width:100%;margin-bottom:0;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), 0px -1px 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), 0px -1px 4px rgba(0, 0, 0, 0.08);}.single-product .cs-product-wrap .entry-summary .panel-group .panel{margin-bottom:0;float:left;width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border:none;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading{padding:0;border-radius:4px !important;border:none;background:#fff;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4{font-size:15px;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4 a{background-color:#fff;color:rgba(4, 24, 82, 0.8);cursor:pointer;display:block;letter-spacing:0.035em;outline:medium none !important;padding:18.5px 52px 18.5px 28px;text-decoration:none;position:relative;border-bottom:#e5e5e5 solid 1px;border-top:none;float:left;width:100%;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4 a:before{position:absolute;right:31px;top:19px;content:'\f278';display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;transform:translate(0, 0);border:none;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;font-size:18px;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4 a[aria-expanded="true"],.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4 a:hover{color:#041852;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4 a[aria-expanded="true"]:before,.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading h4 a:hover:before{content:'\f273';}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading:hover h4 a{color:#041852;}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-heading:hover h4 a i:before{content:'\f273';}.single-product .cs-product-wrap .entry-summary .panel-group .panel .panel-body{background:#fbfbfb !important;padding:30px 28px 24px;border:none;font-size:12px;border-bottom:#e5e5e5 solid 1px;line-height:28px;color:#212121;letter-spacing:0.035em;float:left;border-radius:5px;width:100%;}.single-product .cs-product-wrap .entry-summary .panel-group .panel:first-child h4 a{border-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top:none;}.single-product .cs-product-wrap .entry-summary .panel-group .panel:last-child h4 a{border-radius:4px;border-top-right-radius:0;border-top-left-radius:0;}.single-product #accordion{margin-top:7px;}.woocommerce-Reviews .woocommerce-Reviews-title,.woocommerce-Reviews .woocommerce-noreviews{display:none;}.woocommerce-Reviews #comments{border-top:none;padding:0;}.woocommerce-Reviews .reply-title{padding-top:0;}.woocommerce-Reviews #commentform{margin-left:0;margin-right:0;}.woocommerce-Reviews #review_form #respond p{margin:0;}.woocommerce-Reviews #commentform .form-submit,.woocommerce-Reviews #commentform .logged-in-as{padding:0;}.woocommerce-Reviews #review_form #respond textarea{line-height:28px;color:#212121;font-size:12px;}.woocommerce-Reviews #review_form #respond .comment-form-email + .form-submit{margin-top:20px;}.woocommerce-Reviews#reviews #comments ol.commentlist{padding:0;}.woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar{position:static;padding:0px;width:100px;background:#eceff1;border:1px solid #cfd8dc;}.woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text{margin:0;border:none;border-radius:0px;padding:0;width:calc(100% - 100px);padding-left:20px;float:left;}.woocommerce-Reviews#reviews #comments ol.commentlist li .meta-wating{display:none;}.woocommerce-Reviews#reviews #comments ol.commentlist li .star-rating{color:#efbd1a;}.woocommerce-Reviews#reviews #comments ol.commentlist li .star-rating:before{color:#efbd1a;}.woocommerce-Reviews#reviews #comments ol.commentlist li .meta .author{color:#041852;text-transform:uppercase;font-size:13px;margin-bottom:5px;}.woocommerce-Reviews#reviews #comments ol.commentlist li .meta time{color:#041852;font-size:11px;}.woocommerce-Reviews .comment-reply-title{padding-top:0;}.related.products{margin-top:91px;}.related.products .product{width:100% !important;padding:0 !important;margin-bottom:23px !important;}.related.products .owl-dots{position:static;width:100%;text-align:center;}.related.products .owl-dots .owl-dot{display:inline-block;float:none;}.woocommerce ins{color:inherit;}.woocommerce del{opacity:1;color:#d82020;}.woocommerce table.shop_table{border:none;}.woocommerce table.shop_table th{font-size:15px;letter-spacing:0.035em;color:#041852;font-weight:normal;padding:3px 10px;}.woocommerce table.shop_table th.product-quantity{text-align:center;}.woocommerce table.shop_table th.product-price{text-align:right;}.woocommerce table.shop_table td{padding:17px 10px;border-top:#eceff1 solid 1px;}.woocommerce table.shop_table td.product-name{font-size:20px;letter-spacing:0.035em;color:#041852;}.woocommerce table.shop_table td.product-name a{color:inherit;}.woocommerce table.shop_table td.product-quantity{text-align:center;}.woocommerce table.shop_table td.product-quantity > div{display:inline-block;}.woocommerce table.shop_table td.product-quantity > div > div{float:left;}.woocommerce table.shop_table td.product-quantity > div a{color:#a9a9a9;font-size:15px;line-height:25px;}.woocommerce table.shop_table td.product-quantity > div a i{font-size:15px;line-height:25px;position:relative;top:3px;}.woocommerce table.shop_table td.product-quantity > div input{width:auto;border:none;font-size:20px;letter-spacing:0.035em;color:#041852;background:transparent;width:62px;padding:0 5px;height:auto;text-align:center;}.woocommerce table.shop_table td.product-price{font-size:20px;letter-spacing:0.035em;color:#041852;text-align:right;}.woocommerce table.shop_table td.product-price .woocommerce-Price-currencySymbol{font-size:13px;position:relative;top:-6px;}.woocommerce table.shop_table td.product-remove a{font-size:15px;color:#a9a9a9 !important;width:auto;height:auto;}.woocommerce table.shop_table td.product-remove a i{font-size:15px;}.woocommerce table.shop_table td.product-remove a:hover{color:#efbd1a !important;background:none;}.woocommerce table.shop_table td.actions{border-top:none;padding-top:28px;padding-right:0;}.woocommerce table.shop_table td.actions #coupon_code{margin-top:4px;}.woocommerce table.shop_table td.actions input.button{padding:13.5px 37.5px;}.woocommerce table.shop_table td.actions input.button.update_cart{margin-top:30px;}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;width:100%;}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80%;float:left;border:1px solid #e5e5e5;border-radius:2px;color:#c6c8d1;font-size:13px;letter-spacing:0.035em;padding:2px 22px;}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{width:150px;}#add_payment_method table.cart .product-thumbnail a,.woocommerce-cart table.cart .product-thumbnail a,.woocommerce-checkout table.cart .product-thumbnail a{display:block;}#add_payment_method table.cart .product-thumbnail a img,.woocommerce-cart table.cart .product-thumbnail a img,.woocommerce-checkout table.cart .product-thumbnail a img{width:100%;}.cart-wrap{margin-top:23px;}.woocommerce-cart #page-title{padding-top:26px;padding-bottom:34px;}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:100%;margin-top:14px;/*checkout*/}.woocommerce .cart-collaterals .cart_totals .shop_table,.woocommerce-page .cart-collaterals .cart_totals .shop_table{background:#fbfbfb;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);border-top:#efbd1a solid 5px;border-radius:4px;padding:18px 29px 15px;}.woocommerce .cart-collaterals .cart_totals .shop_table tr th,.woocommerce-page .cart-collaterals .cart_totals .shop_table tr th{font-weight:normal;font-size:16px;line-height:40px;letter-spacing:0.035em;color:#424242;padding:0;border:none;}.woocommerce .cart-collaterals .cart_totals .shop_table tr td,.woocommerce-page .cart-collaterals .cart_totals .shop_table tr td{font-weight:normal;font-size:16px;line-height:40px;letter-spacing:0.035em;color:#424242;text-align:right;padding:0;border:none;}.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th,.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total th,.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td,.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total td{color:#041852;}.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th strong,.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total th strong,.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td strong,.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total td strong{font-weight:normal;}.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form{background:#fbfbfb;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);border-top:#efbd1a solid 5px;border-radius:4px;padding:18px 29px 15px;}.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select{border:#e5e5e5 solid 1px;border-radius:2px;font-size:12px;color:#757575;}.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-row,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-row{padding:0;}.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button,.woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button{margin-top:6px;}.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout{margin-top:4px;}.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment,.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment{float:left;margin-top:9px;}.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment img,.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment img{width:178px;height:28px;float:left;}.woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .checkout-button{float:right;padding:13.5px 25px;}.image-payment{background:#fcfcfc;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);padding:44px 50px 24px 20px;border-radius:5px;}.image-payment + .image-payment{margin-top:15px;}.image-payment .bank-left{float:left;width:60%;}.image-payment .bank-left img{float:left;margin-top:21px;}.image-payment .bank-left > h3{font-size:15px;letter-spacing:0.035em;line-height:26px;color:#041852;width:calc(100% - 49px);float:right;margin-bottom:6px;}.image-payment .bank-left > p{width:calc(100% - 49px);float:right;color:#424242;font-size:15px;letter-spacing:0.035em;line-height:26px;}.image-payment > img{float:right;max-width:35%;}.woocommerce .checkout_coupon input{border:1px solid #e5e5e5;border-radius:2px;color:#c6c8d1;font-size:13px;letter-spacing:0.035em;padding:2px 22px;}.woocommerce .checkout_coupon input.button{padding:10px 28.5px;}.checkout-module{background:#fcfcfc;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);margin-top:50px;border-radius:5px;padding:25px 48px 52PX;position:relative;}.checkout-module h3{font-size:20px;letter-spacing:0.035em;line-height:26px;color:#041852;margin-bottom:11px;}.checkout-module .number-blur{font-size:120px;letter-spacing:0.035em;color:rgba(4, 24, 82, 0.06);position:absolute;top:39px;left:6px;}.checkout-module .woocommerce-billing-fields-inne,.checkout-module .shipping_address{/* BACKGROUND HORIZONTAL */}.checkout-module .woocommerce-billing-fields-inne .form-row,.checkout-module .shipping_address .form-row{padding:0px;margin:0 0 20px;}.checkout-module .woocommerce-billing-fields-inne .form-row label,.checkout-module .shipping_address .form-row label{width:100%;}.checkout-module .woocommerce-billing-fields-inne label,.checkout-module .shipping_address label{font-size:14px;letter-spacing:0.035em;line-height:26px;color:rgba(66, 66, 66, 0.58);margin-bottom:6px;margin-left:6px;}.checkout-module .woocommerce-billing-fields-inne label .required,.checkout-module .shipping_address label .required{color:inherit;font-weight:normal;}.checkout-module .woocommerce-billing-fields-inne input.input-text,.checkout-module .shipping_address input.input-text,.checkout-module .woocommerce-billing-fields-inne textarea,.checkout-module .shipping_address textarea{border:#e4e4e4 solid 1px;border-radius:2px;font-size:15px;letter-spacing:0.035em;line-height:1;color:#424242;height:43px;}.checkout-module .woocommerce-billing-fields-inne input::-webkit-input-placeholder,.checkout-module .shipping_address input::-webkit-input-placeholder{color:rgba(97, 97, 97, 0.33) !important;}.checkout-module .woocommerce-billing-fields-inne input:-moz-placeholder,.checkout-module .shipping_address input:-moz-placeholder{color:rgba(97, 97, 97, 0.33) !important;opacity:1;}.checkout-module .woocommerce-billing-fields-inne input::-moz-placeholder,.checkout-module .shipping_address input::-moz-placeholder{color:rgba(97, 97, 97, 0.33) !important;opacity:1;}.checkout-module .woocommerce-billing-fields-inne input:-ms-input-placeholder,.checkout-module .shipping_address input:-ms-input-placeholder{color:rgba(97, 97, 97, 0.33) !important;}.checkout-module .woocommerce-billing-fields-inne select,.checkout-module .shipping_address select{border:#e4e4e4 solid 1px;border-radius:2px;font-size:15px;letter-spacing:0.035em;line-height:1;color:#424242;height:43px;}.checkout-module.checkout_shipping_wrap{margin-top:24px;padding:26px 48px 26PX;}.checkout-module.checkout_shipping_wrap label{width:80%;float:left;}.checkout-module.checkout_shipping_wrap .ship-to-different-address-label{width:18px;float:right;height:18px;position:relative;margin-top:14px;}.checkout-module.checkout_shipping_wrap .ship-to-different-address-label:after{content:'';position:absolute;top:0;left:0;width:18px;height:18px;border-radius:50%;border:#c3c3c3 SOLID 1PX;cursor:pointer;}.checkout-module.checkout_shipping_wrap .ship-to-different-address-label #ship-to-different-address-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background:transparent;width:18px;height:18px;margin:0;outline:0;top:0;}.checkout-module.order-comment-wrap{padding:27px 48px 26PX;margin-top:24px;/* BACKGROUND HORIZONTAL */}.checkout-module.order-comment-wrap label{font-size:20px;letter-spacing:0.035em;line-height:26px;color:#041852;margin-bottom:11px;}.checkout-module.order-comment-wrap #order_comments{border:#e4e4e4 solid 1px;border-radius:2px;font-size:15px;letter-spacing:0.035em;line-height:1;color:#424242;height:184px;}.checkout-module.order-comment-wrap input::-webkit-input-placeholder{color:rgba(97, 97, 97, 0.33) !important;}.checkout-module.order-comment-wrap input:-moz-placeholder{color:rgba(97, 97, 97, 0.33) !important;opacity:1;}.checkout-module.order-comment-wrap input::-moz-placeholder{color:rgba(97, 97, 97, 0.33) !important;opacity:1;}.checkout-module.order-comment-wrap input:-ms-input-placeholder{color:rgba(97, 97, 97, 0.33) !important;}.checkout-module.payment-method-wrap{padding:38px 48px 26PX;margin-top:24px;}.checkout-module.payment-method-wrap .wc_payment_method{position:relative;z-index:1;}.woocommerce .checkout-right{background:#fcfcfc;box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);-webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.08), -1px 0 4px rgba(0, 0, 0, 0.08);border-top:#efbd1a solid 5px;border-radius:4px;padding:23px 30px 0px;float:left;width:100%;}.woocommerce .checkout-right h3{font-size:16px;letter-spacing:0.035em;color:#041852;margin-bottom:8px;}.woocommerce .checkout-right table.shop_table td{border:none;padding:8.5px 8px;}.woocommerce .checkout-right table.shop_table td.product-name{color:#424242;font-size:14px;letter-spacing:0.035em;padding-left:0 !important;width:70%;}.woocommerce .checkout-right table.shop_table td.product-name .product-thumbnail{width:60px;margin-right:16px;float:left;}.woocommerce .checkout-right table.shop_table td.product-name strong{font-weight:normal;}.woocommerce .checkout-right table.shop_table td.product-name h3{font-size:14px;letter-spacing:0.035em;color:#041852;margin-bottom:0px;line-height:22px;}.woocommerce .checkout-right table.shop_table td.product-total{color:#424242;font-size:14px;letter-spacing:0.035em;text-align:right;}.woocommerce .checkout-right table.shop_table th{border:none;}.woocommerce .checkout-right table.shop_table tbody tr.cart_item:last-child td{padding-bottom:40px;}.woocommerce .checkout-right table.shop_table tfoot .cart-subtotal th,.woocommerce .checkout-right table.shop_table tfoot .cart-subtotal td{border-top:#eee solid 1px;padding-top:17px;}.woocommerce .checkout-right table.shop_table tfoot th{color:#424242;font-size:16px;letter-spacing:0.035em;line-height:40px;padding:0;font-weight:normal;}.woocommerce .checkout-right table.shop_table tfoot td{text-align:right;color:#424242;font-size:16px;letter-spacing:0.035em;line-height:40px;padding:0;font-weight:normal;}.woocommerce .checkout-right table.shop_table tfoot .shipping td{float:right;}.woocommerce .checkout-right table.shop_table tfoot .order-total th,.woocommerce .checkout-right table.shop_table tfoot .order-total td{color:#041852;}.woocommerce .checkout-right table.shop_table tfoot .order-total th strong,.woocommerce .checkout-right table.shop_table tfoot .order-total td strong{font-weight:normal;}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{border:none;padding:0;}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:transparent;}.woocommerce form .woocommerce-billing-fields .form-row .select2-container .select2-choice,.woocommerce-page form .woocommerce-billing-fields .form-row .select2-container .select2-choice,.select2-container .select2-choice{border:#e4e4e4 solid 1px;border-radius:2px;font-size:15px;letter-spacing:0.035em;line-height:42px;color:#424242;height:43px;}.woocommerce form .form-row.woocommerce-invalid label{color:#e21818;}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#e21818;/*order*/}.woocommerce-order-received .woocommerce-thankyou-order-received{font-size:20px;letter-spacing:0.035em;color:#041852;font-style:italic;padding-bottom:15px;}.woocommerce-order-received h2{font-size:20px;letter-spacing:0.035em;color:#041852;margin-top:15px;margin-bottom:20px;}.woocommerce-order-received .woocommerce .order_details li{line-height:26px;}.woocommerce-order-received .woocommerce table.shop_table td.product-name{font-size:14px;letter-spacing:0.035em;color:#041852;}.woocommerce-order-received .title h3{font-size:20px;letter-spacing:0.035em;color:#041852;}@media only screen and (min-width:992px) and (max-width:1024px){body.woocommerce #main_content_product .main_content_inner{padding-left:15px;}#main_content_product ul.products li .product-inner .bottom-product a.product_type_variable{padding:11px 5px;}#main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination{margin-top:15px;}.single-product .cs-product-wrap .cshero-product-images-wrap{width:40%;}.single-product .cs-product-wrap .entry-summary{width:60%;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav{width:20%;}.single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-left.cshero-product-image-left-col .cms-slider-wrap{width:80%;}.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart{margin-top:20px;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner{padding-left:0;}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:75%;}.woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .checkout-button{margin-top:24px;}}@media only screen and (max-width:991px) and (min-width:768px){body.woocommerce #sidebar_product{width:30%;}body.woocommerce #main_content_product{width:70%;}#main_content_product ul.products li.product{width:50%;}body.woocommerce #main_content_product .main_content_inner{padding-left:15px;}body.woocommerce #main_content_product .main_content_inner .clr{display:none;}#main_content_product ul.products li .product-inner .bottom-product a.product_type_variable{padding:11px 10px;}#main_content_product .meta_product_archive .woocommerce-result-count,#main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination{margin-top:15px;}.modal.modal-product-item .modal-content .modal-body .product-title{margin:30px 0 0;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner{padding-left:0;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav{width:20%;}.single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-left.cshero-product-image-left-col .cms-slider-wrap{width:80%;}.single-product .cs-product-wrap .entry-summary .variations_form .variations,.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity{width:100%;}.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{margin-left:0;}.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{margin-top:8px;}.woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar{width:50px;}.woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text{width:calc(100% - 50px);}#main_content_product ul.products li.product-list .product-inner .product-content{padding-left:15px;padding-right:15px;}#main_content_product ul.products li.product-list .product-inner .product-thumb .onsale{right:-5px;}}@media (max-width:767px){body.woocommerce #sidebar_product,body.woocommerce #main_content_product,#main_content_product ul.products li.product,.single-product .cs-product-wrap .cshero-product-images-wrap,.single-product .cs-product-wrap .entry-summary,.single-product .cs-product-wrap .entry-summary .variations_form .variations,.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity,#main_content_product ul.products li.product-list .product-inner .product-thumb,#main_content_product ul.products li.product-list .product-inner .product-content{width:100%;}.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{margin-left:0;}.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{margin-top:8px;}body.woocommerce #main_content_product .main_content_inner{padding-left:0;border-left:none;}body.woocommerce.post-type-archive-product #page #content{background:#fff;}#main_content_product .meta_product_archive > div > div{border:none !important;margin-bottom:15px;width:100%;padding:0 !important;}#main_content_product .meta_product_archive > div > div.sort{width:auto;}.single-product .cs-product-wrap .entry-summary .entry-summary-inner{padding-left:0;padding-top:40px;}.single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav{width:20%;}.single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-left.cshero-product-image-left-col .cms-slider-wrap{width:80%;}.woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar{width:50px;}.woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text{width:calc(100% - 50px);}#main_content_product ul.products li.product-list .product-inner .product-content{padding-left:15px;padding-right:15px;padding-top:30px;}#main_content_product ul.products li.product-list .product-inner .product-content .bottom-product{margin-top:15px;}.image-payment{padding:44px 15px 24px;}.image-payment .bank-left{width:100%;}.image-payment > img{margin-top:20px;max-width:100%;}.checkout-module{padding:25px 15px 52PX;}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:100%;}.checkout-module.checkout_shipping_wrap{padding:26px 15px 26PX;}.checkout-module.order-comment-wrap{padding:27px 15px 26PX;}.checkout-module.payment-method-wrap{padding:38px 15px 26PX;}}@media (max-width:320px){.woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce-page .cart-collaterals .cart_totals .checkout-button{margin-top:24px;}}@media only screen and (max-width:1800px){#rev_slider_1_1 .uranus.tparrows::before{display:none;}}@media screen and (max-width:1200px){body{width:100% !important;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:0 30px;max-width:100%;}.modal-content-left{display:none;}.modal-content-right{width:100%;}}@media screen and (max-width:1040px){.template-cms_grid--layout-history .cms-grid-inner{padding-left:0;padding-right:0;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-media{padding-bottom:50px;width:30%;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions{width:65%;padding-left:5%;border:none !important;border-radius:0 !important;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .history-year{font-size:102px;padding-bottom:30px;position:static;-webkit-transform:rotate(0deg);-khtml-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner{padding-left:0;padding-right:0;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media{float:right;padding-top:30px;padding-bottom:30px;padding-right:0px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions{padding-top:30px;padding-right:5%;padding-left:0;text-align:right;}.template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-inner .cms-grid-media{padding-top:50px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-descriptions{padding-top:50px;}}@media only screen and (min-width:992px){.modal.fade .modal-dialog{position:absolute;top:50%;margin:0;left:50%;-webkit-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}}@media only screen and (max-width:1024px) and (min-width:992px){.cms-heading-wrapper .text-blur{left:15px;font-size:71px;}.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back{border-width:26px !important;}.template-cms_carousel--layout-pricing .cms-pricing-content{margin:0 30px;}.template-cms_carousel--layout-pricing .cms-pricing-content ul li{text-align:center;}.template-cms_carousel--layout-pricing .pricing-bottom{margin:21px 30px 0;}.cms-carousel-testimonial .cms-testimonial-nav{padding-left:0;width:100%;position:relative;top:0;}.single_course_details ul li{margin-right:16px;}.cms-images-grid .item-top-right{top:-15px;right:-15px;}.cms-images-grid .item-bottom-left{bottom:-15px;left:-15px;}.cms-counter-wraper.cms-counter-layout5 .counter-wrap1 .cms-counter-title{line-height:20px;}}@media screen and (min-width:992px){#cshero-menu-mobile{display:none !important;}}@media (max-width:991px){.blog-standand article .post-thumbnail{width:100%;}.blog-standand article .post-thumbnail img{width:100%;}.blog-standand article .content-right .entry-content{padding-right:30px;}.blog-standand article .content-right{width:100%;}.blog-standand article .entry-footer{position:static;width:100%;}.single-post-blog article .single_detail{float:left;width:100%;}.single-post-blog article .single_detail_right{float:left;}.single-post-blog article .single_detail_right li:first-child{margin-left:0;}.single-post-blog .cms-single-related-post .item-inner img{width:100%;}#comments{padding-left:30px;padding-right:30px;}#comments .comment-author-image{height:50px;margin:0 10px 0 0;width:50px;}#comments .comment-main{width:calc(100% - 60px);position:relative;}#comments ul.children{width:calc(100% - 20px);}#comments .comment-list li .comment-respond{width:100%;}.single-post-blog .cms-single-related-post{padding-left:0px;padding-right:0px;}.single-post-blog .cms-single-related-post .item-post{margin-bottom:30px;}.cms-heading-wrapper .description p br{display:none;}}@media only screen and (max-width:991px) and (min-width:768px){.cms-fancyboxes-wraper.cms-fancybox-default{padding:0;}.vc_column_container.padding15 > .vc_column-inner{padding-right:15px !important;}.cms-heading-wrapper .text-blur{left:15px;font-size:71px;}.vc_row-no-padding .vc_column_container > .vc_column-inner{padding-right:0px !important;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-media img{width:100%;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-title{font-size:19px;}.template-cms_grid--layout-blog-popular .cms-grid-inner{border:none;}.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back{border-width:16px !important;}.template-cms_carousel--layout-pricing .cms-pricing-content{margin:0 40px;text-align:center;}.template-cms_grid--layout-pricing2 .cms-grid-item{padding:0 15px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur{font-size:58px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur:after{bottom:6px;left:0;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .title{font-size:25px;}.cms-carousel-testimonial .cms-testimonial-nav{padding-left:0;width:100%;position:relative;top:0;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:0 30px;max-width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li{margin:0 20px;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow .cms-pricing-note-price{float:left;width:100%;text-align:left;}}@media (max-width:767px){.lp-searchform{width:100%;}.lp-searchform .search-lp{float:left;}.vc_column_container.padding15 > .vc_column-inner{padding-right:15px !important;}.vc_row-no-padding .vc_column_container > .vc_column-inner{padding-right:0px !important;}.cms-heading-wrapper .text-blur{left:15px;font-size:50px;}.cms-heading-wrapper .title{padding-top:31px;}.cms-fancyboxes-wraper.cms-fancybox-default + .cms-fancyboxes-wraper{margin:0;}.cms-heading-wrapper.heading-layout2 .text-blur{font-size:55px;}body .bg-right-center{background:none !important;}.cms-counter-wraper{display:inline-block;width:100%;}.cms-heading-wrapper .description{margin-top:0;}.cms-carousel-team .team-item-left{width:100%;}.cms-carousel-team .team-info{float:left;width:100%;margin-top:30px;}.text-right .cms-button-wrapper{width:100%;text-align:center;}.contact-left{margin-left:20px;}.blog-standand{padding-bottom:0;}.blog-standand #sidebar{margin-top:50px;}.blog-standand article .entry-footer .archive_detail{width:100%;float:left;}.blog-standand article .entry-footer .archive_detail li:first-child{margin-left:0;}.template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title{font-size:41px;}.template-cms_carousel--layout-blog2 .content-overlay{padding-top:60px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like > span{margin-left:13px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like > span:first-child{margin-left:0;}.template-cms_grid--layout-default .cms-grid-inner .cms-grid-media img{width:100%;}.vc_row.vc_inner.bg-right-top{background:none !important;}.newsletter-widget input[type="text"],.newsletter-widget input[type="email"]{width:auto;}.template-cms_carousel-blog{margin:0;}.error404 .cms-content404 > div .error-404{padding:79px 0 62px;background-size:100%;}.vc_tta.vc_general .vc_tta-panel-title{line-height:24px !important;}.cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-item{margin:0;padding:0 15px;}.cms-progress-layout3 .cms-progress-item-wrap .cms-progress{max-width:95%;}.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back{border-width:8px !important;}.template-cms_carousel--layout-pricing .cms-pricing-content{margin:0 30px;}.template-cms_carousel--layout-pricing .pricing-bottom{margin:21px 30px 0;}.template-cms_grid--layout-pricing1 .cms-grid-filter ul li{width:100%;}.template-cms_grid--layout-pricing2 .cms-grid-filter ul li{width:100%;}.template-cms_carousel--layout-pricing .cms-pricing-content ul li{text-align:center;}.template-cms_grid--layout-history .cms-grid-inner{padding-left:0;padding-right:0;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-media{padding-bottom:50px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions{width:100%;padding-left:0;border:none !important;border-radius:0 !important;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur{font-size:58px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur:after{bottom:6px;left:0;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .title{font-size:25px;}.template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .history-year{font-size:102px;padding-bottom:30px;position:static;-webkit-transform:rotate(0deg);-khtml-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner{padding-left:0;padding-right:0;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media{float:right;padding-top:30px;padding-bottom:30px;padding-right:23px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions{padding-top:30px;padding-right:0;text-align:right;}.template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-inner .cms-grid-media{padding-top:50px;}.template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-descriptions{padding-top:50px;}.cms_carousel--layout-team4 .cms-grid-media{margin:0 auto;float:none;}.cms_carousel--layout-team4 .cms-grid-team-content{width:100%;padding-left:28px;margin-top:20px;}.cms-carousel-testimonial .team-item{padding:0;}.cms-carousel-testimonial .team-info{width:100%;margin-top:30px;}.cms-carousel-testimonial .cms-testimonial-nav{padding-left:0px;top:0;width:100%;position:static;}.owl-nav{opacity:0;}.cms-carousel-layout-blog7 .cms-carousel-item .entry-footer{padding:5px 10px;}.wpcf7-form .form-div{width:100%;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{max-width:100%;padding:0 30px;}body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_row.vc_inner{padding-top:40px !important;padding-bottom:40px !important;}p br{display:none;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-price{position:static;float:left;}.template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow .cms-pricing-note-price{float:left;width:100%;text-align:left;}.cms-fancybox-layout6 + .cms-fancyboxes-wraper{margin-top:30px;}.cms-images-grid .item-top-right{width:50%;height:100px;top:-15px;right:0px;}.cms-images-grid .item-bottom-left{width:50%;height:100px;bottom:-15px;left:0px;}.cms-images-grid .primary-item{height:300px;}.blog-standand article .content-right a.post-edit-link{top:-21px;right:-15px;}.form-login .modal-body{padding:68px 30px 0;}.form-login .forgot-pass{width:calc(100% + 60px);margin-left:-30px;}.form-register .modal-body{padding-left:30px;padding-right:30px;}.contact-top{text-align:center;}#cshero-header-top .header-right-top{margin-top:10px;}.form-register .up-social-wrapper,.form-login .up-social-wrapper{width:100%;margin-left:0;}}@media (max-width:480px){.location{margin-bottom:15px;}.single-post-blog .blog-admin-post .admin-avt{float:left;max-width:100%;width:100%;text-align:center;}.single-post-blog .blog-admin-post .admin-info{float:left;width:100%;padding:0;margin-top:30px;text-align:center;}#comments{padding-left:15px;padding-right:15px;}.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back{border-width:13px !important;}}@media (max-width:360px){.template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title{font-size:30px;line-height:38px;}.template-cms_carousel--layout-blog2 .content-overlay{padding-top:40px;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .left{width:100%;text-align:center;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info{margin-left:15PX;float:none;display:inline-block;top:-13px;position:relative;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt{float:none;display:inline-block;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like{margin-top:6px;width:100%;text-align:center;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like span{display:inline-block;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like span:first-child{margin-left:0;}.template-cms_carousel--layout-blog2 .content-overlay .content-bottom{margin-top:23px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog{width:300px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social .social-item{padding:0 40px;}.template-cms_grid--layout-team .cms-grid-item .modal-dialog .close{right:0;top:0;}.vc_wp_search #searchform input[type="text"]{width:100%;}.form-register .up-social-wrapper .up-twitter-button,.form-login .up-social-wrapper .up-twitter-button{margin-left:0;margin-top:10px;}.form-register .up-social-wrapper button,.form-login .up-social-wrapper button{clear:both;float:none;display:block;}}@media (max-width:320px){.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back{border-width:20px !important;}.single-post-blog .cms-single-related-post .item-inner .content-overlay{padding:0 5px;}.single-post-blog .cms-single-related-post .item-inner img{min-height:225px;}.cms-button-wrapper + .cms-button-wrapper{margin-left:0;margin-top:20px;}.cms-button-wrapper{display:block;}.cms-social-page.social-layout2 a{margin:0 12px;}.vc_wp_custommenu .widget_nav_menu ul li{display:block;width:100%;}}@-moz-document url-prefix(){/*fix ie10 and above*/.cms-fancyboxes-wraper.cms-fancyboxes-deault{margin-bottom:28px;}.wpcf7-form.style2 .wpcf7-submit{margin-top:-10px;}.wpcf7-form .wpcf7-submit{margin-top:1px;}.wpcf7-form.style3{padding:0 22px;}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul{position:inherit;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper .image,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service .image,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper .image,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul .image{float:left;width:100%;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper .image a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service .image a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper .image a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul .image a{display:block !important;opacity:1;background:none;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper .image img,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service .image img,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper .image img,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul .image img{float:left;width:100%;display:block !important;}#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper a,#cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul a{display:block !important;}}