/**** /content/css/survey.css ****/
@CHARSET "UTF-8";
.survey-init { display: none; }
.pop-wrap.survey { width: 600px; background: #eee; }
.pop-wrap.survey .s-inp { width: 100%; border-radius: 12px; }
.pop-wrap.survey h2 { text-align: center; }
.survey-bl { width: 100%; }
.survey-bl .impor { text-align: center; margin-bottom: 20px; color: #08868f; }
.survey-bl .survey-desc { margin-bottom: 20px; font-size: 16px; color: #333; line-height: 23px; }
.survey-bl .bot-acts { margin-top: 26px; padding-top: 20px; border-top: dashed 1px #ddd; text-align: center; }
.survey-bl .bot-acts .bt { padding: 16px 20px; }
.survey-bl .s-answer { padding: 8px 20px; border-radius: 12px; color: #3b5998; font-size: 18px; font-weight: 600; margin-bottom: 10px; cursor: pointer; user-select: none; display: flex; align-items: center; position: relative; }
.survey-bl .s-answer:hover { background-color: rgba(43, 126, 223, 0.1); }
.survey-bl .s-answer:before { background: #0000001a; content: ""; display: block; flex-shrink: 0; height: 20px; margin-right: 10px; width: 20px; border-radius: 50%; }
.survey-bl .s-answer:after { background: #fff; content: ""; position: absolute; border: 0; height: 6px; left: 27px; border-radius: 100%; opacity: 0; top: 50%; transform: translateY(-50%) scale(0); width: 6px; }
.survey-bl .s-answer.active:before,
.survey-bl .s-answer:hover:before { background: #009be3; }
.survey-bl .s-answer.active:after,
.survey-bl .s-answer:hover:after { transform: translateY(-50%) scale(1); opacity: 1; }
@media screen and (max-width: 800px) { .pop-wrap.survey { width: 98%; box-sizing: border-box; }
}
@media screen and (max-width: 500px) { .pop-wrap.survey { padding: 30px 20px 20px; }
}


/**** /content/css/plugins/nouislider.min.css ****/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}


/**** /content/css/plugins/jplayer.blue.monday7.css ****/
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus { outline: none; }
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner { border: 0; }
.jp-audio,
.jp-audio-stream,
.jp-video { font-size: 16px; font-family: Verdana, Arial, sans-serif; line-height: 1.6; color: #666; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-color: #eee; }
.jp-audio { width: 100%; }
.jp-interface { position: relative; width: 100%; }
.jp-video .jp-interface { border-top: 1px solid #009be3; }
.jp-controls-holder { clear: both; max-width: 440px; width: 100%; box-sizing: border-box; margin: 0 auto; position: relative; top: -8px; padding: 20px 20px 0 20px; }
.nd:not(.in-list) .jp-controls-holder { max-width: 100%; }
.jp-interface .jp-controls { margin: 0; padding: 0; }
.jp-audio .jp-controls { float: left;}
.jp-audio.nd:not(.in-list) .jp-controls { float: none; margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; }
.jp-type-single { padding-bottom: 6px; }
.nd:not(.in-list) .jp-type-single { padding-bottom: 0; }
.jp-add-item-info { display: block; float: right; padding: 6px 10px; }
.nd .jp-add-item-info { padding: 9px 10px; }
.nd .jp-add-item-info { font-size: 13px; }
.jp-controls button { display: block; float: left; text-indent: -9999px; border: none; cursor: pointer; }
.nd .jp-controls .jp-play:hover,
.nd .jp-controls .jp-pause:hover,
.nd .jp-controls .jp-stop:hover { background: #4172df; }
.jp-play,
.jp-pause { width: 40px; height: 40px; }
.jp-play,
.jp-pause,
.jp-stop { background: #009be3; color: #fff; }
.nd .jp-play,
.nd .jp-pause,
.nd .jp-stop,
.nd .jp-prev-step,
.nd .jp-next-step,
.nd .jp-controls .jp-rate,
.nd .jp-timer { width: auto; border-radius: 20px; padding: 0px 10px; text-indent: 0; display: inline-flex; align-items: center; padding: 0px 14px; }
.nd .jp-controls .jp-prev-step:hover,
.nd .jp-controls .jp-next-step:hover,
.nd .jp-controls .jp-rate:hover { background: none; color: #4172df;; }
.nd .jp-controls .jp-rate[aria-expanded=true],
.nd .jp-controls .jp-timer[aria-expanded=true] { background: #4172df; color: #fff; }
.nd .jp-controls .jp-timer[aria-expanded=true] span.value { display: none; }
.nd .jp-controls .jp-prev-step,
.nd .jp-controls .jp-next-step,
.nd .jp-controls .jp-rate,
.nd .jp-timer { background: none; color: #029be3; padding: 8px; }
.nd .jp-controls .jp-rate { cursor: pointer; padding: 8px 10px; height: 40px; box-sizing: border-box; font-size: 18px; transition: all .3s ease; }
.nd .jp-timer { position: relative; }
.nd .jp-timer .value { position: absolute; bottom: -16px; font-size: 13px; width: 50px; left: 50%; transform: translate(-50%, -50%); color: #999; }
.nd.in-list .jp-play { padding: 0px 12px; }
.nd.in-list .jp-pause { padding: 0px 13px; }
.nd .jp-play svg,
.nd .jp-pause svg { margin-right: 8px; height: 14px; width: 14px; }
.nd.in-list .jp-pause svg { margin: 0; }
.nd.in-list .jp-play svg { margin: 0 0 0 2px; }
.nd .jp-stop { height: 30px; width: 30px; border-radius: 50%; margin: 6px 0 0px 11px; padding: 0; }
.nd .jp-stop svg { width: 100%; }
.jp-stop, .jp-previous, .jp-next { width: 28px; height: 28px; margin-top: 6px; }
.jp-previous { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -112px no-repeat; }
.jp-previous:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -29px -112px no-repeat; }
.jp-next { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -141px no-repeat; }
.jp-next:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -29px -141px no-repeat; }
.jp-progress { overflow: hidden; background-color: #ddd; }
.jp-audio .jp-progress { height: 15px; }
.jp-audio .jp-type-single .jp-progress { width: 186px; margin: 12px 0 0 10px; border-radius: 8px; float: left; }
.jp-audio.nd:not(.in-list) .jp-type-single .jp-progress { float: none; width: 100%; margin: 12px 0; }
.jp-audio.nd.in-list .jp-volume-controls { margin: 12px 0 0 10px; float: left; }
.jp-audio .jp-type-playlist .jp-progress { left: 166px; width: 130px; }
.jp-seek-bar { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -202px repeat-x; width: 0px; height: 100%; cursor: pointer; }
.jp-play-bar { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -218px repeat-x; width: 0px; height: 100%; }
.jp-seeking-bg { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.seeking.gif?_=17535496475563"); }
.jp-state-no-volume .jp-volume-controls { display: none; }
.jp-volume-controls { display: flex; align-items: center; margin-left: auto; }
.jp-volume-controls button { border: none; cursor: pointer; }
.jp-mute,
.jp-volume-max { width: 18px; height: 15px; }
.jp-volume-max { left: 92px; }
.jp-mute { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -170px no-repeat; margin-right: 4px; }
.jp-mute:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -19px -170px no-repeat; }
.jp-state-muted .jp-mute { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -60px -170px no-repeat; }
.jp-state-muted .jp-mute:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -79px -170px no-repeat; }
.jp-volume-max { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -186px no-repeat; margin-left: 10px; }
.jp-volume-max:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -19px -186px no-repeat; }
.jp-volume-bar { overflow: hidden; background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -250px repeat-x; width: 60px; height: 5px; cursor: pointer; }
.jp-volume-bar-value { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -256px repeat-x; width: 0px; height: 5px; }
.jp-audio .jp-time-holder { position: absolute; top: 50px; }
.jp-audio .jp-type-single .jp-time-holder { left: 110px; width: 186px; }
.jp-audio .jp-type-playlist .jp-time-holder { left: 166px; width: 130px; }
.jp-current-time,
.jp-duration { width: 60px; font-size: 14px; }
.jp-current-time { float: left; display: inline; cursor: default; margin-left: 10px;}
.jp-duration { float: right; display: inline; text-align: right; cursor: pointer; margin-right: 10px;}
.jp-details { font-weight: bold; text-align: center; cursor: default; }
.jp-details,
.jp-playlist { width: 100%; background-color: #ccc; border-radius: 0 0 6px 6px; overflow: hidden;}
.nd.full .jp-playlist { border-radius: 0; }
.nd .jp-playlist { background-color: #eee; }
.nd.full .jp-playlist { background-color: #fff; }
.nd.full li { display: flex; flex-direction: row; align-items: center; }
.nd.full .num { text-align: center; font-size: 12px; min-width: 28px; color: #737373; }
.jp-type-single .jp-details,
.jp-type-playlist .jp-details { border-top: none; }
.jp-details .jp-title { margin: 0; padding: 5px 20px; font-size: .72em; font-weight: bold; }
.jp-playlist ul { list-style-type: none; margin: 0; padding: 0; font-size: .72em; }
.jp-playlist li { padding: 0; border-bottom: 1px solid #eee; }
.nd .jp-playlist li { border-bottom: 1px solid #ccc; font-size: 13px; }
.nd.full { background: #fff; }
.nd.full .jp-type-single { background: #eee; border-radius: 6px; padding-bottom: 8px; margin-bottom: 8px; }
.nd.full .eq { position: absolute; width: 12px; height: 12px; top: 27px; left: 7px; border-radius: 6px; background-color: #029be3; display: none; }
.nd.full.jp-state-playing .jp-playlist-current .eq { display: block; z-index: 1; -webkit-animation: dot_out .6s ease-in-out infinite both; animation: dot_out .6s ease-in-out infinite both; }
.nd.full.jp-state-playing .jp-playlist-current .num { opacity: 0; }
.nd.full .go-link { display: block; width: 28px; padding: 10px; }
.nd.full .jp-playlist li { border-bottom: 1px solid #ccc; font-size: 13px; min-height: 67px; box-sizing: border-box; position: relative; cursor: pointer; }
.nd.full .jp-playlist li:hover:after,
.nd.full .jp-playlist li.jp-playlist-current:after { content: " "; position: absolute; top: -0; left: 0; right: 0; bottom: 0; border: 2px solid #029be3; box-sizing: border-box; cursor: pointer; pointer-events: none; }
.nd.full .jp-playlist li .names { width: 100%; }
.nd.full .jp-playlist li .add-name { font-size: 12px; }
.nd.full .jp-playlist li .names a { text-decoration: none; }
.nd.full .jp-playlist .dur { margin-right: 4px; }
.nd .jp-playlist ul li:last-child { border-bottom: none; }
.jp-playlist li.jp-playlist-current { background: #888; color: #fff; }
.nd.full li.jp-playlist-current { background: #fff; color: #666; }
.jp-playlist li.jp-playlist-current a { color: #fff; }
.nd.full li.jp-playlist-current a { color: #045398; }
.jp-playlist-item { display: block; padding: 6px 10px; text-decoration: none; }
.nd .jp-playlist-item { padding: 10px 14px; }
.nd.full .jp-playlist-item { padding: 8px 0; }
.nd.full .jp-playlist-item img { width: 50px; min-width: 50px; border-radius: 10px; margin-right: 10px; }
div.jp-type-playlist div.jp-playlist li:last-child { padding: 5px 0 5px 20px; border-bottom: none; }
div.jp-type-playlist div.jp-playlist li.jp-playlist-current { list-style-type: square; list-style-position: inside; padding-left: 7px; }
div.jp-type-playlist div.jp-playlist a { color: #333; text-decoration: none; }
div.jp-type-playlist div.jp-playlist a:hover { color: #0d88c1; }
div.jp-type-playlist div.jp-playlist a.jp-playlist-current { color: #0d88c1; }
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove { float: right; display: inline; text-align: right; margin-right: 10px; font-weight: bold; color: #666; }
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover { color: #0d88c1; }
div.jp-type-playlist div.jp-playlist span.jp-free-media { float: right; display: inline; text-align: right; margin-right: 10px; }
div.jp-type-playlist div.jp-playlist span.jp-free-media a { color: #666; }
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover { color: #0d88c1; }
span.jp-artist { font-size: .8em; color: #666; }
.jp-jplayer audio,
.jp-jplayer { width: 0px; height: 0px; }
.jp-jplayer { background-color: #000000; }
.jp-toggles { padding: 0; margin: 0 auto; overflow: hidden; }
.jp-audio .jp-type-single .jp-toggles { width: 25px; }
.jp-audio .jp-type-playlist .jp-toggles { width: 55px; margin: 0; position: absolute; left: 325px; top: 50px; }
.jp-toggles button { display: block; float: left; width: 25px; height: 18px; text-indent: -9999px; line-height: 100%; border: none; cursor: pointer; }
.play-btns-wrap { float: left; display: flex; align-items: center; gap: 3px; }
.jp-full-screen { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -310px no-repeat; margin-left: 20px; }
.jp-full-screen:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -30px -310px no-repeat; }
.jp-state-full-screen .jp-full-screen { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -60px -310px no-repeat; }
.jp-state-full-screen .jp-full-screen:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -90px -310px no-repeat; }
.jp-repeat { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -290px no-repeat; }
.jp-repeat:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -30px -290px no-repeat; }
.jp-state-looped .jp-repeat { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -60px -290px no-repeat; }
.jp-state-looped .jp-repeat:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -90px -290px no-repeat; }
.jp-shuffle { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") 0 -270px no-repeat; margin-left: 5px; }
.jp-shuffle:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -30px -270px no-repeat; }
.jp-state-shuffled .jp-shuffle { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -60px -270px no-repeat; }
.jp-state-shuffled .jp-shuffle:focus { background: url("/content/images/plugins/jplayer/jplayer.blue.monday.jpg?_=17535496475563") -90px -270px no-repeat; }
.jp-no-solution { padding: 5px; font-size: .8em; background-color: #eee; border: 2px solid #009be3; color: #000; display: none; }
.jp-no-solution a { color: #000; }
.jp-no-solution span { font-size: 1em; display: block; text-align: center; font-weight: bold; }
.jp-track-download,
.jp-track-playlist,
.jp-pl-exist,
.del-from-pl { display: inline-block; margin-left: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: solid 1px; text-decoration: none; padding: 0 4px; }
.jp-track-download:hover,
.jp-track-playlist:hover,
.jp-pl-exist:hover,
.del-from-pl:hover { background: #eee; }
.nd .jp-track-download:hover,
.nd .jp-track-playlist:hover,
.nd .jp-pl-exist:hover,
.nd .del-from-pl:hover { background: #fff; }
.jp-playlist li.jp-playlist-current .jp-track-download:hover,
.jp-playlist li.jp-playlist-current .jp-track-playlist:hover,
.jp-playlist li.jp-playlist-current .jp-pl-exist:hover,
.jp-playlist li.jp-playlist-current .del-from-pl:hover { color: #666; }
.jp-pl-exist { background: #eee; color: #444 !important; padding: 0 4px; border-radius: 2px; }
.nd .jp-pl-exist { background: #ccc; }
.pl-group-name { text-align: center; padding: 10px 0; font-size: 14px; background: #ddd; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #222; font-weight: bold; }
.pl-group-name.pl-stat { background: #fff; }
.pl-group-name span { color: #777; margin-left: 10px; font-weight: normal; }
.pl-group ul.closed { display: none; }
@media screen and (max-width: 940px) { .jp-audio .jp-controls { float: none; }
.jp-audio .jp-type-single .jp-progress { width: 100%; margin-left: 0; }
.jp-audio.nd.in-list .jp-volume-controls { position: absolute; top: 32px; right: 30px; width: 104px; margin-top: 0; }
}
@media screen and (max-width: 840px) { .nd.full .num { text-align: left; min-width: 22px; padding-left: 2px; box-sizing: border-box; }
}
@media screen and (max-width: 440px) { .jp-controls:after { content:''; width:100%; order:0; }
.nd .jp-controls .jp-prev-step { padding-left: 0; }
.jp-volume-controls { order: 1; margin: 20px auto 0; }
.play-btns-wrap { margin: 0 auto; }
}
@media screen and (max-width: 360px) { .jp-controls-holder { padding: 20px 12px 0 12px; }
.nd .jp-play,
.nd .jp-pause { padding: 0px 20px; }
.jp-play span,
.jp-pause span { display: none; }
.nd .jp-play svg,
.nd .jp-pause svg { margin-right: 0; }
}
@-webkit-keyframes dot_out { 0%,to { -webkit-transform: scale(.66); transform: scale(.66) }
50% { -webkit-transform: scale(1); transform: scale(1) }
}
@keyframes dot_out { 0%,to { -webkit-transform: scale(.66); transform: scale(.66) }
50% { -webkit-transform: scale(1); transform: scale(1) }
}

