@charset "UTF-8";
@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;
}.sec-pad {
padding: 110px 0;
}
 .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}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.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{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.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{0%,20%,40%,60%,80%,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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,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:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,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,-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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,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,-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:translateZ(0);transform:translateZ(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-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-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{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes lightSpeedIn{0%{-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:translateZ(0);transform:translateZ(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{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{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(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:rotate(80deg);transform:rotate(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:rotate(60deg);transform:rotate(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:rotate(80deg);transform:rotate(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:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{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{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/glyphicons-halflings-regular.eot);src:url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; 
font-family: 'Font Awesome 5 Pro';
}
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-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);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-abacus:before {
content: "\f640"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acorn:before {
content: "\f6ae"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adobe:before {
content: "\f778"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-alarm-clock:before {
content: "\f34e"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-alicorn:before {
content: "\f6b0"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-analytics:before {
content: "\f643"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angel:before {
content: "\f779"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-crate:before {
content: "\f6b1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-alt-down:before {
content: "\f354"; }
.fa-arrow-alt-from-bottom:before {
content: "\f346"; }
.fa-arrow-alt-from-left:before {
content: "\f347"; }
.fa-arrow-alt-from-right:before {
content: "\f348"; }
.fa-arrow-alt-from-top:before {
content: "\f349"; }
.fa-arrow-alt-left:before {
content: "\f355"; }
.fa-arrow-alt-right:before {
content: "\f356"; }
.fa-arrow-alt-square-down:before {
content: "\f350"; }
.fa-arrow-alt-square-left:before {
content: "\f351"; }
.fa-arrow-alt-square-right:before {
content: "\f352"; }
.fa-arrow-alt-square-up:before {
content: "\f353"; }
.fa-arrow-alt-to-bottom:before {
content: "\f34a"; }
.fa-arrow-alt-to-left:before {
content: "\f34b"; }
.fa-arrow-alt-to-right:before {
content: "\f34c"; }
.fa-arrow-alt-to-top:before {
content: "\f34d"; }
.fa-arrow-alt-up:before {
content: "\f357"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-from-bottom:before {
content: "\f342"; }
.fa-arrow-from-left:before {
content: "\f343"; }
.fa-arrow-from-right:before {
content: "\f344"; }
.fa-arrow-from-top:before {
content: "\f345"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-square-down:before {
content: "\f339"; }
.fa-arrow-square-left:before {
content: "\f33a"; }
.fa-arrow-square-right:before {
content: "\f33b"; }
.fa-arrow-square-up:before {
content: "\f33c"; }
.fa-arrow-to-bottom:before {
content: "\f33d"; }
.fa-arrow-to-left:before {
content: "\f33e"; }
.fa-arrow-to-right:before {
content: "\f340"; }
.fa-arrow-to-top:before {
content: "\f341"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows:before {
content: "\f047"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-arrows-h:before {
content: "\f07e"; }
.fa-arrows-v:before {
content: "\f07d"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-atom-alt:before {
content: "\f5d3"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-axe:before {
content: "\f6b2"; }
.fa-axe-battle:before {
content: "\f6b3"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backpack:before {
content: "\f5d4"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-badge:before {
content: "\f335"; }
.fa-badge-check:before {
content: "\f336"; }
.fa-badge-dollar:before {
content: "\f645"; }
.fa-badge-percent:before {
content: "\f646"; }
.fa-badger-honey:before {
content: "\f6b4"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ball-pile:before {
content: "\f77e"; }
.fa-ballot:before {
content: "\f732"; }
.fa-ballot-check:before {
content: "\f733"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-barcode-alt:before {
content: "\f463"; }
.fa-barcode-read:before {
content: "\f464"; }
.fa-barcode-scan:before {
content: "\f465"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball:before {
content: "\f432"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-basketball-hoop:before {
content: "\f435"; }
.fa-bat:before {
content: "\f6b5"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-bolt:before {
content: "\f376"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-slash:before {
content: "\f377"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-school:before {
content: "\f5d5"; }
.fa-bell-school-slash:before {
content: "\f5d6"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bells:before {
content: "\f77f"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blanket:before {
content: "\f498"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bone-break:before {
content: "\f5d8"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-alt:before {
content: "\f5d9"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-heart:before {
content: "\f499"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-book-spells:before {
content: "\f6b8"; }
.fa-book-user:before {
content: "\f7e7"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-books:before {
content: "\f5db"; }
.fa-books-medical:before {
content: "\f7e8"; }
.fa-boot:before {
content: "\f782"; }
.fa-booth-curtain:before {
content: "\f734"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-bow-arrow:before {
content: "\f6b9"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-bowling-pins:before {
content: "\f437"; }
.fa-box:before {
content: "\f466"; }
.fa-box-alt:before {
content: "\f49a"; }
.fa-box-ballot:before {
content: "\f735"; }
.fa-box-check:before {
content: "\f467"; }
.fa-box-fragile:before {
content: "\f49b"; }
.fa-box-full:before {
content: "\f49c"; }
.fa-box-heart:before {
content: "\f49d"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-up:before {
content: "\f49f"; }
.fa-box-usd:before {
content: "\f4a0"; }
.fa-boxes:before {
content: "\f468"; }
.fa-boxes-alt:before {
content: "\f4a1"; }
.fa-boxing-glove:before {
content: "\f438"; }
.fa-brackets:before {
content: "\f7e9"; }
.fa-brackets-curly:before {
content: "\f7ea"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-loaf:before {
content: "\f7eb"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-browser:before {
content: "\f37e"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-bullseye-arrow:before {
content: "\f648"; }
.fa-bullseye-pointer:before {
content: "\f649"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-burrito:before {
content: "\f7ed"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-bus-school:before {
content: "\f5dd"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-cabinet-filing:before {
content: "\f64b"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calculator-alt:before {
content: "\f64c"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-edit:before {
content: "\f333"; }
.fa-calendar-exclamation:before {
content: "\f334"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-star:before {
content: "\f736"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-alt:before {
content: "\f332"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campfire:before {
content: "\f6ba"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candle-holder:before {
content: "\f6bc"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-candy-corn:before {
content: "\f6bd"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-bump:before {
content: "\f5e0"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-garage:before {
content: "\f5e2"; }
.fa-car-mechanic:before {
content: "\f5e3"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-car-tilt:before {
content: "\f5e5"; }
.fa-car-wash:before {
content: "\f5e6"; }
.fa-caret-circle-down:before {
content: "\f32d"; }
.fa-caret-circle-left:before {
content: "\f32e"; }
.fa-caret-circle-right:before {
content: "\f330"; }
.fa-caret-circle-up:before {
content: "\f331"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cauldron:before {
content: "\f6bf"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chair-office:before {
content: "\f6c1"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-line-down:before {
content: "\f64d"; }
.fa-chart-network:before {
content: "\f78a"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-chart-pie-alt:before {
content: "\f64e"; }
.fa-chart-scatter:before {
content: "\f7ee"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-cheese-swiss:before {
content: "\f7f0"; }
.fa-cheeseburger:before {
content: "\f7f1"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-bishop-alt:before {
content: "\f43b"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-clock:before {
content: "\f43d"; }
.fa-chess-clock-alt:before {
content: "\f43e"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-king-alt:before {
content: "\f440"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-knight-alt:before {
content: "\f442"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-pawn-alt:before {
content: "\f444"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-queen-alt:before {
content: "\f446"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chess-rook-alt:before {
content: "\f448"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-double-down:before {
content: "\f322"; }
.fa-chevron-double-left:before {
content: "\f323"; }
.fa-chevron-double-right:before {
content: "\f324"; }
.fa-chevron-double-up:before {
content: "\f325"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-square-down:before {
content: "\f329"; }
.fa-chevron-square-left:before {
content: "\f32a"; }
.fa-chevron-square-right:before {
content: "\f32b"; }
.fa-chevron-square-up:before {
content: "\f32c"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chimney:before {
content: "\f78b"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-claw-marks:before {
content: "\f6c2"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clipboard-list-check:before {
content: "\f737"; }
.fa-clipboard-prescription:before {
content: "\f5e8"; }
.fa-clipboard-user:before {
content: "\f7f3"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download:before {
content: "\f0ed"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-drizzle:before {
content: "\f738"; }
.fa-cloud-hail:before {
content: "\f739"; }
.fa-cloud-hail-mixed:before {
content: "\f73a"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-rainbow:before {
content: "\f73e"; }
.fa-cloud-showers:before {
content: "\f73f"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sleet:before {
content: "\f741"; }
.fa-cloud-snow:before {
content: "\f742"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload:before {
content: "\f0ee"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-clouds:before {
content: "\f744"; }
.fa-clouds-moon:before {
content: "\f745"; }
.fa-clouds-sun:before {
content: "\f746"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-club:before {
content: "\f327"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-code-commit:before {
content: "\f386"; }
.fa-code-merge:before {
content: "\f387"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-coffee-togo:before {
content: "\f6c5"; }
.fa-coffin:before {
content: "\f6c6"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-alt-check:before {
content: "\f4a2"; }
.fa-comment-alt-dollar:before {
content: "\f650"; }
.fa-comment-alt-dots:before {
content: "\f4a3"; }
.fa-comment-alt-edit:before {
content: "\f4a4"; }
.fa-comment-alt-exclamation:before {
content: "\f4a5"; }
.fa-comment-alt-lines:before {
content: "\f4a6"; }
.fa-comment-alt-medical:before {
content: "\f7f4"; }
.fa-comment-alt-minus:before {
content: "\f4a7"; }
.fa-comment-alt-plus:before {
content: "\f4a8"; }
.fa-comment-alt-slash:before {
content: "\f4a9"; }
.fa-comment-alt-smile:before {
content: "\f4aa"; }
.fa-comment-alt-times:before {
content: "\f4ab"; }
.fa-comment-check:before {
content: "\f4ac"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-edit:before {
content: "\f4ae"; }
.fa-comment-exclamation:before {
content: "\f4af"; }
.fa-comment-lines:before {
content: "\f4b0"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-minus:before {
content: "\f4b1"; }
.fa-comment-plus:before {
content: "\f4b2"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comment-smile:before {
content: "\f4b4"; }
.fa-comment-times:before {
content: "\f4b5"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-alt:before {
content: "\f4b6"; }
.fa-comments-alt-dollar:before {
content: "\f652"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compass-slash:before {
content: "\f5e9"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-compress-wide:before {
content: "\f326"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-container-storage:before {
content: "\f4b7"; }
.fa-contao:before {
content: "\f26d"; }
.fa-conveyor-belt:before {
content: "\f46e"; }
.fa-conveyor-belt-alt:before {
content: "\f46f"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-corn:before {
content: "\f6c7"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cow:before {
content: "\f6c8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-credit-card-blank:before {
content: "\f389"; }
.fa-credit-card-front:before {
content: "\f38a"; }
.fa-cricket:before {
content: "\f449"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-croissant:before {
content: "\f7f6"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-crutches:before {
content: "\f7f8"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-curling:before {
content: "\f44a"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dagger:before {
content: "\f6cb"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-debug:before {
content: "\f7f9"; }
.fa-deer:before {
content: "\f78e"; }
.fa-deer-rudolph:before {
content: "\f78f"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-desktop-alt:before {
content: "\f390"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dewpoint:before {
content: "\f748"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diamond:before {
content: "\f219"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d10:before {
content: "\f6cd"; }
.fa-dice-d12:before {
content: "\f6ce"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d4:before {
content: "\f6d0"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-d8:before {
content: "\f6d2"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-diploma:before {
content: "\f5ea"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-do-not-enter:before {
content: "\f5ec"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dog-leashed:before {
content: "\f6d4"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-empty:before {
content: "\f473"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-dolly-flatbed-alt:before {
content: "\f475"; }
.fa-dolly-flatbed-empty:before {
content: "\f476"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-circle:before {
content: "\f5ed"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-draw-square:before {
content: "\f5ef"; }
.fa-dreidel:before {
content: "\f792"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick:before {
content: "\f6d6"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-duck:before {
content: "\f6d8"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-ear:before {
content: "\f5f0"; }
.fa-ear-muffs:before {
content: "\f795"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-eclipse:before {
content: "\f749"; }
.fa-eclipse-alt:before {
content: "\f74a"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-egg-fried:before {
content: "\f7fc"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-elephant:before {
content: "\f6da"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-h-alt:before {
content: "\f39b"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ellipsis-v-alt:before {
content: "\f39c"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-empty-set:before {
content: "\f656"; }
.fa-engine-warning:before {
content: "\f5f2"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-dollar:before {
content: "\f657"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange:before {
content: "\f0ec"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-square:before {
content: "\f321"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows:before {
content: "\f31d"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expand-wide:before {
content: "\f320"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link:before {
content: "\f08e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square:before {
content: "\f14c"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-evil:before {
content: "\f6db"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-field-hockey:before {
content: "\f44c"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-certificate:before {
content: "\f5f3"; }
.fa-file-chart-line:before {
content: "\f659"; }
.fa-file-chart-pie:before {
content: "\f65a"; }
.fa-file-check:before {
content: "\f316"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-edit:before {
content: "\f31c"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-exclamation:before {
content: "\f31a"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-minus:before {
content: "\f318"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-plus:before {
content: "\f319"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-spreadsheet:before {
content: "\f65b"; }
.fa-file-times:before {
content: "\f317"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-user:before {
content: "\f65c"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-files-medical:before {
content: "\f7fd"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-film-alt:before {
content: "\f3a0"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-fire-smoke:before {
content: "\f74b"; }
.fa-firefox:before {
content: "\f269"; }
.fa-fireplace:before {
content: "\f79a"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fish-cooked:before {
content: "\f7fe"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-alt:before {
content: "\f74c"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flame:before {
content: "\f6df"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flask-poison:before {
content: "\f6e0"; }
.fa-flask-potion:before {
content: "\f6e1"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flower:before {
content: "\f7ff"; }
.fa-flower-daffodil:before {
content: "\f800"; }
.fa-flower-tulip:before {
content: "\f801"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-fog:before {
content: "\f74e"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-folder-times:before {
content: "\f65f"; }
.fa-folder-tree:before {
content: "\f802"; }
.fa-folders:before {
content: "\f660"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-football-helmet:before {
content: "\f44f"; }
.fa-forklift:before {
content: "\f47a"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-fragile:before {
content: "\f4bb"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-french-fries:before {
content: "\f803"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frosty-head:before {
content: "\f79b"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-function:before {
content: "\f661"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gas-pump-slash:before {
content: "\f5f4"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gift-card:before {
content: "\f663"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-gingerbread-man:before {
content: "\f79d"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass:before {
content: "\f804"; }
.fa-glass-champagne:before {
content: "\f79e"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glass-whiskey-rocks:before {
content: "\f7a1"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glasses-alt:before {
content: "\f5f5"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-globe-snow:before {
content: "\f7a3"; }
.fa-globe-stand:before {
content: "\f5f6"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-golf-club:before {
content: "\f451"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-h1:before {
content: "\f313"; }
.fa-h2:before {
content: "\f314"; }
.fa-h3:before {
content: "\f315"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hammer-war:before {
content: "\f6e4"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-heart:before {
content: "\f4bc"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-box:before {
content: "\f47b"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-magic:before {
content: "\f6e5"; }
.fa-hand-holding-seedling:before {
content: "\f4bf"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-receiving:before {
content: "\f47c"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-heart:before {
content: "\f4c3"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-usd:before {
content: "\f4c5"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt:before {
content: "\f4c6"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-santa:before {
content: "\f7a7"; }
.fa-hat-winter:before {
content: "\f7a8"; }
.fa-hat-witch:before {
content: "\f6e7"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-haykal:before {
content: "\f666"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side:before {
content: "\f6e9"; }
.fa-head-side-brain:before {
content: "\f808"; }
.fa-head-side-medical:before {
content: "\f809"; }
.fa-head-vr:before {
content: "\f6ea"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heart-circle:before {
content: "\f4c7"; }
.fa-heart-rate:before {
content: "\f5f8"; }
.fa-heart-square:before {
content: "\f4c8"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-helmet-battle:before {
content: "\f6eb"; }
.fa-hexagon:before {
content: "\f312"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-mask:before {
content: "\f6ee"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-hockey-sticks:before {
content: "\f454"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-home-alt:before {
content: "\f80a"; }
.fa-home-heart:before {
content: "\f4c9"; }
.fa-home-lg:before {
content: "\f80b"; }
.fa-home-lg-alt:before {
content: "\f80c"; }
.fa-hood-cloak:before {
content: "\f6ef"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hospitals:before {
content: "\f80e"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-flood:before {
content: "\f74f"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-humidity:before {
content: "\f750"; }
.fa-hurricane:before {
content: "\f751"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-ice-skate:before {
content: "\f7ac"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-inbox-in:before {
content: "\f310"; }
.fa-inbox-out:before {
content: "\f311"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-industry-alt:before {
content: "\f3b3"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-info-square:before {
content: "\f30f"; }
.fa-inhaler:before {
content: "\f5f9"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-integral:before {
content: "\f667"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-intersection:before {
content: "\f668"; }
.fa-inventory:before {
content: "\f480"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-island-tropical:before {
content: "\f811"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-jack-o-lantern:before {
content: "\f30e"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-key-skeleton:before {
content: "\f6f3"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-keynote:before {
content: "\f66c"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kidneys:before {
content: "\f5fb"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kite:before {
content: "\f6f4"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-knife-kitchen:before {
content: "\f6f5"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-lambda:before {
content: "\f66e"; }
.fa-lamp:before {
content: "\f4ca"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-landmark-alt:before {
content: "\f752"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-layer-minus:before {
content: "\f5fe"; }
.fa-layer-plus:before {
content: "\f5ff"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leaf-heart:before {
content: "\f4cb"; }
.fa-leaf-maple:before {
content: "\f6f6"; }
.fa-leaf-oak:before {
content: "\f6f7"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down:before {
content: "\f149"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up:before {
content: "\f148"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-lightbulb-dollar:before {
content: "\f670"; }
.fa-lightbulb-exclamation:before {
content: "\f671"; }
.fa-lightbulb-on:before {
content: "\f672"; }
.fa-lightbulb-slash:before {
content: "\f673"; }
.fa-lights-holiday:before {
content: "\f7b2"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lips:before {
content: "\f600"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location:before {
content: "\f601"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-location-circle:before {
content: "\f602"; }
.fa-location-slash:before {
content: "\f603"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-alt:before {
content: "\f30d"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-lock-open-alt:before {
content: "\f3c2"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-long-arrow-down:before {
content: "\f175"; }
.fa-long-arrow-left:before {
content: "\f177"; }
.fa-long-arrow-right:before {
content: "\f178"; }
.fa-long-arrow-up:before {
content: "\f176"; }
.fa-loveseat:before {
content: "\f4cc"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luchador:before {
content: "\f455"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-mace:before {
content: "\f6f8"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailbox:before {
content: "\f813"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-mandolin:before {
content: "\f6f9"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-marker-alt-slash:before {
content: "\f605"; }
.fa-map-marker-check:before {
content: "\f606"; }
.fa-map-marker-edit:before {
content: "\f607"; }
.fa-map-marker-exclamation:before {
content: "\f608"; }
.fa-map-marker-minus:before {
content: "\f609"; }
.fa-map-marker-plus:before {
content: "\f60a"; }
.fa-map-marker-question:before {
content: "\f60b"; }
.fa-map-marker-slash:before {
content: "\f60c"; }
.fa-map-marker-smile:before {
content: "\f60d"; }
.fa-map-marker-times:before {
content: "\f60e"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-meat:before {
content: "\f814"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaphone:before {
content: "\f675"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-mind-share:before {
content: "\f677"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-hexagon:before {
content: "\f307"; }
.fa-minus-octagon:before {
content: "\f308"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mistletoe:before {
content: "\f7b4"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-mobile-android:before {
content: "\f3ce"; }
.fa-mobile-android-alt:before {
content: "\f3cf"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monitor-heart-rate:before {
content: "\f611"; }
.fa-monkey:before {
content: "\f6fb"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-moon-cloud:before {
content: "\f754"; }
.fa-moon-stars:before {
content: "\f755"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mountains:before {
content: "\f6fd"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-mug-marshmallows:before {
content: "\f7b7"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-narwhal:before {
content: "\f6fe"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-nintendo-switch:before {
content: "\f418"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octagon:before {
content: "\f306"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-oil-temp:before {
content: "\f614"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-omega:before {
content: "\f67a"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-ornament:before {
content: "\f7b8"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-brush-alt:before {
content: "\f5a9"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-pallet-alt:before {
content: "\f483"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-parking-circle:before {
content: "\f615"; }
.fa-parking-circle-slash:before {
content: "\f616"; }
.fa-parking-slash:before {
content: "\f617"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paw-alt:before {
content: "\f701"; }
.fa-paw-claws:before {
content: "\f702"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pegasus:before {
content: "\f703"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil:before {
content: "\f040"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-paintbrush:before {
content: "\f618"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-pennant:before {
content: "\f456"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-person-carry:before {
content: "\f4cf"; }
.fa-person-dolly:before {
content: "\f4d0"; }
.fa-person-dolly-empty:before {
content: "\f4d1"; }
.fa-person-sign:before {
content: "\f757"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-office:before {
content: "\f67d"; }
.fa-phone-plus:before {
content: "\f4d2"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-php:before {
content: "\f457"; }
.fa-pi:before {
content: "\f67e"; }
.fa-pie:before {
content: "\f705"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pig:before {
content: "\f706"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza:before {
content: "\f817"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-alt:before {
content: "\f3de"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-hexagon:before {
content: "\f300"; }
.fa-plus-octagon:before {
content: "\f301"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-podium:before {
content: "\f680"; }
.fa-podium-star:before {
content: "\f758"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poll-people:before {
content: "\f759"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-popcorn:before {
content: "\f819"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-presentation:before {
content: "\f685"; }
.fa-print:before {
content: "\f02f"; }
.fa-print-search:before {
content: "\f81a"; }
.fa-print-slash:before {
content: "\f686"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pumpkin:before {
content: "\f707"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-question-square:before {
content: "\f2fd"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-rabbit:before {
content: "\f708"; }
.fa-rabbit-fast:before {
content: "\f709"; }
.fa-racquet:before {
content: "\f45a"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-raindrops:before {
content: "\f75c"; }
.fa-ram:before {
content: "\f70a"; }
.fa-ramp-loading:before {
content: "\f4d4"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-rectangle-landscape:before {
content: "\f2fa"; }
.fa-rectangle-portrait:before {
content: "\f2fb"; }
.fa-rectangle-wide:before {
content: "\f2fc"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-repeat:before {
content: "\f363"; }
.fa-repeat-1:before {
content: "\f365"; }
.fa-repeat-1-alt:before {
content: "\f366"; }
.fa-repeat-alt:before {
content: "\f364"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-retweet-alt:before {
content: "\f361"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-rings-wedding:before {
content: "\f81b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-route-highway:before {
content: "\f61a"; }
.fa-route-interstate:before {
content: "\f61b"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-triangle:before {
content: "\f61c"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rv:before {
content: "\f7be"; }
.fa-sack:before {
content: "\f81c"; }
.fa-sack-dollar:before {
content: "\f81d"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salad:before {
content: "\f81e"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sandwich:before {
content: "\f81f"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-sausage:before {
content: "\f820"; }
.fa-save:before {
content: "\f0c7"; }
.fa-scalpel:before {
content: "\f61d"; }
.fa-scalpel-path:before {
content: "\f61e"; }
.fa-scanner:before {
content: "\f488"; }
.fa-scanner-keyboard:before {
content: "\f489"; }
.fa-scanner-touchscreen:before {
content: "\f48a"; }
.fa-scarecrow:before {
content: "\f70d"; }
.fa-scarf:before {
content: "\f7c1"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-scroll-old:before {
content: "\f70f"; }
.fa-scrubber:before {
content: "\f2f8"; }
.fa-scythe:before {
content: "\f710"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-all:before {
content: "\f367"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-sheep:before {
content: "\f711"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield:before {
content: "\f132"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-check:before {
content: "\f2f7"; }
.fa-shield-cross:before {
content: "\f712"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shipping-timed:before {
content: "\f48c"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shish-kebab:before {
content: "\f821"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shovel:before {
content: "\f713"; }
.fa-shovel-snow:before {
content: "\f7c3"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shredder:before {
content: "\f68a"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-shuttlecock:before {
content: "\f45b"; }
.fa-sickle:before {
content: "\f822"; }
.fa-sigma:before {
content: "\f68b"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in:before {
content: "\f090"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out:before {
content: "\f08b"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signal-1:before {
content: "\f68c"; }
.fa-signal-2:before {
content: "\f68d"; }
.fa-signal-3:before {
content: "\f68e"; }
.fa-signal-4:before {
content: "\f68f"; }
.fa-signal-alt:before {
content: "\f690"; }
.fa-signal-alt-1:before {
content: "\f691"; }
.fa-signal-alt-2:before {
content: "\f692"; }
.fa-signal-alt-3:before {
content: "\f693"; }
.fa-signal-alt-slash:before {
content: "\f694"; }
.fa-signal-slash:before {
content: "\f695"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-skeleton:before {
content: "\f620"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-ski-jump:before {
content: "\f7c7"; }
.fa-ski-lift:before {
content: "\f7c8"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sledding:before {
content: "\f7cb"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-sliders-h-square:before {
content: "\f3f0"; }
.fa-sliders-v:before {
content: "\f3f1"; }
.fa-sliders-v-square:before {
content: "\f3f2"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-plus:before {
content: "\f5b9"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoke:before {
content: "\f760"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snake:before {
content: "\f716"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snow-blowing:before {
content: "\f761"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowflakes:before {
content: "\f7cf"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowmobile:before {
content: "\f7d1"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-soup:before {
content: "\f823"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-spade:before {
content: "\f2f4"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spider:before {
content: "\f717"; }
.fa-spider-black-widow:before {
content: "\f718"; }
.fa-spider-web:before {
content: "\f719"; }
.fa-spinner:before {
content: "\f110"; }
.fa-spinner-third:before {
content: "\f3f4"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root:before {
content: "\f697"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-squirrel:before {
content: "\f71a"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-staff:before {
content: "\f71b"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-christmas:before {
content: "\f7d4"; }
.fa-star-exclamation:before {
content: "\f2f3"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-stars:before {
content: "\f762"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steak:before {
content: "\f824"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-steering-wheel:before {
content: "\f622"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stocking:before {
content: "\f7d5"; }
.fa-stomach:before {
content: "\f623"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-stretcher:before {
content: "\f825"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-sun-cloud:before {
content: "\f763"; }
.fa-sun-dust:before {
content: "\f764"; }
.fa-sun-haze:before {
content: "\f765"; }
.fa-sunrise:before {
content: "\f766"; }
.fa-sunset:before {
content: "\f767"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-sword:before {
content: "\f71c"; }
.fa-swords:before {
content: "\f71d"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablet-android:before {
content: "\f3fb"; }
.fa-tablet-android-alt:before {
content: "\f3fc"; }
.fa-tablet-rugged:before {
content: "\f48f"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer:before {
content: "\f0e4"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tachometer-alt-average:before {
content: "\f624"; }
.fa-tachometer-alt-fast:before {
content: "\f625"; }
.fa-tachometer-alt-fastest:before {
content: "\f626"; }
.fa-tachometer-alt-slow:before {
content: "\f627"; }
.fa-tachometer-alt-slowest:before {
content: "\f628"; }
.fa-tachometer-average:before {
content: "\f629"; }
.fa-tachometer-fast:before {
content: "\f62a"; }
.fa-tachometer-fastest:before {
content: "\f62b"; }
.fa-tachometer-slow:before {
content: "\f62c"; }
.fa-tachometer-slowest:before {
content: "\f62d"; }
.fa-taco:before {
content: "\f826"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tally:before {
content: "\f69c"; }
.fa-tanakh:before {
content: "\f827"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-tasks-alt:before {
content: "\f828"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-frigid:before {
content: "\f768"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-hot:before {
content: "\f76a"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-tennis-ball:before {
content: "\f45e"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-theta:before {
content: "\f69e"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-thunderstorm:before {
content: "\f76c"; }
.fa-thunderstorm-moon:before {
content: "\f76d"; }
.fa-thunderstorm-sun:before {
content: "\f76e"; }
.fa-ticket:before {
content: "\f145"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tilde:before {
content: "\f69f"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-times-hexagon:before {
content: "\f2ee"; }
.fa-times-octagon:before {
content: "\f2f0"; }
.fa-times-square:before {
content: "\f2d3"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tire:before {
content: "\f631"; }
.fa-tire-flat:before {
content: "\f632"; }
.fa-tire-pressure-warning:before {
content: "\f633"; }
.fa-tire-rugged:before {
content: "\f634"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-alt:before {
content: "\f71f"; }
.fa-tombstone:before {
content: "\f720"; }
.fa-tombstone-alt:before {
content: "\f721"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-toothbrush:before {
content: "\f635"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tornado:before {
content: "\f76f"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-cone:before {
content: "\f636"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-traffic-light-go:before {
content: "\f638"; }
.fa-traffic-light-slow:before {
content: "\f639"; }
.fa-traffic-light-stop:before {
content: "\f63a"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-treasure-chest:before {
content: "\f723"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-tree-alt:before {
content: "\f400"; }
.fa-tree-christmas:before {
content: "\f7db"; }
.fa-tree-decorated:before {
content: "\f7dc"; }
.fa-tree-large:before {
content: "\f7dd"; }
.fa-tree-palm:before {
content: "\f82b"; }
.fa-trees:before {
content: "\f724"; }
.fa-trello:before {
content: "\f181"; }
.fa-triangle:before {
content: "\f2ec"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-trophy-alt:before {
content: "\f2eb"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-container:before {
content: "\f4dc"; }
.fa-truck-couch:before {
content: "\f4dd"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-truck-plow:before {
content: "\f7de"; }
.fa-truck-ramp:before {
content: "\f4e0"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-turkey:before {
content: "\f725"; }
.fa-turtle:before {
content: "\f726"; }
.fa-tv:before {
content: "\f26c"; }
.fa-tv-retro:before {
content: "\f401"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-unicorn:before {
content: "\f727"; }
.fa-union:before {
content: "\f6a2"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-usd-circle:before {
content: "\f2e8"; }
.fa-usd-square:before {
content: "\f2e9"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-chart:before {
content: "\f6a3"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-crown:before {
content: "\f6a4"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-hard-hat:before {
content: "\f82c"; }
.fa-user-headset:before {
content: "\f82d"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-md-chat:before {
content: "\f82e"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-class:before {
content: "\f63d"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-crown:before {
content: "\f6a5"; }
.fa-users-medical:before {
content: "\f830"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-fork:before {
content: "\f2e3"; }
.fa-utensil-knife:before {
content: "\f2e4"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-utensils-alt:before {
content: "\f2e6"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-value-absolute:before {
content: "\f6a6"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-plus:before {
content: "\f4e1"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-volcano:before {
content: "\f770"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume:before {
content: "\f6a8"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-slash:before {
content: "\f2e2"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-nay:before {
content: "\f771"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walker:before {
content: "\f831"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-wand:before {
content: "\f72a"; }
.fa-wand-magic:before {
content: "\f72b"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-warehouse-alt:before {
content: "\f495"; }
.fa-watch:before {
content: "\f2e1"; }
.fa-watch-fitness:before {
content: "\f63e"; }
.fa-water:before {
content: "\f773"; }
.fa-water-lower:before {
content: "\f774"; }
.fa-water-rise:before {
content: "\f775"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-webcam:before {
content: "\f832"; }
.fa-webcam-slash:before {
content: "\f833"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whale:before {
content: "\f72c"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheat:before {
content: "\f72d"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whistle:before {
content: "\f460"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wifi-1:before {
content: "\f6aa"; }
.fa-wifi-2:before {
content: "\f6ab"; }
.fa-wifi-slash:before {
content: "\f6ac"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-wind-warning:before {
content: "\f776"; }
.fa-window:before {
content: "\f40e"; }
.fa-window-alt:before {
content: "\f40f"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-windsock:before {
content: "\f777"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wreath:before {
content: "\f7e2"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-brands-400.eot);
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-brands-400.woff) format("woff"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; }
@font-face {
font-family: 'Font Awesome 5 Pro';
font-style: normal;
font-weight: 300;
font-display: auto;
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-light-300.eot);
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-light-300.woff2) format("woff2"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-light-300.woff) format("woff"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-light-300.ttf) format("truetype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-light-300.svg#fontawesome) format("svg"); }
.fal {
font-family: 'Font Awesome 5 Pro';
font-weight: 300; }
@font-face {
font-family: 'Font Awesome 5 Pro';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-regular-400.eot);
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-regular-400.woff) format("woff"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Pro';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Pro';
font-style: normal;
font-weight: 900;
font-display: auto;
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-solid-900.eot);
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-solid-900.woff) format("woff"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Pro';
font-weight: 900; }@font-face {
font-family: "Flaticon";
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.eot);
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.woff2) format("woff2"),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.woff) format("woff"),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.ttf) format("truetype"),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-diamond:before { content: "\f100"; }
.flaticon-target:before { content: "\f101"; }
.flaticon-click:before { content: "\f102"; }
.flaticon-cursor:before { content: "\f103"; }
.flaticon-click-1:before { content: "\f104"; }
.flaticon-statistics:before { content: "\f105"; }
.flaticon-configuration:before { content: "\f106"; }
.flaticon-target-1:before { content: "\f107"; }
.flaticon-social-media:before { content: "\f108"; }
.flaticon-email:before { content: "\f109"; }
.flaticon-chat:before { content: "\f10a"; }
.flaticon-arrow-pointing-to-right:before { content: "\f10b"; }
.flaticon-valentines-heart:before { content: "\f10c"; }
.flaticon-multiple-users-silhouette:before { content: "\f10d"; }
.flaticon-star:before { content: "\f10e"; }
.flaticon-checked:before { content: "\f10f"; }
.flaticon-portfolio:before { content: "\f110"; }
.flaticon-3d-modeling:before { content: "\f111"; }
.flaticon-launch:before { content: "\f112"; }
.flaticon-link:before { content: "\f113"; }
.flaticon-chat-1:before { content: "\f114"; }
.flaticon-play-button-arrowhead:before { content: "\f115"; }
.flaticon-shield:before { content: "\f116"; }
.flaticon-review:before { content: "\f117"; }
.flaticon-goal:before { content: "\f118"; }
.flaticon-puzzle:before { content: "\f119"; }
.flaticon-group-of-people:before { content: "\f11a"; }
.flaticon-download:before { content: "\f11b"; }
.flaticon-settings:before { content: "\f11c"; }
.flaticon-payment:before { content: "\f11d"; }select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}@font-face {
font-family: 'icofont';
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icofont.eot?v=1.0.0-beta);
src: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icofont.eot?v=1.0.0-beta#iefix) format('embedded-opentype'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icofont.ttf?v=1.0.0-beta) format('truetype'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icofont.woff?v=1.0.0-beta) format('woff'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icofont.svg?v=1.0.0-beta#icofont) format('svg');
font-weight: normal;
font-style: normal;
}
.icofont {
font-family: 'IcoFont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icofont-angry-monster:before {
content: "\e901";
}
.icofont-bathtub:before {
content: "\e902";
}
.icofont-bird-wings:before {
content: "\e903";
}
.icofont-bow:before {
content: "\e904";
}
.icofont-brain-alt:before {
content: "\e905";
}
.icofont-butterfly-alt:before {
content: "\e906";
}
.icofont-castle:before {
content: "\e907";
}
.icofont-circuit:before {
content: "\e908";
}
.icofont-dart:before {
content: "\e909";
}
.icofont-dice-alt:before {
content: "\e90a";
}
.icofont-disability-race:before {
content: "\e90b";
}
.icofont-diving-goggle:before {
content: "\e90c";
}
.icofont-fire-alt:before {
content: "\e90d";
}
.icofont-flame-torch:before {
content: "\e90e";
}
.icofont-flora-flower:before {
content: "\e90f";
}
.icofont-flora:before {
content: "\e910";
}
.icofont-gift-box:before {
content: "\e911";
}
.icofont-halloween-pumpkin:before {
content: "\e912";
}
.icofont-hand-power:before {
content: "\e913";
}
.icofont-hand-thunder:before {
content: "\e914";
}
.icofont-king-crown:before {
content: "\e915";
}
.icofont-king-monster:before {
content: "\e916";
}
.icofont-love:before {
content: "\e917";
}
.icofont-magician-hat:before {
content: "\e918";
}
.icofont-native-american:before {
content: "\e919";
}
.icofont-open-eye:before {
content: "\e91a";
}
.icofont-owl-look:before {
content: "\e91b";
}
.icofont-phoenix:before {
content: "\e91c";
}
.icofont-queen-crown:before {
content: "\e91d";
}
.icofont-robot-face:before {
content: "\e91e";
}
.icofont-sand-clock:before {
content: "\e91f";
}
.icofont-shield-alt:before {
content: "\e920";
}
.icofont-ship-wheel:before {
content: "\e921";
}
.icofont-skull-danger:before {
content: "\e922";
}
.icofont-skull-face:before {
content: "\e923";
}
.icofont-snail:before {
content: "\e924";
}
.icofont-snow-alt:before {
content: "\e925";
}
.icofont-snow-flake:before {
content: "\e926";
}
.icofont-snowmobile:before {
content: "\e927";
}
.icofont-space-shuttle:before {
content: "\e928";
}
.icofont-star-shape:before {
content: "\e929";
}
.icofont-swirl:before {
content: "\e92a";
}
.icofont-tattoo-wing:before {
content: "\e92b";
}
.icofont-throne:before {
content: "\e92c";
}
.icofont-touch:before {
content: "\e92d";
}
.icofont-tree-alt:before {
content: "\e92e";
}
.icofont-triangle:before {
content: "\e92f";
}
.icofont-unity-hand:before {
content: "\e930";
}
.icofont-weed:before {
content: "\e931";
}
.icofont-woman-bird:before {
content: "\e932";
}
.icofont-animal-bat:before {
content: "\e933";
}
.icofont-animal-bear-tracks:before {
content: "\e934";
}
.icofont-animal-bear:before {
content: "\e935";
}
.icofont-animal-bird-alt:before {
content: "\e936";
}
.icofont-animal-bird:before {
content: "\e937";
}
.icofont-animal-bone:before {
content: "\e938";
}
.icofont-animal-bull:before {
content: "\e939";
}
.icofont-animal-camel-alt:before {
content: "\e93a";
}
.icofont-animal-camel-head:before {
content: "\e93b";
}
.icofont-animal-camel:before {
content: "\e93c";
}
.icofont-animal-cat-alt-1:before {
content: "\e93d";
}
.icofont-animal-cat-alt-2:before {
content: "\e93e";
}
.icofont-animal-cat-alt-3:before {
content: "\e93f";
}
.icofont-animal-cat-alt-4:before {
content: "\e940";
}
.icofont-animal-cat-with-dog:before {
content: "\e941";
}
.icofont-animal-cat:before {
content: "\e942";
}
.icofont-animal-cow-head:before {
content: "\e943";
}
.icofont-animal-cow:before {
content: "\e944";
}
.icofont-animal-crab:before {
content: "\e945";
}
.icofont-animal-crocodile:before {
content: "\e946";
}
.icofont-animal-deer-head:before {
content: "\e947";
}
.icofont-animal-dog-alt:before {
content: "\e948";
}
.icofont-animal-dog-barking:before {
content: "\e949";
}
.icofont-animal-dog:before {
content: "\e94a";
}
.icofont-animal-dolphin:before {
content: "\e94b";
}
.icofont-animal-duck-tracks:before {
content: "\e94c";
}
.icofont-animal-eagle-head:before {
content: "\e94d";
}
.icofont-animal-eaten-fish:before {
content: "\e94e";
}
.icofont-animal-elephant-alt:before {
content: "\e94f";
}
.icofont-animal-elephant-head-alt:before {
content: "\e950";
}
.icofont-animal-elephant-head:before {
content: "\e951";
}
.icofont-animal-elephant:before {
content: "\e952";
}
.icofont-animal-elk:before {
content: "\e953";
}
.icofont-animal-fish-alt-1:before {
content: "\e954";
}
.icofont-animal-fish-alt-2:before {
content: "\e955";
}
.icofont-animal-fish-alt-3:before {
content: "\e956";
}
.icofont-animal-fish-alt-4:before {
content: "\e957";
}
.icofont-animal-fish:before {
content: "\e958";
}
.icofont-animal-fox-alt:before {
content: "\e959";
}
.icofont-animal-fox:before {
content: "\e95a";
}
.icofont-animal-frog-tracks:before {
content: "\e95b";
}
.icofont-animal-frog:before {
content: "\e95c";
}
.icofont-animal-froggy:before {
content: "\e95d";
}
.icofont-animal-giraffe-alt:before {
content: "\e95e";
}
.icofont-animal-giraffe:before {
content: "\e95f";
}
.icofont-animal-goat-head-alt-1:before {
content: "\e960";
}
.icofont-animal-goat-head-alt-2:before {
content: "\e961";
}
.icofont-animal-goat-head:before {
content: "\e962";
}
.icofont-animal-gorilla:before {
content: "\e963";
}
.icofont-animal-hen-tracks:before {
content: "\e964";
}
.icofont-animal-horse-head-alt-1:before {
content: "\e965";
}
.icofont-animal-horse-head-alt-2:before {
content: "\e966";
}
.icofont-animal-horse-head:before {
content: "\e967";
}
.icofont-animal-horse-tracks:before {
content: "\e968";
}
.icofont-animal-jellyfish:before {
content: "\e969";
}
.icofont-animal-kangaroo:before {
content: "\e96a";
}
.icofont-animal-lemur:before {
content: "\e96b";
}
.icofont-animal-lion-alt:before {
content: "\e96c";
}
.icofont-animal-lion-head-alt:before {
content: "\e96d";
}
.icofont-animal-lion-head:before {
content: "\e96e";
}
.icofont-animal-lion:before {
content: "\e96f";
}
.icofont-animal-monkey-alt-1:before {
content: "\e970";
}
.icofont-animal-monkey-alt-2:before {
content: "\e971";
}
.icofont-animal-monkey-alt-3:before {
content: "\e972";
}
.icofont-animal-monkey:before {
content: "\e973";
}
.icofont-animal-octopus-alt:before {
content: "\e974";
}
.icofont-animal-octopus:before {
content: "\e975";
}
.icofont-animal-owl:before {
content: "\e976";
}
.icofont-animal-panda-alt:before {
content: "\e977";
}
.icofont-animal-panda:before {
content: "\e978";
}
.icofont-animal-panther:before {
content: "\e979";
}
.icofont-animal-parrot-lip:before {
content: "\e97a";
}
.icofont-animal-parrot:before {
content: "\e97b";
}
.icofont-animal-paw:before {
content: "\e97c";
}
.icofont-animal-pelican:before {
content: "\e97d";
}
.icofont-animal-penguin:before {
content: "\e97e";
}
.icofont-animal-pig-alt:before {
content: "\e97f";
}
.icofont-animal-pig:before {
content: "\e980";
}
.icofont-animal-pigeon-alt:before {
content: "\e981";
}
.icofont-animal-pigeon:before {
content: "\e982";
}
.icofont-animal-pigeons:before {
content: "\e983";
}
.icofont-animal-rabbit-running:before {
content: "\e984";
}
.icofont-animal-rat-alt:before {
content: "\e985";
}
.icofont-animal-rhino-head:before {
content: "\e986";
}
.icofont-animal-rhino:before {
content: "\e987";
}
.icofont-animal-rooster:before {
content: "\e988";
}
.icofont-animal-seahorse:before {
content: "\e989";
}
.icofont-animal-seal:before {
content: "\e98a";
}
.icofont-animal-shrimp:before {
content: "\e98b";
}
.icofont-animal-snail-alt-1:before {
content: "\e98c";
}
.icofont-animal-snail-alt-2:before {
content: "\e98d";
}
.icofont-animal-snail:before {
content: "\e98e";
}
.icofont-animal-snake:before {
content: "\e98f";
}
.icofont-animal-squid:before {
content: "\e990";
}
.icofont-animal-squirrel:before {
content: "\e991";
}
.icofont-animal-tiger-alt:before {
content: "\e992";
}
.icofont-animal-tiger:before {
content: "\e993";
}
.icofont-animal-turtle:before {
content: "\e994";
}
.icofont-animal-whale:before {
content: "\e995";
}
.icofont-animal-woodpecker:before {
content: "\e996";
}
.icofont-animal-zebra:before {
content: "\e997";
}
.icofont-brand-acer:before {
content: "\e998";
}
.icofont-brand-adidas:before {
content: "\e999";
}
.icofont-brand-adobe:before {
content: "\e99a";
}
.icofont-brand-air-new-zealand:before {
content: "\e99b";
}
.icofont-brand-airbnb:before {
content: "\e99c";
}
.icofont-brand-aircell:before {
content: "\e99d";
}
.icofont-brand-airtel:before {
content: "\e99e";
}
.icofont-brand-alcatel:before {
content: "\e99f";
}
.icofont-brand-alibaba:before {
content: "\e9a0";
}
.icofont-brand-aliexpress:before {
content: "\e9a1";
}
.icofont-brand-alipay:before {
content: "\e9a2";
}
.icofont-brand-amazon:before {
content: "\e9a3";
}
.icofont-brand-amd:before {
content: "\e9a4";
}
.icofont-brand-american-airlines:before {
content: "\e9a5";
}
.icofont-brand-android-robot:before {
content: "\e9a6";
}
.icofont-brand-android:before {
content: "\e9a7";
}
.icofont-brand-aol:before {
content: "\e9a8";
}
.icofont-brand-apple:before {
content: "\e9a9";
}
.icofont-brand-appstore:before {
content: "\e9aa";
}
.icofont-brand-asus:before {
content: "\e9ab";
}
.icofont-brand-ati:before {
content: "\e9ac";
}
.icofont-brand-att:before {
content: "\e9ad";
}
.icofont-brand-audi:before {
content: "\e9ae";
}
.icofont-brand-axiata:before {
content: "\e9af";
}
.icofont-brand-bada:before {
content: "\e9b0";
}
.icofont-brand-bbc:before {
content: "\e9b1";
}
.icofont-brand-bing:before {
content: "\e9b2";
}
.icofont-brand-blackberry:before {
content: "\e9b3";
}
.icofont-brand-bmw:before {
content: "\e9b4";
}
.icofont-brand-box:before {
content: "\e9b5";
}
.icofont-brand-burger-king:before {
content: "\e9b6";
}
.icofont-brand-business-insider:before {
content: "\e9b7";
}
.icofont-brand-buzzfeed:before {
content: "\e9b8";
}
.icofont-brand-cannon:before {
content: "\e9b9";
}
.icofont-brand-casio:before {
content: "\e9ba";
}
.icofont-brand-china-mobile:before {
content: "\e9bb";
}
.icofont-brand-china-telecom:before {
content: "\e9bc";
}
.icofont-brand-china-unicom:before {
content: "\e9bd";
}
.icofont-brand-cisco:before {
content: "\e9be";
}
.icofont-brand-citibank:before {
content: "\e9bf";
}
.icofont-brand-cnet:before {
content: "\e9c0";
}
.icofont-brand-cnn:before {
content: "\e9c1";
}
.icofont-brand-cocal-cola:before {
content: "\e9c2";
}
.icofont-brand-compaq:before {
content: "\e9c3";
}
.icofont-brand-copy:before {
content: "\e9c4";
}
.icofont-brand-debian:before {
content: "\e9c5";
}
.icofont-brand-delicious:before {
content: "\e9c6";
}
.icofont-brand-dell:before {
content: "\e9c7";
}
.icofont-brand-designbump:before {
content: "\e9c8";
}
.icofont-brand-designfloat:before {
content: "\e9c9";
}
.icofont-brand-disney:before {
content: "\e9ca";
}
.icofont-brand-dodge:before {
content: "\e9cb";
}
.icofont-brand-dove:before {
content: "\e9cc";
}
.icofont-brand-ebay:before {
content: "\e9cd";
}
.icofont-brand-eleven:before {
content: "\e9ce";
}
.icofont-brand-emirates:before {
content: "\e9cf";
}
.icofont-brand-espn:before {
content: "\e9d0";
}
.icofont-brand-etihad-airways:before {
content: "\e9d1";
}
.icofont-brand-etisalat:before {
content: "\e9d2";
}
.icofont-brand-etsy:before {
content: "\e9d3";
}
.icofont-brand-facebook:before {
content: "\e9d4";
}
.icofont-brand-fastrack:before {
content: "\e9d5";
}
.icofont-brand-fedex:before {
content: "\e9d6";
}
.icofont-brand-ferrari:before {
content: "\e9d7";
}
.icofont-brand-fitbit:before {
content: "\e9d8";
}
.icofont-brand-flikr:before {
content: "\e9d9";
}
.icofont-brand-forbes:before {
content: "\e9da";
}
.icofont-brand-foursquare:before {
content: "\e9db";
}
.icofont-brand-fox:before {
content: "\e9dc";
}
.icofont-brand-foxconn:before {
content: "\e9dd";
}
.icofont-brand-fujitsu:before {
content: "\e9de";
}
.icofont-brand-general-electric:before {
content: "\e9df";
}
.icofont-brand-gillette:before {
content: "\e9e0";
}
.icofont-brand-gizmodo:before {
content: "\e9e1";
}
.icofont-brand-gnome:before {
content: "\e9e2";
}
.icofont-brand-google:before {
content: "\e9e3";
}
.icofont-brand-gopro:before {
content: "\e9e4";
}
.icofont-brand-gucci:before {
content: "\e9e5";
}
.icofont-brand-hallmark:before {
content: "\e9e6";
}
.icofont-brand-hi5:before {
content: "\e9e7";
}
.icofont-brand-honda:before {
content: "\e9e8";
}
.icofont-brand-hp:before {
content: "\e9e9";
}
.icofont-brand-hsbc:before {
content: "\e9ea";
}
.icofont-brand-htc:before {
content: "\e9eb";
}
.icofont-brand-huawei:before {
content: "\e9ec";
}
.icofont-brand-hulu:before {
content: "\e9ed";
}
.icofont-brand-hyundai:before {
content: "\e9ee";
}
.icofont-brand-ibm:before {
content: "\e9ef";
}
.icofont-brand-icofont:before {
content: "\e9f0";
}
.icofont-brand-icq:before {
content: "\e9f1";
}
.icofont-brand-ikea:before {
content: "\e9f2";
}
.icofont-brand-imdb:before {
content: "\e9f3";
}
.icofont-brand-indiegogo:before {
content: "\e9f4";
}
.icofont-brand-intel:before {
content: "\e9f5";
}
.icofont-brand-ipair:before {
content: "\e9f6";
}
.icofont-brand-jaguar:before {
content: "\e9f7";
}
.icofont-brand-java:before {
content: "\e9f8";
}
.icofont-brand-joomshaper:before {
content: "\e9f9";
}
.icofont-brand-kickstarter:before {
content: "\e9fa";
}
.icofont-brand-kik:before {
content: "\e9fb";
}
.icofont-brand-lastfm:before {
content: "\e9fc";
}
.icofont-brand-lego:before {
content: "\e9fd";
}
.icofont-brand-lenovo:before {
content: "\e9fe";
}
.icofont-brand-levis:before {
content: "\e9ff";
}
.icofont-brand-lexus:before {
content: "\ea00";
}
.icofont-brand-lg:before {
content: "\ea01";
}
.icofont-brand-life-hacker:before {
content: "\ea02";
}
.icofont-brand-line-messenger:before {
content: "\ea03";
}
.icofont-brand-linkedin:before {
content: "\ea04";
}
.icofont-brand-linux-mint:before {
content: "\ea05";
}
.icofont-brand-linux:before {
content: "\ea06";
}
.icofont-brand-lionix:before {
content: "\ea07";
}
.icofont-brand-live-messenger:before {
content: "\ea08";
}
.icofont-brand-loreal:before {
content: "\ea09";
}
.icofont-brand-louis-vuitton:before {
content: "\ea0a";
}
.icofont-brand-mac-os:before {
content: "\ea0b";
}
.icofont-brand-marvel-app:before {
content: "\ea0c";
}
.icofont-brand-mashable:before {
content: "\ea0d";
}
.icofont-brand-mazda:before {
content: "\ea0e";
}
.icofont-brand-mcdonals:before {
content: "\ea0f";
}
.icofont-brand-mercedes:before {
content: "\ea10";
}
.icofont-brand-micromax:before {
content: "\ea11";
}
.icofont-brand-microsoft:before {
content: "\ea12";
}
.icofont-brand-mobileme:before {
content: "\ea13";
}
.icofont-brand-mobily:before {
content: "\ea14";
}
.icofont-brand-motorola:before {
content: "\ea15";
}
.icofont-brand-msi:before {
content: "\ea16";
}
.icofont-brand-mts:before {
content: "\ea17";
}
.icofont-brand-myspace:before {
content: "\ea18";
}
.icofont-brand-mytv:before {
content: "\ea19";
}
.icofont-brand-nasa:before {
content: "\ea1a";
}
.icofont-brand-natgeo:before {
content: "\ea1b";
}
.icofont-brand-nbc:before {
content: "\ea1c";
}
.icofont-brand-nescafe:before {
content: "\ea1d";
}
.icofont-brand-nestle:before {
content: "\ea1e";
}
.icofont-brand-netflix:before {
content: "\ea1f";
}
.icofont-brand-nexus:before {
content: "\ea20";
}
.icofont-brand-nike:before {
content: "\ea21";
}
.icofont-brand-nokia:before {
content: "\ea22";
}
.icofont-brand-nvidia:before {
content: "\ea23";
}
.icofont-brand-omega:before {
content: "\ea24";
}
.icofont-brand-opensuse:before {
content: "\ea25";
}
.icofont-brand-oracle:before {
content: "\ea26";
}
.icofont-brand-panasonic:before {
content: "\ea27";
}
.icofont-brand-paypal:before {
content: "\ea28";
}
.icofont-brand-pepsi:before {
content: "\ea29";
}
.icofont-brand-philips:before {
content: "\ea2a";
}
.icofont-brand-pizza-hut:before {
content: "\ea2b";
}
.icofont-brand-playstation:before {
content: "\ea2c";
}
.icofont-brand-puma:before {
content: "\ea2d";
}
.icofont-brand-qatar-air:before {
content: "\ea2e";
}
.icofont-brand-qvc:before {
content: "\ea2f";
}
.icofont-brand-readernaut:before {
content: "\ea30";
}
.icofont-brand-redbull:before {
content: "\ea31";
}
.icofont-brand-reebok:before {
content: "\ea32";
}
.icofont-brand-reuters:before {
content: "\ea33";
}
.icofont-brand-samsung:before {
content: "\ea34";
}
.icofont-brand-sap:before {
content: "\ea35";
}
.icofont-brand-saudia-airlines:before {
content: "\ea36";
}
.icofont-brand-scribd:before {
content: "\ea37";
}
.icofont-brand-shell:before {
content: "\ea38";
}
.icofont-brand-siemens:before {
content: "\ea39";
}
.icofont-brand-sk-telecom:before {
content: "\ea3a";
}
.icofont-brand-slideshare:before {
content: "\ea3b";
}
.icofont-brand-smashing-magazine:before {
content: "\ea3c";
}
.icofont-brand-snapchat:before {
content: "\ea3d";
}
.icofont-brand-sony-ericsson:before {
content: "\ea3e";
}
.icofont-brand-sony:before {
content: "\ea3f";
}
.icofont-brand-soundcloud:before {
content: "\ea40";
}
.icofont-brand-sprint:before {
content: "\ea41";
}
.icofont-brand-squidoo:before {
content: "\ea42";
}
.icofont-brand-starbucks:before {
content: "\ea43";
}
.icofont-brand-stc:before {
content: "\ea44";
}
.icofont-brand-steam:before {
content: "\ea45";
}
.icofont-brand-suzuki:before {
content: "\ea46";
}
.icofont-brand-symbian:before {
content: "\ea47";
}
.icofont-brand-t-mobile:before {
content: "\ea48";
}
.icofont-brand-tango:before {
content: "\ea49";
}
.icofont-brand-target:before {
content: "\ea4a";
}
.icofont-brand-tata-indicom:before {
content: "\ea4b";
}
.icofont-brand-techcrunch:before {
content: "\ea4c";
}
.icofont-brand-telenor:before {
content: "\ea4d";
}
.icofont-brand-teliasonera:before {
content: "\ea4e";
}
.icofont-brand-tesla:before {
content: "\ea4f";
}
.icofont-brand-the-verge:before {
content: "\ea50";
}
.icofont-brand-thenextweb:before {
content: "\ea51";
}
.icofont-brand-toshiba:before {
content: "\ea52";
}
.icofont-brand-toyota:before {
content: "\ea53";
}
.icofont-brand-tribenet:before {
content: "\ea54";
}
.icofont-brand-ubuntu:before {
content: "\ea55";
}
.icofont-brand-unilever:before {
content: "\ea56";
}
.icofont-brand-vaio:before {
content: "\ea57";
}
.icofont-brand-verizon:before {
content: "\ea58";
}
.icofont-brand-viber:before {
content: "\ea59";
}
.icofont-brand-vodafone:before {
content: "\ea5a";
}
.icofont-brand-volkswagen:before {
content: "\ea5b";
}
.icofont-brand-walmart:before {
content: "\ea5c";
}
.icofont-brand-warnerbros:before {
content: "\ea5d";
}
.icofont-brand-whatsapp:before {
content: "\ea5e";
}
.icofont-brand-wikipedia:before {
content: "\ea5f";
}
.icofont-brand-windows:before {
content: "\ea60";
}
.icofont-brand-wire:before {
content: "\ea61";
}
.icofont-brand-yahoobuzz:before {
content: "\ea62";
}
.icofont-brand-yamaha:before {
content: "\ea63";
}
.icofont-brand-youtube:before {
content: "\ea64";
}
.icofont-brand-zain:before {
content: "\ea65";
}
.icofont-bank-alt:before {
content: "\ea66";
}
.icofont-barcode:before {
content: "\ea67";
}
.icofont-basket:before {
content: "\ea68";
}
.icofont-bill-alt:before {
content: "\ea69";
}
.icofont-billboard:before {
content: "\ea6a";
}
.icofont-briefcase-alt-1:before {
content: "\ea6b";
}
.icofont-briefcase-alt-2:before {
content: "\ea6c";
}
.icofont-building-alt:before {
content: "\ea6d";
}
.icofont-businessman:before {
content: "\ea6e";
}
.icofont-businesswoman:before {
content: "\ea6f";
}
.icofont-cart-alt:before {
content: "\ea70";
}
.icofont-chair:before {
content: "\ea71";
}
.icofont-clip:before {
content: "\ea72";
}
.icofont-coins:before {
content: "\ea73";
}
.icofont-company:before {
content: "\ea74";
}
.icofont-contact-add:before {
content: "\ea75";
}
.icofont-deal:before {
content: "\ea76";
}
.icofont-files:before {
content: "\ea77";
}
.icofont-growth:before {
content: "\ea78";
}
.icofont-id-card:before {
content: "\ea79";
}
.icofont-idea:before {
content: "\ea7a";
}
.icofont-list:before {
content: "\ea7b";
}
.icofont-meeting-add:before {
content: "\ea7c";
}
.icofont-money-bag:before {
content: "\ea7d";
}
.icofont-people:before {
content: "\ea7e";
}
.icofont-pie-chart:before {
content: "\ea7f";
}
.icofont-presentation-alt:before {
content: "\ea80";
}
.icofont-stamp:before {
content: "\ea81";
}
.icofont-stock-mobile:before {
content: "\ea82";
}
.icofont-support:before {
content: "\ea83";
}
.icofont-tasks-alt:before {
content: "\ea84";
}
.icofont-wheel:before {
content: "\ea85";
}
.icofont-chart-arrows-axis:before {
content: "\ea86";
}
.icofont-chart-bar-graph:before {
content: "\ea87";
}
.icofont-chart-flow-alt-1:before {
content: "\ea88";
}
.icofont-chart-flow-alt-2:before {
content: "\ea89";
}
.icofont-chart-flow:before {
content: "\ea8a";
}
.icofont-chart-histogram-alt:before {
content: "\ea8b";
}
.icofont-chart-histogram:before {
content: "\ea8c";
}
.icofont-chart-line-alt:before {
content: "\ea8d";
}
.icofont-chart-line:before {
content: "\ea8e";
}
.icofont-chart-pie-alt:before {
content: "\ea8f";
}
.icofont-chart-pie:before {
content: "\ea90";
}
.icofont-chart-radar-graph:before {
content: "\ea91";
}
.icofont-cur-afghani-false:before {
content: "\ea92";
}
.icofont-cur-afghani-minus:before {
content: "\ea93";
}
.icofont-cur-afghani-plus:before {
content: "\ea94";
}
.icofont-cur-afghani-true:before {
content: "\ea95";
}
.icofont-cur-afghani:before {
content: "\ea96";
}
.icofont-cur-baht-false:before {
content: "\ea97";
}
.icofont-cur-baht-minus:before {
content: "\ea98";
}
.icofont-cur-baht-plus:before {
content: "\ea99";
}
.icofont-cur-baht-true:before {
content: "\ea9a";
}
.icofont-cur-baht:before {
content: "\ea9b";
}
.icofont-cur-bitcoin-false:before {
content: "\ea9c";
}
.icofont-cur-bitcoin-minus:before {
content: "\ea9d";
}
.icofont-cur-bitcoin-plus:before {
content: "\ea9e";
}
.icofont-cur-bitcoin-true:before {
content: "\ea9f";
}
.icofont-cur-bitcoin:before {
content: "\eaa0";
}
.icofont-cur-dollar-flase:before {
content: "\eaa1";
}
.icofont-cur-dollar-minus:before {
content: "\eaa2";
}
.icofont-cur-dollar-plus:before {
content: "\eaa3";
}
.icofont-cur-dollar-true:before {
content: "\eaa4";
}
.icofont-cur-dollar:before {
content: "\eaa5";
}
.icofont-cur-dong-false:before {
content: "\eaa6";
}
.icofont-cur-dong-minus:before {
content: "\eaa7";
}
.icofont-cur-dong-plus:before {
content: "\eaa8";
}
.icofont-cur-dong-true:before {
content: "\eaa9";
}
.icofont-cur-dong:before {
content: "\eaaa";
}
.icofont-cur-euro-false:before {
content: "\eaab";
}
.icofont-cur-euro-minus:before {
content: "\eaac";
}
.icofont-cur-euro-plus:before {
content: "\eaad";
}
.icofont-cur-euro-true:before {
content: "\eaae";
}
.icofont-cur-euro:before {
content: "\eaaf";
}
.icofont-cur-frank-false:before {
content: "\eab0";
}
.icofont-cur-frank-minus:before {
content: "\eab1";
}
.icofont-cur-frank-plus:before {
content: "\eab2";
}
.icofont-cur-frank-true:before {
content: "\eab3";
}
.icofont-cur-frank:before {
content: "\eab4";
}
.icofont-cur-hryvnia-false:before {
content: "\eab5";
}
.icofont-cur-hryvnia-minus:before {
content: "\eab6";
}
.icofont-cur-hryvnia-plus:before {
content: "\eab7";
}
.icofont-cur-hryvnia-true:before {
content: "\eab8";
}
.icofont-cur-hryvnia:before {
content: "\eab9";
}
.icofont-cur-lira-false:before {
content: "\eaba";
}
.icofont-cur-lira-minus:before {
content: "\eabb";
}
.icofont-cur-lira-plus:before {
content: "\eabc";
}
.icofont-cur-lira-true:before {
content: "\eabd";
}
.icofont-cur-lira:before {
content: "\eabe";
}
.icofont-cur-peseta-false:before {
content: "\eabf";
}
.icofont-cur-peseta-minus:before {
content: "\eac0";
}
.icofont-cur-peseta-plus:before {
content: "\eac1";
}
.icofont-cur-peseta-true:before {
content: "\eac2";
}
.icofont-cur-peseta:before {
content: "\eac3";
}
.icofont-cur-peso-false:before {
content: "\eac4";
}
.icofont-cur-peso-minus:before {
content: "\eac5";
}
.icofont-cur-peso-plus:before {
content: "\eac6";
}
.icofont-cur-peso-true:before {
content: "\eac7";
}
.icofont-cur-peso:before {
content: "\eac8";
}
.icofont-cur-pound-false:before {
content: "\eac9";
}
.icofont-cur-pound-minus:before {
content: "\eaca";
}
.icofont-cur-pound-plus:before {
content: "\eacb";
}
.icofont-cur-pound-true:before {
content: "\eacc";
}
.icofont-cur-pound:before {
content: "\eacd";
}
.icofont-cur-renminbi-false:before {
content: "\eace";
}
.icofont-cur-renminbi-minus:before {
content: "\eacf";
}
.icofont-cur-renminbi-plus:before {
content: "\ead0";
}
.icofont-cur-renminbi-true:before {
content: "\ead1";
}
.icofont-cur-renminbi:before {
content: "\ead2";
}
.icofont-cur-riyal-false:before {
content: "\ead3";
}
.icofont-cur-riyal-minus:before {
content: "\ead4";
}
.icofont-cur-riyal-plus:before {
content: "\ead5";
}
.icofont-cur-riyal-true:before {
content: "\ead6";
}
.icofont-cur-riyal:before {
content: "\ead7";
}
.icofont-cur-rouble-false:before {
content: "\ead8";
}
.icofont-cur-rouble-minus:before {
content: "\ead9";
}
.icofont-cur-rouble-plus:before {
content: "\eada";
}
.icofont-cur-rouble-true:before {
content: "\eadb";
}
.icofont-cur-rouble:before {
content: "\eadc";
}
.icofont-cur-rupee-false:before {
content: "\eadd";
}
.icofont-cur-rupee-minus:before {
content: "\eade";
}
.icofont-cur-rupee-plus:before {
content: "\eadf";
}
.icofont-cur-rupee-true:before {
content: "\eae0";
}
.icofont-cur-rupee:before {
content: "\eae1";
}
.icofont-cur-taka-false:before {
content: "\eae2";
}
.icofont-cur-taka-minus:before {
content: "\eae3";
}
.icofont-cur-taka-plus:before {
content: "\eae4";
}
.icofont-cur-taka-true:before {
content: "\eae5";
}
.icofont-cur-taka:before {
content: "\eae6";
}
.icofont-cur-turkish-lira-false:before {
content: "\eae7";
}
.icofont-cur-turkish-lira-minus:before {
content: "\eae8";
}
.icofont-cur-turkish-lira-plus:before {
content: "\eae9";
}
.icofont-cur-turkish-lira-true:before {
content: "\eaea";
}
.icofont-cur-turkish-lira:before {
content: "\eaeb";
}
.icofont-cur-won-false:before {
content: "\eaec";
}
.icofont-cur-won-minus:before {
content: "\eaed";
}
.icofont-cur-won-plus:before {
content: "\eaee";
}
.icofont-cur-won-true:before {
content: "\eaef";
}
.icofont-cur-won:before {
content: "\eaf0";
}
.icofont-cur-yen-false:before {
content: "\eaf1";
}
.icofont-cur-yen-minus:before {
content: "\eaf2";
}
.icofont-cur-yen-plus:before {
content: "\eaf3";
}
.icofont-cur-yen-true:before {
content: "\eaf4";
}
.icofont-cur-yen:before {
content: "\eaf5";
}
.icofont-android-nexus:before {
content: "\eaf6";
}
.icofont-android-tablet:before {
content: "\eaf7";
}
.icofont-apple-watch:before {
content: "\eaf8";
}
.icofont-drwaing-tablet:before {
content: "\eaf9";
}
.icofont-earphone:before {
content: "\eafa";
}
.icofont-flash-drive:before {
content: "\eafb";
}
.icofont-game-control:before {
content: "\eafc";
}
.icofont-headphone-alt:before {
content: "\eafd";
}
.icofont-htc-one:before {
content: "\eafe";
}
.icofont-imac:before {
content: "\eaff";
}
.icofont-ipad-touch:before {
content: "\eb00";
}
.icofont-iphone:before {
content: "\eb01";
}
.icofont-ipod-nano:before {
content: "\eb02";
}
.icofont-ipod-touch:before {
content: "\eb03";
}
.icofont-keyboard-alt:before {
content: "\eb04";
}
.icofont-keyboard-wireless:before {
content: "\eb05";
}
.icofont-laptop-alt:before {
content: "\eb06";
}
.icofont-macbook:before {
content: "\eb07";
}
.icofont-magic-mouse:before {
content: "\eb08";
}
.icofont-microphone-alt:before {
content: "\eb09";
}
.icofont-monitor:before {
content: "\eb0a";
}
.icofont-mouse:before {
content: "\eb0b";
}
.icofont-nintendo:before {
content: "\eb0c";
}
.icofont-playstation:before {
content: "\eb0d";
}
.icofont-psvita:before {
content: "\eb0e";
}
.icofont-radio-mic:before {
content: "\eb0f";
}
.icofont-refrigerator:before {
content: "\eb10";
}
.icofont-samsung-galaxy:before {
content: "\eb11";
}
.icofont-surface-tablet:before {
content: "\eb12";
}
.icofont-washing-machine:before {
content: "\eb13";
}
.icofont-wifi-router:before {
content: "\eb14";
}
.icofont-wii-u:before {
content: "\eb15";
}
.icofont-windows-lumia:before {
content: "\eb16";
}
.icofont-wireless-mouse:before {
content: "\eb17";
}
.icofont-xbox-360:before {
content: "\eb18";
}
.icofont-arrow-down:before {
content: "\eb19";
}
.icofont-arrow-left:before {
content: "\eb1a";
}
.icofont-arrow-right:before {
content: "\eb1b";
}
.icofont-arrow-up:before {
content: "\eb1c";
}
.icofont-block-down:before {
content: "\eb1d";
}
.icofont-block-left:before {
content: "\eb1e";
}
.icofont-block-right:before {
content: "\eb1f";
}
.icofont-block-up:before {
content: "\eb20";
}
.icofont-bubble-down:before {
content: "\eb21";
}
.icofont-bubble-left:before {
content: "\eb22";
}
.icofont-bubble-right:before {
content: "\eb23";
}
.icofont-bubble-up:before {
content: "\eb24";
}
.icofont-caret-down:before {
content: "\eb25";
}
.icofont-caret-left:before {
content: "\eb26";
}
.icofont-caret-right:before {
content: "\eb27";
}
.icofont-caret-up:before {
content: "\eb28";
}
.icofont-circled-down:before {
content: "\eb29";
}
.icofont-circled-left:before {
content: "\eb2a";
}
.icofont-circled-right:before {
content: "\eb2b";
}
.icofont-circled-up:before {
content: "\eb2c";
}
.icofont-collapse:before {
content: "\eb2d";
}
.icofont-cursor-drag:before {
content: "\eb2e";
}
.icofont-curved-double-left:before {
content: "\eb2f";
}
.icofont-curved-double-right:before {
content: "\eb30";
}
.icofont-curved-down:before {
content: "\eb31";
}
.icofont-curved-left:before {
content: "\eb32";
}
.icofont-curved-right:before {
content: "\eb33";
}
.icofont-curved-up:before {
content: "\eb34";
}
.icofont-dotted-down:before {
content: "\eb35";
}
.icofont-dotted-left:before {
content: "\eb36";
}
.icofont-dotted-right:before {
content: "\eb37";
}
.icofont-dotted-up:before {
content: "\eb38";
}
.icofont-double-left:before {
content: "\eb39";
}
.icofont-double-right:before {
content: "\eb3a";
}
.icofont-drag:before {
content: "\eb3b";
}
.icofont-drag1:before {
content: "\eb3c";
}
.icofont-drag2:before {
content: "\eb3d";
}
.icofont-drag3:before {
content: "\eb3e";
}
.icofont-expand-alt:before {
content: "\eb3f";
}
.icofont-hand-down:before {
content: "\eb40";
}
.icofont-hand-drag:before {
content: "\eb41";
}
.icofont-hand-drag1:before {
content: "\eb42";
}
.icofont-hand-drag2:before {
content: "\eb43";
}
.icofont-hand-drawn-alt-down:before {
content: "\eb44";
}
.icofont-hand-drawn-alt-left:before {
content: "\eb45";
}
.icofont-hand-drawn-alt-right:before {
content: "\eb46";
}
.icofont-hand-drawn-alt-up:before {
content: "\eb47";
}
.icofont-hand-drawn-down:before {
content: "\eb48";
}
.icofont-hand-drawn-left:before {
content: "\eb49";
}
.icofont-hand-drawn-right:before {
content: "\eb4a";
}
.icofont-hand-drawn-up:before {
content: "\eb4b";
}
.icofont-hand-left:before {
content: "\eb4c";
}
.icofont-hand-right:before {
content: "\eb4d";
}
.icofont-hand-up:before {
content: "\eb4e";
}
.icofont-line-block-down:before {
content: "\eb4f";
}
.icofont-line-block-left:before {
content: "\eb50";
}
.icofont-line-block-right:before {
content: "\eb51";
}
.icofont-line-block-up:before {
content: "\eb52";
}
.icofont-long-arrow-down:before {
content: "\eb53";
}
.icofont-long-arrow-left:before {
content: "\eb54";
}
.icofont-long-arrow-right:before {
content: "\eb55";
}
.icofont-long-arrow-up:before {
content: "\eb56";
}
.icofont-rounded-collapse:before {
content: "\eb57";
}
.icofont-rounded-double-left:before {
content: "\eb58";
}
.icofont-rounded-double-right:before {
content: "\eb59";
}
.icofont-rounded-down:before {
content: "\eb5a";
}
.icofont-rounded-expand:before {
content: "\eb5b";
}
.icofont-rounded-left-down:before {
content: "\eb5c";
}
.icofont-rounded-left-up:before {
content: "\eb5d";
}
.icofont-rounded-left:before {
content: "\eb5e";
}
.icofont-rounded-right-down:before {
content: "\eb5f";
}
.icofont-rounded-right-up:before {
content: "\eb60";
}
.icofont-rounded-right:before {
content: "\eb61";
}
.icofont-rounded-up:before {
content: "\eb62";
}
.icofont-scroll-bubble-down:before {
content: "\eb63";
}
.icofont-scroll-bubble-left:before {
content: "\eb64";
}
.icofont-scroll-bubble-right:before {
content: "\eb65";
}
.icofont-scroll-bubble-up:before {
content: "\eb66";
}
.icofont-scroll-double-down:before {
content: "\eb67";
}
.icofont-scroll-double-left:before {
content: "\eb68";
}
.icofont-scroll-double-right:before {
content: "\eb69";
}
.icofont-scroll-double-up:before {
content: "\eb6a";
}
.icofont-scroll-down:before {
content: "\eb6b";
}
.icofont-scroll-left:before {
content: "\eb6c";
}
.icofont-scroll-long-down:before {
content: "\eb6d";
}
.icofont-scroll-long-left:before {
content: "\eb6e";
}
.icofont-scroll-long-right:before {
content: "\eb6f";
}
.icofont-scroll-long-up:before {
content: "\eb70";
}
.icofont-scroll-right:before {
content: "\eb71";
}
.icofont-scroll-up:before {
content: "\eb72";
}
.icofont-simple-down:before {
content: "\eb73";
}
.icofont-simple-left-down:before {
content: "\eb74";
}
.icofont-simple-left-up:before {
content: "\eb75";
}
.icofont-simple-left:before {
content: "\eb76";
}
.icofont-simple-right-down:before {
content: "\eb77";
}
.icofont-simple-right-up:before {
content: "\eb78";
}
.icofont-simple-right:before {
content: "\eb79";
}
.icofont-simple-up:before {
content: "\eb7a";
}
.icofont-square-down:before {
content: "\eb7b";
}
.icofont-square-left:before {
content: "\eb7c";
}
.icofont-square-right:before {
content: "\eb7d";
}
.icofont-square-up:before {
content: "\eb7e";
}
.icofont-stylish-down:before {
content: "\eb7f";
}
.icofont-stylish-left:before {
content: "\eb80";
}
.icofont-stylish-right:before {
content: "\eb81";
}
.icofont-stylish-up:before {
content: "\eb82";
}
.icofont-swoosh-down:before {
content: "\eb83";
}
.icofont-swoosh-left:before {
content: "\eb84";
}
.icofont-swoosh-right:before {
content: "\eb85";
}
.icofont-swoosh-up:before {
content: "\eb86";
}
.icofont-thin-double-left:before {
content: "\eb87";
}
.icofont-thin-double-right:before {
content: "\eb88";
}
.icofont-thin-down:before {
content: "\eb89";
}
.icofont-thin-left:before {
content: "\eb8a";
}
.icofont-thin-right:before {
content: "\eb8b";
}
.icofont-thin-up:before {
content: "\eb8c";
}
.icofont-atom:before {
content: "\eb8d";
}
.icofont-award:before {
content: "\eb8e";
}
.icofont-bell-alt:before {
content: "\eb8f";
}
.icofont-book-alt:before {
content: "\eb90";
}
.icofont-brainstorming:before {
content: "\eb91";
}
.icofont-certificate-alt-1:before {
content: "\eb92";
}
.icofont-certificate-alt-2:before {
content: "\eb93";
}
.icofont-dna-alt-2:before {
content: "\eb94";
}
.icofont-education:before {
content: "\eb95";
}
.icofont-electron:before {
content: "\eb96";
}
.icofont-fountain-pen:before {
content: "\eb97";
}
.icofont-globe-alt:before {
content: "\eb98";
}
.icofont-graduate-alt:before {
content: "\eb99";
}
.icofont-group-students:before {
content: "\eb9a";
}
.icofont-hat-alt:before {
content: "\eb9b";
}
.icofont-hat:before {
content: "\eb9c";
}
.icofont-instrument:before {
content: "\eb9d";
}
.icofont-lamp-light:before {
content: "\eb9e";
}
.icofont-microscope-alt:before {
content: "\eb9f";
}
.icofont-paper:before {
content: "\eba0";
}
.icofont-pen-alt-4:before {
content: "\eba1";
}
.icofont-pen-nib:before {
content: "\eba2";
}
.icofont-pencil-alt-5:before {
content: "\eba3";
}
.icofont-quill-pen:before {
content: "\eba4";
}
.icofont-read-book-alt:before {
content: "\eba5";
}
.icofont-read-book:before {
content: "\eba6";
}
.icofont-school-bag:before {
content: "\eba7";
}
.icofont-school-bus:before {
content: "\eba8";
}
.icofont-student-alt:before {
content: "\eba9";
}
.icofont-student:before {
content: "\ebaa";
}
.icofont-teacher:before {
content: "\ebab";
}
.icofont-test-bulb:before {
content: "\ebac";
}
.icofont-test-tube-alt:before {
content: "\ebad";
}
.icofont-university:before {
content: "\ebae";
}
.icofont-emo-angry:before {
content: "\ebaf";
}
.icofont-emo-astonished:before {
content: "\ebb0";
}
.icofont-emo-confounded:before {
content: "\ebb1";
}
.icofont-emo-confused:before {
content: "\ebb2";
}
.icofont-emo-crying:before {
content: "\ebb3";
}
.icofont-emo-dizzy:before {
content: "\ebb4";
}
.icofont-emo-expressionless:before {
content: "\ebb5";
}
.icofont-emo-heart-eyes:before {
content: "\ebb6";
}
.icofont-emo-laughing:before {
content: "\ebb7";
}
.icofont-emo-nerd-smile:before {
content: "\ebb8";
}
.icofont-emo-open-mouth:before {
content: "\ebb9";
}
.icofont-emo-rage:before {
content: "\ebba";
}
.icofont-emo-rolling-eyes:before {
content: "\ebbb";
}
.icofont-emo-sad:before {
content: "\ebbc";
}
.icofont-emo-simple-smile:before {
content: "\ebbd";
}
.icofont-emo-slightly-smile:before {
content: "\ebbe";
}
.icofont-emo-smirk:before {
content: "\ebbf";
}
.icofont-emo-stuck-out-tongue:before {
content: "\ebc0";
}
.icofont-emo-wink-smile:before {
content: "\ebc1";
}
.icofont-emo-worried:before {
content: "\ebc2";
}
.icofont-architecture-alt:before {
content: "\ebc3";
}
.icofont-architecture:before {
content: "\ebc4";
}
.icofont-barricade:before {
content: "\ebc5";
}
.icofont-bricks:before {
content: "\ebc6";
}
.icofont-calculations:before {
content: "\ebc7";
}
.icofont-cement-mix:before {
content: "\ebc8";
}
.icofont-cement-mixer:before {
content: "\ebc9";
}
.icofont-danger-zone:before {
content: "\ebca";
}
.icofont-drill:before {
content: "\ebcb";
}
.icofont-eco-energy:before {
content: "\ebcc";
}
.icofont-eco-environmen:before {
content: "\ebcd";
}
.icofont-energy-air:before {
content: "\ebce";
}
.icofont-energy-oil:before {
content: "\ebcf";
}
.icofont-energy-savings:before {
content: "\ebd0";
}
.icofont-energy-solar:before {
content: "\ebd1";
}
.icofont-energy-water:before {
content: "\ebd2";
}
.icofont-engineer:before {
content: "\ebd3";
}
.icofont-fire-extinguisher-alt:before {
content: "\ebd4";
}
.icofont-fix-tools:before {
content: "\ebd5";
}
.icofont-glue-oil:before {
content: "\ebd6";
}
.icofont-hammer-alt:before {
content: "\ebd7";
}
.icofont-help-robot:before {
content: "\ebd8";
}
.icofont-industries-alt-1:before {
content: "\ebd9";
}
.icofont-industries-alt-2:before {
content: "\ebda";
}
.icofont-industries-alt-3:before {
content: "\ebdb";
}
.icofont-industries-alt-4:before {
content: "\ebdc";
}
.icofont-industries-alt-5:before {
content: "\ebdd";
}
.icofont-industries:before {
content: "\ebde";
}
.icofont-labour:before {
content: "\ebdf";
}
.icofont-mining:before {
content: "\ebe0";
}
.icofont-paint-brush:before {
content: "\ebe1";
}
.icofont-pollution:before {
content: "\ebe2";
}
.icofont-power-zone:before {
content: "\ebe3";
}
.icofont-radio-active:before {
content: "\ebe4";
}
.icofont-recycle-alt:before {
content: "\ebe5";
}
.icofont-recycling-man:before {
content: "\ebe6";
}
.icofont-safety-hat-light:before {
content: "\ebe7";
}
.icofont-safety-hat:before {
content: "\ebe8";
}
.icofont-saw:before {
content: "\ebe9";
}
.icofont-screw-driver:before {
content: "\ebea";
}
.icofont-settings-alt:before {
content: "\ebeb";
}
.icofont-tools-alt-1:before {
content: "\ebec";
}
.icofont-tools-alt-2:before {
content: "\ebed";
}
.icofont-tools-bag:before {
content: "\ebee";
}
.icofont-trolley:before {
content: "\ebef";
}
.icofont-trowel:before {
content: "\ebf0";
}
.icofont-under-construction-alt:before {
content: "\ebf1";
}
.icofont-under-construction:before {
content: "\ebf2";
}
.icofont-vehicle-cement:before {
content: "\ebf3";
}
.icofont-vehicle-crane:before {
content: "\ebf4";
}
.icofont-vehicle-delivery-van:before {
content: "\ebf5";
}
.icofont-vehicle-dozer:before {
content: "\ebf6";
}
.icofont-vehicle-excavator:before {
content: "\ebf7";
}
.icofont-vehicle-trucktor:before {
content: "\ebf8";
}
.icofont-vehicle-wrecking:before {
content: "\ebf9";
}
.icofont-worker-group:before {
content: "\ebfa";
}
.icofont-worker:before {
content: "\ebfb";
}
.icofont-wrench:before {
content: "\ebfc";
}
.icofont-file-audio:before {
content: "\ebfd";
}
.icofont-file-avi-mp4:before {
content: "\ebfe";
}
.icofont-file-bmp:before {
content: "\ebff";
}
.icofont-file-code:before {
content: "\ec00";
}
.icofont-file-css:before {
content: "\ec01";
}
.icofont-file-document:before {
content: "\ec02";
}
.icofont-file-eps:before {
content: "\ec03";
}
.icofont-file-excel:before {
content: "\ec04";
}
.icofont-file-exe:before {
content: "\ec05";
}
.icofont-file-file:before {
content: "\ec06";
}
.icofont-file-flv:before {
content: "\ec07";
}
.icofont-file-gif:before {
content: "\ec08";
}
.icofont-file-html5:before {
content: "\ec09";
}
.icofont-file-image:before {
content: "\ec0a";
}
.icofont-file-iso:before {
content: "\ec0b";
}
.icofont-file-java:before {
content: "\ec0c";
}
.icofont-file-javascript:before {
content: "\ec0d";
}
.icofont-file-jpg:before {
content: "\ec0e";
}
.icofont-file-midi:before {
content: "\ec0f";
}
.icofont-file-mov:before {
content: "\ec10";
}
.icofont-file-mp3:before {
content: "\ec11";
}
.icofont-file-pdf:before {
content: "\ec12";
}
.icofont-file-php:before {
content: "\ec13";
}
.icofont-file-png:before {
content: "\ec14";
}
.icofont-file-powerpoint:before {
content: "\ec15";
}
.icofont-file-presentation:before {
content: "\ec16";
}
.icofont-file-psb:before {
content: "\ec17";
}
.icofont-file-psd:before {
content: "\ec18";
}
.icofont-file-python:before {
content: "\ec19";
}
.icofont-file-ruby:before {
content: "\ec1a";
}
.icofont-file-spreadsheet:before {
content: "\ec1b";
}
.icofont-file-sql:before {
content: "\ec1c";
}
.icofont-file-svg:before {
content: "\ec1d";
}
.icofont-file-text:before {
content: "\ec1e";
}
.icofont-file-tiff:before {
content: "\ec1f";
}
.icofont-file-video:before {
content: "\ec20";
}
.icofont-file-wave:before {
content: "\ec21";
}
.icofont-file-wmv:before {
content: "\ec22";
}
.icofont-file-word:before {
content: "\ec23";
}
.icofont-file-zip:before {
content: "\ec24";
}
.icofont-apple:before {
content: "\ec25";
}
.icofont-arabian-coffee:before {
content: "\ec26";
}
.icofont-artichoke:before {
content: "\ec27";
}
.icofont-asparagus:before {
content: "\ec28";
}
.icofont-avocado:before {
content: "\ec29";
}
.icofont-baby-food:before {
content: "\ec2a";
}
.icofont-banana:before {
content: "\ec2b";
}
.icofont-bbq:before {
content: "\ec2c";
}
.icofont-beans:before {
content: "\ec2d";
}
.icofont-beer:before {
content: "\ec2e";
}
.icofont-bell-pepper-capsicum:before {
content: "\ec2f";
}
.icofont-birthday-cake:before {
content: "\ec30";
}
.icofont-bread:before {
content: "\ec31";
}
.icofont-broccoli:before {
content: "\ec32";
}
.icofont-burger:before {
content: "\ec33";
}
.icofont-cabbage:before {
content: "\ec34";
}
.icofont-carrot:before {
content: "\ec35";
}
.icofont-cauli-flower:before {
content: "\ec36";
}
.icofont-cheese:before {
content: "\ec37";
}
.icofont-chef:before {
content: "\ec38";
}
.icofont-cherry:before {
content: "\ec39";
}
.icofont-chicken-fry:before {
content: "\ec3a";
}
.icofont-chicken:before {
content: "\ec3b";
}
.icofont-cocktail:before {
content: "\ec3c";
}
.icofont-coconut:before {
content: "\ec3d";
}
.icofont-coffee-alt:before {
content: "\ec3e";
}
.icofont-coffee-mug:before {
content: "\ec3f";
}
.icofont-coffee-pot:before {
content: "\ec40";
}
.icofont-cola:before {
content: "\ec41";
}
.icofont-corn:before {
content: "\ec42";
}
.icofont-croissant:before {
content: "\ec43";
}
.icofont-crop-plant:before {
content: "\ec44";
}
.icofont-cucumber:before {
content: "\ec45";
}
.icofont-cup-cake:before {
content: "\ec46";
}
.icofont-dining-table:before {
content: "\ec47";
}
.icofont-donut:before {
content: "\ec48";
}
.icofont-egg-plant:before {
content: "\ec49";
}
.icofont-egg-poached:before {
content: "\ec4a";
}
.icofont-farmer:before {
content: "\ec4b";
}
.icofont-farmer1:before {
content: "\ec4c";
}
.icofont-fast-food:before {
content: "\ec4d";
}
.icofont-fish:before {
content: "\ec4e";
}
.icofont-food-basket:before {
content: "\ec4f";
}
.icofont-food-cart:before {
content: "\ec50";
}
.icofont-fork-and-knife:before {
content: "\ec51";
}
.icofont-french-fries:before {
content: "\ec52";
}
.icofont-fresh-juice:before {
content: "\ec53";
}
.icofont-fruits:before {
content: "\ec54";
}
.icofont-grapes:before {
content: "\ec55";
}
.icofont-honey:before {
content: "\ec56";
}
.icofont-hot-dog:before {
content: "\ec57";
}
.icofont-hotel-alt:before {
content: "\ec58";
}
.icofont-ice-cream-alt:before {
content: "\ec59";
}
.icofont-ice-cream:before {
content: "\ec5a";
}
.icofont-ketchup:before {
content: "\ec5b";
}
.icofont-kiwi:before {
content: "\ec5c";
}
.icofont-layered-cake:before {
content: "\ec5d";
}
.icofont-lemon-alt:before {
content: "\ec5e";
}
.icofont-lobster:before {
content: "\ec5f";
}
.icofont-mango:before {
content: "\ec60";
}
.icofont-milk:before {
content: "\ec61";
}
.icofont-mushroom:before {
content: "\ec62";
}
.icofont-noodles:before {
content: "\ec63";
}
.icofont-onion:before {
content: "\ec64";
}
.icofont-orange:before {
content: "\ec65";
}
.icofont-pear:before {
content: "\ec66";
}
.icofont-peas:before {
content: "\ec67";
}
.icofont-pepper:before {
content: "\ec68";
}
.icofont-pie-alt:before {
content: "\ec69";
}
.icofont-pineapple:before {
content: "\ec6a";
}
.icofont-pizza-slice:before {
content: "\ec6b";
}
.icofont-pizza:before {
content: "\ec6c";
}
.icofont-plant:before {
content: "\ec6d";
}
.icofont-popcorn:before {
content: "\ec6e";
}
.icofont-potato:before {
content: "\ec6f";
}
.icofont-pumpkin:before {
content: "\ec70";
}
.icofont-raddish:before {
content: "\ec71";
}
.icofont-restaurant-menu:before {
content: "\ec72";
}
.icofont-restaurant:before {
content: "\ec73";
}
.icofont-salt-and-pepper:before {
content: "\ec74";
}
.icofont-sandwich:before {
content: "\ec75";
}
.icofont-sausage:before {
content: "\ec76";
}
.icofont-shrimp:before {
content: "\ec77";
}
.icofont-sof-drinks:before {
content: "\ec78";
}
.icofont-soup-bowl:before {
content: "\ec79";
}
.icofont-spoon-and-fork:before {
content: "\ec7a";
}
.icofont-steak:before {
content: "\ec7b";
}
.icofont-strawberry:before {
content: "\ec7c";
}
.icofont-sub-sandwich:before {
content: "\ec7d";
}
.icofont-sushi:before {
content: "\ec7e";
}
.icofont-taco:before {
content: "\ec7f";
}
.icofont-tea-pot:before {
content: "\ec80";
}
.icofont-tea:before {
content: "\ec81";
}
.icofont-tomato:before {
content: "\ec82";
}
.icofont-waiter-alt:before {
content: "\ec83";
}
.icofont-watermelon:before {
content: "\ec84";
}
.icofont-wheat:before {
content: "\ec85";
}
.icofont-abc:before {
content: "\ec86";
}
.icofont-baby-cloth:before {
content: "\ec87";
}
.icofont-baby-milk-bottle:before {
content: "\ec88";
}
.icofont-baby-trolley:before {
content: "\ec89";
}
.icofont-back-pack:before {
content: "\ec8a";
}
.icofont-candy:before {
content: "\ec8b";
}
.icofont-cycling:before {
content: "\ec8c";
}
.icofont-holding-hands:before {
content: "\ec8d";
}
.icofont-infant-nipple:before {
content: "\ec8e";
}
.icofont-kids-scooter:before {
content: "\ec8f";
}
.icofont-safety-pin:before {
content: "\ec90";
}
.icofont-teddy-bear:before {
content: "\ec91";
}
.icofont-toy-ball:before {
content: "\ec92";
}
.icofont-toy-cat:before {
content: "\ec93";
}
.icofont-toy-duck:before {
content: "\ec94";
}
.icofont-toy-elephant:before {
content: "\ec95";
}
.icofont-toy-hand:before {
content: "\ec96";
}
.icofont-toy-horse:before {
content: "\ec97";
}
.icofont-toy-lattu:before {
content: "\ec98";
}
.icofont-toy-train:before {
content: "\ec99";
}
.icofont-unique-idea:before {
content: "\ec9a";
}
.icofont-bag-alt:before {
content: "\ec9b";
}
.icofont-burglar:before {
content: "\ec9c";
}
.icofont-cannon-firing:before {
content: "\ec9d";
}
.icofont-cc-camera:before {
content: "\ec9e";
}
.icofont-cop-badge:before {
content: "\ec9f";
}
.icofont-cop:before {
content: "\eca0";
}
.icofont-court-hammer:before {
content: "\eca1";
}
.icofont-court:before {
content: "\eca2";
}
.icofont-finger-print:before {
content: "\eca3";
}
.icofont-handcuff-alt:before {
content: "\eca4";
}
.icofont-handcuff:before {
content: "\eca5";
}
.icofont-investigation:before {
content: "\eca6";
}
.icofont-investigator:before {
content: "\eca7";
}
.icofont-jail:before {
content: "\eca8";
}
.icofont-judge:before {
content: "\eca9";
}
.icofont-law-alt-1:before {
content: "\ecaa";
}
.icofont-law-alt-2:before {
content: "\ecab";
}
.icofont-law-alt-3:before {
content: "\ecac";
}
.icofont-law-book:before {
content: "\ecad";
}
.icofont-law-document:before {
content: "\ecae";
}
.icofont-law:before {
content: "\ecaf";
}
.icofont-lawyer-alt-1:before {
content: "\ecb0";
}
.icofont-lawyer-alt-2:before {
content: "\ecb1";
}
.icofont-lawyer:before {
content: "\ecb2";
}
.icofont-order:before {
content: "\ecb3";
}
.icofont-pistol:before {
content: "\ecb4";
}
.icofont-police-badge:before {
content: "\ecb5";
}
.icofont-police-cap:before {
content: "\ecb6";
}
.icofont-police-car-alt-1:before {
content: "\ecb7";
}
.icofont-police-car-alt-2:before {
content: "\ecb8";
}
.icofont-police-hat:before {
content: "\ecb9";
}
.icofont-police-van:before {
content: "\ecba";
}
.icofont-police:before {
content: "\ecbb";
}
.icofont-protect:before {
content: "\ecbc";
}
.icofont-scales:before {
content: "\ecbd";
}
.icofont-thief-alt:before {
content: "\ecbe";
}
.icofont-thief:before {
content: "\ecbf";
}
.icofont-abacus-alt:before {
content: "\ecc0";
}
.icofont-abacus:before {
content: "\ecc1";
}
.icofont-angle:before {
content: "\ecc2";
}
.icofont-calculator-alt-1:before {
content: "\ecc3";
}
.icofont-calculator-alt-2:before {
content: "\ecc4";
}
.icofont-circle-ruler-alt:before {
content: "\ecc5";
}
.icofont-circle-ruler:before {
content: "\ecc6";
}
.icofont-compass-alt-1:before {
content: "\ecc7";
}
.icofont-compass-alt-2:before {
content: "\ecc8";
}
.icofont-compass-alt-3:before {
content: "\ecc9";
}
.icofont-compass-alt-4:before {
content: "\ecca";
}
.icofont-degrees-alt-1:before {
content: "\eccb";
}
.icofont-degrees-alt-2:before {
content: "\eccc";
}
.icofont-degrees:before {
content: "\eccd";
}
.icofont-golden-ratio:before {
content: "\ecce";
}
.icofont-marker-alt-1:before {
content: "\eccf";
}
.icofont-marker-alt-2:before {
content: "\ecd0";
}
.icofont-marker-alt-3:before {
content: "\ecd1";
}
.icofont-mathematical-alt-1:before {
content: "\ecd2";
}
.icofont-mathematical-alt-2:before {
content: "\ecd3";
}
.icofont-mathematical:before {
content: "\ecd4";
}
.icofont-pen-alt-1:before {
content: "\ecd5";
}
.icofont-pen-alt-2:before {
content: "\ecd6";
}
.icofont-pen-alt-3:before {
content: "\ecd7";
}
.icofont-pen-holder-alt-1:before {
content: "\ecd8";
}
.icofont-pen-holder:before {
content: "\ecd9";
}
.icofont-pencil-alt-1:before {
content: "\ecda";
}
.icofont-pencil-alt-2:before {
content: "\ecdb";
}
.icofont-pencil-alt-3:before {
content: "\ecdc";
}
.icofont-pencil-alt-4:before {
content: "\ecdd";
}
.icofont-ruler-alt-1:before {
content: "\ecde";
}
.icofont-ruler-alt-2:before {
content: "\ecdf";
}
.icofont-ruler-compass-alt:before {
content: "\ece0";
}
.icofont-ruler-compass:before {
content: "\ece1";
}
.icofont-ruler-pencil-alt-1:before {
content: "\ece2";
}
.icofont-ruler-pencil-alt-2:before {
content: "\ece3";
}
.icofont-ruler-pencil:before {
content: "\ece4";
}
.icofont-ruler:before {
content: "\ece5";
}
.icofont-rulers-alt:before {
content: "\ece6";
}
.icofont-rulers:before {
content: "\ece7";
}
.icofont-square-root:before {
content: "\ece8";
}
.icofont-aids:before {
content: "\ece9";
}
.icofont-ambulance:before {
content: "\ecea";
}
.icofont-autism:before {
content: "\eceb";
}
.icofont-bandage:before {
content: "\ecec";
}
.icofont-bed-patient:before {
content: "\eced";
}
.icofont-blind:before {
content: "\ecee";
}
.icofont-blood-drop:before {
content: "\ecef";
}
.icofont-blood-test:before {
content: "\ecf0";
}
.icofont-blood:before {
content: "\ecf1";
}
.icofont-capsule:before {
content: "\ecf2";
}
.icofont-crutches:before {
content: "\ecf3";
}
.icofont-dna-alt-1:before {
content: "\ecf4";
}
.icofont-dna:before {
content: "\ecf5";
}
.icofont-doctor-alt:before {
content: "\ecf6";
}
.icofont-doctor:before {
content: "\ecf7";
}
.icofont-drug-pack:before {
content: "\ecf8";
}
.icofont-drug:before {
content: "\ecf9";
}
.icofont-eye-alt:before {
content: "\ecfa";
}
.icofont-first-aid-alt:before {
content: "\ecfb";
}
.icofont-garbage:before {
content: "\ecfc";
}
.icofont-heart-alt:before {
content: "\ecfd";
}
.icofont-heartbeat:before {
content: "\ecfe";
}
.icofont-herbal:before {
content: "\ecff";
}
.icofont-hospital:before {
content: "\ed00";
}
.icofont-icu:before {
content: "\ed01";
}
.icofont-injection-syringe:before {
content: "\ed02";
}
.icofont-laboratory:before {
content: "\ed03";
}
.icofont-medical-sign-alt:before {
content: "\ed04";
}
.icofont-medical-sign:before {
content: "\ed05";
}
.icofont-nurse-alt:before {
content: "\ed06";
}
.icofont-nurse:before {
content: "\ed07";
}
.icofont-nursing-home:before {
content: "\ed08";
}
.icofont-operation-theater:before {
content: "\ed09";
}
.icofont-paralysis-disability:before {
content: "\ed0a";
}
.icofont-pills:before {
content: "\ed0b";
}
.icofont-prescription:before {
content: "\ed0c";
}
.icofont-pulse:before {
content: "\ed0d";
}
.icofont-stethoscope-alt:before {
content: "\ed0e";
}
.icofont-stethoscope:before {
content: "\ed0f";
}
.icofont-stretcher:before {
content: "\ed10";
}
.icofont-surgeon-alt:before {
content: "\ed11";
}
.icofont-surgeon:before {
content: "\ed12";
}
.icofont-tablets:before {
content: "\ed13";
}
.icofont-test-bottle:before {
content: "\ed14";
}
.icofont-test-tube:before {
content: "\ed15";
}
.icofont-thermometer-alt:before {
content: "\ed16";
}
.icofont-tooth:before {
content: "\ed17";
}
.icofont-xray:before {
content: "\ed18";
}
.icofont-ui-add:before {
content: "\ed19";
}
.icofont-ui-alarm:before {
content: "\ed1a";
}
.icofont-ui-battery:before {
content: "\ed1b";
}
.icofont-ui-block:before {
content: "\ed1c";
}
.icofont-ui-bluetooth:before {
content: "\ed1d";
}
.icofont-ui-brightness:before {
content: "\ed1e";
}
.icofont-ui-browser:before {
content: "\ed1f";
}
.icofont-ui-calculator:before {
content: "\ed20";
}
.icofont-ui-calendar:before {
content: "\ed21";
}
.icofont-ui-call:before {
content: "\ed22";
}
.icofont-ui-camera:before {
content: "\ed23";
}
.icofont-ui-cart:before {
content: "\ed24";
}
.icofont-ui-cell-phone:before {
content: "\ed25";
}
.icofont-ui-chat:before {
content: "\ed26";
}
.icofont-ui-check:before {
content: "\ed27";
}
.icofont-ui-clip-board:before {
content: "\ed28";
}
.icofont-ui-clip:before {
content: "\ed29";
}
.icofont-ui-clock:before {
content: "\ed2a";
}
.icofont-ui-close:before {
content: "\ed2b";
}
.icofont-ui-contact-list:before {
content: "\ed2c";
}
.icofont-ui-copy:before {
content: "\ed2d";
}
.icofont-ui-cut:before {
content: "\ed2e";
}
.icofont-ui-delete:before {
content: "\ed2f";
}
.icofont-ui-dial-phone:before {
content: "\ed30";
}
.icofont-ui-edit:before {
content: "\ed31";
}
.icofont-ui-email:before {
content: "\ed32";
}
.icofont-ui-file:before {
content: "\ed33";
}
.icofont-ui-fire-wall:before {
content: "\ed34";
}
.icofont-ui-flash-light:before {
content: "\ed35";
}
.icofont-ui-flight:before {
content: "\ed36";
}
.icofont-ui-folder:before {
content: "\ed37";
}
.icofont-ui-game:before {
content: "\ed38";
}
.icofont-ui-handicapped:before {
content: "\ed39";
}
.icofont-ui-head-phone:before {
content: "\ed3a";
}
.icofont-ui-home:before {
content: "\ed3b";
}
.icofont-ui-image:before {
content: "\ed3c";
}
.icofont-ui-keyboard:before {
content: "\ed3d";
}
.icofont-ui-laoding:before {
content: "\ed3e";
}
.icofont-ui-lock:before {
content: "\ed3f";
}
.icofont-ui-love-add:before {
content: "\ed40";
}
.icofont-ui-love-broken:before {
content: "\ed41";
}
.icofont-ui-love-remove:before {
content: "\ed42";
}
.icofont-ui-love:before {
content: "\ed43";
}
.icofont-ui-map:before {
content: "\ed44";
}
.icofont-ui-message:before {
content: "\ed45";
}
.icofont-ui-messaging:before {
content: "\ed46";
}
.icofont-ui-movie:before {
content: "\ed47";
}
.icofont-ui-music-player:before {
content: "\ed48";
}
.icofont-ui-music:before {
content: "\ed49";
}
.icofont-ui-mute:before {
content: "\ed4a";
}
.icofont-ui-network:before {
content: "\ed4b";
}
.icofont-ui-next:before {
content: "\ed4c";
}
.icofont-ui-note:before {
content: "\ed4d";
}
.icofont-ui-office:before {
content: "\ed4e";
}
.icofont-ui-password:before {
content: "\ed4f";
}
.icofont-ui-pause:before {
content: "\ed50";
}
.icofont-ui-play-stop:before {
content: "\ed51";
}
.icofont-ui-play:before {
content: "\ed52";
}
.icofont-ui-pointer:before {
content: "\ed53";
}
.icofont-ui-power:before {
content: "\ed54";
}
.icofont-ui-press:before {
content: "\ed55";
}
.icofont-ui-previous:before {
content: "\ed56";
}
.icofont-ui-rate-add:before {
content: "\ed57";
}
.icofont-ui-rate-blank:before {
content: "\ed58";
}
.icofont-ui-rate-remove:before {
content: "\ed59";
}
.icofont-ui-rating:before {
content: "\ed5a";
}
.icofont-ui-record:before {
content: "\ed5b";
}
.icofont-ui-remove:before {
content: "\ed5c";
}
.icofont-ui-reply:before {
content: "\ed5d";
}
.icofont-ui-rotation:before {
content: "\ed5e";
}
.icofont-ui-rss:before {
content: "\ed5f";
}
.icofont-ui-search:before {
content: "\ed60";
}
.icofont-ui-settings:before {
content: "\ed61";
}
.icofont-ui-social-link:before {
content: "\ed62";
}
.icofont-ui-tag:before {
content: "\ed63";
}
.icofont-ui-text-chat:before {
content: "\ed64";
}
.icofont-ui-text-loading:before {
content: "\ed65";
}
.icofont-ui-theme:before {
content: "\ed66";
}
.icofont-ui-timer:before {
content: "\ed67";
}
.icofont-ui-touch-phone:before {
content: "\ed68";
}
.icofont-ui-travel:before {
content: "\ed69";
}
.icofont-ui-unlock:before {
content: "\ed6a";
}
.icofont-ui-user-group:before {
content: "\ed6b";
}
.icofont-ui-user:before {
content: "\ed6c";
}
.icofont-ui-v-card:before {
content: "\ed6d";
}
.icofont-ui-video-chat:before {
content: "\ed6e";
}
.icofont-ui-video-message:before {
content: "\ed6f";
}
.icofont-ui-video-play:before {
content: "\ed70";
}
.icofont-ui-video:before {
content: "\ed71";
}
.icofont-ui-volume:before {
content: "\ed72";
}
.icofont-ui-weather:before {
content: "\ed73";
}
.icofont-ui-wifi:before {
content: "\ed74";
}
.icofont-ui-zoom-in:before {
content: "\ed75";
}
.icofont-ui-zoom-out:before {
content: "\ed76";
}
.icofont-cassette-player:before {
content: "\ed77";
}
.icofont-cassette:before {
content: "\ed78";
}
.icofont-forward:before {
content: "\ed79";
}
.icofont-game:before {
content: "\ed7a";
}
.icofont-guiter:before {
content: "\ed7b";
}
.icofont-headphone-alt-1:before {
content: "\ed7c";
}
.icofont-headphone-alt-2:before {
content: "\ed7d";
}
.icofont-headphone-alt-3:before {
content: "\ed7e";
}
.icofont-listening:before {
content: "\ed7f";
}
.icofont-megaphone-alt:before {
content: "\ed80";
}
.icofont-megaphone:before {
content: "\ed81";
}
.icofont-movie:before {
content: "\ed82";
}
.icofont-mp3-player:before {
content: "\ed83";
}
.icofont-multimedia:before {
content: "\ed84";
}
.icofont-music-disk:before {
content: "\ed85";
}
.icofont-music-note:before {
content: "\ed86";
}
.icofont-pause:before {
content: "\ed87";
}
.icofont-play-alt-1:before {
content: "\ed88";
}
.icofont-play-alt-2:before {
content: "\ed89";
}
.icofont-play-alt-3:before {
content: "\ed8a";
}
.icofont-play-pause:before {
content: "\ed8b";
}
.icofont-record:before {
content: "\ed8c";
}
.icofont-retro-music-disk:before {
content: "\ed8d";
}
.icofont-rewind:before {
content: "\ed8e";
}
.icofont-song-notes:before {
content: "\ed8f";
}
.icofont-sound-wave-alt:before {
content: "\ed90";
}
.icofont-sound-wave:before {
content: "\ed91";
}
.icofont-stop:before {
content: "\ed92";
}
.icofont-video-alt:before {
content: "\ed93";
}
.icofont-video-cam:before {
content: "\ed94";
}
.icofont-volume-bar:before {
content: "\ed95";
}
.icofont-volume-mute:before {
content: "\ed96";
}
.icofont-youtube-play:before {
content: "\ed97";
}
.icofont-amazon-alt:before {
content: "\ed98";
}
.icofont-amazon:before {
content: "\ed99";
}
.icofont-american-express-alt:before {
content: "\ed9a";
}
.icofont-american-express:before {
content: "\ed9b";
}
.icofont-apple-pay-alt:before {
content: "\ed9c";
}
.icofont-apple-pay:before {
content: "\ed9d";
}
.icofont-bank-transfer-alt:before {
content: "\ed9e";
}
.icofont-bank-transfer:before {
content: "\ed9f";
}
.icofont-braintree-alt:before {
content: "\eda0";
}
.icofont-braintree:before {
content: "\eda1";
}
.icofont-cash-on-delivery-alt:before {
content: "\eda2";
}
.icofont-cash-on-delivery:before {
content: "\eda3";
}
.icofont-checkout-alt:before {
content: "\eda4";
}
.icofont-checkout:before {
content: "\eda5";
}
.icofont-diners-club-alt-1:before {
content: "\eda6";
}
.icofont-diners-club-alt-2:before {
content: "\eda7";
}
.icofont-diners-club-alt-3:before {
content: "\eda8";
}
.icofont-diners-club:before {
content: "\eda9";
}
.icofont-discover-alt:before {
content: "\edaa";
}
.icofont-discover:before {
content: "\edab";
}
.icofont-eway-alt:before {
content: "\edac";
}
.icofont-eway:before {
content: "\edad";
}
.icofont-google-wallet-alt-1:before {
content: "\edae";
}
.icofont-google-wallet-alt-2:before {
content: "\edaf";
}
.icofont-google-wallet-alt-3:before {
content: "\edb0";
}
.icofont-google-wallet:before {
content: "\edb1";
}
.icofont-jcb-alt:before {
content: "\edb2";
}
.icofont-jcb:before {
content: "\edb3";
}
.icofont-maestro-alt:before {
content: "\edb4";
}
.icofont-maestro:before {
content: "\edb5";
}
.icofont-mastercard-alt:before {
content: "\edb6";
}
.icofont-mastercard:before {
content: "\edb7";
}
.icofont-payoneer-alt:before {
content: "\edb8";
}
.icofont-payoneer:before {
content: "\edb9";
}
.icofont-paypal-alt:before {
content: "\edba";
}
.icofont-paypal:before {
content: "\edbb";
}
.icofont-sage-alt:before {
content: "\edbc";
}
.icofont-sage:before {
content: "\edbd";
}
.icofont-skrill-alt:before {
content: "\edbe";
}
.icofont-skrill:before {
content: "\edbf";
}
.icofont-stripe-alt:before {
content: "\edc0";
}
.icofont-stripe:before {
content: "\edc1";
}
.icofont-visa-alt:before {
content: "\edc2";
}
.icofont-visa-electron:before {
content: "\edc3";
}
.icofont-visa:before {
content: "\edc4";
}
.icofont-western-union-alt:before {
content: "\edc5";
}
.icofont-western-union:before {
content: "\edc6";
}
.icofont-boy:before {
content: "\edc7";
}
.icofont-business-man-alt-1:before {
content: "\edc8";
}
.icofont-business-man-alt-2:before {
content: "\edc9";
}
.icofont-business-man-alt-3:before {
content: "\edca";
}
.icofont-business-man:before {
content: "\edcb";
}
.icofont-funky-man:before {
content: "\edcc";
}
.icofont-girl-alt:before {
content: "\edcd";
}
.icofont-girl:before {
content: "\edce";
}
.icofont-hotel-boy-alt:before {
content: "\edcf";
}
.icofont-hotel-boy:before {
content: "\edd0";
}
.icofont-man-in-glasses:before {
content: "\edd1";
}
.icofont-user-alt-1:before {
content: "\edd2";
}
.icofont-user-alt-2:before {
content: "\edd3";
}
.icofont-user-alt-3:before {
content: "\edd4";
}
.icofont-user-alt-4:before {
content: "\edd5";
}
.icofont-user-alt-5:before {
content: "\edd6";
}
.icofont-user-alt-6:before {
content: "\edd7";
}
.icofont-user-alt-7:before {
content: "\edd8";
}
.icofont-user-female:before {
content: "\edd9";
}
.icofont-user-male:before {
content: "\edda";
}
.icofont-user-suited:before {
content: "\eddb";
}
.icofont-user:before {
content: "\eddc";
}
.icofont-users-alt-1:before {
content: "\eddd";
}
.icofont-users-alt-2:before {
content: "\edde";
}
.icofont-users-alt-3:before {
content: "\eddf";
}
.icofont-users-alt-4:before {
content: "\ede0";
}
.icofont-users-alt-5:before {
content: "\ede1";
}
.icofont-users-alt-6:before {
content: "\ede2";
}
.icofont-users-social:before {
content: "\ede3";
}
.icofont-users:before {
content: "\ede4";
}
.icofont-waiter:before {
content: "\ede5";
}
.icofont-woman-in-glasses:before {
content: "\ede6";
}
.icofont-document-search:before {
content: "\ede7";
}
.icofont-folder-search:before {
content: "\ede8";
}
.icofont-home-search:before {
content: "\ede9";
}
.icofont-job-search:before {
content: "\edea";
}
.icofont-map-search:before {
content: "\edeb";
}
.icofont-restaurant-search:before {
content: "\edec";
}
.icofont-search-alt-1:before {
content: "\eded";
}
.icofont-search-alt-2:before {
content: "\edee";
}
.icofont-search:before {
content: "\edef";
}
.icofont-stock-search:before {
content: "\edf0";
}
.icofont-user-search:before {
content: "\edf1";
}
.icofont-social-aim:before {
content: "\edf2";
}
.icofont-social-badoo:before {
content: "\edf3";
}
.icofont-social-bebo:before {
content: "\edf4";
}
.icofont-social-behance:before {
content: "\edf5";
}
.icofont-social-blogger:before {
content: "\edf6";
}
.icofont-social-bootstrap:before {
content: "\edf7";
}
.icofont-social-brightkite:before {
content: "\edf8";
}
.icofont-social-cloudapp:before {
content: "\edf9";
}
.icofont-social-concrete5:before {
content: "\edfa";
}
.icofont-social-designbump:before {
content: "\edfb";
}
.icofont-social-designfloat:before {
content: "\edfc";
}
.icofont-social-deviantart:before {
content: "\edfd";
}
.icofont-social-digg:before {
content: "\edfe";
}
.icofont-social-dotcms:before {
content: "\edff";
}
.icofont-social-dribble:before {
content: "\ee00";
}
.icofont-social-dropbox:before {
content: "\ee01";
}
.icofont-brand-drupal:before {
content: "\ee02";
}
.icofont-social-ebuddy:before {
content: "\ee03";
}
.icofont-social-ello:before {
content: "\ee04";
}
.icofont-social-ember:before {
content: "\ee05";
}
.icofont-social-envato:before {
content: "\ee06";
}
.icofont-social-evernote:before {
content: "\ee07";
}
.icofont-social-facebook:before {
content: "\ee08";
}
.icofont-social-feedburner:before {
content: "\ee09";
}
.icofont-social-folkd:before {
content: "\ee0a";
}
.icofont-social-friendfeed:before {
content: "\ee0b";
}
.icofont-social-ghost:before {
content: "\ee0c";
}
.icofont-social-github:before {
content: "\ee0d";
}
.icofont-social-gnome:before {
content: "\ee0e";
}
.icofont-social-google-buzz:before {
content: "\ee0f";
}
.icofont-social-google-map:before {
content: "\ee10";
}
.icofont-social-google-plus:before {
content: "\ee11";
}
.icofont-social-google-talk:before {
content: "\ee12";
}
.icofont-social-hype-machine:before {
content: "\ee13";
}
.icofont-social-instagram:before {
content: "\ee14";
}
.icofont-brand-joomla:before {
content: "\ee15";
}
.icofont-social-kickstarter:before {
content: "\ee16";
}
.icofont-social-line:before {
content: "\ee17";
}
.icofont-social-linux-mint:before {
content: "\ee18";
}
.icofont-social-livejournal:before {
content: "\ee19";
}
.icofont-social-magento:before {
content: "\ee1a";
}
.icofont-social-meetup:before {
content: "\ee1b";
}
.icofont-social-mixx:before {
content: "\ee1c";
}
.icofont-social-newsvine:before {
content: "\ee1d";
}
.icofont-social-nimbuss:before {
content: "\ee1e";
}
.icofont-social-opencart:before {
content: "\ee1f";
}
.icofont-social-oscommerce:before {
content: "\ee20";
}
.icofont-social-pandora:before {
content: "\ee21";
}
.icofont-social-picasa:before {
content: "\ee22";
}
.icofont-social-pinterest:before {
content: "\ee23";
}
.icofont-social-prestashop:before {
content: "\ee24";
}
.icofont-social-qik:before {
content: "\ee25";
}
.icofont-social-readernaut:before {
content: "\ee26";
}
.icofont-social-reddit:before {
content: "\ee27";
}
.icofont-social-rss:before {
content: "\ee28";
}
.icofont-social-shopify:before {
content: "\ee29";
}
.icofont-social-silverstripe:before {
content: "\ee2a";
}
.icofont-social-skype:before {
content: "\ee2b";
}
.icofont-social-slashdot:before {
content: "\ee2c";
}
.icofont-social-smugmug:before {
content: "\ee2d";
}
.icofont-social-steam:before {
content: "\ee2e";
}
.icofont-social-stumbleupon:before {
content: "\ee2f";
}
.icofont-social-technorati:before {
content: "\ee30";
}
.icofont-social-telegram:before {
content: "\ee31";
}
.icofont-social-tinder:before {
content: "\ee32";
}
.icofont-social-tumblr:before {
content: "\ee33";
}
.icofont-social-twitter:before {
content: "\ee34";
}
.icofont-social-typo3:before {
content: "\ee35";
}
.icofont-social-ubercart:before {
content: "\ee36";
}
.icofont-social-viber:before {
content: "\ee37";
}
.icofont-social-viddler:before {
content: "\ee38";
}
.icofont-social-vimeo:before {
content: "\ee39";
}
.icofont-social-vine:before {
content: "\ee3a";
}
.icofont-social-virb:before {
content: "\ee3b";
}
.icofont-social-virtuemart:before {
content: "\ee3c";
}
.icofont-social-wechat:before {
content: "\ee3d";
}
.icofont-brand-wordpress:before {
content: "\ee3e";
}
.icofont-social-xing:before {
content: "\ee3f";
}
.icofont-social-yahoo:before {
content: "\ee40";
}
.icofont-social-yelp:before {
content: "\ee41";
}
.icofont-social-zencart:before {
content: "\ee42";
}
.icofont-badminton-birdie:before {
content: "\ee43";
}
.icofont-baseball:before {
content: "\ee44";
}
.icofont-baseballer:before {
content: "\ee45";
}
.icofont-basketball-hoop:before {
content: "\ee46";
}
.icofont-basketball:before {
content: "\ee47";
}
.icofont-billiard-ball:before {
content: "\ee48";
}
.icofont-boot-alt-1:before {
content: "\ee49";
}
.icofont-boot-alt-2:before {
content: "\ee4a";
}
.icofont-bowling-alt:before {
content: "\ee4b";
}
.icofont-bowling:before {
content: "\ee4c";
}
.icofont-canoe:before {
content: "\ee4d";
}
.icofont-cheer-leader:before {
content: "\ee4e";
}
.icofont-climbing:before {
content: "\ee4f";
}
.icofont-corner:before {
content: "\ee50";
}
.icofont-cyclist:before {
content: "\ee51";
}
.icofont-dumbbell-alt:before {
content: "\ee52";
}
.icofont-dumbbell:before {
content: "\ee53";
}
.icofont-field-alt:before {
content: "\ee54";
}
.icofont-field:before {
content: "\ee55";
}
.icofont-football-alt:before {
content: "\ee56";
}
.icofont-foul:before {
content: "\ee57";
}
.icofont-goal-keeper:before {
content: "\ee58";
}
.icofont-goal:before {
content: "\ee59";
}
.icofont-golf-alt:before {
content: "\ee5a";
}
.icofont-golf-bag:before {
content: "\ee5b";
}
.icofont-golf-field:before {
content: "\ee5c";
}
.icofont-golf:before {
content: "\ee5d";
}
.icofont-golfer:before {
content: "\ee5e";
}
.icofont-gym-alt-1:before {
content: "\ee5f";
}
.icofont-gym-alt-2:before {
content: "\ee60";
}
.icofont-gym-alt-3:before {
content: "\ee61";
}
.icofont-gym:before {
content: "\ee62";
}
.icofont-hand-grippers:before {
content: "\ee63";
}
.icofont-heart-beat-alt:before {
content: "\ee64";
}
.icofont-helmet:before {
content: "\ee65";
}
.icofont-hockey-alt:before {
content: "\ee66";
}
.icofont-hockey:before {
content: "\ee67";
}
.icofont-ice-skate:before {
content: "\ee68";
}
.icofont-jersey-alt:before {
content: "\ee69";
}
.icofont-jersey:before {
content: "\ee6a";
}
.icofont-jumping:before {
content: "\ee6b";
}
.icofont-kick:before {
content: "\ee6c";
}
.icofont-leg:before {
content: "\ee6d";
}
.icofont-match-review:before {
content: "\ee6e";
}
.icofont-medal-alt:before {
content: "\ee6f";
}
.icofont-muscle-alt:before {
content: "\ee70";
}
.icofont-muscle:before {
content: "\ee71";
}
.icofont-offside:before {
content: "\ee72";
}
.icofont-olympic-logo:before {
content: "\ee73";
}
.icofont-olympic:before {
content: "\ee74";
}
.icofont-padding:before {
content: "\ee75";
}
.icofont-penalty-card:before {
content: "\ee76";
}
.icofont-racer:before {
content: "\ee77";
}
.icofont-racing-car:before {
content: "\ee78";
}
.icofont-racing-flag-alt:before {
content: "\ee79";
}
.icofont-racing-flag:before {
content: "\ee7a";
}
.icofont-racings-wheel:before {
content: "\ee7b";
}
.icofont-referee:before {
content: "\ee7c";
}
.icofont-refree-jersey:before {
content: "\ee7d";
}
.icofont-result:before {
content: "\ee7e";
}
.icofont-rugby-ball:before {
content: "\ee7f";
}
.icofont-rugby-player:before {
content: "\ee80";
}
.icofont-rugby:before {
content: "\ee81";
}
.icofont-runner-alt-1:before {
content: "\ee82";
}
.icofont-runner-alt-2:before {
content: "\ee83";
}
.icofont-runner:before {
content: "\ee84";
}
.icofont-score-board:before {
content: "\ee85";
}
.icofont-skiing-man:before {
content: "\ee86";
}
.icofont-skydiving-goggles:before {
content: "\ee87";
}
.icofont-snow-mobile:before {
content: "\ee88";
}
.icofont-steering:before {
content: "\ee89";
}
.icofont-substitute:before {
content: "\ee8a";
}
.icofont-swimmer:before {
content: "\ee8b";
}
.icofont-table-tennis:before {
content: "\ee8c";
}
.icofont-team-alt:before {
content: "\ee8d";
}
.icofont-team:before {
content: "\ee8e";
}
.icofont-tennis-player:before {
content: "\ee8f";
}
.icofont-tennis:before {
content: "\ee90";
}
.icofont-time:before {
content: "\ee91";
}
.icofont-track:before {
content: "\ee92";
}
.icofont-tracking:before {
content: "\ee93";
}
.icofont-trophy-alt:before {
content: "\ee94";
}
.icofont-trophy:before {
content: "\ee95";
}
.icofont-volleyball-alt:before {
content: "\ee96";
}
.icofont-volleyball-fire:before {
content: "\ee97";
}
.icofont-volleyball:before {
content: "\ee98";
}
.icofont-water-bottle:before {
content: "\ee99";
}
.icofont-whisle:before {
content: "\ee9a";
}
.icofont-win-trophy:before {
content: "\ee9b";
}
.icofont-align-center:before {
content: "\ee9c";
}
.icofont-align-left:before {
content: "\ee9d";
}
.icofont-align-right:before {
content: "\ee9e";
}
.icofont-all-caps:before {
content: "\ee9f";
}
.icofont-bold:before {
content: "\eea0";
}
.icofont-brush:before {
content: "\eea1";
}
.icofont-clip-board:before {
content: "\eea2";
}
.icofont-code-alt:before {
content: "\eea3";
}
.icofont-color-bucket:before {
content: "\eea4";
}
.icofont-color-picker:before {
content: "\eea5";
}
.icofont-copy-alt:before {
content: "\eea6";
}
.icofont-copy-black:before {
content: "\eea7";
}
.icofont-cut:before {
content: "\eea8";
}
.icofont-delete-alt:before {
content: "\eea9";
}
.icofont-edit-alt:before {
content: "\eeaa";
}
.icofont-eraser-alt:before {
content: "\eeab";
}
.icofont-file-alt:before {
content: "\eeac";
}
.icofont-font:before {
content: "\eead";
}
.icofont-header:before {
content: "\eeae";
}
.icofont-indent:before {
content: "\eeaf";
}
.icofont-italic-alt:before {
content: "\eeb0";
}
.icofont-justify-all:before {
content: "\eeb1";
}
.icofont-justify-center:before {
content: "\eeb2";
}
.icofont-justify-left:before {
content: "\eeb3";
}
.icofont-justify-right:before {
content: "\eeb4";
}
.icofont-line-height:before {
content: "\eeb5";
}
.icofont-link-alt:before {
content: "\eeb6";
}
.icofont-listine-dots:before {
content: "\eeb7";
}
.icofont-listing-box:before {
content: "\eeb8";
}
.icofont-listing-number:before {
content: "\eeb9";
}
.icofont-marker:before {
content: "\eeba";
}
.icofont-outdent:before {
content: "\eebb";
}
.icofont-paper-clip:before {
content: "\eebc";
}
.icofont-paragraph:before {
content: "\eebd";
}
.icofont-pin:before {
content: "\eebe";
}
.icofont-printer:before {
content: "\eebf";
}
.icofont-redo:before {
content: "\eec0";
}
.icofont-rotation:before {
content: "\eec1";
}
.icofont-save:before {
content: "\eec2";
}
.icofont-small-cap:before {
content: "\eec3";
}
.icofont-strike-through:before {
content: "\eec4";
}
.icofont-sub-listing:before {
content: "\eec5";
}
.icofont-subscript:before {
content: "\eec6";
}
.icofont-superscript:before {
content: "\eec7";
}
.icofont-table:before {
content: "\eec8";
}
.icofont-text-height:before {
content: "\eec9";
}
.icofont-text-width:before {
content: "\eeca";
}
.icofont-trash:before {
content: "\eecb";
}
.icofont-underline:before {
content: "\eecc";
}
.icofont-undo:before {
content: "\eecd";
}
.icofont-unlink:before {
content: "\eece";
}
.icofont-air-balloon:before {
content: "\eecf";
}
.icofont-airplane-alt:before {
content: "\eed0";
}
.icofont-airplane:before {
content: "\eed1";
}
.icofont-ambulance-crescent:before {
content: "\eed2";
}
.icofont-ambulance-cross:before {
content: "\eed3";
}
.icofont-articulated-truck:before {
content: "\eed4";
}
.icofont-auto-rickshaw:before {
content: "\eed5";
}
.icofont-bicycle-alt-1:before {
content: "\eed6";
}
.icofont-bicycle-alt-2:before {
content: "\eed7";
}
.icofont-bull-dozer:before {
content: "\eed8";
}
.icofont-bus-alt-1:before {
content: "\eed9";
}
.icofont-bus-alt-2:before {
content: "\eeda";
}
.icofont-bus-alt-3:before {
content: "\eedb";
}
.icofont-cable-car:before {
content: "\eedc";
}
.icofont-car-alt-1:before {
content: "\eedd";
}
.icofont-car-alt-2:before {
content: "\eede";
}
.icofont-car-alt-3:before {
content: "\eedf";
}
.icofont-car-alt-4:before {
content: "\eee0";
}
.icofont-concrete-mixer:before {
content: "\eee1";
}
.icofont-delivery-time:before {
content: "\eee2";
}
.icofont-excavator:before {
content: "\eee3";
}
.icofont-fast-delivery:before {
content: "\eee4";
}
.icofont-fire-truck-alt:before {
content: "\eee5";
}
.icofont-fire-truck:before {
content: "\eee6";
}
.icofont-fork-lift:before {
content: "\eee7";
}
.icofont-free-delivery:before {
content: "\eee8";
}
.icofont-golf-cart:before {
content: "\eee9";
}
.icofont-helicopter:before {
content: "\eeea";
}
.icofont-motor-bike-alt:before {
content: "\eeeb";
}
.icofont-motor-bike:before {
content: "\eeec";
}
.icofont-motor-biker:before {
content: "\eeed";
}
.icofont-oil-truck:before {
content: "\eeee";
}
.icofont-police-car:before {
content: "\eeef";
}
.icofont-rickshaw:before {
content: "\eef0";
}
.icofont-rocket-alt-1:before {
content: "\eef1";
}
.icofont-rocket-alt-2:before {
content: "\eef2";
}
.icofont-sail-boat:before {
content: "\eef3";
}
.icofont-scooter:before {
content: "\eef4";
}
.icofont-sea-plane:before {
content: "\eef5";
}
.icofont-ship-alt:before {
content: "\eef6";
}
.icofont-speed-boat:before {
content: "\eef7";
}
.icofont-taxi:before {
content: "\eef8";
}
.icofont-tow-truck:before {
content: "\eef9";
}
.icofont-tractor:before {
content: "\eefa";
}
.icofont-traffic-light:before {
content: "\eefb";
}
.icofont-train-line:before {
content: "\eefc";
}
.icofont-train-steam:before {
content: "\eefd";
}
.icofont-tram:before {
content: "\eefe";
}
.icofont-truck-alt:before {
content: "\eeff";
}
.icofont-truck-loaded:before {
content: "\ef00";
}
.icofont-truck:before {
content: "\ef01";
}
.icofont-van-alt:before {
content: "\ef02";
}
.icofont-van:before {
content: "\ef03";
}
.icofont-yacht:before {
content: "\ef04";
}
.icofont-5-star-hotel:before {
content: "\ef05";
}
.icofont-anchor-alt:before {
content: "\ef06";
}
.icofont-beach-bed:before {
content: "\ef07";
}
.icofont-camping-vest:before {
content: "\ef08";
}
.icofont-coconut-alt:before {
content: "\ef09";
}
.icofont-direction-sign:before {
content: "\ef0a";
}
.icofont-hill-side:before {
content: "\ef0b";
}
.icofont-island-alt:before {
content: "\ef0c";
}
.icofont-long-drive:before {
content: "\ef0d";
}
.icofont-map-pins:before {
content: "\ef0e";
}
.icofont-plane-ticket:before {
content: "\ef0f";
}
.icofont-sail-boat-alt-1:before {
content: "\ef10";
}
.icofont-sail-boat-alt-2:before {
content: "\ef11";
}
.icofont-sandals-female:before {
content: "\ef12";
}
.icofont-sandals-male:before {
content: "\ef13";
}
.icofont-travelling:before {
content: "\ef14";
}
.icofont-breakdown:before {
content: "\ef15";
}
.icofont-celsius:before {
content: "\ef16";
}
.icofont-clouds:before {
content: "\ef17";
}
.icofont-cloudy:before {
content: "\ef18";
}
.icofont-compass-alt:before {
content: "\ef19";
}
.icofont-dust:before {
content: "\ef1a";
}
.icofont-eclipse:before {
content: "\ef1b";
}
.icofont-fahrenheit:before {
content: "\ef1c";
}
.icofont-forest-fire:before {
content: "\ef1d";
}
.icofont-full-night:before {
content: "\ef1e";
}
.icofont-full-sunny:before {
content: "\ef1f";
}
.icofont-hail-night:before {
content: "\ef20";
}
.icofont-hail-rainy-night:before {
content: "\ef21";
}
.icofont-hail-rainy-sunny:before {
content: "\ef22";
}
.icofont-hail-rainy:before {
content: "\ef23";
}
.icofont-hail-sunny:before {
content: "\ef24";
}
.icofont-hail-thunder-night:before {
content: "\ef25";
}
.icofont-hail-thunder-sunny:before {
content: "\ef26";
}
.icofont-hail-thunder:before {
content: "\ef27";
}
.icofont-hail:before {
content: "\ef28";
}
.icofont-hill-night:before {
content: "\ef29";
}
.icofont-hill-sunny:before {
content: "\ef2a";
}
.icofont-hill:before {
content: "\ef2b";
}
.icofont-hurricane:before {
content: "\ef2c";
}
.icofont-island:before {
content: "\ef2d";
}
.icofont-meteor:before {
content: "\ef2e";
}
.icofont-night:before {
content: "\ef2f";
}
.icofont-rainy-night:before {
content: "\ef30";
}
.icofont-rainy-sunny:before {
content: "\ef31";
}
.icofont-rainy-thunder:before {
content: "\ef32";
}
.icofont-rainy:before {
content: "\ef33";
}
.icofont-showy-night-hail:before {
content: "\ef34";
}
.icofont-snow-temp:before {
content: "\ef35";
}
.icofont-snow:before {
content: "\ef36";
}
.icofont-snowy-hail:before {
content: "\ef37";
}
.icofont-snowy-night-rainy:before {
content: "\ef38";
}
.icofont-snowy-night:before {
content: "\ef39";
}
.icofont-snowy-rainy:before {
content: "\ef3a";
}
.icofont-snowy-sunny-hail:before {
content: "\ef3b";
}
.icofont-snowy-sunny-rainy:before {
content: "\ef3c";
}
.icofont-snowy-sunny:before {
content: "\ef3d";
}
.icofont-snowy-thunder-night:before {
content: "\ef3e";
}
.icofont-snowy-thunder-sunny:before {
content: "\ef3f";
}
.icofont-snowy-thunder:before {
content: "\ef40";
}
.icofont-snowy-windy-night:before {
content: "\ef41";
}
.icofont-snowy-windy-sunny:before {
content: "\ef42";
}
.icofont-snowy-windy:before {
content: "\ef43";
}
.icofont-snowy:before {
content: "\ef44";
}
.icofont-sun-alt:before {
content: "\ef45";
}
.icofont-sun-rise:before {
content: "\ef46";
}
.icofont-sun-set:before {
content: "\ef47";
}
.icofont-sunny-day-temp:before {
content: "\ef48";
}
.icofont-sunny:before {
content: "\ef49";
}
.icofont-thermometer:before {
content: "\ef4a";
}
.icofont-thinder-light:before {
content: "\ef4b";
}
.icofont-tornado:before {
content: "\ef4c";
}
.icofont-umbrella-alt:before {
content: "\ef4d";
}
.icofont-volcano:before {
content: "\ef4e";
}
.icofont-wave:before {
content: "\ef4f";
}
.icofont-wind-scale-0:before {
content: "\ef50";
}
.icofont-wind-scale-1:before {
content: "\ef51";
}
.icofont-wind-scale-2:before {
content: "\ef52";
}
.icofont-wind-scale-3:before {
content: "\ef53";
}
.icofont-wind-scale-4:before {
content: "\ef54";
}
.icofont-wind-scale-5:before {
content: "\ef55";
}
.icofont-wind-scale-6:before {
content: "\ef56";
}
.icofont-wind-scale-7:before {
content: "\ef57";
}
.icofont-wind-scale-8:before {
content: "\ef58";
}
.icofont-wind-scale-9:before {
content: "\ef59";
}
.icofont-wind-scale-10:before {
content: "\ef5a";
}
.icofont-wind-scale-11:before {
content: "\ef5b";
}
.icofont-wind-scale-12:before {
content: "\ef5c";
}
.icofont-wind-waves:before {
content: "\ef5d";
}
.icofont-wind:before {
content: "\ef5e";
}
.icofont-windy-hail:before {
content: "\ef5f";
}
.icofont-windy-night:before {
content: "\ef60";
}
.icofont-windy-raining:before {
content: "\ef61";
}
.icofont-windy-sunny:before {
content: "\ef62";
}
.icofont-windy-thunder-raining:before {
content: "\ef63";
}
.icofont-windy-thunder:before {
content: "\ef64";
}
.icofont-windy:before {
content: "\ef65";
}
.icofont-addons:before {
content: "\ef66";
}
.icofont-address-book:before {
content: "\ef67";
}
.icofont-adjust:before {
content: "\ef68";
}
.icofont-alarm:before {
content: "\ef69";
}
.icofont-anchor:before {
content: "\ef6a";
}
.icofont-archive:before {
content: "\ef6b";
}
.icofont-at:before {
content: "\ef6c";
}
.icofont-attachment:before {
content: "\ef6d";
}
.icofont-audio:before {
content: "\ef6e";
}
.icofont-auto-mobile:before {
content: "\ef6f";
}
.icofont-automation:before {
content: "\ef70";
}
.icofont-baby:before {
content: "\ef71";
}
.icofont-badge:before {
content: "\ef72";
}
.icofont-bag:before {
content: "\ef73";
}
.icofont-ban:before {
content: "\ef74";
}
.icofont-bank:before {
content: "\ef75";
}
.icofont-bar-code:before {
content: "\ef76";
}
.icofont-bars:before {
content: "\ef77";
}
.icofont-battery-empty:before {
content: "\ef78";
}
.icofont-battery-full:before {
content: "\ef79";
}
.icofont-battery-half:before {
content: "\ef7a";
}
.icofont-battery-low:before {
content: "\ef7b";
}
.icofont-beach:before {
content: "\ef7c";
}
.icofont-beaker:before {
content: "\ef7d";
}
.icofont-bear:before {
content: "\ef7e";
}
.icofont-beard:before {
content: "\ef7f";
}
.icofont-bed:before {
content: "\ef80";
}
.icofont-bell:before {
content: "\ef81";
}
.icofont-beverage:before {
content: "\ef82";
}
.icofont-bicycle:before {
content: "\ef83";
}
.icofont-bill:before {
content: "\ef84";
}
.icofont-bin:before {
content: "\ef85";
}
.icofont-binary:before {
content: "\ef86";
}
.icofont-binoculars:before {
content: "\ef87";
}
.icofont-bird:before {
content: "\ef88";
}
.icofont-birds:before {
content: "\ef89";
}
.icofont-black-board:before {
content: "\ef8a";
}
.icofont-bluetooth:before {
content: "\ef8b";
}
.icofont-bolt:before {
content: "\ef8c";
}
.icofont-bomb:before {
content: "\ef8d";
}
.icofont-book-mark:before {
content: "\ef8e";
}
.icofont-book:before {
content: "\ef8f";
}
.icofont-boot:before {
content: "\ef90";
}
.icofont-box:before {
content: "\ef91";
}
.icofont-brain:before {
content: "\ef92";
}
.icofont-briefcase:before {
content: "\ef93";
}
.icofont-broken:before {
content: "\ef94";
}
.icofont-bucket:before {
content: "\ef95";
}
.icofont-bucket1:before {
content: "\ef96";
}
.icofont-bucket2:before {
content: "\ef97";
}
.icofont-bug:before {
content: "\ef98";
}
.icofont-building:before {
content: "\ef99";
}
.icofont-bullet:before {
content: "\ef9a";
}
.icofont-bullhorn:before {
content: "\ef9b";
}
.icofont-bullseye:before {
content: "\ef9c";
}
.icofont-bus:before {
content: "\ef9d";
}
.icofont-butterfly:before {
content: "\ef9e";
}
.icofont-cab:before {
content: "\ef9f";
}
.icofont-calculator:before {
content: "\efa0";
}
.icofont-calendar:before {
content: "\efa1";
}
.icofont-camera-alt:before {
content: "\efa2";
}
.icofont-camera:before {
content: "\efa3";
}
.icofont-car:before {
content: "\efa4";
}
.icofont-card:before {
content: "\efa5";
}
.icofont-cart:before {
content: "\efa6";
}
.icofont-cc:before {
content: "\efa7";
}
.icofont-certificate:before {
content: "\efa8";
}
.icofont-charging:before {
content: "\efa9";
}
.icofont-chat:before {
content: "\efaa";
}
.icofont-check-alt:before {
content: "\efab";
}
.icofont-check-circled:before {
content: "\efac";
}
.icofont-check:before {
content: "\efad";
}
.icofont-checked:before {
content: "\efae";
}
.icofont-children-care:before {
content: "\efaf";
}
.icofont-clock-time:before {
content: "\efb0";
}
.icofont-close-circled:before {
content: "\efb1";
}
.icofont-close-line-circled:before {
content: "\efb2";
}
.icofont-close-line-squared-alt:before {
content: "\efb3";
}
.icofont-close-line-squared:before {
content: "\efb4";
}
.icofont-close-line:before {
content: "\efb5";
}
.icofont-close-squared-alt:before {
content: "\efb6";
}
.icofont-close-squared:before {
content: "\efb7";
}
.icofont-close:before {
content: "\efb8";
}
.icofont-cloud-download:before {
content: "\efb9";
}
.icofont-cloud-refresh:before {
content: "\efba";
}
.icofont-cloud-upload:before {
content: "\efbb";
}
.icofont-cloud:before {
content: "\efbc";
}
.icofont-code-not-allowed:before {
content: "\efbd";
}
.icofont-code:before {
content: "\efbe";
}
.icofont-coffee-cup:before {
content: "\efbf";
}
.icofont-comment:before {
content: "\efc0";
}
.icofont-compass:before {
content: "\efc1";
}
.icofont-computer:before {
content: "\efc2";
}
.icofont-connection:before {
content: "\efc3";
}
.icofont-console:before {
content: "\efc4";
}
.icofont-contacts:before {
content: "\efc5";
}
.icofont-contrast:before {
content: "\efc6";
}
.icofont-copy:before {
content: "\efc7";
}
.icofont-copyright:before {
content: "\efc8";
}
.icofont-credit-card:before {
content: "\efc9";
}
.icofont-crop:before {
content: "\efca";
}
.icofont-crown:before {
content: "\efcb";
}
.icofont-cube:before {
content: "\efcc";
}
.icofont-cubes:before {
content: "\efcd";
}
.icofont-culinary:before {
content: "\efce";
}
.icofont-dashboard-web:before {
content: "\efcf";
}
.icofont-dashboard:before {
content: "\efd0";
}
.icofont-data:before {
content: "\efd1";
}
.icofont-database-add:before {
content: "\efd2";
}
.icofont-database-locked:before {
content: "\efd3";
}
.icofont-database-remove:before {
content: "\efd4";
}
.icofont-database:before {
content: "\efd5";
}
.icofont-delete:before {
content: "\efd6";
}
.icofont-diamond:before {
content: "\efd7";
}
.icofont-dice:before {
content: "\efd8";
}
.icofont-disabled:before {
content: "\efd9";
}
.icofont-disc:before {
content: "\efda";
}
.icofont-diskette:before {
content: "\efdb";
}
.icofont-document-folder:before {
content: "\efdc";
}
.icofont-download-alt:before {
content: "\efdd";
}
.icofont-download:before {
content: "\efde";
}
.icofont-downloaded:before {
content: "\efdf";
}
.icofont-earth:before {
content: "\efe0";
}
.icofont-ebook:before {
content: "\efe1";
}
.icofont-edit:before {
content: "\efe2";
}
.icofont-eject:before {
content: "\efe3";
}
.icofont-email:before {
content: "\efe4";
}
.icofont-envelope-open:before {
content: "\efe5";
}
.icofont-envelope:before {
content: "\efe6";
}
.icofont-eraser:before {
content: "\efe7";
}
.icofont-error:before {
content: "\efe8";
}
.icofont-exchange:before {
content: "\efe9";
}
.icofont-exclamation-circle:before {
content: "\efea";
}
.icofont-exclamation-square:before {
content: "\efeb";
}
.icofont-exclamation-tringle:before {
content: "\efec";
}
.icofont-exclamation:before {
content: "\efed";
}
.icofont-exit:before {
content: "\efee";
}
.icofont-expand:before {
content: "\efef";
}
.icofont-external-link:before {
content: "\eff0";
}
.icofont-external:before {
content: "\eff1";
}
.icofont-eye-blocked:before {
content: "\eff2";
}
.icofont-eye-dropper:before {
content: "\eff3";
}
.icofont-eye:before {
content: "\eff4";
}
.icofont-favourite:before {
content: "\eff5";
}
.icofont-fax:before {
content: "\eff6";
}
.icofont-female:before {
content: "\eff7";
}
.icofont-file:before {
content: "\eff8";
}
.icofont-film:before {
content: "\eff9";
}
.icofont-filter:before {
content: "\effa";
}
.icofont-fire-burn:before {
content: "\effb";
}
.icofont-fire-extinguisher:before {
content: "\effc";
}
.icofont-fire:before {
content: "\effd";
}
.icofont-first-aid:before {
content: "\effe";
}
.icofont-flag-alt-1:before {
content: "\efff";
}
.icofont-flag-alt-2:before {
content: "\f000";
}
.icofont-flag:before {
content: "\f001";
}
.icofont-flash-light:before {
content: "\f002";
}
.icofont-flash:before {
content: "\f003";
}
.icofont-flask:before {
content: "\f004";
}
.icofont-focus:before {
content: "\f005";
}
.icofont-folder-open:before {
content: "\f006";
}
.icofont-folder:before {
content: "\f007";
}
.icofont-foot-print:before {
content: "\f008";
}
.icofont-football-american:before {
content: "\f009";
}
.icofont-football:before {
content: "\f00a";
}
.icofont-game-console:before {
content: "\f00b";
}
.icofont-game-pad:before {
content: "\f00c";
}
.icofont-gavel:before {
content: "\f00d";
}
.icofont-gear:before {
content: "\f00e";
}
.icofont-gears:before {
content: "\f00f";
}
.icofont-gift:before {
content: "\f010";
}
.icofont-glass:before {
content: "\f011";
}
.icofont-globe:before {
content: "\f012";
}
.icofont-graduate:before {
content: "\f013";
}
.icofont-graffiti:before {
content: "\f014";
}
.icofont-grocery:before {
content: "\f015";
}
.icofont-group:before {
content: "\f016";
}
.icofont-hammer:before {
content: "\f017";
}
.icofont-hand:before {
content: "\f018";
}
.icofont-hanger:before {
content: "\f019";
}
.icofont-hard-disk:before {
content: "\f01a";
}
.icofont-headphone:before {
content: "\f01b";
}
.icofont-heart-beat:before {
content: "\f01c";
}
.icofont-heart:before {
content: "\f01d";
}
.icofont-history:before {
content: "\f01e";
}
.icofont-home:before {
content: "\f01f";
}
.icofont-horn:before {
content: "\f020";
}
.icofont-hotel:before {
content: "\f021";
}
.icofont-hour-glass:before {
content: "\f022";
}
.icofont-id:before {
content: "\f023";
}
.icofont-image:before {
content: "\f024";
}
.icofont-inbox:before {
content: "\f025";
}
.icofont-infinite:before {
content: "\f026";
}
.icofont-info-circle:before {
content: "\f027";
}
.icofont-info-square:before {
content: "\f028";
}
.icofont-info:before {
content: "\f029";
}
.icofont-institution:before {
content: "\f02a";
}
.icofont-interface:before {
content: "\f02b";
}
.icofont-invisible:before {
content: "\f02c";
}
.icofont-italic:before {
content: "\f02d";
}
.icofont-jacket:before {
content: "\f02e";
}
.icofont-jar:before {
content: "\f02f";
}
.icofont-jewlery:before {
content: "\f030";
}
.icofont-karate:before {
content: "\f031";
}
.icofont-key-hole:before {
content: "\f032";
}
.icofont-key:before {
content: "\f033";
}
.icofont-keyboard:before {
content: "\f034";
}
.icofont-kid:before {
content: "\f035";
}
.icofont-label:before {
content: "\f036";
}
.icofont-lamp:before {
content: "\f037";
}
.icofont-laptop:before {
content: "\f038";
}
.icofont-layers:before {
content: "\f039";
}
.icofont-layout:before {
content: "\f03a";
}
.icofont-leaf:before {
content: "\f03b";
}
.icofont-leaflet:before {
content: "\f03c";
}
.icofont-learn:before {
content: "\f03d";
}
.icofont-legal:before {
content: "\f03e";
}
.icofont-lego:before {
content: "\f03f";
}
.icofont-lemon:before {
content: "\f040";
}
.icofont-lens:before {
content: "\f041";
}
.icofont-letter:before {
content: "\f042";
}
.icofont-letterbox:before {
content: "\f043";
}
.icofont-library:before {
content: "\f044";
}
.icofont-license:before {
content: "\f045";
}
.icofont-life-bouy:before {
content: "\f046";
}
.icofont-life-buoy:before {
content: "\f047";
}
.icofont-life-jacket:before {
content: "\f048";
}
.icofont-life-ring:before {
content: "\f049";
}
.icofont-light-bulb:before {
content: "\f04a";
}
.icofont-lighter:before {
content: "\f04b";
}
.icofont-lightning-ray:before {
content: "\f04c";
}
.icofont-like:before {
content: "\f04d";
}
.icofont-link:before {
content: "\f04e";
}
.icofont-live-support:before {
content: "\f04f";
}
.icofont-location-arrow:before {
content: "\f050";
}
.icofont-location-pin:before {
content: "\f051";
}
.icofont-lock:before {
content: "\f052";
}
.icofont-login:before {
content: "\f053";
}
.icofont-logout:before {
content: "\f054";
}
.icofont-lollipop:before {
content: "\f055";
}
.icofont-look:before {
content: "\f056";
}
.icofont-loop:before {
content: "\f057";
}
.icofont-luggage:before {
content: "\f058";
}
.icofont-lunch:before {
content: "\f059";
}
.icofont-lungs:before {
content: "\f05a";
}
.icofont-magic-alt:before {
content: "\f05b";
}
.icofont-magic:before {
content: "\f05c";
}
.icofont-magnet:before {
content: "\f05d";
}
.icofont-mail-box:before {
content: "\f05e";
}
.icofont-mail:before {
content: "\f05f";
}
.icofont-male:before {
content: "\f060";
}
.icofont-map:before {
content: "\f061";
}
.icofont-math:before {
content: "\f062";
}
.icofont-maximize:before {
content: "\f063";
}
.icofont-measure:before {
content: "\f064";
}
.icofont-medal:before {
content: "\f065";
}
.icofont-medical:before {
content: "\f066";
}
.icofont-medicine:before {
content: "\f067";
}
.icofont-mega-phone:before {
content: "\f068";
}
.icofont-memorial:before {
content: "\f069";
}
.icofont-memory-card:before {
content: "\f06a";
}
.icofont-mic-mute:before {
content: "\f06b";
}
.icofont-mic:before {
content: "\f06c";
}
.icofont-micro-chip:before {
content: "\f06d";
}
.icofont-microphone:before {
content: "\f06e";
}
.icofont-microscope:before {
content: "\f06f";
}
.icofont-military:before {
content: "\f070";
}
.icofont-mill:before {
content: "\f071";
}
.icofont-minus-circle:before {
content: "\f072";
}
.icofont-minus-square:before {
content: "\f073";
}
.icofont-minus:before {
content: "\f074";
}
.icofont-mobile-phone:before {
content: "\f075";
}
.icofont-molecule:before {
content: "\f076";
}
.icofont-money:before {
content: "\f077";
}
.icofont-moon:before {
content: "\f078";
}
.icofont-mop:before {
content: "\f079";
}
.icofont-muffin:before {
content: "\f07a";
}
.icofont-music-alt:before {
content: "\f07b";
}
.icofont-music-notes:before {
content: "\f07c";
}
.icofont-music:before {
content: "\f07d";
}
.icofont-mustache:before {
content: "\f07e";
}
.icofont-mute-volume:before {
content: "\f07f";
}
.icofont-navigation-menu:before {
content: "\f080";
}
.icofont-navigation:before {
content: "\f081";
}
.icofont-network-tower:before {
content: "\f082";
}
.icofont-network:before {
content: "\f083";
}
.icofont-news:before {
content: "\f084";
}
.icofont-newspaper:before {
content: "\f085";
}
.icofont-no-smoking:before {
content: "\f086";
}
.icofont-not-allowed:before {
content: "\f087";
}
.icofont-notebook:before {
content: "\f088";
}
.icofont-notepad:before {
content: "\f089";
}
.icofont-notification:before {
content: "\f08a";
}
.icofont-numbered:before {
content: "\f08b";
}
.icofont-opposite:before {
content: "\f08c";
}
.icofont-optic:before {
content: "\f08d";
}
.icofont-options:before {
content: "\f08e";
}
.icofont-package:before {
content: "\f08f";
}
.icofont-page:before {
content: "\f090";
}
.icofont-paint:before {
content: "\f091";
}
.icofont-paper-plane:before {
content: "\f092";
}
.icofont-paperclip:before {
content: "\f093";
}
.icofont-papers:before {
content: "\f094";
}
.icofont-paw:before {
content: "\f095";
}
.icofont-pay:before {
content: "\f096";
}
.icofont-pen:before {
content: "\f097";
}
.icofont-pencil:before {
content: "\f098";
}
.icofont-penguin-linux:before {
content: "\f099";
}
.icofont-pestle:before {
content: "\f09a";
}
.icofont-phone-circle:before {
content: "\f09b";
}
.icofont-phone:before {
content: "\f09c";
}
.icofont-picture:before {
content: "\f09d";
}
.icofont-pie:before {
content: "\f09e";
}
.icofont-pine:before {
content: "\f09f";
}
.icofont-pixels:before {
content: "\f0a0";
}
.icofont-play:before {
content: "\f0a1";
}
.icofont-plugin:before {
content: "\f0a2";
}
.icofont-plus-circle:before {
content: "\f0a3";
}
.icofont-plus-square:before {
content: "\f0a4";
}
.icofont-plus:before {
content: "\f0a5";
}
.icofont-polygonal:before {
content: "\f0a6";
}
.icofont-power:before {
content: "\f0a7";
}
.icofont-presentation:before {
content: "\f0a8";
}
.icofont-price:before {
content: "\f0a9";
}
.icofont-print:before {
content: "\f0aa";
}
.icofont-puzzle:before {
content: "\f0ab";
}
.icofont-qr-code:before {
content: "\f0ac";
}
.icofont-queen:before {
content: "\f0ad";
}
.icofont-question-circle:before {
content: "\f0ae";
}
.icofont-question-square:before {
content: "\f0af";
}
.icofont-question:before {
content: "\f0b0";
}
.icofont-quote-left:before {
content: "\f0b1";
}
.icofont-quote-right:before {
content: "\f0b2";
}
.icofont-radio:before {
content: "\f0b3";
}
.icofont-random:before {
content: "\f0b4";
}
.icofont-recycle:before {
content: "\f0b5";
}
.icofont-refresh:before {
content: "\f0b6";
}
.icofont-repair:before {
content: "\f0b7";
}
.icofont-reply-all:before {
content: "\f0b8";
}
.icofont-reply:before {
content: "\f0b9";
}
.icofont-resize:before {
content: "\f0ba";
}
.icofont-responsive:before {
content: "\f0bb";
}
.icofont-retweet:before {
content: "\f0bc";
}
.icofont-road:before {
content: "\f0bd";
}
.icofont-robot:before {
content: "\f0be";
}
.icofont-rocket:before {
content: "\f0bf";
}
.icofont-royal:before {
content: "\f0c0";
}
.icofont-rss-feed:before {
content: "\f0c1";
}
.icofont-safety:before {
content: "\f0c2";
}
.icofont-sale-discount:before {
content: "\f0c3";
}
.icofont-satellite:before {
content: "\f0c4";
}
.icofont-send-mail:before {
content: "\f0c5";
}
.icofont-server:before {
content: "\f0c6";
}
.icofont-settings:before {
content: "\f0c7";
}
.icofont-share-alt:before {
content: "\f0c8";
}
.icofont-share-boxed:before {
content: "\f0c9";
}
.icofont-share:before {
content: "\f0ca";
}
.icofont-shield:before {
content: "\f0cb";
}
.icofont-ship:before {
content: "\f0cc";
}
.icofont-shopping-cart:before {
content: "\f0cd";
}
.icofont-sign-in:before {
content: "\f0ce";
}
.icofont-sign-out:before {
content: "\f0cf";
}
.icofont-signal:before {
content: "\f0d0";
}
.icofont-site-map:before {
content: "\f0d1";
}
.icofont-smart-phone:before {
content: "\f0d2";
}
.icofont-soccer:before {
content: "\f0d3";
}
.icofont-sort-alt:before {
content: "\f0d4";
}
.icofont-sort:before {
content: "\f0d5";
}
.icofont-space:before {
content: "\f0d6";
}
.icofont-spanner:before {
content: "\f0d7";
}
.icofont-speech-comments:before {
content: "\f0d8";
}
.icofont-speed-meter:before {
content: "\f0d9";
}
.icofont-spinner-alt-1:before {
content: "\f0da";
}
.icofont-spinner-alt-2:before {
content: "\f0db";
}
.icofont-spinner-alt-3:before {
content: "\f0dc";
}
.icofont-spinner-alt-4:before {
content: "\f0dd";
}
.icofont-spinner-alt-5:before {
content: "\f0de";
}
.icofont-spinner-alt-6:before {
content: "\f0df";
}
.icofont-spinner:before {
content: "\f0e0";
}
.icofont-spreadsheet:before {
content: "\f0e1";
}
.icofont-square:before {
content: "\f0e2";
}
.icofont-ssl-security:before {
content: "\f0e3";
}
.icofont-star-alt-1:before {
content: "\f0e4";
}
.icofont-star-alt-2:before {
content: "\f0e5";
}
.icofont-star:before {
content: "\f0e6";
}
.icofont-street-view:before {
content: "\f0e7";
}
.icofont-sun:before {
content: "\f0e8";
}
.icofont-support-faq:before {
content: "\f0e9";
}
.icofont-tack-pin:before {
content: "\f0ea";
}
.icofont-tag:before {
content: "\f0eb";
}
.icofont-tags:before {
content: "\f0ec";
}
.icofont-tasks:before {
content: "\f0ed";
}
.icofont-telephone:before {
content: "\f0ee";
}
.icofont-telescope:before {
content: "\f0ef";
}
.icofont-terminal:before {
content: "\f0f0";
}
.icofont-thumbs-down:before {
content: "\f0f1";
}
.icofont-thumbs-up:before {
content: "\f0f2";
}
.icofont-tick-boxed:before {
content: "\f0f3";
}
.icofont-tick-mark:before {
content: "\f0f4";
}
.icofont-ticket:before {
content: "\f0f5";
}
.icofont-tie:before {
content: "\f0f6";
}
.icofont-toggle-off:before {
content: "\f0f7";
}
.icofont-toggle-on:before {
content: "\f0f8";
}
.icofont-tools:before {
content: "\f0f9";
}
.icofont-transparent:before {
content: "\f0fa";
}
.icofont-tree:before {
content: "\f0fb";
}
.icofont-umbrella:before {
content: "\f0fc";
}
.icofont-unlock:before {
content: "\f0fd";
}
.icofont-unlocked:before {
content: "\f0fe";
}
.icofont-upload-alt:before {
content: "\f0ff";
}
.icofont-upload:before {
content: "\f100";
}
.icofont-usb-drive:before {
content: "\f101";
}
.icofont-usb:before {
content: "\f102";
}
.icofont-vector-path:before {
content: "\f103";
}
.icofont-verification-check:before {
content: "\f104";
}
.icofont-video-clapper:before {
content: "\f105";
}
.icofont-video:before {
content: "\f106";
}
.icofont-volume-down:before {
content: "\f107";
}
.icofont-volume-off:before {
content: "\f108";
}
.icofont-volume-up:before {
content: "\f109";
}
.icofont-wall-clock:before {
content: "\f10a";
}
.icofont-wall:before {
content: "\f10b";
}
.icofont-wallet:before {
content: "\f10c";
}
.icofont-warning-alt:before {
content: "\f10d";
}
.icofont-warning:before {
content: "\f10e";
}
.icofont-water-drop:before {
content: "\f10f";
}
.icofont-web:before {
content: "\f110";
}
.icofont-wheelchair:before {
content: "\f111";
}
.icofont-wifi-alt:before {
content: "\f112";
}
.icofont-wifi:before {
content: "\f113";
}
.icofont-world:before {
content: "\f114";
}
.icofont-zigzag:before {
content: "\f115";
}
.icofont-zipped:before {
content: "\f116";
}
.icofont-social-500px:before {
content: "\f117";
}
.icofont-social-baidu-tieba:before {
content: "\f118";
}
.icofont-social-bbm-messenger:before {
content: "\f119";
}
.icofont-social-delicious:before {
content: "\f11a";
}
.icofont-social-dribbble:before {
content: "\f11b";
}
.icofont-social-facebook-messenger:before {
content: "\f11c";
}
.icofont-social-flikr:before {
content: "\f11d";
}
.icofont-social-foursquare:before {
content: "\f11e";
}
.icofont-social-google-hangouts:before {
content: "\f11f";
}
.icofont-social-kakaotalk:before {
content: "\f120";
}
.icofont-social-kik:before {
content: "\f121";
}
.icofont-social-kiwibox:before {
content: "\f122";
}
.icofont-social-linkedin:before {
content: "\f123";
}
.icofont-social-meetme:before {
content: "\f124";
}
.icofont-social-odnoklassniki:before {
content: "\f125";
}
.icofont-social-photobucket:before {
content: "\f126";
}
.icofont-social-qq:before {
content: "\f127";
}
.icofont-social-renren:before {
content: "\f128";
}
.icofont-social-slack:before {
content: "\f129";
}
.icofont-social-slidshare:before {
content: "\f12a";
}
.icofont-social-snapchat:before {
content: "\f12b";
}
.icofont-social-soundcloud:before {
content: "\f12c";
}
.icofont-social-spotify:before {
content: "\f12d";
}
.icofont-social-stack-exchange:before {
content: "\f12e";
}
.icofont-social-stack-overflow:before {
content: "\f12f";
}
.icofont-social-tagged:before {
content: "\f130";
}
.icofont-social-trello:before {
content: "\f131";
}
.icofont-social-twitch:before {
content: "\f132";
}
.icofont-social-vk:before {
content: "\f133";
}
.icofont-social-weibo:before {
content: "\f134";
}
.icofont-social-whatsapp:before {
content: "\f135";
}
.icofont-social-youku:before {
content: "\f136";
}
.icofont-social-youtube-play:before {
content: "\f137";
}
.icofont-social-youtube:before {
content: "\f138";
}
.icofont-brand-xiaomi:before {
content: "\f139";
} .icofont-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%
}
.icofont-2x {
font-size: 2em
}
.icofont-3x {
font-size: 3em
}
.icofont-4x {
font-size: 4em
}
.icofont-5x {
font-size: 5em
}
.icofont-fw {
display: inline-block;
width: 1.28571429em;
text-align: center
} .icofont-fw {
width: 1.28571429em;
text-align: center;
} .icofont-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.icofont-ul>li {
position: relative;
}
.icofont-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center;
} .icofont-rotate {
display: inline-block;
-webkit-animation: icofont-rotate 2s infinite linear;
animation: icofont-rotate 2s infinite linear
}
@-webkit-keyframes icofont-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes icofont-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}@font-face {
font-family: 'printify-icon';
src:  url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/printify-icon.eot?hce66p);
src:  url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/printify-icon.eot?hce66p#iefix) format('embedded-opentype'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/printify-icon.ttf?hce66p) format('truetype'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/printify-icon.woff?hce66p) format('woff'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/printify-icon.svg?hce66p#printify-icon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="printify-icon-"], [class*=" printify-icon-"] { font-family: 'printify-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.printify-icon-artboard:before {
content: "\e900";
}
.printify-icon-big-bag-with-handles:before {
content: "\e901";
}
.printify-icon-big-box:before {
content: "\e902";
}
.printify-icon-big-brochure:before {
content: "\e903";
}
.printify-icon-big-clip:before {
content: "\e904";
}
.printify-icon-big-folder:before {
content: "\e905";
}
.printify-icon-big-mug:before {
content: "\e906";
}
.printify-icon-big-paint-roller:before {
content: "\e907";
}
.printify-icon-billboard-with-text:before {
content: "\e908";
}
.printify-icon-blank-paper:before {
content: "\e909";
}
.printify-icon-bottle-of-glue:before {
content: "\e90a";
}
.printify-icon-brochure-folded:before {
content: "\e90b";
}
.printify-icon-cd-box:before {
content: "\e90c";
}
.printify-icon-cello-tape:before {
content: "\e90d";
}
.printify-icon-chromatic-circle:before {
content: "\e90e";
}
.printify-icon-circular-sticker:before {
content: "\e90f";
}
.printify-icon-classic-folder:before {
content: "\e910";
}
.printify-icon-classic-stappler:before {
content: "\e911";
}
.printify-icon-closed-book:before {
content: "\e912";
}
.printify-icon-cmyk-circles:before {
content: "\e913";
}
.printify-icon-computer-monitor-back-view:before {
content: "\e914";
}
.printify-icon-continuous-feed-paper:before {
content: "\e915";
}
.printify-icon-crop-symbol:before {
content: "\e916";
}
.printify-icon-cube-template:before {
content: "\e917";
}
.printify-icon-cutter-with-lines:before {
content: "\e918";
}
.printify-icon-drawing-pens:before {
content: "\e919";
}
.printify-icon-dropper-with-liquid:before {
content: "\e91a";
}
.printify-icon-empty-box-open:before {
content: "\e91b";
}
.printify-icon-envelope-back-side:before {
content: "\e91c";
}
.printify-icon-fabric-paint:before {
content: "\e91d";
}
.printify-icon-first-printer:before {
content: "\e91e";
}
.printify-icon-fountain-pen:before {
content: "\e91f";
}
.printify-icon-glue-stick:before {
content: "\e920";
}
.printify-icon-hanging-billboard:before {
content: "\e921";
}
.printify-icon-inclilned-paint-brush:before {
content: "\e922";
}
.printify-icon-inclined-book:before {
content: "\e923";
}
.printify-icon-inclined-eraser:before {
content: "\e924";
}
.printify-icon-inclined-lead:before {
content: "\e925";
}
.printify-icon-inclined-marker:before {
content: "\e926";
}
.printify-icon-inclined-pen:before {
content: "\e927";
}
.printify-icon-inclined-pencil:before {
content: "\e928";
}
.printify-icon-inclined-pendrive:before {
content: "\e929";
}
.printify-icon-ink-cartirdge:before {
content: "\e92a";
}
.printify-icon-ink-drops:before {
content: "\e92b";
}
.printify-icon-ink-level:before {
content: "\e92c";
}
.printify-icon-inkwell:before {
content: "\e92d";
}
.printify-icon-letter-t-on-rectangle:before {
content: "\e92e";
}
.printify-icon-long-envelope:before {
content: "\e92f";
}
.printify-icon-magnifier-len:before {
content: "\e930";
}
.printify-icon-milk-box:before {
content: "\e931";
}
.printify-icon-newspaper-folded:before {
content: "\e932";
}
.printify-icon-notebook-with-rings:before {
content: "\e933";
}
.printify-icon-notepad-with-text:before {
content: "\e934";
}
.printify-icon-office-photocopier:before {
content: "\e935";
}
.printify-icon-office-scanner:before {
content: "\e936";
}
.printify-icon-old-camera:before {
content: "\e937";
}
.printify-icon-old-printer:before {
content: "\e938";
}
.printify-icon-one-pine:before {
content: "\e939";
}
.printify-icon-open-book:before {
content: "\e93a";
}
.printify-icon-open-book-1:before {
content: "\e93b";
}
.printify-icon-paint-can-open:before {
content: "\e93c";
}
.printify-icon-pantone:before {
content: "\e93d";
}
.printify-icon-paper-drill:before {
content: "\e93e";
}
.printify-icon-paper-guillotine:before {
content: "\e93f";
}
.printify-icon-paper-pad:before {
content: "\e940";
}
.printify-icon-paper-roll:before {
content: "\e941";
}
.printify-icon-paper-roll-1:before {
content: "\e942";
}
.printify-icon-paper-tray:before {
content: "\e943";
}
.printify-icon-pencil-and-ruler-crossed:before {
content: "\e944";
}
.printify-icon-pencil-box:before {
content: "\e945";
}
.printify-icon-pencil-can:before {
content: "\e946";
}
.printify-icon-pencil-sharpener:before {
content: "\e947";
}
.printify-icon-press:before {
content: "\e948";
}
.printify-icon-printer-without-paper:before {
content: "\e949";
}
.printify-icon-printing-document:before {
content: "\e94a";
}
.printify-icon-printing-text:before {
content: "\e94b";
}
.printify-icon-print-mark:before {
content: "\e94c";
}
.printify-icon-print-mark-1:before {
content: "\e94d";
}
.printify-icon-protactor-measuring:before {
content: "\e94e";
}
.printify-icon-recycling-sign:before {
content: "\e94f";
}
.printify-icon-ring-calendar:before {
content: "\e950";
}
.printify-icon-road-billboard:before {
content: "\e951";
}
.printify-icon-rubber-stamp:before {
content: "\e952";
}
.printify-icon-school-compass:before {
content: "\e953";
}
.printify-icon-scissors-and-cutout-lines:before {
content: "\e954";
}
.printify-icon-shopping-paper-bag:before {
content: "\e955";
}
.printify-icon-size-square:before {
content: "\e956";
}
.printify-icon-stapler:before {
content: "\e957";
}
.printify-icon-staple-remover:before {
content: "\e958";
}
.printify-icon-street-bin:before {
content: "\e959";
}
.printify-icon-tablet-with-pen:before {
content: "\e95a";
}
.printify-icon-three-pins:before {
content: "\e95b";
}
.printify-icon-transform-square:before {
content: "\e95c";
}
.printify-icon-t-shirt-with-square:before {
content: "\e95d";
}
.printify-icon-two-crayons:before {
content: "\e95e";
}
.printify-icon-vector-lines:before {
content: "\e95f";
}
.printify-icon-vinyl-printer:before {
content: "\e960";
}
.printify-icon-white-out:before {
content: "\e961";
}
.printify-icon-white-sheets:before {
content: "\e962";
}
.printify-icon-wrapped-package:before {
content: "\e963";
}.hvr-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow:active,.hvr-grow:focus,.hvr-grow:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-shrink:active,.hvr-shrink:focus,.hvr-shrink:hover{-webkit-transform:scale(0.9);transform:scale(0.9)}@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.hvr-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse-grow:active,.hvr-pulse-grow:focus,.hvr-pulse-grow:hover{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse-shrink:active,.hvr-pulse-shrink:focus,.hvr-pulse-shrink:hover{-webkit-animation-name:hvr-pulse-shrink;animation-name:hvr-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.hvr-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-push:active,.hvr-push:focus,.hvr-push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.hvr-pop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pop:active,.hvr-pop:focus,.hvr-pop:hover{-webkit-animation-name:hvr-pop;animation-name:hvr-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-bounce-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-in:active,.hvr-bounce-in:focus,.hvr-bounce-in:hover{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.hvr-bounce-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-out:active,.hvr-bounce-out:focus,.hvr-bounce-out:hover{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.hvr-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-rotate:active,.hvr-rotate:focus,.hvr-rotate:hover{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.hvr-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow-rotate:active,.hvr-grow-rotate:focus,.hvr-grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.hvr-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-float:active,.hvr-float:focus,.hvr-float:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hvr-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sink:active,.hvr-sink:focus,.hvr-sink:hover{-webkit-transform:translateY(8px);transform:translateY(8px)}@-webkit-keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@-webkit-keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.hvr-bob{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-bob:active,.hvr-bob:focus,.hvr-bob:hover{-webkit-animation-name:hvr-bob-float,hvr-bob;animation-name:hvr-bob-float,hvr-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@-webkit-keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.hvr-hang{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-hang:active,.hvr-hang:focus,.hvr-hang:hover{-webkit-animation-name:hvr-hang-sink,hvr-hang;animation-name:hvr-hang-sink,hvr-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.hvr-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-skew:active,.hvr-skew:focus,.hvr-skew:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-forward:active,.hvr-skew-forward:focus,.hvr-skew-forward:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-backward:active,.hvr-skew-backward:focus,.hvr-skew-backward:hover{-webkit-transform:skew(10deg);transform:skew(10deg)}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.hvr-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-horizontal:active,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.hvr-wobble-to-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-to-bottom-right:active,.hvr-wobble-to-bottom-right:focus,.hvr-wobble-to-bottom-right:hover{-webkit-animation-name:hvr-wobble-to-bottom-right;animation-name:hvr-wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.hvr-wobble-to-top-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-to-top-right:active,.hvr-wobble-to-top-right:focus,.hvr-wobble-to-top-right:hover{-webkit-animation-name:hvr-wobble-to-top-right;animation-name:hvr-wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-wobble-top:active,.hvr-wobble-top:focus,.hvr-wobble-top:hover{-webkit-animation-name:hvr-wobble-top;animation-name:hvr-wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transform-origin:100% 0;transform-origin:100% 0}.hvr-wobble-bottom:active,.hvr-wobble-bottom:focus,.hvr-wobble-bottom:hover{-webkit-animation-name:hvr-wobble-bottom;animation-name:hvr-wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-skew:active,.hvr-wobble-skew:focus,.hvr-wobble-skew:hover{-webkit-animation-name:hvr-wobble-skew;animation-name:hvr-wobble-skew;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-buzz{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-buzz:active,.hvr-buzz:focus,.hvr-buzz:hover{-webkit-animation-name:hvr-buzz;animation-name:hvr-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-buzz-out:active,.hvr-buzz-out:focus,.hvr-buzz-out:hover{-webkit-animation-name:hvr-buzz-out;animation-name:hvr-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-forward:active,.hvr-forward:focus,.hvr-forward:hover{-webkit-transform:translateX(8px);transform:translateX(8px)}.hvr-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-backward:active,.hvr-backward:focus,.hvr-backward:hover{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hvr-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:color,background-color;transition-property:color,background-color}.hvr-fade:active,.hvr-fade:focus,.hvr-fade:hover{background-color:#2098D1;color:#fff}@-webkit-keyframes hvr-back-pulse{50%{background-color:rgba(32,152,209,.75)}}@keyframes hvr-back-pulse{50%{background-color:rgba(32,152,209,.75)}}.hvr-back-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color,background-color;transition-property:color,background-color}.hvr-back-pulse:active,.hvr-back-pulse:focus,.hvr-back-pulse:hover{-webkit-animation-name:hvr-back-pulse;animation-name:hvr-back-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:#2098D1;background-color:#2098d1;color:#fff}.hvr-sweep-to-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-right:active,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:hover{color:#fff}.hvr-sweep-to-right:active:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-sweep-to-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-left:active,.hvr-sweep-to-left:focus,.hvr-sweep-to-left:hover{color:#fff}.hvr-sweep-to-left:active:before,.hvr-sweep-to-left:focus:before,.hvr-sweep-to-left:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-sweep-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-bottom:active,.hvr-sweep-to-bottom:focus,.hvr-sweep-to-bottom:hover{color:#fff}.hvr-sweep-to-bottom:active:before,.hvr-sweep-to-bottom:focus:before,.hvr-sweep-to-bottom:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-sweep-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-top:active,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:hover{color:#fff}.hvr-sweep-to-top:active:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-bounce-to-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-right:active,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:hover{color:#fff}.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-bounce-to-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-left:active,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:hover{color:#fff}.hvr-bounce-to-left:active:before,.hvr-bounce-to-left:focus:before,.hvr-bounce-to-left:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-bounce-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-bottom:active,.hvr-bounce-to-bottom:focus,.hvr-bounce-to-bottom:hover{color:#fff}.hvr-bounce-to-bottom:active:before,.hvr-bounce-to-bottom:focus:before,.hvr-bounce-to-bottom:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-bounce-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-top:active,.hvr-bounce-to-top:focus,.hvr-bounce-to-top:hover{color:#fff}.hvr-bounce-to-top:active:before,.hvr-bounce-to-top:focus:before,.hvr-bounce-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-radial-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-radial-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;border-radius:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-out:active,.hvr-radial-out:focus,.hvr-radial-out:hover{color:#fff}.hvr-radial-out:active:before,.hvr-radial-out:focus:before,.hvr-radial-out:hover:before{-webkit-transform:scale(2);transform:scale(2)}.hvr-radial-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden;background:#2098D1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-radial-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;border-radius:100%;-webkit-transform:scale(2);transform:scale(2);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-in:active,.hvr-radial-in:focus,.hvr-radial-in:hover{color:#fff}.hvr-radial-in:active:before,.hvr-radial-in:focus:before,.hvr-radial-in:hover:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-rectangle-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#2098D1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-rectangle-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-rectangle-in:active,.hvr-rectangle-in:focus,.hvr-rectangle-in:hover{color:#fff}.hvr-rectangle-in:active:before,.hvr-rectangle-in:focus:before,.hvr-rectangle-in:hover:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-rectangle-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098D1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-rectangle-out:active,.hvr-rectangle-out:focus,.hvr-rectangle-out:hover{color:#fff}.hvr-rectangle-out:active:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:hover:before{-webkit-transform:scale(1);transform:scale(1)}.hvr-shutter-in-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#2098D1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-in-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-in-horizontal:active,.hvr-shutter-in-horizontal:focus,.hvr-shutter-in-horizontal:hover{color:#fff}.hvr-shutter-in-horizontal:active:before,.hvr-shutter-in-horizontal:focus:before,.hvr-shutter-in-horizontal:hover:before{-webkit-transform:scaleX(0);transform:scaleX(0)}.hvr-shutter-out-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-out-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098D1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-out-horizontal:active,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:hover{color:#fff}.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-shutter-in-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#2098D1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-in-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-in-vertical:active,.hvr-shutter-in-vertical:focus,.hvr-shutter-in-vertical:hover{color:#fff}.hvr-shutter-in-vertical:active:before,.hvr-shutter-in-vertical:focus:before,.hvr-shutter-in-vertical:hover:before{-webkit-transform:scaleY(0);transform:scaleY(0)}.hvr-shutter-out-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-out-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098D1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-out-vertical:active,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:hover{color:#fff}.hvr-shutter-out-vertical:active:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-border-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px transparent}.hvr-border-fade:active,.hvr-border-fade:focus,.hvr-border-fade:hover{box-shadow:inset 0 0 0 4px #2098D1,0 0 1px transparent}.hvr-hollow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px transparent}.hvr-hollow:active,.hvr-hollow:focus,.hvr-hollow:hover{background:0 0}.hvr-trim{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-trim:active:before,.hvr-trim:focus:before,.hvr-trim:hover:before{opacity:1}@-webkit-keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}@keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}.hvr-ripple-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-ripple-out:before{content:'';position:absolute;border:#e1e1e1 solid 6px;top:0;right:0;bottom:0;left:0;-webkit-animation-duration:1s;animation-duration:1s}.hvr-ripple-out:active:before,.hvr-ripple-out:focus:before,.hvr-ripple-out:hover:before{-webkit-animation-name:hvr-ripple-out;animation-name:hvr-ripple-out}@-webkit-keyframes hvr-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}@keyframes hvr-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}.hvr-ripple-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-ripple-in:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-webkit-animation-duration:1s;animation-duration:1s}.hvr-ripple-in:active:before,.hvr-ripple-in:focus:before,.hvr-ripple-in:hover:before{-webkit-animation-name:hvr-ripple-in;animation-name:hvr-ripple-in}.hvr-outline-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-outline-out:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.hvr-outline-out:active:before,.hvr-outline-out:focus:before,.hvr-outline-out:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.hvr-outline-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-outline-in:before{pointer-events:none;content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.hvr-outline-in:active:before,.hvr-outline-in:focus:before,.hvr-outline-in:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.hvr-round-corners{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius}.hvr-round-corners:active,.hvr-round-corners:focus,.hvr-round-corners:hover{border-radius:1em}.hvr-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#2098D1;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-left:active:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:hover:before{right:0}.hvr-underline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-from-center:before{content:"";position:absolute;z-index:-1;left:50%;right:50%;bottom:0;background:#2098D1;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-center:active:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:hover:before{left:0;right:0}.hvr-underline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;bottom:0;background:#2098D1;height:4px;-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-right:active:before,.hvr-underline-from-right:focus:before,.hvr-underline-from-right:hover:before{left:0}.hvr-overline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;top:0;background:#2098D1;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-left:active:before,.hvr-overline-from-left:focus:before,.hvr-overline-from-left:hover:before{right:0}.hvr-overline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-from-center:before{content:"";position:absolute;z-index:-1;left:50%;right:50%;top:0;background:#2098D1;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-center:active:before,.hvr-overline-from-center:focus:before,.hvr-overline-from-center:hover:before{left:0;right:0}.hvr-overline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;top:0;background:#2098D1;height:4px;-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-right:active:before,.hvr-overline-from-right:focus:before,.hvr-overline-from-right:hover:before{left:0}.hvr-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;border-color:#2098D1;border-style:solid;border-width:0;-webkit-transition-property:border-width;transition-property:border-width;-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-reveal:active:before,.hvr-reveal:focus:before,.hvr-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0);border-width:4px}.hvr-underline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background:#2098D1;height:4px;-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-reveal:active:before,.hvr-underline-reveal:focus:before,.hvr-underline-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0)}.hvr-overline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;background:#2098D1;height:4px;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-reveal:active:before,.hvr-overline-reveal:focus:before,.hvr-overline-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0)}.hvr-glow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-glow:active,.hvr-glow:focus,.hvr-glow:hover{box-shadow:0 0 8px rgba(0,0,0,.6)}.hvr-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-shadow:active,.hvr-shadow:focus,.hvr-shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5)}.hvr-grow-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow,transform;transition-property:box-shadow,transform}.hvr-grow-shadow:active,.hvr-grow-shadow:focus,.hvr-grow-shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-box-shadow-outset{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-box-shadow-outset:active,.hvr-box-shadow-outset:focus,.hvr-box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,.6)}.hvr-box-shadow-inset{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent}.hvr-box-shadow-inset:active,.hvr-box-shadow-inset:focus,.hvr-box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent}.hvr-float-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.hvr-float-shadow:active,.hvr-float-shadow:focus,.hvr-float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hvr-float-shadow:active:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}.hvr-shadow-radial{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-shadow-radial:after,.hvr-shadow-radial:before{pointer-events:none;position:absolute;content:'';left:0;width:100%;box-sizing:border-box;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,transparent 80%)}.hvr-shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,transparent 80%)}.hvr-shadow-radial:active:after,.hvr-shadow-radial:active:before,.hvr-shadow-radial:focus:after,.hvr-shadow-radial:focus:before,.hvr-shadow-radial:hover:after,.hvr-shadow-radial:hover:before{opacity:1}.hvr-bubble-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;left:calc(50% - 10px);top:0;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1}.hvr-bubble-top:active:before,.hvr-bubble-top:focus:before,.hvr-bubble-top:hover:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;top:calc(50% - 10px);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.hvr-bubble-right:active:before,.hvr-bubble-right:focus:before,.hvr-bubble-right:hover:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;left:calc(50% - 10px);bottom:0;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent}.hvr-bubble-bottom:active:before,.hvr-bubble-bottom:focus:before,.hvr-bubble-bottom:hover:before{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;top:calc(50% - 10px);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.hvr-bubble-left:active:before,.hvr-bubble-left:focus:before,.hvr-bubble-left:hover:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-bubble-float-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-top:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);top:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-top:active,.hvr-bubble-float-top:focus,.hvr-bubble-float-top:hover{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-float-top:active:before,.hvr-bubble-float-top:focus:before,.hvr-bubble-float-top:hover:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-float-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-right:before{position:absolute;z-index:-1;top:calc(50% - 10px);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-right:active,.hvr-bubble-float-right:focus,.hvr-bubble-float-right:hover{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-bubble-float-right:active:before,.hvr-bubble-float-right:focus:before,.hvr-bubble-float-right:hover:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-float-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-bottom:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);bottom:0;border-style:solid;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-bottom:active,.hvr-bubble-float-bottom:focus,.hvr-bubble-float-bottom:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-float-bottom:active:before,.hvr-bubble-float-bottom:focus:before,.hvr-bubble-float-bottom:hover:before{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-float-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-left:before{position:absolute;z-index:-1;content:'';top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-left:active,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:hover{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-float-left:active:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:hover:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-icon-back{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-left:2.2em;-webkit-transition-duration:.1s;transition-duration:.1s}.hvr-icon-back:before{content:"\f137";position:absolute;left:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-back:active:before,.hvr-icon-back:focus:before,.hvr-icon-back:hover:before{-webkit-transform:translateX(-4px);transform:translateX(-4px)}.hvr-icon-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.1s;transition-duration:.1s}.hvr-icon-forward:before{content:"\f138";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-forward:active:before,.hvr-icon-forward:focus:before,.hvr-icon-forward:hover:before{-webkit-transform:translateX(4px);transform:translateX(4px)}@-webkit-keyframes hvr-icon-down{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-down{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hvr-icon-down{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-down:before{content:"\f01a";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-down:active:before,.hvr-icon-down:focus:before,.hvr-icon-down:hover:before{-webkit-animation-name:hvr-icon-down;animation-name:hvr-icon-down;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes hvr-icon-up{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-up{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hvr-icon-up{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-up:before{content:"\f01b";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-up:active:before,.hvr-icon-up:focus:before,.hvr-icon-up:hover:before{-webkit-animation-name:hvr-icon-up;animation-name:hvr-icon-up;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.hvr-icon-spin{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-spin:before{content:"\f021";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hvr-icon-spin:active:before,.hvr-icon-spin:focus:before,.hvr-icon-spin:hover:before{-webkit-transform:rotate(360deg);transform:rotate(360deg)}@-webkit-keyframes hvr-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%,51%{opacity:1}}@keyframes hvr-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%,51%{opacity:1}}.hvr-icon-drop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-drop:before{content:"\f041";position:absolute;right:1em;opacity:1;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-drop:active:before,.hvr-icon-drop:focus:before,.hvr-icon-drop:hover:before{opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-animation-name:hvr-icon-drop;animation-name:hvr-icon-drop;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(0.52,1.64,.37,.66);animation-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-icon-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-fade:before{content:"\f00c";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color;transition-property:color}.hvr-icon-fade:active:before,.hvr-icon-fade:focus:before,.hvr-icon-fade:hover:before{color:#0F9E5E}@-webkit-keyframes hvr-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}@keyframes hvr-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}.hvr-icon-float-away{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-float-away:after,.hvr-icon-float-away:before{content:"\f055";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome}.hvr-icon-float-away:after{opacity:0;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hvr-icon-float-away:active:after,.hvr-icon-float-away:focus:after,.hvr-icon-float-away:hover:after{-webkit-animation-name:hvr-icon-float-away;animation-name:hvr-icon-float-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes hvr-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}@keyframes hvr-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}.hvr-icon-sink-away{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-sink-away:after,.hvr-icon-sink-away:before{content:"\f056";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-sink-away:after{opacity:0;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hvr-icon-sink-away:active:after,.hvr-icon-sink-away:focus:after,.hvr-icon-sink-away:hover:after{-webkit-animation-name:hvr-icon-sink-away;animation-name:hvr-icon-sink-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.hvr-icon-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-grow:before{content:"\f118";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-grow:active:before,.hvr-icon-grow:focus:before,.hvr-icon-grow:hover:before{-webkit-transform:scale(1.3) translateZ(0);transform:scale(1.3) translateZ(0)}.hvr-icon-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-shrink:before{content:"\f119";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-shrink:active:before,.hvr-icon-shrink:focus:before,.hvr-icon-shrink:hover:before{-webkit-transform:scale(0.8);transform:scale(0.8)}@-webkit-keyframes hvr-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes hvr-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(0.8);transform:scale(0.8)}}.hvr-icon-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-pulse:before{content:"\f015";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse:active:before,.hvr-icon-pulse:focus:before,.hvr-icon-pulse:hover:before{-webkit-animation-name:hvr-icon-pulse;animation-name:hvr-icon-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes hvr-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}.hvr-icon-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-pulse-grow:before{content:"\f015";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse-grow:active:before,.hvr-icon-pulse-grow:focus:before,.hvr-icon-pulse-grow:hover:before{-webkit-animation-name:hvr-icon-pulse-grow;animation-name:hvr-icon-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-icon-pulse-shrink{to{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes hvr-icon-pulse-shrink{to{-webkit-transform:scale(0.8);transform:scale(0.8)}}.hvr-icon-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em}.hvr-icon-pulse-shrink:before{content:"\f015";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse-shrink:active:before,.hvr-icon-pulse-shrink:focus:before,.hvr-icon-pulse-shrink:hover:before{-webkit-animation-name:hvr-icon-pulse-shrink;animation-name:hvr-icon-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-icon-push{50%{-webkit-transform:scale(0.5);transform:scale(0.5)}}@keyframes hvr-icon-push{50%{-webkit-transform:scale(0.5);transform:scale(0.5)}}.hvr-icon-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-push:before{content:"\f006";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-push:active:before,.hvr-icon-push:focus:before,.hvr-icon-push:hover:before{-webkit-animation-name:hvr-icon-push;animation-name:hvr-icon-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes hvr-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.hvr-icon-pop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-pop:before{content:"\f005";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pop:active:before,.hvr-icon-pop:focus:before,.hvr-icon-pop:hover:before{-webkit-animation-name:hvr-icon-pop;animation-name:hvr-icon-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-icon-bounce{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-bounce:before{content:"\f087";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-bounce:active:before,.hvr-icon-bounce:focus:before,.hvr-icon-bounce:hover:before{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.hvr-icon-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-rotate:before{content:"\f0c6";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-rotate:active:before,.hvr-icon-rotate:focus:before,.hvr-icon-rotate:hover:before{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.hvr-icon-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-grow-rotate:before{content:"\f095";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-grow-rotate:active:before,.hvr-icon-grow-rotate:focus:before,.hvr-icon-grow-rotate:hover:before{-webkit-transform:scale(1.5) rotate(12deg);transform:scale(1.5) rotate(12deg)}.hvr-icon-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-float:before{content:"\f01b";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-float:active:before,.hvr-icon-float:focus:before,.hvr-icon-float:hover:before{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.hvr-icon-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-sink:before{content:"\f01a";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-sink:active:before,.hvr-icon-sink:focus:before,.hvr-icon-sink:hover:before{-webkit-transform:translateY(4px);transform:translateY(4px)}@-webkit-keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hvr-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hvr-icon-bob{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-bob:before{content:"\f077";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-bob:active:before,.hvr-icon-bob:focus:before,.hvr-icon-bob:hover:before{-webkit-animation-name:hvr-icon-bob-float,hvr-icon-bob;animation-name:hvr-icon-bob-float,hvr-icon-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-icon-hang{0%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-hang{0%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@-webkit-keyframes hvr-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hvr-icon-hang{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-hang:before{content:"\f078";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-hang:active:before,.hvr-icon-hang:focus:before,.hvr-icon-hang:hover:before{-webkit-animation-name:hvr-icon-hang-sink,hvr-icon-hang;animation-name:hvr-icon-hang-sink,hvr-icon-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.hvr-icon-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-wobble-horizontal:before{content:"\f061";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-wobble-horizontal:active:before,.hvr-icon-wobble-horizontal:focus:before,.hvr-icon-wobble-horizontal:hover:before{-webkit-animation-name:hvr-icon-wobble-horizontal;animation-name:hvr-icon-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hvr-icon-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-wobble-vertical:before{content:"\f062";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-wobble-vertical:active:before,.hvr-icon-wobble-vertical:focus:before,.hvr-icon-wobble-vertical:hover:before{-webkit-animation-name:hvr-icon-wobble-vertical;animation-name:hvr-icon-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-icon-buzz{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-buzz:before{content:"\f017";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-buzz:active:before,.hvr-icon-buzz:focus:before,.hvr-icon-buzz:hover:before{-webkit-animation-name:hvr-icon-buzz;animation-name:hvr-icon-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-icon-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-icon-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-icon-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-buzz-out:before{content:"\f023";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-buzz-out:active:before,.hvr-icon-buzz-out:focus:before,.hvr-icon-buzz-out:hover:before{-webkit-animation-name:hvr-icon-buzz-out;animation-name:hvr-icon-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-curl-top-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-top-left:active:before,.hvr-curl-top-left:focus:before,.hvr-curl-top-left:hover:before{width:25px;height:25px}.hvr-curl-top-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-top-right:active:before,.hvr-curl-top-right:focus:before,.hvr-curl-top-right:hover:before{width:25px;height:25px}.hvr-curl-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-bottom-right:active:before,.hvr-curl-bottom-right:focus:before,.hvr-curl-bottom-right:hover:before{width:25px;height:25px}.hvr-curl-bottom-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-bottom-left:active:before,.hvr-curl-bottom-left:focus:before,.hvr-curl-bottom-left:hover:before{width:25px;height:25px}.bootstrap-touchspin .input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 1%;
vertical-align: middle;
display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
padding: 8px 10px;
margin-left: -1px;
position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0;
border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
margin-top: -2px;
border-radius: 0;
border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
position: absolute;
top: 3px;
left: 5px;
font-size: 9px;
font-weight: normal;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:10px}.noUi-horizontal .noUi-handle{width:20px;height:20px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{display:none;:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{ width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
font: 400 12px Arial;
color: #999;
} .noUi-value {
width: 40px;
position: absolute;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 50px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
margin-left: -20px;
padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
width: 15px;
margin-left: 20px;
margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.featured-three-column .column .inner-box:hover {
box-shadow:0px 0px 10px rgba(255, 69, 40, 0.8) ;
}  .latest_blog_wrapper .post .date:after,.blog_post_meta .post .date:after {
border-color: rgba(253, 199, 22, 0);
}@font-face {
font-family: 'icomoon';
src:  url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icomoon.eot?tql8nt);
src:  url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icomoon.eot?tql8nt#iefix) format('embedded-opentype'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icomoon.ttf?tql8nt) format('truetype'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icomoon.woff?tql8nt) format('woff'),
url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/fonts/icomoon.svg?tql8nt#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon-21:before {
content: "\e914";
}
.icon-icon-22:before {
content: "\e915";
}
.icon-icon-23:before {
content: "\e916";
}
.icon-icon-24:before {
content: "\e917";
}
.icon-icon-25:before {
content: "\e918";
}
.icon-icon-26:before {
content: "\e919";
}
.icon-icon-27:before {
content: "\e91a";
}
.icon-icon-1:before {
content: "\e900";
}
.icon-icon-2:before {
content: "\e901";
}
.icon-icon-3:before {
content: "\e902";
}
.icon-icon-4:before {
content: "\e903";
}
.icon-icon-5:before {
content: "\e904";
}
.icon-icon-6:before {
content: "\e905";
}
.icon-icon-7:before {
content: "\e906";
}
.icon-icon-8:before {
content: "\e907";
}
.icon-icon-9:before {
content: "\e908";
}
.icon-icon-10:before {
content: "\e909";
}
.icon-icon-11:before {
content: "\e90a";
}
.icon-icon-12:before {
content: "\e90b";
}
.icon-icon-13:before {
content: "\e90c";
}
.icon-icon-14:before {
content: "\e90d";
}
.icon-icon-15:before {
content: "\e90e";
}
.icon-icon-16:before {
content: "\e90f";
}
.icon-icon-17:before {
content: "\e910";
}
.icon-icon-18:before {
content: "\e911";
}
.icon-icon-19:before {
content: "\e912";
}
.icon-icon-20:before {
content: "\e913";
}#appoinment_content .select-input {
width: 100%;
font-weight: normal;
height: 60px;
}
#appoinment_content .select-input + .ui-selectmenu-button {
width: 100%;
font-weight: normal;
height: 60px;
border: none;
outline: none;
background: none;
border: 1px solid #e3e3e3;
border-radius: 0;
}
#appoinment_content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
background-color: transparent;
border: none;
padding: 0;
border-radius: 0;
height: 100%;
line-height: 48px;
color: #222;
padding: 0 24px;
vertical-align: middle;
}
#appoinment_content .select-input + .ui-selectmenu-button span.ui-icon {
background: transparent url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images-2/select-box-arrow.png) 0 0 no-repeat;
width: 14px;
height: 8px;
top: 40%;
right: 20px;
}
#appoinment_content .select-input .ui-selectmenu-button span.ui-selectmenu-text {
font-weight: normal;
color: #cacac9;
}
#appoinment_content .vehicle-year .thm-spinner {
width: 70%;
display: inline-block;
margin-right: 15px;
}
#appoinment_content .vehicle-year .vehicle-year {  padding: 0;
text-align: center;
}
#appoinment_content .thm-spinner {
height: 10px;
border: none;
background: #f5f5f5;
}
#appoinment_content .thm-spinner .ui-widget-header {
background: #ff4328;
}
#appoinment_content .thm-spinner.ui-slider .ui-slider-handle {
width: 30px;
height: 30px;
border: none;
outline: none;
border-radius: 50%;
border: 10px solid #fff;
background: #ff4328;
box-shadow: 0 0 5px rgba(0,0,0,.1);
top: -10px;
}
#appoinment_content input[type="text"] {
color: #222;
}
#appoinment_content ul.special-checkbox {
font-size: 0;
}
#appoinment_content ul.special-checkbox li {
display: inline-block;
color: #555;
font-size: 14px;
line-height: 18px;
margin-right: 17px;
cursor: pointer;
}
#appoinment_content ul.special-checkbox li.active .input-checker {
border: none;
}
#appoinment_content ul.special-checkbox li.active .input-checker:before {
content: '\f14a';
font-family: 'FontAwesome';
font-size: 21px;
color: #ff4328;
}
#appoinment_content ul.special-checkbox li .input-checker {
width: 18px;
height: 18px;
border: 1px solid #ddd;
margin-right: 18px;
display: inline-block;
vertical-align: bottom;
}
.appointment-page  { 
padding-top: 10%;
}
.appointment-page  h2 {
font-size: 50px;
font-weight: 900;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0 20%;
padding: 1% 0;
}
.appointment-page  h3{
font-size: 16px;
font-weight: 300;
color:#fff;
}
.appoint {
padding: 80px 15% 10px 15%;
}
.appoint p{
font-size: 16px;
font-weight: 600;
color:#333333;
line-height:23px;
}
.information{
height:60px;
margin-bottom: 30px;
}
.information_siral{
font-size: 24px;
font-weight: 700;
color:#fff; 
float:left;
width:4%;
background:#ff4328;
text-align:center;
height:60px;
padding-top: 15px;
}
.information_details {
font-size: 24px;
font-weight: 700;
color: #000000;
float: right;
width: 96%;
background: #f5f5f5;
height: 60px;
padding-top: 15px;
padding-left: 30px;
}
.information_column{}
.information_column h2 {
font-size: 14px;
font-weight: 700;
color: #000 ;
text-transform: uppercase;
padding: 15px 0;
}
select.form-control.selectclase {
border: 1px solid #e1e1e1;
height: 50px;
border-radius: 0px;
font-size: 13px;
font-weight: 500; 
color:#cacac9; 
}
.information_input input{
border: 1px solid #e1e1e1;
height: 50px;
border-radius: 0px;
font-size: 13px;
font-weight: 500;
color:#cacac9; 
}
.informatino_two{
height:60px;
}
.appoinment_content_area {
padding: 30px 0;
overflow: hidden;
}
.checkbox_colunn {
width: 14%;
float: left;
}
.checkbox_colunn form{
font-size: 14px;
font-weight: 500;
color:#cececd; 
}
.form_column h2 {
font-size: 14px;
font-weight: 700;
color: #000;
text-transform: uppercase;
padding: 20px 0;
}
.form_column input{
border: 1px solid #e1e1e1;
height: 50px;
border-radius: 0px;
font-size: 13px;
font-weight: 500;
color:#cacac9;
width: 100%;
padding: 0 30px;
}
.form_textarea{}.form_textarea {
padding-top: 20px;
}
.form_textarea h2{
font-size: 14px;
font-weight: 700;
color:#000; 
text-transform:uppercase;
padding-bottom: 20px;
}
.form_textarea textarea {
border: 1px solid #e1e1e1;
height: 100%;
border-radius: 0px;
font-size: 13px;
font-weight: 500;
color: #cacac9;
width: 100%;
padding: 20px;
}
.appoinment_form {
overflow: hidden;
padding: 60px 0 100px 0;
}
.information_check_box{
font-size: 14px;
font-weight: 500;
color: #cececd; 
}
.information_check_box span { 
float: left;
padding-left: 0px;
padding-top: 1px;
}
.information_check_box i {
float: left;
padding-top: 3px;
width:18px;
height:18px;
font-size:18px;
}
i.fa.fa-check-square {
background: #fff;
color: #ff4328;
}
.fa.fa-check-square {
margin-right: 6px;
}
.information_check_box {
width: 15%;
float: left;
}
.checkbox-middel {
width: 10%; 
} 
input.check {
width: 15px;
height: 15px;
border:1px solid #e1e1e1;
font-size: 14px;
font-weight: 500;
color: #cececd;
}
.appoint_button {
font-weight: 700;
font-size: 13px;
color: #fff;
background: #ff4328 !important;
width: 140px;
height: 45px;
border: 0px solid;
border-radius: 0px;
}
.form_textarea_contact {
padding-left: 10px;
padding-top: 18px;
}
.contact_details input{
border: 1px solid #e1e1e1;
height: 50px;
border-radius: 0px;
font-size: 13px;
font-weight: 500;
color:#cacac9; 
}
.form_textarea_contact textarea {
border: 1px solid #e1e1e1;
border-radius: 0;
color: #222;
font-size: 13px;
font-weight: 500;
height: 295px;
margin-top: 22px;
padding: 15px;
width: 100%;
}
.contact_button{
border:0px solid;
border-radius:0px;
width:100px;
height:45px;
background:#ff4328;
color:#fff;
font-size: 13px;
font-weight: 700;
text-align:center;
padding-top:5px;
float:right;
margin-top:20px;
}
.contact_button:hover{
background:#ff4328 !important;
color:#fff !important;
}
.form_column h2 {
font-size: 14px;
font-weight: 700;
color: #000;
text-transform: uppercase;
padding: 20px 0;
}
.form_textarea_contact h2 {
font-size: 14px;
font-weight: 700;
color: #000;
text-transform: captilize;
}
#appoinment_content input {
border: 1px solid #e3e3e3;
width: 100%;
height: 60px;
padding: 0 30px;
}
#appoinment_content .hvr-bounce-to-right:before {
background-color: #222
}
.special-service {}
.special-service .special-checkbox {}
.special-service .special-checkbox span {
margin: 0;
}
.special-service .special-checkbox span label {
display: inline-block;
color: #555;
font-size: 14px;
line-height: 18px;
margin-right: 17px;
cursor: pointer;
}
.special-service .special-checkbox span label input {
width: 18px !important;
height: 18px !important;
border: 1px solid #ddd !important;
margin-right: 18px;
display: inline-block;
vertical-align: bottom;
padding: 0 0 !important;
}
.special-service .special-checkbox span label input span {}
.btn-info.focus, .btn-info:focus {
box-shadow: unset !important;
}
#appoinment_content .vehicle-year .thm-spinner {
position: relative;
top: 25px;
}
.vehicle-year p {
float: right;
width: 24%;
display: inline-block;
padding: 0;
text-align: center;
}
#appoinment_content .thm-spinner.ui-slider .ui-slider-handle {
width: 30px !important;
}
#appoinment_content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
padding: 0 !important;
}#ptTimeSelectCntr {
display: none;
font-size: 12px;
margin-left: 0;
position: absolute;
width: 270px !important;
z-index: 10;
}
#ptTimeSelectCntr .ui-widget-content {
background: #fff none repeat scroll 0 0;
border: medium none !important;
border-radius: 0;
margin-bottom: 0px;
margin-top: 0 !important;
padding: 5px;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
border: 1px solid #ddd !important;
}
#ptTimeSelectCntr .ui-widget{}
#ptTimeSelectCntr .ui-widget-header {
background: #43c3ea none repeat scroll 0 0;
border: 2px solid #252525;
border-radius: 0;
color: #fff;
font-size: 13px;
font-weight: 700;
height: 40px;
padding: 5px;
}
#ptTimeSelectCntr #ptTimeSelectUserTime {
font-size: larger;
line-height: 26px;
padding: 0 10px;
text-align: center;
}
#ptTimeSelectCntr .ui-widget-header .ui-icon {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/images/ui-icons_444444_256x240.png) !importent;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr {
display: block;
padding: 0;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
margin-top: 0;
}
#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
border-top:none;
border-bottom:none;
border-left:none;
border-right-width: 2px;
}
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
border: none;
} #ptTimeSelectCntr .ptTimeSelectHrCntr a, 
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
display: block;
float: left;
line-height: 32px;
margin: 2px;
padding: 0;
text-align: center;
text-decoration: none;
transition: all 500ms ease;
}
#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover, 
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{
background: #43c3ea !important;
border-color: #43c3ea !important;
} #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
color: #252525;
font-size: 13px;
font-weight: 700;
} #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
border-radius: 30%;
display: block;
height: 25px !important;
line-height: 24px;
margin: 0 !important;
opacity: 1;
padding: 0 !important;
text-align: center;
width: 25px !important;
padding: 3px 4px !important;
} #ptTimeSelectCntr .ui-state-default {
background: #fff !important;
border: 1px solid #eaeaea !important;
border-radius: 0;
color: #252525 !important;
font-size: 12px;
font-weight: normal;
height: 34px;
margin-bottom: 5px;
outline: medium none;
text-align: center;
width: 34px !important;
line-height: 33px;
margin: 2px;
transition: all 500ms ease;
}
#ptTimeSelectCntr .ui-state-default:hover{
background: #43c3ea !important; 
border-color: #43c3ea !important; 
} #ptTimeSelectCntr #ptTimeSelectSetButton {
padding: 0 15px 5px 0;
}
#ptTimeSelectSetButton .ui-state-hover{
background: #d5ac63 !important;
border: 2px solid #252525 !important;
border-radius: 0;
color: #252525 !important;
font-size: 12px !important;
font-weight: normal;
height: 35px;  
width: 70px !important;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a {
display: block;
text-align: center;
float: right;
background: #252525 !important;
border: 2px solid #252525 !important;
border-radius: 0;
color: #fff !important;
font-size: 12px !important;
font-weight: normal;
height: 35px;  
width: 70px !important;
padding: 0;
margin: 0;
line-height: 32px;
text-transform: uppercase;
transition: all 500ms ease;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
background: #43c3ea !important;  
}x  .ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #e0e0e0;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background: #1b1c1e;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon { }
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon { } .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}@-webkit-keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes rotated {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotated {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@-webkit-keyframes rotatedHalfTwo {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@keyframes rotatedHalfTwo {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@-webkit-keyframes scale-upOne {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.2);
transform: scale(0.2);
}
}
@keyframes scale-upOne {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.2);
transform: scale(0.2);
}
}
@-webkit-keyframes scale-right {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
50% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@keyframes scale-right {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
50% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0.7;
}
40% {
opacity: 1;
}
100% {
opacity: 0.7;
}
}
@keyframes fade-in {
0% {
opacity: 0.7;
}
40% {
opacity: 1;
}
100% {
opacity: 0.7;
}
}
@keyframes hvr-ripple-out {
0% {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 1;
}
100% {
top: -6px;
right: -6px;
bottom: -6px;
left: -6px;
opacity: 0;
}
}
@keyframes hvr-ripple-out-two {
0% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
@-webkit-keyframes scale-up-one {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale-up-one {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes scale-up-two {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
40% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@keyframes scale-up-two {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
40% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@-webkit-keyframes scale-up-three {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
40% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
}
100% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
}
@keyframes scale-up-three {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
40% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
}
100% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
}
@keyframes animationFramesOne {
0% {
transform: translate(0px, 0px) rotate(0deg);
}
20% {
transform: translate(73px, -1px) rotate(36deg);
}
40% {
transform: translate(141px, 72px) rotate(72deg);
}
60% {
transform: translate(83px, 122px) rotate(108deg);
}
80% {
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}
@keyframes animationFramesTwo {
0% {
transform: translate(0px, 0px) rotate(0deg) scale(1);
}
20% {
transform: translate(73px, -1px) rotate(36deg) scale(0.9);
}
40% {
transform: translate(141px, 72px) rotate(72deg) scale(1);
}
60% {
transform: translate(83px, 122px) rotate(108deg) scale(1.2);
}
80% {
transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
}
100% {
transform: translate(0px, 0px) rotate(0deg) scale(1);
}
}
@-webkit-keyframes animationFramesTwo {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
}
@keyframes animationFramesThree {
0% {
transform: translate(165px, -179px);
}
100% {
transform: translate(-346px, 617px);
}
}
@-webkit-keyframes animationFramesThree {
0% {
-webkit-transform: translate(165px, -179px);
}
100% {
-webkit-transform: translate(-346px, 617px);
}
}
@keyframes animationFramesFour {
0% {
transform: translate(-300px, 151px) rotate(0deg);
}
100% {
transform: translate(251px, -200px) rotate(180deg);
}
}
@-webkit-keyframes animationFramesFour {
0% {
-webkit-transform: translate(-300px, 151px) rotate(0deg);
}
100% {
-webkit-transform: translate(251px, -200px) rotate(180deg);
}
}
@keyframes animationFramesFive {
0% {
transform: translate(61px, -99px) rotate(0deg);
}
21% {
transform: translate(4px, -190px) rotate(38deg);
}
41% {
transform: translate(-139px, -200px) rotate(74deg);
}
60% {
transform: translate(-263px, -164px) rotate(108deg);
}
80% {
transform: translate(-195px, -49px) rotate(144deg);
}
100% {
transform: translate(-1px, 0px) rotate(180deg);
}
}
@-webkit-keyframes animationFramesFive {
0% {
-webkit-transform: translate(61px, -99px) rotate(0deg);
}
21% {
-webkit-transform: translate(4px, -190px) rotate(38deg);
}
41% {
-webkit-transform: translate(-139px, -200px) rotate(74deg);
}
60% {
-webkit-transform: translate(-263px, -164px) rotate(108deg);
}
80% {
-webkit-transform: translate(-195px, -49px) rotate(144deg);
}
100% {
-webkit-transform: translate(-1px, 0px) rotate(180deg);
}
}
@keyframes gradientBG {
0% {
background-position: 0 0;
}
50% {
background-position: 300% 0;
}
100% {
background-position: 0 0;
}
}
@-webkit-keyframes gradientBG {
0% {
background-position: 0 0;
}
50% {
background-position: 300% 0;
}
100% {
background-position: 0 0;
}
}
@keyframes imageBgAnim {
0% {
background-position: 0 0;
}
50% {
background-position: 120% 0;
}
100% {
background-position: 0 0;
}
}
@-webkit-keyframes gradientBG {
0% {
background-position: 0 0;
}
50% {
background-position: 120% 0;
}
100% {
background-position: 0 0;
}
}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}.wp-caption {
margin-bottom: 2px;
}
.wp-caption-text {
margin-bottom: 5px;
}
.screen-reader-text {
margin-bottom: 12px;
}
.gallery-caption {
margin-bottom: 2px;
}
.bypostauthor {
margin-bottom: 2px;
}
.alignleft {
float: left;
margin-bottom: 20px;
margin-right: 20px;
max-width: 100%;
}
.alignright {
float: right !important;
margin-bottom: 20px;
margin-left: 20px;
max-width: 100%;
}
.aligncenter {
display: block;
margin: 0 auto 20px;
}
.col-md-4 .funfact-meta > i {
right: 27px;
}
.mycustom-pricing {
background-color: #090909 !important;
}
.on-hover {
display: none;
animation: fadeOut 0.5s;
}
.hver:hover .on-hover {
display: block;
animation: fadeIn 0.5s;
}
.sersice_col.single-what-we-do-one a.read-more.fas{
font-family: 'Font Awesome 5 Pro'!important;
}
.header-navigation .thm-container .right-side-box .social a.fab {
font-family: 'Font Awesome 5 Brands' !important;
}
.footer-bottom{
background: #2e2e2e;
}
.blog-details-page .share-box .right-social .post-share .fa {
font-weight: 900;
font-family: 'Font Awesome 5 Brands' !important;
} body {
font-family: 'Rubik';
color: #757575;
font-size: 18px;
line-height: 32px;
}
a,code {
color: #ff4328;
}
a:hover,
a:visited,
a:focus,
a:active {
text-decoration: none !important;
outline: none !important;
}
.thm-container {
width: 100%;
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
display: block;
}
.sec-pad {
padding: 120px 0;
}
.p0 {
padding: 0 !important;
}
.pt0 {
padding-top: 0;
}
.pb0 {
padding-bottom: 0 !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.gray-bg {
background: #F4F9FD;
}
.thm-btn {
border: none;
outline: none;
display: inline-block;
vertical-align: middle;
border-radius: 35px;
color: #fff;
background: #ff4328;
font-family: 'Rubik';
font-weight: 500;
font-size: 16px;
padding: 18px 69px;
-webkit-transition: all .4s;
transition: all .4s;
}
.thm-btn:hover {
background: #222 !important;
color: #fff !important;
}
.thm-btn.yellow-bg {;
color: #fff;
}
.thm-btn.yellow-bg:hover {
background: #222 !important;
color: #fff !important;
}
.sec-title {
margin-top: -8px;
margin-bottom: 55px;
}
.sec-title span {
font-family: 'Pacifico';
color: #FF4328;
font-size: 20px;
}
.sec-title h3 {
margin: 0;
color: #212121;
font-size: 60px;
font-weight: bold;
margin-bottom: 30px;
}
.sec-title p {
color: #757575;
font-size: 20px;
line-height: 32px;
margin: 0;
}
.scroll-to-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: 50px;
height: 50px;
text-align: center;
background: #FF4328;
color: #fff;
font-size: 17px;
line-height: 50px;
border-radius: 50%;
cursor: pointer;
display: none;
-webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.scroll-to-top:hover {
background: #FEC931;
color: #212121;
} body.active-preloader-ovh {
overflow: hidden;
}
.preloader {
background-color: #ffffff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
}
.preloader .spinner {
width: 60px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
background-color: #FF4328;
border-radius: 100%;
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
} .header-navigation {
background-color: transparent;
margin-bottom: 0;
border: none;
border-radius: 0;
}
.header-navigation .thm-container {
max-width: 100%;
background: transparent;
padding: 0 40px;
position: relative;
}
.header-navigation .thm-container .navbar-header {
position: absolute;
top: 50%;
left: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-navigation .thm-container .navbar-brand {
height: auto;
padding: 0px 0;
}
.header-navigation .thm-container .main-navigation {
text-align: center;
padding: 0;
}
.header-navigation .thm-container .right-side-box {
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-navigation .thm-container .right-side-box .social a {
width: 59px;
height: 59px;
border-radius: 50%;
color: #fff;
font-size: 18px;
line-height: 59px;
text-align: center;
line-height: 59px;
}
.header-navigation .thm-container .right-side-box .social a + a {
margin-left: 10px;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(1) {
background: #FEC931;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(2){
background: #2884C6;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(3) {
background: #212121;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(4) {
background: #FF4328;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(5) {
background: #19B8AF;
}
.header-navigation ul.navigation-box {
float: none;
display: inline-block;
vertical-align: middle;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
display: none;
}
.header-navigation ul.navigation-box > li {
position: relative;
padding: 48.5px 0;
display: inline-block;
}
.header-navigation ul.navigation-box > li:before {
content: '';
display: inline-block;
vertical-align: middle;
width: 5px;
height: 5px;
border-radius: 50%;
background: #C4C4C4;
margin-left: 20px;
margin-right:20px;
}
.header-navigation ul.navigation-box > li:first-child:before {
display: none;
}
.header-navigation ul.navigation-box > li + li {
margin-left: 0px;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current_page_ancestor > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
color: #ff4328;
background: none;
}
.header-navigation ul.navigation-box > li > a {
padding: 0;
color: #757575;
font-size: 18px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
font-weight: 500;
display: inline-block;
}
.header-navigation ul.navigation-box > li > ul.submenu {
position: absolute;
top: 120%;
left: -15px;
z-index: 100000;
float: left;
min-width: 270px;
padding: 15px 20px;
text-align: left;
list-style: none;
background-clip: padding-box;
opacity: 0;
visibility: hidden;
transition: .5s;
}
.header-navigation ul.navigation-box > li > ul.submenu.right-align {
left: auto;
right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.submenu {
opacity: 1;
visibility: visible;
top: 100%;
}
.header-navigation ul.navigation-box > li > ul.submenu > li {
display: block;
position: relative;
}
.header-navigation ul.navigation-box > li > ul.submenu > li > a {
font-size: 16px;
color: #fff;
font-weight: 500;
padding: 11.5px 0;
display: block;
line-height: 26px;
padding-left: 27px;
white-space: nowrap;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu li:hover > a {
background: rgb(255 255 255 / 28%);
color: #fff;
position: relative;
}
.shop-one__single {
margin-bottom: 30px;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu {
position: absolute;
top: 0%;
left: 120%;
background: #ff4328;
z-index: 100000;
float: left;
min-width: 239px;
padding: 15px 20px;
text-align: left;
list-style: none;
background-color: #FF4328;
background-clip: padding-box;
opacity: 0;
visibility: hidden;
-webkit-transition: .5s;
transition: .5s;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > ul.submenu {
opacity: 1;
visibility: visible;
left: 111%;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu > li {
display: block;
position: relative;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu > li > a {
font-size: 16px;
color: #fff;
font-weight: 500;
padding: 11.5px 0;
display: block;
line-height: 26px;
padding-left: 27px;
white-space: nowrap;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li > .submenu li:hover > a {
background: #FE553D;
color: #fff;
position: relative;
}
.header-navigation.stricky-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
background: #fff;
-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed .thm-container {
-webkit-box-shadow: none;
box-shadow: none;
}
.header-navigation.stricky-fixed .thm-container .navbar-brand {
padding-top: 27px;
padding-bottom: 27px;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
padding-top: 30px;
padding-bottom: 30px;
} #minimal-bootstrap-carousel {
margin-top: 0px;
position: relative;
}
#minimal-bootstrap-carousel .carousel-caption {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding: 0;
text-align: right;
text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container {
display: table;
width: 100%;
height: 100%;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
display: table-cell;
text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
vertical-align: middle;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
display: block;
}
#minimal-bootstrap-carousel .carousel-control {
background: none;
width: 70px;
height: 70px;
font-size: 20px;
line-height: 70px;
border-radius: 50%;
color: #fff;
background: rgba(0, 0, 0, 0.1);
visibility: visible !important;
opacity: 1;
margin-top: -20px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
top: 50%;
z-index: 99;
}
@media (max-width: 667px) {
#minimal-bootstrap-carousel .carousel-control {
width: 30px;
height: 30px;
font-size: 15px;
line-height: 30px;
}
}
#minimal-bootstrap-carousel .carousel-control.left {
left: 1%;
}
#minimal-bootstrap-carousel .carousel-control.right {
right: 1%;
}
#minimal-bootstrap-carousel .carousel-control:hover {
opacity: 1;
background: #000;
} .carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .item, 
.carousel-fade .carousel-inner .active .left, 
.carousel-fade .carousel-inner .active .right { }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next .left,
.carousel-fade .carousel-inner .prev .right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
} #minimal-bootstrap-carousel .custom-navigation {
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
text-align: center;
z-index: 999;
margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
margin: 0;
padding: 0;
list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
border: 0;
border-radius: 0;
text-indent: 0;
width: 30px;
height: 2px;
background: #fff;
opacity: .3;
cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
margin-left: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
opacity: 1;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
min-height: 820px;
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
background-color: #212121;
}
.slider-home-one .content {
text-align: center;
position: relative;
z-index: 999;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
margin: 0;
}
.slider-home-one .content h2 {
font-family: 'Rubik';
font-size: 120px;
font-weight: bold;
line-height: 120px;
letter-spacing: -0.06em;
margin-top: 20px;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.slider-home-one .content h3 {
font-family: 'Pacifico';
font-size: 30px;
color: #FEC931;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.slider-home-one .content h3 {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
text-transform: capitalize;
}
.slider-home-one .active .content h3 {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.slider-home-one .content h2 {
opacity: 0;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
text-transform: capitalize;
}
.slider-home-one .active .content h2 {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
-webkit-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.slider-home-one .content a.thm-btn {
margin-top: 40px;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.slider-home-one .content a.thm-btn {
opacity: 0;
-webkit-transform: translateY(80px);
-ms-transform: translateY(80px);
transform: translateY(80px);
}
.slider-home-one .active a.thm-btn {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
-webkit-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.slider-home-one .owl-nav {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
}
.slider-home-one .owl-nav .owl-prev {
background: none;
width: 70px;
height: 70px;
font-size: 20px;
line-height: 70px;
border-radius: 50%;
color: #fff;
background: rgba(0, 0, 0, 0.1);
visibility: visible !important;
opacity: 1;
margin-top: -20px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
top: 50%;
z-index: 99;
position: absolute;
left: 50px;
top: 0;
}
.slider-home-one .owl-nav .owl-prev:hover {
opacity: 1;
background: #000;
}
.slider-home-one .owl-nav .owl-prev span {}
.slider-home-one .owl-nav .owl-next {
background: none;
width: 70px;
height: 70px;
font-size: 20px;
line-height: 70px;
border-radius: 50%;
color: #fff;
background: rgba(0, 0, 0, 0.1);
visibility: visible !important;
opacity: 1;
margin-top: -20px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
top: 50%;
z-index: 99;
position: absolute;
right: 50px;
top: 0;
}
.slider-home-one .owl-nav .owl-next:hover {
opacity: 1;
background: #000;
}
.slider-home-one .owl-nav .owl-next span {}
.slider-home-one .owl-dots {
display: none !important;
}
.slider-home-one .owl-dots .owl-dot.active {}
.slider-home-one .owl-dots .owl-dot.active span {}
.slider-home-one .owl-dots .owl-dot {}
.slider-home-one .owl-dots .owl-dot span {}
.banner-style-two {
background: #212121;
overflow: hidden;
}
.banner-style-two .thm-container-fluid {
max-width: 100%;
}
.banner-style-two .owl-dots {
margin-bottom: 0;
width: 100%;
margin-top: 0px;
position: absolute;
bottom: 50px;
left: 0;
text-align: center;
z-index: 999;
}
.banner-style-two .owl-dots .owl-dot + .owl-dot {
margin-left: 10px;
}
.banner-style-two .owl-dots .owl-dot span {
width: 30px;
height: 2px;
background: rgba(255, 255, 255, 0.3);
border-radius: 0;
margin: 0;
}
.banner-style-two .owl-nav {
display: none;
}
.banner-style-two .owl-dots .owl-dot.active span {
background: white;
}
.banner-style-two .single-banner-carousel {
padding: 117px 0;
}
.banner-style-two .single-banner-carousel span {
display: block;
color: #FEC931;
font-size: 24px;
font-family: 'Pacifico';
}
.banner-style-two .single-banner-carousel h2 {
margin: 0;
color: #FFFFFF;
font-weight: bold;
font-size: 130px;
line-height: 110px;
letter-spacing: -0.06em;
margin-top: 30px;
margin-bottom: 50px;
} .welcome-section {
background: #F5F6FA;
}
.welcome-section .welcome-content {
padding-left: 56px;
}
.welcome-section .welcome-content p {
margin: 0;
}
.welcome-section .welcome-content .title {
margin-bottom: 38px;
}
.welcome-section .welcome-content .title p,
.welcome-section .welcome-content .title h3 {
margin: 0;
}
.welcome-section .welcome-content .title p {
color: #FF4328;
font-family: 'Pacifico';
font-size: 20px;
}
.welcome-section .welcome-content .title h3 {
font-size: 60px;
font-weight: bold;
color: #212121;
}
.welcome-section .welcome-content p {
color: #757575;
}
.welcome-section .welcome-content p + p {
margin-top: 20px;
}
.welcome-section .welcome-content a.thm-btn {
margin-top: 55px;
} .what-we-do {
padding-bottom: 140px;
}
.sersice_col.single-what-we-do .text-box {
background: #F5F6FA;
position: relative;
margin-top: 0px;
padding: 0 40px;
padding-top: 45px;
padding-bottom: 43px;
}
.sersice_col.single-what-we-do .text-box:before {
background: #FF4328;
}
.sersice_col.single-what-we-do .text-box:hover h3, .sersice_col.single-what-we-do .text-box:hover p {
color: #fff;
}
.sersice_col.single-what-we-do .text-box:hover a.read-more {
background: #fff;
color: #FF4328;
}
.sersice_col.single-what-we-do .text-box h3 {
font-size: 30px;
color: #212121;
font-weight: bold;
margin: 0;
margin-bottom: 32px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do .text-box p {
color: #757575;
font-size: 16px;
line-height: 30px;
margin: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do .text-box a.read-more {
width: 42px;
height: 42px;
background: #FF4328;
color: #fff;
font-size: 20px;
line-height: 42px;
border-radius: 50%;
text-align: center;
position: absolute;
bottom: -21px;
right: 30px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do .text-box a.read-more:hover {
background: #fff;
color: #FF4328;
}
.sersice_col.single-what-we-do-one {
background: #F5F6FA;
position: relative;
padding: 0 40px;
padding-top: 50px;
padding-bottom: 43px;
}
.sersice_col.single-what-we-do-one:before {
background: #FF4328;
}
.sersice_col.single-what-we-do-one:hover i, .sersice_col.single-what-we-do-one:hover h3, .sersice_col.single-what-we-do-one:hover p {
color: #fff;
}
.sersice_col.single-what-we-do-one:hover a.read-more {
}
.sersice_col.single-what-we-do-one i {
font-size: 65px;
color: #2E8ED2;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do-one h3 {
font-size: 30px;
color: #212121;
font-weight: bold;
margin: 0;
line-height: 30px;
margin-top: 22px;
margin-bottom: 35px;
line-height: 36px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do-one p {
color: #757575;
font-size: 16px;
line-height: 30px;
margin: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do-one a.read-more {
width: 42px;
height: 42px;
background: #FF4328;
color: #fff !important;
font-size: 20px;
line-height: 42px;
border-radius: 50%;
text-align: center;
position: absolute;
bottom: -21px;
right: 30px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sersice_col.single-what-we-do-two {
padding-left: 30px;
}
.sersice_col.single-what-we-do-two + .single-what-we-do-two {
margin-top: 30px;
}
.cta-style-two-content a.thm-btn:hover{
background: #fff !important;
color: #fff !important;
}
.sersice_col.single-what-we-do-two .img-box {
float: right;
}
.sersice_col.single-what-we-do-two .text-box {
float: left;
width: 50%;
}
.sersice_col.single-what-we-do-two .text-box h3, .sersice_col.single-what-we-do-two .text-box p {
margin: 0;
}
.sersice_col.single-what-we-do-two .text-box h3 {
color: #202020;
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
}
.sersice_col.single-what-we-do-two .text-box p {
font-size: 16px;
line-height: 30px;
color: #747474;
}
.what-we-do.service-page .single-what-we-do .text-box {
padding: 0 60px;
padding-top: 55px;
padding-bottom: 53px;
} .brand-carousel-wrapper {
background: #FF4328;
padding: 126px 0;
}
.brand-carousel-wrapper .brand-carousel {
text-align: center;
}
.brand-carousel-wrapper .brand-carousel img {
opacity: 0.8;
-webkit-transition: all .4s;
transition: all .4s;
}
.brand-carousel-wrapper .brand-carousel img:hover {
opacity: 1;
} .footer-subscribe .thm-container {
border-bottom: 1px solid #2e2e2e;
padding-left: 0;
padding-right: 0;
max-width: 1170px;
padding-top: 73px;
padding-bottom: 80px;
}
.footer-subscribe .title {
text-align: center;
}
.footer-subscribe .title span, .footer-subscribe .title h3 {
margin: 0;
}
.footer-subscribe .title span {
font-family: 'Pacifico';
color: #FF4328;
font-size: 16px;
}
.footer-subscribe .title h3 {
font-size: 40px;
font-weight: bold;
color: #FFFFFF;
margin-top: 4px;
}
.footer-subscribe form.subscribe-form {
text-align: center;
margin-top: 50px;
}
.footer-subscribe form.subscribe-form input {
border: none;
outline: none;
min-width: 615px;
height: 68px;
background: #2E2E2E;
border-radius: 35px;
color: rgba(255, 255, 255, 0.6);
padding-left: 50px;
margin-right: 10px;
display: inline-block;
text-align: left;
}
.footer-subscribe form.subscribe-form input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6);
}
.footer-subscribe form.subscribe-form input::-moz-placeholder { color: rgba(255, 255, 255, 0.6);
}
.footer-subscribe form.subscribe-form input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6);
}
.footer-subscribe form.subscribe-form input:-moz-placeholder { color: rgba(255, 255, 255, 0.6);
} .footer {
background: #212121;
}
.footer-widget h3,
.footer-widget p,
.footer-widget ul,
.footer-widget li {
margin: 0;
padding: 0;
list-style: none;
}
.footer-widget p {
font-size: 16px;
line-height: 30px;
color: #A0A0A0;
}
.footer-widget ul li a {
color: #fff;
font-size: 16px;
line-height: 30px;
}
.footer-widget .title {
margin-bottom: 36px;
}
h3.footertitle {
color: #FFFFFF;
font-weight: bold;
font-size: 20px;
}
.footer-widget.links-widget ul.link-list li + li {
margin-top: 4px;
}
.footer-widget.links-widget ul.link-list a {
display: block;
position: relative;
padding-left: 15px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.footer-widget.links-widget ul.link-list a:before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #A0A0A0;
font-size: 18px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.footer-widget.links-widget ul.link-list a:hover {
color: #ff4328;
}
.slider-home-one .content a.thm-btn:hover{
color: #fff !important;
}
.footer-widget.links-widget ul.link-list a:hover:before {
}
.footer-widget.contact-widget p {
line-height: 24px;
}
.footer-widget.contact-widget p + p {
margin-top: 25px;
}
.footer-widget.services {
padding-left: 75px;
} .footer-bottom .thm-container {
border-top: 1px solid #2e2e2e;
padding-left: 0;
padding-right: 0;
padding: 35px 0;
max-width: 1170px;
}
.footer-bottom .thm-container .copy-text p {
margin: 0;
color: #A0A0A0;
font-size: 16px;
line-height: 59px;
}
.footer-bottom .thm-container .copy-text p a {
color: #fff;
}
.footer-bottom .thm-container .social-box a {
width: 59px;
height: 59px;
border-radius: 50%;
color: #fff;
font-size: 18px;
line-height: 59px;
text-align: center;
line-height: 59px;
}
.footer-bottom .thm-container .social-box a + a {
margin-left: 10px;
}
.footer-bottom .thm-container .social-box a:nth-child(1) {
background: #2884C6;
}
.footer-bottom .thm-container .social-box a:nth-child(2) {
background: #FFFFFF;
color: #212121;
}
.footer-bottom .thm-container .social-box a:nth-child(3)  {
background: #FF4328;
}
.footer-bottom .thm-container .social-box a:nth-child(4)  {
background: #fd5d14;
}
.footer-bottom .thm-container .social-box a:nth-child(5)  {
background: #FEC931;
} .recent-projects .single-recent-project:hover .img-box:before {
opacity: 1;
}
.recent-projects .single-recent-project:hover .text-box h3,
.recent-projects .single-recent-project:hover .text-box span {
color: #fff !important;
}
.recent-projects .single-recent-project:hover .text-box a.more {
background: #222 !important;
}
.recent-projects .single-recent-project:hover .text-box .inner:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.recent-projects .single-recent-project .img-box {
position: relative;
overflow: hidden;
}
.recent-projects .single-recent-project .img-box > img {
width: 100%;
}
.recent-projects .single-recent-project .img-box:before {
content: '';
width: 100%;
height: 100%;
background: rgba(33, 33, 33, 0.6);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.recent-projects .single-recent-project .text-box {
position: relative;
padding-left: 60px;
}
.recent-projects .single-recent-project .text-box .inner {
background: #F5F6FA;
padding: 32.5px 0;
padding-left: 60px;
display: block;
}
.recent-projects .single-recent-project .text-box .inner:before {
background: #FF4328;
}
.recent-projects .single-recent-project .text-box h3,
.recent-projects .single-recent-project .text-box span {
margin: 0;
}
.recent-projects .single-recent-project .text-box span {
color: #FF4328;
font-family: 'Pacifico';
font-size: 16px;
}
.recent-projects .single-recent-project .text-box h3 {
font-size: 20px;
color: #212121;
font-weight: 500;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.recent-projects .single-recent-project .text-box a.more {
width: 42px;
height: 42px;
background: #FF4328;
color: #fff;
font-size: 14px;
line-height: 42px;
border-radius: 50%;
text-align: center;
position: absolute;
top: -21px;
right: 30px;
z-index: 9;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.project-page .single-recent-project {
margin-bottom: 30px;
}
.project-page .pagination {
margin-bottom: 0;
margin-top: 50px;
display: block;
}
.project-page .pagination > li + li {
margin-left: 5px;
}
.project-page .pagination > li:last-child {
margin-left: 0px;
}
.project-page .pagination > li > a,
.project-page .pagination > li > span {
padding: 13px 20px;
float: none;
display: inline-block;
color: #212121;
}
.project-page .pagination > .active > a,
.project-page .pagination > .active > a:focus,
.project-page .pagination > .active > a:hover,
.project-page .pagination > .active > span,
.project-page .pagination > .active > span:focus,
.project-page .pagination > .active > span:hover {
background: #FF4328;
color: #fff;
border-color: #FF4328;
}
.project-details-page .project-details-content h3, .project-details-page .project-details-content p {
margin: 0;
}
.project-details-page .project-details-content h3 {
margin: 0;
color: #202020;
font-size: 24px;
font-weight: bold;
}
.project-details-page .project-details-content p {
margin: 0;
color: #747474;
font-size: 16px;
line-height: 30px;
}
.project-details-page .project-details-content .project-details-table {
background: #F4F5F9;
padding: 39px 0;
padding-left: 50px;
padding-right: 50px;
}
.project-details-page .project-details-content .project-details-table .single-project-details-table + .single-project-details-table {
margin-top: 7px;
}
.project-details-page .project-details-content .project-details-table .single-project-details-table span.title {
color: #202020;
font-size: 16px;
font-weight: bold;
float: left;
}
.project-details-page .project-details-content .project-details-table .single-project-details-table span.name {
color: #747474;
font-size: 16px;
float: right;
}
.project-details-page .img-box-wrapper .row + .row {
margin-top: 30px;
} .cta-style-two {
background: #212121;
overflow: hidden;
}
.cta-style-two-content {
padding-top: 115px;
}
.cta-style-two-content .title {
margin-bottom: 40px;
}
.cta-style-two-content .title span,
.cta-style-two-content .title h2 {
margin: 0;
}
.cta-style-two-content .title span {
font-family: 'Pacifico';
font-size: 20px;
}
.cta-style-two-content .title h2 {
color: #FFFFFF;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.cta-style-two-content p {
margin: 0;
color: #A0A0A0;
font-size: 18px;
line-height: 36px;
}
.cta-style-two-content a.thm-btn {
margin-top: 50px;
}
.call-to-action-one {
position: relative;
}
.call-to-action-one .overlay {
background: #ff4328 url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/img/cta-bg-1-1.jpg) center center no-repeat fixed;
background-size: cover;
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
z-index: 7;
}
.call-to-action-one .overlay:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ff4328;
opacity: .9;
}
.call-to-action-one .inner-wrapper {
background: transparent url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/img/cta-bg-1-2.png) right center no-repeat fixed;
position: relative;
z-index: 99;
padding-top: 115px;
padding-bottom: 120px;
}
.call-to-action-one .thm-container {
position: relative;
z-index: 9;
}
.call-to-action-one .call-to-action-content ul,
.call-to-action-one .call-to-action-content li {
margin: 0;
padding: 0;
list-style: none;
}
.call-to-action-one .call-to-action-content .title {
margin-bottom: 40px;
}
.call-to-action-one .call-to-action-content .title span,
.call-to-action-one .call-to-action-content .title h2 {
margin: 0;
}
.call-to-action-one .call-to-action-content .title span {
font-family: 'Pacifico';
font-size: 20px;
color: #212121;
}
.call-to-action-one .call-to-action-content .title h2 {
color: #FFFFFF;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.call-to-action-one .call-to-action-content ul.list-box li {
color: #fff;
font-size: 18px;
font-weight: 500;
position: relative;
padding-left: 25px;
}
.call-to-action-one .call-to-action-content ul.list-box li + li {
margin-top: 10px;
}
.call-to-action-one .call-to-action-content ul.list-box li i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.call-to-action-one .call-to-action-content a.thm-btn {
margin-top: 55px;
}
.call-to-action-one .call-to-action-content a.thm-btn:hover {
background: #212121;
}
.cta-style-three {
background: #FFB50A url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/img/cta-bg-2-1.jpg) center center no-repeat;
background-size: cover;
padding-top: 120px;
padding-bottom: 120px;
}
.cta-style-three span,
.cta-style-three h2 {
margin: 0;
}
.cta-style-three span {
font-family: 'Pacifico';
font-size: 20px;
color: #212121;
}
.cta-style-three h2 {
color: #FFFFFF;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.cta-style-three a.thm-btn {
background: #212121;
color: #fff;
margin-top: 50px;
}
.cta-style-three a.thm-btn:hover {
background: #FF4328;
color: #fff;
} .testi-carousel-wrapper {
position: relative;
margin-bottom: 60px;
}
.testi-carousel-wrapper .overlay {
background-size: cover;
position: absolute;
top: 60px;
left: 0;
width: 100%;
height: 100%;
z-index: 7;
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center;
}
.testi-carousel-wrapper .overlay:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #212121;
opacity: .9;
}
.testi-carousel-wrapper .thm-container {
position: relative;
z-index: 9;
}
.testi-carousel-wrapper .thm-container .owl-carousel .owl-stage-outer {
padding-top: 60px;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
margin-bottom: 0;
width: 270px;
margin-top: 20px;
position: absolute;
bottom: 25%;
left: 0;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot + .owl-dot {
margin-left: 10px;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot span {
width: 30px;
height: 2px;
background: rgba(255, 255, 255, 0.3);
border-radius: 0;
margin: 0;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-nav {
display: none;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot.active span {
background: white;
}
.testi-carousel-wrapper .thm-container .single-testimonials {
position: relative;
}
.testi-carousel-wrapper .thm-container .single-testimonials .img-box {
width: 270px;
position: absolute;
top: -60px;
left: 0;
z-index: 99;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box {
padding-left: 328px;
padding-top: 108px;
padding-bottom: 50px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box h3 {
margin: 0;
color: #fff;
font-weight: 500;
font-size: 30px;
line-height: 50px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box p {
margin: 0;
color: #FEC931;
font-size: 20px;
font-weight: 500;
margin-top: 30px;
} .we-believe-carousel {
position: relative;
padding-right: 70px;
padding-bottom: 120px;
padding-top: 120px;
}
.we-believe-carousel:before {
content: '';
position: absolute;
top: 0;
right: -30px;
background: #F5F6FA;
width: 10000000px;
height: 100%;
}
.we-believe-carousel .owl-dots {
margin-bottom: 0;
width: 100%;
margin-top: 0px;
position: absolute;
bottom: 8.5%;
left: 0;
text-align: center;
z-index: 999;
padding-right: 70px;
}
.we-believe-carousel .owl-dots .owl-dot + .owl-dot {
margin-left: 10px;
}
.we-believe-carousel .owl-dots .owl-dot span {
width: 30px;
height: 2px;
background: rgba(33, 33, 33, 0.3);
border-radius: 0;
margin: 0;
}
.we-believe-carousel .owl-nav {
display: none;
}
.we-believe-carousel .owl-dots .owl-dot.active span {
background: #212121;
}
.we-believe-carousel .single-we-believe .text-box {
padding-left: 25px;
padding-right: 25px;
padding-top: 43px;
}
.we-believe-carousel .single-we-believe .text-box h3, .we-believe-carousel .single-we-believe .text-box p {
margin: 0;
}
.we-believe-carousel .single-we-believe .text-box h3 {
color: #212121;
font-size: 30px;
line-height: 36px;
font-weight: bold;
}
.we-believe-carousel .single-we-believe .text-box p {
color: #757575;
font-size: 16px;
line-height: 30px;
margin-top: 32px;
}
.we-believe-carousel .single-we-believe .text-box a.thm-btn {
margin-top: 50px;
} .faq-content {
padding-left: 100px;
padding-top: 115px;
}
.faq-content .title {
padding-bottom: 30px;
}
.faq-content .title span,
.faq-content .title h2 {
margin: 0;
}
.faq-content .title span {
font-family: 'Pacifico';
font-size: 20px;
color: #FF4328;
}
.faq-content .title h2 {
color: #212121;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.faq-content .accrodion-grp .accrodion .accrodion-title {
border-bottom: 1px solid #ebedf4;
padding: 25px 0;
cursor: pointer;
padding-right: 40px;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4 {
margin: 0;
position: relative;
font-size: 18px;
color: #212121;
font-weight: 500;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4:before {
content: '\f067';
font-family: 'Font Awesome 5 Pro';
color: #2884C6;
font-size: 14px;
position: absolute;
top: 50%;
right: -40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.faq-content .accrodion-grp .accrodion .accrodion-content {
padding-top: 20px;
padding-bottom: 15px;
}
.faq-content .accrodion-grp .accrodion .accrodion-content p {
margin: 0;
font-size: 16px;
line-height: 30px;
color: #757575;
}
.faq-content .accrodion-grp .accrodion .accrodion-content p + p {
margin-top: 32px;
}
.faq-content .accrodion-grp .accrodion.active {
background: #fff;
}
.faq-content .accrodion-grp .accrodion.active .accrodion-title h4:before {
content: '\f068';
color: #FF4328;
} .team-section {
padding-bottom: 150px;
}
.team-section .owl-theme .owl-nav {
margin-top: 0;
position: absolute;
bottom: -29.5px;
right: 30px;
}
.team-section .owl-theme .owl-nav [class*=owl-] {
width: 59px;
height: 59px;
color: #212121;
background: #fff;
font-size: 24px;
line-height: 59px;
border-radius: 50%;
margin: 0;
padding: 0;
margin-left: 10px;
-webkit-transition: all .4s;
transition: all .4s;
}
.team-section .owl-theme .owl-nav [class*=owl-]:last-child, .team-section .owl-theme .owl-nav [class*=owl-]:hover {
background: #FF4328;
color: #fff;
}
.team-section .single-team-carousel {
padding-left: 60px;
position: relative;
padding-top: 0px;
}
.team-section .single-team-carousel .inner {
margin-top: 60px;
background: #F5F6FA;
}
.team-section .single-team-carousel .inner .img-box {
position: absolute;
top: -60px;
left: 0;
}
.team-section .single-team-carousel .inner .team-content {
padding-left: 470px;
padding-top: 55px;
padding-bottom: 80px;
padding-right: 67px;
width: 100%;
}
.team-section .single-team-carousel .inner .team-content .title {
margin-bottom: 42px;
}
.team-section .single-team-carousel .inner .team-content .title span,
.team-section .single-team-carousel .inner .team-content .title h3 {
margin: 0;
}
.team-section .single-team-carousel .inner .team-content .title span {
font-family: 'Pacifico';
font-size: 20px;
color: #FF4328;
}
.team-section .single-team-carousel .inner .team-content .title h3 {
color: #212121;
font-size: 40px;
font-weight: bold;
}
.team-section .single-team-carousel .inner .team-content p {
font-size: 16px;
line-height: 30px;
margin: 0;
color: #757575;
}
.team-section .single-team-carousel .inner .team-content p + p {
margin-top: 30px;
} .service-style-one {
background: #F5F6FA;
position: relative;
}
.service-style-one img.background-right {
position: absolute;
top: 0;
right: 0;
}
.service-style-one .service-content {
padding-right: 60px;
}
.service-style-one .service-content .title {
margin-bottom: 40px;
}
.about2.service-content .title span,
.about2.service-content .title h2 {
margin: 0;
}
.about2.service-content .title span {
font-family: 'Pacifico';
font-size: 20px;
}
.about2.service-content .title h2 {
color: #212121;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.about2.service-content p {
margin: 0;
color: #757575;
}
.about2.service-content p + p {
margin-top: 35px;
}
.about2.service-content .btn-box {
margin-top: 50px;
}
.about2.service-content .btn-box a.thm-btn {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.about2.service-content .btn-box .phone-btn {
display: inline-block;
vertical-align: middle;
font-size: 22px;
font-weight: 500;
color: #212121;
}
.about2.service-content .btn-box .phone-btn i {
font-size: 24px;
border: 2px solid #2884C6;
color: #2884C6;
line-height: 55px;
width: 59px;
height: 59px;
border-radius: 50%;
text-align: center;
margin-right: 10px;
}
.service-right-content {
background: #fff;
padding: 60px;
}
.service-right-content .inner {
position: relative;
}
.service-right-content .divider {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2px;
height: 100%;
background: #ebedf4;
}
.service-right-content .divider.ver {
width: 100%;
height: 2px;
}
.service-right-content .single-service-one {
text-align: center;
padding: 50px 0;
margin-left: -15px;
margin-right: -15px;
display: block;
}
.service-right-content .single-service-one i {
font-size: 58px;
color: #2884C6;
-webkit-transition: all .4s;
transition: all .4s;
}
.service-right-content .single-service-one h3 {
margin: 0;
color: #212121;
font-size: 16px;
font-weight: 600;
margin-top: 20px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.service-right-content .single-service-one:before {
}
.service-right-content .single-service-one:hover i,
.service-right-content .single-service-one:hover h3 {
color: #fff;
}
.service-tab-box .tab-title {
margin-bottom: 60px;
}
.service-tab-box .tab-title ul,
.service-tab-box .tab-title li {
margin: 0;
padding: 0;
list-style: none;
}
.service-tab-box .tab-title ul {
margin-left: -1px;
margin-right: -1px;
}
.service-tab-box .tab-title li {
display: inline-block;
vertical-align: middle;
width: 19%;
padding: 0 1px;
}
.service-tab-box .tab-title li.active-btn a:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.service-tab-box .tab-title li.active-btn a i,
.service-tab-box .tab-title li.active-btn a h3 {
color: #fff;
}
.service-tab-box .tab-title li a {
text-align: center;
padding: 50px 0;
background: #F5F6FA;
display: block;
}
.service-tab-box .tab-title li a i {
font-size: 58px;
color: #2884C6;
-webkit-transition: all .4s;
transition: all .4s;
}
.service-tab-box .tab-title li a h3 {
margin: 0;
color: #212121;
font-size: 16px;
font-weight: 600;
margin-top: 20px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.service-tab-box .tab-title li a:before {
background: #FF4328;
}
.service-tab-box .tab-title li a:hover i,
.service-tab-box .tab-title li a:hover h3, .service-tab-box .tab-title li a:focus i,
.service-tab-box .tab-title li a:focus h3, .service-tab-box .tab-title li a:active i,
.service-tab-box .tab-title li a:active h3 {
color: #fff;
}
.service-style-two {
position: relative;
padding-top: 120px;
}
.service-style-two img.background-right {
position: absolute;
top: 0;
right: 0;
z-index: 99;
}
.service-style-two .overlay {
background: #ff4328 url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/img/cta-bg-1-1.jpg) center center no-repeat fixed;
background-size: cover;
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
z-index: 7;
}
.service-style-two .overlay:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ff4328;
opacity: .9;
}
.service-style-two .thm-container {
position: relative;
z-index: 99;
}
.about3.service-content {
padding-right: 65px;
}
.about3.service-content span,
.about3.service-content h2 {
margin: 0;
}
.about3.service-content span {
font-family: 'Pacifico';
font-size: 20px;
color: #202020;
}
.about3.service-content h2 {
color: #FFFFFF;
font-size: 60px;
line-height: 60px;
font-weight: bold;
margin-bottom: 40px;
}
.about3.service-content p {
margin: 0;
color: #FFFFFF;
line-height: 30px;
}
.service-style-two .unique-feature {
position: relative;
display: inline-block;
margin-top: 35px;
}
.service-style-two .unique-feature .content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.service-style-two .unique-feature .content i {
color: #2884C6;
font-size: 63px;
margin-top: 45px;
margin-bottom: 20px;
display: block;
}
.service-style-two .unique-feature .content h3 {
margin: 0;
color: #202020;
font-size: 16px;
font-weight: 500;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.service-style-two .unique-feature .content h3:hover {
color: #ff4328;
}
.service-style-two.about-page {
padding-top: 125.5px;
padding-bottom: 125.5px;
}
.single-service-three {
margin-bottom: 50px;
}
.single-service-three:hover .img-box:before {
opacity: 1;
}
.single-service-three:hover .text-box h3,
.single-service-three:hover .text-box p {
color: #fff;
}
.single-service-three:hover .text-box .meta-info p {
color: #fff;
}
.single-service-three:hover .text-box .meta-info p span {
color: #fff !important;
}
.single-service-three:hover .text-box a.read-more {
}
.single-service-three:hover .text-box:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.single-service-three .img-box {
position: relative;
overflow: hidden;
}
.single-service-three .img-box > img {
width: 100%;
}
.single-service-three .img-box:before {
content: '';
width: 100%;
height: 100%;
background: rgba(33, 33, 33, 0.6);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.single-service-three .text-box {
position: relative;
background: #F4F5F9;
margin-top: 10px;
padding-top: 55px;
padding-bottom: 50px;
padding-left: 60px;
padding-right: 60px;
}
.single-service-three .text-box:before {
}
.single-service-three .text-box h3 {
margin: 0;
color: #202020;
font-weight: bold;
font-size: 24px;
transition: all 500ms ease;
}
.single-service-three .text-box p {
color: #747474;
font-size: 16px;
line-height: 30px;
margin: 0;
transition: all 500ms ease;
}
.single-service-three .text-box .meta-info {
margin-top: 5px;
margin-bottom: 30px;
}
.single-service-three .text-box .meta-info p {
margin: 0;
font-size: 16px;
color: #747474;
transition: all 500ms ease;
}
.single-service-three .text-box .meta-info p span {
font-weight: bold;
}
.single-service-three .text-box a.read-more {
width: 42px;
height: 42px;
color: #fff;
font-size: 20px;
line-height: 42px;
border-radius: 50%;
text-align: center;
position: absolute;
bottom: -21px;
right: 30px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.single-service-three .text-box a.read-more:hover {
}
.service-style-three .pagination {
margin-bottom: 0;
margin-top: 30px;
display: block;
}
.service-style-three .pagination > li + li {
margin-left: 5px;
}
.service-style-three .pagination > li:last-child {
margin-left: 0px;
}
.service-style-three .pagination > li > a,
.service-style-three .pagination > li > span {
padding: 13px 20px;
float: none;
display: inline-block;
color: #212121;
}
.service-style-three .pagination > .active > a,
.service-style-three .pagination > .active > a:focus,
.service-style-three .pagination > .active > a:hover,
.service-style-three .pagination > .active > span,
.service-style-three .pagination > .active > span:focus,
.service-style-three .pagination > .active > span:hover {
background: #FF4328;
color: #fff;
border-color: #FF4328;
}
.service-style-three.service-details-page .single-service-three {
margin-bottom: 0;
}
.single-service-details-design-option:hover .img-box:before {
opacity: 1;
}
.single-service-details-design-option .img-box {
position: relative;
overflow: hidden;
}
.single-service-details-design-option .img-box > img {
width: 100%;
}
.single-service-details-design-option .img-box:before {
content: '';
width: 100%;
height: 100%;
background: rgba(33, 33, 33, 0.6);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.single-service-details-design-option .text-box h3,
.single-service-details-design-option .text-box ul,
.single-service-details-design-option .text-box li {
margin: 0;
padding: 0;
list-style: none;
}
.single-service-details-design-option .text-box h3 {
color: #202020!important;
font-size: 24px;
font-weight: 500;
margin-top: 30px;
}
.single-service-details-design-option .text-box h3 a{
color: #202020!important;
}
.single-service-details-design-option .text-box ul.list-box {
margin-top: 40px;
}
.single-service-details-design-option .text-box ul.list-box li {
display: block;
position: relative;
padding-left: 15px;
color: #747474;
font-size: 16px;
line-height: 30px;
}
.single-service-details-design-option .text-box ul.list-box li:before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #747474;
font-size: 18px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.service-details-cost-calculator {
background: #F4F5F9;
}
.cost-calc-content {
padding-right: 30px;
}
.cost-calc-content .sec-title {
margin-bottom: 40px;
}
.cost-calc-content .sec-title h3 {
font-size: 40px;
margin: 0;
}
.cost-calc-content  {
margin-bottom: 20px;
}
.cost-calc-content  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100%;
outline: none;
}
.cost-calc-content  .bootstrap-select + .bootstrap-select {
margin-top: 30px;
}
.cost-calc-content  .bootstrap-select .dropdown-toggle {
display: inline-block;
border: none;
outline: none;
background: #FFFFFF;
color: #747474;
border-radius: 35px;
font-size: 16px;
padding: 23px 50px;
outline: none;
border: none;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.cost-calc-content  .bootstrap-select.btn-group .dropdown-toggle .caret {
border: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 30px;
width: auto;
height: auto;
}
.cost-calc-content  .bootstrap-select.btn-group .dropdown-toggle .caret:before {
content: '\f107';
font-family: 'Font Awesome 5 Pro';
color: #202020;
font-size: 16px;
}
.cost-calc-content  .dropdown-menu {
padding-top: 0;
padding-bottom: 0;
border-radius: 0px;
}
.cost-calc-content  .dropdown-menu > li > a {
font-size: 16px;
padding: 9px 25px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.cost-calc-content  .dropdown-menu > li > a:hover {
background: #FF4328;
color: #fff;
cursor: pointer;
}
.cost-calc-content p {
color: #747474;
font-size: 16px;
line-height: 1.5em;
margin: 0;
}
.cost-calc-content a {
color: #FF4328;
font-size: 16px;
line-height: 32px;
text-decoration: underline !important;
}
.service-details-cost-calculator .pricing-table {
margin-top: 0px;
position: relative;
background: #fff;
}
.service-details-cost-calculator .pricing-table .table {
margin-bottom: 0;
}
.service-details-cost-calculator .pricing-table .table > thead {
background: #EAECF3;
margin-left: -2px;
margin-right: -2px;
}
.service-details-cost-calculator .pricing-table .table > thead > tr > th {
color: #202020;
font-size: 18px;
font-weight: 500;
border-bottom: 0;
padding: 23px 0;
}
.service-details-cost-calculator .pricing-table .table > thead > tr > th:first-child {
padding-left: 60px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td {
border-bottom: 2px solid #EBEDF4;
padding-bottom: 11px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td {
color: #747474;
font-size: 16px;
padding: 0;
border-top: 0;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td .inner {
padding: 15px 0;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td:first-child .inner {
border-left: 2px solid #EBEDF4;
padding-left: 60px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td:last-child .inner {
border-right: 2px solid #EBEDF4;
padding-right: 60px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr:first-child td .inner {
padding-top: 57px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td .inner {
padding-bottom: 47px;
}
.design-sizes {
border: 2px solid #EBEDF4;
}
.design-sizes .title {
background: #EAECF3;
padding: 26px 0;
}
.design-sizes .title h3 {
margin: 0;
color: #202020;
font-weight: 500;
font-size: 18px;
}
.design-sizes .design-sizes-name-box {
padding: 64px 0;
padding-left: 60px;
padding-right: 60px;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box + .single-design-sizes-name-box {
margin-top: 20px;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box span.name {
color: #747474;
font-size: 16px;
float: left;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box span.size {
color: #747474;
font-size: 16px;
float: right;
} .video-box {
position: relative;
}
.video-box .content {
width: 325px;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
padding: 55px 0;
padding-left: 60px;
}
.video-box .content h3 {
margin: 0;
color: #212121;
font-weight: bold;
font-size: 24px;
line-height: 30px;
}
.video-box .content a.video-btn {
width: 74px;
height: 74px;
border-radius: 50%;
color: #fff;
line-height: 74px;
font-size: 20px;
position: absolute;
top: 50%;
right: -37px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.video-box .content a.video-btn:after, 
.video-box .content a.video-btn:before {
width: 74px;
height: 74px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.video-box .content a.video-btn:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
} .design-guideline {
background: #F5F6FA;
padding: 50px 60px;
}
.design-guideline .guide-content h3 {
color: #212121;
font-size: 24px;
line-height: 32px;
font-weight: bold;
margin: 0;
margin-bottom: 30px;
}
.design-guideline .guide-content ul.list-box, .design-guideline .guide-content ul.list-box li {
margin: 0;
padding: 0;
list-style: none;
}
.design-guideline .guide-content ul.list-box li {
font-size: 18px;
color: #757575;
position: relative;
padding-left: 15px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.design-guideline .guide-content ul.list-box li:before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #FF4328;
font-size: 18px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.design-guideline .guide-content ul.list-box li span {
color: #212121;
}
.design-guideline .version-row {
margin-top: -15px;
}
.design-guideline .single-version {
text-align: center;
margin-top: 15px;
}
.design-guideline .single-version .version {
width: 63px;
height: 63px;
border: 2px solid #1BA0E0;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
display: block;
padding: 15px 0;
-webkit-transition: all .4s;
transition: all .4s;
}
.design-guideline .single-version .version span {
display: block;
color: #1BA0E0;
font-size: 14px;
line-height: 1em;
font-weight: 500;
-webkit-transition: all .4s;
transition: all .4s;
}
.design-guideline .single-version .version i {
font-size: 16px;
color: #1BA0E0;
line-height: 1em;
display: block;
margin-top: 3px;
-webkit-transition: all .4s;
transition: all .4s;
}
.design-guideline .single-version .version:hover {
background: #1BA0E0;
}
.design-guideline .single-version .version:hover span, .design-guideline .single-version .version:hover i {
color: #fff !important;
}
.design-guideline .single-version .version.ai {
border-color: #ED773E;
}
.design-guideline .single-version .version.ai:hover {
background: #ED773E;
}
.design-guideline .single-version .version.ai i, .design-guideline .single-version .version.ai span {
color: #ED773E;
}
.design-guideline .single-version .version.indesign {
border-color: #E6498F;
}
.design-guideline .single-version .version.indesign:hover {
background: #E6498F;
}
.design-guideline .single-version .version.indesign i, .design-guideline .single-version .version.indesign span {
color: #E6498F;
}
.design-guideline .single-version .version.jpg {
border-color: #456E7F;
}
.design-guideline .single-version .version.jpg:hover {
background: #456E7F;
}
.design-guideline .single-version .version.jpg i, .design-guideline .single-version .version.jpg span {
color: #456E7F;
}
.design-guideline .single-version h4 {
color: #757575;
font-size: 14px;
font-weight: normal;
} #contact-google-map {
width: 100%;
height: 580px;
}
.contact-form-content .title {
margin-bottom: 50px;
}
.contact-form-content .title span,
.contact-form-content .title h2 {
margin: 0;
}
.contact-form-content .title span {
font-family: 'Pacifico';
font-size: 20px;
}
.contact-form-content .title h2 {
color: #212121;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.contact-form-content {
background: #F5F6FA;
padding: 80px 0;
padding-left: 80px;
padding-right: 80px;
}
.contact-form-content .contact-info {
margin-left: -30px;
border: 2px solid #EBEDF4;
padding-top: 75px;
padding-bottom: 80px;
}
.single-contact-info h4,.single-contact-info p {
margin: 0;
}
.single-contact-info h4 {
color: #212121;
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.single-contact-info p {
color: #757575;
font-size: 16px;
line-height: 28px;
}
.contact-info .social a {
width: 59px;
height: 59px;
border-radius: 50%;
color: #fff;
font-size: 18px;
line-height: 59px;
text-align: center;
line-height: 59px;
margin-top: 10px;
}
.contact-info .social a + a {
margin-left: 10px;
}
.contact-info .social a:first-child{
background: #FEC931;
}
.contact-info .social a:nth-child(2) {
background: #2884C6;
}
.contact-info .social a:nth-child(3) {
background: #212121;
}
.contact-info .social a:nth-child(4) {
background: #FF4328;
}
.contact-form-content input, .contact-form-content textarea {
border: none;
outline: none;
width: 100%;
height: 68px;
border-radius: 35px;
background: #fff;
color: #757575;
font-size: 16px;
padding-left: 50px;
margin-bottom: 20px;
display: block;
}
.contact-form-content input::-webkit-input-placeholder,.contact-form-content textarea::-webkit-input-placeholder { color: #757575;
}
.contact-form-content input::-moz-placeholder,
.contact-form-content textarea::-moz-placeholder { color: #757575;
}
.contact-form-content input:-ms-input-placeholder,
.contact-form-content textarea:-ms-input-placeholder { color: #757575;
}
.contact-form-content input:-moz-placeholder,
.contact-form-content textarea:-moz-placeholder { color: #757575;
}
.contact-form-content input.error,
.contact-form-content textarea.error {
background: rgba(255, 0, 0, 0.5);
}
.contact-form-content textarea {
height: 182px;
padding-top: 20px;
}
.contact-form-content label.error {
display: none !important;
} .page-title {
background: #F5F6FA;
padding: 79px 0;
}
.page-title h3 {
margin: 0;
color: #212121;
font-size: 60px;
font-weight: bold;
}
.breadcumb-wrapper {
overflow: hidden;
margin-top: -34px;
z-index: 99;
}
.breadcumb-wrapper .thm-container {
position: relative;
padding-left: 0;
padding-right: 0;
max-width: 1170px;
}
.breadcumb-wrapper ul.breadcumb,
.breadcumb-wrapper ul.breadcumb li {
margin: 0;
padding: 0;
list-style: none;
}
.breadcumb-wrapper ul.breadcumb {
border-top-left-radius: 35px;
border-bottom-left-radius: 35px;
padding-left: 70px;
padding-right: 100px;
position: relative;
display: inline-block;
float: right;
}
.breadcumb-wrapper ul.breadcumb:after {
content: '';
width: 1000000px;
height: 100%;
position: absolute;
top: 0;
left: 100%;
}
.breadcumb-wrapper ul.breadcumb li {
display: inline-block;
vertical-align: middle;
}
.breadcumb-wrapper ul.breadcumb li a,
.breadcumb-wrapper ul.breadcumb li span {
display: block;
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
padding: 18px 5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.breadcumb-wrapper ul.breadcumb li {
display: inline-block;
vertical-align: middle;
color: #fff;
}
.breadcumb-wrapper ul.breadcumb li a:hover,
.breadcumb-wrapper ul.breadcumb li span {
color: #212121;
}
.breadcumb-wrapper ul.breadcumb li span.sep {
margin-left: 15px;
margin-right: 15px;
color: #fff;
} .single-about .text-box {
background: #F5F6FA;
position: relative;
margin-top: 10px;
padding: 0 40px;
padding-top: 45px;
padding-bottom: 43px;
}
.single-about .text-box:before {
}
.single-about .text-box:hover h3,
.single-about .text-box:hover p {
color: #fff;
}
.single-about .text-box:hover a.read-more {
background: #fff;
}
.single-about .text-box h3 {
font-size: 30px;
color: #212121;
font-weight: bold;
margin: 0;
margin-bottom: 32px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.single-about .text-box p {
color: #757575;
font-size: 16px;
line-height: 30px;
margin: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.single-about .text-box a.read-more {
width: 42px;
height: 42px;
background: #FF4328;
color: #fff;
font-size: 20px;
line-height: 42px;
border-radius: 50%;
text-align: center;
position: absolute;
bottom: -21px;
right: 30px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.single-about .text-box a.read-more:hover {
background: #fff;
color: #FF4328;
} .blog-style-one .single-blog-post .text-box {
background: #F5F6FA;
position: relative;
margin-bottom: 0px;
padding: 0 40px;
padding-top: 45px;
padding-bottom: 43px;
font-size: 16px;
}
.blog-style-one .single-blog-post .text-box:before {
background: #FF4328;
}
.blog-style-one .single-blog-post .text-box:hover h3,
.blog-style-one .single-blog-post .text-box:hover p {
color: #fff;
}
.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p {
margin: 0;
padding: 0;
}
.blog-style-one .single-blog-post .text-box h3 {
font-size: 30px;
color: #212121;
font-weight: bold;
margin: 0;
margin-bottom: 32px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-style-one .single-blog-post .text-box p {
color: #757575;
font-size: 16px;
line-height: 30px;
margin: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box {
position: relative;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info {
background: #2984C4;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info a {
color: #fff !important;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info a i {
color: #fff !important;
}
.blog-style-one .single-blog-post .img-box .meta-info {
padding: 10.5px 0;
padding-left: 20px;
background: #F4F5F9;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box .meta-info a {
font-size: 14px;
color: #4d4d4d;
-webkit-transition: all .4s ease;
transition: all .4s ease; font-weight: 500;
}
.blog-style-one .single-blog-post .img-box .meta-info a + a {
margin-left: 18px;
}
.blog-style-one .single-blog-post .img-box .meta-info a i {
margin-right: 7px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box a.read-more {
width: 42px;
height: 42px;
background: #FF4328;
color: #fff;
font-size: 20px;
line-height: 42px;
border-radius: 50%;
text-align: center;
position: absolute;
bottom: -21px;
right: 30px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box a.read-more:hover {
background: #fff !important;
}
.blog-page .single-blog-post {
margin-bottom: 80px;
}
.blog-page .pagination {
margin-bottom: 0;
margin-top: 0px;
display: block;
}
.blog-page .pagination > li + li {
margin-left: 5px;
}
.blog-page .pagination > li:last-child {
margin-left: 0px;
}
.blog-page .pagination > li > a,
.blog-page .pagination > li > span {
padding: 13px 20px;
float: none;
display: inline-block;
color: #212121;
}
.blog-page .pagination > .active > a,
.blog-page .pagination > .active > a:focus,
.blog-page .pagination > .active > a:hover,
.blog-page .pagination > .active > span,
.blog-page .pagination > .active > span:focus,
.blog-page .pagination > .active > span:hover {
background: #FF4328;
color: #fff;
border-color: #FF4328;
}
.blog-details-page .single-blog-post .text-box {
background: #F5F6FA;
position: relative;
margin-bottom: 10px;
padding: 0 40px;
padding-top: 45px;
padding-bottom: 43px;
}
.blog-details-page .single-blog-post .text-box h3 {
font-size: 30px;
color: #212121;
font-weight: bold;
margin: 0;
margin-bottom: 32px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-details-page .single-blog-post .text-box p {
color: #757575;
font-size: 16px;
line-height: 30px;
margin: 0;
margin-bottom:20px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box {
position: relative;
}
.blog-details-page .single-blog-post .img-box .meta-info {
padding: 10.5px 0;
padding-left: 50px;
background: #F4F5F9;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info a {
font-size: 14px;
color: #747474;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info a + a {
margin-left: 18px;
}
.blog-details-page .single-blog-post .img-box .meta-info a i {
color: #2984C4;
margin-right: 5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info {
background: #2984C4;
}
.blog-details-page .single-blog-post .img-box .meta-info a {
color: #fff;
}
.blog-details-page .single-blog-post .img-box .meta-info a i {
color: #fff;
}
.blog-details-page .single-blog-post .content-box {
margin-top: 50px;
}
.blog-details-page .single-blog-post .content-box p {
margin: 0;
font-size: 16px;
line-height: 30px;
color: #747474;
}
.blog-details-page .share-box {
background: #F4F5F9;
padding: 40px;
margin-top: 60px;
margin-bottom: 60px;
}
.blog-details-page .share-box .left-title h4 {
margin: 0;
color: #202020;
font-size: 20px;
font-weight: bold;
line-height: 59px;
}
.blog-details-page .share-box .social a {
width: 59px;
height: 59px;
border-radius: 50%;
color: #fff;
font-size: 18px;
line-height: 59px;
text-align: center;
line-height: 59px;
}
.blog-details-page .share-box .social a + a {
margin-left: 10px;
}
.blog-details-page .share-box .social a.fa-twitter {
background: #FEC931;
}
.blog-details-page .share-box .social a.fa-facebook-f {
background: #2884C6;
}
.blog-details-page .share-box .social a.fa-pinterest {
background: #212121;
}
.blog-details-page .share-box .social a.fa-youtube {
background: #FF4328;
} .header-404 {
background: #F4F5F9;
padding: 80px 0;
}
.content-404 h2, .content-404 p {
margin: 0;
}
.content-404 h2 {
color: #202020;
font-size: 36px;
font-weight: 500;
margin-bottom: 5px;
}
.content-404 p {
font-size: 16px;
color: #747474;
}
.content-404 img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: 80px;
}
.content-404 .thm-btn:hover {
background: #212121;
color: #fff;
} .single-pricing {
background: #F4F5F9;
padding-top: 55px;
padding-bottom: 60px;
}
.single-pricing h3,
.single-pricing ul,
.single-pricing li {
margin: 0;
padding: 0;
list-style: none;
}
.single-pricing span.price-label {
font-family: 'Pacifico';
color: #FF4328;
font-size: 16px;
display: block;
margin-bottom: 5px;
}
.single-pricing h3 {
margin: 0;
color: #202020;
font-weight: bold;
font-size: 60px;
display: inline-block;
position: relative;
}
.single-pricing h3 .price-currency {
font-size: 35px;
position: absolute;
top: 5px;
right: 100%;
margin-right: 5px;
}
.single-pricing i {
color: #2884C6;
font-size: 85px;
display: block;
margin-top: 25px;
}
.single-pricing .line {
width: 230px;
height: 2px;
background: #ebedf4;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 40px;
margin-top: 40px;
}
.single-pricing ul.list-box {
margin-bottom: 30px;
}
.single-pricing ul.list-box li {
color: #747474;
font-size: 18px;
line-height: 1em;
}
.single-pricing ul.list-box li + li {
margin-top: 15px;
}
.price-feature-box {
background: #FFFFFF;
padding: 60px;
}
.price-feature-box .row {
margin-left: -30px;
margin-right: -30px;
}
.price-feature-box .row [class*='col-sm'] {
padding-left: 30px;
padding-right: 30px;
}
.price-feature-box .price-feature .circle-box {
position: relative;
}
.price-feature-box .price-feature .circle-box canvas {
width: 100%;
display: block;
}
.price-feature-box .price-feature .circle-box .text-box {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.price-feature-box .price-feature .circle-box .text-box .inner {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.price-feature-box .price-feature .circle-box .text-box .inner .content {
display: table-cell;
vertical-align: middle;
}
.price-feature-box .price-feature .circle-box .text-box .inner .content p {
margin: 0;
color: #2984C4;
font-size: 30px;
font-weight: bold;
}
.price-feature-box .price-feature h3 {
margin: 0;
color: #202020;
font-size: 18px;
font-weight: 500;
margin-top: 26px;
} .sidebar {
background: #F4F5F9;
padding-top: 40px;
padding-bottom: 40px;
}
.sidebar .single-sidebar {
padding-left: 40px;
padding-right: 40px;
}
.sidebar .single-sidebar ul,
.sidebar .single-sidebar li,
.sidebar .single-sidebar p,
.sidebar .single-sidebar h3,
.sidebar .single-sidebar h4 {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar .single-sidebar .title {
margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
margin: 0;
color: #202020;
font-weight: 500;
font-size: 18px;
}
.sidebar .single-sidebar + .single-sidebar {
border-top: 2px solid #ebedf4;
padding-top: 40px;
margin-top: 40px;
}
.sidebar .single-sidebar.search-sidebar form.search-from input {
border: none;
outline: none;
width: 100%;
height: 68px;
border-radius: 35px;
background: #fff;
color: #757575;
font-size: 16px;
padding-left: 50px;
display: block;
}
.sidebar .single-sidebar.search-sidebar form.search-from input::-webkit-input-placeholder { color: #757575;
}
.sidebar .single-sidebar.search-sidebar form.search-from input::-moz-placeholder { color: #757575;
}
.sidebar .single-sidebar.search-sidebar form.search-from input:-ms-input-placeholder { color: #757575;
}
.sidebar .single-sidebar.search-sidebar form.search-from input:-moz-placeholder { color: #757575;
}
.sidebar .single-sidebar.recent-post ul.post-list li + li {
margin-top: 30px;
}
.sidebar .single-sidebar.recent-post h4 {
color: #747474;
font-size: 16px;
line-height: 20px;
font-weight: normal;
-webkit-transition: all .4s;
transition: all .4s;
}
.sidebar .single-sidebar.recent-post h4:hover {
color: #EB4027;
}
.sidebar .single-sidebar.img-sidebar h4 {
color: #202020;
font-weight: 500;
font-size: 18px;
margin-top: 30px;
margin-bottom: 25px;
}
.sidebar .single-sidebar.img-sidebar p {
color: #747474;
font-size: 16px;
line-height: 26px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list {
margin-left: -5px;
margin-right: -5px;
margin-top: -10px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
margin-top: 10px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list a {
display: block;
position: relative;
padding-left: 15px;
color: #747474;
background: #FFFFFF;
font-size: 14px;
padding: 5px 17px;
border-radius: 20px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list a:hover {
color: #ffffff;
background: #FF4228;
}
.sidebar .single-sidebar.category-sidebar ul.category-list li + li {
margin-top: 4px;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a {
display: block;
position: relative;
padding-left: 15px;
color: #747474;
font-size: 16px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #A0A0A0;
font-size: 18px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:hover {
color: #FF4328;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:hover:before {
background: #FF4328;
} .contact_info .title span {
font-family: 'Pacifico';
font-size: 20px;
}
.contact_info .title h2 {
color: #212121;
font-size: 60px;
line-height: 60px;
font-weight: bold;
}
.single-contact-info h4 {
color: #212121;
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.sizex{
float:right!important;
}
.mrindex .single-blog-post .text-box {
width: 100%!important;
}
.mrindex .img-box .meta-info {
border-bottom: 1px solid #eae7e7;
} .arrow-btn-box {
display: inline-block;
position: relative;
}
.arrow-btn {
padding: 6px 60px 6px 0px;
color: #403ab4;
-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
transition: .5s cubic-bezier(.86, 0, .07, 1);
display: inline-block;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-size: 12px;
line-height: 1;
font-weight: 600;
letter-spacing: 3px;
}
.text-box.hvr-bounce-to-bottom:hover .arrow-btn{
color: #fff !important;
}
.arrow-btn-box:hover .arrow-btn {
padding: 6px 90px 6px 0px;
letter-spacing: 5px;
}
.arrow-btn:before {
content: '';
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%) scaleX(0);
-ms-transform: translateY(-50%) scaleX(0);
transform: translateY(-50%) scaleX(0);
width: 30px;
height: 2px;
-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
transition: .5s cubic-bezier(.86, 0, .07, 1);
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
background: #fff;
}
.arrow-btn:after {
content: '';
position: absolute;
top: 17px;
right: 40px;
width: 7px;
height: 7px;
border-right: 2px solid #222;
border-top: 2px solid #222;
-webkit-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
transition: .5s cubic-bezier(.86, 0, .07, 1);
}
.arrow-btn-box:hover .arrow-btn:before {
-webkit-transform: translateY(-50%) scaleX(1);
-ms-transform: translateY(-50%) scaleX(1);
transform: translateY(-50%) scaleX(1);
}
.arrow-btn-box:hover .arrow-btn:after {
border-right: 2px solid #fff;
border-top: 2px solid #fff;
}
.fade-anim-box.fade-anim {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.fade-anim-box {
display: inline-block;
opacity: 0;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
-o-transition: 1s cubic-bezier(.77, 0, .175, 1);
transition: 1s cubic-bezier(.77, 0, .175, 1);
}
.tr-delay05, .tr-delay05:before, .tr-delay05:after {
-webkit-transition-delay: .5s !important;
-o-transition-delay: .5s !important;
transition-delay: .5s !important;
}
.animated {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.arrow-btn-box {
display: inline-block;
position: relative;
}
.arrow-btn-box{
margin-top: 20px;
}
.arrow-btn-box:hover .arrow-btn {
color: #fff;
}
.mrsidebar {
margin-bottom: 40px;
background: #F4F5F9;
padding: 20px;
}
.mrsidebar .sidebar-title h3 {
color: #222;
font-size: 20px;
padding-bottom: 15px;
}
.search-form .searchform button {
position: relative;  width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 20px;
padding: 0;
font-weight: 400;
cursor: pointer;
background: #ff4328;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border: none;
color: #fff;
float: right;
margin-top: -70px;
}
form.subscribe-form .thm-btn.yellow-bg:hover{
background: #fff !important;
color: #222 !important;
}
.search-form .searchform input[type="search"] {
position: relative;
display: block;
font-size: 18px;
color: #222;
line-height: 30px;
padding: 20px 30px;
padding-right: 75px;
height: 70px;
width: 100%;
border: 1px solid #ddd;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mrsidebar>ul {
position: relative;
padding-left: 0px;
}
.mrsidebar ul li a:before {
position: absolute;
content: '';
height: 6px;
width: 6px;
background: #ff4328;
left: 0;
top: 12px;
transition: .5s ease;
transform: skew(0deg);
border-radius: 50%;
}
footer .widget-title {
color: #FFF;
font-weight: 700;
font-size: 20px;
padding-top: 70px;
}
footer #wp-calendar caption {
color: #fff;
}
footer #wp-calendar thead th {
padding: 10px;
background: #ff4328;
color: #fff;
border: 1px solid #2d2845;
text-align: center;
}
footer .rssSummary{
color: #fff;
}
footer .tagcloud a {
color: #fff;
}
footer .mrfooter{
padding-bottom: 40px;
}
.nav-btn .next-btn a,.nav-btn .prev-btn a{
color: #5c5c5c;
font-weight: 500;
}
.paginate_links>a{
background-color: #fff;
border: 1px solid #ddd;
padding: 13px 20px;
float: none;
display: inline-block;
color: #403ab4;
margin-left: 3px;
line-height: 1.42857143;
position: relative;
transition: all 700ms ease;
}
.paginate_links>a:hover{
border: 1px solid #ddd;
padding: 13px 20px;
float: none;
display: inline-block;
margin-left: 3px;
line-height: 1.42857143;
position: relative;
background: #ff4328;
color: #fff;
transition: all 700ms ease;
}
.paginate_links>span{
border: 1px solid #ddd;
padding: 13px 20px;
float: none;
display: inline-block;
margin-left: 3px;
line-height: 1.42857143;
position: relative;
background: #ff4328;
color: #fff;
transition: all 700ms ease;
}
.blog-page .pagination .page-numbers.current,.blog-page .pagination > li > a:hover {
color: #fff !important;
transition: all 700ms ease;
}
p {
color: #757575;
font-size: 16px;
margin-bottom: 20px;
}
.mrindex .tag-sticky-2 .single-blog-post,.mrindex .sticky .single-blog-post{
border: 1px solid #ff4328;
}
img{
max-width:100%;
height:auto;
}
.blog-style-one .single-blog-post .text-box h3 {
overflow: hidden;
}
.breadcumb-wrapper ul.breadcumb li a:before {
position: relative;
content: '-';
top: 2px;
transition: .5s ease;
transform: skew(0deg);
z-index: 999;
color: white;
float: right;
}
.mrmod1 .sersice_col.single-what-we-do-one {
padding-top: 30px!important;
padding-bottom: 56px;
}
.mrmod1 .sersice_col.single-what-we-do-one h3 {
margin-bottom: 15px!important;
}
.service-style-two .service-content span {
font-family: 'Pacifico';
font-size: 20px;
color: #202020;
}
.service-style-two .service-content h2 {
color: #FFFFFF;
font-size: 60px;
line-height: 60px;
font-weight: bold;
margin-bottom: 40px;
}
.service-style-two .service-content p {
margin: 0;
color: #FFFFFF;
line-height: 30px;
}
.video-box-design-guide .guide-line-img-box{
margin-top: 30px;
}
.recent-projects .single-recent-project .text-box .inner {
margin-bottom: 30px;
}
.gridhome .single-blog-post .img-box .meta-info {
margin-bottom: 50px;
}
.blog-style-one .single-blog-post .img-box img{
width:100%;
}
.gallery-widget .image img{
width: 158px!important;
float: left;
margin: 3px;
}
.bind {
margin-left: 110px;
margin-top: -89px;
margin-bottom: 30px;
}
.bind h6 a{
color: #222;
font-size: 17px;
}
.bind .post-date{
font-size: 14px;
font-weight: 500;
}
.blog-details-page .single-blog-post .img-box img{
width:100%;
}
.fab {
font-family: 'Font Awesome 5 Brands' !important;
}
.admin-bar .header-navigation.stricky-fixed {
top: 32px;
}
#rt .welcome-section {
text-align: right;
}
#rt .sersice_col.single-what-we-do-one {
width: 100%;
text-align: right;
}
#rt .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
text-align: right;
}
#rt .faq-content {
text-align: right;
}
#rt .faq-content .accrodion-grp .accrodion .accrodion-title h4:before {
right: unset;
left: 0;
}
#rt .call-to-action-one .inner-wrapper .col-md-6 {
width: 100%;
}
#rt .team-section .single-team-carousel .inner .team-content {
text-align: right;
}
#rt .about2.service-content {
text-align: right;
padding-right: 15px;
}
#rt .footer-widget.about-widget.links-widget.explore.ontact-widget {
text-align: right;
}
#rt .footer-bottom {
text-align: right;
}
#rt .footer-bottom .pull-left {
float: unset !important;
}
#rt .cta-style-two-content {
text-align: right;
}
#rt .recent-projects .single-recent-project .text-box .inner {
padding: 30px 35px 30px 0px;
text-align: right;
}
.cost-calc-form {
margin-bottom: 20px;
}
.service-style-three.sec-pad.service-details-page.two {
padding-top: 0;
} .header.style-two {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.header.style-two .header-navigation ul.navigation-box > li.active > a, 
.header.style-two .header-navigation ul.navigation-box > li.current > a, 
.header.style-two .header-navigation ul.navigation-box > li > a:active, 
.header.style-two .header-navigation ul.navigation-box > li > a:focus, 
.header.style-two .header-navigation ul.navigation-box > li:hover > a {
color: #fff;
}
.header.style-two .header-navigation ul.navigation-box > li > a {
color: #fff;
}
.header.style-two .header-navigation ul.navigation-box > li:before {
margin: 0 13px;
opacity: 0;
}
.header.style-two .header-navigation .thm-container .right-side-box .social a.fa-pinterest {
background-color: #8138f7;
color: #fff;
}
.header.style-two .header-navigation.stricky-fixed {
background: #302780;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
display: inline-block;
margin: 5px 0;
} #minimal-bootstrap-carousel.slider-home-one.style-two:before {
position: absolute;
content: '';
top: -50px;
left: 0;
right: 0;
bottom: 30px;
background-color: #302780;
transform: skewY(-2deg);
}
#minimal-bootstrap-carousel.slider-home-one.style-two:after {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-1.png);
background-repeat: no-repeat;
background-position: top left;
}
#minimal-bootstrap-carousel.slider-home-one.style-two .carousel-inner .item {
background: transparent;
z-index: 9;
}
.slider-home-one.style-two .content {
text-align: left;
margin-top: 100px;
}
.slider-home-one.style-two .content h2 {
font-size: 60px;
line-height: 80px;
}
.slider-home-one.style-two .content .text {
margin-top: 30px;
}
.slider-home-one.style-two .image {
position: relative;
margin-bottom: -330px;
margin-left: -55px;
margin-top: 50px;
z-index: 99;
}
.slider-home-one.style-two .image img {
max-width: none;
}
.slider-home-one.style-two .carousel-inner {
overflow: visible;
}
.slider-home-one.style-two .custom-navigation {
display: none;
}
.thm-btn.yellow-bg:hover {
color: #fff !important;
} .features-section {
position: relative;
padding: 110px 0 90px;
}
.features-section:before {
position: absolute;
content: '';
top: -89px;
right: 0;
left: 0;
bottom: 210px;
background-color: #f7f4ee;
transform: skewY(
-4deg
);
}
.sec-title {
position: relative;
}
.features-block {
position: relative;
margin-bottom: 30px;
}
.features-block:nth-child(1) {
transform: translateY(140px);
}
.features-block:nth-child(2) {
transform: translateY(70px);
}
.features-block .inner-box {
background: #fff;
padding: 20px;
text-align: center;
margin-top: 50px;
padding-bottom: 45px;
box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
}
.features-block .icon {
position: relative;
width: 100px;
height: 100px;
line-height: 108px;
text-align: center;
color: #fff;
border-radius: 50%;
margin: 0 auto;
margin-top: -70px;
margin-bottom: 40px;
font-size: 35px;
box-shadow: 0px 25px 60px 0px rgba(210, 70, 50, 0.25);
transition: .5s;
}
.features-block .icon span {
position: relative;
}
.features-block .inner-box .icon:before {
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #ed4126;
transition: .5s;
transform: scale(0);
border-radius: 50%;
}
.features-block .inner-box:hover .icon:before {
transform: scale(1);
}
.features-block h4 {
position: relative;
color: #212121;
font-size: 24px;
font-weight: 700;
margin-bottom: 22px;
}
.features-block .text {
position: relative;
font-size: 16px;
color: #808080;
line-height: 28px;
margin-bottom: 20px;
}
.features-block .read-more a {
position: relative;
font-size: 15px;
font-weight: 500;
color: #172746;
}
.features-block .read-more a i {
width: 21px;
height: 21px;
line-height: 17px;
border: 2px solid;
border-radius: 50%;
font-size: 13px;
vertical-align: middle;
top: -3px;
position: relative;
margin-right: 5px;
transition: .5s;
}
.features-block .read-more a:hover i {
color: #fff !important;
} .about-section {
padding: 150px 0 90px;
}
.about-section .image-block {
position: relative;
margin-bottom: 30px;
}
.about-section .image-block .shape-one {
position: absolute;
top: -30px;
left: -30px;
width: 86px;
height: 86px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-2.png);
}
.about-section .image-block .shape-two {
position: absolute;
top: 166px;
right: 55px;
width: 86px;
height: 86px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-3.png);
}
.about-section .image-block .image {
position: relative;
}
.about-section .video {
position: absolute;
right: 30px;
bottom: 50px;
width: 280px;
height: 170px;
background-color: #302780;
padding-top: 50px;
padding-left: 130px;
}
.about-section .video a {
width: 80px;
height: 80px;
border-radius: 50%;
color: #fff;
background: #ff4328;
background-color: rgba(255, 255, 255, 0.26);
line-height: 80px;
font-size: 20px;
position: absolute;
top: 85px;
left: 30px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
display: inline-block;
transition: .5s;
}
.about-section .video a:after, 
.about-section .video a:before {
width: 80px;
height: 80px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.about-section .video a:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.about-section .video h4 {
position: relative;
font-size: 22px;
font-weight: 500;
color: #fff;
}
.about-section ul.list-box {
list-style: none;
padding: 0;
margin-bottom: 30px;
}
.about-section ul.list-box li {
color: #808080;
font-size: 16px;
font-weight: 400;
position: relative;
padding-left: 25px;
}
.about-section ul.list-box li + li {
margin-top: 5px;
}
.about-section ul.list-box li i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.pt-0 {
padding-top: 0 !important;
} .services-section {
position: relative;
padding-bottom: 50px;
}
.service-block {
margin-bottom: 75px;
}
.service-block .inner-box {
box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
padding: 45px 80px;
padding-right: 50px;
margin-left: 50px;
position: relative;
}
.service-block .icon {
position: absolute;
top: 50px;
left: -40px;
width: 80px;
height: 80px;
background: #fff;
border-radius: 50%;
text-align: center;
line-height: 80px;
font-size: 30px;
transition: .5s;
}
.service-block .inner-box:hover .icon {
background-color: #302780;
color: #fff;
}
.service-block .icon:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 0px 15px 30px 0px rgba(48, 39, 128, 0.2);
background-color: #fff;
transition: .5s;
}
.service-block .inner-box:hover .icon:after {
background-color: #302780;
}
.service-block .icon:before {
position: absolute;
content: '';
top: 12px;
left: 12px;
width: 80px;
height: 80px;
border-radius: 50%;
border: 2px solid #fcddda;
transition: .5s;
}
.service-block .inner-box:hover .icon:before {
border-color: #302780;
}
.service-block .icon i {
position: relative;
z-index: 9;
}
.service-block h4 {
position: relative;
font-size: 24px;
font-weight: 700;
color: #212121;
margin-bottom: 20px;
}
.service-block .text {
font-size: 16px;
}
.service-block .read-more {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
background-color: #fff;
color: #212121;
right: 50px;
bottom: -25px;
transition: .5s;
}
.service-block .inner-box .read-more:hover {
color: #fff;
} .why-choose-us {
position: relative;
background: #302780;
}
.fullwidth-container {
position: relative;
display: flex;
flex-wrap: wrap;
}
.why-choose-us .left-column {
width: 50%;
padding: 120px 0;
}
.why-choose-us .right-column {
width: 50%;
}
.why-choose-us .inner-container {
max-width: 600px;
margin: 0 auto;
margin-right: 0;
padding: 0 15px;
}
.why-choose-us .sec-title h3 {
color: #fff;
}
.why-choose-us .left-column .sec-title span {
color: #fec931 !important;
margin-bottom: 10px;
display: inline-block;
}
.why-choose-us .left-column .text {
position: relative;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
}
.why-choose-us ul.list-box {
list-style: none;
padding: 0;
margin-bottom: 30px;
}
.why-choose-us ul.list-box li {
color: #fff;
font-size: 16px;
font-weight: 400;
position: relative;
padding-left: 25px;
}
.why-choose-us ul.list-box li + li {
margin-top: 5px;
}
.why-choose-us ul.list-box li i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.why-choose-us:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-1.png);
background-repeat: no-repeat;
background-position: top left;
}
.why-choose-us .video {
position: relative;
height: 551px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
background-size: cover;
}
.why-choose-us .video .video-btn {
width: 100px;
height: 100px;
background: #fff;
border-radius: 50%;
text-align: center;
line-height: 100px;
font-size: 25px;
transition: .7s;
}
.why-choose-us .video .video-btn:after, 
.why-choose-us .video .video-btn:before {
width: 100px;
height: 100px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.why-choose-us .video .video-btn:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.why-choose-us .video .video-btn:hover {
color: #fff;
}
.why-choose-us .brand-carousel-two {
background: #fec931;
text-align: center;
padding: 82px 100px;
} .team-section-two {
position: relative;
padding: 120px 0 90px;
}
.team-section-two .row {
margin: 0 -37.5px;
}
.team-block {
padding: 0 37.5px;
}
.team-block .image {
overflow: hidden;
position: relative;
}
.team-block img {
max-width: 100%;
transition: .5s;
}
.team-block .inner-box:hover .image img {
transform: scale(1.05);
}
.team-section-two .thm-container {
max-width: 1200px;
}
.team-block .inner-box {
position: relative;
max-width: 340px;
margin-bottom: 30px;
}
.team-block .content {
position: relative;
margin-top: -110px;
padding: 30px 42px 30px 53px;
}
.team-block .content .shape {
position: absolute;
top: -29px;
left: -24px;
}
.team-block .content h4 {
position: relative;
font-size: 24px;
font-weight: 700;
color: #212121;
margin-bottom: 5px;
}
.team-block .content .designation {
position: relative;
font-size: 16px;
color: #808080;
margin-bottom: 15px;
}
.team-block .content ul.social-links {
position: relative;
padding: 0;
list-style: none;
}
.team-block .content ul.social-links li {
display: inline-block;
margin-right: 5px;
}
.team-block .content ul.social-links a {
width: 40px;
height: 40px;
background: #fff;
position: relative;
display: inline-block;
border-radius: 50%;
border: 1px solid #e5e5e5;
text-align: center;
line-height: 40px;
color: #808080;
font-size: 14px;
transition: .5s;
}
.team-block .content ul.social-links a:hover {
color: #fff;
}
.footer .footer-widget .footer-subscribe {
width: 100%;
position: relative;
height: 69px;
background-color: #171717;
border-radius: 34.5px;
margin-top: 30px; 
max-width: 270px;
}
.footer .footer-widget .footer-subscribe input {
width: 100%;
height: 100%;
background-color: transparent;
border: none;
outline: none;
padding-left: 45px;
color: rgba(255, 255, 255, 0.6);
font-size: 16px; 
}
.footer .footer-widget .footer-subscribe input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe input::-moz-placeholder { color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe input:-moz-placeholder { color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe button[type=submit] {
border: none;
outline: none;
position: absolute;
top: 5px;
right: 5px;
width: 59px;
height: 59px;
border-radius: 50%;
text-align: center;
line-height: 59px;
color: #fff; 
}
.page-wrapper {
position: relative;
overflow: hidden;
}
.footer .sec-title h3 {
color: #fff;
}
.footer .sec-title {
border-bottom: 1px solid #2e2e2e;
padding-bottom: 50px;
}
.recent-news-widget {
position: relative;
}
@media only screen and (min-width:992px) {
.recent-news-widget {
margin-left: 30px;
}
}
.recent-news-widget .date {
font-size: 14px;
font-weight: 500;
}
.recent-news-widget h4 a {
position: relative;
color: #fff;
font-weight: 700;
font-size: 16px;
}
.recent-news-widget .news-post {
margin-bottom: 20px;
}
.recent-news-widget h4 {
margin-top: 6px;
} .testimonials-section {
position: relative;
padding: 120px 0 90px;
}
.testimonials-section .shape-one {
position: absolute;
bottom: 195px;
left: 82px;
width: 68px;
height: 68px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-4.png);
}
.testimonials-section .shape-two {
position: absolute;
top: 81px;
right: 168px;
width: 68px;
height: 68px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-4.png);
}
.testimonials-section .owl-carousel .owl-stage-outer {
overflow: visible;
}
.testimonials-section .owl-item.active {
opacity: 1;
visibility: visible;
}
.testimonials-section .owl-item {
opacity: 0;
visibility: hidden;
}
.testimonials-section .owl-dots {
display: none !important;
}
.testimonial-block {
position: relative;
}
.testimonial-block .inner-box .text {
position: relative;
box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.15);
padding: 52px 50px;
background: #fff;
margin-bottom: 40px;
font-size: 20px;
line-height: 36px;
}
.testimonial-block .author-info {
padding-top: 5px;
position: relative;
padding-left: 80px;
margin-left: 40px;
min-height: 60px;
}
.testimonial-block .image {
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
width: 60px;
overflow: hidden;
}
.testimonial-block h4 {
font-size: 22px;
font-weight: 500;
color: #212121;
margin: 0;
}
.testimonial-block .designation {
font-size: 16px;
font-weight: 400;
}
.testimonial-block .inner-box .text:before {
position: absolute;
content: '';
left: 65px;
bottom: -27px;
border: 20px solid transparent;
border-left-color: #fff;
border-top-color: #fff;
}
.testimonials-section .image-block {
position: relative;
}
.testimonials-section .image-block img {
max-width: 100%;
}
.testimonials-section .image-block .image {
position: relative;
margin-right: -280px;
margin-top: -50px;
}
.testimonials-section.style-two .shape-two {
top: -17px;
right: 68px;
}
.testimonials-section.style-two .shape-one {
bottom: 84px;
left: -19px;
} .pricing-section {
position: relative;
padding: 145px 0 130px;
}
.pricing-block {
position: relative;
}
.pricing-block .inner-box {
position: relative;
background: #fff;
padding: 55px 40px;
margin-bottom: 30px;
transition: .5s;
}
.pricing-block .inner-box:hover {
box-shadow: 0px 40px 100px 0px rgba(37, 59, 112, 0.1);
}
.pricing-block .icon {
position: relative;
font-size: 45px;
margin-bottom: 35px;
color: #6d5cfd;
}
.pricing-block .price {
position: relative;
font-size: 40px;
font-weight: 700;
margin-bottom: 25px;
}
.pricing-block h4 {
position: relative;
font-size: 20px;
color: #212121;
padding-bottom: 50px;
border-bottom: 1px solid #ddd;
margin-bottom: 40px;
}
.pricing-block .price sub {
position: relative;
font-size: 16px;
color: #808080;
font-weight: 400;
}
.pricing-block .list {
position: relative;
padding: 0;
list-style: none;
margin-bottom: 50px;
}
.pricing-block .list li {
position: relative;
color: #212121;
margin-bottom: 8px;
font-size: 16px;
}
.pricing-block .list li.unavailable {
color: #808080;
}
.pricing-block .thm-btn:hover {
background: #302780;
} .cta-section {
position: relative;
padding: 150px 0 120px;
background: #302780;
}
.cta-section:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-18.png);
background-repeat: no-repeat;
background-position: top left;
}
.cta-section-two .side-image {
position: absolute;
top: 20px;
left: 40px;
}
.cta-section .sec-title h3 {
color: #fff;
}
.cta-section .image {
position: relative;
margin-right: -378px;
margin-left: -30px;
margin-top: -210px;
margin-bottom: -270px;
}
.cta-section img {
max-width: 100%;
} .header.style-three {
position: relative;
background-color: #222;
z-index: 99999;
}
.header.style-three .header-navigation ul.navigation-box > li.active > a, 
.header.style-three .header-navigation ul.navigation-box > li.current > a, 
.header.style-three .header-navigation ul.navigation-box > li > a:active, 
.header.style-three .header-navigation ul.navigation-box > li > a:focus, 
.header.style-three .header-navigation ul.navigation-box > li:hover > a {
color: #fff;
}
.header.style-three .header-navigation ul.navigation-box > li > a {
color: #fff;
}
.header.style-three .header-navigation ul.navigation-box > li:before {
margin: 0 13px;
opacity: 0;
}
.header.style-three .header-navigation .thm-container .right-side-box .social a.fa-pinterest {
background-color: #8138f7;
color: #fff;
}
.header.style-three .header-navigation.stricky-fixed {
background: #302780;
} .cta-section-two {
position: relative;
padding: 157px 0;
background-size: cover;
background-position: center;
}
.cta-section-two .sec-title h3 {
color: #fff;
}
.cta-section-two .sec-title span {
color: #fec931 !important;
margin-bottom: 15px;
display: inline-block;
}
.cta-section-two .sec-title {
margin-bottom: 0;
}
.cta-section-two .thm-btn {
background-color: #212121 !important;
} .why-choose-us.style-two .video {
height: 740px;
} .features-section.style-two {
padding: 120px 0 90px;
}
.features-section.style-two .sec-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 400px;
background-size: cover;
}
.features-section.style-two:before {
opacity: 0;
}
.features-section.style-two .sec-bg:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgb(48 39 128 / 85%);
}
.features-section.style-two .features-block:nth-child(2) {
transform: translateY(0);
}
.features-section.style-two .features-block:nth-child(1) {
transform: translateY(0);
} .about-section.style-two {
padding-top: 0;
position: relative;
z-index: 9;
}
.about-section.style-two .top-title {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.about-section.style-two .right-content {
margin-bottom: 70px;
}
.about-section.style-two .video {
right: auto;
left: 50%;
bottom: 0;
transform: translateX(-50%);
padding-left: 0;
text-align: center;
height: auto;
width: auto;
padding: 50px 52px;
}
.about-section.style-two .video a {
position: relative;
top: 0;
left: 0;
margin: 0 auto;
-webkit-transform: translateY(0);
transform: translateY(0);
margin-bottom: 10px;
}
.about-section.style-two .video h4 {
line-height: 30px;
}
.about-section.style-two .image-block .shape-two {
top: -27px;
left: -30px;
}
.about-section.style-two .image-block .shape-one {
right: -30px;
bottom: -30px;
left: auto;
top: auto;
} .services-section.style-two {
padding-top: 310px;
background: #f7f4ee;
margin-top: -310px;
}
.service-block .inner-box {
background: #fff;
}
.service-block .read-more {
box-shadow: 0px 15px 30px 0px rgba(48, 39, 128, 0.2);
color: #fff;
}
.cta-section-two .thm-btn{
color: #fff !important;
} #minimal-bootstrap-carousel.slider-home-one.style-three .carousel-inner .item {
background: transparent;
z-index: 99;
}
.slider-home-one.style-three .content {
text-align: left;
margin-top: 50px;
}
.slider-home-one.style-three .content h2 {
font-size: 60px;
line-height: 70px;
color: #212121;
}
.slider-home-one.style-three .content .text {
margin-top: 20px;
color: #212121;
font-size: 20px;
}
.slider-home-one.style-three .image {
position: relative;
margin-bottom: -170px;
margin-left: -100px;
margin-top: -50px;
z-index: 99;
margin-right: -160px;
}
.slider-home-one.style-three .image img {
max-width: 100%;
}
.slider-home-one.style-three .carousel-inner {
overflow: visible;
}
.slider-home-one.style-three .custom-navigation {
display: none;
}
#minimal-bootstrap-carousel .shape-one {
position: absolute;
content: '';
top: -210px;
left: -210px;
width: 589px;
height: 589px;
border: 135px solid #ebe5db;
z-index: 9;
border-radius: 50%;
}
#minimal-bootstrap-carousel .shape-two {
position: absolute;
content: '';
bottom: 120px;
right: 209px;
width: 194px;
height: 194px;
border: 45px solid #ebe5db;
z-index: 10;
border-radius: 50%;
animation: animationFramesTwo 17s infinite linear;
}
#minimal-bootstrap-carousel .shape-three {
position: absolute;
top: 182px;
right: 350px;
width: 86px;
height: 86px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-2.png);
transform: rotate(56deg);
animation: rotatedHalfTwo 7s infinite linear;
}
#minimal-bootstrap-carousel .shape-four {
position: absolute;
bottom: 178px;
left: 48.5%;
width: 86px;
height: 86px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/assets/images/shape-3.png);
animation: rotatedHalfTwo 7s infinite linear;
}
#minimal-bootstrap-carousel .shape-five {
position: absolute;
top: 308px;
left: 110px;
width: 119px;
height: 119px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-5.png);
z-index: 9;
animation: animationFramesTwo 17s infinite linear;
}
#minimal-bootstrap-carousel .shape-six {
position: absolute;
bottom: 97px;
right: 44%;
width: 52px;
height: 52px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-16.png);
animation: rotatedHalfTwo 7s infinite linear;
}
#minimal-bootstrap-carousel .shape-seven {
position: absolute;
top: 207px;
right: 33.5%;
width: 72px;
height: 72px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-17.png);
animation: rotatedHalfTwo 7s infinite linear;
}
#minimal-bootstrap-carousel .shape-eight {
position: absolute;
content: '';
top: 152px;
right: 23%;
width: 210px;
height: 210px;
background: #382f8b;
border-radius: 50%;
animation: animationFramesTwo 17s infinite linear;
}
#minimal-bootstrap-carousel .shape-eight:before {
position: absolute;
content: '';
left: -35px;
top: -35px;
right: -35px;
bottom: -35px;
border-radius: 50%;
border: 1px solid rgb(255 255 255 / 0.15);
}
#minimal-bootstrap-carousel .shape-nine {
position: absolute;
content: '';
bottom: 125px;
right: 35%;
width: 320px;
height: 320px;
background: #ff6650;
border-radius: 50%;
}
#minimal-bootstrap-carousel .shape-nine:before {
position: absolute;
content: '';
left: -50px;
top: -50px;
right: -50px;
bottom: -50px;
border-radius: 50%;
border: 1px solid rgb(255 255 255 / 0.15);
} .search-popup {
position: fixed;
left: 0;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
visibility: hidden;
opacity: 0;
overflow: auto;
background: rgba(0, 0, 0, 0.90);
-webkit-transform: translateY(101%);
-ms-transform: translateY(101%);
transform: translateY(101%);
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
visibility: visible;
opacity: 1;
}
.search-popup .overlay-layer {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: block;
}
.search-popup .close-search {
position: absolute;
right: 25px;
top: 25px;
font-size: 22px;
color: #ffffff;
cursor: pointer;
z-index: 5;
}
.search-popup .close-search:hover {
opacity: 0.70;
}
.search-popup .search-form {
position: relative;
padding: 0px 15px 0px;
max-width: 1024px;
margin: 0 auto;
margin-top: 150px;
margin-bottom: 100px;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
position: relative;
border: 7px solid rgba(255, 255, 255, 0.50);
border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
position: relative;
height: 70px;
padding: 20px 220px 20px 30px;
background: #ffffff;
line-height: 30px;
font-size: 20px;
color: #233145;
border-radius: 4px;
}
.search-popup .search-form fieldset input[type="submit"] {
position: absolute;
display: block;
right: 0px;
top: 0px;
text-align: center;
width: 220px;
height: 70px;
padding: 20px 10px 20px 10px;
color: #ffffff !important;
line-height: 30px;
font-size: 20px;
cursor: pointer;
text-transform: uppercase;
border-radius: 0px 4px 4px 0px;
outline: none;
border: none;
}
.search-popup h3 {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
color: #ffffff;
margin-bottom: 20px;
letter-spacing: 1px;
text-align: center;
display: none;
}
.search-popup .recent-searches {
font-size: 16px;
color: #ffffff;
text-align: center;
display: none;
}
.search-popup .recent-searches li {
display: inline-block;
margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
display: block;
line-height: 24px;
border: 1px solid #ffffff;
padding: 7px 15px;
color: #ffffff;
border-radius: 3px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
border-color: #ddd;
-webkit-box-shadow: none;
box-shadow: none;
} .header-top {
position: relative;
background: #0c1529;
padding: 11px 0;
}
.header-top .thm-container {
max-width: 100%;
padding: 0 70px;
}
.header-top .wrapper-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.header-top ul {
list-style: none;
padding: 0;
margin: 0;
}
.header-top .left {
position: relative;
display: flex;
flex-wrap: wrap;
}
.header-top ul.contact-info {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-top ul.contact-info li {
margin-right: 20px;
}
.header-top ul.contact-info a {
color: #fff;
}
.header-top ul.contact-info a i {
margin-right: 7px;
}
.header-top .right {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-top ul.social-links {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0;
}
.header-top .social-links-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-top .social-links-wrapper span {
position: relative;
color: #fff;
font-size: 15px;
font-weight: 500;
margin-right: 30px;
}
.header-top ul.social-links li a {
color: #fff;
font-size: 15px;
display: inline-block;
}
.header-top ul.social-links li {
margin-right: 14px;
}
.header.style-four .header-navigation ul.navigation-box > li:before {
margin: 0 13px;
opacity: 0;
}
.header.style-four .header-navigation ul.navigation-box > li > a {
color: #212121;
}
.header.style-four .header-navigation .thm-container .navbar-header {
left: 70px;
}
.header.style-four .header-navigation .thm-container .right-side-box {
right: 70px;
}
.header-top .location {
position: relative;
margin-right: 20px;
padding-right: 10px;
}
.header-top .location:before {
position: absolute;
right: -3px;
top: 50%;
content: '';
background: rgb(255 255 255 / 0.30);
height: 22px;
width: 1px;
transform: translateY(-50%);
}
.header-top .location form {
display: inline-block;
}
.header-top button.btn.dropdown-toggle {
background: transparent;
color: #fff;
border: none;
padding-left: 7px;
font-size: 18px;
font-weight: 500;
font-size: 15px;
font-weight: 500;
}
.header-top .btn-light:not(:disabled):not(.disabled).active, 
.header-top .btn-light:not(:disabled):not(.disabled):active, 
.header-top .show>.btn-light.dropdown-toggle {
color: #fff;
}
.header-top .bootstrap-select .dropdown-toggle:focus, 
.header-top .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
box-shadow: none;
}
.header-top .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: auto;
min-width: 105px;
}
.header-top button.btn.dropdown-toggle:hover {
background: transparent;
color: #fff;
}
.header-navigation .thm-container .right-side-box {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-navigation .thm-container .right-side-box .contact-info {
position: relative;
color: #fff;
padding: 10px 30px;
padding-left: 90px;
border-radius: 30px;
}
.header-navigation .thm-container .right-side-box .cart-btn {
position: relative;
margin-right: 15px;
background: #f2efe9;
color: #222;
border: none;
width: 60px;
height: 60px;
border-radius: 50%;
transition: .5s;
outline: none;
font-size: 24px;
}
.header-navigation .thm-container .right-side-box .cart-btn:hover {
color: #fff;
}
.header-navigation .thm-container .right-side-box .search-toggler {
position: relative;
margin-right: 15px;
background: #f2efe9;
color: #222;
border: none;
width: 60px;
height: 60px;
border-radius: 50%;
transition: .5s;
outline: none;
font-size: 22px;
line-height: 62px;
}
.header-navigation .thm-container .right-side-box .search-toggler:hover {
color: #fff;
}
.header-navigation .thm-container .right-side-box .contact-info .icon {
font-size: 25px;
width: 70px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
top: 0;
left: 0;
border-radius: 30px 0 0 30px;
background-color: #ed4126;
}
.header-navigation .thm-container .right-side-box .contact-info h5 {
font-size: 15px;
font-weight: 500;
margin: 0;
}
.header-navigation .thm-container .right-side-box .contact-info h4 {
font-size: 20px;
font-weight: 700;
margin: 0;
margin-top: 2px;
}
.header-navigation .thm-container .right-side-box .contact-info h4 a {
color: #fff;
}
.header-navigation .thm-container {
padding: 0 70px;
} .banner-style-two.style-two {
background-color: #f7f4ee;
}
.banner-style-two.style-two .carousel-inner .item {
background: transparent;
z-index: 99;
}
.banner-style-two.style-two .single-banner-carousel {
text-align: left;
margin: 0 auto;
margin-right: 0;
margin-top: 50px;
max-width: 740px;
}
.banner-style-two.style-two .single-banner-carousel h2 {
font-size: 60px;
line-height: 70px;
color: #212121;
}
.banner-style-two.style-two .single-banner-carousel .text {
margin-top: 20px;
color: #212121;
font-size: 20px;
}
.banner-style-two .image-block {
position: relative;
}
.banner-style-two .image-one {
position: absolute;
top: 50%;
left: -85px;
transform: translateY(-50%);
}
.banner-style-two .image-two {
position: absolute;
top: 50%;
right: 70px;
transform: translateY(-50%);
}
.banner-style-two.style-two .shape-one {
position: absolute;
top: 150px;
left: -200px;
width: 70px;
height: 70px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-6.png) no-repeat;
}
.banner-style-two.style-two .shape-two {
position: absolute;
top: 199px;
left: 265px;
width: 68px;
height: 68px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-7.png);
}
.banner-style-two.style-two .shape-three {
position: absolute;
bottom: 162px;
left: 85px;
width: 52px;
height: 52px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-8.png);
}
.banner-style-two.style-two .owl-dots {
text-align: left;
max-width: 740px;
left: auto;
right: 0;
text-align: left;
bottom: 0;
}
.banner-style-two.style-two .owl-dots .owl-dot span {
background: #f9bfb2;
height: 3px;
} .services-section.style-three {
padding: 120px 0 90px;
}
.services-section.style-three .service-block .inner-box {
margin-left: 0;
padding: 40px;
}
.services-section.style-three .service-block .icon {
position: relative;
top: 0;
left: 0;
margin-bottom: 45px;
}
.services-section.style-three .service-block .read-more {
position: relative;
left: 0;
right: auto;
bottom: 0;
margin-top: 20px;
}
.services-section.style-three .service-block .read-more:hover {
color: #fff;
} .about-section.style-three {
padding-top: 0;
}
.about-section.style-three .image-block .shape-one {
bottom: 61px;
top: auto;
}
.about-section.style-three .image-block .shape-two {
top: 35px;
right: 119px;
}
.about-section.style-three .video {
box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
background: #fff;
padding: 36px 42px;
text-align: center;
width: auto;
height: auto;
bottom: -50px;
}
.about-section.style-three .video a {
position: relative;
background: #ffe8e5;
top: 0;
left: 0;
transform: translate(0);
}
.about-section.style-three .video a:hover {
color: #fff;
}
.about-section.style-three .video h4 {
color: #212121;
margin-top: 20px;
}
.about-section.style-three .image-block {
margin-bottom: 80px;
}
.about-section .icon-box {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.about-section .icon-box .icon {
position: relative;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
box-shadow: 0px 25px 60px 0px rgba(210, 70, 50, 0.25);
border-radius: 50%;
color: #222;
font-size: 33px;
margin-right: 20px;
border: 3px solid;
transition: .5s;
}
.about-section .icon-box:hover .icon {
background-color: #fff;
}
.about-section .icon-box h4 {
font-size: 20px;
font-weight: 700;
color: #212121;
line-height: 28px;
}
.about-section .icon-box.style-two .icon {
background: #fec931;
border-color: #fec931;
}
.about-section .icon-box.style-two:hover .icon {
color: #fec931;
background-color: #fff;
} .why-choose-us.style-three .right-column {
padding-top: 150px;
padding-bottom: 120px;
}
.why-choose-us .image-carousel {
margin-right: -245px;
}
.why-choose-us .owl-dots {
display: none !important;
} .cost-calculator {
position: relative;
padding: 70px 50px;
background: #f7f4ee;
z-index: 9;
margin-bottom: 30px;
}
.cost-calculator h4 {
position: relative;
font-size: 40px;
font-weight: 700;
color: #212121;
margin-bottom: 16px;
margin-top: -6px;
}
.cost-calculator .text {
font-size: 16px;
margin-bottom: 20px;
line-height: 28px;
}
.cost-calculator button.btn.dropdown-toggle {
background: transparent;
color: #808080;
border: none;
padding-left: 7px;
font-size: 16px;
font-weight: 400;
border: 1px solid #ddd;
border-radius: 0;
margin-bottom: 15px;
padding: 14px 20px;
}
.cost-calculator .btn-light:not(:disabled):not(.disabled).active, 
.cost-calculator .btn-light:not(:disabled):not(.disabled):active, 
.cost-calculator .show>.btn-light.dropdown-toggle {
color: #fff;
}
.cost-calculator .bootstrap-select .dropdown-toggle:focus, 
.cost-calculator .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
box-shadow: none;
}
.cost-calculator .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: auto;
min-width: 100%;
}
.cost-calculator button.btn.dropdown-toggle:hover {
background: transparent;
color: #808080;
}
.cost-calculator .btn-group.open .dropdown-toggle {
box-shadow: none;
}
.cost-calculator h5 {
font-size: 16px;
color: #808080;
font-weight: 400;
margin-bottom: 15px;
} .cta-section-three {
position: relative;
padding: 157px 0;
background-size: cover;
}
.cta-section-three .sec-title h3 {
color: #fff;
}
.cta-section-three .sec-title span {
color: #fec931 !important;
margin-bottom: 15px;
display: inline-block;
}
.cta-section-three .sec-title {
margin-bottom: 0;
}
.cta-section-three .image {
position: relative;
margin-left: -200px;
margin-top: -105px;
margin-bottom: -88px;
}
.cta-section-three .image img {
max-width: 100%;
} .pricing-section.style-two .pricing-block {text-align: center;}
.pricing-section.style-two .pricing-block h4 {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 20px;
margin-top: 0;
}
.pricing-section.style-two .pricing-block .price {
margin-bottom: 30px;
color: #212121 !important;
font-size: 60px;
font-weight: 500;
line-height: 60px;
}
.pricing-section.style-two .pricing-block .image {
margin-bottom: 30px;
min-height: 215px;
}
.pricing-section.style-two .pricing-block .inner-box {
padding: 50px 0;
}
.pricing-section.style-two .pricing-block .list li {
margin-bottom: 2px;
}
.pricing-section.style-two .pricing-block .list {
margin-bottom: 35px;
} .gallery-section {
position: relative;
padding: 120px 0 90px;
}
.gallery-block {
position: relative;
}
.gallery-block .inner-box {
margin-bottom: 30px;
position: relative;
}
.gallery-block .inner-box .image img {
width: 100%;
}
.gallery-block a.img-popup {
color: #fff;
font-size: 80px;
}
.gallery-block .overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
opacity: 0;
transition: .5s;
background-color: rgba(24, 28, 82, 0.7);
}
.gallery-block .inner-box:hover .overlay {
opacity: 1;
}
.testimonials-section .testimonial-outer {
position: relative;
overflow: hidden;
margin: -100px;
padding: 100px;
} .banner-style-two.style-three {
background-color: #ff563e;
position: relative;
}
.banner-style-two.style-three:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/bg-6.jpg);
background-repeat: no-repeat;
}
.banner-style-two.style-three .carousel-inner .item {
background: transparent;
z-index: 99;
}
.banner-style-two.style-three .single-banner-carousel {
text-align: left;
margin: 0 auto;
margin-right: 0;
margin-top: 65px;
max-width: 740px;
}
.banner-style-two.style-three .single-banner-carousel h2 {
font-size: 60px;
line-height: 70px;
}
.banner-style-two.style-three .single-banner-carousel .text {
margin-top: 20px;
color: #212121;
font-size: 20px;
}
.banner-style-two.style-three .owl-dots {
text-align: left;
max-width: 740px;
left: auto;
right: 0;
text-align: left;
bottom: 0;
}
.banner-style-two.style-three .owl-dots .owl-dot span {
background: #f9bfb2;
height: 3px;
}
.banner-style-two.style-three .image-block {
position: relative;
text-align: right;
margin-right: -15px;
}
.banner-style-two.style-three .thm-btn {
background-color: #0c1529;
}
.banner-style-two.style-three .thm-btn:hover {
background-color: #fff;
}
.banner-style-two.style-three .owl-dots {
display: none !important;
}
.banner-style-two.style-three .shape-one {
position: absolute;
top: 0;
left: 70px;
width: 220px;
height: 167px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-10.png) no-repeat;
}
.banner-style-two.style-three .shape-two {
position: absolute;
bottom: 0;
left: 26%;
width: 266px;
height: 213px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-9.png) no-repeat;
} .features-section.style-three {
padding: 120px 0 90px;
}
.features-section.style-three .sec-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 400px;
background-size: cover;
}
.features-section.style-three:before {
background: #f5f6fa;
transform: skew(0);
top: 0;
left: 0;
bottom: auto;
height: 590px;
}
.features-section.style-three .features-block:nth-child(2) {
transform: translateY(0);
}
.features-section.style-three .features-block:nth-child(1) {
transform: translateY(0);
}
.features-section.style-three .features-block .icon {
margin-top: 0;
}
.features-section.style-three .features-block .inner-box {
margin-top: 0;
padding-bottom: 28px;
padding-top: 50px;
} .about-section.style-four {
padding-top: 0;
}
.about-section.style-four .image-block .shape-one {
bottom: 61px;
top: auto;
}
.about-section.style-four .image-block .shape-two {
top: 35px;
right: 119px;
}
.about-section.style-four .video {
box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
padding: 36px 42px;
text-align: center;
width: auto;
height: auto;
bottom: -50px;
}
.about-section.style-four .video a {
position: relative;
top: 0;
left: 0;
transform: translate(0);
}
.about-section.style-four .video a:hover {
color: #fff;
}
.about-section.style-four .video h4 {
margin-top: 20px;
}
.about-section.style-four .image-block {
margin-bottom: 80px;
} .service-style-one.style-two .service-right-content .single-service-one:hover i {
color: #fff;
}
.service-style-one.style-two .service-right-content {
margin: 7px 0;
} .testimonials-section.style-three {
position: relative;
background-color: #f5f6fa;
}
.testimonials-section.style-three .image-two {
position: relative;
right: -50px;
margin-bottom: -78px;
bottom: -12px;
} .cost-calculator.style-two {
margin: 120px 0 60px;
background: #313061;
}
.cost-calculator.style-two h4 {
color: #fff;
}
.cost-calculator.style-two .text {
color: #fff;
}
.cost-calculator.style-two h5 {
position: relative;
color: #fff;
}
.cost-calculator.style-two button.btn.dropdown-toggle {
color: #fff;
}
.cost-calculator.style-two button.btn.dropdown-toggle:hover {
color: #fff;
}
.cost-calculator.style-two button.btn.dropdown-toggle .text {
color: #222;
}
.cost-calculator.style-two .bootstrap-select.btn-group .dropdown-menu li a span.text {
color: #222;
} .gallery-section.style-two .thm-container {
max-width: 100%;
}
.gallery-section.style-two .gallery-block img {
width: 100%;
}
.gallery-section.style-two .gallery-block h4 {
position: absolute;
bottom: 30px;
color: #fff;
font-size: 24px;
}
.about-section .image-block .image.style-two {
left: 40px;
}
.cta-section-three.style-two .image {
margin-left: 0;
text-align: right;
margin-right: -48px;
margin-bottom: -330px;
margin-top: -100px;
} .banner-section-three {
position: relative;
background: #473592;
z-index: 9;
}
.banner-section-three .shape-one {
position: absolute;
top: 30%;
left: 0;
}
.banner-section-three .shape-two {
position: absolute;
top: 30%;
right: 0;
}
.banner-section-three .image-one {
position: absolute;
top: 20px;
left: 17%;
z-index: 2;
}
.banner-section-three .image-two {
position: absolute;
right: 18%;
top: 50px;
}
.banner-section-three .image-three {
position: absolute;
bottom: 0;
left: 0;
}
.banner-section-three .image-four {
position: absolute;
right: 0;
bottom: 0;
}
.banner-section-three .content {
position: relative;
padding: 226px 0;
text-align: center;
}
.banner-section-three h5 {
position: relative;
font-family: 'Pacifico';
font-size: 24px;
color: #fec931;
margin-bottom: 20px;
}
.banner-section-three h2 {
position: relative;
margin: 0;
color: #ffffff;
font-size: 60px;
font-weight: bold;
margin-bottom: 30px;
}
.banner-section-three .link {
position: relative;
}
.banner-section-three .content:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-14.png) center no-repeat;
} .products-section {
position: relative;
padding: 120px 0 90px;
}
.products-section:before {
position: absolute;
content: '';
top: -200px;
right: 0;
left: 0;
bottom: 350px;
background-color: #f7f4ee;
transform: skewY(-5deg);
}
.product-block {
position: relative;
}
.product-block .inner-box {
position: relative;
margin-bottom: 30px;
background-color: #fff;
box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
padding: 30px;
}
.product-block:nth-child(2) .inner-box {
margin-top: 70px;
}
.product-block .image {
position: relative;
margin-bottom: 35px;
overflow: hidden;
}
.product-block .image img {
width: 100%;
transition: .5s;
}
.product-block .inner-box:hover .image img {
transform: scale(1.1);
}
.product-block .content {
position: relative;
text-align: center;
}
.product-block h4 {
position: relative;
color: #212121;
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
}
.product-block .price {
position: relative;
font-size: 16px;
font-weight: 400;
color: #808080;
} .products-section-two {
position: relative;
padding: 100px 0 70px;
}
.filters .filter-btns {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0;
margin-bottom: 40px;
justify-content: center;
list-style: none;
}
.filters li {
position: relative;
font-size: 20px;
font-weight: 400;
color: #808080;
margin: 0 20px;
margin-bottom: 15px;
border-radius: 5px;
transition: .5s;
text-align: center;
cursor: pointer;
}
.filters li:last-child {
margin-right: 0;
}
.filters li.active {
color: #212121;
text-decoration: underline;
}
.product-block .inner-box {
border: 2px solid #ebebeb;
text-align: center;
margin-bottom: 30px;
background: #f7fbff;
}
.product-block-two .inner-box .image {
position: relative;
background: #fff;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.product-block-two .inner-box:hover .image img {
transform: rotateY(180deg);
}
.product-block-two .inner-box .image img {
transition: .5s;
width: 100%;
}
.product-block-two .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: center;
transition: .5s;
background: rgb(0 0 0 / 0.30);
padding-bottom: 20px;
opacity: 0;
}
.product-block-two .inner-box:hover .overlay {
opacity: 1;
}
.product-block-two .lower-content {
position: relative;
padding: 21px 0;
}
.product-block-two h4 {
font-size: 16px;
font-weight: 500;
position: relative;
margin: 0;
margin-bottom: 3px;
}
.product-block-two h4 a {
transition: .5s;
color: #1e2843;
}
.product-block-two .price {
font-size: 16px;
font-weight: 500;
}
.product-block-two .overlay ul {
position: relative;
transform: scaleX(1.2);
transition: .5s;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
}
.product-block-two .inner-box:hover .overlay ul {
transform: scaleX(1);
}
.product-block-two .overlay ul li {
margin: 0;
vertical-align: middle;
}
.product-block-two .overlay ul li a {
display: inline-block;
width: 50px;
line-height: 55px;
height: 50px;
text-align: center;
background: #fff;
color: #000;
transition: .5s;
opacity: 0;
border-right: 1px solid #e5e5e5;
}
.product-block-two .overlay ul li a:hover {
}
.product-block-two .inner-box:hover .overlay ul li a {
opacity: 1;
} .services-section-two {
position: relative;
padding: 120px 0 90px;
background-color: #fec931;
overflow: hidden;
}
.services-section-two .shape-one {
position: absolute;
left: 0;
bottom: 0;
}
.services-section-two .shape-two {
position: absolute;
right: 0;
top: 0;
}
.services-section-two .shape-three {
position: absolute;
right: 0;
bottom: 0;
}
.services-section-two .shape-four {
position: absolute;
right: 0;
bottom: 0;
}
.services-section-two .shape-four {
position: absolute;
left: -32px;
bottom: 55px;
}
.services-section-two .shape-five {
position: absolute;
right: -18px;
top: -60px;
}
.services-section-two .shape-six {
position: absolute;
left: 12px;
top: 12px;
}
.services-section-two .image {
position: relative;
}
.services-section-two .image-block {
position: relative;
}
.services-section-two .sec-title {
margin-bottom: 30px;
}
.services-section-two .sec-title span {
margin-bottom: 10px;
display: inline-block;
}
.services-section-two .text {
position: relative;
font-size: 16px;
color: #212121;
margin-bottom: 30px;
}
.services-section-two ul.list-box {
list-style: none;
padding: 0;
margin-bottom: 30px;
}
.services-section-two ul.list-box li {
color: #212121;
font-size: 16px;
font-weight: 400;
position: relative;
padding-left: 25px;
}
.services-section-two ul.list-box li + li {
margin-top: 5px;
}
.services-section-two li i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.services-section-two .image {
position: relative;
margin-top: 0;
margin-right: 0;
text-align: center;
margin-bottom: -90px;
}
.testimonials-section.style-two.bg-style-two {
background: #f7f4ee;
} .why-choose-us-two {
position: relative;
background: #302780;
}
.why-choose-us-two .fullwidth-container {
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
}
.why-choose-us-two .left-column {
width: 50%;
padding: 120px 0;
}
.why-choose-us-two .right-column {
width: 50%;
}
.why-choose-us-two .inner-container {
max-width: 600px;
margin: 0 auto;
padding: 0 15px;
margin-left: 120px;
}
.why-choose-us-two .sec-title h3 {
color: #fff;
}
.why-choose-us-two .left-column .sec-title span {
color: #fec931 !important;
margin-bottom: 10px;
display: inline-block;
}
.why-choose-us-two .left-column .text {
position: relative;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
}
.why-choose-us-two ul.list-box {
list-style: none;
padding: 0;
margin-bottom: 30px;
}
.why-choose-us-two ul.list-box li {
color: #fff;
font-size: 16px;
font-weight: 400;
position: relative;
padding-left: 25px;
}
.why-choose-us-two ul.list-box li + li {
margin-top: 5px;
}
.why-choose-us-two ul.list-box li i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.why-choose-us-two:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-15.png);
background-repeat: no-repeat;
background-position: top right;
}
.why-choose-us-two .video {
position: relative;
height: 544px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
width: 100%;
background-size: cover;
}
.why-choose-us-two .video .video-btn {
width: 100px;
height: 100px;
background: #fff;
border-radius: 50%;
text-align: center;
line-height: 100px;
font-size: 25px;
}
.why-choose-us-two .video .video-btn:after, 
.why-choose-us-two .video .video-btn:before {
width: 100px;
height: 100px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.why-choose-us-two .video .video-btn:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.why-choose-us-two .shape-one {
position: absolute;
top: 30%;
right: 0;
}
.faq-section {
position: relative;
overflow: hidden;
}
img {
max-width: 100%;
}
.why-choose-us.style-three .side-image {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.why-choose-us.style-three .right-column .image {
margin-bottom: 30px;
padding: 0 15px;
}
@media only screen and (max-width:1699px) {
.why-choose-us.style-three .side-image {
display: none;
} 
} .banner-section {
background: #f7f4ee;
}
.banner-section .wrapper-box {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.banner-section .left-column {
width: 50%;
}
.banner-section .right-column {
width: 50%;
background: #1a1e5d;
min-height: 730px;
display: flex;
align-items: center;
position: relative;
}
.banner-section .content-box span {
display: block;
font-size: 24px;
font-family: 'Pacifico';
}
.banner-section .content-box h2 {
color: #222;
font-weight: bold;
font-size: 60px;
line-height: 70px;
letter-spacing: -0.06em;
margin-top: 30px;
margin-bottom: 30px;
}
.banner-section .inner-container {
max-width: 570px;
margin: 0 auto;
padding: 0 15px;
}
.banner-section .content-box {
position: relative;
padding: 200px 0;
}
.banner-section .right-column .image {
position: relative;
line-height: 300px;
}
.banner-section .right-column .image img {
width: 150px;
}
.banner-section .right-column .swiper-slide-active .image img {
width: auto;
}
.banner-section .right-column .swiper-container {
overflow: visible;
}
.banner-section .inner-container-two {
overflow: hidden;
margin-left: -100px;
padding-right: 220px;
}
.banner-section .right-column .shape-one {
position: absolute;
top: 150px;
left: -200px;
width: 70px;
height: 70px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-6.png) no-repeat;
animation: rotatedHalfTwo 7s infinite linear;
}
.banner-section .right-column .shape-two {
position: absolute;
top: 199px;
left: 265px;
width: 68px;
height: 68px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-7.png);
animation: animationFramesTwo 17s infinite linear;
}
.banner-section .right-column .shape-three {
position: absolute;
bottom: 162px;
left: 85px;
width: 52px;
height: 52px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-8.png);
}
.banner-style-two.style-two .owl-dots {
text-align: left;
max-width: 740px;
left: auto;
right: 0;
text-align: left;
bottom: 0;
}
.banner-style-two.style-two .owl-dots .owl-dot span {
background: #f9bfb2;
height: 3px;
}
.banner-section .swiper-pagination {
position: relative;
bottom: 30px;
width: auto !important;
margin: 0;
text-align: left;
display: inline-block;
}
.banner-section .swiper-pagination .swiper-pagination-bullet {
width: 30px;
height: 2px;
border-radius: 0;
background: #f9bfb2;
transform: scale(1);
opacity: 1;
margin-right: 2px;
}
.banner-section .swiper-pagination .swiper-pagination-bullet-active {
background: #ff4328;
} .banner-section.style-two .left-column:before {
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
right: 0;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/bg-6.jpg);
background-repeat: no-repeat;
}
.banner-section.style-two .content-box span {
color: #fec931!important;
}
.banner-section.style-two .content-box h2 {
color: #fff;
}
.banner-section.style-two .content-box .thm-btn {
background: #0c1529;
}
.banner-section.style-two .content-box .thm-btn:hover {
background: #fff;
}
.banner-section.style-two .content-box span {
color: #fec931;
}
.banner-section.style-two .content-box h2 {
color: #fff;
}
.banner-section.style-two .content-box .thm-btn {
background: #0c1529;
}
.banner-section.style-two .content-box .thm-btn:hover {
background: #fff;
}
.banner-section.style-two .right-column {
background: #302780;
width: 48%;
}
.banner-section.style-two .left-column {
width: 52%;
}
.banner-section.style-two .left-column .shape-one {
position: absolute;
top: 0;
left: 70px;
width: 220px;
height: 167px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-10.png) no-repeat;
}
.banner-section.style-two .left-column .shape-two {
position: absolute;
bottom: 0;
left: 26%;
width: 266px;
height: 213px;
background: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/css/assets/images/shape-9.png) no-repeat;
}
.banner-section.style-two .swiper-pagination {
display: none;
}
.banner-section.style-two .inner-container-two {
padding-right: 0;
margin-left: 0;
transform: translateX(-100px);
}
@media only screen and (max-width: 1299px) {
.slider-home-one.style-two .image {
display: none;
}
#minimal-bootstrap-carousel .shape-nine {
display: none;
}
#minimal-bootstrap-carousel .shape-six {
display: none;
}
#minimal-bootstrap-carousel .shape-seven {
display: none;
}
#minimal-bootstrap-carousel .shape-eight {
display: none;
}
}
@media only screen and (max-width:1450px) {
.banner-section.style-two .left-column,
.banner-section .left-column {
width: 100%;
}
.banner-section.style-two .right-column,
.banner-section .right-column {
display: none;
}
.banner-section.style-two .left-column:before {
background-size: cover;
}
}
.home-page-one {
z-index: 99999;
position: relative;
background: #fff;
}
.banner-section.style-two .right-column .image img {
width: auto;
}
.boxed_wrapper {
position: relative;
overflow: hidden;
}
.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container .elementor-image{
position: relative;
overflow: hidden;
}
.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container .elementor-image:before{
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container .elementor-image:hover:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.we-believe-carousel .single-we-believe .img-box{
position: relative;
overflow: hidden;
}
.we-believe-carousel .single-we-believe .img-box:before{
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
.we-believe-carousel .single-we-believe:hover .img-box:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.team-section .single-team-carousel .inner .img-box{
overflow: hidden;
}
.team-section .single-team-carousel .inner .img-box:before{
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
.team-section .single-team-carousel:hover .inner .img-box:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.recent-projects .single-recent-project .img-box > img{
transition: all 500ms ease;
}
.recent-projects .single-recent-project:hover .img-box > img{
transform: scale(1.05);
}
.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image{
position: relative;
overflow: hidden;
}
.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image:before{
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image:hover:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.video-box-design-guide .guide-line-img-box{
position: relative;
overflow: hidden;
}
.video-box-design-guide .guide-line-img-box:before{
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.video-box-design-guide .guide-line-img-box:hover:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.about-section .image-block .image{
overflow: hidden;
}
.about-section .image-block .image:before{
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.about-section .image-block:hover .image:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.btn-box .phone-btn{
display: none;
}
.features-block .inner-box{
position: relative;
}
.features-block .inner-box:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0%;
background: #FEC931;
transition: all 500ms ease;
}
.features-block .inner-box:hover:before {
height: 100%;
}
.service-block .inner-box{
position: relative;
z-index: 1;
}
.service-block .inner-box:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0%;
background: #FEC931;
z-index: -1;
transition: all 500ms ease;
}
.service-block .inner-box:hover:before {
height: 100%;
}
.gallery-block .inner-box .image{
overflow: hidden;
}
.gallery-block .inner-box .image img{
transition: all 500ms ease;
}
.gallery-block .inner-box:hover .image img{
transform: scale(1.05);
}
.slider-home-one .content a.thm-btn:hover{
background: #000 !important;
}
.items-sorting select.orderby{
float: right;
}
.coupons-section .owl-controls{
display: none;
}
.call-to-action-one .call-to-action-content a.thm-btn{
background: #fff;
}
.two.features-section:before {
background-color: unset;
}
.two.services-section.style-two {
padding-top: 100px;
}
.thm-btn.yellow-bg {
background: #FEC931 !important;
}
.cta-style-two-content a.thm-btn:hover {
background: #828282 !important;
color: #fff !important;
}
.recent-projects .single-recent-project:hover .text-box a.more {
background: #fff !important;
color: #fe4328;
}
.cta-style-three a.thm-btn:hover {
background: #f3f3f3!important;
color: #000!important;
}
.features-block:hover .text {
color: #ffffff;
}
.service-block:hover  .inner-box .read-more{
color: #383737!important;
background: #fff!important;
}
.cta-section-two .thm-btn {
background-color: #fec931 !important;
}
.cta-section-two .thm-btn:hover {
background-color: #222 !important;
}
.why-choose-us .video .video-btn .fa-play{
color: #fe4328;
}
.service-style-one .service-content .title span {
font-family: 'Pacifico';
color: #FF4328;
font-size: 20px;
}
.service-style-one .service-content .title h2 {
margin: 0;
color: #212121;
font-size: 60px;
font-weight: bold;
margin-bottom: 30px;
}
.team-block .content ul.social-links {
display: block !important;
}
.kuk.team-section-two .row {
display: none;
}
.kuk.features-section:before {
background-color: unset;
}
.kuk.features-section {
padding: 100px 0px 200px 0px;
}
.kuk.services-section.style-two {
background: transparent;
}
.kuk.products-section:before {
background-color: unset;
}
.tabs-box .tab{
position:relative;
display:none;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
display:block;  
}
.tabs-box .tab{
transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
transform:scale(1) translateY(0px);
}
.kuk.welcome-section.sec-pad .img-box {
position: relative;
}
.kuk.welcome-section.sec-pad .img-box .welcome-img-box-two {
position: absolute;
bottom: -99px;
right: -15px;
}
.features-block .icon span::before, .service-block .icon i::before { }
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon' !important;
}
.cta-style-two .image-block {
position: relative;
}
.cta-style-two .image-block .content-block {
width: 100%;
max-width: 475px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 400px;
right: 20px;
border-style: solid;
border-width: 10px;
border-color: white;
background-color: rgba(33, 33, 33, 0.102);
padding: 49px 20px;
}
.cta-style-two .image-block .content-block h3 {
margin: 0;
font-family: 'Rubik';
font-weight: bold;
color: #FFFFFF;
font-size: 30px; }
.cta-style-two .cta-style-two-content {
padding-left: 70px;
padding-top: 120px;
}
.blog-details-page .single-blog-post .text-box:hover .text p {
color: #FFFFFF;
}
.pagination {
padding: 0 !important;
}
.pagination li {
display: inline !important;
}
.pagination li span {
padding: 13px 20px;
float: none;
display: inline-block;
color: #fff !important;
}
.pagination li a {
padding: 13px 20px;
float: none;
display: inline-block;
color: #212121;
}
.slider-home-one .content a.thm-btn{
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.slider-home-one .content a.thm-btn:hover{
background:#222;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.single-service-three .text-box a.read-more:hover {
background: #222!important;
}
.header-navigation ul.navigation-box > li:before {
background: #fe4328;
}
.header-navigation ul.navigation-box > li > ul.submenu > li {
border-bottom: 1px solid #ffffff05;
}
.sersice_col.single-what-we-do-one:hover a.read-more {
background: #222!important;
}
.design-guideline .childx:nth-child(2) .version {
border-color: #ED773E;
}
.design-guideline .childx:nth-child(2) .version span,
.design-guideline .childx:nth-child(2) .version i
{
color: #ED773E;
}
.design-guideline .childx:nth-child(2) .version:hover {
background: #ED773E;
}
.design-guideline .childx:nth-child(3) .version {
border-color: #E6498F;
}
.design-guideline .childx:nth-child(3) .version span,
.design-guideline .childx:nth-child(3) .version i
{
color: #E6498F;
}
.design-guideline .childx:nth-child(3) .version:hover {
background: #E6498F;
}
.design-guideline .childx:nth-child(4) .version {
border-color: #FEC931;
}
.design-guideline .childx:nth-child(4) .version span,
.design-guideline .childx:nth-child(4) .version i
{
color: #FEC931;
}
.design-guideline .childx:nth-child(4) .version:hover {
background: #FEC931;
}
.footer-subscribe form.subscribe-form input {
padding: 20px!important;
margin-bottom: 30px;
}
.products-section-two .sortable-masonry .product-block-two .overlay li:nth-child(1){
display:none;
}
.resume .info-box ol li:before {
display:none!important;
}
.form_textarea_contact textarea {
height: 350px!important;
}
.coupons-section .owl-dots .owl-dot span{
display:none!important;
}
.price-feature-box .price-feature .circle-box .circle{
border: 1px solid #fb523a!important;
border-radius: 50%;
}
.mrindex .single-blog-post{
margin-bottom: 40px;
}
.blog-details-page .single-blog-post .text-box:hover .text h3 {
color: #FFFFFF;
}
.product-block-two {
margin-bottom: 65px!important;
}
.blog-pagev2-area.mr_shop .row {
display: flex;
flex-wrap: wrap;
}
.mr_shop{
padding-top:100px;
}
.header-navigation ul.navigation-box {
padding-left: 40px!important;
}
.header.home-page-one.header-lower-style-two .thm-btn:hover{
background:#222!important;
}
.mr_shop_sorting .woocommerce-form .woocommerce-result-count{
display:none!important;
}
.header-navigation ul.navigation-box > li > ul.submenu{
background:#222;
}
.header-contact-info ul li .title .thm_clr1{
color: #737373!important;
text-transform: uppercase;
}
.header-navigation ul.navigation-box > li > ul.submenu > li.newhome:before {
content: 'New*';
z-index: 111;
font-weight: 500;
font-size: 12px;
color: #ffffff;
left: 180px;
position: absolute;
top: 0px;
background: #fe4328;
border-radius: 2px;
padding: 0px 8px;
top: 8px;
}
.mrsidebar ul li.mini_cart_item a:before {
display:none;
}
.mr_shop .row {
margin-right: -15px;
margin-left: -15px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.product-block-two .inner-box .woocommerce-loop-product__link{
width:100%;
} .team-single-area{
position: relative;
display: block;
padding: 120px 0 80px;
}
.team-singel-image-box{
position: relative;
display: block;    
}
.team-singel-image-box img{
width: 100%;
}
.team-member-info-box{
position: relative;
display: block;
padding: 56px 45px;
box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}
.team-member-info-box .title {
position: relative;
display: block;
padding-bottom: 6px;
}
.team-member-info-box .title h3{
color: #222222;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin: 0 0 6px;
}
.team-member-info-box .title span{
color: #798795;
font-size: 16px;
font-weight: 400;
}
.team-member-info-box ul {
position: relative;
display: block;
overflow: hidden;
margin-top: 22px;
}
.team-member-info-box ul li {
color: #798795;
font-size: 18px;
line-height: 40px;
font-weight: 500;
display: inline-block;
margin-right: 10px;
}
.team-member-info-box ul li span {
position: relative;
display: inline-block;
padding-right: 5px;
color: #000000;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.team-member-info-box ul li a{
color: #798795;
}
.team-member-info-box .social-links-style1 {
margin-top: 36px;
}
.team-member-info-box .social-links-style1 li a i {
position: relative;
display: block;
background: #ededed;
width: 40px;
height: 40px;
border-radius: 10px 20px 10px 20px;
color: #798795;
font-size: 16px;
font-weight: 400;
line-height: 40px;
text-align: center;
transition: all 500ms ease;
}
.team-member-info-box .social-links-style1 li a:hover i{
color: #ffffff;
background: #ff4328;
}
.team-member-content-box {
position: relative;
display: block;
padding-top: 46px;
padding-bottom: 60px;
}
.team-member-content-box h3{
color: #000000;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin: 0 0 30px;
} .project-details {
position: relative;
padding: 120px 0 90px;
}
.project-details .project-info {
position: relative;
}
.project-details .project-info .column {
position: relative;
margin-bottom: 10px;
background: #f9f8f7;
padding: 36px 50px;
text-align: center;
}
.project-details .project-info h5 {
position: relative;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
.project-details .project-info p {
position: relative;
font-size: 18px;
font-weight: 500;
margin-bottom: 0;
}
.project-details h2 {
font-size: 50px;
font-weight: 700;
margin-bottom: 30px;
}
.project-details .text {
position: relative;
font-size: 18px;
font-weight: 500;
margin-bottom: 30px;
}
.project-details h3 {
font-size: 34px;
font-weight: 700;
margin-bottom: 30px;
}
.project-details .list {
position: relative;
margin-bottom: 30px;
}
.project-details .list li {
position: relative;
color: #797672;
font-size: 18px;
font-weight: 500;
margin-bottom: 12px;
padding-left: 27px;
transition: .5s;
}
.project-details .list li:before {
font-family: 'fontawesome';
content: "\f00c";
position: absolute;
left: 0;
top: -1px;
line-height: 30px;
font-size: 15px;
font-weight: 900;
display: inline-block;
color: #ff4328;
} .faq-section {
position: relative;
padding: 100px 0 70px;
} .accordion-box {
position: relative;
margin-bottom: 30px;
}
.accordion-box .block {
position: relative;
padding-top: 0px;
margin-bottom: 30px;
border: 2px solid #efefef;
padding: 24px 0;
}
.accordion-box .block:last-child {
margin-bottom: 0px;
}
.accordion-box .block .acc-btn {
position: relative;
font-size: 20px;
cursor: pointer;
line-height: 1.2em;
font-weight: 700;
padding-right: 28px;
transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
color: #181614;
padding-left: 23px;
}
.accordion-box .block .icon-outer {
position: absolute;
right: 20px;
top: 0;
font-size: 14px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
text-align: center;
display: inline-block;
width: 30px;
height: 30px;
background: #fff;
line-height: 30px;
}
.accordion-box .block.active-block .icon-outer {
color: #fff;
background: #ff4328;
}
.accordion-box .block .icon-outer .icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 18px;
font-weight: normal;
line-height: 1em;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transform: translate(-50%, -50%);
}
.accordion-box .block .active .icon-outer span:before {
content: "\f068";
}
.accordion-box .block .acc-content {
position: relative;
display: none;
border-top: 0;
}
.accordion-box .block .acc-content .content-text {
padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
display: block;
}
.accordion-box .block .content {
position: relative;
font-size: 14px;
padding: 0 23px;
padding-right: 30px;
margin-top: 15px;
}
.accordion-box .block .content .text {
color: #565872;
margin-bottom: 0;
font-size: 16px;
margin-top: 20px;
}
.accordion-box .block .acc-btn strong {
font-size: 24px;
color: #c2c0bb;
width: 76px;
text-align: center;
border-right: 1px solid #e9e5df;
margin-right: 30px;
display: inline-block;
line-height: 75px;
}
.appointment-form {
max-width: 700px;
margin: 0 auto;
}
.contact-section .default-form.appointment-form .form-group input[type="text"], 
.contact-section .default-form.appointment-form .form-group input[type="email"], 
.contact-section .default-form.appointment-form .form-group input[type="password"], 
.contact-section .default-form.appointment-form .form-group input[type="tel"], 
.contact-section .default-form.appointment-form .form-group input[type="url"], 
.contact-section .default-form.appointment-form .form-group input[type="file"], 
.contact-section .default-form.appointment-form .form-group input[type="number"], 
.contact-section .default-form.appointment-form .form-group textarea, 
.contact-section .default-form.appointment-form .form-group select {
border: 1px solid #eee;
background: #fff;
}
.contact-section .default-form.appointment-form .form-group textarea {
height: 180px;
}
.appointment-form .form-group {
margin-bottom: 30px;
} .why-choose-us-section {
position: relative;
padding: 160px 0 130px;
}
.why-choose-us-block {
position: relative;
margin-bottom: 30px;
z-index: 99;
}
.why-choose-us-block .inner-box {
position: relative;
padding: 40px 15px 40px;
width: 100%;
text-align: center;
background: #fff;
border: 1px solid #e5e9f2;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}
.why-choose-us-block .inner-box .icon-box {
position: relative;
color: #ff4328;
margin: 0 auto 15px;
font-size: 60px;
background-repeat: no-repeat;
background-position: center;
width: 80px;
height: 80px;
text-align: center;
line-height: 80px;
border-radius: 50%;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}
.why-choose-us-block .inner-box h4 {
position: relative;
font-size: 20px;
color: #222222;
font-weight: 600;
margin-bottom: 10px;
font-family: 'Montserrat', sans-serif;
}
.why-choose-us-block .inner-box h4 a {
color: #222;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}
.why-choose-us-block .inner-box h4 a:hover {
color: #ff4328;
}
.why-choose-us-block .inner-box .text {
position: relative;
color: #848484;
font-size: 18px;
font-weight: 300;
line-height: 1.6em;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
margin-bottom: 0;
}
.why-choose-us-block .inner-box .read-more {
position: relative;
margin-top: 10px;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
}
.why-choose-us-block .hvr-bounce-to-bottom:before {
background-color: #ff4328;
}
.why-choose-us-block .inner-box:hover .icon-box,
.why-choose-us-block .inner-box:hover h4 a,
.why-choose-us-block .inner-box:hover .text {
color: #fff;
} .cart-total-table {
border: 1px solid #e8e6f4;
border-radius: 6px;
}
.cart-total-table li {
border-bottom: 1px solid #e8e6f4
}
.cart-total-table li:last-child {
border-bottom: none
}
.cart-total-table li span.col.col-title {
position: relative;
display: block;
float: left;
border-right: 1px solid #e8e6f4;
color: #282828;
font-size: 16px;
font-weight: 700;
line-height: 28px;
padding: 10px 18px;
width: 50%;
}
.cart-total-table li span.col {
position: relative;
display: block;
float: left;
color: #111;
font-size: 16px;
font-weight: 400;
line-height: 28px;
padding: 10px 18px;
width: 50%;
}
.billing-information .payment-options {
position: relative;
display: block;
overflow: hidden;
margin-top: 30px;
border: 1px solid #e8e6f4;
padding: 23px 20px 35px;
border-radius: 6px;
}
.billing-information .payment-options .option-block {
margin-bottom: 14px
}
.billing-information .payment-options .option-block .checkbox {
margin: 0 0 5px;
}
.billing-information .payment-options .option-block .checkbox label {
display: block;
font-weight: 500;
min-height: 20px;
padding-left: 0px;
margin: 0;
}
.billing-information .payment-options .option-block .checkbox label input {
position: relative;
top: 1px;
}
.billing-information .payment-options .option-block .checkbox label span {
color: #282828;
font-size: 16px;
font-weight: 400;
padding-left: 10px;
}
.billing-information .payment-options .option-block .checkbox label span b {
color: #222222;
display: inline-block;
font-size: 15px;
font-weight: 400;
padding-left: 25px;
text-decoration: underline;
}
.billing-information .payment-options .option-block .text {
padding-left: 30px;
}
.billing-information .payment-options .option-block .text p {
margin: 0;
line-height: 28px;
}
.pricing-details {
position: relative;
padding: 150px 0;
}
.pricing-details h3 {
position: relative;
font-size: 36px;
font-weight: 700;
margin-bottom: 30px;
}
.pricing-details .text {
margin-bottom: 40px;
}
.pricing-details .content {
position: relative;
}
.pricing-details h4 {
position: relative;
font-size: 26px;
font-weight: 600;
margin-bottom: 30px;
}
.pricing-details .cart-total-table {
margin-bottom: 40px;
} .coupons-section {
position: relative;
padding: 100px 0 120px;
}
.tt-coupons {
position: relative;
border: 5px solid #f3f3f3;
background-color: #fff
}
.tt-coupons:before,
.tt-coupons:after {
content: '';
display: block;
position: absolute;
height: 1px;
width: 100%;
left: 0;
z-index: 1;
border: 1px dashed #ddd;
}
.tt-coupons:after {
top: 1px
}
.tt-coupons:before {
bottom: 1px
}
.tt-coupons .tt-coupons__bg {
height: 251px;
overflow: hidden;
position: relative;
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
content: '';
display: block;
position: absolute;
top: 0
}
.tt-coupons .tt-coupons__bg:after {
height: 100%;
width: 1px;
right: 1px;
border: 1px dashed #ddd;
z-index: 1
}
.tt-coupons .tt-coupons__bg:before {
width: 228px;
top: -55px;
left: -68px;
bottom: -11px;
z-index: 2;
background: #303442;
transform: rotate(22deg);
}
.tt-coupons .btn-custom {
text-decoration: none;
text-align: center;
display: inline-block;
color: #fff
}
.tt-coupons .btn-custom .tt-icon {
font-size: 23px;
line-height: 1
}
.tt-coupons .btn-custom span {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 1;
top: 3px
}
.tt-coupons .btn-custom span:before {
display: inline-block;
position: relative;
content: '';
display: block;
position: absolute;
bottom: -1px;
width: 100%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #87888e;
-webkit-transition: width .2s linear;
transition: width .2s linear
}
.tt-coupons .btn-custom:hover {
color: #fff
}
.tt-coupons .btn-custom:hover span:before {
width: 0
}
.tt-coupons .tt-top-left {
position: absolute;
top: 22px;
left: 20px;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 3
}
.tt-coupons .tt-top-left a {
color: #fff
}
.tt-coupons .tt-bottom-left {
position: absolute;
bottom: 22px;
left: 22px;
z-index: 3
}
.tt-coupons .tt-right-top {
width: 64%;
float: right;
padding: 18px 24px 50px 0;
position: relative;
z-index: 3
}
.tt-coupons .tt-right-top .tt-title {
font-family: "Poppins", sans-serif;
font-weight: 600;
padding-bottom: 14px
}
.tt-coupons .tt-right-top .tt-title+* {
margin-top: 0;
letter-spacing: -.5px;
}
.tt-coupons .tt-right-top .tt-title__01 {
color: #303442;
font-size: 24px;
line-height: 34px
}
.tt-coupons .tt-right-top .tt-title__02 {
color: #ff4328;
font-size: 36px;
line-height: 34px;
margin-top: 8px;
}
.tt-coupons .tt-right-bottom {
position: absolute;
padding: 0 24px 0 0;
width: 70%;
right: 0;
bottom: 16px
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: absolute;
bottom: 0;
right: 24px;
width: 100%;
font-size: 14px;
color: #252936
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
display: inline-block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
margin-left: 30px
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
font-size: 19px;
line-height: 19px;
color: #303442;
font-family: "Poppins", sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
letter-spacing: -.02em
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
position: absolute;
top: -4px;
left: -11px;
max-width: 20px
}
.tt-coupons .tt-right-bottom .tt-text {
display: inline-block;
position: relative;
top: -2px
}
.tt-coupons .tt-right-bottom .tt-text .tt-base-color {
color: #ff4328;
}
@media (max-width: 1229.98px) {
.tt-coupons {
max-width:570px;
margin-left: auto;
margin-right: auto
}
.tt-coupons .tt-right-top {
width: 58%
}
}
@media (max-width:575.98px) {
.tt-coupons .tt-coupons__bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.tt-coupons .tt-top-left {
position: relative;
top: inherit;
left: inherit;
width: 62%;
background: #303442;
overflow: hidden;
padding: 20px 10px 20px 20px
}
.tt-coupons .tt-bottom-left {
width: 38%;
position: relative;
bottom: inherit;
left: inherit;
background: #303442;
overflow: hidden;
padding: 20px 20px 20px 10px;
text-align: right
}
.tt-coupons .tt-coupons__bg {
height: inherit
}
.tt-coupons .tt-coupons__bg:before {
display: none
}
.tt-coupons .tt-right-top {
width: 100%;
padding: 18px 20px 35px
}
.tt-coupons .tt-right-top .tt-title__01 {
font-size: 18px;
line-height: 28px
}
.tt-coupons .tt-right-top .tt-title__02 {
font-size: 26px;
line-height: 24px
}
.tt-coupons .tt-right-bottom {
width: 100%;
position: relative;
padding: 0;
text-align: right
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
padding: 0 0;
position: inherit;
display: block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
text-align: right;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: none
}
}
.tt-coupons-wrapper {
margin-left: -15px;
margin-right: -15px
}
.tt-coupons-wrapper .tt-item {
padding-left: 15px;
padding-right: 15px
} .services-price {
position: relative;
padding: 120px 0 90px 0px;
}
.services-price .table thead th {
background: #ff4328;
color: #fff;
}
.services-price .table-striped tbody tr:nth-of-type(odd) {
background: #fff;
}
.services-price .table-striped tbody tr:nth-of-type(even) {
background: #f7f7f7;
}
.services-price .table td {
padding: 16px 25px;
} .coupons-section .owl-dots {
display: block;
text-align: center;
margin-top: 20px;
}
.coupons-section .owl-dots .owl-dot{
position:relative;
margin:0px 5px;
width: 30px;
height: 3px;
display:inline-block;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.coupons-section .owl-dots .owl-dot{
background:#ddd;
}
.coupons-section .owl-dots .owl-dot:hover,
.coupons-section .owl-dots .owl-dot.active{
background-color:#ff4328;
} .resume h3 {
color: #000000;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin: 0 0 50px;
}
.resume .info-box{
position: relative;
padding-left: 125px;
}
.resume .info-box .inner{
position: relative;
}
.resume .info-box .date{
position: absolute;
left: 0;
top: 15px;
font-size: 14px;
line-height: 22px;
color: #ffffff;
font-weight: 400;
padding: 5px 20px;
background-color: #222222;
border-radius: 3px 20px 20px 3px;
}
.resume .info-box:hover .date{
-webkit-transform: rotateX(-360deg);
-ms-transform: rotateX(-360deg);
transform: rotateX(-360deg);
-webkit-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.resume .info-box .date:before{
position: absolute;
top: 6px;
right: -6px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #222222;
content: "";
}
.resume .info-box .inner{
position: relative;
}
.resume .info-box .title{
position: relative;
padding: 20px 25px;
background-color: #f9f9f9;
margin-bottom: 25px;
}
.resume .info-box .title:before{
position: absolute;
left: -34px;
top: 22px;
height: 17px;
width: 17px;
border:1px solid #dddddd;
border-radius: 10px;
content: "";
background-color: #ffffff;
}
.resume .info-box .title:after{
position: absolute;
top: 26px;
left: -30px;
height: 9px;
width: 9px;
border-radius: 10px;
background-color: #ff4328;
content:"";
}
.resume .info-box .title h4{
position: relative;
display: block;
font-size: 18px;
line-height: 20px;
color: #222222;
font-weight: 600;
}
.resume .info-box .title span{
position: relative;
display: block;
font-size: 14px;
line-height: 30px;
color: #222222;
font-weight: 400;
}
.resume .info-box h5{
position: relative;
font-size: 16px;
line-height: 24px;
color: #222222;
font-weight: 700;
margin-bottom: 10px;
}
.resume .info-box .content{
position: relative;
padding: 0 25px;
margin-bottom: 50px;
}
.resume .info-box .text{
position: relative;
margin-bottom: 20px;
}
.resume .info-box .image-box{
position: relative;
margin-bottom: 30px;
}
.resume .info-box .image-box img{
display: block;
width: 100%;
height: auto;
}
.resume .info-box ol{
position: relative;
counter-reset:count;
margin-bottom: 50px;
}
.resume .info-box ol li{
position: relative;
padding-left: 30px;
font-size: 14px;
color: #222222;
line-height: 32px;
}
.resume .info-box ol li:before{
position: absolute;
left: 0;
top: 0;
font-size: 14px;
line-height: 32px;
font-weight: 700;
color: #222222;
counter-increment: count;
content: counter(count);
}
.resume .info-box ol li:after{
position: absolute;
left: 10px;
top: 0;
font-size: 14px;
line-height: 30px;
font-weight: 700;
color: #222222;
content: "-";
} .progress-block {
position: relative;
margin-bottom: 30px;
z-index: 10;
}
.progress-block .inner-box {
position: relative;
min-height: 210px;
}
.progress-block .graph-outer {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
display: inline-block;
text-align: center;
border-radius: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.progress-block .graph-outer:before {
position: absolute;
content: '';
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
border: 2px solid #db8463;
border-radius: 50%;
}
.progress-block canvas {
position: relative;
}
.progress-block .counter-title {
position: relative;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #222;
margin-top: 30px;
}
.progress-block .graph-outer .count-box {
position: absolute;
left: 0;
top: 50%;
width: 100%;
margin-top: -4px;
font-size: 16px;
color: #222;
font-weight: 700;
line-height: 1.4em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.progress-block .graph-outer .count-text {
position: relative;
font-size: 60px;
line-height: 1.2em;
color: #222;
font-weight: 700;
}
.skills-area {
margin-bottom: 50px;
}
.skills-area h3 {
color: #000000;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin: 0 0 50px;
} .video-section {
position: relative;
padding: 145px 0 110px;
background-size: cover;
text-align: center;
}
.video-section:before {
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: #000;
opacity: .65;
}
.video-section .video-btn {
position: relative;
margin-bottom: 30px;
}
.video-section .video-btn a {
position: relative;
display: inline-block;
width: 100px;
height: 100px;
border: 2px solid #fff;
line-height: 96px;
text-align: center;
border-radius: 50%;
margin: 0 auto;
}
.video-section .text {
position: relative;
color: #fff;
}
.video-section .sec-title.light h2 {
color: #fff;
} .pricing-section {
position: relative;
padding: 10px 0 90px;
}
.pricing-section.style-two .pricing-section {
position: relative;
padding: 145px 0 90px;
}
.pricing-section.style-two  .row {
margin: 0 -25px;
}
.pricing-section.style-two .pricing-block {
padding: 0 25px;
}
.pricing-section.style-two .pricing-block .inner-box {
position: relative;
padding: 60px 30px;
margin-bottom: 30px;
text-align: center;
box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}
.pricing-section.style-two .pricing-block.active-block .inner-box {
box-shadow: none;
border: 5px solid #222;
padding: 56px 26px;
}
.pricing-section.style-two .pricing-block .wrapper-box {
position: relative;
max-width: 200px;
margin: 0 auto;
}
.pricing-section.style-two .pricing-block .icon {
position: relative;
font-size: 50px;
line-height: 50px;
margin-bottom: 15px;
}
.pricing-section.style-two .pricing-block .category {
position: relative;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}
.pricing-section.style-two .pricing-block .price-box {
position: relative;
padding: 30px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-bottom: 40px;
}
.pricing-section.style-two .pricing-block .price {
font-size: 33px;
font-weight: 500;
margin-bottom: 20px;
}
.pricing-section.style-two .pricing-block .price strong {
font-weight: 700;
}
.pricing-section.style-two .pricing-block .text {
margin-bottom: 0;
font-size: 14px;
}
.pricing-section.style-two .pricing-block ul {
position: relative;
padding-bottom: 15px;
}
.pricing-section.style-two .pricing-block ul li {    }
.pricing-section.style-two .pricing-block ul li.active {
opacity: 1;
}
.pricing-section.style-two .pricing-block ul li strong {
font-size: 18px;
font-weight: 500;
color: #222;
opacity: .4;
}
.pricing-section.style-two .pricing-block ul li.active strong {
opacity: 1;
} .pricing-section {
position: relative;
padding: 100px 0 90px;
}
.pricing-section.style-two .sec-title {
position: relative;
margin-bottom: 0;
}
.pricing-section.style-two .sec-title h2 {
position: relative;
font-size: 48px;
font-weight: 500;
margin-bottom: 20px;
letter-spacing: -3px;
}
.pricing-section.style-two .sec-title.style-two h2 {
font-weight: 700;
letter-spacing: -2px;
}
.pricing-section.style-two .sec-title.light h2 {
color: #fff;
}
.pricing-section.style-two .sec-title.small {
margin-bottom: 30px;
}
.pricing-section.style-two .sec-title.small h2 {
font-size: 36px;
font-weight: 600;
letter-spacing: -2px;
}
.pricing-section.style-two .sec-title .sec-title-dec {
position: absolute;
top: 0;
left: 27px;
height: 100px;
width: 2px;
transform: translate(0, -145px);
}
.pricing-section.style-two .sec-title.text-center .sec-title-dec {
left: 50%;    
transform: translate(-50%, -145px);
}
.pricing-section.style-two .sec-title .sec-title-dec:before {
position: absolute;
content: '';
left: -25px;
top: 25px;
width: 2px;
height: 50px;
}
.pricing-section.style-two .sec-title .sec-title-dec:after {
position: absolute;
content: '';
right: -25px;
top: 25px;
width: 2px;
height: 50px;
}
.pricing-section.style-two .sec-title .sec-title-dec-two {
position: absolute;
top: 20px;
left: -75px;
height: 2px;
width: 52px;
}
.pricing-section.style-two .sec-title .shape-one {
position: absolute;
left: 10px;
top: 70px;
width: 100%;
height: 100px;
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/shape/shape-3.png);
} .pricing-section.style-two .btn-style-two {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #222;
background-color: transparent;
padding: 13.5px 44px;
font-weight: 600;
overflow: hidden;
text-transform: uppercase;
border: 1px solid;
border-color: #ff4328;
transition: all 700ms ease;
}
.pricing-section.style-two .btn-style-two:hover {
color: #fff;
transition: all 700ms ease;
}
.pricing-section.style-two .btn-style-two:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); background-color: #ff4328;
}
.pricing-section.style-two .btn-style-two:hover:before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.pricing-section.style-two .btn-style-two span {
position: relative;
z-index: 2;
}
.one.project-details {
padding-bottom: 0;
}
.two.project-details {
padding-top: 30px;
}
.three.project-details {
padding-top: 30px;
} .team-single-area .btn-style-two {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #222;
background-color: transparent;
padding: 13.5px 44px;
font-weight: 600;
overflow: hidden;
text-transform: uppercase;
border: 1px solid;
border-color: #ff4328;
transition: all 700ms ease;
}
.team-single-area .btn-style-two:hover {
color: #fff;
transition: all 700ms ease;
}
.team-single-area .btn-style-two:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); background-color: #ff4328;
}
.team-single-area .btn-style-two:hover:before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.team-single-area .btn-style-two span {
position: relative;
z-index: 2;
}
.one.team-single-area {
padding-bottom: 0;
}
.two.team-single-area {
padding-bottom: 0;
}
.three.team-single-area {
padding: 0;
}
.four.team-single-area {
padding: 0;
}
.five.team-single-area {
padding-top: 0;
}
.team-member-info-box ul {
padding: 0;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
}
ul.pagination {}
ul.pagination li {}
ul.pagination li a {}
span.page-numbers.current {}
.owl-theme .owl-nav [class*=owl-] {
border: unset;
}
.core_authot {
width:30%;
float:left;
position:relative;
left:0px;
}
.corex {
width: 100%;
position: inherit;
right: 0px;
top: 0px;
margin-right:15px;
}
.xpost{
border-bottom: 1px solid #e4e3e3;
padding-bottom: 25px;
margin-right: 25px;
}
.xpost .title a{
font-size: 19px;
color: #6b6b6b!important;
}
.core_authot img {
border-radius: 5px;
height: 75px;
width: 80px;
margin-right: 20px;
}
.post-share.pull-right  li{
list-style: none;
display: inline-block;
float: left;
padding-right: 7px;
} .testimonial-section {
position: relative;
padding: 120px 0 90px;
background-size: cover;
}
.testimonial-section .testimonial-block-new {
position: relative;
margin: 0 15px;
margin-bottom: 30px;
}
.testimonial-section .testimonial-block-new .inner-box {
position: relative;
background: #fff;
padding: 30px;
margin-bottom: 30px;
-webkit-box-shadow: 0px 8px 16px 0px rgb(40 40 40 / 14%);
box-shadow: 0px 8px 16px 0px rgb(40 40 40 / 14%);
z-index: 1;
}
.testimonial-section .testimonial-block-new .inner-box:before {
position: absolute;
content: '';
left: 50px;
bottom: -20px;
border: 10px solid transparent;
border-top-color: #fff;
width: 20px;
height: 20px;
}
.testimonial-section .testimonial-block-new .icon {
position: absolute;
right: 0;
top: 0;
font-size: 150px;
line-height: 150px;
color: #f3f3f3;
z-index: -1;
}
.testimonial-section .testimonial-block-new .quote {
position: relative;
font-size: 20px;
color: #ffffff;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
margin-bottom: 10px;
background: #ff4328;
}
.testimonial-section .testimonial-block-new .inner-box h4 {
font-size: 20px;
margin-bottom: 21px;
font-weight: 700;
text-align: right;
margin-top: -40px;
}
.testimonial-section .testimonial-block-new .inner-box .text {
position: relative;
margin-bottom: 0px;
}
.testimonial-section .testimonial-block-new .author-info {
position: relative;
padding-left: 75px;
min-height: 70px; margin-left: 30px;
}
.testimonial-section .testimonial-block-new .thumb {
position: absolute;
left: 0;
top: 0;
}
.testimonial-section .testimonial-block-new .thumb img {
position: relative;
width: auto;
border-radius: 50%;
}
.testimonial-section .testimonial-block-new .author-info h4 {
font-size: 24px;
font-weight: 700;
margin-top: 0;
color: #212121;
}
.testimonial-section .testimonial-block-new .author-info .designation {
position: relative;
font-size: 16px;
font-weight: 700;
line-height: 1.2em;
color: #ff4328;
}
.testimonial-section .testimonial-section .owl-theme .owl-nav {
position: absolute;
top: -90px;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
}
.testimonial-section .owl-theme .owl-nav .owl-prev {
position: absolute;
right: 70px;
top: 0;
height: 60px;
width: 60px;
border-radius: 50%;
border: none;
text-align: center;
line-height: 56px;
font-size: 0px;
opacity: 1;
margin-top: -30px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.testimonial-section .owl-theme .owl-nav .owl-prev:before {
font-family: "Flaticon";
content: "\f105";
position: absolute;
top: 0;
width: 60px;
height: 60px;
line-height: 60px;
left: 0;
border-radius: 50%;
background: #fff;
color: #282828;
font-size: 24px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.testimonial-section .owl-theme .owl-nav .owl-prev:hover:before {
color: #fff;
}
.testimonial-section .owl-theme .owl-nav .owl-next {
position: absolute;
right: 0;
top: 0;
height: 60px;
width: 60px;
border-radius: 50%;
border: none;
text-align: center;
line-height: 60px;
color: rgba(0, 0, 0, 0);
font-size: 0px;
opacity: 1;
margin-top: -30px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.testimonial-section .owl-theme .owl-nav .owl-next:before {
font-family: "Flaticon";
content: "\f105";
position: absolute;
top: 0;
width: 60px;
height: 60px;
line-height: 60px;
right: 0;
color: #282828;
background: #fff;
border-radius: 50%;
font-size: 24px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.testimonial-section .owl-theme .owl-nav .owl-next:hover:before {
color: #fff;
}
.pricing-section {
padding: 0 !important;
}
.team-section-two {
padding: 0 !important;
}
.services-price {
padding: 0;
}
.services-section.style-three{
padding: 0;
}
.gallery-section {
padding: 0;
}
.features-section,
.features-section.style-three{
padding: 0 !important;
}
.testimonial-section {
padding: 0;
}
.features-section.style-two {
padding: 120px 0 90px !important;
}
.printify-e-icon .elementor-icon i:before{
left: 35%;
}
.elementor-text-editor p{
font-size: inherit; 
line-height: inherit; 
letter-spacing: inherit; 
color: inherit;
}
.pdoff {
padding: 0;
}.single-testimonial-carousel .testimonial-text-box .review-box .fa {
margin: 0 2px;
}
.clear,
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-message::after {
clear: both;
margin-top: 20px;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce form .form-row label.hidden {
visibility: hidden;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@font-face {
font-family: star;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: WooCommerce;
font-style: normal;
font-weight: 400;
}
p.demo_store {
background-color: #a46497;
box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 1em;
left: 0;
margin: 0;
padding: 1em 0;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 99998;
}
p.demo_store a {
color: #fff;
}
.admin-bar p.demo_store {
top: 32px;
}
.woocommerce .blockUI.blockOverlay {
position: relative;
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce a.remove {
border: 0 none;
border-radius: 100%;
color: #444 !important;
display: block;
font-size: 1.5em;
font-weight: 500;
height: 1em;
line-height: 25px;
text-align: center;
text-decoration: none;
width: 1em;
}
.woocommerce a.remove:hover {
background: #fd4a36;
color: #fff !important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
background-color: #f7f6f7;
border-top: 3px solid #fd4a36 !important;
color: #515151;
list-style: outside none none !important;
margin: 0 0 2em !important;
overflow-wrap: break-word;
padding: 1em 2em 1em 3.5em !important;
position: relative;
width: auto;
}
.woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::after,
.woocommerce .woocommerce-message::before {
display: table;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
content: "*"!important;
display: inline-block;
font-family: WooCommerce;
left: 1.5em;
position: absolute;
top: 1em;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
float: right;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
list-style: outside none none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.woocommerce .woocommerce-message::before {
color: #fd4a36;
}
.woocommerce .woocommerce-info {
border-top-color: #43c3ea;
}
.woocommerce .woocommerce-info a {
color: #fd4a36;
}
.woocommerce .woocommerce-info::before {
color: #fd4a36;
}
.woocommerce .woocommerce-error {
border-top-color: #b81c23;
}
.woocommerce .woocommerce-error::before {
color: #b81c23;
content: "Ã®â‚¬â€“";
}
.woocommerce small.note {
color: #777;
display: block;
font-size: 0.857em;
margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
color: #777;
font-size: 0.92em;
margin: 0 0 1em;
padding: 0;
}
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
content: " ";
display: table;
}
.woocommerce .woocommerce-breadcrumb a {
color: #777;
}
.woocommerce .quantity .qty {
text-align: center;
width: 3.631em;
}
.woocommerce div.product .product_title {
color: #303030;
font-size: 30px;
font-weight: 700;
margin: 0 0 21px;
text-transform: capitalize;
}
.woocommerce div.product h1 {
color: #404040;
font-size: 32px;
font-weight: 700;
line-height: 36px;
text-transform: capitalize;
margin: 8px 0 14px;
}
.woocommerce-review-link {
color: #9e9e9e;
font-size: 13px;
font-weight: 700;
padding-left: 15px;
text-transform: capitalize;
}
.woocommerce-review-link:hover {
color: #222;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce .products ul::after,
.woocommerce div.product form.cart::after,
.woocommerce div.product p.cart::after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products::after {
clear: both;
}
.woocommerce div.product .price ins span,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #666666;
font-size: 16 !important;
font-weight: 400;
position: relative;
line-height: 20px;
margin-bottom: 10px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
opacity: 1;
line-height: 13px;
}
.woocommerce div.product .price del > span {
color: #242424;
font-size: 15px;
}
.woocommerce-Price-currencySymbol {
font-weight: 400 !important;
}
.woocommerce div.product p.stock {
font-size: 0.92em;
}
.woocommerce div.product .stock {
color: #77a464;
}
.woocommerce div.product .out-of-stock {
color: red;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
line-height: 32px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 2em;
}
.woocommerce div.product div.images img {
box-shadow: none;
display: block;
height: auto;
width: 100%;
}
.woocommerce div.product div.images div.thumbnails {
padding-top: 1em;
}
.woocommerce div.product div.social {
margin: 0 0 1em;
text-align: right;
}
.woocommerce div.product div.social span {
margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
padding-left: 16px;
width: 0;
}
.woocommerce div.product div.social iframe {
float: left;
margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
position: relative;
margin: 0;
padding: 0;
z-index: 1;
border-bottom: 1px solid #ebebeb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: 0 0;
border-radius: 0;
margin: 0;
padding: 0;
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {          }
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before,
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
content: " ";
display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
border: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 0;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
margin-bottom: 2em;
margin-top: 15px;
}
#tab-description,
#tab-reviews {
background: #fff !important;
margin-top: 0;
padding: 30px;
border: 1px solid #ececec;
}
#tab-description h2 {
color: #3d3d3d;   margin-bottom: 13px;
font-family: inherit;
}
.woocommerce-Reviews-title {
color: #272727;
font-size: 24px;
line-height: 1.4em;
margin: 0 0 20px;
}
.woocommerce div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
float: none;
margin: 0;
}
.woocommerce div.product form.cart table small.stock {
display: block;
float: none;
}
.woocommerce div.product form.cart .variations {
border: 0 none;
margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
border: 0 none;
}
.woocommerce div.product form.cart .variations label {
font-weight: 500;
color: #121212;
font-size: 16px;
margin-top: 13px;
}
.woocommerce div.product form.cart .variations select {
float: left;
width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em;
}
.woocommerce div.product form.cart .variations td {
vertical-align: top;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
margin-bottom: 1em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
display: none;
}
.woocommerce div.product form.cart .button {
float: left;
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.label {
padding-left: 1em;
padding-right: 1em;
}
.woocommerce div.product form.cart .group_table td {
border: 0 none;
padding-bottom: 0.5em;
vertical-align: top;
}
.woocommerce .products ul,
.woocommerce ul.products {
clear: both;
list-style: outside none none;
margin: 0 0 1em;
padding: 0;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
content: " ";
display: table;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
list-style: outside none none;
}
.woocommerce ul.products li.product .onsale {
left: auto;
margin: -0.5em -0.5em 0 0;
right: 0;
top: 0;
}
.woocommerce ul.products li.product h3 {
font-size: 1em;
margin: 0;
padding: 0.5em 0;
}
.woocommerce ul.products li.product a {
text-decoration: none;
}
.woocommerce ul.products li.product a img {
box-shadow: none;
display: block;
height: auto;
margin: 0 0 1em;
width: 100%;
}
.woocommerce ul.products li.product strong {
display: block;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
margin-top: 1em;
}
.woocommerce ul.products li.product .price {
color: #77a464;
display: block;
font-size: 0.857em;
font-weight: 400;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .price del {
color: inherit;
display: block;
opacity: 0.5;
}
.woocommerce ul.products li.product .price ins {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
color: rgba(132, 132, 132, 0.5);
font-size: 0.67em;
margin: -2px 0 0;
text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select {
vertical-align: top;
border: 1px solid #f7f7f7 !important;
display: block;
line-height: 25px;
color: #3d3d3d;
overflow: hidden;
padding: 12px 15px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.woocommerce nav.woocommerce-pagination ul {
border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
position: relative;
display: inline-block;
margin: 0 5px 7px 0;
border-right: 0;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: 0.25;
padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
animation: 2s linear 0s normal none infinite running spin;
content: "Ã®â‚¬Å“";
font-family: WooCommerce;
font-weight: 400;
position: absolute;
right: 1em;
top: 0.618em;
vertical-align: top;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
content: "Ã®â‚¬â€”";
font-family: WooCommerce;
margin-left: 0.53em;
vertical-align: bottom;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
background: #fd4a36;
border-color: 2px solid #fd4a36;
color: #fd4a36;
}
.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 {
color: inherit;
cursor: not-allowed;
opacity: 1;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
color: #fff;
background: #fd4a36;
border-color: #fd4a36;
padding: 14px 45px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
float: none;
}
.woocommerce a.added_to_cart {
display: inline-block;
padding-top: 0.5em;
white-space: nowrap;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before,
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before,
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
content: " ";
display: table;
}
.woocommerce #reviews h2 small {
color: #777;
float: right;
font-size: 15px;
margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
color: #777;
text-decoration: none;
}
.woocommerce #reviews h3 {
color: #292929;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin: 0;
padding: 20px 0 15px;
}
.woocommerce #reviews #respond {
border: 0 none;
margin: 0;
padding: 0;
}
.woocommerce #reviews #comment {
height: 75px;
}
.woocommerce #reviews #comments h2 {
color: #3d3d3d;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce #review_form #respond::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce .woocommerce-product-rating::after,
.woocommerce td.product-name dl.variation::after {
clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
list-style: outside none none;
margin: 0;
width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li {
background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
border: 0 none;
margin: 0 0 20px;
padding: 0;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
background: #ebe9eb none repeat scroll 0 0;
border: 1px solid #e4e1e3;
box-shadow: none;
float: left;
height: auto;
left: 0;
margin: 0;
padding: 3px;
position: absolute;
top: 0;
width: 32px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #e4e1e3;
border-radius: 4px;
margin: 0 0 0 50px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
color: #272727;
font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
list-style: outside none none;
margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
border: 1px solid #e4e1e3;
border-radius: 4px;
margin: 20px 0 0 50px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments .commentlist > li::before {
content: "";
}
.woocommerce .item_description .item_price {
margin: 0 0 15px !important;
}
.woocommerce .star-rating {
float: none;
font-family: star;
font-size: 15px;
margin-bottom: 5px;
height: 1em;
line-height: 1;
overflow: hidden;
position: relative;
width: 5.4em;
}
.woocommerce .star-rating::before {
color: #fd4a36;
content: "sssss";
float: left;
left: 0;
position: absolute;
top: 0;
}
.woocommerce .star-rating span {
color: #fd4a36;
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
margin-right: 5px;
top: 0;
}
.woocommerce .woocommerce-product-rating {
display: block;
line-height: 2;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
border-top: 0 none;
line-height: 1.5;
margin: 0;
}
.woocommerce .feedback {
display: inline-block;
background: #f7f7f7;
padding: 14px 15px !important;
position: relative;
top: 3px;
}
.woocommerce .feedback li {
display: inline-block;
margin-right: 3px;
}
.woocommerce .feedback li a {
color: #fa6f1c;
}
.woocommerce #review_form #respond {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 0;
position: static;
width: auto;
}
.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond:before {
content: " ";
display: table;
}
.woocommerce #review_form #respond .form-submit input {
position: relative;
padding: 18px 40px;
font-weight: 600;
border-radius: 0;
font-size: 16px;
color: #fff;
margin-top: 10px;
background-color: #fd4a36;
font-family: Montserrat, sans-serif;
border: 0;
width: auto;
}
.woocommerce #review_form #respond .form-submit input:hover {
color: #fff;
background: #fd4a36;
border-color: #fd4a36;
}
.woocommerce #review_form #respond label {
color: #272727;
}
.woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond input[type="text"] {
background: 0 0;
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #222;
display: block;
height: 46px;
line-height: 22px;
padding: 11px 20px;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
}
.woocommerce #review_form #respond textarea {
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #222;
display: block;
height: 120px;
line-height: 22px;
padding: 12px 20px;
position: relative;
resize: none;
transition: all 0.3s ease 0s;
width: 100%;
}
.woocommerce table.shop_attributes {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color;
border-image: none;
border-style: dotted none none;
border-width: 1px 0 0;
margin-bottom: 1.618em;
width: 100%;
}
.woocommerce table.shop_attributes th {
font-weight: 700;
padding: 8px;
width: 150px;
}
.woocommerce table.shop_attributes td {
font-style: italic;
padding: 0;
}
.woocommerce table.shop_attributes td p {
margin: 0;
padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
background: rgba(0, 0, 0, 0.024) none repeat scroll 0 0;
}
.woocommerce table.shop_table {
border: 0;
border-collapse: separate;
border-radius: 5px;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
.woocommerce table.shop_table thead {
border-radius: 7px;
color: #222;
font-size: 18px;
position: relative;
text-transform: uppercase;
width: 100%;
}
.woocommerce table.shop_table th {
color: #272727;
font-size: 14px;
font-weight: 700;
line-height: 35px;
padding-left: 28px;
text-transform: uppercase;
}
.woocommerce table.shop_table td {
border-top: 1px solid #f7f7f7;
color: #9e9e9e;
font-size: 16px;
font-weight: 700;
padding: 27px 7px 28px 35px;
}
.woocommerce table.shop_table td a {
color: #222;
}
.woocommerce table.shop_table td small {
font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0 none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 700;
}
.woocommerce table.my_account_orders {
font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
padding: 4px 8px;
vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation {
margin: 0.25em 0;
}
.woocommerce td.product-name dl.variation::after,
.woocommerce td.product-name dl.variation::before {
content: " ";
display: table;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
display: inline-block;
float: left;
margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
clear: left;
font-weight: 700;
margin: 0 4px 0 0;
padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li::after {
clear: both;
}
.woocommerce td.product-name dl.variation dd {
padding: 0 0 0.25em;
}
.woocommerce td.product-name dl.variation dd p:last-child {
margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
font-size: 0.83em;
}
.woocommerce td.product-quantity {
min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
list-style: outside none none;
margin: 0;
padding: 4px 0;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
content: " ";
display: table;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
display: block;
font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
box-shadow: none;
float: right;
height: auto;
margin-left: 4px;
width: 32px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
border-left: 2px solid rgba(0, 0, 0, 0.1);
margin: 0;
padding-left: 1em;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
content: " ";
display: table;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
display: inline-block;
float: left;
margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
clear: left;
font-weight: 700;
margin: 0 4px 0 0;
padding: 0 0 0.25em;
}
.woocommerce .order_details::after,
.woocommerce .widget_layered_nav ul li::after,
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce-account .addresses .title::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce.widget_shopping_cart .buttons::after {
clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
border-top: 3px double #ebe9eb;
padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
display: inline-block;
min-width: 40px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
padding-left: 2em;
padding-top: 0;
position: relative;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
left: 0;
position: absolute;
top: 0;
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
content: " ";
display: table;
}
.woocommerce form .form-row {
margin: 0 0 6px;
padding: 3px;
}
.woocommerce form .form-row label {
color: #272727;
display: block;
font-size: 14px;
font-weight: 400;
margin-bottom: 7px;
text-transform: capitalize;
}
.woocommerce form .form-row label.inline {
display: inline;
}
.woocommerce form .form-row select {
cursor: pointer;
margin: 0;
}
.woocommerce form .form-row .required {
border: 0 none;
color: red;
font-weight: 700;
}
.woocommerce form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle;
position: relative;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
line-height: 1;
margin: 0;
outline: 0 none;
width: 100%;
}
.woocommerce form .form-row textarea {
box-shadow: none;
display: block;
height: 4em;
line-height: 1.5;
}
.woocommerce form .form-row .select2-container {
line-height: 2em;
width: 100%;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
border-color: #69bf29;
}
.woocommerce form .form-row :-moz-placeholder {
line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid #d3ced2;
border-radius: 5px;
margin: 2em 0;
padding: 20px;
text-align: left;
}
.woocommerce ul#shipping_method {
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce ul#shipping_method li {
list-style: outside none none;
margin: 0;
padding: 0.25em 0 0.25em 22px;
text-indent: -22px;
}
.woocommerce ul#shipping_method .amount {
font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
margin: 0;
}
.woocommerce .order_details {
list-style: outside none none;
margin: 0 0 1.5em;
}
.woocommerce .order_details::after,
.woocommerce .order_details::before {
content: " ";
display: table;
}
.woocommerce .order_details li {
border-right: 1px dashed #d3ced2;
float: left;
font-size: 0.715em;
line-height: 1;
margin-left: 0;
margin-right: 2em;
padding-left: 0;
padding-right: 2em;
text-transform: uppercase;
}
.woocommerce .order_details li strong {
display: block;
font-size: 1.4em;
line-height: 1.5;
text-transform: none;
}
.woocommerce .order_details li:last-of-type {
border: medium none;
}
.woocommerce .widget_layered_nav ul {
border: 0 none;
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce .widget_layered_nav ul li {
list-style: outside none none;
padding: 0 0 1px;
}
.woocommerce .widget_layered_nav ul li::after,
.woocommerce .widget_layered_nav ul li::before {
content: " ";
display: table;
}
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
color: #a00;
content: "ÃƒÂ®Ã¢â€šÂ¬Ã¢â‚¬Å“";
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
line-height: 1;
text-decoration: none;
text-transform: none;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a::before {
margin-right: 0.618em;
}
.woocommerce .widget_layered_nav_filters ul {
border: 0 none;
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
float: left;
list-style: outside none none;
padding: 0 1px 1px 0;
}
.woocommerce .widget_layered_nav_filters ul li a {
text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
margin-right: 0.618em;
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 0.8751em;
line-height: 2.4;
text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: left;
font-size: 1.15em;
position: relative;
padding: 12px 38px;
height: auto;
width: auto;
border-radius: 50px;
font-weight: 600;
background: #fd4a36;
color: #fff;
}
.woocommerce .widget_price_filter .ui-slider {
margin-left: 0.5em;
margin-right: 0.5em;
position: relative;
text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #fd4a36;
border-radius: 50%;
cursor: ew-resize;
height: 1em;
border-color: #fd4a36;
margin-left: -0.5em;
outline: 0 none;
position: absolute;
top: -0.3em;
width: 1em !important;
z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #fd4a36;
border: 0 none;
border-radius: 1em;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #eee;
border: 0 none;
border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
content: " ";
display: table;
}
.woocommerce-account .addresses .title h3 {
float: left;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight: 700;
margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
list-style: outside none none;
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
content: "ÃƒÂ®Ã¢â€šÂ¬Ã…Â ";
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
line-height: 1;
margin-right: 0.618em;
text-decoration: none;
text-transform: none;
}
.woocommerce-cart table.cart .product-thumbnail {
min-width: 32px;
}
.woocommerce-cart table.cart img {
box-shadow: none;
width: 80px !important;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
display: block;
line-height: 24px;
padding: 10px;
width: 260px;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before {
content: " ";
display: table;
}
.cart_totals h2 {
color: #272727;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
}
.total-cart {
width: 100%;
}
.total-cart tr td,
.total-cart tr th {
border: 1px solid #e0e0e0;
padding: 10px 15px;
width: 50% !important;
}
.total-cart tr td {
border-top: 0 none;
text-align: right;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
display: block;
float: none;
width: 100%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
content: "ÃƒÂ®Ã¢â€šÂ¬Ã¢â€žÂ¢";
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
line-height: 1;
margin-left: 0.618em;
text-decoration: none;
text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
color: #777;
font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
clear: none;
float: left;
}
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
clear: left;
}
.woocommerce-checkout .checkout .create-account small {
color: #777;
font-size: 11px;
font-weight: 400;
}
.woocommerce-checkout .checkout div.shipping-address {
clear: left;
padding: 0;
width: 100%;
}
.single-product .twentythirteen p.stars,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout .checkout .shipping_address {
clear: both;
}
.woocommerce-checkout #payment {
background: #ebe9eb none repeat scroll 0 0;
border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 1px solid #d3ced2;
list-style: outside none none;
margin: 0;
padding: 1em;
text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
content: " ";
display: table;
}
.woocommerce-checkout #payment ul.payment_methods li {
font-weight: 400;
line-height: 2;
margin: 0;
text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 1em 0 0;
display: inline-block;
}
.woocommerce-checkout #payment ul.payment_methods li img {
box-shadow: none;
margin: -2px 0 0 0.5em;
padding: 0;
position: relative;
vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row {
padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
background-color: #dfdcde;
border-radius: 2px;
color: #515151;
font-size: 0.92em;
line-height: 1.5;
margin: 1em 0;
padding: 1em 2%;
position: relative;
width: 96%;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
background-position: right center;
background-repeat: no-repeat;
font-size: 1.5em;
padding: 8px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/images/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help {
color: #777;
font-size: 0.857em;
font-weight: 400;
}
.woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #dfdcde;
border-image: none;
border-style: solid;
border-width: 8px;
content: "";
display: block;
left: 0;
margin: -1em 0 0 2em;
position: absolute;
top: -3px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
font-size: 0.83em;
line-height: 52px;
color: #222;
}
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
}
#content.twentyeleven .woocommerce-pagination a {
font-size: 1em;
line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
padding: 0;
}
.twentythirteen .woocommerce-breadcrumb {
padding-top: 40px;
}
.twentyfourteen ul.products li.product {
margin-top: 0 !important;
}
.single-rating .star-rating {
color: #222;
display: block;
float: left;
font-size: 13px;
margin: 10px 0 15px;
}
.cart .quantity input.input-text {
background-color: #f7f7f7 !important;
background-image: none;
display: inline-block;
height: 58px !important;
margin-right: 10px;
margin-bottom: 0;
vertical-align: middle;
width: 110px !important;
padding: 0;
border-radius: 0 !important;
border: 1px solid #ebebeb;
}
.cart-table .cart_item td {
border-bottom: 2px solid #e9e9e9;
padding: 30px 0 !important;
}
.cart-table .cart_item .product-name a {
color: #272727;
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
}
.actions {
margin-bottom: 50px;
}
#comments .comment-form .form-box {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
border-image: none;
border-style: solid none none;
border-width: 1px 0 0;
}
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout textarea,
.login input[type="password"],
.login input[type="text"],
.woocommerce form .form-row .select2-choice,
.woocommerce form .form-row input.input-text,
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #e0e0e0;
border-radius: 3px;
display: block;
height: 48px;
line-height: 30px;
padding: 8px 20px;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
}
.woocommerce-EditAccountForm.edit-account legend,
.woocommerce-MyAccount-content h3,
.woocommerce-account .addresses .title h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
color: #222;
font-size: 20px;
font-weight: 700;
line-height: 1.4em;
margin: 0 0 20px;
}
.woocommerce-EditAccountForm.edit-account legend {
border: medium none;
margin-top: 40px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 100%;
}
.product_details .product_top_section .item_description > div span {
line-height: 15px;
}
.commentlist {
padding: 0;
}
.add_your_review {
margin: 81px 0 75px;
}
.woocommerce .shop-page .meta-info p.woocommerce-result-count {
float: left;
}
.woocommerce .shop-page .woocommerce-ordering {
margin: 0;
}
.woocommerce .shop-page .woocommerce-ordering select {
background: 0 0;
border: 1px solid #f7f7f7;
border-radius: 0;
color: #999;
font-size: 14px;
outline: medium none !important;
padding: 12px 15px;
text-transform: capitalize;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
z-index: 20;
position: relative;
cursor: pointer;
}
.woocommerce .shop-page .woocommerce-ordering {
position: relative;
background: #f7f7f7 none repeat scroll 0 0;
}
.woocommerce .shop-page .woocommerce-ordering:before {
content: "\f107";
position: absolute;
top: 11px;
right: 10px;
font-family: FontAwesome;
font-size: 14px;
cursor: pointer;
color: #999;
z-index: 1;
}
.woocommerce .shop-page .single-shop-item {
min-height: 440px;
}
.woocommerce .shop-page .single-shop-item .text-box .title a {
color: #333;
font-size: 16px;
line-height: 24px;
margin: -6px 0 0;
transition: color 0.4s ease 0s;
}
.woocommerce .products .star-rating {
font-size: 13px;
color: #fd4a36;
display: inline-block;
margin-bottom: 0;
}
.woocommerce .shop-page .single-shop-item .price {
color: #3563a9;
font-size: 16px;
font-style: normal;
line-height: 24px;
font-family: Lato;
}
.woocommerce .shop-page .single-shop-item .price del > span {
text-decoration: line-through;
margin-right: 10px;
}
.single-shop-page .single-shop-item .fetr-box .img-box,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin: 0;
padding: 0;
}
.woocommerce .single-shop-page .single-shop-item {
margin-bottom: 40px;
}
.woocommerce .single-shop-page .single-shop-item .woocommerce-product-rating {
margin-bottom: 0 !important;
}
.woocommerce .single-shop-page .star-rating::before {
color: #fff !important;
}
.woocommerce .single-shop-page .star-rating {
height: 20px;
line-height: 18px;
width: 7.4em;
}
.woocommerce .single-shop-page .star-rating span {
color: #3563a9;
font-size: 12px;
}
.woocommerce .single-shop-page .quantity .qty {
width: 80px;
height: 45px;
border: none;
border-radius: 3px;
}
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount,
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-size: 24px !important;
color: #222;
}
.woocommerce div.product .woocommerce-tabs {
margin: 60px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 0 0 !important;
border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
background: #fff;
border-radius: 0;
color: #fd4a36;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 30px;
background: #fbfbfb;
box-shadow: none;
border: none;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {  font-weight: 700;   }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block;
float: left;
margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
position: relative;
top: 1px;
display: block;
float: left;
margin-right: 8px;
font-size: 16px;
background: #f8f8f8;
color: #1c1c1c;
border: 1px solid #f2f2f2;
text-transform: capitalize;
font-weight: 500;
line-height: 24px;
cursor: pointer;
padding: 12px 30px 10px;
transition: all 0.5s ease;
border-radius: 0px;
font-family: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
position: absolute;
content: "";
left: 0;
top: -1px;
width: 100%;
height: 3px;
opacity: 0;
background-color: #fd4a36;
}
.woocommerce textarea {
border: 1px solid #ebebeb;
}
.woocommerce p.stars a.star-1 {
width: 1em;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
border: none;
}
.woocommerce p.stars a {
color: #fd4a36;
font-weight: 400;
}
.woocommerce .shop_table thead {
background: #f7f7f7;
}
.woocommerce table.shop_table th {
color: #222;
font-size: 14px;
font-weight: 400;
line-height: 35px;
text-transform: uppercase;
padding-left: 28px;
}
.woocommerce .shop_table tbody tr.cart_item td {
padding: 27px 7px 28px 35px;
border-bottom: 1px solid #f3f3f3;
color: #777;
font-size: 16px;
font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal {
color: #6aaf08;
}
.woocommerce-cart table.cart img {
width: auto;
}
.woocommerce .shop_table tbody tr td.actions {
padding: 25px 0 0 !important;
}
.woocommerce .shop_table tbody tr td.actions .coupon {
display: inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
border: 2px solid #f3f3f3;
border-radius: 3px;
font-weight: 700;
height: 45px;
margin-right: 19px;
padding-left: 15px;
width: 225px;
}
.woocommerce .woocommerce-message::before {
color: #fd4a36;
}
.woocommerce .woocommerce-message {
border-top-color: #fd4a36;
}
.woocommerce #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 15px 38px;
font-weight: 600;
border-radius: 0;
font-size: 14px;
color: #fff;
background-color: #fd4a36;
text-transform: capitalize;
font-family: Montserrat, sans-serif;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #fd4a36;
color: #fff;
}
.woocommerce #place_order:hover {
background-color: #fd4a36;
color: #fff;
}
.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 {
color: #fff;
background-color: #fd4a36;
padding: 14px 45px;
}
.woocommerce .cart_shipping,
.woocommerce .cart_totals {
border: 0;
padding: 15px;
}
.woocommerce .cart_shipping p {
margin-top: 10px;
}
.woocommerce .cart_shipping input {
border: 2px solid #f6f4f4;
display: block;
height: 40px;
padding: 0 15px;
position: relative;
width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
margin: 0;
}
.woocommerce .cart_totals {
padding: 0 !important;
}
.woocommerce .cart_totals h2 {
background: #f9f9f9 none repeat scroll 0 0;
border-bottom: 1px solid #ebebeb;
font-size: 14px;
margin: 0;
padding: 20px;
}
.woocommerce .cart_totals tr {
border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
padding: 14px 20px !important;
border-right: 1px solid #ebebeb;
}
.woocommerce .cart_totals td {
padding: 14px 20px !important;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout {
padding: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 14px 38px;
font-weight: 600;
border-radius: 0;
font-size: 14px;
color: #fff;
background-color: #fd4a36;
text-transform: capitalize;
font-family: Montserrat, sans-serif;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #fd4a36;
color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border-collapse: collapse !important;
width: 100%;
}
.woocommerce form .form-row select,
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="text"] {
padding: 10px !important;
border: 1px solid #e3e0dc;
width: 100%;
}
.woocommerce .checkout_coupon p {
display: block;
}
.woocommerce .checkout_coupon p #coupon_code {
height: 45px !important;
border: 1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
max-width: inherit;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
max-width: inherit;
}
.shop_sidebar .shop_aside {
margin-top: 0;
}
#order_review_heading {
color: #262626;
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 30px;
padding-top: 20px;
position: relative;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
display: inline-block !important;
width: 31.65% !important;
margin-left: 10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child {
margin-left: 0;
}
.pagination > li:hover > .current,
.pagination > li > .current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
color: #666;
border-color: #ddd;
background-color: #ddd;
}
.contact_info ul li {
border-bottom: none !important;
line-height: 1.8em !important;
padding: 0 !important;
}
.contact_info ul a::after {
content: "" !important;
}
.contact_info ul a {
display: inline-block !important;
color: #fbb908 !important;
}
.woocommerce-pagination ul {
position: relative;
}
.woocommerce-pagination ul li {
display: inline-block !important;
margin: 0 4px !important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
position: relative;
display: block;
height: 60px;
width: 60px;
line-height: 60px !important;
padding: 0 !important;
text-align: center;
font-size: 16px;
background: #fff;
color: #36404b;
font-weight: 500;
border: 2px solid #ddd;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.woocommerce nav.woocommerce-pagination {
text-align: center;
padding: 60px 0px 100px 0px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span {
background: 0 0;
color: #fd4a36;
border-color: #fd4a36;
color: #222;
}
.woocommerce .f-shop-detail .summary .star-rating {
color: #fbb908 !important;
}
.search-widget input {
padding-left: 15px;
width: 70% !important;
border: none !important;
}
.widget_bunch_external_links ul li a::before {
display: none;
}
.woocommerce-account .woocommerce-MyAccount-content p a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #fd4a36;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
width: 13%;
display: inline-block;
margin-right: 4px;
margin-top: 4px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child {
margin-right: 0;
}
#customer_details label,
.woocommerce form .form-row span {
width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
max-width: 48% !important;
}
.woocommerce form.woocommerce-form-login .form-row label {
margin-left: 15px;
margin-top: 10px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
width: 100%;
}
.woocommerce .loader::before {
display:none;
}
focus {
outline-offset: 0px !important:
}
.related-product {
padding-bottom: 80px;
}
.related-product .shop-page-title .title {
margin: 0;
color: #212121;
font-size: 35px;
font-weight: bold;
margin-bottom: 50px;
margin-top: 80px;
}
.related-product .shop-page-title .title {}
.blog-details-content h2 {
margin-top: 0;
} .mr_shop_sorting {
position: relative;
margin-bottom: 60px !important;
border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-result-count {
margin: 0 0 1em;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
float: left;
}
.woocommerce .woocommerce-ordering {
margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: right;
}
.items-sorting select.orderby {
float: right;
}
.woocommerce .woocommerce-ordering select {
vertical-align: top;
border: 1px solid #f7f7f7 !important;
display: block;
line-height: 25px;
color: #3d3d3d;
overflow: hidden;
padding: 12px 15px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.product-block-two {
text-align: center;
}
.product-block-two {
margin-bottom: 30px;
}
.product-block-two .inner-box .image {
position: relative;
background: #fff;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.product-block-two .inner-box .image img {
transition: .5s;
width: 100%;
}
.woocommerce img, .woocommerce-page img {
height: auto;
max-width: 100%;
}
.product-block-two .inner-box:hover .image img {
transform: rotateY(180deg);
}
.product-block-two .inner-box .image img {
transition: .5s;
width: 100%;
}
.product-block-two .inner-box:hover .overlay {
opacity: 1;
}
.product-block-two .overlay ul li {
margin: 0;
vertical-align: middle;
}
.product-block-two .overlay ul {
position: relative;
transform: scaleX(1.2);
transition: .5s;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
}
.product-block-two .inner-box:hover .overlay .shop_metas {
transform: scaleX(1);
}
.product-block-two .overlay ul li {
margin: 0;
vertical-align: middle;
}
.shop_metas a {
display: inline-block;
width: 50px;
line-height: 55px;
height: 50px;
text-align: center;
background: #fff;
color: #000;
transition: .5s;
opacity: 0;
border-right: 1px solid #e5e5e5;
}
.shop_metas a :hover {
}
.inner-box:hover .overlay .shop_metas a {
opacity: 1;
}
.search-form .searchform button {
position: relative;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 20px;
padding: 0;
font-weight: 400;
cursor: pointer;
background: #ff4328;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border: none;
color: #fff;
float: right;
margin-top: -70px;
box-shadow: : none;
outline: none;
}
.product-block-two .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: center;
transition: .5s;
background: rgb(0 0 0 / 0.30);
padding-bottom: 20px;
opacity: 0;
}
.mr_shop_sorting .woocommerce-form{
position: absolute;
right: 0;
}
.product-block-two h4 a {
transition: .5s;
color: #1e2843;
}
.product-block-two .price {
font-size: 16px;
font-weight: 500;
}
.product-block-two h4 a {
transition: .5s;
color: #1e2843;
}
.product-block-two .lower-content {
position: relative;
padding: 21px 0;
}
.shop_metas>a.woocommerce-LoopProduct-link{
display:none!important;
}
.product-block-two .lower-content {
background: #f9f9f9;
}
.mr_shop_single{
padding-top:100px;
padding-bottom:80px;
}
.cart-btn button {
border: 1px solid #d8d8d8;
padding: 14px 34px;
background: #f7f7f7;
color: #585858;
font-weight: 700;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after {
margin-left: 0.53em;
vertical-align: bottom;
content: "\f291"!important;
font-family: 'Font Awesome 5 Pro'!important;
}
.woocommerce a.add_to_cart_button.loading::after  {
margin-left: 0.53em;
vertical-align: bottom;
content: "\f013";
font-family: 'Font Awesome 5 Pro'!important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
border-color: rgb(0 0 0 / 50%)!important;
}.rtl {
direction: rtl; 
}
.ltr {
direction: ltr; 
}
.rtl .header-navigation ul.navigation-box > li{
float: right;
}
.rtl .header-navigation ul.navigation-box > li > ul.sub-menu > li > a{
text-align: right;
}
.rtl .header-navigation .thm-container .navbar-header{
left: inherit;
right: 40px;
}
.rtl .header-navigation .thm-container .right-side-box{
right: inherit;
left: 40px;
}
.rtl .header-navigation .thm-container .right-side-box .social a:first-child{
margin-left: 10px;
}
.rtl .testi-carousel{
direction: ltr;
text-align: right;
}
.rtl .we-believe-carousel{
direction: ltr;
}
.rtl .faq-content .accrodion-grp .accrodion .accrodion-title h4:before{
right: inherit;
left: 0px;
}
.rtl .call-to-action-one .call-to-action-content ul.list-box li{
padding-left: 0px;
padding-right: 25px;
}
.rtl .call-to-action-one .call-to-action-content ul.list-box li i{
left: inherit;
right: 0px;
}
.rtl .team-carousel{
direction: ltr;
}
.rtl .team-section .single-team-carousel .inner .team-content{
text-align: right;
padding-left: 67px;
padding-right: 470px;
}
.rtl .team-section .single-team-carousel .inner .img-box{
left: inherit;
right: 0px;
}
.rtl .team-section .single-team-carousel{
padding-left: 0px;
padding-right: 60px;
}
.rtl .service-style-one .service-content .btn-box .phone-btn i{
margin-right: 0px;
margin-left: 10px;
}
.rtl .video-box .content{
padding-left: 0px;
padding-right: 60px;
}
.rtl .design-guideline .guide-content ul.list-box li{
padding-left: 0px;
padding-right: 15px;
}
.rtl .design-guideline .guide-content ul.list-box li:before{
left: inherit;
right: 0px;
}
.rtl .recent-projects .single-recent-project .text-box .inner{
padding-left: 0px;
padding-right: 60px;
}
.rtl .recent-projects .single-recent-project .text-box a.more{
right: inherit;
left: 90px;
}
.rtl .brand-carousel{
direction: ltr;
}
.rtl .footer .footer-widget p{
margin-right: 0px;
margin-left: -100px;
}
.rtl .footer .footer-widget .footer-subscribe input{
padding-left: 0px;
padding-right: 45px;
}
.rtl .footer .footer-widget .footer-subscribe button[type=submit]{
right: inherit;
left: 5px;
}
.rtl .footer .footer-widget.explore{
padding-left: 0px;
padding-right: 40px;
}
.rtl .footer .footer-widget.links-widget ul.link-list a{
padding-left: 0px;
padding-right: 15px;
}
.rtl .footer .footer-widget.links-widget ul.link-list a:before{
left: inherit;
right: 0px;
}
.rtl .footer .footer-widget.services{
padding-left: 0px;
padding-right: 75px;
}
.rtl .team-section .owl-theme .owl-nav{
right: inherit;
left: 30px;
}
.rtl .service-style-one .service-content .btn-box a.thm-btn{
margin-right: 0px;
margin-left: 20px;
}
.rtl #text-3{
left: inherit;
right: 0px;
}
.rtl .footer-bottom .thm-container .copy-text{
float: right !important;
}
.rtl .footer-bottom .thm-container .social-box{
float: left !important;
}
.rtl .footer-bottom .thm-container .social-box a{
margin-left: 0px;
margin-right: 10px;
}
.rtl .banner-carousel-two{
direction: ltr;
}
.rtl .blog-style-one .single-blog-post .img-box .meta-info a i{
margin-right: 5px;
margin-left: 5px;
}
.rtl a.read-more{
right: inherit;
left: 30px;
}
.rtl .contact-section .contact-form-content{
text-align: right;
}
.rtl .contact-section .contact-form input, 
.rtl .contact-section .contact-form textarea{
padding-left: 0px;
padding-right: 50px;
text-align: right;
}
.rtl .what-we-do .single-what-we-do .text-box a.read-more{
right: inherit;
left: 30px;
}
.rtl .service-style-three .single-service-three .text-box a.read-more{
right: inherit;
left: 30px;
}
.rtl .service-details-design-option .single-service-details-design-option .text-box ul.list-box li{
padding-left: 0px;
padding-right: 15px;
}
.rtl .service-details-design-option .single-service-details-design-option .text-box ul.list-box li:before{
left: inherit;
right: 0px;
}
.rtl .service-details-cost-calculator .pricing-table .table > thead > tr > th{
text-align: center;
}
.rtl .service-details-cost-calculator .pricing-table .table > tbody > tr > td .inner{
text-align: center;
}
.rtl .design-sizes .design-sizes-name-box .single-design-sizes-name-box span.name{
float: right;
}
.rtl .design-sizes .design-sizes-name-box .single-design-sizes-name-box span.size{
float: left;
}
.rtl .ddcommon .ddArrow{
right: inherit;
left: 0px;
}
.rtl .cal .scc_fonttitle_1{
text-align: right;
}
.rtl .scc_font_1{
text-align: right;
}
.rtl .label-cbx .checkbox{
margin-right: 0px;
margin-left: 8px !important;
}
.rtl .blog-style-one .single-blog-post .img-box .meta-info{
padding-left: 0px;
padding-right: 40px;
}
.rtl .search-box .form-group input[type="text"], 
.rtl .search-box .form-group input[type="search"]{
padding-right: 30px;
padding-left: 75px;
}
.rtl .search-box .form-group input[type="submit"], 
.rtl .search-box .form-group button{
right: inherit;
left: 0px;
}
.rtl .widget ul{
padding-right: 0px;
}
.rtl .widget ul li a:before{
left: inherit;
right: 0px;
}
.rtl .blog-details-page .single-blog-post .img-box .meta-info{
padding-left: 0px;
padding-right: 50px;
}
.rtl blockquote:before{
right: inherit;
left: 40px;
}
.rtl blockquote{
border-left: none;
border-right: 2px solid #ee2d50;
}
.rtl .share-box .post-tags{
float: right !important;
}
.rtl .blog-details-page .share-box .right-social{
float: left !important;
}
.rtl .blog-details-page .share-box .social a{
margin-left: 0px;
margin-right: 10px;
}
.rtl .header-navigation ul.navigation-box > li > ul.submenu > li > a{
text-align: right;
}
.rtl .we-believe-carousel:before{
right: inherit;
left: -30px;
}
.rtl .faq-content{
padding-left: 0px;
padding-right: 100px;
}
.rtl .elementor-10 .elementor-element.elementor-element-17a99b5{
background-position: center left;
}
.rtl .blog-style-one .single-blog-post .img-box a.read-more{
right: inherit;
left: 30px;
}
.rtl .contact-form-content{
text-align: right;
}
.rtl .contact-form-content input, 
.rtl .contact-form-content textarea{
text-align: right;
padding-right: 30px;
}
.rtl .footer-subscribe form.subscribe-form input{
margin-right: 0px;
margin-left: 10px;
}
.rtl .header-navigation ul.navigation-box > li > ul.submenu > li > a{
padding-left: 0px;
padding-right: 25px;
}
.rtl .slider-home-one.style-two .content{
text-align: right;
}
.rtl .about-section .video{
padding-right: 30px;
}
.rtl .about-section .image-block .shape-one{
left: inherit;
right: -30px;
}
.rtl .about-section ul.list-box li{
padding-left: 0px;
padding-right: 25px;
}
.rtl .about-section ul.list-box li i{
left: inherit;
right: 0px;
}
.rtl .why-choose-us .inner-container{
padding-right: 50px;
}
.rtl .why-choose-us ul.list-box li{
padding-left: 0px;
padding-right: 25px;
}
.rtl .why-choose-us ul.list-box li i{
left: inherit;
right: 0px;
}
.rtl .footer-widget.links-widget ul.link-list a{
padding-left: 0px;
padding-right: 15px;
}
.rtl .footer-widget.links-widget ul.link-list a:before{
left: inherit;
right: 0px;
}
.rtl .slider-home-one.style-three .content{
text-align: right;
}
.rtl .testi-carousel-two{
direction: ltr;
}
.rtl .testimonial-block .inner-box .text{
text-align: right;
}
.rtl .testimonial-block .author-info{
max-width: 200px;
text-align: right;
}
.rtl .swiper-wrapper{
direction: ltr;
}
.rtl .banner-section .swiper-wrapper .content-box{
text-align: right;
}
.rtl .about-section .icon-box .icon{
margin-right: 0px;
margin-left: 20px;
}
.rtl .why-choose-us.style-three .side-image{
right: inherit;
left: 0px;
}
.rtl .cost-calculator h5{
text-align: right;
}
.rtl .bootstrap-select.btn-group .dropdown-menu li a{
text-align: right;
}
.rtl .services-section-two ul.list-box li{
padding-left: 0px;
padding-right: 25px;
}
.rtl .services-section-two li i{
left: inherit;
right: 0px;
}
.rtl .breadcumb-wrapper ul.breadcumb li a:before{
float: left;
}
.rtl .single-service-details-design-option .text-box ul.list-box li{
padding-left: 0px;
padding-right: 15px;
}
.rtl .single-service-details-design-option .text-box ul.list-box li:before{
left: inherit;
right: 0px;
}
.rtl .information_details{
text-align: right;
padding-right: 30px;
}
.rtl .information_column h2{
text-align: right;
}
.rtl #appoinment_content ul.special-checkbox{
text-align: right;
}
.rtl #appoinment_content input{
text-align: right;
}
.rtl .appoinment_form{
text-align: right;
}
.rtl .theme_carousel.owl-theme.owl-carousel.owl-loaded{
direction: ltr;
}
.rtl .bind{
margin-left: 0px;
margin-right: 110px;
}
.rtl .elementor-10 .elementor-element.elementor-element-17a99b5:not(.elementor-motion-effects-element-type-background){
background-position: center left;
}
.rtl .owl-carousel{
direction: ltr;
}.sec-pad {
padding: 110px 0;
}@media (max-width: 1366px) {
.header-navigation ul.navigation-box > li::before {margin-left: 20px;margin-right: 20px;}
}
@media(max-width: 1024px) {
.header-navigation {margin-bottom: 0;}
.navbar-header {
width: 100%;
float: none;
margin: 0 !important;
}
.navbar-nav {
margin: 0;
}
.navbar-default .navbar-toggle {
display: block;
margin-right: 0;
border-color: #212121;
background-color: transparent !important;
margin: 40px 0;
}
.navbar-default .navbar-toggle:hover {border-color: #FF4328;}
.navbar-default .navbar-toggle .icon-bar {background: #212121;}
.navbar-default .navbar-toggle:hover .icon-bar {background: #FF4328;}
.navbar-collapse.collapse {
display: none!important;
height: 0!important;
padding-bottom: 0;
overflow: auto!important;
width: 100%;
}
.navbar-default .navbar-collapse {
background: transparent;
padding: 0px 0px !important;
padding-bottom: 0px !important;
border: 1px solid #838ca3;
margin: 0;
background: #F5F6FA;
}
.navbar-collapse.collapse.show {
display: block !important;
height: auto !important;
max-height: 70vh;
}
.navbar-collapse.show {
overflow-y: auto;
}
.header-navigation.navbar .nav {
width: 100%;
text-align: left;
}
.header-navigation.navbar .nav > li {
display: block;
padding: 0 !important;
width: 100%;
float: none;
}
.header-navigation.navbar .nav > li + li {margin-left: 0;}
.header-navigation.navbar .nav > li > a {
padding: 8px 0;
}
.header-navigation.navbar .right-box.nav {
width: 100%;
margin: 0;
}
.header-navigation.navbar .right-box.nav > li > a {
border: none !important;
padding: 8px 0;
color: #fff;
}
.header-navigation.navbar .nav > li > a:after {
display: none;
}
.header-navigation.navbar .nav.navigation-box + .nav {
border-top: 1px dashed #282828;
}
.header-navigation.navbar .navbar-nav > li > .sub-menu,
.header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
position: relative !important;
width: 100% !important;
opacity: 1 !important;
visibility: visible !important;
left: auto;
right: auto;
top: auto;
transition: none;
display: none;
float: none;
margin: 0;
}
.header-navigation.navbar .navbar-nav > li > .sub-menu > li > a::after {
display: none;
}
.header-navigation.navbar .nav > li + li {
padding: 0 !important;
border-top: 1px solid rgba(255,255,255,.1);
display: block;
float: none;
}
.header-navigation.navbar .nav > li.show-mobile {display: none;}
.header-navigation.navbar .nav > li > a,
.header-navigation.navbar .right-box.nav > li > a {
padding: 0;
display: block;
padding: 16px 0 16px 20px !important;
transition: background 0.4s ease 0s;
text-transform: capitalize;
}
.header .stricky-fixed.header-navigation.navbar .nav > li {
padding: 0 !important;
}
.header-navigation.navbar .navbar-nav .sub-nav-toggler {
background-color: transparent;
background-image: none;
border: 1px solid #212121;
border-radius: 4px;
padding: 9px 9px; 
position: absolute;top:0;right:0;margin-top: 11px;
margin-right: 10px;
display: block;
}
.header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
background-color: #212121;
border-radius: 1px;
display: block;
height: 1px;
width: 20px;
}
.header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar + .icon-bar {
margin-top: 4px;        
}    
.header .header-navigation.navbar .nav > li + li {margin-left: 0;}
.header .header-navigation .navbar-form {width: 100%;max-width: 100%;}
.header-navigation .thm-container {padding-right: 15px;padding-left: 15px;}
.navbar-header {padding-right: 0px;}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler {border-color: #F5F6FA}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler .icon-bar {background-color: #F5F6FA}
.header-navigation .thm-container .navbar-brand {padding: 25px 0;}
.header-navigation ul.navigation-box > li:hover > a,
.header-navigation ul.navigation-box > li.current > a {background: #fff;color: #222;}
.header-navigation .thm-container {padding-right: 15px;}
.header-navigation .thm-container .navbar-header {padding-right: 300px;}
.header-navigation .thm-container .right-side-box {top:30px;-webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);right: 15px;} 
.header-navigation .thm-container .navbar-header {position: static;-webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);}
.header-navigation ul.navigation-box > li::before {display: none;} 
}
@media (max-width: 1024px) {
img {max-width: 100%;}
.welcome-section .welcome-content {padding-left: 0;}
.welcome-section .welcome-content .title h3 {font-size: 55px;}
.welcome-section .welcome-content p br,
.footer .footer-widget.contact-widget p br,
.sec-title p br,
.sidebar .single-sidebar.img-sidebar p br,
.we-believe-carousel .single-we-believe .text-box p br {display: none;}
.we-believe-carousel {padding-right: 20px;}
.we-believe-carousel .owl-dots {padding-right: 20px;}
.faq-content {padding-left: 50px;}
.what-we-do .single-what-we-do {
max-width: 570px;margin-left: auto;margin-right: auto;
margin-bottom: 50px;
}
.team-section .single-team-carousel {padding-left: 0;}
.team-section .single-team-carousel .inner {margin-top: 0;}
.team-section .single-team-carousel .inner .img-box {top:50px;}
.team-section .single-team-carousel .inner .team-content {padding-left: 510px;padding-right: 40px;}
.service-style-one img.background-right,
.service-style-two img.background-right {display: none;}
.service-style-one .service-content .btn-box .phone-btn {margin-top: 20px;}
.banner-style-two img.pull-left,
.cta-style-two img.pull-left {max-width: none;}
.footer .footer-widget.services,
.footer .footer-widget.explore {padding-left: 0;}
.service-style-two .service-content h2 {font-size: 52px;}
.about-section .single-about .text-box h3 {font-size: 28px;}
.sec-title.text-center p {max-width: 70%;margin-left: auto;margin-right: auto;}
.recent-projects .single-recent-project .text-box .inner {padding-left: 30px;}
.footer-bottom .thm-container {padding-left: 15px;padding-right: 15px;}
}
@media (max-width: 768px) {
.gallery-section.style-two {
padding-top: 0;
}
.faq-section {overflow: hidden;}
.welcome-section .welcome-content {margin-top: 60px;}
.we-believe-carousel {padding-right: 0;}
.we-believe-carousel .owl-dots {padding-right: 0;}
.team-section .single-team-carousel .inner .img-box {position: static;}
.team-section .single-team-carousel .inner .team-content {padding-left: 30px;}
.service-style-one .service-content .btn-box {margin-bottom: 60px;}
.video-box {max-width: 570px;margin-left: auto;margin-right: auto;margin-bottom: 30px;}
.guide-line-img-box {max-width: 570px;margin-left: auto;margin-right: auto;}
.banner-style-two img.pull-left, .cta-style-two img.pull-left {max-width: 100%;margin-top: 60px;margin-bottom: 120px;}
.faq-content {padding-bottom: 120px;padding-left: 0;}
.call-to-action-one .inner-wrapper {background-image: none;}
.recent-projects {padding-bottom: 70px;}
.recent-projects .single-recent-project {margin-bottom: 50px;}
.footer-subscribe form.subscribe-form input {min-width: 340px;}
.footer {padding-bottom: 20px;}
.footer .footer-widget {margin-bottom: 50px;}
.banner-style-two img.pull-left {display: none;}
.pricing-section {padding-bottom: 70px;}
.single-pricing {margin-bottom: 50px;}
.blog-style-one {padding-bottom: 70px;}
.blog-style-one .single-blog-post {max-width: 570px;margin-left: auto;margin-right: auto;margin-bottom: 50px;}
.about-section {padding-bottom: 70px;}
.about-section .single-about {margin-bottom: 50px;}
.testi-carousel-wrapper .overlay {top: 0px;}
.testi-carousel-wrapper .thm-container .single-testimonials .img-box {top:60px;}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box {padding-top: 40px; padding-bottom: 70px;}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {bottom: 13%;}
.price-feature-box {margin-top: 60px;}
.service-details-design-option {padding-bottom: 70px;}
.service-details-design-option .single-service-details-design-option {margin-bottom: 50px;}
.service-details-cost-calculator .pricing-table {margin-top: 50px;}
.design-sizes {margin-bottom: 50px;}
.service-style-three.service-details-page {padding-bottom: 70px;}
.service-style-three.service-details-page .single-service-three {margin-bottom: 50px;}
.project-details-page .img-box-wrapper {margin-top: 50px;}
.project-details-page .img-box-wrapper img {width: 100%;}
.sidebar {margin-top: 50px;}
.contact-section .contact-info {
border: 2px solid #EBEDF4 !important;
margin-left: 0;
}
.slider-home-one .content h2 {font-size: 90px;line-height: 100px;}
}
@media (max-width: 736px) {
.what-we-do {padding-bottom: 70px;}
.what-we-do .single-what-we-do-one {margin-bottom: 50px;}
.service-style-one .service-right-content .divider {display: none;}
.recent-projects .single-recent-project {max-width: 370px;margin-left: auto;margin-right: auto;}
.service-style-two .col-sm-4 {width: 33.33333%;float: left;}
.about-section .single-about {max-width: 370px;margin-left: auto;margin-right: auto;}
.price-feature-box .row [class*="col-sm"],
.service-style-three .row [class*="col-sm"],
.pricing-section .row [class*="col-sm"],
.recent-projects .row [class*="col-sm"],
.about-section .row [class*="col-sm"],
.project-details-page .img-box-wrapper .row [class*="col-sm"],
.recent-projects.project-page .row [class*="col-sm"],
.service-details-design-option .row [class*="col-sm"] {width: 50%;float: left;}
.design-guideline .guide-content {text-align: center;}
.design-guideline .guide-content ul.list-box {display: inline-block;}
.testi-carousel-wrapper {margin-bottom: 0;}
.service-style-one .service-content .btn-box .phone-btn {margin-top: 0;}
}
@media (max-width: 667px) {
.slider-home-one .content h2 {font-size: 80px;line-height: 90px;}
.testi-carousel-wrapper .thm-container .single-testimonials .img-box {position: static;}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box {padding-left: 0;}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {width: 100%;bottom: 7%;}
}
@media (max-width: 568px) {
.price-feature-box .row [class*="col-sm"],
.service-style-three .row [class*="col-sm"],
.pricing-section .row [class*="col-sm"],
.recent-projects .row [class*="col-sm"],
.about-section .row [class*="col-sm"],
.project-details-page .img-box-wrapper .row [class*="col-sm"],
.recent-projects.project-page .row [class*="col-sm"],
.service-details-design-option .row [class*="col-sm"] {width: 100%;float: none;}
.footer-bottom .pull-left,
.footer-bottom .pull-right {width: 100%;text-align: center;}
.price-feature-box {padding-bottom: 0px;}
.price-feature-box .price-feature {margin-bottom: 60px;}
.service-tab-box .tab-title li {width: 33.333333%;}
.sec-title.text-center p {max-width: 85%;}
.contact-section .contact-form-content {padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;}
.service-style-two .service-content {padding-right: 0;}
.service-style-two .service-content h2 br {display: none;}
.we-believe-carousel .single-we-believe .text-box h3 br {display: none;}
}
@media (max-width: 480px) {
.header-navigation .thm-container .navbar-header {padding-right: 15px;}
.header-navigation .thm-container .right-side-box {display: none;}
.header-navigation .thm-container .navbar-brand,
.header-navigation.stricky-fixed .thm-container .navbar-brand {padding: 15px 0;}
.navbar-default .navbar-toggle {margin: 30px 0;}
.service-style-one .service-content .btn-box .phone-btn {margin-top: 20px;}
.banner-style-two .single-banner-carousel h2 {font-size: 90px;line-height: 90px;}
.what-we-do .single-what-we-do-two .img-box,
.what-we-do .single-what-we-do-two .text-box {float: none;width: 100%;}
.what-we-do .single-what-we-do-two .img-box {margin-bottom: 30px;}
.breadcumb-wrapper ul.breadcumb {padding-left: 40px;padding-right: 50px;}
.faq-content .accrodion-grp .accrodion .accrodion-title h4 {line-height: 1.8em;}
.slider-home-one .content h2 {font-size: 60px; line-height: 70px; }
.slider-home-one .content h3 {font-size: 26px;line-height: 45px;}
}
@media (max-width: 414px) {
.blog-style-one .single-blog-post .img-box .meta-info {padding-left: 15px;padding-right: 15px;}
}
@media (max-width: 375px) {
.we-believe-carousel::before {right: -15px;}
.video-box .content a.video-btn {right: -25px;}
.footer-bottom .thm-container .copy-text p {line-height: 30px;margin-bottom: 15px;}
.service-style-two .unique-feature .content i {margin-top: 10px;margin-bottom: 8px;}
.service-tab-box .tab-title li {width: 50%;}
.footer-subscribe form.subscribe-form {padding-left: 20px;padding-right: 20px;}
.footer-subscribe form.subscribe-form input {min-width: 100%;margin-right: 0;margin-bottom: 25px;}
.service-style-one .service-content .btn-box a.thm-btn {margin-right: 0;}
}
@media (max-width: 320px) {
.thm-btn {padding-left: 65px;padding-right: 65px;}
.slider-home-one .content h3 {line-height: 40px;}
.slider-home-one .content h2 {font-size: 50px;line-height: 60px;}
.video-box .content {position: static;width: 100%;padding-bottom: 0;padding-left: 20px;padding-top: 30px;}
.video-box .content a.video-btn {position: static;display: block;margin-top: 50px;}
.faq-content .title h2 {font-size: 50px;}
.banner-style-two .single-banner-carousel h2 {font-size: 50px;line-height: 60px;}
.service-style-two .unique-feature > img {visibility: hidden;}
.contact-section .contact-form input, .contact-section .contact-form textarea {padding-left: 30px;}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {bottom: 35px;}
.contact-section .title h2 {font-size: 46px; line-height: 46px; }
}
@media only screen and (max-width: 1400px) {
.why-choose-us-two .right-column,
.why-choose-us-two .left-column,
.why-choose-us .right-column,
.why-choose-us .left-column {
width: 100%;
}
.why-choose-us .inner-container {
max-width: 100%;
}
}
@media only screen and (max-width: 1200px) {
.slider-home-one.style-two .image {
display: none;
}
.header-navigation .thm-container .right-side-box {
display: none;
}
.slider-home-one.style-three .image {
display: none;
}
.banner-style-two .image-block {
display: none;
}
#minimal-bootstrap-carousel .shape-five {
display: none;
}
}
@media only screen and (max-width: 1024px) {
.header.style-three .navbar-default .navbar-toggle,
.header.style-two .navbar-default .navbar-toggle {
border-color: #fff;
}
.header.style-three .navbar-default .navbar-toggle .icon-bar,
.header.style-two .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.header.style-three .header-navigation ul.navigation-box > li > a,
.header.style-two .header-navigation ul.navigation-box > li > a {
color: #212121;
}
.header-navigation .thm-container .navbar-header {
padding-right: 0;
}
.slider-home-one.style-two .content {
margin-top: 50px;
}
.header-navigation.stricky-fixed .thm-container .navbar-brand {
padding: 10px 0;
}    
.header-navigation .thm-container .navbar-brand {
padding: 10px 0;
}
.navbar-default .navbar-toggle {
margin: 25px 0;
}
}
@media only screen and (max-width: 991px) {
.features-block:nth-child(2) {
transform: translateY(0);
}
.features-block:nth-child(1) {
transform: translateY(0);
}
.features-block .inner-box {
margin-bottom: 90px;
}
.features-section {
padding: 120px 0 0;
}
.testimonials-section .image-block .image {
margin-right: 0;
margin-top: 0;
}    
.cta-section .image {
margin: 0;
}
section.blog-style-one .single-blog-post {
margin-bottom: 50px;
}
.footer .footer-widget .footer-subscribe {
margin-bottom: 30px;
}
.cta-section-three .image {
margin-left: 0;
margin-bottom: 30px;
}    
.why-choose-us .image-carousel {
margin-right: 0;
}    
.why-choose-us.style-three .right-column {
padding-top: 0;
}
.testimonials-section .cost-calculator {
margin: 30px;
}
.header-top .thm-container {
padding: 0 15px;
}
.services-section-two .image {
position: relative;
margin-top: 40px;
margin-right: 0;
}
.why-choose-us-two .inner-container {
margin-left: 0;
}
.about-section.style-two .video {
position: relative;
}
.cta-section-three.style-two .image {
text-align: left;
margin-top: 30px;
margin-bottom: -280px;
}
.product-block:nth-child(2) .inner-box {
margin-top: 0;
}
.services-section-two .shape-four,
.services-section-two .shape-five,
.services-section-two .shape-six {
display: none;
}
.kuk.welcome-section.sec-pad .img-box .welcome-img-box-two {
position: relative;
bottom: 0;
right: 0;
}
}
@media only screen and (max-width: 1199px) {
.banner-section-three .image-one {
display: none;
}    
.banner-section-three .image-two {
display: none;
}
.banner-section-three .shape-one {
display: none;
}
.banner-section-three .shape-two {
display: none;
}    
.banner-section-three .image-three {
display: none;
}    
.banner-section-three .image-four {
display: none;
}
}
@media only screen and (max-width: 475px) {
.banner-section-three h2,
.slider-home-one.style-three .content h2,
.slider-home-one.style-two .content h2 {
font-size: 40px;
line-height: 55px;
}
.sec-title h3 {
font-size: 40px;
line-height: 55px;
}
.header-top .right {
display: none;
}
.why-choose-us-two .shape-one {
display: none;
}
#minimal-bootstrap-carousel .shape-three {
display: none;
}    
#minimal-bootstrap-carousel .shape-four {
display: none;
}    
#minimal-bootstrap-carousel .shape-two {
display: none;
}
.why-choose-us.style-two .video {
height: 370px;
}
.contact-section .contact-form input, .contact-section .contact-form textarea {
padding-left: 20px;
}
}
@media only screen and (max-width:1600px) {
.header-navigation ul.navigation-box > li:before {
display: none;
}	
.header-navigation ul.navigation-box > li {
margin-right: 20px;
}
}
@media only screen and (max-width:1200px) {
.header-navigation ul.navigation-box {
margin-left: 70px;
}
}
@media only screen and (max-width:1024px) {
.header-navigation ul.navigation-box {
margin-left: 0;
}
.header-navigation ul.navigation-box > li > ul.submenu {
position: relative;
top: 0;
left: 0;
width: 100%;
display: none;
opacity: 1;
visibility: visible;
transition: none;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
float: none;
}
.header-navigation ul.navigation-box > li > ul.submenu > li > a {
padding-left: 0;
}
.header-navigation.navbar .nav > li > a, .header-navigation.navbar .right-box.nav > li > a {
background: #fff;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu {
position: relative;
display: none;
top: 0;
left: 0 !important;
width: 100%;
opacity: 1 !important;
visibility: visible !important;
transition: 0;
float: none;
padding-top: 0;
padding-bottom: 0;
}
.header-navigation ul.navigation-box > li > .submenu li:hover > a {
background: transparent;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu > li > a {
padding-left: 0;
}
}
@media only screen and (max-width:1360px) {
.header-navigation .thm-container .right-side-box .social {
display: none;
}
}
.side_right{
order:2!important;
}.error-section{
position:relative;
padding:190px 0px 200px;
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.error-section:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-color: rgba(26, 26, 28, 0);
}
.error-section .thm-btn1 {
color: #f28b1d;
}
.error-section .content{
position:relative;
}
.error-section h1 {
position: relative;
display: block;
font-size: 200px;
line-height: 150px;
color: #161616;
font-weight: 700;
margin-bottom: 15px;
text-align: center;
}
.error-section h2 {
position: relative;
display: block;
font-size: 44px;
line-height: 52px;
color: #444;
font-weight: 600;
margin-bottom: 21px;
text-align: center;
}
.error-section .text {
position: relative;
color: #000000;
font-size: 18px;
font-weight: 500;
margin-top: 10px;
margin-bottom: 35px;
text-align: center;
} h4.er_the_title{
color: #fff;
font-size: 30px;
margin-bottom: 10px;
}
.error_text2{
margin-bottom: 20px;
color: #fff;
}
.sr_title{
font-size: 25px;
margin-bottom: 20px;
color: #000;
font-weight: 600;
}
.search_text p{
font-size: 17px;
color: #161616;
font-weight: 500;
text-align: center;
}
.search_text{
font-size: 17px;
color:#414141;
font-weight: 500;
margin-bottom: 30px;
}
.search_page_btn a{
margin-top: 20px;
margin-bottom: 20px;
}
.404_text{
margin-bottom:25px;
}
.error-section .search-form button {
position: relative;
top: -60px;
left: -27px;
font-size: 14px;
font-weight: 700;
color: #4527a4;
background: transparent;
cursor: pointer;
transition: all 500ms ease;
line-height: 61px;
float: right;
}
.search_title{
font-size: 50px;
color: #585858;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
}
.search_area_df{
padding:120px 0px 200px;
} .search_area_df {
background-repeat: no-repeat;
}
.error_btn{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
line-height: 30px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
color: #fff !important;
padding: 14px 32px;
text-align: center;
cursor: pointer;
border-radius: 8px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
transition: all 500ms ease;
background: linear-gradient(90deg, var(--c1, #ff5700), var(--c2, #ffd000 ) 50%, var(--c1, #ff5700)) var(--x, 0)/ 200%;
}
.errobtn_area{
text-align: center;
}
.error_btn:hover{
background:#222;
color:#fff;
transition: all 500ms ease;
}.widget ul{
position:relative;	
}
.widget ul li{
position: relative;   padding-bottom: 10px;
margin-bottom: 10px;
display: block;
border-bottom: 1px solid #eaeaea;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
text-transform: capitalize;
color: #242f6c;
font-weight: 700;
font-size: 13px!important;
}
.widget ul li a {
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
font-size: 15px;
font-weight: 500;
color: #7e8597;
padding-left: 15px;
transition: .5s ease;
text-transform: capitalize;
color: #2c2c2c;
font-weight: 500;
font-size: 16px!important;
}
.widget ul li.recentcomments a {
padding-left: 0px!important;
}
.widget ul li a:hover{
color: #313131;	
} .widget select{
width:100%;
display:block;
border:1px solid #ededed;
padding:6px 6px;
margin-top:15px;
height:50px;
}
.textwidget img {
height: auto;
max-width: 100%;
}
.widget ul li ul{
padding:0px;
margin:0px;
}
.widget ul li ul li{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
margin-top:10px;
padding-top:10px;
border-top:1px solid #eaeaea;
margin-left:5px;
}
.widget ul li ul li:after{
top:10px;
}
.tagcloud a {
position: relative;
display: inline-block;
line-height: 24px;
padding: 6px 18px 6px;
margin: 0px 6px 10px 0px;
color: #222;
text-align: center;
font-size: 14px !important;
background: none;
font-weight: 600;
border: 1px solid #e4e4e4;
text-transform: capitalize;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
font-family: 'Open Sans', sans-serif;
}
.tagcloud a:hover {
border-color:#0081ff;
background-color:#0081ff;
color: #ffffff;
}
.mrsidebar{
margin-bottom: 36px;
}
.mrsidebar .sidebar-title h3:before {
background: -webkit-linear-gradient(0deg, #00b8ff, #0081ff 100%);
}
.widget ul li ul.children li a:before {
top: 22px;
}
.widget ul li ul.sub-menu li a:before {
top: 22px;
}  .mr_singlecomment{
padding-left:0px!important;
}
.comment_author {
position: absolute;
width: 90px;
margin-top: 25px;
}
.comment_author img{
border-radius:50%;
}
.mr_comments_area ul ul {
margin-left: 0px!important;
}
.mr_comments_area .comment-box .comment.pingback{
padding-left:0px;
}
.mr_comments_area .comment-box .comment.pingback .comment_author {
display:none;
}
.no-comments{
display:inline-block;
background:#2c2c2c;
padding:8px 15px;
color:#ffffff;
margin-top:20px;
}
#recentcomments li:after {
display:none!important;
}
.mr_comments_area .comment ul.children.comment{
padding-left:0px!important;
}
.comment .comment-inner>h4 {
margin: 0px;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.mr_comments_area{
position:relative;
margin-top:30px;
margin-bottom:50px;
}
.mr_comments_area .comment-box{
position:relative;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.mr_comments_area .comment-box:last-child .comment{
padding-bottom: 0px;
border-bottom: 0px;	
}
.mr_comments_area .comment-box:hover{
border-color:#eb5310;	
}
.mr_comments_area .comment-box.reply-comment{
margin-left:50px;
}
.comment-box>li.comment{
position:relative;
font-size:14px;
padding: 0px 0px 0px 110px;
list-style: none;
}
.comment-box>li.comment ul.children{
margin-left: -100px;;
}
.comment-box>li.comment ul.children li.comment {
padding: 0px 0px 0px 110px;
}
.mr_comments_area .comment-inner{
position:relative;
padding: 0px 0px 0px 110px;
}
.mr_comments_area .comment .comment-inner .text{
position:relative;
color:#7e7e7e;
font-size:18px;
line-height:1.5em;
margin-bottom: 15px;
}
.mr_comments_area .comment-box .commenter-photo{
position:absolute;
left:0px;
top:0px;
overflow:hidden;
margin-bottom:20px;
}
.mr_comments_area .comment-box .commenter-photo img{
width:80px;
display:block;
}
.mr_comments_area .comment-info{
position:relative;
color:#1e1e29;
line-height:24px;
font-size:18px;
font-weight: 600;
}
.mr_comments_area .comment-info a{
position:relative;
color:#1e1e29;
}
.comment-box .time {
font-size: 14px;
color: #494949;
font-weight: 600;
margin: 5px 0px;
}
.comment-info .name h4{
font-size:18px;
}
.mr_comments_area .comment-box .reply-comment{
position: absolute;
color: #222;
font-size:16px;
font-weight: 600;
right: 0;
top: 30px;
transition: .5s ease;
}
.mr_comments_area .comment-box .reply-comment:hover {
color: #f13729;
}
.mr_comments_area .comment-box .reply-comment .icon{
position: relative;
margin-right: 5px;
}
.mr_comments_area .replay-btn {
position: absolute;
top: 20px;
right: 20px;
}
.replay-btn a:after {
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.mr_comments_area .replay-btn a {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #ff4328;
font-family: 'Poppins', sans-serif;
padding: 3px 23px;
text-align: center;
border-radius: 6px;
z-index: 1;
overflow: hidden; }
.mr_comments_area .replay-btn a:hover { color: #333;
} .comment-form{
position:relative;
margin-bottom: 30px;
}
.comment-form .form-group{
position:relative;
margin-bottom:10px;
}
.comment-form .form-group:last-child{
margin-bottom:0px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:28px;
padding:15px 20px;
height:55px;
color:#7c7b7b;
font-size: 16px;
font-weight:400;
background:#ffffff;
border:1px solid #eef2ed;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
border-color: #f13729;
}
.comment-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:26px;
padding:10px 20px;
color:#7c7b7b;
font-size: 16px;
font-weight:400;
background:#ffffff;
resize:none;
height: 125px;
border:1px solid #eef2ed;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.comment-form button{
position:relative;
display: block;
margin-top:10px;
}
.comment-box .comment{
border-bottom: 1px solid #ececec!important;
padding-bottom: 20px!important;
margin-bottom: 30px; 
}
#commentform input#author,#commentform input#email,
#commentform textarea {
border: none;
outline: none;
width: 100%;
height: 68px;
border-radius: 35px;
background: #F4F5F9;
color: #747474;
font-size: 16px;
padding-left: 50px;
margin-bottom: 20px;
display: block;
}
#commentform textarea{
height: 182px;
padding-top: 20px;
}
#commentform .submit.theme-btn.style-four{
border: none;
outline: none;
display: inline-block;
vertical-align: middle;
background: #FF4328;
border-radius: 35px;
color: #fff;
font-family: 'Rubik';
font-weight: 500;
font-size: 16px;
padding: 18px 69px;
-webkit-transition: all .4s;
transition: all .4s;
background: #FEC931;
color: #212121;
}
#commentform .submit.theme-btn.style-four:hover {
background: #FF4328;
color: #fff;
}
.mrsidebar #recentcomments li.recentcomments a:before{
display:none!important;
}.kc_row .kc_col-sm-12{
padding-left:0px !important;
padding-right:0px !important; 
}
.admin-bar .fixed-header .sticky-header{
top:32px;
}
.admin-bar .fixed-header .sticky-header {
top: 32px!important;
}
@media (max-width: 1140px) {
.admin-bar .header-style-one{
top: 0px!important;
}
}
@media (max-width: 660px) {
.admin-bar .stricky-fixed{
top: 0px!important;
}
}
.kc_column>.kc-col-container{
display:block;
}
.kc-row-container.kc-container{
max-width:1200px;
width:100%;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: right; 
color: #333; 
font-size: 14px; 
margin-top: 10px;
margin-bottom: 15px;
}
#wp-calendar thead { 
font-size: 14px;
}
#wp-calendar thead th {
padding: 10px;
background: #ff4328;
color: #fff;
border: 1px solid #b6b6b6;
text-align: center;
}
#wp-calendar tbody { 
color: #aaa; 
}
#wp-calendar tbody td {
background: #202020;
border: 1px solid #2d2845;
text-align: center;
padding:8px;
}
#wp-calendar tbody td a{ 
color:#fff!important;
}
#wp-calendar tbody td:hover{
background: #a6a6a6!important;
color: #fff!important;
}
#wp-calendar tbody .pad { 
background: none; 
}
#wp-calendar tfoot #next { 
font-size: 14px; 
text-transform: uppercase; 
text-align: right;
}
#wp-calendar tfoot #prev { 
font-size: 14px; 
text-transform: uppercase; 
padding-top: 10px; 
}
.sticky .inner-box .wp-style {border: 3px solid #fff; padding:20px !important; }
.sticky .post .post-content{ background-color:transparent; }
.wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.gallery-caption {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;	
}
.bypostauthor{
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
}
.alignright{ 
text-align:right;
}
.alignleft{ 
text-align:left;
}
.aligncenter{ 
text-align:center;
}	
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .wp-style .tag-sticky-2 .inner-box .lower-content,
.wp-style .sticky .inner-box .lower-content{
background:#fafafa;
border:5px solid #e1e1e1;
}
.wp-style h1,.wp-style h2,.wp-style h3,.wp-style h4,.wp-style h5,.wp-style h6{
margin-bottom: 18px;
font-weight: 600;
color: #242424;
line-height: 1.4em;
margin-top:15px;
}
.wp-style h1{
font-size:40px;
}
.wp-style h2{
font-size:36px;
}
.wp-style h3{
font-size:32px;
}
.wp-style h4,.wp-style .text h4{
font-size:28px;
}
.wp-style h5{
font-size:22px;
}
.wp-style h6{
font-size:18px;
}
.wp-style table{
margin-bottom:20px;
}
.wp-style table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.wp-style table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style .text > ul,.wp-style .text > ol,.wp-style > ol,.wp-style > ul{
padding-left:18px;
}
.wp-style .text > ul>li,
.wp-style > ul>li{
list-style-type:disc;
display:list-item;
}
.wp-style .text > ul li ul li,
.wp-style > ul li ul li{
list-style-type:circle;
}
.wp-style .text > ul li ul li ul li,
.wp-style > ul li ul li ul li{
list-style-type:square;
}
.wp-style ol li{
list-style-type:decimal;
display:list-item;
}
.wp-style ol li ol li{
list-style-type:lower-alpha;
}
.wp-style ol li ol li ol li{
list-style-type:upper-roman;
}
.wp-style p img,.wp-style figure img,.wp-style img{
max-width:100%!important;
display:block!important;
height:auto!important;
}
figure{
max-width:100%;
display:block;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: .9em;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
margin-top: 10px;
} .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: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline!important;
float: left!important;
margin-right: 1.5em;
}
.alignright {
display: inline!important;
float: right!important;
margin-left: 1.5em;
}
.aligncenter {
clear: both!important;
display: block!important;
margin-left: auto!important;
margin-right: auto!important;
} .gallery figure{
display:inline-block;
}
.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
margin-left:-15px;
margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
padding-left:15px;
padding-right:15px;
}
.gallery-columns-1 .gallery-item{
width:100%;
}
.gallery-columns-2 .gallery-item{
width:50%;
}
.gallery-columns-3 .gallery-item{
width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
width: 25%;
}
.gallery-columns-5 .gallery-item{
width: 20%;
}
.gallery-columns-6 .gallery-item{
width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
width: 12.5%;
}
.gallery-columns-9 .gallery-item{
width: 11.11111111%;
} .widget_rss.widget ul li,
.widget_rss.footer-widget ul li{
margin-bottom:15px;
padding-bottom:15px;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
font-weight:600;
}
.widget_rss.widget ul li .rss-date,
.widget_rss.footer-widget ul li .rss-date{
display:block;
font-size:.9em;
color: #ff4328;
}
.widget_rss.footer-widget ul li .rss-date{
color:#fafafa;
}
.widget_rss.widget ul li:before{
display:none;
}
.widget_rss.widget ul li .rssSummary {  position: relative;
font-size: 14px;
line-height: 26px;
color: #626262;
margin-bottom: 10px;
font-style: normal;
transition: all 500ms ease;
font-weight: 500;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
color: #ff4328;
display:block;
font-size:14px;
}
.widget_rss.footer-widget ul li cite{
color:#fafafa;
}
.widget_rss.footer-widget ul li{
border-bottom:1px dashed #fafafa;
}
.widget_rss.footer-widget ul li .rss-date{
margin-top:10px;
}
.blog-link .left-btn a{
margin:0 10px 0 0;
} .post-password-form input[type="password"]{
border:1px solid #b2b2b2;
padding:5px 10px;
display:inline-block;
}
.post-password-form input[type="submit"]{
background:#2c2c2c;
color:#fff;
padding:6px 15px; 
display:inline-block;
border:none;    
margin-left: -4px;
}
.wp-style .posts-nav{
margin-top:50px;
}
.wp-style .posts-nav a{
font-size:15px;
color:#333333;
text-decoration:none;
}
.wp-style .posts-nav a span{
display:inline-block;
padding:15px;
color:#ffffff;
font-size:14px;
background:#333333;
}
.wp-style .posts-nav a:hover{
color:#e38b00;
}
.wp-style .posts-nav a:hover span{
background:#e38b00;
}
.wp-style .posts-nav .pull-left{
float:left;
}
.wp-style .posts-nav .pull-right{
float:right;
}
.widget_recent_entries li:after {
display:none!important;
}
.widget_rss li:after {
display:none!important;
}
footer select {
width: 100%;
display: block;
border: 1px solid #ededed;
padding: 6px 6px;
margin-top: 15px;
height: 50px;
}
.post-tags span.commax{
color:#7e8597;
}
#respond h2 {
margin-bottom: 0px;
font-size: 30px;
line-height: 37px;
font-weight: 600;
margin-top: 50px;
margin-bottom: 25px;
}
#respond h2 a{
font-size: 15px;
color: red;
font-weight: 600;
}
.wp-caption.alignnone p{
color:#000!important;
}
.widget_rss li a {  
padding-left: 0px!important;
}
.widget_rss a:before {
display:none;
}
.rpcmt{
margin-bottom: 30px;
}
.logged-in-as{
margin-left: 17px;
padding-left: 0px; padding-bottom: 8px; font-weight: bold;
}
.logged-in-as a{
color:#222;
}
.logged-in-as a:last-child {
color: #ff1f1f!important;
}
.logged-in-as a:last-child:hover {
color: #222!important;
}
.wp-caption-text {
margin-top: 10px;
font-size: .9em;
line-height: 1.2em;
}
.reply-btn a {
position: absolute;
right: 20px;
top: 0px;
color: #ffffff;
font-size: 15px;
font-weight: 600;
text-align: center;
display: inline-block;
padding: 3px 21px;
border-radius: 5px;
text-transform: capitalize;
background-color: #000;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.reply-btn a:hover {
background-color: #797979;
color: #fff;
}
footer{
clear: both!important;
overflow: hidden!important;
}
.main-footer .widget-title {
padding-top: 70px;
}
footer ul li ul li {
padding-top: 10px;
margin-left: 5px;
}
.tag-sticky-2 .lower-content, .sticky .lower-content{
background: #f4f4f4;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption{
display: block;
}
.pingback,.trackback{
padding-left: 0px!important;
}
.wp-style ol ul>li{
list-style: circle!important;
margin-left:20px;
}
.wp-style ul ol>li{
list-style-type: decimal;
margin-left:20px!important;
}
.wp-style ol ol,.wp-style ul ul,.wp-style ol ul,.wp-style ul ol {
margin-left: 20px;
}
footer .mrfooter ul.sub-menu{
margin-left: 5px;
}
.main-footer.style-three .footer-top {
padding-top: 0px!important;
}
.bigtitle .sec-title h3 span {
font-weight: 700;
}
.single-blog-post .post-tags{
font-size: 18px;
color: #333333;
font-weight: 500;
}
.single-blog-post .post-tags a {
color: #696969;
font-size: 17px;
margin-left: 5px;
}
blockquote{
font-size: 17.5px!important;
border-left: 5px solid #ff4328!important;
margin: 22px!important;
background: #fffcfc!important;
padding: 35px!important;
}
blockquote p {
color: #282828!important;
font-size: 18px!important;
line-height: 30px;
margin: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.post-share.pull-right li a {
color: #656565;  border-radius: 50%;   }
.post-share.pull-right li {
width: 40px;
height: 40px;
border: 1px solid darkgrey;
margin-right: 10px;
text-align: center;
padding: 5px 10px;
line-height: 30px;
border-radius: 50%;
}
.comment-form button {
border: none;
outline: none;
display: inline-block;
vertical-align: middle;
border-radius: 35px;
color: #fff;
background: #ff4328;
font-family: 'Rubik';
font-weight: 500;
font-size: 16px;
padding: 18px 69px;
-webkit-transition: all .4s;
transition: all .4s;
margin-top:10px;
margin-bottom:30px;
}
.comment-form button:hover {
border: none;
outline: none;
display: inline-block;
vertical-align: middle;
border-radius: 35px;
color: #fff;
background: #222;
font-family: 'Rubik';
font-weight: 500;
font-size: 16px;
padding: 18px 69px;
-webkit-transition: all .4s;
transition: all .4s;
}
.comment-form .form-control {
padding: 20px!important;
margin-bottom: 25px!important;
height: 50px;
border-radius: 0px;
}
.comment-form textarea.form-control {
height: 250px;
border-radius: 0px;
}.header-top {
position: relative;
display: block;
padding: 10px 0;
background: #030e27;
}
.header-top .outer-box {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.header-top-left{
position: relative;
display: block;
max-width: 390px;
width: 100%;
}
.welcome-text{
position: relative;
display: block;    
}
.welcome-text h6{
color: #ffffff;
font-size: 14px;
line-height: 24px;
font-weight: 500;
}
.welcome-text h6 span:before{
position: relative;
top: 4px;
display: inline-block;
padding-right: 10px;
font-size: 20px;
}
.welcome-text h6 b {
font-weight: 500;
}
.header-top-middle{
position: relative;   
}
.header-social-links{
position: relative;
display: block;
}
.header-social-links .social-links-style1 {
position: relative;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
flex-direction: row;
}
.header-social-links .social-links-style1 li{
float: none;
margin: 0;
margin: 0 18px;
}
.header-social-links .social-links-style1 li a {
color: #ffffff;
font-size: 18px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.header-social-links .social-links-style1 li a span.fb:before {
position: relative;
left: 8px;
top: -1px;
}
.header-top-right{
position: relative;
display: block;
max-width: 390px;
width: 100%;   
}
.header-menu {
position: relative;
display: block;
float: right;
}
.header-menu ul{
position: relative;
display: block;
overflow: hidden;
}
.header-menu ul li{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
padding-right: 11px;
margin-right: 10px;
color: #fff!important;
}
.header-menu ul li:last-child{
padding-right: 0;
margin-right: 0;
}
.header-menu ul li:before {
position: absolute;
top: 9px;
right: 0;
bottom: 7px;
width: 1px;
background: rgba(255, 255, 255, 0.10);
content: "";
}
.header-menu ul li:last-child:before{
display: none;
}
.header-menu ul li a{
color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.header-upper {
position: relative;
display: block;
background: #ffffff;
padding: 28px 0;
}
.header-upper .outer-box {
position: relative;
display: block;
}
.header-upper .outer-box {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.header-upper-left {
position: relative;
display: block;
}
.header-upper-left .logo {
position: relative;
display: block;
padding: 2px 0;
}
.header-upper-left .logo a{
position: relative;
display: inline-block; 
}
.header-upper-left .logo a img{
width: auto;
}
.header-upper-right{
position: relative;
display: block;
}
.header-contact-info{
position: relative;
display: block;    
}
.header-contact-info ul{
position: relative;
display: block;
overflow: hidden;
}
.header-contact-info ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 75px;
}
.header-contact-info ul li:last-child{
margin-right: 0;
}
.header-contact-info ul li .icon{
width: 50px;
}
.header-contact-info ul li .icon span:before{
position: relative;
top: 3px;
font-size: 30px;
line-height: 30px;
}
.header-contact-info ul li .icon,
.header-contact-info ul li .title{
display: table-cell;
vertical-align: middle;
}
.header-contact-info ul li .title span{
font-size: 14px;
font-weight: 400;
}
.header-contact-info ul li .title h6{
color: #2c2d3e;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin: 1px 0 0;
}
.header-contact-info ul li .title h6 a{
color: #2c2d3e;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.header-contact-info ul li .icon, 
.header-contact-info ul li .title {
color: #ff4328;
}
.header-lawer {
position: relative;
display: block;
background: transparent;
}
.header-lawer .outer-box {
position: relative;
display: block;
background: #030e27;
}
.header-lawer-left{
position: relative;
display: block;    
}
@media only screen and (min-width:1025px){
.header.header-lower-style-two {
position: relative;
background: transparent;
}
.header.header-lower-style-two .header-navigation.stricky-fixed {
box-shadow: none;
}
.header.header-lower-style-two .thm-container {
max-width: 1200px;
padding: 0 15px;
}
.header.header-lower-style-two .outer-box {
background: #030e27;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
transform: translateY(50%);
margin-top: -30px;
}
.header.header-lower-style-two .header-navigation.stricky-fixed {
background: transparent;
}
.header.header-lower-style-two .header-navigation.stricky-fixed .outer-box {
transform: translateY(0);
margin-top: 0;
}
.header.header-lower-style-two .header-navigation ul.navigation-box > li:before {
display: none;
}
.header.header-lower-style-two .header-navigation ul.navigation-box > li {
padding: 24px 0;
margin-left: 30px;
}
.header.header-lower-style-two .header-navigation ul.navigation-box > li > a {
color: #fff;
}
.header.header-lower-style-two .nav-right-side .thm-btn {
border-radius: 0;
padding: 24px 55px;
}
.header.header-lower-style-two .navbar-default .navbar-nav>.active>a, 
.header.header-lower-style-two .navbar-default .navbar-nav>.active>a:focus, 
.header.header-lower-style-two .navbar-default .navbar-nav>.active>a:hover {
color: #ff4328;
background: transparent;
}
}
@media only screen and (max-width:1200px) {
.header.header-lower-style-two .nav-right-side .thm-btn {
display: none;
}
.header-lower-style-two .header-navigation ul.navigation-box {
margin-left: 0;
}
}
@media only screen and (max-width: 1024px) {
.header.header-lower-style-two {
background: #030e27;
}
.header.header-lower-style-two .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.header.header-lower-style-two .navbar-default .navbar-toggle {
border-color: #fff;
}
.header-navigation.stricky-fixed {
position: relative;
animation: none;
background: transparent;
box-shadow: none;
}
.admin-bar .header-navigation.stricky-fixed {
top: 0;
}
}
@media only screen and (max-width: 1200px) {
.header-upper-left {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 600px) {
.header-top .outer-box {
justify-content: center;
text-align: center;
}
.header-menu {
float: none;
}
.header-menu ul li {
float: none;
}
}
@media only screen and (max-width:1600px) {
.elementor-10 .elementor-element.elementor-element-aa19d6f > .elementor-widget-container {
padding-right: 20px !important;
padding-bottom: 100px !important;
}
.cta-style-two-content {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width:1200px) {
.cta-style-two .image-block .content-block {
top: 20px;
}
.header-contact-info ul {
display: inline-block;
padding: 0;
text-align: left;
overflow: visible;
width: auto;
}
.header-contact-info {
text-align: center;
}
.header-upper-right {
width: 100%;
}
.header-contact-info ul li {
margin-right: 35px;
float: none;
}
.header-social-links .social-links-style1 {
display: none;
}
.header-top .outer-box {
justify-content: center;
text-align: center;
}
.header-menu {
float: none;
text-align: center;
}
.header-menu ul li {
float: none;
}
.slider-home-one .content h2 {
font-size: 70px;
line-height: 80px;
}
.call-to-action-one .inner-wrapper {
background: #ff4328 !important;
}
.elementor-10 .elementor-element.elementor-element-9ca6c56:not(.elementor-motion-effects-element-type-background), 
.elementor-10 .elementor-element.elementor-element-9ca6c56 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background: transparent !important;
}
}
@media only screen and (max-width:1024px) {
.faq-content {
padding-left:0;
padding-bottom: 100px;
}
.sersice_col.single-what-we-do-one {
width:100%;
}
.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container {
padding: 0 !important;
}
.kuk.welcome-section.sec-pad .img-box .welcome-img-box-two {
position: relative;
bottom: 0;
right: 0;
}
.welcome-section {
padding-bottom: 0;
}
.welcome-section .welcome-content {
padding-bottom: 120px;
}
.elementor-10 .elementor-element.elementor-element-2da8af0 > .elementor-widget-container {
padding-left: 0 !important;
padding-right: 0 !important;
}	
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
padding-left: 15px !important;
padding-right: 15px !important;
}	
.about2.service-content {
padding: 120px 15px;
}
.elementor-10 .elementor-element.elementor-element-330dd04 > .elementor-widget-container,
.elementor-10 .elementor-element.elementor-element-17a99b5 {
padding: 0 !important;
}
.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image {
text-align: left !important;
}
.elementor-10 .elementor-element.elementor-element-0372996 > .elementor-widget-container {
margin: 0 15px !important;
}
.elementor-10 .elementor-element.elementor-element-aa19d6f > .elementor-widget-container {
padding-right: 20px !important;
padding-bottom: 100px !important;
}
.service-right-content .divider {
display: none;
}
.elementor-widget-image .elementor-image img {
width: 100% !important;
}
.banner-style-two .single-banner-carousel h2 {
font-size: 60px;
line-height: 70px;
}
.elementor-9 .elementor-element.elementor-element-e343e11 {
display: none !important;
}
.welcome-section .welcome-content {
padding-left: 15px;
padding-right: 15px;
}
.elementor-element.elementor-element-2357875.elementor-widget.elementor-widget-image {
display: none !important;
}
.elementor-9 .elementor-element.elementor-element-580810b4 .welcome-section {
padding-top: 70px !important;
}
.welcome-section .welcome-content {
margin-top: 0;
}
.service-right-content {
padding-bottom:0;
}
}
@media only screen and (max-width:991px) {
.header-contact-info ul {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
}
@media only screen and (max-width:767px) {
.video-box .content {
right: 0;
width: 100%;
}
.video-box .content a.video-btn {
position: relative;
display: inline-block;
top: 0;
right: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
margin-top: 50px;
}
.design-guideline .guide-content ul.list-box {
margin-bottom: 30px;
}
.elementor-10 .elementor-element.elementor-element-2d18c4b {padding-top: 70px !important;}
.about2.service-content .btn-box a.thm-btn {
margin-bottom: 20px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box {
padding-bottom: 100px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box h3 {
font-size: 20px;
line-height: 30px;
font-weight: 500;
}
.service-tab-box .tab-title li {
width: 49%;
margin-bottom: 5px;
}
.contact-form-content {
padding: 30px;
}
.elementor-10 .elementor-element.elementor-element-4a1742a:not(.elementor-motion-effects-element-type-background), 
.elementor-10 .elementor-element.elementor-element-4a1742a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background: transparent !important;
}
}
.cta-style-two .image-block img {
width:100%;
}
.header-navigation ul.navigation-box > li > ul.submenu {
border: 1px solid #d4d4d436;
}.boxed {
margin: 0 auto;
width: 100%;
min-width: 280px;
max-width: 1230px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-o-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.boxed .navbar {
width: 100% !important;
margin: 0 auto;
width: 100%;
min-width: 280px;
max-width: 1230px;
}
.boxed .bx-wrapper .owl-next {right: -30px !important}
.boxed .bx-wrapper .owl-prev {left: -30px !important}
.switcher {
position: fixed;
padding: 5px;
left: -200px;
z-index: 999999999999999999999999999999999;
width: 200px;
height: auto;
background: #f7f7f7;
padding-top: 10px;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
border: solid 1px #ddd;
top: 30%;
}
.switcher.active{
left: 0px;
}
.switcher .fa-cog {
background: #fd5d14; color: #ffffff;
width: 50px;
height: 50px;
font-size: 36px;
text-align: center;
line-height: 50px;
cursor: pointer;
position: absolute;
right: -50px;
font-size: 20px;
top: 37%;
}
.switcher .fa-cog:hover {
-webkit-animation: spin 2s linear;
-moz-animation: spin 2s linear;
-o-animation: spin 2s linear;
animation: spin 2s linear;
}
.switcher.active {
left: 0;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.switcher .box {
position: relative;
display: inline-block;
width: 29%;
height: 26px;
text-indent: -9999px;
cursor: pointer;
border: 1px solid #22222200 !important;
color: #fff;
margin: 5px 1% 5px;
text-align: center;
font-weight: 400;
font-size: 10px;
width: 30px;
height: 30px;
border-radius: 50%;
}
.switcher .heading-panel{
position:relative;
display:block;
line-height:24px;
padding:8px 10px;
background:#003;
color:#ffffff;
text-align:center;
text-transform:capitalize;
}
.switcher .layout-outer,
.switcher .colors-outer{
text-align:center;
padding:10px 15px;	
}
#default {background: #fb4848;}
#color2 {background: #ba0505;}
#color3 {background: #1015fa;}
#color4 {background: #8138f7;}
#color5 {background: #24fbf0;}
#color6 {background: #3064ee;}
#color7 {background: #fa2a2a;}
#color8 {background: #23bcd7;}
#color9 {background: #fd5d15;}
#color10 {background: #96f51b;}
#color11 {background: #1bf9ec;}
#color12 {background: #19B8AF;}
#turquoise {background: #40E8D9;}
#boxed,
#full {
position:relative;
display:block;
padding:5px 15px;
font-size:14px; background: #f8f8f8;
color: #000000;
}
.layout-option{
position:relative;
display:inline-block;
width:45%;
margin:0px 1%;
}
.layout-outer{
background: #8138f7;
}
.layout-outer a{
color: #fff;
font-weight: 600;
}
.layout2 {
background: #fd5d14;
}
#normal, #rtl {
position: relative;
display: block;
padding: 5px 15px;
font-size: 14px; background: #f8f8f8;
color: #000000;
} .boxed_wrapper{
position: relative;
margin: 0 auto;
overflow: hidden;
width: 100%;
min-width: 300px;
}
.footer-box{
position: fixed;
background: #2220;
height: 339px;
overflow: hidden;
width: 184px;
top: 101px;
right: 0px;
z-index: 999;
}
.product-sidebar .social-links{
position: absolute;
top: 150px;
right: -130px;
padding: 0px;
margin: 0px;
z-index: 9999999;
-webkit-transition: right .3s ease;
-moz-transition: right .3s ease;
transition: right .3s ease;
}
.product-sidebar .xs-sidebar-group.isActive .social-links{
right: 270px;
}
.product-sidebar .social-links li{
position: relative;
display: block;
list-style: none;
height: 45px;
line-height: 45px;
text-align: center;
position: relative;
background-color: #3064ee;
color: #fff;
cursor: pointer;
left: 0px;
white-space: nowrap;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.product-sidebar .social-links li:hover {
left: -130px;
}
.product-sidebar .social-links li .icon{
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 0!important;
transition: opacity .2s ease;
color: inherit;
}
.product-sidebar .social-links li:hover span{
visibility: visible;
opacity: 1;
right: 110%;
}
.product-sidebar .social-links li span {
font-family: 'Nunito Sans',Sans-serif;
font-size: 13px;
width: 130px;
height: 45px;
font-weight: 400;
line-height: 45px;
text-align: center;
transition: all .2s ease;
padding: 0;
box-sizing: border-box;
background: rgba(0,0,0,.24);
border-radius: 0;
display: block;
float: right;
color: inherit;
}
.product-sidebar .social-links li a{
color: #fff;
text-decoration: none;
}
.product-sidebar .social-links li:nth-child(2){
background: #8138f7;
}
.product-sidebar .social-links li:nth-child(3){
background: #7ac7c4
}
.product-sidebar .social-links li:last-child{
background: #fd5d14;
} .xs-sidebar-group .xs-overlay{
left:0%;
top:0;
position:fixed;
height:100%;
opacity:0;
width:100%;
visibility:hidden;
cursor:url(//www.jorkprintmanagement.com/wp-content/themes/printify/assets/temp/cross-out.png),
pointer; 
z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay{
opacity:.9;
visibility:visible;
right:100%;
}
.xs-sidebar-widget{
position: fixed;
right: -400px;
top: 0;
background-color: #fff;
width: 400px;
height: 100%;
z-index: 9999999;
-webkit-transition: right .3s ease;
-moz-transition: right .3s ease;
transition: right .3s ease;
}
.xs-sidebar-group.isActive .xs-sidebar-widget{
right: 0px;
}
.xs-bg-black {
background-color: rgb(0,0,0,0.5);
}
.product-sidebar .sidebar-widget-container{
position: absolute;
right: -17px;
top: 0;
height: 100%;
width: 417px;
padding: 30px;
background: #dcdcdc;
border-left: 1px solid #dcdcdc;
color: #111;
font-size: 14px;
line-height: 1.7;   z-index: 9999999;
top: 159px;
}
.product-sidebar .sidebar-content .btn-box{
margin-bottom: 30px;
}
.product-sidebar .sidebar-content .btn-box a{
position: relative;
display: block;
background: #222;
font-size: 15px;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 10px 15px;
text-decoration: none;
border-radius: 5px;
}
.product-sidebar .sidebar-content .single-box .title-box{
position: relative;
z-index: 1;
display: flex;
align-items: center;
margin-bottom: 15px;
}
.product-sidebar .sidebar-content .single-box .title-box .line{
position: relative;
display: block;
height: 1px;
background: #e5e5e5;
width: 100%;
flex: 1;
}
.product-sidebar .sidebar-content .single-box .title-box .line:before {
content: '';
position: absolute;
z-index: 1;
height: 3px;
width: 40px;
background: #f73859;
border-radius: 1.5px;
right: 0;
top: 50%;
margin-top: -1.5px;
}
.product-sidebar .sidebar-content .single-box .title-box h5{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 20px;
font-weight: 400;
color: #222;
background: #fff;
padding: 5px 10px;
border-radius: 3px;
text-align: center;
text-transform: uppercase;
margin: 0px;
margin-right: 20px;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.product-sidebar .sidebar-content .single-box .image{
position: relative;
margin: 0px;
box-shadow: 5px 4px 16px 0 rgba(0,0,0,.15);
margin-bottom: 10px;
}
.product-sidebar .sidebar-content .single-box .image img{
width: 100%;
}
.product-sidebar .sidebar-content .single-box .item-name{
position: relative;
display: block;
}
.product-sidebar .sidebar-content .single-box .item-name h6{
position: relative;
font-size: 14px;
line-height: 24px;
font-weight: 600;
color: #222;
margin: 0px;
}
.product-sidebar .sidebar-content .single-box .item-name h6 a{
color: #222;
text-decoration: none;
}
.product-sidebar .sidebar-content .single-box .item-name .price{
position: absolute;
top: 0px;
right: 0px;
font-size: 16px;
color: red;
}
.product-sidebar .sidebar-content .single-box .item-name .price del{
color: #848484;
}
.product-sidebar .sidebar-content .single-box{
margin-bottom: 30px;
}
.product-sidebar .sidebar-content .single-box .single-item{
margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
.footer-box{
display:none!important;
}
}@font-face {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/noto-serif-normal-700.eot);
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/noto-serif-normal-700.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/noto-serif-normal-700.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/noto-serif-normal-700.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/noto-serif-normal-700.svg) format('svg');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-300.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-300.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-300.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-300.svg) format('svg');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-400.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-400.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-400.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-400.svg) format('svg');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-500.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-500.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-500.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-500.svg) format('svg');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-600.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-600.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-600.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-600.svg) format('svg');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-700.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-700.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-700.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/poppins-normal-700.svg) format('svg');
}
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 300;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-300.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-300.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-300.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-300.svg) format('svg');
}
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-400.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-400.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-400.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-400.svg) format('svg');
}
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 500;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-500.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-500.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-500.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-500.svg) format('svg');
}
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-700.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-700.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-700.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-700.svg) format('svg');
}
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 900;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-900.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-900.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-900.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/rubik-normal-900.svg) format('svg');
}
@font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
font-display: swap;
src: 
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/pacifico-normal-400.woff2) format('woff2'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/pacifico-normal-400.woff) format('woff'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/pacifico-normal-400.ttf) format('ttf'),
url(https://www.jorkprintmanagement.com/wp-content/uploads/omgf/printify-theme-fonts/pacifico-normal-400.svg) format('svg');
}.header-contact-info ul li .icon,
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current-menu-ancestor > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a,
.thm-btn:hover,
.welcome-section .welcome-content .title p,
.what-we-do .single-what-we-do .text-box a.read-more:hover,
.faq-content .accrodion-grp .accrodion.active .accrodion-title h4:before,
.faq-content .accrodion-grp .accrodion .accrodion-title h4:before,
.team-section .single-team-carousel .inner .team-content .title span,
.footer-subscribe .title span,
.footer .footer-widget .single-post-widget .date,
.footer .footer-widget .single-post-widget .post-title a:hover,
.sec-title span,
.single-pricing span.price-label,
.blog-style-one .single-blog-post .img-box a.read-more:hover,
.contact-section .title span,
.page-breadcrumb li a,
.page-breadcrumb li span,
.about-section .single-about .text-box:hover a.read-more,
.about-section .single-about .text-box a.read-more:hover,
.faq-content .title span,
.service-style-three .single-service-three .text-box .meta-info p span,
.service-details-cost-calculator .cost-calc-content a,
.search_page_btn  .theme-btn,
.cal .scc_fonttitle_1,
.arrow-btn,
.blog-page .pagination > li > a,
.blog-page .pagination > li > span,
.widget ul li a:hover,
blockquote p,
.what-we-do .single-what-we-do .text-box:hover a.read-more,
.what-we-do .single-what-we-do-one:hover a.read-more,
.service-style-one .service-content .title span,
.recent-projects .single-recent-project .text-box span,
.service-style-two .unique-feature .content h3:hover,
.error-section h1,
.about2.service-content .title span,
.footer-widget.links-widget ul.link-list a:hover,
.contact-form-content .title span,
.contact_info .title span,
.features-block .read-more a i,
.about-section ul.list-box li i,
.why-choose-us ul.list-box li i,
.team-block .content h4 a,
.testimonial-block .designation,
.pricing-block .price,
.blog-style-one .single-blog-post .img-box .meta-info a i,
.banner-section .content-box span,
.single-service-three .text-box .meta-info p span,
.tt-coupons .tt-right-top .tt-title__02,
shop-one__title a,
.bind .post-date,
.subscribe-form .thm-btn.yellow-bg:hover,
.footer-widget.links-widget ul.link-list a:hover,
.header-navigation ul.navigation-box > li.active > a, .header-navigation ul.navigation-box > li.current_page_ancestor > a, .header-navigation ul.navigation-box > li > a:active, .header-navigation ul.navigation-box > li > a:focus, .header-navigation ul.navigation-box > li:hover > a,.contact-form-content .title span,.contact_info .title span,.cta-style-two-content .title span
{
color:#1ca438!important;
} .header.home-page-one.header-lower-style-two .thm-btn,
.woocommerce #place_order, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.header-navigation ul.navigation-box > li > ul.sub-menu,
.slider-home-one .content a.thm-btn,
.what-we-do .single-what-we-do .text-box a.read-more,
.what-we-do .single-what-we-do .text-box:before,
.call-to-action-one .overlay,
.team-section .owl-theme .owl-nav [class*=owl-]:last-child,
.team-section .owl-theme .owl-nav [class*=owl-]:hover,
.service-style-one .service-right-content .single-service-one:before,
.design-guideline .guide-content ul.list-box li:before,
.video-box a.video-btn,
.recent-projects .single-recent-project .text-box a.more,
.project-page .pagination > .active > a,
.project-page .pagination > .active > a:focus,
.project-page .pagination > .active > a:hover,
.project-page .pagination > .active > span,
.project-page .pagination > .active > span:focus,
.project-page .pagination > .active > span:hover,
.recent-projects .single-recent-project .text-box .inner:before,
.brand-carousel-wrapper,
.footer .footer-widget .footer-subscribe button[type=submit],
.service-tab-box .tab-title li a:before,
.blog-style-one .single-blog-post .text-box:before,
a.read-more,
.about-section .single-about .text-box:before,
.service-style-three .single-service-three .text-box a.read-more,
.service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a:hover,
.service-style-three .single-service-three .text-box:before,
.cal .printTable,
.cal .slider-selection,
.shop-item .inner-box .image .overlay-box .cart-option li a:hover,
.page-numbers li span.current,.page-numbers li a:hover,
.pagination>li .page-numbers.current,
.blog-page .pagination > .active > a,
.blog-page .pagination > .active > a:focus,
.blog-page .pagination > .active > a:hover,
.blog-page .pagination > .active > span,
.blog-page .pagination > .active > span:focus,
.blog-page .pagination > .active > span:hover,
.tagcloud a:hover,
.widget ul li a:hover:before,
.search-box .form-group input[type="submit"],
.search-box .form-group button,
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a,
.what-we-do .single-what-we-do-one:before,
.what-we-do .single-what-we-do-one a.read-more,
.about-section .single-about .text-box a.read-more,
.footer .footer-widget.links-widget ul.link-list a:hover:before,
.sersice_col.single-what-we-do-one:before,
.service-right-content .single-service-one:before,
.footer-widget.links-widget ul.link-list a:hover:before,
.features-block .icon,
.team-block .content ul.social-links a:hover,
.features-block .read-more a:hover i,
.single-about .text-box:before,
.breadcumb-wrapper ul.breadcumb,
.breadcumb-wrapper ul.breadcumb:after,
.single-service-three .text-box:before,
.information_siral,
#appoinment_content .thm-spinner .ui-widget-header,
#appoinment_content .thm-spinner.ui-slider .ui-slider-handle,
.services-price .table thead th,
.team-member-info-box .social-links-style1 li a:hover i,
.resume .info-box .title:after,
.team-single-area .btn-style-two:before,
.woocommerce a.button,
.search-form .searchform button,
.about-section .video a,
#minimal-bootstrap-carousel .carousel-control:hover
{
background: #1ca438!important;
background-color:#1ca438!important;
} .project-page .pagination > .active > a,
.project-page .pagination > .active > a:focus,
.project-page .pagination > .active > a:hover,
.project-page .pagination > .active > span,
.project-page .pagination > .active > span:focus,
.project-page .pagination > .active > span:hover,
.search_page_btn  .theme-btn,
.cal .dd-scc,
.shop-item .inner-box .lower-content,
.blog-page .pagination > .active > a,
.blog-page .pagination > .active > a:focus,
.blog-page .pagination > .active > a:hover,
.blog-page .pagination > .active > span,
.blog-page .pagination > .active > span:focus,
.blog-page .pagination > .active > span:hover,
blockquote,
.error-section .theme-btn,
.features-block .read-more a i,
.team-block .content ul.social-links a:hover,
.team-single-area .btn-style-two
{
border-color:#1ca438!important;
}  .featured-three-column .column .inner-box:hover {
box-shadow:0px 0px 10px rgba(28,164,56,0.8) !important;
}  .latest_blog_wrapper .post .date:after,.blog_post_meta .post .date:after {
border-color: rgba(253, 199, 22, 0)!important;
}@font-face{font-family:eicons;src:url(//www.jorkprintmanagement.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);src:url(//www.jorkprintmanagement.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),url(//www.jorkprintmanagement.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0) format("woff2"),url(//www.jorkprintmanagement.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0) format("woff"),url(//www.jorkprintmanagement.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0) format("truetype"),url(//www.jorkprintmanagement.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}