html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,small,strike,strong,sub,sup,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,footer,header,hgroup,menu,nav{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}.bb{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{font-family:"Roboto",  sans-serif;line-height:1;font-size:67.5%;color:#000;word-wrap:break-word;-webkit-text-size-adjust:none}div{position:relative}h1,h2,h3,h4,h5,h6{margin:15px 0 5px;font-weight:bold;line-height:100%}h1{font-size:260%;font-weight:normal}h2{font-size:180%;font-weight:normal}h3,h4,h5,h6{font-size:120%}p{margin:0 0 5px;font-size:100%;line-height:1.2em}p img{vertical-align:text-bottom}p,h1,h2,h3{padding:0 1%}img{border:0;max-width:100%}table{width:auto;border-collapse:collapse;border-spacing:0}a{text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent}ul{list-style:none}input[type="text"],input[type="password"],textarea,select{outline:none}textarea:focus,input:focus{outline:none}.clear:after{content:'';clear:both;display:block}/*!
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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%, 43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{0%, 20%, 53%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%, 43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-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(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}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(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%, 50%, 70%, 90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%, 60%, 80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%, 50%, 70%, 90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%, 60%, 80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -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.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -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(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{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}.yu-row,.yu-col-left,.yu-col-right,.yu-col-center,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gifticons-sprite,.gifticons-g-bananna,.gifticons-g-beer,.gifticons-g-blow,.gifticons-g-bottle,.gifticons-g-cunilingus,.gifticons-g-dildo,.gifticons-g-dimonds,.gifticons-g-dinner,.gifticons-g-facial,.gifticons-g-flowers,.gifticons-g-hand,.gifticons-g-handcuffs,.gifticons-g-kiss,.gifticons-g-lapdance,.gifticons-g-lengerie,.gifticons-g-lube,.gifticons-g-massage,.gifticons-g-orgasm,.gifticons-g-parl,.gifticons-g-slave,.gifticons-g-strip,.gifticons-g-titwank,.gifticons-g-vegas,.gifticons-g-whip-copy,.gift-icon>span.gift-01-IOU-beer,.gift-icon>span.gift-02-flowers,.gift-icon>span.gift-03-kiss,.gift-icon>span.gift-04-hand-job,.gift-icon>span.gift-05-lube,.gift-icon>span.gift-06-IOU-massage,.gift-icon>span.gift-07-lap-dance,.gift-icon>span.gift-08-IOU-strip-tease,.gift-icon>span.gift-09-tit-wank,.gift-icon>span.gift-10-dildo,.gift-icon>span.gift-11-banana-hammock,.gift-icon>span.gift-12-blow-job,.gift-icon>span.gift-13-orgasm,.gift-icon>span.gift-14-handcuffs,.gift-icon>span.gift-15-whip,.gift-icon>span.gift-16-lingerie,.gift-icon>span.gift-17-IOU-bottle-of-champagne,.gift-icon>span.gift-18-pearl-necklace,.gift-icon>span.gift-19-facial,.gift-icon>span.gift-20-IOU-cunnilingus,.gift-icon>span.gift-21-IOU-dinner,.gift-icon>span.gift-22-trip-to-vegas,.gift-icon>span.gift-23-IOU-slave-day,.gift-icon>span.gift-24-diamonds{background-image:url('../images/gifticons-s5130f5b0ac.png');background-repeat:no-repeat}.gifticons-g-bananna{background-position:0 0}.gifticons-g-beer{background-position:0 -124px}.gifticons-g-blow{background-position:0 -248px}.gifticons-g-bottle{background-position:0 -372px}.gifticons-g-cunilingus{background-position:0 -496px}.gifticons-g-dildo{background-position:0 -620px}.gifticons-g-dimonds{background-position:0 -744px}.gifticons-g-dinner{background-position:0 -868px}.gifticons-g-facial{background-position:0 -992px}.gifticons-g-flowers{background-position:0 -1116px}.gifticons-g-hand{background-position:0 -1240px}.gifticons-g-handcuffs{background-position:0 -1364px}.gifticons-g-kiss{background-position:0 -1488px}.gifticons-g-lapdance{background-position:0 -1612px}.gifticons-g-lengerie{background-position:0 -1736px}.gifticons-g-lube{background-position:0 -1860px}.gifticons-g-massage{background-position:0 -1984px}.gifticons-g-orgasm{background-position:0 -2108px}.gifticons-g-parl{background-position:0 -2232px}.gifticons-g-slave{background-position:0 -2356px}.gifticons-g-strip{background-position:0 -2480px}.gifticons-g-titwank{background-position:0 -2604px}.gifticons-g-vegas{background-position:0 -2728px}.gifticons-g-whip-copy{background-position:0 -2852px}.gifticons74px-sprite,.gifticons74px-g-bananna,.gifticons74px-g-beer,.gifticons74px-g-blow,.gifticons74px-g-bottle,.gifticons74px-g-cunilingus,.gifticons74px-g-dildo,.gifticons74px-g-dimonds,.gifticons74px-g-dinner,.gifticons74px-g-facial,.gifticons74px-g-flowers,.gifticons74px-g-hand,.gifticons74px-g-handcuffs,.gifticons74px-g-kiss,.gifticons74px-g-lapdance,.gifticons74px-g-lengerie,.gifticons74px-g-lube,.gifticons74px-g-massage,.gifticons74px-g-orgasm,.gifticons74px-g-parl,.gifticons74px-g-slave,.gifticons74px-g-strip,.gifticons74px-g-titwank,.gifticons74px-g-vegas,.gifticons74px-g-whip-copy,.gift-icons74px .gift-icon>span.gift-01-IOU-beer,.gift-icons74px .gift-icon>span.gift-02-flowers,.gift-icons74px .gift-icon>span.gift-03-kiss,.gift-icons74px .gift-icon>span.gift-04-hand-job,.gift-icons74px .gift-icon>span.gift-05-lube,.gift-icons74px .gift-icon>span.gift-06-IOU-massage,.gift-icons74px .gift-icon>span.gift-07-lap-dance,.gift-icons74px .gift-icon>span.gift-08-IOU-strip-tease,.gift-icons74px .gift-icon>span.gift-09-tit-wank,.gift-icons74px .gift-icon>span.gift-10-dildo,.gift-icons74px .gift-icon>span.gift-11-banana-hammock,.gift-icons74px .gift-icon>span.gift-12-blow-job,.gift-icons74px .gift-icon>span.gift-13-orgasm,.gift-icons74px .gift-icon>span.gift-14-handcuffs,.gift-icons74px .gift-icon>span.gift-15-whip,.gift-icons74px .gift-icon>span.gift-16-lingerie,.gift-icons74px .gift-icon>span.gift-17-IOU-bottle-of-champagne,.gift-icons74px .gift-icon>span.gift-18-pearl-necklace,.gift-icons74px .gift-icon>span.gift-19-facial,.gift-icons74px .gift-icon>span.gift-20-IOU-cunnilingus,.gift-icons74px .gift-icon>span.gift-21-IOU-dinner,.gift-icons74px .gift-icon>span.gift-22-trip-to-vegas,.gift-icons74px .gift-icon>span.gift-23-IOU-slave-day,.gift-icons74px .gift-icon>span.gift-24-diamonds{background-image:url('../images/gifticons74px-s9f5d4963bf.png');background-repeat:no-repeat}.gifticons74px-g-bananna{background-position:0 0}.gifticons74px-g-beer{background-position:0 -74px}.gifticons74px-g-blow{background-position:0 -148px}.gifticons74px-g-bottle{background-position:0 -222px}.gifticons74px-g-cunilingus{background-position:0 -296px}.gifticons74px-g-dildo{background-position:0 -370px}.gifticons74px-g-dimonds{background-position:0 -444px}.gifticons74px-g-dinner{background-position:0 -518px}.gifticons74px-g-facial{background-position:0 -592px}.gifticons74px-g-flowers{background-position:0 -666px}.gifticons74px-g-hand{background-position:0 -740px}.gifticons74px-g-handcuffs{background-position:0 -814px}.gifticons74px-g-kiss{background-position:0 -888px}.gifticons74px-g-lapdance{background-position:0 -962px}.gifticons74px-g-lengerie{background-position:0 -1036px}.gifticons74px-g-lube{background-position:0 -1110px}.gifticons74px-g-massage{background-position:0 -1184px}.gifticons74px-g-orgasm{background-position:0 -1258px}.gifticons74px-g-parl{background-position:0 -1332px}.gifticons74px-g-slave{background-position:0 -1406px}.gifticons74px-g-strip{background-position:0 -1480px}.gifticons74px-g-titwank{background-position:0 -1554px}.gifticons74px-g-vegas{background-position:0 -1628px}.gifticons74px-g-whip-copy{background-position:0 -1702px}html,body{margin:0;padding:0;width:100%;min-width:960px;height:100%;*z-index:1;font-family:'Roboto', sans-serif}.clearfloat{position:relative;overflow:hidden;height:0;clear:both;padding:0 !important}a{color:#9860db}.font-open-sans{font-family:'Open Sans', sans-serif}#header{min-height:92px}.ie7 #header{z-index:1}.header-wrapper{width:960px;margin:0 auto}.header-logo-container{z-index:1;position:relative}.header-logo{position:absolute;top:0;left:0;width:200px;height:85px;z-index:1000}.header-logo a{display:block;background:url(../images/yuvutu_logo.png) no-repeat left 5px;width:200px;height:85px;text-indent:-99999px}.header-top-container{background-color:#0a122a;width:100%;height:59px}.header-top-container .search{width:300px;height:59px;float:left;position:relative;margin-left:200px;display:block}.ie7 .header-top-container .search{left:200px;margin:0}.header-top-container .search input{border:1px solid #000;text-indent:10px;width:100%;position:absolute;top:14px;line-height:28px;height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ie9 .header-top-container .search input{line-height:1}.header-top-container .search input:focus{border:1px solid #9860db}.header-top-container .search .yv-label{position:absolute;top:15px;z-index:2;height:30px;width:40px;background-color:#9860db;right:0px}.header-top-container .search .yv-label:after{content:'';display:block;position:absolute;background:#9860db url(../images/sprite-icon.png) no-repeat;width:19px;height:18px;background-position:left -827px;top:50%;left:50%;margin:-9px 0 0 -9px}.header-top-container .search a{font-size:12px;color:#fff;border:1px solid #5b6070;height:30px;line-height:30px;padding:0 20px;position:absolute;left:310px;top:14px}.header-top-container .search a:hover{border-color:#9860db}#login{display:none;position:absolute;top:35px;right:0;overflow:visible;box-shadow:0 1px 3px rgba(0,0,0,0.5);opacity:0.5;-webkit-transform:translate3d(0, -25px, 0);-moz-transform:translate3d(0, -25px, 0);-ms-transform:translate3d(0, -25px, 0);-o-transform:translate3d(0, -25px, 0);transform:translate3d(0, -25px, 0);-webkit-transition:all .1s ease;transition:all 0.1s ease}.ie7 #login{visibility:inherit;display:none}.ie7 #login.active{visibility:inherit;display:block}#login::-webkit-input-placeholder,#login:-moz-placeholder,#login::-moz-placeholder,#login:-ms-input-placeholder{text-transform:none;color:#666}#login.active{display:block;opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:5000;zoom:1}#login fieldset{position:relative;background-color:#fff;min-width:260px}#login fieldset .arrow{content:'';position:absolute;width:0;height:0;bottom:99%;right:110px;border-width:6px 7px;border-color:transparent transparent #8E4BD6 transparent;border-style:solid}#login h3{margin:10px 0 10px;padding:0;font-size:15px;color:#9860DB;text-align:center;font-weight:400}#login .forgot_passwd{color:#fff;font-size:12px;position:relative;display:block;width:100%;background-color:#c5a0ee;line-height:40px;text-align:center}#login input{font-size:13px;margin:10px 10% 12px;line-height:24px;background:#EBEBEB;color:#ABABAB;width:80%;display:block;border:1px solid #d7d7d7;text-indent:30px}#login .user_password,#login .username{width:21px;height:21px;background:url(../images/sprite-icon.png) no-repeat;background-position:left -1864px;position:absolute;left:12%;margin-top:-37px}#login .username{background-position:left -1842px}#login .submit-login{line-height:24px;text-transform:uppercase;font-weight:bold;background:#9860DB;border:1px solid #9860DB;color:#fff;width:80%;margin:0px 10% 12px;display:inline-block;cursor:pointer;text-align:center}@-webkit-keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-3px, 0, 0);transform:translate3d(-3px, 0, 0)}20%, 40%, 60%, 80%{-webkit-transform:translate3d(3px, 0, 0);transform:translate3d(3px, 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(-3px, 0, 0);transform:translate3d(-3px, 0, 0)}20%, 40%, 60%, 80%{-webkit-transform:translate3d(3px, 0, 0);transform:translate3d(3px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#login_error{background-color:#fff;color:#f00;padding-left:20px;line-height:36px;transition:.5s ease;font-size:13px;font-weight:bold}.header-top-menu{float:right}.header-top-menu-top{margin-top:2px;float:none}.header-top-menu-none{margin-top:14px;float:right;height:30px}.header-top-menu-none>div{display:inline-block;width:60px;vertical-align:top}.header-top-menu-none>div>a{background:url(../images/sprite-icon.png) no-repeat;display:block;margin:5px auto 0;position:relative}.header-top-menu-none>div>a .popup{position:absolute;top:-10px;right:-10px;background-color:red;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;min-width:16px}.header-top-menu-none>div>a .popup span{display:block;padding:3px;color:#fff;font-size:10px}.header-top-menu-none>div.user-menu{width:auto}.header-top-menu-none>div.user-menu a{background-image:none;margin-top:0}.header-top-menu-none .menu-upload a{width:21px;height:21px;background-position:left -66px}.header-top-menu-none .menu-favorites a{width:24px;height:22px;background-position:left -1778px}.header-top-menu-none .menu-message a{width:21px;height:17px;background-position:left -113px;margin-top:8px}.header-top-menu-none .menu-add-friend a{width:24px;height:19px;background-position:left -986px;margin-top:8px;color:#6d5cae;text-decoration:none}.header-top-menu-none .menu-add-friend .yv-friends-popup-wrapper{position:absolute;z-index:200;top:0px;margin-top:15px;width:280px;right:50%;margin-right:-140px;display:none;padding-top:25px}.header-top-menu-none .menu-add-friend .yv-friends-popup-wrapper.active{display:block;z-index:10}.header-top-menu-none .menu-gifts a{width:20px;height:25px;background-position:left -1800px;margin-top:2px}.header-top-menu-none .menu-profile{width:50px}.header-top-menu-none .menu-profile a{background:none}.header-top-menu-none .menu-profile .yv-img-wrap{margin-top:-10px;border:3px solid #9860db;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;overflow:hidden;text-align:center;font:0/0 'Roboto';cursor:pointer}.header-top-menu-none .menu-profile .yv-img-wrap:before{content:' ';display:inline-block;vertical-align:middle;height:100%}.header-top-menu-none .menu-profile .yv-img-wrap img{display:inline-block;vertical-align:middle;font:16px/1 'Roboto' sans-serif;min-width:44px;min-height:44px}.header-top-menu-none .menu-profile .yv-profile-popup{display:none;position:absolute;z-index:200;top:16px;padding-top:35px;width:244px;right:-10px}.header-top-menu-none .menu-profile .yv-profile-popup:before{content:'';position:absolute;top:24px;right:25px;width:0;height:0;border-style:solid;border-width:0 9.5px 11px 9.5px;border-color:transparent transparent #6d5cae transparent;z-index:200}.header-top-menu-none .menu-profile .yv-profile-popup.active{display:block;z-index:1000}.header-top-menu-none .menu-profile .yv-profile-popup .yv-profile-popup-wrapper{-webkit-box-shadow:0px 3px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow:0px 3px 5px 1px rgba(0,0,0,0.75);box-shadow:0px 3px 5px 1px rgba(0,0,0,0.75)}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr{box-sizing:border-box;color:#333;display:block;font-size:14px;font-weight:300;height:95px;line-height:20px;padding-bottom:1px;padding-left:1px;padding-right:1px;padding-top:1px;position:relative;width:244px;background-color:#6d5cae}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int{float:left;width:93px;height:93px;margin-right:10px;overflow:hidden}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a{color:#000;width:93px;height:93px;display:block;position:relative;text-align:center;font:0/0 'Roboto';background-color:rgba(0,0,0,0.5)}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a:before{content:' ';display:inline-block;vertical-align:middle;height:100%}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a img{display:inline-block;vertical-align:middle;font:16px/1 'Roboto' sans-serif;min-width:50px;min-height:50px}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a:hover .yv-popup-hov{display:block}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a .yv-popup-hov{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.5}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a .yv-popup-hov i{display:block;width:27px;height:22px;background:url(../images/sprite-icon.png) no-repeat;background-position:left -467px;margin:20px auto 0 auto}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-int a .yv-popup-hov p{color:#fff;margin:10px 0 0;text-align:center;line-height:12px;font-size:10px}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-txt{float:right;width:139px;position:relative}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-txt h3{margin:10px 0 3px 0;line-height:13px;font-size:16px;text-align:left;float:none;overflow:hidden;font-weight:400;padding:0}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-txt h3 a{color:#fff}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-txt h3 a:hover{color:#c1a0e9}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .yv-popup-txt h4{color:#fff;margin:0;line-height:12px;font-size:12px;text-align:left;height:20px;font-weight:400}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .user-login-logout{position:absolute;bottom:8px;right:70px;text-transform:uppercase;display:block;float:right;padding:2px 15px;border:1px solid #fff;height:17px;line-height:17px;color:#fff;text-align:center;font-size:10px;text-decoration:none;opacity:0.5}.header-top-menu-none .menu-profile .yv-profile-popup .yv-popup-int-wr .user-login-logout:hover{opacity:1}.header-top-menu-none .menu-profile .yv-popup-index{background-color:#e8e8e8;height:78px;line-height:78px;text-align:center;color:#6d5cae}.header-top-menu-none .menu-profile .yv-popup-subscribe{height:60px;background-color:#eef0f0;padding-top:17px}.header-top-menu-none .menu-profile .yv-popup-subscribe a{background-color:#c1a0e9;text-align:center;color:#fff;padding:15px 8px;width:156px;margin:2px auto;display:block}.yv-friends-popup{background-color:#fff}.yv-friends-popup.for-header{-webkit-box-shadow:0px 3px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow:0px 3px 5px 1px rgba(0,0,0,0.75);box-shadow:0px 3px 5px 1px rgba(0,0,0,0.75);border:2px solid #6d5cae}.yv-friends-popup.for-header:before{content:'';position:absolute;top:-11px;right:50%;margin-right:-12px;width:0;height:0;border-style:solid;border-width:0 9.5px 11px 9.5px;border-color:transparent transparent #6d5cae transparent}.yv-friends-popup:after{content:'';position:absolute;top:-11px;left:0;width:100%;height:30px;display:block}.yv-friends-popup.active{display:block;z-index:10}.yv-friends-popup .friend{background-color:#fff;width:auto;height:60px;padding:10px 15px}.yv-friends-popup .friend:hover{background-color:#f2f2f3}.yv-friends-popup .friend .profile-photo{width:50px;border:1px solid #c5a0ee;border-radius:50%;overflow:hidden;float:left;margin-right:15px;margin-top:5px}.yv-friends-popup .friend .profile-photo a{text-align:center;font:0/0 'Roboto'}.yv-friends-popup .friend .profile-photo a:before{content:' ';display:inline-block;vertical-align:middle;height:100%}.yv-friends-popup .friend .profile-photo a img{display:inline-block;vertical-align:middle;font:16px/1 'Roboto' sans-serif;min-width:50px;min-height:50px}.yv-friends-popup .friend .profile-photo a .yv-popup-hov{display:none;background-color:rgba(0,0,0,0.7)}.yv-friends-popup .friend .profile-photo a:hover .yv-popup-hov{display:block;width:100%;position:absolute;top:0;text-align:center;padding:6px 0;color:#fff}.yv-friends-popup .friend .profile-photo a:hover .yv-popup-hov p{line-height:17px;font-size:11px}.yv-friends-popup .friend ul.info .name{font-size:14px;color:#7b46b8;font-weight:400}.yv-friends-popup .friend ul.info .country{margin:5px 0;color:#b2b2b2;font-size:12px;font-weight:300}.yv-friends-popup .friend ul.info .country span{margin-right:10px;display:inline-block}.yv-friends-popup .friend ul.info .sol{margin-top:10px}.yv-friends-popup .friend ul.info .sol a{color:#909090;border:1px solid #CACACA;padding:2px}.yv-friends-popup .friend ul.info .sol a.yv-add{margin-right:5px}.yv-friends-popup .friend ul.info .sol a:hover{border:1px solid #6d5cae;background-color:#6d5cae;color:#fff}.user-menu{float:right}.ie7 .header-top-menu-top{width:243px;float:right}.ie7 .user-menu{width:100%}.ie7 #polyglotLanguageSwitcher{display:inline;position:relative;top:-3px}.ie7 .header-bottom,.ie7 .header-bottom-container{position:static}#polyglotLanguageSwitcher ul.dropdown{z-index:1000}.user-menu>span{color:#a7a7a7;font-size:11px;line-height:20px}.user-menu>span.user{color:#a57bd2;text-decoration:none}.user-menu>span.user>a{color:#a57bd2;text-decoration:none}.user-menu>a.user-profile-menu{display:inline-block;width:22px;height:20px;line-height:20px;margin:0 5px;text-decoration:none}.user-menu>a.user-profile-menu:hover{background-color:#2a2a2a;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.user-menu>a.user-login-logout{display:inline-block;padding:9px 16px;font-size:12px;color:#fff;text-decoration:none;margin-right:5px}.user-menu>a.user-login-logout:hover{background-color:#9860db;color:#fff;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.user-menu>a.user-subscribe{display:inline-block;padding:9px 16px;font-size:14px;color:#fff;text-decoration:none;margin-right:5px;background-color:#ee8904;font-weight:bold}.header-bottom-container{background-color:#9860db;width:100%;height:33px}.header-bottom{float:right}.header-bottom>ul{display:block;height:33px;line-height:33px}.header-bottom>ul li{display:inline}.header-bottom>ul li a{display:block;font-size:12px;color:#fff;font-weight:bold;padding:0 6px;margin:5px 0;float:left;height:23px;line-height:23px;text-decoration:none}.header-bottom>ul li a.support-us-now{display:inline-block;padding:0px 9px;font-size:14px;color:#fff;text-decoration:none;background-color:#ee8904;font-weight:bold;margin:5px 0}.header-bottom>ul li a.support-us-now:hover{box-shadow:none;background-color:#ee8904;color:#fff}.header-bottom ul>li>a:hover,.header-bottom li.active>a{background-color:#8755c3;color:#ffb400;-moz-box-shadow:inset 0px 2px 9px #7C4DB3;-webkit-box-shadow:inset 0px 2px 9px #7C4DB3;box-shadow:inset 0px 2px 9px #7C4DB3;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.under-header{display:block;height:39px;background-color:#fff;border-bottom:1px solid #bfc0c0}.intern-content-wrapper .under-header{margin-top:-25px}.ie7 .under-header{z-index:2}.under-header-top{overflow:visible;z-index:2;height:39px;width:100%;position:relative}.under-header-top>span{color:#853ed2}.under-header-top>span.left-text{text-transform:capitalize;float:left;height:24px}.under-header-top>span.right-text{font-size:18px;line-height:30px;margin-top:9px;text-transform:lowercase;float:right}.under-header-top>span.right-text>a{font-size:18px;color:#ffba00;text-transform:capitalize;text-decoration:none}.under-header-top>span.right-text span{display:none}.under-header-top .left-text{float:left;margin-top:8px}.under-header-top .left-text ul{display:inline}.under-header-top .left-text ul li{display:inline}.under-header-top .left-text ul li a{border:1px solid #fff;display:block;float:left;font-size:12px;color:#853ed2;height:24px;line-height:24px;padding:0 4px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-decoration:none}.under-header-top .left-text ul li a.active{border:1px solid #9f65dd}.under-header-top .left-text ul li a:hover{border-color:#cacaca;color:#000}.under-header-top>.upload-key{float:right;width:101px;height:30px;margin:9px 10px 0;cursor:pointer}.under-header-top>.upload-key>span.text{display:inline-block;background-color:#8C41DD;border:1px solid #8C41DD;border-radius:3px;font-size:12px;padding:8px 40px 7px 20px;font-weight:bold;color:#FFF}.ie7 .under-header-top>.upload-key>span.text{width:43px}.under-header-top>.upload-key>span.image-icon{display:inline-block;background:url(../images/icon-upload-button.png) no-repeat top center;width:14px;height:14px;position:absolute;right:10px;top:9px}.upload-launch{display:none;width:134px;height:71px;background-color:#8C41DD;clear:both;position:absolute;left:0;top:30px;z-index:2}.upload-launch>div{display:block;width:123px;height:30px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin:4px auto}.upload-launch>div:hover{background-color:#702bbb;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.upload-launch>div>a{display:block;position:relative;color:#fff;line-height:30px;font-weight:bold;font-size:12px;text-indent:35px}.upload-launch>div>a>span{display:block;position:absolute;left:2px;top:5px;background:url("../images/icon-upload-video.png") no-repeat top center;width:30px;height:30px}.upload-launch>div.upload-photos>a>span{top:7px;left:0;background:url("../images/icon-upload-photo.png") no-repeat top center}.ie7 .upload-launch>div>a>span{top:0}.filter-key{float:right;width:100px;height:30px;cursor:pointer;color:#48194e}.filter-key>span.text{display:inline-block;background-color:#fff;font-size:12px;padding:8px 40px 7px 20px;font-weight:bold;color:#48194e;border:1px solid #d3d3d3}.filter-key>span.image-icon{display:inline-block;background:url(../images/dd-arrow.png) no-repeat 0 0;width:30px;height:30px;position:absolute;right:0;top:0}.filter-key:hover>span.image-icon{background-position:-30px 0}.filter-key:hover>span.image-icon.on{background-position:-90px 0}.filter-key>span.image-icon.on{background-position:-60px 0}.filter-launch{background-color:#fff;min-height:55px;display:none;padding:15px;margin:0 4px}.ie7 .filter-launch,.ie7 .filter-content{z-index:1}.filter-content{line-height:56px;position:relative;width:94%}.filter-content .cells{display:inline-block;text-align:center;white-space:nowrap;margin-right:5px;zoom:1;*display:inline}.filter-content .cells.last{min-width:50px;position:absolute;top:14px;right:-50px;margin-right:0}.filter-content .cells .dds .arrow{z-index:0}.ie7 .cells,.ie8 .cells{width:auto;text-align:left}.ie7 .cells select,.ie8 .cells select{width:90px}#content{background-color:#eef0f0;padding-bottom:20px}.advert,.advert-playlists,.advert-playlists-list{background-color:#FFF;float:right;width:378px;min-height:439px;margin:9px 0;border:1px solid #e2e2e2}.ie7 .advert{height:430px;margin:10px 0 5px}.advert>.img,.advert-playlists>.img,.advert-playlists-list>.img{display:block;margin:80px auto;width:300px;height:250px}@media screen and (min-width: 1325px){.advert>.img,.advert-playlists>.img,.advert-playlists-list>.img{margin:150px auto}}.shadow-big{position:absolute;bottom:-10px}.shadow-big>.left{float:left;background:url(../images/shadow-left-big.png) no-repeat top left;width:185px;height:10px}.shadow-big>.right{float:right;background:url(../images/shadow-right-big.png) no-repeat top right;width:185px;height:10px}.advert .text-adv,.advert-playlists .text-adv{position:absolute;top:10px;right:10px}.advert .remove-adv,.advert-playlists .remove-adv{position:absolute;bottom:25px;left:40px}.advert .remove-adv>a,.advert-playlists .remove-adv>a{color:#808080;font-weight:bold;font-size:12px}.advert .remove-adv>a>span,.advert-playlists .remove-adv>a>span,.advert .remove-adv>a:hover,.advert-playlists .remove-adv>a:hover{color:#8c41dd}@media screen and (min-width: 1325px){.advert,.advert-playlists,.advert-playlists-list{width:520px;min-height:594px}.advert>img,.advert-playlists>img,.advert-playlists-list>img{margin:172px auto 0}.shadow-big{width:520px}}.content-top{overflow:hidden}.content-top h1{color:#853ed2;font-weight:300}.element_min{display:block;width:184px;background-color:#fff;margin:8px 4px;float:left}.element_min>.thumb-title{position:relative;display:block;width:100%;margin:0}.element_min>.thumb-title>a{color:#6f6f6f;overflow:hidden;text-align:justify;width:92%;margin:0 4%}.element_min>.thumb-image{width:96%;height:129px;margin:0 auto;background-color:#000}.element_min>.thumb-image>a{display:block;width:100%;height:100%}.element_min>.thumb-image>a>img{width:100%;height:100%}.element_min>.thumb-image>.new{text-indent:-9999px;background:url(../images/icon-new.png) no-repeat top center;width:35px;height:13px;position:absolute;top:3px;right:2px}.element_min>.thumb-image>.flag{position:absolute;top:4px;left:3px}.element_min>.thumb-images{width:96%;margin:0 auto;background-color:#000}.element_min>.thumb-images .image-1,.element_min>.thumb-images .image-2,.element_min>.thumb-images .image-3,.element_min>.thumb-images .image-4{display:block;float:left;width:50%;height:66px}@media screen and (min-width: 1325px){.element_min>.thumb-images .image-1,.element_min>.thumb-images .image-2,.element_min>.thumb-images .image-3,.element_min>.thumb-images .image-4{height:90px}}.element_min>.thumb-images .image-1 a,.element_min>.thumb-images .image-2 a,.element_min>.thumb-images .image-3 a,.element_min>.thumb-images .image-4 a{width:100%;height:100%;display:block;position:relative;-webkit-transition:0.15s ease;-moz-transition:0.15s ease;-ms-transition:0.15s ease;-o-transition:0.15s ease;transition:0.15s ease}.element_min>.thumb-images .image-1 a img,.element_min>.thumb-images .image-2 a img,.element_min>.thumb-images .image-3 a img,.element_min>.thumb-images .image-4 a img{width:100%;height:100%;max-height:90px}.element_min>.thumb-images .image-1 a span,.element_min>.thumb-images .image-2 a span,.element_min>.thumb-images .image-3 a span,.element_min>.thumb-images .image-4 a span{z-index:1;display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7)}.element_min>.thumb-images .image-1 a span:after,.element_min>.thumb-images .image-2 a span:after,.element_min>.thumb-images .image-3 a span:after,.element_min>.thumb-images .image-4 a span:after{content:'';display:block;position:absolute;top:50%;left:50%;margin:-11px 0 0 -9px;background:url("../images/sprite-icon.png") no-repeat;width:18px;height:22px;background-position:left -295px}.element_min>.thumb-images .image-1 a:hover span,.element_min>.thumb-images .image-2 a:hover span,.element_min>.thumb-images .image-3 a:hover span,.element_min>.thumb-images .image-4 a:hover span{display:block}.element_min>.thumb-images>img{width:100%;height:100%}.element_min>.thumb-info{margin:0 8px}.element_min>.thumb-info .info-top{display:block;height:12px;margin:9px 0 10px 0;line-height:12px}.element_min>.thumb-info .info-top ul{display:block;width:100%;font-size:0}.element_min>.thumb-info .info-top ul li{display:inline-block;width:33%;vertical-align:top}.element_min>.thumb-info .info-top ul li.views{text-align:left;position:relative;width:30%}.element_min>.thumb-info .info-top ul li.views span.text{font-size:11px;color:#9b9b9c;display:inline-block;vertical-align:top}.element_min>.thumb-info .info-top ul li.views span.icon{background:url("../images/sprite-icon.png") no-repeat;width:16px;height:11px;background-position:left -339px;display:inline-block;vertical-align:top}@media screen and (min-width: 1325px){.element_min>.thumb-info .info-top ul li.views span.icon{margin:2px}}.element_min>.thumb-info .info-top ul li.dates{text-align:center;position:relative;width:37%}.element_min>.thumb-info .info-top ul li.dates span.text{font-size:11px;color:#9b9b9c;display:inline-block;vertical-align:top}.element_min>.thumb-info .info-top ul li.dates span.icon{display:inline-block;background:url("../images/sprite-icon.png") no-repeat;width:13px;height:13px;background-position:left -845px;vertical-align:top}@media screen and (min-width: 1325px){.element_min>.thumb-info .info-top ul li.dates span.icon{margin:2px}}.element_min>.thumb-info .info-top ul li.rates{text-align:right;position:relative}.element_min>.thumb-info .info-top ul li.rates span.text{font-size:11px;color:#8E4BD6;display:inline-block;vertical-align:top}.element_min>.thumb-info .info-top ul li.rates.down span.text{color:#ffb400}.element_min>.thumb-info .info-top ul li.rates span.icon{display:inline-block;background:url("../images/sprite-icon.png") no-repeat;width:16px;height:14px;background-position:left -554px;vertical-align:top;margin-right:2px}.element_min>.thumb-info .info-top ul li.rates.down span.icon{display:inline-block;width:16px;height:14px;background:url("../images/sprite-icon.png") no-repeat;background-position:left -582px;vertical-align:top;margin-right:2px}.element_min>.thumb-info .info-bottom{display:block;height:12px;margin:6px 0 10px 0;line-height:12px}.element_min>.thumb-info .info-bottom .uploader{clear:both}.element_min>.thumb-info .info-bottom .uploader a span.text{text-indent:5px;display:inline-block;font-size:12px;color:#ae88d6}.element_min>.thumb-info .info-bottom .uploader a span.text span{color:#9b9b9c}.element_min>.thumb-info .info-bottom .uploader a span.icon{display:inline-block;background:url("../images/sprite-icon.png") no-repeat;width:13px;height:13px;background-position:left -440px;vertical-align:top}.element_min>.thumb-info .info-bottom .uploader a.right{float:right}.element_min .video-edit,.element_min .playlist-edit{z-index:2}.video-right-tab .element_min{width:167px;border:1px solid #f4f4f4;box-sizing:border-box}.video-right-tab .element_min .thumb-image{height:120px}.video-right-tab .element_min .thumb-info{margin:0 2px}.video-right-tab .element_min .thumb-info .info-top ul li.views{width:25%}.video-right-tab .element_min .thumb-info .info-top ul li.dates{width:40%}@media screen and (min-width: 1325px){.video-right-tab .element_min{width:215px}.video-right-tab .element_min .thumb-image{height:155px;margin-bottom:6px}}@media screen and (min-width: 1325px){.video-right-tab-related .element_min{width:167px}.video-right-tab-related .element_min .thumb-image{height:120px;margin-bottom:0}}.playlists-right-tab .element_min{width:167px;border:1px solid #efefef;box-sizing:border-box}.playlists-right-tab .element_min:hover{border-color:#ccb4e5}.playlists-right-tab .element_min .thumb-info{margin:0 2px}.playlists-right-tab .element_min .thumb-info .info-top ul li.views{width:25%}.playlists-right-tab .element_min .thumb-info .info-top ul li.dates{width:40%}@media screen and (min-width: 1325px){.playlists-right-tab .element_min{width:215px}}.element_min.ui-sortable-helper:before{content:'';display:block;position:absolute;top:50%;left:50%;background:url("../images/sortable-helper.png") no-repeat top left;width:58px;height:57px;margin:-29px 0 0 -28.5px;z-index:2}.element_min.ui-sortable-helper:after{content:'';display:block;position:absolute;top:0;left:0;z-index:1;background-color:rgba(42,14,72,0.7);width:100%;height:100%}@media screen and (min-width: 1325px){.element_min{width:252px;margin:10px 4px}.element_min .thumb-title{margin:5px 13px;font-size:12px}.element_min .thumb-image{height:180px;margin-bottom:6px}}.yv-element .thumb-title{position:relative;display:block;margin:9px 0}.yv-element .thumb-title a{color:#6f6f6f;overflow:hidden;text-align:justify;white-space:nowrap;text-overflow:ellipsis;display:inline-block;line-height:16px;float:left}.yv-element .thumb-title .yv-download-video{float:left}.yv-element .thumb-title .yv-download-video>a{display:block;background:url("../images/sprite-icon.png") no-repeat;width:16px;height:16px;background-position:left -874px;text-indent:-9999px}.video-tab-elements .yv-element,.photo-tab-elements .yv-element{height:195px;margin:10px 5px;border:1px solid #efefef}.video-tab-elements .yv-element:hover,.photo-tab-elements .yv-element:hover{border-color:#ccb4e5}.playlist-tab-elements .yv-element{margin:10px 5px;border:1px solid #efefef}.playlist-tab-elements .yv-element:hover{border-color:#ccb4e5}.yv-element.edit-page .thumb-title>a{width:65%}.yv-element.download-page .thumb-title>a{width:80%}.yv-element.download-page.edit-page .thumb-title>a{width:50%}@media screen and (min-width: 1325px){.yv-element .thumb-title{font-size:12px}.yv-element .thumb-title .yv-download-video{top:-1px}.video-tab-elements .yv-element,.photo-tab-elements .yv-element{height:250px;width:250px}.yv-element.edit-page .thumb-title>a{width:72%}.yv-element.download-page .thumb-title>a{width:83%}.yv-element.download-page.edit-page .thumb-title>a{width:60%}}.categories{position:relative}.categories .thumb-image{width:100%}@media screen and (min-width: 1325px){.categories .thumb-image{margin:0}}.categories .thumb-title{position:absolute;bottom:30px;width:100%;z-index:2;font-weight:bold;font-size:21px}.categories .thumb-title a{line-height:22px;color:#fff}.categories .shadow{z-index:1;position:absolute;bottom:31px;width:100%;min-height:50%;background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(123,70,184,0.8) 100%);background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(123,70,184,0.8) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(123,70,184,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc7b46b8',GradientType=0 )}.categories .thumb-info{min-height:30px;line-height:30px}.categories .thumb-info .icon{background:url("../images/sprite-icon.png") no-repeat;width:12px;height:14px;background-position:left -1956px;display:block;float:left;margin:8px 2px 0 0}.categories .thumb-info .text{color:#acacac;font-size:12px}.categories .over_link{position:absolute;width:100%;height:100%;z-index:9999;display:block;text-decoration:none}.yu-post-body .yv-element{border:1px solid #bfbfbf}.image-hover{display:block}.image-hover>img{width:171px;height:129px}.image-hover>.image-hover-nb{display:block;opacity:0;background-color:rgba(165,123,210,0.6);width:100%;position:absolute;top:0;text-align:center;color:#FFF;font-size:18px;height:75px;padding-top:55px;filter:alpha(opacity=0)}.image-hover:hover>.image-hover-nb{opacity:1;-webkit-transition:.25s ease;-moz-transition:.25s ease;-ms-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease;filter:alpha(opacity=80)}.ie7 .image-hover .image-hover-nb{background-color:#b697c6}.ie7 .image-hover .element_min>.thumb-info{height:37px}.ie7 .image-hover:hover .image-hover-nb{cursor:pointer}.video-tab-elements .element_min_profile,.photo-tab-elements .element_min_profile{height:189px !important}.video-tab-elements .element_min_profile .thumb-info,.photo-tab-elements .element_min_profile .thumb-info{height:20px}.element_min_profile_sidebar{height:160px}.shadow{position:absolute;bottom:-5px}.shadow>.left{float:left;background:url(../images/shadow_left.png) no-repeat top left;width:92px;height:5px}.shadow>.right{float:right;background:url(../images/shadow_right.png) no-repeat top right;width:92px;height:5px}.conbtent-bottom{z-index:1}.content-bottom-header{display:block;margin:0 0 15px 0;clear:both;padding:38px 15px 0;z-index:2;height:31px}.content-bottom-title{display:block;color:#853ed3;font-size:24px;float:left;margin-right:15px;font-weight:300}.content-bottom-title.separator{float:none;font-size:14px;padding:20px 15px 10px}.content-bottom-header h3{display:inline-block;color:#853ed3;margin:0;padding-left:0;font-size:24px;line-height:30px;text-indent:0}.ie7 .content-bottom-header h3{float:left}.sec-filter-wrapper{position:relative;display:block;float:left}.sec-filter-wrapper .sec-filter{position:relative;display:inline-block;background-color:#9860db;width:auto;min-width:90px;height:29px;padding:0 30px 0 10px;line-height:29px;font-weight:300;cursor:pointer;font-size:13px;color:#fff}.sec-filter-wrapper .sec-filter:after{position:absolute;top:50%;right:10px;content:'';display:block;width:0;height:0;border-style:solid;border-width:6px 4.5px 0 4.5px;border-color:#ffffff transparent transparent transparent;margin-top:-3px}.ie7 .sec-filter-wrapper .sec-filter{float:right}.sec-filter-wrapper .sec-filter-launch{display:none;background-color:#9860db;min-width:100%;position:absolute;left:-1px;top:40px;z-index:1}.sec-filter-wrapper .sec-filter-launch>div{font-size:12px;line-height:25px}.sec-filter-wrapper .sec-filter-launch>div>a{font-size:13px;line-height:32px;display:block;color:#fff;padding:0 20px;text-indent:0;white-space:nowrap}.sec-filter-wrapper .sec-filter-launch>div>a:hover{background-color:#5F4C97;color:#fff}.sec-filter-wrapper .sec-filter-launch::after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(152,96,219,0);border-bottom-color:#9860db;border-width:10px;margin-left:-10px}.pagination{margin:0 auto;clear:both;text-align:center;padding:33px 0}.pagination>span{height:43px;width:55px}.pagination>span.prev,.pagination>span.next{height:43px;width:100px}.pagination>span>a{display:inline-block;background-color:#fff;border:1px solid #ebebeb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#a57bd2;line-height:43px;width:55px;text-align:center;font-size:14px;-webkit-transition:0.15s ease;-moz-transition:0.15s ease;-ms-transition:0.15s ease;-o-transition:0.15s ease;transition:0.15s ease}.pagination>span.current>a{background-color:#a57bd2;color:#fff}.pagination>span>a:hover{background-color:#a57bd2;color:#fff;-webkit-transition:0.15s ease;-moz-transition:0.15s ease;-ms-transition:0.15s ease;-o-transition:0.15s ease;transition:0.15s ease}.pagination>span.next>a{width:77px;background:#fff url(../images/icon-next.png) no-repeat 50% 50%}.pagination>span.prev>a{width:77px;background:#fff url(../images/icon-prev.png) no-repeat 50% 50%}.pagination>span.next>a:hover{width:77px;background:#a57bd2 url(../images/icon-next-hov.png) no-repeat 50% 50%}.pagination>span.prev>a:hover{width:77px;background:#a57bd2 url(../images/icon-prev-hov.png) no-repeat 50% 50%}.our-friends{background-color:#eef0f0;min-height:300px;clear:both}.our-friend-title{display:block;color:#853ed3;font-size:24px;float:left;margin-right:15px;font-weight:300}#footer{background-color:#35036b;clear:both}.footer-top{background-color:#a77fc2;min-height:210px;color:#fff;padding-bottom:45px;padding-top:26px}.footer-top .second-tab,.footer-top .first-tab,.footer-top .third-tab{display:inline-block;width:30%;float:left}.footer-top .second-tab{margin:0 4.5%}.title-tab{display:block;font-size:30px;line-height:58px;font-weight:600}.footer-top li{line-height:25px;padding:0;margin:0 0 10px 0}.footer-top li a{color:#e6deed;font-size:18px;line-height:25px;display:block;font-weight:100;padding:0 0 0 20px;position:relative;text-decoration:none}.footer-top li a:before{background:url(../images/icon-footer-list-third.png) no-repeat 0 -25px;width:30px;height:25px;position:absolute;top:0;left:0;content:''}.footer-top li a:hover{color:#fff;text-decoration:none}.footer-top li a:hover:before{background-position:0 -75px}.first-tab>ul{margin-top:15px}.second-tab>ul{margin-top:15px;display:block;width:90%;float:left}.second-tab>ul li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.third-tab>ul{margin-left:5px;margin-top:15px}.third-tab .w_tweet_tweet_profile_wrap{color:#e6deed;padding:5px 0}.third-tab .w_tweet_tweet_profile_wrap .w_tweet_tweet_profile_icon{float:left}.third-tab .w_tweet_tweet_profile_wrap .w_tweet_tweet_profile_icon a{display:block;background:url(../images/icon-footer-list-third.png) no-repeat 0 0;width:30px;height:25px;margin:10px 0}.third-tab .w_tweet_tweet_profile_wrap .w_tweet_tweet_profile_icon a:hover{background-position:0 -50px}.third-tab .w_tweet_tweet_profile_wrap .w_tweet_tweet_profile_text_wrap{float:left;width:80%;padding-left:10px;line-height:13px}.third-tab .w_tweet_tweet_profile_wrap .w_tweet_tweet_profile_text_wrap a{color:#e6deed;text-decoration:underline}.third-tab li{margin:0 0 20px 0;line-height:25px}.third-tab li a{color:#e6deed;font-size:18px;padding-left:40px}.third-tab li a:before{background:url(../images/icon-footer-list-third.png) no-repeat 0 0;width:30px;height:25px;position:absolute;top:0;left:0;content:''}.third-tab li a:hover:before{background-position:0 -50px}.copyright{color:#fff}.copyright>span{margin-left:30px}.footer-bottom{background-color:#a77fc2;min-height:115px;color:#fff;font-size:12px;line-height:14px}.footer-bottom .footer-text{text-align:center;padding:15px 0 30px 0;line-height:18px;color:#e6ddf1;border-top:2px solid #ba8ed9}.footer-bottom .footer-text>strong{font-weight:bold}.footer-bottom .footer-text a{color:#fff;text-decoration:underline}.footer-bottom .footer-text:nth-child(1) img{float:left;margin-left:20px}.footer-bottom .footer-text .cell.copyright{padding-top:18px;height:42px;font-size:12px;line-height:13px}.footer-bottom .footer-text .cell.lang{border:none;padding-top:15px;height:45px;font-size:18px;color:#fff}.footer-bottom .cell{height:60px;display:block;width:33%;margin:25px 0 0 0;vertical-align:bottom;color:#e6ddf1;font-weight:200;border-right:1px solid #d09ff3;float:left}.footer-bottom .cell .language-sw{float:right}.footer-bottom .cell .language-sw div{display:block;float:left;line-height:25px;font-weight:bold;color:#fff}.footer-bottom .cell .language-sw a{display:block;float:left;width:23px;height:25px;background:url(../images/language-sprite.png) no-repeat 0 0;opacity:.5;margin:0 5px}.footer-bottom .cell .language-sw a.active,.footer-bottom .cell .language-sw a:hover{opacity:1}.footer-bottom .cell .language-sw a.en{background-position:0 0}.footer-bottom .cell .language-sw a.de{background-position:-32px 0}.footer-bottom .cell .language-sw a.fr{background-position:-64px 0}.footer-bottom .cell .language-sw a.sp{background-position:-96px 0}.footer-bottom .cell .language-sw a.it{background-position:-128px 0}.footer-bottom .cell .language-sw a.pt{background-position:-160px 0}.slot-gift{overflow:visible;position:absolute;width:100%}.gift-show-me .slot-gift{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;background:red}.gift-container{right:-650px;display:block;position:fixed;top:0;width:650px;height:100%;overflow:auto;z-index:9999;-webkit-transition:all 0.5s ease 0;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease 0;-o-transition:all 0.5s ease 0;transition:all 0.5s ease-in-out}.gift-container.show-me{right:0;-webkit-transition:all 0.5s ease 0;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease 0;-o-transition:all 0.5s ease 0;transition:all 0.5s ease-in-out}.gift-slider{width:650px;height:100%;z-index:9999;background-color:#48385a;color:#fff;overflow-y:scroll}.gift-slider .balance{font-size:22px;display:block;float:left;min-width:50%;line-height:35px;margin:20px 0 20px 20px;font-weight:100;font-family:'Roboto', sans-serif}.gift-slider .by-credits{display:block;float:right;width:107px;height:35px;margin:20px 20px 0 15px}.gift-slider .by-credits a{display:block;background-color:#ffa200;border-radius:0px;color:#5d5d5d;text-align:center;width:100%;line-height:35px;font-size:12px;font-weight:normal;font-family:'Roboto', sans-serif}.gift-slider .by-credits a:hover{background-color:#ffb500;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.gift-slider .explic{font-size:14px;line-height:16px;width:90%;margin:20px;overflow:hidden}.gift-slider .explic a{color:#ffa200}.gift-element{border-top:1px solid #9180a3;border-bottom:1px solid #503f63;overflow:hidden;clear:both;background:#5e4c72}.second-color{background-color:#6c4796}.third-color{background-color:#7b46b8}.fourth-color{background-color:#824fbd}.gift-icon{width:124px;height:124px;float:left;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;border:5px solid #fff;margin:24px 0 0 25px}.gift-icon>span.img-gift{display:block;width:100%;height:100%;margin:0}.gift-icon>span.gift-01-IOU-beer{background-position:0 -124px}.gift-icon>span.gift-02-flowers{background-position:0 -1116px}.gift-icon>span.gift-03-kiss{background-position:0 -1488px}.gift-icon>span.gift-04-hand-job{background-position:0 -1240px}.gift-icon>span.gift-05-lube{background-position:0 -1860px}.gift-icon>span.gift-06-IOU-massage{background-position:0 -1984px}.gift-icon>span.gift-07-lap-dance{background-position:0 -1612px}.gift-icon>span.gift-08-IOU-strip-tease{background-position:0 -2480px}.gift-icon>span.gift-09-tit-wank{background-position:0 -2604px}.gift-icon>span.gift-10-dildo{background-position:0 -620px}.gift-icon>span.gift-11-banana-hammock{background-position:0 0}.gift-icon>span.gift-12-blow-job{background-position:0 -248px}.gift-icon>span.gift-13-orgasm{background-position:0 -2108px}.gift-icon>span.gift-14-handcuffs{background-position:0 -1364px}.gift-icon>span.gift-15-whip{background-position:0 -2852px}.gift-icon>span.gift-16-lingerie{background-position:0 -1736px}.gift-icon>span.gift-17-IOU-bottle-of-champagne{background-position:0 -372px}.gift-icon>span.gift-18-pearl-necklace{background-position:0 -2232px}.gift-icon>span.gift-19-facial{background-position:0 -992px}.gift-icon>span.gift-20-IOU-cunnilingus{background-position:0 -496px}.gift-icon>span.gift-21-IOU-dinner{background-position:0 -868px}.gift-icon>span.gift-22-trip-to-vegas{background-position:0 -2728px}.gift-icon>span.gift-23-IOU-slave-day{background-position:0 -2356px}.gift-icon>span.gift-24-diamonds{background-position:0 -744px}.gift-icons74px .gift-icon>span.gift-01-IOU-beer{background-position:0 -74px}.gift-icons74px .gift-icon>span.gift-02-flowers{background-position:0 -666px}.gift-icons74px .gift-icon>span.gift-03-kiss{background-position:0 -888px}.gift-icons74px .gift-icon>span.gift-04-hand-job{background-position:0 -740px}.gift-icons74px .gift-icon>span.gift-05-lube{background-position:0 -1110px}.gift-icons74px .gift-icon>span.gift-06-IOU-massage{background-position:0 -1184px}.gift-icons74px .gift-icon>span.gift-07-lap-dance{background-position:0 -962px}.gift-icons74px .gift-icon>span.gift-08-IOU-strip-tease{background-position:0 -1480px}.gift-icons74px .gift-icon>span.gift-09-tit-wank{background-position:0 -1554px}.gift-icons74px .gift-icon>span.gift-10-dildo{background-position:0 -370px}.gift-icons74px .gift-icon>span.gift-11-banana-hammock{background-position:0 0}.gift-icons74px .gift-icon>span.gift-12-blow-job{background-position:0 -148px}.gift-icons74px .gift-icon>span.gift-13-orgasm{background-position:0 -1258px}.gift-icons74px .gift-icon>span.gift-14-handcuffs{background-position:0 -740px}.gift-icons74px .gift-icon>span.gift-15-whip{background-position:0 -1702px}.gift-icons74px .gift-icon>span.gift-16-lingerie{background-position:0 -1036px}.gift-icons74px .gift-icon>span.gift-17-IOU-bottle-of-champagne{background-position:0 -222px}.gift-icons74px .gift-icon>span.gift-18-pearl-necklace{background-position:0 -1332px}.gift-icons74px .gift-icon>span.gift-19-facial{background-position:0 -592px}.gift-icons74px .gift-icon>span.gift-20-IOU-cunnilingus{background-position:0 -296px}.gift-icons74px .gift-icon>span.gift-21-IOU-dinner{background-position:0 -518px}.gift-icons74px .gift-icon>span.gift-22-trip-to-vegas{background-position:0 -1628px}.gift-icons74px .gift-icon>span.gift-23-IOU-slave-day{background-position:0 -1406px}.gift-icons74px .gift-icon>span.gift-24-diamonds{background-position:0 -444px}.gift-icon>span.price-credits{display:block;position:absolute;bottom:-5px;left:28px;background-color:#9557db;padding:3px 10px;border-bottom:1px solid #3b3048}.gift-cont{display:block;float:right;width:70%;margin-top:20px}.gift-cont .title{font-size:18px;line-height:18px;font-weight:bold;margin-bottom:20px}.gift-cont textarea{display:block;background-color:#7f718e;width:90%;border:none;color:#fff;line-height:14px;margin:0 0 1px 0;height:60px;font-size:12px;font-weight:100;border-bottom:1px solid #69587c}.second-color .gift-icon>span.price-credits{background-color:#6c4796}.third-color .gift-icon>span.price-credits{background-color:#7b46b8}.fourth-color .gift-icon>span.price-credits{background-color:#9557db}.second-color .gift-cont textarea{background-color:#73509b}.third-color .gift-cont textarea{background-color:#824fbc}.fourth-color .gift-cont textarea{background-color:#9a60dd}.gift-cont textarea:focus{background-color:#fff;color:#8e8e8e}.gift-cont .send-gift-btn span{display:block;width:17px;height:20px;background:url("../images/sprite-icon.png") no-repeat left -1071px;position:absolute;left:10px;top:7px}.gift-cont .send-gift-btn{width:107px;height:34px;line-height:35px;background-color:#ffa200;position:relative;margin-bottom:20px}.gift-cont .send-gift-btn:hover{background-color:#ffb500;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.gift-cont .send-gift-btn input{width:107px;height:34px;line-height:35px;font-size:12px;font-weight:normal;border:none;background-color:transparent;z-index:1;cursor:pointer;color:#5d5d5d;padding-left:28px}.remember-label{display:inline-block;width:30px;height:30px;position:relative;cursor:pointer}.remember-label .checked{display:block;width:30px;height:30px;position:absolute;top:0;left:0;opacity:0;z-index:1}.remember-label .checked{background:url(../images/remember-box-checked-blue.png) no-repeat top left}.remember-label .no-checked{display:block;width:30px;height:30px;position:absolute;top:0;left:0;background:url(../images/remember-box.png) no-repeat top left}#input-id{position:absolute;opacity:0}#input-id:checked+.remember-label .checked{opacity:1}.playlist-thumbs .playlist-element .other-images{background:#000}.playlist-thumbs .playlist-element .other-images span img,.playlist-thumbs .playlist-element .other-images span{width:63px;display:block;float:left;height:49px;margin:1px}.playlist-thumbs .playlist-element .other-images span.nb-videos{width:52px;height:45px}.ie7 .cnt-wrapper{width:960px;margin:0 auto}.ie7 .header-wrapper-ie6{width:650px;float:left}.ie7 .body-menu .header-wrapper-menu,.ie7 .body-menu{width:269px !important;float:right;position:static}#galleria{height:350px}#list{width:100%;overflow:hidden;margin-bottom:-1.875em;-webkit-column-count:4;-webkit-column-gap:2px;-webkit-column-fill:auto;-moz-column-count:4;-moz-column-gap:1.875em;-moz-column-fill:auto;column-count:4;column-gap:1.875em;column-fill:auto}.item{background-color:#fff;background-color:rgba(255,255,255,0.5);margin-bottom:0px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;column-break-inside:avoid;position:static}#yu-gift-details{padding:0;background:none !important}#yu-gift-details .yu-gift-row{font-family:'Open Sans', sans-serif;float:none;width:100%;background:#fbfbfb;border-bottom:1px solid #cecece;padding-bottom:10px}#yu-gift-details .yu-gift-row-odd{background:none}#yu-gift-details .yu-gift-row h3{margin:0}#yu-gift-details .inc-gift{margin-right:16px;display:block;float:left;width:100px;height:100px}#yu-gift-details .gift-info{position:relative}#yu-gift-details .gift-info h3{color:#808080;font-size:12px;margin-bottom:20px;padding-top:20px}#yu-gift-details .gift-info h3 b{color:#6c4796}#yu-gift-details .gift-info h3 a{color:#808080}#yu-gift-details .gift-info h3 a:hover{color:#6c4796}#yu-gift-details .gift-info p{color:#808080;font-size:12px;width:540px}#yu-gift-details .gift-info span{position:absolute;top:20px;right:20px;font-size:12px;color:#808080}.yu-sidebar-video .yu-videos-cnt{background:#fff}.yu-sidebar-video .element_min{margin:0 0 1px 0;float:none;width:280px;height:64px;padding:10px;position:relative}.yu-sidebar-video .thumb-image img,.yu-sidebar-video .thumb-image{width:86px;height:64px;float:left}.yu-sidebar-video .element_min .thumb-info{margin:0;padding:0;height:64px}.yu-sidebar-video .element_min .thumb-title-short{font-size:12px;color:#6f6f6f;font-weight:bold;margin-left:100px}.yu-sidebar-video .element_min .thumb-title-short a{color:#6f6f6f}.yu-sidebar-video .element_min .info-top{height:30px;position:absolute;bottom:0;left:100px}.yu-sidebar-video .element_min .info-top ul{width:100%;display:block;height:12px;margin:0 0 8px 0}.yu-sidebar-video .element_min .info-top ul li .rates{float:left}.yu-sidebar-video .element_min .info-bottom{position:absolute;left:160px;bottom:-4px;margin:0;overflow:hidden;height:16px;line-height:16px}.yu-sidebar-video .element_min .info-bottom a span.text{font-size:10px}.yu-sidebar-video .element_min .thumb-info div .uploader a span.icon{margin:0}.yu-sidebar-video .element_min .thumb-info div .rates span.text{font-weight:bold}.yu-btns-cnt{border-top:1px solid #d3d3d3;margin:1px 0 0 0;padding:4px 0 30px 0}.yu-btn-default{display:block;margin:0 auto;width:143px;height:35px;line-height:35px;color:#9e9e9e;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #d3d3d3;background:#f8f8f8}.yu-btn-default:hover{background:#a57bd2;color:#fff}h2.yu-title-tab{width:140px;height:33px;line-height:33px;background:#a57bd2;color:#fff;font-size:14px;font-family:'Open Sans', sans-serif;padding:0;margin:0}i.yu-icn{width:17px;height:20px;float:left;background:url("../images/sprite.png") no-repeat 0 0;margin:6px 13px 0 13px}i.icn-gift{background-position:0 0}i.icn-gift-black{background-position:0 -20px}i.icn-video{background-position:-17px 0;width:22px}i.icn-photo{background-position:-39px 0;width:22px}.yu-box-header{background:#fff;height:34px;line-height:34px;border-bottom:1px solid #a57bd2}.yu-box-header h2{margin:0;padding:0 0 0 15px;line-height:34px;font-size:14px;color:#656565;font-weight:bold;font-family:'Open Sans' sans-serif}.yu-box-header h2 i.yu-icn{margin-left:0}.yu-gift-sidebar-cnt{background-color:#fff}.yu-gift-sidebar-cnt .gift-icon{margin:0 0 6px 3px}.yu-gift-sidebar-cnt .gift-icon span,.yu-gift-sidebar-cnt .gift-icon{height:74px;width:74px;display:block;cursor:pointer}.yu-third-gift .gift-icons74px .gift-icon{height:74px;width:74px;background:#6c4796;border:none;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;margin:10px auto 5px auto !important}.ycc-tabs-content td.yu-third-gift{padding:0}.yu-gift-sidebar-cnt .gift-icon span{opacity:0.8}.yu-gift-sidebar-cnt .gift-icon span:hover{opacity:1}.yu-gift-sidebar-cnt .gift-icon .bananna-hammok{height:101px;position:relative;top:2px}.ui-tooltip,.arrow:after{font-size:11px;color:#fff;border:none;border-radius:0}.ui-widget-content,.yu-tooltip-title{background:#a57bd2;padding:5px 10px;color:#fff;border:none;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.ui-widget-content,.yu-tooltip-content{background:#381f54;padding:10px;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.yu-tooltip-cnt{width:280px;position:relative}.yu-tooltip-cnt:after{content:'';position:absolute;bottom:-20px;right:10px;background:url("../images/sprite.png") no-repeat -17px -20px;width:19px;height:12px}.yu-tooltip-cnt p{display:block;color:#fff;font-size:12px;margin:0}.yu-tooltip-cnt p b{color:#a57bd2}.yu-pag-top40{margin-top:40px;display:block}.yu-tabs-links{border-bottom:1px solid #adaeae}.yu-tabs-links ul{display:block;float:left}.yu-tabs-links ul li{display:inline}.yu-tabs-links ul li a{border-right:1px solid #fff;border-top:5px solid #eef0f0;display:block;float:left;line-height:46px;font-size:15px;padding:0 15px;background:#c5a0ee;color:#fff}.yu-tabs-links ul li a:hover{background:#b890e4}.yu-tabs-links ul li a.yu-active{background:#fff;color:#6a6a6a;position:relative;border-top:5px solid #fff}.yu-tabs-links ul li a.yu-active:before{content:'';display:block;position:absolute;bottom:0;left:-7px;width:0;height:0;border-style:solid;border-width:0 0 46px 6px;border-color:transparent transparent #9e80be transparent}.yu-tabs-links ul li a.yu-active:after{content:'';display:block;position:absolute;bottom:0;right:-7px;width:0;height:0;border-style:solid;border-width:46px 0 0 6px;border-color:transparent transparent transparent #9e80be}.yu-tabs-links ul li a.yu-last{border-right:none}.yu-tabs-links ul li a.yu-last:after{display:none}.yu-tabs-links ul li a.yu-first:before{display:none}@media screen and (min-width: 1325px){.yu-tabs-links ul li a{padding:0 33px}}.yu-tabs-links-nobkg{height:30px;border:none}.yu-tabs-links-nobkg ul li a{border:none;border-bottom:2px solid #fff;font-size:13px;background:none;color:#808080;margin:0 14px 0 0;padding:0;height:30px;line-height:30px}.yu-tabs-links-nobkg ul li a:after,.yu-tabs-links-nobkg ul li a:before{display:none}.yu-tabs-links-nobkg ul li a:hover{border:none;border-bottom:2px solid #ccc;background:none}.yu-tabs-links-nobkg ul li a.yu-active{border-top:none;border-bottom:2px solid #a57bd2}.yu-tabs-links-nobkg ul li a.yu-active:after,.yu-tabs-links-nobkg ul li a.yu-active:before{display:none}.yu-tabs-hotlist{display:none;background-color:#fff;padding:5px}.yu-tabs-hotlist.active{display:block}.yu-tabs-hotlist ul{text-align:center;display:block;background-color:#eef0f0;padding:10px 10%}@media screen and (min-width: 1325px){.yu-tabs-hotlist ul{padding:10px 20%}}.yu-tabs-hotlist ul li{background-color:#fff;overflow:hidden;border:1px solid #bfbfbf;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;display:inline-block;width:30%}.yu-tabs-hotlist ul li a{line-height:35px;padding:0 18px;color:#7e7e7e;font-size:14px;display:block}.yu-tabs-hotlist ul li.active,.yu-tabs-hotlist ul li:hover{background-color:#c5a0ee}.yu-tabs-hotlist ul li.active a,.yu-tabs-hotlist ul li:hover a{color:#fff}.header-wrapper-blog{width:960px}.header-wrapper-blog .ct-blog-left{width:100%}.yu-add-btn{text-align:center;display:block;padding:0 20px 0 40px;height:29px;-moz-border-radius:3px / 2px;-webkit-border-radius:3px / 2px;border-radius:3px / 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(14,15,15,0.52);-webkit-box-shadow:0 1px 1px rgba(14,15,15,0.52);box-shadow:0 1px 1px rgba(14,15,15,0.52);font-size:12px;color:#bdbdbd;font-weight:bold;line-height:29px}.yu-add-btn:before{content:'+';height:20px;width:20px;font-size:20px;position:absolute;top:0;left:10px;color:#7d7d7d}.yu-add-btn:hover:before{color:#fff}.yu-add-btn:hover{background:#8c41dd;color:#fff}.most-active-content-3x h1{margin:25px 30px 25px 0;font-size:18px;color:#7f7f7f}.most-active-content-3x .yu-3x-col{width:33.33%;float:left;margin-bottom:20px;position:relative;height:40px}.most-active-content-3x .video-uploader{width:82% !important;margin:0 0 0 0 !important;float:right !important;position:absolute;z-index:200;top:0;right:0;height:40px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(14,15,15,0.52);-webkit-box-shadow:0 1px 1px rgba(14,15,15,0.52);box-shadow:0 1px 1px rgba(14,15,15,0.52);border:none !important}.most-active-content-3x .video-uploader .video-uploader-right{width:180px !important;float:left !important;margin-left:10px}.most-active-content-3x .video-uploader .user-photo .user-photo-flag{right:5px}.most-active-content-3x .video-uploader .video-uploader-right .video-uploader-right-bottom{line-height:14px}.most-active-content-3x .yu-3x-col .yu-order{position:absolute;width:35px;height:30px;-moz-border-radius:3px / 2px;-webkit-border-radius:3px / 2px;border-radius:3px / 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#8d4bd5;text-align:center;font-size:20px;font-weight:bold;line-height:30px;color:#fff;top:0;left:19px;z-index:100}.under-header-top-blog{position:relative}.under-header-top-blog .yu-add-btn{position:absolute;top:5px;right:200px}.blog-post-header .video-uploader{width:27%}.header-wrapper-blog .blog-post-header .video-uploader{width:auto}.blog-post-header .follow a .text{display:block}.blog-post-header .follow{width:14% !important}.blog-post-header .follow a .icon{margin-left:10px !important}.yu-blog-post-footer{height:16px;border-top:1px solid #f4f4f4;padding:24px 0 0 0}.yu-blog-post-footer .yu-blog-left{float:left}.yu-blog-post-footer .yu-blog-left ul{display:block;height:14px;line-height:14px}.yu-blog-post-footer .yu-blog-left ul li{display:inline}.yu-blog-post-footer .yu-blog-left ul li a{display:block;float:left;padding-left:25px;font-size:12px;color:#a57bd2;margin-right:20px}.yu-blog-post-footer .yu-blog-left ul li a:hover{color:#000}.yu-blog-post-footer .yu-blog-left ul li a.yu-read{background:url(../images/icn-blog.jpg) no-repeat 0 -176px}.yu-blog-post-footer .yu-blog-left ul li a.yu-allposts{background:url(../images/icn-blog.jpg) no-repeat 0 -190px}.yu-blog-post-footer .yu-blog-right{float:right;width:60%}.yu-blog-post-footer .yu-blog-right .yu-rating,.yu-blog-post-footer .yu-blog-right .post-info{float:right}.yu-blog-post-footer .yu-blog-right .post-info{line-height:14px;height:14px;margin-top:0;width:auto;margin-right:30px}.yu-blog-post-footer .yu-blog-right .post-info .comments span.icon{top:2px}.yu-blog-post-footer .yu-blog-right .post-info .views span.icon{top:3px}.yu-blog-post-footer .yu-blog-right .post-info .votes span.icon{top:0}.yu-blog-post-footer .yu-blog-right .yu-rating .yu-rating-percentage{float:right;font-size:12px;color:#8e4bd6;font-weight:bold;padding-right:21px;margin-right:10px}.yu-blog-post-footer .yu-blog-right .yu-rating .yu-rating-up{background:url(../images/icon-rate-up2.png) no-repeat right center}.yu-blog-post-footer .yu-blog-right .yu-rating .yu-rating-bar{float:right;height:2px;overflow:hidden;position:relative;background:#d2d2d2;width:170px;margin-top:5px}.yu-blog-post-footer .yu-blog-right .yu-rating .yu-rating-bar span{position:absolute;top:0;left:0;display:block;height:2px;background:#8e4bd6}@media screen and (min-width: 1325px){.under-header-top .left-text ul li a{padding:0 10px}.header-wrapper{width:1300px}.header-top-menu-top{margin-top:19px;float:right}.header-top-menu-bottom{margin-top:12px}.ie7 .header-top-menu-bottom{margin-top:25px}.header-bottom>div>a{font-size:16px}.advert,.advert-playlists,.advert-playlists-list{width:515px;min-height:548px;height:548px;margin-bottom:9px}.advert-cnt{width:520px;height:584px !important}.advert .advert-cnt>img,.advert-playlists .advert-cnt>img,.advert-playlists-list .advert-cnt>img{margin:172px auto 120px auto}.advert .remove-adv,.advert-playlists .remove-adv{margin:0 0 25px 35px}.shadow-big{width:520px;bottom:-11px}.shadow{width:250px}.our-friend-list>.element_min{height:243px}.image-hover>img{width:240px;height:180px}.image-hover>.image-hover-nb{height:100px;padding-top:80px}.thumb-info>div>.div>span.text{font-size:12px}.thumb-info>div>.dates{margin-left:25px}.thumb-info .info-top ul{width:228px;line-height:15px}.playlists-page .hover-view-all a.top{height:114px}.element_min_playlist .thumb-image .other-images,.hover-view-all a.top,.element_min_playlist .thumb-image .hover-view-all{width:240px}.hover-view-all a.top span{width:240px}.playlists-page .hover-view-all a.bottom{height:66px}.element_min_playlist .thumb-image .hover-view-all{width:240px !important;height:180px !important}.element_min_playlist .thumb-image .hover-view-all{height:182px !important}.hover-view-all a.top span{line-height:117px !important}.hover-view-all a.bottom span{line-height:60px}.element_min_playlist .thumb-image .other-images{height:66px}.element_min_playlist .thumb-image .other-images span img{height:62px}.element_min_playlist .thumb-image .other-images span.nb-videos{height:60px;width:69px}.element_min_playlist .thumb-image .other-images span{width:79px}.ie7 .user-image-info-sec{width:867px !important}.ie7 .featured-members-element-detail .user-info-bottom div{margin:0 25px}.ie7 .content-blog{width:1300px}.ie7 .ct-timeline-left,.ie7 .timeline-element,.ie7 .header-wrapper-ie6{width:910px !important}.ie7 .body-menu .header-wrapper-menu,.ie7 .ct-timeline-right,.ie7 .body-menu{width:364px !important}.ie7 .blog-post .post-body img{width:860px !important}.ie7 .video-wrapper img,.ie7 .photo-wrapper img{width:250px;height:188px}.ie7 .element_min_playlist-sidebar .thumb-title-short,.ie7 .element_min_playlist-sidebar .thumb-title{display:block;height:36px !important;margin:0;padding-top:0;width:100%;color:#b28ed8;font-family:'Arial', sans-serif;font-size:12px;font-weight:bold;width:100%;display:block;overflow:hidden;text-align:left}.ie7 .element_min_playlist-sidebar .element_min{width:200px;height:224px;padding:10px;margin:0;float:left}.ie7 .element_min_playlist-sidebar .thumb-image{width:210px;height:158px}.ie7 .element_min_playlist-sidebar .image-hover img{width:210px;height:158px !important}.ie7 .element_min_playlist-sidebar .thumb-image .other-images{width:210px;height:55px}.ie7 .element_min_playlist-sidebar .element_min_playlist .hover-view-all{width:210px !important;height:158px !important}.ie7 .element_min_playlist-sidebar .hover-view-all a.top{width:210px;height:103px}.ie7 .element_min_playlist-sidebar .element_min_playlist .hover-view-all a.top span{width:210px !important}.ie7 .element_min_playlist-sidebar .hover-view-all a.bottom{height:55px}.ie7 .element_min_playlist-sidebar .thumb-image .other-images span.nb-videos{height:49px !important;width:58px !important}.ie7 .element_min_playlist-sidebar .element_min_playlist .hover-view-all a.top span{height:103px !important;overflow:hidden}.ie7 .element_min_playlist-sidebar .hover-view-all a.bottom{height:55px !important;overflow:hidden}.ie7 .profile-left-part{width:840px}.ie7 .profile-right-part{width:450px}.ie7 .photo-tab-elements{height:100%}.ie7 .friends-tab ul li{width:136px;height:102px}.ie7 .friends-tab ul li a{width:136px;height:102px}.ie7 .friends-tab ul li a img{width:136px;height:102px}.ie7 .friends-tab ul li a span{width:136px;height:67px;padding-top:35px}.ie7 .image-hover .image-hover-nb{height:100px;padding-top:80px}.ie7 .element_min_playlist .thumb-image .other-images span{width:69px;height:55px}.ie7 .element_min_playlist .thumb-image .other-images span img{height:51px;width:69px}.ie7 .element_min_playlist-sidebar .thumb-image .other-images .nb-videos .numbers{font-size:10px;margin-top:12px}.ie7 .profile-tab-right{width:620px}.ie7 .ptl-user-image .shadow{display:none}.ie7 .photo-tab-elements .element_min,.ie7 .video-tab-elements .element_min{margin-left:0}.slot-hidden .slot-right,.slot-hidden .slot-left{width:310px}.vert-text{left:135px !important}.slot-hidden .slot-right,.slot-hidden .slot-left{width:310px !important}.photo-tab-elements .element_min_profile{height:262px !important}.video-tab-elements .element_min_profile{height:262px !important}.element_min_playlist-sidebar .thumb-image{width:210px;height:158px}.element_min_playlist-sidebar .thumb-image .other-images{width:210px;height:55px}.element_min_playlist-sidebar .element_min>.thumb-title-short{top:0}.element_min_playlist-sidebar .element_min>.thumb-title>a:before{bottom:6px}.element_min_playlist-sidebar .element_min>.thumb-title>a:after{bottom:-4px}.element_min_playlist-sidebar .element_min_playlist .hover-view-all{width:210px !important;height:158px !important}.element_min_playlist-sidebar .element_min_playlist .hover-view-all a.top span{width:210px !important}.element_min_playlist-sidebar .thumb-image .other-images span img{height:51px;width:69px}.element_min_playlist-sidebar .image-hover>img{width:210px;height:158px}.element_min_playlist-sidebar .hover-view-all a.top{width:210px;height:103px}.element_min_playlist-sidebar .hover-view-all a.bottom{height:55px}.element_min_playlist-sidebar .thumb-image .other-images span.nb-videos{height:49px;width:58px}.element_min_playlist-sidebar .thumb-image .other-images .nb-videos .numbers{font-size:10px;margin-top:12px}.element_min_playlist-sidebar .thumb-image .other-images .nb-videos .text{font-size:10px;line-height:10px}.element_min_playlist-sidebar .thumb-info .info-top ul{width:100%;margin-top:8px}.playlist-thumbs .playlist-element{height:254px !important;width:250px !important}.playlist-thumbs .playlist-element a{display:block;width:250px !important;height:188px !important;position:relative}.playlist-thumbs .playlist-element a img.photo{display:block;width:250px !important;height:188px !important}.playlist-thumbs .hover-view-all a.top{height:122px !important;width:250px !important;line-height:122px}.playlist-thumbs .hover-view-all a.top span{line-height:122px !important;width:250px !important;height:122px !important}.playlist-thumbs .hover-view-all a.bottom{height:66px !important;line-height:66px !important}.playlist-thumbs .hover-view-all a.bottom span{line-height:66px !important}.profile-left-part .playlist-element .other-images span.nb-videos{width:74px !important;height:60px !important}.playlist-thumbs .playlist-element .other-images{background:#000}.playlist-thumbs .playlist-element .other-images span img,.playlist-thumbs .playlist-element .other-images span{width:83px;display:block;float:left;height:64px}.playlist-thumbs .playlist-element .other-images span.nb-videos{width:70px;height:58px}.playlist-thumbs .hover-view-all{width:250px !important;height:188px !important}.ie7 .cnt-wrapper-profile{width:1300px;margin:0 auto}.ie7 .header-wrapper-ie6-profile{width:840px !important;float:left}.ie7 .body-menu-profile .header-wrapper-menu,.ie7 .body-menu-profile{width:280px !important;float:left !important;position:static !important;margin-left:10px}.ie8 .cnt-wrapper-profile{width:1300px;margin:0 auto}.ie8 .header-wrapper-ie6-profile{width:840px !important;float:left}.ie8 .body-menu-profile .header-wrapper-menu,.ie8 .body-menu-profile{width:280px !important;float:right !important;position:static !important;margin-left:10px}.video-right-tab-sidebar-xxl .element_min_playlist-sidebar{padding:20px 0px 20px 10px !important}.video-right-tab-sidebar-xxl .element_min{width:140px !important;height:171px !important;border:1px solid #f4f4f4 !important;padding:10px !important;margin:0 8px 16px 8px !important}.video-right-tab-sidebar-xxl .element_min_playlist-sidebar .image-hover img,.video-right-tab-sidebar-xxl .element_min_playlist-sidebar .thumb-image{width:158px !important;height:105px !important}.left-content{width:70%}.right-content{width:29%}.ie7 .element_min_playlist-sidebar .thumb-title-short,.ie7 .element_min_playlist-sidebar .thumb-title{height:26px !important;margin-bottom:4px}.ie7 .friends-left-tab .featured-member-element{width:380px}.ie7 .friends-left-tab .featured-member-element .user-image-info{width:250px}.pea-left{width:840px}.pea-right{width:450px}#galleria{height:400px !important}#list{width:100%;overflow:hidden;margin-bottom:-2px;-webkit-column-count:4 !important;-webkit-column-gap:2px;-webkit-column-fill:auto;-moz-column-count:4 !important;-moz-column-gap:2px;-moz-column-fill:auto;column-count:4 !important;column-gap:2px;column-fill:auto}.item{background-color:#fff;background-color:rgba(255,255,255,0.5);margin-bottom:0px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;column-break-inside:avoid;position:static}.upload-steps-cnt,.upload-info-cnt{width:1300px !important}.yu-sidebar-video .element_min{width:430px;height:119px}.yu-sidebar-video .thumb-image img,.yu-sidebar-video .thumb-image{width:160px;height:119px}.yu-sidebar-video .element_min .thumb-info{height:119px}.yu-sidebar-video .element_min .thumb-title-short{margin:0 0 0 180px;padding-top:5px}.yu-sidebar-video .element_min .thumb-title-short a{font-size:13px}.yu-sidebar-video .element_min .info-top{left:180px;bottom:5px}.yu-sidebar-video .element_min .info-bottom{left:300px;bottom:0px}.members-table li.cell-1{width:200px !important}.members-table-header{background:url(../images/sep-hdr.png) no-repeat left bottom}.members-table li.cell-2{width:100px !important;text-align:center}.members-table li.cell-2 span{padding:0}.members-table li.cell-3{width:100px !important;text-align:center}.members-table li.cell-3 span{padding:0}.members-table li.cell-4{width:120px !important;text-align:center}.members-table li.cell-4 span{padding:0}.members-table li.cell-5{width:140px !important}.members-table li.cell-6{width:134px}.members-table li.cell-7{width:88px !important;border:none;text-align:center}.members-table li.cell-7 span{padding:0}.yu-gift-sidebar-cnt .gift-icon{margin-left:10px}}.ie7 .advert-cnt,.ie7 #country_code,.ie7 .filter-launch,.ie7 .header-wrapper,.ie7 .header-wrapper .cells,.ie7 .advert,.ie7 #content,.ie7 .content-top,.ie7 .under-header-top,.ie7 .filter-key,.ie7 .under-header,.ie7 .header-wrapper,.ie7 .header-bottom,.ie7 .header-bottom-container{position:static;zoom:1}input[type='text'].general-input-text{height:30px;padding:0;margin:0;border:1px solid #BFBFBF;color:#787878;text-indent:15px;background-color:#eef0f0}input[type='text'].general-input-text:focus{background-color:#fff;border:1px solid #BA8DEB}tr.tr-padding td{padding:5px 0}tr.tr-padding td.label{line-height:31px;padding:0 15px;color:#787878}tr.tr-padding .default-table-dd-title{font-weight:bold;color:#787878;float:left}tr.tr-padding .default-table-line-title{font-weight:bold;color:#787878;margin:0 5px 0 10px}.intern-content-wrapper{padding:25px 10px;margin:10px;background-color:#fff}.intern-content-wrapper-nomargin{padding:25px 10px;margin:0px;background-color:#fff}.general-input-submit,.general-input-button{background-color:#ccb7e3;padding:5px 23px;border:none;margin:0;color:#fff;cursor:pointer}.general-input-submit:hover,.general-input-button:hover{background-color:#a57bd2;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.general-input-button-filter{display:inline-block;background-color:#6631a7;height:29px;width:50px;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;cursor:pointer;vertical-align:middle;margin-left:10px}table.general-table-centered{margin:0 auto}table.general-table-centered.forumline{min-width:96%;max-width:96%}.dating-profile-part .you-pers-info-content{padding:0;margin:0;margin-top:20px;padding-bottom:50px;background-color:#fff}.you-pers-info-content .ypic-title{display:block;background-color:#fff;line-height:45px;width:100%;border-bottom:1px solid #7d7d7d}.you-pers-info-content .ypic-title .icon{display:inline-block;background:url(../images/icon-settings-privacy.png) no-repeat top left;width:15px;height:14px;margin:0 15px 0 25px;line-height:15px}.you-pers-info-content .ypic-title .text{display:inline-block;color:#8d8d8d;font-size:18px}.ypic-submit{display:block;background-color:#FFF;border:1px solid #CACACA;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;line-height:35px;margin:5px 0 0 20px;padding:0 20px;color:#8C41DD;-webkit-transition:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease;cursor:pointer}.ypic-submit:hover{background-color:#8C41DD;border-color:#8C41DD;color:#fff;-webkit-transition:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease}.you-pers-info-content .ypic-title .icon{background:url(../images/icon-settings-personal.png) no-repeat top left;width:15px;height:14px}.ypic-elem{padding:5px 25px;color:#787878}.ypic-elem span{width:150px;display:inline-block;font-size:12px}.ypic-elem>textarea{height:75px;width:445px;padding:0;margin:0;border:1px solid #cacaca;color:#787878;text-indent:15px}.ypic-elem .ypic-elem-notes{margin-left:150px}.ypic-elem-title{border-bottom:1px solid #CACACA;padding:5px;margin:15px 0;color:#787878;font-size:18px;border-top:30px solid #F4F4F4;line-height:30px;text-indent:25px}.table-dressed{border:1px solid #cacaca;width:100%;line-height:30px}.table-dressed td{border:1px solid #cacaca;text-align:center;background-color:#ffe}.table-dressed th{border:1px solid #cacaca;background-color:#f0f0f0}.footer-pub-centered{padding:20px 0;text-align:center}.w10{width:10%}.w20{width:20%}.w30{width:30%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w70{width:70%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.header-wrapper .forumline{min-width:100%}.header-wrapper .no-width{min-width:20%}.nodata-message{text-align:center;padding:50px 0}.bg-white{background-color:#fff}.for-footer-links{font-size:12px}.for-footer-links h2,.for-footer-links h3,.for-footer-links .marketingHeading2{border-bottom-color:#000;border-bottom-style:none;border-bottom-width:0px;border-image-outset:0px;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-left-color:#000;border-left-style:none;border-left-width:0px;border-right-color:#000;border-right-style:none;border-right-width:0px;border-top-color:#000;border-top-style:none;border-top-width:0px;color:#000;display:block;font-family:'Open Sans', sans-serif;font-size:22px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;height:21px;line-height:21px;margin-bottom:5px;margin-left:0px;margin-right:0px;margin-top:15px;padding:0px 1%;vertical-align:baseline;word-wrap:break-word}.for-footer-links h3,.for-footer-links .marketingHeading2{font-size:14px}.for-footer-links h1,.for-footer-links .sectionHeader,.for-footer-links .marketingHeading{display:block;width:100%;border-bottom:1px solid #ba8deb;text-align:center;font-size:24px;font-weight:bold;line-height:35px}.for-footer-links ul,.for-footer-links ol{list-style:initial;list-style-position:inside;padding:0 2%}.for-footer-links li{margin:2px 0}.for-footer-links table{margin:0 auto}.for-footer-links a{color:#9860db}.align-center{text-align:center}.moderator-page .videoHeader{background:#b5baf7;padding:5px;border-top:1px solid #666;border-bottom:1px solid #666;font-weight:bold;font-size:14px}.moderator-page b{font-weight:bold;margin:8px 0;display:inline-block;vertical-align:top}.moderator-page .w100 a{margin:5px 0}.moderator-page .general-table-centered td{border:2px solid #fff}.moderator-page .mod-title-content{line-height:47px;font-size:18px;color:#853ed2;border-bottom:1px solid #853ed2;margin-bottom:5px}.moderator-page .mod-select-thumbs{max-width:600px}.moderator-page .mod-select-thumbs img{border:1px solid #fff;box-sizing:border-box}.no-margin{margin:0 !important}.yv-view-all{display:block;background-color:#f3f3f3;padding:10px;margin:1px 2px;text-align:center}.yv-view-all .yv-view-all-btn-a{display:inline-block;background-color:#fff;border:1px solid #7f7f7f;border-radius:15px;line-height:30px}.yv-view-all .yv-view-all-btn-a a{display:block;font-size:13px;color:#7f7f7f;text-align:center;padding:0 20px;width:auto;height:auto;margin:0;background:none}.yv-view-all .yv-view-all-btn-a:hover{border-color:#8e4bd6}.yv-view-all .yv-view-all-btn-a:hover a{color:#8e4bd6}.yu-gift-details{background:#fff}.yu-gift-details .yu-slot{padding:10px}.yu-gift-details .yu-slot .gift-cont{float:left;margin-left:20px;margin-top:10px}.yu-gift-details .yu-slot .gift-cont .title{margin-bottom:10px;font-size:14px;color:#6c4796}.yu-gift-details .yu-slot .gift-cont .title span{color:#808080}.yu-gift-details .yu-slot .gift-cont p{font-size:12px;color:#808080;margin:0;padding:0}.yu-icon-wrapper{height:74px;width:74px;padding:5px;float:left;background:#fff;border:1px solid #6c4796;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px}.yu-icon-wrapper .gift-icon{height:74px;width:74px;margin:0;background:#6c4796;border:none}.yu-gift-sidebar-cnt{padding:9px;position:relative}.yu-gift-sidebar-cnt .yu-icon-wrapper{margin:13px 11px}@media screen and (max-width: 1325px){.yu-gift-sidebar-cnt .yu-icon-wrapper{margin:13px 12px}}.yu-icon-wrapper .yu-amount{position:absolute;top:-8px;right:-8px;background:#ff9500;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#5f3e92;height:26px;width:26px;line-height:26px;text-align:center;font-weight:bold;font-size:13px;-webkit-box-shadow:-3px 3px 5px -1px rgba(0,0,0,0.78);-moz-box-shadow:-3px 3px 5px -1px rgba(0,0,0,0.78);box-shadow:-3px 3px 5px -1px rgba(0,0,0,0.78)}.yu-profile-header-action{display:block;height:33px;line-height:33px;float:left;margin:6px 0 0 6px}.yu-profile-header-action>div{float:left;height:33px}.yu-profile-header-action>div a{height:33px;position:relative;display:block;float:left;color:#5d5d5d;padding:0 15px 0 35px;margin:0 5px 0 0;font-size:12px;line-height:34px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}.yu-profile-header-action>div a:before{display:block;content:'';width:35px;height:35px;position:absolute;top:0;left:0;background:url(../images/sprite-icon.png) no-repeat}.yu-profile-header-action>div a.yu-send-gift{background:#ffa200}.yu-profile-header-action>div a.yu-send-gift:hover{background:#fcac20}.yu-profile-header-action>div a.yu-send-gift:before{width:17px;height:20px;background-position:left -1071px;top:6px;left:9px}.yu-profile-header-action>div a.yu-add-friends{background:#9860db;color:#fff}@media screen and (max-width: 1325px){.yu-profile-header-action>div a.yu-add-friends{width:0px;overflow:hidden;padding-right:0}}.yu-profile-header-action>div a.yu-add-friends:before{width:12px;height:12px;background-position:left -707px;top:10px;left:11px}.yu-profile-header-action>div a.yu-add-friends:hover{background:#a66fe7}.yu-profile-header-action>div a.yu-send-msg,.yu-profile-header-action>div a.yu-follow{border:1px solid #dfdfdf;background:#fff;height:31px;color:#9860db}@media screen and (max-width: 1325px){.yu-profile-header-action>div a.yu-send-msg,.yu-profile-header-action>div a.yu-follow{width:0px;overflow:hidden;padding-right:0}}.yu-profile-header-action>div a.yu-send-msg:hover,.yu-profile-header-action>div a.yu-follow:hover{border-color:#9860db}.yu-profile-header-action>div a.yu-follow:before{width:23px;height:17px;background-position:left -905px;top:8px;left:5px}.yu-profile-header-action>div a.yu-send-msg:before{width:20px;height:17px;background-position:left -1154px;top:7px;left:7px}.yu-locked{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:url("../images/locked.png") no-repeat center center}.yu-locked:hover{opacity:0.8}.yu-slot-userinfo-form{background:#fff;padding:10px 0;margin-bottom:50px}.playlists-page .yu-slot-userinfo-form{margin-bottom:20px}.yu-slot-userinfo-form h2{margin:0;font-size:18px;color:#6a6a6a;border-bottom:1px solid #d7d7d7;padding-bottom:10px}.yu-slot-userinfo-form h2 span{color:#8c41dd}.yu-slot-userinfo-form .yu-userinfo{margin-left:0;margin-right:0;border-bottom:1px solid #d7d7d7;padding:10px}.yu-slot-userinfo-form .yu-userinfo:before,.yu-slot-userinfo-form .yu-userinfo:after{content:" ";display:table}.yu-slot-userinfo-form .yu-userinfo:after{clear:both}.yu-slot-userinfo-form .yu-col-3,.yu-slot-userinfo-form .yu-col-1{position:relative;min-height:1px;padding-left:0;padding-right:0;float:left;width:25%;margin:0}.yu-slot-userinfo-form .yu-col-2{position:relative;min-height:1px;padding-left:0;padding-right:0;float:left;width:50%}.yu-slot-userinfo-form .yu-col-1 .uploader{border:none;margin:0}.yu-slot-userinfo-form .info-top{float:right}.yu-slot-userinfo-form .info-top ul{display:block;height:14px;line-height:14px;margin:4px 20px 0 0}.yu-slot-userinfo-form .info-top ul li{display:inline-block;font-size:11px;color:#a3a3a4;padding-left:20px;position:relative}.yu-slot-userinfo-form .info-top ul li:before{background:url("../images/sprite-icon.png") no-repeat;content:'';position:absolute;display:block}.yu-slot-userinfo-form .info-top ul li.views:before{background-position:left -339px;height:11px;width:16px;top:0;left:7px}.yu-slot-userinfo-form .info-top ul li.dates:before{background-position:left -845px;height:13px;width:13px;top:-1px;left:9px}.yu-slot-userinfo-form .info-top ul li.ratesup:before{background-position:left -554px;height:14px;width:16px;top:-2px;left:8px}.yu-slot-userinfo-form .info-top ul li.ratesup{color:#a57bd2}.yu-slot-userinfo-form .yu-tags{font-size:12px;display:block;margin-top:5px}.yu-slot-userinfo-form .yu-tags li{display:inline}.yu-slot-userinfo-form .yu-tags li a{font-size:12px;color:#6a6a6a;float:left;margin-left:4px}.yu-slot-userinfo-form .yu-tags li a:hover{color:#975dd4}.yu-slot-userinfo-form .yu-tags li span{float:left;color:#888888;position:relative;padding-left:20px}.yu-slot-userinfo-form .yu-tags li span:before{content:'';display:block;position:absolute;width:15px;height:15px;top:0;left:0;background:url("../images/sprite-icon.png") no-repeat;background-position:left -1650px}.yu-slot-userinfo-form .yu-form{padding:9px 0 0 0}.yu-slot-userinfo-form .yu-form .yu-row{margin-left:0;margin-right:0;line-height:29px;color:#7c7c7c;font-size:12px;margin-bottom:6px}.yu-slot-userinfo-form .yu-form .yu-row:before,.yu-slot-userinfo-form .yu-form .yu-row:after{content:" ";display:table}.yu-slot-userinfo-form .yu-form .yu-row:after{clear:both}.yu-slot-userinfo-form .yu-form .yu-row .yu-col-1{position:relative;min-height:1px;padding-left:0;padding-right:0;float:left;width:8.33333%;margin:0;text-align:right}.yu-slot-userinfo-form .yu-form .yu-row .yu-col-1 label{margin-right:10px}.yu-slot-userinfo-form .yu-form .yu-row .yu-col-2{position:relative;min-height:1px;padding-left:0;padding-right:0;float:left;width:91.66667%}.yu-slot-userinfo-form .yu-form .yu-row .yu-col-2 textarea,.yu-slot-userinfo-form .yu-form .yu-row .yu-col-2 input[type="text"]{height:27px;border:1px solid #d6d6d6;color:#7c7c7c;padding:0 10px;width:50%}.yu-slot-userinfo-form .yu-form .yu-row .yu-col-2 textarea{height:50px;padding:5px 10px;width:80%;font-family:inherit}.yu-slot-userinfo-form .yu-form .yu-row.yu-row-btn{border-top:1px solid #e4e4e4;margin-top:2px;margin-bottom:0;padding:11px 14px 0 14px}.yu-slot-userinfo-form .yu-form .yu-row.yu-row-btn input{cursor:pointer;padding:0 30px;color:#fff;height:27px;background-color:#975fdb;border:1px solid #975fdb;margin-right:6px}.yu-slot-userinfo-form .yu-form .yu-row.yu-row-btn input.btn-white{background:#fff;border-color:#c0c0c0;color:#c0c0c0;margin:0}.yu-slot-userinfo-form .yu-form .yu-row.yu-row-btn input.btn-white:hover{border-color:#975fdb;color:#975fdb}.yu-alert-top{height:36px;background-color:#f2f2f2;-moz-box-shadow:inset 0 4px 13px rgba(35,31,32,0.1);-webkit-box-shadow:inset 0 4px 13px rgba(35,31,32,0.1);box-shadow:inset 0 4px 13px rgba(35,31,32,0.1);width:100%}.yu-alert-top .yu-alert-top-cnt{width:1300px;position:relative;margin:0 auto;color:#737373;font-size:14px}@media screen and (max-width: 1325px){.yu-alert-top .yu-alert-top-cnt{width:960px}}.yu-alert-top .yu-alert-top-cnt p{line-height:36px;margin:0;position:relative;padding-left:30px;float:left}.yu-alert-top .yu-alert-top-cnt p:before{background:url("../images/sprite-icon.png") no-repeat;background-position:left -1666px;position:absolute;top:9px;left:0;width:19px;height:19px;content:'';display:block}.yu-alert-top .yu-alert-top-cnt p strong{font-weight:bold}.yu-alert-top .yu-alert-top-cnt a.yu-btn{width:48px;height:21px;line-height:21px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#737373;display:block;float:left;color:#fff;font-size:14px;text-align:center;margin:7px 5px 0 0}.yu-alert-top .yu-alert-top-cnt a.yu-btn.yu-btn-pink{background:#b998d5}.yu-alert-top .yu-alert-top-cnt a.yu-btn.yu-btn-pink:hover{background:#9e39f4}.yu-alert-top .yu-alert-top-cnt a.yu-btn:hover{background:#000}.yu-alert-top .yu-alert-top-cnt .yu-close{background:url("../images/sprite-icon.png") no-repeat;background-position:left -1685px;position:absolute;top:12px;right:0;width:12px;height:12px;content:'';display:block}.yu-alert-top .yu-alert-top-cnt .yu-close:hover{opacity:0.5}.pull-left{float:left}.pull-right{float:right}span.error h3{background-color:#f00;padding:10px;margin:0;color:#fff}div.non-found{display:block;width:100%;background-color:#fff;text-align:center;font-size:24px;color:#787878;padding:40px 0}h3.general-h3{display:block;color:#853ed3;font-size:24px;font-weight:300}.category_h1{margin:0;padding:25px 1%;font-size:24px;font-weight:100;color:#7b46b8}
/*# sourceMappingURL=style.css.map */
