
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.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%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.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%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.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%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes
flash{0%,50%,100%{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, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(.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, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(.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%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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;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)}}.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;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)}}.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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}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(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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}.aps-each-icon{display:inline-block;position:relative}.aps-each-icon
a{display:block;position:relative;z-index:555;border-bottom:none !important}.aps-each-icon
img{-webkit-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.aps-each-icon a:hover
img{opacity:1 !important}.aps-each-icon .aps-icon-tooltip{font-size:10px;line-height:1;padding:5px;border-radius:4px;position:absolute;width:auto;z-index:777;white-space:nowrap}.aps-group-horizontal .aps-each-icon:first-child{margin-left:0 !important}.aps-each-icon .aps-icon-tooltip-top{top:-25px;left:50%;margin-top:0 !important}.aps-each-icon .aps-icon-tooltip-top:before{content:"";position:absolute;border-left:5px solid transparent !important;border-right:5px solid transparent !important;border-top-width:5px;border-top-style:solid;margin-left:-5px;bottom:-5px;left:50%;z-index:555}.aps-each-icon .aps-icon-tooltip-right{left:115%;top:50%;margin-left:0 !important}.aps-each-icon .aps-icon-tooltip-right:before{content:"";position:absolute;border-top:5px solid transparent !important;border-bottom:5px solid transparent !important;border-right-width:5px;border-right-style:solid;margin-top:-5px;top:50%;left:-5px;z-index:555}.aps-each-icon .aps-icon-tooltip-bottom{bottom:-25px;left:50%;margin-top:0 !important}.aps-each-icon .aps-icon-tooltip-bottom:before{content:"";position:absolute;border-left:5px solid transparent !important;border-right:5px solid transparent !important;border-bottom-width:5px;border-bottom-style:solid;margin-left:-5px;top:-5px;left:50%;z-index:555}.aps-each-icon .aps-icon-tooltip-left{right:115%;top:50%;margin-left:0px !important}.aps-each-icon .aps-icon-tooltip-left:before{content:"";position:absolute;border-top:5px solid transparent !important;border-bottom:5px solid transparent !important;border-left-width:5px;border-left-style:solid;margin-top:-5px;top:50%;right:-5px;z-index:555}.aps-social-icon-wrapper:before,.aps-social-icon-wrapper:after{content:"";display:table}.aps-social-icon-wrapper:after{clear:both}.aps-social-icon-wrapper .aps-group-vertical{float:left;text-align:center}@media (max-width:768px){.aps-social-icon-wrapper .aps-group-vertical{float:none}}.news-clearfix:before,.news-clearfix:after{content:"";display:table}.news-clearfix::after{clear:both}.news-col-3,.news-col-4,.news-col-2{margin-bottom:30px}.news-col-3,.news-col-4,.news-col-2,.news-col-1,.news-col-list{-webkit-box-sizing:border-box;box-sizing:border-box}.news-col-1 .news-inner-wrap-view, .news-col-list .news-inner-wrap-view{border-bottom:1px solid #d1d1d1;padding-bottom:20px;margin-bottom:20px}.news-col-list .wpnaw-news-no-image .news-content{margin:0;width:100%}.news-col-list .news-thumb{margin-bottom:0px}.news .news-title{margin-top:0px !important;margin-bottom:10px !important}.news .news-title
a{font-size:22px;line-height:26px;color:#555;text-decoration:none !important}.news-cat{margin-bottom:10px}.news-cat a, .grid-date-post
a{color:#555}.news-content{float:left;width:100%;clear:both}.date-post{width:11%;float:left;text-align:center}.date-post
span{display:block;color:#222;font-size:30px;margin:0px
0px 2px;padding-bottom:2px;border-bottom:1px dotted #C0C0C0}.date-post
h2{margin-bottom:5px !important;padding-bottom:0 !important;margin-top:0px !important;text-align:center}.date-post
p{margin:0px;text-transform:uppercase;color:#333;text-align:center !important}.post-content-text{width:87%;margin-left:2%;float:left}.news-thumb{float:left;width:100%;margin-bottom:25px}.grid-date-post, .grid-date-post
a{font-size:13px;margin-bottom:5px}.widget-date-post, .widget-date-post
a{font-size:13px;margin-top:5px}.news-col-4{width:25%;float:left;padding:0
15px}.news-col-3{width:33%;float:left;padding:0
15px}.news-col-2{width:50%;float:left;padding:0
15px}.news-col-1,.news-col-list{width:100%;float:left;padding-left:15px;padding-right:15px}.grid-news-thumb{float:left;height:200px;line-height:0;overflow:hidden;position:relative;width:100%;background:#f1f1f1}.grid-news-thumb
img{height:100% !important;width:100% !important;object-fit:cover;object-position:top center;border-radius:0px !important}.news-col-1 .grid-news-thumb{height:400px}.news-col-2 .grid-news-thumb{height:250px}.news-col-list .news-thumb{float:left;width:33%}.news-col-list .news-content{float:left;margin-left:2%;width:65%;clear:none}.no-thumb.blog-col-0 .blog-content{margin-left:0;width:100%}.news-col-list .news-content .post-content-text{margin-left:0px}.news_li{clear:both !important;margin-bottom:8px !important;margin-top:8px !important;padding-bottom:10px !important}.news_li a.newspost-title, .widget .news_li a.newspost-title, #secondary .widget .news_li a.newspost-title{color:#555}.news_li
p{padding-bottom:0px !important}.news-col-3 .news-thumb, .news-col-2 .news-thumb, .news-col-4 .news-thumb{margin-bottom:10px}.news-col-3 .post-content-text, .news-col-2 .post-content-text, .news-col-4 .post-content-text{width:100%;margin:0px}.news-short-content{margin-bottom:10px}.wpnaw-first{clear:both}.recent-news-items
.news_li{padding:10px
0 !important;clear:both}.news_li{border-bottom:1px solid #ddd;margin:0
!important;list-style:none !important}.newstickerthumb
.news_li{float:left;width:100%}.news_thumb_left{display:table-cell;vertical-align:top;width:100px}.news_thumb_left
a{display:block;margin-right:10px}.news_thumb_left
img{height:100% !important;width:100% !important;object-fit:cover;object-position:top center}.news_thumb_right{display:table-cell;vertical-align:top}.recent-news-items{clear:both}.recent-news-items.no_p
h6{margin:5px
0 !important}.recent-news-items
p{font-size:13px !important;margin-bottom:10px !important}.news_pagination{width:100%;text-align:center;color:#666;clear:both}.news_pagination
a{color:#fff !important;background:#666;padding:7px
10px;margin:0
1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;border:1px
solid #666;text-decoration:none !important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:0}.news_pagination .page-numbers.current{color:#666;background:transparent;padding:7px
10px;margin:0
1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;text-transform:uppercase;border:1px
solid #666;text-decoration:none !important}.news_pagination a:hover, .news_pagination a:focus, .news_pagination a:visited:hover{color:#666 !important;background:#fff;outline:0}.news_pagination a.prev, .news_pagination
a.next{min-width:90px}.news_pagination .button-news-p, .wpnw-prev-next
.next{float:right}.news_pagination .button-news-n, .wpnw-prev-next
.prev{float:left}.news_pagination .wpnw-pagi-btn
a{min-width:90px}.news-col-1.has-no-date .post-content-text{margin-left:0px;width:100%}.news-more-link{padding:5px
15px;background:#555;color:#fff;border-radius:2px;display:inline-block;clear:both;text-decoration:none !important;-webkit-transition:all .3s;transition:all .3s}.news-more-link:hover{background:#f1f1f1;color:#555}.widget ul li.news_li::before{content:none !important}.type-news:last-child .news-inner-wrap-view{border:0px;padding:0px;margin:0px}@media all and (max-width: 768px){.news-col-3,.news-col-4{width:50%}.news.wpnaw-first{clear:none !important}}@media all and (max-width: 640px){.news-col-3,.news-col-2,.news-col-4{width:100%}.news-col-list .news-thumb{margin-bottom:15px}}@media all and (max-width: 500px){.news-col-list .news-thumb{float:left;width:100%}.news-col-list .news-content{float:left;margin-left:0%;width:100%;clear:both}.news-col-1 .grid-news-thumb{height:250px}}@media all and (max-width: 400px){.news-col-1 .grid-news-thumb{height:200px}}#glt-settings.wrap{max-width:1300px}#glt-settings.wrap:after{content:'';display:block;clear:both}#glt-footer,
#glt-footer
#google_language_translator{display:none !important}#glt-translate-trigger,
#glt-translate-trigger
span{cursor:pointer}#glt-settings .glt-main-settings h3:before{content:'\f108'}#glt-settings .glt-layout-settings h3:before{content:'\f116'}#glt-settings .glt-floating-widget-settings h3:before{content:'\f134'}#glt-settings .glt-behavior-settings h3:before{content:'\f185'}#glt-settings .glt-usage-settings h3:before{content:'\f106'}#glt-settings .glt-preview-settings h3:before{content:'\f115'}#glt-settings .glt-flag-settings h3:before{content:'\f227'}#glt-settings .glt-seo-settings h3:before{content:'\f11e'}#glt-settings .glt-gtranslate-ad h3:before{content:'\f326'}#glt-settings .glt-css-settings h3:before{content:'\f119'}#glt-settings .glt-seo-settings{background-color:#FFC293}#glt-settings .glt-main-settings h3:before,
#glt-settings .glt-layout-settings h3:before,
#glt-settings .glt-behavior-settings h3:before,
#glt-settings .glt-floating-widget-settings h3:before,
#glt-settings .glt-usage-settings h3:before,
#glt-settings .glt-preview-settings h3:before,
#glt-settings .glt-flag-settings h3:before,
#glt-settings .glt-seo-settings h3:before,
#glt-settings .glt-gtranslate-ad h3:before,
#glt-settings .glt-css-settings h3:before{margin-right:5px;display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased}#glt-settings .button,
#glt-settings .button-primary{text-shadow:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;box-shadow:none;transition: .25s opacity ease-in-out;-webkit-transition: .25s opacity ease-in-out;-moz-transition: .25s opacity ease-in-out}#glt-settings
.button{background:#95a5a6;border:1px
solid #95a5a6;color:#fff}#glt-settings .button-primary{background:#ea4335;border:1px
solid #ea4335}#glt-settings .button:hover{opacity:0.8}#glt-settings .button-primary:hover{opacity:0.8;background:#ea4335;border:1px
solid #ea4335}.tool-container{bottom:50px !important;top:auto !important;z-index:99999999 !important}.tool-container .tool-items
a{margin:4px}.box-right{clear:right}a.wp-studio-logo:focus,a.wp-helpdesk-logo:focus{box-shadow:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important}.goog-te-gadget-simple{margin:4px
0}#google_language_translator select.goog-te-combo{width:143px;background:#fff;box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;padding:3px
!important;height:auto !important;border:1px
solid lightgray !important;border-radius:0px !important;-webkit-border-radius:0px;-moz-border-radius:0px !important;-o-border-radius:0px !important}#google_language_translator select.goog-te-combo:focus{outline:none !important}#flags{overflow:hidden}#flags
ul{margin:0;padding:0}#flags
li{float:left !important;margin-bottom:0 !important;padding:0
!important;border:none !important;list-style:none !important;content:none !important}#flags li:before{content:none !important;border:none !important;background:none !important}#flags a,
.tool-container .tool-items
a{display:inline-block;cursor:pointer}a.nturl.single-language{border:0}a.single-language
span.flag{display:inline-block;vertical-align:middle;margin-right:5px}#flags.size24 a,
.tool-container .tool-items a,
a.single-language
span.size24{width:24px !important;height:18px !important;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box}#flags.size22 a,
a.single-language
span.size22{width:22px !important;height:17px !important;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box}#flags.size20 a,
a.single-language
span.size20{width:20px !important;height:14px !important;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box}#flags.size18 a,
a.single-language
span.size18{width:18px !important;height:14px !important;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box}#flags.size16 a,
#language span.size16,
a.single-language
span.size16{width:16px !important;height:12px !important;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box}.tool-container .tool-items
a{display:inline-block;margin:3px
5px 3px;width:24px !important;height:18px !important}.goog-te-gadget{color:#444;font-size:11px;font-family:"Arial",sans,sans-serif}.goog-te-gadget
img{vertical-align:middle}select.goog-te-combo:focus{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important}.metabox-holder{width:65%;float:left}.metabox-holder
h2{margin-bottom:18px}.submit{padding:0px}.form-table
th{width:50%}td.advanced{padding-top:0px;padding-bottom:0px}p.hello{font-size:12px;color:darkgray}.flag{padding:1px
0}a.nturl{cursor:pointer}.flag img,
.alt_flag
img{border:0px
!important;margin-top:2px !important;padding:0px
!important}.attribution{width:152px;line-height:1em;margin-top:4px}span.goog-branding{font-size:11px;font-family:arial;color:rgb(102, 102, 102);white-space:nowrap;padding-top:4px;text-align:left;width:150px;margin-top:2px;left:170px;z-index:9999;float:right}.goog-logo-link,.goog-logo-link:link,.goog-logo-link:visited,.goog-logo-link:hover,.goog-logo-link:active{font-size:12px;font-weight:bold;color:rgb(68, 68, 68);text-decoration:none;line-height:0.8em}span.goog-branding
img{float:left;margin:0px;width:37px}span.vertical-translator{position:auto;float:none !important;font-size:11px;font-family:arial;color:rgb(102, 102, 102);white-space:nowrap;vertical-align:middle;padding-top:4px;text-align:left;width:150px;margin-top:2px;right:-50px;z-index:9999}.tool-container .tool-items .flag
img{width:24px !important;height:24px !important;margin-top:1px !important}.tool-items
.flag{padding:0px
!important}.tool-container{line-height:1}#footer-instance{display:none !important}code{border:1px
solid lightgray}#flags.size22 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -3px no-repeat}#flags.size22 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -3px no-repeat}#flags.size22 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -467px no-repeat}#flags.size22 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -3px no-repeat}#flags.size22 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -3px no-repeat}#flags.size22 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -3px no-repeat}#flags.size22 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -3px no-repeat}#flags.size22 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -32px no-repeat}#flags.size22 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -32px no-repeat}#flags.size22 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -32px no-repeat}#flags.size22 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -32px no-repeat}#flags.size22 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -32px no-repeat}#flags.size22 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -32px no-repeat}#flags.size22 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -409px no-repeat}#flags.size22 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -61px no-repeat}#flags.size22 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -61px no-repeat}#flags.size22 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -90px no-repeat}#flags.size22 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -61px no-repeat}#flags.size22 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Afrikaans"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -61px no-repeat}#flags.size22 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -61px no-repeat}#flags.size22 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -61px no-repeat}#flags.size22 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -351px no-repeat}#flags.size22 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -351px no-repeat}#flags.size22 a.canada[title="English"],
a.single-language.canada[title="English"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -438px no-repeat}#flags.size22 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -90px no-repeat}#flags.size22 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -90px no-repeat}#flags.size22 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -90px no-repeat}#flags.size22 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -90px no-repeat}#flags.size22 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -90px no-repeat}#flags.size22 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -61px no-repeat}#flags.size22 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -90px no-repeat}#flags.size22 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -119px no-repeat}#flags.size22 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -119px no-repeat}#flags.size22 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -119px no-repeat}#flags.size22 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -119px no-repeat}#flags.size22 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -119px no-repeat}#flags.size22 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -119px no-repeat}#flags.size22 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -467px no-repeat}#flags.size22 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"]{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -148px no-repeat}#flags.size22 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -148px no-repeat}#flags.size22 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -148px no-repeat}#flags.size22 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -148px no-repeat}#flags.size22 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -148px no-repeat}#flags.size22 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -148px no-repeat}#flags.size22 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -177px no-repeat}#flags.size22 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -177px no-repeat}#flags.size22 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -177px no-repeat}#flags.size22 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -177px no-repeat}#flags.size22 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -177px no-repeat}#flags.size22 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -177px no-repeat}#flags.size22 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -409px no-repeat}#flags.size22 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -206px no-repeat}#flags.size22 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -206px no-repeat}#flags.size22 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -467px no-repeat}#flags.size22 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -467px no-repeat}#flags.size22 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -206px no-repeat}#flags.size22 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -206px no-repeat}#flags.size22 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -206px no-repeat}#flags.size22 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -206px no-repeat}#flags.size22 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -496px no-repeat}#flags.size22 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -235px no-repeat}#flags.size22 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -409px no-repeat}#flags.size22 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -235px no-repeat}#flags.size22 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -409px no-repeat}#flags.size22 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -235px no-repeat}#flags.size22 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -235px no-repeat}#flags.size22 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -235px no-repeat}#flags.size22 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -235px no-repeat}#flags.size22 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Buremese)"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -409px no-repeat}#flags.size22 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -264px no-repeat}#flags.size22 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -264px no-repeat}#flags.size22 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -496px no-repeat}#flags.size22 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -264px no-repeat}#flags.size22 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -264px no-repeat}#flags.size22 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -264px no-repeat}#flags.size22 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -438px no-repeat}#flags.size22 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -264px no-repeat}#flags.size22 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -293px no-repeat}#flags.size22 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -293px no-repeat}#flags.size22 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -467px no-repeat}#flags.size22 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -467px no-repeat}#flags.size22 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -293px no-repeat}#flags.size22 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -409px no-repeat}#flags.size22 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -496px no-repeat}#flags.size22 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -351px no-repeat}#flags.size22 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -438px no-repeat}#flags.size22 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -293px no-repeat}#flags.size22 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -293px no-repeat}#flags.size22 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -293px no-repeat}#flags.size22 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -322px no-repeat}#flags.size22 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -438px no-repeat}#flags.size22 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanse"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -380px no-repeat}#flags.size22 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -322px no-repeat}#flags.size22 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -322px no-repeat}#flags.size22 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -438px no-repeat}#flags.size22 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -322px no-repeat}#flags.size22 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -322px no-repeat}#flags.size22 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -322px no-repeat}#flags.size22 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -351px no-repeat}#flags.size22 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -351px no-repeat}#flags.size22 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -438px no-repeat}#flags.size22 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -146px -351px no-repeat}#flags.size22 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -380px no-repeat}#flags.size22 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -30px -380px no-repeat}#flags.size22 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -1px -3px no-repeat}#flags.size22 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -59px -380px no-repeat}#flags.size22 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -88px -380px no-repeat}#flags.size22 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size22{background:url('/wp-content/plugins/googlr-language-translator/images/flags22.png?x89290') -117px -380px no-repeat}#flags.size20 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -4px no-repeat}#flags.size20 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -4px no-repeat}#flags.size20 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -468px no-repeat}#flags.size20 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -4px no-repeat}#flags.size20 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -4px no-repeat}#flags.size20 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -4px no-repeat}#flags.size20 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -4px no-repeat}#flags.size20 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -33px no-repeat}#flags.size20 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -33px no-repeat}#flags.size20 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -33px no-repeat}#flags.size20 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -33px no-repeat}#flags.size20 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -33px no-repeat}#flags.size20 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -33px no-repeat}#flags.size20 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -410px no-repeat}#flags.size20 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -62px no-repeat}#flags.size20 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -62px no-repeat}#flags.size20 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -91px no-repeat}#flags.size20 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -62px no-repeat}#flags.size20 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -62px no-repeat}#flags.size20 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -62px no-repeat}#flags.size20 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -62px no-repeat}#flags.size20 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -352px no-repeat}#flags.size20 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -352px no-repeat}#flags.size20 a.canada[title="English"],
a.single-language.canada[title="English"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -439px no-repeat}#flags.size20 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -91px no-repeat}#flags.size20 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -91px no-repeat}#flags.size20 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -91px no-repeat}#flags.size20 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -91px no-repeat}#flags.size20 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -91px no-repeat}#flags.size20 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -62px no-repeat}#flags.size20 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -91px no-repeat}#flags.size20 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -120px no-repeat}#flags.size20 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -120px no-repeat}#flags.size20 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -120px no-repeat}#flags.size20 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -120px no-repeat}#flags.size20 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -120px no-repeat}#flags.size20 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -120px no-repeat}#flags.size20 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -468px no-repeat}#flags.size20 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -149px no-repeat}#flags.size20 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -149px no-repeat}#flags.size20 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -149px no-repeat}#flags.size20 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -149px no-repeat}#flags.size20 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -149px no-repeat}#flags.size20 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -149px no-repeat}#flags.size20 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -178px no-repeat}#flags.size20 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -178px no-repeat}#flags.size20 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -178px no-repeat}#flags.size20 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -178px no-repeat}#flags.size20 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -178px no-repeat}#flags.size20 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -178px no-repeat}#flags.size20 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -410px no-repeat}#flags.size20 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -207px no-repeat}#flags.size20 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -207px no-repeat}#flags.size20 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -468px no-repeat}#flags.size20 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -468px no-repeat}#flags.size20 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -207px no-repeat}#flags.size20 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -207px no-repeat}#flags.size20 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -207px no-repeat}#flags.size20 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -207px no-repeat}#flags.size20 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -497px no-repeat}#flags.size20 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -236px no-repeat}#flags.size20 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -410px no-repeat}#flags.size20 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -236px no-repeat}#flags.size20 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -236px no-repeat}#flags.size20 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -410px no-repeat}#flags.size20 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -236px no-repeat}#flags.size20 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -236px no-repeat}#flags.size20 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -236px no-repeat}#flags.size20 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -410px no-repeat}#flags.size20 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -265px no-repeat}#flags.size20 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -265px no-repeat}#flags.size20 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -497px no-repeat}#flags.size20 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -265px no-repeat}#flags.size20 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -265px no-repeat}#flags.size20 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -265px no-repeat}#flags.size20 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -439px no-repeat}#flags.size20 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -265px no-repeat}#flags.size20 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -294px no-repeat}#flags.size20 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -294px no-repeat}#flags.size20 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -468px no-repeat}#flags.size20 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -468px no-repeat}#flags.size20 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -294px no-repeat}#flags.size20 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -410px no-repeat}#flags.size20 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -497px no-repeat}#flags.size20 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -352px no-repeat}#flags.size20 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -439px no-repeat}#flags.size20 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -294px no-repeat}#flags.size20 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -294px no-repeat}#flags.size20 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -294px no-repeat}#flags.size20 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -323px no-repeat}#flags.size20 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -439px no-repeat}#flags.size20 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -381px no-repeat}#flags.size20 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -323px no-repeat}#flags.size20 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -323px no-repeat}#flags.size20 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -439px no-repeat}#flags.size20 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -323px no-repeat}#flags.size20 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -323px no-repeat}#flags.size20 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -323px no-repeat}#flags.size20 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -352px no-repeat}#flags.size20 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -352px no-repeat}#flags.size20 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -147px -352px no-repeat}#flags.size20 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -439px no-repeat}#flags.size20 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -381px no-repeat}#flags.size20 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -31px -381px no-repeat}#flags.size20 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -2px -4px no-repeat}#flags.size20 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -60px -381px no-repeat}#flags.size20 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -89px -381px no-repeat}#flags.size20 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size20{background:url('/wp-content/plugins/googlr-language-translator/images/flags20.png?x89290') -118px -381px no-repeat}#flags.size18 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -4px no-repeat}#flags.size18 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -4px no-repeat}#flags.size18 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -468px no-repeat}#flags.size18 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -4px no-repeat}#flags.size18 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -4px no-repeat}#flags.size18 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -4px no-repeat}#flags.size18 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -4px no-repeat}#flags.size18 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -33px no-repeat}#flags.size18 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -33px no-repeat}#flags.size18 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -33px no-repeat}#flags.size18 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -33px no-repeat}#flags.size18 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -33px no-repeat}#flags.size18 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -33px no-repeat}#flags.size18 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -410px no-repeat}#flags.size18 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -62px no-repeat}#flags.size18 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -62px no-repeat}#flags.size18 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -91px no-repeat}#flags.size18 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -62px no-repeat}#flags.size18 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -62px no-repeat}#flags.size18 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -62px no-repeat}#flags.size18 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -62px no-repeat}#flags.size18 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -352px no-repeat}#flags.size18 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -352px no-repeat}#flags.size18 a.canada[title="English"] a.single-language.canada[title="English"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -439px no-repeat}#flags.size18 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -91px no-repeat}#flags.size18 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -91px no-repeat}#flags.size18 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -91px no-repeat}#flags.size18 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -91px no-repeat}#flags.size18 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -91px no-repeat}#flags.size18 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -62px no-repeat}#flags.size18 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -91px no-repeat}#flags.size18 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -120px no-repeat}#flags.size18 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -120px no-repeat}#flags.size18 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -120px no-repeat}#flags.size18 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -120px no-repeat}#flags.size18 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -120px no-repeat}#flags.size18 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -468px no-repeat}#flags.size18 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -120px no-repeat}#flags.size18 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -149px no-repeat}#flags.size18 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -149px no-repeat}#flags.size18 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -149px no-repeat}#flags.size18 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -149px no-repeat}#flags.size18 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -149px no-repeat}#flags.size18 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -149px no-repeat}#flags.size18 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -178px no-repeat}#flags.size18 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -178px no-repeat}#flags.size18 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -178px no-repeat}#flags.size18 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -178px no-repeat}#flags.size18 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -178px no-repeat}#flags.size18 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -178px no-repeat}#flags.size18 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -410px no-repeat}#flags.size18 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -207px no-repeat}#flags.size18 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -207px no-repeat}#flags.size18 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -468px no-repeat}#flags.size18 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -468px no-repeat}#flags.size18 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -207px no-repeat}#flags.size18 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -207px no-repeat}#flags.size18 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -207px no-repeat}#flags.size18 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -207px no-repeat}#flags.size18 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -496px no-repeat}#flags.size18 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -236px no-repeat}#flags.size18 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -410px no-repeat}#flags.size18 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -236px no-repeat}#flags.size18 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -410px no-repeat}#flags.size18 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -236px no-repeat}#flags.size18 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -236px no-repeat}#flags.size18 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -236px no-repeat}#flags.size18 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -236px no-repeat}#flags.size18 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -410px no-repeat}#flags.size18 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -265px no-repeat}#flags.size18 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -265px no-repeat}#flags.size18 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -496px no-repeat}#flags.size18 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -265px no-repeat}#flags.size18 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -265px no-repeat}#flags.size18 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -265px no-repeat}#flags.size18 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -439px no-repeat}#flags.size18 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -265px no-repeat}#flags.size18 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -294px no-repeat}#flags.size18 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -294px no-repeat}#flags.size18 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -468px no-repeat}#flags.size18 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -468px no-repeat}#flags.size18 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -294px no-repeat}#flags.size18 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -410px no-repeat}#flags.size18 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -496px no-repeat}#flags.size18 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -352px no-repeat}#flags.size18 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -439px no-repeat}#flags.size18 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -294px no-repeat}#flags.size18 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -294px no-repeat}#flags.size18 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -294px no-repeat}#flags.size18 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -323px no-repeat}#flags.size18 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -439px no-repeat}#flags.size18 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -381px no-repeat}#flags.size18 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -323px no-repeat}#flags.size18 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -323px no-repeat}#flags.size18 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -439px no-repeat}#flags.size18 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -323px no-repeat}#flags.size18 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -323px no-repeat}#flags.size18 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -323px no-repeat}#flags.size18 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -352px no-repeat}#flags.size18 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -352px no-repeat}#flags.size18 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -147px -352px no-repeat}#flags.size18 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -439px no-repeat}#flags.size18 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -381px no-repeat}#flags.size18 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -31px -381px no-repeat}#flags.size18 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -2px -4px no-repeat}#flags.size18 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -60px -381px no-repeat}#flags.size18 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -89px -381px no-repeat}#flags.size18 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size18{background:url('/wp-content/plugins/googlr-language-translator/images/flags18.png?x89290') -118px -381px no-repeat}#flags.size16 a[title="Afrikaans"],
#language .switcher .selected a[title="Afrikaans"] span,
#language .switcher .option a[title="Afrikaans"] span,
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -5px no-repeat}#flags.size16 a[title="Albanian"],
#language .switcher .selected a[title="Albanian"] span,
#language .switcher .option a[title="Albanian"] span,
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -5px no-repeat}#flags.size16 a[title="Amharic"],
#language .switcher .selected a[title="Amharic"] span,
#language .switcher .option a[title="Amharic"] span,
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -469px no-repeat}#flags.size16 a[title="Arabic"],
#language .switcher .selected a[title="Arabic"] span,
#language .switcher .option a[title="Arabic"] span,
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -5px no-repeat}#flags.size16 a[title="Armenian"],
#language .switcher .selected a[title="Armenian"] span,
#language .switcher .option a[title="Armenian"] span,
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -5px no-repeat}#flags.size16 a[title="Azerbaijani"],
#language .switcher .selected a[title="Azerbaijani"] span,
#language .switcher .option a[title="Azerbaijani"] span,
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -5px no-repeat}#flags.size16 a[title="Basque"],
#language .switcher .selected a[title="Basque"] span,
#language .switcher .option a[title="Basque"] span,
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -5px no-repeat}#flags.size16 a[title="Belarusian"],
#language .switcher .selected a[title="Belarusian"] span,
#language .switcher .option a[title="Belarusian"] span,
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -34px no-repeat}#flags.size16 a[title="Bengali"],
#language .switcher .selected a[title="Bengali"] span,
#language .switcher .option a[title="Bengali"] span,
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -34px no-repeat}#flags.size16 a[title="Bosnian"],
#language .switcher .selected a[title="Bosnian"] span,
#language .switcher .option a[title="Bosnian"] span,
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -34px no-repeat}#flags.size16 a[title="Bulgarian"],
#language .switcher .selected a[title="Bulgarian"] span,
#language .switcher .option a[title="Bulgarian"] span,
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -34px no-repeat}#flags.size16 a[title="Catalan"],
#language .switcher .selected a[title="Catalan"] span,
#language .switcher .option a[title="Catalan"] span,
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -34px no-repeat}#flags.size16 a[title="Cebuano"],
#language .switcher .selected a[title="Cebuano"] span,
#language .switcher .option a[title="Cebuano"] span,
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -34px no-repeat}#flags.size16 a[title="Chichewa"],
#language .switcher .selected a[title="Chichewa"] span,
#language .switcher .option a[title="Chichewa"] span,
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -411px no-repeat}#flags.size16 a[title="Chinese (Simplified)"],
#language .switcher .selected a[title="Chinese (Simplified)"] span,
#language .switcher .option a[title="Chinese (Simplified)"] span,
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -63px no-repeat}#flags.size16 a[title="Chinese (Traditional)"],
#language .switcher .selected a[title="Chinese (Traditional)"] span,
#language .switcher .option a[title="Chinese (Traditional)"] span,
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -63px no-repeat}#flags.size16 a[title="Corsican"],
#language .switcher .selected a[title="Corsican"] span,
#language .switcher .option a[title="Corsican"] span,
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -92px no-repeat}#flags.size16 a[title="Croatian"],
#language .switcher .selected a[title="Croatian"] span,
#language .switcher .option a[title="Croatian"] span,
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -63px no-repeat}#flags.size16 a[title="Czech"],
#language .switcher .selected a[title="Czech"] span,
#language .switcher .option a[title="Czech"] span,
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -63px no-repeat}#flags.size16 a[title="Danish"],
#language .switcher .selected a[title="Danish"] span,
#language .switcher .option a[title="Danish"] span,
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -63px no-repeat}#flags.size16 a[title="Dutch"],
#language .switcher .selected a[title="Dutch"] span,
#language .switcher .option a[title="Dutch"] span,
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -63px no-repeat}#flags.size16 a[title="English"],
#language .switcher .selected a[title="English"] span,
#language .switcher .option a[title="English"] span,
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -353px no-repeat}#flags.size16 a.united-states[title="English"],
#language .switcher .selected a[title="English"] span.united-states,
#language .switcher .option a[title="English"] span.united-states,
a.single-language.united-states[title="English"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -353px no-repeat}#flags.size16 a.canada[title="English"],
#language .switcher .selected a[title="English"] span.canada,
#language .switcher .option a[title="English"] span.canada,
a.single-language.canada[title="English"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -440px no-repeat}#flags.size16 a[title="Esperanto"],
#language .switcher .selected a[title="Esperanto"] span,
#language .switcher .option a[title="Esperanto"] span,
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -92px no-repeat}#flags.size16 a[title="Estonian"],
#language .switcher .selected a[title="Estonian"] span,
#language .switcher .option a[title="Estonian"] span,
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -92px no-repeat}#flags.size16 a[title="Filipino"],
#language .switcher .selected a[title="Filipino"] span,
#language .switcher .option a[title="Filipino"] span,
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -92px no-repeat}#flags.size16 a[title="Finnish"],
#language .switcher .selected a[title="Finnish"] span,
#language .switcher .option a[title="Finnish"] span,
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -92px no-repeat}#flags.size16 a[title="French"],
#language .switcher .selected a[title="French"] span,
#language .switcher .option a[title="French"] span,
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -92px no-repeat}#flags.size16 a[title="Frisian"],
#language .switcher .selected a[title="Frisian"] span,
#language .switcher .option a[title="Frisian"] span,
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -63px no-repeat}#flags.size16 a[title="Galician"],
#language .switcher .selected a[title="Galician"] span,
#language .switcher .option a[title="Galician"] span,
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -92px no-repeat}#flags.size16 a[title="Georgian"],
#language .switcher .selected a[title="Georgian"] span,
#language .switcher .option a[title="Georgian"] span,
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -121px no-repeat}#flags.size16 a[title="German"],
#language .switcher .selected a[title="German"] span,
#language .switcher .option a[title="German"] span,
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -121px no-repeat}#flags.size16 a[title="Greek"],
#language .switcher .selected a[title="Greek"] span,
#language .switcher .option a[title="Greek"] span,
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -121px no-repeat}#flags.size16 a[title="Gujarati"],
#language .switcher .selected a[title="Gujarati"] span,
#language .switcher .option a[title="Gujarati"] span,
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -121px no-repeat}#flags.size16 a[title="Haitian"],
#language .switcher .selected a[title="Haitian"] span,
#language .switcher .option a[title="Haitian"] span,
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -121px no-repeat}#flags.size16 a[title="Hawaiian"],
#language .switcher .selected a[title="Hawaiian"] span,
#language .switcher .option a[title="Hawaiian"] span,
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -469px no-repeat}#flags.size16 a[title="Hausa"],
#language .switcher .selected a[title="Hausa"] span,
#language .switcher .option a[title="Hausa"] span,
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -121px no-repeat}#flags.size16 a[title="Hebrew"],
#language .switcher .selected a[title="Hebrew"] span,
#language .switcher .option a[title="Hebrew"] span,
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -150px no-repeat}#flags.size16 a[title="Hindi"],
#language .switcher .selected a[title="Hindi"] span,
#language .switcher .option a[title="Hindi"] span,
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -150px no-repeat}#flags.size16 a[title="Hmong"],
#language .switcher .selected a[title="Hmong"] span,
#language .switcher .option a[title="Hmong"] span,
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -150px no-repeat}#flags.size16 a[title="Hungarian"],
#language .switcher .selected a[title="Hungarian"] span,
#language .switcher .option a[title="Hungarian"] span,
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -150px no-repeat}#flags.size16 a[title="Icelandic"],
#language .switcher .selected a[title="Icelandic"] span,
#language .switcher .option a[title="Icelandic"] span,
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -150px no-repeat}#flags.size16 a[title="Igbo"],
#language .switcher .selected a[title="Igbo"] span,
#language .switcher .option a[title="Igbo"] span,
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -150px no-repeat}#flags.size16 a[title="Indonesian"],
#language .switcher .selected a[title="Indonesian"] span,
#language .switcher .option a[title="Indonesian"] span,
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -179px no-repeat}#flags.size16 a[title="Irish"],
#language .switcher .selected a[title="Irish"] span,
#language .switcher .option a[title="Irish"] span,
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -179px no-repeat}#flags.size16 a[title="Italian"],
#language .switcher .selected a[title="Italian"] span,
#language .switcher .option a[title="Italian"] span,
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -179px no-repeat}#flags.size16 a[title="Japanese"],
#language .switcher .selected a[title="Japanese"] span,
#language .switcher .option a[title="Japanese"] span,
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -179px no-repeat}#flags.size16 a[title="Javanese"],
#language .switcher .selected a[title="Javanese"] span,
#language .switcher .option a[title="Javanese"] span,
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -179px no-repeat}#flags.size16 a[title="Kannada"],
#language .switcher .selected a[title="Kannada"] span,
#language .switcher .option a[title="Kannada"] span,
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -179px no-repeat}#flags.size16 a[title="Kazakh"],
#language .switcher .selected a[title="Kazakh"] span,
#language .switcher .option a[title="Kazakh"] span,
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -411px no-repeat}#flags.size16 a[title="Khmer"],
#language .switcher .selected a[title="Khmer"] span,
#language .switcher .option a[title="Khmer"] span,
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -208px no-repeat}#flags.size16 a[title="Korean"],
#language .switcher .selected a[title="Korean"] span,
#language .switcher .option a[title="Korean"] span,
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -208px no-repeat}#flags.size16 a[title="Kurdish"],
#language .switcher .selected a[title="Kurdish"] span,
#language .switcher .option a[title="Kurdish"] span,
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -469px no-repeat}#flags.size16 a[title="Kyrgyz"],
#language .switcher .selected a[title="Kyrgyz"] span,
#language .switcher .option a[title="Kyrgyz"] span,
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -469px no-repeat}#flags.size16 a[title="Lao"],
#language .switcher .selected a[title="Lao"] span,
#language .switcher .option a[title="Lao"] span,
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -208px no-repeat}#flags.size16 a[title="Latin"],
#language .switcher .selected a[title="Latin"] span,
#language .switcher .option a[title="Latin"] span,
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -208px no-repeat}#flags.size16 a[title="Latvian"],
#language .switcher .selected a[title="Latvian"] span,
#language .switcher .option a[title="Latvian"] span,
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -208px no-repeat}#flags.size16 a[title="Lithuanian"],
#language .switcher .selected a[title="Lithuanian"] span,
#language .switcher .option a[title="Lithuanian"] span,
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -208px no-repeat}#flags.size16 a[title="Luxembourgish"],
#language .switcher .selected a[title="Luxembourgish"] span,
#language .switcher .option a[title="Luxembourgish"] span,
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -498px no-repeat}#flags.size16 a[title="Macedonian"],
#language .switcher .selected a[title="Macedonian"] span,
#language .switcher .option a[title="Macedonian"] span,
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -237px no-repeat}#flags.size16 a[title="Malay"],
#language .switcher .selected a[title="Malay"] span,
#language .switcher .option a[title="Malay"] span,
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -237px no-repeat}#flags.size16 a[title="Malagasy"],
#language .switcher .selected a[title="Malagasy"] span,
#language .switcher .option a[title="Malagasy"] span,
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -411px no-repeat}#flags.size16 a[title="Malayalam"],
#language .switcher .selected a[title="Malayalam"] span,
#language .switcher .option a[title="Malayalam"] span,
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -411px no-repeat}#flags.size16 a[title="Maltese"],
#language .switcher .selected a[title="Maltese"] span,
#language .switcher .option a[title="Maltese"] span,
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -237px no-repeat}#flags.size16 a[title="Maori"],
#language .switcher .selected a[title="Maori"] span,
#language .switcher .option a[title="Maori"] span,
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -237px no-repeat}#flags.size16 a[title="Marathi"],
#language .switcher .selected a[title="Marathi"] span,
#language .switcher .option a[title="Marathi"] span,
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -237px no-repeat}#flags.size16 a[title="Mongolian"],
#language .switcher .selected a[title="Mongolian"] span,
#language .switcher .option a[title="Mongolian"] span,
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -237px no-repeat}#flags.size16 a[title="Myanmar (Burmese)"],
#language .switcher .selected a[title="Myanmar (Burmese)"] span,
#language .switcher .option a[title="Myanmar (Burmese)"] span,
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -411px no-repeat}#flags.size16 a[title="Nepali"],
#language .switcher .selected a[title="Nepali"] span,
#language .switcher .option a[title="Nepali"] span,
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -266px no-repeat}#flags.size16 a[title="Norwegian"],
#language .switcher .selected a[title="Norwegian"] span,
#language .switcher .option a[title="Norwegian"] span,
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -266px no-repeat}#flags.size16 a[title="Pashto"],
#language .switcher .selected a[title="Pashto"] span,
#language .switcher .option a[title="Pashto"] span,
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -498px no-repeat}#flags.size16 a[title="Persian"],
#language .switcher .selected a[title="Persian"] span,
#language .switcher .option a[title="Persian"] span,
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -266px no-repeat}#flags.size16 a[title="Polish"],
#language .switcher .selected a[title="Polish"] span,
#language .switcher .option a[title="Polish"] span,
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -266px no-repeat}#flags.size16 a[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span,
#language .switcher .option a[title="Portuguese"] span,
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -266px no-repeat}#flags.size16 a.brazil[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span.brazil,
#language .switcher .option a[title="Portuguese"] span.brazil,
a.single-language.brazil[title="Portuguese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -440px no-repeat}#flags.size16 a[title="Punjabi"],
#language .switcher .selected a[title="Punjabi"] span,
#language .switcher .option a[title="Punjabi"] span,
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -266px no-repeat}#flags.size16 a[title="Romanian"],
#language .switcher .selected a[title="Romanian"] span,
#language .switcher .option a[title="Romanian"] span,
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -295px no-repeat}#flags.size16 a[title="Russian"],
#language .switcher .selected a[title="Russian"] span,
#language .switcher .option a[title="Russian"] span,
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -295px no-repeat}#flags.size16 a[title="Samoan"],
#language .switcher .selected a[title="Samoan"] span,
#language .switcher .option a[title="Samoan"] span,
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -469px no-repeat}#flags.size16 a[title="Scots Gaelic"],
#language .switcher .selected a[title="Scots Gaelic"] span,
#language .switcher .option a[title="Scots Gaelic"] span,
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -469px no-repeat}#flags.size16 a[title="Serbian"],
#language .switcher .selected a[title="Serbian"] span,
#language .switcher .option a[title="Serbian"] span,
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -295px no-repeat}#flags.size16 a[title="Sesotho"],
#language .switcher .selected a[title="Sesotho"] span,
#language .switcher .option a[title="Sesotho"] span,
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -411px no-repeat}#flags.size16 a[title="Shona"],
#language .switcher .selected a[title="Shona"] span,
#language .switcher .option a[title="Shona"] span,
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -498px no-repeat}#flags.size16 a[title="Sindhi"],
#language .switcher .selected a[title="Sindhi"] span,
#language .switcher .option a[title="Sindhi"] span,
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -353px no-repeat}#flags.size16 a[title="Sinhala"],
#language .switcher .selected a[title="Sinhala"] span,
#language .switcher .option a[title="Sinhala"] span,
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -440px no-repeat}#flags.size16 a[title="Slovak"],
#language .switcher .selected a[title="Slovak"] span,
#language .switcher .option a[title="Slovak"] span,
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -295px no-repeat}#flags.size16 a[title="Slovenian"],
#language .switcher .selected a[title="Slovenian"] span,
#language .switcher .option a[title="Slovenian"] span,
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -295px no-repeat}#flags.size16 a[title="Somali"],
#language .switcher .selected a[title="Somali"] span,
#language .switcher .option a[title="Somali"] span,
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -295px no-repeat}#flags.size16 a[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span,
#language .switcher .option a[title="Spanish"] span,
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -324px no-repeat}#flags.size16 a.mexico[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span.mexico,
#language .switcher .option a[title="Spanish"] span.mexico,
a.single-language.mexico[title="Spanish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -440px no-repeat}#flags.size16 a[title="Swahili"],
#language .switcher .selected a[title="Swahili"] span,
#language .switcher .option a[title="Swahili"] span,
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -324px no-repeat}#flags.size16 a[title="Swedish"],
#language .switcher .selected a[title="Swedish"] span,
#language .switcher .option a[title="Swedish"] span,
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -324px no-repeat}#flags.size16 a[title="Sundanese"],
#language .switcher .selected a[title="Sundanese"] span,
#language .switcher .option a[title="Sundanese"] span,
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -382px no-repeat}#flags.size16 a[title="Tajik"],
#language .switcher .selected a[title="Tajik"] span,
#language .switcher .option a[title="Tajik"] span,
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -440px no-repeat}#flags.size16 a[title="Tamil"],
#language .switcher .selected a[title="Tamil"] span,
#language .switcher .option a[title="Tamil"] span,
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -324px no-repeat}#flags.size16 a[title="Telugu"],
#language .switcher .selected a[title="Telugu"] span,
#language .switcher .option a[title="Telugu"] span,
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -324px no-repeat}#flags.size16 a[title="Thai"],
#language .switcher .selected a[title="Thai"] span,
#language .switcher .option a[title="Thai"] span,
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -324px no-repeat}#flags.size16 a[title="Turkish"],
#language .switcher .selected a[title="Turkish"] span,
#language .switcher .option a[title="Turkish"] span,
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -353px no-repeat}#flags.size16 a[title="Ukrainian"],
#language .switcher .selected a[title="Ukrainian"] span,
#language .switcher .option a[title="Ukrainian"] span,
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -353px no-repeat}#flags.size16 a[title="Urdu"],
#language .switcher .selected a[title="Urdu"] span,
#language .switcher .option a[title="Urdu"] span,
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -149px -353px no-repeat}#flags.size16 a[title="Uzbek"],
#language .switcher .selected a[title="Uzbek"] span,
#language .switcher .option a[title="Uzbek"] span,
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -440px no-repeat}#flags.size16 a[title="Vietnamese"],
#language .switcher .selected a[title="Vietnamese"] span,
#language .switcher .option a[title="Vietnamese"] span,
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -382px no-repeat}#flags.size16 a[title="Welsh"],
#language .switcher .selected a[title="Welsh"] span,
#language .switcher .option a[title="Welsh"] span,
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -33px -382px no-repeat}#flags.size16 a[title="Xhosa"],
#language .switcher .selected a[title="Xhosa"] span,
#language .switcher .option a[title="Xhosa"] span,
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -4px -5px no-repeat}#flags.size16 a[title="Yiddish"],
#language .switcher .selected a[title="Yiddish"] span,
#language .switcher .option a[title="Yiddish"] span,
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -62px -382px no-repeat}#flags.size16 a[title="Yoruba"],
#language .switcher .selected a[title="Yoruba"] span,
a.single-language[title="Yoruba"] span.size16 span,
#language .switcher .option a[title="Yoruba"] span,
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -91px -382px no-repeat}#flags.size16 a[title="Zulu"],
#language .switcher .selected a[title="Zulu"] span,
#language .switcher .option a[title="Zulu"] span,
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size16{background:url('/wp-content/plugins/googlr-language-translator/images/flags16.png?x89290') -120px -382px no-repeat}#flags.size24 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -3px no-repeat}#flags.size24 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -3px no-repeat}#flags.size24 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -467px no-repeat}#flags.size24 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -3px no-repeat}#flags.size24 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -3px no-repeat}#flags.size24 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -3px no-repeat}#flags.size24 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -3px no-repeat}#flags.size24 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -32px no-repeat}#flags.size24 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -32px no-repeat}#flags.size24 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -32px no-repeat}#flags.size24 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -32px no-repeat}#flags.size24 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -32px no-repeat}#flags.size24 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -32px no-repeat}#flags.size24 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -409px no-repeat}#flags.size24 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -61px no-repeat}#flags.size24 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -61px no-repeat}#flags.size24 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -90px no-repeat}#flags.size24 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -61px no-repeat}#flags.size24 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -61px no-repeat}#flags.size24 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -61px no-repeat}#flags.size24 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -61px no-repeat}#flags.size24 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -351px no-repeat}#flags.size24 a.united-states[title="English"],
.tool-container a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -351px no-repeat !important}#flags.size24 a.canada[title="English"],
.tool-container a.canada[title="English"],
a.single-language.canada[title="English"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -438px no-repeat !important}#flags.size24 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -90px no-repeat}#flags.size24 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -90px no-repeat}#flags.size24 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -90px no-repeat}#flags.size24 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -90px no-repeat}#flags.size24 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -90px no-repeat}#flags.size24 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -61px no-repeat}#flags.size24 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -90px no-repeat}#flags.size24 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -119px no-repeat}#flags.size24 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -119px no-repeat}#flags.size24 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -119px no-repeat}#flags.size24 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -119px no-repeat}#flags.size24 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -119px no-repeat}#flags.size24 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -119px no-repeat}#flags.size24 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -467px no-repeat}#flags.size24 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -148px no-repeat}#flags.size24 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -148px no-repeat}#flags.size24 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -148px no-repeat}#flags.size24 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -148px no-repeat}#flags.size24 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -148px no-repeat}#flags.size24 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -148px no-repeat}#flags.size24 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -177px no-repeat}#flags.size24 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -177px no-repeat}#flags.size24 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -177px no-repeat}#flags.size24 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -177px no-repeat}#flags.size24 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -177px no-repeat}#flags.size24 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -177px no-repeat}#flags.size24 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -409px no-repeat}#flags.size24 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -206px no-repeat}#flags.size24 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -206px no-repeat}#flags.size24 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -467px no-repeat}#flags.size24 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -467px no-repeat}#flags.size24 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -206px no-repeat}#flags.size24 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -206px no-repeat}#flags.size24 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -206px no-repeat}#flags.size24 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -206px no-repeat}#flags.size24 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -496px no-repeat}#flags.size24 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -235px no-repeat}#flags.size24 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -409px no-repeat}#flags.size24 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -235px no-repeat}#flags.size24 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -409px no-repeat}#flags.size24 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -235px no-repeat}#flags.size24 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -235px no-repeat}#flags.size24 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -235px no-repeat}#flags.size24 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -235px no-repeat}#flags.size24 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -409px no-repeat}#flags.size24 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -264px no-repeat}#flags.size24 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -264px no-repeat}#flags.size24 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -496px no-repeat}#flags.size24 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -264px no-repeat}#flags.size24 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -264px no-repeat}#flags.size24 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -264px no-repeat !important}#flags.size24 a.brazil[title="Portuguese"],
.tool-container a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -438px no-repeat !important}#flags.size24 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -264px no-repeat}#flags.size24 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -293px no-repeat}#flags.size24 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -293px no-repeat}#flags.size24 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -467px no-repeat}#flags.size24 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -467px no-repeat}#flags.size24 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -293px no-repeat}#flags.size24 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -409px no-repeat}#flags.size24 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -496px no-repeat}#flags.size24 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -351px no-repeat}#flags.size24 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0px -438px no-repeat}#flags.size24 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -293px no-repeat}#flags.size24 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -293px no-repeat}#flags.size24 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -293px no-repeat}#flags.size24 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -322px no-repeat}#flags.size24 a.mexico[title="Spanish"],
.tool-container a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -438px no-repeat !important}#flags.size24 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -380px no-repeat}#flags.size24 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -322px no-repeat}#flags.size24 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -322px no-repeat}#flags.size24 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -438px no-repeat}#flags.size24 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -322px no-repeat}#flags.size24 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -322px no-repeat}#flags.size24 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -322px no-repeat}#flags.size24 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -351px no-repeat}#flags.size24 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -351px no-repeat}#flags.size24 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -145px -351px no-repeat}#flags.size24 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -438px no-repeat}#flags.size24 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -380px no-repeat}#flags.size24 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -29px -380px no-repeat}#flags.size24 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') 0 -3px no-repeat}#flags.size24 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -58px -380px no-repeat}#flags.size24 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -87px -380px no-repeat}#flags.size24 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size24{background:url('/wp-content/plugins/googlr-language-translator/images/flags.png?x89290') -116px -380px no-repeat}.glt-controls{margin-bottom:15px;background:#f0f0f0;padding:10px}@media only screen and (max-width:1023px){.metabox-holder{float:none !important;width:100% !important}.flagdisplay{float:none !important;width:100% !important}.flagdisplay
div{margin-bottom:10px}}#glt-toolbar{display:none}#glt-translate-trigger{position:fixed;bottom:0px;top:auto;right:20px;z-index:200002;padding:6px
20px 3px;font-size:16px;font-family:Arial;font-weight:700;color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,0.25);text-decoration:none;text-align:center;box-shadow:0px 0px 9px rgba(0,0,0,0.3);-webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 9px rgba(0,0,0,0.3);box-sizing:content-box !important;-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;background:linear-gradient(center top, #fbb450, #f89406);background:-webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));background:-webkit-linear-gradient(#fbb450, #f89406);background:-moz-linear-gradient(#fbb450, #f89406);background:-o-linear-gradient(#fbb450, #f89406);background:-ms-linear-gradient(#fbb450, #f89406);background:linear-gradient(#fbb450, #f89406);background:-o-linear-gradientcenter(center top, #fbb450, #f89406)}.tool-container{background-color:#d0cbcb;background:-webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));background:-moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);background:-ms-linear-gradient(top, #d0cbcb 14%,#e9e5e5 100%);background:linear-gradient(to bottom, #d0cbcb 14%,#e9e5e5 100%);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbcb', endColorstr='#e9e5e5',GradientType=0 );background-size:100% 100%;border-radius:3px;box-shadow:0px 0px 15px #000;position:absolute}.tool-container.tool-top,.tool-container.tool-bottom{border-bottom:1px solid #beb8b8 }.tool-items{height:100%}.tool-top .tool-item, .tool-bottom .tool-item{float:left}.tool-left .tool-item, .tool-right .tool-item{height:34px;border-top:1px solid #e2dfdf;border-bottom:1px solid #9f9898}.tool-item{height:100%;display:block;width:34px;text-align:center}.tool-item:first-child{border-left:none}.tool-left .tool-item:first-child, .tool-right .tool-item:first-child{border-top:1px solid transparent}.tool-item:last-child{border-right:none;border-bottom:none}.tool-item.selected,.tool-item:hover{background:#a79f9f;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));background:-moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);background:-ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);background:linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a79f9f', endColorstr='#e2dfdf',GradientType=0 )}.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover{border-top-right-radius:4px;border-bottom-right-radius:4px}.tool-top  .tool-item:first-child:hover, .tool-bottom  .tool-item:first-child:hover{border-top-left-radius:4px;border-bottom-left-radius:4px}.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover{border-top-right-radius:4px;border-top-left-radius:4px}.tool-container
.arrow{width:0;height:0;position:absolute;border-width:7px;border-style:solid}.tool-container.tool-top
.arrow{border-color:#e9e5e5 transparent transparent;left:50%;bottom:-14px;margin-left:-7px}.tool-container.tool-bottom
.arrow{border-color:transparent transparent #e9e5e5;left:50%;top:-14px;margin-left:-7px}.tool-container.tool-left
.arrow{border-color:transparent transparent transparent #E9E5E5;top:50%;right:-14px;margin-top:-7px}.tool-container.tool-right
.arrow{border-color:transparent #E9E5E5 transparent transparent;top:50%;left:-14px;margin-top:-7px}.demo-link{color:#89CDE4;text-decoration:underline;cursor:pointer;margin-left:30px}.demo-link:hover{text-decoration:none;cursor:pointer}.post-ratings{width:100%;opacity:1}.post-ratings-loading{display:none;height:16px;text-align:left}.post-ratings-image{border:0}.post-ratings img,
.post-ratings-loading img,
.post-ratings-image
img{border:0;padding:0;margin:0}.post-ratings-text{}.post-ratings-comment-author{font-weight:normal;font-style:italic}