/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

body{
  --primary: #d570d3;
  --primary-light: rgba(213, 112, 211, 0.8)
}

body.dorcel{
  --primary: #d0006f;
  --primary-light: #d0006f
}

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,
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,
main,
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,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
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;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf)
      format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf)
      format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Lato Black"), local("Lato-Black"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPHA.ttf)
      format("truetype");
}
.mb-25 {
  margin-bottom: 1.5625vw;
}
.mb-50 {
  margin-bottom: 3.125vw;
}
.mb-75 {
  margin-bottom: 4.6875vw;
}
.mb-100 {
  margin-bottom: 6.25vw;
}
.mt-25 {
  margin-top: 1.5625vw;
}
.mt-50 {
  margin-top: 3.125vw;
}
.mt-75 {
  margin-top: 4.6875vw;
}
.mt-100 {
  margin-top: 6.25vw;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
body,
html {
  font-family: "Lato", sans-serif;
  background: black;
  margin: 0;
  width: auto;
  height: auto;
  overflow: hidden;

  max-width: 100vw;
  max-height: 100vh;
}
* {
  font-family: "Lato", sans-serif;
  color: white;
  outline: 0;
  text-decoration: none;
}
body {
  background: #150015;
}
h2.title {
  font: Bold 2.375vw/2.8125vw Lato;
  letter-spacing: 0;
}
.container {
  padding: 2.5vw 3.75vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#background {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url("https://media-cdn.alteox.stream/movie-cover/nightclub/15/251980-cover_251980_front.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#background .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#sapper {
  width: auto;
  height: auto;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100vw;
  max-height: 100vh;
}

.loading {
  background: url("/img/loading.gif") no-repeat center center;
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 auto;
}

nav {
  width: 100%;
  padding: 2.5vw 0 0 3.75vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
nav #logo {
  background: url("/img/logo-lovepass.png") no-repeat center center;
  width: 18.75vw;
  height: 5.9375vw;
  background-size: contain;
  margin-right: 2.5vw;
}

nav #nav {
  display: flex;
  flex: 1;
}

nav #nav a {
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  color: white;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 1.5625vw 3.75vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
nav #nav a.selected {
  background-color: var(--primary);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
nav #nav a:not(:first-child) {
  margin-left: 1.875vw;
}
nav #nav a.search {
  background: url("/img/search.png") no-repeat 1.875vw center
    rgba(255, 255, 255, 0.3);
  background-size: 1.5vw auto;
  padding-left: 4.3125vw;
}
nav #nav a.search.selected {
  background: url("/img/search.png") no-repeat 1.875vw center var(--primary);
  background-size: 1.5vw auto;
}
nav #nav a.catalogue {
  background: url("/img/catalogue.png") no-repeat 1.75vw center
    rgba(255, 255, 255, 0.3);
  padding-left: 4.8125vw;
  background-size: 1.5vw auto;
}
nav #nav a.catalogue.selected {
  background: url("/img/catalogue.png") no-repeat 1.75vw center var(--primary);
  background-size: 1.5vw auto;
}
nav #nav a.clips {
  background: url("/img/clips.png") no-repeat 1.75vw center
    rgba(255, 255, 255, 0.3);
  padding-left: 4.8125vw;
  background-size: 1.5vw auto;
}
nav #nav a.clips.selected {
  background: url("/img/clips.png") no-repeat 1.75vw center var(--primary);
  background-size: 1.5vw auto;
}
nav #nav a.favorites {
  background: url("/img/favorites.png") no-repeat 1.875vw center
    rgba(255, 255, 255, 0.3);
  background-size: 1.5vw auto;
  padding-left: 4.3125vw;
}
nav #nav a.exit {
  background: url("/img/exit-white.png") no-repeat 1.75vw center
    rgba(255, 255, 255, 0.3);
  background-size: 1.5vw auto;
  background-repeat: no-repeat;
  margin-right: 2.1875vw;
  padding-left: 4.375vw;
}
nav #nav a.favorites.selected {
  background: url("/img/favorites.png") no-repeat 1.875vw center var(--primary);
  background-size: 1.5vw auto;
}
nav #nav a.exit.selected {
  background: url("/img/exit-white.png") no-repeat 1.75vw center var(--primary);
  background-size: 1.5vw auto;
}

