@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.so-sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}
 .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.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-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{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-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{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-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)}}@keyframes pulse{from,to{-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)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,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 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,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}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)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}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)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-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:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,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) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) 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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) 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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-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}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-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{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-name:flipOutX;animation-name:flipOutX;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-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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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-name:hinge;animation-name:hinge}@-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:none;transform:none}}@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:none;transform:none}}.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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}.so-widget-sow-image-default-c67d20f9f743 .sow-image-container {
display: flex;
align-items: flex-start;
justify-content: center;
}
.so-widget-sow-image-default-c67d20f9f743 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-c67d20f9f743 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-c67d20f9f743 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}.so-widget-sow-image-default-113ccd71f3e6 .widget-title {
text-align: center;
}
.so-widget-sow-image-default-113ccd71f3e6 .sow-image-container {
display: flex;
align-items: flex-start;
justify-content: center;
}
.so-widget-sow-image-default-113ccd71f3e6 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-113ccd71f3e6 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-113ccd71f3e6 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container h2.sow-headline {
text-align: left;
color: #ffffff;
line-height: 1.4em;
font-size: 12vh;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container h2.sow-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container h2.sow-headline a {
color: #ffffff;
}
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
line-height: 1.4em;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container .decoration {
line-height: 0em;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container .decoration {
text-align: center;
}
}
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container .decoration .decoration-inside {
height: 1px;
display: inline-block;
border-top: 1px none #eeeeee;
width: 100%;
max-width: 80%;
}
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container *:first-child {
margin-top: 0 !important;
}
.so-widget-sow-headline-default-aace687178c1-16486 .sow-headline-container *:last-child {
margin-bottom: 0 !important;
}.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container h3.sow-headline {
text-align: right;
color: #c7d300;
line-height: 1.4em;
font-size: 6vh;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container h3.sow-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container h3.sow-headline a {
color: #c7d300;
}
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
line-height: 1.4em;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container .decoration {
line-height: 0em;
text-align: right;
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container .decoration {
text-align: center;
}
}
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container .decoration .decoration-inside {
height: 1px;
display: inline-block;
border-top: 8px dotted #282828;
width: 100%;
max-width: 10%;
}
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container *:first-child {
margin-top: 0 !important;
}
.so-widget-sow-headline-default-45f875d40e68-16486 .sow-headline-container *:last-child {
margin-bottom: 0 !important;
}.ow-button-base{zoom:1}.ow-button-base:before{content:'';display:block}.ow-button-base:after{content:'';display:table;clear:both}.ow-button-base .sowb-button{cursor:pointer;display:inline-block;line-height:1em;text-align:center;text-decoration:none}.ow-button-base .sowb-button .sow-icon-image,.ow-button-base .sowb-button [class^="sow-icon-"]{font-size:1.3em;height:1em;width:auto;margin:-0.1em .75em -0.2em -0.75em;display:block;float:left}.ow-button-base .sowb-button .sow-icon-image{width:1em;background-size:cover}.ow-button-base .sowb-button.ow-icon-placement-top .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-top [class^="sow-icon-"]{margin:0 auto .5em;float:none}.ow-button-base .sowb-button.ow-icon-placement-right .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-right [class^="sow-icon-"]{margin:-0.1em -0.75em -0.2em .75em;float:right}.ow-button-base .sowb-button.ow-icon-placement-bottom .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-bottom [class^="sow-icon-"]{float:none;margin:.5em auto 0}.ow-button-base .sowb-button.ow-icon-placement-bottom>span{display:flex;flex-direction:column-reverse}.ow-button-base .sowb-button.ow-icon-placement-left .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-left [class^="sow-icon-"]{margin:-0.1em .75em -0.2em -0.75em;float:left}.ow-button-base.ow-button-align-left{text-align:left}.ow-button-base.ow-button-align-right{text-align:right}.ow-button-base.ow-button-align-center{text-align:center}.ow-button-base.ow-button-align-justify .sowb-button{display:block}.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base {
zoom: 1;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base:before {
content: '';
display: block;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base:after {
content: '';
display: table;
clear: both;
}
@media (max-width: 780px) {
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base.ow-button-align-center {
text-align: center;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
display: inline-block;
}
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
-moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
border-radius: 0.25em 0.25em 0.25em 0.25em;
background: #c7d300;
border-width: 1px 0;
border: 1px solid #c7d300;
color: #ffffff !important;
font-size: 1em;
padding: 1em;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
padding-inline: 2em;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button > span {
display: flex;
justify-content: center;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button > span [class^="sow-icon-"] {
font-size: 1.3em;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button.ow-icon-placement-top > span {
flex-direction: column;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button.ow-icon-placement-right > span {
flex-direction: row-reverse;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button.ow-icon-placement-bottom > span {
flex-direction: column-reverse;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button.ow-icon-placement-left > span {
align-items: start;
}
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-flat-a54f27fcca45-16486 .ow-button-base .sowb-button.ow-button-hover:hover {
background: #dae700;
border-color: #dae700;
color: #ffffff !important;
}.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container h3.sow-headline {
text-align: left;
color: #c7d300;
line-height: 1.4em;
font-size: 6vh;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container h3.sow-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container h3.sow-headline a {
color: #c7d300;
}
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
line-height: 1.4em;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container .decoration {
line-height: 0em;
text-align: left;
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container .decoration {
text-align: center;
}
}
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container .decoration .decoration-inside {
height: 1px;
display: inline-block;
border-top: 8px dotted #282828;
width: 100%;
max-width: 10%;
}
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container *:first-child {
margin-top: 0 !important;
}
.so-widget-sow-headline-default-9118f4b9bde2-16486 .sow-headline-container *:last-child {
margin-bottom: 0 !important;
}.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container h3.sow-headline {
text-align: right;
color: #ffffff;
line-height: 1.4em;
font-size: 6vh;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container h3.sow-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container h3.sow-headline a {
color: #ffffff;
}
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
line-height: 1.4em;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container h3.sow-sub-headline {
text-align: center;
}
}
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container .decoration {
line-height: 0em;
text-align: right;
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 780px) {
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container .decoration {
text-align: center;
}
}
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container .decoration .decoration-inside {
height: 1px;
display: inline-block;
border-top: 8px dotted #c7d300;
width: 100%;
max-width: 10%;
}
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container *:first-child {
margin-top: 0 !important;
}
.so-widget-sow-headline-default-4e3652776010-16486 .sow-headline-container *:last-child {
margin-bottom: 0 !important;
}@font-face {
font-family: 'fit-point';
src: url(//fitpoint.es/wp-content/uploads/useanyfont/5932fit-point.woff2) format('woff2'),
url(//fitpoint.es/wp-content/uploads/useanyfont/5932fit-point.woff) format('woff');
font-display: auto;
}
.fit-point{font-family: 'fit-point' !important;}
h2, h3, .widget-title{
font-family: 'fit-point' !important;
}#cookie-law-info-bar,.wt-cli-cookie-bar{ font-size: 10pt;
margin: 0 auto;
padding: 10px 10px;
position: absolute;
text-align: center;
width: 100%;
z-index: 99999;
box-shadow:rgba(0,0,0,.5) 0px 5px 10px;
display: none;
left: 0px;
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 8px 16px 8px;
color: #fff;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
cursor: pointer;
text-decoration: none;
}
.cli-accept-button{ font-family: Courier; font-variant: small-caps;}
.cli-plugin-main-link {
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 500;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-clearboth{
clear:both;
}
@media only screen and (max-width:768px) {
.cli-settings-mobile:hover {
box-shadow:none !important;
}
.cli-settings-desktop {
display: none;
}
.cli-col-8
{
max-width:100% !important;
width:100% !important;
flex: 100% !important;
-ms-flex: 100% !important;
}
.cli-accordion-plusminus{
float: right; 
font-size:22px;
line-height: 22px;
}
.cli-plugin-button{
margin:10px;
}
}
@media only screen and (max-width:567px)
{
.cli-switch .cli-slider:after
{
display: none;
}
.cli-tab-header a.cli-nav-link
{
font-size:12px;
}
.cli-modal .cli-modal-close
{
right:-10px;
top:-15px;
}
}
.wt-cli-iframe-placeholder {
background-image: url(//fitpoint.es/wp-content/plugins/webtoffee-gdpr-cookie-consent/public/images/cli_placeholder.svg);
background-size: 80px;
max-width:100%;
max-height:100%;
background-position: center;
background-repeat: no-repeat;
background-color: #b2b0b059;
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
}
.wt-cli-iframe-placeholder .wt-cli-inner-text {
width: 100%;
text-align: center;
padding: 1rem 1rem;
border-radius: 400px;
}
.wt-cli-cookie-bar-container
{
display: none;
}
.wt-cli-necessary-checkbox {
display: none !important;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden; 
outline:none;
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));		
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;			
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
box-sizing: border-box;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
box-sizing: border-box;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
box-sizing: border-box;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
width:auto;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #28a745;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 100%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
width: auto;
color: #fff;
text-decoration: none;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
}
.cli-tab-container h4 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
.cli-tab-container p, .cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 120px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
padding-top: 12px;
display: inline-block;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-privacy-overview
{
padding-bottom:12px;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;	
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
} .cli-bar-container{
float: none;
margin: 0 auto;
justify-content: space-between;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-style-v2 .cli-plugin-main-link 
{
font-weight:inherit;
}
.cli-style-v2 
{
font-size:11pt;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align:left;
margin-left:5%;
margin-bottom: 10px;
}
@media (max-width: 985px) {
.cli-bar-message
{
width:100%;
}
.cli-bar-container
{
justify-content:center;
}
} .wt-cli-category-widget .wt-cli-form-group input:disabled
{
opacity:0.5;
}
.wt-cli-category-widget .wt-cli-custom-checkbox input[type="checkbox"] {
border: 1px solid #b4b9be;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 16px;
margin: -4px 4px 0 0;
outline: 0;
padding: 0!important;
text-align: center;
vertical-align: middle;
width: 16px;
min-width: 16px;
-webkit-appearance: none;
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
transition: .05s border-color ease-in-out;
}
.wt-cli-category-widget input[type=checkbox]:checked:before {
content: '';
display: block;
border: solid #61a229;
width: 5px;
height: 10px;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
margin: 1px 0 0 5px;
box-sizing: border-box;
}
.wt-cli-category-widget .wt-cli-form-group {
margin-right: 15px;
}
.cli-style-v3 .cli-bar-actions {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.cli-style-v3 .cli-bar-btn_container,.cli-style-v3 .wt-cli-category-widget {
margin-top: 10px;
}
.cli-style-v3 {
text-align: left;
}
#cookie-law-info-bar a,.wt-cli-category-widget .wt-cli-form-group label
{
cursor:pointer;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"]
{
padding: 10px 90px;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"][data-cli-type="widget"]
{
padding: 10px 20px;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"][data-cli-type="popup"]
{
padding: 10px 20px;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"] .wt-cli-category-widget {
display: flex;
flex-wrap: wrap;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"]
{
text-align:left;
font-size:11pt;
border:1px solid #ffffffe6;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"] h5
{
margin:10px 0;
}
.wt-cli-category-widget-active .cli-switch,.wt-cli-category-widget-active .wt-cli-necessary-checkbox,.wt-cli-category-widget-active .cli-necessary-caption
{
display:none !important;
}
@media (max-width: 985px) {
#cookie-law-info-bar[data-template-id="cli-style-v3"]
{
padding:10px 20px;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//fitpoint.es/wp-content/themes/zita/third-party/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//fitpoint.es/wp-content/themes/zita/third-party/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//fitpoint.es/wp-content/themes/zita/third-party/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//fitpoint.es/wp-content/themes/zita/third-party/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//fitpoint.es/wp-content/themes/zita/third-party/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//fitpoint.es/wp-content/themes/zita/third-party/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.zita-menu {
list-style: none;
margin: 0;
padding: 0;      
}
.zita-menu li{
list-style: none;
}
.zita-menu li ul {
display:none;
}
.zita-menu > li {
display: block;
margin: 0;
padding: 0;
border: 0px;
float: left;
}
.zita-menu li a {
color:#555;
}
.zita-menu > li > a {
display: block;
position: relative;
margin: 0;
border: 0px;
padding: 18PX;
text-decoration: none;
font-size: 15px;
font-weight: 300;
color: #555;
}
.zita-menu li a i {
padding-right: 5px;
}
.zita-menu > li > a i {
font-size: 16px;
text-shadow: none;
color: #FF5737;
}
.zita-menu li ul.sub-menu li a i {
padding-right: 10px;
}
.zita-menu li.menu-active > a {
color:#13aff0;
}
.zita-menu li .menu-active {
position: relative;
}
.zita-menu > li > a > .arrow:before {  
margin-left: 15px;
display: inline;
font-family: FontAwesome;
height: auto;
content: "\f107";
font-weight: 300;
text-shadow: none;
width: 10px;
display: inline-block;
}
.zita-menu li ul.sub-menu li > a > .arrow:before {
content: "\f105";
}
.zita-menu > li > ul.sub-menu {
display: none;
list-style: none;
clear: both;
margin: 0;
position: absolute;
z-index: 99999;
}
.zita-menu li ul.sub-menu {
background: #e9f7ff;
}
.zita-menu li ul.sub-menu > li {
width: 185px;
}
.zita-menu li ul.sub-menu li a {
display: block;
margin: 0px 0px;
padding: 8px 14px;
text-decoration: none;
font-size: 13px;
font-weight: normal;
background: none;
}
.zita-menu > li > ul.sub-menu > li {
position: relative;
line-height: initial;
}
.zita-menu > li > ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 185px;
top: 0px;
display: none;
list-style: none;
margin: 0;
}
.zita-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 185px;
top: 0px;
display: none;
list-style: none;
}
.zita-menu > li > ul.sub-menu li > a > .arrow:before {
float: right;
margin-top: -2px;
margin-right: 0px;
display: inline;
font-size: 16px;
font-family: FontAwesome;
height: auto;
content: "\f104";
font-weight: 300;
text-shadow: none;
}
#zita-above-menu.zita-menu li ul.sub-menu {
text-align: left;
} .menu-toggle {
display: none;
width: 100%;
}
.menu-toggle h3,.bar-menu-toggle h3 {
float: left;
color: #FFF;
padding: 0px 10px;
font-weight: 600;
font-size: 16px;
}
.menu-toggle .icon-bar,.bar-menu-toggle .icon-bar {
display: block !important;
width: 18px;
height: 2px;
background-color: #F5F5F5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 4px;
}
.menu-toggle .menu-btn{
float: right;
background: #202020;
border: 1px solid #0C0C0C;
padding: 8px;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.bar-menu-toggle .menu-btn{
background: #202020;
border: 1px solid #0C0C0C;
padding:10px;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.zita-menu .hide-menu {
display: none;
}
.menu-close-btn:hover{
cursor:pointer;
} .bar-menu-toggle{
vertical-align: middle;
}
.menu-icon-inner {
width: 30px;
height: 20px;
display: block;
-webkit-transition: all .5s;
transition: all .5s;
}
.menu-icon-inner {
border-bottom: 2px solid;
box-sizing: border-box;
display:block;
position: relative;
width: 1.25em;
height: 0.9em;
overflow: hidden;
vertical-align: middle;
}
.menu-icon-inner:before {
top: 0;
}
.menu-icon-inner:before, .menu-icon-inner:after {
content: '';
display: block;
border-top: 2px solid;
position: absolute;
left: 0;
width: 100%;
transition: all .7s ease;
transition-property: transform;
}
.menu-icon-inner:after {
top: 50%;
}
.menu-icon-inner:before, .menu-icon-inner:after {
content: '';
display: block;
border-top: 2px solid;
position: absolute;
left: 0;
width: 100%;
transition: all .7s ease;
transition-property: transform;
}
.mobile-pan-active .menu-icon-inner {
border: none;
}
.mobile-pan-active .menu-icon-inner:before {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.mobile-pan-active .menu-icon-inner:before, .mobile-pan-active .menu-icon-inner:after {
top: 50%;
}
.mobile-pan-active .menu-icon-inner:after {
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
} ul[data-menu-style="accordion"] {
width: 250px;
}
ul[data-menu-style="accordion"] > li {    
display: block;
margin: 0;
padding: 0;
border: 0px;
float: none !important;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
float: right;
content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li > a i {
padding-right: 10px;
color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li {
border-bottom: 1px solid rgba(0,0,0,.1);
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f107" !important;
} ul[data-menu-style="vertical"] {
width: 200px;
}
ul[data-menu-style="vertical"] > li {
float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
border-top: 2px solid #FD5025;
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
float: right;
content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
position: absolute;
left:200px;
top:0px;
width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
padding-right: 10px;
color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
position: absolute;
width:200px;
left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: absolute;
width:200px;
left: 200px;
}
ul[data-menu-style="vertical"] > li {
border-bottom: 1px solid #242424;
}
.header-pan-icon{
display:none;
}
.sider-inner ul#zita-menu,.main-header .menu-all-pages-container ul.zita-menu{ 
padding-left:0px;  
}
.mobile-menu-active .main-header .sider-inner .menu-all-pages-container ul.zita-menu > li > a:hover{
background: transparent;
}    .mhdfull .top-header .menu-toggle,.mhdfull .bottom-header .menu-toggle{
display:none!important;
} .main-header.mhdfull .menu-toggle{
display:block!important;
}
.mobile-menu-active .mhdfull .sider.zita-menu-hide.left{
left: -300px;
right: auto;
transition: left 0.3s ease;
}
.mobile-menu-active .mhdfull .sider.zita-menu-hide.right{
left: auto;
right:-300px;
transition: right 0.3s ease;
}
.mobile-menu-active .mhdfull .zita-menu .searchfrom #searchform{
display:block;
position: relative;
}
.mobile-menu-active .mhdfull .zita-menu  .searchfrom .search-btn{
display:none;
}
.mobile-menu-active .mhdfull li.menu-item.zta-custom-item{
padding:18px 0px;
border: none;
}
.mobile-menu-active .mhdfull .zita-menu .searchfrom{
float:left;
}
.main-header.mhdfull .menu-custom-search .content-social ul.social-icon li{
display: -webkit-inline-box;
}
.main-header.mhdfull .menu-custom-search .content-social ul.social-icon{
margin: 0;
display: block;
}
.main-header.mhdfull .demo{
width:96%;
padding:2%;
}
ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
ul[data-menu-style="vertical"] li ul.sub-menu {
width: 100% !important;
} 
.main-header.mhdfull .zita-menu {
float: left;
width:100%;
}
.main-header.mhdfull .zita-menu > li {
border-bottom: 1px solid #eee;
float: none;
}       
.main-header.mhdfull .zita-menu > li > a i {
padding-right: 10px;
color: #FF5737;
}
.main-header.mhdfull .zita-menu > li > a > .arrow:before {
float: right;
content: "\f105";
}
.main-header.mhdfull .sider.left .zita-menu > li, 
.main-header.mhdfull .sider.right .zita-menu > li {
border-bottom: 1px solid #eee;
float: none;
}
.main-header.mhdfull .left .menu-item-has-children ul{
padding-left:15px;
}
.main-header.mhdfull .right .menu-item-has-children ul{
padding-right:15px;
}
.main-header.mhdfull .zita-menu li ul.sub-menu li a {
display: block;
margin: 0px 0px;
padding: 10px 40px 10px 0px;
text-decoration: none;
font-size: 13px;
font-weight: normal;
background: none;
}
.main-header.mhdfull li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
.main-header.mhdfull .zita-menu li ul.sub-menu > li {
width: 100%;
}
.main-header.mhdfull .zita-menu li ul.sub-menu li ul.sub-menu li a{
padding-left: 30px;
}  
.mhdfull .zita-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a  {
padding-left: 50px;
}  
.main-header.mhdfull .zita-menu > li > ul.sub-menu {
position: static;
}
.main-header.mhdfull .zita-menu > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
.main-header.mhdfull .zita-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
.main-header.mhdfull .zita-menu li ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
.main-header.mhdfull .zita-menu > li > a{
padding: 10px 40px 10px 0px!important;
} .logged-in.admin-bar .main-header.mhdfull .sider{
top:32px;
}
.main-header.mhdfull .sider.left {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
.main-header.mhdfull .sider.left {
left:-280px;
right: auto;
transition: left 0.2s ease;
}
.main-header.mhdfull .sider.left .zita-menu > li,.main-header.mhdfull .sider.right .zita-menu > li {
border-bottom: 1px solid #eee;
float: none;
line-height: initial;
}
.mobile-menu-active .main-header.mhdfull .sider.left{
left:0px;
right: auto;
transition: left 0.2s ease;
}
body{
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
left: 0;
} body.slideleftmenu.mobile-menu-active{
left: 280px;
width:100%;
position:absolute!important;
transition: left 0.3s ease;
}
body.slideleftmenu{
left:0px;
width:100%;
position:absolute!important;
transition: left 0.3s ease;  
}
body.slideleftmenu.mobile-menu-active:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 999;
background:rgba(0,0,0,0.3);
-webkit-animation-name: bodyfadeIn;
animation-name: bodyfadeIn;
} .main-header.mhdfull .sider.right {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 3em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
.main-header.mhdfull .sider.right {
right:-300px;
left: auto;
transition:right 0.3s ease;
}
.mobile-menu-active .main-header.mhdfull .sider.right{
left:auto;
right:0;
transition: right 0.3s ease;
}
body.sliderightmenu.mobile-menu-active{
right: 300px;
width:100%;
left:auto;
position:absolute!important;
transition:right 0.3s ease;
}
body.sliderightmenu{
right:0px;
left:auto;
width:100%;
position:absolute!important;
transition:right 0.3s ease;  
}
body.sliderightmenu.mobile-menu-active:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
right: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 999;
background:rgba(0,0,0,0.3);
-webkit-animation-name: bodyfadeIn;
animation-name: bodyfadeIn;
}
.sliderightmenu.mobile-menu-active .menu-toggle .menu-btn{
display:none;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;  
}
@-webkit-keyframes bodyfadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes bodyfadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
} .mhdfull.mobile-menu-active .sider.zita-menu-hide.overcenter{
display:none;
}
.mhdfull.mobile-menu-active .sider.overcenter{
position:fixed;
left:0px;
right:0;
top:0;
bottom:0;
margin:0 auto;
height: 100vh;
background:#fff;
display:block;
z-index: 9999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;
}
.mobile-menu-active .main-header.mhdfull .sider.overcenter .zita-menu{
float: none;
padding-top:50px;
max-width:350px;
margin:auto;
}
.mobile-menu-active .main-header.mhdfull .sider.overcenter .menu-close-btn{
margin-top:40px;
margin-left:40px;
}
.main-header.mhdfull.sider.overcenter{
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;  
}
.main-header.mhdfull .overcenter{
display:none;  
} .main-header.mhdfull .menu-close-btn {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-header.mhdfull .menu-close-btn{
margin-top:10px;
margin-left:10px;
width: 14px;
display: block;
text-decoration: none;
top: .75em;
right: 1em;
min-width: 1em;
min-height: 1em;
transform-origin: center;
transition: all .3s linear;
transition-property: transform;
-webkit-backface-visibility: hidden;
font-size: 20px;
color:#555;
}
.main-header.mhdfull .menu-close-btn:before {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.main-header.mhdfull .menu-close-btn:before,.main-header.mhdfull .menu-close-btn:after{
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.main-header.mhdfull .menu-close-btn:after{
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.main-header.mhdfull .menu-close-btn:hover{
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
.main-header.mhdfull .menu-toggle .menu-btn{
display:flex;
}
.main-header.mhdfull .menu-toggle .menu-btn span{
color:#fff;
}
.mhdfull .menu-toggle .menu-btn .text span{
margin-left:5px;
}
.main-header.mhdfull .zita-menu.collapse span.arrow{
position: absolute;
right:20px;
height: 100%;
width: 30px;
top: 0;
}
.main-header.mhdfull .zita-menu.collapse li a .arrow:before{
line-height: 45px;
margin-right: 0px;
}
.main-header.mhdfull .zita-menu.collapse > li > ul.sub-menu li > a > .arrow:before {
margin-right: 10px;
}
.main-header.mhdfull .sider .sider-inner ul#zita-menu,.main-header.mhdfull .zita-menu li ul.sub-menu{
background:transparent;
}
.main-header.mhdfull .sider .sider-inner ul#zita-menu.zita-menu > li > a:hover{
background:transparent;
}
.main-header.mhdfull .sider.left .zita-menu > li, .main-header.mhdfull .sider.right .zita-menu > li{
border-bottom: 1px solid rgba(0,0,0,.1);
}
.main-header.mhdfull .right .menu-close{
width: 40px;
height: 40px;
top: 0;
position: absolute;
left: 0;
}
.main-header.mhdfull .left .menu-close{
width: 40px;
height: 40px;
top: 0;
position: absolute;
right: 0;
}
.main-header.mhdfull .sider.overcenter ul#zita-menu{
display:block;
}   @media screen and (max-width: 1024px){
.zita-menu li,
.zita-menu a{
position: relative;
}
.mhdfull .top-header .menu-toggle,
.mhdfull .bottom-header .menu-toggle{
display:block!important;
}
.mobile-above-menu-active .sider.zita-menu-hide.left,
.mobile-menu-active .sider.zita-menu-hide.left,
.mobile-bottom-menu-active .sider.zita-menu-hide.left{
left: -300px;
right: auto;
transition: left 0.3s ease;
}
.mobile-above-menu-active .sider.zita-menu-hide.right,
.mobile-menu-active .sider.zita-menu-hide.right,
.mobile-bottom-menu-active .sider.zita-menu-hide.right{
left: auto;
right:-300px;
transition: right 0.3s ease;
}
.mobile-menu-active .zita-menu .searchfrom #searchform{
display:block;
position: relative;
}
.mobile-menu-active .zita-menu  .searchfrom .search-btn{
display:none;
}
.mobile-menu-active li.menu-item.zta-custom-item{
padding:18px 0px;
border: none;
}
.mobile-menu-active .zita-menu .searchfrom{
float:left;
}
.main-header .menu-custom-search .content-social ul.social-icon li{
display: -webkit-inline-box;
}
.main-header .menu-custom-search .content-social ul.social-icon{
margin: 0;
display: block;
}
.demo{
width:96%;
padding:2%;
}
ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
ul[data-menu-style="vertical"] li ul.sub-menu {
width: 100% !important;
} 
.zita-menu {
float: left;
width:100%;
}
.zita-menu > li {
border-bottom: 1px solid #eee;
position:relative;
float: none;
}       
.zita-menu > li > a i {
padding-right: 10px;
color: #FF5737;
}
.zita-menu > li > a > .arrow:before,
.zita-menu.collapse > li > ul.sub-menu li > a > .arrow:before {
float: right;
content: "\f107";
}
.sider.left .zita-menu > li, .sider.right .zita-menu > li {
border-bottom: 1px solid #eee;
float: none;
}
.left .menu-item-has-children ul{
padding-left:15px;
}
.right .menu-item-has-children ul{
padding-right:15px;
}
.zita-menu li ul.sub-menu li a {
display: block;
margin: 0px 0px;
padding: 10px 40px 10px 0px!important;
text-decoration: none;
font-size: 13px;
font-weight: normal;
background: none;
}
li.menu-active > a > .arrow:before {
content: "\f106";
}
.zita-menu li ul.sub-menu > li {
width: 100%;
}
.zita-menu li ul.sub-menu li ul.sub-menu li a{
padding-left: 30px;
}  
.zita-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a  {
padding-left: 50px;
}  
.zita-menu > li > ul.sub-menu {
position: static;
}
.zita-menu > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
.zita-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
.zita-menu li ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f106";
}
.zita-menu > li > a,.top-header-bar .zita-menu > li > a, 
.bottom-header-bar .zita-menu > li > a {
padding: 10px 40px 10px 0px!important;
}   
.top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn,
.top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn{
float:left;
} .logged-in.admin-bar .sider{
top:32px;
}
.sider.left {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
.sider.left {
left:-280px;
right: auto;
transition: left 0.2s ease;
}
.sider.left .zita-menu > li,.sider.right .zita-menu > li {
border-bottom: 1px solid #eee;
float: none;
line-height: initial;
}
.mobile-menu-active .sider.left,
.mobile-above-menu-active .sider.left,
.mobile-bottom-menu-active .sider.left{
left:0px;
right: auto;
transition: left 0.2s ease;
}
body{
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
left: 0;
} body.slideleftmenu.mobile-menu-active,
body.slideleftmenu.mobile-above-menu-active,
body.slideleftmenu.mobile-bottom-menu-active{
left: 280px;
width:100%;
position:absolute!important;
transition: left 0.3s ease;
}
body.slideleftmenu{
left:0px;
width:100%;
position:absolute!important;
transition: left 0.3s ease;  
}
body.slideleftmenu.mobile-menu-active:before,
body.slideleftmenu.mobile-above-menu-active:before,
body.slideleftmenu.mobile-bottom-menu-active:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 999;
background:rgba(0,0,0,0.3);
-webkit-animation-name: bodyfadeIn;
animation-name: bodyfadeIn;
} .sider.right {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 3em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
.sider.right {
right:-300px;
left: auto;
transition:right 0.3s ease;
}
.mobile-menu-active .sider.right,
.mobile-above-menu-active .sider.right,
.mobile-bottom-menu-active .sider.right {
left:auto;
right:0;
transition: right 0.3s ease;
}
body.sliderightmenu.mobile-menu-active,
body.sliderightmenu.mobile-above-menu-active,
body.sliderightmenu.mobile-bottom-menu-active{
right: 300px;
width:100%;
left:auto;
position:absolute!important;
transition:right 0.3s ease;
}
body.sliderightmenu{
right:0px;
left:auto;
width:100%;
position:absolute!important;
transition:right 0.3s ease;  
}
body.sliderightmenu.mobile-menu-active:before,
body.sliderightmenu.mobile-above-menu-active:before,
body.sliderightmenu.mobile-bottom-menu-active:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
right: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 999;
background:rgba(0,0,0,0.3);
-webkit-animation-name: bodyfadeIn;
animation-name: bodyfadeIn;
}
.sliderightmenu.mobile-menu-active .menu-toggle .menu-btn,
.sliderightmenu.mobile-above-menu-active .menu-toggle .menu-btn,
.sliderightmenu.mobile-bottom-menu-active .menu-toggle .menu-btn{
display:none;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;  
}
@-webkit-keyframes bodyfadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes bodyfadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
} .mobile-above-menu-active .sider.zita-menu-hide.overcenter,
.mobile-menu-active .sider.zita-menu-hide.overcenter,
.mobile-bottom-menu-active .sider.zita-menu-hide.overcenter{
display:none;
}
.mobile-menu-active .sider.overcenter,
.mobile-above-menu-active .sider.overcenter,
.mobile-bottom-menu-active .sider.overcenter{
position:fixed;
left:0px;
right:0;
top:0;
bottom:0;
margin:0 auto;
height: 100vh;
background:#fff;
display:block;
z-index: 9999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;
}
.mobile-menu-active .sider.overcenter .zita-menu,
.mobile-above-menu-active .sider.overcenter .zita-menu,
.mobile-bottom-menu-active .sider.overcenter .zita-menu {
float: none;
padding-top:50px;
max-width: 350px;
margin:auto;
}
.mobile-menu-active .sider.overcenter .menu-close-btn,
.mobile-above-menu-active .sider.overcenter .menu-close-btn,
.mobile-bottom-menu-active .sider.overcenter .menu-close-btn{
margin-top:40px;
margin-left:40px;
}
.sider.overcenter{
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;  
}
.sider.overcenter .menu-close{
text-align: -webkit-right;
margin-right: 40px;
}
.overcenter{
display:none;  
} .menu-close-btn {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-close-btn{
margin-top:10px;
margin-left:10px;
width: 14px;
display: block;
text-decoration: none;
top: .75em;
right: 1em;
min-width: 1em;
min-height: 1em;
transform-origin: center;
transition: all .3s linear;
transition-property: transform;
-webkit-backface-visibility: hidden;
font-size: 20px;
color:#555;
}
.menu-close-btn:before {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.menu-close-btn:before,.menu-close-btn:after{
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.menu-close-btn:after{
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.menu-close-btn:hover{
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
transform: rotateZ(90deg);
} .mhdrleftpan .sider{
left:0;
position: inherit;
}
header.mhdrleftpan .container,
header.mhdrrightpan .container{
width:100%;
max-width: 100%;
padding:0;
margin:0;
}
.mhdrleft .zita-menu {
padding-left:0!important;
}
.mhdrleftpan .sider .hide-menu,.mhdrrightpan .sider .hide-menu{
display:block;
}
.mhdrleftpan .menu-toggle,
.mhdrrightpan .menu-toggle{
display:none!important;
}
.mhdrleftpan .sider .menu-close-btn,
.mhdrrightpan .sider .menu-close-btn{
display:none;
}
.mhdrleftpan .sider.left,
.mhdrleftpan .sider.right,
.mhdrrightpan .sider.left,
.mhdrrightpan .sider.right{
width: 100%;
max-width: 100%;
padding-bottom:0;
height: auto;
}
.mhdrleftpan .sider.overcenter,
.mhdrrightpan .sider.overcenter{
display: block;
}
body.mobile-pan-active{overflow-x: hidden;} .mhdrrightpan .sider{
right:0;
left:auto;
position: inherit;
}
.mhdrright .zita-menu {
padding-right:0!important;
}
.mhdrrightpan .container{
width:100%;
max-width: 100%;
padding:0;
margin:0;
}
.menu-toggle .menu-btn{
display:flex;
}
.menu-toggle .menu-btn span{
color:#fff;
}
.menu-toggle .menu-btn .text span,.bar-menu-toggle .menu-btn .text span{
margin-left:5px;
}
.zita-menu.collapse span.arrow{
position: absolute;
right:20px;
height: 100%;
width: 30px;
top: 0;
}
.zita-menu.collapse li a .arrow:before{
line-height: 45px;
margin-right: 0px;
}
.zita-menu.collapse > li > ul.sub-menu li > a > .arrow:before{
margin-right: 10px;
}
.sider .sider-inner ul#zita-menu,.zita-menu li ul.sub-menu{
background:transparent;
}
.sider  .sider-inner ul#zita-menu.zita-menu > li > a:hover{
background:transparent;
}
.sider.left .zita-menu > li, .sider.right .zita-menu > li{
border-bottom: 1px solid rgba(0,0,0,.1);
}
.right .menu-close{
width: 40px;
height: 40px;
top: 0;
position: absolute;
background: #fff;
left: 0;
}
.left .menu-close{
width: 40px;
height: 40px;
top: 0;
position: absolute;
background:transparent;
right: 0;
}
.sider.overcenter ul#zita-menu{
display:block;
}
.mhdrleftpan .menu-close,
.mhdrrightpan .menu-close{
display:none;
}
}
@media screen and (max-width: 782px){
.logged-in.admin-bar .sider{
padding-top:42px;
}
}
@media screen and (max-width: 768px){ .header-pan-icon{
display: block;
}
.mhdrleftpan .header-pan-icon span{
position: fixed;
top: 10%;
left: 0;
background-color: #008ec2;
color: #fff;
font-size: 1.2em;
width:30px;
height:50px;
line-height:50px;
text-align: center;
z-index: 10000;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdrrightpan .header-pan-icon span{
left:auto;
right:0;
position: fixed;
top: 10%;
background-color: #008ec2;
color: #fff;
font-size: 1.2em;
width:30px;
height:50px;
line-height:50px;
text-align: center;
z-index: 10000;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active .mhdrleftpan .header-pan-icon span {
left: 270px;
}
.mobile-pan-active .mhdrrightpan .header-pan-icon span {
left: auto;
right:270px;
}
.mhdrleftpan #page.zita-site{
margin-left:auto!important;
}
.mhdrrightpan #page.zita-site{
margin-right:auto!important;
}
header.mhdrleftpan{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
header.mhdrrightpan{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active header.mhdrleftpan{
left: 0px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active header.mhdrrightpan{
right: 0px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mhdrleftpan #page.zita-site {
left:0px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdrrightpan #page.zita-site {
right:0px!important;
-webkit-transition:  right .2s ease-in-out;
-moz-transition:  right .2s ease-in-out;
transition:  right .2s ease-in-out;
}
.mobile-pan-active.mhdrleftpan #page.zita-site {
left:270px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active.mhdrrightpan #page.zita-site {
right:270px!important;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.zita-site .mhdrleftpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mobile-pan-active .zita-site .mhdrleftpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.zita-site .mhdrrightpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.mobile-pan-active .zita-site .mhdrrightpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mhdrleftpan .site-content #primary,
.mhdrrightpan .site-content #primary {
margin: 0px;
}
header.mhdrleftpan .zita-cart{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
header.mhdrrightpan .zita-cart{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.cart-pan-active header.mhdrleftpan .zita-cart{
left: 0px!important;
right:auto;
}
.cart-pan-active header.mhdrrightpan .zita-cart{
right: 0px!important;
left: auto;
}
}
@media screen and (max-width:544px) { .inline .zita-logo img{
height:auto;
}
.inline .two .main-header-container {
flex-wrap: nowrap;
}
.mhdrcenter.inline .two .main-header-container {
flex-wrap: wrap;
}
.stack .two .main-header-col1,
.stack .two .main-header-col2{
justify-content: center;
text-align:center;
width:100%;
}
.stack .zita-menu .menu-custom-search{
text-align:left;    
}
.main-header.mhdrright.stack .two .main-header-col1{
text-align:center;
}
.main-header.mhdrright .two .main-header-col2{
justify-content: center;
}
}@font-face {
font-family: 'Catamaran-Regular';
src: url(//fitpoint.es/wp-content/themes/zita/third-party/fonts/Catamaran-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}  
@font-face {
font-family: 'Catamaran-Bold';
src: url(//fitpoint.es/wp-content/themes/zita/third-party/fonts/Catamaran-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Catamaran-SemiBold';
src: url(//fitpoint.es/wp-content/themes/zita/third-party/fonts/Catamaran-SemiBold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
} html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
div{
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body{
color: #808285;
background: #fff;
font-style: normal;
font-size: 1rem;
line-height:1.6;
margin: 0;
padding: 0;
font-family:"Catamaran-Regular", sans-serif;
font-weight: inherit;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
text-rendering: optimizeLegibility; 
-moz-font-feature-settings: "liga" on; 
}
article,
aside,
footer,
header,
nav,
section{
display: block;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Catamaran-Regular", sans-serif;
color: #3a3a3a;
line-height: 35px;
font-weight:500;
letter-spacing: 1px;
}
h1 {
font-size: 30px;
line-height: 1.2;
}
h2 {
font-size: 28px;
line-height: 1.3;
}
h3 {
font-size: 26px;
line-height: 1.4;
}
h4 {
font-size: 24px;
line-height: 1.5;
}
h5 {
font-size: 22px;
line-height: 1.6;
}
h6 {
font-size: 20px;
line-height: 1.2;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
margin-bottom: 20px;
}
.entry-content p {
margin-bottom: 10px;
line-height:1.8;
}
a {
text-decoration: none!important;
cursor: pointer;
}
figcaption,
main {
display: block;
max-width: 100%;
}
figure {
margin: 1em 0;
}
embed, iframe, object, video {
margin-bottom: 1.5em;
max-width: 100%;
vertical-align: middle;
}
hr{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:focus,span:focus{
outline: thin dotted;
text-decoration: underline;
}
a:active,
a:hover {
outline-width: 0;
}
a:hover {
outline-width: 0;
}
a, a:hover,button {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
abbr[title] {
border-bottom: 1px #767676 dotted;
text-decoration: none;
}
code,
kbd,
samp{
font-family: 'Catamaran-Regular';
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #eee;
color: #222;
}
#content.site-content {
display: block;
}
.fullwidthcontained .site-content{
position:relative;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
select {
text-transform: none;
z-index: 1;
border: none;
height: 35px;
width:100%;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
border: 1px solid #ddd;
padding: 0px 10px;
font-size: 15px;
}
button{
border:0;
}
button:hover{
cursor: pointer;
}
fieldset {
border: 1px solid #bbb;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
.page-links {
clear: both;
padding: 15px 0px;
width: 100%;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
}
table, td, th {
border: 1px solid rgba(0,0,0,.1);
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 8px;
text-align: left;
border-width: 0 1px 1px 0;
}
th,th a,dt,b, strong{
font-family: 'Catamaran-SemiBold',sans-serif;
}
table, td, th {
border: 1px solid rgba(0,0,0,.1);
}
a{
color:#9c9c9c;   
}
a:hover{
color:#006799;
}
dd {
margin: 0 1.5em 1.5em;
}
ul {
list-style: disc;
}
ol, ul {
margin: 0 0 1.5em 3em;
}
address {
margin: 0 0 1.5em;
}
blockquote {
border-color: rgba(2,116,190,0.05);
}
blockquote {
margin: 1.5em 1em 1.5em 3em;
padding: 1.2em;
font-size: 1.1em;
line-height: inherit;
position: relative;
}
blockquote {
border-left: 5px solid rgba(0,0,0,.05);
padding: 20px;
font-size: 1.2em;
font-style: italic;
margin: 0 0 1.5em;
position: relative;
}
blockquote, q {
quotes: "" "";
}
pre {
background: #eee;
margin-bottom: 1.6em;
overflow: auto;
max-width: 100%;
padding: 1.6em;
}
code, kbd, pre, samp {
font-size: 1em;
}
*, :after, :before {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
#content .content-area li {
margin-bottom: 10px;
line-height: 1.8;
}
#content .content-area .entry-content p {
margin-bottom: 10px;
line-height: 1.8;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color:#006799;
border-radius:0;
box-shadow: none;
clip: auto !important;
clip-path: none;
color: #fff;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 8px 25px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}   #elementor {
position:relative;
z-index:99;
}
.elementor-editor-active header.zta-transparent-header{
z-index:1;
}
.elementor-editor-active.mobile-menu-active header.zta-transparent-header, 
.elementor-editor-active.mobile-menu-active header .sider{
z-index:999;
}
.elementor-editor-active #content .content-area li.elementor-editor-element-setting{
margin-bottom:0;
line-height:normal;
}
.elementor-widget-container section {
margin-bottom: 20px;
}    .gallery:after {content:"";display:table;clear:both;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery figure {float:left; margin:0 2% 0.4em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;} [hidden] {
display: none;
}
#primary:after,.clear, 
header:before,
footer:before, 
#sidebar-primary,
#page:before, #container:before{
content: "";
display: table;
}
#primary:after, #secondary:after, 
.site-container :after, 
.clear:after, .sidebar-main:after, 
.site-content:after, 
.site-header:after,.site-main:after,
footer::before{
clear: both;
}
#page.zita-site {
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
max-width:100%;
}
.site-header {
z-index: 10;
position: relative;
}
.widget ul {
margin: 0;
list-style-type: none;
}   .zita_overlayloader{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color:#f5f5f5;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.zita-pre-loader img{
text-indent: -9999em;
position: absolute;
top: 50%;
left: 50%; transform: translate(-50%, -50%);
display: block;
background-position: center;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
} .entry-content img {
margin: 0 0 0 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone { }
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption, .gallery-caption {
color: #666;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {} .post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.bypostauthor{} .load-more-posts-error{
display:none;
}   header.shrink{
position:fixed;
width:100%;
z-index:999;
}
.zta-main-stick-hdr.shrink .main-header{
display:block;
display:block
}
.zta-above-stick-hdr.shrink .top-header{
display:block
}
.zta-bottom-stick-hdr.shrink .bottom-header{
display:block
}
.shrink .main-header,.shrink .top-header,.shrink .bottom-header{
display:none;
}
header.shrink.zta-slide{
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
header.shrink.zta-fade{
-webkit-animation: fadein 0.5s; -moz-animation: fadein 0.5s; -ms-animation: fadein 0.5s; -o-animation: fadein 0.5s; animation: fadein 0.5s;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} 
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}      header.zta-transparent-header{
position: absolute;
width: 100%;
z-index: 999;
}
header.zta-transparent-header.shrink{
position: fixed;
}
.zita-site .mhdrleftpan .main-header-bar:before,
.zita-site .mhdrrightpan .main-header-bar:before{
background:transparent;
}
.zita-site .mhdrleftpan .main-header-bar,
.zita-site .mhdrrightpan .main-header-bar{
background:transparent;
}
.mhdrleftpan.shrink.zta-slide,
.mhdrrightpan.shrink.zta-slide,
.mhdrleftpan.shrink.zta-fade,
.mhdrrightpan.shrink.zta-fade{
-webkit-animation-name:inherit;
animation-name:inherit;
}
.pan-content ::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
visibility: hidden;
}
.pan-content::-webkit-scrollbar{
width: 6px;
background-color: #F5F5F5;
visibility: hidden;
}
.pan-content::-webkit-scrollbar-thumb{
background-color:#aaa;
visibility: hidden;
}
.pan-content{
overflow: auto;
height:100%;
padding: 2em 1.5em;
}
.pan-content:hover ::-webkit-scrollbar-track,
.pan-content:hover::-webkit-scrollbar-thumb,
.pan-content:hover::-webkit-scrollbar{
visibility:visible;
}      .menu-custom-html > a button{
display: block;
position: relative;
margin: 0;
border: 0px;
padding: 18PX 24px;
text-decoration: none;
font-size: 15px;
font-weight:300;
background:#006799;
color:#fff;
}
.menu-custom-html > a button:hover{
cursor:pointer;
}
.zita-menu .content-social .social-icon li a,
.zita-menu .menu-custom-search .searchfrom a{
color:#006799;
padding: 0;
}
.zita-menu .menu-custom-search .searchfrom a i{
margin:0;
padding:0;
}
.zita-menu .menu-custom-search{
padding:0px; 
}
.menu-custom-widget{
text-align:right;
}
li.menu-item.zta-custom-item{
padding:14px;
}
.top-header-bar.abv-two .top-header-col1 .searchfrom,
.top-header-bar.abv-three .top-header-col1 .searchfrom,
.bottom-header-bar.btm-two .bottom-header-col1 .searchfrom,
.bottom-header-bar.btm-three .bottom-header-col1 .searchfrom{
float:left;
}
.top-header-bar.abv-two .top-header-col1 .searchfrom #searchform,
.top-header-bar.abv-three .top-header-col1 .searchfrom #searchform,
.bottom-header-bar.btm-two .bottom-header-col1 .searchfrom #searchform,
.bottom-header-bar.btm-three .bottom-header-col1 .searchfrom #searchform{
right: auto;
left: 0;
}
.top-footer-bar.ft-abv-two .top-footer-col1 .searchfrom,
.top-footer-bar.ft-abv-three .top-footer-col1 .searchfrom,
.bottom-footer-bar.ft-btm-two .bottom-footer-col1 .searchfrom,
.bottom-footer-bar.ft-btm-three .bottom-footer-col1 .searchfrom{
float:left;
}
.top-footer-bar.ft-abv-two .top-footer-col1 .searchfrom #searchform,
.top-footer-bar.ft-abv-three .top-footer-col1 .searchfrom #searchform,
.bottom-footer-bar.ft-btm-two .bottom-footer-col1 .searchfrom #searchform,
.bottom-footer-bar.ft-btm-three .bottom-footer-col1 .searchfrom #searchform{
right: auto;
left: 0;
}
.widget-area .content-widget #searchform .form-content{
line-height:normal;
}
.menu-custom-widget .widget_product_search .widget-title{
display:none;
}
.menu-custom-widget .widget_product_search #searchform {
position: relative;
display: block;
width: 100%;
}
.menu-custom-widget .widget_product_search #searchform .form-content:before {
content: "\f002";
font-family: FontAwesome;
position: absolute;
color: #015782;
right: 0;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 2;
font-size: 15px;
text-align: center;
}
.menu-custom-widget .widget_product_search input#s {
z-index: 1;
border: none;
height: 40px;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
top: 100%;
border: 1px solid #ddd;
width: 100%;
font-size: 13px;
}
.menu-custom-widget .widget_product_search #searchform input[type=submit] {
display: block;
width: 20px;
position: absolute;
font-size: 0;
top: 0px;
right: 0;
height: 20px;
line-height: 30px;
z-index: 3;
background: transparent;
border: none;
margin-top: 0px;
height: 40px;
width: 40px;
padding: 0;
}   .screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
}
.post-navigation,nav.pagination{
border-top: 0;
padding-left:0;
padding-right:0;
padding: 20px 0px;
}
.single .post-navigation .nav-links {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.single .post-navigation .nav-next, 
.single .post-navigation .nav-previous {
-webkit-box-flex: 1;
-webkit-flex: auto;
-moz-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.nav-next, 
.post-navigation .nav-previous, 
.posts-navigation .nav-next, 
.posts-navigation .nav-previous {
width: 50%;
display: inline-block;
position: relative;
color:#9c9c9c;
}
.single .nav-previous:hover:before,
.single .nav-next:hover:after{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single .post-navigation a {
margin: 2px;
display: inline-block;
}
.post-navigation .nav-next, 
.posts-navigation .nav-next{
text-align: right;
}
.single .nav-previous:before {
content: "\f100";
font-family: FontAwesome;
position: absolute;
font-size: 18px;
}
.single .nav-previous a{
padding-left:20px;
}
.single .nav-next:after {
content: "\f101";
font-family: FontAwesome;
position: absolute;
font-size: 18px;
right: 0px;
}
.single .nav-next a{
padding-right:20px;
}
.page-numbers {
width: 2.33333em;
height: 2.33333em;
}
.page-numbers.dots,.page-numbers.dots:hover{
border:none;
}
.page-numbers{display: inline-block;
margin: 0 5px;
color:#bbb;
text-align: center;
padding: 10px 0;
font-size: 16px;
line-height: 16px;
text-decoration: none;
letter-spacing: 0;
border: 1px solid #bbb;
}
.page-numbers.current,.page-numbers:hover,.prev.page-numbers:hover,
.next.page-numbers:hover{
border-radius:0;
background: none;
opacity: 1;
border: 1px solid #006799;
color:#006799;
}
.next.page-numbers,.prev.page-numbers{
display: inline-block;
padding: 10px 30px;
text-align: center;
border-radius: 0px;
border: 1px solid #bbb;
color:#bbb;
}
.next.page-numbers{
margin-left:5px;
margin-right:0px;
}
.prev.page-numbers{
margin-left:0px;
margin-right:5px;
}
.next.page-numbers{
float:right; 
width:auto; 
}
.prev.page-numbers{
float:left; 
width:auto;   
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
line-height:2.33em;
padding:0;
width:2.33em;
}  header.entry-header h1.entry-title{
font-size:30px;
line-height: 1.2;
margin-bottom:10px;
}
.widget-title {
font-size: 21px;
font-size: 1.4rem;
margin-bottom: 10px;
}
article.zita-article h2.entry-title{
font-size:30px;
line-height:1.3;
}
.zita-site #content .entry-meta{
margin-bottom: 10px;
color:#9c9c9c;   
}
article.zita-article h2.entry-title a{
color:#3a3a3a;
}
.entry-header.archive h1.entry-title{
margin:30px 0px;
}    #content article.zita-article .entry-header,#content article.zita-article .entery-header,
#content article.zita-article .entry-content,
.zita-site .top-header-bar,
.zita-site .main-header-bar,
.zita-site .bottom-header-bar,
#content.blog-single article.zita-article,
#sidebar-primary.widget-area section,
.boxed #content .zta-one-colm article.zita-article .entry-content-outer-wrapper,
.boxed #content .zta-two-colm article.zita-article .entry-content-outer-wrapper,
.boxed #content .zta-three-colm article.zita-article .entry-content-outer-wrapper,
.boxed #content .zta-four-colm article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-two-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-one-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-three-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-four-colm article.zita-article .entry-content-outer-wrapper,
.site-content .site-container #sidebar-primary .sidebar-main,
.top-footer .top-footer-bar,
.widget-footer .widget-footer-bar,
.bottom-footer .bottom-footer-bar,
.boxed #content.blog-single article.zita-article,
.contentbox #content.blog-single article.zita-article,
.boxed #comments,
.contentbox #comments,
.boxed .blog-single .authorbox,
.contentbox .blog-single .authorbox,
.zita-related-post,
.page.boxed #content.site-content article.zita-article, 
.page.contentbox #content.site-content article.zita-article,
.archive.boxed #content.site-content.archive-page article.zita-article, 
.archive.contentbox #content.site-content.archive-page article.zita-article,
body.fullwidthcontained.maxwidth #content,
body.fullwidthcontained.padding #content,
.single #content.site-content.blog-single.contentbox article.zita-article{
position:relative;   
}
.zita-site .top-header-bar:before,
.zita-site .main-header-bar:before,
.zita-site .bottom-header-bar:before,
.boxed #content .zta-one-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content .zta-two-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content .zta-three-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content .zta-four-colm article.zita-article .entry-content-outer-wrapper:before,
#content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
#content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
#content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before,
.contentbox #content .zta-two-colm article.zita-article .entry-content-outer-wrapper:before,
.contentbox #content .zta-one-colm article.zita-article .entry-content-outer-wrapper:before,
.contentbox #content .zta-three-colm article.zita-article .entry-content-outer-wrapper:before,
.contentbox #content .zta-four-colm article.zita-article .entry-content-outer-wrapper:before,
.site-content .site-container #sidebar-primary .sidebar-main:before,
.top-footer .top-footer-bar:before,.widget-footer .widget-footer-bar:before,
.bottom-footer .bottom-footer-bar:before,
.boxed #content.blog-single article.zita-article:before,
.boxed #comments:before,
.boxed .blog-single .authorbox:before,
.contentbox .blog-single .authorbox:before,
.contentbox #content.blog-single article.zita-article:before,
.contentbox #comments:before,
.contentbox .blog-single .authorbox:before,
.page.boxed #content.site-content article.zita-article:before, 
.page.contentbox #content.site-content article.zita-article:before,
.archive.boxed #content.site-content.archive-page article.zita-article:before, 
.archive.contentbox #content.site-content.archive-page article.zita-article:before,
.mhdrleftpan header:before,.mhdrrightpan header:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-1:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-2:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-3:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-4:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-1:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-2:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-3:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-4:before,
.fullwidthcontained #content.site-content .zta-blog-layout-2 article.zita-article:before,
.fullwidthstrechched #content.site-content .zta-blog-layout-2 article.zita-article:before{
content:'';
background-color: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index:0;
display: block;
}
#sidebar-primary.widget-area section:before,
.archive .site-content.boxed .archive-page #sidebar-primary.widget-area section:before ,
body.fullwidthcontained.maxwidth #content:before,
body.fullwidthcontained.padding #content:before,
.single #content.site-content.blog-single.boxed article.zita-article:before,
.single #content.site-content.blog-single.contentbox article.zita-article:before,
body.maxwidth #content.site-content.blog-single.fullwidthcontained:before,
body.padding #content.site-content.blog-single.fullwidthcontained:before,
body.archive.maxwidth #content.site-content.fullwidthcontained:before,
body.archive.padding #content.site-content.fullwidthcontained:before,
body.page.maxwidth #content.site-content.fullwidthcontained:before,
body.page.padding #content.site-content.fullwidthcontained:before{
content: '';
background-color:#fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index:0;
display: block;
}
.contentbox .site-content .site-container #sidebar-primary .sidebar-main,
.fullwidthcontained .site-content .site-container #sidebar-primary .sidebar-main,
.fullwidthstrechched .site-content .site-container #sidebar-primary .sidebar-main,
.contentbox #content #sidebar-primary.widget-area section:before,
.fullwidthcontained #content #sidebar-primary.widget-area section:before,
.fullwidthstrechched #content #sidebar-primary.widget-area section:before,
.fullwidthcontained #content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
.fullwidthcontained #content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
.fullwidthcontained #content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before,
.fullwidthstrechched #content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
.fullwidthstrechched #content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
.fullwidthstrechched #content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-1:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-2:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-3:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-4:before,
.site-content.contentbox .archive-page #sidebar-primary.widget-area section:before,
.site-content.fullwidthcontained .archive-page #sidebar-primary.widget-area section:before,
.blog-single.contentbox #sidebar-primary.widget-area section:before
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-1:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-2:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-3:before,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-4:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-1:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-2:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-3:before,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-4:before,
.fullwidthcontained .zta-blog-layout-2 article.zita-article:before,.fullwidthstrechched #content.site-content .zta-blog-layout-2 article.zita-article:before{
background:transparent;
}
.fullwidthcontained #content .archive-page article.zita-article,
.fullwidthstrechched #content .archive-page article.zita-article,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-1,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-2,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-3,
#content.site-content.fullwidthcontained .archive-page .entry-content-outer-wrapper.zta-blog-layout-4,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-1,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-2,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-3,
#content.site-content.fullwidthstrechched .archive-page .entry-content-outer-wrapper.zta-blog-layout-4{
background:transparent!important;
}
#content.site-content.fullwidthcontained .archive-page.zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
#content.site-content.fullwidthcontained .archive-page.zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
#content.site-content.fullwidthcontained .archive-page.zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before,
#content.site-content.fullwidthstrechched .archive-page.zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
#content.site-content.fullwidthstrechched .archive-page.zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
#content.site-content.fullwidthstrechched .archive-page.zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before{
background:0 0;
}
body.fullwidthcontained.maxwidth #content.boxed:before, 
body.fullwidthcontained.padding #content.boxed:before,
body.fullwidthcontained.maxwidth #content.contentbox:before, 
body.fullwidthcontained.padding #content.contentbox:before,
body.fullwidthcontained.maxwidth #content.fullwidthstrechched:before, 
body.fullwidthcontained.padding #content.fullwidthstrechched:before,
body.archive.maxwidth #content.site-content.fullwidthcontained:before,
body.archive.padding #content.site-content.fullwidthcontained:before{
background:transparent;
}
body.fullwidthcontained.maxwidth #content.boxed,
body.fullwidthcontained.padding #content.boxed,
body.fullwidthcontained.maxwidth #content.contentbox,
body.fullwidthcontained.padding #content.contentbox,
body.fullwidthcontained.maxwidth #content.fullwidthstrechched, 
body.fullwidthcontained.padding #content.fullwidthstrechched{
background:transparent;
}
.single #content.site-content.blog-single.fullwidthcontained article.zita-article,
.single #content.site-content.blog-single.fullwidthcontained #comments,
.single.contentbox #content.site-content.blog-single.fullwidthstrechched #comments{
background:0 0; 
}
#sidebar-primary.widget-area section:before, 
.boxed #content .zta-one-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content .zta-two-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content .zta-three-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content .zta-four-colm article.zita-article .entry-content-outer-wrapper:before,
#content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before, 
#content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
#content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before, 
.contentbox #content .zta-two-colm article.zita-article .entry-content-outer-wrapper:before, 
.contentbox #content .zta-one-colm article.zita-article .entry-content-outer-wrapper:before,
.contentbox #content .zta-three-colm article.zita-article .entry-content-outer-wrapper:before,
.contentbox #content .zta-four-colm article.zita-article .entry-content-outer-wrapper:before,
.boxed #content.blog-single article.zita-article:before, 
.boxed #comments:before, 
.boxed .blog-single .authorbox:before, 
.page.boxed #content.site-content article.zita-article:before, 
.page.contentbox #content.site-content article.zita-article:before, 
.contentbox .blog-single .authorbox:before, 
.contentbox #content.blog-single article.zita-article:before, 
.contentbox #comments:before, .contentbox .zita-related-post:before,
.boxed .zita-related-post:before, 
.contentbox .blog-single .authorbox:before, 
.archive.boxed #content.site-content.archive-page article.zita-article:before,
.archive.contentbox #content.site-content.archive-page article.zita-article:before, 
.archive .site-content.boxed .archive-page #sidebar-primary.widget-area section:before,
.archive #content.boxed .archive-page.zta-blog-layout-1 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.boxed .archive-page.zta-blog-layout-1 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-1 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.boxed .archive-page.zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.boxed .archive-page.zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before, 
.archive #content.boxed .archive-page.zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before, 
.page #content.site-content.contentbox article.zita-article, .single #content.site-content.blog-single.contentbox article.zita-article,
.archive #content.site-content.archive-page.contentbox article.zita-article, .page #content.site-content.boxed article.zita-article, 
.archive #content.site-content.archive-page.boxed article.zita-article, 
.page #content.site-content.boxed #sidebar-primary.widget-area section,
.single #content.site-content.blog-single.boxed #sidebar-primary.widget-area section,
.archive #content.site-content.archive-page.boxed #sidebar-primary.widget-area section,
body.fullwidthcontained.maxwidth #content:before,
body.fullwidthcontained.padding #content:before,
.single #content.site-content.blog-single.boxed article.zita-article:before, 
.single #content.site-content.blog-single.contentbox article.zita-article:before,
body.maxwidth #content.site-content.blog-single.fullwidthcontained:before,
body.padding #content.site-content.blog-single.fullwidthcontained:before,
body.archive.maxwidth #content.site-content.fullwidthcontained:before,
body.archive.padding #content.site-content.fullwidthcontained:before,
body.page.maxwidth #content.site-content.fullwidthcontained:before, 
body.page.padding #content.site-content.fullwidthcontained:before{
background-color: #fff;
}
.contentbox .zita-related-post:before,
.boxed .zita-related-post:before{
content: '';
background-color:transparent;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index:0;
display: block;
}   body{background-color: #f5f5f5;}
#sidebar-primary.widget-area section{
padding: 20px;
margin-bottom: 20px;
}
.sidebar-main .zita-widget-content{
position:relative;
display:block
}
.zita-widget-content ul,
.zita-widget-content ol{
margin: 0;
list-style-type: none;
}
.boxed.maxwidth .site-content #container {
padding: 0;
}
.contentbox #sidebar-primary.widget-area section{
background:transparent;
padding:0;
}
.fullwidthcontained .site-content article.zita-article .entry-content-outer-wrapper,
.fullwidthstrechched .site-content article.zita-article .entry-content-outer-wrapper{
padding-bottom:25px;
border-bottom:1px solid #eee;
}
.fullwidthcontained .site-content:before,
.site-content.fullwidthcontained:before{
content: '';
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}
.fullwidthcontained #content article.zita-article{
padding: 0px;
margin-bottom:30px;
background: transparent;
position: relative;
}
.fullwidthcontained #sidebar-primary.widget-area section,
.fullwidthstrechched #sidebar-primary.widget-area section:before,
.fullwidthcontained #sidebar-primary.widget-area section:before,
.fullwidthcontained #sidebar-primary.widget-area section,
.contentbox #sidebar-primary.widget-area section:before{
padding:0;
background:transparent;
}
.fullwidthstrechched #content #container,
.fullwidthstrechched.fullwidth #content #container{
max-width:100%;
padding:0;
width:100%;
}
.fullwidthstrechched .site-content {
background:transparent;
}
.fullwidthstrechched #content article.zita-article {
padding: 0px;
margin-bottom: 50px;
border: 0px;
background: transparent;
}
.fullwidthstrechched #sidebar-primary.widget-area section{
padding:0;
background:transparent;
}
.fullwidthcontained #content.blog-single article.zita-article,
.fullwidthstrechched #content.blog-single article.zita-article{
padding:0;
}   .site-content.blog-single.boxed .site-container.right #primary, 
.contentbox .site-content.blog-single.boxed .site-container.right #primary{
border: 0;
padding-right: 0;
}
.site-content.blog-single.boxed .site-container #sidebar-primary {
padding-left: 20px;
padding-right: 0;
} .site-content.blog-single.boxed .site-container.left #primary{
border: 0;
padding-right: 0;
padding-left: 0;
}
.site-content.blog-single.boxed .site-container.right #primary{
border: 0;
padding-left: 0;
}
.site-content.blog-single.boxed .site-container.left #sidebar-primary {
padding-right: 20px;
padding-left: 0;
}
.site-content.blog-single.boxed,.site-content.blog-single.contentbox{
background:transparent;
}
.site-content.blog-single.boxed #container,
.site-content.blog-single.contentbox #container,
.site-content.blog-single.fullwidthcontained #container{
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
width: 100%;
box-sizing: border-box;
}  .page.boxed #content.site-content article.zita-article,
.page.contentbox #content.site-content article.zita-article{
background-color:transparent;
border-bottom: 1px solid #eee;
margin: 0;
padding: 20px;
}
.page .site-content.boxed .site-container.left #primary{
border: 0;
padding-right: 0;
padding-left: 0;
}
.page .site-content.boxed .site-container.right #primary{
border: 0;
padding-right: 0;
}
.page .site-content.boxed .site-container.right #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.page .site-content.boxed .site-container.right #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.page .site-content.boxed .site-container.left #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.page .site-content.boxed .site-container.left #sidebar-primary {
padding-right: 20px;
padding-left: 0;
}
.page .site-content.fullwidthcontained .site-container.right #primary,
.page .site-content.fullwidthstrechched .site-container.right #primary {
border-right: 1px solid #eee;
padding-right: 50px;
}
.page .site-content.fullwidthcontained .site-container.left #primary,
.page .site-content.fullwidthstrechched .site-container.left #primary {
border-left: 1px solid #eee;
padding-left: 50px;
}
.page .site-content.boxed,.page .site-content.contentbox{
background:transparent;
}  .archive .site-content.boxed .archive-page .site-container.left #primary,
.archive .site-content.contentbox .archive-page .site-container.left #primary{
border: 0;
padding-right: 0;
padding-left: 0;
}
.archive .site-content.boxed .archive-page #sidebar-primary.widget-area section{
padding: 2em;
}
.archive .site-content.boxed .site-container.archive-page.right #primary,
.archive .site-content.contentbox  .site-container.archive-page.right #primary{
border: 0;
padding-right: 0;
}
.archive  .site-content.boxed  .site-container.archive-page.right #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.archive .site-content.boxed  .site-container.archive-page.right #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.archive .site-content.boxed  .site-container.archive-page.left #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.archive .site-content.boxed  .site-container.archive-page.left #sidebar-primary {
padding-right: 20px;
padding-left: 0;
}
.archive .site-content.contentbox  .site-container.archive-page.right #sidebar-primary {
padding-left: 50px;
padding-right: 0;
}
.archive .site-content.contentbox   .site-container.archive-page.right #sidebar-primary {
padding-left: 50px;
padding-right: 0;
}
.site-content.fullwidthcontained  .site-container.archive-page.right #primary,
.site-content.fullwidthstrechched  .site-container.archive-page.right #primary {
border-right: 1px solid #eee;
padding-right: 50px;
}
.site-content.fullwidthcontained  .site-container.archive-page.left #primary,
.site-content.fullwidthstrechched  .site-container.archive-page.left #primary {
border-left: 1px solid #eee;
padding-left: 50px;
}
.site-content.fullwidthcontained  .site-container.archive-page #sidebar-primary,
.site-content.fullwidthstrechched  .site-container.archive-page #sidebar-primary{
padding-left: 50px;
padding-right: 0;
}
.site-content.fullwidthcontained  .site-container.archive-page.left #sidebar-primary,
.site-content.fullwidthstrechched  .site-container.archive-page.left #sidebar-primary {
padding-right: 50px;
padding-left: 0;
}
.site-content.boxed .archive-page,.site-content.contentbox .archive-page{
background:transparent;
}
.site-content.boxed .archive-page #container,
.site-content.contentbox .archive-page #container,
.site-content.fullwidthcontained .archive-page #container{
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
width: 100%;
box-sizing: border-box;
}
.fullwidthcontained .site-content .archive-page article.zita-article .entry-content-outer-wrapper{
padding-bottom:0px;
border-bottom:none;
}
.site-content.fullwidthcontained .archive-page article.zita-article .entry-content-outer-wrapper{
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.archive #content.boxed .archive-page.zta-blog-layout-1 article.zita-article,
.archive #content.contentbox .archive-page.zta-blog-layout-1 article.zita-article{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
background: 0 0;
border: none;
padding:0 10px;
}
.archive #content.boxed .archive-page.zta-blog-layout-2 article.zita-article,
.archive #content.contentbox .archive-page.zta-blog-layout-2 article.zita-article,
.archive #content.boxed .archive-page.zta-blog-layout-3 article.zita-article,
.archive #content.contentbox .archive-page.zta-blog-layout-3 article.zita-article,
.archive #content.boxed .archive-page.zta-blog-layout-4 article.zita-article,
.archive #content.contentbox .archive-page.zta-blog-layout-4 article.zita-article{
padding:0;
}
.archive #content.boxed .archive-page.zta-blog-layout-1 article.zita-article .entry-content-outer-wrapper,
.archive #content.contentbox .archive-page.zta-blog-layout-1 article.zita-article  .entry-content-outer-wrapper,
.archive #content.boxed .archive-page.zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper,
.archive #content.contentbox .archive-page.zta-blog-layout-2 article.zita-article  .entry-content-outer-wrapper,
.archive #content.boxed .archive-page.zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper,
.archive #content.contentbox .archive-page.zta-blog-layout-3 article.zita-article  .entry-content-outer-wrapper,
.archive #content.boxed .archive-page.zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper,
.archive #content.contentbox .archive-page.zta-blog-layout-4 article.zita-article  .entry-content-outer-wrapper{
padding: 20px;
background: #fff;
width: 100%;
border: none;
}
.archive #content.boxed .archive-page.zta-blog-layout-1 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-1 article.zita-article  .entry-content-outer-wrapper:before,
.archive #content.boxed .archive-page.zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-2 article.zita-article  .entry-content-outer-wrapper:before,
.archive #content.boxed .archive-page.zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-3 article.zita-article  .entry-content-outer-wrapper:before,
.archive #content.boxed .archive-page.zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper:before,
.archive #content.contentbox .archive-page.zta-blog-layout-4 article.zita-article  .entry-content-outer-wrapper:before{
content: '';
background: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}  #content.site-content.contentbox .site-container.left #primary{
border: 0;
padding-right: 0;
padding-left: 0;
}
#content.site-content.contentbox .site-container.right #primary{
border: 0;
padding-right: 0;
}
#content.site-content.contentbox .site-container #sidebar-primary{
padding-left:50px;
padding-right: 0;   
}
#content.site-content.contentbox .site-container.left #sidebar-primary{
padding-right:50px;
padding-left: 0;   
}  #content.site-content.fullwidthcontained .site-container.right #primary,
#content.site-content.fullwidthstrechched .site-container.right #primary {
border-right: 1px solid #eee;
padding-right: 50px;
}
#content.site-content.fullwidthcontained .site-container.left #primary,
#content.site-content.fullwidthstrechched .site-container.left #primary {
border-left: 1px solid #eee;
padding-left: 50px;
}
#content.site-content.fullwidthcontained .site-container #sidebar-primary,
#content.site-content.fullwidthstrechched .site-container #sidebar-primary{
padding-left: 50px;
padding-right: 0;
}
#content.site-content.fullwidthcontained .site-container.left #sidebar-primary,
#content.site-content.fullwidthstrechched .site-container.left #sidebar-primary {
padding-right: 50px;
padding-left: 0;
} .page #content.site-content.boxed article.zita-article,
.single #content.site-content.blog-single.boxed article.zita-article,
.archive #content.site-content.archive-page.boxed article.zita-article{
background-color: #fff;
border-bottom:none;
margin: 0;
padding: 20px;
}
.page #content.site-content.boxed #sidebar-primary.widget-area section,
.single #content.site-content.blog-single.boxed #sidebar-primary.widget-area section,
.archive #content.site-content.archive-page.boxed #sidebar-primary.widget-area section {
background-color: #fff;
padding: 2em;
}
.page #content.site-content.contentbox article.zita-article,
.single #content.site-content.blog-single.contentbox article.zita-article,
.archive #content.site-content.archive-page.contentbox article.zita-article{
background-color: #fff;
border-bottom:none;
margin: 0;
padding: 20px;
}
.page #content.site-content.fullwidthcontained article.zita-article,
.single #content.site-content.blog-single.fullwidthcontained article.zita-article,
.archive #content.site-content.archive-page.fullwidthcontained article.zita-article{
background-color:transparent;
padding: 0px;
margin-bottom:0px;
border: 0px;
}
.page #content.site-content.fullwidthstrechched #container,
.single #content.site-content.blog-single.fullwidthstrechched #container,
.archive #content.site-content.archive-page.fullwidthstrechched #container{
max-width: 100%;
width: 100%;
padding: 0;
}
.single #content.site-content.blog-single.fullwidthstrechched article.zita-article,
.archive #content.site-content.archive-page.fullwidthstrechched article.zita-article{
padding: 0px;
margin-bottom:30px;
border: 0px;
background: transparent;
}
.page #content.site-content.fullwidthstrechched article.zita-article{
padding:0;
margin:0;
}
.single #content.site-content.blog-single.fullwidthcontained article.zita-article:before,
.single #content.site-content.blog-single.fullwidthcontained #comments:before,
.single #content.site-content.blog-single.fullwidthstrechched article.zita-article:before,
.single #content.site-content.blog-single.fullwidthstrechched #comments:before{
background:transparent!important;
}      header{
width:100%;
display:block;  
}
.main-header-bar {
z-index: 4;
position: relative;
padding: 1em 0;
border-bottom: solid;
border-bottom-color: #eee;
border-bottom-width: 1px;
background:#fff;
}
.bottom-header-bar{
position: relative;
border-bottom: solid;
border-bottom-color: #eee;
border-bottom-width: 1px;
background:#fff;
}
.container,#container {
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width:1200px;
width: 100%;
box-sizing: border-box;
position: relative;
}
.site-title span{
font-size: 32px;
line-height: 40px;
}    .top-header-bar  .zita-menu > li > a,
.bottom-header-bar  .zita-menu > li > a{
padding:5px 8px;  
} .searchfrom{
float:right;
position:relative;
}
.searchfrom .search-btn{
text-align: center;
background:transparent;
display: block;
width:2.1em;
height:2.1em;
line-height:2.1em;
border:1px solid transparent;
}
.searchfrom #searchform{
position:absolute;
right: 0;
display:none;
z-index:999;
width:230px;
}
.searchfrom #searchform input[type=submit]{
display: block;
width: 20px;
position: absolute;
font-size: 0;
right: 0px;
top: 0px;
height: 20px;
line-height: 30px;
z-index:3;
background: transparent;
border: none;
margin-top: 0px;
height: 40px;
width: 40px;
padding:0;
}
.searchfrom input#s{
z-index: 1;
border: none;
height: 40px;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
width: 50px;
top: 100%;
border: 1px solid #ddd;
width:100%;
padding: 0px 10px;
font-size: 13px;
}
.searchfrom #searchform .form-content:before{
content: "\f002";
font-family: FontAwesome;
position: absolute;
color:#015782;
right: 0;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 2;
font-size: 15px;
text-align: center;
}
.searchfrom{
box-shadow:none;
}
.searchfrom #searchform .form-content{
float:right; 
line-height: normal;
} .widget-area .searchfrom #searchform {
position: absolute;
right: 0;
display: none;
z-index: 999;
width: 230px;
}
.widget-area #searchform{
position: relative;
display: block;
width:100%;
}
.widget-area input#s{
z-index: 1;
border: none;
height:40px;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
top: 100%;
border: 1px solid #ddd;
width:100%;
font-size: 13px;
}
.widget-area #searchform input[type=submit] {
display: block;
width: 20px;
position: absolute;
font-size: 0;
top: 0px;
right:0;
height: 20px;
line-height: 30px;
z-index: 3;
background: transparent;
border: none;
margin-top: 0px;
height: 40px;
width: 40px;
padding:0;
}
.widget-area #searchform .form-content:before{
content: "\f002";
font-family: FontAwesome;
position: absolute;
color:#015782;
right: 0;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 2;
font-size: 15px;
text-align: center;
}
.widget-area #searchform input[type=submit]:hover{
cursor: pointer;    
}
.widget-area input#s::-webkit-input-placeholder{
color: #bbb;
}
#searchform .form-content{
width:100%;
position: relative;
}
.search-no-results .page-content .form-content input#s{
margin:20px 0;
} .mhdrleftpan header{
box-sizing: border-box;
overflow:visible;
border-right: 1px solid rgba(0,0,0,.1);
display: block;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 999;
width: 270px;
max-width: 100%;
font-size: 15px;
background-color: #fff;
color: #555; 
}
.mhdrleftpan #page.zita-site{
margin-left:280px;
}
.mhdrleftpan .zita-menu {
float: left;
width: 100%;
}
.mhdrleftpan nav{
width:100%;
}
.mhdrleftpan .main-header-bar.two .main-header-col1,
.mhdrrightpan .main-header-bar.two .main-header-col1{
width:100%;
} .zita-site .mhdrrightpan .top-header-bar,
.zita-site .mhdrleftpan .top-header-bar,
.zita-site .mhdrrightpan .top-header-bar:before,
.zita-site .mhdrleftpan .top-header-bar:before,
.zita-site .mhdrrightpan .bottom-header-bar,
.zita-site .mhdrleftpan .bottom-header-bar,
.zita-site .mhdrrightpan .bottom-header-bar:before,
.zita-site .mhdrleftpan .bottom-header-bar:before,
.zita-site .mhdrleftpan .sider-inner ul#zita-menu,
.zita-site .mhdrrightpan .sider-inner ul#zita-menu,
.zita-site .mhdrrightpan .sider-inner ul#zita-menu.zita-menu > li > a:hover,
.zita-site .mhdrleftpan .sider-inner ul#zita-menu.zita-menu > li > a:hover,
.zita-site .mhdrrightpan .zita-menu li ul.sub-menu,
.zita-site .mhdrleftpan .zita-menu li ul.sub-menu,
.zita-site .mhdrleftpan #zita-above-menu.zita-menu li ul.sub-menu,
.zita-site .mhdrrightpan #zita-above-menu.zita-menu li ul.sub-menu,
.zita-site .mhdrrightpan #zita-above-menu.zita-menu li ul.sub-menu li:hover,
.zita-site .mhdrleftpan #zita-above-menu.zita-menu li ul.sub-menu li:hover,
.zita-site .mhdrleftpan .main-header .sider-inner ul.zita-menu li ul.sub-menu,
.zita-site .mhdrrightpan .main-header .sider-inner ul.zita-menu li ul.sub-menu,
.zita-site .mhdrrightpan .main-header #zita-menu.zita-menu li ul.sub-menu li:hover,
.zita-site .mhdrleftpan .main-header #zita-menu.zita-menu li ul.sub-menu li:hover,
.main-header.mhdrleftpan nav,
.main-header.mhdrrightpan nav,
.main-header.mhdminbarright nav,
.main-header.mhdminbarleft nav{
background:transparent;
}
.zita-site .mhdrleftpan .menu-custom-widget{
text-align:left;
} .mhdrrightpan header{
box-sizing: border-box;
overflow:visible;
border-left: 1px solid rgba(0,0,0,.1);
display: block;
position: fixed;
top: 0;
left:auto;
right:0;
height: 100%;
z-index: 999;
width: 270px;
max-width: 100%;
font-size: 15px;
background-color:#fff;
color: #555; 
}
.mhdrrightpan #page.zita-site{
margin-right:280px;
}
.mhdrrightpan .zita-menu {
float: right;
width: 100%;
}
.mhdrrightpan nav{
width:100%;
}
.mhdrrightpan .menu-toggle .menu-btn{
display:none;
}
.mhdrrightpan .hide-menu{
display:block;
}
.mhdrrightpan .zita-menu li a,
.mhdrleftpan .zita-menu li a{
padding:10px 0px!important;
}
.mhdrleftpan .content-social .social-icon a,
.mhdrrightpan .content-social .social-icon a{
display: initial;
}
.mhdrleftpan .content-social .social-icon a, 
.mhdrrightpan .content-social .social-icon a{
display: initial;
margin-right: 5px;
} header.mhdrrightpan .container,
header.mhdrleftpan .container{
max-width: 100%;
padding: 0;
}
header.mhdrrightpan .top-header-col1,
header.mhdrrightpan .top-header-col2,
header.mhdrrightpan .top-header-col3,
header.mhdrleftpan .top-header-col1,
header.mhdrleftpan .top-header-col2,
header.mhdrleftpan .top-header-col3,
header.mhdrrightpan .bottom-header-col1,
header.mhdrrightpan .bottom-header-col2,
header.mhdrrightpan .bottom-header-col3,
header.mhdrleftpan .bottom-header-col1,
header.mhdrleftpan .bottom-header-col2,
header.mhdrleftpan .bottom-header-col3,
header.mhdrleftpan .content-html,
header.mhdrrightpan .content-html{
width: 100%!important;
text-align: left!important;
line-height: normal;
}
header.mhdrrightpan .content-social,header.mhdrleftpan .content-social{
width:100%;
}
header.mhdrrightpan .top-header-bar,
header.mhdrleftpan .top-header-bar,
header.mhdrrightpan .main-header-bar,
header.mhdrleftpan .main-header-bar,
header.mhdrrightpan .bottom-header-bar,
header.mhdrleftpan .bottom-header-bar{
border:none;
padding:0;
}
header.mhdrrightpan .searchfrom .search-btn,
header.mhdrleftpan .searchfrom .search-btn{
display:none;
}
header.mhdrrightpan .searchfrom #searchform,
header.mhdrleftpan .searchfrom #searchform{
display:block;
}
header.mhdrrightpan .searchfrom,
header.mhdrleftpan .searchfrom{
display: flex;   
padding:10px 0px;
float: none;
}
header.mhdrrightpan .searchfrom #searchform,
header.mhdrleftpan .searchfrom #searchform{
position:relative;
}
header.mhdrleftpan .top-header-col1,
header.mhdrleftpan .top-header-col2,
header.mhdrleftpan .top-header-col3,
header.mhdrleftpan .bottom-header-col1,
header.mhdrleftpan .bottom-header-col2,
header.mhdrleftpan .bottom-header-col3,
header.mhdrleftpan .main-header-col2,
header.mhdrrightpan .top-header-col1,
header.mhdrrightpan .top-header-col2,
header.mhdrrightpan .top-header-col3,
header.mhdrrightpan .bottom-header-col1,
header.mhdrrightpan .bottom-header-col2,
header.mhdrrightpan .bottom-header-col3,
header.mhdrrightpan .main-header-col2{
margin-top:10px;
width: 100%!important;
-webkit-flex:auto!important;
-moz-box-flex: auto!important;
-ms-flex: auto!important;
flex: auto!important;
justify-content: flex-start;
}
header.mhdrrightpan .zita-menu.collapse span.arrow,
header.mhdrleftpan .zita-menu.collapse span.arrow{
position: absolute;
right: 0px;
height: 100%;
width: 30px;
top:0;
}
header.mhdrrightpan .zita-menu.collapse li a .arrow:before,
header.mhdrleftpan .zita-menu.collapse li a .arrow:before{
line-height: 45px;
margin-right: 10px;
}
header.mhdrrightpan .zita-menu.collapse > li > ul.sub-menu li > a > .arrow:before,
header.mhdrleftpan .zita-menu.collapse > li > ul.sub-menu li > a > .arrow:before{
margin-right: 10px;
}
header.mhdrrightpan .sider-inner ul#zita-menu.zita-menu > li > a,
header.mhdrleftpan .sider-inner ul#zita-menu.zita-menu > li > a {
padding: 10px 0px!important;
}
header.mhdrrightpan .main-header .menu-custom-html,
header.mhdrleftpan .main-header .menu-custom-html{
padding: 10px 0px!important;  
}
.mhdrleftpan .site-content #primary,.mhdrrightpan .site-content #primary{
margin:20px 0px;
}
.mhdrleftpan .site-container #sidebar-primary,.mhdrrightpan .site-container #sidebar-primary{
margin:20px 0px;
}
.mhdrleftpan li.menu-item.zta-custom-item,
.mhdrrightpan li.menu-item.zta-custom-item{
padding:10px 0px;
}
header.mhdrleftpan .content-social ul.social-icon, 
header.mhdrrightpan .content-social ul.social-icon{
margin: 0;
display: block;
}
.mhdrleftpan .zita-menu .content-social .social-icon li,
.mhdrrightpan .zita-menu .content-social .social-icon li {
padding: 0px 0px;
display: -webkit-inline-box;
}
header.mhdrleftpan .content-social ul.social-icon li,
header.mhdrrightpan .content-social ul.social-icon li{
padding: 0px;
display: -webkit-inline-box;
}
.mhdrleftpan li.menu-item:last-child,
.mhdrrightpan li.menu-item:last-child{
border:0;
}   .min-bar-header.leftminbar{
float: left;
width:auto;
position: fixed !important;
height: 100%;
transition: left .2s ease-in-out;
z-index: 9999;
width: 80px;
}
.min-bar-header{
background-color: #fafafa;
border-bottom: 1px solid rgba(0,0,0,.1);
position: relative;
width: 100%;
padding: 10px 0px;
z-index: 999;
left: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.min-bar-col2{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
position: fixed;
bottom: 0px;
left: 14px;
}
.min-bar-header.leftminbar .site-title,
.min-bar-header.leftminbar .site-description{
display:inline-block;
}
.min-bar-header .site-title span{
font-size: 42px;
padding-top: 0;
letter-spacing: .08em;
margin: 0 .1em 0 0;
display: inline-block;
vertical-align: middle;
}
.min-bar-container{
text-align:center;
}
header.mhdminbarleft{
box-sizing: border-box;
overflow: visible;
border-right: 1px solid rgba(0,0,0,.1);
display: block;
position: fixed;
left:100px;
height: 100%;
z-index: 999;
width: 270px;
max-width: 100%;
font-size: 15px;
background-color: #fff;
color: #555;
}
header.mhdminbarleft .container{
max-width: 100%;
padding: 0;
}
header.mhdminbarleft nav {
width: 100%;
}
header.mhdminbarleft .sider-inner ul#zita-menu.zita-menu > li > a,
.mhdminbarleft .zita-menu li a{
padding: 10px 0px!important;
line-height:normal;
}
.mhdminbarleft li.menu-item:last-child{
border: 0;
}
header.mhdminbarleft .top-header-bar,
header.mhdminbarleft .main-header-bar,
header.mhdminbarleft .bottom-header-bar{
border: none;
padding: 0;
}
header.mhdminbarleft .zita-menu li ul.sub-menu{
background:none;
}
header.mhdminbarleft{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active header.mhdminbarleft{
left:80px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active.mhdminbarleft #page.zita-site,
.cart-pan-active.mhdminbarleft #page.zita-site {
left: 270px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdminbarleft #page.zita-site {
margin-left:80px!important;
left:0;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
body.mobile-pan-active{
overflow-x: hidden;
}
.mhdminbarleft .menu-close{
display: none;
}
.mhdminbarleft .menu-toggle{
display: none!important;
}
.mhdminbarleft .sider .hide-menu{
display: block;
}
.zita-site .mhdminbarleft .sider.left{
background: transparent;
padding: 0;
overflow-x: inherit;
overflow-y: inherit;
}
.mhdminbarleft .sider {
left: 0;
position: inherit;
}
.mhdminbarleft .sider{
width: 100%;
max-width: 100%;
padding-bottom: 0;
height: auto;
display:block;
}
header.mhdminbarleft .zita-cart {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
left: -270px;
width: 270px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.cart-pan-active header.mhdminbarleft .zita-cart {
left:80px;
right: auto;
transition: left 0.2s ease;
}
header.mhdminbarleft .main-header-col2{
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
header.mhdminbarleft .top-header-col1, 
header.mhdminbarleft .top-header-col2, 
header.mhdminbarleft .top-header-col3, 
header.mhdminbarleft .bottom-header-col1, 
header.mhdminbarleft .bottom-header-col2, 
header.mhdminbarleft .bottom-header-col3{
margin-top: 10px;
width: 100%!important;
-webkit-flex: auto!important;
-moz-box-flex: auto!important;
-ms-flex: auto!important;
flex: auto!important;
justify-content: flex-start;
}
header.mhdminbarleft .searchfrom .search-btn {
display: none;
}
header.mhdminbarleft .searchfrom {
display:flex;
padding: 10px 0px;
}
header.mhdminbarleft .searchfrom #searchform {
display: block;
position:relative;
}
header.mhdminbarleft li.menu-item.zta-custom-item{
padding: 10px 0px;
}
header.mhdminbarleft .zita-quickcart-dropdown{
width: 234px;
padding:0;
padding-top:20px;
max-width: 100%;
max-height:100%;
text-align: left;
}
header.mhdminbarleft .zita-cart a.remove{
margin-right:40px;
}
.zita-site .mhdminbarleft  .top-header-bar,
.zita-site .mhdminbarright .top-header-bar,
.zita-site .mhdminbarleft .top-header-bar:before,
.zita-site .mhdminbarright .top-header-bar:before,
.zita-site .mhdminbarright .bottom-header-bar,
.zita-site .mhdminbarleft .bottom-header-bar,
.zita-site .mhdminbarright .bottom-header-bar:before,
.zita-site .mhdminbarleft .bottom-header-bar:before,
.zita-site .mhdminbarleft .sider-inner ul#zita-menu,
.zita-site .mhdminbarright .sider-inner ul#zita-menu,
.zita-site .mhdminbarright .sider-inner ul#zita-menu.zita-menu > li > a:hover,
.zita-site .mhdminbarleft .sider-inner ul#zita-menu.zita-menu > li > a:hover,
.zita-site .mhdminbarright .zita-menu li ul.sub-menu,
.zita-site .mhdminbarleft .zita-menu li ul.sub-menu,
.zita-site .mhdminbarleft #zita-above-menu.zita-menu li ul.sub-menu,
.zita-site .mhdminbarright #zita-above-menu.zita-menu li ul.sub-menu,
.zita-site .mhdminbarright #zita-above-menu.zita-menu li ul.sub-menu li:hover,
.zita-site .mhdminbarleft #zita-above-menu.zita-menu li ul.sub-menu li:hover,
.zita-site .mhdminbarleft .main-header .sider-inner ul.zita-menu li ul.sub-menu,
.zita-site .mhdminbarright .main-header .sider-inner ul.zita-menu li ul.sub-menu,
.zita-site .mhdminbarright .main-header #zita-menu.zita-menu li ul.sub-menu li:hover,
.zita-site .mhdminbarleft .main-header #zita-menu.zita-menu li ul.sub-menu li:hover{
background:transparent;
}   .min-bar-header.rightminbar .min-bar-col2{
right: auto;
left: auto;
width:fit-content;
padding-top: 14px;
}
.min-bar-header.rightminbar{
float: right;
width:auto;
position: fixed !important;
height: 100%;
transition: right .2s ease-in-out;
z-index: 9999;
width: 80px;
}
.min-bar-header.rightminbar{
background-color: #fafafa;
border-bottom: 1px solid rgba(0,0,0,.1);
min-height: 55px;
z-index: 999;
left:auto;
right:0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.min-bar-header.rightminbar .site-title,
.min-bar-header.rightminbar .site-description{
display:inline-block;
}
header.mhdminbarright{
box-sizing: border-box;
overflow: visible;
border-right: 1px solid rgba(0,0,0,.1);
display: block;
position: fixed;
left:100px;
height: 100%;
z-index: 999;
width: 270px;
max-width: 100%;
font-size: 15px;
background-color: #fff;
color: #555;
}
header.mhdminbarright .container{
max-width: 100%;
padding: 0;
}
header.mhdminbarright nav {
width: 100%;
}
header.mhdminbarright .sider-inner ul#zita-menu.zita-menu > li > a,
.mhdminbarright .zita-menu li a{
padding: 10px 0px!important;
line-height:normal;
}
.mhdminbarright li.menu-item:last-child{
border: 0;
}
header.mhdminbarright .top-header-bar,
header.mhdminbarright .main-header-bar,
header.mhdminbarright .bottom-header-bar{
border: none;
padding: 0;
}
header.mhdminbarright .zita-menu li ul.sub-menu{
background:none;
}
header.mhdminbarright{
right:-270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active header.mhdminbarright{
right:80px!important;
left: auto;
-webkit-transition:right .2s ease-in-out;
-moz-transition:right .2s ease-in-out;
transition:right .2s ease-in-out;
}
.mobile-pan-active.mhdminbarright #page.zita-site,
.cart-pan-active.mhdminbarright #page.zita-site {
right: 270px!important;
-webkit-transition: right .2s ease-in-out;
-moz-transition:right .2s ease-in-out;
transition:right .2s ease-in-out;
}
.mhdminbarright #page.zita-site {
right: 0px!important;
margin-right:80px;
-webkit-transition:right .2s ease-in-out;
-moz-transition:right .2s ease-in-out;
transition:right .2s ease-in-out;
}
body.mobile-pan-active{
overflow-x: hidden;
}
.mhdminbarright .menu-close{
display: none;
}
.mhdminbarright .menu-toggle{
display: none!important;
}
.mhdminbarright .sider .hide-menu{
display: block;
}
.zita-site .mhdminbarright .sider{
background: transparent;
padding: 0;
overflow-x: inherit;
overflow-y: inherit;
}
.mhdminbarright .sider {
right: 0;
position: inherit;
}
.mhdminbarright .sider{
width: 100%;
max-width: 100%;
padding-bottom: 0;
height: auto;
}
header.mhdminbarright .zita-cart {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
right: -270px;
width: 270px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.cart-pan-active header.mhdminbarright .zita-cart {
right:80px;
left: auto;
transition:right 0.2s ease;
}
header.mhdminbarright .main-header-col2{
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
header.mhdminbarright .top-header-col1, 
header.mhdminbarright .top-header-col2, 
header.mhdminbarright .top-header-col3, 
header.mhdminbarright .bottom-header-col1, 
header.mhdminbarright .bottom-header-col2, 
header.mhdminbarright .bottom-header-col3{
margin-top: 10px;
width: 100%!important;
-webkit-flex: auto!important;
-moz-box-flex: auto!important;
-ms-flex: auto!important;
flex: auto!important;
justify-content: flex-start;
}
header.mhdminbarright .searchfrom .search-btn {
display: none;
}
header.mhdminbarright .searchfrom {
display: flex;
padding: 10px 0px;
}
header.mhdminbarright .searchfrom #searchform {
display: block;
position:relative;
}
header.mhdminbarright li.menu-item.zta-custom-item{
padding: 10px 0px;
}
header.mhdminbarright .zita-quickcart-dropdown{
width: 234px;
padding:0;
padding-top:20px;
max-width: 100%;
max-height:100%;
text-align: left;
}
header.mhdminbarright .zita-cart a.remove{
margin-right:40px;
}
header.mhdminbarright .top-header-col1,
header.mhdminbarright .top-header-col2,
header.mhdminbarright .top-header-col3,
header.mhdminbarleft .top-header-col1,
header.mhdminbarleft .top-header-col2,
header.mhdminbarleft .top-header-col3,
header.mhdminbarright .bottom-header-col1,
header.mhdminbarright .bottom-header-col2,
header.mhdminbarright .bottom-header-col3,
header.mhdminbarleft .bottom-header-col1,
header.mhdminbarleft .bottom-header-col2,
header.mhdminbarleft .bottom-header-col3,
header.mhdminbarleft .content-html,
header.mhdminbarright .content-html{
width: 100%!important;
text-align: left!important;
line-height: normal;
}
header.mhdminbarright .content-social, header.mhdminbarleft .content-social {
width: 100%;
}
header.mhdminbarleft .content-social ul.social-icon,
header.mhdminbarright .content-social ul.social-icon {
margin: 0;
display: block;
}
.mhdminbarright .content-social .social-icon a, 
.mhdminbarleft .content-social .social-icon a{
display: initial;
}
.mhdminbarright .content-social .social-icon a,
.mhdminbarleft .content-social .social-icon a{
padding-right: 10px!important;
}
header.mhdminbarleft .content-social ul.social-icon li, 
header.mhdminbarright .content-social ul.social-icon li{
padding: 0px;
display: -webkit-inline-box;
}   .main-header.mhdrleftpan .zita_woo_cart,
.main-header.mhdrrightpan .zita_woo_cart{
padding-top:20px;
}
.main-header.mhdrleftpan .cart-contents,.main-header.mhdrrightpan .cart-contents{
width:100%;
text-align:left;
}
header.mhdrleftpan .zita-cart{
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
left:-270px;
width: 270px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
header.mhdrrightpan .zita-cart{
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
right:-270px;
width: 270px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.cart-pan-active header.mhdrleftpan .zita-cart{
left: 0;
right: auto;
transition: left 0.2s ease;
}
.cart-pan-active header.mhdrrightpan .zita-cart{
left: auto;
right: 0;
transition: right 0.2s ease;
}
.cart-close .cart-close-btn {
width: 20px;
height: 20px;
top: 40px;
position: absolute;
background: #fff;
right: 10px;
}
.cart-close-btn{
margin-top: 10px;
margin-left: 10px;
width: 14px;
display: block;
text-decoration: none;
top: .75em;
right: 1em;
min-width: 1em;
min-height: 1em;
transform-origin: center;
transition: all .3s linear;
transition-property: transform;
-webkit-backface-visibility: hidden;
font-size: 20px;
color: #555;
z-index:1;
}
.cart-close-btn:before, .cart-close-btn:after {
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.cart-close-btn:before {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.cart-close-btn:after {
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.cart-close-btn:hover {
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
.main-header.mhdrleftpan .zita-quickcart-dropdown,
.main-header.mhdrrightpan .zita-quickcart-dropdown{
width: 234px;
padding:0;
padding-top:20px;
max-width: 100%;
max-height:100%;
}
.main-header.mhdrleftpan .zita-cart a.remove,
.main-header.mhdrrightpan .zita-cart a.remove{
margin-right:40px;
} .content-social ul.social-icon{
list-style: none;
margin: 0;
padding: 0;
display: inline-flex;
}
.content-social ul.social-icon li{
padding:5px;
}   
.content-social ul.social-icon li i{
padding:0;
font-family: fontawesome;
font-weight: normal;
}
.social-icon.original-social-icon i.fa-facebook{
color:#4867AA;
}
.social-icon.original-social-icon i.fa-google-plus{
color:#DE564A;
}
.social-icon.original-social-icon i.fa-linkedin{
color:#007BB6;
}
.social-icon.original-social-icon i.fa-twitter{
color:#00ACED;
}
.social-icon.original-social-icon i.fa-instagram{
color:#C50067;
}
.social-icon.original-social-icon i.fa-pinterest{
color:#BD081B;
}
.social-icon.original-social-icon i.fa-youtube-play{
color:#FF0000;
}
.social-icon.original-social-icon i.fa-tumblr{
color:#36465D;
}
.social-icon.original-social-icon i.fa-stumbleupon{
color:#EB4823;
}
.social-icon.original-social-icon i.fa-dribbble{
color:#EA4C89;
}
.content-social .social-icon a{
font-size:15px;  
width: 2em;
height: 2em;
line-height:2em;
display:block;
text-align:center;
border:1px solid transparent;
}
.social-icon.original-social-icon a{
background-color:transparent!important;
border:none;
width:1.5em;
height:1.5em;
line-height:1.5em;
display:block;
}    .abv-one .top-header-container,.abv-one .top-header-col1,
.abv-two .top-header-container,.abv-two .top-header-col2,
.abv-three .top-header-container,.abv-three .top-header-col3,
.one .main-header-container,
.two .main-header-container,
.three .main-header-container,
.one .main-header-col1,
.two .main-header-col2,
.three .main-header-col3,
.btm-one .bottom-header-container,
.btm-two .bottom-header-container,
.btm-three .bottom-header-container,
.btm-one .bottom-header-col1,
.btm-two .bottom-header-col2,
.btm-three .bottom-header-col3,
.ft-abv-one .top-footer-container,.ft-abv-one .top-footer-col1,
.ft-abv-two .top-footer-container,.ft-abv-two .top-footer-col2,
.ft-abv-three .top-footer-container,.ft-abv-three .top-footer-col3,
.four .top-footer-container,.four .top-footer-col4,
.ft-wgt-one .widget-footer-container,.ft-wgt-one .widget-footer-col1,
.ft-wgt-two .widget-footer-container,.ft-wgt-two .widget-footer-col2,
.ft-wgt-three .widget-footer-container,.ft-wgt-three .widget-footer-col3,
.ft-wgt-four .widget-footer-container,.ft-wgt-four .widget-footer-col4,
.ft-btm-one .bottom-footer-container,.ft-btm-one .bottom-footer-col1,
.ft-btm-two .bottom-footer-container,.ft-btm-two .bottom-footer-col2,
.ft-btm-three .bottom-footer-container,.ft-btm-three .bottom-footer-col3,
.four .bottom-footer-container,.four .bottom-footer-col4{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.abv-one .top-header-col1,
.abv-two .top-header-col1,
.abv-two .top-header-col2,
.abv-three .top-header-col2,
.abv-three .top-header-col3,
.one .main-header-col1,
.two .main-header-col1,
.two .main-header-col2,
.three .main-header-col2,
.three .main-header-col3,
.btm-one .bottom-header-col1,
.btm-two .bottom-header-col1,
.btm-two .bottom-header-col2,
.btm-three .bottom-header-col2,
.btm-three .bottom-header-col3,
.ft-abv-one .top-footer-col1,
.ft-abv-two .top-footer-col1,
.ft-abv-two .top-footer-col2,
.ft-abv-three .top-footer-col2,
.ft-abv-three .top-footer-col3,
.four .top-footer-col1,
.four .top-footer-col2,
.four .top-footer-col2,
.four .top-footer-col3,
.four .top-footer-col4,
.ft-wgt-one .widget-footer-col1,
.ft-wgt-two .widget-footer-col1,
.ft-wgt-two .widget-footer-col2,
.ft-wgt-three .widget-footer-col2,
.ft-wgt-three .widget-footer-col3,
.ft-wgt-four .widget-footer-col1,
.ft-wgt-four .widget-footer-col2,
.ft-wgt-four .widget-footer-col2,
.ft-wgt-four .widget-footer-col3,
.ft-wgt-four .widget-footer-col4,
.ft-btm-one .bottom-footer-col1,
.ft-btm-two .bottom-footer-col1,
.ft-btm-two .bottom-footer-col2,
.ft-btm-three .bottom-footer-col2,
.ft-btm-three .bottom-footer-col3,
.four .bottom-footer-col1,
.four .bottom-footer-col2,
.four .bottom-footer-col2,
.four .bottom-footer-col3,
.four .bottom-footer-col4{
-webkit-box-flex: 1;
-webkit-flex: auto;
-moz-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.top-header-col1,.main-header-col1,.bottom-header-col1,
.top-footer-col1,.widget-footer-col1,.bottom-footer-col1{
-webkit-box-flex: 1;
-webkit-flex: auto;
-moz-box-flex: 1;
-ms-flex: auto;
flex: auto;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.abv-two .top-header-col1,.two .main-header-col1,.btm-two .bottom-header-col1,
.ft-abv-two .top-footer-col1,.ft-wgt-two .widget-footer-col1,.ft-btm-two .bottom-footer-col1{
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.abv-two .top-header-col2,.two .main-header-col2,.btm-two .bottom-header-col2,
.ft-abv-two .top-footer-col2,.ft-wgt-two .widget-footer-col2,.ft-btm-two .bottom-footer-col2{
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.abv-three .top-header-col2,.three .main-header-col2,.btm-three .bottom-header-col2,
.ft-abv-three .top-footer-col2,.ft-wgt-three .widget-footer-col2,.ft-btm-three .bottom-footer-col2{
-webkit-box-pack: center;
-webkit-justify-content: flex-center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: flex-center;
}
.abv-three .top-header-col2,.three .main-header-col2,.btm-three .bottom-header-col2,
.ft-abv-three .top-footer-col2,.ft-wgt-three .widget-footer-col2,.ft-btm-three .bottom-footer-col2{
text-align: center;
}
.abv-three .top-header-col3,.three .main-header-col3,.btm-three .bottom-header-col3,
.ft-abv-three .top-footer-col3,.ft-wgt-three .widget-footer-col3,.ft-btm-three .bottom-footer-col3{
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.top-header-bar{
border-bottom: solid;
border-bottom-color:#eee;
border-bottom-width:1px;
background:#fff;
} .widget-footer .gallery figure img {
max-width: 100%;
height: auto;
margin: inherit;
display: block;
}
.widget-footer .widget-footer-col1,
.widget-footer .widget-footer-col2,
.widget-footer .widget-footer-col3,
.widget-footer .widget-footer-col4{
align-self: flex-start;
}/*/*/.ft-wgt-two .widget-footer-col1,.ft-wgt-two .widget-footer-col2{
width: 50%;
justify-content:flex-start;
flex: auto;
}/*/*/.ft-wgt-three .widget-footer-col1,
.ft-wgt-three .widget-footer-col2,
.ft-wgt-three .widget-footer-col3{
width: 33.33%;
justify-content:flex-start;
text-align:left;
}/*/*/.ft-wgt-four .widget-footer-col1,
.ft-wgt-four .widget-footer-col2,
.ft-wgt-four .widget-footer-col3,
.ft-wgt-four .widget-footer-col4{
width: 25%;
justify-content:flex-start;
text-align:left;
}/**/.ft-wgt-five .widget-footer-container{
display: flex;
flex-direction:row;
align-items: center;
}
.ft-wgt-five .widget-footer-container .widget-footer-col1{
width: 50%;
order: 1;
}
.ft-wgt-five .widget-footer-container .widget-footer-col2{
width: 20%;
order: 2;
}
.ft-wgt-five .widget-footer-container .widget-footer-col3{
width: 25%;
order: 3;
} .ft-wgt-six .widget-footer-container{
display: flex;
flex-direction:row;
align-items: center;
}
.ft-wgt-six .widget-footer-container .widget-footer-col2{
width: 50%;
order: 2;
}
.ft-wgt-six .widget-footer-container .widget-footer-col1{
width: 20%;
order: 1;
}
.ft-wgt-six .widget-footer-container .widget-footer-col3{
width: 25%;
order: 3;
} .ft-wgt-seven .widget-footer-container{
display: flex;
flex-direction:row;
align-items: center;
}
.ft-wgt-seven .widget-footer-container .widget-footer-col1{
width: 70%;
order: 1;
}
.ft-wgt-seven .widget-footer-container .widget-footer-col2{
width: 30%;
order: 2;
}
.ft-wgt-eight .widget-footer-container{
display: flex;
flex-direction:row;
align-items: center;
}
.ft-wgt-eight .widget-footer-container .widget-footer-col1{
width: 30%;
order: 1;
}
.ft-wgt-eight .widget-footer-container .widget-footer-col2{
width: 70%;
order: 2;
}
.top-footer .top-footer-bar,
.widget-footer .widget-footer-bar,
.bottom-footer .bottom-footer-bar{
background:#fff;
}
.widget-footer .widget-footer-bar{
padding:30px 0px;
}
.ft-wgt-two .widget-footer-col1 .widget{
padding-right:30px;
}
.ft-wgt-three .widget-footer-col1 .widget,.ft-wgt-three .widget-footer-col2 .widget{
padding-right:30px;
}
.ft-wgt-four .widget-footer-col1 .widget,.ft-wgt-four .widget-footer-col2 .widget,.ft-wgt-four .widget-footer-col3 .widget{
padding-right:30px;
}
.ft-wgt-five .widget-footer-col1 .widget,.ft-wgt-five .widget-footer-col2 .widget{
padding-right:30px;
}
.ft-wgt-six .widget-footer-col1 .widget,.ft-wgt-six .widget-footer-col2 .widget{
padding-right:30px;
}
.ft-wgt-seven .widget-footer-col1 .widget,
.ft-wgt-eight .widget-footer-col1 .widget{
padding-right:30px;
}
.widget-footer-container .widget{
width:100%;
margin-bottom:30px;
}
.ft-abv-three .top-footer-col2{
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.widget-footer .widget-footer-bar .woocommerce  ul.cart_list li,
.widget-footer .widget-footer-bar .woocommerce  ul.product_list_widget li {
width: 270px;
} .main-header-bar.two .main-header-col2{
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.main-header-bar.two .main-header-col1{
-webkit-box-flex: 1;
-webkit-flex: unset;
-moz-box-flex: 1;
-ms-flex: unset;
flex:unset;
}
.main-header.mhdrcenter .main-header-col1{
width: 100%;
text-align: center;
}
.main-header.mhdrcenter .main-header-col2{
-webkit-box-pack: center;
-webkit-justify-content:center;
-moz-box-pack: center;
-ms-flex-pack:center;
justify-content: center;
}
.main-header.mhdrright .main-header-container{
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.main-header.mhdrright .two .main-header-col2{
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.main-header.mhdrright .two .main-header-col1{
text-align: right;
}
.mhdrleft .zita-menu{padding-left: 20px;}
.mhdrright .zita-menu{padding-right: 20px;}
.menu-custom-html button{
margin:0;
}
.main-header .cart-contents{
margin-left:10px;
}
.mhdrleftpan .main-header .cart-contents,
.mhdrrightpan .main-header .cart-contents{
margin-left:0;
}   .top-header .abv-two .top-header-col2,
.top-header .abv-three .top-header-col2,
.top-header .abv-three .top-header-col3,
.top-header .abv-three .top-header-col1,
.bottom-header .btm-two .bottom-header-col2,
.bottom-header .btm-three .bottom-header-col2,
.bottom-header .btm-three .bottom-header-col3,
.bottom-header .btm-three .bottom-header-col1{
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}   .top-footer .abv-two .top-footer-col2,
.top-footer .abv-three .top-footer-col2,
.top-footer .abv-three .top-footer-col3,
.top-footer .abv-three .top-footer-col1,
.bottom-footer .btm-two .bottom-footer-col2,
.bottom-footer .btm-three .bottom-footer-col2,
.bottom-footer .btm-three .bottom-footer-col3,
.bottom-footer .btm-three .bottom-footer-col1{
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}   #content.site-content.boxed #container,
#content.site-content.contentbox #container,
#content.site-content.fullwidthcontained #container{
max-width:1200px;
}
.site-content
#primary {
margin: 4em 0;
padding: 0;
}
.site-content #primary{
width: 65%;
float:left;
box-sizing: border-box;
}
.site-content .site-container.left #primary{
float:right;
}
.site-content .site-container.right #primary{
border-right:1px solid #eee;  
padding-right:50px 
}
.site-content .site-container.left #primary{
border-left:1px solid #eee;  
padding-left:50px 
}
.site-content .site-container.no-sidebar #primary{
width:100%;
margin-right:0;
margin-left:0;
float: left;
}
.site-content #sidebar-primary{
width:35%;
float:right;
box-sizing: border-box;
}
.site-content #sidebar-primary{
margin: 4em 0 2.5em;
word-break: break-word;
line-height: 2;
}
.site-content .site-container.left #sidebar-primary{
float:left;
}
.site-content .site-container #sidebar-primary{
padding-left:50px;
padding-right:0;
}
.site-content .site-container.left #sidebar-primary{
padding-left:0;
padding-right:50px;
}
.page .site-content.contentbox .site-container.right #sidebar-primary,
.page .site-content.fullwidthcontained .site-container.right #sidebar-primary,
.page .site-content.fullwidthstrechched .site-container.right #sidebar-primary {
padding-left: 50px;
padding-right: 0;
}
.page .site-content.contentbox .site-container.left #sidebar-primary,
.page .site-content.fullwidthcontained .site-container.left #sidebar-primary,
.page .site-content.fullwidthstrechched .site-container.left #sidebar-primary {
padding-left:0px;
padding-right: 50px;
}
.page #content.site-content.fullwidthcontained .site-container.right #primary {
border-right: 1px solid #eee;
padding-right: 50px;
}
.page #content.site-content.fullwidthcontained .site-container.left #primary {
border-left: 1px solid #eee;
padding-left: 50px;
}
.page #content.site-content.fullwidthcontained article.zita-article,
.page #content.site-content.fullwidthcontained article.zita-article:before,
.page #content.site-content.fullwidthstrechched article.zita-article,
.page #content.site-content.fullwidthstrechched article.zita-article:before{
background:transparent!important;
} .boxed .site-content .site-container.left #primary,
.contentbox .site-content .site-container.left #primary{
border:0; 
padding-left:0;  
}
.boxed .site-content .site-container.right #primary,
.contentbox .site-content .site-container.right #primary{
border:0; 
padding-right:0;  
}
.boxed .site-content .site-container #sidebar-primary{
padding-left:20px;
padding-right:0;
}
.boxed .site-content .site-container.left #sidebar-primary{
padding-left:0;
padding-right:20px
}   .page-template-default.zta-page-builder-template .site-content #primary,
.page-template-default .site-content.fullwidthstrechched #primary{
margin:0!important;
padding:0!important;
}
.page-template-default.zta-page-builder-template .entry-header .entry-title,
.page-template-default .site-content.fullwidthstrechched .entry-header .entry-title {
margin-top: 2em;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}   footer{
width:100%;
display:block;  
}
.top-footer-bar{
border-bottom: solid;
border-bottom-color: #eee;
border-bottom-width: 1px;   
}
.bottom-footer-bar{
border-top: solid;
border-top-color: #eee;
border-top-width: 1px;   
}
ul.zita-bottom-menu{
margin:0;
list-style: none;
}
ul.zita-bottom-menu li{
display: inline-block;
padding-right: 20px;
margin:0;
}
ul.zita-bottom-menu .sub-menu{
display:none;
}
ul.zita-bottom-menu li a{
color:#555;  
}   .entry-content-wrapper .post-img{
margin:20px 0px;
}
p.read-more{
margin-bottom:0;
}
.read-more .zta-button,button,.main-header .main-header-bar a.main-header-btn{
padding: 8px 25px; 
color: #ffffff;
border-color: #006799;
background-color:#006799;
display:inline-block;
}
.read-more .zta-button:hover,.main-header .main-header-bar a.main-header-btn:hover{
color:#fff;
}
.post-navigation, nav.pagination {
float:right;
}
#content article.zita-article{
width:100%;
display:block;
float:left;
background-color:transparent;
}
.entry-content-wrapper.no-thumb{
width:100%;
padding:0;
}
#content article.zita-article .zta-blog-layout-2 .entry-content-wrapper
,#content article.zita-article .zta-blog-layout-3 .entry-content-wrapper,
#content article.zita-article .zta-blog-layout-4 .entry-content-wrapper{
position:relative;
} .fullwidthcontained #content .entry-content-outer-wrapper.zta-blog-layout-2,
.fullwidthstrechched #content .entry-content-outer-wrapper.zta-blog-layout-2{
padding-bottom:30px;
padding-top:0;
padding-left:0;
padding-right:0;
}
#content .entry-content-outer-wrapper.zta-blog-layout-2 {
display:flex;
background:transparent;
padding: 20px;
}
.zta-blog-layout-2 .entry-content-wrapper.no-thumb{
width:100%;
padding: 0;
}
.zta-blog-layout-2 .entry-content-wrapper{
width:50%;
float:left;
padding-left:30px;
}
.zta-blog-layout-2 .post-img-wrapper{
width:50%;
float:left;
margin-bottom:0;
}
.zta-blog-layout-2 .post-img-wrapper .post-img{
margin-bottom:0;
line-height: 0;
position: relative;
} .fullwidthcontained #content .entry-content-outer-wrapper.zta-blog-layout-3,
.fullwidthstrechched #content .entry-content-outer-wrapper.zta-blog-layout-3{
padding-bottom:30px;
padding-top:0;
padding-left:0;
padding-right:0;
}
#content .entry-content-outer-wrapper.zta-blog-layout-3 {
display:flex;
background:transparent;
padding: 20px;
}
.zta-blog-layout-3 .entry-content-wrapper{
width:50%;
float:right;
padding-right:30px;
}
.zta-blog-layout-3 .post-img-wrapper{
width:50%;
float:right;
order: 2;
}
.zta-blog-layout-3 .entry-content-wrapper.no-thumb{
width:100%;
padding:0;
}
.zta-blog-layout-3 .post-img-wrapper .post-img{
margin-bottom:0;
line-height: 0;
position: relative;
}
.zta-blog-layout-3 .zta-date-meta .posted-on{
left:auto;
right:0;
} .fullwidthcontained #content .entry-content-outer-wrapper.zta-blog-layout-4,
.fullwidthstrechched #content .entry-content-outer-wrapper.zta-blog-layout-4{
padding-bottom:30px;
padding-top:0;
padding-left:0;
padding-right:0;
}
#content .entry-content-outer-wrapper.zta-blog-layout-4 {
display:flex;
background:transparent;
padding: 20px;
}
#content .entry-content-outer-wrapper.zta-blog-layout-4 .post-img-wrapper .post-img{
position: relative; 
}
article.zita-article:nth-child(odd) .zta-blog-layout-4 .post-img-wrapper {
width: 50%;
float: right;
margin:0;
order: 2;
}
article.zita-article:nth-child(odd) .zta-blog-layout-4 .entry-content-wrapper {
width: 50%;
float: right;
padding-right: 30px;
order: 1;
}
article.zita-article:nth-child(even) .zta-blog-layout-4 .post-img-wrapper {
width: 50%;
float: left;
margin:0;
order:1;
}
article.zita-article:nth-child(even) .zta-blog-layout-4 .entry-content-wrapper {
width: 50%;
float: left;
padding-left: 30px;
order:2;
}
article.zita-article:nth-child(even) .zta-blog-layout-4 .entry-content-wrapper.no-thumb{
width:100%;
padding: 0;
}
article.zita-article:nth-child(odd) .zta-blog-layout-4 .entry-content-wrapper.no-thumb{
width:100%;
padding:0;
}
article.zita-article:nth-child(even) .zta-blog-layout-4 .post-img-wrapper .post-img,
article.zita-article:nth-child(odd) .zta-blog-layout-4 .post-img-wrapper .post-img{
margin:0;   
}
article.zita-article:nth-child(odd) .zta-blog-layout-4 .zta-date-meta .posted-on{
left:auto;
right:0;
}
.fullwidthcontained article.zita-article:nth-child(even) .zta-blog-layout-4 .post-img-wrapper .post-img,
.fullwidthstrechched article.zita-article:nth-child(even) .zta-blog-layout-4 .post-img-wrapper .post-img,
.fullwidthcontained article.zita-article:nth-child(odd) .zta-blog-layout-4 .post-img-wrapper .post-img,
.fullwidthstrechched article.zita-article:nth-child(odd) .zta-blog-layout-4 .post-img-wrapper .post-img{
margin:0;
} #content .zta-one-colm article.zita-article,
#content .zta-two-colm article.zita-article,
#content .zta-three-colm article.zita-article,
#content .zta-four-colm article.zita-article{ 
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.boxed #content .zta-one-colm article.zita-article,
.boxed #content .zta-two-colm article.zita-article,
.boxed #content .zta-three-colm article.zita-article,
.boxed #content .zta-four-colm article.zita-article,
.contentbox #content .zta-one-colm article.zita-article,
.contentbox #content .zta-two-colm article.zita-article,
.contentbox #content .zta-three-colm article.zita-article,
.contentbox #content .zta-four-colm article.zita-article{
padding:0px 10px;
}
.boxed #content .zta-one-colm article.zita-article,
.boxed #content .zta-two-colm article.zita-article,
.boxed #content .zta-three-colm article.zita-article,
.boxed #content .zta-four-colm article.zita-article,
.contentbox #content .zta-one-colm article.zita-article,
.contentbox #content .zta-two-colm article.zita-article,
.contentbox #content .zta-three-colm article.zita-article,
.contentbox #content .zta-four-colm article.zita-article{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-bottom:20px;
background:0 0;
border: none;
}
.boxed #content .zta-one-colm article.zita-article .entry-content-outer-wrapper,
.boxed #content .zta-two-colm article.zita-article .entry-content-outer-wrapper,
.boxed #content .zta-three-colm article.zita-article .entry-content-outer-wrapper,
.boxed #content .zta-four-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-one-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-two-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-three-colm article.zita-article .entry-content-outer-wrapper,
.contentbox #content .zta-four-colm article.zita-article .entry-content-outer-wrapper{
padding:20px;
background:#fff;
width: 100%;
}
#content .zta-two-colm article.zita-article{
width:50%;
}
#content .zta-three-colm article.zita-article{
width:33.33%;
}
#content .zta-four-colm article.zita-article{
width:25%;
}
.boxed .zta-one-colm .main-content-row,
.boxed .zta-two-colm .main-content-row,
.boxed .zta-three-colm .main-content-row,
.boxed .zta-four-colm .main-content-row,
.contentbox .zta-one-colm .main-content-row,
.contentbox .zta-two-colm .main-content-row,
.contentbox .zta-three-colm .main-content-row,
.contentbox .zta-four-colm .main-content-row{
margin-left:-10px;
margin-right:-10px;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-align: flex-start;
align-items: flex-start;
flex-flow: row wrap;
}
.boxed .zta-one-colm.zta-no-space .main-content-row,
.boxed .zta-two-colm.zta-no-space .main-content-row,
.boxed .zta-three-colm.zta-no-space .main-content-row,
.boxed .zta-four-colm.zta-no-space .main-content-row,
.contentbox .zta-one-colm.zta-no-space .main-content-row,
.contentbox .zta-two-colm.zta-no-space .main-content-row,
.contentbox .zta-three-colm.zta-no-space .main-content-row,
.contentbox .zta-four-colm.zta-no-space .main-content-row{
margin-left:-10px;
margin-right:-10px;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-align: flex-start;
-webkit-box-align: stretch;
align-items: stretch;
flex-flow: row wrap;
}
#content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper{
align-items:center;
}
.boxed .main-content-row::before,
.contentbox .main-content-row::before,
.fullwidthcontained .main-content-row::before,
.fullwidthstrechched .main-content-row::before{
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
width: 0;
content:'';
display: table;
}
.fullwidthcontained #content .zta-two-colm article.zita-article,
.fullwidthcontained #content .zta-three-colm article.zita-article,
.fullwidthcontained #content .zta-four-colm article.zita-article,
.fullwidthstrechched #content .zta-two-colm article.zita-article,
.fullwidthstrechched #content .zta-three-colm article.zita-article,
.fullwidthstrechched #content .zta-four-colm article.zita-article{
padding:0 20px;
}
.fullwidthcontained .zta-two-colm .main-content-row,
.fullwidthcontained .zta-three-colm .main-content-row,
.fullwidthcontained .zta-four-colm .main-content-row,
.fullwidthstrechched .zta-two-colm .main-content-row,
.fullwidthstrechched .zta-three-colm .main-content-row,
.fullwidthstrechched .zta-four-colm .main-content-row{
margin-left:-10px;
margin-right:-10px;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-align: stretch;
align-items: stretch;
flex-flow: row wrap;
} #content .zta-blog-highlight.zta-two-colm article.zita-article:first-child {
width:100%;
margin-right:0;
}
#content .zta-blog-highlight.zta-three-colm article.zita-article:first-child {
width:66.66%;
margin-right:0;
}
#content .zta-blog-highlight.zta-four-colm article.zita-article:first-child {
width:50%;
margin-right:0;
} #content .zta-six-blog-highlight.zta-two-colm article.zita-article:first-child{
width: 100%;
margin-right: 0;
}
#content .zta-six-blog-highlight.zta-two-colm article.zita-article:nth-child(5n+6){
width: 100%;
margin-right: 0;
}
#content .zta-six-blog-highlight.zta-three-colm article.zita-article:first-child{
width:66.66%;
margin-right: 0;
}
#content .zta-six-blog-highlight.zta-three-colm article.zita-article:nth-child(5n+6){
width: 66.6%;
margin-right: 0;
}
#content .zta-six-blog-highlight.zta-four-colm article.zita-article:first-child{
width:50%;
margin-right: 0;
}
#content .zta-six-blog-highlight.zta-four-colm article.zita-article:nth-child(5n+6){
width: 50%;
margin-right: 0;
} .boxed  #content .zta-one-colm.zta-no-space article.zita-article,
.boxed  #content .zta-no-space.zta-two-colm article.zita-article,
.boxed  #content .zta-no-space.zta-three-colm article.zita-article,
.boxed  #content .zta-no-space.zta-four-colm article.zita-article,
.contentbox #content .zta-one-colm.zta-no-space article.zita-article,
.contentbox #content .zta-no-space.zta-two-colm article.zita-article,
.contentbox #content .zta-no-space.zta-three-colm article.zita-article,
.contentbox #content .zta-no-space.zta-four-colm article.zita-article{
margin-bottom:0;
padding:0
}
.boxed .zta-one-colm.zta-no-space .main-content-row, 
.boxed .zta-two-colm.zta-no-space .main-content-row, 
.boxed .zta-three-colm.zta-no-space .main-content-row, 
.boxed .zta-four-colm.zta-no-space .main-content-row, 
.contentbox .zta-one-colm.zta-no-space .main-content-row, 
.contentbox .zta-two-colm.zta-no-space .main-content-row, 
.contentbox .zta-three-colm.zta-no-space .main-content-row, 
.contentbox .zta-four-colm.zta-no-space .main-content-row{
margin-left:0;
margin-right:0;   
}
#content .zta-one-colm.zta-no-space article.zita-article .entry-content-outer-wrapper{
border-bottom: 1px solid #eee;
}
.boxed #content .zta-no-space article.zita-article,
.contentbox #content .zta-no-space article.zita-article{
margin-bottom:0px!important;
margin-top:0px!important;
}
#content article.zita-article{
margin-bottom:20px;
}
.post-img-wrapper .post-img{
line-height:0;  
margin-bottom: 20px;  
}
#content article.zita-article .post-img-wrapper{
position: relative;
}
#content article.zita-article .entery-header{
margin-bottom:20px;   
} .boxed .zta-two-colm.zta-img-no-space .post-img-wrapper .post-img,
.boxed .zta-one-colm.zta-img-no-space .post-img-wrapper .post-img,
.boxed .zta-three-colm.zta-img-no-space .post-img-wrapper .post-img,
.boxed .zta-four-colm.zta-img-no-space .post-img-wrapper .post-img,
.contentbox .zta-two-colm.zta-img-no-space .post-img-wrapper .post-img,
.contentbox .zta-one-colm.zta-img-no-space .post-img-wrapper .post-img,
.contentbox .zta-three-colm.zta-img-no-space .post-img-wrapper .post-img,
.contentbox .zta-four-colm.zta-img-no-space .post-img-wrapper .post-img{
margin-left: -20px;
margin-right: -20px;
position: relative;
}
.boxed .zta-two-colm.zta-img-no-space .post-img-wrapper .post-img, 
.boxed .zta-one-colm.zta-img-no-space .post-img-wrapper .post-img, 
.boxed .zta-three-colm.zta-img-no-space .post-img-wrapper .post-img, 
.boxed .zta-four-colm.zta-img-no-space .post-img-wrapper .post-img,
.contentbox .zta-two-colm.zta-img-no-space .post-img-wrapper .post-img, 
.contentbox .zta-one-colm.zta-img-no-space .post-img-wrapper .post-img, 
.contentbox .zta-three-colm.zta-img-no-space .post-img-wrapper .post-img, 
.contentbox .zta-four-colm.zta-img-no-space .post-img-wrapper .post-img{
margin-top:0px;
}
.boxed .zta-two-colm.zta-img-no-space .post-img-wrapper:first-child .post-img, 
.boxed .zta-one-colm.zta-img-no-space .post-img-wrapper:first-child .post-img, 
.boxed .zta-four-colm.zta-img-no-space .post-img-wrapper:first-child .post-img, 
.boxed .zta-three-colm.zta-img-no-space .post-img-wrapper:first-child .post-img,
.contentbox .zta-two-colm.zta-img-no-space .post-img-wrapper:first-child .post-img, 
.contentbox .zta-one-colm.zta-img-no-space .post-img-wrapper:first-child .post-img, 
.contentbox .zta-four-colm.zta-img-no-space .post-img-wrapper:first-child .post-img, 
.contentbox .zta-three-colm.zta-img-no-space .post-img-wrapper:first-child .post-img{
margin-top:-20px;
}
.boxed .zita-site #content .zta-img-no-space .entry-meta,
.contentbox .zita-site #content .zta-img-no-space .entry-meta{
margin:0
} .entry-content-outer-wrapper{
position:relative;
}
.zta-date-meta .posted-on span{
color:#fff;
width:100%;
text-align:center;
display:block;
line-height: inherit;
}
.zta-date-meta{
z-index:1;
position:relative;
line-height:normal;
}
.zta-date-meta .posted-on .date-day{
font-size: 32px;
font-family: 'Catamaran-Bold';
line-height: 0;
margin: 11px 0px;
}
.zta-date-meta .posted-on{
position:absolute;
top:0;
left:0;
width: 90px;
height: 90px;
padding: 8px;
margin:15px;
background:#006799;
font-size: 15px;
}
.zta-date-meta.circle  .posted-on{
border-radius:50%;
}
.zta-date-meta.no-thumb .posted-on{
position:relative;
display: inline-block;
font-size: 15px!important;
}
.zta-date-meta.diamond .posted-on{
height:100px;
text-align: center;
transform: rotate(45deg);
width: 100px;
}
.zta-date-meta.diamond .posted-on time{
display: table-cell;
transform: rotate(-45deg);
width: 100px;
} .zita-load-more{
display:table;
margin:0 auto;
position:relative;
}
.zita-load-more #load-more-posts{
background:none;
border:1px solid #bbb;
color:#bbb;
padding:15px 30px;
margin: 20px 0px;
display: block;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.zita-load-more #load-more-posts:focus{
outline:none;
}
.zita-load-more #load-more-posts:hover{
color:#006799;
border-color:#006799;
}
.inifiniteLoader,
.inifiniteLoader:before,
.inifiniteLoader:after{
border-radius: 50%;
width: 1.5em;
height: 1.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.inifiniteLoader{
display:none;
color: #006799;
font-size: 10px;
margin:0 auto;
left:0;
right:0;
top:80%;
position: absolute;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.inifiniteLoader:before,
.inifiniteLoader:after {
content: '';
position: absolute;
top: 0;
}
.inifiniteLoader:before {
left: -2.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 2.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.infinite-loader{ 
float: left;
width: 100%;
text-align: center;
position: relative;
}   #content.blog-single article.zita-article{
background:transparent;
}
#content.blog-single article.zita-article{
margin-bottom:0px;
padding: 20px;
}
#content.blog-single .post-img{
line-height:0;
margin-bottom:20px;
}
#content.blog-single .post-navigation{
float: left;
width: 100%;
}
.blog-single article.zita-article.no-single-img-space .single-post-img-wrapper .post-img{
margin-left:-20px;
margin-right:-20px;
}
.blog-single article.zita-article.no-single-img-space .single-post-img-wrapper:first-child .post-img{
margin-top:-20px;
}
.zita-single-content,.zita-author-bio{
position:relative;
}   #content.blog-single .zita-related-post{
float: left;
width: 100%;
padding:0px 0px;
background: #fff;
}
#content.blog-single .zita-related-post ul{
padding:20px 10px;
background:transparent;
position:relative;
float:left;
margin:0;
list-style: none;
width: 100%;} #content.blog-single .zita-related-post ul li{
width:33.33%;
float:left;
padding:0px 10px;
}
#content.blog-single .zita-related-post ul li h3{
font-size:22px;
line-height:1.2;
}
.blog-single .authorbox{
float:left;
width:100%;
display:block;
background:#fff;
margin-top: 20px;
padding:20px;
}
.blog-single .authorbox .author-avatar{
width:auto;
float:left;
margin-right:2%;
}
.blog-single .authorbox .author-info{
width:76%;
float:left;
}
.blog-single .authorbox h4{
font-size: 24px;
line-height: 1.5;
} .zita-post-share{
float:left;
width:100%;
text-align:center;
margin-top:20px;
}
.zita-post-share .single-social-icon{
margin:0px;
list-style:none;
}
.zita-post-share .single-social-icon li{
display:inline-block;
padding:0px 5px;
} .boxed #comments,.contentbox #comments{
padding:20px;
}
#content.site-content.fullwidthcontained #comments,
#content.site-content.fullwidthstrechched #comments{
padding:0;
}
#content.site-content.fullwidthcontained #comments:before,
#content.site-content.fullwidthstrechched #comments:before{
background:transparent;
}
#comments{
width:100%;
float:left;
background:transparent;
}
#comments h2.comments-title,#respond h3{
font-size: 22px;
line-height: 1.2;
position: relative;
margin-bottom: 10px;
}
#comments ol.comment-list{
margin:0;
padding:0;
list-style:none;
position: relative;
}
#content.blog-single #comments .comment-body{
padding:0;
position: relative;
background: transparent;
}
#content.blog-single #comments .comment-body:before{
background:transparent;
}
footer.comment-meta{
position: relative;
}
.comment-navigation{
position:relative;
}
.comment-navigation a{
line-height:normal;
}
.comment-navigation .nav-next{
width:auto;
}
#comments ol{
list-style: none;
display: inline-block;
}
#comments ol.comment-list {
display: inline-block;
margin: 10px 0px;
}
.comment-author{
float: left;
clear: right;
position: relative;
}
.comment-meta .says{
display:none;
position: relative;
}
#comments .comment-list li{
display: flow-root;
}
.comment-metadata,.comment-content,.reply,.comment-meta .fn{
width:100%;
float:left;
position: relative;
}
.comment-author img{
width: 50px;
height: auto;
position: relative;
}
#respond.comment-respond{
width:100%;
display:block;
float:left;
padding:20px 0px;
position: relative;
}
#respond.comment-respond #commentform .logged-in-as{
margin-bottom:10px;
}
#respond.comment-respond .comment-form-comment label{
width:100%;
float: left;
position: relative;
}
#respond.comment-respond .comment-form-comment textarea{
width:100%;
border: 1px solid #eee;
position: relative;
margin: 10px 0px;
}
#respond.comment-respond #submit{
padding:12px 25px;
color: #ffffff;
border-color: #006799;
background-color: #006799;
margin: 10px 0px;
display: inline-block;
border:none;
font-size: 15px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
#respond.comment-respond #submit:hover{
cursor:pointer;
position: relative;
}
#respond.comment-respond #submit:focus{
outline:none;
position: relative;
} #move-to-top {
position: fixed;
text-align: center;
cursor: pointer;
z-index: 9999;
width: 2.1em;
height: 2.1em;
line-height: 2.1;
color: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;   
}
#move-to-top{
background-color:#006799;
font-size:18px;
}
#move-to-top{
right: 30px;
bottom: 121px;
}
#move-to-top:not(.filling){
opacity: 0;
visibility: hidden;
}
#move-to-top i{
font-family: fontawesome;
font-weight: normal;
}    .error404 .page-content #searchform {
position: relative;
margin:30px 0px;
}
.error404 .page-content input#s {
z-index: 1;
border: none;
height: 40px;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
width: 50px;
margin-right: 40px;
top: 100%;
border: 1px solid #ddd;
width: 180px;
padding: 0px 10px;
font-size: 13px;
}
.error404 .page-content #searchform:before {
content: "\f002";
font-family: FontAwesome;
position: absolute;
color: #fff;
left: 180px;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 0;
font-size: 14px;
text-align: center;
background: #006799;
}
.error404 .page-content #searchform input[type=submit] {
display: block;
width: 20px;
position: absolute;
font-size: 0;
top: 0px;
left: 180px;
height: 20px;
line-height: 30px;
z-index: 1;
background: transparent;
border: none;
margin-top: 0px;
height: 40px;
width: 40px;
}
.error404 #searchform input[type=submit]:hover {
cursor: pointer;
} label{
font-size:18px;
}
input[type=text], 
input[type=email], 
input[type=number],
input[type=url],
input[type=tel],
input[type=password],textarea{
padding: .6180469716em;
background-color: #f2f2f2;
color: #43454b;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: 400;
}
[type="submit"]{
padding:2px 21px;
cursor: pointer;
border:0;
margin-top: 9px;
}
[type="submit"]:focus,[type="submit"]:active{
outline:0; 
}
textarea{
border:1px solid #e0e0e0;
width:100%;
height:245px;
margin-bottom:0px;
text-indent: 15px;
padding-top:15px;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea{
margin-bottom:15px;
}
.wpcf7 textarea{
text-indent: 0px;
}     .zita_woo_cart{position:relative;}
.cart-contents .cart-crl{
color: #fff;
font-size: 10px;
line-height: 1;
font-weight: 600;
padding: 1px 7px;
background-color:#006799;
}
.cart-contents .cart-crl{
position:relative;
margin-left:5px;
}
.cart-crl:before{
content: '';
position: absolute;
top: 0;
left: -3px;
width: 0;
height: 0;
margin-top: 4px;
border-style: solid solid solid none;
border-width: 5px 5px 5px medium;
border-top-color: transparent !important;
border-bottom-color: transparent !important;
border-color:#006799;
}
.cart-contents .cart-total{
margin-left:5px;
}
.zita-cart{
height: auto;
width: 260px;
right: -20px;
position: absolute;
top: 100%;
z-index: 99;
background-color: #fff;
padding-top: 0px;
-webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
visibility: hidden;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.zita-quickcart-dropdown{
padding: 20px;
max-height: 550px;
overflow-y: auto;
overflow-x: hidden;
}
.zita-cart ul {
padding: 0;
margin: 0;
list-style: none;
}
.zita-cart li {
-ms-user-select: none;
-mos-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.woocommerce-js .zita-cart  li.woocommerce-mini-cart-item {
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
.zita-cart a.remove {
display: block;
float:right;
font-size: 1.2em;
height: 1.2em;
width: 1.2em;
text-align: center;
line-height: 1.35;
border-radius: 0%;
text-decoration: none;
font-weight: 700;
border: 0;
opacity: 0.8;
background: transparent;
webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.zita-cart ul.cart_list li a{
display: block;
font-weight: 300;
font-size: 16px;
}
.woocommerce-js .zita-cart ul.cart_list li img{
float: left;
margin-left: 0px;
margin-right: 10px;
width: 50px;
height: auto;
box-shadow: none;
}
.zita-cart p.total, .widget p.total {
margin: 0px;
border-top: 1px solid rgba(187, 187, 187, 0.32);
padding-top: 20px;
padding-bottom: 10px;
}
.zita-cart p.buttons a{
padding: 7px 20px;
color: #ffffff;
background-color: #006799;
margin-top: 10px;
display: inline-block;
font-size:12px;
border:1px solid;
border-color:#006799;
}
.zita-cart p.buttons .checkout{
margin-left:10px;
}
.zita-cart p.buttons a:hover{
color:#fff;
}
.cart-contents:hover + .zita-cart,.zita-cart:hover{
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
} .woocommerce .site-content.boxed, .woocommerce .site-content.contentbox {
background: transparent;
}
.woocommerce #content.site-content.boxed article.zita-article,
.woocommerce #content.site-content.contentbox article.zita-article {
background-color: #fff;
border-bottom: none;
margin: 0;
padding: 20px;
position: relative;
}
.woocommerce #content.site-content.boxed  article.zita-article:before, .woocommerce #content.site-content.contentbox  article.zita-article:before {
content: '';
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}
.woocommerce #content.site-content.boxed #sidebar-primary.widget-area section,.woocommerce #content.site-content.contentbox  #sidebar-primary.widget-area section{
background-color: #fff;
padding: 2em;
}
.widget-footer ul li {
line-height: 2;
}
.widget.widget_nav_menu .zta-custom-item{
display:none;
}
.woocommerce .site-content.boxed .site-container.right #primary {
border: 0;
padding-right: 0;
}
.woocommerce .site-content.boxed .site-container.right #sidebar-primary {
padding-left: 20px;
padding-right: 0;
}
.woocommerce #content.site-content.contentbox .site-container.left #sidebar-primary {
padding-right: 50px;
padding-left: 0;
}
.woocommerce #content.site-content.contentbox .site-container #sidebar-primary {
padding-left: 50px;
padding-right: 0;
}
.woocommerce #content.site-content.contentbox #sidebar-primary.widget-area section {
background: transparent;
padding: 0;
}  .woocommerce  #content.site-content.fullwidthcontained article.zita-article, .woocommerce  #content.site-content.fullwidthcontained article.zita-article:before, .woocommerce #content.site-content.fullwidthstrechched article.zita-article, .woocommerce  #content.site-content.fullwidthstrechched article.zita-article:before {
background: transparent!important;
}
.woocommerce #content.site-content.fullwidthstrechched #container{
max-width: 100%;
width: 100%;
padding: 0;
}
.woocommerce #content.site-content.fullwidthcontained article.zita-article,.woocommerce #content.site-content.fullwidthstrechched article.zita-article{
background-color: transparent;
padding: 0px;
margin-bottom: 0px;
border: 0px;
} .woocommerce.boxed #content.site-content article.zita-article, 
.woocommerce.contentbox #content.site-content article.zita-article{
background-color: transparent;
border-bottom: 1px solid #eee;
margin: 0;
padding: 20px;
position: relative;
}
.woocommerce .page-title,
.woocommerce .woocommerce-result-count,
.woocommerce nav.woocommerce-pagination{
position:relative;
}
.woocommerce.boxed #content.site-content article.zita-article:before,
.woocommerce.contentbox #content.site-content article.zita-article:before {
content: '';
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}
.woocommerce nav.woocommerce-pagination ul li{
float:none;
border-right:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
background:transparent;
}
.woocommerce #respond input#submit, 
.woocommerce a.button,
.woocommerce button.button, 
.woocommerce input.button,.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
padding: 8px 25px;
color: #ffffff;
border-color: #006799;
background-color: #006799;
display: inline-block;
line-height:normal;
border-radius:0;
font-weight: normal;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
border-color: #006799;
background-color: #006799;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
border-color: #015782;
background-color: #015782;
color:#fff;
}
.woocommerce div.product form.cart .button {
padding: 15px 30px;
} .woocommerce ul.products li.product .onsale,.woocommerce span.onsale{
height:50px;
width:50px;
line-height: 50px;
padding:0;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background-color:#006799;
z-index:1;
}
.woocommerce ul.products li.product .onsale.square,
.woocommerce span.onsale.square{
border-radius: 0px;
line-height:22px;
font-weight: 400;
text-transform: none;
z-index: 100;
position: absolute;
padding: 4px 12px;
min-height:auto;
min-width:auto;
height:auto;
width:auto;
margin:0;
}
.single-product.woocommerce span.onsale.square{
top:0;
}
.woocommerce ul.products li.product .onsale.diamond,.woocommerce span.onsale.diamond{
border-radius:0;
text-align: center;
transform: rotate(45deg);
}
.woocommerce ul.products li.product .onsale.diamond p,.woocommerce span.onsale.diamond p{
transform: rotate(-40deg);
}   .woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
margin-bottom: 0px;
backface-visibility: hidden;
transition: filter 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-filter 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.woocommerce .show-on-hover {
position: absolute;
top: 0;
left: 0;
height: 100%;
right: 0;
bottom: 0;
padding: 0;
margin: 0;
opacity: 0;
filter: blur(0);
transition: all .2s linear;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
margin-bottom: 0.8em;
overflow: hidden;
}
.woocommerce li.product:hover .show-on-hover{
opacity: 1;
transform: scale(1) translateZ(0) translateY(0);
pointer-events: inherit;
}
.woocommerce ul.products li.product.zita-woo-hover-zoom:hover img,
.woocommerce-page ul.products li.product.zita-woo-hover-zoom:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}   .woocommerce ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
margin-bottom: .5em;
padding: 0;
font-size: 1em;
}
.woocommerce ul.products li.product .zta-woo-product-category,
.woocommerce-page ul.products li.product .zta-woo-product-category {
font-size: .85em;
margin-bottom: .5em;
display: block;
line-height: 1.3;
opacity: .6;
}
.woocommerce ul.products li.product .button, 
.woocommerce-page ul.products li.product .button {
margin: .5em 0;
font-size: 13px;
}   .woocommerce ul.products li.zita-woo-alignment-center{
text-align:center;
}
.woocommerce ul.products li.product.zita-woo-alignment-center .star-rating {
margin-left: auto;
margin-right: auto;
}
.woocommerce ul.products li.zita-woo-alignment-right{
text-align:right;
}
.woocommerce ul.products li.product.zita-woo-alignment-right .star-rating {
margin-left: auto;
margin-right: 0px;
}
.woocommerce ul.products li.zita-single-product-content-center.last, .woocommerce-page ul.products li.zita-single-product-content-center.last{
margin-right:0;
}   .woocommerce-page ul.products li.product.zita-shadow-0,
.woocommerce-page ul.products li.product.zita-shadow-hover-0:hover{
-webkit-box-shadow:none;
box-shadow:none;
}
.woocommerce-page ul.products li.product.zita-shadow-1,
.woocommerce-page ul.products li.product.zita-shadow-hover-1:hover{
-webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.woocommerce-page ul.products li.product.zita-shadow-2,
.woocommerce-page ul.products li.product.zita-shadow-hover-2:hover{
-webkit-box-shadow: 0 3px 6px -5px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.1);
box-shadow: 0 3px 6px -5px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.1);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.woocommerce-page ul.products li.product.zita-shadow-3,
.woocommerce-page ul.products li.product.zita-shadow-hover-3:hover{-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.1);
box-shadow: 0 10px 20px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.1);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.woocommerce-page ul.products li.product.zita-shadow-4,
.woocommerce-page ul.products li.product.zita-shadow-hover-4:hover{-webkit-box-shadow: 0 14px 28px rgba(0,0,0,.12), 0 10px 10px rgba(0,0,0,.12);
box-shadow: 0 14px 28px rgba(0,0,0,.12), 0 10px 10px rgba(0,0,0,.12);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.woocommerce-page ul.products li.product.zita-shadow-5,
.woocommerce-page ul.products li.product.zita-shadow-hover-5:hover{-webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.woocommerce-page ul.products li.product.zita-shadow-1 .zita-shop-summary-wrap,
.woocommerce-page ul.products li.product.zita-shadow-2 .zita-shop-summary-wrap,
.woocommerce-page ul.products li.product.zita-shadow-3 .zita-shop-summary-wrap,
.woocommerce-page ul.products li.product.zita-shadow-4 .zita-shop-summary-wrap,
.woocommerce-page ul.products li.product.zita-shadow-5 .zita-shop-summary-wrap{
padding:0px 20px;
}
.woocommerce-page ul.products li.product{
padding-bottom:10px;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
vertical-align: middle;
}
.woocommerce a.added_to_cart {
padding-top:0;
display: block;
}
.woocommerce nav.woocommerce-pagination ul {
padding: 0;
clear: both;
border: 1px solid #d3ced2;
border-right: 0;
margin: 1px;
display: contents;
white-space: nowrap;
}   .woocommerce div.product #comments,
.woocommerce div.product #comments:before{
padding:0;
background:transparent;
}
.woocommerce div.product #review_form_wrapper{
display:block;
margin-left:50px;
} .zita-quantity {
margin-right: 20px;
float: left;
border: 1px solid #9c9c9c;
display: flex;
}
div.product form.cart button.plus {
display: inline-block;
float: left;
font-size: 20px;
font-weight: 100;
height: 46px;
line-height: 46px;
text-align: center;
width: 40px;
background: transparent;
color: #9c9c9c;
padding: 0;
margin: 0;
}
.woocommerce div.product form.cart div.quantity {
margin: 0;
}
screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
div.product form.cart input[type="number"] {
border-color: #9c9c9c;
border-width: 0 1px;
color: #9c9c9c;
float: left;
font-size: 18px;
height: 46px;
line-height: 46px;
padding: 0 5px;
text-align: center;
width: 40px;
border-left: 1px solid;
padding: 0;
margin: 0;
border-radius: 0;
}
div.product form.cart button.minus {
display: inline-block;
float: left;
font-size: 20px;
font-weight: 100;
height: 46px;
line-height: 46px;
text-align: center;
width: 40px;
background: transparent;
color: #9c9c9c;
padding: 0;
margin: 0;
}
.summary input[type=number]::-webkit-inner-spin-button, 
.summary input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}  .woocommerce div.product.zita-single-product-content-left .flex-viewport,
.woocommerce div.product.zita-single-product-content-right .flex-viewport {
width: 80%;
float: right;
}
.woocommerce div.product.zita-single-product-content-left div.images .flex-control-thumbs,
.woocommerce div.product.zita-single-product-content-right div.images .flex-control-thumbs {
width: 20%;
width: -webkit-calc(20% - 1em);
width: calc(20% - 1em);
}
.woocommerce div.product.zita-single-product-content-left div.images .flex-control-thumbs li,
.woocommerce div.product.zita-single-product-content-right div.images .flex-control-thumbs li {
width: 100%;
}
.woocommerce div.product.zita-single-product-content-left div.images .flex-control-thumbs,
.woocommerce div.product.zita-single-product-content-right div.images .flex-control-thumbs {
width: calc(20% - 1em);
}
.woocommerce div.product.zita-single-product-content-left div.images .flex-control-thumbs li,
.woocommerce div.product.zita-single-product-content-right div.images .flex-control-thumbs li {
margin-right: 1em;
margin-bottom: 1em;
}
.woocommerce div.product.zita-single-product-content-left .onsale{
left:0;
}  .summary .yith-wcwl-add-to-wishlist {
float: left;
margin: 0 0 17px 0;
}
.summary .yith-wcwl-add-button, .summary .yith-wcwl-wishlistaddedbrowse,
.summary .yith-wcwl-wishlistexistsbrowse {
display: inline-block;
float: left;
position: relative;
text-align: center;
font-size: 0;
}
.summary .yith-wcwl-add-button .show {
display: block!important;
}
.summary .yith-wcwl-add-button a, .summary .yith-wcwl-wishlistaddedbrowse a, 
.summary .yith-wcwl-wishlistexistsbrowse a {
border: 1px solid;
border-radius: 0;
color: #9c9c9c;
display: inline-block;
font-size: 0;
height: 40px;
line-height: 40px;
width: 40px;
letter-spacing: normal;
}
.summary .yith-wcwl-add-button>a i,
.summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
margin:0;
}
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
content: "\f08a";
font-family:fontawesome;
font-size: 16px;
}
.summary .yith-wcwl-add-to-wishlist .ajax-loading {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
display: inline !important;
margin-left: 0px;
vertical-align: middle;
visibility: hidden;
width: 16px !important;
height: 16px !important;
position: absolute;
left: 12px;
top: 12px;
}
.summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before{
color:#015782;
content: "\f004";
} .woocommerce .entry-summary a.compare.button{
border: 1px solid;
border-radius: 0;
color: #9c9c9c;
display: inline-block;
font-size:0;
height: 40px;
line-height: 40px;
width: 40px;
background:transparent;
text-align:center;
margin-left:10px;
padding: 0;
}
.woocommerce .entry-summary a.compare.button:before{
content: "\f0ec";
font-family: FontAwesome;
display: block;
color: #9c9c9c;
font-size: 16px;
}
.woocommerce .entry-summary .product_meta{
margin-bottom:20px;
}
.woocommerce .entry-summary .product_meta > span{
display: block;
}
.woocommerce .entry-summary a.compare.button.added:before{
color:#015782;
}
.woocommerce .entry-summary .clear{
clear: initial;
}   .woocommerce-page #content .product.zita-single-product-content-center .images{
width: 50%;
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom:1em;
}
.woocommerce #content div.product.zita-single-product-content-center div.summary, .woocommerce div.product.zita-single-product-content-center div.summary {
width: 80%;
float: none;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.woocommerce div.product.zita-single-product-content-center div.images .flex-control-thumbs{
padding: 10px 0px;
text-align:center;
}
.woocommerce div.product.zita-single-product-content-center div.images .flex-control-thumbs li{
margin: 0 auto;
float: none;
display: inline-block;
margin-right:10px;
}
.woocommerce div.product.zita-single-product-content-center div.images .flex-control-thumbs li:last-child{
margin-right:0px;
}
.woocommerce .zita-single-product-content-center .woocommerce-product-rating .star-rating {
float: none;
margin: .2em auto;
}
.woocommerce div.product.zita-single-product-content-center form.cart div.quantity {
display: inline-block;
vertical-align: middle;
}
.woocommerce div.product.zita-single-product-content-center form.cart .zita-quantity{
display: inline-block;
vertical-align: middle;
float: none;
}
.woocommerce div.product.zita-single-product-content-center form.cart .button {
vertical-align: middle;
float: none;
display: inline-block;
margin: 0 .75em 0 0;
}
.woocommerce div.product.zita-single-product-content-center form.cart{
margin-bottom:20px;
}
.woocommerce div.product.zita-single-product-content-center .woocommerce-product-rating{
margin-bottom:20px;
}
.woocommerce .zita-single-product-content-center .quantity .qty {
margin-bottom: 0;
}
.woocommerce #content div.product.zita-single-product-content-center .woocommerce-tabs, 
.woocommerce div.product.zita-single-product-content-center .woocommerce-tabs, 
.woocommerce-page #content div.product.zita-single-product-content-center .woocommerce-tabs, 
.woocommerce-page div.product.zita-single-product-content-center .woocommerce-tabs {
clear: both;
text-align: center;
margin-bottom: 40px;
}
.woocommerce .zita-single-product-content-center .up-sells.upsells.products,
.woocommerce .zita-single-product-content-center .related.products{
text-align: center;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products .product ,
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells.products li{
float: none;
display: inline-block;
vertical-align: top;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products li.product, 
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products li.product {
margin: 0 2% 2em 0;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products li.product.last, 
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products li.product.last {
margin-right: 0;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells ul.products li.product, 
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells ul.products li.product {
margin: 2% 2em 0;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells ul.products li.product.last, 
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells ul.products li.product.last {
margin-right: 0;
}
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 10px;
}
.woocommerce h1.product_title,
.woocommerce-Tabs-panel h2,.related.products h2,section.up-sells h2,
.cross-sells h2,.cart_totals h2,.woocommerce-billing-fields h3,
.woocommerce-account .addresses .title h3{
font-size: 26px;
margin-bottom: 20px;
line-height: 1.2;
}
.woocommerce .quantity .qty {
text-align: center;
margin-bottom: 0;
height: 48px;
}
.woocommerce div.product form.cart{
margin-bottom:20px;
margin-top: 20px;
}
.woocommerce .zita-single-product-content-center .products .star-rating{
display: inline-flex;
}
.woocommerce .zita-single-product-content-center #reviews{
text-align:left;
}
.woocommerce div.product.zita-single-product-content-center .woocommerce-Tabs-panel{
margin:auto;
width:50%;
}
.single-product.woocommerce .zita-single-product-content-center span.onsale{
top: 0;
left: 25%;
}
.woocommerce div.product.zita-single-product-content-center div.images .flex-control-thumbs li{
width:20%;
}
.woocommerce div.product.zita-single-product-content-center.zita-single-product-tab-vertical .woocommerce-Tabs-panel{
width:auto;
text-align:left;
}
.woocommerce div.product form.cart .variations select{
z-index: 1;
border: none;
height: 40px;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
border: 1px solid #ddd;
padding: 0px 10px;
font-size: 15px;
width: 50%;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
border: 0;
vertical-align: middle;
line-height: 2em;
}
.woocommerce div.product form.cart .variations label{
font-weight:normal;
}
h1.page-title,h1.entry-title {
font-size: 30px;
margin-bottom: 10px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text {
width: auto;
height: 35px;
}
.woocommerce section{
clear:both;
}
table th {
background-color: #f8f8f8;
}
table, td, th, .woocommerce table.shop_table{
border:0
}
.woocommerce table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals tr th{
border:0;
}
table.cart .product-thumbnail img {
margin: 0 auto;
border-radius:3px;
}
table tbody td {
background-color: #fdfdfd;
}
table.cart tr:first-child td.product-remove {
border-top-width: 0;
}
table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
background-color: #fbfbfb;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
}
table.cart td.product-remove, table.cart td.actions {
border-top-color: #ffffff!important;
}
.wc-proceed-to-checkout .button.checkout-button {
font-size: 1.41575em;
}
.wc-proceed-to-checkout .button.alt.wc-forward {
display: block;
text-align: center;
margin-bottom: 1em;
width:100%;
}
.wc-proceed-to-checkout .button.alt.wc-forward{
border: 0;
background: 0 0;
background-color: #43454b;
border-color: #43454b;
color: #fff;
cursor: pointer;
padding: .6180469716em 1.41575em;
text-decoration: none;
text-shadow: none;
display: inline-block;
outline: 0;
-webkit-appearance: none;
}
table.cart td.actions {
border-top: 1em solid;
background-color: transparent;
padding: 0;
}
.woocommerce a.remove:hover{
background:transparent!important;
color:red!important;
}
.woocommerce a.remove{
background:transparent!important;
color:#bbb!important;
font-size:1.2em!important;
} .woocommerce #content table.cart [name=coupon_code], 
.woocommerce-page #content table.cart [name=coupon_code]{
height: 34px;
}
.woocommerce .product-quantity .quantity .qty {
height: 34px;
}
.woocommerce table.shop_table .product-thumbnail img, 
.woocommerce-page table.shop_table .product-thumbnail img {
width: auto;
max-width: 3.706325903em;
height: auto;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
padding: 8px 25px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions { 
padding: 20px;
}
.woocommerce .onsale p{
line-height: inherit!important;
}
.woocommerce-cart .hentry li.product,
.woocommerce-cart ul.products li.product {
margin-bottom: 0;
}
.woocommerce .selection span {
line-height: 35px!important;
height:35px!important;
}
.woocommerce-MyAccount-content fieldset {
margin: 10px 2px;
}   .woocommerce #content div.product.zita-single-product-content-right div.images, 
.woocommerce div.product.zita-single-product-content-right div.images, 
.woocommerce-page #content div.product.zita-single-product-content-right div.images, .woocommerce-page div.product.zita-single-product-content-right div.images {
float: right;
}
.woocommerce #content div.product.zita-single-product-content-right div.summary, 
.woocommerce div.product.zita-single-product-content-right div.summary, 
.woocommerce-page #content div.product.zita-single-product-content-right div.summary, 
.woocommerce-page div.product.zita-single-product-content-right div.summary {
float: left;
}
.single-product.woocommerce .product.zita-single-product-content-right span.onsale{
top: 0;
right: 0;
left: auto;
}
.woocommerce div.product.zita-single-product-content-right.sale div.images .woocommerce-product-gallery__trigger{
bottom: 0;
right: 0;
top: auto;
}
.woocommerce div.product.zita-single-product-content-center.sale div.images .woocommerce-product-gallery__trigger{
bottom:auto;
right: 0;
top: 0;
}   .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 1em 0 0;
margin: 0 0 2em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
z-index: 2;
border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
border: none;
border-radius: 0;
margin: 0;
padding: 0;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
border-color: #006799;
color: #3a3a3a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: none;
border-bottom: 2px solid transparent;
box-shadow: none;
padding: .7em .8em;
text-shadow: none;
text-transform: uppercase;
font-size: .9em;
font-weight: 500;
letter-spacing: 0.05em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid rgba(0,0,0,.1);
} .woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs ul.tabs {
width: 200px;
float: left;
padding: 0px;
margin: 0px;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
}
.woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs ul.tabs li.active {
z-index: 0;
border-right-color:rgba(0,0,0,.1);
border-bottom-color:rgba(0,0,0,.1);
}
.woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs ul.tabs li {
width: 100%;
margin: 0px;
border-width: 0px 0px 1px;
border-style: solid;
border-color:rgba(0,0,0,.1);
}
.woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs .panel {
margin-left: 220px;
border-style: solid;
border-color: rgba(0,0,0,.1);
border-image: initial;
border-width: 0px 0px 0px 1px;
padding: 1.5em;
}
.woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs ul.tabs li a{
width:100%;
}
.woocommerce #reviews #comments h2 {
clear: none;
position: relative;
}
.woocommerce-variation-price{
margin-bottom:20px;
} .woocommerce ul.products li.product .button #respond input#submit.loading:after,
.woocommerce .woocommerce ul.products li.product .button.loading:after,
.woocommerce .woocommerce ul.products li.product .button.loading:after,
.woocommerce ul.products li.product .button.loading:after{
top:0.8em!important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #f3f3f3;
border: 0;
} .site-content form input[type="text"], 
.site-content form input[type="password"],
.site-content form input[type="email"],
.site-content form input[type="url"],
.site-content form input[type="date"],
.site-content form input[type="month"],
.site-content form input[type="time"],
.site-content form input[type="datetime"],
.site-content form input[type="datetime-local"],
.site-content form input[type="week"],
.site-content form input[type="number"],
.site-content form input[type="search"],
.site-content form input[type="tel"],
.site-content form input[type="color"],
.site-content form select, 
.site-content form textarea{
display: inline-block;
min-height: 40px;
width: 100%;
font-size: 14px;
line-height: 1.8;
padding: 6px 12px;
vertical-align: middle;
background-color: transparent;
color: #333;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce .woocommerce-checkout #customer_details h3 {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-transform: uppercase;
letter-spacing: 0.6px;
border-color: #eaeaea;
}
.woocommerce .woocommerce-checkout #customer_details p.form-row label {
margin: 0 0 5px;
display: block;
}
.woocommerce-checkout>.col2-set>.col-2 {
float: none;
width: 100%;
}
.woocommerce-checkout #order_review {
float: right;
width: 48%;
}
.woocommerce .woocommerce-checkout h3#order_review_heading {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-transform: uppercase;
letter-spacing: 0.6px;
border-color: #eaeaea;
}
.woocommerce-checkout h3#order_review_heading {
float: right;
width: 48%;
}
.woocommerce #order_review table.shop_table {
margin: 0 0 40px;
border: none;
}
.woocommerce table.shop_table {
border-width: 1px;
border-style: solid;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-color: #eaeaea;
}
.woocommerce-cart-form button.button{
padding: .618em 1em;
}
.woocommerce-checkout>.col2-set {
float: left;
width: 48%;
}
.woocommerce-checkout>.col2-set>.col-1 {
float: none;
width: 100%;
margin-bottom: 30px;
}
.woocommerce .form-row-first {
float: left;
width: 48%;
margin-right: 4%;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods li {
background-color: #fafafa;
text-align: left;
margin-bottom: 1px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce-info {
padding: 10px 0;
text-align: center;
border-width: 1px 0;
border-color: #eaeaea;
background:transparent;
}
.woocommerce-info {
display: inline-block;
width: 100%;
font-size: 12px;
font-weight: 400;
color: #777;
border: 1px solid #ddd;
margin: 0 0 30px;
padding: 10px 15px;
text-align: left;
text-transform: uppercase;
border-color: #b1befd;
}
.woocommerce table.shop_table thead {
background-color: #f7f7f7;
}
.woocommerce #order_review table.shop_table thead th {
font-size: 15px;
letter-spacing: 1px;
padding: 20px;
}
.woocommerce #order_review table.shop_table th{
border: none;
padding: 16px 20px;
}
.woocommerce table.shop_table thead th{
color: #444;
font-weight: 600;
}
.woocommerce table.shop_table th{
padding: 0.8em;
vertical-align: middle;
}
table th, table td {
padding: 10px;
text-align:center;
vertical-align: top;
border-bottom: 1px solid #e9e9e9;
}
.woocommerce #order_review table.shop_table thead th.product-total {
text-align: right;
}
.woocommerce #order_review table.shop_table tbody td.product-name {
max-width: 376px;
text-align: left;
}
.woocommerce #order_review table.shop_table tbody td {
background-color: #fdfdfd;
}
.woocommerce #order_review table.shop_table td {
border: none;
padding: 16px 20px;
text-align: right;
}
.woocommerce table.shop_table td {
padding: 0.8em;
vertical-align: middle;
text-transform: capitalize;
border-color: #eaeaea;
}
.woocommerce #order_review table.shop_table tfoot th {
font-weight: 600;
color: #444;
}
.woocommerce #order_review table tfoot th {
text-transform: capitalize;
}
.woocommerce-checkout-review-order-table tfoot th {
background-color: #f7f7f7;
}
.woocommerce-info:before {
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: '\f129';
color: #b1befd;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods {
padding-bottom: 20px;
background-color: #fafafa;
}
.woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-checkout #place_order {
width: 100%;
font-size: 15px;
line-height: 1.6;
padding: 16px 20px;
}
.woocommerce-checkout .woocommerce-info:before {
color: #ddd;
}
.woocommerce-checkout form.checkout_coupon {
display: block;
border: 3px dashed rgba(84,84,84,0.15);
padding: 28px;
width: 695px;
margin: 0 auto 30px;
text-align: center;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
float: left;
width: 74%;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
float: right;
width: 25%;
}
.woocommerce-checkout form ,.woocommerce-checkout textarea {
line-height: 1.5;
resize: vertical;
}
.woocommerce-checkout .woocommerce-info a {
font-size: 12px;
float: none;
padding: 0;
letter-spacing: 0;
background-color: transparent;
color: #13aff0;
} form.woocommerce-form.woocommerce-form-login.login {
border-color: #eaeaea;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 12px 0;
display: block;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px solid #eaeaea;
position: relative;
}
.woocommerce-MyAccount-navigation ul{
margin:0;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 64%;
} .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: right;
margin-left: 4px;
width: auto;
height: auto;
box-shadow: none;
max-width: 3.706325903em;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
font-weight:normal;
}
.widget.woocommerce .star-rating{
font-size:0.7em;
}   .zita-shop-thumbnail-wrap{
position:relative;
}
.zta-quick-view-text:hover {
background: #000;
color: #fff;
}
.zita-shop-thumbnail-wrap:hover .zta-quick-view-text{
opacity: 1;
}
.zta-quick-view-text{
position: absolute;
opacity: 0;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background: rgba(0,0,0,.7);
color: #fff;
padding: 5PX 0PX;
font-size: 13PX;
}
.zta-quick-view-text span{
font-size: 16px;
margin-top: 2px;
margin-right: 5px;
}   /*/*/#multi-store.header-category li{
list-style-type: none;
}
#multi-store.header-category .product-categories{
margin:0px;
list-style-type: none;
}
#multi-store.header-category li a{
padding:10px 20px;
display: block;
color:#2d2d2d;
border-bottom: 1px solid #e6e6e6;
}
#multi-store.header-category li:last-child a{
border:none;
}/**/ #doctor-booking ::placeholder {
color: #fff;
}
#doctor-booking .zita-three-column input{
width: 30%;
float: left;
margin-right:1.5%;
margin-left:1.5%;
margin-bottom:20px;
box-shadow:none;
}
#doctor-booking .zita-three-column input, .zita-two-column1 input, .zita-two-column2 textarea{
background:none;
border:none;
border-bottom:1px solid #fff;
}
#doctor-booking .zita-two-column2 textarea{
height:25px;
margin-bottom: 0px;
padding-top: 5px;
box-shadow:none;
}
#doctor-booking .zita-two-column1 input{
width:30%;
float:left;
margin: 0 1.5%;
}
#doctor-booking .zita-two-column1 [type="date"]{
color: #fff;
}
#doctor-booking .zita-two-column2{
width:50%;
float:left;
margin: 0 1.5%;
}
#doctor-booking .zita-submit {
width: 11%;
float: left;
margin: 0 1.5%;
}
#doctor-booking .zita-submit [type="submit"]{
font-size:15px;
padding:4px 16px;
background: none;
border: 1px solid #fff;
color: #fff;
} #restaurant input[type=text], #restaurant input[type=email]{
width:100%;
font-size:14px;
height:50px;
}
#restaurant textarea{
font-size:14px;
}
#home-consult-form .wpcf7 input, #home-consult-form .wpcf7-textarea {
font-size: 13px;
line-height: 24px;
letter-spacing: 0.025em;
color: #555555;
background: #ffffff;
margin-bottom: 5px;
padding: 10px 15px;
border: 1px solid #ffffff;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
width: 100%;
}
#home-consult-form input.wpcf7-form-control.wpcf7-submit{
font-size: 14px;
color: #fff;
border: 1px solid #32373c;
background: #32373c;
text-transform: uppercase;
letter-spacing: 2px;
}
#home-consult-form .wpcf7-textarea{
height:70px;
}
#home-consult-form input[type="text"]:focus, #home-consult-form input[type="email"]:focus, #home-consult-form textarea:focus{
border: 1px solid rgba(57, 188, 221, 0.5);
-webkit-box-shadow: 0px 0px 5px rgba(57, 188, 221, 0.25);
-moz-box-shadow: 0px 0px 5px rgba(57, 188, 221, 0.25);
box-shadow: none;
outline: none;
}
#home-consult-form input[type="text"]{
margin-right:1%;
}
#home-consult-form input[type="text"], #home-consult-form input[type="email"]{
width:49.5%;
float:left;
}
#home-consult-form  p{
margin-bottom:0;
}  #wineshop .woocommerce ul.products li.product .zta-woo-product-category{
color:#8a8787;
opacity:1;
}
#wineshop .woocommerce-loop-product__title{
color:#fff;
}  #newsletter .wpcf7-form-control-wrap input{
width:70%;
float:left;
text-indent:11px;
height:50px;
}
#newsletter input.wpcf7-form-control.wpcf7-submit{
width: 29%;
font-weight:bold;
margin-bottom: 0;
margin-left:1%;
height:50px;
}
#newsletter.beautyandspa .wpcf7-form-control-wrap input{
border-radius:50px;
}    .error404.boxed #content.site-content article.zita-article, .error404.contentbox #content.site-content article.zita-article {
background-color: transparent;
border-bottom: 1px solid #eee;
margin: 0;
padding: 20px;
position: relative;
}
.error404.boxed #content.site-content article.zita-article:before, .error404.contentbox #content.site-content article.zita-article:before{
content: '';
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}
.error-404.not-found{
position:relative;
}   .search-no-results.boxed #content.site-content article.zita-article, 
.search-no-results.contentbox #content.site-content article.zita-article {
background-color: transparent;
border-bottom: 1px solid #eee;
margin: 0;
padding: 20px;
position: relative;
}
.search-no-results.boxed #content.site-content article.zita-article:before, 
.search-no-results.contentbox #content.site-content article.zita-article:before{
content: '';
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}
.no-results.not-found{
position:relative;
}
.search .main-content-row .page-header{
padding: 0px 10px;
}
.search.search-no-results .main-content-row .page-header{
padding: 0;
}
.search-no-results.boxed .zta-one-colm .main-content-row,
.search-no-results.boxed .zta-two-colm .main-content-row, 
.search-no-results.boxed .zta-three-colm .main-content-row, 
.search-no-results.boxed .zta-four-colm .main-content-row,
.search-no-results.contentbox .zta-one-colm .main-content-row,
.search-no-results.contentbox .zta-two-colm .main-content-row,
.search-no-results.contentbox .zta-three-colm .main-content-row,
.search-no-results.contentbox .zta-four-colm .main-content-row{
margin:0;
} .single.bbpress .site-content #primary, .single.bbpress .site-content #sidebar-primary {
margin-top:140px!important;
}
.bbpress .site-content #primary {
background:#fff;
padding:20px;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
#bbpress-forums ul.bbp-forums{
border: 1px solid #fff;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums ul.odd, #bbpress-forums ul.bbp-topics{
background:none;
border:none;
}
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
background-color: #00bcd417 !important;
}
.bbp-topic-title, .bbp-forum-info{
font-size:15px;
}
.bbp-pagination-links .page-numbers {
line-height: 34px;
}
.bbp-pagination-links .next.page-numbers{
line-height: 16px;
}
.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
background: #f5f5f5;
color: #8e8e8e;
opacity: 0.8;
border: 1px solid #ddd;
} .bbp-username label.hide{
margin-bottom:10px;
}
.bbp-submit-wrapper [type='submit'], #bbp-search-form .button, #bbpress-forums #bbp-your-profile fieldset.submit button{
font-weight:600;
font-size:16px;
}
button.wp-block-search__button{
color: #fff !important;
}
.bbp-logged-in .button.logout-link {
color: red;
font-weight: 400;
top: -18px;
position: relative;
text-decoration: underline!important;
}
.bbp-logged-in{
margin-top:20px;
}
.bbp-login-form .bbp-remember-me label{
font-size:14px;
}
.bbp-login-form .bbp-remember-me {
margin-bottom:0px;
}
.bbp-login-form .bbp-submit-wrapper{
float:none;
}
.bbp-login-form .bbp-submit-wrapper button, #bbp-search-form .button, .bbp-topic-form .bbp-submit-wrapper button, .bbp-reply-form .bbp-submit-wrapper button {
border:1px solid;
}
#bbp-search-form{
text-align:left;
margin-top: 24px;
}
.bbp-login-form .bbp-submit-wrapper {
text-align: center;
margin-bottom:10px;
} .bbp-login-form .bbp-form .bbp-username .hide {
width:100%;
}
.bbp-reply-form label{
font-size:14px;
}
.bbp-author-role {
position: relative;
top: -18px;
}
.single.bbpress .site-content #primary, .single.bbpress .site-content  #sidebar-primary{
margin-top:150px;
}
.single.bbpress header.zta-transparent-header{
background:#fff;
}  .wpl_mcalc_container label{
width: 150px;
text-align:left;
}
.site-content .wpl_mcalc_container form input[type="text"]{
width:100px;
}
#wpl_addon_membership_container label {
font-size: 15px;
}
.wpl_property_manager .chosen-container {
max-width: 80%;
}
.thunk-comment-paginate{
position: relative;
margin: 10px 0;
}
.thunk-comment-paginate .next.page-numbers{
float: initial;
} .course-detail{
background: #FFF;
padding: 15px;
}
.course-title{
color: #5c666d;
font-weight:bold;
letter-spacing:1.2px;
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
}
.course-meta-field{
color: #279a13;
font-size: 15px;
padding:4px;
line-height: 23px;
display:inline-block;
margin-bottom: 10px;
}
.course-description{
color: #a2aeb1;
font-size: 16px;
letter-spacing:1.2px;
padding:4px;
line-height: 23px;
margin-bottom: 10px;
}
.course-student-number.course-meta-field,.course-lesson-number.course-meta-field {
color: #a2aeb1;
}
.course-meta-field > a {
color: #555;
font-size: 14px;
padding: 1px 7px;
background: #ffe799;
border-radius: 4px;
}
.course-cover img{
display: block;
}
.archive-course-widget-outer .widget-footer{
text-align: center;
margin-top: 40px;
}
.archive-course-widget-outer .pull-right{
width: auto;    
padding: 15px 24px;
border-radius: 3px;
color: #fff;
background: #ffb606;
font-weight: 400;
line-height: 1;
transition: all 0.3s;
display: block;
float: initial;
width: auto;
position: relative;
display: inline-block;
} .archive-course-widget-outer.four-colum-grid .widget-body{
display: flex;
flex-wrap: wrap;
}
.archive-course-widget-outer.four-colum-grid .course-entry{
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}
.archive-course-widget-outer.four-colum-grid .course-entry:nth-of-type(4n+4){
margin-right: 0;
} .archive-course-widget-outer.three-colum-grid .widget-body{
display: flex;
flex-wrap: wrap;
}
.archive-course-widget-outer.three-colum-grid .course-entry{
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
}
.archive-course-widget-outer.three-colum-grid .course-entry:nth-of-type(3n+3){
margin-right: 0;
} .learnpress-list-view .course-entry{
background: #FFF;
border-radius: 4px;
border: 1px solid rgba(204, 204, 204, 0.3);
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
padding: 20px;
}
.learnpress-list-view .course-cover{
width: 35%;
position: relative;
overflow: hidden;
}
.learnpress-list-view .course-detail{
width: 65%;
position: relative;
padding: 15px 30px!important;
}
.learnpress-list-view .course-cover img{
transition: all 0.5s ease;
}
.learnpress-list-view .course-cover:hover img{
transform: scale(1.2);
}
.wp-block-latest-comments__comment{
line-height: inherit;
margin: 0;
}
.wp-block-search__inside-wrapper button{
margin-top: 0;
}
@media screen and (max-width:1024px){
.pan-content::-webkit-scrollbar-thumb{
visibility:visible;
}
.mhdrleftpan .sider.left{
border-right:0px;
}
.mhdrrightpan .sider.right{
border-left:0px;
}
.menu-custom-widget{
text-align:left;
}
.zita-site .mhdrleftpan .sider-inner ul#zita-menu,
.zita-site .mhdrrightpan .sider-inner ul#zita-menu,
.zita-site .mhdrrightpan .sider-inner ul#zita-menu.zita-menu > li > a:hover,
.zita-site .mhdrleftpan .sider-inner ul#zita-menu.zita-menu > li > a:hover,
.zita-site .mhdrrightpan .zita-menu li ul.sub-menu,
.zita-site .mhdrleftpan .zita-menu li ul.sub-menu,
.sider #zita-above-menu.zita-menu li ul.sub-menu,
.sider #zita-above-menu.zita-menu li ul.sub-menu li:hover,
.main-header .sider-inner ul.zita-menu li ul.sub-menu,
.main-header .sider-inner ul.zita-menu li ul.sub-menu li:hover{
background:transparent!important;
}
.zita-site .mhdrleftpan .sider.left,
.zita-site .mhdrleftpan .sider.right,
.zita-site .mhdrrightpan .sider.left,
.zita-site .mhdrrightpan .sider.right{
background:transparent; 
padding:0;
overflow-x: inherit;
overflow-y: inherit;
}
.zita-menu li a{
text-align:left;
}
.main-header-col2{display: -webkit-flex;
display: flex;
}
.main-header-col2 nav{order:2;}
.zita_woo_cart{order:1;}
.main-header .main-header-col2 .cart-contents{
margin-right: 10px;
margin-left:0;
}
}
@media only screen and (max-width: 959px){
.woocommerce-checkout>.col2-set {
float: none;
width: 100%;
}
.woocommerce-checkout form.checkout {
margin-top: 10px;
}
.woocommerce-checkout #order_review {
float: none;
width: 100%;
}
}
@media (min-width: 768px){
table.cart td, table.cart th {
padding: 1.618em;
}
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
text-align: left;
}
table.cart td.product-remove {
display: table-cell;
padding: 1.618em;
border: 0;
}
table.cart td.actions .coupon {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
display: inline-block;
float: left;
}
.cart-collaterals h2 {
font-size: 1.618em;
}
.woocommerce-MyAccount-content{
width: 76.4705882353%;
float: right;
margin-right: 0;
}
.woocommerce-MyAccount-navigation{
width: 17.6470588235%;
float: left;
margin-right: 5.8823529412%;
}
}
@media screen and (max-width:768px){
body.mobile-pan-active {
overflow-x: hidden;
overflow-y: hidden;
}
body.mobile-pan-active #page.zita-site{
display: contents;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products li.product, 
.woocommerce.woocommerce-page .zita-single-product-content-center .related ul.products li.product {
margin: 0 1% 2em 0;
}
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells ul.products li.product, 
.woocommerce.woocommerce-page .zita-single-product-content-center .upsells ul.products li.product {
margin: 1% 2em 0;
}
.woocommerce-account .woocommerce-MyAccount-content{
float: left;
width: 100%;
margin-top: 30px;
}
.woocommerce #content div.product div.images, 
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.images, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.images, 
.woocommerce-page div.product div.summary{
width: 100%;
float: left;
}
.woocommerce #content div.product.zita-single-product-content-center div.summary,
.woocommerce div.product.zita-single-product-content-center div.summary,
.woocommerce-page #content .product.zita-single-product-content-center .images{
width:100%;
}
}
@media screen and (max-width:767px){
img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
.site-content #primary {
width:100%!important;
margin-bottom: 20px;
}
.site-content #sidebar-primary{
width:100%!important;
padding:0!important;
margin-top: 20px;
margin-bottom: 20px;
max-width: 330px;
float: none;
}
#content .zta-two-colm article.zita-article,
#content .zta-three-colm article.zita-article,
#content .zta-four-colm article.zita-article{
width:100%;
}
#content .entry-content-outer-wrapper.zta-blog-layout-2{
display:block; 
}
#content .zta-blog-layout-2 article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-3 article.zita-article .entry-content-outer-wrapper,
#content .zta-blog-layout-4 article.zita-article .entry-content-outer-wrapper{
display:block;
}
#content article.zita-article .zta-blog-layout-2 .post-img-wrapper,
#content article.zita-article .zta-blog-layout-2 .entry-content-wrapper,
#content article.zita-article .zta-blog-layout-3 .post-img-wrapper,
#content article.zita-article .zta-blog-layout-3 .entry-content-wrapper,
#content article.zita-article:nth-child(even) .zta-blog-layout-4 .post-img-wrapper,
#content article.zita-article:nth-child(even) .zta-blog-layout-4 .entry-content-wrapper,
#content article.zita-article:nth-child(odd) .zta-blog-layout-4 .post-img-wrapper,
#content article.zita-article:nth-child(odd) .zta-blog-layout-4 .entry-content-wrapper{
width:100%;
float:none;
padding: 0;
}
#content article.zita-article .zta-blog-layout-2 .post-img-wrapper .post-img,
.zta-blog-layout-3 .post-img-wrapper .post-img,
#content .entry-content-outer-wrapper.zta-blog-layout-4 .post-img-wrapper .post-img{
margin-bottom: 20px;
}
.fullwidthstrechched #container {
padding-left: 20px;
padding-right: 20px;
}
.fullwidthstrechched #content article.zita-article {
margin-bottom: 20px;
}
.site-content .site-container.right #primary{
border-right:0;
padding:0px;
}
.abv-three .top-header-container,
.btm-three .bottom-header-container,
.ft-abv-three .top-footer-container,
.ft-btm-three .bottom-footer-container,
.ft-wgt-five .widget-footer-container,
.ft-wgt-six .widget-footer-container,
.ft-wgt-seven .widget-footer-container,
.ft-wgt-eight .widget-footer-container{
display:block;
}
.abv-two .top-header-col1,
.top-header .abv-two .top-header-col2,
.top-header .abv-three .top-header-col1,
.top-header .abv-three .top-header-col2,
.top-header .abv-three .top-header-col3,
.btm-two .bottom-header-col1,
.btm-two .bottom-header-col2,
.bottom-header .btm-three .bottom-header-col1,
.bottom-header .btm-three .bottom-header-col2,
.bottom-header .btm-three .bottom-header-col3,
.ft-abv-two .top-footer-col1,
.ft-abv-two .top-footer-col2,
.ft-abv-three .top-footer-col1,
.ft-abv-three .top-footer-col2,
.ft-abv-three .top-footer-col3,
.ft-btm-two .bottom-footer-col1,
.ft-btm-two .bottom-footer-col2,
.ft-btm-three .bottom-footer-col1,
.ft-btm-three .bottom-footer-col2,
.ft-btm-three .bottom-footer-col3{
width:100%;
justify-content: center;
text-align:center;
}
.ft-wgt-two .widget-footer-col1, 
.ft-wgt-two .widget-footer-col2,
.ft-wgt-three .widget-footer-col1, 
.ft-wgt-three .widget-footer-col2,
.ft-wgt-three .widget-footer-col3,
.ft-wgt-four .widget-footer-col1, 
.ft-wgt-four .widget-footer-col2, 
.ft-wgt-four .widget-footer-col3, 
.ft-wgt-four .widget-footer-col4,
.ft-wgt-five .widget-footer-container .widget-footer-col1,
.ft-wgt-five .widget-footer-container .widget-footer-col2,
.ft-wgt-five .widget-footer-container .widget-footer-col3,
.ft-wgt-six .widget-footer-container .widget-footer-col1,
.ft-wgt-six .widget-footer-container .widget-footer-col2,
.ft-wgt-six .widget-footer-container .widget-footer-col3,
.ft-wgt-seven .widget-footer-container .widget-footer-col1,
.ft-wgt-seven .widget-footer-container .widget-footer-col2,
.ft-wgt-eight .widget-footer-container .widget-footer-col1,
.ft-wgt-eight .widget-footer-container .widget-footer-col2{
width: 100%;
}
#content article.zita-article .entery-header {
margin-bottom: 10px;
}
article.zita-article h2.entry-title {
font-size: 22px;
line-height: 1.3;
}
.zita-site #content .entry-meta{
font-size:12px; 
}
.entry-header h1.entry-title{
font-size:26px;
line-height:1.6;  
}
.page-numbers {
margin: 0 3px;
padding: 8px 0;
font-size: 13px;
line-height: 13px;
}
.next.page-numbers, .prev.page-numbers {
padding: 8px 18px;
}
.post-navigation, nav.pagination {
padding: 10px 0px;
}
.content-social .social-icon a {
font-size: 12px;
width: 1.1em;
height: 1.1em;
line-height: 1.1em;
}
#content .zta-blog-highlight.zta-three-colm article.zita-article:first-child,
#content .zta-blog-highlight.zta-four-colm article.zita-article:first-child{
width:100%;
} .top-header .top-header-bar .top-header-col1 .menu-toggle .menu-btn,
.top-header .top-header-bar .top-header-col1 .menu-toggle .menu-btn{
float:none;
margin: 0 auto;
}
.top-header-container,.top-footer-container{
line-height:normal!important;  
}
.top-header .top-header-bar .top-header-col1,
.top-header .top-header-bar .top-header-col2,
.top-header .top-header-bar .top-header-col3{
padding:10px 0px;
} .bottom-header .bottom-header-bar .bottom-header-col1 .menu-toggle .menu-btn,
.bottom-header .bottom-header-bar .bottom-header-col1 .menu-toggle .menu-btn{
float:none;
margin: 0 auto;
}
.bottom-header-container,.bottom-footer-container{
line-height:normal!important;  
}
.bottom-header .bottom-header-bar .bottom-header-col1,
.bottom-header .bottom-header-bar .bottom-header-col2,
.bottom-header .bottom-header-bar .bottom-header-col3{
padding:10px 0px;
}
.mhdrleft .zita-cart,
.mhdrright .zita-cart,
.mhdrcenter .zita-cart{
display:none;
} .mhdminbarleft #page.zita-site{
margin-left:0px!important;
left:auto;
}
header.mhdminbarleft .min-bar-header{
padding:0;
}
header.mhdminbarleft .min-bar-header.leftminbar{
height:auto;
width: 100%;
z-index: 0;
}
header.mhdminbarleft .min-bar-container{
text-align: inherit;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
header.mhdminbarleft .min-bar-col2 {
-webkit-transform: inherit;
-moz-transform: inherit;
transform: inherit;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
position: relative;
top: 0;
left: 0;
width: 75%!important;
}
header.mhdminbarleft .container{
max-width: 1200px;
padding-left: 20px;
padding-right: 20px;
}
header.mhdminbarleft .min-bar-col1{
order:2;
order: 2;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
header.mhdminbarleft .min-bar-col2{
order:1;
padding-top: 10px;
padding-bottom: 10px;
}
.mobile-pan-active header.mhdminbarleft {
left: 0px!important;
}
.mhdminbarleft .pan-content{
padding:0;
position: relative;
background: #fff;
} .mhdminbarright #page.zita-site {
margin-right:0px;
}
header.mhdminbarright .min-bar-header{
padding:0;
}
header.mhdminbarright .min-bar-header.rightminbar{
height:auto;
width: 100%;
z-index: 0;
}
header.mhdminbarright .min-bar-container{
text-align:inherit;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
header.mhdminbarright .min-bar-col2 {
-webkit-transform: inherit;
-moz-transform: inherit;
transform: inherit;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
position: relative;
top: 0;
left: 0;
}
header.mhdminbarright .container{
max-width: 1200px;
padding-left: 20px;
padding-right: 20px;
}
header.mhdminbarright .min-bar-col1{
order:2;
order: 2;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
header.mhdminbarright .min-bar-col2{
order:1;
width: 75%!important;
padding-top: 10px;
padding-bottom: 10px;
}
.mobile-pan-active header.mhdminbarright {
right:auto!important;
left:0px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition:left .2s ease-in-out;
}
.mhdminbarright .pan-content{
padding:0;
position: relative;
background: #fff;
}
header.mhdminbarright {
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition:left .2s ease-in-out;
}
.mobile-pan-active.mhdminbarright #page.zita-site{
right: 0px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
left: 0!important;
}
header.mhdminbarleft .min-bar-col1,
header.mhdminbarright .min-bar-col1{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
flex:1;
justify-content: flex-end;
}
.cart-pan-active header.mhdminbarleft .zita-cart{
left:0;
}
.cart-pan-active header.mhdminbarright .zita-cart{
right:0;
}
.mhdminbarright #content.site-content,.mhdminbarleft #content.site-content {
display: block;
margin-top: 30px;
} .archive-course-widget-outer.four-colum-grid .course-entry{
width: 49%;
}
.archive-course-widget-outer.four-colum-grid .course-entry:nth-of-type(4n+4),
.archive-course-widget-outer.four-colum-grid .course-entry:nth-of-type(2n+2){
margin-right: 0;
}
.archive-course-widget-outer.four-colum-grid .course-entry:nth-of-type(2n+1){
margin-right: 2%;
} .archive-course-widget-outer.three-colum-grid .course-entry{
width: 49%;
}
.archive-course-widget-outer.three-colum-grid .course-entry:nth-of-type(3n+3),
.archive-course-widget-outer.three-colum-grid .course-entry:nth-of-type(2n+2){
margin-right: 0;
}
.archive-course-widget-outer.three-colum-grid .course-entry:nth-of-type(2n+1){
margin-right: 2%;
} .learnpress-list-view{
max-width: 350px;
margin: 0 auto;
}
.learnpress-list-view .course-cover,
.learnpress-list-view .course-detail{
width: 100%;
}
.learnpress-list-view .course-cover{
margin-bottom: 20px;
}
.learnpress-list-view .course-detail{
padding: 0!important;
}
.mobile-menu-active .sider.overcenter .zita-menu, .mobile-above-menu-active .sider.overcenter .zita-menu, .mobile-bottom-menu-active .sider.overcenter .zita-menu {
margin-right: 9px;
margin-left:  9px;
}
}
@media screen and (max-width: 600px){
.logged-in #page.zita-site{
display: contents;
}
.woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs .panel{
margin-left:0;
border:0px;
}
.woocommerce div.product.zita-single-product-tab-vertical .woocommerce-tabs ul.tabs{
width: 100%;
float: none;
}
.mobile-menu-active .sider.overcenter .menu-close-btn, 
.mobile-above-menu-active .sider.overcenter .menu-close-btn,
.mobile-bottom-menu-active .sider.overcenter .menu-close-btn {
margin-left: 10px;
}
}
@media screen and (max-width: 480px){
#content.blog-single .zita-related-post ul li{
width: 100%;
float: left;
padding: 0px 10px;
margin-bottom:10px;
}
.page-numbers {
margin: 0 1px;
font-size: 11px;
line-height: 11px;
}
.next.page-numbers, .prev.page-numbers{
padding: 8px 14px;
}
}
.zita-pageheader{
width: 100%;
height: 400px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.zita-pageheader-content *{
color: #FFF;
z-index: 9;
}
.zita-pageheader:after{
background: #111;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0.7;
content: ' ';
}
.zita-pageheader-img{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}