﻿/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated3{animation-duration:1.5s}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #dddddd;background:#ffffff;color:#333333}.ui-widget-content a{color:#333333}.ui-widget-header{border:1px solid #dddddd;background:#e9e9e9;color:#333333;font-weight:bold}.ui-widget-header a{color:#333333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a.ui-button:link,a.ui-button:visited,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #cccccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#ffffff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#ffffff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#ffffff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaaaaa;opacity:.003;filter:Alpha(Opacity=0.3)}.ui-widget-shadow{-webkit-box-shadow:0px 0px 5px #666666;box-shadow:0px 0px 5px #666666}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-100px, 0, 0);transform:translate3d(-100px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-100px, 0, 0);transform:translate3d(-100px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(20%, 0, 0);transform:translate3d(20%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(20%, 0, 0);transform:translate3d(20%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(100px, 0, 0);transform:translate3d(100px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(100px, 0, 0);transform:translate3d(100px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 40%, 0);transform:translate3d(0, 40%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 40%, 0);transform:translate3d(0, 40%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 40%, 0);transform:translate3d(0, 40%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 40%, 0);transform:translate3d(0, 40%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion: reduce){.animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #dddddd;background:#ffffff;color:#333333}.ui-widget-content a{color:#333333}.ui-widget-header{border:1px solid #dddddd;background:#e9e9e9;color:#333333;font-weight:bold}.ui-widget-header a{color:#333333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a.ui-button:link,a.ui-button:visited,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #cccccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#ffffff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#ffffff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#ffffff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaaaaa;opacity:.003;filter:Alpha(Opacity=0.3)}.ui-widget-shadow{-webkit-box-shadow:0px 0px 5px #666666;box-shadow:0px 0px 5px #666666}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}body{font-family:"Muli", sans-serif;font-size:14px;font-weight:400;font-style:normal;line-height:inherit;position:relative;visibility:visible;overflow-x:hidden;color:#9d9c9c;background-color:#FFFFFF}h1,h2,h3,h4,h5,h6{font-family:"Muli", sans-serif;font-weight:700;color:#272727;margin:0}.h1,.h2,.h3,.h4,.h5,.h6{line-height:inherit;margin:0}button,input{overflow:visible;border:0;outline:none;background:transparent;padding:0}button,input,optgroup,select,textarea{margin:0;font-family:"Muli", sans-serif;font-size:inherit;line-height:inherit;transition:all 0.5s ease 0s;background-image:none !important}button:focus{outline:0px dotted;outline:0px auto -webkit-focus-ring-color}button:focus,input:focus,optgroup:focus,select:focus,textarea:focus{outline:0px dotted;outline:0px auto -webkit-focus-ring-color}a:hover{text-decoration:none}a{transition:all 300ms linear;outline:0px none}ul,ol{margin:0px;padding:0px;list-style-type:none}li{display:inline-block}p{margin:0}.img-responsive{max-width:100%;display:block}.mb-0px{margin-bottom:0 !important}.ptb-30px{padding:30px 0}.mtb-60px{margin:60px 0}.mtb-50px{margin:50px 0}.ptb-60px{padding:60px 0}.ptb-50px{padding:50px 0}.ptb-40px{padding:40px 0}.ptb-10px{padding:10px 0}.ptb-13px{padding:13px 0}.ptb-20px{padding:20px 0}.mt-30px{margin-top:30px}.mt-50px{margin-top:50px}.mt-20px{margin-top:20px}.mt-15px{margin-top:15px}.mt-40px{margin-top:40px}.mt-60px{margin-top:60px}.pt-60px{padding-top:60px}.pt-50px{padding-top:50px}.pb-30px{padding-bottom:30px}.pb-20px{padding-bottom:20px}.pb-40px{padding-bottom:40px}.pb-50px{padding-bottom:50px}.mb-30px{margin-bottom:30px}.mb-20px{margin-bottom:20px}.mb-15px{margin-bottom:15px}.mb-10px{margin-bottom:10px}.mb-40px{margin-bottom:40px}.mb-50px{margin-bottom:50px}.mb-60px{margin-bottom:60px}.bg-blue{background-color:#266cfb}.bg-blue-deep{background-color:#0562d6}.bg-blue-light{background-color:#146cda}.border-top{border-top:1px solid rgba(255,255,255,0.1) !important}.bg-white{background-color:#fff}.bg-light-gray{background-color:#F4F4F4}.bg-light-gray-2{background-color:#f7f7f7}.bg-light-gray-3{background-color:#f6f6f6}.color-gray{color:#47494a}.color-black{color:#1d1d1d}.color-white{color:#fff}.mr-20px{margin-right:20px}.ml-20px{margin-left:20px}.mr-30px{margin-right:30px !important}.custom-col{padding:0}.pl-60px{padding-left:60px}@media only screen and (max-width: 767px){.pl-60px{padding-left:30px}}@media only screen and (max-width: 360px){.pl-60px{padding-left:0px}}.padding-30px{padding:30px}@media only screen and (min-width: 992px) and (max-width: 1199px){.padding-30px{padding:20px}}.mr-120px{margin-right:120px}.single-slide .slider-content-1 *{animation-duration:1.3s;animation-fill-mode:both}.single-slide.slick-active .slider-animated-1 h1{animation-delay:1.3s;animation-name:fadeInDown}.single-slide.slick-active .slider-animated-2 h1{animation-delay:1.3s;animation-name:bounceInDown}.single-slide.slick-active .slider-animated-3 h1{animation-delay:1.3s;animation-name:fadeInUp}.single-slide.slick-active .slider-animated-2 a{animation-delay:1.6s;animation-name:zoomIn}.single-slide.slick-active .slider-animated-3 a{animation-delay:1.6s;animation-name:zoomIn}.single-slide.slick-active .slider-animated-1 a{animation-delay:1.6s;animation-name:zoomIn}.single-slide.slick-active .slider-animated-1 p{animation-delay:1s;animation-name:fadeInLeft}.single-slide.slick-active .slider-animated-2 p{animation-delay:1s;animation-name:bounceInDown}.single-slide.slick-active .slider-animated-3 p{animation-delay:1s;animation-name:fadeInRight}.section-title{position:relative;margin-bottom:25px}.section-title h2{margin:0;position:relative;text-transform:capitalize;font-weight:500;line-height:1;display:inline-block;padding-right:30px;background:#fff;z-index:2;font-family:"Muli", sans-serif;font-size:24px;color:#272727}.section-title:before{content:"";background:#e5e5e5;height:1px;width:100%;position:absolute;top:55%;left:0}.sticky-nav.menu_fixed{position:fixed;top:0;left:0;width:100%;z-index:99;animation:sticky 1s;box-shadow:2px 4px 8px rgba(51,51,51,0.25);padding:20px 0;border:0}.sticky-nav.menu_fixed.padding-0px{padding:0px}.sticky-nav.menu_fixed.header-style-3{padding:5px 0}@keyframes sticky{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}#scrollUp{width:50px;height:50px;background-color:#266cfb;color:#fff;right:20px;bottom:60px;text-align:center;overflow:hidden;border-radius:50px;z-index:9811 !important;font-size:32px;line-height:50px}#scrollUp:hover{background:#333;color:#fff;box-shadow:0 0 20px #fff}.tab-content .tab-pane{display:block;overflow:hidden;height:0;visibility:hidden;max-width:100%;opacity:0}.tab-content .tab-pane.active{height:auto;visibility:visible;opacity:1;overflow:visible}.animation{animation-duration:0.3s;animation-fill-mode:both}@keyframes slideDownIn{0%{transform:translateY(-20px)}100%{transform:translateY(0)}0%{transform:translateY(-20px)}}.slideDownIn{animation-name:slideDownIn}@keyframes slideUpIn{0%{transform:translateY(20px)}100%{transform:translateY(0)}0%{transform:translateY(20px)}}.slideUpIn{animation-name:slideUpIn}:focus{outline:-webkit-focus-ring-color auto 0px;outline:0px none}.header-nav{padding:15px 0;line-height:12px;font-size:13px;border-bottom:1px solid #ebebeb;color:#47494a}.header-nav .header-static-nav a{color:#272727;font-size:13px}.header-nav .header-static-nav a:hover{color:#266cfb}.header-nav li{padding:0 20px;border-right:1px solid #c6c6c6}@media only screen and (max-width: 575px){.header-nav li{padding:0 8px}}.header-nav li.pr-0{padding-right:0;border:0}.header-nav ul li ul.dropdown-menu{margin:0;top:29px;left:auto;right:0;min-width:130px;overflow:hidden;border-radius:0;border:1px solid #ebebeb;background:#fff none repeat scroll 0 0;box-shadow:0 1px 7px -2px rgba(0,0,0,0.3);transform:rotateX(90deg);transform-origin:center top 0}.header-nav ul li ul.dropdown-menu{top:28px !important;right:0px;left:auto !important;transform:rotateX(0deg)}@media only screen and (max-width: 360px){.header-nav ul li ul.dropdown-menu{left:-30px !important}}.header-nav ul li ul.dropdown-menu li{display:block;padding:0px 18px;border:0}.header-nav ul li ul.dropdown-menu li a{display:block;width:100%;padding:12px 10px;color:#47494a;font-size:13px;clear:both;font-weight:400;text-align:inherit;white-space:nowrap;background:none;border-bottom:1px solid #ebebeb}.header-nav ul li ul.dropdown-menu li a img{vertical-align:top}.header-nav ul li ul.dropdown-menu li:hover>a{color:#266cfb}.header-nav ul li ul.dropdown-menu li:last-child a{border-bottom:0px solid #ebebeb}.header-nav ul li button{font-size:14px;color:#272727}.header-nav ul li button:hover{color:#266cfb}.header-nav ul li button i{font-size:12px;vertical-align:0px}.header-nav ul li button img{vertical-align:top}@media only screen and (max-width: 575px){.header-nav .header-static-nav{text-align:center;margin:0 0 15px}.header-nav .header-menu-nav{text-align:center}}.header-nav.header-nav-2{border-bottom:1px solid #3e7cfb}.header-nav.header-nav-2 .header-static-nav a{color:#fff}.header-nav.header-nav-2 ul li button{color:#fff}.header-top .header-right-element .contact-link{float:right;padding-left:45px;line-height:17px;position:relative;color:#47494a;text-transform:capitalize;margin-top:6px;margin-right:50px;margin-left:100px}.header-top .header-right-element .contact-link a{color:#1d1d1d;font-weight:700}.header-top .header-right-element .contact-link a:hover{color:#266cfb}.header-top .header-right-element .contact-link:before{content:"";display:inline-block;width:35px;height:35px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=) no-repeat;position:absolute;left:0;top:0}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-top .header-right-element .contact-link{margin-right:50px;margin-left:50px}}.header-menu{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.header-menu .header-menu-vertical{position:relative;z-index:9}.header-menu .header-menu-vertical .menu-title{color:#fff;font-size:14px;font-weight:600;height:54px;line-height:54px;cursor:pointer;margin:0;padding:0 20px;background-color:#266cfb}.header-menu .header-menu-vertical .menu-title:before{content:"";display:inline-block;font-size:21px;font-family:"Linearicons-Free";font-weight:400;margin-right:10px;text-align:center;vertical-align:-3px}.header-menu .header-menu-vertical .menu-title:after{content:"";display:inline-block;font-size:12px;font-family:"Ionicons";font-weight:400;margin-left:7px;float:right;transform:translate(0px, 2px)}.header-menu .header-menu-vertical .be-af-none{padding-left:20px}.header-menu .header-menu-vertical .be-af-none:after{display:none}.header-menu .header-menu-vertical .be-af-none:before{display:none}.header-menu .header-menu-vertical .display-block{display:block}.header-menu .header-menu-vertical .display-none{display:none}.header-menu .header-menu-vertical .menu-content{width:100%;background:#fff;border:1px solid #eaeaea;position:absolute;top:100%;left:0;min-width:auto}.header-menu .header-menu-vertical .menu-content.display-block{min-width:inherit}.header-menu .header-menu-vertical .menu-content li.expand a{padding-left:45px;font-weight:700}.header-menu .header-menu-vertical .menu-content li.expand a i{right:auto;left:20px}.header-menu .header-menu-vertical .menu-content li{display:block;position:relative}.header-menu .header-menu-vertical .menu-content li a{position:relative;display:block;overflow:hidden;line-height:24px;text-transform:capitalize;word-wrap:break-word;background:#fff;color:#272727;padding:8px 20px;font-size:14px;font-weight:400;transition:all 0.3s linear}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-menu-vertical .menu-content li a{padding:8px 15px}}.header-menu .header-menu-vertical .menu-content li .sub-menu{position:absolute;z-index:9;text-align:left;top:0;left:100%;background:#fff;padding:15px 10px 15px 10px;display:inline-block;width:900px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;opacity:0;visibility:hidden;transition:all 0.3s linear;border:1px solid #eaeaea}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-menu-vertical .menu-content li .sub-menu{width:730px}}.header-menu .header-menu-vertical .menu-content li .sub-menu li{width:25%}.header-menu .header-menu-vertical .menu-content li .sub-menu li a{margin:5px 0px 5px 0px}.header-menu .header-menu-vertical .menu-content li .sub-menu li a:hover{background:#fff}.header-menu .header-menu-vertical .menu-content li .sub-menu li a:hover strong{color:#266cfb}.header-menu .header-menu-vertical .menu-content li .sub-menu li a strong{color:#2b2d2f;transition:all 300ms linear}.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li{width:100%}.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a{padding:2px 20px 2px 20px;color:#69696c}.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a:hover{background:#fff}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a{padding:2px 0px 2px 15px}}.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li:hover a{color:#266cfb;padding-left:30px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li:hover a{padding-left:25px}}.header-menu .header-menu-vertical .menu-content li .sub-menu li img{width:100%;transition:all 300ms linear;margin-top:10px}.header-menu .header-menu-vertical .menu-content li .sub-menu li img:hover{transform:scale(1.05) rotate(0.05deg);transition:all 300ms linear}.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2{padding:0;width:240px;border:1px solid #eaeaea;background:#fff}.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li{width:100%;padding:0;line-height:20px;border-bottom:1px solid #eaeaea;position:relative;display:block}.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li a{padding:3px 20px}.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li:last-child{border-bottom:0}.header-menu .header-menu-vertical .menu-content li:hover .sub-menu{opacity:1;visibility:visible}.header-menu .header-menu-vertical .menu-content li a{transition:all 300ms linear}.header-menu .header-menu-vertical .menu-content li a:hover{background:#f9f9f9}.header-menu .header-menu-vertical .menu-content li a i{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.header-menu .header-menu-vertical li:hover>a{color:#266cfb}.header-menu .header-horizontal-menu{margin-left:15px}.header-menu .header-horizontal-menu li{float:left;margin-left:38px;padding:15px 0;position:relative}.header-menu .header-horizontal-menu li:first-child{margin-left:0}.header-menu .header-horizontal-menu li a{display:block;padding:0;font-weight:400;font-size:14px;color:#272727;background:transparent;text-transform:capitalize;line-height:24px;height:24px;position:relative}.header-menu .header-horizontal-menu li:hover>a{color:#266cfb}.header-menu .header-horizontal-menu li.menu-dropdown{position:relative}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu{position:absolute;z-index:9;visibility:hidden;opacity:0;text-align:left;opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg);min-width:205px;left:auto !important;background:#fff;box-shadow:0 0 3.76px 0.24px rgba(0,0,0,0.15);top:54px}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li{display:block;margin:0;width:100%;padding:10px 20px;border-bottom:1px solid #eaeaea}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:last-child{border:0}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a{color:#47494a;font-weight:400;text-transform:capitalize}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i{position:absolute;right:0px;top:50%;transform:translateY(-50%)}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover>a{color:#266cfb;padding-left:8px}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static{position:relative !important}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static:hover .main-sub-menu.main-sub-menu-2{transform:translateY(-54px);opacity:1;visibility:visible}.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2{left:100% !important;transform:translateY(-30px);opacity:0;visibility:hidden}.header-menu .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu{opacity:1;visibility:visible;transform:rotateX(0);-o-transform:rotateX(0);-moz-transform:rotateX(0);-webkit-transform:rotateX(0);-o-transition:-o-transform 0.3s, opacity 0.3s;-ms-transition:-ms-transform 0.3s, opacity 0.3s;-moz-transition:-moz-transform 0.3s, opacity 0.3s;-webkit-transition:-webkit-transform 0.3s, opacity 0.3s;padding:0 !important}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap{background-color:#fff;display:block;left:-100px;padding:30px 30px 30px 30px;position:absolute;text-align:left;top:100%;width:1010px;z-index:9999;box-shadow:0px 2px 9.4px 0.6px rgba(0,0,0,0.06);opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg)}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li{margin:0;width:25%;padding:0px 0px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li a{color:#47494a}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title{padding:0px 0px;margin:0 0 5px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a{font-size:16px;color:#2b2d2f;text-transform:capitalize;font-family:"SofiaPro-SemiBold"}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a:hover{padding:0px 0px;color:#266cfb}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li{width:100%;padding:0px 0px;overflow:hidden}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a{color:#47494a;font-weight:400;text-transform:capitalize;margin:3px 0}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a:hover{padding-left:10px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li:hover>a{color:#266cfb}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100{width:100%;margin-top:20px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a{display:inline}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a:hover{padding:0}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img{max-width:100%;transition:all 300ms linear}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img:hover{transform:scale(1.05) rotate(0.05deg);transition:all 300ms linear}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap{left:-200px;width:920px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap{left:-200px;width:790px}}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2{width:1110px;left:-500px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li{width:33.33333%;float:left}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item{margin:0 0 20px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item h4{margin-bottom:20px}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item h4 a{font-size:16px;color:#2b2d2f;text-transform:capitalize;font-family:"SofiaPro-SemiBold"}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item h4 a:hover{color:#266cfb}.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item p{font-size:15px;font-weight:400;color:#69696c;text-transform:capitalize;line-height:24px;padding:0 50px 0 0}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item p{padding:0 30px 0 0}}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item p{padding:0 10px 0 0}}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2{left:-500px;width:920px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2{left:-500px;width:790px}}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.left-0px{left:0px}}.header-menu .header-horizontal-menu li.menu-dropdown:hover .mega-menu-wrap{opacity:1;visibility:visible;transform:rotateX(0);-o-transform:rotateX(0);-moz-transform:rotateX(0);-webkit-transform:rotateX(0);-o-transition:-o-transform 0.3s, opacity 0.3s;-ms-transition:-ms-transform 0.3s, opacity 0.3s;-moz-transition:-moz-transform 0.3s, opacity 0.3s;-webkit-transition:-webkit-transform 0.3s, opacity 0.3s}.header-menu.header-menu-2 li a{color:#fff}.header-menu.header-menu-2 li:hover a{color:#fff}.header-menu.header-menu-2 .header-menu-vertical .menu-title{color:#f7d807}.header-menu.header-menu-2 .header-menu-vertical li:hover>a{color:#266cfb}.header-menu-style-2{padding:21px 0;line-height:12px;font-size:13px}.header-menu-style-2 li{padding:0 15px;border-right:1px solid #47494a}.header-menu-style-2 li button{color:1d1d1d}.header-menu-style-2 li button:hover{color:#266cfb}.header-menu-style-2 .pr-0{padding-right:0;border:0}.header-menu-style-2 ul.dropdown-menu{margin:0;top:28px !important;left:auto !important;right:0 !important;min-width:130px;overflow:hidden;border-radius:0;border:1px solid #ebebeb;background:#fff none repeat scroll 0 0;box-shadow:0 1px 7px -2px rgba(0,0,0,0.3);transform:rotateX(90deg);transform-origin:center top 0}.header-menu-style-2 ul.dropdown-menu li{display:block;padding:0px 18px;border:0}.header-menu-style-2 ul.dropdown-menu li a{display:block;width:100%;padding:12px 10px;color:#47494a;font-size:13px;clear:both;font-weight:400;text-align:inherit;white-space:nowrap;background:none;border-bottom:1px solid #ebebeb}.header-menu-style-2 ul.dropdown-menu li a:hover{color:#266cfb}.header-menu-style-2 ul.dropdown-menu li:last-child a{border-bottom:0px solid #ebebeb}.header-style-3 .header-nav{border:0;padding:0px 15px 0px 0px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-style-3 .header-nav li{padding:0 10px}}.header-style-3.header-style-4{padding:35px 0px 82px 0px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-style-3.header-style-4 .header-menu-3 .header-horizontal-menu li{margin-left:25px}}.header-menu-3 .header-horizontal-menu{margin-left:15px}.header-menu-3 .header-horizontal-menu li{float:left;margin-left:32px;padding:15px 0;position:relative}.header-menu-3 .header-horizontal-menu li:first-child{margin-left:0}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu-3 .header-horizontal-menu li{margin-left:14px}}.header-menu-3 .header-horizontal-menu li a{display:block;padding:0;font-weight:400;font-size:14px;color:#272727;background:transparent;text-transform:capitalize;line-height:24px;height:24px;position:relative}.header-menu-3 .header-horizontal-menu li:hover>a{color:#266cfb}.header-menu-3 .header-horizontal-menu li.menu-dropdown{position:relative}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu{position:absolute;z-index:9;visibility:hidden;opacity:0;text-align:left;opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg);min-width:205px;left:auto !important;background:#fff;box-shadow:0 0 3.76px 0.24px rgba(0,0,0,0.15);top:54px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li{display:block;margin:0;width:100%;padding:10px 20px;border-bottom:1px solid #eaeaea}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:last-child{border:0}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a{color:#47494a;font-weight:400;text-transform:capitalize}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i{position:absolute;right:0px;top:50%;transform:translateY(-50%)}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover>a{color:#266cfb;padding-left:8px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static{position:relative !important}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static:hover .main-sub-menu.main-sub-menu-2{transform:translateY(-54px);opacity:1;visibility:visible}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2{left:100% !important;transform:translateY(-30px);opacity:0;visibility:hidden}.header-menu-3 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu{opacity:1;visibility:visible;transform:rotateX(0);-o-transform:rotateX(0);-moz-transform:rotateX(0);-webkit-transform:rotateX(0);-o-transition:-o-transform 0.3s, opacity 0.3s;-ms-transition:-ms-transform 0.3s, opacity 0.3s;-moz-transition:-moz-transform 0.3s, opacity 0.3s;-webkit-transition:-webkit-transform 0.3s, opacity 0.3s;padding:0 !important}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap{background-color:#fff;display:block;left:-100px;padding:30px 30px 30px 30px;position:absolute;text-align:left;top:100%;width:1010px;z-index:9999;box-shadow:0px 2px 9.4px 0.6px rgba(0,0,0,0.06);opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg)}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li{margin:0;width:25%;padding:0px 0px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li a{color:#47494a}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title{padding:0px 0px;margin:0 0 5px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a{font-size:16px;color:#2b2d2f;text-transform:capitalize;font-family:"SofiaPro-SemiBold"}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a:hover{padding:0px 0px;color:#266cfb}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li{width:100%;padding:0px 0px;overflow:hidden}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a{color:#47494a;font-weight:400;text-transform:capitalize;margin:3px 0}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a:hover{padding-left:10px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li:hover>a{color:#266cfb}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100{width:100%;margin-top:20px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a{display:inline}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a:hover{padding:0}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img{max-width:100%;transition:all 300ms linear}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img:hover{transform:scale(1.05) rotate(0.05deg);transition:all 300ms linear}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap{left:-200px;width:920px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap{left:-200px;width:790px}}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2{width:1110px;left:-500px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li{width:33.33333%;float:left}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item{margin:0 0 20px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item h4{margin-bottom:20px}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item h4 a{font-size:16px;color:#2b2d2f;text-transform:capitalize;font-family:"SofiaPro-SemiBold"}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item h4 a:hover{color:#266cfb}.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item p{font-size:15px;font-weight:400;color:#69696c;text-transform:capitalize;line-height:18px;padding:0 50px 0 0}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item p{padding:0 30px 0 0}}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2 li .custom-single-item p{padding:0 10px 0 0}}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2{left:-500px;width:920px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.mega-menu-wrap-2{left:-400px;width:790px}}@media only screen and (min-width: 1200px) and (max-width: 1499px){.header-menu-3 .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.left-0px{left:0px}}.header-menu-3 .header-horizontal-menu li.menu-dropdown:hover .mega-menu-wrap{opacity:1;visibility:visible;transform:rotateX(0);-o-transform:rotateX(0);-moz-transform:rotateX(0);-webkit-transform:rotateX(0);-o-transition:-o-transform 0.3s, opacity 0.3s;-ms-transition:-ms-transform 0.3s, opacity 0.3s;-moz-transition:-moz-transform 0.3s, opacity 0.3s;-webkit-transition:-webkit-transform 0.3s, opacity 0.3s}.header-menu.header-menu-style-3{border:0}.header-menu.header-menu-style-3 .header-menu-vertical{position:relative;z-index:9;border:1px solid #5189fc;border-radius:5px;padding:0 20px}.header-menu.header-menu-style-3 .header-menu-vertical .menu-title{height:auto;line-height:18px;background-color:transparent;padding-left:35px;padding-top:6px;padding-bottom:6px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu.header-menu-style-3 .header-menu-vertical .menu-title{padding-left:16px}}.header-menu.header-menu-style-3 .header-menu-vertical .menu-title:before{content:"";display:inline-block;font-size:21px;font-family:"Linearicons-Free";font-weight:400;line-height:40px;margin-right:10px;position:absolute;left:20px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu.header-menu-style-3 .header-menu-vertical .menu-title:before{left:8px}}.header-menu.header-menu-style-3 .header-menu-vertical .menu-title:after{content:"";display:inline-block;font-size:12px;font-family:"Ionicons";font-weight:400;position:absolute;margin-left:7px;float:right;line-height:48px;top:0;position:absolute;right:10px}.header-menu.header-menu-style-3 .header-menu-vertical .menu-content{width:280px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu.header-menu-style-3 .header-menu-vertical .menu-content{width:230px}}.header-menu.header-menu-style-3 .search-element input{background-color:#fff}.header-menu.header-menu-style-3 .search-element button{background-color:#f7d807;color:#272727}.header-menu.header-menu-style-3 .search-element button:hover{background-color:#272727;color:#fff}.header-menu.header-menu-style-3 .header-tools .cart-info a{color:#fff;margin-top:10px;display:inline-block}.header-menu.header-menu-style-3 .header-tools .cart-info a:before{background-color:#f7d807;color:#272727}.header-menu.header-menu-style-3 .header-tools .cart-info a:hover{color:#fff}.header-menu.header-menu-style-3 .header-bottom{background:#fff;padding:13px 20px;border-radius:5px;margin-top:-60px;position:relative}.header-menu.header-menu-style-3 .header-bottom .header-menu-vertical{border:0px}.header-menu.header-menu-style-3 .header-bottom .header-menu-vertical .menu-title{color:#272727}.header-menu.header-menu-style-3 .header-bottom .header-tools .cart-info a{color:#272727}@media only screen and (min-width: 992px) and (max-width: 1199px){.header-menu.header-menu-style-3 .header-bottom .header-tools .cart-info a{margin-right:20px}}.header-menu.header-menu-style-3 .header-bottom .header-tools .cart-info a:hover{color:#266cfb}.header-menu.header-menu-style-3 .header-bottom .header-tools .cart-info a.bag{margin:0}.header-style-4 .header-menu-3 .header-horizontal-menu li a{color:#fff}.contact-link .phone{color:#fff;float:right;padding-left:51px;position:relative;text-align:left}.contact-link .phone p{display:block;font-size:13px;line-height:24px}.contact-link .phone a{font-size:17px;font-weight:700;color:#fff}.contact-link .phone:before{content:"";background:url(/../images/icons/icon-contact-nav.png) no-repeat 100% 100%;position:absolute;top:6px;left:0;width:39px;height:39px;display:inline-block}.slider-height-1{height:460px}@media only screen and (min-width: 768px) and (max-width: 991px){.slider-height-1{height:360px}}@media only screen and (max-width: 767px){.slider-height-1{height:300px}}.slider-height-2{height:480px}@media only screen and (min-width: 768px) and (max-width: 991px){.slider-height-2{height:350px}}@media only screen and (max-width: 767px){.slider-height-2{height:300px}}.slider-height-3{height:475px}@media only screen and (min-width: 768px) and (max-width: 991px){.slider-height-3{height:430px}}@media only screen and (max-width: 767px){.slider-height-3{height:300px}}.slider-height-4{height:530px}@media only screen and (min-width: 768px) and (max-width: 991px){.slider-height-4{height:430px}}@media only screen and (max-width: 767px){.slider-height-4{height:300px}}.slider-area .bg-img{background-position:center center;background-size:cover;position:relative;z-index:1;background-color:#bebebe}.slider-area .bg-img:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:#fff;z-index:-1;opacity:0.32}.slider-area .bg-img .slider-content-1 p{display:block;font-size:20px;color:#585858;font-weight:300;line-height:24px;margin-top:25px;margin-bottom:50px}@media only screen and (max-width: 479px){.slider-area .bg-img .slider-content-1 p{font-size:18px;margin-bottom:25px}}.slider-area .bg-img .slider-content-1 h1{font-size:48px;font-weight:700;line-height:1;color:#272727;font-family:"SofiaPro-SemiBold"}@media only screen and (max-width: 767px){.slider-area .bg-img .slider-content-1 h1{font-size:32px}}@media only screen and (max-width: 479px){.slider-area .bg-img .slider-content-1 h1{font-size:28px}}.slider-area .bg-img .slider-content-1 a{width:140px;height:45px;line-height:45px;text-align:center;display:inline-block;background-color:#146CDA;color:#fff;font-weight:700;border-radius:5px;font-size:14px}.slider-area .bg-img .slider-content-1 a:hover{background-color:#272727}.slider-area .slick-dots{position:absolute;top:auto;left:50%;margin-left:-36px;bottom:30px;z-index:1}.slider-area .slick-dots li{font-size:0;width:14px;height:14px;background:#fff;margin:0 5px;border-radius:50%;transition:all 0.3s ease-in-out;cursor:pointer}.slider-area .slick-dots li.slick-active{background:#266cfb}.slider-area .slick-dots li:hover{background:#266cfb}.slider-area.slider-dots-style-2 .slick-dots{left:70px;margin-left:0px}@media only screen and (max-width: 767px){.slider-area.slider-dots-style-2 .slick-dots{left:50%;margin-left:-36px}}.slider-area.slider-dots-style-3 .slick-dots{left:10%}@media only screen and (max-width: 767px){.slider-area.slider-dots-style-3 .slick-dots{left:50%;margin-left:-36px}}.slider-nav-style-1 .slick-arrow{position:absolute;top:-44px;right:0;background:#fff;padding-left:30px;font-size:16px;z-index:1}.slider-nav-style-1 .slick-arrow i{cursor:pointer;webkit-transition:all 300ms linear;transition:all 300ms linear}.slider-nav-style-1 .slick-arrow i:hover{color:#266cfb}.slider-nav-style-1 .slick-arrow.next{right:0}.slider-nav-style-1 .slick-arrow.prev{right:17px;z-index:2}.slider-nav-style-1.slider-nav-style-4 .slick-arrow{top:-45px}.slider-nav-style-1.slider-nav-style-5 .slick-arrow{top:-54px}.slider-nav-style-2 .slick-arrow{position:absolute;top:-44px;right:0;background:#fff;padding-left:30px;font-size:16px;z-index:1}.slider-nav-style-2 .slick-arrow i{cursor:pointer;webkit-transition:all 300ms linear;transition:all 300ms linear}.slider-nav-style-2 .slick-arrow i:hover{color:#266cfb}.slider-nav-style-2 .slick-arrow.next{right:15px}.slider-nav-style-2 .slick-arrow.prev{right:32px;z-index:2}.slider-nav-style-3 .slick-arrow{position:absolute;top:-48px;right:0;background:#fff;font-size:16px;z-index:1}.slider-nav-style-3 .slick-arrow i{cursor:pointer;webkit-transition:all 300ms linear;transition:all 300ms linear}.slider-nav-style-3 .slick-arrow i:hover{color:#266cfb}.slider-nav-style-3 .slick-arrow.next{right:15px}.slider-nav-style-3 .slick-arrow.prev{right:32px;z-index:2}.static-area .static-area-wrap{border:1px solid #e5e5e5;padding:30px 0}.static-area .static-area-wrap .col-lg-3{padding:0}.static-area .single-static{position:relative;display:flex;align-items:flex-start;padding:0px 30px 0px 30px;border-left:1px solid #f2f2f2}@media only screen and (max-width: 767px){.static-area .single-static{padding:0px 30px 0px 30px}}.static-area .single-static img{flex:0 0 auto;margin:0;margin-right:15px}.static-area .single-static .single-static-meta h4{color:#272727;font-size:14px;font-weight:700;text-transform:capitalize;line-height:24px;margin-bottom:5px}@media only screen and (min-width: 992px) and (max-width: 1199px){.static-area .single-static .single-static-meta h4{font-size:14px}}.static-area .single-static .single-static-meta p{line-height:17px;color:#9d9c9c;font-size:13px;font-weight:300;margin:0}.banner-area .banner-wrapper{position:relative;overflow:hidden;margin-bottom:30px}.banner-area .banner-wrapper img{width:100%;transition:all 300ms linear}.banner-area .banner-wrapper:hover img{transition:all 300ms linear}.banner-area .banner-wrapper:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;margin:0 auto;z-index:1;pointer-events:none;transition:all 300ms linear}.banner-area .banner-wrapper:hover::before{box-shadow:0 0 0 15px rgba(0,0,0,0.1) inset}.banner-area.banner-area-2 .banner-wrapper{margin:0}.banner-area.banner-area-2 .banner-wrapper:first-child{margin-bottom:15px}.popular-categories-area .popular-category-slider-wrapper{margin-left:-15px;margin-right:-15px}.popular-categories-area .popular-category-slider-wrapper .single-slider-item{padding:0 15px}.popular-categories-area .popular-category-slider-wrapper .category-slider-bg{background-color:#fff}.popular-categories-area .popular-category-slider-wrapper .category-slider-bg .category-discript{padding:30px 25px}.popular-categories-area .popular-category-slider-wrapper .thumb-category{position:relative;overflow:hidden}.popular-categories-area .popular-category-slider-wrapper .thumb-category img{width:100%;transition:all 300ms linear}.popular-categories-area .popular-category-slider-wrapper .thumb-category:hover img{transition:all 300ms linear;transform:scale(1.035) rotate(0.05deg)}.popular-categories-area .popular-category-slider-wrapper .category-discript{padding-top:20px;padding-left:15px}.popular-categories-area .popular-category-slider-wrapper .category-discript h4{font-size:15px;text-transform:capitalize;color:#272727;display:block;line-height:1;margin:5px 0px 20px 0px}.popular-categories-area .popular-category-slider-wrapper .category-discript li{display:block}.popular-categories-area .popular-category-slider-wrapper .category-discript a{color:#9d9c9c;font-size:13px;line-height:24px;display:block;text-transform:capitalize}.popular-categories-area .popular-category-slider-wrapper .category-discript a:hover{color:#266cfb}.popular-categories-area .popular-category-slider-wrapper .category-discript a.view-all-btn{display:block;margin-top:10px;font-size:14px;line-height:24px;color:#266cfb;border-radius:5px}.popular-categories-area .popular-category-slider-wrapper .category-discript a.view-all-btn:hover{color:#266cfb}.popular-categories-area.popular-categories-area-2 .section-title h2{background-color:#f4f4f4}.popular-categories-area.popular-categories-area-2 .slider-nav-style-2 .slick-arrow{background-color:#f4f4f4}.popular-categories-area.popular-categories-area-2 .popular-category-slider-wrapper .category-discript{padding-top:0px;padding-left:0px;background:#fff}.popular-categories-area.popular-categories-area-2 .popular-category-slider-wrapper .category-discript h4{font-size:15px;padding:18px 0 19px 20px;color:#fff;background:#266cfb;font-weight:700;width:100%;margin:0px 0px 20px 0px;display:inline-block}.popular-categories-area.popular-categories-area-2 .popular-category-slider-wrapper .category-discript ul{padding:0 0 0 20px}.popular-categories-area.popular-categories-area-2 .popular-category-slider-wrapper .category-discript a.view-all-btn{line-height:24px;color:#266cfb;border-radius:5px;padding:0 0 20px 20px}.list-product{position:relative;background:#fff;transition:all 300ms linear;padding:2%}.list-product .product-inner{position:relative}.list-product:before{content:"";background:#f2f2f2;width:1px;height:92%;position:absolute;top:2px;right:2px;z-index:1}.list-product .img-block{position:relative}.list-product .img-block img{width:100%;margin:0;transition:all 300ms linear}.list-product .img-block .second-img{position:absolute;opacity:0;transition:all 300ms linear;left:0;max-width:100%;opacity:0;position:absolute;top:0}.list-product:hover .product-inner{z-index:3;border-radius:5px;box-shadow:0px 0px 4.65px 0.35px rgba(0,0,0,0.2)}.list-product:hover .second-img{opacity:1;visibility:visible}.list-product:hover .add-to-link{opacity:1;visibility:visible;transform:translateY(0) translateZ(0)}.list-product .new{position:absolute;top:10px !important;left:15px;display:inline-block;color:#272727;background:#f7d807;padding:0;width:45px;text-align:center;line-height:20px;height:22px;font-size:11px;text-transform:capitalize;text-align:center;z-index:4;border-radius:5px;font-weight:600}.list-product .product-decs{padding:15px}.list-product .product-decs a{font-size:11px;text-transform:uppercase;color:#9d9c9c;line-height:1;margin-bottom:10px;display:inline-block}.list-product .product-decs a:hover{color:#272727}.list-product .product-decs h2{font-weight:400;margin:0;line-height:1}.list-product .product-decs h2 a{line-height:20px;display:block;margin-bottom:10px;font-weight:400;font-size:14px;color:#272727;text-transform:capitalize}.list-product .product-decs h2 a:hover{color:#266cfb}.list-product .product-decs .pricing-meta{line-height:20px;transition:all 300ms linear;margin-bottom:20px}.list-product .product-decs .pricing-meta li{color:#96989c;font-weight:400;margin-right:5px;font-size:12px}.list-product .product-decs .pricing-meta li.old-price{text-decoration:line-through}.list-product .product-decs .pricing-meta li.old-price.not-cut{text-decoration:none;color:#1d1d1d;font-size:16px;font-weight:600}.list-product .product-decs .pricing-meta li.current-price{font-weight:700;color:#272727;font-size:16px}.list-product .product-decs .pricing-meta li.discount-price{display:inline-block;vertical-align:top;color:#fff;background:#eb2606;padding:0 4px;border-radius:5px;text-align:center;line-height:20px;height:20px;font-size:12px;font-weight:700;text-transform:capitalize;text-align:center;z-index:4;margin-left:2px}.list-product .add-to-link{position:absolute;right:15px;top:15px;line-height:1;font-size:0;visibility:hidden;opacity:0;transform:translateX(25px) translateZ(0);-webkit-transform:translateX(25px) translateZ(0);perspective:800px;-webkit-perspective:800px;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease}.list-product .add-to-link li{vertical-align:top;margin-bottom:10px;transition:all 300ms linear;display:block}.list-product .add-to-link a{display:inline-block;background:#e8e8e8;color:#272727;padding:0;border:none;line-height:36px;height:36px;width:36px;border-radius:100%;padding:0;font-size:16px;text-align:center;text-transform:capitalize}.list-product .add-to-link a:hover{background:#266cfb;color:#fff}.list-product .cart-btn{position:absolute;left:0;right:0;bottom:-16px;margin:0 auto;opacity:0;z-index:5;webkit-transition:all 300ms linear;transition:all 300ms linear}.list-product .cart-btn a.add-to-curt{font-size:13px;color:#fff;background:#266cfb;border:none;box-shadow:none;padding:0 20px;line-height:36px;border-radius:5px;text-transform:uppercase;cursor:pointer;display:inline-block}.list-product .cart-btn a.add-to-curt:hover{background-color:#333}.list-product:hover .cart-btn{opacity:1}.feature-area .slider-single-item{margin-bottom:15px}.feature-tab-area .nav-tabs{position:relative;display:block;border-bottom:1px solid #ebebeb;margin-bottom:15px}.feature-tab-area .nav-tabs li a{margin:0;text-transform:capitalize;position:relative;padding-bottom:20px;display:inline-block;vertical-align:top;font-size:24px;font-weight:400;line-height:1;color:#888;cursor:pointer;margin-right:35px;transition:all 300ms linear}.feature-tab-area .nav-tabs li a:after{content:"";position:absolute;left:0;right:0;height:2px;bottom:-1px;background:transparent}.feature-tab-area .nav-tabs li a.active{color:#1d1d1d}.feature-tab-area .nav-tabs li a.active:after{background:#266cfb}.feature-tab-area .nav-tabs li a:hover{color:#1d1d1d}.feature-tab-area .nav-tabs li a:hover:after{background:#266cfb}@media only screen and (max-width: 767px){.feature-tab-area .nav-tabs li a{font-size:16px;margin-right:20px}}@media only screen and (max-width: 360px){.feature-tab-area .nav-tabs li a{font-size:14px}}@media only screen and (min-width: 1300px) and (max-width: 1380px){.single-product-responsive .list-product .add-to-link{padding:0px 7px 15px 10px}}.hot-deal-slider-wrapper .list-product{width:100%;padding:15px;border:1px solid #266cfb;border-radius:5px;margin:2px 0 0}.hot-deal-slider-wrapper .list-product:before{display:none}.hot-deal-slider-wrapper .list-product:hover .product-inner{box-shadow:none}.hot-deal-slider-wrapper .list-product .product-decs{padding:50px 0 0 0}.hot-deal-slider-wrapper .list-product .in-stock{font-size:13px;text-transform:capitalize;color:#9d9c9c;line-height:1;display:block}.hot-deal-slider-wrapper .list-product .in-stock span{color:#266cfb}.hot-deal-slider-wrapper .list-product .clockdiv{line-height:1;padding:35px 0px 20px 0px;font-size:22px}@media only screen and (min-width: 768px) and (max-width: 991px){.hot-deal-slider-wrapper .list-product .clockdiv{font-size:18px}}.hot-deal-slider-wrapper .list-product .clockdiv span{display:inline-block;padding:0 10px;text-align:center;color:#272727;position:relative}@media only screen and (min-width: 768px) and (max-width: 991px){.hot-deal-slider-wrapper .list-product .clockdiv span{padding:0 5px}}.hot-deal-slider-wrapper .list-product .clockdiv span p{font-size:11px;color:#9d9c9c;text-transform:uppercase;margin:5px 0 0}.hot-deal-slider-wrapper .list-product .clockdiv span:after{position:absolute;top:0;left:-4px;content:":"}.hot-deal-slider-wrapper .list-product .clockdiv span:first-child:after{display:none}@media only screen and (max-width: 767px){.hot-deal-slider-wrapper .list-product .clockdiv{display:inline-block;margin-bottom:0px}}.hot-deal-slider-wrapper .list-product .cart-btn{position:inherit;opacity:1;margin:0 0 25px}.hot-deal-area .section-title{margin-bottom:15px}.hot-deal-area .section-title h2{background-color:#f4f4f4}.hot-deal-area .hot-deal-slider-wrapper-2{margin-left:-15px;margin-right:-15px}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item{padding:10px 15px;border-radius:5px}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product{width:100%;padding:0px;border:0px;border-radius:5px;margin:0px 0 0;transition:all 300ms linear}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product:before{display:none}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .product-inner{transition:all 300ms linear;border-radius:5px}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product:hover .product-inner{z-index:3;border-radius:5px;box-shadow:0px 0px 4.65px 0.35px rgba(0,0,0,0.2)}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv{line-height:1;padding:0px 0px;margin-top:20px;font-size:16px}@media only screen and (min-width: 768px) and (max-width: 991px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv{font-size:14px}}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv span{display:inline-block;padding:12px 0 0;text-align:center;color:#272727;position:relative;border:2px solid #f7d807;border-radius:5px;width:45px;height:60px;margin-right:5px}@media only screen and (min-width: 768px) and (max-width: 991px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv span{padding:10px 0 0;width:38px;height:50px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv span{padding:10px 0 0;width:38px;height:50px}}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv span p{font-size:9px;color:#9d9c9c;text-transform:uppercase;margin:5px 0 0}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv span:after{display:none}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv span:last-child{margin:0px 0 0}@media only screen and (max-width: 767px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .clockdiv{display:inline-block}}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .cart-btn{position:initial;opacity:1;margin:0 0 30px;display:inline-block}.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .product-decs{padding:25px 0px 0px 0px}@media only screen and (min-width: 992px) and (max-width: 1199px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .product-decs h2 a{padding:0 10px}}@media only screen and (min-width: 768px) and (max-width: 991px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .product-decs h2 a{padding:0 10px}}@media only screen and (max-width: 767px){.hot-deal-area .hot-deal-slider-wrapper-2 .slider-single-item .list-product .product-decs h2 a{padding:0 15px}}.hot-deal-area .slider-nav-style-2 .slick-arrow{background:#f4f4f4;top:-34px}.arrival-area .nav-tabs{border-bottom:0px solid #dee2e6;line-height:1;float:right;position:relative;z-index:1;background:#fff;padding-left:15px;padding-right:40px}@media only screen and (max-width: 767px){.arrival-area .nav-tabs{padding-left:10px;padding-right:50px}}@media only screen and (max-width: 575px){.arrival-area .nav-tabs{padding-left:0px;padding-right:40px;float:none}}.arrival-area .nav-tabs .nav-item{margin-bottom:0px}.arrival-area .nav-tabs .nav-item a.nav-link{border:0;color:#777;padding:5px 15px}@media only screen and (max-width: 767px){.arrival-area .nav-tabs .nav-item a.nav-link{padding:5px 5px}}@media only screen and (max-width: 575px){.arrival-area .nav-tabs .nav-item a.nav-link{padding:20px 10px 0px 10px}}@media only screen and (max-width: 360px){.arrival-area .nav-tabs .nav-item a.nav-link{padding:20px 7px 0px 7px;font-size:14px}}.arrival-area .nav-tabs .nav-item a.nav-link:hover{color:#2b2d2f}.arrival-area .nav-tabs .nav-item a.nav-link.active{color:#2b2d2f;background-color:#fff;border:0px}.arrival-area .nav-tabs .nav-item a.nav-link:hover{border:0}.arrival-area .nav-tabs .nav-item a.nav-link:focus{border:0}@media only screen and (max-width: 575px){.arrival-area .nav-tabs .nav-item a.nav-link:first-child{padding-left:0px}}@media only screen and (max-width: 575px){.arrival-area .slider-nav-style-1 .slick-arrow{top:-79px}}@media only screen and (max-width: 360px){.arrival-area .slider-nav-style-1 .slick-arrow{top:-79px}}@media only screen and (max-width: 575px){.arrival-area .section-title:before{top:23%}}@media only screen and (max-width: 360px){.arrival-area .section-title:before{top:23%}}.brand-slider{padding:35px 30px;background:#ffffff;border:1px solid #e5e5e5;border-radius:5px}.brand-slider .brand-slider-item img{filter:gray;-webkit-filter:grayscale(1);transition:all 300ms linear;margin:auto;opacity:0.5}.brand-slider .brand-slider-item:hover img{filter:none;-webkit-filter:grayscale(0);opacity:1;transform:scale(1.05) rotate(0.05deg)}.arrival-area .list-product{padding:1%;margin-bottom:30px}@media only screen and (min-width: 992px) and (max-width: 1199px){.arrival-area .list-product{padding:2%}}@media only screen and (max-width: 767px){.arrival-area.single-product-nav .section-title h2{padding:0;width:85%}}@media only screen and (max-width: 767px){.arrival-area.single-product-nav .section-title:before{display:none}}@media only screen and (max-width: 767px){.arrival-area.single-product-nav .slider-nav-style-1 .slick-arrow{top:-45px}}.footer-area{color:#777777;background:#fff}.footer-area .footer-top{padding:50px 0 35px 0}@media only screen and (max-width: 767px){.footer-area .footer-top{padding:50px 0 45px 0}}.footer-area .footer-top .single-wedge .footer-logo{margin:0 0 30px}.footer-area .footer-top .single-wedge h4{font-size:16px;text-transform:uppercase;font-weight:600;margin-bottom:30px;position:relative;color:#272727}.footer-area .footer-top .single-wedge p{line-height:24px}.footer-area .footer-top .single-wedge p.text-infor{width:90%;margin:0 0 15px}@media only screen and (max-width: 767px){.footer-area .footer-top .single-wedge p.text-infor{width:100%}}.footer-area .footer-top .single-wedge .need_help p{font-size:14px;color:#777777;margin-bottom:15px}.footer-area .footer-top .single-wedge .need_help p span{color:#272727}.footer-area .footer-top .single-wedge .need_help p a{color:#777777}.footer-area .footer-top .single-wedge .need_help p a:hover{color:#266cfb}.footer-area .footer-top .single-wedge .footer-links li{display:block;margin:0;line-height:1;border:0;padding:0;font-weight:400;margin-bottom:8px}.footer-area .footer-top .single-wedge .footer-links a{font-size:14px;line-height:24px;padding:0;display:block;text-transform:capitalize;color:#777;margin-bottom:0;display:block;position:relative;transition:all 300ms linear}.footer-area .footer-top .single-wedge .footer-links a:hover{padding-left:10px;color:#266cfb}.footer-area .footer-top .footer-blog-post{width:100%;background:#ffffff;display:flex}@media only screen and (min-width: 768px) and (max-width: 991px){.footer-area .footer-top .footer-blog-post{display:flex}}@media only screen and (max-width: 767px){.footer-area .footer-top .footer-blog-post{display:flex}}.footer-area .footer-top .footer-blog-post .footer-blog-post-top{width:80px;display:inline-block;vertical-align:top;margin-right:15px}.footer-area .footer-top .footer-blog-post .footer-blog-post-top .post-thumbnail{position:relative;overflow:hidden;border-radius:5px}.footer-area .footer-top .footer-blog-post .footer-blog-post-top .post-thumbnail img{width:100%;transition:all 300ms linear}.footer-area .footer-top .footer-blog-post .footer-blog-post-top .post-thumbnail:hover img{transform:scale(1.05) rotate(0.05deg)}.footer-area .footer-top .footer-blog-post .footer-blog-content{width:71%;display:inline-block}.footer-area .footer-top .footer-blog-post .footer-blog-content h4{margin:0 0 0}.footer-area .footer-top .footer-blog-post .footer-blog-content h4 a{font-size:15px;line-height:1;color:#272727;font-weight:600;text-transform:capitalize;position:relative;display:block;margin-bottom:10px}.footer-area .footer-top .footer-blog-post .footer-blog-content h4 a:hover{color:#266cfb}@media only screen and (max-width: 360px){.footer-area .footer-top .footer-blog-post .footer-blog-content h4 a{font-size:12px}}.footer-area .footer-top .footer-blog-post .footer-blog-content .footer-blog-meta span{font-size:13px;color:#777;line-height:20px}.footer-area .footer-top .footer-blog-post .footer-blog-content .footer-blog-meta span a{color:#272727}.footer-area .footer-top .footer-blog-post .footer-blog-content .footer-blog-meta span a:hover{color:#266cfb}.footer-area .footer-top .footer-blog-post .footer-blog-content .footer-blog-meta span.autor{display:block}.footer-area .footer-center .container{padding:20px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}@media (min-width: 1200px){.footer-area .footer-center .container{max-width:1110px}}@media only screen and (max-width: 575px){.footer-area .footer-center .container{padding:20px 15px}}.footer-area .footer-center .heading-info{font-size:18px;color:#272727;margin:0 20px 0 0;text-transform:capitalize;display:inline-block;font-weight:600;vertical-align:bottom;align-self:center}@media only screen and (min-width: 768px) and (max-width: 991px){.footer-area .footer-center .heading-info{margin:0 10px 0 0}}@media only screen and (max-width: 360px){.footer-area .footer-center .heading-info{font-size:16px;margin:0 12px 0 0}}@media only screen and (max-width: 575px){.footer-area .footer-center .heading-info{font-size:16px;margin:0 8px 0 0}}.footer-area .footer-center .footer-paymet-warp{margin:7px 0 0}@media only screen and (max-width: 360px){.footer-area .footer-center .footer-paymet-warp img{margin:3px 0 0}}.footer-area .footer-center .footer-social-icon{float:right}@media only screen and (max-width: 767px){.footer-area .footer-center .footer-social-icon{float:none;margin-top:20px}}.footer-area .footer-center .footer-social-icon li{display:inline-block;margin:0 11px 0 0;line-height:34px;background-image:none !important;padding:0}@media only screen and (max-width: 360px){.footer-area .footer-center .footer-social-icon li{margin:0 4px 0 0}}.footer-area .footer-center .footer-social-icon li a{position:relative;display:inline-block;vertical-align:middle;color:#fff !important;background:#ffffff;font-size:16px;padding:0;line-height:34px;width:34px;height:34px;border-radius:100%;text-align:center;border:none;z-index:1;transition:all 300ms linear}@media only screen and (max-width: 360px){.footer-area .footer-center .footer-social-icon li a{font-size:14px;line-height:30px;width:30px;height:30px}}.footer-area .footer-center .footer-social-icon li:last-child{margin:0 0 0 0}.footer-area .footer-center .footer-social-icon li.facebook a{background:#3b579d}.footer-area .footer-center .footer-social-icon li.twitter a{background:#1da1f2}.footer-area .footer-center .footer-social-icon li.google a{background:#cc3333}.footer-area .footer-center .footer-social-icon li.youtube a{background:#d32a2a}.footer-area .footer-center .footer-social-icon li.instagram a{background:#a0369c}.footer-tags{padding-top:48px;padding-bottom:48px}.footer-tags .tag-content{float:right;line-height:1;text-align:center}.footer-tags .tag-content ul li a{display:inline-block;color:#272727;font-size:13px;padding:0 15px;line-height:1;margin-bottom:10px;position:relative}.footer-tags .tag-content ul li a:before{position:absolute;top:2px;left:auto;content:"";right:-1px;background:#272727;width:1px;height:12px}.footer-tags .tag-content ul li a:hover{color:#266cfb}.footer-tags .tag-content ul li:first-child a{padding-left:0}.footer-tags .tag-content ul li:last-child a:before{display:none}.footer-tags .copy-text{line-height:1;color:#777;font-size:13px;margin-top:35px;text-align:center}.footer-tags .copy-text a{color:#266cfb}.footer-tags .copy-text a:hover{text-decoration:underline;opacity:0.7}.mc-news{position:absolute;left:-5000px}body.offcanvas-open{overflow:hidden;padding-right:17px}.offcanvas{font-size:14px;font-weight:400;position:fixed;z-index:1000;top:0;right:0;left:auto;display:block;overflow:auto;width:400px;height:100%;padding:20px;transition:all 0.5s ease 0s;transform:translateX(100%);background-color:#fff;box-shadow:none}@media only screen and (max-width: 479px){.offcanvas{width:300px}}.offcanvas .inner{position:relative;z-index:9;display:flex;flex-direction:column;height:100%}.offcanvas .inner .head{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eee}.offcanvas .inner .head .title{color:#1d1d1d;font-weight:700}.offcanvas .inner .head .offcanvas-close{position:relative;width:20px;height:20px;text-indent:-9999px;border:0;background-color:transparent}.offcanvas .inner .head .offcanvas-close::after{position:absolute;top:calc(50% - 1px);left:0;width:20px;height:2px;content:"";transition:all 0.5s ease 0s;transform:rotate(-45deg);background-color:#333}.offcanvas .inner .head .offcanvas-close::before{position:absolute;top:calc(50% - 1px);left:0;width:20px;height:2px;content:"";transition:all 0.5s ease 0s;transform:rotate(45deg);background-color:#333}.offcanvas .inner .head .offcanvas-close:hover:before{transform:rotate(180deg)}.offcanvas .inner .head .offcanvas-close:hover:after{transform:rotate(0deg)}.offcanvas .inner .offcanvas-menu-search-form{margin-bottom:30px}.offcanvas .inner .offcanvas-menu-search-form form{position:relative}.offcanvas .inner .offcanvas-menu-search-form form input[type=text]{width:100%;padding:12px 20px;padding-right:50px;color:#1d1d1d;border:1px solid #ebebeb;display:block;font-size:16px;background:transparent}.offcanvas .inner .offcanvas-menu-search-form form input[type=text]:focus{border-bottom-color:#266cfb}.offcanvas .inner .offcanvas-menu-search-form form button{position:absolute;top:0;right:0;bottom:0;padding:5px 15px;border:0;background-color:transparent;outline:none}.offcanvas .inner .offcanvas-menu-search-form form button i{font-size:16px}.offcanvas .inner .offcanvas-menu-search-form form button:hover{color:#266cfb}.offcanvas .inner .offcanvas-menu ul li{position:relative;display:block;line-height:28px}.offcanvas .inner .offcanvas-menu ul li a{display:block;padding:8px 24px 8px 0;text-transform:uppercase;color:#7e7e7e}.offcanvas .inner .offcanvas-menu ul li .sub-menu{position:static;top:auto;display:none;visibility:visible;width:100%;min-width:auto;padding:0;padding-left:15px;transition:none;opacity:1;box-shadow:none}.offcanvas .inner .offcanvas-menu ul li .sub-menu li{line-height:inherit;position:relative}.offcanvas .inner .offcanvas-menu ul li .sub-menu li a{text-transform:capitalize}.offcanvas .inner .offcanvas-menu ul li .menu-expand{position:absolute;z-index:2;top:0;right:0;width:24px;height:44px;cursor:pointer;background-color:transparent}.offcanvas .inner .offcanvas-menu ul li:hover>a{color:#266cfb}.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before{background:#266cfb}.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after{background:#266cfb}.offcanvas .inner .offcanvas-social li{display:inline-block;margin:0 10px 10px 0;line-height:40px;padding:0}.offcanvas .inner .offcanvas-social li a{position:relative;display:inline-block;vertical-align:middle;color:#fff;background:#247cea;font-size:16px;padding:0;line-height:40px;width:40px;height:40px;border-radius:100%;text-align:center;border:none;z-index:1;transition:all 300ms linear}.offcanvas .inner .offcanvas-social li a:hover{background:#1d1d1d;Color:#fff}.offcanvas .inner .foot .buttons a{display:block;text-transform:uppercase;font-weight:700;font-size:14px;border:none;color:#47494a;box-shadow:none;padding:10px 15px;line-height:26px;border:none;background:#ebebeb;border-radius:5px}.offcanvas .inner .foot .buttons a:hover{background-color:#266cfb;color:#fff}.offcanvas .inner .foot .buttons .current-btn{background-color:#266cfb;color:#fff}.offcanvas .inner .foot .sub-total{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:15px;padding-bottom:15px;border-top:1px solid #eee;margin:30px 0;border-bottom:1px solid #eee}.offcanvas .inner .foot .sub-total strong{font-weight:600;color:#333}.offcanvas .inner .foot .sub-total .amount{color:#eb2606;font-weight:600}.offcanvas .inner .foot .minicart-message{margin-top:30px;margin-bottom:30px}offcanvas-menu>ul>li .menu-expand{position:absolute;z-index:2;top:0;right:0;width:24px;height:44px;cursor:pointer;background-color:transparent}.offcanvas.offcanvas-mobile-menu{right:auto;left:0;padding:50px 40px;transform:translateX(-100%)}@media only screen and (max-width: 479px){.offcanvas.offcanvas-mobile-menu{padding:50px 17px}}.offcanvas-menu>ul>li .menu-expand::before,.offcanvas-menu>ul>li .menu-expand::after{position:absolute;top:calc(50% - 1px);left:calc(50% - 7px);width:14px;height:2px;content:"";transition:all 0.5s ease 0s;transform:scale(0.75);background-color:#7e7e7e}.offcanvas-menu>ul>li .menu-expand::after{transform:rotate(90deg) scale(0.75)}.offcanvas-menu>ul>li.active>.menu-expand::after{transform:rotate(0) scale(0.75)}.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after{transform:rotate(0) scale(0.75)}.offcanvas.offcanvas-mobile-menu.offcanvas-open{transform:translateX(0)}.offcanvas-overlay{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;display:none;background-color:rgba(0,0,0,0.5)}.offcanvas.offcanvas-open{transform:translateX(0)}.mobile-menu-toggle.home-2 svg{position:initial;transform:translate3d(-29%, 0%, 0)}.mobile-menu-toggle svg{position:absolute;top:50%;left:auto;width:50px;height:50px;margin-top:-2px;margin-left:-2px;cursor:pointer;transform:translate3d(-50%, -50%, 0);right:-90px}.mobile-menu-toggle svg path{transition:stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);fill:none;stroke:#1d1d1d;stroke-dashoffset:0;stroke-linecap:round;stroke-width:30px}@media only screen and (max-width: 575px){.mobile-menu-toggle svg{right:-80px}}.mobile-menu-toggle svg path#top,.mobile-menu-toggle svg path#bottom{stroke-dasharray:240px 950px}.mobile-menu-toggle svg path#middle{stroke-dasharray:240px 240px}.mobile-menu-toggle .close svg path#top,.mobile-menu-toggle .close svg path#bottom{stroke-dasharray:-650px;stroke-dashoffset:-650px}.mobile-menu-toggle .close svg path#middle{stroke-dasharray:1px 220px;stroke-dashoffset:-115px}.minicart-product-list{margin:0;padding-left:0;list-style:none}.minicart-product-list li{display:flex;flex-wrap:wrap;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #ebebeb}.minicart-product-list li .image{flex:1 0 75px}.minicart-product-list li .image img{max-width:100%;border:1px solid #ebebeb}@media only screen and (max-width: 575px){.minicart-product-list li .image{flex:1 0 50px}}.minicart-product-list li .content{position:relative;flex:1 0 calc(100% - 150px);padding-left:15px}.minicart-product-list li .content .title{color:#1d1d1d;font-weight:600}.minicart-product-list li .content .title:hover{color:#266cfb}.minicart-product-list li .content .quantity-price{font-size:14px;display:block;margin-top:10px}.minicart-product-list li .content .quantity-price .amount{color:#1d1d1d;font-weight:600}.minicart-product-list li .content .remove{line-height:1.5;position:absolute;top:0;right:0;padding:0 3px;color:#1d1d1d;font-size:16px}.minicart-product-list li .content .remove:hover{color:#eb2606}@media only screen and (max-width: 575px){.minicart-product-list li .content{flex:1 0 calc(100% - 75px)}}.minicart-product-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.header-tools{position:relative}.header-tools .cart-info a{font-size:13px;color:#999;margin-right:30px;position:relative}.header-tools .cart-info a:before{position:absolute;top:-8px;left:34px;display:inline-block;width:19px;height:19px;color:#fff;background:#266cfb;line-height:19px;font-size:11px;border-radius:100%;text-align:center;font-weight:700;content:"3"}@media only screen and (max-width: 479px){.header-tools .cart-info a:before{width:15px;height:15px;line-height:15px;font-size:10px;left:10px}}@media only screen and (max-width: 575px){.header-tools .cart-info a:before{top:0px;left:27px}}@media only screen and (max-width: 575px){.header-tools .cart-info a{margin-right:15px}}@media only screen and (max-width: 479px){.header-tools .cart-info a{margin-right:15px}}.header-tools .cart-info a:hover{color:#266cfb}.header-tools .cart-info a i{font-size:28px;padding-right:10px}@media only screen and (max-width: 575px){.header-tools .cart-info a span{display:none}}.header-tools .cart-info a.bag{margin:0}@media only screen and (min-width: 768px) and (max-width: 991px){.header-tools{margin-right:50px}}@media only screen and (max-width: 767px){.header-tools{margin-right:50px}}@media only screen and (max-width: 575px){.header-tools{margin-right:40px}}.header-tools .dropdown button{font-size:24px;margin-right:20px}.header-tools .dropdown button:hover{color:#1d1d1d !important}.header-tools .dropdown ul.dropdown-menu{margin:0;top:30px !important;right:0px;left:auto !important;min-width:130px;overflow:hidden;border-radius:0;border:1px solid #ebebeb;background:#fff none repeat scroll 0 0;box-shadow:0 1px 7px -2px rgba(0,0,0,0.3);transform:rotateX(90deg);transform-origin:center top 0}.header-tools .dropdown ul.dropdown-menu li{display:block;padding:0px 18px;border:0}.header-tools .dropdown ul.dropdown-menu li:last-child a{border:0}.header-tools .dropdown ul.dropdown-menu li a{display:block;width:100%;padding:12px 10px;color:#47494a;font-size:13px;clear:both;font-weight:400;text-align:inherit;white-space:nowrap;background:none;border-bottom:1px solid #ebebeb}.header-tools .dropdown ul.dropdown-menu li a:hover{color:#266cfb}.tools-style-2 .cart-info a{color:#fff}.tools-style-2 .cart-info a:before{background:#fff;color:#1d1d1d}.tools-style-2 .cart-info a:hover{color:#1d1d1d !important}.search-element{position:relative}.search-element .search-category{position:absolute;width:160px}.search-element .search-category:before{content:"";display:inline-block;font-size:12px;font-family:"Ionicons";font-weight:400;float:right;position:absolute;z-index:2;top:18px;right:20px;color:#272727}@media only screen and (max-width: 575px){.search-element .search-category:before{right:50px}}.search-element .search-category select{width:170px;height:49px;line-height:45px;margin:0;border:0;padding:0 25px;color:#272727;font-size:13px;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;border-radius:5px;background:#F7F7F7;cursor:pointer}@media only screen and (max-width: 575px){.search-element .search-category select{padding:0 10px;width:118px}}.search-element input{width:100%;border:1px solid #e9e9e9;height:49px;line-height:45px;padding:20px 100px 20px 200px;border-radius:5px}@media only screen and (max-width: 575px){.search-element input{padding-left:125px;font-size:12px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.search-element input{padding:20px 100px 20px 180px}}@media only screen and (max-width: 479px){.search-element input{padding:20px 45px 20px 130px}}@media only screen and (max-width: 360px){.search-element input{padding:20px 45px 20px 124px}}.search-element button{position:absolute;top:0;right:0;height:49px;line-height:42px;text-align:center;width:96px;text-align:center;color:#fff;border-radius:0 5px 5px 0;padding:0;border:0;transition:all 300ms linear;background:#266cfb;font-weight:700;font-size:14px}.search-element button i{font-size:24px;display:block;line-height:46px}@media only screen and (max-width: 360px){.search-element button i{font-size:14px}}@media only screen and (max-width: 575px){.search-element button i{font-size:16px}}.search-element button:hover{background-color:#1d1d1d}@media only screen and (max-width: 575px){.search-element button{width:70px}}@media only screen and (max-width: 479px){.search-element button{width:52px}}@media only screen and (max-width: 360px){.search-element button{width:40px}}.header-top-2 .search-element input{background:#fff;border-radius:5px}.header-top-2 .search-element button{background:#1d1d1d;height:46px}.hero-side-category{width:100%;position:relative}.hero-side-category .category-toggle-wrap{width:100%;margin-bottom:15px}.hero-side-category .category-toggle-wrap .category-toggle{padding:10px 25px;margin:0;border:none;background-color:transparent;color:#1d1d1d;font-size:14px;text-transform:uppercase;font-weight:700;line-height:24px;width:100%;text-align:left;outline:none;border:1px solid #e9e9e9;margin-top:15px}.hero-side-category .category-toggle-wrap .category-toggle i{display:inline-block;margin-right:10px;text-align:center;font-size:18px;transform:translate(0px, 2px)}.hero-side-category .category-toggle-wrap .category-toggle:after{content:"";display:inline-block;font-size:14px;font-family:"Ionicons";font-weight:400;margin-left:7px;float:right;transform:translateY(1px)}.hero-side-category .category-menu{background-color:#fff;float:left;width:100%;left:0;top:100%;border:1px solid #ebebeb;position:absolute;display:none;z-index:9;height:500px;overflow-x:auto}.hero-side-category .category-menu li{display:block}.hero-side-category .category-menu li .menu-item-has-children{position:relative}.hero-side-category .category-menu li a{display:block;padding:10px 25px;line-height:30px;font-size:14px;color:#253237;font-weight:400;position:relative;border-bottom:1px solid #ebebeb}.hero-side-category .category-menu li a i{position:absolute;right:30px}.hero-side-category .category-menu li .category-mega-menu{display:none}.hero-side-category .category-menu li .category-mega-menu a{padding:10px 25px 10px 35px;line-height:30px;font-size:14px;font-weight:400;color:#253237;position:relative;margin:0;text-transform:inherit}.hero-side-category .category-menu li #more-btn{font-weight:700;padding-left:45px}.hero-side-category .category-menu li #more-btn i{right:auto;left:30px}.hero-side-category .category-menu li:hover>a{color:#266cfb}@media only screen and (min-width: 992px) and (max-width: 1199px){.mt-lg-30px{margin-top:30px}.mt-lg-50px{margin-top:50px}}@media only screen and (min-width: 768px) and (max-width: 991px){.mb-md-30px{margin-bottom:30px}.mb-md-60px{margin-bottom:60px}.mt-md-50px{margin-top:50px}.mt-md-30px{margin-top:30px}.mt-md-15px{margin-top:15px}}@media only screen and (max-width: 767px){.mb-lm-30px{margin-bottom:30px}.mt-lm-55px{margin-top:55px}.mt-lm-50px{margin-top:50px}.mt-lm-30px{margin-top:30px}.mb-lm-60px{margin-bottom:60px}.mb-lm-100px{margin-bottom:100px}.mt-lm-15px{margin-top:15px}}@media only screen and (max-width: 575px){.mb-sm-30px{margin-bottom:30px}.pb-sm-40px{padding-bottom:40px}}.breadcrumb-area{background-color:#f3f3f3;padding:30px 0}.breadcrumb-area .breadcrumb-content .nav{background:transparent;padding:0 0 0 0;margin:0;font-size:14px}@media only screen and (min-width: 992px) and (max-width: 1199px){.breadcrumb-area .breadcrumb-content .nav{padding:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.breadcrumb-area .breadcrumb-content .nav{padding:0}}@media only screen and (max-width: 767px){.breadcrumb-area .breadcrumb-content .nav{padding:0}}.breadcrumb-area .breadcrumb-content .nav li{color:#266cfb;line-height:20px}.breadcrumb-area .breadcrumb-content .nav li:after{color:#2b2d2f;margin:0 10px;vertical-align:-1px;content:"";font-family:"Ionicons"}.breadcrumb-area .breadcrumb-content .nav li a{display:inline-block;position:relative;color:#2b2d2f}.breadcrumb-area .breadcrumb-content .nav li a:hover{color:#266cfb}.breadcrumb-area .breadcrumb-content .nav li:last-child:after{display:none}.shop-category-area .shop-top-bar{padding:12px 30px;border:1px solid #ebebeb;background:#fff;border-radius:5px;margin-bottom:30px}.shop-category-area .shop-top-bar .shop-tab{flex:0 0 60%;width:60%}.shop-category-area .shop-top-bar .shop-tab a:first-child{margin-right:20px}.shop-category-area .shop-top-bar .shop-tab a.active i{color:#266cfb}.shop-category-area .shop-top-bar .shop-tab a:hover i{color:#266cfb}.shop-category-area .shop-top-bar .shop-tab i{font-size:18px;line-height:30px;color:#c1c1c1}.shop-category-area .shop-top-bar .shop-tab p{line-height:20px;font-size:14px;padding:5px;margin:0;float:left;color:#888;font-weight:400;text-transform:capitalize;margin-left:50px}@media only screen and (max-width: 575px){.shop-category-area .shop-top-bar .shop-tab p{margin-left:20px}}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-category-area .shop-top-bar .shop-tab{flex:0 0 50%;width:50%}}@media only screen and (max-width: 767px){.shop-category-area .shop-top-bar .shop-tab{flex:0 0 100%;width:100%}}.shop-category-area .shop-top-bar .select-shoing-wrap{flex:0 0 40%;width:40%}.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product{line-height:20px;font-size:14px;padding:5px;margin:0;float:left;color:#888;font-weight:400;text-transform:capitalize;width:25%}@media only screen and (min-width: 992px) and (max-width: 1199px){.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product{width:26%}}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product{width:30%}}@media only screen and (max-width: 575px){.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product{width:30%;padding:5px 0 0}}.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select{width:75%}.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select select{border:1px solid #ebebeb;padding:2px 15px;line-height:24px;font-size:14px;margin:0;background:#f7f7f7;border-radius:30px;color:#47494a;text-align:left;box-shadow:none;width:100%}@media only screen and (min-width: 992px) and (max-width: 1199px){.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select{width:80%}}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select{width:70%}}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-category-area .shop-top-bar .select-shoing-wrap{flex:0 0 50%;width:50%}}@media only screen and (max-width: 767px){.shop-category-area .shop-top-bar .select-shoing-wrap{flex:0 0 100%;width:100%;margin-top:15px}}@media only screen and (max-width: 767px){.shop-category-area .shop-top-bar{display:block !important}}.pro-pagination-style a{font-weight:400;color:#1d1d1d;padding:0;height:36px;line-height:36px;background:#f6f6f6;font-size:14px;display:inline-block;width:36px;border-radius:100%;text-align:center;vertical-align:top;font-size:14px}.pro-pagination-style a.active{color:#fff;background-color:#266cfb}.pro-pagination-style a:hover{color:#fff;background-color:#266cfb}.shop-list-wrap .list-product{margin-left:0;margin-right:0;padding:0}.shop-list-wrap .list-product:before{right:0}.shop-list-wrap .list-product .new{left:30px}.shop-list-wrap .list-product .box-inner{position:absolute;top:15px;right:25px;bottom:15px;border-left:1px solid #ebebeb;padding-left:25px;padding-top:20px}.shop-list-wrap .list-product .box-inner .in-stock{font-size:14px;text-transform:capitalize;color:#888;line-height:1;display:block;margin-bottom:20px}.shop-list-wrap .list-product .box-inner .in-stock span{color:#266cfb}.shop-list-wrap .list-product .box-inner .pricing-meta{opacity:1;transform:none !important;margin-bottom:35px;max-width:186px}.shop-list-wrap .list-product .box-inner .pricing-meta li{color:#272727;font-size:24px;font-weight:600}.shop-list-wrap .list-product .box-inner .pricing-meta li.old-price{color:#96989c;font-weight:400;margin-right:5px;font-size:18px;text-decoration:line-through}.shop-list-wrap .list-product .box-inner .add-to-link{margin-top:20px;position:initial;left:-1px;right:-1px;width:100%;background:#fff;padding:0px;border:0px solid #ebebeb;border-top:transparent;visibility:visible;opacity:1;transform:none;-webkit-transform:none;perspective:0px;-webkit-perspective:0px;backface-visibility:visible;-webkit-backface-visibility:visible;transition:opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;text-align:center}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-list-wrap .list-product .box-inner .add-to-link{text-align:left}}.shop-list-wrap .list-product .box-inner .add-to-link li{display:inline-block}.shop-list-wrap .list-product .box-inner .add-to-link li a{display:block;text-align:center;text-transform:capitalize;font-size:14px;border:none;margin-left:10px}.shop-list-wrap .list-product .box-inner .add-to-link li a i{font-size:16px;display:inline-block;transform:translateY(3px)}.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn{width:100%;text-align:center;max-width:210px;line-height:44px;height:auto;font-size:14px;text-transform:uppercase;font-weight:700;color:#fff;border-radius:5px;background:#266cfb;margin-bottom:15px}.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn:hover{background:#1d1d1d;color:#fff}.shop-list-wrap .list-product .box-inner .add-to-link li a:hover{color:#fff}.shop-list-wrap .list-product .box-inner .add-to-link li:first-child a{margin:0}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-list-wrap .list-product .box-inner{position:static;border:0;padding-left:30px;padding-top:20px}}@media only screen and (max-width: 767px){.shop-list-wrap .list-product .box-inner{position:static;border:0;padding:0;display:block !important;text-align:center}}.shop-list-wrap .list-product .product-decs{padding-left:0px;padding-top:20px;padding-bottom:0;text-align:left;margin:0 !important;padding-right:230px;position:static;min-height:290px}.shop-list-wrap .list-product .product-decs h2 a{min-height:auto;font-size:16px;overflow:visible;white-space:normal;line-height:20px;margin-bottom:15px}.shop-list-wrap .list-product .product-decs .product-intro-info{padding:20px 0}.shop-list-wrap .list-product .product-decs .product-intro-info P{color:#777777;font-size:14px;line-height:24px}@media only screen and (min-width: 768px) and (max-width: 991px){.shop-list-wrap .list-product .product-decs{padding-right:30px;min-height:auto;padding-left:30px}}@media only screen and (max-width: 767px){.shop-list-wrap .list-product .product-decs{padding:0 20px;min-height:auto;text-align:center}}@media only screen and (max-width: 767px){.shop-list-wrap .list-product{padding:0 0 15px}}.shop-list-wrap .list-product .product-inner{padding:15px;transition:all 300ms linear}@media only screen and (min-width: 992px) and (max-width: 1199px){.shop-list-wrap.shop-list-page .list-product .product-decs{padding-right:170px}}@media only screen and (min-width: 1200px) and (max-width: 1499px){.shop-list-wrap.shop-list-page .list-product .product-decs{padding-right:200px}}.shop-list-wrap .cart-btn{position:initial;opacity:1}.shop-list-wrap .cart-btn a.add-to-curt{padding:0 40px;line-height:38px;font-weight:600}.shop-sidebar-wrap h3{position:relative;width:100%;display:inline-block;margin:0 0 20px}.shop-sidebar-wrap h3 span{padding-right:30px;font-size:21px;line-height:1;color:#272727;margin-bottom:15px;position:relative;display:inline-block;background:#fff;z-index:2;text-transform:capitalize !important;font-weight:400}.shop-sidebar-wrap h3:after{content:"";background:#e5e5e5;height:1px;width:100%;position:absolute;top:50%;left:0}.shop-sidebar-wrap .card{border:0px}.shop-sidebar-wrap .card .card-header{border:0;padding-left:0;background:#fff}.shop-sidebar-wrap .card .card-header a{font-weight:400;color:#777;display:block;font-size:14px;text-transform:capitalize;margin:0;padding:0;border:none;position:relative;transition:all 300ms linear}.shop-sidebar-wrap .card .card-header a:before{position:absolute;top:0;right:0;content:"";font-family:"Ionicons";transition:all 300ms linear;transform:rotate(0deg)}.shop-sidebar-wrap .card .card-header a:hover{color:#266cfb}.shop-sidebar-wrap .card .card-header a.collapsed::before{transform:rotate(180deg);transition:all 300ms linear}.shop-sidebar-wrap .card .card-body{padding:0 0px 0px 15px;background:#fff}.shop-sidebar-wrap .card .card-body li{display:block}.shop-sidebar-wrap .card .card-body li a{font-weight:400;color:#69696c;display:block;font-size:13px;text-transform:capitalize;line-height:35px;margin:0;padding:0;border:none}.shop-sidebar-wrap .card .card-body li a:hover{color:#266cfb}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li{align-items:center;position:relative;padding:0 0 15px;display:block}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left{position:relative}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left input{position:absolute;opacity:0;cursor:pointer;z-index:999;width:auto;top:6px;left:1px}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark{position:absolute;top:3px;left:0;height:15px;width:15px;background-color:#fff;border:1px solid #dfdfdf;border-radius:3px;transition:all 300ms linear}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark:after{left:4px;top:1px;width:5px;height:8px;border:solid #266cfb;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 1px 1px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.grey{background:#AAB2BD;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.2)}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.white{background:#fff;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.2)}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.black{background:#434A54;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.2)}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.camel{background:#C19A6B;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.2)}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a{margin-left:25px;display:block;color:#555;font-size:14px;margin-top:0;line-height:22px}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span{margin-left:5px}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark{border-color:#266cfb}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a{color:#266cfb}.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span{color:#266cfb}.shop-sidebar-wrap .sidebar-widget-group h4{display:block;clear:both;color:#272727;font-size:21px;padding:0;border:none;margin-bottom:30px;margin-top:10px;line-height:24px;text-transform:capitalize;font-weight:400}.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount{color:#47494a;font-size:14px;margin:0 0 15px}.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content{border:1px solid #266cfb}.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal{height:5px}.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header{background:#266cfb}.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle{top:50%;width:15px;height:15px;border:none;background:#fff;border-radius:100%;box-shadow:0 0 3px 0 rgba(0,0,0,0.2);outline:none;margin-top:-7.5px}.shop-sidebar-wrap .sidebar-widget-tag li{line-height:1;float:left;list-style:none}.shop-sidebar-wrap .sidebar-widget-tag li a{display:block;float:left;padding:0px 20px;font-size:13px;line-height:33px;color:#555;font-weight:400;border:1px solid #ebebeb;border-radius:30px;background:#fff;margin:4px;text-transform:capitalize}.shop-sidebar-wrap .sidebar-widget-tag li a:hover{background-color:#266cfb;border-color:#266cfb;color:#fff}.shop-sidebar-wrap .sidebar-widget-tag li:first-child a{margin-left:0}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark::after{display:block}.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark::after{display:none}.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark{border:0}.product-inner{transition:all 300ms linear;border-radius:5px}.product-details-img.product-details-tab{display:flex;flex-direction:column}@media only screen and (min-width: 768px) and (max-width: 991px){.product-details-img.product-details-tab{margin-bottom:50px}}@media only screen and (max-width: 767px){.product-details-img.product-details-tab{margin-bottom:50px}}.product-details-img.product-details-tab .zoompro-wrap.zoompro-2{display:inline-block;position:relative;width:100%;float:left;overflow:hidden}.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 .zoompro-border.zoompro-span img{width:100%}.product-dec-slider-2{width:90%;margin:auto;display:inline-block;float:left;transition:all 300ms linear}@media only screen and (max-width: 767px){.product-dec-slider-2{margin-top:30px}}.product-dec-slider-2 .single-slide-item{margin:0 5px;transition:all 300ms linear}.product-dec-slider-2 .single-slide-item img{margin:auto;transition:all 300ms linear;border:1px solid #e5e5e5}.product-dec-slider-2 .single-slide-item img:hover{border:1px solid #266cfb}.product-dec-slider-2 .single-slide-item.slick-slide.slick-current img{border:1px solid #266cfb}.product-dec-slider-2 .slick-arrow{position:absolute;top:50%;margin-top:-8px;transition:all 300ms linear;cursor:pointer}.product-dec-slider-2 .slick-arrow i{font-size:20px;color:#272727;transition:all 300ms linear}.product-dec-slider-2 .slick-arrow i:hover{color:#266cfb}.product-dec-slider-2 .slick-arrow.next{right:-15px !important;left:auto}.product-dec-slider-2 .slick-arrow.prev{left:-15px;right:auto}.product-details-content{padding:30px 20px;border-radius:5px;border:1px solid #ebebeb}.product-details-content h2{color:#47494a;font-size:24px;text-transform:capitalize;line-height:1;font-weight:400;margin:0 0 25px 0}@media only screen and (max-width: 767px){.product-details-content h2{font-size:22px}}.product-details-content p{font-size:14px;color:#1d1d1d;font-weight:700;margin:0 0 12px}.product-details-content p span{font-weight:400}.product-details-content .pro-details-rating-wrap{display:flex}.product-details-content .pro-details-rating-wrap .rating-product{margin-right:20px}.product-details-content .pro-details-rating-wrap .rating-product i{color:#fdd835;overflow:hidden;width:16px;font-size:18px}.product-details-content .pro-details-rating-wrap .read-review a{text-decoration:none;color:#1d1d1d;position:relative;margin-left:8px;line-height:21px;padding:0;font-size:14px;margin-bottom:10px;display:inline-block;color:#253237}.product-details-content .pro-details-rating-wrap .read-review a:before{display:inline-block;font-family:"Ionicons";font-size:16px;font-weight:400;line-height:1;margin-right:6px;content:""}.product-details-content .pro-details-rating-wrap .read-review a:hover{color:#266cfb}.product-details-content .pricing-meta{font-size:24px;color:#272727;font-weight:700;line-height:30px;margin-bottom:25px;margin-top:10px}@media only screen and (max-width: 479px){.product-details-content .pricing-meta{font-size:20px}}.product-details-content .pricing-meta li.old-price{color:#969696;margin-right:10px;font-weight:400;position:relative}.product-details-content .pricing-meta li.old-price:before{content:"";position:absolute;left:50%;top:-2px;bottom:-2px;width:1px;background:#969696;transform:rotate(-45deg);z-index:1}.product-details-content .pricing-meta li.discount-flag{font-weight:400;font-size:15px;line-height:25px;color:white;padding:0 10px 0 10px;background:#2b2d2f;vertical-align:4px;border-radius:5px;text-transform:capitalize;margin-left:5px}.product-details-content .pro-details-list{padding:30px 0 30px 0;margin:0 0 15px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;display:inline-block;width:100%;color:#777}.product-details-content .pro-details-list p{font-weight:400;color:#777;line-height:24px;margin:0;font-size:13px}.product-details-content .pro-details-list li{display:block;width:100%;line-height:24px}.product-details-content .pro-details-quality{display:inline-flex;margin:30px 0;width:100%}.product-details-content .pro-details-quality .cart-plus-minus{border:1px solid #e8e8e8;display:inline-block;height:50px;overflow:hidden;padding:0;position:relative;width:80px}.product-details-content .pro-details-quality .cart-plus-minus .qtybutton{color:#232323;cursor:pointer;float:inherit;font-size:14px;font-weight:500;line-height:20px;margin:0;position:absolute;text-align:center;transition:all 0.3s ease 0s;width:24px}.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box{background:transparent none repeat scroll 0 0;border:medium none;color:#232323;float:left;font-size:14px;height:48px;margin:0;padding:0;text-align:center;width:80px;outline:none}@media only screen and (max-width: 360px){.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box{width:65px}}.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton{height:48px;padding-top:14px;right:0;top:0}.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton{height:48px;left:0;padding-top:14px;top:0}.product-details-content .pro-details-quality .pro-details-cart a{position:relative;padding:0 50px;line-height:50px;height:50px;font-size:16px;font-weight:400;border:none;border-radius:5px;box-shadow:none;text-transform:uppercase;display:inline-block;margin-left:15px;background:#266cfb;color:#fff}.product-details-content .pro-details-quality .pro-details-cart a:hover{background-color:#1d1d1d}@media only screen and (max-width: 767px){.product-details-content .pro-details-quality .pro-details-cart a{padding:0 20px;font-size:14px}}.product-details-content .pro-details-wish-com{display:flex}.product-details-content .pro-details-wish-com a{line-height:30px;padding:0;border:none;color:#777;font-size:15px;margin-right:15px}.product-details-content .pro-details-wish-com a i{margin-right:10px;font-size:16px}.product-details-content .pro-details-wish-com a:hover{color:#266cfb}@media only screen and (max-width: 479px){.product-details-content .pro-details-wish-com a{font-size:12px}}.product-details-content .pro-details-social-info{display:flex;border-bottom:1px solid #ebebeb;margin-top:10px;padding-bottom:12px}.product-details-content .pro-details-social-info span{display:inline-block;float:left;margin-right:10px;line-height:30px;font-weight:700;color:#2b2d2f;font-size:15px}.product-details-content .pro-details-social-info .social-info a{display:inline-block;line-height:30px;height:30px;text-align:center;color:#b4b4b4;margin-right:0;white-space:normal;text-indent:0;overflow:hidden;padding:0;font-size:18px;width:30px}.product-details-content .pro-details-social-info .social-info a:hover{color:#266cfb}.product-details-content .pro-details-policy{margin:25px 0 0}.product-details-content .pro-details-policy li{margin-bottom:20px;width:32.33%;line-height:24px}@media only screen and (min-width: 992px) and (max-width: 1199px){.product-details-content .pro-details-policy li{display:inline-table}}@media only screen and (max-width: 767px){.product-details-content .pro-details-policy li{width:100%}}.product-details-content .pro-details-policy li span{font-size:15px;color:#777;overflow:hidden;font-weight:400 !important;max-width:150px;display:block}@media only screen and (max-width: 767px){.product-details-content .pro-details-policy li span{max-width:100%}}.product-details-content .pro-details-policy img{float:left;width:auto;margin-right:10px}.description-review-topbar.nav{border-bottom:none;position:relative;display:block;margin-bottom:0;margin:auto;text-align:center;background:#fff;padding-top:50px}.description-review-topbar.nav a{background:transparent;border:0;text-transform:capitalize;line-height:24px;color:#888;padding:0 0 15px 0;margin:0 30px;font-size:20px;font-weight:600;position:relative;transition:all 300ms linear;display:inline-block}.description-review-topbar.nav a:hover{color:#1d1d1d}.description-review-topbar.nav a:hover:after{background-color:#266cfb}.description-review-topbar.nav a.active{color:#1d1d1d}.description-review-topbar.nav a.active:after{background-color:#266cfb}.description-review-topbar.nav a:after{content:"";height:2px;position:absolute;left:0;right:0;bottom:-1px;background:transparent;transition:all 300ms linear}@media only screen and (max-width: 767px){.description-review-topbar.nav a{margin:0 15px}}@media only screen and (max-width: 575px){.description-review-topbar.nav a{margin:0 15px}}@media only screen and (max-width: 479px){.description-review-topbar.nav a{margin:0 5px;font-size:14px}}@media only screen and (max-width: 360px){.description-review-topbar.nav a{font-size:13px}}.description-review-bottom{overflow:hidden;font-size:15px;background:#fff;line-height:24px;text-align:left;padding:40px 30px 30px 30px;border:1px solid #ebebeb}@media only screen and (max-width: 360px){.description-review-bottom{padding:40px 20px 30px 20px}}.description-review-bottom .product-description-wrapper p{margin:0 0 8px;font-size:15px;line-height:28px;color:#69696c;width:84%}@media only screen and (max-width: 767px){.description-review-bottom .product-description-wrapper p{width:100%}}.description-review-bottom .product-anotherinfo-wrapper li{color:#69696c;font-size:14px;list-style:outside none none;margin:0 0 13px;display:block}.description-review-bottom .product-anotherinfo-wrapper li span{color:#1d1d1d;display:inline-block;font-weight:500;margin:0 26px 0 0;min-width:85px}.description-review-bottom .single-review{display:flex;margin:0 0 50px}.description-review-bottom .single-review .review-img{flex:0 0 90px;margin:0 15px 0 0}@media only screen and (max-width: 767px){.description-review-bottom .single-review .review-img{margin:0px 0px 20px 0px}}.description-review-bottom .single-review .review-top-wrap{display:flex;justify-content:space-between;margin:0 0 10px;align-items:center}.description-review-bottom .single-review .review-top-wrap .review-left{display:flex}.description-review-bottom .single-review .review-top-wrap .review-left .review-name{margin-right:25px}@media only screen and (max-width: 360px){.description-review-bottom .single-review .review-top-wrap .review-left .review-name{margin-right:10px}}.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4{font-size:16px;margin:0;line-height:1;font-weight:500}.description-review-bottom .single-review .review-top-wrap .review-left .rating-product{line-height:1;margin-bottom:6px}.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i{overflow:hidden;font-size:18px;color:#fdd835}.description-review-bottom .single-review .review-top-wrap .review-left a{color:#253237}.description-review-bottom .single-review .review-top-wrap .review-left a:hover{color:#266cfb}.description-review-bottom .single-review .review-bottom p{margin:0;width:93%}.description-review-bottom .single-review.child-review{margin-left:70px;margin-bottom:0}@media only screen and (max-width: 767px){.description-review-bottom .single-review.child-review{margin-left:0}}@media only screen and (max-width: 767px){.description-review-bottom .single-review{display:block}}.description-review-bottom .ratting-form-wrapper{padding-left:50px}.description-review-bottom .ratting-form-wrapper h3{margin:0;font-size:16px;font-weight:500;line-height:1}.description-review-bottom .ratting-form-wrapper .star-box{display:flex;margin:6px 0 20px}.description-review-bottom .ratting-form-wrapper .star-box span{margin:0 15px 0 0;font-size:15px;color:#1d1d1d}.description-review-bottom .ratting-form-wrapper .star-box i{overflow:hidden;font-size:18px;color:#fdd835}.description-review-bottom .ratting-form-wrapper .rating-form-style{margin-bottom:10px}.description-review-bottom .ratting-form-wrapper .rating-form-style input{height:45px;box-shadow:none;padding-left:10px;font-size:14px;color:#1d1d1d;width:100%;margin-bottom:15px;outline:none;padding:2px 10px 2px 20px;background:transparent;border:1px solid #e6e6e6;color:#333;padding:2px 10px 2px 20px}.description-review-bottom .ratting-form-wrapper .rating-form-style textarea{background:transparent;border:1px solid #e6e6e6;color:#333;height:180px;padding:20px 10px 2px 20px;margin-bottom:20px;width:100%;outline:none}.description-review-bottom .ratting-form-wrapper .form-submit input{padding:0 55px !important;line-height:48px;height:48px;font-size:16px;font-weight:700;border:none;border-radius:5px;box-shadow:none;text-transform:uppercase;background:#266cfb !important;display:block;color:#fff !important;width:200px;transition:all 300ms linear;border:1px solid #e6e6e6}.description-review-bottom .ratting-form-wrapper .form-submit input:hover{background:#1d1d1d !important}@media only screen and (min-width: 768px) and (max-width: 991px){.description-review-bottom .ratting-form-wrapper{margin-top:50px;padding:0}}@media only screen and (max-width: 767px){.description-review-bottom .ratting-form-wrapper{margin-top:50px;padding:0}}.single-product-slider-item img{border:1px solid #ebebeb;transition:all 300ms linear;margin:auto;width:100%}.single-product-slider-item:hover img{border-color:#266cfb}.pro-details-size-color{margin:0 0 10px}.pro-details-size-color .pro-details-color-wrap{font-size:14px;font-weight:700;color:#1d1d1d}.pro-details-size-color .pro-details-color-wrap span{display:block;margin:0 0 10px}.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li{width:1.25rem;height:1.25rem;display:inline-block;margin-right:15px;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.2);border:1px solid rgba(0,0,0,0.05);cursor:pointer;background-size:contain;background:#fff}.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li.active{background-color:#434A54}.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li:hover{border:2px solid #434A54}.pro-details-size-color .product-size{margin-left:20px}.pro-details-size-color .product-size span{display:block;color:#1d1d1d;font-size:14px;font-weight:700;margin-bottom:7px}.product-details-table.pro-details-quality{display:block;margin:20px 0}.product-details-table .table tbody tr td{padding:10px 15px;width:33.33%;text-align:center;border:1px solid #ebebeb;vertical-align:middle}.product-details-table .table tbody tr td a{color:#888}.product-details-img.product-details-tab.product-details-tab-2{flex-direction:row}.product-details-img.product-details-tab.product-details-tab-2 #gallery{flex:0 0 20%;width:20%}.product-details-img.product-details-tab.product-details-tab-2 .zoompro-wrap-2.zoompro-2{flex:0 0 80%;width:80%}.product-details-img.product-details-tab.product-details-tab-2 .zoompro-wrap-2.zoompro-2 .slick-slide img{width:100%}.product-dec-slider-3{display:inline-block;float:left}.product-dec-slider-3 .single-slide-item{margin:5px 0;transition:all 300ms linear}.product-dec-slider-3 .single-slide-item img{margin:auto;transition:all 300ms linear;border:1px solid #e5e5e5}.product-dec-slider-3 .single-slide-item img:hover{border:1px solid #266cfb}.product-dec-slider-3 .single-slide-item.slick-slide img{width:100%}.product-dec-slider-3 .single-slide-item.slick-slide.slick-current img{border:1px solid #266cfb}.product-dec-slider-3 .slick-arrow{position:absolute;transition:all 300ms linear;cursor:pointer;transform:rotate(90deg);left:50%;margin-left:-3px}.product-dec-slider-3 .slick-arrow i{font-size:20px;color:#272727;transition:all 300ms linear}.product-dec-slider-3 .slick-arrow i:hover{color:#266cfb}.product-dec-slider-3 .slick-arrow.next{bottom:-15px !important;top:auto;margin-bottom:-8px}.product-dec-slider-3 .slick-arrow.prev{top:-15px;margin-top:-8px}.product-details-area .single-product-slider .single-product-slider-wrapper.slick-initialized{margin-left:-15px;margin-right:-15px}.product-details-area .single-product-slider .single-product-slider-wrapper.slick-initialized .single-product-slider-item{padding:15px}.product-details-area .single-product-slider .single-product-slider-wrapper .slick-arrow{position:absolute;top:50%;margin-top:-15px;transition:all 300ms linear;cursor:pointer;opacity:0;visibility:hidden;width:30px;height:30px;line-height:30px;text-align:center;z-index:5}.product-details-area .single-product-slider .single-product-slider-wrapper .slick-arrow i{font-size:20px;color:#272727;transition:all 300ms linear}.product-details-area .single-product-slider .single-product-slider-wrapper .slick-arrow i:hover{color:#266cfb}.product-details-area .single-product-slider .single-product-slider-wrapper .slick-arrow.next{right:15px !important;left:auto}.product-details-area .single-product-slider .single-product-slider-wrapper .slick-arrow.prev{left:15px;right:auto}.product-details-area .single-product-slider:hover .slick-arrow{opacity:1;visibility:visible}.product-details-area .single-product-slider:hover .slick-arrow.next{right:-15px !important}@media only screen and (max-width: 767px){.product-details-area .single-product-slider:hover .slick-arrow.next{right:15px !important}}.product-details-area .single-product-slider:hover .slick-arrow.prev{left:-15px}@media only screen and (max-width: 767px){.product-details-area .single-product-slider:hover .slick-arrow.prev{left:15px !important}}.single-product-gallery .single-product-slider-item{width:50%}.single-product-sticky .single-product-slider-item{width:100%;text-align:center}.product-details-content.sticky{position:sticky;top:85px;left:0;width:100%}.cart-main-area h3.cart-page-title{color:#1d1d1d;text-align:left;font-size:24px;line-height:16px;font-style:normal;text-transform:none;margin:0 0 30px;font-weight:600}.cart-main-area .table-content table{border:1px solid #ebebeb;width:100%}.cart-main-area .table-content table thead>tr{background-color:#f9f9f9;border:1px solid #ebebeb}.cart-main-area .table-content table thead>tr>th{border-top:medium none;color:#1d1d1d;font-size:14px;font-weight:700;padding:21px 45px 22px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.cart-main-area .table-content table tbody>tr{border-bottom:1px solid #ebebeb}.cart-main-area .table-content table tbody>tr td{color:#666;font-size:15px;padding:30px 0;text-align:center}.cart-main-area .table-content table tbody>tr td.product-thumbnail{width:150px}.cart-main-area .table-content table tbody>tr td.product-name{width:435px}.cart-main-area .table-content table tbody>tr td.product-name a{color:#666;font-size:15px;font-weight:500}.cart-main-area .table-content table tbody>tr td.product-price-cart{width:435px}.cart-main-area .table-content table tbody>tr td.product-quantity{width:435px}.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus{display:inline-block;height:40px;padding:0;position:relative;width:110px}.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton{border-right:1px solid #e5e5e5;height:40px;left:0;padding-top:8px;top:0}.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton{border-left:1px solid #e5e5e5;height:40px;padding-top:9px;right:0;top:0}.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton{color:#666;cursor:pointer;float:inherit;font-size:16px;margin:0;position:absolute;transition:all 0.3s ease 0s;width:20px;text-align:center}.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box{color:#666;float:left;font-size:14px;height:40px;margin:0;width:110px;background:transparent none repeat scroll 0 0;border:1px solid #e1e1e1;padding:0;text-align:center}.cart-main-area .table-content table tbody>tr td.product-remove{width:100px}.cart-main-area .table-content table tbody>tr td.product-remove a{color:#666;font-size:16px;margin:0 10px}.cart-main-area .table-content table tbody>tr td.product-remove a:hover{color:#266cfb}.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a{background-color:#266cfb;border-radius:5px;color:#fff;font-size:14px;font-weight:700;line-height:1;padding:10px 12px;text-transform:uppercase}.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a:hover{background-color:#1d1d1d}.cart-main-area .cart-shiping-update-wrapper{display:flex;justify-content:space-between;padding:30px 0 60px}.cart-main-area .cart-shiping-update-wrapper .cart-clear>button{border:medium none;cursor:pointer;margin-right:27px;transition:all 0.3s ease 0s}@media only screen and (max-width: 767px){.cart-main-area .cart-shiping-update-wrapper{display:block;padding:30px 0 15px}}.cart-shiping-update-wrapper .cart-shiping-update>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-clear>a{background-color:#f2f2f2;border-radius:5px;color:#1d1d1d;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:18px 63px 17px;text-transform:uppercase}@media only screen and (min-width: 768px) and (max-width: 991px){.cart-shiping-update-wrapper .cart-shiping-update>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-clear>a{padding:18px 25px}}@media only screen and (max-width: 767px){.cart-shiping-update-wrapper .cart-shiping-update>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-clear>a{padding:18px 25px;margin:0 0 15px}}.cart-shiping-update-wrapper .cart-shiping-update>a:hover,.cart-shiping-update-wrapper .cart-clear>button:hover{background-color:#266cfb;color:#fff}.cart-shiping-update-wrapper .cart-clear>a{background-color:#266cfb;color:#fff}.cart-shiping-update-wrapper .cart-clear>a:hover{background-color:#1d1d1d;color:#fff}.cart-tax,.discount-code-wrapper,.grand-totall{background-color:#f9f9f9;border:1px solid #ebebeb;border-radius:5px;padding:45px 30px 50px}.cart-tax .title-wrap,.discount-code-wrapper .title-wrap,.grand-totall .title-wrap{position:relative}.cart-tax .title-wrap::before,.discount-code-wrapper .title-wrap::before,.grand-totall .title-wrap::before{background-color:#e3e1e1;content:"";height:1px;left:0;position:absolute;top:10px;transition:all 0.4s ease 0s;width:100%;z-index:1}.cart-tax .title-wrap h4.cart-bottom-title,.discount-code-wrapper .title-wrap h4.cart-bottom-title,.grand-totall .title-wrap h4.cart-bottom-title{display:inline-block;font-size:18px;font-weight:700;margin:0;padding-right:18px;background-color:#f8f9f9;position:relative;z-index:1;color:#1d1d1d}.cart-tax .tax-wrapper,.discount-code-wrapper .tax-wrapper,.grand-totall .tax-wrapper{margin-top:22px}.tax-select-wrapper{margin:15px 0 0}.tax-select-wrapper select{width:100%;height:42px;line-height:42px;border:1px solid #ebebeb;background:#fff;padding-left:20px;border-radius:5px}.tax-select-wrapper input{width:100%;height:42px;line-height:42px;border:1px solid #ebebeb;background:#fff;padding-left:20px;border-radius:5px}.tax-select-wrapper .tax-select{margin-bottom:20px}.tax-select-wrapper .tax-select label{color:#1d1d1d;font-size:14px;margin:0 0 10px}.tax-select-wrapper button.cart-btn-2{background:#266cfb;border-radius:5px;color:#fff;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:18px 58px;text-transform:uppercase}.tax-select-wrapper button.cart-btn-2:hover{color:#fff;background:#1d1d1d}.discount-code-wrapper .title-wrap{margin-bottom:22px}.discount-code-wrapper .discount-code p{margin:0 0 15px}.discount-code-wrapper .discount-code input{background:#fff;border:1px solid #ebebeb;height:45px;margin-bottom:30px;padding-left:10px;outline:none;width:100%;border-radius:5px}.discount-code-wrapper .discount-code button.cart-btn-2{background:#266cfb;border-radius:5px;color:#fff;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:18px 58px;text-transform:uppercase}.discount-code-wrapper .discount-code button.cart-btn-2:hover{color:#fff;background:#1d1d1d}.grand-totall h5{font-size:14px;margin:36px 0 27px;font-weight:400}.grand-totall h5 span{float:right;font-size:18px;font-weight:700}.grand-totall .total-shipping{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;margin:0 0 27px;padding:28px 0}.grand-totall .total-shipping h5{font-size:14px;margin:0}.grand-totall .total-shipping ul{padding:19px 0 0 0}.grand-totall .total-shipping ul li{color:#242424;list-style:outside none none;margin:0 0 6px;display:block}.grand-totall .total-shipping ul li input{background:#e9e9e9 none repeat scroll 0 0;border:1px solid #d7d7d7;border-radius:5px !important;color:#626262;cursor:pointer;height:13px;margin-right:10px;padding:0;position:relative;top:2px;width:13px}.grand-totall .total-shipping ul li span{float:right}.grand-totall .grand-totall-title{color:#266cfb;font-size:20px;font-weight:700;margin:0 0 25px}.grand-totall .grand-totall-title span{float:right}.grand-totall a{background-color:#266cfb;border-radius:5px;color:#fff;display:block;font-size:14px;font-weight:700;line-height:1;padding:18px 10px 17px;text-align:center;text-transform:uppercase;text-transform:uppercase;transition:all 0.3s ease 0s}.grand-totall a:hover{background-color:#1d1d1d}.billing-info-wrap h3{font-weight:700;color:#1d1d1d;margin:0 0 30px;font-size:24px;line-height:16px}.billing-info-wrap .billing-info input{background:transparent none repeat scroll 0 0;border:1px solid #e6e6e6;color:#666;font-size:14px;padding-left:20px;padding-right:10px;width:100%;outline:none;height:45px}.billing-info-wrap .billing-info input.billing-address{margin-bottom:10px}.billing-info-wrap .billing-info .checkout-account label{color:#666;font-weight:400;margin:0 0 0 12px}.billing-info-wrap .billing-info .checkout-account input{border:1px solid #e6e6e6;display:inline-block;float:left;height:12px;width:12px;margin-top:7px;cursor:pointer}.billing-info-wrap .billing-select select{background:transparent none repeat scroll 0 0;border:1px solid #e6e6e6;color:#666;font-size:14px;padding-left:20px;padding-right:10px;width:100%;outline:none;height:45px}.billing-info-wrap .checkout-account-toggle input{background:transparent none repeat scroll 0 0;border:1px solid #e6e6e6;color:#666;font-size:14px;padding-left:20px;padding-right:10px;margin:0 0 20px;width:100%;height:45px;outline:none}.billing-info-wrap .checkout-account-toggle button.checkout-btn{background-color:#266cfb;border:medium none;color:#fff;cursor:pointer;font-weight:700;padding:10px 30px;text-transform:uppercase;border-radius:5px;z-index:9}.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover{background-color:#1d1d1d}.billing-info-wrap .additional-info-wrap{margin:30px 0}.billing-info-wrap .additional-info-wrap h4{font-size:16px;font-weight:700;color:#1d1d1d;margin:0 0 10px}.billing-info-wrap .additional-info-wrap textarea{background:transparent none repeat scroll 0 0;border:1px solid #e6e6e6;color:#333;font-size:14px;height:138px;padding:17px 20px;width:100%;outline:none}.your-order-area h3{font-weight:700;color:#1d1d1d;margin:0 0 30px;font-size:24px;line-height:16px}.your-order-area .your-order-wrap{padding:38px 45px 44px;background:#f6f6f6}.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul{display:flex;justify-content:space-between}.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li{font-size:16px;font-weight:700;list-style:outside none none;color:#1d1d1d}.your-order-area .your-order-wrap .your-order-product-info .your-order-middle{border-bottom:1px solid #dee0e4;border-top:1px solid #dee0e4;margin:29px 0;padding:19px 0 18px}.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li{display:flex;justify-content:space-between;margin:0 0 10px}.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul{align-items:center;display:flex;justify-content:space-between}.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping{font-size:16px;color:#253237;font-weight:600}.your-order-area .your-order-wrap .your-order-product-info .your-order-total{border-bottom:1px solid #dee0e4;border-top:1px solid #dee0e4;margin:18px 0 33px;padding:17px 0 19px}.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul{align-items:center;display:flex;justify-content:space-between}.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li{font-weight:700;color:#266cfb;font-size:16px;list-style:outside none none}.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total{font-weight:700;color:#212121;font-size:18px}@media only screen and (max-width: 767px){.your-order-area .your-order-wrap{padding:38px 30px 44px}}.your-order-area .payment-accordion{margin:0 0 16px}.your-order-area .payment-accordion:last-child{margin:0 0 0}.your-order-area .payment-accordion h4 a{color:#1d1d1d;font-size:16px;margin:0;font-weight:600}.your-order-area .payment-accordion .panel-body{padding:5px 0 0 0}.your-order-area .payment-accordion .panel-body p{padding:0 0 0 10px;font-size:14px;color:#888;line-height:24px}.your-order-area .Place-order{margin-top:25px}.your-order-area .Place-order a{background-color:#266cfb;color:#fff;display:block;font-weight:700;letter-spacing:1px;line-height:1;padding:18px 20px;text-align:center;text-transform:uppercase;border-radius:5px;z-index:9}.your-order-area .Place-order a:hover{background-color:#1d1d1d}.open-toggle,.open-toggle2{display:none}.compare-table .table tbody tr:first-child{border-top:1px solid #eee}.compare-table .table tbody tr td{text-align:center;border:none;padding:25px 30px;vertical-align:middle;border-bottom:1px solid #eee;border-left:1px solid #eee}.compare-table .table tbody tr td:last-child{border-right:1px solid #eee}.compare-table .table tbody tr td.first-column{min-width:160px;font-size:18px;font-weight:700;color:#1d1d1d;margin:0;line-height:1}.compare-table .table tbody tr td.product-image-title{min-width:300px;vertical-align:bottom;padding-top:70px}.compare-table .table tbody tr td.product-image-title .image{clear:both;width:100%;margin-bottom:40px;display:block}.compare-table .table tbody tr td.product-image-title .category{float:left;clear:both;font-size:13px;line-height:15px;color:#1d1d1d;text-transform:capitalize;letter-spacing:0.5px}.compare-table .table tbody tr td.product-image-title .title{float:left;clear:both;font-size:16px;font-weight:700;color:#1d1d1d;line-height:20px;margin-bottom:10px}.compare-table .table tbody tr td.pro-desc p{text-align:left;margin:0;line-height:24px}.compare-table .table tbody tr td.pro-price,.compare-table .table tbody tr td.pro-color,.compare-table .table tbody tr td.pro-stock{font-size:16px;font-weight:700;color:#1d1d1d}.compare-table .table tbody tr td.pro-addtocart .add-to-cart{position:relative;background-color:#266cfb;color:#fff;border-radius:5px;display:inline-block;width:160px;padding:14px 25px 14px 25px;transition:all 0.3s ease-in-out;outline:none;font-weight:700}.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover{background-color:#1d1d1d}.compare-table .table tbody tr td.pro-remove button{border:none;background-color:transparent;padding:0;cursor:pointer;transition:all 0.3s ease-in-out;outline:none;color:#1d1d1d}.compare-table .table tbody tr td.pro-remove button i{font-size:22px}.compare-table .table tbody tr td.pro-remove button:hover{color:#266cfb}.compare-table .table tbody tr td.pro-ratting i{font-size:20px;color:#fdd835}.login-register-wrapper .login-register-tab-list{display:flex;justify-content:center;margin-bottom:40px}.login-register-wrapper .login-register-tab-list a{position:relative}.login-register-wrapper .login-register-tab-list a:before{background-color:#000;bottom:5px;content:"";height:18px;margin:0 auto;position:absolute;right:-2px;transition:all 0.4s ease 0s;width:1px}.login-register-wrapper .login-register-tab-list a:hover h4{color:#266cfb !important}.login-register-wrapper .login-register-tab-list a h4{font-size:25px;font-weight:700;margin:0 20px;text-transform:capitalize;transition:all 0.3s ease 0s;color:#272727}.login-register-wrapper .login-register-tab-list a:last-child:before{display:none}.login-register-wrapper .login-form-container{background:transparent none repeat scroll 0 0;box-shadow:0 0 6px rgba(0,0,0,0.1);padding:80px;text-align:left}.login-register-wrapper .login-form-container .login-register-form input{background-color:transparent;border:1px solid #ebebeb;color:#666;font-size:14px;height:45px;margin-bottom:30px;padding:0 15px;width:100%;outline:none}.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn{padding:10px 0 19px}.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type=checkbox]{height:15px;margin:0;position:relative;top:1px;width:17px}.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a{color:#1d1d1d;float:right;font-size:15px;transition:all 0.3s ease 0s}.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none{float:none !important}.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover{color:#266cfb}.login-register-wrapper .login-form-container .login-register-form .button-box button{background-color:#f2f2f2;border:medium none;color:#272727;cursor:pointer;font-size:14px;font-weight:700;line-height:1;padding:11px 30px;text-transform:uppercase;transition:all 0.3s ease 0s;outline:none;border-radius:5px}.login-register-wrapper .login-form-container .login-register-form .button-box button:hover{background-color:#266cfb;color:#fff}@media only screen and (min-width: 992px) and (max-width: 1199px){.login-register-wrapper .login-form-container{padding:80px 50px}}@media only screen and (max-width: 767px){.login-register-wrapper .login-form-container{padding:40px 15px}}.login-register-wrapper .login-register-tab-list a.active h4{color:#266cfb}.single-my-account{margin-bottom:20px;border:1px solid #ebebeb}.single-my-account h3.panel-title{background-color:#f9f9f9;border-bottom:1px solid #ebebeb;color:#272727;font-size:14px;font-weight:700;margin:0;position:relative;text-transform:uppercase;line-height:2}.single-my-account h3.panel-title span{color:#272727;font-size:14px;left:20px;position:absolute;top:16px}.single-my-account h3.panel-title a{color:#272727;display:block;padding:16px 55px;position:relative}.single-my-account h3.panel-title a:before{content:"";display:inline-block;font-family:"Ionicons";font-size:14px;position:absolute;right:10px;top:50%;margin-top:-14px}.single-my-account h3.panel-title a:hover{color:#266cfb}.single-my-account .myaccount-info-wrapper{padding:30px 20px;background-color:#fff}.single-my-account .myaccount-info-wrapper .account-info-wrapper{border-bottom:1px solid #eaeaea;margin-bottom:28px;padding-bottom:30px}.single-my-account .myaccount-info-wrapper .account-info-wrapper h4{font-size:14px;margin:0;text-transform:uppercase;color:#272727;font-weight:700}.single-my-account .myaccount-info-wrapper .account-info-wrapper h5{font-size:14px;letter-spacing:0.2px;margin-top:7px;font-weight:600;color:#272727}.single-my-account .myaccount-info-wrapper .account-info-wrapper .account-info-wrapper{border-bottom:1px solid #eaeaea;margin-bottom:28px;padding-bottom:30px}.single-my-account .myaccount-info-wrapper .billing-info{margin-bottom:20px}.single-my-account .myaccount-info-wrapper .billing-info label{color:#888;font-size:14px;text-transform:capitalize}.single-my-account .myaccount-info-wrapper .billing-info input{background:transparent none repeat scroll 0 0;border:1px solid #ebebeb;color:#888;height:40px;padding:0 15px;width:100%;outline:none}.single-my-account .myaccount-info-wrapper .billing-back-btn{display:flex;justify-content:space-between;margin-top:26px;align-items:center}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a{color:#272727;display:inline-block;font-size:14px;font-weight:700;text-transform:uppercase}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i{font-size:15px;color:#266cfb}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover{color:#266cfb}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button{background-color:#f2f2f2;border:medium none;color:#272727;display:inline-block;font-size:14px;font-weight:700;line-height:1;padding:16px 35px 17px;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease 0s;outline:none;border-radius:5px}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover{background-color:#266cfb;color:#fff}.single-my-account .myaccount-info-wrapper .entries-wrapper{border:1px solid #eaeaea;position:relative}@media only screen and (max-width: 767px){.single-my-account .myaccount-info-wrapper .entries-wrapper{padding:30px 10px}}.single-my-account .myaccount-info-wrapper .entries-wrapper:before{position:absolute;content:"";height:100%;width:1px;left:50%;top:0;background-color:#eaeaea}@media only screen and (max-width: 767px){.single-my-account .myaccount-info-wrapper .entries-wrapper:before{display:none}}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info{padding:30px 20px}@media only screen and (max-width: 767px){.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info{padding:0 10px 30px}}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p{color:#888;font-size:14px;margin:0;text-transform:capitalize;line-height:24px}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a{background-color:#F32013;color:#fff;display:inline-block;line-height:1;margin:0 2px;padding:12px 15px;text-transform:uppercase;font-weight:700}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover{background-color:#266cfb}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit{background-color:#272727;font-weight:700}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover{background-color:#266cfb}.cart-heading h2{color:#272727;text-align:left;font-size:24px;line-height:16px;font-style:normal;text-transform:none;margin:0 0 30px;font-weight:600}.empty-text-contant i{font-size:60px;color:#272727}.empty-text-contant h1{font-size:28px;color:#272727;margin:20px 0 20px}@media only screen and (max-width: 575px){.empty-text-contant h1{font-size:18px}}@media only screen and (max-width: 360px){.empty-text-contant h1{font-size:15px}}.empty-text-contant a.empty-cart-btn{padding:15px 25px;display:inline-block;background:#266cfb;color:#fff;font-size:18px;font-weight:600;border-radius:5px;transition:0.3s}.empty-text-contant a.empty-cart-btn:hover{background-color:#272727}.empty-text-contant a.empty-cart-btn:hover i{transform:translate(-5px, 0px)}.empty-text-contant a.empty-cart-btn i{font-size:16px !important;font-size:18px;color:#fff;transition:0.3s;display:inline-block}.about-area .about-content h2{font-weight:600;margin:0 0 15px;font-size:40px}@media only screen and (max-width: 479px){.about-area .about-content h2{font-size:24px}}.about-area .about-content p{line-height:24px;color:#272727}.about-area .single-about h4{font-size:30px;font-weight:600;color:#272727;margin:0 0 15px}@media only screen and (max-width: 479px){.about-area .single-about h4{font-size:24px}}.about-area .single-about p{line-height:24px;color:#272727}.left-sidebar .search-widget{position:relative}.left-sidebar input{width:100%;border:1px solid #ebebeb;height:45px;padding:0 55px 0 20px;border-radius:5px}@media only screen and (min-width: 992px) and (max-width: 1199px){.left-sidebar input{font-size:12px;padding-left:10px}}.left-sidebar button{position:absolute;width:50px;height:45px;left:auto;right:0;font-size:20px;line-height:45px;text-align:center;border-radius:0px 5px 5px 0px;background-color:#266cfb;color:#fff}.left-sidebar button:hover{background-color:#272727}.left-sidebar .category-post li{margin-bottom:5px;display:block}.left-sidebar .category-post li a{color:#888;line-height:24px}.left-sidebar .category-post li a:hover{color:#266cfb}.left-sidebar .category-post li:last-child{margin:0}.left-sidebar .recent-post-widget .recent-single-post{margin:0 0 30px}.left-sidebar .recent-post-widget .recent-single-post .thumb-side img{width:90px;height:90px;object-fit:cover;object-position:center}.left-sidebar .recent-post-widget .recent-single-post .media-side{margin:0 0 0 18px;align-self:center;align-items:center;line-height:24px}.left-sidebar .recent-post-widget .recent-single-post .media-side a{font-size:14px;color:#272727;font-weight:600}.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover{color:#266cfb}.single-blog-post{line-height:24px}.single-blog-post .blog-post-media{overflow:hidden}.single-blog-post .blog-post-media .blog-image img{height:300px;width:100%;object-fit:cover;object-position:center}.single-blog-post .blog-post-media iframe{width:100%;position:relative;border:0px}.single-blog-post .slick-slide:focus{outline:0px none}.single-blog-post .blog-gallery .slick-slide img{width:100%;height:300px;object-fit:cover;object-position:center}.single-blog-post .blog-gallery .slick-arrow{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:99;opacity:0;visibility:hidden;transition:all 0.3s linear;cursor:pointer}.single-blog-post .blog-gallery .slick-arrow.next{left:auto;right:0}.single-blog-post .blog-gallery .slick-arrow i{font-size:26px;color:#333}.single-blog-post .blog-gallery .slick-arrow i:hover{color:#266cfb}.single-blog-post .blog-gallery:hover .slick-arrow{visibility:visible;opacity:1;left:20px}.single-blog-post .blog-gallery:hover .slick-arrow.next{left:auto;right:20px}.single-blog-post.blog-list-post .blog-post-media .blog-image img{height:300px}.single-blog-post.blog-list-post .blog-post-media iframe{width:100%;position:relative;height:300px}.single-blog-post.blog-list-post .blog-post-media .blog-gallery .slick-slide img{width:100%;height:300px;object-fit:cover;object-position:center}.single-blog-page .single-blog-post .blog-image img{height:auto}.blog-post-content-inner .blog-title a{font-size:24px;font-weight:600;color:#272727}.blog-post-content-inner .blog-title a:hover{color:#266cfb}@media only screen and (min-width: 992px) and (max-width: 1199px){.blog-post-content-inner .blog-title a{font-size:20px}}@media only screen and (min-width: 768px) and (max-width: 991px){.blog-post-content-inner .blog-title a{font-size:20px}}@media only screen and (max-width: 479px){.blog-post-content-inner .blog-title a{font-size:20px}}.blog-post-content-inner .blog-page-meta{margin:10px 0}.blog-post-content-inner .blog-page-meta li{display:inline-block;position:relative}.blog-post-content-inner .blog-page-meta li:first-child{margin-right:15px}.blog-post-content-inner .blog-page-meta li:first-child:after{position:absolute;top:50%;right:-9px;left:auto;background:#555;content:"";width:1px;height:12px;margin-top:-6px}.blog-post-content-inner .blog-page-meta li a{display:block;color:#272727}.blog-post-content-inner .blog-page-meta li a:hover{color:#266cfb}.blog-post-content-inner p{margin:20px 0;padding-top:20px;border-top:1px solid #ebebeb;color:#272727;line-height:24px}.blog-post-content-inner .read-more-btn{color:#272727;font-size:14px;text-transform:capitalize;line-height:1;position:relative;display:inline-block}.blog-post-content-inner .read-more-btn i{color:#266cfb;font-size:16px;transition:all 300ms linear;transform:translate(2px, 2px);display:inline-block}.blog-post-content-inner .read-more-btn:hover{padding-left:10px;color:#266cfb}.single-post-content p{margin:20px 0;color:#272727;line-height:24px}.single-post-content p.quate-speech{margin-left:100px;padding:10px 15px;font-size:16px;line-height:26px;font-style:italic;border-left:3px solid #266cfb}@media only screen and (max-width: 767px){.single-post-content p.quate-speech{margin-left:50px}}.blog-single-tags-share{margin-bottom:35px;line-height:24px}.blog-single-tags-share span.title{font-weight:700;color:#272727}.blog-single-tags-share .tag-list li{display:inline-block;margin-left:5px;color:#272727}.blog-single-tags-share .tag-list li a{color:#272727}.blog-single-tags-share .tag-list li a:hover{color:#266cfb}.blog-single-tags-share .social li{display:inline-block;margin-left:10px;font-size:16px;color:#272727}.blog-single-tags-share .social li a{color:#272727}.blog-single-tags-share .social li a:hover{color:#266cfb}.blog-related-post{padding:40px 0 30px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.blog-related-post .section-title{border-bottom:0px solid #ebebeb;margin-bottom:50px}.blog-related-post .section-title:before{display:none}.blog-related-post .section-title h2{padding:0}.blog-related-post .section-title h2:before{content:"";position:absolute;left:50%;margin-left:-25px;height:2px;bottom:-22px;background:#146cda;width:50px}.blog-related-post .blog-title a{font-size:18px}@media only screen and (min-width: 992px) and (max-width: 1199px){.blog-related-post .blog-title a{font-size:15px}}@media only screen and (min-width: 768px) and (max-width: 991px){.blog-related-post .blog-title a{font-size:15px}}@media only screen and (max-width: 767px){.blog-related-post .blog-title a{font-size:20px}}.comment-area{line-height:24px;margin-top:35px}.comment-area h2.comment-heading{font-family:"Open Sans", sans-serif;font-size:24px;color:#272727;text-transform:capitalize;line-height:16px;font-weight:600;margin:0 0 40px}.comment-area .single-review{display:flex;margin:0 0 50px}@media only screen and (max-width: 767px){.comment-area .single-review{display:block}}.comment-area .single-review .review-img{flex:0 0 90px;margin:0 15px 0 0}@media only screen and (max-width: 767px){.comment-area .single-review .review-img{margin:0 0 20px 0}}.comment-area .single-review .review-content{padding:30px;border:1px solid #ebebeb;border-radius:5px}.comment-area .single-review .review-content .review-top-wrap{display:flex;justify-content:space-between;margin:0 0 10px;align-items:center}.comment-area .single-review .review-content .review-top-wrap .review-left{display:flex}.comment-area .single-review .review-content .review-top-wrap .review-left .review-name h4{font-weight:600;color:#272727}.comment-area .single-review .review-content .review-top-wrap .review-left a{color:#272727}.comment-area .single-review .review-content .review-top-wrap .review-left a:hover{color:#266cfb}.comment-area .single-review .review-content p{margin:0;width:93%}@media only screen and (max-width: 479px){.comment-area .single-review .review-content p{width:100%}}.comment-area .single-review.child-review{margin-left:70px}@media only screen and (max-width: 767px){.comment-area .single-review.child-review{margin-left:0px}}.blog-comment-form{line-height:24px}.blog-comment-form h2.comment-heading{font-family:"Open Sans", sans-serif;font-size:24px;color:#272727;text-transform:capitalize;line-height:16px;font-weight:600;margin:0 0 10px}.blog-comment-form p{margin:0 0 30px}.blog-comment-form .single-form input,.blog-comment-form .single-form textarea{padding:2px 10px 2px 20px;background:transparent;border:1px solid #e6e6e6;color:#333;border-radius:5px}.blog-comment-form .single-form textarea{height:180px;padding:20px 10px 2px 20px;margin-bottom:20px;width:100%;outline:none}.blog-comment-form .single-form input{height:45px;box-shadow:none;padding-left:10px;font-size:14px;color:#253237;width:100%;margin-bottom:15px;outline:none}.blog-comment-form .single-form input.submit{padding:0 55px !important;line-height:48px;height:48px;font-size:16px;font-weight:700;border:none;border-radius:5px;box-shadow:none;text-transform:uppercase;background:#266cfb !important;display:block;color:#fff !important;width:200px;transition:all 300ms linear;margin:20px 0px 0px 0px}.blog-comment-form .single-form input.submit:hover{background-color:#272727 !important}.contact-area .contact-map{margin-bottom:60px}.contact-area .contact-map #map{height:560px}.contact-area .custom-row-2{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.contact-area .custom-row-2 div[class^=col-]{padding-left:5px;padding-right:5px}.contact-area .custom-row-2 .contact-info-wrap{background-color:#f3f3f3;padding:120px 70px 112px 90px}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info{display:flex;align-items:center;margin-bottom:40px}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon{margin-right:20px}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon i{font-size:20px;color:#272727;display:inline-block;width:40px;height:40px;line-height:40px;border:1px solid #252525;text-align:center;border-radius:100%;transition:all 0.3s ease 0s}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info:hover .contact-icon i{background-color:#266cfb;color:#fff;border-color:#266cfb}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p{line-height:1;color:#272727;margin:0 0 9px}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a{color:#272727}.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a:hover{color:#266cfb}.contact-area .custom-row-2 .contact-info-wrap .contact-social h3{font-weight:700;color:#272727;font-size:24px;margin:0 0 17px;line-height:1}.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info{margin-top:30px}.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a{position:relative;display:inline-block;vertical-align:middle;color:#666;font-size:24px;padding:0;line-height:36px;border-radius:100%;text-align:center;border:none;z-index:1;transition:all 300ms linear;margin-right:15px}.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a:hover{color:#266cfb}@media only screen and (min-width: 992px) and (max-width: 1199px){.contact-area .custom-row-2 .contact-info-wrap{padding:120px 20px 112px 40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.contact-area .custom-row-2 .contact-info-wrap{padding:120px 20px 112px 30px}}@media only screen and (max-width: 767px){.contact-area .custom-row-2 .contact-info-wrap{padding:50px 30px 50px 30px}}.contact-area .custom-row-2 .contact-form{background-color:#f3f3f3;padding:50px 110px 50px 110px}.contact-area .custom-row-2 .contact-form .contact-title h2{font-size:24px;font-weight:700;color:#272727;line-height:1;margin-bottom:36px;margin-left:-10px}.contact-area .custom-row-2 .contact-form .contact-form-style input,.contact-area .custom-row-2 .contact-form .contact-form-style textarea{background:transparent;border:1px solid #c1c1c1;height:40px;padding:2px 14px;margin-bottom:30px;color:#000;width:100%;outline:none;border-radius:5px}.contact-area .custom-row-2 .contact-form .contact-form-style textarea{padding:20px 14px;margin-bottom:0;height:200px}@media only screen and (min-width: 768px) and (max-width: 991px){.contact-area .custom-row-2 .contact-form .contact-form-style textarea{height:130px}}.contact-area .custom-row-2 .contact-form .contact-form-style button{border:none;background-color:#266cfb;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;line-height:1;padding:15px 52px;margin-top:33px;outline:none;transition:all 0.3s ease 0s;border-radius:5px}.contact-area .custom-row-2 .contact-form .contact-form-style button:hover{background:#272727}.contact-area .custom-row-2 .contact-form p{color:#333}@media only screen and (min-width: 768px) and (max-width: 991px){.contact-area .custom-row-2 .contact-form{padding:50px 30px 50px 30px}}@media only screen and (max-width: 767px){.contact-area .custom-row-2 .contact-form{padding:50px 30px 50px 30px}}.modal-dialog{margin:0% auto;max-width:960px;width:960px;padding:35px}.modal-dialog .product-details-content{padding:0;border:0;border-radius:0}.modal-dialog .product-details-content p.quickview-para{font-size:14px;color:#1d1d1d;line-height:24px;margin:0px 0px 20px;font-weight:400}@media only screen and (min-width: 768px) and (max-width: 991px){.modal-dialog{max-width:720px;width:720px}}@media only screen and (max-width: 767px){.modal-dialog{width:98%;max-width:100%;padding:35px 0;margin:auto 2%}}.modal-dialog .gallery-thumbs{width:90%;margin:auto}.modal-dialog .gallery-thumbs .single-slide{margin:0 5px;transition:all 300ms linear}.modal-dialog .gallery-thumbs .single-slide img{margin:auto;transition:all 300ms linear}.modal-dialog .gallery-thumbs .single-slide img:hover{border:1px solid #266cfb}.modal-dialog .gallery-thumbs .single-slide.slick-slide.slick-current img{border:1px solid #266cfb}.modal-dialog .gallery-thumbs .slick-arrow{position:absolute;left:0px;top:50%;margin-top:-8px;opacity:0;visibility:hidden;transition:all 300ms linear;cursor:pointer}.modal-dialog .gallery-thumbs .slick-arrow i{font-size:20px;color:#272727;transition:all 300ms linear}.modal-dialog .gallery-thumbs .slick-arrow i:hover{color:#266cfb}.modal-dialog .gallery-thumbs span.next.slick-arrow{left:auto;right:0px}.modal-dialog:hover .slick-arrow{opacity:1;visibility:visible}.modal-dialog:hover .slick-arrow.next{right:-15px !important}.modal-dialog:hover .slick-arrow.prev{left:-15px}.modal.fade{display:block !important;opacity:0;visibility:hidden}.modal.fade.show{display:block !important;opacity:1;visibility:visible}.best-sell-area .product-inner{display:flex;align-items:center;position:relative;transition:all 300ms linear}@media only screen and (max-width: 479px){.best-sell-area .product-inner{display:block}}.best-sell-area .product-inner .img-block{flex:0 0 47%;max-width:315px;margin-right:20px}@media only screen and (max-width: 479px){.best-sell-area .product-inner .img-block{flex:auto;max-width:100%;margin-right:0px}}.best-sell-area .product-inner .product-decs{padding:25px 10px 10px 0px;overflow:hidden;text-align:left;flex-grow:1}.best-sell-area .product-inner .product-decs .in-stock{font-size:13px;text-transform:capitalize;color:#9d9c9c;line-height:1;display:block;margin:0 0 15px}.best-sell-area .product-inner .product-decs .in-stock span{color:#266cfb}.best-sell-area .product-inner .product-decs p{color:#69696c;font-size:15px;line-height:20px;margin:0 0 30px}@media only screen and (max-width: 479px){.best-sell-area .product-inner .product-decs p{padding:0 15px}}@media only screen and (max-width: 479px){.best-sell-area .product-inner .product-decs{text-align:center}}.best-sell-area .list-product{padding:1%;transition:all 300ms linear;margin-bottom:15px}.category-slider-area .list-product{padding:0;display:inline-block;margin-bottom:30px}.category-slider-area .list-product:before{display:none}@media only screen and (min-width: 768px) and (max-width: 991px){.category-slider-area .list-product{display:block}}.category-slider-area .list-product .product-inner .img-block{float:left;width:100px;position:relative;overflow:hidden}.category-slider-area .list-product:hover .product-inner{box-shadow:none}.category-slider-area .list-product .product-decs{overflow:hidden;padding:10px;text-align:left;padding-bottom:0}.news-letter-area{position:relative;padding:45px 0;background:#266cfb}.news-letter-area .title-newsletter h2{font-size:24px;color:#fff;font-weight:500;line-height:24px;margin:0 0 10px}.news-letter-area .title-newsletter p{color:#fff;font-size:14px}.news-letter-area .subscribe-form{position:relative;overflow:hidden}.news-letter-area .subscribe-form .validate{height:47px;background:#fff;border:0;color:#b1b1b1;padding:15px 120px 0px 20px;display:inline-block;width:100%;font-size:14px;border:none;border-radius:5px}.news-letter-area .subscribe-form .validate input.email{width:100%}.news-letter-area .subscribe-form .validate .button{position:absolute;top:0;right:0;text-transform:capitalize;font-size:0;font-weight:700;font-size:14px;color:#fff;background:#1d1d1d;border:0;box-shadow:none;padding:0 20px;line-height:47px;height:47px;border-radius:0 5px 5px 0;transition:all 300ms linear}.blank-page-area .blank-content-header{margin:0 0 3rem}.blank-page-area .blank-content-header h1{color:#2b2d2f;text-align:left;font-size:28px;line-height:1;font-style:normal;text-transform:none;margin:0}@media only screen and (max-width: 767px){.blank-page-area .blank-content-header h1{font-size:18px}}@media only screen and (max-width: 575px){.blank-page-area .blank-content-header h1{font-size:14px}}.blank-page-area .page-not-found{box-shadow:2px 2px 8px 0 rgba(0,0,0,0.2);background:#fff;padding:1rem;font-size:0.875rem;color:#7a7a7a;max-width:570px;margin:0 auto}.blank-page-area .page-not-found h4{font-size:1rem;font-weight:700;margin:0.5rem 0 1rem}.blank-page-area .page-not-found p{color:#777777}.blank-page-area .page-not-found a{color:#272727;font-weight:700;margin:10px 0;display:inline-block;text-transform:capitalize}.blank-page-area .page-not-found a:hover{color:#266cfb}@font-face{font-family:'Linearicons-Free';src:url(/../../fonts/Linearicons-Free.eot?w118d);src:url(/../../fonts/Linearicons-Free.eot?#iefixw118d) format("embedded-opentype"),url(/../../fonts/Linearicons-Free.woff2?w118d) format("woff2"),url(/../../fonts/Linearicons-Free.woff?w118d) format("woff"),url(/../../fonts/Linearicons-Free.ttf?w118d) format("truetype"),url(/../../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format("svg");font-weight:normal;font-style:normal}.lnr{font-family:'Linearicons-Free';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}@font-face{font-family:'SofiaPro-SemiBold';src:url(/../../fonts/SofiaPro-SemiBold.eot?#iefix) format("embedded-opentype"),url(/../../fonts/SofiaPro-SemiBold.woff) format("woff"),url(/../../fonts/SofiaPro-SemiBold.ttf) format("truetype"),url(/../../fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'SofiaPro-Medium';src:url(/../../fonts/SofiaPro-Medium.eot?#iefix) format("embedded-opentype"),url(/../../fonts/SofiaPro-Medium.woff) format("woff"),url(/../../fonts/SofiaPro-Medium.ttf) format("truetype"),url(/../../fonts/SofiaPro-Medium.svg#SofiaPro-Medium) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'SofiaPro-Regular';src:url(/../../fonts/SofiaPro-Regular.eot?#iefix) format("embedded-opentype"),url(/../../fonts/SofiaPro-Regular.woff) format("woff"),url(/../../fonts/SofiaPro-Regular.ttf) format("truetype"),url(/../../fonts/SofiaPro-Regular.svg#SofiaPro-Regular) format("svg");font-weight:normal;font-style:normal}
