@charset "UTF-8";

 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);-o-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);-o-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{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) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-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) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-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) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-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) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-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) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-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) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-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}100%{-webkit-transform:none;transform:none;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}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-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:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{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)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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)}100%{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:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face {
font-family: "Flaticon";
src: url(https://www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/flaticon/Flaticon.eot);
src: url(https://www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/flaticon/Flaticon.woff) format("woff"),
url(https://www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(https://www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/flaticon/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(https://www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-envelope-of-white-paper:before { content: "\f100"; }
.flaticon-placeholder:before { content: "\f101"; }
.flaticon-quote-1:before { content: "\f102"; }
.flaticon-telephone:before { content: "\f103"; }
.flaticon-quote:before { content: "\f104"; }
.flaticon-objective:before { content: "\f105"; }
.flaticon-monitor:before { content: "\f106"; }
.flaticon-brain:before { content: "\f107"; }@font-face {
font-family: 'Pe-icon-7-stroke';
src:url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
src:url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),
url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),
url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),
url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
display: inline-block;
font-family: 'Pe-icon-7-stroke';
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;
}
.pe-7s-album:before {
content: "\e6aa";
}
.pe-7s-arc:before {
content: "\e6ab";
}
.pe-7s-back-2:before {
content: "\e6ac";
}
.pe-7s-bandaid:before {
content: "\e6ad";
}
.pe-7s-car:before {
content: "\e6ae";
}
.pe-7s-diamond:before {
content: "\e6af";
}
.pe-7s-door-lock:before {
content: "\e6b0";
}
.pe-7s-eyedropper:before {
content: "\e6b1";
}
.pe-7s-female:before {
content: "\e6b2";
}
.pe-7s-gym:before {
content: "\e6b3";
}
.pe-7s-hammer:before {
content: "\e6b4";
}
.pe-7s-headphones:before {
content: "\e6b5";
}
.pe-7s-helm:before {
content: "\e6b6";
}
.pe-7s-hourglass:before {
content: "\e6b7";
}
.pe-7s-leaf:before {
content: "\e6b8";
}
.pe-7s-magic-wand:before {
content: "\e6b9";
}
.pe-7s-male:before {
content: "\e6ba";
}
.pe-7s-map-2:before {
content: "\e6bb";
}
.pe-7s-next-2:before {
content: "\e6bc";
}
.pe-7s-paint-bucket:before {
content: "\e6bd";
}
.pe-7s-pendrive:before {
content: "\e6be";
}
.pe-7s-photo:before {
content: "\e6bf";
}
.pe-7s-piggy:before {
content: "\e6c0";
}
.pe-7s-plugin:before {
content: "\e6c1";
}
.pe-7s-refresh-2:before {
content: "\e6c2";
}
.pe-7s-rocket:before {
content: "\e6c3";
}
.pe-7s-settings:before {
content: "\e6c4";
}
.pe-7s-shield:before {
content: "\e6c5";
}
.pe-7s-smile:before {
content: "\e6c6";
}
.pe-7s-usb:before {
content: "\e6c7";
}
.pe-7s-vector:before {
content: "\e6c8";
}
.pe-7s-wine:before {
content: "\e6c9";
}
.pe-7s-cloud-upload:before {
content: "\e68a";
}
.pe-7s-cash:before {
content: "\e68c";
}
.pe-7s-close:before {
content: "\e680";
}
.pe-7s-bluetooth:before {
content: "\e68d";
}
.pe-7s-cloud-download:before {
content: "\e68b";
}
.pe-7s-way:before {
content: "\e68e";
}
.pe-7s-close-circle:before {
content: "\e681";
}
.pe-7s-id:before {
content: "\e68f";
}
.pe-7s-angle-up:before {
content: "\e682";
}
.pe-7s-wristwatch:before {
content: "\e690";
}
.pe-7s-angle-up-circle:before {
content: "\e683";
}
.pe-7s-world:before {
content: "\e691";
}
.pe-7s-angle-right:before {
content: "\e684";
}
.pe-7s-volume:before {
content: "\e692";
}
.pe-7s-angle-right-circle:before {
content: "\e685";
}
.pe-7s-users:before {
content: "\e693";
}
.pe-7s-angle-left:before {
content: "\e686";
}
.pe-7s-user-female:before {
content: "\e694";
}
.pe-7s-angle-left-circle:before {
content: "\e687";
}
.pe-7s-up-arrow:before {
content: "\e695";
}
.pe-7s-angle-down:before {
content: "\e688";
}
.pe-7s-switch:before {
content: "\e696";
}
.pe-7s-angle-down-circle:before {
content: "\e689";
}
.pe-7s-scissors:before {
content: "\e697";
}
.pe-7s-wallet:before {
content: "\e600";
}
.pe-7s-safe:before {
content: "\e698";
}
.pe-7s-volume2:before {
content: "\e601";
}
.pe-7s-volume1:before {
content: "\e602";
}
.pe-7s-voicemail:before {
content: "\e603";
}
.pe-7s-video:before {
content: "\e604";
}
.pe-7s-user:before {
content: "\e605";
}
.pe-7s-upload:before {
content: "\e606";
}
.pe-7s-unlock:before {
content: "\e607";
}
.pe-7s-umbrella:before {
content: "\e608";
}
.pe-7s-trash:before {
content: "\e609";
}
.pe-7s-tools:before {
content: "\e60a";
}
.pe-7s-timer:before {
content: "\e60b";
}
.pe-7s-ticket:before {
content: "\e60c";
}
.pe-7s-target:before {
content: "\e60d";
}
.pe-7s-sun:before {
content: "\e60e";
}
.pe-7s-study:before {
content: "\e60f";
}
.pe-7s-stopwatch:before {
content: "\e610";
}
.pe-7s-star:before {
content: "\e611";
}
.pe-7s-speaker:before {
content: "\e612";
}
.pe-7s-signal:before {
content: "\e613";
}
.pe-7s-shuffle:before {
content: "\e614";
}
.pe-7s-shopbag:before {
content: "\e615";
}
.pe-7s-share:before {
content: "\e616";
}
.pe-7s-server:before {
content: "\e617";
}
.pe-7s-search:before {
content: "\e618";
}
.pe-7s-film:before {
content: "\e6a5";
}
.pe-7s-science:before {
content: "\e619";
}
.pe-7s-disk:before {
content: "\e6a6";
}
.pe-7s-ribbon:before {
content: "\e61a";
}
.pe-7s-repeat:before {
content: "\e61b";
}
.pe-7s-refresh:before {
content: "\e61c";
}
.pe-7s-add-user:before {
content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
content: "\e61d";
}
.pe-7s-paperclip:before {
content: "\e69c";
}
.pe-7s-radio:before {
content: "\e61e";
}
.pe-7s-note2:before {
content: "\e69d";
}
.pe-7s-print:before {
content: "\e61f";
}
.pe-7s-network:before {
content: "\e69e";
}
.pe-7s-prev:before {
content: "\e620";
}
.pe-7s-mute:before {
content: "\e69f";
}
.pe-7s-power:before {
content: "\e621";
}
.pe-7s-medal:before {
content: "\e6a0";
}
.pe-7s-portfolio:before {
content: "\e622";
}
.pe-7s-like2:before {
content: "\e6a1";
}
.pe-7s-plus:before {
content: "\e623";
}
.pe-7s-left-arrow:before {
content: "\e6a2";
}
.pe-7s-play:before {
content: "\e624";
}
.pe-7s-key:before {
content: "\e6a3";
}
.pe-7s-plane:before {
content: "\e625";
}
.pe-7s-joy:before {
content: "\e6a4";
}
.pe-7s-photo-gallery:before {
content: "\e626";
}
.pe-7s-pin:before {
content: "\e69b";
}
.pe-7s-phone:before {
content: "\e627";
}
.pe-7s-plug:before {
content: "\e69a";
}
.pe-7s-pen:before {
content: "\e628";
}
.pe-7s-right-arrow:before {
content: "\e699";
}
.pe-7s-paper-plane:before {
content: "\e629";
}
.pe-7s-delete-user:before {
content: "\e6a7";
}
.pe-7s-paint:before {
content: "\e62a";
}
.pe-7s-bottom-arrow:before {
content: "\e6a8";
}
.pe-7s-notebook:before {
content: "\e62b";
}
.pe-7s-note:before {
content: "\e62c";
}
.pe-7s-next:before {
content: "\e62d";
}
.pe-7s-news-paper:before {
content: "\e62e";
}
.pe-7s-musiclist:before {
content: "\e62f";
}
.pe-7s-music:before {
content: "\e630";
}
.pe-7s-mouse:before {
content: "\e631";
}
.pe-7s-more:before {
content: "\e632";
}
.pe-7s-moon:before {
content: "\e633";
}
.pe-7s-monitor:before {
content: "\e634";
}
.pe-7s-micro:before {
content: "\e635";
}
.pe-7s-menu:before {
content: "\e636";
}
.pe-7s-map:before {
content: "\e637";
}
.pe-7s-map-marker:before {
content: "\e638";
}
.pe-7s-mail:before {
content: "\e639";
}
.pe-7s-mail-open:before {
content: "\e63a";
}
.pe-7s-mail-open-file:before {
content: "\e63b";
}
.pe-7s-magnet:before {
content: "\e63c";
}
.pe-7s-loop:before {
content: "\e63d";
}
.pe-7s-look:before {
content: "\e63e";
}
.pe-7s-lock:before {
content: "\e63f";
}
.pe-7s-lintern:before {
content: "\e640";
}
.pe-7s-link:before {
content: "\e641";
}
.pe-7s-like:before {
content: "\e642";
}
.pe-7s-light:before {
content: "\e643";
}
.pe-7s-less:before {
content: "\e644";
}
.pe-7s-keypad:before {
content: "\e645";
}
.pe-7s-junk:before {
content: "\e646";
}
.pe-7s-info:before {
content: "\e647";
}
.pe-7s-home:before {
content: "\e648";
}
.pe-7s-help2:before {
content: "\e649";
}
.pe-7s-help1:before {
content: "\e64a";
}
.pe-7s-graph3:before {
content: "\e64b";
}
.pe-7s-graph2:before {
content: "\e64c";
}
.pe-7s-graph1:before {
content: "\e64d";
}
.pe-7s-graph:before {
content: "\e64e";
}
.pe-7s-global:before {
content: "\e64f";
}
.pe-7s-gleam:before {
content: "\e650";
}
.pe-7s-glasses:before {
content: "\e651";
}
.pe-7s-gift:before {
content: "\e652";
}
.pe-7s-folder:before {
content: "\e653";
}
.pe-7s-flag:before {
content: "\e654";
}
.pe-7s-filter:before {
content: "\e655";
}
.pe-7s-file:before {
content: "\e656";
}
.pe-7s-expand1:before {
content: "\e657";
}
.pe-7s-exapnd2:before {
content: "\e658";
}
.pe-7s-edit:before {
content: "\e659";
}
.pe-7s-drop:before {
content: "\e65a";
}
.pe-7s-drawer:before {
content: "\e65b";
}
.pe-7s-download:before {
content: "\e65c";
}
.pe-7s-display2:before {
content: "\e65d";
}
.pe-7s-display1:before {
content: "\e65e";
}
.pe-7s-diskette:before {
content: "\e65f";
}
.pe-7s-date:before {
content: "\e660";
}
.pe-7s-cup:before {
content: "\e661";
}
.pe-7s-culture:before {
content: "\e662";
}
.pe-7s-crop:before {
content: "\e663";
}
.pe-7s-credit:before {
content: "\e664";
}
.pe-7s-copy-file:before {
content: "\e665";
}
.pe-7s-config:before {
content: "\e666";
}
.pe-7s-compass:before {
content: "\e667";
}
.pe-7s-comment:before {
content: "\e668";
}
.pe-7s-coffee:before {
content: "\e669";
}
.pe-7s-cloud:before {
content: "\e66a";
}
.pe-7s-clock:before {
content: "\e66b";
}
.pe-7s-check:before {
content: "\e66c";
}
.pe-7s-chat:before {
content: "\e66d";
}
.pe-7s-cart:before {
content: "\e66e";
}
.pe-7s-camera:before {
content: "\e66f";
}
.pe-7s-call:before {
content: "\e670";
}
.pe-7s-calculator:before {
content: "\e671";
}
.pe-7s-browser:before {
content: "\e672";
}
.pe-7s-box2:before {
content: "\e673";
}
.pe-7s-box1:before {
content: "\e674";
}
.pe-7s-bookmarks:before {
content: "\e675";
}
.pe-7s-bicycle:before {
content: "\e676";
}
.pe-7s-bell:before {
content: "\e677";
}
.pe-7s-battery:before {
content: "\e678";
}
.pe-7s-ball:before {
content: "\e679";
}
.pe-7s-back:before {
content: "\e67a";
}
.pe-7s-attention:before {
content: "\e67b";
}
.pe-7s-anchor:before {
content: "\e67c";
}
.pe-7s-albums:before {
content: "\e67d";
}
.pe-7s-alarm:before {
content: "\e67e";
}
.pe-7s-airplay:before {
content: "\e67f";
}@font-face {
font-family: 'linecons';
src: url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/linecons.eot?17392200);
src: url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/linecons.eot?17392200#iefix) format('embedded-opentype'),
url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/linecons.woff?17392200) format('woff'),
url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/linecons.ttf?17392200) format('truetype'),
url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/linecons.svg?17392200#linecons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "linecons", sans-serif;
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;
}
.icon-music:before {
content: '\e022';
}
.icon-search:before {
content: '\e009';
}
.icon-mail:before {
content: '\e019';
}
.icon-heart:before {
content: '\e000';
}
.icon-star:before {
content: '\e002';
}
.icon-user:before {
content: '\e007';
}
.icon-videocam:before {
content: '\e005';
}
.icon-camera:before {
content: '\e00b';
}
.icon-photo:before {
content: '\e01b';
}
.icon-attach:before {
content: '\e029';
}
.icon-lock:before {
content: '\e00d';
}
.icon-eye:before {
content: '\e013';
}
.icon-tag:before {
content: '\e00c';
}
.icon-thumbs-up:before {
content: '\e01a';
}
.icon-pencil:before {
content: '\e00f';
}
.icon-comment:before {
content: '\e014';
}
.icon-location:before {
content: '\e012';
}
.icon-cup:before {
content: '\e016';
}
.icon-trash:before {
content: '\e006';
}
.icon-doc:before {
content: '\e018';
}
.icon-note:before {
content: '\e01c';
}
.icon-cog:before {
content: '\e00a';
}
.icon-params:before {
content: '\e01f';
}
.icon-calendar:before {
content: '\e02b';
}
.icon-sound:before {
content: '\e004';
}
.icon-clock:before {
content: '\e01d';
}
.icon-lightbulb:before {
content: '\e00e';
}
.icon-tv:before {
content: '\e003';
}
.icon-desktop:before {
content: '\e011';
}
.icon-mobile:before {
content: '\e017';
}
.icon-cd:before {
content: '\e02d';
}
.icon-inbox:before {
content: '\e015';
}
.icon-globe:before {
content: '\e02f';
}
.icon-cloud:before {
content: '\e001';
}
.icon-paper-plane:before {
content: '\e01e';
}
.icon-fire:before {
content: '\e028';
}
.icon-graduation-cap:before {
content: '\e024';
}
.icon-megaphone:before {
content: '\e023';
}
.icon-database:before {
content: '\e021';
}
.icon-key:before {
content: '\e008';
}
.icon-beaker:before {
content: '\e025';
}
.icon-truck:before {
content: '\e02e';
}
.icon-money:before {
content: '\e020';
}
.icon-food:before {
content: '\e026';
}
.icon-shop:before {
content: '\e02a';
}
.icon-diamond:before {
content: '\e010';
}
.icon-t-shirt:before {
content: '\e027';
}
.icon-wallet:before {
content: '\e02c';
}@font-face{font-family:FontAwesome;src:url(//www.pioneerproductionsptv.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.pioneerproductionsptv.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.pioneerproductionsptv.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.pioneerproductionsptv.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.pioneerproductionsptv.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.pioneerproductionsptv.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html{-ms-text-size-adjust:100%;-webkit-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:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}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{border:0;padding: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-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{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 th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-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{background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{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;display:inline-block;max-width:100%;height:auto}.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;margin:-1px;padding:0;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,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.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,.h4,h5,.h5,h6,.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{background-color:#fcf8e3;padding:.2em}.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:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-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 p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small: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,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;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{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{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>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{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>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{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;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@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>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width: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:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{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="radio"]:focus,input[type="checkbox"]:focus{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,0.075);box-shadow:inset 0 1px 1px rgba(0,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, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.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{border:0;background-color:transparent}.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[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.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"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.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"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right: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}textarea.input-sm,select[multiple].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 textarea.form-control,.form-group-sm select[multiple].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}textarea.input-lg,select[multiple].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 textarea.form-control,.form-group-lg select[multiple].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}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.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 .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.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;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}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:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{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:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{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:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{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:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{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:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{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:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{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:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{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:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{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:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{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:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{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:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{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:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;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:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.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="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.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}.dropup,.dropdown{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;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.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:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.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:bold}.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{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.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;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.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-left:5px;margin-bottom:0}.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,0.5);box-shadow:0 5px 15px rgba(0,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-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.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{bottom:0;right:5px;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-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;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{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;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,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right: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-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-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}th.visible-xs,td.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}th.visible-sm,td.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}th.visible-md,td.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}th.visible-lg,td.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}th.visible-print,td.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}}.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; } }.scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative;
}
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0;
}
.scroll-element {
display: none;
}
.scroll-element, .scroll-element div {
box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default;
}
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0;
} .scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-inner > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } .scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-outer > .scroll-element {
background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
height: 100%;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }
.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; } .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; } .scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
background-color: #6C6E71;
display: block;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
bottom: 0px;
height: 0px;
left: 0;
min-width: 100%;
overflow: visible;
width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0px;
top: 0;
width: 0px;
} .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-light > .scroll-element {
background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
background: #dbdbdb;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
bottom: 0;
height: 17px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
background: #fefefe;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
border: 1px solid #dbdbdb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; } .scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-rail > .scroll-element {
background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
background-color: #999;
background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
background-color: #666;
background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
min-width: 100%;
padding: 3px 0 2px;
width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
padding: 0 2px 0 3px;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
background-color: #d0b9a0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
} .scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; } .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; } .scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
bottom: 2px;
height: 7px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 2px;
top: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
opacity: 0.3;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
background-color: #cccccc;
opacity: 0;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
background-color: #6c6e71;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
} .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
bottom: 0;
height: 7px;
min-width: 24px;
top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
left: auto;
min-height: 24px;
right: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
bottom: 0;
top: auto;
left: 2px;
-webkit-transition: height 0.2s;
-moz-transition: height 0.2s;
-o-transition: height 0.2s;
-ms-transition: height 0.2s;
transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
left: auto;
right: 0;
top: 2px;
-webkit-transition: width 0.2s;
-moz-transition: width 0.2s;
-o-transition: width 0.2s;
-ms-transition: width 0.2s;
transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
overflow: hidden;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
height: 100%;
width: 100%;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
height: 20px;
min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
min-width: 7px;
width: 20px;
} .scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-chrome > .scroll-element {
background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_outer {}
.scrollbar-chrome > .scroll-element .scroll-element_track {
background: #f1f1f1;
border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
bottom: 0;
height: 16px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
background-color: #d9d9d9;
border: 1px solid #bdbdbd;
cursor: default;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
background-color: #c2c2c2;
border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
background-color: #919191;
border-color: #7e7e7e;
} .scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; } .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}body {
max-width: 100%;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
ul, ol {
margin: 0;
padding-left: 19px;
}
p {
margin-bottom: 20px;
}
.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;
}
.page-links {
margin-top: 10px;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.page-links > span.page-links-title {
line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
color: #cbd1da;
display: inline-block;
min-width: 44px;
padding: 0 3px;
vertical-align: top;
text-align: center;
font-size: 16px;
position: relative;
line-height: 42px;
height: 44px;
border: 1px solid;
margin: 3px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
color: #3f454c;
}
.more-link::after {
content: "\f178";
font-family: 'FontAwesome', sans-serif;
margin-left: 5px;
vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
background-color: #64a0ed;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 2em 1em 2em;
margin: 0 0 30px;
position: relative;
background-color: #fafafa;
color: #111111;
border-top: 3px solid #4CAF50;
list-style: none !important;
width: auto;
word-wrap: break-word;
}
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
content: " ";
display: table;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
float: right;
font-size: 14px;
display: inline-block;
padding: 0 10px;
height: 24px;
line-height: 24px;
margin: 0;
}
.woocommerce-error {
border-color: #f44336;
}
.woocommerce-info {
border-color: #2196F3;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
outline: none;
border-color: #64a0ed;
}
:focus {
outline: none;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
:-moz-placeholder { color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
::-moz-placeholder { color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
:-ms-input-placeholder {
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
opacity: 0.65 !important;
cursor: not-allowed;
}
.return-message {
line-height: 20px;
padding: 10px;
margin-top: 15px;
}  @media (min-width: 1200px) {
.auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
clear: both;
}
}
@media (min-width: 1500px) {
.auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
clear: both;
}
}
@media (min-width: 1200px) and (max-width: 1499px) {
.auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
clear: both;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
clear: both;
}
}
@media (max-width: 479px) {
.auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
clear: both;
}
}
@media (max-width: 767px) {
.auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
clear: both;
}
} .col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
@media (max-width: 479px) {
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
float: left;
}
.col-ts-15 {
width: 20%;
}
.col-ts-25 {
width: 40%;
}
.col-ts-35 {
width: 60%;
}
.col-ts-45 {
width: 80%;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45 {
float: left;
}
.col-xs-15 {
width: 20%;
}
.col-xs-25 {
width: 40%;
}
.col-xs-35 {
width: 60%;
}
.col-xs-45 {
width: 80%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45 {
float: left;
}
.col-sm-15 {
width: 20%;
}
.col-sm-25 {
width: 40%;
}
.col-sm-35 {
width: 60%;
}
.col-sm-45 {
width: 80%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45 {
float: left;
}
.col-md-15 {
width: 20%;
}
.col-md-25 {
width: 40%;
}
.col-md-35 {
width: 60%;
}
.col-md-45 {
width: 80%;
}
}
@media (min-width: 1200px) and (max-width: 1499px) {
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
float: left;
}
.col-lg-15 {
width: 20%;
}
.col-lg-25 {
width: 40%;
}
.col-lg-35 {
width: 60%;
}
.col-lg-45 {
width: 80%;
}
}
@media (min-width: 1500px) {
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45 {
float: left;
}
.col-bg-15 {
width: 20%;
}
.col-bg-25 {
width: 40%;
}
.col-bg-35 {
width: 60%;
}
.col-bg-45 {
width: 80%;
}
} @media (min-width: 1500px) {
.col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
float: left;
}
.col-bg-12 {
width: 100%;
}
.col-bg-11 {
width: 91.66666667%;
}
.col-bg-10 {
width: 83.33333333%;
}
.col-bg-9 {
width: 75%;
}
.col-bg-8 {
width: 66.66666667%;
}
.col-bg-7 {
width: 58.33333333%;
}
.col-bg-6 {
width: 50%;
}
.col-bg-5 {
width: 41.66666667%;
}
.col-bg-4 {
width: 33.33333333%;
}
.col-bg-3 {
width: 25%;
}
.col-bg-2 {
width: 16.66666667%;
}
.col-bg-1 {
width: 8.33333333%;
}
} @media (max-width: 479px) {
.col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
float: left;
}
.col-ts-12 {
width: 100%;
}
.col-ts-11 {
width: 91.66666667%;
}
.col-ts-10 {
width: 83.33333333%;
}
.col-ts-9 {
width: 75%;
}
.col-ts-8 {
width: 66.66666667%;
}
.col-ts-7 {
width: 58.33333333%;
}
.col-ts-6 {
width: 50%;
}
.col-ts-5 {
width: 41.66666667%;
}
.col-ts-4 {
width: 33.33333333%;
}
.col-ts-3 {
width: 25%;
}
.col-ts-2 {
width: 16.66666667%;
}
.col-ts-1 {
width: 8.33333333%;
}
} .rows-space-0 {
margin-bottom: 0;
}
.rows-space-10 {
margin-bottom: 10px;
}
.rows-space-20 {
margin-bottom: 20px;
}
.rows-space-30 {
margin-bottom: 30px;
}
.rows-space-40 {
margin-bottom: 40px;
}
.rows-space-50 {
margin-bottom: 50px;
}
.rows-space-60 {
margin-bottom: 60px;
}
.rows-space-70 {
margin-bottom: 70px;
}
.rows-space-80 {
margin-bottom: 80px;
}
.rows-space-90 {
margin-bottom: 90px;
}
.rows-space-100 {
margin-bottom: 100px;
}
.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
margin-bottom: 0;
} .vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
padding-top: 0;
}
body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
margin-left: -15px;
margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
margin-left: -15px;
margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
padding-left: 15px;
padding-right: 15px;
}
.vc_separator * {
display: block;
}
div.vc_separator .vc_sep_holder {
height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
height: auto;
top: auto;
}
@media (max-width: 1199px) {
.vc_custom_heading br {
display: none;
}
} .alignnone {
margin: 5px 20px 20px 0;
}
img.alignnone {
margin: 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: #ffffff;
max-width: 100%; padding: 5px 0;
text-align: center;
margin: 0;
}
.wp-caption.alignnone {
margin: 0 20px 20px 0;
clear: both;
}
.wp-caption.alignleft {
margin: 0 20px 20px 0;
}
.wp-caption.alignright {
margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
margin: 0 auto;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 12px;
line-height: 17px;
padding: 10px 4px 5px;
margin: 0 !important;
}
iframe {
max-width: 100% !important;
}
.alignright {
float: right;
margin: 5px 0 20px 30px;
}
.alignleft {
float: left;
margin: 5px 30px 20px 0;
}  .gallery {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.gallery {
margin-bottom: 0;
}
}
.gallery:after {
display: table;
content: "";
clear: both;
}
.gallery-caption {
color: #707070;
display: block;
font-size: 12px;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-item {
margin: 0;
float: left;
padding: 15px;
font-style: italic;
color: #666;
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.1111%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
@media (min-width: 1200px) {
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: both;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.main-container:not(.no-sidebar) .gallery .gallery-item {
min-width: 25%;
}
.main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
clear: both;
}
}
@media (max-width: 991px) {
.gallery .gallery-item {
min-width: 25%;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
clear: both;
}
}
@media (max-width: 767px) {
.gallery .gallery-item {
min-width: 33.33%;
}
}
@media (max-width: 767px) and (min-width: 480px) {
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
clear: both;
}
}
@media (max-width: 479px) {
.gallery .gallery-item {
min-width: 50%;
}
.gallery .gallery-item:nth-child(2n+1) {
clear: both;
}
}
@media (max-width: 320px) {
.gallery-columns-1 .gallery-caption,
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption,
.gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption {
display: none;
}
}
.bypostauthor {
color: inherit;
}
.sticky {
color: inherit;
}
article.sticky .post-title a::before {
font-family: 'FontAwesome', sans-serif;
content: "\f097";
padding-right: 10px;
}
.post-title,
.widget {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget select {
width: 100%;
}
.widget_rss .rss-date {
display: block;
font-size: 14px;
line-height: 30px;
color: #ababab;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
padding: 0;
text-align: center;
}
.widget_calendar .calendar_wrap #today {
color: red;
} .widget_shopping_cart .woocommerce-mini-cart__total {
padding-top: 20px;
font-size: 18px;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
font-weight: normal;
color: #333;
padding-right: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
margin-bottom: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
display: inline-block;
height: 40px;
line-height: 38px;
padding: 0 15px;
border: 1px solid #333;
color: #333;
text-align: center;
margin-right: 5px;
margin-bottom: 5px;
width: 45%;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
color: #ffffff;
background-color: #333;
} .widget_product_search .woocommerce-product-search {
position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
width: 100%;
padding-right: 90px;
}
.widget_product_search .woocommerce-product-search input[type="submit"] {
position: absolute;
top: 0;
right: 0;
border-radius: 0;
} .product_list_widget li > a {
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.product_list_widget li > a img {
max-width: 70px;
float: left;
margin-right: 10px;
}
.product_list_widget li .product-title {
font-size: 16px;
font-weight: 500;
} .widget_media_image {
position: relative;
}
.widget_media_image::before {
background: rgba(255, 255, 255, 0.4);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
opacity: 0;
z-index: 1;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.widget_media_image:hover::before {
opacity: 1;
} .widget_shopping_cart .woocommerce-mini-cart__total {
padding-top: 20px;
font-size: 18px;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
font-weight: normal;
color: #2b2b2b;
padding-right: 20px;
} .widget_product_search .woocommerce-product-search {
position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
width: 100%;
padding: 0 60px 0 25px;
border: 1px solid #eaeaea;
line-height: 48px;
height: 50px;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
background: transparent;
border: none;
color: #828282;
display: inline-block;
height: 50px;
padding: 0;
position: absolute;
right: 0;
top: 0;
text-align: center;
width: 50px;
font-size: 0;
}
.widget_product_search .woocommerce-product-search button[type="submit"]::before {
font-size: 16px;
content: "\f002";
font-family: 'FontAwesome', sans-serif;
} .product_list_widget:not(.woocommerce-mini-cart) {
padding-left: 0;
list-style: none;
}
.product_list_widget:not(.woocommerce-mini-cart) li {
position: relative;
overflow: hidden;
}
.product_list_widget:not(.woocommerce-mini-cart) img {
float: left;
max-width: 70px;
margin-right: 15px;
}
.product_list_widget:not(.woocommerce-mini-cart) li > a {
display: block;
}
.product_list_widget:not(.woocommerce-mini-cart) li > a:not(:hover) {
color: #333333;
}
.product_list_widget:not(.woocommerce-mini-cart) .product-title {
display: block;
margin-bottom: 7px;
}
.product_list_widget:not(.woocommerce-mini-cart) del .woocommerce-Price-amount {
vertical-align: middle;
} #widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
border: none;
color: #fff;
background-color: #64a0ed;
display: inline-block;
width: auto;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
width: 100%;
max-width: 270px;
height: 45px;
line-height: 45px;
font-size: 14px;
background-color: #000;
margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
background-color: #64a0ed;
} .loading-lazy {
position: relative;
display: block;
}
.lexio-accordion.loading, .tab-container.loading {
position: relative;
}
.loading-lazy::after, .lexio-accordion.loading::before, .lexio-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 8;
}
.lexio-accordion.loading::before, .tab-container.loading::before {
background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .lexio-accordion::after, .tab-container.loading::after {
width: 40px;
height: 40px;
margin: auto;
border: 3px solid #ccc;
border-top-color: #333;
border-radius: 50%;
-webkit-animation: fa-spin 2s infinite linear;
-o-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
0% {
-webkit-transform: perspective(120px)
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg)
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
} .effect {
display: inline-block;
position: relative;
overflow: hidden;
} .opacity-effect {
opacity: 1;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.opacity-effect:hover {
opacity: 0.5;
} .scale-effect:hover img {
-webkit-transition: transform 0.25s ease 0s;
-moz-transition: transform 0.25s ease 0s;
-o-transition: transform 0.25s ease 0s;
transition: transform 0.25s ease 0s;
}
.scale-effect:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
} .normal-effect::after {
position: absolute;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
opacity: 0;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.normal-effect:hover::after {
opacity: 0.3;
}
.normal-effect.dark-bg::after {
background-color: #000;
}
.normal-effect.light-bg::after {
background-color: #fff;
} .plus-zoom::before,
.plus-zoom::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1;
}
.plus-zoom:hover::before {
right: 50%;
left: 50%;
background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after {
top: 50%;
bottom: 50%;
background-color: rgba(255, 255, 255, 0.5);
} .bounce-in:hover img {
-webkit-animation: bounceIn 0.5s ease;
-o-animation: bounceIn 0.5s ease;
animation: bounceIn 0.5s ease;
} .border-zoom::before,
.border-zoom::after {
position: absolute;
content: '';
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}
.border-zoom::before {
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.2);
}
.border-zoom::after {
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after {
opacity: 1;
}
.border-zoom:hover::after {
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
} .border-scale {
background-color: #000;
}
.border-scale::before,
.border-scale::after {
content: '';
position: absolute;
z-index: 1;
border-color: #fff;
border-style: solid;
}
.border-scale::before,
.border-scale::after,
.border-scale img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.border-scale::before {
left: 50%;
right: 50%;
top: 10px;
bottom: 10px;
border-width: 2px 0 2px 0;
}
.border-scale::after {
top: 50%;
bottom: 50%;
left: 10px;
right: 10px;
border-width: 0 2px 0 2px;
}
.border-scale:hover::before {
left: 10px;
right: 10px;
}
.border-scale:hover::after {
top: 10px;
bottom: 10px;
}
.border-scale:hover img {
opacity: 0.7;
} @-webkit-keyframes underline-link {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
50.01% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes underline-link {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
50.01% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
} @font-face {
font-family: "BebasNeue";
src: url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/fonts/BebasNeue-Regular.otf?v=1.0.4) format("opentype");
font-style: normal;
font-weight: normal;
}
html, body {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 26px;
color: #7e7e7e;
}
label {
font-family: 'BebasNeue', sans-serif;
font-weight: normal;
color: #000000;
}
a, body .vc_custom_heading a {
color: #000000;
text-decoration: none;
-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
}
a:hover, a:focus, a:active,
body .vc_custom_heading a:focus, body .vc_custom_heading a:hover, body .vc_custom_heading a:visited {
text-decoration: none;
outline: none;
color: #64a0ed;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'BebasNeue', sans-serif;
font-weight: normal;
letter-spacing: 0.1em;
line-height: 1.2;
color: #000000;
margin-top: 10px;
margin-bottom: 20px;
}
blockquote, q {
display: inline-block;
padding: 10px 22px 12px 22px;
border-left: 4px solid #64a0ed;
color: #000000;
font-size: 18px;
line-height: 30px;
}
dt, dd {
line-height: 30px;
} input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
border: 1px solid #e9e9e9;
border-radius: 0;
padding: 0 26px;
max-width: 100%;
background-color: transparent;
font-size: 16px;
height: 56px;
line-height: 56px;
}
textarea {
display: block;
line-height: 28px;
padding: 15px 26px;
height: auto;
width: 100%;
}
select {
padding: 0 33px 0 15px;
background: url(//www.pioneerproductionsptv.com/wp-content/themes/lexio/assets/images/select-arrow.png) center right no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
}
select::-ms-expand {
display: none;
}
button, input[type="submit"] {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
height: 56px;
line-height: 56px;
font-size: 16px;
letter-spacing: 0.2em;
color: #ffffff;
padding: 0 15px;
background: #000000;
border: none;
border-radius: 0;
-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
-moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
} table {
border: 1px solid #ebebeb;
border-collapse: collapse;
border-spacing: 0;
table-layout: auto;
width: 100%;
margin-bottom: 20px;
}
table thead {
background-color: #f8f8f8;
}
th, td {
border: 1px solid #ebebeb;
padding: 10px;
}
@media (max-width: 991px) {
th, td {
padding: 5px;
}
} .slick-arrow {
background: rgba(0, 0, 0, 0.8);
width: 30px;
height: 70px;
text-align: center;
cursor: pointer;
color: #fff;
font-size: 12px;
line-height: 70px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.slick-arrow:hover {
color: #64a0ed;
}
.slick-arrow.prev {
left: 0;
}
.slick-arrow.next {
right: 0;
}
.slick-dots {
padding-left: 0;
list-style: none;
text-align: center;
padding-top: 40px;
}
.slick-dots li {
display: inline-block;
}
.slick-dots li button {
font-size: 0;
background-color: rgba(51, 51, 51, 0.3);
padding: 0;
display: inline-block;
width: 20px;
height: 3px;
margin: 6px;
vertical-align: middle;
background-color: #c5c5c5;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
background-color: #000000;
}
.dots-light .slick-dots li button {
background-color: rgba(255, 255, 255, .2);
}
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li.slick-active button {
background-color: #ffffff;
}
@media (max-width: 1199px) {
.slick-dots {
padding-top: 30px;
}
} .header-position {
padding: 47px 0;
-webkit-transition: padding 0.4s ease 0s;
-moz-transition: padding 0.4s ease 0s;
-o-transition: padding 0.4s ease 0s;
transition: padding 0.4s ease 0s;
}
.container-outer {
width: 1690px;
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.header .container-outer {
padding-left: 35px;
padding-right: 35px;
}
.container-inner {
width: 848px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 13px;
} .header-transparent {
position: relative;
z-index: 10;
}
.header-transparent .header-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
} .main-menu {
padding: 0;
list-style: none;
}
.main-menu .menu-item {
list-style: none;
position: relative;
}
.main-menu > .menu-item > a {
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
letter-spacing: 0.2em;
line-height: 39px;
vertical-align: middle;
position: relative;
display: inline-block;
}
.header.light .main-menu > .menu-item > a {
color: #fff;
}
.header .main-menu > .menu-item:hover > a {
color: #64a0ed;
}
.main-menu .menu-item > a .image {
position: absolute;
right: -4px;
top: -10px;
z-index: 1;
}
.main-menu .menu-item > a > span {
font-size: 16px;
} .main-menu .menu-item .submenu {
padding-left: 0;
text-align: left;
-webkit-transition: opacity 0.25s, margin 0.25s ease 0s;
-moz-transition: opacity 0.25s, margin 0.25s ease 0s;
-o-transition: opacity 0.25s, margin 0.25s ease 0s;
transition: opacity 0.25s, margin 0.25s ease 0s;
z-index: 10;
-webkit-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.05);
box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.05);
}
.main-menu > .menu-item .submenu:not(.megamenu) {
padding-top: 17px;
padding-bottom: 17px;
}
.main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
padding: 0 25px 0 30px;
}
.main-menu > .menu-item .submenu.megamenu {
padding: 0 15px;
}
.main-menu > .menu-item .submenu.megamenu > .vc_row {
padding: 42px 15px 53px 15px;
}
.main-menu > .menu-item .submenu .menu-item::before {
content: '';
display: none;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: -webkit-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: calc(100% + 10px);
height: 100%;
z-index: -1;
}
.main-menu > .menu-item .submenu .menu-item:hover::before {
display: block;
}
.main-menu > .menu-item .submenu .menu-item > a {
font-size: 14px;
line-height: 26px;
display: block;
padding: 5px 0;
}
.main-menu .menu-item .submenu .menu-item a {
color: #5f5f5f;
}
.main-menu .menu-item .submenu .menu-item a > span {
position: relative;
}
.main-menu .menu-item .submenu .menu-item:hover > a {
color: #64a0ed;
}
.main-menu .toggle-submenu {
display: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
cursor: pointer;
color: #000;
}
.main-menu .menu-item:hover > .toggle-submenu {
color: #64a0ed;
}  .main-menu > .menu-item {
padding: 0 16px;
display: inline-block;
}
.main-menu > .menu-item:first-child {
padding-left: 0;
}
.main-menu > .menu-item:last-child {
padding-right: 0;
}
.main-menu > .menu-item.parent::before {
display: none;
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 100%;
left: 0;
}
.main-menu > .menu-item.parent:hover::before {
display: block;
} .main-menu .menu-item .submenu {
position: absolute;
min-width: 260px;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
margin-top: 35px;
}
.main-menu .menu-item:hover > .submenu {
opacity: 1;
visibility: visible;
}
.main-menu > .menu-item > .submenu {
top: 100%;
}
.main-menu > .menu-item > .submenu:not(.megamenu) {
left: 0;
}
.main-menu > .menu-item:hover > .submenu {
margin-top: 20px;
}
.main-menu > .menu-item > .submenu .submenu {
top: -17px;
right: 100%;
margin-top: 15px;
}
.main-menu .submenu .menu-item:hover > .submenu {
margin-top: 0;
} .main-menu .toggle-submenu::before {
display: block;
content: '\f106';
font-family: 'FontAwesome', sans-serif;
height: 36px;
line-height: 36px;
width: 25px;
text-align: center;
font-size: 18px;
z-index: 10;
}
.main-menu .submenu .toggle-submenu {
display: block;
}
.main-menu .submenu .toggle-submenu::before {
height: 36px;
line-height: 36px;
width: 30px;
font-size: 14px;
content: '\f104';
}
.main-menu .submenu .submenu .toggle-submenu {
display: none;
}
.menu-bar {
display: inline-block;
width: 30px;
height: 30px;
padding: 6px 0;
}
.header.light .menu-bar:not(:hover) {
color: #fff;
}
.menu-bar .menu-icon {
display: block;
}
.menu-bar .menu-icon > span {
display: block;
height: 2px;
background-color: currentColor;
margin-bottom: 5px;
}
@media (max-width: 1199px) {
.header-position {
padding: 30px 0;
}
.main-menu > .menu-item {
padding: 0 13px;
}
.main-menu > .menu-item > a {
letter-spacing: 0.1em;
}
}
@media (min-width: 1025px) {
.header-position.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99;
background-color: rgba(0, 0, 0, .8);
padding-top: 20px;
padding-bottom: 20px;
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}
.header.dark .header-position.fixed {
background-color: rgba(255, 255, 255, 1);
}
.admin-bar .header-position.fixed {
top: 32px;
}
.menu-bar {
display: none;
}
}
@media (max-width: 1024px) {
.header .container-outer {
padding-left: 27px;
padding-right: 27px;
}
.header-position {
padding: 20px 0;
}
.lexio-menu-wapper {
display: none;
}
}
@media (max-width: 767px) {
.header .container-outer {
padding-left: 20px;
padding-right: 20px;
}
}
.lexio-menu-clone-wrap .vc_column-inner {
padding: 0 15px !important;
}
.lexio-menu-clone-wrap .vc_row {
padding: 0 0 15px 0 !important;
}
.lexio-menu-clone-wrap [class^="vc_col-"],
.lexio-menu-clone-wrap [class*=" vc_col-"] {
width: 100% !important;
float: none;
}  .post-thumb img {
position: relative;
z-index: 1;
}
.post-title {
margin-top: 0;
}
.post-title a:not(:hover) {
color: inherit;
}
.post-item .post-comment,
.post-item .categories,
.post-item .tags,
.post-item .date {
display: inline-block;
font-size: 16px;
line-height: 28px;
}
.post-item .post-comment a:not(:hover),
.post-item .date a:not(:hover),
.post-item .categories a:not(:hover),
.post-item .tags a:not(:hover) {
color: #a3a3a3;
}
.post-item .categories,
.post-item .date {
display: block;
}
.post-item .date a::before {
font-family: 'Pe-icon-7-stroke', sans-serif;
content: "\e66b";
font-weight: 700;
position: relative;
top: 3px;
padding-right: 3px;
font-size: 22px;
}
.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
content: '';
display: table;
}
.page-main-content::after,
.post-content::after {
clear: both;
}
.post-content p:last-child {
margin-bottom: 0;
display: inline-block;
width: 100%;
}
.post-item .tags {
display: inline-block;
width: 100%;
margin-top: 20px;
} body.single-post .lexio-share-socials {
display: inline-block;
width: 100%;
text-align: center;
border-top: 1px solid #e9e9e9;
padding-top: 40px;
margin-top: 65px;
}
.lexio-share-socials > span {
font-family: 'BebasNeue', sans-serif;
display: block;
font-size: 14px;
line-height: 30px;
letter-spacing: 0.2em;
color: #000000;
margin-bottom: 10px;
}
.lexio-share-socials > span:first-child {
font-size: 20px;
letter-spacing: 0.1em;
margin-bottom: 40px;
padding-bottom: 20px;
position: relative;
text-align: center;
}
.lexio-share-socials > span:first-child::before {
border-bottom: 1px solid #64a0ed;
bottom: 0;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 50px;
}
.lexio-share-socials a {
display: inline-block;
font-size: 16px;
width: 48px;
height: 48px;
line-height: 46px;
text-align: center;
border-radius: 50%;
border: 2px solid;
margin: 11px;
} .header-post {
position: relative;
text-align: center;
margin-bottom: 55px;
}
.post-item.post-single .single-title {
position: relative;
}
.post-item.post-single .post-title {
font-size: 50px;
line-height: 1.2;
letter-spacing: 0.1em;
position: relative;
max-width: 640px;
padding: 0 37px 25px 37px;
margin: -9px auto 12px auto;
}
.post-item.post-single .post-title a::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
content: '';
width: 135px;
border-bottom: 2px solid #64a0ed;
}
.other-post {
position: absolute;
top: 35%;
cursor: pointer;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.other-post.nav-prev {
left: 0;
}
.other-post.nav-next {
right: 0;
}
.other-post a {
color: #7e7e7e;
}
.other-post:hover a {
color: #000;
}
.other-post:hover a::before {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 90px;
height: 90px;
}
.other-post a .arrow {
display: block;
width: 35px;
height: 35px;
position: relative;
}
.other-post a .arrow::before {
border-bottom: 2px solid;
content: "";
position: absolute;
left: 0;
top: 18px;
width: 35px;
}
.other-post a .arrow::after {
content: '';
display: block;
width: 18px;
height: 18px;
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position: absolute;
right: 3px;
top: 10px;
}
.other-post.nav-prev a .arrow {
transform: rotate(180deg);
}
.other-post a .thumb-nav {
opacity: 0;
visibility: hidden;
border: 6px solid #ffffff;
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity 0.4s ease 0s;
-moz-transition: opacity 0.4s ease 0s;
-o-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
width: 227px;
-webkit-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
z-index: 2;
}
.other-post.nav-prev a .thumb-nav {
right: 100%;
margin-right: 25px;
}
.other-post.nav-next a .thumb-nav {
left: 100%;
margin-left: 25px;
}
.other-post a:hover .thumb-nav {
opacity: 1;
visibility: visible;
}
.post-item.post-single .post-thumb {
margin-bottom: 45px;
} .post-related-wrap {
border-top: 1px solid #e9e9e9;
padding-top: 55px;
margin-top: 52px;
}
.related-title {
font-size: 20px;
line-height: 30px;
letter-spacing: 0.1em;
margin-top: 0;
margin-bottom: 45px;
position: relative;
padding-bottom: 20px;
text-align: center;
}
.related-title::before {
border-bottom: 1px solid #64a0ed;
bottom: 0;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 50px;
}
.blog-grid .post-grid {
margin-bottom: 52px;
}
.post-grid .post-thumb {
position: relative;
overflow: hidden;
margin-bottom: 32px;
}
.post-grid .post-thumb::before {
content: '';
position: absolute;
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: transform 0.25s ease 0s;
-moz-transition: transform 0.25s ease 0s;
-o-transition: transform 0.25s ease 0s;
transition: transform 0.25s ease 0s;
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: 2;
pointer-events: none;
}
.post-grid .post-thumb:hover::before {
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.post-grid .date {
margin-bottom: 6px;
}
.post-grid .post-title {
font-size: 20px;
letter-spacing: 0.1em;
margin-bottom: 18px;
} body .blog-standard .wpb_content_element {
margin-bottom: 35px;
}
.blog-standard .container-inner {
width: auto;
}
.blog-standard .post-item {
margin-bottom: 85px;
}
.blog-standard .post-title {
font-size: 38px;
position: relative;
padding-bottom: 15px;
margin-bottom: 25px;
margin-top: -10px;
}
.blog-standard .post-title a::after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 100px;
border-bottom: 2px solid #64a0ed;
}
.blog-standard .header-post {
margin-bottom: 30px;
text-align: inherit;
}
.blog-standard .post-thumb {
margin-bottom: 45px;
}
.blog-standard .post-item .categories,
.blog-standard .post-item .date {
display: inline;
}
.blog-standard .post-item .date::after {
content: '|';
font-size: 20px;
font-weight: 300;
vertical-align: middle;
padding: 0 15px;
color: #a3a3a3;
position: relative;
top: -1px;
} .post-item .boxdate {
background-color: #fff;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.post-item .boxdate a {
display: block;
font-family: 'BebasNeue', sans-serif;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
padding: 9px 5px;
min-width: 51px;
}
.post-item .boxdate span {
display: block;
position: relative;
line-height: 34px;
}
.post-item .boxdate span:first-child::before {
content: '';
position: absolute;
bottom: 0;
left: 47%;
width: 26px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-bottom: 1px solid #c0c0c0;
}
.post-item .readmore {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
text-align: center;
font-size: 14px;
letter-spacing: 0.2em;
margin-top: 30px;
}
.post-item .readmore span {
position: relative;
display: inline-block;
width: 17px;
margin-left: 10px;
vertical-align: middle;
}
.post-item .readmore span::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: inline-block;
width: 17px;
border-bottom: 2px solid;
}
.post-item .readmore span::after {
content: '';
position: absolute;
top: -3px;
display: block;
width: 8px;
height: 8px;
border-top: 1px solid;
border-right: 1px solid;
right: 0;
transform: rotate(45deg);
}
.post-item .post-comment a {
padding-left: 28px;
position: relative;
}
.post-item .post-comment a::before {
font-family: 'Pe-icon-7-stroke', sans-serif;
content: "\e668";
font-weight: 700;
position: absolute;
top: 0;
left: 0;
font-size: 22px;
}
.lexio-blog .meta-wrap {
padding-bottom: 15px;
}
.post-grid .meta-wrap {
overflow: hidden;
padding-top: 15px;
margin-top: 22px;
border-top: 1px solid #e6e6e6;
}
.post-grid .meta-wrap .date {
display: inline-block;
}
.post-grid .meta-wrap .post-comment {
display: inline-block;
float: right;
}
@media (max-width: 1700px) {
.other-post a .thumb-nav,
.other-post:hover a::before {
display: none;
}
}
@media (max-width: 1024px) {
.header-post {
margin-bottom: 35px;
}
.post-item.post-single .post-title {
font-size: 40px;
margin-top: -8px;
margin-bottom: 0;
padding-bottom: 25px;
}
}
@media (max-width: 767px) {
.post-item.post-single .post-title {
font-size: 30px;
margin-top: -4px;
padding-bottom: 25px;
}
.other-post a .arrow::before {
left: 10px;
width: 23px;
}
.other-post a .arrow::after {
width: 12px;
height: 12px;
top: 13px;
}
}  .comments-area {
border-top: 1px solid #e9e9e9;
padding-top: 52px;
margin-top: 57px;
}
.comments-area .comments-title {
font-size: 20px;
line-height: 30px;
letter-spacing: 0.1em;
margin-top: 0;
margin-bottom: 40px;
padding-bottom: 20px;
position: relative;
text-align: center;
}
.comments-area .comments-title::before {
border-bottom: 1px solid #64a0ed;
bottom: 0;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 50px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
list-style: none;
}
.comments-area .no-comments {
margin-top: 20px;
} .commentlist {
list-style: none;
padding-left: 0;
max-width: 848px;
margin-left: auto;
margin-right: auto;
}
.comment:not(:last-child) {
border-bottom: 1px solid #eeeeee;
padding-bottom: 50px;
margin-bottom: 58px;
}
.commentlist .children {
padding-left: 58px;
padding-top: 58px;
margin-top: 50px;
border-top: 1px solid #eeeeee;
}
.comment_container {
overflow: hidden;
}
.comment_container .avatar {
float: left;
max-width: 110px;
margin-right: 18px;
}
.comment-text {
overflow: hidden;
position: relative;
}
.comment-text .meta {
margin-bottom: 10px;
}
.comment-text .woocommerce-review__dash {
display: none;
}
.comment-text .woocommerce-review__author,
.comment-text .comment-author {
display: block;
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.2em;
font-weight: 500;
color: #000000;
margin-top: -2px;
margin-bottom: 5px;
}
.comment-text .comment-author {
padding-right: 75px;
}
.comment-text .woocommerce-review__published-date,
.comment-text .comment-date {
display: inline-block;
font-size: 16px;
line-height: 16px;
margin-bottom: 15px;
padding-right: 75px;
}
.comment-text .woocommerce-review__published-date,
.comment-text .comment-date:not(:hover) {
color: #c2c2c2;
}
.comment-text p:last-child {
margin-bottom: 0;
}
.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
position: absolute;
top: 0;
font-size: 0;
right: 0;
}
.comment-text .comment-edit-link:not(:hover),
.comment-text .comment-reply-link:not(:hover) {
color: #c2c2c2;
}
.comment-text .comment-edit-link::before {
font-family: 'FontAwesome', sans-serif;
content: "\f044";
font-size: 14px;
}
.comment-text .comment-reply-link::before {
font-family: 'FontAwesome', sans-serif;
content: '\f112';
font-size: 14px;
}
.comment-text .comment-edit-link ~ .comment-reply-link {
right: 25px
} .pingback {
padding-bottom: 20px;
}
.pingback > p > a {
padding-left: 5px;
}
.pingback .edit-link {
display: inline-block;
}
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
padding: 0 5px;
} .commentlist ~ .comment-respond,
.commentlist .comment-respond {
border-top: 1px solid #e9e9e9;
padding-top: 52px;
margin-top: 74px;
}
.comment-respond .comment-reply-title {
font-size: 22px;
line-height: 30px;
letter-spacing: 0.1em;
margin-bottom: 45px;
margin-top: 0;
padding-bottom: 20px;
position: relative;
text-align: center;
}
.comment-respond .comment-reply-title::before {
border-bottom: 1px solid #64a0ed;
bottom: 0;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 50px;
}
.comment-respond span.comment-reply-title {
margin-bottom: 20px;
margin-top: 10px;
}
.comment-form {
max-width: 848px;
margin-left: auto;
margin-right: auto;
}
.comment-form .comment-reply-content > label,
.comment-form .comment-form-rating > label,
.comment-form .comment-form-comment > label {
display: block;
font-size: 16px;
line-height: 30px;
color: #7e7e7e;
font-family: inherit;
}
.required {
color: #7e7e7e;
font-weight: normal;
}
.comment-form .comment-reply-content {
float: left;
margin-bottom: 33px;
width: calc(50% - 15px);
}
.comment-form .comment-reply-content.right {
float: right;
}
.comment-form .comment-reply-content input {
width: 100%;
}
.comment-form .comment-form-comment {
display: inline-block;
width: 100%;
margin-bottom: 25px;
}
.comment-form .form-submit {
padding-top: 20px;
}
.comment-form .form-submit #submit {
min-width: 228px;
}
.comment-form .form-submit #submit:hover {
background-color: #64a0ed;
}
.woocommerce-Reviews-title {
display: none;
}
@media (max-width: 1199px) {
.commentlist,
.comment-form {
max-width: 100%;
}
}
@media (max-width: 991px) {
.blog-standard .post-title {
font-size: 28px;
}
.comment-form .comment-reply-content {
width: 100%;
float: none !important;
}
}
@media (max-width: 767px) {
.comments-area {
padding-top: 30px;
margin-top: 30px;
}
.commentlist ~ .comment-respond, .commentlist .comment-respond {
padding-top: 30px;
margin-top: 30px;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
margin-bottom: 25px;
}
.commentlist .children {
padding-left: 25px;
padding-top: 30px;
margin-top: 30px;
}
.comment_container .avatar {
float: none;
}
.comment-text {
margin-top: 15px;
}
} .single-portfolio .header,
.single-portfolio .footer {
display: none;
}
.header-porfolio {
padding-top: 20px;
padding-bottom: 20px;
background-color: #ffffff;
}
.header-porfolio .back-to-portfolio {
display: inline-block;
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.2em;
margin: 14px 0;
}
.header-porfolio .back-to-portfolio .arrow {
transform: rotate(180deg);
position: relative;
display: inline-block;
width: 28px;
height: 24px;
margin-right: 16px;
vertical-align: middle;
}
.header-porfolio .back-to-portfolio .arrow::before {
border-bottom: 2px solid;
content: "";
position: absolute;
left: 0;
top: 12px;
width: 28px;
}
.header-porfolio .back-to-portfolio .arrow::after {
content: '';
display: block;
width: 10px;
height: 10px;
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position: absolute;
right: 0;
top: 8px;
}
.header-porfolio .lexio-share-socials {
display: inline-block;
}
.lexio-share-socials > span:nth-child(2) {
display: none;
}
.header-porfolio .lexio-share-socials > span:nth-child(1) {
display: none;
}
.header-porfolio .lexio-share-socials > span:nth-child(2) {
display: inline-block;
line-height: 26px;
margin: 10px 14px 10px 0;
}
.header-porfolio .lexio-share-socials a {
width: 43px;
height: 43px;
line-height: 41px;
margin: 5px;
} .footer-porfolio {
background-color: #090909;
padding-top: 58px;
padding-bottom: 58px;
position: relative;
z-index: 1;
}
.footer-porfolio .container-outer::before,
.footer-porfolio .container-outer::after {
content: '';
display: table;
}
.footer-porfolio .container-outer::after {
clear: both;
}
.other-port {
width: -webkit-calc(50% - 60px);
width: -moz-calc(50% - 60px);
width: calc(50% - 60px);
}
.other-port.nav-prev {
float: left;
text-align: left;
padding-left: 45px;
}
.other-port.nav-next {
float: right;
text-align: right;
padding-right: 45px;
}
.other-port a {
position: relative;
display: block;
}
.other-port a:not(:hover) {
color: #fff;
}
.other-port a::before {
display: none;
content: '';
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: transparent;
height: 40px;
}
.other-port a:hover::before {
display: block;
}
.other-port .nav-img {
opacity: 0;
visibility: hidden;
position: absolute;
bottom: 100%;
border: 6px solid #ffffff;
margin-bottom: 24px;
-webkit-transition: opacity 0.25s ease 0s;
-moz-transition: opacity 0.25s ease 0s;
-o-transition: opacity 0.25s ease 0s;
transition: opacity 0.25s ease 0s;
}
.other-port a:hover .nav-img {
opacity: 1;
visibility: visible;
}
.other-port.nav-prev .nav-img {
left: 0;
-webkit-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.12);
box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.12);
}
.other-port.nav-next .nav-img {
right: 0;
-webkit-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
}
.other-port .nav-img::before {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 6px 0 6px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
bottom: -14px;
}
.other-port.nav-prev .nav-img::before {
left: 45px;
}
.other-port.nav-next .nav-img::before {
right: 45px;
}
.other-port .project-text .meta-nav {
display: block;
font-family: 'BebasNeue', sans-serif;
font-size: 14px;
line-height: 20px;
color: #989898;
letter-spacing: 0.2em;
}
.other-port .project-text .project-title {
font-family: 'BebasNeue', sans-serif;
font-size: 22px;
letter-spacing: 0.2em;
line-height: 30px;
} .other-port a .arrow {
display: block;
width: 28px;
height: 28px;
transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
position: absolute;
top: 20px;
}
.other-port.nav-prev a .arrow {
left: -45px;
}
.other-port.nav-next a .arrow {
right: -45px;
}
.other-port a .arrow::before {
border-bottom: 2px solid;
content: "";
position: absolute;
left: 0;
top: 14px;
width: 28px;
}
.other-port a .arrow::after {
content: '';
display: block;
width: 10px;
height: 10px;
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position: absolute;
right: 0;
top: 10px;
}
.other-port.nav-prev a .arrow {
transform: rotate(180deg);
}
.footer-porfolio .project-link {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 93px;
height: 93px;
border: 3px solid #fff;
}
.footer-porfolio .project-link::before,
.footer-porfolio .project-link::after,
.footer-porfolio .project-link span::before,
.footer-porfolio .project-link span::after {
content: '';
display: block;
width: 13px;
height: 13px;
border-radius: 50%;
background-color: #fff;
position: absolute;
}
.footer-porfolio .project-link::before {
top: 28px;
left: 28px;
}
.footer-porfolio .project-link::after {
top: 28px;
right: 28px;
}
.footer-porfolio .project-link span::before {
bottom: 28px;
left: 28px;
}
.footer-porfolio .project-link span::after {
bottom: 28px;
right: 28px;
}
.footer-porfolio .project-link:hover {
border-color: #64a0ed;
}
.footer-porfolio .project-link:hover::before,
.footer-porfolio .project-link:hover::after,
.footer-porfolio .project-link:hover span::before,
.footer-porfolio .project-link:hover span::after {
background-color: #64a0ed;
} .portfolio-single::before,
.portfolio-single::after {
content: '';
display: block;
}
.portfolio-single::after {
clear: both;
}
.portfolio-single .post-title {
font-size: 36px;
line-height: 1.2;
position: relative;
padding-bottom: 35px;
margin-bottom: 45px;
}
.portfolio-single .post-title a::after {
display: block;
content: '';
width: 166px;
border-bottom: 2px solid #64a0ed;
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.portfolio-single .portfolio-meta {
margin-bottom: 40px;
}
.portfolio-single .portfolio-meta > div {
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.2em;
position: relative;
}
.portfolio-single .portfolio-meta > div:not(:last-child) {
padding-right: 27px;
margin-right: 23px;
}
.portfolio-single .portfolio-meta > div:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border-left: 1px solid #a6a6a6;
height: 36px;
}
.portfolio-single .portfolio-link {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
min-width: 228px;
height: 55px;
line-height: 55px;
padding: 0 15px;
text-align: center;
background-color: #000000;
color: #ffffff;
font-size: 16px;
letter-spacing: 0.2em;
margin-top: 57px;
}
.portfolio-single .portfolio-link:hover {
background-color: #64a0ed;
}
.post-gallery .widget_media_video,
.post-gallery figure {
margin-top: 75px;
position: relative;
}
.post-gallery figure::before {
position: absolute;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.post-gallery figure:hover::before {
opacity: 0.3;
} .portfolio-single.style1 {
text-align: center;
margin-bottom: 115px;
}
.portfolio-single.style1 .post-thumb {
margin-bottom: 95px;
}
.portfolio-single.style1 .portfolio-info {
padding-left: 15px;
padding-right: 15px;
width: 1170px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.portfolio-single.style1 .portfolio-meta > div {
color: #000000;
}
.portfolio-single.style1 .portfolio-meta a {
color: #64a0ed;
} .portfolio-single.style2 #move-down {
width: 1170px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.portfolio-single.style2 .post-title a {
color: #ffffff;
}
.portfolio-single.style2 .post-thumb {
background: center center no-repeat fixed;
background-size: cover;
text-align: center;
padding: 318px 0;
position: relative;
margin-bottom: 80px;
}
.portfolio-single.style2 .post-thumb::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
background-color: rgba(0, 0, 0, 0.5);
pointer-events: none;
}
.portfolio-single.style2 .post-thumb .container {
position: relative;
}
.portfolio-single.style2 .post-thumb .container,
.portfolio-single.style2 .post-thumb .icon-mouse {
z-index: 1;
}
.portfolio-single.style2 .portfolio-meta > div,
.portfolio-single.style2 .portfolio-meta a {
color: #ffffff;
}
.icon-mouse {
display: block;
width: 29px;
height: 48px;
border-radius: 33px;
border: 2px solid #ffffff;
position: absolute;
bottom: 50px;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
}
.icon-mouse::before {
content: '';
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #ffffff;
position: absolute;
top: 10px;
left: 0;
right: 0;
margin: auto;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
animation: scroll 0.9s linear 0s normal none infinite running;
}
@-webkit-keyframes scroll {
0% {
top: 2px;
}
100% {
top: 17px;
}
}
@keyframes scroll {
0% {
top: 2px;
}
100% {
top: 17px;
}
}
.icon-mouse:hover {
border-color: #64a0ed;
}
.icon-mouse:hover::before {
background-color: #64a0ed;
}
.portfolio-single.style2 {
padding-bottom: 70px;
} .portfolio-single.style3 {
margin-bottom: 94px;
width: 1690px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.portfolio-single.style3 .post-thumb,
.portfolio-single.style3 .sticky-content {
float: left;
width: 50%;
}
.portfolio-single.style3 .post-thumb .widget_media_video,
.portfolio-single.style3 .post-thumb img:not(:last-child) {
margin-bottom: 28px;
}
.portfolio-single.style3 .sticky-content {
padding-left: 68px;
padding-top: 115px;
}
.portfolio-single.style3 .post-title a::after {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.portfolio-single.style3 .portfolio-meta > div {
color: #000000;
}
.portfolio-single.style3 .portfolio-meta a {
color: #64a0ed;
} .portfolio-single.style4 .post-thumb {
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
padding-top: 160px;
padding-bottom: 115px;
position: relative;
}
.portfolio-single.style4 .post-thumb::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.76);
z-index: 1;
}
.portfolio-single.style4 .post-thumb > div {
position: relative;
z-index: 1;
}
.portfolio-single.style4 .post-thumb-inner {
width: 930px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.portfolio-single.style4 .post-title a::after {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.portfolio-single.style4 .portfolio-meta > div {
color: #000000;
}
.portfolio-single.style4 .portfolio-meta a {
color: #64a0ed;
}
.portfolio-wrap {
position: relative;
}
.portfolio-wrap .portfolio-btn {
cursor: pointer;
display: block;
width: 55px;
height: 55px;
line-height: 52px;
font-size: 20px;
text-align: center;
color: #ffffff;
background-color: #64a0ed;
}
.portfolio-wrap:hover .portfolio-btn {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.portfolio-wrap .portfolio-info {
opacity: 0;
visibility: hidden;
width: 844px;
height: 606px;
background-color: #ffffff;
padding: 79px 40px 60px 70px;
position: absolute;
left: 0;
bottom: 55px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio-wrap:hover .portfolio-info {
opacity: 1;
visibility: visible;
}
.portfolio-wrap .scrollbar-macosx {
height: 100%;
}
.portfolio-wrap .portfolio-inner {
padding-right: 10px;
} .filter-button-group .filter-list {
margin-bottom: 65px;
text-align: center;
}
.filter-button-group .filter-list a {
display: inline-block;
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
letter-spacing: 0.2em;
line-height: inherit;
border: none;
border-radius: 0;
position: relative;
padding-bottom: 3px;
margin: 0 20px 4px 20px;
}
.filter-button-group .filter-list a.active {
color: #64a0ed;
}
.filter-button-group .filter-list a::before {
border-bottom: 2px solid;
bottom: 0;
left: 0;
content: '';
position: absolute;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
width: 100%;
}
.filter-button-group .filter-list a:hover::before,
.filter-button-group .filter-list a.active::before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.lexio-isotope {
margin-left: -15px;
margin-right: -15px;
}
.lexio-isotope .isotope-item {
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 1199px) {
.post-gallery .widget_media_video,
.post-gallery figure {
margin-top: 30px;
}
.portfolio-single .portfolio-meta {
margin-bottom: 25px;
}
.portfolio-single .portfolio-link {
margin-top: 30px;
}
.portfolio-single.style1 .post-thumb {
margin-bottom: 60px;
}
.portfolio-single.style2 .post-thumb {
padding: 200px 0;
}
.icon-mouse {
bottom: 25px;
}
.portfolio-single.style3 .sticky-content {
padding-left: 30px;
}
}
@media (max-width: 1024px) {
.portfolio-wrap .portfolio-btn {
display: none;
}
.portfolio-wrap .portfolio-info {
opacity: 1;
visibility: visible;
width: auto;
height: auto;
padding: 30px 15px;
position: static;
margin-top: 35px;
}
}
@media (max-width: 767px) {
.header-porfolio .col-xs-12 {
text-align: center;
}
.header-porfolio .lexio-share-socials > span:nth-child(2) {
display: block;
margin-right: 0;
}
.other-port .nav-img,
.other-port .project-text .meta-nav,
.other-port .project-text .project-title {
display: none;
}
.other-port a .arrow {
top: -10px;
}
.footer-porfolio .project-link {
width: 80px;
height: 80px;
}
.footer-porfolio .project-link::before,
.footer-porfolio .project-link::after,
.footer-porfolio .project-link span::before,
.footer-porfolio .project-link span::after {
width: 8px;
height: 8px;
}
.portfolio-single .portfolio-meta > div:not(:last-child) {
padding-right: 17px;
margin-right: 12px;
}
.portfolio-single .portfolio-meta > div:not(:last-child)::after {
display: none;
}
.portfolio-single .post-title {
padding-bottom: 20px;
margin-bottom: 20px;
}
.portfolio-single.style2 .post-thumb {
padding: 150px 0;
}
.portfolio-single.style3 .post-thumb,
.portfolio-single.style3 .sticky-content {
width: 100%;
}
.portfolio-single.style3 .sticky-content {
padding-top: 30px;
padding-left: 0;
}
.filter-button-group .filter-list a {
margin: 0 15px 4px 15px;
}
}
@media (max-width: 480px) {
.portfolio-single .portfolio-meta > div {
width: 100%;
}
.portfolio-single .portfolio-meta > div:not(:last-child) {
margin: 0;
padding: 0;
}
}  .woocommerce-result-count {
display: inline-block;
margin-bottom: 0;
line-height: 40px;
padding-right: 30px;;
}
.woocommerce-ordering {
float: right;
margin-bottom: 40px;
display: inline-block;
}
ul.products {
padding-left: 0;
list-style: none;
margin-left: -15px;
margin-right: -15px;
}
ul.products::before,
ul.products::after {
content: '';
display: table;
}
ul.products::after {
clear: both;
}
ul.products li {
float: left;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 40px;
position: relative;
}
ul.products.columns-2 li {
width: 50%;
}
ul.products.columns-3 li {
width: 33.3333333%;
}
ul.products.columns-4 li {
width: 25%;
}
ul.products.columns-5 li {
width: 20%;
}
ul.products.columns-6 li {
width: 16.6666667%;
}
@media (min-width: 1200px) {
ul.products.columns-2 li:nth-child(2n+1),
ul.products.columns-3 li:nth-child(3n+1),
ul.products.columns-4 li:nth-child(4n+1),
ul.products.columns-5 li:nth-child(5n+1),
ul.products.columns-6 li:nth-child(6n+1) {
clear: both;
}
}
@media (max-width: 1199px) and (min-width: 768px) {
ul.products.columns-4 li,
ul.products.columns-5 li,
ul.products.columns-6 li {
width: 33.3333333%;
}
ul.products.columns-4 li:nth-child(3n+1),
ul.products.columns-5 li:nth-child(3n+1),
ul.products.columns-6 li:nth-child(3n+1) {
clear: both;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.has-sidebar ul.products.columns-3 li,
.has-sidebar ul.products.columns-4 li,
.has-sidebar ul.products.columns-5 li,
.has-sidebar ul.products.columns-6 li {
width: 50%;
}
.has-sidebar ul.products.columns-3 li:nth-child(2n+1),
.has-sidebar ul.products.columns-4 li:nth-child(2n+1),
.has-sidebar ul.products.columns-5 li:nth-child(2n+1),
.has-sidebar ul.products.columns-6 li:nth-child(2n+1) {
clear: both;
}
}
@media (max-width: 767px) and (min-width: 480px) {
ul.products.columns-3 li,
ul.products.columns-4 li,
ul.products.columns-5 li,
ul.products.columns-6 li {
width: 50%;
}
ul.products.columns-3 li:nth-child(2n+1),
ul.products.columns-4 li:nth-child(2n+1),
ul.products.columns-5 li:nth-child(2n+1),
ul.products.columns-6 li:nth-child(2n+1) {
clear: both;
}
}
@media (max-width: 479px) {
.has-sidebar ul.products.columns-3 li,
.has-sidebar ul.products.columns-4 li,
.has-sidebar ul.products.columns-5 li,
.has-sidebar ul.products.columns-6 li,
ul.products.columns-2 li,
ul.products.columns-3 li,
ul.products.columns-4 li,
ul.products.columns-5 li,
ul.products.columns-6 li {
width: 100%;
}
ul.products li img {
width: 100%;
}
}
ul.products li .woocommerce-loop-product__link {
position: relative;
display: block;
}
.onsale {
position: absolute;
right: 10px;
top: 10px;
border-radius: 20px;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: 600;
height: 24px;
letter-spacing: 2px;
line-height: 24px;
margin-bottom: 5px;
padding-left: 12px;
padding-right: 12px;
text-transform: uppercase;
z-index: 1;
background: #eb5050;
}
ul.products li figure {
margin-bottom: 29px;
position: relative;
}
ul.products li figure::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.4s ease 0s;
-moz-transition: opacity 0.4s ease 0s;
-o-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
}
ul.products li:hover figure::before {
opacity: 1;
visibility: visible;
}
ul.products li .woocommerce-loop-product__link > img {
margin-bottom: 29px;
}
ul.products li .woocommerce-loop-product__title {
font-size: 16px;
font-weight: 500;
margin-top: 0;
margin-bottom: 4px;
}
.woocommerce-Price-amount,
.price {
font-weight: 500;
color: #333;
}
.price ins {
text-decoration: none;
}
.star-rating {
white-space: nowrap;
line-height: 100%;
display: block;
font-size: 0;
position: relative;
overflow: hidden;
width: 87px;
letter-spacing: 7px;
}
.star-rating::before, .star-rating span::before {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 22px;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
line-height: 100%;
}
.star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #e2e2e2;
}
.star-rating span::before {
content: "\f005\f005\f005\f005\f005";
color: #e9c73d;
}
ul.products li .added_to_cart,
ul.products li .button {
opacity: 0;
visibility: hidden;
}
ul.products li:hover .added_to_cart,
ul.products li:hover .button {
opacity: 1;
visibility: visible;
}
ul.products li .add_to_cart_button,
ul.products li .product_type_simple,
ul.products li .product_type_grouped,
ul.products li .product_type_external,
ul.products li .added_to_cart {
display: inline-block;
width: 62px;
height: 62px;
line-height: 62px;
border-radius: 50%;
text-align: center;
font-size: 0;
background-color: #fff;
color: #000000;
position: absolute;
top: 54%;
right: calc(50% + 7px);
}
ul.products li .added {
display: none;
}
ul.products li .added_to_cart,
ul.products li .add_to_cart_button:hover,
ul.products li .product_type_simple:hover,
ul.products li .product_type_grouped:hover,
ul.products li .product_type_external:hover,
ul.products li .added:hover {
color: #64a0ed;
}
ul.products li .add_to_cart_button::after,
ul.products li .product_type_simple::after,
ul.products li .product_type_grouped::after,
ul.products li .product_type_external::after {
content: "\f101";
font-family: 'Flaticon', sans-serif;
font-size: 25px;
}
ul.products li .added_to_cart::after {
content: "\f218";
font-family: 'FontAwesome', sans-serif;
font-size: 25px;
}
ul.products li .add_to_cart_button.loading::after {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
content: "\f110";
font-size: 20px;
display: inline-block;
} .yith-wcqv-button .blockUI.blockOverlay {
border-radius: 50%;
}
#yith-quick-view-content .onsale {
top: 30px;
left: 30px;
right: auto;
}
ul.products li .yith-wcqv-button {
position: absolute;
top: 54%;
left: calc(50% + 7px);
}
.yith-wcqv-button {
display: inline-block;
width: 62px;
height: 62px;
line-height: 62px;
border-radius: 50%;
text-align: center;
font-size: 0;
background-color: #fff;
color: #000000;
}
.yith-wcqv-button:hover {
color: #64a0ed;
}
.yith-wcqv-button::before {
content: "\f102";
font-family: 'Flaticon', sans-serif;
font-size: 20px;
vertical-align: middle;
}
body.admin-bar #yith-quick-view-modal {
top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden;
}
#yith-quick-view-modal {
position: fixed;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
opacity: 0;
text-align: center;
-webkit-transition: opacity 0.25s ease 0s;
-moz-transition: opacity 0.25s ease 0s;
-o-transition: opacity 0.25s ease 0s;
transition: opacity 0.25s ease 0s;
}
#yith-quick-view-modal:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
text-align: left;
width: calc(100% - 30px) !important;
height: auto !important;
max-width: 984px;
}
#yith-quick-view-modal .yith-wcqv-main {
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
height: 100%;
-webkit-transition: opacity 0.25s ease 0s;
-moz-transition: opacity 0.25s ease 0s;
-o-transition: opacity 0.25s ease 0s;
transition: opacity 0.25s ease 0s;
background-color: #f7f7f7;
padding: 18px 0 28px 21px;
-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 1, 1, 0.34);
-moz-box-shadow: 5px 5px 5px 0 rgba(0, 1, 1, 0.34);
box-shadow: 5px 5px 5px 0 rgba(0, 1, 1, 0.34);
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
height: 100%;
position: relative;
box-shadow: none;
overflow: hidden;
}
#yith-quick-view-modal .woocommerce-product-gallery {
float: none !important;
margin-bottom: 0;
}
#yith-quick-view-modal .woocommerce-product-gallery a {
pointer-events: none;
}
#yith-quick-view-modal .woocommerce-product-gallery img {
border: 1px solid #e9e9e9;
}
#yith-quick-view-close {
position: absolute;
text-align: center;
z-index: 2;
top: 2px;
right: 2px;
width: 30px;
height: 30px;
line-height: 30px;
color: #949494;
font-size: 0;
border: none;
}
#yith-quick-view-close::before {
content: '';
border-bottom: 1px solid;
width: 14px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 13px;
left: 8px;
}
#yith-quick-view-close::after {
content: '';
border-bottom: 1px solid;
width: 14px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 13px;
left: 8px;
}
#yith-quick-view-close:hover {
color: #000;
}
#yith-quick-view-content div.images {
width: 39.4600208%;
float: left !important;
opacity: 1 !important;
}
#yith-quick-view-modal div.entry-summary {
position: absolute;
top: 24px;
bottom: 0;
right: 0;
padding: 0 35px 0 30px;
height: auto;
overflow-y: auto;
width: 59.2479675%;
float: left;
}
#yith-quick-view-content div.images .slider-for img {
border: 15px solid #ffffff;
}
#yith-quick-view-content div.images .slider-nav {
padding-left: 15px;
padding-right: 15px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
display: none;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none;
}
body.admin-bar #yith-quick-view-modal {
top: 32px;
} .yith-wcwl-add-to-wishlist {
position: relative;
margin-top: 0;
font-size: 0;
display: inline-block;
text-align: center;
width: 54px;
height: 54px;
line-height: 54px;
color: #000;
border: 1px solid #000000;
}
.yith-wcwl-add-to-wishlist:hover {
color: #fff;
background-color: #64a0ed;
border-color: #64a0ed;
}
.yith-wcwl-add-to-wishlist a {
color: inherit;
display: block;
}
.yith-wcwl-add-to-wishlist:hover a {
color: #fff;
}
.yith-wcwl-add-to-wishlist .feedback {
display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
top: 18px;
left: 0;
right: 0;
margin: auto;
position: absolute;
}
.add_to_wishlist::before {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
content: "\f08a";
font-size: 17px;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
content: "\f004";
font-size: 17px;
} .compare {
display: inline-block;
font-size: 0;
color: #000000;
text-align: center;
width: 54px;
height: 54px;
line-height: 54px;
border: 1px solid #000000;
}
.compare:hover {
color: #fff;
background-color: #64a0ed;
border-color: #64a0ed;
}
.compare::before {
font-family: 'FontAwesome', sans-serif;
content: "\f0ec";
font-size: 17px;
}
.compare.added::before {
font-family: 'FontAwesome', sans-serif;
content: "\f00c";
font-size: 17px;
}
.yith-woocompare-widget a.compare {
font-size: 0;
font-weight: normal;
border-radius: 0;
color: #000;
padding: 0;
border: 1px solid #000000;
background-color: transparent;
line-height: 54px;
}
.yith-woocompare-widget a.compare:hover {
color: #fff;
background-color: #64a0ed;
border-color: #64a0ed;
}
@media (max-width: 1199px) {
.woocommerce-ordering {
float: none;
}
.yith-wcqv-button,
.compare {
display: none !important;
}
ul.products li .added_to_cart,
ul.products li .button {
opacity: 1;
visibility: visible;
}
ul.products li .add_to_cart_button,
ul.products li .product_type_simple,
ul.products li .product_type_grouped,
ul.products li .product_type_external,
ul.products li .added_to_cart {
display: inline-block;
width: 100%;
height: 46px;
line-height: 46px;
border-radius: 0;
text-align: left;
font-size: 16px;
position: static;
}
ul.products li .added_to_cart::after,
ul.products li .add_to_cart_button::after,
ul.products li .product_type_simple ::after,
ul.products li .product_type_grouped::after,
ul.products li .product_type_external::after {
margin-left: 10px;
vertical-align: middle;
font-size: 22px;
}
}
@media (max-width: 767px) {
.woocommerce-ordering {
display: block;
}
} .main-content:not(.has-sidebar) .main-contain-summary.has-gallery {
position: relative;
width: 100vw;
left: 50%;
margin-left: -50vw;
padding-left: 130px;
padding-right: 130px;
}
.main-contain-summary::before,
.main-contain-summary::after {
display: table;
content: '';
}
.main-contain-summary::after {
clear: both;
}
.main-contain-summary .single-left {
position: relative;
overflow: hidden;
display: inline-block;
float: left;
width: 49%;
margin-bottom: 35px;
}
.main-contain-summary .single-left .onsale {
display: none;
}
.main-contain-summary .entry-summary {
display: inline-block;
width: 51%;
padding-left: 30px;
margin-bottom: 35px;
max-width: 585px;
} .woocommerce-product-gallery {
position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: block;
font-size: 0;
position: absolute;
top: 10px;
right: 10px;
height: 60px;
width: 60px;
line-height: 60px;
border-radius: 50%;
background-color: #333333;
text-align: center;
z-index: 1;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
opacity: 0.8;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
content: "\f102";
font-family: 'Flaticon', sans-serif;
font-size: 20px;
vertical-align: middle;
color: #fff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
display: none !important;
opacity: 0;
visibility: hidden;
}
.woocommerce-product-gallery .flex-viewport {
cursor: zoom-in;
float: right;
width: -webkit-calc(100% - 85px);
width: -moz-calc(100% - 85px);
width: calc(100% - 85px);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
width: 85px;
float: left;
padding: 0 15px 0 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
list-style: none;
border: none;
position: relative;
padding-bottom: 15px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
width: 100%;
} .main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-viewport {
width: -webkit-calc(100% - 145px);
width: -moz-calc(100% - 145px);
width: calc(100% - 145px);
}
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
width: 145px;
}
.main-content:not(.has-sidebar) .main-contain-summary.has-gallery .entry-summary {
padding-left: 99px;
} .entry-summary .woocommerce-product-rating {
margin-bottom: 11px;
}
.entry-summary .woocommerce-product-rating .star-rating {
display: inline-block;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
vertical-align: top;
line-height: 26px;
font-size: 12px;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link:not(:hover) {
color: #bbbbbb;
}
.entry-summary .entry-title {
font-size: 30px;
font-weight: normal;
color: #000000;
margin-top: -3px;
margin-bottom: 12px;
}
.entry-summary .price,
.entry-summary .woocommerce-Price-amount {
font-size: 22px;
font-weight: normal;
}
.entry-summary .price {
margin-bottom: 34px;
}
.entry-summary .woocommerce-grouped-product-list-item__price ins {
text-decoration: none;
}
.entry-summary .stock {
margin-bottom: 10px;
}
.entry-summary .stock.out-of-stock {
color: red;
}
.entry-summary .woocommerce-product-details__short-description {
margin-bottom: 34px;
padding-top: 37px;
border-top: 1px solid #eeeeee;
}
.entry-summary .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.entry-summary .product_meta {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.entry-summary .product_meta > span {
display: block;
}
.entry-summary .lexio-share-socials {
text-align: left;
margin-top: 0;
padding: 0;
border-top: none;
}
.entry-summary .lexio-share-socials > span {
display: none;
}
.entry-summary .lexio-share-socials a:nth-of-type(1) {
margin-left: 0;
} .quantity .input-text {
width: 60px;
text-align: center;
}
.entry-summary .quantity {
margin-bottom: 27px;
}
.entry-summary .quantity .input-text {
text-align: center;
color: #000000;
border: 1px solid #000000;
height: 54px;
line-height: 52px;
font-size: 22px;
font-weight: 500;
width: 237px;
padding: 0 15px;
}
.entry-summary .cart {
padding: 0;
}
.entry-summary .cart .single_add_to_cart_button {
display: inline-block;
min-width: 237px;
height: 54px;
line-height: 54px;
text-align: center;
padding: 0 15px;
background-color: #000000;
text-transform: uppercase;
color: #fff;
font-weight: 500;
letter-spacing: 0.1em;
float: left;
margin-right: 22px;
margin-bottom: 22px;
}
.entry-summary .cart .single_add_to_cart_button:hover {
background-color: #64a0ed;
}
.entry-summary .cart .single_add_to_cart_button.loading::after {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
content: "\f110";
font-size: 20px;
margin-left: 5px;
display: inline-block;
vertical-align: top;
}
.entry-summary p.cart {
margin-bottom: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist {
float: left;
margin-bottom: 22px;
margin-right: 22px;
}
.entry-summary .compare {
float: left;
margin-bottom: 22px;
} .variations {
display: block;
border: none;
}
.variations tr {
display: block;
margin-bottom: 12px;
}
.variations .label {
display: table-cell;
vertical-align: middle;
padding: 0 10px 0 0;
font-size: 14px;
color: inherit;
line-height: inherit;
font-weight: normal;
text-align: left;
border: none;
border-radius: 0;
min-width: 50px;
}
.variations label {
margin-top: 5px;
}
.variations .value {
padding: 0;
text-align: left;
border: none;
}
.variations select {
padding-top: 2px;
padding-bottom: 2px;
cursor: pointer;
}
.variations .reset_variations {
margin-left: 10px;
font-style: italic;
vertical-align: middle;
} .product-type-grouped .entry-summary .cart,
.product-type-grouped .entry-summary .cart .group_table {
width: 100%;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
text-align: inherit;
vertical-align: middle;
margin-bottom: 0;
white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .quantity .input-text {
color: #999999;
border: 1px solid #d6d6d6;
height: 35px;
line-height: 35px;
font-size: 14px;
font-weight: normal;
width: 60px;
}
.product-type-grouped .entry-summary .cart .group_table label {
font-weight: normal;
margin-bottom: 0;
line-height: 24px;
}
.product-type-grouped .entry-summary .cart .group_table .button {
font-size: 15px;
line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .woocommerce-grouped-product-list-item__price {
line-height: 24px;
}
.product-type-grouped .entry-summary .cart .group_table .woocommerce-Price-amount {
font-size: 14px;
}
.product-type-grouped .entry-summary .cart .group_table .stock {
display: none;
}
@media (max-width: 1400px) {
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-viewport {
width: -webkit-calc(100% - 85px);
width: -moz-calc(100% - 85px);
width: calc(100% - 85px);
}
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
width: 85px;
}
}
@media (max-width: 1199px) {
.main-content:not(.has-sidebar) .main-contain-summary.has-gallery {
padding: 0;
width: auto;
position: static;
margin-left: 0;
}
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .flex-viewport {
width: 100%;
}
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
overflow: hidden;
padding: 15px 0 0 0;
width: 100%;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
width: 20%;
float: left;
padding: 10px 5px 0 5px;
}
.entry-summary .price {
margin-bottom: 20px;
}
.entry-summary .woocommerce-product-details__short-description {
margin-bottom: 20px;
padding-top: 20px;
}
}
@media (max-width: 991px) {
.main-contain-summary .single-left,
.main-contain-summary .entry-summary {
width: 100%;
}
.main-content:not(.has-sidebar) .main-contain-summary.has-gallery .entry-summary,
.main-contain-summary .entry-summary {
padding-left: 0;
}
}
@media (max-width: 767px) {
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
width: 25%;
}
}
@media (max-width: 480px) {
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
width: 33.3333333%;
}
} .woocommerce-tabs {
padding-top: 27px;
} .wc-tabs {
padding-left: 0;
position: relative;
text-align: center;
}
.wc-tabs li {
list-style: none;
display: inline-block;
text-align: center;
padding: 0 18px;
}
.wc-tabs li a {
display: block;
font-size: 16px;
color: #a4a4a4;
font-weight: 500;
padding-bottom: 9px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
color: #000000;
}
.wc-tabs li a:hover::before,
.wc-tabs li.active a::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom: 1px solid #64a0ed;
content: '';
-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
} .woocommerce-Tabs-panel {
max-width: 945px;
margin: 50px auto 30px auto;
}
.woocommerce-Tabs-panel h2 {
display: none;
}
.woocommerce-Tabs-panel p:last-child {
margin-bottom: 0;
}
.woocommerce-Tabs-panel .shop_attributes th,
.woocommerce-Tabs-panel .shop_attributes td {
font-weight: normal;
} p.stars {
margin-top: 5px;
line-height: 18px;
display: inline-block;
}
p.stars span {
display: block;
height: 18px;
}
p.stars,
p.stars a {
display: inline-block
}
p.stars a {
font-weight: 400;
height: 1em
}
p.stars a:before,
p.stars a:hover ~ a:before {
content: "\f006";
color: #adadad;
}
p.stars a {
font-size: 18px;
position: relative;
width: 1em;
text-indent: -999em;
margin-right: 2px
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
text-indent: 0;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
content: '\f005';
color: #ffcc30;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
content: "\f006";
color: #ffcc30;
}
section.upsells,
section.related {
position: relative;
padding-top: 59px;
margin-top: 62px;
}
section.upsells::before,
section.related::before {
content: '';
width: 100%;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-bottom: 1px solid #ebebeb;
}
.main-content:not(.has-sidebar) section.upsells::before,
.main-content:not(.has-sidebar) section.related::before {
width: 100vw;
}
section.upsells > h2,
section.related > h2 {
font-size: 22px;
color: #000;
position: relative;
padding-bottom: 21px;
margin-bottom: 51px;
text-align: center;
}
section.upsells > h2::before,
section.related > h2::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-bottom: 1px solid #64a0ed;
width: 68px;
}
@media (max-width: 767px) {
.wc-tabs li {
display: block;
margin-right: 0;
}
.wc-tabs li a {
display: inline-block;
}
} #shipping_method {
padding-left: 0;
list-style: none;
color: #aaa;
}
#shipping_method input[type="radio"] {
display: none;
}
#shipping_method label {
font-weight: normal;
position: relative;
padding-left: 20px;
color: #666666;
cursor: pointer;
}
#shipping_method label::before {
content: "";
display: inline-block;
width: 9px;
height: 9px;
border: 1px solid #e4e4e4;
background: #f5f5f5;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#shipping_method input[type="radio"]:checked + label::before {
background: #000;
border-color: #000;
}
.shipping p {
margin-bottom: 10px;
}
body.woocommerce-cart .cart-empty {
color: #000;
font-size: 22px;
text-align: center;
font-weight: 500;
}
body.woocommerce-cart .return-to-shop {
margin-top: 10px;
text-align: center;
}
body.woocommerce-cart .return-to-shop a {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 500;
line-height: 44px;
height: 47px;
padding: 0 49px 0 28px;
text-transform: capitalize;
border: 2px solid;
color: #000;
}
body.woocommerce-cart .return-to-shop a:hover {
color: #64a0ed;
}
body.woocommerce-cart .return-to-shop a:before {
content: '';
position: absolute;
top: 50%;
right: 18px;
border-bottom: 1px solid;
width: 19px;
z-index: 1;
}
body.woocommerce-cart .return-to-shop a:after {
content: '';
position: absolute;
top: 17px;
right: 18px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
border-right: 1px solid;
border-bottom: 1px solid;
width: 10px;
height: 10px;
}
.shop_table {
font-weight: normal;
border: none;
}
.shop_table td,
.shop_table th {
border-color: #cccccc;
font-weight: normal;
padding: 18px;
border-left: none;
border-right: 0;
}
.shop_table .product-remove {
text-align: center;
}
.shop_table .product-remove .remove {
font-size: 24px;
font-weight: 200;
}
.shop_table .product-remove .remove:not(:hover) {
color: #bfbfbf;
}
.shop_table .product-thumbnail img {
max-width: 80px;
}
.woocommerce-cart-form .shop_table thead {
display: none;
}
.woocommerce-cart-form .shop_table thead th {
font-weight: normal;
}
.woocommerce-cart-form .shop_table .actions {
padding-top: 25px;
overflow: hidden;
}
.woocommerce-cart-form .shop_table .actions label {
display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
position: relative;
width: 480px;
float: left;
margin-bottom: 17px;
}
#coupon_code {
width: 300px;
height: 52px;
line-height: 50px;
border: 1px solid #dfdfdf;
}
.form-row-first #coupon_code {
width: 100%;
}
.woocommerce-cart-form .shop_table .actions .coupon .button {
float: right;
display: inline-block;
min-width: 162px;
height: 52px;
line-height: 52px;
font-size: 14px;
font-weight: 500;
color: #fff;
padding: 0 10px;
background-color: #000;
}
.woocommerce-cart-form .shop_table .actions .coupon .button:hover {
background-color: #64a0ed;
color: #fff;
}
.woocommerce-cart-form .shop_table .actions > .button {
display: inline-block;
height: 52px;
line-height: 52px;
font-size: 14px;
font-weight: 500;
color: #000;
padding: 0 20px;
border: 1px solid #dfdfdf;
background-color: transparent;
float: right;
}
.woocommerce-cart-form .shop_table .actions > .button:hover {
background-color: #000;
border-color: #000;
color: #fff;
}
.cart-collaterals {
display: table;
width: 100%;
padding-top: 40px;
}
.cart-collaterals .cross-sells {
display: table-cell;
padding-right: 30px;
width: 50%;
}
.cart-collaterals .cart_totals {
display: table-cell;
width: 50%;
}
.cross-sells > h2,
.cart_totals > h2 {
font-size: 18px;
font-weight: 500;
line-height: 18px;
color: #000;
margin-top: 0;
margin-bottom: 22px;
}
.cross-sells ul.products li .yith-wcqv-button,
.cross-sells ul.products li .add_to_cart_button,
.cross-sells ul.products li .product_type_simple,
.cross-sells ul.products li .product_type_grouped,
.cross-sells ul.products li .product_type_external,
.cross-sells ul.products li .added_to_cart {
display: none;
}
.cart_totals .shop_table {
margin: 0 18px;
position: relative;
background: #f8f8f8;
width: calc(100% - 36px);
}
.cart_totals .shop_table::before {
content: '';
background: #f8f8f8;
position: absolute;
top: 0;
left: -18px;
right: -18px;
bottom: 0;
}
.cart_totals .shop_table tbody {
position: relative;
}
.cart_totals .shop_table tr:first-child th,
.cart_totals .shop_table tr:first-child td {
border-top: none;
}
.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {
border-bottom: none;
}
.cart_totals .shop_table tr th {
padding: 25px 0;
font-size: 16px;
font-weight: 500;
line-height: 18px;
color: #000;
vertical-align: top;
width: 35%;
}
.cart_totals .shop_table tr td {
vertical-align: top;
}
.shipping-calculator-form .button {
color: #fff;
font-size: 14px;
line-height: 40px;
height: 40px;
padding: 0 25px;
background-color: #64a0ed;
}
.shipping-calculator-form .button:hover {
background-color: #000;
}
.wc-proceed-to-checkout .checkout-button {
display: inline-block;
width: 100%;
height: 70px;
line-height: 70px;
background: #000;
font-size: 18px;
font-weight: 500;
text-align: center;
color: #fff;
padding: 0 15px;
margin-top: 20px;
}
.wc-proceed-to-checkout .checkout-button:hover {
background-color: #64a0ed;
}
@media (max-width: 991px) {
.cart-collaterals {
display: block;
}
.cart-collaterals .cross-sells {
display: block;
padding-right: 0;
padding-bottom: 10px;
width: 100%;
}
.cart-collaterals .cart_totals {
display: block;
width: 100%;
}
}
@media (max-width: 767px) {
.shop_table {
display: block;
}
.shop_table thead {
display: none;
}
.shop_table tbody,
.shop_table tfoot,
.shop_table tr,
.shop_table tr td,
.shop_table tr th {
display: inline-block;
text-align: center !important;
width: 100% !important;
}
.shop_table tfoot {
border-top: 1px solid #cccccc;
}
.shop_table tr > * {
border: none;
border-bottom: 1px solid #cccccc;
}
.shop_table tr:last-child > *:last-child {
border-bottom: none;
}
.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {
border-bottom: 1px solid #cccccc;
}
.woocommerce-cart-form .shop_table .actions .coupon,
.woocommerce-cart-form .shop_table .actions button.button {
float: none;
margin-left: auto;
margin-right: auto;
}
.woocommerce table.wishlist_table tr:nth-child(2n),
.woocommerce-cart-form .shop_table tr:nth-child(2n) {
background: #f8f8f8;
}
.woocommerce-cart-form .shop_table tr:first-child td:first-child,
.cart_totals .shop_table tr:first-child th:first-child {
border-top: 0;
}
} .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
display: none;
}
.woocommerce-form__label-for-checkbox > span {
position: relative;
padding-left: 20px;
color: #666666;
}
.woocommerce-form__label-for-checkbox > span::before {
content: "";
display: inline-block;
width: 13px;
height: 13px;
border: 1px solid #e4e4e4;
background: #f5f5f5;
border-radius: 50%;
position: absolute;
left: 0;
top: 47%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
background: #000;
border-color: #000;
}
#payment {
padding-top: 30px;
}
#payment p {
margin-bottom: 20px;
}
#payment ul {
padding-left: 0;
list-style: none;
}
#payment img {
max-width: 200px;
}
#payment .input-radio {
display: none;
}
#payment label {
font-weight: normal;
position: relative;
padding-left: 20px;
margin-bottom: 10px;
}
#payment label::before {
content: "";
display: inline-block;
width: 13px;
height: 13px;
border: 1px solid #e4e4e4;
background: #f5f5f5;
border-radius: 50%;
position: absolute;
left: 0;
top: 47%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#payment .input-radio:checked + label::before {
border: 1px solid #000;
background: #000;
}
.woocommerce-input-wrapper input {
width: 100%;
background: #f8f8f8;
border: 1px solid #f1f1f1;
color: #898989;
height: 54px;
line-height: 54px;
font-size: 14px;
} body .select2-container {
width: 100% !important;
text-align: left;
}
body .select2-container--default .select2-selection--single {
height: 54px;
line-height: 52px;
background: #f8f8f8;
border: 1px solid #f1f1f1;
border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #999999;
line-height: 52px;
padding-left: 15px;
padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 52px;
width: 50px;
}
body .select2-container .select2-choice .select2-arrow b:after {
border: none;
font-family: 'FontAwesome', sans-serif;
content: "\f107";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -15px;
}
body .select2-dropdown {
border: 1px solid #e1e1e1;
border-radius: 0;
}
body .select2-dropdown .select2-search .select2-search__field {
background-color: #ffffff;
padding: 0 16px;
height: 30px;
line-height: 30px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #e6e6e6;
}
body .select2-results__option {
padding: 0 15px;
height: 30px;
line-height: 30px;
}
body .select2-dropdown .select2-result {
color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #f0f2f5;
color: #333333;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
color: #333333;
}
body.woocommerce-checkout .woocommerce > .woocommerce-info {
padding: 14px 18px 13px;
border: 1px solid #cccccc;
position: relative;
}
body.woocommerce-checkout .woocommerce-form-login {
padding: 14px 18px 13px;
border: 1px solid #cccccc;
margin-top: 30px;
position: relative;
margin-bottom: 30px;
}
.checkout_coupon {
overflow: hidden;
padding: 30px 18px 10px;
border: 1px solid #cccccc;
margin-bottom: 30px;
}
.checkout_coupon .button {
min-width: 159px;
font-size: 16px;
background-color: #000000;
height: 56px;
line-height: 56px;
}
.checkout_coupon .button:hover {
background-color: #64a0ed;
}
form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
content: '';
display: table;
}
form.woocommerce-checkout::after {
clear: both;
}
.validate-required label .required {
display: none;
}
.validate-required label::after {
content: '*';
color: #ff0000;
}
#customer_details {
float: left;
width: calc(100% - 440px);
padding-right: 30px
}
#customer_details .col-1 {
margin-bottom: 30px;
}
.woocommerce-billing-fields > h3 {
color: #000;
margin: 0 0 30px;
font-size: 20px;
font-weight: 500;
}
.form-row:last-child {
margin-bottom: 0;
}
.form-row > label {
display: block;
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 30px;
margin-top: 5px;
margin-bottom: 9px;
text-align: left;
}
.form-row > input {
background: #f8f8f8;
border: 1px solid #f1f1f1;
font-size: 13px;
line-height: 54px;
min-height: 56px;
width: 100%;
}
.form-row-first {
float: left;
width: calc(50% - 15px);
}
.form-row-last {
float: right;
width: calc(50% - 15px);
} .woocommerce-shipping-fields {
padding-bottom: 30px;
}
.woocommerce-shipping-fields #ship-to-different-address {
color: #666666;
font-size: 14px;
margin-top: 0;
margin-bottom: 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
font-weight: normal;
color: inherit;
}
.woocommerce-shipping-fields .shipping_address {
padding-top: 20px;
}
#order_comments {
background: #f8f8f8;
border: 1px solid #f1f1f1;
color: #898989;
width: 100%;
} #order_review_heading {
display: inline-block;
color: #000;
margin: 0 0 30px;
font-size: 20px;
font-weight: 500;
float: left;
width: 440px;
}
#order_review {
float: left;
width: 440px;
}
#order_review .shop_table {
margin-bottom: 0;
border-bottom: 0;
}
#order_review .shop_table thead {
display: none;
}
#order_review .shop_table tr th {
vertical-align: top;
}
#order_review .shop_table tbody tr:nth-child(2n) {
background-color: #f8f8f8;
}
#order_review .shop_table tbody tr:first-child td {
border-top: none;
}
#order_review .shop_table tfoot tr:last-child td,
#order_review .shop_table tfoot tr:last-child th {
border-bottom: none;
}
#place_order {
background: #000;
border: medium none;
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 70px;
height: 70px;
padding: 0;
width: 100%;
max-width: 440px;
}
#place_order:hover {
background-color: #64a0ed;
}
@media (max-width: 1199px) {
#customer_details {
width: 100%;
padding-right: 0;
padding-bottom: 40px;
}
#order_review,
#order_review_heading {
width: 100%;
}
#order_review .shop_table tfoot tr:last-child th {
border-bottom: 1px solid #cccccc;
}
}
@media (max-width: 767px) {
.form-row-first,
.form-row-last {
width: 100%;
float: none;
}
} body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
content: '';
display: table;
}
body.woocommerce-account .woocommerce::after {
clear: both;
}
#customer_login {
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
#customer_login h2 {
color: #000;
margin: 0 0 30px;
font-size: 20px;
font-weight: 500;
}
#customer_login .col-1,
#customer_login .col-2 {
width: calc(50% - 15px);
float: left;
}
#customer_login .col-2 {
float: right;
}
form.woocommerce-form-login .form-row,
form.register .form-row {
overflow: hidden;
display: inline-block;
width: 100%;
}
form.woocommerce-form-login .button,
form.register .button {
background: #000;
color: #fff;
font-size: 16px;
line-height: 54px;
height: 54px;
padding: 0 15px;
min-width: 196px;
}
form.woocommerce-form-login .button:hover,
form.register .button:hover {
background-color: #64a0ed;
}
form.woocommerce-form-login .woocommerce-form__label {
color: #898989;
font-size: 14px;
font-weight: 500;
margin-left: 30px;
display: inline-block;
margin-top: 10px;
}
form.woocommerce-form-login p:nth-child(3),
form.woocommerce-form-login p:nth-child(5) {
float: left;
width: auto !important;
}
form.woocommerce-form-login .form-row.form-row-first {
width: calc(50% - 15px);
}
form.woocommerce-form-login .form-row.form-row-last {
width: calc(50% - 15px) !important;
float: right;
}
form.woocommerce-form-login .lost_password {
float: right;
font-size: 14px;
line-height: 50px;
}
form.woocommerce-form-login .lost_password a:not(:hover) {
color: inherit;
text-decoration: underline;
}
form.woocommerce-form-login .clear {
width: 100%;
overflow: hidden;
}
.woocommerce-MyAccount-navigation {
float: left;
width: 30%;
}
.woocommerce-MyAccount-content {
float: left;
width: 70%;
padding-left: 30px;
}
.woocommerce-MyAccount-navigation > ul {
padding-left: 0;
margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation > ul li {
line-height: 50px;
list-style: none;
}
.woocommerce-MyAccount-navigation > ul li:not(:first-child) {
border-top: 1px solid #ededed;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
color: #333333;
}
.woocommerce-MyAccount-content .form-row label {
display: block;
font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}
.woocommerce-MyAccount-content fieldset legend {
display: block;
border-bottom: none;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button {
min-width: 159px;
height: 40px;
line-height: 40px;
border-radius: 40px;
background-color: #333333;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
background-color: #000000;
}
.woocommerce-MyAccount-content .form-row input {
width: 100%;
}
.woocommerce-MyAccount-content h3 {
font-weight: normal;
text-transform: uppercase;
font-size: 18px;
padding: 0 0 15px;
line-height: normal;
margin: 0 0 15px 0;
border-bottom: 1px solid #ccc;
}
.woocommerce-Address {
margin-bottom: 30px;
padding: 14px 18px 13px;
border: 1px solid #cccccc;
margin-top: 30px;
position: relative;
}
@media (max-width: 991px) {
#customer_login .col-1,
#customer_login .col-2 {
width: 100%;
}
#customer_login .col-2 {
margin-top: 40px;
}
.woocommerce-MyAccount-navigation {
width: 100%;
}
.woocommerce-MyAccount-content {
width: 100%;
padding-left: 0;
}
#customer_login .form-row {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
form.woocommerce-form-login .form-row.form-row-first {
width: 100%;
}
form.woocommerce-form-login .form-row.form-row-last {
width: 100% !important;
}
form.woocommerce-form-login .lost_password,
form.woocommerce-form-login p:nth-child(3),
form.woocommerce-form-login p:nth-child(5) {
width: 100% !important;
text-align: center;
}
form.woocommerce-form-login .woocommerce-form__label {
width: 100%;
margin-left: 0;
text-align: center;
}
}
@media (max-width: 479px) {
#customer_login .woocommerce-form__label {
float: none;
}
#customer_login .woocommerce-Button {
float: none;
}
} .wishlist-title {
display: none;
}
.yith-wcwl-share {
margin-bottom: 0;
}
.woocommerce table.wishlist_table {
font-size: 100%;
}
.woocommerce table.wishlist_table thead {
display: none;
}
.woocommerce table.wishlist_table tfoot td {
border-bottom: none;
}
.woocommerce table.wishlist_table tr:first-child td {
border-top: none;
}
.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
color: #000;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.shop_table.wishlist_table thead th {
font-weight: normal;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
padding: 18px;
border-color: #cccccc;
}
.wishlist_table tr td.product-thumbnail a {
display: inline-block;
}
.wishlist_table tr td.product-thumbnail a img {
width: 80px;
}
.wishlist_table tr td,
.wishlist_table tr th.product-checkbox {
text-align: left;
}
.wishlist_table .yith-wcqv-button-wapper {
display: inline-block;
margin-left: 5px;
}
.wishlist_table .yith-wcqv-button-wapper a::before {
font-family: 'FontAwesome', sans-serif;
content: "\f06e";
font-size: 14px;
margin-right: 3px;
}  .left-sidebar .main-content {
float: right;
}
.sidebar {
padding-bottom: 20px;
}
.sidebar .widget:not(:last-child) {
margin-bottom: 50px;
}
.sidebar .widgettitle {
font-size: 22px;
margin: -3px 0 25px;
padding-bottom: 12px;
position: relative;
}
.sidebar .widgettitle::before {
border-bottom: 1px solid #64a0ed;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 50px;
}
.sidebar .widget ul,
.sidebar .widget ol {
padding: 0 0 9px 0;
list-style: none;
}
.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ol,
.sidebar .widget ol ul {
padding: 0 0 0 17px;
margin-top: 8px;
border-bottom: none;
}
.sidebar .widget ul li {
list-style: none;
padding: 8px 0;
line-height: 24px;
width: 100%;
}
.sidebar .widget ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.sidebar .widget p:last-child {
margin-bottom: 0;
}
.sidebar .widget label:not(.screen-reader-text) {
width: 100%;
margin: 15px 0;
}
.sidebar a:not(:hover) {
color: #888888;
} .widget_search .search-form {
position: relative;
}
.widget_search .search-form input[type='search'] {
width: 100%;
padding: 0 60px 0 25px;
border: 1px solid #eaeaea;
line-height: 48px;
height: 50px;
}
.widget_search .search-form button {
background: transparent;
border: none;
color: #828282;
display: inline-block;
font-size: 16px;
height: 50px;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 50px;
} .widget-lexio-post article {
margin-bottom: 20px;
height: auto !important;
}
.widget-lexio-post .post-item-inner {
overflow: hidden;
}
.widget-lexio-post .post-thumb {
float: left;
max-width: 80px;
margin-right: 10px;
}
.widget-lexio-post .post-info {
overflow: hidden;
}
.widget-lexio-post .post-info .post-title {
font-size: 18px;
line-height: 1.2;
margin-bottom: 5px;
}
.widget-lexio-post .post-info .post-title a:not(:hover) {
color: inherit;
}
.widget-lexio-post .date {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.1em;
}
.widget-lexio-post .date a:not(:hover) {
color: inherit;
} .widget-lexio-instagram .content-instagram {
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
}
.widget-lexio-instagram .content-instagram .item {
padding: 5px;
float: left;
width: 33.3333333%;
} .widget_price_filter .price_slider_wrapper {
padding-top: 10px;
}
.widget_price_filter .price_slider_amount {
display: inline-block;
width: 100%;
}
.widget_price_filter .price_slider_amount input {
display: none;
}
.widget_price_filter .price_label {
float: left;
}
.widget_price_filter .price_label > span {
font-weight: 200;
}
.widget_price_filter .button {
float: right;
}
.widget_price_filter .button:hover {
background-color: #64a0ed;
}
.widget_price_filter .price_slider {
position: relative;
height: 3px;
background-color: #e4e4e4;
width: -webkit-calc(100% - 13px);
width: -moz-calc(100% - 13px);
width: calc(100% - 13px);
margin-bottom: 24px;
margin-top: 16px;
}
.widget_price_filter .price_slider::before {
content: '';
display: block;
height: 3px;
width: 14px;
background-color: #e4e4e4;
position: absolute;
left: 100%;
top: 0;
}
.widget_price_filter .ui-slider-range {
height: 3px;
background-color: #64a0ed;
position: absolute;
top: 0;
}
.widget_price_filter .ui-slider-handle {
border-radius: 50%;
background-color: #64a0ed;
display: inline-block;
height: 14px;
width: 14px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .widget_layered_nav li.chosen,
.widget_layered_nav li.chosen a {
color: #64a0ed;
}
.widget_product_categories li.current-cat,
.widget_product_categories li.current-cat a {
color: #64a0ed;
}
@media (max-width: 767px) {
.sidebar {
padding-top: 60px;
}
} .block-header {
color: #000;
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
padding: 201px 0;
position: relative;
width: 100vw;
margin-bottom: 77px;
}
.block-header[style=""] {
padding: 180px 0 50px 0;
}
.header.light ~ .main-container .block-header {
color: #fff;
}
.header.light ~ .main-container .block-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.header.light ~ .main-container .block-header > .container {
position: relative;
z-index: 1;
}
.block-header .page-title {
font-family: 'BebasNeue', sans-serif;
font-size: 60px;
letter-spacing: 0.2em;
color: inherit;
display: inline-block;
position: relative;
margin-top: 0;
padding-bottom: 17px;
margin-bottom: 26px;
}
.block-header .page-title::before {
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 190px;
border-bottom: 2px solid;
}
.breadcrumbs ul {
padding-left: 0;
list-style: none;
}
.breadcrumbs ul li {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2em;
color: #7e7e7e;
}
.header.light ~ .main-container .block-header .breadcrumbs ul li {
color: #fff;
}
.breadcrumbs ul li + li::before {
font-family: 'FontAwesome', sans-serif;
content: '\f105';
padding: 0 8px;
}
.breadcrumbs ul li a:not(:hover) {
color: inherit;
}
.woocommerce-breadcrumb {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2em;
color: #c2c2c2;
}
.woocommerce-breadcrumb i {
padding: 0 8px;
}
.woocommerce-breadcrumb a:not(:hover) {
color: inherit;
}
@media (max-width: 991px) {
.block-header {
padding-top: 130px;
padding-bottom: 70px;
background-attachment: unset;
background-position: center center;
}
.block-header[style=""] {
padding: 120px 0 50px 0;
margin-bottom: 0;
}
.block-header .page-title {
font-size: 40px;
}
.block-header .page-title::before {
border-bottom: 2px solid;
}
} .navigation.pagination {
text-align: center;
}
.woocommerce-pagination,
.comments-pagination,
.post-pagination,
.pagination {
display: inline-block;
width: 100%;
}
.post-pagination {
margin-top: 0;
}
.woocommerce-pagination ul {
padding-left: 0;
list-style: none;
}
.comments-pagination .nav-links,
.woocommerce-pagination li,
.pagination .nav-links {
display: inline-block;
}
.woocommerce-pagination li .page-numbers,
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
color: #b1b9c3;
display: inline-block;
min-width: 44px;
padding: 0 3px;
vertical-align: top;
text-align: center;
font-size: 16px;
font-weight: 500;
position: relative;
line-height: 42px;
height: 44px;
border: 1px solid;
margin: 3px;
}
.post-pagination a span {
font-weight: normal;
}
.woocommerce-pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
color: #3f454c;
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
font-size: 0;
}
.woocommerce-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
font-family: 'FontAwesome', sans-serif;
content: "\f104";
font-size: 20px;
}
.woocommerce-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
font-family: 'FontAwesome', sans-serif;
content: "\f105";
font-size: 20px;
line-height: 38px;
}
.post-pagination > span.title {
line-height: 44px;
} a.backtotop {
font-family: 'BebasNeue', sans-serif;
display: inline-block;
width: 116px;
height: 116px;
padding: 22px 25px 50px 25px;
border: 3px solid;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.3em;
text-align: center;
position: relative;
cursor: pointer;
margin-bottom: 40px;
}
a.backtotop::before {
content: '';
width: 19px;
height: 19px;
border-top: 2px solid;
border-left: 2px solid;
transform: rotate(45deg);
position: absolute;
bottom: 19px;
left: 45px;
}
.footer .lexio-custommenu .menu {
padding-left: 0;
list-style: none;
margin-bottom: 44px;
}
.footer .lexio-custommenu .menu li {
margin: 10px 28px;
display: inline-block;
}
.footer .lexio-custommenu .menu li a {
font-family: 'BebasNeue', sans-serif;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.2em;
padding-bottom: 5px;
position: relative;
}
.footer .lexio-custommenu .menu li a:before {
content: '';
display: block;
width: 100%;
border-bottom: 1px solid;
position: absolute;
bottom: 0;
left: 0;
} .copyright {
font-size: 14px;
line-height: 26px;
}
.copyright span {
color: #ff0000;
}
@media (max-width: 767px) {
.footer .lexio-custommenu .menu li {
margin: 10px;
}
}  .contact-wrap {
padding: 0 50px;
}
.contact-wrap .row > div > span {
display: block;
padding-bottom: 18px;
margin-left: 0;
}
.contact-wrap label {
font-size: 16px;
line-height: 30px;
color: #7e7e7e;
font-family: inherit;
}
.contact-wrap label .required {
color: #7e7e7e;
}
.contact-wrap span input {
width: 100%;
}
.contact-wrap textarea {
height: 247px;
}
.contact-wrap .contact-submit {
display: table;
margin-left: auto;
position: relative;
margin-top: 18px;
margin-bottom: 18px;
}
.contact-wrap .contact-submit::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000000;
}
.contact-wrap .contact-submit::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0;
-webkit-transition: width 0.4s ease 0s;
-moz-transition: width 0.4s ease 0s;
-o-transition: width 0.4s ease 0s;
transition: width 0.4s ease 0s;
background-color: #64a0ed;
}
.contact-wrap .contact-submit:hover::after {
width: 100%;
}
.contact-wrap input[type="submit"] {
min-width: 228px;
padding: 0 80px 0 70px;
font-size: 16px;
letter-spacing: 0.2em;
color: #fff;
text-transform: uppercase;
height: 56px;
text-align: left;
background-color: transparent;
z-index: 1;
position: relative;
}
div.wpcf7 .contact-wrap .ajax-loader {
visibility: visible !important;
display: inline-block;
background-image: none;
margin: 0;
width: 19px;
height: 13px;
position: absolute;
top: 20px;
right: 65px;
color: #fff;
pointer-events: none;
z-index: 1;
}
div.wpcf7 .contact-wrap .ajax-loader::before {
content: '';
position: absolute;
top: 6px;
border-bottom: 1px solid;
width: 19px;
left: 0;
}
div.wpcf7 .contact-wrap .ajax-loader::after {
content: '';
position: absolute;
top: 2px;
right: 1px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
border-right: 1px solid;
border-bottom: 1px solid;
width: 8px;
height: 8px;
}
div.wpcf7 .contact-wrap .ajax-loader.is-active::before {
-webkit-animation: fa-spin 2s infinite linear;
-o-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
font-family: 'FontAwesome', sans-serif;
content: '\f110';
font-size: 18px;
top: -6px;
border-bottom: none;
width: auto;
display: inline-block;
}
div.wpcf7 .contact-wrap .ajax-loader.is-active::after {
display: none;
}
@media (max-width: 1199px) {
.contact-wrap {
padding: 0;
}
.contact-wrap span input {
padding: 5px 30px;
height: 44px;
line-height: 44px;
}
.contact-wrap input[type="submit"] {
min-width: 170px;
height: 50px;
line-height: 50px;
padding: 0 60px 0 40px;
}
div.wpcf7 .contact-wrap .ajax-loader {
top: 18px;
right: 40px;
}
} body.error404 .page-title {
margin-top: 0;
font-size: 270px;
color: #000;
}
body.error404 .title {
font-size: 30px;
font-weight: 500;
line-height: 36px;
color: #000;
margin-bottom: 20px;
}
body.error404 .subtitle {
font-size: 18px;
color: #898989;
margin-bottom: 55px;
}
body.error404 .button {
display: inline-block;
min-width: 196px;
height: 54px;
line-height: 54px;
padding: 0 30px;
background-color: #000;
font-size: 16px;
text-align: center;
color: #fff;
}
body.error404 .button:hover {
background-color: #64a0ed;
}
@media (max-width: 767px) {
body.error404 .page-title {
font-size: 140px;
}
body.error404 .title {
font-size: 26px;
}
body.error404 .subtitle {
font-size: 15px;
}
}   .custom-arrow {
display: inline-block;
width: 19px;
height: 13px;
position: relative;
color: inherit;
z-index: 1;
}
.custom-arrow::before {
content: '';
position: absolute;
top: 5px;
border-bottom: 1px solid;
width: 19px;
left: 0;
}
.custom-arrow::after {
content: '';
position: absolute;
top: 1px;
right: 1px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
border-right: 1px solid;
border-bottom: 1px solid;
width: 10px;
height: 10px;
} .lexio-button.default a {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.2em;
display: inline-block;
height: 54px;
line-height: 54px;
max-width: 54px;
position: relative;
-webkit-transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
-moz-transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
-o-transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
white-space: nowrap;
overflow: hidden;
text-align: left;
} .lexio-socials .content-socials .socials-list {
padding-left: 0;
list-style: none;
}
.lexio-socials .content-socials .socials-list li {
display: inline-block;
height: 43px;
margin: 5px;
}
.lexio-socials .content-socials .socials-list li:first-child {
margin-left: 0;
}
.lexio-socials .content-socials .socials-list li:last-child {
margin-right: 0;
}
.lexio-socials .content-socials .socials-list li a {
display: block;
font-size: 0;
}
.lexio-socials .content-socials .socials-list li a span {
display: block;
font-size: 14px;
position: relative;
width: 43px;
height: 43px;
line-height: 39px;
text-align: center;
border-radius: 50%;
border: 2px solid;
}  .lexio-heading.default .lexio-title {
font-family: 'BebasNeue', sans-serif;
font-size: 120px;
letter-spacing: -0.025em;
color: rgba(0, 0, 0, 0.1);
text-align: center;
position: relative;
margin-top: 0;
border-color: #64a0ed;
}
.lexio-heading.default .lexio-title::before {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
content: '';
width: 165px;
border-bottom: 1px solid;
border-color: inherit;
}
.lexio-heading.default .lexio-title .text {
font-size: 30px;
letter-spacing: 0.2em;
color: #000000;
position: absolute;
top: 45%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .lexio-heading.style1 {
font-size: 18px;
}
.lexio-heading.style1 .lexio-title {
font-family: 'BebasNeue', sans-serif;
letter-spacing: 0.2em;
font-size: inherit;
margin-top: 0;
}
.lexio-heading.style1 .lexio-title .text {
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.lexio-heading.style1 .lexio-title .text::before {
content: '';
display: block;
width: 62px;
height: 1px;
background-color: #64a0ed;
position: absolute;
left: 0;
right: 0;
bottom: 0;
} .lexio-heading.style2 {
text-align: center;
color: #64a0ed;
font-size: 100px;
}
.lexio-heading.style2 .lexio-title {
font-size: inherit;
color: inherit;
position: relative;
display: inline-block;
padding-bottom: 2px;
margin-top: 0;
margin-bottom: 20px;
}
.lexio-heading.style2 .lexio-title::after {
display: block;
width: 100%;
border-bottom: 6px solid #64a0ed;
content: '';
position: absolute;
bottom: 0;
left: 0;
}
.lexio-heading.style2 .lexio-title a {
color: inherit;
}
@media (max-width: 1199px) {
.lexio-heading.default .lexio-title .text {
font-size: 25px;
letter-spacing: 0.1em;
}
.lexio-heading.style2 {
font-size: 60px;
}
} @media (max-width: 1199px) {
.lexio-google-maps {
min-height: 450px !important;
}
}  .lexio-iconbox.default .iconbox-inner {
text-align: center;
background-color: rgba(255, 255, 255, 0.2);
padding: 0 20px 64px 20px;
margin-top: 39px;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title {
margin-bottom: 25px;
margin-top: 0;
color: #fff;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title .number {
font-size: 40px;
display: inline-block;
vertical-align: middle;
width: 78px;
height: 78px;
line-height: 78px;
border-radius: 50%;
text-align: center;
background-color: #64a0ed;
color: #fff;
margin-top: -39px;
margin-bottom: 20px;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title .text {
display: block;
vertical-align: middle;
font-size: 22px;
letter-spacing: 0.2em;
line-height: 30px;
padding-left: 16px;
}
.lexio-iconbox.default .iconbox-inner .content {
color: #fff
}
.lexio-iconbox.default .iconbox-inner .more {
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 30px;
color: #fff;
letter-spacing: 0.3em;
display: inline-block;
position: relative;
padding-bottom: 8px;
overflow: hidden;
margin-top: 42px;
}
.lexio-iconbox.default .iconbox-inner .more::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom: 1px solid #64a0ed;
content: '';
}
.lexio-iconbox.default .iconbox-inner .more:hover::before {
-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
@-webkit-keyframes underline-link {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
50.01% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes underline-link {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
50.01% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
} .lexio-iconbox.style1 .title {
font-size: 25px;
line-height: 30px;
display: table;
margin-top: 0;
margin-bottom: 27px;
}
.lexio-iconbox.style1 .number {
display: table-cell;
vertical-align: middle;
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
font-size: 40px;
text-align: center;
color: #ffffff;
position: relative;
z-index: 1;
}
.lexio-iconbox.style1 .number::before {
content: '';
background-color: #64a0ed;
border-radius: 50%;
position: absolute;
top: 7px;
left: 7px;
right: 7px;
bottom: 7px;
z-index: -1;
-webkit-transition: transform 0.25s ease 0s;
-moz-transition: transform 0.25s ease 0s;
-o-transition: transform 0.25s ease 0s;
transition: transform 0.25s ease 0s;
}
.lexio-iconbox.style1 .number::after {
content: '';
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid #64a0ed;
opacity: 0.3;
-webkit-transition: transform 0.25s ease 0s;
-moz-transition: transform 0.25s ease 0s;
-o-transition: transform 0.25s ease 0s;
transition: transform 0.25s ease 0s;
}
.lexio-iconbox.style1 .iconbox-inner:hover .number::before,
.lexio-iconbox.style1 .iconbox-inner:hover .number::after {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.lexio-iconbox.style1 .text {
display: table-cell;
vertical-align: middle;
padding-left: 18px;
font-size: 22px;
letter-spacing: 0.2em;
} .lexio-iconbox.style2 .iconbox-inner {
text-align: center;
}
.lexio-iconbox.style2 .iconbox-inner .iconbox-title {
margin: 0;
}
.lexio-iconbox.style2 .iconbox-inner .number {
display: block;
font-size: 60px;
line-height: 72px;
color: #64a0ed;
position: relative;
padding-bottom: 22px;
margin-bottom: 39px;
}
.lexio-iconbox.style2 .iconbox-inner .number::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display: block;
width: 165px;
height: 1px;
background-color: #64a0ed;
}
.lexio-iconbox.style2 .iconbox-inner .content {
display: block;
font-family: 'BebasNeue', sans-serif;
letter-spacing: 0.1em;
font-size: 40px;
line-height: 1.5;
color: #000000;
margin-bottom: 18px;
}
.lexio-iconbox.style2 .iconbox-inner .content strong,
.lexio-iconbox.style2 .iconbox-inner .content a {
font-weight: normal;
color: #64a0ed;
}
.lexio-iconbox.style2 .iconbox-inner .more {
font-family: 'BebasNeue', sans-serif;
letter-spacing: 0.2em;
font-size: 22px;
line-height: 30px;
color: #64a0ed;
} .lexio-iconbox.style3 .iconbox-inner {
text-align: center;
}
.lexio-iconbox.style3 .iconbox-inner .iconbox-title {
margin-top: 0;
margin-bottom: 26px;
}
.lexio-iconbox.style3 .iconbox-inner .number {
font-size: 32px;
line-height: 1;
color: #64a0ed;
}
.lexio-iconbox.style3 .iconbox-inner .content {
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.2em;
color: #000;
}
@media (max-width: 767px) {
.lexio-iconbox.default .iconbox-inner {
padding: 0 15px 30px 15px;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title {
margin-bottom: 15px;
}
.lexio-iconbox.default .iconbox-inner .more {
margin-top: 20px;
}
.lexio-iconbox.style2 .iconbox-inner .content {
font-size: 22px;
}
.lexio-iconbox.style3 .iconbox-inner .iconbox-title {
margin-bottom: 10px;
}
} .lexio-counterup {
text-align: center;
}
.lexio-counterup .counter-up {
font-family: 'BebasNeue', sans-serif;
font-size: 120px;
line-height: 1.1;
color: #ffffff;
}
.lexio-counterup .counter-up .sup-plus {
top: -.75em;
font-size: 50%;
position: relative;
line-height: 0;
vertical-align: middle;
}
.lexio-counterup .counter-title {
display: inline-block;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.3em;
color: #ffffff;
margin: 0;
}
@media (max-width: 767px ) {
.lexio-counterup .counter-up {
font-size: 80px;
}
} .lexio-person .person-inner {
text-align: center;
}
.lexio-person .person-inner .thumb-avatar {
position: relative;
}
.lexio-person .person-inner .thumb-avatar::before {
opacity: 0;
visibility: hidden;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
-webkit-transition: opacity 0.25s ease 0s;
-moz-transition: opacity 0.25s ease 0s;
-o-transition: opacity 0.25s ease 0s;
transition: opacity 0.25s ease 0s;
}
.lexio-person .person-inner:hover .thumb-avatar::before {
opacity: 1;
visibility: visible;
}
.lexio-person .person-inner .list-social {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
z-index: 2;
-webkit-transition: opacity 0.25s ease 0s;
-moz-transition: opacity 0.25s ease 0s;
-o-transition: opacity 0.25s ease 0s;
transition: opacity 0.25s ease 0s;
}
.lexio-person .person-inner:hover .list-social {
opacity: 1;
visibility: visible;
}
.lexio-person .person-inner .list-social a {
display: inline-block;
width: 48px;
height: 48px;
line-height: 46px;
border-radius: 50%;
border: 2px solid;
font-size: 16px;
color: #ffffff;
margin: 10px;
}
.lexio-person .person-inner .list-social a:hover {
background-color: #64a0ed;
border-color: #64a0ed;
}
.lexio-person .person-inner .content-person {
background-color: #ffffff;
padding: 31px 15px;
}
.lexio-person .person-inner .content-person .name {
font-size: 22px;
letter-spacing: 0.2em;
line-height: 30px;
position: relative;
padding-bottom: 10px;
margin-top: 0;
margin-bottom: 6px;
}
.lexio-person .person-inner .content-person .name::before {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
content: '';
width: 60px;
height: 1px;
background-color: #64a0ed;
}
.lexio-person .person-inner .content-person .name a:not(:hover) {
color: inherit;
}
.lexio-person .person-inner .content-person .positions {
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.2em;
margin-bottom: 0;
}  .lexio-testimonial.default .testimonial-inner {
text-align: center;
}
.lexio-testimonial.default .content {
font-family: 'BebasNeue', sans-serif;
font-size: 40px;
letter-spacing: 0.1em;
line-height: 1.5;
color: #ffffff;
margin-top: 45px;
}
.lexio-testimonial.default .content::before {
content: '" ';
}
.lexio-testimonial.default .content::after {
content: ' "';
}
.lexio-testimonial.default .name {
font-family: 'BebasNeue', sans-serif;
font-size: 22px;
line-height: 30px;
color: #bfbfbf;
padding-top: 56px;
margin-top: 38px;
position: relative;
}
.lexio-testimonial.default .name::before {
content: '';
display: block;
width: 165px;
height: 2px;
background-color: #64a0ed;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.lexio-testimonial.default .name a:not(:hover) {
color: inherit;
} .lexio-testimonial.style1 .testimonial-wrap {
position: relative;
padding: 43px 24px 32px 34px;
display: inline-block;
background-color: #fff;
margin-bottom: 25px;
}
.lexio-testimonial.style1 .testimonial-wrap::before {
content: '';
position: absolute;
top: 100%;
left: 80px;
margin-top: -1px;
border-width: 12px 10px;
border-style: solid;
border-color: #fff transparent transparent transparent;
}
.lexio-testimonial.style1 .content {
padding-bottom: 21px;
}
.rating {
float: right;
white-space: nowrap;
line-height: 100%;
display: inline-block;
font-size: 0;
position: relative;
overflow: hidden;
width: 116px;
letter-spacing: 10px;
}
.rating::before,
.rating span::before {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
font-size: 15px;
line-height: 22px;
}
.rating::before {
content: "\f005\f005\f005\f005\f005";
color: #adadad;
}
.rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
line-height: 100%;
}
.rating span::before {
content: "\f005\f005\f005\f005\f005";
color: #ed8a19;
}
.rating.rating-1 span {
width: 20%;
}
.rating.rating-2 span {
width: 40%;
}
.rating.rating-3 span {
width: 60%;
}
.rating.rating-4 span {
width: 80%;
}
.rating.rating-5 span {
width: 100%;
}
.lexio-testimonial.style1 .testimonial-info {
overflow: hidden;
}
.lexio-testimonial.style1 .thumb {
margin-left: 50px;
margin-right: 23px;
float: left;
}
.lexio-testimonial.style1 img {
border-radius: 50%;
}
.lexio-testimonial.style1 .intro {
overflow: hidden;
}
.lexio-testimonial.style1 .name {
font-size: 16px;
letter-spacing: 0.2em;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 0;
}
.lexio-testimonial.style1 .position {
font-size: 12px;
}
@media (max-width: 1499px) {
.lexio-testimonial .content br {
display: none;
}
}
@media (max-width: 767px) {
.lexio-testimonial.default .content {
font-size: 22px;
line-height: 30px;
}
.lexio-testimonial.default .name {
padding-top: 20px;
margin-top: 20px;
}
.lexio-testimonial.style1 .testimonial-wrap {
padding: 25px 20px;
}
} .lexio-banner .banner-wrap {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
}
.lexio-banner .banner-content {
line-height: 1;
color: #ffffff;
position: relative;
z-index: 1;
font-family: 'BebasNeue', sans-serif;
display: table;
}
.lexio-banner .banner-content strong {
font-weight: normal;
color: #64a0ed;
}
.lexio-banner .title,
.lexio-banner .special-title {
color: #fff;
margin: 0;
position: relative;
line-height: 1;
}
.lexio-banner .title {
padding-bottom: 17px;
}
.lexio-banner .learn-more {
display: table;
font-size: 14px;
letter-spacing: 0.3em;
min-width: 166px;
padding: 0 15px;
text-align: center;
height: 49px;
line-height: 45px;
border: 2px solid;
margin-top: 56px;
color: #fff;
}
.lexio-banner .learn-more:hover {
border-color: #64a0ed;
background-color: #64a0ed;
}
.lexio-banner.default .learn-more {
margin-left: auto;
margin-right: auto;
}
.lexio-banner.style1 .learn-more {
margin-left: auto;
margin-right: auto;
margin-top: 18px;
} .lexio-banner.default .banner-inner {
height: 100vh;
min-height: 500px;
position: relative;
background-position: top center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}
.lexio-banner.default .banner-content {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.lexio-banner.default .title {
font-size: 50px;
letter-spacing: 0.3em;
display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 21px;
}
.lexio-banner.default .title::before {
content: '';
display: block;
width: 100%;
height: 3px;
background-color: #ffffff;
position: absolute;
left: 0;
bottom: 0;
}
.lexio-banner.default .special-title {
font-size: 110px;
}
.lexio-banner.default .learn-more {
margin-top: 30px;
} #particles-js {
position: relative;
height: 100vh;
width: 100vw;
}
#particles-js .particles-js-canvas-el {
display: block;
vertical-align: bottom;
}
.lexio-banner.style1 .banner-inner {
position: relative;
width: 100%;
overflow: hidden;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment: fixed;
z-index: 1;
}
.lexio-banner.style1 .banner-content {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-bottom: 9px;
margin-bottom: 35px;
}
.lexio-banner.style1 .title {
font-size: 60px;
padding-bottom: 6px;
}
.lexio-banner.style1 .special-title {
font-size: 130px;
} .lexio-banner.style2 {
height: 100vh;
}
.lexio-banner.style2 .buttonvideo {
display: block;
margin-bottom: 57px;
width: 153px;
height: 153px;
position: relative;
}
.lexio-banner.style2 .buttonvideo::before {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
border: 4px solid #ffffff;
-webkit-transition: transform 0.5s ease 0s;
-moz-transition: transform 0.5s ease 0s;
-o-transition: transform 0.5s ease 0s;
transition: transform 0.5s ease 0s;
}
.lexio-banner.style2 .buttonvideo::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0;
height: 0;
margin: auto;
display: block;
border-width: 17px 0 17px 21px;
border-style: solid;
border-color: transparent transparent transparent #64a0ed;
}
.lexio-banner.style2 .buttonvideo:hover::before {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.lexio-banner.style2 .special-title {
font-size: 80px;
}
.lexio-banner.style2 .title {
font-size: 130px;
}
.lexio-banner.style2 .title::before {
content: '';
display: block;
width: 100%;
height: 6px;
background-color: #ffffff;
position: absolute;
left: 0;
bottom: 0;
}
.lexio-banner.style2 .video-wrap {
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
position: relative;
}
.lexio-banner.style2 .video-inner {
position: relative;
padding-bottom: 200%;
transform: translateY(-35.95%);
}
.lexio-banner.style2 video {
object-fit: cover;
z-index: -1
}
.lexio-banner.style2 iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 1199px) {
.lexio-banner .banner-content .title {
padding-bottom: 0;
}
.lexio-banner.style2 .title::before,
.lexio-banner.default .special-title::before {
height: 2px;
}
.lexio-banner .learn-more {
height: 42px;
line-height: 38px;
margin-top: 25px;
min-width: 150px;
}
.lexio-banner.default .title {
font-size: 50px;
padding-bottom: 10px;
}
.lexio-banner.default .special-title {
font-size: 80px;
}
.lexio-banner.style1 .title {
font-size: 50px;
padding-bottom: 10px;
}
.lexio-banner.style1 .special-title {
font-size: 80px;
}
.lexio-banner.style2 .special-title {
font-size: 50px;
padding-bottom: 10px;
}
.lexio-banner.style2 .title {
font-size: 130px;
}
.lexio-banner.style2 .buttonvideo {
width: 100px;
height: 100px;
margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.lexio-banner.default .banner-inner {
height: auto;
background-attachment: scroll;
min-height: 100vh;
}
.lexio-banner.style1 .banner-inner {
background-attachment: scroll;
}
.lexio-banner.default .title {
font-size: 40px;
}
.lexio-banner.default .special-title {
font-size: 60px;
}
.lexio-banner.style1 .title {
font-size: 40px;
}
.lexio-banner.style1 .special-title {
font-size: 60px;
}
.lexio-banner.style2 {
height: 500px;
}
.lexio-banner.style2 .special-title {
font-size: 40px;
}
.lexio-banner.style2 .title {
font-size: 60px;
}
}
@media (max-width: 480px) {
.lexio-banner.default .title {
font-size: 30px;
}
.lexio-banner.default .special-title {
font-size: 40px;
}
.lexio-banner.style1 .title {
font-size: 28px;
}
.lexio-banner.style1 .special-title {
font-size: 35px;
}
.lexio-banner.style2 .special-title {
font-size: 30px;
}
.lexio-banner.style2 .title {
font-size: 40px;
}
}  .lexio-portfolio .portfolio-item {
padding: 0;
}
.lexio-portfolio .portfolio-item .post-thumb {
position: relative;
overflow: hidden;
}
.lexio-portfolio .portfolio-item .post-thumb::before {
content: '';
position: absolute;
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: transform 0.3s, opacity 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: scale(0.3);
-o-transform: scale(0.3);
-ms-transform: scale(0.3);
-moz-transform: scale(0.3);
transform: scale(0.3);
opacity: 0;
visibility: hidden;
z-index: 2;
pointer-events: none;
}
.lexio-portfolio .portfolio-item:hover .post-thumb::before {
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
-moz-transform: scale(1.01);
transform: scale(1.01);
opacity: 1;
visibility: visible;
}
.lexio-portfolio .portfolio-item .portfolio-overlay {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
text-align: center;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s;
z-index: 2;
opacity: 0;
visibility: hidden;
}
.lexio-portfolio .portfolio-item:hover .portfolio-overlay {
opacity: 1;
visibility: visible;
}
.lexio-portfolio .post-title {
font-size: 22px;
letter-spacing: 0.2em;
line-height: 30px;
color: #ffffff;
margin-bottom: 0;
padding-bottom: 5px;
}
.lexio-portfolio .plus-sym {
position: relative;
width: 40px;
height: 40px;
display: inline-block;
margin-bottom: 20px;
}
.lexio-portfolio .plus-sym::before {
content: '';
position: absolute;
background-color: #fff;
top: 20px;
left: 0;
width: 100%;
height: 1px;
}
.lexio-portfolio .plus-sym::after {
content: '';
position: absolute;
background-color: #fff;
top: 0;
left: 20px;
width: 1px;
height: 100%;
}
.lexio-portfolio .categories {
font-size: 16px;
letter-spacing: 0.2em;
color: #999999;
font-family: 'BebasNeue', sans-serif;
}
.lexio-portfolio .categories a:not(:hover) {
color: inherit;
} .tab-container {
position: relative;
}
.tab-container .tab-panel.active {
opacity: 1;
visibility: visible;
position: static;
height: auto;
overflow: inherit;
}
.tab-container .tab-panel {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
opacity: 0;
visibility: hidden;
height: 1px;
overflow: hidden;
}
.lexio-tabs {
position: relative;
z-index: 1;
text-align: center;
}
.lexio-tabs .tab-link {
padding-left: 0;
list-style: none;
} .lexio-tabs li {
display: inline-block;
margin-bottom: 46px;
}
.lexio-tabs li a {
font-size: 16px;
line-height: 28px;
position: relative;
margin: 5px 11px;
display: inline-block;
font-family: 'BebasNeue', sans-serif;
letter-spacing: 0.2em;
}
.lexio-tabs li.active a,
.lexio-tabs li a:hover {
color: #64a0ed;
}
.lexio-tabs li a::before {
border-bottom: 2px solid #64a0ed;
bottom: 0;
left: 0;
content: '';
position: absolute;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
width: 100%;
}
.lexio-tabs li.active a::before,
.lexio-tabs li a:hover::before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .lexio-service .service-inner {
overflow: hidden;
}
.lexio-service .service-image {
width: 50%;
float: left;
}
.lexio-service .service-info {
width: 50%;
float: left;
padding: 90px 120px;
}
.lexio-service.right .service-info {
float: right;
}
.lexio-service .service-info .service-title {
font-family: 'BebasNeue', sans-serif;
font-size: 120px;
letter-spacing: -0.025em;
color: rgba(0, 0, 0, 0.1);
position: relative;
padding-bottom: 4px;
margin-top: 0;
margin-bottom: 42px;
}
.lexio-service .service-info .service-title::before {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 48px;
height: 2px;
background-color: #64a0ed;
}
.lexio-service .service-info .service-title .service-number {
vertical-align: middle;
}
.lexio-service .service-info .service-title .service-text {
font-size: 30px;
letter-spacing: 0.2em;
vertical-align: middle;
color: #000000;
padding-left: 13px;
}
.lexio-service .service-info .service-content {
margin-bottom: 45px;
}
.lexio-service .service-info .service-list {
padding: 0;
list-style: none;
}
.lexio-service .service-info .service-list li {
font-family: 'BebasNeue', sans-serif;
font-size: 20px;
letter-spacing: 0.2em;
line-height: 40px;
color: #000000;
}
.lexio-service .service-info .service-list li::before {
font-family: 'FontAwesome', sans-serif;
content: '\f105';
font-size: 17px;
color: #64a0ed;
padding-right: 5px;
vertical-align: middle;
}
@media (max-width: 1499px) {
.lexio-service .service-info {
padding: 20px 20px 30px 20px;
}
.lexio-service .service-info .service-title {
padding-bottom: 0;
margin-bottom: 30px;
}
.lexio-service .service-info .service-content {
margin-bottom: 20px;
}
.lexio-service .service-info .service-content br {
display: none;
}
.lexio-service .service-info .service-list li {
font-size: 16px;
line-height: 34px;
}
}
@media (max-width: 991px) {
.lexio-service .service-image,
.lexio-service .service-image img,
.lexio-service .service-info {
width: 100%;
}
} .lexio-progressbar .progressbar-item {
margin-bottom: 21px;
position: relative;
overflow: hidden;
}
.lexio-progressbar .progressbar-item:last-child {
margin-bottom: 0;
}
.lexio-progressbar .progressbar-item::before {
width: 100%;
height: 4px;
content: "";
display: block;
position: absolute;
background: #efefef;
bottom: 0;
}
.lexio-progressbar .progressbar-item .progressbar-name {
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.2em;
color: #000000;
margin: 0;
padding-bottom: 4px;
}
.lexio-progressbar .progressbar-item .progressbar-bar {
height: 4px;
background-color: #64a0ed;
display: block;
position: relative;
}
.lexio-progressbar .progressbar-item .progressbar-bar .progressbar-count {
font-family: 'BebasNeue', sans-serif;
position: absolute;
top: -34px;
padding: 0;
font-size: 16px;
line-height: 30px;
color: #000000;
letter-spacing: 0.2em;
right: 0;
}
@media (max-width: 1280px) {
.lexio-progressbar .progressbar-item .progressbar-name,
.lexio-progressbar .progressbar-item .progressbar-bar .progressbar-count {
font-size: 15px;
}
} .lexio-buttonvideo a {
display: block;
margin: 0 auto 25px auto;
width: 124px;
height: 124px;
position: relative;
}
.lexio-buttonvideo a::before {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #ffffff;
-webkit-transition: transform .6s ease-in-out;
-moz-transition: transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out;
}
.lexio-buttonvideo a::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0;
height: 0;
margin: auto;
display: block;
border-width: 12px 0 12px 21px;
border-style: solid;
border-color: transparent transparent transparent #000000;
}
.lexio-buttonvideo a:hover::before {
transform: scale(1.1);
}
@media (max-width: 991px) {
.lexio-buttonvideo a {
width: 90px;
height: 90px;
}
} .lexio-scrollspy {
position: fixed;
left: 120px;
top: 50%;
width: 41px;
background-color: #ffffff;
padding: 10px 0;
border-radius: 41px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 100;
}
.lexio-scrollspy ul {
padding: 0;
list-style: none;
}
.lexio-scrollspy ul li {
display: block;
}
.lexio-scrollspy ul li a {
position: relative;
display: block;
margin: 7px 0;
}
.lexio-scrollspy ul li a .scrollspy-dot {
display: block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid #000000;
margin: 0 auto;
-webkit-transition: background-color 0.25s ease 0s;
-moz-transition: background-color 0.25s ease 0s;
-o-transition: background-color 0.25s ease 0s;
transition: background-color 0.25s ease 0s;
}
.lexio-scrollspy ul li.active a .scrollspy-dot,
.lexio-scrollspy ul li a:hover .scrollspy-dot {
background-color: #64a0ed;
}
.lexio-scrollspy ul li a .scrollspy-text {
opacity: 0;
visibility: hidden;
font-family: 'BebasNeue', sans-serif;
font-size: 16px;
color: #64a0ed;
position: absolute;
left: 100%;
top: 50%;
-webkit-transition: opacity 0.25s ease 0s;
-moz-transition: opacity 0.25s ease 0s;
-o-transition: opacity 0.25s ease 0s;
transition: opacity 0.25s ease 0s;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding-left: 23px;
z-index: 99;
}
.lexio-scrollspy ul li a .scrollspy-text::before {
content: '';
display: inline-block;
width: 23px;
border-bottom: 1px solid;
position: absolute;
top: 50%;
left: -7px;
}
.lexio-scrollspy ul li.active a .scrollspy-text,
.lexio-scrollspy ul li a:hover .scrollspy-text {
opacity: 1;
visibility: visible;
}
@media (max-width: 1199px) {
.lexio-scrollspy {
left: 30px;
}
}
@media (max-width: 767px) {
.lexio-scrollspy {
display: none;
}
}  .preloader {
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
position: fixed;
background-color: #000000;
-webkit-transition: left 0.4s ease 0s;
-moz-transition: left 0.4s ease 0s;
-o-transition: left 0.4s ease 0s;
transition: left 0.4s ease 0s;
} .main-container {
padding-bottom: 90px;
min-height: 100vh;
}
body.single .main-container {
padding-top: 220px;
padding-bottom: 81px;
}
body.error404 .main-container {
padding-top: 110px;
}
@media (max-width: 1024px) {
body.single .main-container {
padding-top: 130px;
}
}
@media (max-width: 1024px) {
body.single .main-container {
padding-top: 105px;
}
}
.bg-parralax {
background-attachment: fixed;
}
.index-down {
position: relative;
z-index: 1;
}