.categories {
  margin-top: 1.5625vw;
}
.categories .category {
  margin: 0.625vw 0.66%;
  width: 32%;
  text-align: center;
  text-transform: uppercase;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.25vw;
  padding: 1.25vw 0.3125vw;
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  white-space: nowrap;
  display: inline-block;
}
.categories .category.selected {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background: var(--primary);
}
.categories .category.selected .name {
  background: rgba(0, 0, 0, 0.3);
}
.categories .category.selected .overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.movies {
  margin-top: 1.5625vw;
}
.movies .loading-wrapper {
  margin: 0 auto;
  margin-top: 9.375vw;
  width: 100%;
  text-align: center;
}
.movies .movie {
  height: 20vw;
  width: 13vw;
  display: inline-block;
  position: relative;
}
.movies .movie:not(:last-child) {
  margin-right: 2.5vw;
}
.movies .movie .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.movies .movie .bottom {
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  padding: 0.625vw 0.9375vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.movies .movie .bottom .title {
  font-size: 1.5vw;
  font-weight: 600;
  margin-bottom: 0.4375vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movies .movie .bottom .subtitle {
  font-size: 1.125vw;
  color: white;
}
.movies .movie.selected {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.movies .movie.selected .bottom {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background: var(--primary);
}
.movies .movie.selected .bottom .subtitle {
  color: white;
}
.view-movie {
  margin-top: 1.25vw;
}
.view-movie .main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 26.25vw;
}
.view-movie .main .left {
  display: inline-block;
  width: auto;
}
.view-movie .main .left img {
  height: 26.25vw;
  width: auto;
  max-width: 100%;
}
.view-movie .main .right {
  display: inline-block;
  color: white;
  padding: 0 1.875vw;
  position: relative;
  min-width: 37.5vw;
}
.view-movie .main .right .title-wrapper {
  margin-bottom: 1.5625vw;
}
.view-movie .main .right .title-wrapper .title {
  font-size: 2.375vw;
  display: inline-block;
  vertical-align: middle;
}
.view-movie .main .right .title-wrapper .hd {
  margin-left: 0.9375vw;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  padding: 0.3125vw 0.5vw;
  font-size: 0.9375vw;
  color: #333;
  font-weight: bold;
}
.view-movie .main .right ul.various {
  font-size: 1.5vw;
}
.view-movie .main .right ul.various li {
  color: rgba(255, 255, 255, 0.7);
  margin: 0.3125vw 0;
}
.view-movie .main .right .buttons-wrapper {
  position: absolute;
  bottom: 0;
  min-width: 31.25vw;
}
.view-movie .main .right .buttons-wrapper .play,
.view-movie .main .right .buttons-wrapper .favorite {
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  padding: 1.5vw 3.75vw;
  color: white;
  display: inline-block;
  font-size: 1.5vw;
}
.view-movie .main .right .buttons-wrapper .play.selected,
.view-movie .main .right .buttons-wrapper .favorite.selected {
  background: var(--primary);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.view-movie .main .right .buttons-wrapper .play.favorite,
.view-movie .main .right .buttons-wrapper .favorite.favorite {
  margin-left: 0.625vw;
  background: url("/img/favorites.png") no-repeat center center
  rgba(255, 255, 255, 0.3);
}
.view-movie .main .right .buttons-wrapper .play.favorite.selected,
.view-movie .main .right .buttons-wrapper .favorite.favorite.selected {
  background: url("/img/favorites.png") no-repeat center center var(--primary);
}
.view-movie .description {
  text-align: justify;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.875vw;
  line-height: 1.875vw;
  font-size: 1.5vw;
  max-height: 17vw;
  overflow: hidden;
}
.page-indicator {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.625vw;
}

.lds-heart-container {
  text-align: center;
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 5vw;
  height: 5vw;
  transform: rotate(45deg);
  transform-origin: 2.5vw 2.5vw;
  margin: 0 auto;
}
.lds-heart div {
  top: 2vw;
  left: 2vw;
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 2vw;
  height: 2vw;
  background: #fff;
}
.lds-heart div:before {
  left: -1.5vw;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -1.5vw;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
0% {
transform: scale(0.95);
}
5% {
transform: scale(1.1);
}
39% {
transform: scale(0.85);
}
45% {
transform: scale(1);
}
60% {
transform: scale(0.95);
}
100% {
transform: scale(0.9);
}
}
#videoWrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
#videoWrapper video {
  z-index: 11;
  width: 100%;
  height: 100%;
}
#videoWrapper .controls {
  z-index: 12;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 12.5vw black;
  -moz-box-shadow: inset 0 0 12.5vw black;
  box-shadow: inset 0 0 12.5vw black;
}
#videoWrapper .controls .title {
  color: white;
  font-size: 2.375vw;
  padding: 3.125vw 0 0 3.125vw;
  font-weight: 600;
}
#videoWrapper .controls .bottom-bar {
  background: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.25vw 1.25vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#videoWrapper .controls .bottom-bar .buttons {
  margin: 0 1.25vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#videoWrapper .controls .bottom-bar .buttons > div {
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause {
  background: url("/img/player/Pause@2x.png") no-repeat center center;
  background-size: cover;
  margin-right: 0.625vw;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause.selected {
  background: url("/img/player/Pause Hover@2x.png") no-repeat center center;
  background-size: cover;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause.paused {
  background: url("/img/player/Play@2x.png") no-repeat center center;
  background-size: cover;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause.paused.selected {
  background: url("/img/player/Play Hover@2x.png") no-repeat center center;
  background-size: cover;
}
#videoWrapper .controls .bottom-bar .buttons .stop {
  background: url("/img/player/Stop@2x.png") no-repeat center center;
  background-size: cover;
}
#videoWrapper .controls .bottom-bar .buttons .stop.selected {
  background: url("/img/player/Stop Hover@2x.png") no-repeat center center;
  background-size: cover;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper {
  margin-top: 0.1875vw;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .current-time {
  text-align: right;
  padding-right: 0.625vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .progress-bar {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.3125vw;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .progress-bar .bar {
  background: rgba(255, 255, 255, 0.8);
  height: 0.375vw;
  width: 100%;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .progress-bar .progress {
  width: 66%;
  background: var(--primary);
  height: 100%;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .total-time {
  padding-left: 0.625vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-container {
  text-align: center;
  max-width: 73.9%;
}
.search-container #searchBar {
  background: white;
  margin: 0 auto;
  font-weight: bold;
  width: 80%;
  padding: 1.1875vw 1.875vw;
  font-size: 1.375vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  outline: 0;
  border: 0.1875vw solid white;
  box-sizing: border-box;
}
.search-container #searchBar.selected {
  border: 0.1875vw solid var(--primary);
}
.search-container #searchBar.typing {
  background: url("/img/keyboard.svg") no-repeat 95% center white;
  background-size: 2.5vw auto;
}
.search-container .search-suggestions {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
.search-container .search-suggestions .suggestion {
  padding: 1.25vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
}
.search-container .search-suggestions .suggestion.selected {
  background: var(--primary-light);
  text-shadow: 0 0.0625vw 0.1875vw rgba(0, 0, 0, 0.25);
}
.search-container .search-suggestions .suggestion .meta {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-container .search-suggestions .suggestion .meta .title {
  font-size: 1.5vw;
  font-weight: 800;
  margin-bottom: 0.4375vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-container .search-suggestions .suggestion .meta .duration {
  color: rgba(255, 255, 255, 0.7);
}
.search-container .search-suggestions .suggestion .year {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  width: 30%;
}
.search-container .search-suggestions .suggestion .year .hd {
  margin-left: 0.9375vw;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  padding: 0.3125vw 0.5vw;
  font-size: 0.875vw;
  color: #333;
  font-weight: bold;
}
.popover-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.popover-wrapper .popover {
  width: 50vw;
}
.popover-wrapper .popover .header {
  width: 100%;
  background: var(--primary);
  color: white;
  font-size: 1.5vw;
  padding: 1.1875vw 1.625vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  text-shadow: 0 0.0625vw 0.1875vw rgba(0, 0, 0, 0.25);
}
.popover-wrapper .popover .message {
  background: white;
  font-size: 1.125vw;
  padding: 1.5625vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popover-wrapper .popover .message p {
  color: #333;
  line-height: 1.25vw;
}
.popover-wrapper .popover .message p:not(:first-child) {
  margin-top: 0.625vw;
}
.popover-wrapper .popover .message p span {
  color: var(--primary);
  font-weight: 600;
}
.popover-wrapper .popover .message p span.green-button {
  padding: 0 0.625vw;
  background: green;
  margin: 0 0.9375vw;
  -webkit-border-radius: 1.5625vw;
  -moz-border-radius: 1.5625vw;
  border-radius: 1.5625vw;
}
.popover-wrapper .popover .buttons {
  text-align: right;
  background: white;
  padding: 1.125vw;
  font-size: 1.125vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popover-wrapper .popover .buttons .button {
  display: inline-block;
  background: white;
  border: 0.0625vw solid var(--primary);
  color: var(--primary);
  padding: 1.125vw 1.5vw;
  font-weight: 600;
}
.popover-wrapper .popover .buttons .button.with-arrow {
  background: url("/img/arrow-right-pink.png") no-repeat right 0.9375vw center white;
  background-size: 1vw auto;
  padding-right: 3.75vw;
}
.popover-wrapper .popover .buttons .button.selected {
  background: var(--primary);
  border: 0.0625vw solid var(--primary);
  color: white;
  text-shadow: 0.0625vw 0.0625vw 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.3);
}
.popover-wrapper .popover .buttons .button.selected.with-arrow {
  background: url("/img/arrow-right.png") no-repeat right 0.9375vw center var(--primary);
  background-size: 1vw auto;
}
.popover-wrapper .popover .buttons .button:not(:last-child) {
  margin-right: 0.625vw;
}


@media(max-width: 91.25em){
  body{
    font-size: 0.875vw;
  }

  nav{
    padding: 1.25vw 0 0 1.875vw;
  }

  .container{
    padding: 1.25vw 1.875vw;
  }

  nav #nav a{
    padding: 1.25vw 2.5vw;
    font-size: 1.25vw;
  }

  nav #nav a:not(:first-child) {
    margin-left: 0.9375vw;
  }

  nav #logo {
    width: 10vw;
    height: 3.75vw;
    margin-right: 1.25vw;
  }

  .search-container #searchBar{
    padding: 0.9375vw 1.25vw;
    font-size: 1.125vw;
  }

  .search-container, .search-container #searchBar{
    max-width: 90%;
  }

  .search-container #searchBar, .search-container .search-suggestions{
    width: 90%;
  }

  .search-container .search-suggestions .suggestion{
    padding: 0.875vw;
  }

  .search-container .search-suggestions .suggestion .meta .title{
    font-size: 1.125vw;
  }

  .search-container .search-suggestions .suggestion .year .hd{
    padding: 0.1875vw 0.25vw;
    font-size: 0.625vw;
  }

  .movies .movie:not(:last-child){
    margin-right: 1.6%
  }

  .movies .movie{
    height: 18.75vw;
    width: 15.3%
  }

  h2.title{
    font: Bold 1.875vw/2.5vw Lato
  }

  .movies .movie .bottom .title{
    font-size: 1.125vw;
  }

  .movies .movie .bottom .subtitle{
    font-size: 0.875vw;
  }

  .view-movie .main, .view-movie .main .left img{
    height: auto;
    min-height: 12.5vw;
    max-height: 17.5vw;
    max-width: 13.75vw;
  }

  .view-movie .main .right ul.various {
    font-size: 1.25vw;
  }

  .view-movie .main .right .title-wrapper{
    display: inline-flex;
    align-items: center;
  }

  .view-movie .main .right .title-wrapper .hd{
    margin-top: 0.375vw;
  }

  .view-movie .main .right .title-wrapper .title{
    font-size: 1.875vw;
  }

  .view-movie .main .right .buttons-wrapper .play, .view-movie .main .right .buttons-wrapper .favorite{
    padding: 1.25vw 1.875vw;
    font-size: 1.25vw;
  }

  .view-movie .description{
    line-height: 1.625vw;
    font-size: 1.25vw;
  }

  .video-loading-wrapper{
    margin-top: 22% !important;
  }

  #videoWrapper .controls .title{
    font-size: 1.875vw;
    padding: 1.25vw 0 0 1.25vw;
  }

  #videoWrapper .controls .bottom-bar .buttons{
    margin: 0 1.25vw 0 0;
  }

  .categories .category{
    margin: 0.375vw 0.66%;
    font-size: 0.9375vw;
    padding: 0.875vw 0.3125vw;
  }

  .popover-wrapper .popover{
    width: 56vw;
  }

  .qr .popover .text-part .message .description{
    margin: 2vw 0 0 0 !important;
  }

  .keyboard-separator{
    width: 8.375vw !important
  }
}

.login-notice{
  position: absolute;
  text-align: center;
  margin: 5vw auto auto;
  font-size: 1.875vw;
  z-index: 9;
  width: 100%;
}

.login-notice h5{
  margin: 1.25vw auto 3.75vw;
}

.login-notice img{
  width: 6.25vw;
  height: auto;
}

.cover{
  position: relative;
  width: 18.375vw;
}

.view-movie .main .cover{
  min-width: 18.375vw;
}

@media(max-width: 91.25em) {
  .login-notice{
    margin: 2.5vw auto auto;
    font-size: 1.25vw;
  }

  .login-notice h5{
    margin: 0.625vw auto 1.875vw;
  }

  .cover{
    width: 13.75vw;
  }
  .view-movie .main .cover{
    min-width: 13.75vw;
  }
}
