/*
 * YR skeleton
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
input,
textarea,
button,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
/*! NProgress (c) 2013, Rico Sta. Cruz
 *  http://ricostacruz.com/nprogress */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #f1324f;
  position: fixed;
  z-index: 890;
  top: 60px;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #f1324f,0 0 5px #f1324f;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 9000;
  top: 75px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #f1324f;
  border-left-color: #f1324f;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
 * Utils
 */
hr.clear {
  clear: both;
  border: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container-full {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.container {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 1260px;
  overflow: hidden;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.push-1,
.pull-1,
.push-2,
.pull-2,
.push-3,
.pull-3,
.push-4,
.pull-4,
.push-5,
.pull-5,
.push-6,
.pull-6,
.push-7,
.pull-7,
.push-8,
.pull-8,
.push-9,
.pull-9,
.push-10,
.pull-10,
.push-11,
.pull-11,
.push-12,
.pull-12,
.push-13,
.pull-13,
.push-14,
.pull-14 {
  position: relative;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 14 Columns
----------------------------------------------------------------------------------------------------*/
.container .grid-1 {
  width: 70px;
}
.container .grid-2 {
  width: 160px;
}
.container .grid-3 {
  width: 250px;
}
.container .grid-4 {
  width: 340px;
}
.container .grid-5 {
  width: 430px;
}
.container .grid-6 {
  width: 520px;
}
.container .grid-7 {
  width: 610px;
}
.container .grid-8 {
  width: 700px;
}
.container .grid-9 {
  width: 790px;
}
.container .grid-10 {
  width: 880px;
}
.container .grid-11 {
  width: 970px;
}
.container .grid-12 {
  width: 1060px;
}
.container .grid-13 {
  width: 1150px;
}
.container .grid-14 {
  width: 1240px;
}
/* Prefix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/
.container .prefix-1 {
  padding-left: 90px;
}
.container .prefix-2 {
  padding-left: 180px;
}
.container .prefix-3 {
  padding-left: 270px;
}
.container .prefix-4 {
  padding-left: 360px;
}
.container .prefix-5 {
  padding-left: 450px;
}
.container .prefix-6 {
  padding-left: 540px;
}
.container .prefix-7 {
  padding-left: 630px;
}
.container .prefix-8 {
  padding-left: 720px;
}
.container .prefix-9 {
  padding-left: 810px;
}
.container .prefix-10 {
  padding-left: 900px;
}
.container .prefix-11 {
  padding-left: 990px;
}
.container .prefix-12 {
  padding-left: 1080px;
}
.container .prefix-13 {
  padding-left: 1170px;
}
/* Suffix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/
.container .suffix-1 {
  padding-right: 90px;
}
.container .suffix-2 {
  padding-right: 180px;
}
.container .suffix-3 {
  padding-right: 270px;
}
.container .suffix-4 {
  padding-right: 360px;
}
.container .suffix-5 {
  padding-right: 450px;
}
.container .suffix-6 {
  padding-right: 540px;
}
.container .suffix-7 {
  padding-right: 630px;
}
.container .suffix-8 {
  padding-right: 720px;
}
.container .suffix-9 {
  padding-right: 810px;
}
.container .suffix-10 {
  padding-right: 900px;
}
.container .suffix-11 {
  padding-right: 990px;
}
.container .suffix-12 {
  padding-right: 1080px;
}
.container .suffix-13 {
  padding-right: 1170px;
}
/* Push Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/
.container .push-1 {
  left: 90px;
}
.container .push-2 {
  left: 180px;
}
.container .push-3 {
  left: 270px;
}
.container .push-4 {
  left: 360px;
}
.container .push-5 {
  left: 450px;
}
.container .push-6 {
  left: 540px;
}
.container .push-7 {
  left: 630px;
}
.container .push-8 {
  left: 720px;
}
.container .push-9 {
  left: 810px;
}
.container .push-10 {
  left: 900px;
}
.container .push-11 {
  left: 990px;
}
.container .push-12 {
  left: 1080px;
}
.container .push-13 {
  left: 1170px;
}
/* Pull Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/
.container .pull-1 {
  left: -90px;
}
.container .pull-2 {
  left: -180px;
}
.container .pull-3 {
  left: -270px;
}
.container .pull-4 {
  left: -360px;
}
.container .pull-5 {
  left: -450px;
}
.container .pull-6 {
  left: -540px;
}
.container .pull-7 {
  left: -630px;
}
.container .pull-8 {
  left: -720px;
}
.container .pull-9 {
  left: -810px;
}
.container .pull-10 {
  left: -900px;
}
.container .pull-11 {
  left: -990px;
}
.container .pull-12 {
  left: -1080px;
}
.container .pull-13 {
  left: -1170px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}
/*
 * Vars
 *//*
 * Typography
 */
@font-face {
  font-family: 'solomonlight';
  src: url('fonts/solomon-light.eot');
  src: url('fonts/solomon-light.eot?#iefix') format('embedded-opentype'), url('fonts/solomon-light.woff') format('woff'), url('fonts/solomon-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'solomonnormal';
  src: url('fonts/solomon-normal.eot');
  src: url('fonts/solomon-normal.eot?#iefix') format('embedded-opentype'), url('fonts/solomon-normal.woff') format('woff'), url('fonts/solomon-normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'solomonthin';
  src: url('fonts/solomon-thin.eot');
  src: url('fonts/solomon-thin.eot?#iefix') format('embedded-opentype'), url('fonts/solomon-thin.woff') format('woff'), url('fonts/solomon-thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?3xs');
  src: url('fonts/icomoon.eot?3xs#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?3xs') format('truetype'), url('fonts/icomoon.woff?3xs') format('woff'), url('fonts/icomoon.svg?3xs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 50px 0 35px;
  font-size: 45px;
  text-align: center;
}
h1.yr2-heading-with-button {
  vertical-align: middle;
}
h1.yr2-heading-with-button .yr2-btn {
  margin-top: -4px;
  vertical-align: middle;
  font-size: 13px;
}
h2 {
  font-size: 33px;
}
h3 {
  font-size: 22px;
  line-height: 25px;
}
p {
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}
/*------------------------------------------------
 PLEASE DONT'S STEAL,
 JUST TAKE THE INSPIRATION!
------------------------------------------------- */
/*------------------------------------------------
 CSS INFO
--------------------------------------------------
 FILE: _icons.less
 PROJECT: Youradio
 AUTHOR: Honza Hommer, LARI
 DATE: 10-2012
------------------------------------------------- */
[class^="yr2-icon-"],
[class*=" yr2-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yr2-icon-nevadi:before {
  content: "\e940";
}
.yr2-icon-neznam:before {
  content: "\e941";
}
.yr2-icon-ohrany:before {
  content: "\e942";
}
.yr2-icon-vadi:before {
  content: "\e943";
}
.yr2-icon-znam:before {
  content: "\e944";
}
.yr2-icon-404:before {
  content: "\e900";
}
.yr2-icon-about:before {
  content: "\e901";
}
.yr2-icon-active:before {
  content: "\e902";
}
.yr2-icon-apple:before {
  content: "\e903";
}
.yr2-icon-artist:before {
  content: "\e904";
}
.yr2-icon-close:before {
  content: "\e905";
}
.yr2-icon-dislike:before {
  content: "\e906";
}
.yr2-icon-expand:before {
  content: "\e907";
}
.yr2-icon-facebook:before {
  content: "\e908";
}
.yr2-icon-favourite:before {
  content: "\e909";
}
.yr2-icon-feedback:before {
  content: "\e90a";
}
.yr2-icon-forward:before {
  content: "\e90b";
}
.yr2-icon-genres:before {
  content: "\e90c";
}
.yr2-icon-google:before {
  content: "\e90d";
}
.yr2-icon-googleplay:before {
  content: "\e90e";
}
.yr2-icon-hide:before {
  content: "\e90f";
}
.yr2-icon-info:before {
  content: "\e910";
}
.yr2-icon-instagram:before {
  content: "\e911";
}
.yr2-icon-ios:before {
  content: "\e912";
}
.yr2-icon-itunes:before {
  content: "\e913";
}
.yr2-icon-like:before {
  content: "\e914";
}
.yr2-icon-logo-premium:before {
  content: "\e915";
}
.yr2-icon-logo-you:before {
  content: "\e916";
}
.yr2-icon-logo-youradio:before {
  content: "\e917";
}
.yr2-icon-logo-youradio2:before {
  content: "\e918";
  color: #f00;
}
.yr2-icon-mobile:before {
  content: "\e919";
}
.yr2-icon-mood-create:before {
  content: "\e91a";
}
.yr2-icon-mood-share:before {
  content: "\e91b";
}
.yr2-icon-moods:before {
  content: "\e91c";
}
.yr2-icon-more:before {
  content: "\e91d";
}
.yr2-icon-new-icon-category:before {
  content: "\e91e";
}
.yr2-icon-new-icon-gohome:before {
  content: "\e91f";
}
.yr2-icon-new-icon-googleplus:before {
  content: "\e920";
}
.yr2-icon-new-icon-hash:before {
  content: "\e921";
}
.yr2-icon-new-icon-heart:before {
  content: "\e922";
}
.yr2-icon-new-icon-hide:before {
  content: "\e923";
}
.yr2-icon-new-icon-like:before {
  content: "\e924";
}
.yr2-icon-new-icon-listen:before {
  content: "\e925";
}
.yr2-icon-new-icon-menu-close:before {
  content: "\e926";
}
.yr2-icon-new-icon-menu:before {
  content: "\e927";
}
.yr2-icon-new-icon-note:before {
  content: "\e928";
}
.yr2-icon-new-icon-search:before {
  content: "\e929";
}
.yr2-icon-new-icon-share:before {
  content: "\e92a";
}
.yr2-icon-new-icon-show:before {
  content: "\e92b";
}
.yr2-icon-new-icon-star:before {
  content: "\e92c";
}
.yr2-icon-new-icon-step-active:before {
  content: "\e92d";
}
.yr2-icon-new-icon-step:before {
  content: "\e92e";
}
.yr2-icon-new-icon-top:before {
  content: "\e92f";
}
.yr2-icon-new-icon-user:before {
  content: "\e930";
}
.yr2-icon-note:before {
  content: "\e931";
}
.yr2-icon-pause:before {
  content: "\e932";
}
.yr2-icon-play:before {
  content: "\e933";
}
.yr2-icon-rewind:before {
  content: "\e934";
}
.yr2-icon-search:before {
  content: "\e935";
}
.yr2-icon-skip:before {
  content: "\e936";
}
.yr2-icon-stop:before {
  content: "\e937";
}
.yr2-icon-timeline:before {
  content: "\e938";
}
.yr2-icon-twitter:before {
  content: "\e939";
}
.yr2-icon-user:before {
  content: "\e93a";
}
.yr2-icon-volume0:before {
  content: "\e93b";
}
.yr2-icon-volume1:before {
  content: "\e93c";
}
.yr2-icon-volume2:before {
  content: "\e93d";
}
.yr2-icon-windows:before {
  content: "\e93e";
}
.yr2-icon-you_noticka:before {
  content: "\e93f";
  color: #d31d4b;
}
/*
.yr2-icon-404:before {
  content: "\e900";
}
.yr2-icon-about:before {
  content: "\e901";
}
.yr2-icon-active:before {
  content: "\e902";
}
.yr2-icon-apple:before {
  content: "\e903";
}
.yr2-icon-artist:before {
  content: "\e904";
}
.yr2-icon-close:before {
  content: "\e905";
}
.yr2-icon-dislike:before {
  content: "\e906";
}
.yr2-icon-expand:before {
  content: "\e907";
}
.yr2-icon-facebook:before {
  content: "\e908";
}
.yr2-icon-favourite:before {
  content: "\e909";
}
.yr2-icon-feedback:before {
  content: "\e90a";
}
.yr2-icon-forward:before {
  content: "\e90b";
}
.yr2-icon-genres:before {
  content: "\e90c";
}
.yr2-icon-google:before {
  content: "\e90d";
}
.yr2-icon-googleplay:before {
  content: "\e90e";
}
.yr2-icon-hide:before {
  content: "\e90f";
}
.yr2-icon-info:before {
  content: "\e910";
}
.yr2-icon-instagram:before {
  content: "\e911";
}
.yr2-icon-ios:before {
  content: "\e912";
}
.yr2-icon-itunes:before {
  content: "\e913";
}
.yr2-icon-like:before {
  content: "\e914";
}
.yr2-icon-logo-premium:before {
  content: "\e915";
}
.yr2-icon-logo-you:before {
  content: "\e916";
}
.yr2-icon-logo-youradio:before {
  content: "\e917";
}
.yr2-icon-logo-youradio2:before {
  content: "\e918";
  color: #f00;
}
.yr2-icon-mobile:before {
  content: "\e919";
}
.yr2-icon-mood-create:before {
  content: "\e91a";
  color: #fff;
}
.yr2-icon-mood-share:before {
  content: "\e91b";
}
.yr2-icon-moods:before {
  content: "\e91c";
}
.yr2-icon-more:before {
  content: "\e91d";
}
.yr2-icon-new-icon-category:before {
  content: "\e91e";
}
.yr2-icon-new-icon-gohome:before {
  content: "\e91f";
}
.yr2-icon-new-icon-googleplus:before {
  content: "\e920";
}
.yr2-icon-new-icon-hash:before {
  content: "\e921";
}
.yr2-icon-new-icon-heart:before {
  content: "\e922";
}
.yr2-icon-new-icon-hide:before {
  content: "\e923";
}
.yr2-icon-new-icon-like:before {
  content: "\e924";
}
.yr2-icon-new-icon-listen:before {
  content: "\e925";
}
.yr2-icon-new-icon-menu-close:before {
  content: "\e926";
}
.yr2-icon-new-icon-menu:before {
  content: "\e927";
}
.yr2-icon-new-icon-note:before {
  content: "\e928";
}
.yr2-icon-new-icon-search:before {
  content: "\e929";
}
.yr2-icon-new-icon-share:before {
  content: "\e92a";
}
.yr2-icon-new-icon-show:before {
  content: "\e92b";
}
.yr2-icon-new-icon-star:before {
  content: "\e92c";
}
.yr2-icon-new-icon-step-active:before {
  content: "\e92d";
}
.yr2-icon-new-icon-step:before {
  content: "\e92e";
}
.yr2-icon-new-icon-top:before {
  content: "\e92f";
}
.yr2-icon-new-icon-user:before {
  content: "\e930";
}
.yr2-icon-note:before {
  content: "\e931";
}
.yr2-icon-pause:before {
  content: "\e932";
}
.yr2-icon-play:before {
  content: "\e933";
}
.yr2-icon-rewind:before {
  content: "\e934";
}
.yr2-icon-search:before {
  content: "\e935";
}
.yr2-icon-skip:before {
  content: "\e936";
}
.yr2-icon-stop:before {
  content: "\e937";
}
.yr2-icon-timeline:before {
  content: "\e938";
}
.yr2-icon-twitter:before {
  content: "\e939";
}
.yr2-icon-user:before {
  content: "\e93a";
}
.yr2-icon-volume0:before {
  content: "\e93b";
}
.yr2-icon-volume1:before {
  content: "\e93c";
}
.yr2-icon-volume2:before {
  content: "\e93d";
}
.yr2-icon-windows:before {
  content: "\e93e";
}
.yr2-icon-you_noticka:before {
  content: "\e93f";
  color: #d31d4b;
}


*//*
 * Tooltip
 */
.yr2-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 15px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #333436;
  font-size: 12px;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
  z-index: 990;
}
.yr2-tooltip:before {
  content: '';
  position: absolute;
  z-index: 990;
  width: 0;
  height: 0;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
/*
 * Alerty
 */
.yr2-alerty {
  display: none;
  position: fixed;
  width: 40%;
  left: 50%;
  padding: 19px;
  margin-left: -20%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #ffc237;
  border-top: none;
  font-family: opensansregular, Arial, Geneva, sans-serif;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  background: #ffeaa8 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') top center repeat-x;
  z-index: 905;
  color: #826200;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  xpointer-events: none;
}
.yr2-alerty.success {
  background: #85B152;
  color: #045407;
  border: 2px solid #045407;
  border-top: none;
}
/*
 * Body
 */
html,
body {
  height: 100%;
}
html.blur,
body.blur {
  overflow: hidden;
}
html.blur .yr2-wrap,
body.blur .yr2-wrap {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}
body {
  background: #000;
  color: #fff;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
  font-size: 13px;
}
.yr2-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px;
}
.yr2-push {
  height: 50px;
}
.yr2-container {
  padding-top: 60px;
}
.yr2-video {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
}
.yr2-video > iframe {
  width: 100%;
  height: 100%;
}
.yr2-video > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .4;
}
.cat-stripe {
  text-align: center;
  margin: 3px 0 40px;
  font-size: 18px;
}
.cat-stripe a {
  padding: 0 23px;
  color: #88929a;
}
.cat-stripe a:hover {
  color: #fff;
}
a {
  color: #fff;
  text-decoration: none;
}
.li-list {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.li-list li {
  list-style-type: none;
  float: left;
  margin: 0 12px 0 0;
}
.app-icon-mob {
  border-radius: 20px;
  float: left;
  margin: 0 22px 21px 0;
}
.yr2-page .h1-empty-tpl {
  margin: 10px 0 20px;
  text-align: left;
  font-size: 45px;
}
.yr2-page .h3-empty-tpl {
  margin: 30px 0 10px 0;
  text-align: center;
}
.container-empty-tpl {
  font-size: 15px;
  width: 550px;
}
.container-empty-tpl h4 {
  font-size: 33px !important;
  color: white;
  padding: 50px 0 5px !important;
  text-align: center;
}
.place-screen {
  position: relative;
  padding: 0 0 70px 0;
}
.about-one-wrap {
  background: url('../img/about/diam_main.png') no-repeat right, url('../img/about/grad_red.png') repeat-x;
  background-color: #DE224B;
}
.about-two-wrap {
  background: url('../img/about/motive_category-bg.png') no-repeat right, url('../img/about/diam_category.png') no-repeat 570px, url('../img/about/grad_blue.png') repeat-x;
  background-color: #4E4E82;
}
.about-tree-wrap {
  background: url('../img/about/motive_my-moods-bg.png') no-repeat 160% 448px, url('../img/about/diam_my-moods.png') no-repeat 0, url('../img/about/grad_violet.png') repeat-x;
  background-color: #513B72;
  min-height: 580px;
}
.about-four-wrap {
  background: url('../img/about/diam_recommend.png') no-repeat 330px, url('../img/about/grad_brown.png') repeat-x;
  background-color: #523D28;
  min-height: 640px;
}
.about-five-wrap {
  background: url('../img/about/motive_others-bg.png') no-repeat right 250px, url('../img/about/diam_others.png') no-repeat 260px bottom, url('../img/about/grad_orange.png') repeat-x;
  background-color: #E4792A;
  min-height: 570px;
}
.about-six-wrap {
  background: url('../img/about/motive_my-bg.png') no-repeat 20% 450px, url('../img/about/diam_my.png') no-repeat right bottom, url('../img/about/grad_violet.png') repeat-x;
  background-color: #4E376A;
  min-height: 690px;
}
.about-seven-wrap {
  background: url('../img/about/diam_search.png') no-repeat center bottom, url('../img/about/grad_blue.png') repeat-x;
  background-color: #4E4E82;
  padding: 0;
}
.about-eight-wrap {
  background: url('../img/about/diam_genres.png') no-repeat 150px bottom, url('../img/about/grad_brown.png') repeat-x;
  background-color: #543E29;
  min-height: 690px;
}
.about-nine-wrap {
  background: url('../img/about/motive_like-bg.png') no-repeat 30% 400px, url('../img/about/diam_like.png') no-repeat 150px bottom, url('../img/about/grad_grey.png') repeat-x;
  background-color: #292D30;
  min-height: 690px;
}
.about-ten-wrap {
  background: url('../img/about/diam_save.png') no-repeat center bottom, url('../img/about/grad_violet.png') repeat-x;
  background-color: #493665;
  padding: 0;
}
.about-eleven-wrap {
  background: url('../img/about/diam_register.png') no-repeat 0 100px, url('../img/about/grad_red.png') repeat-x;
  background-color: #C91F46;
  min-height: 440px;
}
.about-twelve-wrap {
  background: url('../img/about/diam_4u.png') no-repeat right 310px, url('../img/about/grad_orange.png') repeat-x;
  background-color: #FB832D;
  min-height: 640px;
}
.about-thirteen-wrap {
  background: url('../img/about/diam_share.png') no-repeat 0 310px, url('../img/about/grad_darkred.png') repeat-x;
  background-color: #A4183F;
  min-height: 640px;
}
.about-main-motive {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-category-motive {
  position: absolute;
  bottom: 0;
  right: 165px;
}
.about-mymoods-motive {
  position: absolute;
  bottom: 0;
  right: 165px;
}
.about-recommend-motive {
  position: absolute;
  bottom: 0;
  right: 125px;
}
.about-others-motive {
  position: absolute;
  bottom: 0;
  right: 125px;
}
.about-my-motive {
  position: absolute;
  bottom: 0;
  right: 125px;
}
.about-search-motive {
  display: block;
  margin: 50px auto 0 auto;
}
.about-genres-motive {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.about-like-motive {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.about-save-motive {
  display: block;
  margin: 50px auto 0 auto;
}
.about-reg-motive {
  position: absolute;
  right: 104px;
  top: 0;
}
.about-4u-motive {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.about-share-motive {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.place-screen-inner {
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}
.containder-no-constrains {
  width: 100%;
}
.ps-inner-content {
  width: 485px;
  float: left;
}
.about-tree-content,
.about-four-content {
  width: 347px;
}
.about-eight-content {
  width: 238px;
}
.yr2-page .place-screen p {
  font-size: 18px;
}
.yr2-page .place-screen h2 {
  font-size: 43px;
  margin: 94px 0 37px 0;
  overflow: hidden;
  text-align: left;
  padding: 0 0 5px 0;
}
.yr2-page .moods-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
}
.yr2-page .moods-list li {
  float: left;
  display: block;
  width: 50%;
}
.yr2-page .moods-list li a {
  color: #A4B3DE;
  text-decoration: none;
}
.yr2-page .moods-list li a:hover {
  color: #DE224B;
}
.news-page {
  display: block;
  margin: 0 auto;
  float: none;
}
.icon-bubble {
  display: block;
  margin: 0 25px 0 0;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  text-align: center;
  line-height: 87px;
  font-size: 60px;
  float: left;
  background-color: #F82B4D;
  background: -webkit-linear-gradient(#fc2d4d, #c9194b);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(#fc2d4d, #c9194b);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#fc2d4d, #c9194b);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#fc2d4d, #c9194b);
  /* Standard syntax */

}
.icon-bubble-tweak {
  line-height: 95px;
}
.icon-bubble-tweak2 {
  line-height: 90px;
}
.container-about-page {
  margin: 29px 0 0 0;
}
.desktop-hide {
  display: none;
}
.store-button {
  width: 120%;
  margin: 46px 0 0 0;
}
.logo-cleevio {
  margin: 0 20px 0 0;
  vertical-align: -6px;
}
.visual-new-app {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.motive-myhits-app .visual-new-app {
  width: 350px;
}
.item-moods {
  background: url('../img/about/grad_red.png') repeat-x;
  background-color: #DE224B;
}
.item-app-inner {
  width: 550px;
  margin: 0 auto;
  overflow: hidden;
}
.item-artists {
  background: url('../img/about/grad_blue.png') repeat-x;
  background-color: #4E4E82;
}
.item-genres {
  background: url('../img/about/grad_violet.png') repeat-x;
  background-color: #513B72;
}
.item-myhits {
  background: url('../img/about/grad_grey.png') repeat-x;
  background-color: #292D30;
}
.item-premium {
  background: url('../img/about/grad_darkred.png') repeat-x;
  background-color: #A4183F;
}
.important-text {
  color: #FFD43D;
  font-size: 30px;
  text-align: center;
}
.ads-label {
  font-size: 10px;
  text-align: right;
  color: #575B61;
}
.float-left {
  float: left;
}
.yr2-alert {
  padding: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #bc1c34;
  line-height: 120%;
  margin: 0 0 10px 0;
  text-align: center;
}
.yr2-alert a {
  text-decoration: underline;
}
.yr2-alert.yr2-alert-success {
  background: #85B152;
  color: #000000;
  font-weight: bold;
}
.yr2-alert.yr2-alert-info {
  background: #373B40;
}
.sky-ads {
    text-align: center;
    display: none;
    position: absolute;
    top: 190px;
    right: 30px;

}
.ads {
  text-align: center;
  display: none;
}
.ads-in {
  display: inline-block;
}
.ads-in.adFull::before {
  content: "reklama";
  font-family: arial;
  font-size: 10px;
  color: #000;
  display: block;
  height: 11px;
  text-align: right;
}
.similar-artists {
  width: 920px;
}
#infscr-loading {
  position: fixed;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 20px;
  left: 50%;
  padding: 15px 25px;
  margin-left: -125px;
  border: 1px solid #1d1e21;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 908;
}
#infscr-loading img,
#infscr-loading div {
  float: left;
}
#infscr-loading img {
  margin: 1px 20px 0 0;
}
#infscr-loading div {
  line-height: 130%;
}
.yr2-feedback {
  display: none;
  float: right;
  margin-top: -60px;
  color: #88929a;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 12px;
}
.yr2-feedback i {
  font-size: 10px;
}
.yr2-feedback:hover {
  color: #fff;
}
.yr2-logout {
  text-decoration: underline;
  color: #88929a;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 19px;
  text-align: center;
  margin: 0 0 10px 0;
}
.yr2-logout a:hover {
  color: #fff;
}
.yr2-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.yr2-modal-wrap {
  position: absolute;
  width: 500px;
  height: auto;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #000;
  border: 1px solid #222;
}
.yr2-modal-content {
  padding: 40px 40px 0;
}
.yr2-modal-content h1 {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: left;
}
.yr2-modal-content p {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}
.yr2-modal-content p a {
  color: #68717a;
  font-size: 75%;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-modal-content p a:hover {
  color: #fff;
}
.yr2-modal-content small {
  font-size: 75%;
  color: #68717a;
}
.yr2-modal-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  top: -5px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.campaign-banner {
  width: 350px;
  height: 350px;
  border: 0;
}
.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
.masonry-item,
.masonry-content {
  border-radius: 15px;
  overflow: hidden;
}
.masonry-content {
  overflow: hidden;
}
.masonry-item {
  color: #111111;
  background-color: #ffffff;
}
/*
.light-theme .yr2-infinite-list{
  column-count: 2;
}
*/
/*
.yr2-infinite-list-items{
  margin: 0 0 1.5em;
  width: 100%;

}
*/
.news-list-first-item {
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  margin: 0 0 45px 0;
}
.news-list-first-item img {
  border-radius: 15px 0 0 15px;
  width: 60%;
  float: left;
}
.yr2-page .news-list-first-item h3 {
  float: left;
  font-size: 29px;
  margin: 0 0 0 20px;
  width: 260px;
  line-height: 1.2em;
}
.yr2-notification {
  position: relative;
  padding: 0;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
}
.yr2-notification h3 {
  margin: 0 0 10px !important;
}
.yr2-notification .notif-title-wrap {
  padding: 20px;
}
.yr2-notification strong,
.yr2-notification b {
  font-weight: bold !important;
}
.yr2-notification img {
  border-radius: 15px 15px 0 0;
}
.yr2-notification:hover,
.yr2-notification.not-read {
  color: #fff;
}
.date-first-item {
  float: left;
  margin: 20px 0 0 20px;
  color: #999;
}
.yr2-notification a,
.news-list-first-item a {
  text-decoration: none !important;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}
.yr2-notification a:hover {
  border-bottom: none;
}
.yr2-notification .yr2-btn {
  border-bottom: none;
}
.list-news-page {
  margin-top: 60px;
}
.notific-perex {
  font-size: 18px;
}
.notific-perex img {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 15px;
  width: 500px !important;
  height: auto !important;
  display: block;
  border-radius: 0 15px 15px 0;
}
.notific-detail {
  padding: 20px 0;
  clear: both;
  font-size: 16px;
}
.notific-detail strong {
  font-weight: bold;
}
.yr2-page .notific-detail h2 {
  margin: 17px 0 7px 0;
  text-align: left;
}
.yr2-notification-date {
  font-size: 15px;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
  color: #999;
  margin: 0 0 15px 0;
}
.socials {
  margin-top: 15px;
  overflow: hidden;
}
.socials .social-button {
  margin: 0 10px 0 0;
  float: left;
}
.socials .social-button.small-margin {
  margin-top: 8px;
}
.light-theme .yr2-btn-red {
  margin: 20px 0 0 0;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -1px rgba(173, 173, 173, 0.5);
  background-color: #fff;
  color: #4e5367 !important;
  padding: 20px 70px 20px 77px;
}
.light-theme .yr2-btn-red:hover {
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(173, 173, 173, 0.8);
}
.light-theme .yr2-btn-xlarge {
  width: 150px;
  background-color: #fff !important;
  margin: 0 10px 0 0;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center 2px !important;
  text-indent: -99999px;
  padding: 0;
}
/*
 * Navbar
 */
.yr2-navbar {
  min-width: 900px;
  position: fixed;
  height: 40px;
  padding: 10px 0;
  background: #C8194B;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
  z-index: 900;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  xpointer-events: none;
}
.yr2-navbar-logo {
  width: 87px;
  margin: 4px 35px 0 20px;
  font-size: 0;
}
.yr2-navbar-btn {
  position: relative;
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #c12e44;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.1s ease-out;
  -moz-transition: border-color 0.1s ease-out;
  -o-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
}
.yr2-navbar-btn:hover,
.yr2-navbar-btn.active {
  border-color: #71111f;
  background-color: #71111f;
  color: #fff;
}
.yr2-navbar-btn em {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  right: -5px;
  background: #71111f;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
}
.yr2-navbar-btn-larger {
  font-size: 18px !important;
}
.premium-button-nav {
  background: #FFD53E;
  padding: 6px 12px;
  margin: 8px 8px 0 0;
  display: block;
  letter-spacing: 2px;
  border-radius: 20px;
  color: black;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
}
.button-app {
  background: #fff;
}
.yr2-navbar-player .yr2-navbar-btn {
  margin-right: 10px;
}
.yr2-navbar-skip-text {
  display: none;
  position: relative;
  float: left;
  width: 80px;
}
.yr2-navbar-skip-text .yr2-navbar-skip-text-content {
  float: left;
  margin: 13px 0 0 0px;
}
.yr2-navbar-player-metadata {
  position: relative;
  float: left;
  width: 360px;
  margin-right: 10px;
}
.yr2-navbar-player-metadata.has-progress {
  cursor: pointer;
}
.yr2-navbar-player-metadata.has-progress:hover:before {
  content: "\e910";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  display: block;
  width: 22px;
  height: 24px;
  top: 6px;
  left: 6px;
  padding-right: 2px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  line-height: 23px;
  text-align: center;
}
.yr2-navbar-player-metadata-cover {
  float: left;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.yr2-navbar-player-metadata-loader {
  float: left;
  display: none;
  width: 40px;
  height: 40px;
  background: url('../img/yr2-ajax-loader-red.gif') center no-repeat;
}
.yr2-navbar-player-metadata-info {
  float: left;
  width: 310px;
  margin: 15px 0 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yr2-navbar-player-metadata-progress {
  opacity: 0;
  float: left;
  margin-left: 10px;
}
.yr2-navbar-player-metadata-progress-bar {
  float: left;
  width: 220px;
  height: 7px;
  margin: 3px 5px 0 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.yr2-navbar-player-metadata-progress-bar div {
  width: 0;
  height: 100%;
  background: #fff;
}
.yr2-navbar-player-metadata-progress-time {
  float: left;
  color: #d98d98;
}
.yr2-navbar-player-metadata-progress-time-actual {
  color: #fff;
}
.researchskipnote {
  clear: both;
  font-size: 20px !important;
  display: none;
}
.yr2-vyzkum-metadata-msg {
  padding: 0px 0 0 42px;
  display: none;
  margin: -8px 0 0 0;
}
.vyzkum-nav-button {
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
}
.yr2-navbar-volume,
.yr2-navbar-volume-ico {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.yr2-navbar-volume {
  margin: 0 10px 10px 0;
  border: 2px solid #c12e44;
  cursor: default;
}
.yr2-navbar-volume:hover {
  width: 200px;
  border-color: #71111f;
  background: #71111f;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-navbar-volume:hover .yr2-navbar-volume-ico {
  color: #fff;
}
.yr2-navbar-volume:hover .yr2-navbar-volume-val {
  opacity: 1;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-navbar-volume-ico {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.yr2-navbar-volume-bar {
  float: left;
  width: 120px;
  height: 7px;
  margin-top: 15px;
  background: #771b28;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.yr2-navbar-volume-bar > div {
  width: 0;
  height: 100%;
  background: #fff;
}
.yr2-navbar-volume-val {
  float: left;
  width: 40px;
  font-size: 11px;
  text-align: center;
  line-height: 36px;
  opacity: 0;
}
.yr2-navbar-nav {
  margin-right: 20px;
}
.yr2-navbar-nav a {
  display: block;
  float: left;
}
.yr2-navbar-nav a .yr2-navbar-btn {
  -moz-background-clip: none;
  -webkit-background-clip: none;
  background-clip: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.yr2-navbar-nav a span {
  float: left;
  line-height: 40px;
}
.yr2-navbar-nav a:hover .yr2-navbar-btn,
.yr2-navbar-nav a.active .yr2-navbar-btn {
  border-color: #71111f;
  background-color: #71111f;
  color: #fff;
}
.yr2-navbar-stop {
  border: none;
}
.yr2-navbar-stop:hover {
  background: none;
}
.yr2-navbar-stop:hover .yr2-navbar-stop-bg {
  background-color: #71111f;
  border-color: #71111f !important;
}
.yr2-navbar-stop-bg {
  position: absolute;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #c12e44;
}
.yr2-navbar-stop-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.yr2-navbar-stop-slice {
  position: absolute;
  width: 40px;
  height: 40px;
  clip: rect(0px, 40px, 40px, 20px);
}
.yr2-navbar-stop-slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.yr2-navbar-stop-slice-pie {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  clip: rect(0, 20px, 40px, 0);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.yr2-navbar-stop-slice-pie.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.yr2-feed-social {
  position: fixed;
  top: 50px;
  right: 0px;
  width: 300px;
  height: 95%;
  z-index: 800;
  padding: 10px 0 0 0;
}
.yr2-feed-social li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.yr2-feed-social .feed-settings-wrap {
  background: #fff;
  color: black;
  height: 32px;
  position: relative;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.yr2-feed-social .feed-content {
  height: 100%;
}
.yr2-feed-social-inbox {
  margin: 0;
  padding: 0;
  background: #3D4045;
  overflow: auto;
  height: 95%;
}
.yr2-feed-social-inbox li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.yr2-feed-social-inbox .feed-profile img {
  width: 30px;
  vertical-align: -10px;
  margin: 0 7px 0 20px;
}
.yr2-feed-social-inbox .feed-head {
  font-size: 13px;
  color: #6D7277;
  padding: 30px 0 0 0;
  margin: 0;
}
.yr2-feed-social-inbox .feed-head i.provider {
  position: absolute;
  top: 35px;
  right: 10px;
}
.yr2-feed-social-inbox .feed-text {
  padding: 10px 20px;
  line-height: 1.4em;
  font-size: 15px;
  word-wrap: break-word;
}
.yr2-feed-social-inbox .feed-text a {
  text-decoration: underline;
}
.yr2-feed-social-inbox .feed-answer {
  padding: 0 20px;
}
.yr2-feed-social-inbox .feed-media {
  padding: 5px;
}
.yr2-feed-social-inbox .feed-media {
  overflow: hidden;
  padding: 0;
  margin: 0 0 9px 0;
}
.feed-settings,
.feed-close {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  width: 63px;
  height: 16px;
  position: absolute;
  top: 7px;
  cursor: pointer;
  text-align: left;
}
.yr2-feed-social .feed-close {
  background: url('/assets/img/ico/ic_close.png') no-repeat right center;
  right: 20px;
}
.yr2-feed-social .feed-settings {
  background: url('/assets/img/ico/ic_setup.png') no-repeat;
  left: 20px;
}
.feed-settings-wrap div {
  display: none;
  font-size: 12px;
}
.feed-settings-wrap div a {
  color: black;
}
.feed-settings-wrap div img {
  vertical-align: -4px;
}
.feed-settings-wrap div p {
  padding: 6px;
  line-height: 1.4em;
  cursor: pointer;
}
.feed-settings-wrap h3 {
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 3px 0 0 20px;
  color: #787F86;
}
.feed-settings-wrap:hover {
  opacity: 1 !important;
}
.yr2-navbar-banner {
  position: fixed;
  width: 250px;
  height: 250px;
  padding: 10px;
  top: -250px;
  left: 190px;
  background: #901528;
  z-index: 899;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-navbar-timeline {
  display: none;
}
.yr2-navbar-ads-tracking {
  display: none;
}
.yr2-navbar-pause {
  margin-left: 5px;
  display: none;
}
.yr2-navbar-rewind,
.yr2-navbar-forward {
  display: none;
  font-size: 38px;
}
.yr2-feed-social li.alert-stripe {
  padding: 10px;
  background: #292B2E;
}
.yr2-feed-social li.alert-stripe .premium-button-nav {
  margin: 0 auto;
  width: 236px;
}
.alert-stripe b {
  font-size: 22px;
  font-weight: normal;
  vertical-align: -2px;
  padding: 0 4px;
}
.alert-stripe2 {
  padding: 0;
  margin: 0;
}
.nav-empty-tpl {
  background: #161616;
}
.nav-empty-tpl .yr2-navbar-logo {
  width: auto;
  margin: 1px 35px 0 20px;
}
.nav-empty-tpl img {
  width: 120px;
}
.nav-about-page {
  background: #BF1042;
  height: 69px;
  -moz-transition-property: height, opacity;
  -webkit-transition-property: height, opacity;
  -ms-transition-property: height, opacity;
  -o-transition-property: height, opacity;
  transition-property: height, opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-about-logo {
  font-size: 124px;
  display: block;
  float: left;
  line-height: 65px;
  -moz-transition-property: font-size, line-height;
  -webkit-transition-property: font-size, line-height;
  -ms-transition-property: font-size, line-height;
  -o-transition-property: font-size, line-height;
  transition-property: font-size, line-height;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-about-page .place-screen-inner {
  overflow: initial;
}
.nav-about-page ul {
  float: right;
  margin: 32px 0 0 0;
  padding: 0;
  -moz-transition-property: margin;
  -webkit-transition-property: margin;
  -ms-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-about-page ul li {
  float: left;
  font-size: 10px;
  width: 40px;
  text-align: center;
  opacity: .6;
  position: relative;
}
.nav-about-page ul li a {
  display: block;
}
.nav-about-page ul li span {
  display: block;
  margin: 5px 0 0 0;
  opacity: 0;
  font-size: 13px;
  position: absolute;
  top: -30px;
  left: 50%;
  line-height: 1.3em;
}
.nav-about-page ul li:hover span,
.nav-about-page ul li:hover {
  opacity: 1;
}
.nav-about-page-min {
  height: 29px;
  background: rgba(191, 16, 66, 0.85);
  -moz-transition-property: height, opacity, background;
  -webkit-transition-property: height, opacity, background;
  -ms-transition-property: height, opacity, background;
  -o-transition-property: height, opacity, background;
  transition-property: height, opacity, background;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-about-page-min .nav-about-logo {
  font-size: 60px;
  line-height: 32px;
  -moz-transition-property: font-size, line-height;
  -webkit-transition-property: font-size, line-height;
  -ms-transition-property: font-size, line-height;
  -o-transition-property: font-size, line-height;
  transition-property: font-size, line-height;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-about-page-min ul {
  margin: 12px 0 0 0;
  -moz-transition-property: margin;
  -webkit-transition-property: margin;
  -ms-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-about-page-min ul li span {
  top: -24px;
}
.nav-about-page-min #jump-to-about-page-nav {
  line-height: 33px;
  font-size: 30px;
  -moz-transition-property: font-size, line-height;
  -webkit-transition-property: font-size, line-height;
  -ms-transition-property: font-size, line-height;
  -o-transition-property: font-size, line-height;
  transition-property: font-size, line-height;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
google-cast-launcher.yr2-navbar-btn {
  --connected-color: #ffffff;
  --disconnected-color: #ffffff80;
  width: 26px;
  padding-left: 5px;
  padding-right: 5px;
}
/*
 * Timeline
 */
.yr2-timeline.active,
.yr2-timeline-wrap,
.yr2-timeline-past,
.yr2-timeline-future {
  height: 250px;
}
.yr2-timeline {
  position: relative;
  height: 0;
  background: #2a2e32;
  background: rgba(42, 46, 50, 0.9);
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  xoverflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  xpointer-events: none;
  display: none;
  /* timeline deaktivace */

}
.yr2-timeline-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.yr2-timeline-past {
  background: #23272a;
  background: rgba(35, 39, 42, 0.9);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.yr2-timeline-past,
.yr2-timeline-future,
.yr2-timeline-title {
  float: left;
  overflow: hidden;
}
.yr2-timeline-items {
  float: left;
  clear: both;
}
.yr2-timeline-title {
  width: 100%;
  padding: 25px 0 20px;
  font-size: 18px;
}
.yr2-timeline-title i {
  color: #bc1c34;
}
.yr2-timeline-title span {
  float: left;
  margin: 0 0 0 10px;
}
.yr2-timeline-title-icon {
  float: left;
  width: 26px;
  height: 26px;
  margin: -7px 0 0 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #3f4246;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.yr2-timeline-past .yr2-timeline-item {
  float: right;
}
.yr2-timeline-past .yr2-timeline-title {
  float: right;
}
.yr2-timeline-past .yr2-timeline-title .yr2-timeline-title-icon {
  float: right;
  margin-left: 0px;
  margin-right: 40px;
}
.yr2-timeline-past .yr2-timeline-title span {
  float: right;
  margin: 0 10px 0 0;
}
.yr2-timeline-item {
  position: relative;
  float: left;
  width: 100px;
  padding: 0 40px;
  font-size: 14px;
  line-height: 140%;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}
.yr2-timeline-item img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.yr2-timeline-item span {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.yr2-timeline-item i {
  color: #88929a;
}
.yr2-timeline-item-remove {
  position: absolute;
  top: -11px;
  right: 27px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.yr2-timeline-item-remove:hover {
  color: #bc1c34;
}
.yr2-timeline-item-play {
  position: absolute;
  top: 40px;
  left: 80px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.yr2-timeline-past .yr2-timeline-items {
  opacity: .5;
}
.yr2-timeline-past .yr2-timeline-items .yr2-timeline-item-remove {
  display: none;
}
.yr2-timeline-past .yr2-timeline-items .yr2-timeline-item-play {
  display: none;
}
.yr2-timeline-future .yr2-timeline-item:hover {
  cursor: pointer;
}
.yr2-timeline-future .yr2-timeline-item:hover .yr2-timeline-item-remove {
  opacity: .25;
}
.yr2-timeline-future .yr2-timeline-item:hover .yr2-timeline-item-remove:hover {
  opacity: 1;
}
.yr2-timeline-future .yr2-timeline-item:hover .yr2-timeline-item-play {
  opacity: .8;
}
/*
 * Footer
 */
.yr2-footer {
  background: #292929;
  padding: 0 20px;
  font-size: 17px;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
  color: #646464;
  overflow: hidden;
}
.yr2-footer .main-footer-links a {
  padding: 0 9px 0 0;
}
.yr2-footer .main-footer-links {
  padding: 23px 0;
}
.yr2-footer .main-footer-crosspromo {
  padding: 23px 0;
  font-size: 80% !important;
}

.yr2-footer .footer-copy {
  border-top: 1px solid #3f3f3f;
  padding: 20px 0 23px 0;
  width: 100%;
}
.yr2-footer a {
  color: #646464;
}
.yr2-footer a:hover {
  color: #fff;
}
.yr2-footer .pull-right > div {
  float: left;
  padding-left: 15px;
}
.yr2-footer-socials-fb {
  float: right;
  width: 135px !important;
  height: 30px !important;
  padding-top: 16px;
  overflow: hidden;
}
.yr2-footer-socials-fb .fb-like {
  float: left;
}
.yr2-footer-socials-fb .fb-like > span {
  vertical-align: top !important;
}
.yr2-footer-socials-google {
  padding-top: 7px;
  margin-right: -25px;
}
.yr2-footer-socials-tumblr {
  padding-top: 13px;
  margin-left: -5px;
}
/*
 * Bubbles
 */
.yr2-bubble {
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 175px;
  -moz-border-radius: 175px;
  border-radius: 175px;
  border: 5px solid transparent;
  background-position: -5px -5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: 105%;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-bubble.yr2-bubble-no-motive {
  border-color: #232627;
  background: #0e0f10;
  background: rgba(0, 0, 0, 0.8);
}
.yr2-bubble-new {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #bc1c34;
  color: #fff;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  opacity: .9;
}
.yr2-bubble-popular {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #35aed1;
  color: #fff;
  font-size: 21px;
  line-height: 46px;
  text-align: center;
  opacity: .9;
}
.yr2-bubble-icon,
.yr2-bubble-icon-large {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: icomoon, Arial, Geneva, sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.yr2-bubble-icon-large {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  line-height: 70px;
  font-size: 28px;
}
.yr2-bubble-icon-xlarge {
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: none !important;
  line-height: 120px;
  font-size: 40px;
  color: #4d5357;
}
.yr2-bubble-icon.yr2-icon-play {
  width: 38px;
  padding-left: 2px;
}
.yr2-bubble-list-horizontal .yr2-bubble-info,
.yr2-bubble-list-horizontal .yr2-bubble-info-link {
  display: table-cell;
  width: 100%;
  height: 160px;
  vertical-align: middle;
}
.yr2-bubble-list-horizontal.yr2-bubble-list-horizontal-highlighted {
  padding-top: 30px;
  margin-bottom: 50px;
  background: #ddd;
  background: rgba(0, 0, 0, 0.2);
}
.yr2-bubble-list-horizontal.yr2-bubble-list-horizontal-highlighted .yr2-bubble-group-link {
  margin-bottom: 30px;
}
.yr2-bubble-info p {
  margin-top: 5px;
  color: #88929a;
  line-height: 120%;
}
.yr2-bubble-list-vertical .yr2-bubble-info,
.yr2-bubble-list-vertical .yr2-bubble-info-link {
  margin: 20px 0 50px;
  text-align: center;
}
.yr2-bubble-group-link {
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.yr2-bubble-group-link.no-hover {
  cursor: default;
}
.yr2-bubble-group-link:hover .yr2-bubble {
  border-color: #fff;
}
.yr2-bubble-group-link:hover .yr2-bubble-icon,
.yr2-bubble-group-link:hover .yr2-bubble-icon-large {
  background: #bc1c34;
  background: rgba(188, 28, 52, 0.9);
}
.yr2-bubble-group-link:hover .yr2-bubble-icon-xlarge {
  color: #fff;
}
div.yr2-bubble-list-horizontal .yr2-bubble-group-link {
  margin-bottom: 50px;
}
.yr2-bubble-dbl {
  position: relative;
  width: 97px;
  height: 97px;
  padding-right: 28px;
  margin: 20px auto 15px;
  background: url('../img/yr2-bubble-dbl.png') no-repeat;
  font-size: 40px;
  font-family: Source Sans Pro, Arial, Geneva, sans-serif;
  line-height: 97px;
  text-align: center;
}
.yr2-bubble-dbl i {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 26px;
  right: 5px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: #8d1e30;
  font-size: 18px;
  line-height: 44px;
}
.bubble-special {
  float: none;
  width: 170px;
  margin: 0 auto;
}
/*
 * Buttons
 */
.yr2-btn {
  display: inline-block;
  height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  line-height: 28px;
  background: #464646;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}
.yr2-btn:hover,
.yr2-btn:focus {
  background: #4b4f51;
  background: rgba(255, 255, 255, 0.2);
}
.yr2-btn .yr2-btn-ico {
  float: left;
  width: 20px;
  font-size: 12px;
  line-height: 29px;
}
.yr2-btn-large {
  height: 40px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  font-size: 15px;
  line-height: 42px;
}
.yr2-btn-large .yr2-btn-ico {
  width: 28px;
  font-size: 17px;
  line-height: 41px;
}
.yr2-btn-xlarge {
  height: 50px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
}
.yr2-btn-xlarge .yr2-btn-ico {
  width: 35px;
  font-size: 21px;
  line-height: 50px;
}
.yr2-btn-xlarge2 {
  height: 120px;
  height: 48px;
  padding: 10px;
  line-height: 1.3em;
}
.yr2-btn-xlarge2 .yr2-btn-ico-larger {
  font-size: 30px;
}
.yr2-btn-blue {
  background: #4a6699;
  background: rgba(74, 103, 154, 0.8);
}
.yr2-btn-blue:hover,
.yr2-btn-blue:focus {
  background: #4a679a;
}
.yr2-btn-lblue {
  background: #35aed1;
  background: rgba(52, 173, 208, 0.8);
}
.yr2-btn-lblue:hover,
.yr2-btn-lblue:focus {
  background: #34add0;
}
.yr2-btn-magenta-transparent {
  border: 2px solid #753D93;
  background: none;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #753D93;
}
.yr2-btn-magenta-transparent:hover,
.yr2-btn-magenta-transparent:focus {
  background: #a83be2;
  color: #fff;
}
.yr2-btn-magenta-transparent.active {
  background: #753d93;
  color: #fff;
}
.yr2-btn-red-transparent {
  border: 2px solid #C4224F;
  background: none;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #C4224F;
}
.yr2-btn-red-transparent:hover,
.yr2-btn-red-transparent:focus {
  background: #ec0a4a;
  color: #fff;
}
.yr2-btn-red-transparent.active {
  background: #c4224f;
  color: #fff;
}
.yr2-btn-blue-transparent {
  border: 2px solid #3D5479;
  background: none;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #3D5479;
}
.yr2-btn-blue-transparent:hover,
.yr2-btn-blue-transparent:focus {
  background: #2459af;
  color: #fff;
}
.yr2-btn-blue-transparent.active {
  background: #3d5479;
  color: #fff;
}
.yr2-btn-green-transparent {
  border: 2px solid #85B152;
  background: none;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #85b152;
}
.yr2-btn-green-transparent:hover,
.yr2-btn-green-transparent:focus {
  background: #85b152;
  color: #fff;
}
.yr2-btn-green-transparent.active {
  background: #73a738;
  color: #fff;
}
.yr2-btn-dark {
  background: #ddd;
  background: rgba(0, 0, 0, 0.5);
}
.yr2-btn-dark:hover,
.yr2-btn-dark:focus {
  background: rgba(0, 0, 0, 0.8);
}
.yr2-btn-light {
  background: #ddd;
  background: rgba(221, 221, 221, 0.7);
}
.yr2-btn-light:hover,
.yr2-btn-light:focus {
  background: rgba(221, 221, 221, 0.9);
}
.yr2-btn-red {
  background: #ff2060;
  color: #fff !important;
}
.yr2-btn-red:hover,
.yr2-btn-red:focus {
  background: #9d1e32;
}
.yr2-btn-gred {
  background: #dc4b3a;
  background: rgba(220, 75, 58, 0.8);
}
.yr2-btn-gred:hover,
.yr2-btn-gred:focus {
  background: #dc4b3a;
}
.yr2-btn-transparent {
  border: 2px solid #3c3f42;
  background: none;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #7f8183;
}
.yr2-btn-transparent:hover,
.yr2-btn-transparent.active,
.yr2-btn-transparent:focus {
  background: rgba(0, 0, 0, 0.8);
}
.yr2-btn-transparent:hover {
  border: 2px solid white;
}
.yr2-btn-transparent.yr2-btn-large {
  height: 36px;
  line-height: 38px;
}
.yr2-btn-transparent.yr2-btn-large .yr2-btn-ico {
  line-height: 37px;
}
.yr2-btn-transparent.yr2-btn-large:hover,
.yr2-btn-transparent.yr2-btn-large.active,
.yr2-btn-transparent.yr2-btn-large:focus {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.yr2-btn-ico {
  display: inline-block;
  text-align: left !important;
}
.yr2-link-btn-more {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin: -20px 10px 25px;
  background: #9c1d30;
  background: rgba(188, 28, 52, 0.7);
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-link-btn-more:hover,
.yr2-link-btn-more:focus {
  background: #bc1c34;
}
.disabledButton {
  cursor: default;
  border: 2px solid #2b2a2d;
  background: none;
  color: #2b2a2d;
}
.disabledButton:hover,
.disabledButton:focus,
.disabledButton:active {
  border: 2px solid #2b2a2d;
  background: none;
  color: #2b2a2d;
}
/*
 * Breadcrumbs
 */
.yr2-breadcrumbs {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.yr2-breadcrumbs a {
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  border: 2px solid transparent;
  color: #88929a;
  font-family: Source Sans Pro, Arial, Geneva, sans-serif;
  font-size: 17px;
  line-height: 35px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.yr2-breadcrumbs a:hover,
.yr2-breadcrumbs a.active {
  color: #fff;
}
.yr2-breadcrumbs a.active {
  border-color: #333639;
}
/*
 * Navpills
 */
.yr2-navpills {
  margin-bottom: 20px;
  text-align: center;
}
.yr2-navpills a,
.yr2-navpills span.link {
  display: inline-block;
  padding: 10px;
  color: #9aa2a9;
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.yr2-navpills a:hover {
  color: #fff;
}
.yr2-navpills span.link,
.yr2-navpills a.active {
  color: #bc1c34;
}
.yr2-navpills-tiny {
  margin: -30px 0 30px;
}
.yr2-navpills-tiny,
.yr2-navpills-tiny a {
  color: #9aa2a9;
  font-size: 16px;
}
.yr2-navpills-xtiny {
  margin: -20px 0 20px;
  text-align: center;
}
.yr2-navpills-xtiny,
.yr2-navpills-xtiny a {
  color: #9aa2a9;
  font-size: 14px;
}
/*
 * Dropdown
 */
.yr2-dropdown {
  width: 250px;
  font-size: 20px;
  text-align: center;
}
.yr2-dropdown ::-webkit-scrollbar {
  width: 7px;
}
.yr2-dropdown ::-webkit-scrollbar-track {
  visibility: hidden;
  /* doesn't seem to work */

}
.yr2-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.yr2-dropdown ::-webkit-scrollbar:window-inactive {
  visibility: hidden;
}
.yr2-dropdown > ul {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #2a2e32;
}
.yr2-dropdown > ul li a {
  display: block;
  padding: 10px;
}
.yr2-dropdown > ul li a.yr2-dropdown-active {
  color: #bc1c34;
}
.yr2-dropdown > ul li ul {
  position: absolute;
  opacity: 0;
  width: 250px;
  height: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2a2e32;
  background: rgba(42, 46, 50, 0.9);
  z-index: 9;
  overflow-y: auto;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.yr2-dropdown > ul:hover {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.yr2-dropdown > ul:hover ul {
  height: 200px;
  opacity: 1;
}
.yr2-dropdown-center {
  margin: -30px auto 40px;
}
.yr2-dropdown-search {
  position: relative;
  width: 638px;
  height: 10px;
  margin: -50px auto 40px;
}
.yr2-dropdown-search ::-webkit-scrollbar {
  width: 7px;
}
.yr2-dropdown-search ::-webkit-scrollbar-track {
  visibility: hidden;
  /* doesn't seem to work */

}
.yr2-dropdown-search ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.yr2-dropdown-search ::-webkit-scrollbar:window-inactive {
  visibility: hidden;
}
.yr2-dropdown-search > ul {
  position: absolute;
  height: 250px;
  width: 100%;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #2a2e32;
  overflow-y: auto;
  z-index: 9;
}
.yr2-dropdown-search > ul li a {
  display: block;
  padding: 10px;
  font-size: 17px;
}
/*
 * Forms
 */
.yr2-form {
  text-align: center;
}
.yr2-form-controls {
  clear: both;
  margin-bottom: 20px;
}
.yr2-form-controls p {
  padding: 10px 0 20px;
  color: #88929a;
  line-height: 120%;
  font-size: 16px;
}
.yr2-form-controls label {
  display: block;
  padding-bottom: 5px;
}
.yr2-form-controls label.dark {
  color: #88929a;
}
.yr2-form-controls input,
.yr2-form-controls textarea {
  width: 35%;
  padding: 12px 15px 10px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #4b4f51;
  background: #26282a;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-form-controls input:focus,
.yr2-form-controls textarea:focus {
  border-color: #fff;
}
.yr2-form-controls textarea {
  resize: none;
}
.yr2-form-controls span.note {
  width: 35%;
  padding-top: 5px;
  color: #ddd;
  display: inline-block;
}
.yr2-form-controls-full-width input,
.yr2-form-controls-full-width textarea {
  width: 80%;
}
.yr2-form-control-checkbox {
  width: 227px;
  margin: 0 auto 20px;
}
.yr2-form-control-checkbox input,
.yr2-form-control-checkbox label {
  display: inline-block;
}
.yr2-form-control-checkbox input {
  width: auto;
  margin-right: 5px;
}
.yr2-form-links {
  padding-top: 10px;
}
.yr2-form-links > a {
  font-size: 14px;
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-form-links > a:hover {
  opacity: 1;
}
.yr2-filter {
  position: relative;
  width: 638px;
  height: 44px;
  padding: 0;
  margin: -10px auto 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #0e1011;
  font-family: Source Sans Pro, Arial, Geneva, sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  xpointer-events: none;
}
.yr2-filter i,
.yr2-filter input,
.yr2-filter a {
  float: left;
}
.yr2-filter i,
.yr2-filter a {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.yr2-filter input {
  width: 550px;
  height: 44px;
  background: transparent;
  line-height: 44px;
  color: #7a8086;
  font-size: 20px;
}
.yr2-filter input:focus {
  color: #fff;
}
.yr2-filter .yr2-icon-select {
  cursor: pointer;
}
.yr2-filter-dropdown {
  width: 638px;
  max-height: 195px;
  padding: 10px 0;
  margin: -40px auto 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #0e1011;
  font-size: 20px;
  text-align: center;
  overflow-y: auto;
}
.yr2-filter-dropdown ::-webkit-scrollbar {
  width: 7px;
}
.yr2-filter-dropdown ::-webkit-scrollbar-track {
  visibility: hidden;
  /* doesn't seem to work */

}
.yr2-filter-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.yr2-filter-dropdown ::-webkit-scrollbar:window-inactive {
  visibility: hidden;
}
.yr2-filter-dropdown li a {
  display: block;
  padding: 10px 25px;
}
.yr2-form-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.yr2-form-rating label {
  color: #88929a;
  padding-bottom: 10px;
}
.yr2-form-rating > span {
  display: inline-block;
  position: relative;
  color: #88929a;
  font-size: 18px;
}
.yr2-form-rating > span:hover,
.yr2-form-rating > span.active {
  cursor: pointer;
}
.yr2-form-rating > span:hover:before,
.yr2-form-rating > span.active:before,
.yr2-form-rating > span:hover ~ span:before,
.yr2-form-rating > span.active ~ span:before {
  content: "\2605";
  position: absolute;
  color: #fff;
}
/*
 * Text page
 */
.yr2-page h2 {
  margin-bottom: -10px;
  text-align: center;
}
.yr2-page h3 {
  margin: 20px 0;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}
.yr2-page h4 {
  padding: 10px 0 5px;
  font-size: 22px;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}
.yr2-page ul,
.yr2-page ol {
  padding: 0 0 20px 40px;
  font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}
.yr2-page ul {
  list-style: circle;
}
.yr2-page ol {
  list-style: decimal;
}
.yr2-page li,
.yr2-page p {
  padding-bottom: 10px;
  font-size: 115%;
  line-height: 150%;
}
.yr2-page a {
  text-decoration: underline;
}
.yr2-page-welcome p {
  padding: 15px 0;
  color: #88929a;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
}
.yr2-page-welcome em {
  color: #fff;
  font-style: normal;
  cursor: pointer;
}
.yr2-page-welcome .yr2-search-autocomplete {
  width: 262px;
  margin: 15px 0 20px;
}
.yr2-page-welcome .yr2-search-autocomplete .as-results {
  left: 0px;
}
.yr2-page-welcome .yr2-search-autocomplete .as-results .as-list {
  width: 320px;
}
.yr2-page-welcome-friends {
  padding: 20px 0 20px 20px;
}
.yr2-page-welcome-friends a {
  display: block;
  float: left;
  width: 80px;
  padding: 0 10px;
  text-align: center;
  font-size: 17px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-page-welcome-friends a div {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #000;
  background-size: 110%;
  color: #88929a;
  font-size: 25px;
  line-height: 53px;
}
.yr2-page-welcome-friends a:hover {
  color: #bc1c34;
}
.yr2-page-welcome-friends a:hover div i {
  color: #fff;
}
.align-center {
  margin: 0 auto;
  text-align: center;
}
.button-next-moods {
  width: 360px;
  margin: 0 auto;
}
.mobile-nav {
  display: none;
}
.yr2-navbar-nav span {
  display: none;
}
.yr2-navbar-nav span.menu-item-hard-show {
  display: show;
}
.user-subscription-voucher-code {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
legend {
  font-size: 20px;
  padding: 10px 0;
}
.yr2-page-classic p,
.yr2-page-classic input,
.yr2-page-classic select,
.yr2-page-classic li {
  font-size: 18px;
}
.yr2-page-classic p {
  line-height: 140%;
  margin: 0 0 17px;
}
.yr2-form-classic label {
  display: block;
}
.yr2-form-classic .label-inline {
  display: inline;
}
.yr2-page-classic ol,
.yr2-page-classic ul {
  margin-left: 30px;
  margin-bottom: 20px;
}
.yr2-page-classic ul {
  list-style-type: disc;
}
.yr2-page-classic ol {
  list-style-type: decimal;
}
.yr2-page-classic li {
  margin: 0 0 5px 0;
  line-height: 140%;
}
.yr2-page-classic b {
  font-weight: bold;
}
.yr2-page-classic a {
  color: #FC2763;
  text-decoration: underline;
}
.yr2-page-classic a:hover {
  text-decoration: none;
}
h3 {
  margin: 10px 0;
}
.yr2-page-classic .yr2-btn {
  color: inherit;
}
.yr2-page-classic a.link-on-green {
  text-decoration: underline;
  cursor: pointer;
  color: #7505fc;
}
.yr2-page-classic a.link-on-green:hover {
  text-decoration: none;
}
#user-research-missing-form-button {
  margin: 0 0 30px 0;
  clear: both;
  display: block;
}
.special-title-list {
  text-align: left;
}
.special-title-list li {
  font-size: 35px;
}
.light-theme {
  background: #f7f8fa;
  color: #0a163a;
}
.light-theme .yr2-notification,
.light-theme .yr2-notification a,
.light-theme .news-list-first-item h3 {
  color: #0a163a;
}
.light-theme a {
  color: #9d1e32;
}
.light-theme .yr2-notification a:hover,
.light-theme .news-list-first-item a:hover h3 {
  color: #9d1e32;
}
/*
 * Homepage
 */
.yr-home-claim {
  margin: -20px 0 20px;
  color: #88929a;
  font-size: 120%;
  text-align: center;
}
.yr2-search-autocomplete,
.yr2-search-autocomplete-edit {
  position: relative;
  width: 450px;
  padding: 0 44px 0 34px;
  margin: 0 auto 47px;
  background: #1d2022;
  font-family: Source Sans Pro, Arial, Geneva, sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  xpointer-events: none;
}
.yr2-search-autocomplete fieldset,
.yr2-search-autocomplete-edit fieldset {
  position: relative;
  min-height: 100%;
  cursor: text;
}
.yr2-search-autocomplete fieldset > i,
.yr2-search-autocomplete-edit fieldset > i {
  position: absolute;
  width: 34px;
  height: 44px;
  top: 50%;
  left: -34px;
  margin-top: -22px;
  color: #7a8086;
  font-size: 15px;
  line-height: 45px;
  text-align: right;
}
.yr2-search-autocomplete fieldset input,
.yr2-search-autocomplete-edit fieldset input {
  float: left;
  width: 100%;
  height: 44px;
  background: transparent;
  color: #7a8086;
  font-size: 17px;
  line-height: 44px;
}
.yr2-search-autocomplete fieldset button,
.yr2-search-autocomplete-edit fieldset button {
  position: absolute;
  width: 44px;
  height: 100%;
  right: -44px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}
.yr2-search-autocomplete fieldset button div,
.yr2-search-autocomplete-edit fieldset button div {
  position: absolute;
  position: relative\0/;
  *position: absolute;
  width: 100%;
  height: 44px;
  top: 60%;
  top: 0\0/;
  right: 0;
  margin-top: -21px;
  margin-top: 0\0/;
  line-height: 44px;
}
.yr2-search-autocomplete fieldset button div i,
.yr2-search-autocomplete-edit fieldset button div i {
  display: block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  border: 2px solid #7a8086;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  color: #7a8086;
}
.yr2-search-autocomplete fieldset button div i.yr2-icon-play:before,
.yr2-search-autocomplete-edit fieldset button div i.yr2-icon-play:before {
  position: absolute;
  top: 0px;
  left: 10px;
}
.yr2-search-autocomplete fieldset button div i.yr2-icon-plus,
.yr2-search-autocomplete-edit fieldset button div i.yr2-icon-plus {
  font-size: 30px;
  line-height: 30px;
}
.yr2-search-autocomplete fieldset button.active,
.yr2-search-autocomplete-edit fieldset button.active {
  cursor: pointer;
}
.yr2-search-autocomplete fieldset button.active div i,
.yr2-search-autocomplete-edit fieldset button.active div i {
  border-color: #b81e38;
  color: #b81e38;
}
.yr2-search-autocomplete fieldset button.loading div i,
.yr2-search-autocomplete-edit fieldset button.loading div i {
  margin-top: -1px;
  background-image: url('../img/yr2-ajax-loader-gray.gif');
  background-position: center;
  background-repeat: no-repeat;
}
.yr2-search-autocomplete fieldset button.loading div i:before,
.yr2-search-autocomplete-edit fieldset button.loading div i:before {
  content: '';
}
.yr2-search-autocomplete fieldset #as-original-yr,
.yr2-search-autocomplete-edit fieldset #as-original-yr {
  width: 100%;
}
.yr2-search-autocomplete.focused fieldset > i,
.yr2-search-autocomplete-edit.focused fieldset > i {
  color: #7a8086;
}
.yr2-search-autocomplete.no-empty fieldset #as-original-yr,
.yr2-search-autocomplete-edit.no-empty fieldset #as-original-yr {
  width: 33%;
}
.active-search-form {
  background: #fff;
  -webkit-transition: background 0.9s ease-out;
  -moz-transition: background 0.9s ease-out;
  -o-transition: background 0.9s ease-out;
  transition: background 0.9s ease-out;
}
.as-selections.loading {
  background: #eee;
}
.as-selections li {
  display: block;
  float: left;
}
.as-selections li.as-selection-item {
  margin: 12px 0 0 15px;
  font-size: 20px;
  color: #7a8086;
  cursor: pointer;
}
.as-selections li.as-selection-item .as-close {
  float: right;
  margin: 3px 0 0 5px;
  color: #e7e8ea;
  font-size: 14px;
}
.as-selections li.as-selection-item:last-child {
  color: blue;
}
.as-selections li.as-selection-item:hover,
.as-selections li.as-selection-item.selected {
  color: #c8194b;
}
.as-selections li.as-original input {
  width: 100%;
  height: 44px;
  margin-left: 15px;
  color: #7a8086;
  line-height: 44px;
}
.as-selections li.as-original input:focus {
  color: #7a8086;
}
.as-results {
  position: absolute;
  z-index: 100;
  left: 0;
}
.as-results .as-list {
  position: absolute;
  width: 508px;
  padding: 10px;
  top: 0;
  background: #e5e7eb;
}
.as-results .as-list .as-result-item,
.as-results .as-list .as-message {
  position: relative;
  padding-bottom: 19px;
  border: 1px solid transparent;
  color: #c8194b;
  font-size: 16px;
  line-height: 1.1em;
}
.as-results .as-list .as-result-item {
  padding-left: 60px;
  cursor: pointer;
}
.as-results .as-list .as-result-item em {
  font-weight: bold;
}
.as-results .as-list .as-result-item i {
  display: block;
  font-size: 11px;
  opacity: .6;
  color: #7a8086;
}
.as-results .as-list .as-result-item img {
  position: absolute;
  width: 42px;
  height: 42px;
  top: -2px;
  left: 6px;
  border-radius: 50%;
  -webkit-transition: border-radius 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out;
  -o-transition: border-radius 0.1s ease-out;
  transition: border-radius 0.1s ease-out;
}
.as-results .as-list .as-result-item:first-child {
  margin: 0;
}
.as-results .as-list .as-result-item.active {
  text-decoration: underline;
}
.as-results .as-list .as-result-item.active img {
  border-radius: 20%;
  -webkit-transition: border-radius 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out;
  -o-transition: border-radius 0.1s ease-out;
  transition: border-radius 0.1s ease-out;
}
.as-results .as-list .as-message {
  cursor: default;
  color: #7a8086;
  text-align: center;
}
.yr2-home-promo {
  position: relative;
  padding: 30px 0;
  bottom: 0;
  background: #191c1f;
  background: rgba(25, 28, 31, 0.75);
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  overflow: visible !important;
}
.yr2-home-promo:hover {
  background: rgba(25, 28, 31, 0.9);
}
.yr2-home-promo h3 {
  margin-bottom: 10px;
}
.yr2-home-promo p {
  color: #88929a;
  line-height: 110%;
}
.yr2-home-promo .yr2-btn {
  margin-top: 10px;
}
.yr2-home-promo-hide {
  position: absolute;
  height: 30px;
  top: -30px;
  right: 20px;
  padding: 0 10px;
  background: #191c1f;
  background: rgba(25, 28, 31, 0.75);
  line-height: 30px;
  cursor: pointer;
}
.yr2-home-promo-dark {
  background: rgba(25, 28, 31, 0.95);
}
.yr2-home-promo-dark .yr2-home-promo-hide {
  background: rgba(25, 28, 31, 0.95);
}
.yr2-home-promo-dark:hover {
  background: #191c1f;
}
.yr2-home-promo-dark:hover .yr2-home-promo-hide {
  background: #191c1f;
}
.yr2-home-promo-visible {
  position: fixed;
}
.font-bold {
  font-family: Source Sans Pro, sans-serif;
}
/*
 * Stats
 */
.yr2-stats h2 {
  margin: 20px 0 30px;
}
.yr2-stats p {
  margin-bottom: 50px;
  font-size: 30px;
}
/*
 * Error pages
 */
.yr2-error {
  padding-top: 100px;
}
.yr2-error div,
.yr2-error h2,
.yr2-error p {
  text-align: center;
}
.yr2-error div {
  font-size: 150px;
}
.yr2-error h2 {
  margin: 10px 0 15px;
  color: #fff;
}
.yr2-error p {
  color: #9aa2a9;
  font-size: 16px;
}
/*
 * JS error
 */
.yr2-js-error {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.yr2-js-error-content {
  position: absolute;
  width: 420px;
  height: 120px;
  top: 50%;
  left: 50%;
  padding: 40px;
  margin: -100px 0 0 -250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #000;
}
.yr2-js-error-content h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
.yr2-js-error-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
}
/*
 * About
 */
.yr2-about h2,
.yr2-about p {
  text-shadow: 1px 2px 3px #000;
}
.yr2-about h2 {
  padding-top: 70px;
  font-size: 40px;
}
.yr2-about p {
  padding-top: 15px;
  font-size: 20px;
  line-height: 140%;
  font-family: Source Sans Pro, Arial, Geneva, sans-serif;
}
.yr2-about-moods {
  height: 360px;
  margin: 10px 0 100px;
  background: url('../img/yr2-about-moods.jpg') top center;
}
.yr2-about-everywhere {
  height: 600px;
  margin-bottom: 100px;
  background: url('../img/yr2-about-everywhere.jpg') top center;
}
.yr2-about-everywhere-devices {
  width: 50%;
  height: 107px;
  margin: 50px 0 50px 50%;
  background: url('../img/yr2-about-everywhere-devices.png') top left no-repeat;
}
.yr2-about-choose {
  height: 460px;
  background: url('../img/yr2-about-choose.jpg') top center;
}
.yr2-about-choose-autocomplete {
  padding: 120px 0 0 30px;
}
.yr2-about-choose-autocomplete .yr2-search-autocomplete {
  width: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.yr2-about-choose-autocomplete .yr2-search-autocomplete fieldset > i {
  color: #fff;
}
.yr2-about-choose-autocomplete .yr2-search-autocomplete button {
  margin-top: -1px;
}
.yr2-about-choose-autocomplete .yr2-search-autocomplete .as-selections li.as-original input,
.yr2-about-choose-autocomplete .yr2-search-autocomplete .as-selections li.as-selection-item {
  color: #fff;
}
.yr2-about-choose-autocomplete .yr2-search-autocomplete .as-results {
  left: 30px;
}
.yr2-about-choose-autocomplete .yr2-search-autocomplete .as-results .as-list {
  width: 280px;
}
.yr2-about-choose-covers {
  height: 502px;
  background: url('../img/yr2-about-choose-covers.png') top center no-repeat;
}
/*
 * Playing
 */
.yr2-playing {
  padding-top: 50px;
}
.yr2-playing h1 {
  margin: 0 0 0 110px;
  font-size: 40px;
  text-align: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-playing h1 small {
  font-size: 28px;
}
.yr2-playing h2 {
  margin: 10px 0 30px;
  font-size: 25px;
}
.yr2-playing p {
  margin: 0 0 20px;
  color: #bc1c34;
  font-size: 30px;
}
.yr2-playing p small {
  color: #fff;
  font-size: 14px;
}
.yr2-playing p small a {
  text-decoration: underline;
  text-transform: lowercase;
}
.yr2-playing-btns {
  position: relative;
  margin-bottom: 12px;
}
.yr2-playing-btns .yr2-btn {
  margin-right: 10px;
  margin-bottom: 8px;
}
.yr2-playing-btns > a,
.yr2-playing-btns div {
  width: 160px;
  display: block;
}
.yr2-playing-btns2 {
  overflow: hidden;
}
.yr2-playing-cover {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 430px;
  height: 430px;
}
.yr2-playing-cover-ad {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.yr2-playing-cover-ad > div {
  padding: 20px 15px 15px;
}
.yr2-playing-cover-ad .fb-like {
  clear: both;
  width: 100%;
  margin-top: 10px;
}
.yr2-playing-similar {
  margin: 0 -10px;
}
.yr2-playing-btns .yr2-playing-share,
.yr2-playing-btns .yr2-playing-share-song {
  display: none;
  position: absolute;
  width: 365px;
  min-height: 85px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 0 20px 20px;
  margin: 10px 0 0 -105px;
  background: #000;
  background: rgba(35, 35, 35, 0.9);
  z-index: 900;
}
.yr2-playing-btns .yr2-playing-share:before,
.yr2-playing-btns .yr2-playing-share-song:before {
  content: '';
  position: absolute;
  z-index: 90;
  width: 0;
  height: 0;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
}
.yr2-playing-btns .yr2-playing-share span,
.yr2-playing-btns .yr2-playing-share-song span {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
}
.yr2-playing-btns .yr2-playing-share .yr2-btn,
.yr2-playing-btns .yr2-playing-share-song .yr2-btn {
  margin-right: 0;
}
.yr2-playing-btns .yr2-playing-share h3,
.yr2-playing-btns .yr2-playing-share-song h3 {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.yr2-playing-artist-bubble {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 0 35px 0;
  min-height: 116px;
}
.yr2-playing-artist-bubble:hover .yr2-playing-artist-bubble-icon,
.yr2-playing-artist-bubble:hover .yr2-playing-artist-bubble-more {
  opacity: 1;
}
.yr2-playing-artist-bubble:hover h1 {
  color: #FC2763;
}
.yr2-playing-artist-bubble-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  margin: 0;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-size: 110%;
  float: left;
}
.yr2-playing-artist-bubble-icon {
  position: absolute;
  width: 22px;
  height: 24px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  top: 50%;
  left: 50%;
  padding-right: 2px;
  margin: -13px 0 0 -13px;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  text-align: center;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yr2-playing-artist-bubble-more {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.similar-artists h2 {
  float: left;
  margin: 0 30px 0 0;
}
.yr-playing-subnav {
  overflow: hidden;
  line-height: 2.3em;
  margin: 0 0 14px 0;
}
.yr-playing-subnav a {
  color: #7f8183;
}
.yr-playing-subnav a:hover {
  color: #fff;
}
.none {
  display: none;
}
.modal-bottom {
  margin-bottom: 20px;
}
#user-subscription-missing-form .yr2-form-controls {
  float: left;
  width: 50%;
  clear: none;
}
#user-subscription-missing-form .yr2-form-controls input {
  width: 80%;
}
#user-subscription-missing-form-button {
  clear: both;
  display: block;
  margin: 0 0 40px 0;
}
#user-subscription-missing-form {
  margin: 9px 0 0 0;
}
p.eet-info {
  color: #9aa2a9;
}
.yr2-modal-content h3.center {
  text-align: center;
}
.yr2-modal-content table {
  width: 100%;
  margin-bottom: 20px;
}
.yr2-modal-content table tr {
  border-bottom: 1px solid;
  line-height: 40px;
}
.yr2-modal-content table tr td.left {
  width: 150px;
}
.yr2-modal-content table tr td.right {
  font-weight: bold;
  line-height: 20px;
}
.yr2-modal-wrap-white {
  background-color: #ffffff;
  color: #000000;
}
.yr2-modal-wrap-white .yr2-modal-close {
  background-image: url('/assets/img/ico/ic_close-window.png');
  background-position: top right;
  width: 18px;
  height: 19px;
  right: 8px;
  top: 8px;
  font-size: 0px;
}
.yr2-modal-wrap-white .yr2-modal-close:hover {
  background-position: bottom right;
}
.yr2-modal-wrap-white h3 {
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: bold;
}
.yr2-modal-wrap-white a.button-invoice {
  color: #bd1d34;
  display: block;
  padding-bottom: 30px;
  padding-left: 20px;
}
.yr2-modal-wrap-white a.button-invoice img {
  float: left;
}
.yr2-modal-wrap-white a.button-invoice span {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  font-weight: bold;
}
.yr2-modal-wrap-white a.button-invoice:hover span {
  text-decoration: underline;
}
.yr2-modal-wrap-white div.outer-table {
  padding: 10px 20px 0 20px;
  background-color: #f8f8f9;
}
.yr2-modal-wrap-white .yr2-modal-content {
  padding: 20px 0px;
}
.yr2-modal-wrap-white .yr2-modal-content table tr {
  border-bottom: 1px #dcdee1 solid;
}
.yr2-modal-wrap-white .yr2-modal-content table td.left {
  color: #000000;
  width: 80px;
}
.payment {
  overflow: inherit;
  padding: 0 0 20px 0;
}
.payment a.underline {
  text-decoration: underline;
}
.payment .preview-box {
  margin-left: 250px;
}
.payment .preview-box h2 {
  margin-bottom: 25px;
}
.payment .preview-box p {
  margin: 15px auto;
}
.payment .preview-box ul {
  margin-bottom: 15px;
}
.payment .preview-box ul li {
  list-style-type: square;
  line-height: 1.5;
}
.payment .preview-box a {
  text-decoration: underline;
}
.payment .preview-box button {
  display: block;
  margin: 15px auto;
}
.payment .preview-box img.yr2-premium-logo {
  margin: auto auto 50px 271px;
}
.payment .preview-box img.user-subscription-spinner {
  position: absolute;
  left: 50%;
  top: -30px;
}
.payment table {
  width: 100%;
  margin: -20px auto 30px;
  border-collapse: separate;
  border-spacing: 5px;
}
.payment table th,
.payment table td {
  text-align: left;
  display: inline-block;
}
.payment table td.payment-date,
.payment table th.payment-date {
  width: 195px;
}
.payment table td.payment-id,
.payment table th.payment-id {
  width: 80px;
  text-align: right;
}
.payment table td.payment-price,
.payment table th.payment-price {
  width: 405px;
}
.payment table td.payment-detail,
.payment table th.payment-detail {
  width: 150px;
}
.payment table th:first-child,
.payment table td:first-child {
  padding-left: 15px;
}
.payment table th:last-child,
.payment table td:last-child {
  padding-right: 10px;
}
.payment table th.right,
.payment table td.right {
  text-align: right;
}
.payment table thead th {
  padding-bottom: 10px;
  font-size: 16px;
}
.payment table tbody tr {
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
}
.payment table tbody td {
  font-size: 15px;
  font-weight: bold;
}
.payment table tbody td a {
  color: #ffd43d;
}
.payment table tbody tr:hover {
  background-color: rgba(255, 212, 61, 0.23);
}
.payment table tbody tr:hover a {
  text-decoration: underline;
}
.payment .preview-10-box {
  margin-left: 185px;
}
.payment .grid-12.preview-box {
  margin-left: 105px;
  height: 500px;
  background: url("/assets/img/premium/premium_mobile.png") no-repeat center bottom;
  position: relative;
}
.payment .grid-12.preview-box h1 {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.payment .grid-12.preview-box ul {
  position: relative;
}
.payment .grid-12.preview-box ul li {
  position: absolute;
  width: 260px;
  height: 78px;
  list-style-type: none;
  font-size: 15px;
}
.payment .grid-12.preview-box ul li span {
  font-size: 18px;
  width: 150px;
}
.payment .grid-12.preview-box ul li.pause {
  top: 90px;
  left: 10px;
  background: url("/assets/img/premium/ic_feature-pause.png") center right no-repeat;
}
.payment .grid-12.preview-box ul li.pause span {
  float: right;
  margin-right: 90px;
  text-align: end;
  margin-top: 10px;
}
.payment .grid-12.preview-box ul li.offline {
  top: 240px;
  left: 10px;
  background: url("/assets/img/premium/ic_feature-offline.png") center right no-repeat;
}
.payment .grid-12.preview-box ul li.offline span {
  width: 230px;
  float: right;
  margin-right: 90px;
  text-align: end;
  margin-top: -3px;
}
.payment .grid-12.preview-box ul li.noads {
  top: 90px;
  right: 10px;
  background: url("/assets/img/premium/ic_feature-noads.png") center left no-repeat;
}
.payment .grid-12.preview-box ul li.noads span {
  width: 170px;
  float: left;
  margin-left: 90px;
  margin-top: 10px;
}
.payment .grid-12.preview-box ul li.history {
  top: 240px;
  right: 10px;
  background: url("/assets/img/premium/ic_feature-3history.png") center left no-repeat;
}
.payment .grid-12.preview-box ul li.history span {
  width: 190px;
  float: left;
  margin-left: 90px;
  margin-top: -1px;
}
.payment .grid-8.preview-box.step-2 {
  position: relative;
  height: 370px;
}
.payment .grid-8.preview-box.step-2 h1 {
  margin-left: 95px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.payment .grid-8.preview-box.step-2 h2 {
  font-size: 17px;
  margin-top: -15px;
  margin-left: 225px;
  text-align: left;
}
.payment .grid-8.preview-box.step-2 ul li {
  position: absolute;
  width: 260px;
  height: 78px;
  list-style-type: none;
  font-size: 15px;
}
.payment .grid-8.preview-box.step-2 ul li span {
  font-size: 18px;
  width: 150px;
}
.payment .grid-8.preview-box.step-2 ul li.pause {
  top: 130px;
  left: 100px;
  background: url("/assets/img/premium/ic_feature-pause.png") center right no-repeat;
}
.payment .grid-8.preview-box.step-2 ul li.pause span {
  float: right;
  margin-right: 90px;
  text-align: end;
  margin-top: 10px;
}
.payment .grid-8.preview-box.step-2 ul li.offline {
  top: 280px;
  left: 100px;
  background: url("/assets/img/premium/ic_feature-offline.png") center right no-repeat;
}
.payment .grid-8.preview-box.step-2 ul li.offline span {
  width: 230px;
  float: right;
  margin-right: 90px;
  text-align: end;
  margin-top: -3px;
}
.payment .grid-8.preview-box.step-2 ul li.noads {
  top: 130px;
  right: 10px;
  background: url("/assets/img/premium/ic_feature-noads.png") center left no-repeat;
}
.payment .grid-8.preview-box.step-2 ul li.noads span {
  width: 170px;
  float: left;
  margin-left: 90px;
  margin-top: 10px;
  text-align: left;
}
.payment .grid-8.preview-box.step-2 ul li.history {
  top: 280px;
  right: 10px;
  background: url("/assets/img/premium/ic_feature-3history.png") center left no-repeat;
}
.payment .grid-8.preview-box.step-2 ul li.history span {
  width: 190px;
  float: left;
  margin-left: 90px;
  margin-top: -1px;
  text-align: left;
}
.payment span.price-amount {
  text-align: center;
  width: 100%;
  margin-top: 25px;
  font-size: medium;
  font-weight: 100;
  display: block;
}
.payment .yr2-btn-buy {
  background-color: rgba(239, 199, 57, 0.1);
  color: #efc739;
  border: 1px solid #efc739;
  height: 54px;
  text-transform: uppercase;
  width: 280px;
  font-size: 20px;
  transition: background 0.3s ease-out;
  letter-spacing: 3px;
  text-align: center;
  display: block;
  margin: 15px auto 0 492px;
}
.payment .yr2-btn-buy:hover {
  background-color: rgba(239, 199, 57, 0.3);
}
.payment .yr2-btn-buy-terms {
  background-color: rgba(239, 199, 57, 0.1);
  color: #efc739;
  transition: background 0.3s ease-out;
  margin: 10px 0;
}
.payment .yr2-btn-buy-terms:hover {
  background-color: rgba(239, 199, 57, 0.3);
}
.payment .yr2-btn-buy-gopay {
  display: block;
  height: 80px;
  text-transform: uppercase;
  background-color: rgba(25, 153, 214, 0.1);
  color: #1999d6;
  border: 1px #1999d6 solid;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 10px;
  line-height: 25px;
  width: 370px;
  margin: 30px auto;
  transition: background 0.3s ease-out;
  letter-spacing: 3px;
}
.payment .yr2-btn-buy-gopay:hover {
  background-color: rgba(25, 153, 214, 0.3);
}
.payment .yr2-btn-buy-gopay-logo {
  width: 130px;
  height: 28px;
  background: url("/assets/img/ico/gopay.png") center right no-repeat;
  font-size: 0px;
  display: block;
  margin: 40px auto 10px auto;
}
.payment #user-subscription-new-buy .user-subscription-step2 {
  margin: 0 auto;
  text-align: center;
}
.payment #user-subscription-new-buy button {
  margin-right: 50px;
}
.payment #user-subscription-new-buy a.yr2-btn-buy-gopay-logo {
  padding-left: 50px;
}
.payment #user-subscription-new-buy p a {
  margin-right: 50px;
}
.payment .user-subscription-voucher h2 {
  text-align: center;
  margin: 10px 0;
}
.payment .user-subscription-voucher .yr2-form-controls {
  text-align: center;
  margin: 0;
}
.payment .user-subscription-voucher .yr2-form-controls input {
  width: 300px;
}
.payment #user-subscription-active .yr2-alert {
  width: 320px;
  margin: -20px auto 30px 150px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 01px solid #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 40px;
  text-align: center;
}
.payment .user-subscription-voucher {
  margin: 20px 0 0 0;
}
.payment .yr2-btn-cancel {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: background 0.3s ease-out;
  width: 150px;
  margin-left: 290px;
}
.payment .yr2-btn-cancel:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#user-subscription-step1-trial-no {
  margin: 0 auto;
  text-align: center;
}
#user-subscription-step1-trial-yes {
  margin: 0 auto;
  text-align: center;
}
/*------------------------------------------------
 PLEASE DONT'S STEAL,
 JUST TAKE THE INSPIRATION!
------------------------------------------------- */
/*------------------------------------------------
 CSS INFO
--------------------------------------------------
 FILE: _mobile.less
 PROJECT: Youradio
 AUTHOR: Honza Hommer, LARI
 DATE: 10-2012
------------------------------------------------- */
.yr2-mobile {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url('../img/yr2-mobile.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.yr2-mobile-navbar {
  padding: 15px 0;
  background: url('../img/yr2-mobile-navbar.jpg') top center;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.yr2-mobile-navbar img {
  height: 40px;
}
.yr2-mobile-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.yr2-mobile-content h1 {
  padding: 0 20px;
  margin: 10px 0 10px;
  font-size: 40px;
}
.yr2-mobile-content p {
  padding: 10px 30px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1210px) {
  .place-screen-inner img {
    width: 34%;
  }
  .place-screen-inner .about-main-motive {
    width: 55%;
  }
  .place-screen-inner .about-mymoods-motive {
    width: 45%;
  }
  .place-screen-inner .about-recommend-motive {
    width: 53%;
  }
  .place-screen-inner .about-my-motive {
    width: 40%;
  }
  .place-screen-inner .about-search-motive {
    width: 681px;
  }
  .place-screen-inner .about-genres-motive {
    width: 63%;
  }
  .place-screen-inner .about-save-motive {
    width: 653px;
  }
}
@media screen and (max-width: 1070px) {
  .place-screen-inner {
    width: 95%;
  }
}
@media screen and (max-width: 950px) {
  .place-screen-inner img {
    position: static;
    display: block;
    clear: both;
    padding: 25px 0 0 0;
  }
  .place-screen {
    padding: 0;
  }
  .yr2-navbar {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .about-eight-wrap,
  .about-tree-wrap,
  .about-four-wrap,
  .about-five-wrap,
  .about-six-wrap,
  .about-eight-wrap,
  .about-nine-wrap,
  .about-eleven-wrap,
  .about-twelve-wrap,
  .about-thirteen-wrap {
    min-height: 0;
  }
  .nav-about-page ul {
    float: none;
    width: 100%;
    background: black;
    margin: 0;
    padding: 70px 0 27px 0;
    display: none;
  }
  .nav-about-page ul li {
    float: none;
    text-align: left;
    opacity: 1;
    width: 100%;
    font-size: 18px;
  }
  .nav-about-page ul li a {
    line-height: .9em;
    padding: 0 0 0 30px;
  }
  .nav-about-page ul li span {
    opacity: 1;
    position: static;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
  }
  .yr2-icon-new-icon-step {
    font-family: inherit !important;
  }
  .desktop-hide {
    display: block;
  }
  #jump-to-about-page-nav {
    display: block;
    font-size: 40px;
    float: right;
    margin: 0 25px 0 0;
    line-height: 68px;
  }
  #jump-to-about-page-nav span {
    display: none;
  }
  .nav-about-page-min {
    background: rgba(0, 0, 0, 0.7);
  }
  .store-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .yr2-wrap {
    margin-bottom: 0;
  }
  .yr-mobile .yr-mobile-navbar {
    padding: 20px 0;
  }
  .yr-mobile .yr-mobile-navbar img {
    width: 33%;
  }
  .yr-mobile .yr-mobile-content {
    padding: 30px 0 20px;
  }
  .yr-mobile .yr-mobile-content h1 {
    padding: 0 20px;
    font-size: 35px;
  }
  .yr-mobile .yr-mobile-content p {
    padding: 30px 20px;
    font-size: 14px;
  }
  .yr2-container {
    margin: 0 10px;
  }
  .yr2-playing {
    padding-top: 27px;
  }
  .yr2-feed-social,
  .yr2-feedback,
  .yr2-navbar-nav,
  .yr2-navbar-player-metadata,
  .yr2-navbar-volume {
    display: none;
  }
  .yr2-navbar-nav {
    float: none;
    margin: 50px 0;
    padding: 4px 0;
    background: #BC575E;
    height: 310px;
  }
  .yr2-navbar-nav a {
    position: relative;
    float: none;
    margin: 4px 0 0 4px;
  }
  .yr2-navbar-nav a span {
    display: block;
    font-size: 12px !important;
    position: absolute;
    top: 11px;
    left: 45px;
    float: none;
    line-height: 1.3em;
    width: 200px;
    text-align: left;
    color: #ffffff;
  }
  .container-full {
    overflow: inherit;
  }
  .yr2-navbar-logo {
    width: 60px;
    margin: 10px 15px 0 10px;
    font-size: 0;
  }
  .yr2-navbar-logo img {
    width: 60px;
  }
  .nav-empty-tpl img {
    width: 94px;
  }
  .yr2-search-autocomplete,
  .yr2-search-autocomplete-edit {
    width: 80%;
  }
  .yr2-navbar-player .yr2-navbar-btn {
    margin-right: 5px;
  }
  .mobile-nav {
    display: block;
    position: absolute;
    left: 18px;
    top: 35px;
  }
  #jup-to-navig {
    font-size: 12px;
    background-color: #bc1936;
  }
  .yr2-footer {
    line-height: 1.3em;
  }
  .yr2-form-controls input {
    width: 80%;
  }
  .nav-empty-tpl .yr2-navbar-logo {
    margin: 5px 35px 0 20px;
  }
  .grid-1,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid-13,
  .grid-14 {
    float: none;
    display: block;
  }
  .yr2-bubble-info {
    padding: 0 !important;
    display: block !important;
    height: auto !important;
  }
  .container .grid-2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .yr2-bubble-group-link {
    float: none;
  }
  .yr2-bubble {
    margin: 0 auto;
  }
  .button-next-moods {
    width: 90%;
  }
  .yr2-search-autocomplete {
    display: none;
  }
  .payment .grid-12.preview-box {
    margin: 0;
    width: 100% !important;
    background: none;
    height: auto;
  }
  .payment .grid-12.preview-box ul {
    padding: 0 0 0 20px;
  }
  .payment .grid-12.preview-box ul li {
    position: static;
    background: none !important;
    width: 100%;
    height: auto;
    font-size: 13px;
    text-align: left;
    list-style-type: square;
  }
  .payment .grid-12.preview-box ul li span {
    float: none !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .payment .preview-box img.yr2-premium-logo {
    margin: 0;
  }
  .payment #user-subscription-active .yr2-alert {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    line-height: 1.3em;
    letter-spacing: 5px;
    font-size: 14px;
    background: #359111;
  }
  div.yr2-alert.yr2-alert-success {
    padding: 8px 0;
    width: 100% !important;
    margin: 6px 0 !important;
    line-height: 1.3em;
  }
  #user-subscription-step1 {
    width: 100%;
  }
  .payment .yr2-btn-buy-terms,
  .payment .user-subscription-voucher h2,
  .payment .user-subscription-voucher .yr2-form-controls,
  .payment span.price-amount {
    margin: 0 auto !important;
  }
  .payment .yr2-btn-buy-gopay-logo {
    padding: 4px 0 !important;
  }
  .payment {
    text-align: center;
  }
  .user-subscription-voucher-code {
    width: 80% !important;
    display: block;
    margin: 4px auto;
  }
  .payment .yr2-btn-buy-gopay,
  .payment .yr2-btn-buy {
    width: 90%;
    font-size: 19px;
    height: 50px;
    margin: 3px 0 !important;
    display: inline-block;
    padding: 5px;
    line-height: 1.4em;
  }
  .container {
    width: 100%;
  }
  .container .grid-14 {
    width: 100%;
    margin-left: 0;
  }
  .yr2-infinite-list {
    padding: 0;
  }
  .container .grid-10,
  .container .grid-8,
  .container .grid-9 {
    width: 100%;
    margin-left: 0;
  }
  .yr2-notification {
    padding: 0;
  }
  .yr2-notification-date {
    position: static;
    margin: 10px 0;
  }
  .social-button {
    float: left;
    margin-right: 7px;
  }
  iframe {
    width: 100% !important;
  }
  iframe.twitter-share-button {
    width: 65px !important;
  }
  .yr2-btn-xlarge {
    margin: 0 0 4px 0;
  }
  .yr2-notification-date .socials {
    width: 220px;
    overflow: hidden;
  }
  h1 {
    font-size: 30px;
  }
  .yr2-modal-wrap {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30px !important;
    top: 0;
    left: 0;
  }
  div.grid-5.yr2-playing-cover {
    width: 300px;
    height: 300px;
    margin: 0 !important;
  }
  .container .grid-5 {
    width: 100%;
    margin: 0 !important;
  }
  .yr2-playing-btns {
    overflow: hidden;
  }
  .similar-artists {
    width: 100%;
    padding: 0;
  }
  .container .grid-11 {
    width: 100%;
    margin: 0;
  }
  .yr2-playing-similar {
    margin: 0;
  }
  .yr2-form-control-checkbox input[type="checkbox"] {
    width: auto;
  }
  .payment .alert-after-pay {
    margin: 0 auto !important;
    width: 80% !important;
    padding: 15px !important;
  }
  .yr2-page .h1-empty-tpl {
    font-size: 32px;
  }
  .yr2-footer .main-footer-links a {
    display: block;
    padding: 6px 0;
  }
  .yr2-push {
    display: none;
  }
  .li-list li {
    float: none;
    margin: 0;
  }
  .container-empty-tpl {
    width: auto;
  }
  .place-screen-inner {
    width: 90%;
  }
  .nav-about-page .place-screen-inner {
    width: 100%;
  }
  .place-screen-inner img {
    width: 90% !important;
    margin: 0 auto;
  }
  .ps-inner-content .app-icon-mob {
    padding: 0;
    width: 45% !important;
    margin: 0 auto 20px auto !important;
  }
  .nav-about-logo {
    margin: 0 0 0 20px;
  }
  .container-about-page h1 {
    margin: 32px 0 20px;
  }
  .yr2-page .place-screen h2 {
    margin: 24px 0 37px 0;
    text-align: center;
  }
  .icon-bubble {
    margin: 0 auto 23px auto;
    float: none;
  }
  .yr2-page .moods-list li {
    float: none;
    width: auto;
  }
  .about-one-wrap {
    background: url('../img/about/diam_main.png') no-repeat center 143%;
    background-color: #DE224B;
  }
  .about-two-wrap {
    background: url('../img/about/diam_category.png') no-repeat center 120%;
    background-color: #4E4E82;
  }
  .about-tree-wrap {
    background: url('../img/about/diam_my-moods.png') no-repeat center 200%;
    background-color: #513B72;
  }
  .about-four-wrap {
    background: url('../img/about/diam_recommend.png') no-repeat center 150%;
    background-color: #523D28;
  }
  .about-five-wrap {
    background: url('../img/about/diam_others.png') no-repeat right 140%;
    background-color: #E4792A;
  }
  .about-six-wrap {
    background: url('../img/about/diam_my.png') no-repeat right bottom;
    background-color: #4E376A;
  }
  .about-seven-wrap {
    background: url('../img/about/diam_search.png') no-repeat right 140%;
    background-color: #4E4E82;
    padding: 0;
  }
  .about-eight-wrap {
    background: url('../img/about/diam_genres.png') no-repeat left 130%;
    background-color: #543E29;
  }
  .about-nine-wrap {
    background: url('../img/about/diam_like.png') no-repeat center bottom;
    background-color: #292D30;
  }
  .about-ten-wrap {
    background: url('../img/about/diam_save.png') no-repeat right 150%;
    background-color: #493665;
    padding: 0;
  }
  .about-eleven-wrap {
    background: url('../img/about/diam_register.png') no-repeat center 140%;
    background-color: #C91F46;
  }
  .about-twelve-wrap {
    background: url('../img/about/diam_4u.png') no-repeat left 75%;
    background-color: #FB832D;
  }
  .about-thirteen-wrap {
    background: url('../img/about/diam_share.png') no-repeat center center;
    background-color: #A4183F;
  }
  .light-theme .yr2-infinite-list {
    column-count: 1;
  }
  .news-list-first-item img {
    width: 100%;
    float: none;
    border-radius: 15px 15px 0 0;
  }
  .yr2-page .news-list-first-item h3 {
    float: none;
    font-size: 25px;
    width: auto;
    margin: 0;
    padding: 0 20px 20px 20px;
  }
  .date-first-item {
    float: none;
  }
  .notific-perex img {
    width: 100% !important;
  }
  .news-detail-inner {
    padding: 10px;
  }
  .yr2-btn-large {
    line-height: 23px;
  }
}
@media screen and (max-width: 640px) {
  body,
  .yr2-mobile {
    max-width: 640px;
  }
  .yr2-modal-content img,
  .yr2-modal-content video,
  .yr2-player-video {
    width: 100% !important;
    height: auto !important;
  }
  .yr2-mobile-navbar {
    padding: 10px 0;
  }
  .yr2-mobile-content {
    padding: 20px 0 20px;
  }
  .yr2-mobile-content h1 {
    padding: 0 10px;
    font-size: 25px;
  }
  .yr2-mobile-content p {
    padding: 10px 20px 20px;
    font-size: 14px;
  }
  .btn-100 {
    display: block;
    text-align: left;
  }
  .ps-inner-content {
    width: 100%;
  }
  .item-app-inner {
    width: 90%;
  }
  .visual-new-app {
    width: 100% !important;
  }
}
.yr2-artist-detail .artist-data {
  font-size: 120%;
}
.yr2-artist-detail .artist-data .artist-title {
  color: #88929a;
  display: block;
  margin: 5px 0;
}
.yr2-artist-detail .artist-data .artist-value {
  display: block;
  margin: 5px 0 15px 0;
}
.yr2-artist-detail .artist-data .artist-value .external {
  color: #c8194b;
}
.yr2-artist-detail .artist-text {
  color: #88929a;
  font-size: 120%;
  
}
.yr2-artist-detail .artist-data-row {
  font-size: 120%;
  padding: 15px 0;
  display: block;
  border-bottom: #88929a 1px solid;
}
.yr2-artist-detail .artist-data-row.last {
  border-bottom: none;
}
.yr2-artist-detail .artist-data-row i {
  margin: 0 10px;
}
.yr2-artist-detail .artist-text-buttons {
  margin: 0 0 20px 0;
  visibility: hidden;
}
.yr2-artist-detail .artist-data-icon .artist-title {
  color: #88929a;
  width: 60px;
  display: inline-block;
}
.yr2-artist-detail .artist-data-icon .artist-value small {
  font-size: 80%;
  margin-left: 5px;
}
.yr2-artist-detail .artist-data-button {
  color: #88929a;
  cursor: pointer;
}
.yr2-artist-detail .artist-data-highlight {
  background: rgba(200, 25, 75, 0.22);
  color: #c8194b;
}
.yr2-artist-detail .artist-data-highlight a {
  color: #c8194b;
}
.yr2-artist-detail .artist-data-highlight:hover {
  background: #c8194b;
  color: #ffffff;
}
.yr2-artist-detail .artist-data-highlight:hover a {
  color: #ffffff;
}
.yr2-artist-detail .artist-text {
  margin: 15px 0;
  line-height: 1.3em;
}
.yr2-artist-detail .artist-text a {
  color: #c8194b;
}
.yr2-artist-detail .artist-text-buttons a {
  color: #c8194b;
}
.yr2-artist-detail-switch-button {
  display: inline;
  margin-right: 20px;
}
.yr2-artist-detail-switch-button a {
  color: #7f8183;
  padding-bottom: 5px;
}
.yr2-artist-detail-switch-button.highlighted a,
.yr2-artist-detail-switch-button:hover a {
  color: #ffffff;
}
.discography {
  margin: 20px 0;
}
.discography .yr2-discography {
  background: rgba(25, 28, 31, 0.75);
  margin: 7px 0;
  height: 120px;
}
.discography .yr2-discography img.left {
  float: left;
  margin: 0 10px 0 0;
}
.discography .yr2-discography span {
  color: #88929a;
  display: block;
  line-height: 1.4em;
}
.discography .yr2-discography span strong {
  color: #ffffff;
}
.discography .yr2-discography h4 {
  margin: 10px 0 5px 0;
  font-size: 1.4em;
}
.discography .yr2-discography a {
  color: #c8194b;
}
.container .grid-11.similar-artists {
  margin: 20px 0;
}
.similar-artists-artist-page {
  padding-top: 0;
}
.yr2-bubble-popular.info {
  background: black;
  border: 1px solid #ffffff;
}
.yr2-bubble-popular.info a {
  color: #ffffff;
}
.yr2-bubble-popular.info:hover {
  background: #c8194b;
  color: #ffffff;
}
.artist-page-inner {
  padding: 20px;
}
form.instore-form input.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  border: 1px solid #cbd1d8;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
form.instore-form input.radio:hover {
  background: #9faab7;
}
form.instore-form input.radio:checked {
  border: none;
  background: #C8194B;
}
form.instore-form input.radio:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 28px;
  text-align: center;
  line-height: 25px;
}
form.instore-form input.radio:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
form.instore-form input.radio {
  border-radius: 50%;
}
form.instore-form input.radio::after {
  border-radius: 50%;
}
form.instore-form .yr2-form-controls label {
  margin-top: 5px;
}
form.instore-form ul.ads li {
  margin: 15px 0 15px 0;
  line-height: 30px;
}
form.instore-form ul.ads li label {
  font-size: 20px;
}
form.instore-form ul.ads li label input {
  vertical-align: text-top;
}
