/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- *//* ADDS A BROWSER PREFIX TO THE PROPERTY *//* Color *//* Typography *//* Header *//* Preset Color *//* Socials Color *//* Responsive Size *//* overlay position  *//* ANIMATION */@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700italic,700,500italic,500,400italic,300italic,300);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);/* Spin *//* Back to Top *//* Spin *//* Header Top Section *//* entry Media *//* Images *//* Default Button *//* CMS Filter *//* all style for extensions used in this theme *//* Newsletter *//* Global Style
 * Style use for all class name, element 
*//* min width 1280px and max width 1599px *//* Left Right Menu */@-webkit-keyframes CMSSpin{/* Page Loading *//* Newton */100%{-webkit-transform:rotate(360deg);-khtml-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}}@-moz-keyframes CMSSpin{/* Page Loading *//* Newton */100%{-webkit-transform:rotate(360deg);-khtml-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}}@-ms-keyframes CMSSpin{/* Page Loading *//* Newton */100%{-webkit-transform:rotate(360deg);-khtml-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}}@-o-keyframes CMSSpin{/* Page Loading *//* Newton */100%{-webkit-transform:rotate(360deg);-khtml-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}}@keyframes CMSSpin{/* Page Loading *//* Newton */100%{-webkit-transform:rotate(360deg);-khtml-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}}@keyframes left{25%{transform:translateX(-250%);animation-timing-function:ease-in;}50%{transform:translateX(-150%);}}@keyframes right{/* wave */50%{transform:translateX(150%);}75%{transform:translateX(250%);animation-timing-function:ease-in;}100%{transform:translateX(150%);}}@keyframes jump1{12%{transform:translate(20px, -40px);animation-timing-function:ease-in;}24%{transform:translate(40px, 0);}100%{transform:translate(40px, 0);}}@keyframes jump2{12%{transform:translate(0, 0);}24%{transform:translate(20px, -40px);animation-timing-function:ease-in;}36%{transform:translate(40px, 0);}100%{transform:translate(40px, 0);}}@keyframes jump3{24%{transform:translate(0, 0);}36%{transform:translate(20px, -40px);animation-timing-function:ease-in;}48%{transform:translate(40px, 0);}100%{transform:translate(40px, 0);}}@keyframes wipe{/* circus */48%{transform:translateX(-120px);}100%{transform:translateX(-120px);}}@keyframes position{50%{left:100%;}}@keyframes size{/* Atom */50%{transform:scale(0.5, 0.5);}}@keyframes AtomPosition{50%{top:80px;left:80px;}}@keyframes size{50%{transform:scale(0.5, 0.5);}}@keyframes zindex{100%{z-index:10;}}@keyframes shrink{/* Fusstion */50%{transform:scale(0.9, 0.9);}}@keyframes ball1{50%{top:-100%;left:200%;background:rgba(127, 127, 0, .5);}100%{top:50%;left:100%;background:rgba(0, 255, 0, .5);z-index:2;}}@keyframes ball2{50%{top:200%;left:200%;background:rgba(0, 255, 255, .5);}100%{top:100%;left:50%;background:rgba(0, 0, 255, .5);z-index:1;}}@keyframes ball3{50%{top:200%;left:-100%;background:rgba(255, 0, 255, .5);}100%{top:50%;left:0%;background:rgba(255, 255, 0, .5);z-index:2;}}@keyframes ball4{/* Mitosis */50%{top:-100%;left:-100%;background:rgba(255, 127, 0, .5);}100%{top:0%;left:50%;background:rgba(255, 0, 0, .5);z-index:1;}}@keyframes invert{100%{transform:rotate(180deg);}}@keyframes Mitosisball1{12%{transform:none;}26%{transform:translateX(25%) scale(1, 0.8);}40%{transform:translateX(50%) scale(0.8, 0.8);}60%{transform:translateX(50%) scale(0.8, 0.8);}74%{transform:translate(50%, 25%) scale(0.6, 0.8);}88%{transform:translate(50%, 50%) scale(0.6, 0.6);}100%{transform:translate(50%, 50%) scale(0.6, 0.6);}}@keyframes Mitosisball2{12%{transform:none;}26%{transform:translateX(25%) scale(1, 0.8);}40%{transform:translateX(50%) scale(0.8, 0.8);}60%{transform:translateX(50%) scale(0.8, 0.8);}74%{transform:translate(50%, -25%) scale(0.6, 0.8);}88%{transform:translate(50%, -50%) scale(0.6, 0.6);}100%{transform:translate(50%, -50%) scale(0.6, 0.6);}}@keyframes Mitosisball3{12%{transform:none;}26%{transform:translateX(-25%) scale(1, 0.8);}40%{transform:translateX(-50%) scale(0.8, 0.8);}60%{transform:translateX(-50%) scale(0.8, 0.8);}74%{transform:translate(-50%, 25%) scale(0.6, 0.8);}88%{transform:translate(-50%, 50%) scale(0.6, 0.6);}100%{transform:translate(-50%, 50%) scale(0.6, 0.6);}}@keyframes Mitosisball4{/* Flower */12%{transform:none;}26%{transform:translateX(-25%) scale(1, 0.8);}40%{transform:translateX(-50%) scale(0.8, 0.8);}60%{transform:translateX(-50%) scale(0.8, 0.8);}74%{transform:translate(-50%, -25%) scale(0.6, 0.8);}88%{transform:translate(-50%, -50%) scale(0.6, 0.6);}100%{transform:translate(-50%, -50%) scale(0.6, 0.6);}}@keyframes Flowerball1{6.25%{transform:rotate(90deg);}12.5%{transform:rotate(90deg);}18.75%{transform:rotate(180deg);}25%{transform:rotate(180deg);}31.25%{transform:rotate(270deg);}37.5%{transform:rotate(270deg);}43.75%{transform:rotate(360deg);}50%{transform:rotate(360deg);}56.25%{transform:rotate(450deg);}75%{transform:rotate(450deg);}87.5%{transform:rotate(405deg) scale(1.3, 1.3);}100%{transform:rotate(360deg) scale(1, 1);}}@keyframes Flowerball2{12.5%{transform:rotate(0);}18.75%{transform:rotate(90deg);}25%{transform:rotate(90deg);}31.25%{transform:rotate(180deg);}37.5%{transform:rotate(180deg);}43.75%{transform:rotate(270deg);}50%{transform:rotate(270deg);}56.25%{transform:rotate(360deg);}62.5%{transform:rotate(360deg);}68.75%{transform:rotate(450deg);}75%{transform:rotate(450deg);}87.5%{transform:rotate(405deg) scale(1.3, 1.3);}100%{transform:rotate(360deg) scale(1, 1);}}@keyframes Flowerball3{25%{transform:rotate(0);}31.25%{transform:rotate(90deg);}75%{transform:rotate(90deg);}87.5%{transform:rotate(45deg) scale(1.3, 1.3);}100%{transform:rotate(0) scale(1, 1);}}@keyframes Flowerball4{/* Clock */37.5%{transform:rotate(0);}43.75%{transform:rotate(90deg);}75%{transform:rotate(90deg);}87.5%{transform:rotate(45deg) scale(1.3, 1.3);}100%{transform:rotate(0) scale(1, 1);}}@keyframes clock{100%{transform:rotate(360deg);}}@keyframes clock1{0%{transform:rotate(-135deg);}30%{transform:rotate(-450deg);}100%{transform:rotate(-450deg);}}@keyframes clock2{5%{transform:rotate(-90deg);}35%{transform:rotate(-405deg);}100%{transform:rotate(-405deg);}}@keyframes clock3{10%{transform:rotate(-45deg);}40%{transform:rotate(-360deg);}100%{transform:rotate(-360deg);}}@keyframes clock4{/* Washing Machine */15%{transform:rotate(0);}45%{transform:rotate(-315deg);}100%{transform:rotate(-315deg);}}@keyframes wash{/* Pulse */100%{transform:rotate(1800deg);}}@keyframes pulse{0%{transform:scale(0.1, 0.1);opacity:1;border-width:50px;}100%{transform:scale(1, 1);opacity:0;border-width:0;}}.typed-cursor{opacity:1;-webkit-animation:blink 0.7s infinite;-moz-animation:blink 0.7s infinite;animation:blink 0.7s infinite;}@keyframes blink{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}}body{font-size:14px;line-height:20px;font-family:'Ubuntu', Arial, Helvetica, sans-serif;word-wrap:break-word;color:#979798;}body:not(.page-template-page-builder) #cms-main{padding-top:90px;padding-bottom:90px;background-color:#f8f9f9;}.transition{-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}@media (min-width:1280px){.cms-boxed{max-width:1200px;margin-left:auto;margin-right:auto;}}#cms-loading{position:relative;width:100vw;height:100vh;}#cms-loading .loader{width:100px;height:100px;background:#000;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;-webkit-animation:CMSSpin 0.5s linear infinite;-khtml-animation:CMSSpin 0.5s linear infinite;-moz-animation:CMSSpin 0.5s linear infinite;-ms-animation:CMSSpin 0.5s linear infinite;-o-animation:CMSSpin 0.5s linear infinite;animation:CMSSpin 0.5s linear infinite;/* BACKGROUND GRADIENT */}#cms-loading .spinner{position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;}#cms-loading .newton .ball{height:50px;width:50px;position:absolute;left:50%;top:50%;}#cms-loading .newton .ball:before{content:'';position:absolute;height:100%;width:100%;background:#cb5720;border-radius:50%;position:absolute;margin-left:-50%;margin-top:-50%;}#cms-loading .newton .ball-1:before{transform:translateX(-150%);animation:1s ease-out 0s infinite left;}#cms-loading .newton .ball-2:before{transform:translateX(-50%);}#cms-loading .newton .ball-3:before{transform:translateX(50%);}#cms-loading .newton .ball-4:before{transform:translateX(150%);animation:1s ease-out 0s infinite right;}#cms-loading .wave.spinner{width:150px;height:30px;}#cms-loading .wave .ball{height:30px;width:30px;float:left;background:#cb5720;border-radius:50%;margin-right:10px;}#cms-loading .wave .ball-1{animation:jump3 1.8s infinite ease-out;}#cms-loading .wave .ball-2{animation:jump2 1.8s infinite ease-out;}#cms-loading .wave .ball-3{animation:jump1 1.8s infinite ease-out;}#cms-loading .wave .ball-4{margin-right:0;animation:wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);}#cms-loading .circus .ball{height:50px;width:50px;position:absolute;left:50%;top:50%;}#cms-loading .circus .ball:before{content:'';position:absolute;height:100%;width:100%;background:#cb5720;border-radius:50%;margin-left:-50%;margin-top:-50%;left:-100%;animation:position 2s infinite cubic-bezier(0.25, 0, 0.75, 1), size 2s infinite cubic-bezier(0.25, 0, 0.75, 1);}#cms-loading .circus .ball-1:before{animation-delay:0s, -0.5s;}#cms-loading .circus .ball-2:before{animation-delay:-0.5s, -1s;}#cms-loading .circus .ball-3:before{animation-delay:-1s, -1.5s;}#cms-loading .circus .ball-4:before{animation-delay:-1.5s, -2s;}#cms-loading .circus .spinner{height:100%;width:100%;position:absolute;}#cms-loading .atom.spinner{width:100px;height:100px;}#cms-loading .atom .ball-1{height:50%;width:50%;left:50%;top:50%;position:absolute;z-index:1;animation:shrink 4.5s infinite linear;}#cms-loading .atom .ball-1:before{content:'';background:#f1773d;border-radius:50%;height:100%;width:100%;position:absolute;top:-50%;left:-50%;}#cms-loading .atom .ball-2,#cms-loading .atom .ball-3,#cms-loading .atom .ball-4{position:absolute;width:100%;height:100%;z-index:0;}#cms-loading .atom .ball-2:before,#cms-loading .atom .ball-3:before,#cms-loading .atom .ball-4:before{content:'';height:20px;width:20px;border-radius:50%;background:#cb5720;top:0;left:0;margin:0 auto;position:absolute;}#cms-loading .atom .ball-2{animation:zindex 1.5s 0.75s infinite steps(2, end);}#cms-loading .atom .ball-3{transform:rotate(120deg);animation:zindex 1.5s -0.25s infinite steps(2, end);}#cms-loading .atom .ball-4{transform:rotate(240deg);animation:zindex 1.5s 0.25s infinite steps(2, end);}#cms-loading .atom .ball-2:before{transform:rotate(0);animation:AtomPosition 1.5s infinite ease, size 1.5s -1.125s infinite ease;}#cms-loading .atom .ball-3:before{animation:AtomPosition 1.5s -1s infinite ease, size 1.5s -0.75s infinite ease;}#cms-loading .atom .ball-4:before{animation:AtomPosition 1.5s -0.5s infinite ease, size 1.5s -0.125s infinite ease;}#cms-loading .fussion.spinner{width:30px;height:30px;}#cms-loading .fussion .ball{height:50px;width:50px;left:50%;top:50%;background:rgba(0, 255, 0, .5);border-radius:50%;float:left;position:absolute;}#cms-loading .fussion .ball-1{background:rgba(255, 0, 0, .5);top:0;left:50%;animation:ball1 1s 0s ease infinite;z-index:1;}#cms-loading .fussion .ball-2{background:rgba(0, 255, 0, .5);top:50%;left:100%;animation:ball2 1s 0s ease infinite;z-index:2;}#cms-loading .fussion .ball-3{background:rgba(0, 0, 255, .5);top:100%;left:50%;animation:ball3 1s 0s ease infinite;z-index:1;}#cms-loading .fussion .ball-4{background:rgba(255, 255, 0, .5);top:50%;left:0%;animation:ball4 1s 0s ease infinite;z-index:2;}#cms-loading .mitosis.spinner{height:50px;width:50px;animation:invert 2s infinite steps(2, end);}#cms-loading .mitosis .ball{height:100%;width:100%;position:absolute;border-radius:50%;top:0;left:0;background:#cb5720;}#cms-loading .mitosis .ball-1{animation:Mitosisball1 1s infinite alternate linear;}#cms-loading .mitosis .ball-2{animation:Mitosisball2 1s infinite alternate linear;}#cms-loading .mitosis .ball-3{animation:Mitosisball3 1s infinite alternate linear;}#cms-loading .mitosis .ball-4{animation:Mitosisball4 1s infinite alternate linear;}#cms-loading .flower.spinner{width:26.25px;height:26.25px;}#cms-loading .flower .ball{height:30px;width:30px;position:absolute;background:#cb5720;border-radius:50%;}#cms-loading .flower .ball-1{left:-15px;top:-15px;transform-origin:28.125px 28.125px;animation:Flowerball1 6s infinite linear;}#cms-loading .flower .ball-2{left:11.25px;top:-15px;transform-origin:1.875px 28.125px;animation:Flowerball2 6s infinite linear;}#cms-loading .flower .ball-3{left:11.25px;top:11.25px;transform-origin:1.875px 1.875px;animation:Flowerball3 6s infinite linear;}#cms-loading .flower .ball-4{left:-15px;top:11.25px;transform-origin:28.125px 1.875px;animation:Flowerball4 6s infinite linear;}#cms-loading .clock.spinner{width:50px;height:50px;animation:clock 8s infinite steps(8);}#cms-loading .clock .ball{height:50px;width:50px;position:absolute;}#cms-loading .clock .ball:before{content:'';border-radius:50%;height:18.31502px;width:18.31502px;position:absolute;background:#cb5720;}#cms-loading .clock .ball-1{transform:rotate(-135deg);animation:clock1 1s ease-in infinite;}#cms-loading .clock .ball-2{transform:rotate(-90deg);animation:clock2 1s ease-in infinite;}#cms-loading .clock .ball-3{transform:rotate(-45deg);animation:clock3 1s ease-in infinite;}#cms-loading .clock .ball-4{animation:clock4 1s ease-in infinite;}#cms-loading .washing-machine.spinner{width:80px;height:80px;animation:wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);}#cms-loading .washing-machine .ball-1{height:100%;width:100%;left:50%;top:50%;position:absolute;z-index:1;}#cms-loading .washing-machine .ball-1:before{content:'';border-radius:50%;border:15px solid #cb5720;height:100%;width:100%;position:absolute;top:-50%;left:-50%;box-sizing:border-box;}#cms-loading .washing-machine .ball-2,#cms-loading .washing-machine .ball-3,#cms-loading .washing-machine .ball-4{width:80px;height:80px;position:absolute;z-index:2;}#cms-loading .washing-machine .ball-2:before,#cms-loading .washing-machine .ball-3:before,#cms-loading .washing-machine .ball-4:before{border:5px solid #cb5720;background:#fff;content:'';border-radius:50%;width:15px;height:15px;position:absolute;left:27.5px;top:-5px;}#cms-loading .washing-machine .ball-2{transform:rotate(120deg);}#cms-loading .washing-machine .ball-3{transform:rotate(240deg);}#cms-loading .pulse.spinner{width:100px;height:100px;}#cms-loading .pulse .spinner *{box-sizing:border-box;}#cms-loading .pulse .ball{height:100%;width:100%;background:#cb5720;position:absolute;border-radius:50%;border:0px solid #cb5720;animation:pulse 3s infinite;}#cms-loading .pulse .ball-2{animation-delay:-0.75s;}#cms-loading .pulse .ball-3{animation-delay:-1.5s;}#cms-loading .pulse .ball-4{animation-delay:-2.25s;}#cms-page{overflow-x:hidden;}.boxed{background-color:#fff;padding:22px 30px 30px;box-shadow:0 5px 0 rgba(0, 0, 0, 0.04) !important;}.boxed.content-area{padding:30px;}.overlay,.overlay-pos{position:absolute;top:0;right:0;bottom:0;left:0;/* Vertical Align */}.vertical-align{top:50%;width:100%;position:absolute;-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 *//* Horizontal Align */}.horizontal-align{left:50%;position:absolute;-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 *//* Center Align */}.center-align{top:50%;left:50%;position:absolute;-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 *//* Heading Border style *//* Overlay content */}.overlay-wrap{position:relative;overflow:hidden;}.overlay-wrap .overlay{background:rgba(0, 34, 64, 0.6);-webkit-transition:all 0.3s ease-in-out;-khtml-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;opacity:0;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS *//* Hover state */}.overlay-wrap .overlay .overlay-inner{padding:20px;color:#fff;/* Effect  */}.overlay-wrap .overlay .overlay-inner *{color:#fff;}.overlay-wrap .overlay.left-right{left:-100%;right:100%;}.overlay-wrap .overlay.left-right .overlay-inner{left:200%;right:auto;}.overlay-wrap .overlay.right-left{left:100%;right:-100%;}.overlay-wrap .overlay.right-left .overlay-inner{right:200%;left:-200%;}.overlay-wrap .overlay.top-bottom{bottom:100%;top:-100%;}.overlay-wrap .overlay.top-bottom .overlay-inner{top:200%;bottom:-200%;}.overlay-wrap .overlay.bottom-top{bottom:-100%;top:100%;}.overlay-wrap .overlay.bottom-top .overlay-inner{top:-200%;bottom:200%;}.overlay-wrap:hover .overlay,.overlay-wrap:active .overlay,.overlay-wrap:focus .overlay{filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.overlay-wrap:hover .overlay.left-right,.overlay-wrap:active .overlay.left-right,.overlay-wrap:focus .overlay.left-right,.overlay-wrap:hover .overlay.right-left,.overlay-wrap:active .overlay.right-left,.overlay-wrap:focus .overlay.right-left{left:0;right:0;}.overlay-wrap:hover .overlay.left-right .overlay-inner,.overlay-wrap:active .overlay.left-right .overlay-inner,.overlay-wrap:focus .overlay.left-right .overlay-inner,.overlay-wrap:hover .overlay.right-left .overlay-inner,.overlay-wrap:active .overlay.right-left .overlay-inner,.overlay-wrap:focus .overlay.right-left .overlay-inner{left:0;right:0;-webkit-transition:all 300ms ease-out 100ms;-khtml-transition:all 300ms ease-out 100ms;-moz-transition:all 300ms ease-out 100ms;-ms-transition:all 300ms ease-out 100ms;-o-transition:all 300ms ease-out 100ms;transition:all 300ms ease-out 100ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.overlay-wrap:hover .overlay.top-bottom,.overlay-wrap:active .overlay.top-bottom,.overlay-wrap:focus .overlay.top-bottom,.overlay-wrap:hover .overlay.bottom-top,.overlay-wrap:active .overlay.bottom-top,.overlay-wrap:focus .overlay.bottom-top{top:0;bottom:0;}.overlay-wrap:hover .overlay.top-bottom .overlay-inner,.overlay-wrap:active .overlay.top-bottom .overlay-inner,.overlay-wrap:focus .overlay.top-bottom .overlay-inner,.overlay-wrap:hover .overlay.bottom-top .overlay-inner,.overlay-wrap:active .overlay.bottom-top .overlay-inner,.overlay-wrap:focus .overlay.bottom-top .overlay-inner{top:50%;bottom:auto;-webkit-transition:all 300ms ease-out 100ms;-khtml-transition:all 300ms ease-out 100ms;-moz-transition:all 300ms ease-out 100ms;-ms-transition:all 300ms ease-out 100ms;-o-transition:all 300ms ease-out 100ms;transition:all 300ms ease-out 100ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.overlay-wrap .icon-readmore{width:50px;height:50px;line-height:50px;text-align:center;background-color:#f1773d;}.zoomout-wrap .zoom:before{pointer-events:none;position:absolute;width:100%;height:100%;content:'';top:-7px;left:-7px;padding:7px;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;/* BACKGROUND GRADIENT */-webkit-transition:transform 0.2s, opacity 0.2s;-khtml-transition:transform 0.2s, opacity 0.2s;-moz-transition:transform 0.2s, opacity 0.2s;-ms-transition:transform 0.2s, opacity 0.2s;-o-transition:transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;opacity:0;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.zoomout-wrap .zoom.img-circle:before{-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.zoomout-wrap .zoom.rounded:before{-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 */}.zoomout-wrap .out:before{-webkit-box-shadow:#979797 0 0 0 2px;-khtml-box-shadow:#979797 0 0 0 2px;-moz-box-shadow:#979797 0 0 0 2px;-ms-box-shadow:#979797 0 0 0 2px;-o-box-shadow:#979797 0 0 0 2px;box-shadow:#979797 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoomout-wrap:hover .out:before,.zoomout-wrap:active .out:before,.zoomout-wrap:focus .out: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 */filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.zoomout-wrap .out:before{-webkit-transform:scale(0.8);-khtml-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.zoomin-wrap .zoom:before{pointer-events:none;position:absolute;width:100%;height:100%;content:'';top:-7px;left:-7px;padding:7px;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;/* BACKGROUND GRADIENT */-webkit-transition:transform 0.2s, opacity 0.2s;-khtml-transition:transform 0.2s, opacity 0.2s;-moz-transition:transform 0.2s, opacity 0.2s;-ms-transition:transform 0.2s, opacity 0.2s;-o-transition:transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;opacity:0;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.zoomin-wrap .zoom.img-circle:before{-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.zoomin-wrap .zoom.rounded:before{-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 */}.zoomin-wrap .in:before{-webkit-box-shadow:#979797 0 0 0 2px;-khtml-box-shadow:#979797 0 0 0 2px;-moz-box-shadow:#979797 0 0 0 2px;-ms-box-shadow:#979797 0 0 0 2px;-o-box-shadow:#979797 0 0 0 2px;box-shadow:#979797 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoomin-wrap:hover .in:before,.zoomin-wrap:active .in:before,.zoomin-wrap:focus .in: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 */filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.zoomin-wrap .in:before{-webkit-transform:scale(1.2);-khtml-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-backtotop{position:fixed;right:20px;background:#cb5720;width:50px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:30px;z-index:1;/* Social */}#cms-backtotop.off{filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;opacity:0;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */bottom:-100%;}#cms-backtotop.on{bottom:15px;}.cms-social{margin:0 -5px;}.cms-social a{color:#cef5ff;margin:0 5px;display:inline-block;}.cms-social a:hover{color:#f1773d;}.cms-social.colored a{margin:10px 5px;font-size:14px;}.cms-social.colored a 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 */color:#fff;display:block;height:30px;line-height:30px;text-align:center;width:30px;}.cms-social.colored a i[class*="facebook"],.cms-social.colored a i[class^="facebook"]{background-color:#3b5998;}.cms-social.colored a i[class*="pinterest"],.cms-social.colored a i[class^="pinterest"]{background:#e13138;}.cms-social.colored a i[class*="twitter"],.cms-social.colored a i[class^="twitter"]{background:#00b6f1;}.cms-social.colored a i[class*="rss"],.cms-social.colored a i[class^="rss"]{background:#faa33d;}.cms-social.colored a i[class*="vimeo"],.cms-social.colored a i[class^="vimeo"]{background:#35c6ea;}.cms-social.colored a i[class*="dribbble"],.cms-social.colored a i[class^="dribbble"]{background:#ff70b7;}.cms-social.colored a i[class*="tumblr"],.cms-social.colored a i[class^="tumblr"]{background:#426d9b;}.cms-social.colored a i[class^="behance"],.cms-social.colored a i[class*="behance"]{background:#1879fd;}.cms-social.colored a i[class^="stumbleupon"],.cms-social.colored a i[class*="stumbleupon"]{background:#ff5c30;}.cms-social.colored a i[class^="dropbox"],.cms-social.colored a i[class*="dropbox"]{background:#17a3eb;}.cms-social.colored a i[class^="soundcloud"],.cms-social.colored a i[class*="soundcloud"]{background:#ff7e30;}.cms-social.colored a i[class^="lastfm"],.cms-social.colored a i[class*="lastfm"]{background:#f34320;}.cms-social.colored a i[class^="flickr"],.cms-social.colored a i[class*="flickr"]{background:#ff48a3;}.cms-social.colored a i[class^="deviantart"],.cms-social.colored a i[class*="deviantart"]{background:#6a8a7b;}.cms-social.colored a i[class^="linkedin"],.cms-social.colored a i[class*="linkedin"]{background:#4c94db;}.cms-social.colored a i[class^="digg"],.cms-social.colored a i[class*="digg"]{background:#75788d;}.cms-social.colored a i[class^="xing"],.cms-social.colored a i[class*="xing"]{background:#1a8e8c;}.cms-social.colored a i[class^="github"],.cms-social.colored a i[class*="github"]{background:#3f91cb;}.cms-social.colored a i[class^="instagram"],.cms-social.colored a i[class*="instagram"]{background:#db944c;}.cms-social.colored a i[class^="yahoo"],.cms-social.colored a i[class*="yahoo"]{background:#ab47ac;}.cms-social.colored a i[class^="youtube"],.cms-social.colored a i[class*="youtube"]{background:#db4c4c;}.cms-social.colored a i[class^="skype"],.cms-social.colored a i[class*="skype"]{background:#13c1f3;}.cms-social.colored a i[class^="share"],.cms-social.colored a i[class*="share"]{background:#25a774;}.cms-social.colored a i[class^="wordpress"],.cms-social.colored a i[class*="wordpress"]{background:#2592c3;}.cms-social.colored a i[class^="plus"],.cms-social.colored a i[class*="plus"]{background:;}.cms-social.colored a i[class^="delicious"],.cms-social.colored a i[class*="delicious"]{background:#ff9233;}.cms-social.colored a i[class^="reddit"],.cms-social.colored a i[class*="reddit"]{background:#377bda;}.cms-social.colored a i[class^="apple"],.cms-social.colored a i[class*="apple"]{background:#b3b5b8;}.cms-social.colored a i[class^="vk"],.cms-social.colored a i[class*="vk"]{background:#4778ac;}.cms-social.colored a i[class^="google-plus"],.cms-social.colored a i[class*="google-plus"]{background:#da5333;}.cms-social.colored a:hover i{filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";-webkit-opacity:0.9;-khtml-opacity:0.9;-moz-opacity:0.9;-ms-opacity:0.9;-o-opacity:0.9;opacity:0.9;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.cms-portfolio-icon{background-color:#f1773d;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */color:#fff;display:inline-block;height:30px;line-height:30px;text-align:center;width:30px;-webkit-transform:translateY(-8px);-khtml-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px);transform:translateY(-8px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE *//* Error  Page */}.error404{color:#f1773d;/* Search page */}@media (min-width:1600px){.error404 .content-area{padding-left:10px;padding-right:10px;}}.error404 .content-area header{font-size:24px;letter-spacing:2.4px;margin-bottom:46px;}.error404 .content-area header h1{font-size:48px;letter-spacing:4.8px;}.error404 .content-area .entry-content{margin-bottom:0;}.error404 .content-area .btn-primary{margin-top:38px;}.search-results{/* Remove BODY Scrollbar */}.search-results .paging-navigation .pagination{margin-top:8px;}body::-webkit-scrollbar{/* Chrome */width:0 !important;}#cms-header-top{/* Main Header */}#cms-header-top .contact-top{list-style:none;padding:0;margin:0 -15px;}#cms-header-top .contact-top li{padding:7px 15px;display:inline-block;}#cms-header-top .contact-top li i{font-size:20px;margin-right:10px;display:inline-block;-webkit-transform:translateY(4px);-khtml-transform:translateY(4px);-moz-transform:translateY(4px);-ms-transform:translateY(4px);-o-transform:translateY(4px);transform:translateY(4px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}#cms-header-top .cms-social a{font-size:22px;margin-top:7px;margin-bottom:8px;}#cms-header-top .widget{margin-top:30px;}#cms-header-top .widget:first-child{margin-top:0;}.cms-header{z-index:10;/* Logo */}@media (max-width:1200px){.cms-header .container{padding-left:30px;padding-right:30px;}}#cms-header-logo{height:111px;display:table;}@media (min-width:1200px){#cms-header-logo{text-align:left;width:auto;max-width:25%;}}@media (max-width:767px){#cms-header-logo{width:auto;}}#cms-header-logo a{display:table-cell;vertical-align:middle;}#cms-header-logo a.default{padding-right:20px;}#cms-header-logo a.v2{padding-right:10px;padding-left:10px;}#cms-header-logo .logo-text{display:block;}#cms-header-logo img{max-height:111px;}.ontop-logo,.sticky-logo{display:none;}#cms-navigation{/* Ontop Header */}@media (min-width:){#cms-navigation{max-width:calc(100% - 180px);}}.header-ontop{position:absolute;top:0;left:0;right:0;/* Sticky Header */}.header-ontop .main-logo,.header-ontop .sticky-logo{display:none;}.header-ontop .ontop-logo{display:inline-block;}@media (min-width:1201px){.header-ontop{/**
	* If has Page title
	*/}.header-ontop .cms-nav-extra.has-extra .cms-header-popup:before{background:#212121;}}.header-ontop + #cms-page-title-wrapper{padding-top:211px;/**
	* If has not Page title
	*/}.header-ontop + #cms-main{padding-top:111px;}.header-sticky{position:fixed;top:0;left:0;right:0;/* Extra attribute */}.header-sticky .main-logo,.header-sticky .ontop-logo{display:none;}.header-sticky .sticky-logo{display:inline-block;/**
	* If has Page title
	*/}.header-sticky + #cms-page-title-wrapper{padding-top:211px;/**
	* If has not Page title
	*/}.header-sticky + #cms-main{padding-top:111px;}@media (min-width:1201px){.header-sticky .cms-nav-extra.has-extra .cms-header-popup:before{background:#212121;}}.cms-nav-extra{/* Logged in */}.cms-nav-extra .cms-header-popup{height:111px;line-height:111px;}.cms-nav-extra .cms-header-popup > a{margin-right:10px;}.cms-nav-extra .cms-header-popup > a:last-child{margin-right:0;}.cms-nav-extra .cms-header-popup .header-icon{cursor:pointer;display:inline-block;font-size:18px;color:#888;width:44px;height:42px;line-height:42px;text-align:center;border:1px solid #ddd;vertical-align:middle;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-nav-extra .cms-header-popup .header-icon:hover,.cms-nav-extra .cms-header-popup .header-icon:active,.cms-nav-extra .cms-header-popup .header-icon:focus{background:#ddd;}.cms-nav-extra .cms-header-popup .popup{display:none;width:320px;position:absolute;top:100%;z-index:21;padding:10px;background:#fff;line-height:normal;}.cms-nav-extra .cms-header-popup .popup.cms-search .cms-searchform button{line-height:20px;}.cms-nav-extra.has-extra{margin-left:30px;}.logged-in .header-ontop,.logged-in .header-sticky{top:32px;}#cms-navigation-right > div,#cms-navigation-right > .cms-main-navigation.cms-menu-right{float:right;}.cms-main-navigation > ul,.cms-main-navigation ul.sub-menu,.cms-main-navigation ul.children{list-style:none;padding:0;margin:0;/* Level 2+ */}.cms-main-navigation > ul > li,.cms-main-navigation ul.sub-menu > li,.cms-main-navigation ul.children > li,.cms-main-navigation > ul .menu-item,.cms-main-navigation ul.sub-menu .menu-item,.cms-main-navigation ul.children .menu-item,.cms-main-navigation > ul .page_item,.cms-main-navigation ul.sub-menu .page_item,.cms-main-navigation ul.children .page_item{position:relative;display:block;}.cms-main-navigation > ul > li > a,.cms-main-navigation ul.sub-menu > li > a,.cms-main-navigation ul.children > li > a,.cms-main-navigation > ul .menu-item > a,.cms-main-navigation ul.sub-menu .menu-item > a,.cms-main-navigation ul.children .menu-item > a,.cms-main-navigation > ul .page_item > a,.cms-main-navigation ul.sub-menu .page_item > a,.cms-main-navigation ul.children .page_item > a{position:relative;display:block;-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.cms-main-navigation ul.sub-menu,.cms-main-navigation ul.children{position:absolute;left:0;top:200%;z-index:2;visibility:hidden;background-color:#fff;min-width:240px;border:1px solid #efefef;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;opacity:0;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.cms-main-navigation ul.sub-menu .menu-item,.cms-main-navigation ul.children .menu-item,.cms-main-navigation ul.sub-menu .page_item,.cms-main-navigation ul.children .page_item,.cms-main-navigation ul.sub-menu .current_page_item,.cms-main-navigation ul.children .current_page_item{border-bottom:1px solid #dedede;}.cms-main-navigation ul.sub-menu .menu-item:last-child,.cms-main-navigation ul.children .menu-item:last-child,.cms-main-navigation ul.sub-menu .page_item:last-child,.cms-main-navigation ul.children .page_item:last-child,.cms-main-navigation ul.sub-menu .current_page_item:last-child,.cms-main-navigation ul.children .current_page_item:last-child{border-bottom:0;}.cms-main-navigation ul.sub-menu .menu-item > a,.cms-main-navigation ul.children .menu-item > a,.cms-main-navigation ul.sub-menu .page_item > a,.cms-main-navigation ul.children .page_item > a,.cms-main-navigation ul.sub-menu .current_page_item > a,.cms-main-navigation ul.children .current_page_item > a{padding:9px 20px;color:#333;/* Hover State */}.cms-main-navigation ul.sub-menu .menu-item > a .parent-arrow,.cms-main-navigation ul.children .menu-item > a .parent-arrow,.cms-main-navigation ul.sub-menu .page_item > a .parent-arrow,.cms-main-navigation ul.children .page_item > a .parent-arrow,.cms-main-navigation ul.sub-menu .current_page_item > a .parent-arrow,.cms-main-navigation ul.children .current_page_item > a .parent-arrow{float:right;width:15px;height:15px;background:#f1773d;color:#fff;font-size:13px;text-align:center;margin-top:4px;margin-left:10px;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-main-navigation ul.sub-menu .menu-item:hover,.cms-main-navigation ul.children .menu-item:hover,.cms-main-navigation ul.sub-menu .page_item:hover,.cms-main-navigation ul.children .page_item:hover,.cms-main-navigation ul.sub-menu .current_page_item:hover,.cms-main-navigation ul.children .current_page_item:hover{/* Active State */}.cms-main-navigation ul.sub-menu .menu-item:hover > a,.cms-main-navigation ul.children .menu-item:hover > a,.cms-main-navigation ul.sub-menu .page_item:hover > a,.cms-main-navigation ul.children .page_item:hover > a,.cms-main-navigation ul.sub-menu .current_page_item:hover > a,.cms-main-navigation ul.children .current_page_item:hover > a{padding-left:30px;color:#333;/* Show Level 3+ */}.cms-main-navigation ul.sub-menu .menu-item:hover > ul,.cms-main-navigation ul.children .menu-item:hover > ul,.cms-main-navigation ul.sub-menu .page_item:hover > ul,.cms-main-navigation ul.children .page_item:hover > ul,.cms-main-navigation ul.sub-menu .current_page_item:hover > ul,.cms-main-navigation ul.children .current_page_item:hover > ul{left:100%;}.cms-main-navigation ul.sub-menu .menu-item:hover > ul.back,.cms-main-navigation ul.children .menu-item:hover > ul.back,.cms-main-navigation ul.sub-menu .page_item:hover > ul.back,.cms-main-navigation ul.children .page_item:hover > ul.back,.cms-main-navigation ul.sub-menu .current_page_item:hover > ul.back,.cms-main-navigation ul.children .current_page_item:hover > ul.back{right:100%;left:auto;}.cms-main-navigation ul.sub-menu .menu-item.current-menu-item,.cms-main-navigation ul.children .menu-item.current-menu-item,.cms-main-navigation ul.sub-menu .page_item.current-menu-item,.cms-main-navigation ul.children .page_item.current-menu-item,.cms-main-navigation ul.sub-menu .current_page_item.current-menu-item,.cms-main-navigation ul.children .current_page_item.current-menu-item,.cms-main-navigation ul.sub-menu .menu-item.current_page_item,.cms-main-navigation ul.children .menu-item.current_page_item,.cms-main-navigation ul.sub-menu .page_item.current_page_item,.cms-main-navigation ul.children .page_item.current_page_item,.cms-main-navigation ul.sub-menu .current_page_item.current_page_item,.cms-main-navigation ul.children .current_page_item.current_page_item,.cms-main-navigation ul.sub-menu .menu-item.current-menu-ancestor,.cms-main-navigation ul.children .menu-item.current-menu-ancestor,.cms-main-navigation ul.sub-menu .page_item.current-menu-ancestor,.cms-main-navigation ul.children .page_item.current-menu-ancestor,.cms-main-navigation ul.sub-menu .current_page_item.current-menu-ancestor,.cms-main-navigation ul.children .current_page_item.current-menu-ancestor,.cms-main-navigation ul.sub-menu .menu-item.current_page_ancestor,.cms-main-navigation ul.children .menu-item.current_page_ancestor,.cms-main-navigation ul.sub-menu .page_item.current_page_ancestor,.cms-main-navigation ul.children .page_item.current_page_ancestor,.cms-main-navigation ul.sub-menu .current_page_item.current_page_ancestor,.cms-main-navigation ul.children .current_page_item.current_page_ancestor,.cms-main-navigation ul.sub-menu .menu-item:active,.cms-main-navigation ul.children .menu-item:active,.cms-main-navigation ul.sub-menu .page_item:active,.cms-main-navigation ul.children .page_item:active,.cms-main-navigation ul.sub-menu .current_page_item:active,.cms-main-navigation ul.children .current_page_item:active,.cms-main-navigation ul.sub-menu .menu-item:focus,.cms-main-navigation ul.children .menu-item:focus,.cms-main-navigation ul.sub-menu .page_item:focus,.cms-main-navigation ul.children .page_item:focus,.cms-main-navigation ul.sub-menu .current_page_item:focus,.cms-main-navigation ul.children .current_page_item:focus,.cms-main-navigation ul.sub-menu .menu-item.actived,.cms-main-navigation ul.children .menu-item.actived,.cms-main-navigation ul.sub-menu .page_item.actived,.cms-main-navigation ul.children .page_item.actived,.cms-main-navigation ul.sub-menu .current_page_item.actived,.cms-main-navigation ul.children .current_page_item.actived{/* Level 3+ */}.cms-main-navigation ul.sub-menu .menu-item.current-menu-item > a,.cms-main-navigation ul.children .menu-item.current-menu-item > a,.cms-main-navigation ul.sub-menu .page_item.current-menu-item > a,.cms-main-navigation ul.children .page_item.current-menu-item > a,.cms-main-navigation ul.sub-menu .current_page_item.current-menu-item > a,.cms-main-navigation ul.children .current_page_item.current-menu-item > a,.cms-main-navigation ul.sub-menu .menu-item.current_page_item > a,.cms-main-navigation ul.children .menu-item.current_page_item > a,.cms-main-navigation ul.sub-menu .page_item.current_page_item > a,.cms-main-navigation ul.children .page_item.current_page_item > a,.cms-main-navigation ul.sub-menu .current_page_item.current_page_item > a,.cms-main-navigation ul.children .current_page_item.current_page_item > a,.cms-main-navigation ul.sub-menu .menu-item.current-menu-ancestor > a,.cms-main-navigation ul.children .menu-item.current-menu-ancestor > a,.cms-main-navigation ul.sub-menu .page_item.current-menu-ancestor > a,.cms-main-navigation ul.children .page_item.current-menu-ancestor > a,.cms-main-navigation ul.sub-menu .current_page_item.current-menu-ancestor > a,.cms-main-navigation ul.children .current_page_item.current-menu-ancestor > a,.cms-main-navigation ul.sub-menu .menu-item.current_page_ancestor > a,.cms-main-navigation ul.children .menu-item.current_page_ancestor > a,.cms-main-navigation ul.sub-menu .page_item.current_page_ancestor > a,.cms-main-navigation ul.children .page_item.current_page_ancestor > a,.cms-main-navigation ul.sub-menu .current_page_item.current_page_ancestor > a,.cms-main-navigation ul.children .current_page_item.current_page_ancestor > a,.cms-main-navigation ul.sub-menu .menu-item:active > a,.cms-main-navigation ul.children .menu-item:active > a,.cms-main-navigation ul.sub-menu .page_item:active > a,.cms-main-navigation ul.children .page_item:active > a,.cms-main-navigation ul.sub-menu .current_page_item:active > a,.cms-main-navigation ul.children .current_page_item:active > a,.cms-main-navigation ul.sub-menu .menu-item:focus > a,.cms-main-navigation ul.children .menu-item:focus > a,.cms-main-navigation ul.sub-menu .page_item:focus > a,.cms-main-navigation ul.children .page_item:focus > a,.cms-main-navigation ul.sub-menu .current_page_item:focus > a,.cms-main-navigation ul.children .current_page_item:focus > a,.cms-main-navigation ul.sub-menu .menu-item.actived > a,.cms-main-navigation ul.children .menu-item.actived > a,.cms-main-navigation ul.sub-menu .page_item.actived > a,.cms-main-navigation ul.children .page_item.actived > a,.cms-main-navigation ul.sub-menu .current_page_item.actived > a,.cms-main-navigation ul.children .current_page_item.actived > a{color:#f1773d;}.cms-main-navigation ul.sub-menu .menu-item ul,.cms-main-navigation ul.children .menu-item ul,.cms-main-navigation ul.sub-menu .page_item ul,.cms-main-navigation ul.children .page_item ul,.cms-main-navigation ul.sub-menu .current_page_item ul,.cms-main-navigation ul.children .current_page_item ul{top:0 !important;left:calc(100% + 20px);}.cms-main-navigation ul.sub-menu .menu-item ul.back,.cms-main-navigation ul.children .menu-item ul.back,.cms-main-navigation ul.sub-menu .page_item ul.back,.cms-main-navigation ul.children .page_item ul.back,.cms-main-navigation ul.sub-menu .current_page_item ul.back,.cms-main-navigation ul.children .current_page_item ul.back{right:calc(100% + 20px);}div.cms-main-navigation > ul{/* Header Ontop */}div.cms-main-navigation > ul > li,div.cms-main-navigation > ul .menu-item,div.cms-main-navigation > ul .page_item{/* First Level */}div.cms-main-navigation > ul > li:hover > ul,div.cms-main-navigation > ul .menu-item:hover > ul,div.cms-main-navigation > ul .page_item:hover > ul{visibility:visible;top:calc(100% - 5px);filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}div.cms-main-navigation > ul > li,div.cms-main-navigation > ul > .menu-item,div.cms-main-navigation > ul > .page_item{float:left;line-height:111px;}div.cms-main-navigation > ul > li > a,div.cms-main-navigation > ul > .menu-item > a,div.cms-main-navigation > ul > .page_item > a{display:inline;color:#212121;padding:10px 13px;/* Hover State */}div.cms-main-navigation > ul > li > a:before,div.cms-main-navigation > ul > .menu-item > a:before,div.cms-main-navigation > ul > .page_item > a:before{content:"";height:2px;width:0;display:block;background-color:#f1773d;position:absolute;left:0;top:0;-webkit-transition:width 0.3s ease-in-out;-khtml-transition:width 0.3s ease-in-out;-moz-transition:width 0.3s ease-in-out;-ms-transition:width 0.3s ease-in-out;-o-transition:width 0.3s ease-in-out;transition:width 0.3s ease-in-out;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}@media (min-width:1200px){div.cms-main-navigation > ul > li,div.cms-main-navigation > ul > .menu-item,div.cms-main-navigation > ul > .page_item{/* Active State */}div.cms-main-navigation > ul > li:hover > a,div.cms-main-navigation > ul > .menu-item:hover > a,div.cms-main-navigation > ul > .page_item:hover > a{color:#f1773d;}div.cms-main-navigation > ul > li:hover > a:before,div.cms-main-navigation > ul > .menu-item:hover > a:before,div.cms-main-navigation > ul > .page_item:hover > a:before{width:100%;}}div.cms-main-navigation > ul > li.current-menu-item,div.cms-main-navigation > ul > .menu-item.current-menu-item,div.cms-main-navigation > ul > .page_item.current-menu-item,div.cms-main-navigation > ul > li.current_page_item,div.cms-main-navigation > ul > .menu-item.current_page_item,div.cms-main-navigation > ul > .page_item.current_page_item,div.cms-main-navigation > ul > li.current-menu-ancestor,div.cms-main-navigation > ul > .menu-item.current-menu-ancestor,div.cms-main-navigation > ul > .page_item.current-menu-ancestor,div.cms-main-navigation > ul > li.current_page_ancestor,div.cms-main-navigation > ul > .menu-item.current_page_ancestor,div.cms-main-navigation > ul > .page_item.current_page_ancestor,div.cms-main-navigation > ul > li:active,div.cms-main-navigation > ul > .menu-item:active,div.cms-main-navigation > ul > .page_item:active,div.cms-main-navigation > ul > li:focus,div.cms-main-navigation > ul > .menu-item:focus,div.cms-main-navigation > ul > .page_item:focus{/* Last Item */}div.cms-main-navigation > ul > li.current-menu-item > a,div.cms-main-navigation > ul > .menu-item.current-menu-item > a,div.cms-main-navigation > ul > .page_item.current-menu-item > a,div.cms-main-navigation > ul > li.current_page_item > a,div.cms-main-navigation > ul > .menu-item.current_page_item > a,div.cms-main-navigation > ul > .page_item.current_page_item > a,div.cms-main-navigation > ul > li.current-menu-ancestor > a,div.cms-main-navigation > ul > .menu-item.current-menu-ancestor > a,div.cms-main-navigation > ul > .page_item.current-menu-ancestor > a,div.cms-main-navigation > ul > li.current_page_ancestor > a,div.cms-main-navigation > ul > .menu-item.current_page_ancestor > a,div.cms-main-navigation > ul > .page_item.current_page_ancestor > a,div.cms-main-navigation > ul > li:active > a,div.cms-main-navigation > ul > .menu-item:active > a,div.cms-main-navigation > ul > .page_item:active > a,div.cms-main-navigation > ul > li:focus > a,div.cms-main-navigation > ul > .menu-item:focus > a,div.cms-main-navigation > ul > .page_item:focus > a{color:#f1773d;}div.cms-main-navigation > ul > li:last-child,div.cms-main-navigation > ul > .menu-item:last-child,div.cms-main-navigation > ul > .page_item:last-child{margin-right:0;/* Sublevel touched right */}@media (min-width:1200px){div.cms-main-navigation > ul > li > ul.back,div.cms-main-navigation > ul > .menu-item > ul.back,div.cms-main-navigation > ul > .page_item > ul.back{right:0;left:auto;}}.header-ontop .cms-main-navigation > ul > .menu-item,.header-ontop .cms-main-navigation > ul > .page_item{/* Header Sticky */}.header-ontop .cms-main-navigation > ul > .menu-item > a,.header-ontop .cms-main-navigation > ul > .page_item > a{color:#212121;}.header-ontop .cms-main-navigation > ul > .menu-item:hover > a,.header-ontop .cms-main-navigation > ul > .page_item:hover > a{color:#f1773d;}.header-ontop .cms-main-navigation > ul > .menu-item:hover > a:before,.header-ontop .cms-main-navigation > ul > .page_item:hover > a:before{background-color:#f1773d;}.header-ontop .cms-main-navigation > ul > .menu-item.current-menu-item > a,.header-ontop .cms-main-navigation > ul > .page_item.current-menu-item > a,.header-ontop .cms-main-navigation > ul > .menu-item.current_page_item > a,.header-ontop .cms-main-navigation > ul > .page_item.current_page_item > a,.header-ontop .cms-main-navigation > ul > .menu-item.current-menu-ancestor > a,.header-ontop .cms-main-navigation > ul > .page_item.current-menu-ancestor > a,.header-ontop .cms-main-navigation > ul > .menu-item.current_page_ancestor > a,.header-ontop .cms-main-navigation > ul > .page_item.current_page_ancestor > a{color:#f1773d;}.header-sticky .cms-main-navigation > ul > .menu-item,.header-sticky .cms-main-navigation > ul > .page_item{/* Mobile menu */}.header-sticky .cms-main-navigation > ul > .menu-item > a,.header-sticky .cms-main-navigation > ul > .page_item > a{color:#212121;}.header-sticky .cms-main-navigation > ul > .menu-item:hover > a,.header-sticky .cms-main-navigation > ul > .page_item:hover > a{color:#f1773d;}.header-sticky .cms-main-navigation > ul > .menu-item:hover > a:before,.header-sticky .cms-main-navigation > ul > .page_item:hover > a:before{background-color:#f1773d;}.header-sticky .cms-main-navigation > ul > .menu-item.current-menu-item > a,.header-sticky .cms-main-navigation > ul > .page_item.current-menu-item > a,.header-sticky .cms-main-navigation > ul > .menu-item.current_page_item > a,.header-sticky .cms-main-navigation > ul > .page_item.current_page_item > a,.header-sticky .cms-main-navigation > ul > .menu-item.current-menu-ancestor > a,.header-sticky .cms-main-navigation > ul > .page_item.current-menu-ancestor > a,.header-sticky .cms-main-navigation > ul > .menu-item.current_page_ancestor > a,.header-sticky .cms-main-navigation > ul > .page_item.current_page_ancestor > a{color:#f1773d;}@media (min-width:1201px){#cms-menu-mobile{display:none;}}.mobile-nav{float:none !important;clear:both;overflow:hidden;display:none;/* Mega menu */}.mobile-nav.open{display:block;}.mobile-nav .cms-main-navigation > ul > li,.mobile-nav .cms-main-navigation > li{float:none !important;clear:both;}.mobile-nav .cms-main-navigation li{position:relative;margin:0;}.mobile-nav .cms-main-navigation li a{display:block !important;}.mobile-nav .cms-main-navigation li .cms-menu-toggle{position:absolute;top:0;right:0;padding:15px;line-height:normal;text-align:center;z-index:10;/* Has children */}.mobile-nav .cms-main-navigation li .cms-menu-toggle i{width:15px;height:15px;line-height:15px;display:inline-block;text-align:center;background-color:#f1773d;color:#fff;font-size:13px;-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 */}.mobile-nav .cms-main-navigation li.menu-item-has-children,.mobile-nav .cms-main-navigation li.page_item_has_children{/* Current menu */}.mobile-nav .cms-main-navigation li.menu-item-has-children > a,.mobile-nav .cms-main-navigation li.page_item_has_children > a{padding-right:40px;}.mobile-nav .cms-main-navigation li.current-menu-item,.mobile-nav .cms-main-navigation li.current_page_item,.mobile-nav .cms-main-navigation li.current-menu-ancestor,.mobile-nav .cms-main-navigation li.current_page_ancestor{/* Level 2+ */}.mobile-nav .cms-main-navigation li.current-menu-item > a,.mobile-nav .cms-main-navigation li.current_page_item > a,.mobile-nav .cms-main-navigation li.current-menu-ancestor > a,.mobile-nav .cms-main-navigation li.current_page_ancestor > a{color:#f1773d;}.mobile-nav .cms-main-navigation li ul{position:relative;border:none;max-height:0;margin:0;padding:0;left:0 !important;right:auto !important;/* Show top line when *//* &:hover,
      &:active,
      &:focus{
        > a:before{
          width: 100%;
        }
      } */}.mobile-nav .cms-main-navigation li ul:not(.submenu-open){display:block;overflow-y:hidden;visibility:hidden;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;opacity:0;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.mobile-nav .cms-main-navigation li ul.submenu-open{max-height:10000px;visibility:visible;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.mobile-nav .cms-main-navigation li ul ul{padding-left:15px;}.cms-mega-menu{/* Mega Menu */}.cms-mega-menu .menu-title{line-height:normal;display:inline-block;}.cms-mega-menu .title-attribute{font-size:80%;font-style:italic;text-transform:none;display:block;padding-top:5px;font-weight:400;}li.has_full_width{position:static !important;}.multicolumn{min-width:auto;/* Drop to right */}.multicolumn > li{float:left;}.multicolumn.columns2 > li{width:50%;}.multicolumn.columns3 > li{width:33.333%;}.multicolumn.columns4 > li{width:25%;}.multicolumn.columns5{/* Dropdown Postision */}.multicolumn.columns5 > li{width:20%;}@media (min-width:1200px){.multicolumn.drop_to_right{right:0;left:auto !important;/* Drop to center */}.multicolumn.drop_to_center{left:50% !important;-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 */}}@media (max-width:767px){.multicolumn.columns4 > li,.multicolumn.columns5 > li{width:50%;}}@media (max-width:479px){.multicolumn.columns2 > li,.multicolumn.columns3 > li,.multicolumn.columns4 > li,.multicolumn.columns5 > li{width:100%;}}#cms-page-title-wrapper{position:relative;}#cms-page-title-wrapper:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";display:block;}#cms-page-title-wrapper.layout1 #cms-breadcrumb{margin-top:26px;}#cms-page-title-wrapper.layout2 #cms-page-title{margin-top:25px;}#cms-page-title h2{padding:0;margin:0;}#cms-page-title .cms-page-subtitle{margin-top:26px;margin-bottom:4px;}#cms-breadcrumb{position:relative;}#cms-breadcrumb ul.breadcrumbs{list-style:none;}#cms-breadcrumb ul.breadcrumbs li{display:inline-block;vertical-align:top;position:relative;}#cms-breadcrumb ul.breadcrumbs li:after{font-family:'FontAwesome';content:"\f105";padding:0 10px;}#cms-breadcrumb ul.breadcrumbs li:last-child:after{display:none;}#cms-breadcrumb.cms-breadcrumb{display:table;}#cms-breadcrumb.cms-breadcrumb ul.breadcrumbs{display:table-cell;vertical-align:middle;}.entry-media img{width:100%;}.entry-header{margin-bottom:3px;/* Entry Title */}.entry-header .entry-title{margin-top:12px;margin-bottom:9px;}.entry-title{margin:0 0 15px 0;padding:0;letter-spacing:-0.03em;/* Entry Meta */}.entry-meta{list-style:none;padding:0;margin:0;color:#212121;font-size:12px;/* Entry Share */}.entry-meta li{display:inline-block;}.entry-meta li a{color:#212121;}.entry-meta li a:hover{color:#cb5720;}.entry-meta li img{border:1px solid #eee;margin-right:5px;}.entry-meta li:after{content:'|';font-style:italic;color:#dadada;font-size:16px;margin:0 8px;}.entry-meta li:last-child{margin-right:0;/* Hover */}.entry-meta li:last-child:after{display:none;}.entry-meta li:hover{color:#cb5720;}.entry-meta:empty{display:none;}.entry-socials-share-list{list-style:none;padding:0;margin:0;/* Entry Content */}.entry-socials-share-list li{float:left;margin-right:20px;}.entry-socials-share-list li:last-child{margin-right:0;}.entry-socials-share-list li i{font-size:24px;color:#d6d6d6;}.entry-socials-share-list li:hover i{color:#cb5720;}.entry-content{/* List Style */margin-bottom:30px;/* Entry Footer */}.entry-content > ul,.entry-content > ol,.entry-content > dl{margin-left:30px;/* password form */}.entry-content .post-password-form{margin-bottom:30px;}.entry-content div,.entry-content [id*="attachment_"],.entry-content [id^="attachment_"]{max-width:100%;}.entry-content .page-links{margin-top:30px;}.entry-footer{/* Entry Author */}.entry-footer .tags{margin-top:30px;}.entry-footer .tags a{display:inline-block;margin:0 4px 4px 0;padding:5px 10px;border-radius:3px;font-size:13px;}.entry-author{padding-top:10px;}.entry-author > div{padding-left:100px;font-size:12px;}.entry-author > div p{padding:5px 0;font-size:14px;line-height:26px;margin-bottom:0;}.entry-author h5{margin:0 0 10px 0;font-size:16px;line-height:1.1;}.entry-author .authorlink{display:block;color:#999;font-style:italic;margin-bottom:5px;line-height:1;}.entry-author .cms-social.colored a{margin-bottom:0;}.entry-readmore{display:inline-block;font-weight:700;}.entry-readmore:hover{text-decoration:underline;}.bypostauthor{/* Sticky Post */}.sticky{background:transparent;/* Blog style */}.entry-blog{margin-bottom:30px;padding-bottom:30px;border-bottom:1px dashed #ededed;/* Single */}.entry-blog > div > div + div{padding-top:25px;}.single .entry-media,.page-template-default .entry-media{margin-bottom:25px;}.single .entry-header,.page-template-default .entry-header{margin-bottom:15px;}.single .entry-footer,.page-template-default .entry-footer{margin-bottom:10px;/* Single Portfolio */}.single.single-cms_portfolio #cms-main,.page-template-default.single-cms_portfolio #cms-main{background:#fff;padding-bottom:0;}.single.single-cms_portfolio .entry-media,.page-template-default.single-cms_portfolio .entry-media,.single.single-cms_portfolio .entry-content,.page-template-default.single-cms_portfolio .entry-content{margin-bottom:40px;}.single.single-cms_portfolio .cms-heading,.page-template-default.single-cms_portfolio .cms-heading{text-transform:uppercase;margin-bottom:20px;}.single.single-cms_portfolio .cms-list-arrow,.page-template-default.single-cms_portfolio .cms-list-arrow{margin-top:20px;margin-left:0;}.single.single-cms_portfolio .cms-list-arrow > div,.page-template-default.single-cms_portfolio .cms-list-arrow > div{margin-top:24px;}.single.single-cms_portfolio #comments,.page-template-default.single-cms_portfolio #comments{margin-top:90px;}@media (max-width:991px){.single.single-cms_portfolio .vc_row.vc_custom_1468036087001 .vc_column-inner,.page-template-default.single-cms_portfolio .vc_row.vc_custom_1468036087001 .vc_column-inner,.single.single-cms_portfolio .vc_row.vc_custom_1469177374989 .vc_column-inner,.page-template-default.single-cms_portfolio .vc_row.vc_custom_1469177374989 .vc_column-inner{border:none !important;}}.single.single-cms_portfolio .porfolio-features,.page-template-default.single-cms_portfolio .porfolio-features{padding-bottom:60px;}.post-password-form input[type="password"]{margin-bottom:15px;/* Archive */}.tax-member_cat{/* Search / Search result page */}.tax-member_cat .entry-blog{margin-bottom:40px;}@media (min-width:992px){.tax-member_cat .entry-blog .entry-media{margin-bottom:0;}}.search,.search-results{/* Page Template */}.search #cms-main,.search-results #cms-main{margin-top:96px;}.search .search-header,.search-results .search-header{padding:0 0 50px 0;margin:0 0 40px 0;border-bottom:1px solid #ccc;}.search .search-header h1,.search-results .search-header h1{font-size:48px;letter-spacing:4.8px;padding:0;margin:0 0 20px;}.search .search-header p,.search-results .search-header p{margin-bottom:32px;}.search .entry-search.entry-blog,.search-results .entry-search.entry-blog{padding:0 0 42px 0;margin:0 0 42px 0;border-bottom:1px solid #ccc;}.search .entry-search.entry-blog .entry-header,.search-results .entry-search.entry-blog .entry-header{margin-bottom:18px;}.search .entry-search.entry-blog .entry-header .entry-title,.search-results .entry-search.entry-blog .entry-header .entry-title{margin-bottom:6px;}.search .entry-search.entry-blog .entry-content,.search-results .entry-search.entry-blog .entry-content{margin-bottom:22px;}.search .entry-search.entry-blog .entry-readmore,.search-results .entry-search.entry-blog .entry-readmore{padding:0;background:transparent;color:#cb5720;min-width:inherit;}.page-template-blog-no-sidebar .cms-grid-wraper .cms-grid-masonry .cms-grid-item .entry-blog{margin-bottom:115px;}#comments .comment-reply-title{font-size:15px;font-weight:400;line-height:1;text-transform:uppercase;padding:0;margin:0;}#comments .comment-reply-title:after{content:"";display:block;clear:both;border:1px dashed #f1773d;width:60px;margin:20px 0 50px;}#respond{margin-top:60px;padding-top:30px;border-top:1px dashed #ededed;padding-bottom:30px;margin-bottom:30px;border-bottom:1px dashed #ededed;}#respond #reply-title{margin-bottom:45px;}#respond .comment-form-comment{margin-bottom:12px;}#respond .form-submit{margin-top:15px;}#respond .form-submit #submit{height:34px;line-height:22px;width:auto;padding:0 15px;}.comment-list{list-style:none;/* Pagination */}.comment-list .comment{background-color:#fff;border:1px dashed #ededed;margin-bottom:30px;padding:20px;-webkit-transition:all 0.7s ease-in-out;-khtml-transition:all 0.7s ease-in-out;-moz-transition:all 0.7s ease-in-out;-ms-transition:all 0.7s ease-in-out;-o-transition:all 0.7s ease-in-out;transition:all 0.7s ease-in-out;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.comment-list .comment .comment-wrap{padding-left:100px;/* First reply */}.comment-list .comment > .children{margin:25px 0 0 0;list-style:none;}.comment-list .comment .entry-content{margin-bottom:2px;}.comment-list .comment:last-child{margin-bottom:0;}@media (max-width:480px){.comment-list .comment .author-avatar{float:none !important;text-align:center;margin-bottom:15px;}.comment-list .comment .comment-wrap{padding-left:0;}}.comment-list .comment-header{margin-bottom:4px;}.comment-list .comment-header .author-name{color:#212121;font-weight:700;text-transform:capitalize;}.comment-list .comment-header .author-name + a{color:#777;margin-left:10px;font-style:italic;font-size:12px;}.comment-list .comment-header .author-name + a:hover{color:#f1773d;}.comment-list .comment-reply-link,.comment-list .comment-edit-link{margin-top:10px;font-size:11px;padding:4px 10px;line-height:1.5;}.comment-list .comment-reply-link{margin-right:35px;}.cms-comment-pagination{margin-top:30px;}.wp-caption{background:transparent;}.wp-caption-text{font-style:italic;}.gallery-caption{font-style:italic;}.screen-reader-text{/* AlignMent */}.alignleft{float:left;margin:10px 20px 10px 0;max-width:100%;}.alignright{float:right;margin:10px 0 10px 20px;max-width:100%;}.aligncenter{margin:0 auto 15px;max-width:100%;/* Image alignment */}img{max-width:100%;height:auto;}.carousel .carousel-control{height:84px;line-height:78px;text-align:center;background:rgba(255, 255, 255, 0.8);filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */top:50%;width:100%;position:absolute;-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 *//* Horizontal Align */width:84px;text-shadow:none;font-size:60px;color:#f1773d;}.carousel .carousel-control:hover{background:rgba(203, 87, 32, 0.8);color:#fff;}.carousel .open-gal{position:absolute;right:20px;bottom:20px;}.carousel img{width:100%;}.owl-carousel .owl-controls .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}.owl-carousel .owl-controls .owl-nav [class*='owl-']{color:#fff;margin:5px;padding:0;width:33px;height:33px;font-size:21px;line-height:30px;text-align:center;background:#103754;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.owl-carousel .owl-controls .owl-nav [class*='owl-']:hover{background-color:#f1773d;}.owl-carousel .owl-controls .owl-dots{text-align:center;}.owl-carousel .owl-controls .owl-dots .owl-dot{width:10px;height:10px;display:inline-block;margin-right:10px;background-color:#ccc;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.owl-carousel .owl-controls .owl-dots .owl-dot:last-child{margin-right:0;}.owl-carousel .owl-controls .owl-dots .owl-dot.active{background-color:#f1773d;}.owl-carousel.portfolio .owl-nav [class*='owl-']{background:#f3ad1d;height:80px;line-height:80px;margin:0;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */top:50%;width:80px;position:absolute;-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 *//* Horizontal Align */}.owl-carousel.portfolio .owl-nav [class*='owl-']:hover{background-color:#212121;}.owl-carousel.portfolio .owl-prev{left:-15px !important;}.owl-carousel.portfolio .owl-next{right:-15px !important;}.owl-carousel.portfolio .overlay{bottom:-1px;}iframe,video,audio{max-width:100%;}#clouds path{fill:#59b3c5;bottom:-10px;}.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-container .mejs-controls{background:#455a64 !important;}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#f1773d !important;}.btn,.btn-default,button,.button{display:inline-block;padding:5px 10px;color:#fff;font-weight:700;background-color:#212121;text-align:center;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS *//* Primary Button */}.btn:hover,.btn-default:hover,button:hover,.button:hover,.btn:active,.btn-default:active,button:active,.button:active,.btn:focus,.btn-default:focus,button:focus,.button:focus{color:#fff;background-color:#f1773d;}.btn-primary,input[type="submit"],.comment-reply-link,.comment-edit-link{display:inline-block;color:#fff;font-weight:700;background-color:#f1773d;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.btn-primary:hover,input[type="submit"]:hover,.comment-reply-link:hover,.comment-edit-link:hover,.btn-primary:active,input[type="submit"]:active,.comment-reply-link:active,.comment-edit-link:active,.btn-primary:focus,input[type="submit"]:focus,.comment-reply-link:focus,.comment-edit-link:focus{color:#fff;background-color:#cb5720;}.btn-primary,input[type="submit"]{padding:10px 15px;}.btn-lg{height:62px;font-size:2.1rem;line-height:28px;padding:17px;min-width:390px;-webkit-border-radius:40px;-khtml-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;border-radius:40px;/* BACKGROUND GRADIENT */}.btn-md{padding-top:5px;padding-bottom:5px;}.btn-sm{padding-top:0;padding-bottom:0;}.btn-block{display:block;text-align:center;padding:0 30px;line-height:60px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;/* Button icon */}.btn > i,.btn-primary > i{font-size:30px;margin-right:20px;-webkit-transform:translateY(4px);-khtml-transform:translateY(4px);-moz-transform:translateY(4px);-ms-transform:translateY(4px);-o-transform:translateY(4px);transform:translateY(4px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.btn.icon-right > i,.btn-primary.icon-right > i{margin-right:0;margin-left:20px;}.btn-header{padding:0 22px;height:42px;line-height:39px;display:inline-block;text-transform:uppercase;border:1px solid #f1773d;background-color:#f1773d;color:#fff;font-weight:700;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.btn-header:hover,.btn-header:active,.btn-header:focus{background-color:#fff;color:#f1773d;}.btn-header:hover i,.btn-header:active i,.btn-header:focus i{border-color:#f1773d;}.btn-header i{margin-right:5px;padding-right:5px;border-right:1px solid #fff;vertical-align:unset;}@media (max-width:479px){.btn-lg{height:42px;font-size:1.4rem;line-height:22px;padding:10px 30px;min-width:inherit;}}input{width:100%;padding:10px 16px;line-height:20px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;-webkit-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;/* BACKGROUND GRADIENT */-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-khtml-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-ms-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-o-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);/* BACKGROUND GRADIENT */-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-khtml-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-moz-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-ms-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}input[type="text"],input[type="email"],input[type="password"],input[type="phone"],input[type="tel"]{width:100%;max-width:100%;}input:hover,input:active,input:focus{border-color:#f1773d;}select,textarea{width:100%;max-width:100%;border:1px solid #ccc;padding:6px 12px;-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 */}select{height:50px;}textarea{vertical-align:top;color:#555;}label{line-height:20px;}*{outline:none;}*:hover,*:active,*:focus{outline:none;}.accent-color{color:#cb5720;}.accent-bg{background-color:#cb5720;color:#fff;}.regular-bg{background-color:#f1773d;color:#fff;}.available{color:#7db701;}.unavailable{color:red;/* HTML tag and Formating *//* Heading */}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:15px 0;font-family:"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:#212121;}h1:hover,.h1:hover,h2:hover,.h2:hover,h3:hover,.h3:hover,h4:hover,.h4:hover,h5:hover,.h5:hover,h6:hover,.h6:hover,h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover,h1:active,.h1:active,h2:active,.h2:active,h3:active,.h3:active,h4:active,.h4:active,h5:active,.h5:active,h6:active,.h6:active,h1 a:active,.h1 a:active,h2 a:active,.h2 a:active,h3 a:active,.h3 a:active,h4 a:active,.h4 a:active,h5 a:active,.h5 a:active,h6 a:active,.h6 a:active,h1:focus,.h1:focus,h2:focus,.h2:focus,h3:focus,.h3:focus,h4:focus,.h4:focus,h5:focus,.h5:focus,h6:focus,.h6:focus,h1 a:focus,.h1 a:focus,h2 a:focus,.h2 a:focus,h3 a:focus,.h3 a:focus,h4 a:focus,.h4 a:focus,h5 a:focus,.h5 a:focus,h6 a:focus,.h6 a:focus{color:#cb5720;}h1,.h1{font-size:36px;line-height:46px;}h2,.h2{font-size:30px;line-height:40px;}h3,.h3{font-size:23px;line-height:30px;}h4,.h4{font-size:20px;line-height:30px;}h5,.h5{font-size:18px;line-height:28px;}h6,.h6{font-size:16px;line-height:26px;/* link */}a{color:#212121;text-decoration:none;outline:none;-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS *//* Table */}a:hover,a:focus{color:#cb5720;text-decoration:none;outline:none;}a:active,a.actived,a.current{color:#cb5720;text-decoration:none;outline:none;}table,.table{width:100%;/* List */}table thead,.table thead{text-transform:uppercase;color:#f1773d;font-weight:700;}table thead th,.table thead th{border-top:5px solid #f1773d;}table thead th:nth-child(2),.table thead th:nth-child(2){border-top-color:#0c9;}table thead th:nth-child(3),.table thead th:nth-child(3){border-top-color:#f69;}table thead th:nth-child(4),.table thead th:nth-child(4){border-top-color:#06c;}table th,.table th{padding:10px 5px;text-align:left;font-weight:700;border-bottom:1px solid #ccc;}@media (max-width:991px){table th,.table th{padding:15px 5px;}}table th:nth-child(2),.table th:nth-child(2){border-top-color:#0c9;}table th:nth-child(3),.table th:nth-child(3){border-top-color:#f69;}table th:nth-child(4),.table th:nth-child(4){border-top-color:#06c;}table td,.table td{padding:5px;border-bottom:1px solid #ccc;}@media (max-width:991px){table td,.table td{padding:15px 5px;}}@media (max-width:767px){table.cms-table-responsive tr,.table.cms-table-responsive tr{border:1px solid #ccc;border-top:5px solid #f1773d;display:block;-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 */}table.cms-table-responsive tr + tr,.table.cms-table-responsive tr + tr{margin-top:30px;}table.cms-table-responsive td,.table.cms-table-responsive td{display:block;}table.cms-table-responsive td:before,.table.cms-table-responsive td:before{content:attr(data-title) ":";display:inline-block;font-weight:700;min-width:25%;text-transform:uppercase;color:#f1773d;font-weight:900;padding-right:20px;}table.cms-table-responsive td:last-child,.table.cms-table-responsive td:last-child{border-bottom:none;}}@media (max-width:480px){table.cms-table-responsive td:before,.table.cms-table-responsive td:before{display:block;width:100%;}}table.contact-info td,.table.contact-info td{border-bottom:none;padding:0 0 14px 0;vertical-align:top;}table.contact-info td strong,.table.contact-info td strong{color:#f1773d;font-weight:900;}@media (max-width:991px){table.contact-info td,.table.contact-info td{padding:5px;}}ul,ol{padding:0;margin:0;list-style-position:inside;}ul ul,ol ul,ul ol,ol ol{margin-left:15px;/* Arrow List */}ul.cms-list-arrow li,ol.cms-list-arrow li{margin-bottom:10px;list-style:none;}ul.cms-list-arrow li:before,ol.cms-list-arrow li:before{content:"\f178";font-family:"FontAwesome";font-size:16px;left:0;color:#f1773d;position:relative;top:2px;padding-right:10px;}.contact li{list-style:none;font-size:14px;margin-bottom:10px;/* Definition Lists */}.contact li a{text-transform:uppercase;}.contact li i{width:25px;height:20px;line-height:20px;display:inline-block;border-right:1px solid rgba(255, 255, 255, 0.5);margin-right:8px;}dl{margin:0;/* p */}dl dt{font-weight:700;font-size:125%;}dl dd{padding:0;margin:0;}dl dd + dt{margin-top:20px;}p{margin:0 0 10px 0;/* Blockquote */}p:last-child{margin-bottom:0;}blockquote,.blockquote{background-color:#f9f9f9;border:0 none;margin:20px auto !important;padding:30px 40px !important;/* Small */}blockquote cite,.blockquote cite{display:block;color:#777;/* Layout 2*/}blockquote cite:before,.blockquote cite:before{content:'\2014 \00A0';}blockquote.layout2,.blockquote.layout2,blockquote.style2,.blockquote.style2{padding:40px;text-align:center;margin:0;letter-spacing:1.4px;}blockquote.layout2:before,.blockquote.layout2:before,blockquote.style2:before,.blockquote.style2:before{font-family:'FontAwesome';content:"\f10d";font-size:25px;width:84px;height:84px;line-height:84px;background:#cb5720;color:#fff;text-align:center;font-style:normal;margin:0 auto 35px;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}blockquote.layout2 cite h6,.blockquote.layout2 cite h6,blockquote.style2 cite h6,.blockquote.style2 cite h6{margin-bottom:0;}small,.small{font-style:italic;font-size:12px;color:#999;/* Mark */}mark,.mark{background-color:#fcf8e3;/* Text Alignment */}.content-align-left,.text-left{text-align:left;}.content-align-center,.text-center{text-align:center;}.content-align-right,.text-right{text-align:right;/* loop-pagination */}.loop-pagination{margin-top:20px;margin-bottom:25px;}.loop-pagination .page-numbers{background-color:#fff;width:40px;height:40px;line-height:41px;text-align:center;display:inline-block;margin-right:5px;font-size:15px;position:relative;font-weight:700;-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 */}.loop-pagination .page-numbers:last-child{margin-right:0;}.loop-pagination .page-numbers:hover{background:#f1773d;color:#fff;}.loop-pagination .page-numbers.dots{background:transparent;color:#999;min-width:inherit;}@media (max-width:480px){.loop-pagination .page-numbers{margin-right:10px;margin-bottom:10px;}}.loop-pagination span.page-numbers{background:#f1773d;color:#fff;}.paging-dots{/* post-navigation */}.paging-dots .paging-navigation{margin-top:30px !important;}.paging-dots .loop-pagination .page-numbers{min-width:inherit;width:10px;height:10px;font-size:0;background:#ccc;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */margin-right:6px;}.paging-dots .loop-pagination .page-numbers.next,.paging-dots .loop-pagination .page-numbers.prev{display:none;}.paging-dots .loop-pagination span.page-numbers:not(.dots){background:#cb5720;}.post-navigation{display:block;margin-bottom:30px;padding-bottom:20px;border-bottom:1px dashed #ededed;/* portfolio navigation */}.post-navigation a{margin-bottom:10px;display:block;overflow:hidden;}.post-navigation a img{max-width:80px;margin-top:0;}.post-navigation a small{display:block;margin-top:5px;}.portfolio-navigation{padding:30px 30px 20px;margin-bottom:90px;background-color:#f8f9fb;border:none;/* page-links */}.portfolio-navigation a{display:inline-block;font-size:12px;border:1px dashed #ededed;padding:10px;background-color:transparent;color:#212121;letter-spacing:1px;font-weight:700;}.portfolio-navigation a i{background-color:#f1773d;color:#fff;display:inline-block;height:30px;line-height:30px;text-align:center;width:30px;margin:0 10px;-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 */}.portfolio-navigation a:hover{border-color:#f1773d;color:#f1773d;}.page-links span:not(.page-links-title),.page-links a{width:30px;height:30px;line-height:30px;color:#fff;display:inline-block;text-align:center;}.page-links span:not(.page-links-title):hover,.page-links a:hover{background:#cb5720;}.page-links a{background:#999;}.page-links > span:not(.page-links-title){background:#cb5720;}.circle,.img-circle{-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.circle img,.img-circle img,.circle:after,.img-circle:after{-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.rounded,.rounded3{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}#cms-bottom .wg-title{padding:0 0 6px;margin:0;}#cms-bottom .btn-primary{padding:15px 30px;border-radius:30px;font-size:15px;margin-top:20px;border:0 !important;line-height:16px;}#cms-bottom .btn-primary + .btn-primary{margin-left:20px;}@media (max-width:360px){#cms-bottom .btn-primary + .btn-primary{margin-left:0;}}#cms-footer{/* Footer Top */}#cms-footer.remove-margin-top{margin-top:0;}#cms-footer ul.menu li.home-icon a:before{content:"\f015";font-family:'FontAwesome';margin-right:5px;}#cms-footer-top{background-color:#002340;padding:90px 0;color:rgba(255, 255, 255, 0.5);/* Footer Bottom */}#cms-footer-top .widget + .widget{margin-top:20px;}#cms-footer-top .wg-title{margin-bottom:10px;font-size:15px;font-weight:400;line-height:1;text-transform:uppercase;padding:0;}#cms-footer-top .wg-title:after{content:"";display:block;border:1px dashed #f1773d;width:60px;margin:20px 0;}#cms-footer-top p{margin-bottom:20px;/* Custom HTML */}#cms-footer-top form{/* Custom widget */}#cms-footer-top form input:not([type='submit']){border-color:transparent;box-shadow:none !important;background-color:#0d2744;color:rgba(255, 255, 255, 0.5);margin-bottom:10px;}#cms-footer-top form input:not([type='submit']):hover,#cms-footer-top form input:not([type='submit']):active,#cms-footer-top form input:not([type='submit']):focus{border-color:#f1773d;}#cms-footer-top form p{margin-bottom:10px;}#cms-footer-top .newsletter-widget input.newsletter-submit{height:40px;line-height:20px;}#cms-footer-bottom{background:#001a37;color:rgba(255, 255, 255, 0.5);padding:20px 0;}@media (max-width:991px){#cms-footer-bottom aside{margin-bottom:30px;}#cms-footer-bottom aside:last-child{margin-bottom:0;}}#cms-footer-bottom .widget_nav_menu{margin-top:20px;}#cms-footer-bottom .widget_nav_menu ul li{display:inline-block;margin:0 10px 0 0;text-transform:uppercase;}#cms-footer-bottom .widget_nav_menu ul li:before{display:none;}#cms-footer-bottom .widget_nav_menu ul li:last-child{margin-right:0;}#cms-footer-bottom a{color:rgba(255, 255, 255, .5);}#cms-footer-bottom a:hover,#cms-footer-bottom a:active,#cms-footer-bottom a:focus{color:#f1773d;}.cms-grid-filter{margin-bottom:30px;/* CMS Grid */}.cms-grid-filter ul{padding:0;margin:0 -2.5px;list-style:none;}.cms-grid-filter ul li{display:inline-block;vertical-align:top;padding:0 2.5px;margin:0 0 15px;}.cms-grid-filter ul li a{font-size:12px;border:1px dashed #ededed;padding:6px 10px;background-color:#fff;color:#212121;letter-spacing:1px;font-weight:bold;text-transform:uppercase;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-grid-filter ul li a.active,.cms-grid-filter ul li a:hover{color:#f1773d;border-color:#f1773d;}.cms-grid-filter.layout4{margin-bottom:53px;}.cms-grid-filter.layout4 li a{font-size:18px;letter-spacing:1.8px;}.cms-grid-item{margin-bottom:40px;position:relative;}.cms-grid-item .cms-grid-media{overflow:hidden;position:relative;}.cms-grid-item .cms-grid-media img{width:100%;}.cms-grid-item .entry-title{padding:15px 0 10px;margin:0;/* Layout 2 */}.cms-grid-item.layout2{margin-bottom:30px;/* Layout 3 */}.cms-grid-item.layout2 .cms-grid-media .icon-readmore{background-color:transparent;border:1px dashed #fff;color:#fff;display:inline-block;font-size:18px;height:41px;line-height:41px;text-align:center;width:41px;position:absolute;bottom:10px;right:10px;}.cms-grid-item.layout2 .cms-grid-content{padding:13px 20px 25px;border-bottom:1px dashed #ededed;border-left:1px dashed #ededed;border-right:1px dashed #ededed;background-color:#fff;}.cms-grid-item.layout2 .cms-grid-content .entry-title{padding-bottom:4px;padding-top:12px;letter-spacing:0;}.cms-grid-item.layout2 .cms-grid-content .entry-subtitle{margin-bottom:5px;color:#c3c4c6;}.cms-grid-item.layout2:hover .cms-grid-content{border-color:#71ba51;}.cms-grid-item.layout3{margin-bottom:25px;}.cms-grid-item.layout3 .cms-grid-title-wrap{padding-bottom:15px;}.cms-grid-item.layout3 .entry-title{padding-bottom:0;margin-bottom:-3px;font-weight:400;}.cms-grid-item.layout3 .entry-title + div{font-size:13px;}.cms-grid-item.layout3 .cms-grid-content{background-color:#f8f9fb;padding:0 20px;position:relative;border-bottom:5px solid rgba(0, 0, 0, 0.04);}@media (min-width:1600px){.cms-grid-item.col-lg-6:nth-child(2n+1),.cms-grid-item.col-lg-4:nth-child(3n+1),.cms-grid-item.col-lg-3:nth-child(4n+1),.cms-grid-item.col-lg-2:nth-child(6n+1){clear:left;}}@media (min-width:992px) and (max-width:1200px){.cms-grid-item.col-md-6:nth-child(2n+1),.cms-grid-item.col-md-4:nth-child(3n+1),.cms-grid-item.col-md-3:nth-child(4n+1),.cms-grid-item.col-md-2:nth-child(6n+1){clear:left;}}@media (min-width:768px) and (max-width:991px){.cms-grid-item.col-sm-6:nth-child(2n+1),.cms-grid-item.col-sm-4:nth-child(3n+1),.cms-grid-item.col-sm-3:nth-child(4n+1),.cms-grid-item.col-sm-2:nth-child(6n+1){clear:left;}}.cms-grid + .paging-navigation{text-align:center;/* CMS Carousel */}.cms-grid + .paging-navigation .loop-pagination{margin-top:0;}.cms-carousel{/* CMS Single FancyBox */}.cms-carousel .cms-carousel-item{background:#103754;/* TEAM Layout */}.cms-carousel .cms-carousel-item .entry-media{margin:0;}.cms-carousel .cms-carousel-item .entry-content{padding:16px 20px 20px;margin:0;color:#cef5ff;font-size:13px;text-transform:uppercase;/* Hover */}.cms-carousel .cms-carousel-item .entry-content .entry-title,.cms-carousel .cms-carousel-item .entry-content .entry-title a{color:#fff;text-transform:uppercase;font-size:16px;padding:0;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:400;letter-spacing:normal;}.cms-carousel .cms-carousel-item .entry-content .entry-title:hover,.cms-carousel .cms-carousel-item .entry-content .entry-title a:hover{color:#f1773d;}.cms-carousel .cms-carousel-item .entry-content .entry-subtitle{margin-top:-5px;}.cms-carousel .cms-carousel-item:hover{background-color:#154365;}.cms-carousel.team .entry-media{padding:20px 20px 0 20px;}.cms-carousel.team .entry-media img{display:inline-block;width:auto;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.cms-carousel.team .entry-content{padding-top:11px;}.cms-carousel.team .entry-content .entry-title,.cms-carousel.team .entry-content .entry-title a{text-transform:none;font-weight:400;}.cms-carousel.team .entry-content .entry-subtitle{margin-top:-7px;font-size:12px;}.cms-carousel.team .entry-content .cms-social{margin:5px 0 0;}.cms-single-fancybox{/* CMS Typed */}.cms-single-fancybox .cms-single-fancybox-media{text-align:center;position:relative;display:inline-block;}.cms-single-fancybox .cms-single-fancybox-media .cms-single-fancybox-icon{top:50%;left:50%;position:absolute;-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 *//* Heading Border style */font-size:33px;z-index:2;}.cms-single-fancybox .cms-single-fancybox-media.size-90{width:90px;height:90px;border:none;}@media (max-width:1199px){.cms-single-fancybox .cms-single-fancybox-media.size-90{width:60px;height:60px;}}.cms-single-fancybox .cms-single-fancybox-media.size-140{width:141px;height:141px;border:7px solid #fff;}.cms-single-fancybox .cms-single-fancybox-media.size-140.pull-left + .cms-single-fancybox-content{padding-left:40px;}.cms-single-fancybox .cms-single-fancybox-media.size-140.pull-right + .cms-single-fancybox-content{padding-right:40px;}@media (max-width:991px){.cms-single-fancybox .cms-single-fancybox-media.size-140{text-align:center;display:block;margin-left:auto;margin-right:auto;margin-bottom:20px;}.cms-single-fancybox .cms-single-fancybox-media.size-140.pull-left,.cms-single-fancybox .cms-single-fancybox-media.size-140.pull-right{float:none !important;}.cms-single-fancybox .cms-single-fancybox-media.size-140.pull-left + .cms-single-fancybox-content,.cms-single-fancybox .cms-single-fancybox-media.size-140.pull-right + .cms-single-fancybox-content{padding-left:0;padding-right:0;text-align:center;}}.cms-single-fancybox .cms-single-fancybox-media.icon-type3:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";display:block;background-color:rgba(33, 33, 33, 0.5);}.cms-single-fancybox .cms-single-fancybox-media.pull-left + .cms-single-fancybox-content{padding-left:20px;}.cms-single-fancybox .cms-single-fancybox-media.pull-right + .cms-single-fancybox-content{padding-right:20px;}.cms-single-fancybox .cms-single-fancybox-media.pull-none + .cms-single-fancybox-content{padding-top:20px;}.cms-single-fancybox .cms-single-fancybox-content{overflow:hidden;}.cms-single-fancybox .entry-title{font-size:16px;margin:0 0 5px 0;}.cms-single-fancybox .sub-title{font-size:14px;color:#c3c4c6;margin:0 0 5px 0;}.cms-single-fancybox .cms-single-fancybox-heading.has-sub-title .entry-title{font-size:18px;}.cms-single-fancybox .cms-single-fancybox-heading.heading2:after{content:"";display:block;clear:both;width:60px;border:1px dashed #f1773d;margin-top:20px;margin-bottom:20px;margin-top:9px;margin-bottom:10px;display:inline-block;}.cms-single-fancybox .description{margin-bottom:10px;clear:both;}.cms-single-fancybox.layout1 .cms-single-fancybox-media{-webkit-transform:translateY(7px);-khtml-transform:translateY(7px);-moz-transform:translateY(7px);-ms-transform:translateY(7px);-o-transform:translateY(7px);transform:translateY(7px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}@media (min-width:992px){.cms-single-fancybox.service-box .cms-single-fancybox-content{margin-top:44px;}}.cms-typed-wrap{text-transform:uppercase;color:rgba(255, 255, 255, 0.5);font-size:21px;line-height:1.1;margin:0 0 15px;/* CMS Infos */}@media (max-width:479px){.cms-typed-wrap{font-size:13px;}}.cms-tags-wrap{/* CMS SVG */}.cms-tags-wrap .cms-tag-item{display:inline-block;font-size:1.6rem;line-height:1.5;margin:0 5px;color:#fff;text-transform:uppercase;}.cms-tags-wrap .cms-tag-item i{color:#f1773d;}.cms-svg-wrap{position:relative;/* CMS Counter */}.cms-svg-wrap .cms-svg-img{top:22px;left:50%;position:absolute;-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 *//* Center Align */}.cms-svg-wrap .cms-svg{vertical-align:top;margin-bottom:-1px;}.cms-counter-wraper{position:relative;/* CMS Testimonial Carousel */}.cms-counter-wraper .cms-counter-head{padding:0 30px;}.cms-counter-wraper > div{padding:20px 10px 25px;display:block;overflow:hidden;}.cms-counter-wraper .entry-title,.cms-counter-wraper .cms-counter-description{margin:0 0 10px 0;}.cms-counter-wraper .cms-counter-media{font-size:80px;margin:0 20px 0 30px;min-width:90px;text-align:center;}.cms-counter-wraper .cms-counter{font-size:30px;margin:0 0 12px 0;padding-top:10px;font-weight:400;}.cms-counter-wraper .cms-counter span{display:block;font-size:16px;}.cms-counter-wraper .cms-counter-title{font-size:14px;margin:0;}.cms-counter-wraper.content-align-left .cms-counter,.cms-counter-wraper.content-align-left .cms-counter-title{padding-left:140px;}.cms-counter-wraper.content-align-right .cms-counter,.cms-counter-wraper.content-align-right .cms-counter-title{padding-right:140px;}.cms-testimonial-wrap{/* CMS Clients */}.cms-testimonial-wrap .cms-testimonial-item{padding:30px 30px 30px 70px;background-color:#fff;margin:0 auto;position:relative;}.cms-testimonial-wrap .cms-testimonial-item:before{content:"";position:absolute;top:0%;left:0%;width:0px;height:0px;border-bottom:50px solid #eee;border-left:50px solid #13afbe;-webkit-box-shadow:7px 7px 7px rgba(0, 0, 0, 0.3);-khtml-box-shadow:7px 7px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:7px 7px 7px rgba(0, 0, 0, 0.3);-ms-box-shadow:7px 7px 7px rgba(0, 0, 0, 0.3);-o-box-shadow:7px 7px 7px rgba(0, 0, 0, 0.3);box-shadow:7px 7px 7px rgba(0, 0, 0, 0.3);/* BACKGROUND GRADIENT *//* BOX SIZING */}.cms-testimonial-wrap .cms-testimonial-item .author-name{font-size:15px;margin-top:2px;margin-bottom:11px;text-transform:uppercase;}.cms-testimonial-wrap .cms-testimonial-item .description{font-style:italic;line-height:24px;}.cms-testimonial-wrap .cms-testimonial-item .author-pos{font-size:14px;line-height:15px;margin-top:15px;font-style:italic;color:#f1773d;}.cms-testimonial-wrap .cms-testimonial-item .author-avatar{max-height:70px;max-width:70px;overflow:hidden;position:absolute;right:15px;bottom:-30px;}.cms-testimonial-wrap .cms-testimonial-item.grid{margin-bottom:30px;}.cms-testimonial-wrap .owl-item{padding-bottom:30px;}.cms-clients-wrap{/* CMS Heading */}.cms-clients-wrap a{display:block;width:100%;background-color:#fff;position:relative;padding:10px;margin-bottom:30px;}.cms-heading{margin-bottom:30px;/* CMS Pricing */}.cms-heading .heading{padding:10px 0 0;margin:0;font-size:26px;line-height:1;font-weight:700;}.cms-heading .sub-heading{font-size:15px;font-weight:normal;line-height:1;padding:0;color:#979797;margin:0;}.cms-heading .description{margin-top:15px;}.cms-heading .cms-heading-line{width:60px;margin:20px 0;border:1px dashed #f1773d;float:left;}.cms-heading.text-center .cms-heading-line{margin-left:auto;margin-right:auto;float:none;}.cms-heading.text-right .cms-heading-line{float:right;}.cms-pricing{position:relative;/* CMS Separator */}.cms-pricing > div{position:relative;padding:40px 15px;min-height:350px;}@media (min-width:1200px){.cms-pricing > div{-webkit-border-radius:350px;-khtml-border-radius:350px;-moz-border-radius:350px;-ms-border-radius:350px;-o-border-radius:350px;border-radius:350px;/* BACKGROUND GRADIENT */}}@media (min-width:1200px){.cms-pricing > div:before{-webkit-border-radius:350px;-khtml-border-radius:350px;-moz-border-radius:350px;-ms-border-radius:350px;-o-border-radius:350px;border-radius:350px;/* BACKGROUND GRADIENT */}}.cms-pricing > div:not(.color15){color:#fff;}.cms-pricing > div:not(.color15) .price,.cms-pricing > div:not(.color15) .pricing-title,.cms-pricing > div:not(.color15) .pricing-btn a{color:#fff;}.cms-pricing .pricing-header{padding-top:8px;padding-bottom:10px;}.cms-pricing .pricing-icon{width:84px;height:84px;line-height:84px;display:block;margin:0 auto;background-color:#f1773d;color:#fff;font-size:40px;margin-top:10px;}.cms-pricing .price{padding:25px 0 10px;font-weight:700;font-size:44px;margin:0;}.cms-pricing .price span{font-size:15px;vertical-align:middle;}.cms-pricing .pricing-title{font-size:15px;padding:0;margin:0;font-weight:400;}.cms-pricing .pricing-feature{list-style:none;padding:0;margin:0;}.cms-pricing .pricing-feature li{padding:2px 0;font-size:13px;text-transform:uppercase;list-style:none;}.cms-pricing .pricing-btn a{text-transform:uppercase;padding:5px 20px 10px;font-size:13px;background-color:transparent !important;border-right:0 solid rgba(255, 255, 255, 0.5) !important;border-left:0 solid rgba(255, 255, 255, 0.5) !important;border-bottom:1px solid rgba(255, 255, 255, 0.3) !important;border-top:0 solid rgba(255, 255, 255, 0.3) !important;margin-top:11px;border-radius:0;display:inline-block;font-weight:700;}.cms-separator{position:relative;/* CMS Video HTML5 */}.cms-separator.horizontal .cms_sep_holder{width:50%;float:left;}.cms-separator.horizontal .cms_sep_holder.cms_sep_holder_r{background-color:transparent !important;-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 */filter:progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');zoom:1;/* TEXT SHADOW */}.cms-separator.vertical .cms_sep_holder{width:50%;float:left;}.cms_videohtml5{position:relative;overflow:hidden;vertical-align:baseline;display:block;width:100%;background:#000;}.cms_videohtml5 .cms_videohtml5_poster{position:absolute;}.cms_videohtml5 .cms-videohtml5-overlay-bg{position:absolute;top:0;bottom:0;right:0;left:0;}.cms_videohtml5 .cms_videohtml5_content{width:100%;top:50%;width:100%;position:absolute;-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 *//* Horizontal Align *//* Remove default play bar */}.cms_videohtml5 .cms_videohtml5_content .entry-title{margin-bottom:15px;font-size:26px;}.cms_videohtml5 .cms_videohtml5_content .cms-videohtml5-desc{margin-bottom:20px;}.cms_videohtml5 .cms_videohtml5_content .cms-play-btn{cursor:pointer;}.cms_videohtml5 .cms_videohtml5_content .cms-play-btn:before{background-image:none;cursor:pointer;display:block;width:80px;height:80px;line-height:74px;border:3px solid #fff;color:#fff;font-size:40px;text-align:center;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";-webkit-opacity:0.7;-khtml-opacity:0.7;-moz-opacity:0.7;-ms-opacity:0.7;-o-opacity:0.7;opacity:0.7;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */-webkit-transition:all 300ms linear 0ms;-khtml-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.cms_videohtml5 .cms_videohtml5_content .cms-play-btn:hover:before,.cms_videohtml5 .cms_videohtml5_content .cms-play-btn:active:before,.cms_videohtml5 .cms_videohtml5_content .cms-play-btn:focus:before{filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;/* BACKGROUND GRADIENT *//* OUTLINE RADIUS */}.cms_videohtml5 video::-webkit-media-controls{display:none !important;}.cms_videohtml5 video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none;}.wpb_widgetised_column .widget,.sidebar-area .widget{margin-bottom:30px;}.wpb_widgetised_column .widget:last-child,.sidebar-area .widget:last-child{margin-bottom:0;}.wpb_widgetised_column .widget .wg-title,.sidebar-area .widget .wg-title,.wpb_widgetised_column .widget .widgettitle,.sidebar-area .widget .widgettitle,.wpb_widgetised_column .widget .widget-title,.sidebar-area .widget .widget-title{font-size:15px;font-weight:normal;text-transform:uppercase;padding:0;margin:0;}.wpb_widgetised_column .widget .wg-title:after,.sidebar-area .widget .wg-title:after,.wpb_widgetised_column .widget .widgettitle:after,.sidebar-area .widget .widgettitle:after,.wpb_widgetised_column .widget .widget-title:after,.sidebar-area .widget .widget-title:after{content:"";display:block;clear:both;width:60px;border:1px dashed #f1773d;margin:16px 0 20px 0;}.wpb_widgetised_column .widget form .form-control,.sidebar-area .widget form .form-control,.wpb_widgetised_column .widget form input[type="text"],.sidebar-area .widget form input[type="text"],.wpb_widgetised_column .widget form input[type="email"],.sidebar-area .widget form input[type="email"],.wpb_widgetised_column .widget form input[type="password"],.sidebar-area .widget form input[type="password"],.wpb_widgetised_column .widget form input[type="phone"],.sidebar-area .widget form input[type="phone"],.wpb_widgetised_column .widget form input[type="tel"],.sidebar-area .widget form input[type="tel"]{background-color:#fff;background-image:none;border:1px solid #efefef;border-radius:4px;box-shadow:none;color:#555;display:block;font-size:13px !important;height:38px !important;line-height:1.42857;margin-bottom:13px;width:100%;}.wpb_widgetised_column .widget.widget_sp_image,.sidebar-area .widget.widget_sp_image{padding-top:30px;}.widget{/* Menu */}.widget > ul{padding:0;margin:0;list-style:none;}.widget .wg-title{display:block;overflow:hidden;}.widget_nav_menu,.widget_pages,.widget_categories,.widget_archive,.widget_meta,.widget_recent_comments,.widget_recent_entries{/* Search */}.widget_nav_menu .screen-reader-text,.widget_pages .screen-reader-text,.widget_categories .screen-reader-text,.widget_archive .screen-reader-text,.widget_meta .screen-reader-text,.widget_recent_comments .screen-reader-text,.widget_recent_entries .screen-reader-text{display:none;}.widget_nav_menu ul,.widget_pages ul,.widget_categories ul,.widget_archive ul,.widget_meta ul,.widget_recent_comments ul,.widget_recent_entries ul{list-style:none;}.widget_nav_menu ul li,.widget_pages ul li,.widget_categories ul li,.widget_archive ul li,.widget_meta ul li,.widget_recent_comments ul li,.widget_recent_entries ul li{position:relative;color:#212121;margin-bottom:10px;}.widget_nav_menu ul li:before,.widget_pages ul li:before,.widget_categories ul li:before,.widget_archive ul li:before,.widget_meta ul li:before,.widget_recent_comments ul li:before,.widget_recent_entries ul li:before{content:"\f178";font-family:'FontAwesome';font-size:16px;left:0;position:relative;top:2px;padding-right:10px;color:#f1773d;}.widget_nav_menu ul li:hover,.widget_pages ul li:hover,.widget_categories ul li:hover,.widget_archive ul li:hover,.widget_meta ul li:hover,.widget_recent_comments ul li:hover,.widget_recent_entries ul li:hover{color:#cb5720;}.widget_nav_menu ul li:hover:before,.widget_pages ul li:hover:before,.widget_categories ul li:hover:before,.widget_archive ul li:hover:before,.widget_meta ul li:hover:before,.widget_recent_comments ul li:hover:before,.widget_recent_entries ul li:hover:before{color:#cb5720;}.widget_nav_menu ul li.current-menu-item,.widget_pages ul li.current-menu-item,.widget_categories ul li.current-menu-item,.widget_archive ul li.current-menu-item,.widget_meta ul li.current-menu-item,.widget_recent_comments ul li.current-menu-item,.widget_recent_entries ul li.current-menu-item,.widget_nav_menu ul li.current_page_item,.widget_pages ul li.current_page_item,.widget_categories ul li.current_page_item,.widget_archive ul li.current_page_item,.widget_meta ul li.current_page_item,.widget_recent_comments ul li.current_page_item,.widget_recent_entries ul li.current_page_item{color:#cb5720;}.widget_nav_menu ul li.current-menu-item:before,.widget_pages ul li.current-menu-item:before,.widget_categories ul li.current-menu-item:before,.widget_archive ul li.current-menu-item:before,.widget_meta ul li.current-menu-item:before,.widget_recent_comments ul li.current-menu-item:before,.widget_recent_entries ul li.current-menu-item:before,.widget_nav_menu ul li.current_page_item:before,.widget_pages ul li.current_page_item:before,.widget_categories ul li.current_page_item:before,.widget_archive ul li.current_page_item:before,.widget_meta ul li.current_page_item:before,.widget_recent_comments ul li.current_page_item:before,.widget_recent_entries ul li.current_page_item:before{color:#cb5720;}.widget_nav_menu ul li.current-menu-item > a,.widget_pages ul li.current-menu-item > a,.widget_categories ul li.current-menu-item > a,.widget_archive ul li.current-menu-item > a,.widget_meta ul li.current-menu-item > a,.widget_recent_comments ul li.current-menu-item > a,.widget_recent_entries ul li.current-menu-item > a,.widget_nav_menu ul li.current_page_item > a,.widget_pages ul li.current_page_item > a,.widget_categories ul li.current_page_item > a,.widget_archive ul li.current_page_item > a,.widget_meta ul li.current_page_item > a,.widget_recent_comments ul li.current_page_item > a,.widget_recent_entries ul li.current_page_item > a{color:#cb5720;}.widget_nav_menu ul li:last-child,.widget_pages ul li:last-child,.widget_categories ul li:last-child,.widget_archive ul li:last-child,.widget_meta ul li:last-child,.widget_recent_comments ul li:last-child,.widget_recent_entries ul li:last-child{margin-bottom:0;}.cms-searchform{position:relative;}.cms-searchform input{width:100%;padding-right:30px;}.cms-searchform button{position:absolute;top:0;right:0;bottom:0;border:none;}.search-header .cms-searchform input{padding-right:142px;}.search-header .cms-searchform button{background:#cb5720;text-transform:uppercase;font-weight:900;color:#fff;width:130px;}.search-header .cms-searchform button:before{content:attr(value);display:block;}.search-header .cms-searchform button:after{content:"";position:absolute;left:-10px;top:0;bottom:0;width:0;border-left:3px solid #ccc;border-right:7px solid #fff;}.search-header .cms-searchform button i{display:none;}.wpb_content_element .cms-searchform{background:rgba(255, 255, 255, 0.7);padding:15px;-webkit-border-radius:200px;-khtml-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;/* BACKGROUND GRADIENT *//* Archive */}.wpb_content_element .cms-searchform input{border:0;text-transform:uppercase;box-shadow:none;padding-left:30px;padding-right:90px;color:#979797;height:60px;-webkit-border-radius:200px;-khtml-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;/* BACKGROUND GRADIENT */-webkit-transition:background-color 0.3s ease-in-out;-khtml-transition:background-color 0.3s ease-in-out;-moz-transition:background-color 0.3s ease-in-out;-ms-transition:background-color 0.3s ease-in-out;-o-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out;/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */}.wpb_content_element .cms-searchform input:active,.wpb_content_element .cms-searchform input:focus{background-color:#59b3c5;color:#fff;}.wpb_content_element .cms-searchform input:active::-moz-placeholder,.wpb_content_element .cms-searchform input:focus::-moz-placeholder{color:#fff;opacity:1;}.wpb_content_element .cms-searchform input:active::-ms-input-placeholder,.wpb_content_element .cms-searchform input:focus::-ms-input-placeholder{color:#fff;}.wpb_content_element .cms-searchform input:active::-webkit-input-placeholder,.wpb_content_element .cms-searchform input:focus::-webkit-input-placeholder{color:#fff;}.wpb_content_element .cms-searchform button{top:15px;right:15px;height:60px;background-color:#4ba5b7 !important;font-size:18px;border:0;padding-right:20px;line-height:50px;width:80px;-webkit-border-radius:0 200px 200px 0;-khtml-border-radius:0 200px 200px 0;-moz-border-radius:0 200px 200px 0;-ms-border-radius:0 200px 200px 0;-o-border-radius:0 200px 200px 0;border-radius:0 200px 200px 0;/* BACKGROUND GRADIENT */}.widget_archive .screen-reader-text{display:none;/* Calendar */}.widget_calendar{/* Recent Post */}.widget_calendar .calendar_wrap{text-align:center;}.widget_calendar #today{background:#f1773d;color:#fff;}.widget_calendar #today a{display:block;color:#fff;}.widget_calendar #today a:hover{color:#fff;}.widget_calendar th{text-align:center;}.widget_recent_comments{/* RSS */}.widget_recent_comments .comment-author-link a{color:#cb5720;}.widget_rss{/* tags cloud */}.widget_rss > ul > li{margin-bottom:15px;}.widget_rss > ul > li:last-child{margin-bottom:0;}.widget_rss .rsswidget{font-weight:700;}.widget_rss .rss-date{display:block;font-style:italic;font-size:80%;color:#cb5720;}.widget_rss cite{color:#f1773d;}.tagcloud a{display:inline-block;margin:0 4px 4px 0;padding:5px 10px;-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 !important;background-color:#f1773d;color:#fff;line-height:18px;/* CMS Recent Post */}.tagcloud a:hover{background-color:#cb5720;}.widget_cs_recent_post_v2 .cms-recent-item{margin-bottom:20px;}.widget_cs_recent_post_v2 .cms-recent-item:last-child{margin-bottom:0;}.widget_cs_recent_post_v2 .cms-recent-item .entry-media{margin-bottom:14px;}.widget_cs_recent_post_v2 .cms-recent-item .entry-title{font-size:14px;line-height:1.1;color:#111;padding:0 0 0;margin-bottom:0;margin-top:5px;text-transform:capitalize;letter-spacing:0;}.widget_cs_recent_post_v2 .cms-recent-item .entry-meta{color:#999;font-style:italic;text-align:start;}.widget_cs_recent_post_v2 .cms-recent-item .entry-meta a{color:#999;}.widget_cs_recent_post_v2 .cms-recent-item .entry-meta a:hover{color:#f1773d;}.widget_cs_recent_post_v2 .cms-recent-item .entry-readmore{color:#999;display:block;font-size:12px;font-weight:600;line-height:1.5;}.container{position:relative;max-width:100%;}.break-row{clear:left;}.nopadding{padding:0 !important;}.nopaddingleft{padding-left:0 !important;}.nopaddingright{padding-right:0 !important;}.vc_row.wpb_row{background-position:bottom center !important;background-repeat:no-repeat !important;}@media (max-width:767px){.vc_row.wpb_row.vc_custom_1467703720075{background-size:contain !important;}}@media (max-width:991px){.vc_row.wpb_row#why-choose-us .vc_column-inner{border:none !important;}}.wpb_row .vc_col-has-fill > .vc_column-inner,.wpb_row .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,.wpb_row .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,.wpb_row .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,.wpb_row .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,.wpb_row .vc_row-has-fill > .vc_column_container > .vc_column-inner,.wpb_row .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,.wpb_row .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{padding-top:0;}.wpb_column{/* VC Custom Heading */}.wpb_column.service-bg{text-align:center;margin:0 auto;position:absolute;left:0;right:0;margin-top:0;}@media (max-width:991px){.wpb_column .vc_custom_1468026843566,.wpb_column .vc_custom_1468026863091,.wpb_column .vc_custom_1467798786343,.wpb_column .vc_custom_1467798794838,.wpb_column .vc_custom_1467798807393,.wpb_column .vc_custom_1468026936843,.wpb_column .vc_custom_1468026913049,.wpb_column .vc_custom_1468026919423{border:none !important;}.wpb_column .vc_custom_1467879205964,.wpb_column .vc_custom_1469179677426,.wpb_column .vc_custom_1469179746320,.wpb_column .vc_custom_1469179662610{padding-left:15px !important;}.wpb_column .vc_custom_1467879213817,.wpb_column .vc_custom_1469179733867{padding-right:15px !important;}}.vc_custom_heading{margin:0;line-height:1;word-wrap:initial;margin-top:0;/* VC Pie Chart */}.vc_pie_chart{/* VC Progress Bar */}.wpb_content_element.vc_progress_bar .vc_general.vc_single_bar{background:transparent;position:relative;margin-bottom:20px;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;/* BACKGROUND GRADIENT */-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 */}.wpb_content_element.vc_progress_bar .vc_general.vc_single_bar .vc_label{text-transform:uppercase;padding:0 0 10px;margin:0;font-size:15px;font-weight:bold;display:block;position:relative;font-style:normal;color:#212121;line-height:1;}.wpb_content_element.vc_progress_bar .vc_general.vc_single_bar .vc_bar{position:relative;height:13px;-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 */}.wpb_content_element.vc_progress_bar .vc_general.vc_single_bar:before{content:"";display:block;background-color:#fff;border-radius:0;box-shadow:none;height:13px;overflow:hidden;position:absolute;left:0;right:0;bottom:0;}.newsletter-widget{margin-top:18px;/* Contact form 7 */}.newsletter-widget input.newsletter-submit{height:34px;line-height:14px;}form.wpcf7-form{/* IMAGES WIDGET */}form.wpcf7-form .ajax-loader[style="visibility: hidden;"]{display:none;}form.wpcf7-form .wpcf7-form-control-wrap{margin-bottom:15px;display:block;}form.wpcf7-form input,form.wpcf7-form textarea{height:50px;box-shadow:none;border-color:#efefef;}form.wpcf7-form input:hover,form.wpcf7-form textarea:hover,form.wpcf7-form input:active,form.wpcf7-form textarea:active,form.wpcf7-form input:focus,form.wpcf7-form textarea:focus{border-color:#f1773d;}form.wpcf7-form textarea{height:150px;}form.wpcf7-form .quoteform .wpcf7-form-control-wrap{margin-bottom:30px;}form.wpcf7-form .quoteform input:not([type='submit']),form.wpcf7-form .quoteform textarea{background-color:rgba(255, 255, 255, 0.1);height:50px;border-color:rgba(255, 255, 255, 0.01);box-shadow:none;margin-bottom:0;color:rgba(255, 255, 255, 0.5);-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 */}form.wpcf7-form .quoteform input:not([type='submit']):hover,form.wpcf7-form .quoteform textarea:hover,form.wpcf7-form .quoteform input:not([type='submit']):active,form.wpcf7-form .quoteform textarea:active,form.wpcf7-form .quoteform input:not([type='submit']):focus,form.wpcf7-form .quoteform textarea:focus{border-color:#f1773d;}form.wpcf7-form .quoteform input.wpcf7-submit{height:50px;border-color:transparent;}form.wpcf7-form .quoteform textarea{height:150px;margin-bottom:0;}form.wpcf7-form .quoteform input:-moz-placeholder,form.wpcf7-form .quoteform textarea:-moz-placeholder{color:rgba(255, 255, 255, 0.5);opacity:1;}form.wpcf7-form .quoteform input:-ms-input-placeholder,form.wpcf7-form .quoteform textarea:-ms-input-placeholder{color:rgba(255, 255, 255, 0.5);}form.wpcf7-form .quoteform input:-webkit-input-placeholder,form.wpcf7-form .quoteform textarea:-webkit-input-placeholder{color:rgba(255, 255, 255, 0.5);}form.wpcf7-form .contact-form input.wpcf7-submit{height:34px;display:inline-block;width:auto;padding:0 15px;border:none;}form.wpcf7-form .contact-form textarea{max-height:120px;}form.wpcf7-form .seo-analysis input[type="submit"]{width:auto;}.widget_sp_image img{margin-bottom:0;}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background:#ccc;}.woocommerce{/** Products list 
 * Archive, categories, category, search products layout 
 * @since: 1.0.0
 * @uthor: Chinh Duong Manh
*/}.woocommerce span.onsale{background:#cb5720;color:#fff;margin:0 !important;top:0 !important;left:0 !important;right:auto !important;font-size:14px;min-height:inherit;min-width:inherit;padding:0 10px;line-height:30px;-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 */}.woocommerce .woocommerce-LoopProduct-link{position:relative;display:block;/* Price */}.woocommerce .price{/* Rating */}.woocommerce .price ins{text-decoration:inherit;}.woocommerce .price del{font-size:80%;}.woocommerce .star-rating{margin:0;font-size:9px;color:#b5b5b5;width:54px;height:9px;line-height:9px;/* Form */}.woocommerce .star-rating span{color:#f1773d;height:0;overflow:hidden;padding-top:9px;}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{line-height:inherit;/* button */}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce input.button,.woocommerce a.added_to_cart,.woocommerce .yith-wcwl-wishlistaddedbrowse > a,.woocommerce .yith-wcwl-wishlistexistsbrowse > a,.woocommerce .entry-summary a.add_to_wishlist{height:45px;line-height:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff !important;text-transform:none;background-color:#f1773d;margin:0 0 10px 0;padding:0 20px 0 15px;border:none;display:inline-flex;font-weight:700;-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 *//* Remove icon */}.woocommerce #respond input#submit.add_to_cart_button:before,.woocommerce a.button.add_to_cart_button:before,.woocommerce button.button.add_to_cart_button:before,.woocommerce button.button.alt.add_to_cart_button:before,.woocommerce input.button.alt.add_to_cart_button:before,.woocommerce a.button.alt.add_to_cart_button:before,.woocommerce input.button.add_to_cart_button:before,.woocommerce a.added_to_cart.add_to_cart_button:before,.woocommerce .yith-wcwl-wishlistaddedbrowse > a.add_to_cart_button:before,.woocommerce .yith-wcwl-wishlistexistsbrowse > a.add_to_cart_button:before,.woocommerce .entry-summary a.add_to_wishlist.add_to_cart_button:before{content:"\f217";font-family:'FontAwesome';display:block;float:left;width:30px;padding-right:15px;border-right:1px solid rgba(255, 255, 255, 0.1);font-size:18px;margin-right:20px;}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce input.button:hover,.woocommerce a.added_to_cart:hover,.woocommerce .yith-wcwl-wishlistaddedbrowse > a:hover,.woocommerce .yith-wcwl-wishlistexistsbrowse > a:hover,.woocommerce .entry-summary a.add_to_wishlist:hover,.woocommerce #respond input#submit:active,.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce button.button.alt:active,.woocommerce input.button.alt:active,.woocommerce a.button.alt:active,.woocommerce input.button:active,.woocommerce a.added_to_cart:active,.woocommerce .yith-wcwl-wishlistaddedbrowse > a:active,.woocommerce .yith-wcwl-wishlistexistsbrowse > a:active,.woocommerce .entry-summary a.add_to_wishlist:active,.woocommerce #respond input#submit:focus,.woocommerce a.button:focus,.woocommerce button.button:focus,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:focus,.woocommerce a.button.alt:focus,.woocommerce input.button:focus,.woocommerce a.added_to_cart:focus,.woocommerce .yith-wcwl-wishlistaddedbrowse > a:focus,.woocommerce .yith-wcwl-wishlistexistsbrowse > a:focus,.woocommerce .entry-summary a.add_to_wishlist:focus{background-color:#cb5720;}.woocommerce a.remove{line-height:1em;text-indent:1px;font-size:1em;/* Archive page */}.woocommerce .woocommerce-ordering{/**
	 * All WooCommerce Widget Style
	*//* Products List */}.woocommerce .woocommerce-ordering select{border-color:#f4f4f4;background-color:#fff;}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{/* Mini Cart */}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:18px 0;border-top:1px solid #f4f4f4;position:relative;}.woocommerce ul.cart_list li:first-child,.woocommerce ul.product_list_widget li:first-child{border-top:none;}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:left;margin:0 15px 0 0;max-width:68px;width:68px;}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{padding:0;}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:right;-webkit-transform:translateY(8px);-khtml-transform:translateY(8px);-moz-transform:translateY(8px);-ms-transform:translateY(8px);-o-transform:translateY(8px);transform:translateY(8px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.woocommerce ul.cart_list li .woocommerce-Price-amount,.woocommerce ul.product_list_widget li .woocommerce-Price-amount{color:#cb5720;}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{padding-left:0;border-left:none;display:inline-block;/* Mini Cart */}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:400;padding:0;margin:0 4px 0 0;clear:left;font-size:inherit;}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{display:inline-block;padding:0;margin:0;}.woocommerce ul.cart_list li.mini_cart_item,.woocommerce ul.product_list_widget li.mini_cart_item{padding:18px 0;}.woocommerce ul.cart_list li.mini_cart_item a.remove,.woocommerce ul.product_list_widget li.mini_cart_item a.remove{position:absolute;top:18px;left:0;line-height:1 !important;}.woocommerce ul.cart_list li.mini_cart_item .variation,.woocommerce ul.product_list_widget li.mini_cart_item .variation{display:block;clear:both;}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{/* Layered Nav */}.woocommerce .widget_layered_nav{/* widget_layered_nav_filters */}.woocommerce .widget_layered_nav .wg-title{margin-bottom:15px;}.woocommerce .widget_layered_nav .attr-name{text-transform:uppercase;font-size:12px;}.woocommerce .widget_layered_nav + .widget_layered_nav{margin-top:0;}.woocommerce .widget_layered_nav ul.wc-layered-nav{/* Custom style for widget_price_filter when it showed after widget_layered_nav */}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term,.woocommerce .widget_layered_nav ul.wc-layered-nav.size .wc-layered-nav-term{padding:11.5px;border:1px solid #ccc;display:inline-block;margin:3px 10px 7px 0;line-height:18px;text-align:center;min-width:45px;-webkit-border-radius:1px;-khtml-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-o-border-radius:1px;border-radius:1px;/* BACKGROUND GRADIENT */}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term:last-child,.woocommerce .widget_layered_nav ul.wc-layered-nav.size .wc-layered-nav-term:last-child{margin-right:0;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.size .wc-layered-nav-term:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term:after,.woocommerce .widget_layered_nav ul.wc-layered-nav.size .wc-layered-nav-term:after,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term .count,.woocommerce .widget_layered_nav ul.wc-layered-nav.size .wc-layered-nav-term .count{display:none;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term:hover,.woocommerce .widget_layered_nav ul.wc-layered-nav.size .wc-layered-nav-term:hover{border-color:#cb5720;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term{font-size:0;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.black a,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.gray a,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.grey a,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.blue a,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.green a,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.orange a,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.red a{display:inline-block;padding:0;font-size:0;text-indent:-999999999px;line-height:18px;width:20px;height:20px;position:relative;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.black a:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.gray a:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.grey a:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.blue a:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.green a:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.orange a:before,.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.red a:before{position:absolute;top:3px;left:3px;font-size:14px;text-indent:0;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.black a{background:black;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.gray a{background:gray;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.grey a{background:#f2f2f2;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.blue a{background:#7da7d9;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.green a{background:#acd373;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.orange a{background:#f68e56;}.woocommerce .widget_layered_nav ul.wc-layered-nav.color .wc-layered-nav-term.red a{background:#ff6565;}.woocommerce .widget_layered_nav + .widget_price_filter{margin-top:0;}.woocommerce .widget_layered_nav + .widget_price_filter .wg-title{text-transform:uppercase;font-size:12px;font-family:inherit;}.woocommerce .widget_layered_nav + .widget_price_filter .wg-title:after{display:none;}.woocommerce .widget_layered_nav_filters{/* Price Filter */}.woocommerce .widget_layered_nav_filters ul li{padding:11.5px;border:1px solid #ccc !important;display:inline-block;margin:3px 10px 7px 0;line-height:18px;text-align:center;min-width:45px;-webkit-border-radius:1px;-khtml-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-o-border-radius:1px;border-radius:1px;/* BACKGROUND GRADIENT */}.woocommerce .widget_layered_nav_filters ul li:before{display:none;}.woocommerce .widget_layered_nav_filters ul li a{padding:0;line-height:18px;}.woocommerce .widget_price_filter{/* Cart  Page */}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#f1773d;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-range{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */background-color:#cb5720;}.woocommerce .widget_price_filter #min_price,.woocommerce .widget_price_filter #max_price{display:block !important;}.woocommerce .widget_price_filter .cms-price{float:left;width:calc(50% - 10px);margin-right:10px;position:relative;}.woocommerce .widget_price_filter .cms-price input{background:#fff;border-color:#f2f2f2;padding-right:25px;}.woocommerce .widget_price_filter .cms-price .cms-currency{position:absolute;right:1px;top:1px;bottom:1px;background:#f8f8f8;border-left:1px solid #f2f2f2;color:#a4a4a4;font-size:11px;line-height:41px;width:23px;text-align:center;}.woocommerce .widget_price_filter .cms-price + button[type="submit"]{position:absolute;right:0;top:0;margin-bottom:0;height:43px;line-height:43px;}.woocommerce .widget_price_filter .price_slider_amount{padding-right:56px;position:relative;}.woocommerce .widget_price_filter .price_label{display:none !important;}.woocommerce table.cart td.product-name > a{font-size:24px;color:#f1773d;}.woocommerce table.cart td.product-name dl.variation{margin:0;}.woocommerce table.cart td.product-name dl.variation dt{font-weight:400;padding:0;margin:0 4px 0 0;font-size:inherit;}.woocommerce table.cart td.product-name dl.variation dd{margin:0;}.woocommerce table.cart img{width:120px;}.woocommerce table.cart .quantity .qty{padding-left:0;padding-right:0;text-align:center;}.woocommerce table.cart td.actions .coupon{float:none;}.woocommerce table.cart #coupon_code,.woocommerce table.cart .button{height:45px;margin-bottom:10px;width:100%;text-align:center;display:block;}.woocommerce .cart-collaterals .cross-sells ul.products li{width:50%;/* Extensions *//* YITH Compare */}@media (min-width:768px) and (max-width:992px){.woocommerce .cart-collaterals .cross-sells ul.products li{width:100%;}}@media (max-width:600px){.woocommerce .cart-collaterals .cross-sells ul.products li{width:100%;}}.woocommerce .button.compare{margin:0 !important;}.woocommerce .yith-woocompare-widget{/* YITH Wishlist */}.woocommerce .yith-woocompare-widget .products-list{margin-bottom:20px;}.woocommerce .yith-woocompare-widget .products-list a.title{width:auto;}.woocommerce .add_to_wishlist.button{margin:0 !important;}.woocommerce .wishlist_table tr td{text-align:start;}.woocommerce .wishlist_table td.product-name a.yith-wcqv-button{display:none;}.woocommerce .wishlist_table td.product-add-to-cart a{display:inline-block !important;}.woocommerce .yith-wcwl-add-to-wishlist{display:inline-block;margin:0;}.woocommerce .yith-wcwl-add-to-wishlist + .clear{display:none;}.woocommerce .yith-wcwl-add-to-wishlist span{display:block;}.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a,.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a{margin:0;}.woocommerce #yith-wcwl-form{/* YITH Multi Step Check Out */}@media (max-width:768px){.woocommerce #yith-wcwl-form{overflow-y:auto;}.woocommerce #yith-wcwl-form .wishlist_table{min-width:768px;}}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline{padding:0 65px;margin-bottom:60px;text-align:center;position:relative;}@media (max-width:1200px){.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline{padding:0 40px;}}@media (max-width:1024px){.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline{padding:0 20px;}}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline .timeline-wrapper{font-size:22px;text-align:center;z-index:1;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline .timeline-wrapper .timeline-step{width:80px;height:80px;line-height:60px;color:#f1773d;background:#fff;border:2px solid #f4f4f4;display:block;margin:0 auto;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;/* BACKGROUND GRADIENT */}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline .timeline-wrapper .timeline-step:not(.with-icon):before{content:"0";margin-right:-4px;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline .timeline-wrapper .timeline-step:not(.with-icon):after{display:none;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline .timeline-wrapper .timeline-label{display:block;text-transform:capitalize;padding:20px 0 0 0 !important;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline .timeline-wrapper:after{display:none;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline:before,.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline:after{content:"";display:block;height:2px;background:#f4f4f4;width:50%;position:absolute;top:40px;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline:before{left:-40px;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline:after{right:-40px;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline:first-child:before,.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline:last-child:after{display:none;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline.active:before,.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline.active:after{background:#7cc576;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline.active .timeline-step{color:#fff;background:#7cc576;border-color:#7cc576;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline.active .timeline-label{color:#7cc576;font-weight:400;}.woocommerce .woocommerce_checkout_timeline.text#checkout_timeline .timeline.active:not(.next-step):after{background:#f4f4f4;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .form-row input.input-text,.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .form-row textarea{background:#fff;border-width:2px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .form-row textarea{min-height:170px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .form-row .select2-container .select2-choice{border:2px solid #f4f4f4;}@media (min-width:992px){.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login{width:50%;margin-left:25%;padding:0 15px;clear:both;}}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login form.login{padding:30px;position:relative;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* BACKGROUND GRADIENT */border:1px solid #f4f4f4;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login .form-row{width:100%;position:relative;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login .form-row input[name='login']{margin-top:40px;width:100%;background:#7cc576;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login .form-row label[for="rememberme"]{position:absolute;left:3px;top:0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login .form-row.form-row-first{margin-top:10px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login .form-row.form-row-last{margin-bottom:20px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce_checkout_login .lost_password{padding:0;margin:0;position:absolute;right:33px;bottom:112px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .checkout_billing.not-logged-in{display:none;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout{margin-bottom:25px;/* Payment */}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .form-row{padding:0;margin:0 0 10px 0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .form-row.form-row-first,.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .form-row.form-row-last{width:calc(50% - 15px);}@media (max-width:479px){.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .form-row.form-row-first,.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .form-row.form-row-last{width:100%;}}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-billing-fields > h3{display:none;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-shipping-fields > h3{font-size:16px;font-weight:400;padding:0;margin:0 0 10px 0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-shipping-fields > h3 > label,.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-shipping-fields > h3 > input{display:inline-block;padding:0;margin:0;font-weight:400;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field{margin:35px 0 0 0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-billing-fields,.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper form.woocommerce-checkout .woocommerce-shipping-fields{border:1px solid #f4f4f4;padding:30px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment{margin-bottom:-70px;background:transparent;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods,.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment .place-order{background:transparent;padding:0;border:none;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method{width:100%;float:left;padding:15px 30px;margin:0 0 30px;border:1px solid #f4f4f4;}@media (min-width:992px){.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method{width:calc(50% - 15px);}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method:nth-child(2n){float:right;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method:nth-child(2n+1){clear:left;}}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > label{font-size:24px;font-weight:400;padding:0;margin:0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > label a.about_paypal{font-size:14px;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > input{-webkit-transform:translateY(-4px);-khtml-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .payment_box{display:block !important;background:transparent;color:inherit;border-top:2px solid #f4f4f4;font-size:inherit;padding:20px 0 0;margin:13px 0 0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment ul.payment_methods .payment_box:before{width:75px;height:2px;border:none;background:#ef3c30;left:0;top:-2px;margin:0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment .place-order{border:none;margin:25px 0 0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper .woocommerce-checkout-payment .place-order .button{margin:0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper #form_actions .button{margin:0;}.woocommerce .woocommerce_checkout_timeline + #checkout-wrapper #form_actions .prev{float:left;}.woocommerce .content-area,.woocommerce{/* Single product */}.woocommerce .content-area ul.products,.woocommerce ul.products{margin:0 -15px;}.woocommerce .content-area ul.products > li.product,.woocommerce ul.products > li.product{width:33.33%;padding:0 15px;margin:0 0 30px;float:left;}.woocommerce .content-area ul.products > li.product.first,.woocommerce ul.products > li.product.first{clear:left;}.woocommerce .content-area ul.products > li.product a,.woocommerce ul.products > li.product a{vertical-align:top;}.woocommerce .content-area ul.products > li.product a.added_to_cart,.woocommerce ul.products > li.product a.added_to_cart{margin-bottom:23px;font-weight:700;}.woocommerce .content-area ul.products > li.product .overlay-wrap .overlay,.woocommerce ul.products > li.product .overlay-wrap .overlay{background-color:rgba(255, 255, 255, 0.7);}@media (max-width:1024px){.woocommerce .content-area ul.products > li.product,.woocommerce ul.products > li.product{width:50%;}.woocommerce .content-area ul.products > li.product.first,.woocommerce ul.products > li.product.first{clear:none;}}@media (max-width:479px){.woocommerce .content-area ul.products > li.product,.woocommerce ul.products > li.product{width:100%;clear:both;}}.woocommerce .content-area .products .product,.woocommerce .products .product,.woocommerce .content-area ul.products .product,.woocommerce ul.products .product,.woocommerce .content-area .products li.product,.woocommerce .products li.product,.woocommerce .content-area ul.products li.product,.woocommerce ul.products li.product{/* Up Sells & Related Product */}.woocommerce .content-area .products .product .cms-product-content,.woocommerce .products .product .cms-product-content,.woocommerce .content-area ul.products .product .cms-product-content,.woocommerce ul.products .product .cms-product-content,.woocommerce .content-area .products li.product .cms-product-content,.woocommerce .products li.product .cms-product-content,.woocommerce .content-area ul.products li.product .cms-product-content,.woocommerce ul.products li.product .cms-product-content{padding:20px;}.woocommerce .content-area .products .product h3,.woocommerce .products .product h3,.woocommerce .content-area ul.products .product h3,.woocommerce ul.products .product h3,.woocommerce .content-area .products li.product h3,.woocommerce .products li.product h3,.woocommerce .content-area ul.products li.product h3,.woocommerce ul.products li.product h3{font-size:18px;line-height:28px;margin:0;padding:0;}.woocommerce .content-area .products .product .price,.woocommerce .products .product .price,.woocommerce .content-area ul.products .product .price,.woocommerce ul.products .product .price,.woocommerce .content-area .products li.product .price,.woocommerce .products li.product .price,.woocommerce .content-area ul.products li.product .price,.woocommerce ul.products li.product .price{font-size:18px;color:#cb5720;font-weight:400;display:block;clear:both;}.woocommerce .content-area .products .product .price ins,.woocommerce .products .product .price ins,.woocommerce .content-area ul.products .product .price ins,.woocommerce ul.products .product .price ins,.woocommerce .content-area .products li.product .price ins,.woocommerce .products li.product .price ins,.woocommerce .content-area ul.products li.product .price ins,.woocommerce ul.products li.product .price ins{text-decoration:none;}.woocommerce .content-area .products .product .star-rating,.woocommerce .products .product .star-rating,.woocommerce .content-area ul.products .product .star-rating,.woocommerce ul.products .product .star-rating,.woocommerce .content-area .products li.product .star-rating,.woocommerce .products li.product .star-rating,.woocommerce .content-area ul.products li.product .star-rating,.woocommerce ul.products li.product .star-rating{margin:0 auto 15px;font-size:9px;}.woocommerce .content-area .products .product .button,.woocommerce .products .product .button,.woocommerce .content-area ul.products .product .button,.woocommerce ul.products .product .button,.woocommerce .content-area .products li.product .button,.woocommerce .products li.product .button,.woocommerce .content-area ul.products li.product .button,.woocommerce ul.products li.product .button{margin:0;/* Extension: Wishlist, Compare, Quick View */}.woocommerce .content-area .products .product .button.add_to_cart_button,.woocommerce .products .product .button.add_to_cart_button,.woocommerce .content-area ul.products .product .button.add_to_cart_button,.woocommerce ul.products .product .button.add_to_cart_button,.woocommerce .content-area .products li.product .button.add_to_cart_button,.woocommerce .products li.product .button.add_to_cart_button,.woocommerce .content-area ul.products li.product .button.add_to_cart_button,.woocommerce ul.products li.product .button.add_to_cart_button{margin-bottom:23px;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist,.woocommerce .products .product .yith-wcwl-add-to-wishlist,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist,.woocommerce .products li.product .yith-wcwl-add-to-wishlist,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist{margin-top:0;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div.show,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div.show,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div.show,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div.show,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div.show,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div.show,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div.show,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div.show{display:inline-block !important;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist .feedback,.woocommerce .products .product .yith-wcwl-add-to-wishlist .feedback,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist .feedback,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist .feedback,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist .feedback,.woocommerce .products li.product .yith-wcwl-add-to-wishlist .feedback,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist .feedback,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .feedback{display:none;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area .products .product .yith-wcqv-button,.woocommerce .products .product .yith-wcqv-button,.woocommerce .content-area ul.products .product .yith-wcqv-button,.woocommerce ul.products .product .yith-wcqv-button,.woocommerce .content-area .products li.product .yith-wcqv-button,.woocommerce .products li.product .yith-wcqv-button,.woocommerce .content-area ul.products li.product .yith-wcqv-button,.woocommerce ul.products li.product .yith-wcqv-button,.woocommerce .content-area .products .product .compare,.woocommerce .products .product .compare,.woocommerce .content-area ul.products .product .compare,.woocommerce ul.products .product .compare,.woocommerce .content-area .products li.product .compare,.woocommerce .products li.product .compare,.woocommerce .content-area ul.products li.product .compare,.woocommerce ul.products li.product .compare{width:12px;height:12px;font-size:0 !important;background-color:transparent !important;border:none !important;padding:0 !important;overflow:inherit;-webkit-border-radius:0 !important;-khtml-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important;border-radius:0 !important;/* BACKGROUND GRADIENT */position:absolute;bottom:20px;-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 */}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area .products .product .yith-wcqv-button:before,.woocommerce .products .product .yith-wcqv-button:before,.woocommerce .content-area ul.products .product .yith-wcqv-button:before,.woocommerce ul.products .product .yith-wcqv-button:before,.woocommerce .content-area .products li.product .yith-wcqv-button:before,.woocommerce .products li.product .yith-wcqv-button:before,.woocommerce .content-area ul.products li.product .yith-wcqv-button:before,.woocommerce ul.products li.product .yith-wcqv-button:before,.woocommerce .content-area .products .product .compare:before,.woocommerce .products .product .compare:before,.woocommerce .content-area ul.products .product .compare:before,.woocommerce ul.products .product .compare:before,.woocommerce .content-area .products li.product .compare:before,.woocommerce .products li.product .compare:before,.woocommerce .content-area ul.products li.product .compare:before,.woocommerce ul.products li.product .compare:before{display:block;color:#f1773d;font-family:'FontAwesome';font-size:12px;line-height:1;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a:hover:before,.woocommerce .content-area .products .product .yith-wcqv-button:hover:before,.woocommerce .products .product .yith-wcqv-button:hover:before,.woocommerce .content-area ul.products .product .yith-wcqv-button:hover:before,.woocommerce ul.products .product .yith-wcqv-button:hover:before,.woocommerce .content-area .products li.product .yith-wcqv-button:hover:before,.woocommerce .products li.product .yith-wcqv-button:hover:before,.woocommerce .content-area ul.products li.product .yith-wcqv-button:hover:before,.woocommerce ul.products li.product .yith-wcqv-button:hover:before,.woocommerce .content-area .products .product .compare:hover:before,.woocommerce .products .product .compare:hover:before,.woocommerce .content-area ul.products .product .compare:hover:before,.woocommerce ul.products .product .compare:hover:before,.woocommerce .content-area .products li.product .compare:hover:before,.woocommerce .products li.product .compare:hover:before,.woocommerce .content-area ul.products li.product .compare:hover:before,.woocommerce ul.products li.product .compare:hover:before{color:#cb5720;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a:after,.woocommerce .content-area .products .product .yith-wcqv-button:after,.woocommerce .products .product .yith-wcqv-button:after,.woocommerce .content-area ul.products .product .yith-wcqv-button:after,.woocommerce ul.products .product .yith-wcqv-button:after,.woocommerce .content-area .products li.product .yith-wcqv-button:after,.woocommerce .products li.product .yith-wcqv-button:after,.woocommerce .content-area ul.products li.product .yith-wcqv-button:after,.woocommerce ul.products li.product .yith-wcqv-button:after,.woocommerce .content-area .products .product .compare:after,.woocommerce .products .product .compare:after,.woocommerce .content-area ul.products .product .compare:after,.woocommerce ul.products .product .compare:after,.woocommerce .content-area .products li.product .compare:after,.woocommerce .products li.product .compare:after,.woocommerce .content-area ul.products li.product .compare:after,.woocommerce ul.products li.product .compare:after{display:none;background-color:#f1773d;color:#fff;font-size:14px;line-height:normal;padding:5px;position:absolute;bottom:calc(100% + 5px);left:50%;-webkit-transform:translateX(-50%);-khtml-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a:hover:after,.woocommerce .content-area .products .product .yith-wcqv-button:hover:after,.woocommerce .products .product .yith-wcqv-button:hover:after,.woocommerce .content-area ul.products .product .yith-wcqv-button:hover:after,.woocommerce ul.products .product .yith-wcqv-button:hover:after,.woocommerce .content-area .products li.product .yith-wcqv-button:hover:after,.woocommerce .products li.product .yith-wcqv-button:hover:after,.woocommerce .content-area ul.products li.product .yith-wcqv-button:hover:after,.woocommerce ul.products li.product .yith-wcqv-button:hover:after,.woocommerce .content-area .products .product .compare:hover:after,.woocommerce .products .product .compare:hover:after,.woocommerce .content-area ul.products .product .compare:hover:after,.woocommerce ul.products .product .compare:hover:after,.woocommerce .content-area .products li.product .compare:hover:after,.woocommerce .products li.product .compare:hover:after,.woocommerce .content-area ul.products li.product .compare:hover:after,.woocommerce ul.products li.product .compare:hover:after{display:block;}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a{left:calc(50% - 20px);}.woocommerce .content-area .products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area ul.products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce ul.products .product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area .products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce .content-area ul.products li.product .yith-wcwl-add-to-wishlist > div > a:before,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div > a:before{content:"\f067";}.woocommerce .content-area .products .product .yith-wcwl-add-button a:after,.woocommerce .products .product .yith-wcwl-add-button a:after,.woocommerce .content-area ul.products .product .yith-wcwl-add-button a:after,.woocommerce ul.products .product .yith-wcwl-add-button a:after,.woocommerce .content-area .products li.product .yith-wcwl-add-button a:after,.woocommerce .products li.product .yith-wcwl-add-button a:after,.woocommerce .content-area ul.products li.product .yith-wcwl-add-button a:after,.woocommerce ul.products li.product .yith-wcwl-add-button a:after{content:"Add to Wishlist";}.woocommerce .content-area .products .product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce .products .product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce .content-area ul.products .product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce ul.products .product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce .content-area .products li.product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce .products li.product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce .content-area ul.products li.product .yith-wcwl-wishlistaddedbrowse a:after,.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:after{content:"Product added to Wishlist!";}.woocommerce .content-area .products .product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce .products .product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce .content-area ul.products .product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce ul.products .product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce .content-area .products li.product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce .products li.product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce .content-area ul.products li.product .yith-wcwl-wishlistexistsbrowse a:after,.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a:after{content:"The product is already in the wishlist!";min-width:150px;}.woocommerce .content-area .products .product .compare,.woocommerce .products .product .compare,.woocommerce .content-area ul.products .product .compare,.woocommerce ul.products .product .compare,.woocommerce .content-area .products li.product .compare,.woocommerce .products li.product .compare,.woocommerce .content-area ul.products li.product .compare,.woocommerce ul.products li.product .compare{left:50%;}.woocommerce .content-area .products .product .compare:before,.woocommerce .products .product .compare:before,.woocommerce .content-area ul.products .product .compare:before,.woocommerce ul.products .product .compare:before,.woocommerce .content-area .products li.product .compare:before,.woocommerce .products li.product .compare:before,.woocommerce .content-area ul.products li.product .compare:before,.woocommerce ul.products li.product .compare:before{content:"\f079";}.woocommerce .content-area .products .product .compare:after,.woocommerce .products .product .compare:after,.woocommerce .content-area ul.products .product .compare:after,.woocommerce ul.products .product .compare:after,.woocommerce .content-area .products li.product .compare:after,.woocommerce .products li.product .compare:after,.woocommerce .content-area ul.products li.product .compare:after,.woocommerce ul.products li.product .compare:after{content:"Compare";}.woocommerce .content-area .products .product .yith-wcqv-button,.woocommerce .products .product .yith-wcqv-button,.woocommerce .content-area ul.products .product .yith-wcqv-button,.woocommerce ul.products .product .yith-wcqv-button,.woocommerce .content-area .products li.product .yith-wcqv-button,.woocommerce .products li.product .yith-wcqv-button,.woocommerce .content-area ul.products li.product .yith-wcqv-button,.woocommerce ul.products li.product .yith-wcqv-button{right:calc(50% - 35px);}.woocommerce .content-area .products .product .yith-wcqv-button:before,.woocommerce .products .product .yith-wcqv-button:before,.woocommerce .content-area ul.products .product .yith-wcqv-button:before,.woocommerce ul.products .product .yith-wcqv-button:before,.woocommerce .content-area .products li.product .yith-wcqv-button:before,.woocommerce .products li.product .yith-wcqv-button:before,.woocommerce .content-area ul.products li.product .yith-wcqv-button:before,.woocommerce ul.products li.product .yith-wcqv-button:before{content:"\f002";}.woocommerce .content-area .products .product .yith-wcqv-button:after,.woocommerce .products .product .yith-wcqv-button:after,.woocommerce .content-area ul.products .product .yith-wcqv-button:after,.woocommerce ul.products .product .yith-wcqv-button:after,.woocommerce .content-area .products li.product .yith-wcqv-button:after,.woocommerce .products li.product .yith-wcqv-button:after,.woocommerce .content-area ul.products li.product .yith-wcqv-button:after,.woocommerce ul.products li.product .yith-wcqv-button:after{content:"Quick View";}.woocommerce .content-area .products.upsells:before,.woocommerce .products.upsells:before,.woocommerce .content-area ul.products.upsells:before,.woocommerce ul.products.upsells:before,.woocommerce .content-area .products.related:before,.woocommerce .products.related:before,.woocommerce .content-area ul.products.related:before,.woocommerce ul.products.related:before{content:"";display:block;height:1px;background:#ededed;width:10000px;-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:80px 0 50px 0;}.woocommerce .content-area .products.upsells > h2,.woocommerce .products.upsells > h2,.woocommerce .content-area ul.products.upsells > h2,.woocommerce ul.products.upsells > h2,.woocommerce .content-area .products.related > h2,.woocommerce .products.related > h2,.woocommerce .content-area ul.products.related > h2,.woocommerce ul.products.related > h2{font-size:24px;line-height:34px;margin-bottom:47px;}.woocommerce .content-area .products.upsells ul.products > li.product,.woocommerce .products.upsells ul.products > li.product,.woocommerce .content-area ul.products.upsells ul.products > li.product,.woocommerce ul.products.upsells ul.products > li.product,.woocommerce .content-area .products.related ul.products > li.product,.woocommerce .products.related ul.products > li.product,.woocommerce .content-area ul.products.related ul.products > li.product,.woocommerce ul.products.related ul.products > li.product{width:25%;}@media (max-width:1024px){.woocommerce .content-area .products.upsells ul.products > li.product,.woocommerce .products.upsells ul.products > li.product,.woocommerce .content-area ul.products.upsells ul.products > li.product,.woocommerce ul.products.upsells ul.products > li.product,.woocommerce .content-area .products.related ul.products > li.product,.woocommerce .products.related ul.products > li.product,.woocommerce .content-area ul.products.related ul.products > li.product,.woocommerce ul.products.related ul.products > li.product{width:50%;}.woocommerce .content-area .products.upsells ul.products > li.product.first,.woocommerce .products.upsells ul.products > li.product.first,.woocommerce .content-area ul.products.upsells ul.products > li.product.first,.woocommerce ul.products.upsells ul.products > li.product.first,.woocommerce .content-area .products.related ul.products > li.product.first,.woocommerce .products.related ul.products > li.product.first,.woocommerce .content-area ul.products.related ul.products > li.product.first,.woocommerce ul.products.related ul.products > li.product.first{clear:none;}}@media (max-width:479px){.woocommerce .content-area .products.upsells ul.products > li.product,.woocommerce .products.upsells ul.products > li.product,.woocommerce .content-area ul.products.upsells ul.products > li.product,.woocommerce ul.products.upsells ul.products > li.product,.woocommerce .content-area .products.related ul.products > li.product,.woocommerce .products.related ul.products > li.product,.woocommerce .content-area ul.products.related ul.products > li.product,.woocommerce ul.products.related ul.products > li.product{width:100%;clear:both;}}.cms-single-product-header{position:relative;line-height:80px;margin-bottom:46px;margin-top:-60px;}.cms-single-product-header:after{content:"";display:block;height:1px;width:10000px;background:#f2f2f2;bottom:4px;left:50%;position:relative;-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 *//* Center Align */}.cms-single-product-header .cms-single-product-cat .cat-icon{font-size:28px;color:#ccc;margin-right:15px;-webkit-transform:translateY(5px);-khtml-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-single-product-header .cms-single-product-cat a{font-size:18px;color:#4f4f4f;}.cms-single-product-header .cms-single-product-cat a:hover{color:#cb5720;}.cms-single-product-header .cms-single-product-nav a{width:80px;font-size:24px;text-align:center;color:#c7c7c7;border-right:1px solid #f2f2f2;}.cms-single-product-header .cms-single-product-nav a:hover{color:#f1773d;}.cms-single-product-header .cms-single-product-nav a:first-child{border-left:1px solid #f2f2f2;}.woocommerce .cms-woocommerce-wrapper div.product div.images,#yith-quick-view-content div.product div.images{vertical-align:top;position:relative;}.woocommerce .cms-woocommerce-wrapper div.product div.images > a,#yith-quick-view-content div.product div.images > a{vertical-align:top;margin-bottom:2.5px;}.woocommerce .cms-woocommerce-wrapper div.product div.images .thumbnails,#yith-quick-view-content div.product div.images .thumbnails{padding-top:0;margin:0 -2.5px;}.woocommerce .cms-woocommerce-wrapper div.product div.images .thumbnails.columns-5 a,#yith-quick-view-content div.product div.images .thumbnails.columns-5 a{width:calc(20% - 5px);}.woocommerce .cms-woocommerce-wrapper div.product div.images .thumbnails a,#yith-quick-view-content div.product div.images .thumbnails a{margin:2.5px;}.woocommerce .cms-woocommerce-wrapper div.product div.summary,#yith-quick-view-content div.product div.summary{text-align:start;}.woocommerce .cms-woocommerce-wrapper div.product .product_title,#yith-quick-view-content div.product .product_title{font-size:24px;line-height:28px;padding:0;margin:0 0 8px;}.woocommerce .cms-woocommerce-wrapper div.product p.price,#yith-quick-view-content div.product p.price,.woocommerce .cms-woocommerce-wrapper div.product span.price,#yith-quick-view-content div.product span.price{color:#cb5720;font-size:24px;line-height:28px;margin-bottom:20px;}.woocommerce .cms-woocommerce-wrapper div.product .product_meta,#yith-quick-view-content div.product .product_meta,.woocommerce .cms-woocommerce-wrapper div.product .cart,#yith-quick-view-content div.product .cart{margin-top:32px;padding-top:32px;border-top:2px solid #f4f4f4;}.woocommerce .cms-woocommerce-wrapper div.product .product_meta > span,#yith-quick-view-content div.product .product_meta > span,.woocommerce .cms-woocommerce-wrapper div.product .cart > span,#yith-quick-view-content div.product .cart > span{display:block;color:#f1773d;}.woocommerce .cms-woocommerce-wrapper div.product .product_meta > span *,#yith-quick-view-content div.product .product_meta > span *,.woocommerce .cms-woocommerce-wrapper div.product .cart > span *,#yith-quick-view-content div.product .cart > span *{color:inherit;}.woocommerce .cms-woocommerce-wrapper div.product form.cart,#yith-quick-view-content div.product form.cart{/* Tabs */}.woocommerce .cms-woocommerce-wrapper div.product form.cart .quantity,#yith-quick-view-content div.product form.cart .quantity{width:calc(100% - 130px);float:left;}.woocommerce .cms-woocommerce-wrapper div.product form.cart .quantity .qty,#yith-quick-view-content div.product form.cart .quantity .qty{width:100%;text-align:start;height:45px;}.woocommerce .cms-woocommerce-wrapper div.product form.cart .variations td.label,#yith-quick-view-content div.product form.cart .variations td.label,.woocommerce .cms-woocommerce-wrapper div.product form.cart .variations td.value,#yith-quick-view-content div.product form.cart .variations td.value{padding:5px;}.woocommerce .cms-woocommerce-wrapper div.product form.cart .variations td.label label,#yith-quick-view-content div.product form.cart .variations td.label label,.woocommerce .cms-woocommerce-wrapper div.product form.cart .variations td.value label,#yith-quick-view-content div.product form.cart .variations td.value label{display:block;margin:0;}.woocommerce .cms-woocommerce-wrapper div.product form.cart .variations td .reset_variations[style="visibility: hidden;"],#yith-quick-view-content div.product form.cart .variations td .reset_variations[style="visibility: hidden;"]{display:none;}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs{overflow:inherit;margin-bottom:45px;}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs:before,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs:before{border-bottom:none;height:1px;background:#ededed;width:10000px;bottom:auto;top:50%;left:50%;position:absolute;-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 *//* Heading Border style */}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs li{border:none;background-color:#fff;display:inline-block;position:relative;z-index:1;border-radius:0;margin:0;padding:0 25px;font-size:16px;}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li:before,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li:after,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs li:after{display:none;}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li:hover a,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs li:hover a,.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs ul.tabs li.active a,#yith-quick-view-content div.product .woocommerce-tabs ul.tabs li.active a{color:#cb5720;}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel,#yith-quick-view-content div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel{text-align:start;margin-bottom:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;}.woocommerce .cms-woocommerce-wrapper div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel > h2,#yith-quick-view-content div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel > h2{display:none;}@media (min-width:992px){.woocommerce .cms-woocommerce-wrapper div.product div.images,#yith-quick-view-content div.product div.images{width:calc(58.33333333% - 15px);}.woocommerce .cms-woocommerce-wrapper div.product div.summary,#yith-quick-view-content div.product div.summary{width:calc(41.66666667% - 15px);}}.single-product .compare.button{vertical-align:top;}@media (max-width:768px){.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{width:auto;float:right;margin-bottom:0;}}.bg-color1{background-color:#f04903;color:#fff;}.bg-color2{background-color:#fec606;color:#fff;}.bg-color3{background-color:#71ba51;color:#fff;}.bg-color4{background-color:#6c8784;color:#fff;}.bg-color5{background-color:#3d8eb9;color:#fff;}.bg-color6{background-color:#d3324f;color:#fff;}.bg-color7{background-color:#0097a7;color:#fff;}.bg-color8{background-color:#f1773d;color:#fff;}.bg-color9{background-color:#455a64;color:#fff;}.bg-color10{background-color:#080;color:#fff;}.bg-color11{background-color:#ecc804;color:#fff;}.bg-color12{background-color:#d00;color:#fff;}.bg-color13{background-color:#1fb0c7;color:#fff;}.bg-color14{background-color:#f3ac1d;color:#fff;}.bg-color15{background-color:#fff;color:#000;/* Hover Effect */}.zoom.color1:before{-webkit-box-shadow:#f04903 0 0 0 2px;-khtml-box-shadow:#f04903 0 0 0 2px;-moz-box-shadow:#f04903 0 0 0 2px;-ms-box-shadow:#f04903 0 0 0 2px;-o-box-shadow:#f04903 0 0 0 2px;box-shadow:#f04903 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color2:before{-webkit-box-shadow:#fec606 0 0 0 2px;-khtml-box-shadow:#fec606 0 0 0 2px;-moz-box-shadow:#fec606 0 0 0 2px;-ms-box-shadow:#fec606 0 0 0 2px;-o-box-shadow:#fec606 0 0 0 2px;box-shadow:#fec606 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color3:before{-webkit-box-shadow:#71ba51 0 0 0 2px;-khtml-box-shadow:#71ba51 0 0 0 2px;-moz-box-shadow:#71ba51 0 0 0 2px;-ms-box-shadow:#71ba51 0 0 0 2px;-o-box-shadow:#71ba51 0 0 0 2px;box-shadow:#71ba51 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color4:before{-webkit-box-shadow:#6c8784 0 0 0 2px;-khtml-box-shadow:#6c8784 0 0 0 2px;-moz-box-shadow:#6c8784 0 0 0 2px;-ms-box-shadow:#6c8784 0 0 0 2px;-o-box-shadow:#6c8784 0 0 0 2px;box-shadow:#6c8784 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color5:before{-webkit-box-shadow:#3d8eb9 0 0 0 2px;-khtml-box-shadow:#3d8eb9 0 0 0 2px;-moz-box-shadow:#3d8eb9 0 0 0 2px;-ms-box-shadow:#3d8eb9 0 0 0 2px;-o-box-shadow:#3d8eb9 0 0 0 2px;box-shadow:#3d8eb9 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color6:before{-webkit-box-shadow:#d3324f 0 0 0 2px;-khtml-box-shadow:#d3324f 0 0 0 2px;-moz-box-shadow:#d3324f 0 0 0 2px;-ms-box-shadow:#d3324f 0 0 0 2px;-o-box-shadow:#d3324f 0 0 0 2px;box-shadow:#d3324f 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color7:before{-webkit-box-shadow:#0097a7 0 0 0 2px;-khtml-box-shadow:#0097a7 0 0 0 2px;-moz-box-shadow:#0097a7 0 0 0 2px;-ms-box-shadow:#0097a7 0 0 0 2px;-o-box-shadow:#0097a7 0 0 0 2px;box-shadow:#0097a7 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color8:before{-webkit-box-shadow:#f1773d 0 0 0 2px;-khtml-box-shadow:#f1773d 0 0 0 2px;-moz-box-shadow:#f1773d 0 0 0 2px;-ms-box-shadow:#f1773d 0 0 0 2px;-o-box-shadow:#f1773d 0 0 0 2px;box-shadow:#f1773d 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color9:before{-webkit-box-shadow:#455a64 0 0 0 2px;-khtml-box-shadow:#455a64 0 0 0 2px;-moz-box-shadow:#455a64 0 0 0 2px;-ms-box-shadow:#455a64 0 0 0 2px;-o-box-shadow:#455a64 0 0 0 2px;box-shadow:#455a64 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color10:before{-webkit-box-shadow:#080 0 0 0 2px;-khtml-box-shadow:#080 0 0 0 2px;-moz-box-shadow:#080 0 0 0 2px;-ms-box-shadow:#080 0 0 0 2px;-o-box-shadow:#080 0 0 0 2px;box-shadow:#080 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color11:before{-webkit-box-shadow:#ecc804 0 0 0 2px;-khtml-box-shadow:#ecc804 0 0 0 2px;-moz-box-shadow:#ecc804 0 0 0 2px;-ms-box-shadow:#ecc804 0 0 0 2px;-o-box-shadow:#ecc804 0 0 0 2px;box-shadow:#ecc804 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color12:before{-webkit-box-shadow:#d00 0 0 0 2px;-khtml-box-shadow:#d00 0 0 0 2px;-moz-box-shadow:#d00 0 0 0 2px;-ms-box-shadow:#d00 0 0 0 2px;-o-box-shadow:#d00 0 0 0 2px;box-shadow:#d00 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color13:before{-webkit-box-shadow:#1fb0c7 0 0 0 2px;-khtml-box-shadow:#1fb0c7 0 0 0 2px;-moz-box-shadow:#1fb0c7 0 0 0 2px;-ms-box-shadow:#1fb0c7 0 0 0 2px;-o-box-shadow:#1fb0c7 0 0 0 2px;box-shadow:#1fb0c7 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color14:before{-webkit-box-shadow:#f3ac1d 0 0 0 2px;-khtml-box-shadow:#f3ac1d 0 0 0 2px;-moz-box-shadow:#f3ac1d 0 0 0 2px;-ms-box-shadow:#f3ac1d 0 0 0 2px;-o-box-shadow:#f3ac1d 0 0 0 2px;box-shadow:#f3ac1d 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}.zoom.color15:before{-webkit-box-shadow:#fff 0 0 0 2px;-khtml-box-shadow:#fff 0 0 0 2px;-moz-box-shadow:#fff 0 0 0 2px;-ms-box-shadow:#fff 0 0 0 2px;-o-box-shadow:#fff 0 0 0 2px;box-shadow:#fff 0 0 0 2px;/* BACKGROUND GRADIENT *//* BOX SIZING */}@media (min-width:1280px) and (max-width:1200px){/* Min width 1200 */.container{width:1200px;}}@media (min-width:1200px){/* Min width 992 */#cms-navigation-left,#cms-navigation-right{width:calc(50% - 50px);min-height:1px;}}@media (min-width:992px){/* max width 991 */.text-md-right{text-align:right;}.width-md-50{width:50%;float:left;}.wpb_column.full-left{position:absolute;left:0;top:0;bottom:0;}.wpb_column.full-left > div{position:absolute;bottom:-3px;}.wpb_column.full-left > div[class*='vc_custom_']{padding-left:0 !important;padding-right:0 !important;}}@media (max-width:991px){/* min width 768 */.text-sm-center{text-align:center;}.content-area + .sidebar-area,.sidebar-area + .content-area{margin-top:30px;}#cms-footer-top > .container > .row > div{margin-top:30px;}#cms-footer-top > .container > .row > div:first-child{margin-top:0;}}@media (min-width:768px){/* Max width 767px */.sm-pull-right{float:right;}}@media (max-width:767px){/* Max width 480px */h1,.h1,h1 a,.h1 a,#cms-page #cms-page-title .cms-page-title-text{font-size:5.2rem !important;}}@media (max-width:479px){h1,.h1,h1 a,.h1 a,#cms-page #cms-page-title .cms-page-title-text{font-size:34px !important;line-height:1.148 !important;}#cms-page #cms-page-title .cms-page-subtitle{font-size:13px;}.entry-meta{text-align:center;}}