/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Maven Pro, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: black;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
a[style*="background"] {
  border-bottom: none;
}
a:hover {
  color: #6d6d6d;
  border-color: #6d6d6d;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: Maven Pro, sans-serif;
  text-transform: none;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.text > h1, .text > .h1, .text > h2, .text > .h2, .text > h3, .text > .h3, .text > h4, .text > .h4, .text > h5, .text > .h5 {
  margin-top: 1em;
  margin-bottom: 1.6em;
}
h1 > .heading-prefix, .h1 > .heading-prefix, h2 > .heading-prefix, .h2 > .heading-prefix, h3 > .heading-prefix, .h3 > .heading-prefix, h4 > .heading-prefix, .h4 > .heading-prefix, h5 > .heading-prefix, .h5 > .heading-prefix {
  display: block;
  color: #db0f67;
  margin-bottom: .4em;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4, h5, .h5 {
  font-size: 20px;
}

strong {
  font-weight: 800;
}

hr {
  border: none;
  border-top: 5px #db0f67 solid;
}

img {
  -ms-interpolation-mode: bicubic;
}

.text > p {
  margin-top: 1em;
  margin-bottom: 1.6em;
}

.button-back:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UGF0aCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjAuMDAwMDAwLCAtNDUwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iYXNtZHAtbG9nbyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuMDAwMDAwLCA0NDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC05IiBwb2ludHM9IjIwIDMwIDIwIDEwIDAgMjAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}

.order-videos .newest .icon:before {
  background-color: #000;
  mask-size: 30px auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url('../images/ico_video-time.png');

  -webkit-mask-size: 30px auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('../images/ico_video-time.png');
  
}

.order-videos .popular .icon:before {
  background-color: #000;
  mask-size: 30px auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url('../images/ico_video-like.png');
  
  -webkit-mask-size: 30px auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('../images/ico_video-like.png');
  
  
}

.tag-info .info {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIycHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+aWNvbl9pbmZvX3doaXRlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iaWNvbl9pbmZvX3doaXRlIiBmaWxsPSIjRkZGRkZGIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTIiIHg9IjAiIHk9IjQiIHdpZHRoPSIyIiBoZWlnaHQ9IjgiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}

label .icon.icon-checkbox:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCAxOCAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDc8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxwYXRoIGQ9Ik01LjE5NzkyMzAyLDguMjU0MDM4MjIgTDAuODAyMDc2OTgxLDEwLjYzNjU4NjggQzMuODk4NjM2NSwxNi4zNDk3OTYyIDQuODg5NDEwNzQsMTguMDc5NDY4OCA1Ljg0NDY3MjIzLDE5LjI3NTgyNjQgQzguMDk0Mjk5ODUsMjIuMDkzMjMyMiAxMC45MjQwMTE0LDIxLjE2Njk4OTkgMTEuOTI3NzUyOCwxOC4wNzA2MTEzIEMxMi4wNDUzNDEsMTcuNzA3ODcwOCAxMy4wODkzMzY5LDEzLjU1MjQ4MSAxMy42MTAwNTYsMTEuOTQ5MzcyNyBDMTQuNTk3ODY2Miw4LjkwODI1NzQzIDE1LjkxNjMzMTcsNi4xMTg4NzAwOCAxNy43ODk4MDUxLDMuNDI4NzIzMjEgTDEzLjY4Njc1NzQsMC41NzEyNzY3OTMgQzExLjUxMTM3NDcsMy42OTQ5Mzk2MiA5Ljk4NTU1NzYyLDYuOTIzMDA2NTIgOC44NTQ2MzE5LDEwLjQwNDcyMzQgQzguNjE0MTYyMjcsMTEuMTQ1MDQzNiA4LjI5ODQyMzUzLDEyLjI3MzI0MzEgOC4wMDUzMzQyOCwxMy4zNjA3MTQxIEM3LjMzNTU4MzI5LDEyLjE3OTEwMzYgNi40NDA4NjQ0NiwxMC41NDcyODgxIDUuMTk3OTIzMDIsOC4yNTQwMzgyMiBaIiBpZD0iUGF0aC03IiBmaWxsPSIjODZCNDBEIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4gICAgPC9nPjwvc3ZnPg==);
}

.back-to-top, .tag-info .info:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyOXB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAyOSAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDg8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTgiIGZpbGw9IiMwMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUzOTA2MiwgMTQuNjcxODc1KSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xNC41MzkwNjIsIC0xNC42NzE4NzUpICIgcG9pbnRzPSIwLjAzOTA2MjUgMC4xNzE4NzUgMjkuMDM5MDYyNSAxNS4xNzE4NzUgMC4wMzkwNjI1IDI5LjE3MTg3NSI+PC9wb2x5Z29uPiAgICA8L2c+PC9zdmc+);
}

.back-to-top:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyOXB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAyOSAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDg8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTgiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUzOTA2MiwgMTQuNjcxODc1KSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xNC41MzkwNjIsIC0xNC42NzE4NzUpICIgcG9pbnRzPSIwLjAzOTA2MjUgMC4xNzE4NzUgMjkuMDM5MDYyNSAxNS4xNzE4NzUgMC4wMzkwNjI1IDI5LjE3MTg3NSI+PC9wb2x5Z29uPiAgICA8L2c+PC9zdmc+);
}


.video-delete {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPHBvbHlnb24gaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjMDAwMDAwIiBwb2ludHM9IjYuNDE0MjEzNTYgNSA5Ljk0OTc0NzQ3IDEuNDY0NDY2MDkgOC41MzU1MzM5MSAwLjA1MDI1MjUzMTcgNSAzLjU4NTc4NjQ0IDEuNDY0NDY2MDkgMC4wNTAyNTI1MzE3IDAuMDUwMjUyNTMxNyAxLjQ2NDQ2NjA5IDMuNTg1Nzg2NDQgNSAwLjA1MDI1MjUzMTcgOC41MzU1MzM5MSAxLjQ2NDQ2NjA5IDkuOTQ5NzQ3NDcgNSA2LjQxNDIxMzU2IDguNTM1NTMzOTEgOS45NDk3NDc0NyA5Ljk0OTc0NzQ3IDguNTM1NTMzOTEiPjwvcG9seWdvbj4gICAgPC9nPjwvc3ZnPg==);
}

.video-drag:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY29uX2RyYWc8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJpY29uX2RyYWciIGZpbGw9IiMwMDAwMDAiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iNCIgeT0iMCIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iMCIgeT0iNCIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iNCIgeT0iNCIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iMCIgeT0iOCIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iNCIgeT0iOCIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iMCIgeT0iMTIiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTMiIHg9IjQiIHk9IjEyIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIj48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiB4PSI4IiB5PSIwIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIj48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiB4PSI4IiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSIyIj48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiB4PSI4IiB5PSI4IiB3aWR0aD0iMiIgaGVpZ2h0PSIyIj48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiB4PSI4IiB5PSIxMiIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMyIgeD0iMCIgeT0iMTYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTMiIHg9IjQiIHk9IjE2IiB3aWR0aD0iMiIgaGVpZ2h0PSIyIj48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiB4PSI4IiB5PSIxNiIgd2lkdGg9IjIiIGhlaWdodD0iMiI+PC9yZWN0PiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}

.item-not-available {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+R3JvdXAgMjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS02IiBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiM5Nzk3OTciIHBvaW50cz0iMCAwIDEwMCAwIDEwMCAxMDAgMCAxMDAiPjwvcG9seWdvbj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlLTYiIGZpbGw9IiMwMDAwMDAiIHBvaW50cz0iMTAwIDAgMTAwIDUgNSAxMDAgMCAxMDAiPjwvcG9seWdvbj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlLTYiIGZpbGw9IiMwMDAwMDAiIHBvaW50cz0iNSAwIDAgNSA4Ljg4MTc4NDJlLTE1IDguODgxNzg0MmUtMTUiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}

body {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 60px;
  padding-bottom: 10px;
}
body.page-videos {
  padding-top: 141px;
}
body > * {
  z-index: 10;
  position: relative;
}

.header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #86b40d;
  padding: 0 0 0 60px;
  z-index: 100;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header .button {
  margin-top: 5px;
}
.header a {
  border: none;
}

a[name]:empty {
  position: absolute;
  margin-top: -50px;
}

.nav-menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  text-indent: -999px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
}
.nav-menu-trigger:hover {
  border: none;
}

.nav-menu-trigger-icon {
  z-index: 20;
  display: block;
  width: 30px;
  height: 4px;
  position: relative;
  background-color: white;
  overflow: visible;
  top: 13px;
  left: 10px;
}
.nav-menu-trigger-icon:after, .nav-menu-trigger-icon:before {
  background-color: white;
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0;
}
.nav-menu-trigger-icon:before {
  top: 10px;
}
.nav-menu-trigger-icon:after {
  top: 20px;
}

.nav-home {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  float: right;
  padding: 5px;
  height: 100%;
}
.nav-home:hover {
  border: none;
}
.nav-home img {
  width: 40px;
  height: 40px;
}

#menu:target + .nav-container .nav-menu-trigger {
  display: none;
}
#menu:target + .nav-container .button-close {
  display: block;
}
#menu:target + .nav-container .nav {
  display: block;
  transform: translate(0, 0);
}

.nav-container {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
}
.nav-container .button-close {
  position: fixed;
  display: none;
  left: -5px;
  top: 0;
  z-index: 200;
  width: 60px;
  height: 50px;
}
.nav-container .button-close:after, .nav-container .button-close:before {
  left: 15px;
  top: 24px;
}
.nav-container .button-close:active {
  box-shadow: none;
}
.nav-container > a {
  border: none;
}

.nav-scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 60px 40px 0 40px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 350px) {
  .nav-scroll {
    padding: 60px 10px 0 10px;
  }
}
.nav-scroll .nav-menu .button {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav {
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  background-color: #db0f67;
  color: white;
  display: block;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav a {
  color: inherit;
}
.nav .nav-user {
  margin-bottom: 20px;
}
.nav .nav-menu {
  display: block;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.nav .nav-menu li {
  padding: 0;
}
.nav .nav-menu .button {
  color: #db0f67;
}
.nav .nav-menu .button-transparent-light {
  color: #fff;
  border: 2px solid #fff;
}
.nav .categories {
  display: block;
}

.close-fade {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu:target ~ .nav-container .close-fade {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  list-style: none;
  margin: 20px 0;
  padding: 5px 0;
  font-size: 16px;
}
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li:last-child a:after {
  display: none;
}
.breadcrumb li a {
  border: none;
  padding-right: 20px;
}
.breadcrumb li a:after {
  display: inline-block;
  content: '\203A';
  padding-left: 10px;
}

.home-menu {
  margin: 60px 10px 100px;
  padding: 0;
}
.home-menu li {
  display: block;
  margin-bottom: 10px;
}
.home-menu li:last-child {
  margin-bottom: 0;
}

.back-to-top {
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px 10px;
  border: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: white;
}
.back-to-top:hover {
  background-color: black;
}

.footer {
  position: relative;
  background-color: #f0f0f0;
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: -10px;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
  text-align: center;
}
.footer ul {
  list-style: none;
  margin: 0 0 22.4px 0;
  padding: 0;
}
.footer ul li {
  display: inline-block;
}
.footer a {
  margin: 10px;
}

.footer-partners a {
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -1234em;
}

.background {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
}
.background .background-bottom {
  position: fixed;
  bottom: -5px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

p, ul, ol, figure {
  margin: 0 0 22.4px 0;
}

.container,
article {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  padding: 0;
  margin: 0 0 22.4px 0;
}
figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.well {
  padding: 10px;
  background-color: rgba(134, 180, 13, 0.2);
  margin-bottom: 22.4px;
}
.well > *:last-child {
  margin-bottom: 0;
}

figure.video {
  position: relative;
  padding-top: 75%;
  height: 0;
}
figure.video > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  position: relative;
  float: left;
  clear: both;
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  color: #db0f67;
  margin: 44.8px 0 67.2px 0;
  padding-left: 40px;
  padding-right: 40px;
}
blockquote:before, blockquote:after {
  content: '"';
  position: absolute;
  font-weight: 200;
  font-size: 100px;
}
blockquote:before {
  left: 0;
  top: -30px;
}
blockquote:after {
  display: none;
  bottom: -40px;
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  blockquote {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  blockquote:before, blockquote:after {
    font-size: 50px;
  }
  blockquote:before {
    top: -20px;
  }
  blockquote:after {
    bottom: -20px;
  }
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
select,
label,
legend,
.button,
button {
  font-family: Maven Pro, sans-serif;
  border: none;
  padding: 0 10px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
}

legend {
  margin: 22.4px 0;
  padding-bottom: .2em;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #db0f67;
}

input:-webkit-autofill {
  font-family: Maven Pro, sans-serif;
  border: none;
  padding: 0 10px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #FCE9F1 !important;
  color: red;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=file],
textarea,
select {
  -webkit-appearance: none;
  border-radius: 6px;
  border: 0;
  box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: black;
}

textarea {
  padding: 10px;
  height: 200px;
  font-size: 20px;
  font-weight: 400;
}

input[type=file] {
  padding: 10px;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
select,
.button,
button {
  height: 40px;
}

input:-webkit-autofill {
  height: 40px;
}

.select {
  position: relative;
  display: flex;
  align-items: center;
}
.select strong {
  margin-right: 10px;
  color: #888;
}
.select:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 4;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: black transparent transparent transparent;
}

input[type="checkbox"],
input[type="radio"] {
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 4px;
  margin: -4px 0 0 0;
  vertical-align: middle;
}

input[type="radio"] {
  border-radius: 50%;
}

label,
legend {
  padding: 0;
}

label.label-checkbox, label.label-radio {
  position: relative;
  padding-left: 25px;
}
label input[type=radio],
label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
label input[type=radio]:checked + .icon:after {
  background-color: #86b40d;
}
label input[type=checkbox]:checked + .icon:after {
  opacity: 1;
}
label .icon.icon-checkbox {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -1px;
  background-color: transparent;
}
label .icon.icon-checkbox:after, label .icon.icon-checkbox:before {
  content: '';
  position: absolute;
}
label .icon.icon-checkbox:before {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  border-radius: 3px;
  background-color: white;
  border: 4px solid black;
}
label .icon.icon-checkbox:after {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  display: block;
  width: 17px;
  height: 20px;
  background-repeat: no-repeat;
  left: 7px;
  top: 1px;
  background-size: contain;
  opacity: 0;
}
label .icon.icon-radio {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -1px;
  background-color: transparent;
}
label .icon.icon-radio:before, label .icon.icon-radio:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
label .icon.icon-radio:before {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  background-color: black;
}
label .icon.icon-radio:after {
  width: 10px;
  height: 10px;
  left: 10px;
  top: 10px;
  background-color: white;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 22.4px 0;
}
fieldset fieldset {
  margin: 0;
}

.form-row {
  margin-bottom: 10px;
}
.form-row label {
  display: block;
}
.form-row input, .form-row textarea {
  width: 100%;
}
.form-row input[type="checkbox"],
.form-row input[type="radio"] {
  width: 30px;
}

.message {
  max-width: 800px;
  margin: 20px auto;
  background-color: #db0f67;
  padding: 10px;
  color: white;
}
.message > *:last-child {
  margin: 0;
}
.message ul {
  padding: 0;
  list-style: none;
}

.message-error {
  background-color: black;
}
.message-error, .message-error * {
  color: #fff;
}

.pw-strength-meter {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.video-remove,
.video-edit,
.playlist-add,
.playlist-remove,
.playlist-edit,
.button,
button {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: white;
  background-color: black;
  font-family: Maven Pro, sans-serif;
  height: 40px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 400;
  border: 2px solid black;
  cursor: pointer;
}
.video-remove:active,
.video-edit:active,
.playlist-add:active,
.playlist-remove:active,
.playlist-edit:active,
.button:active,
button:active {
  box-shadow: 0 0 0 5px rgba(134, 180, 13, 0.5);
}
.video-remove:hover,
.video-edit:hover,
.playlist-add:hover,
.playlist-remove:hover,
.playlist-edit:hover,
.button:hover,
button:hover {
  border-color: transparent;
}

.button-light {
  background-color: white;
  color: black;
  border-color: transparent;
}

.button-max-width {
  width: 100%;
}

.button-arrow:after {
  content: '\203A';
  display: block;
  float: right;
}

.button-transparent {
  background-color: transparent;
  color: black;
}
.button-transparent:hover {
  border-color: black;
}

.button-favorite {
  overflow: hidden;
  padding-left: 40px;
  position: relative;
}
.button-favorite .button-favorite-icon {
  background-color: white;
  display: block;
  position: absolute;
  left: 17px;
  top: 15px;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border: none;
  transform: rotate(-45deg);
}
.button-favorite .button-favorite-icon:before, .button-favorite .button-favorite-icon:after {
  content: '';
  border-radius: 50%;
  background-color: white;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 0;
}
.button-favorite .button-favorite-icon:after {
  left: 0;
  top: -5px;
}

.button-menu-small {
  display: inline-block;
  border: none;
  border-radius: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  position: relative;
  background: none;
}
.button-menu-small:hover {
  border: none;
}
.button-menu-small .button-menu-small-icon {
  pointer-events: none;
  cursor: crosshair;
  overflow: visible;
  display: block;
  position: absolute;
  left: 22px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: white;
}
.button-menu-small .button-menu-small-icon:after, .button-menu-small .button-menu-small-icon:before {
  background-color: white;
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.button-menu-small .button-menu-small-icon:before {
  top: 10px;
}
.button-menu-small .button-menu-small-icon:after {
  top: 20px;
}

.button-checkbox {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  border: none;
  color: black;
  padding-left: 50px;
}
.button-checkbox:before {
  border: 5px solid black;
  z-index: 0;
  background-color: transparent;
  border-radius: 6px;
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 5px;
}
.button-checkbox input {
  position: absolute;
  left: -9999px;
}
.button-checkbox input[type=checkbox]:checked + span {
  opacity: 1;
}
.button-checkbox .button-checkbox-checked {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: absolute;
  left: 6px;
  top: -2px;
  width: 50px;
  height: 50px;
  opacity: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzVweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgMzUgNDIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UGF0aCAxMTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0zMiwyIEMzMiwyIDE5LDIwIDE0LDM1IEM5LDI4IDMsMTguNSAzLDE4LjUiIGlkPSJQYXRoLTExIiBzdHJva2U9IiNEQjBGNjciIHN0cm9rZS13aWR0aD0iNiI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.button-close {
  display: inline-block;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  position: relative;
}
.button-close:hover {
  border: none;
}
.button-close:after, .button-close:before {
  background-color: white;
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 19px;
  width: 30px;
  height: 4px;
}
.button-close:before {
  transform: rotate(-45deg);
}
.button-close:after {
  transform: rotate(45deg);
}

.button-transparent-light {
  border-color: white;
  color: white;
}
.button-transparent-light:hover {
  border-color: white;
}

.button-link {
  text-decoration: underline;
  border-color: transparent;
  background-color: transparent;
  color: black;
}
.button-link:hover {
  border: 2px solid transparent;
}

.button-icon {
  padding-left: 50px;
  position: relative;
}

.icon-add {
  position: relative;
  display: inline-block;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  
  border: none;
  
}

.icon-add:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  mask-size: 36px auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url('../images/ico_video-add.png');


  -webkit-mask-size: 36px auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('../images/ico_video-add.png');
  
}


.added .icon-add {
  background-color: #db0f67;
}

.button-back {
  color: white;
  font-weight: 800;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.button-back:after {
  content: '';
  position: absolute;
  width: 10px;
  left: 0;
  top: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
}
.button-back:hover {
  color: white;
  border: none;
}

a[data-handler="foldable"] {
  padding-left: 30px;
  position: relative;
}
a[data-handler="foldable"]:hover {
  border: none;
  color: #6d6d6d;
}
a[data-handler="foldable"]:before {
  content: '-';
  font-size: 24px;
  color: white;
  background-color: black;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  padding: 0;
}
.foldable-container.folded a[data-handler="foldable"]:before {
  content: '+';
}

.popover-container {
  position: fixed;
  padding: 0;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.has-popover .popover-container {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.8);
}
.popover-container > .popover {
  overflow: hidden;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  margin: 0;
  padding: 5px;
  opacity: .5;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.5, 0.5);
}
.has-popover .popover-container > .popover {
  transform: scale(1, 1);
  pointer-events: all;
  opacity: 1;
}

.popover-close {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border: none;
}

.has-popover body {
  overflow-y: hidden;
}

.feedback {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  width: 80vw;
  max-width: 300px;
  transform: translate3d(-50%, 0, 0);
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feedback-open {
  bottom: 20px;
  opacity: 1;
}

.popover article.error {
  background-color: #fff;
  padding: 10px;
  position: relative;
  z-index: 100;
}

.languages {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.languages li {
  display: inline;
}
.languages a {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  line-height: 1.6;
  padding: 0;
  color: white;
  border: 2px solid white;
}
.languages a:hover {
  border: 2px solid white;
}
.nav .languages {
  text-align: right;
}
.language-setter .languages a {
  color: black;
  border: 2px solid black;
  border-radius: 20px;
}

html[lang="en"] .language-en,
html[lang="nl"] .language-nl {
  pointer-events: none;
  font-weight: bold;
  background-color: white;
  color: #db0f67;
}
.language-setter html[lang="en"] .language-en, .language-setter
html[lang="nl"] .language-nl {
  background-color: black;
  color: white;
}

html[lang="en"] .page-me a.language-en,
html[lang="nl"] .page-me a.language-nl {
  color: #86b40d;
}

html[lang="en"] .language-setter a.language-en,
html[lang="nl"] .language-setter a.language-nl {
  background-color: black;
  color: white;
}

dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 10px;
}
dl:after {
  content: "";
  display: table;
  clear: both;
}
dl dt, dl dd {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
}
dl dt:last-of-type, dl dd:last-of-type {
  margin-bottom: 0;
}
dl dt {
  width: 50%;
  font-size: 20px;
}
dl dd {
  margin-left: 0;
  padding-top: 5px;
  width: 50%;
  float: left;
  font-size: 16px;
}
dl dd ul {
  margin-left: 1em;
}

.page-general-conditions {
  padding-bottom: 100px;
}

.general-conditions {
  position: fixed;
  z-index: 20;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #db0f67;
  padding: 10px;
}
.general-conditions, .general-conditions * {
  color: #fff;
}
.general-conditions fieldset {
  margin: 0;
}
.general-conditions legend {
  display: none;
}
.general-conditions label {
  display: block;
  margin-bottom: 10px;
}

.language-setter {
  background-color: #f3f3f3;
  margin: 0 auto 22.4px auto;
  padding: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.language-setter ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-setter li {
  display: inline;
  padding: 10px;
  width: 100%;
}
.language-setter a {
  padding: 0 20px;
  width: 100%;
}
.language-setter small {
  color: #6c6c6c;
}
@media (max-width: 600px) {
  .language-setter ul {
    display: block;
  }
  .language-setter li {
    display: block;
  }
}

.filter-link-close {
  display: none;
}

.filter-link-open {
  display: inline-block;
  margin: 0;
}

#filter:target + .filter-link-open {
  display: none;
}

#filter:target + .filter-link-open + .filter-link-close {
  display: block;
}

.filter-header {
  height: 90px;
  padding: 10px 5px 0 5px;
  display: inline-block;
  position: fixed;
  top: 50px;
  left: 0;
  background-color: #f0f0f0;
  width: 100%;
  z-index: 101;
}
.filter-header:after {
  content: "";
  display: table;
  clear: both;
}
.filter-header .filter-count-container {
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
  color: black;
  font-weight: 400;
}
.filter-header .filter-count-container span {
  font-weight: 800;
}
.filter-header .order-videos {
  float: right;
}
.filter-header .fieldset-order {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  margin: 0;
}
.filter-header .fieldset-order strong {
  line-height: 40px;
}
@media (max-width: 600px) {
  .filter-header .fieldset-order strong {
    display: none;
  }
}

#filter:target + .filter-header .filter-link-open {
  display: none;
}
#filter:target + .filter-header .filter-link-close {
  display: inline-block;
  margin: 0;
}

[data-hash="#filter"] {
  overflow: hidden;
}

.filter-close {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

#filter:target .filter-close {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

#filter:target + .filter-header .fieldset-order {
  opacity: 0;
  pointer-events: none;
}

.filter-form {
  z-index: 20;
}

.filters-container {
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  z-index: 15;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 140px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.filters-container > a:hover {
  border: none;
}
.filters-container#filter:target {
  pointer-events: all;
}
.filters-container#filter:target .filters {
  transform: translate(0, 0);
}

.filters {
  margin-top: 50px;
  overflow: hidden;
  display: block;
}
.filters legend {
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: none;
  color: black;
}
.filters label {
  padding: 0;
  display: block;
  position: relative;
}
.filters input {
  position: absolute;
  top: 0;
  left: 0;
}
.filters label strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.filters ul {
  list-style: none;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filters ul ul {
  padding-left: 10px;
}
.filters li {
  display: inline-block;
}
.filters fieldset {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.filters .buttons {
  margin: 20px 0;
}
.filters button[type=reset] {
  display: none;
}
.filters h2 {
  margin: 20px 0;
}
.filters a {
  border: none;
}
.filters .tag {
  margin-bottom: 5px;
}

.filters-container .filters {
  margin: 0;
  color: black;
  pointer-events: all;
  padding: 30px 5px 30px 5px;
  background-color: #f0f0f0;
  z-index: 20;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 140px;
}
.filters-container .filters:after {
  content: "";
  display: table;
  clear: both;
}

.video-form .filters {
  margin-left: -10px;
  margin-right: -10px;
}

.filters .foldable-container.folded ul {
  display: none;
}

.required legend:after {
  content: '*';
}

.required-fail:before {
  content: attr(data-required);
  display: block;
  font-weight: bold;
  padding: 10px 0;
}

.selected-filters-container {
  position: relative;
  padding: 0;
  margin: 5px -5px 3px -5px;
  padding-right: 5px;
  overflow: hidden;
  height: 25px;
}
.selected-filters-container > div {
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  padding-bottom: 20px;
}
.selected-filters-container:after {
  content: '';
  display: block;
  right: 5px;
  top: 0;
  width: 50px;
  height: 25px;
  position: absolute;
  background: -webkit-linear-gradient(right, #f0f0f0, rgba(240, 240, 240, 0));
}
.selected-filters-container .tag-small:first-child {
  margin-left: 5px;
}

.order-videos {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
  background-color: transparent;
}
.order-videos li {
  position: absolute;
  left: 0;
  top: 0;
}
.order-videos li.newest {
  left: 40px;
}
.order-videos label {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.order-videos label input[type=radio] {
  position: absolute;
  left: -9999px;
}
.order-videos label input[type=radio]:checked + .icon:after {
  left: 0;
  opacity: 1;
}
.order-videos label .icon:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px 10px;
  background-color: transparent;
  left: 0;
}
.order-videos label .icon:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  opacity: 0;
  left: 0;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.order-videos .newest .icon:after {
  left: -40px;
}
.order-videos .popular .icon:after {
  left: 40px;
}

ul.foldable.folded {
  display: none;
}

.sub-category-container {
  position: relative;
}
.sub-category-container > input[type=checkbox] {
  opacity: 0;
}
.sub-category-container > input[type=checkbox]:checked + .tag .tag-checked {
  opacity: 1;
}
.sub-category-container > input[type=checkbox] + .tag + ul {
  display: none;
}
.sub-category-container > input[type=checkbox]:checked + .tag + ul {
  display: inline-block;
  width: 100%;
}
.sub-category-container ul {
  margin: 0;
}

.tags {
  display: inline-block;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.tags li a {
  border: none;
  height: 25px;
  background-color: #86b40d;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 12.5px;
  padding: 0 10px;
  display: inline-block;
}
.tags li a:hover {
  color: white;
}
.tags .background .background-bottom {
  position: absolute;
}

.tag {
  background-color: #86b40d;
  min-height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  color: white;
}

.tag-checkbox:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 13px;
  background-color: white;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.tag-checkbox .tag-checked {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: absolute;
  width: 17px;
  height: 20px;
  background-repeat: no-repeat;
  left: 12px;
  top: 2px;
  background-size: contain;
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCAxOCAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDc8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxwYXRoIGQ9Ik01LjE5NzkyMzAyLDguMjU0MDM4MjIgTDAuODAyMDc2OTgxLDEwLjYzNjU4NjggQzMuODk4NjM2NSwxNi4zNDk3OTYyIDQuODg5NDEwNzQsMTguMDc5NDY4OCA1Ljg0NDY3MjIzLDE5LjI3NTgyNjQgQzguMDk0Mjk5ODUsMjIuMDkzMjMyMiAxMC45MjQwMTE0LDIxLjE2Njk4OTkgMTEuOTI3NzUyOCwxOC4wNzA2MTEzIEMxMi4wNDUzNDEsMTcuNzA3ODcwOCAxMy4wODkzMzY5LDEzLjU1MjQ4MSAxMy42MTAwNTYsMTEuOTQ5MzcyNyBDMTQuNTk3ODY2Miw4LjkwODI1NzQzIDE1LjkxNjMzMTcsNi4xMTg4NzAwOCAxNy43ODk4MDUxLDMuNDI4NzIzMjEgTDEzLjY4Njc1NzQsMC41NzEyNzY3OTMgQzExLjUxMTM3NDcsMy42OTQ5Mzk2MiA5Ljk4NTU1NzYyLDYuOTIzMDA2NTIgOC44NTQ2MzE5LDEwLjQwNDcyMzQgQzguNjE0MTYyMjcsMTEuMTQ1MDQzNiA4LjI5ODQyMzUzLDEyLjI3MzI0MzEgOC4wMDUzMzQyOCwxMy4zNjA3MTQxIEM3LjMzNTU4MzI5LDEyLjE3OTEwMzYgNi40NDA4NjQ0NiwxMC41NDcyODgxIDUuMTk3OTIzMDIsOC4yNTQwMzgyMiBaIiBpZD0iUGF0aC03IiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4gICAgPC9nPjwvc3ZnPg==);
}
.tag-checkbox label {
  position: static;
  padding: 4px 0 4px 20px;
}
.tag-checkbox label input {
  position: absolute;
  left: -9999px;
}
.tag-checkbox label input[type=checkbox]:checked + span {
  opacity: 1;
}
.tag-checkbox label strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}

.tag-small {
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  margin: 0 3px 3px 0;
  font-weight: 300;
}

.tag-remove {
  padding-left: 30px;
}
.tag-remove a {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
}
.tag-remove a span {
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 50%;
}
.tag-remove a span:before {
  content: '';
  left: 9px;
  top: 5px;
  width: 2px;
  height: 10px;
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  background-color: white;
}
.tag-remove a span:after {
  content: '';
  left: 9px;
  top: 5px;
  width: 2px;
  height: 10px;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  background-color: white;
}

.tag-dummy {
  background-color: white;
  color: #6c6c6c;
}

.tag-info {
  position: relative;
  padding-right: 35px;
}
.tag-info .info {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 2px 12px;
  background-repeat: no-repeat;
  background-position: 9px 4px;
  background-color: black;
}
.tag-info .info:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: -10px;
  top: -10px;
}
.tag-info .info:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.tag-info .info .info-text {
  opacity: 0;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 30px;
  padding: 5px;
  font-size: 12px;
  line-height: 1.3;
  pointer-events: none;
  background-color: black;
  color: white;
  width: 200px;
  position: absolute;
  display: block;
  left: -100px;
  right: auto;
}
.tag-info .info.show .info-text {
  opacity: 1;
}
.tag-info .info.show:after {
  opacity: 1;
}

legend.tag-info {
  width: auto;
  padding-right: 35px;
  margin-bottom: 5px;
}
legend.tag-info .info {
  top: 0;
}
legend.tag-info > .info {
  background-color: #86b40d;
}

.tag-grey {
  background-color: #999999;
}

.search fieldset {
  position: relative;
}
.search fieldset input {
  width: 100%;
  padding-right: 100px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
}
.search fieldset button {
  right: 0;
  top: 0;
  position: absolute;
}

.page-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50vh;
  top: 50px;
  background-position: 50% 0;
  background-size: cover;
}

.page-home .languages {
  position: fixed;
  left: 10px;
  top: 5px;
  z-index: 111;
}
html[lang="en"] .page-home .language-en, html[lang="nl"] .page-home .language-nl {
  color: #86b40d;
}
.page-home #login {
  padding-top: 60px;
}
.page-home .row-header {
  min-height: 20vh;
  font-size: 4vh;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 2px #000;
  padding-left: 20px;
  padding-right: 20px;
}
.page-home .row-header p {
  margin: 0;
}
.page-home .row-buttons {
  min-height: 10vh;
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
  justify-content: center;
}
.page-home .row-buttons p {
  margin: 0;
}
.page-home .row-buttons .button {
  background-color: #db0f67;
  border-color: #db0f67;
  margin: 0 10px;
}
.page-home .row-image {
  position: relative;
  height: 40vh;
  margin-bottom: 22.4px;
}
.page-home .row-image img {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 100%;
  width: auto;
}
.page-home article {
  position: relative;
  text-align: center;
}
.page-home article ol {
  list-style: none;
  padding: 0;
  margin: 0 -10px 40px -10px;
}
.page-home article ol li {
  position: relative;
  text-align: right;
  padding: 20px 10px 20px 10px;
  background-color: #fff;
  padding-left: 170px;
  box-shadow: -800px 0 0 0 white, 800px 0 0 0 white;
}
.page-home article ol li figure {
  display: inline;
  margin: 0;
}
.page-home article ol li strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  color: #db0f67;
  margin-bottom: 20px;
}
.page-home article ol li img {
  position: absolute;
  bottom: 0;
  width: 150px;
  height: auto;
  left: 0;
}
.page-home article ol li:nth-child(even) {
  background-color: #f3f3f3;
  box-shadow: -800px 0 0 0 #f3f3f3, 800px 0 0 0 #f3f3f3;
}
.page-home article ol li + li {
  text-align: center;
  padding-left: 20px;
}
.page-home article ol li + li + li {
  text-align: left;
  padding-right: 170px;
}
.page-home article ol li + li + li img {
  left: auto;
  right: 0;
}
.page-home article ol li + li + li + li {
  text-align: center;
  padding-right: 20px;
}
.page-home article ol li + li + li + li img {
  left: 0;
  right: auto;
}
.page-home article ol li + li + li + li + li {
  text-align: right;
}
@media (max-width: 600px) {
  .page-home article h1, .page-home article h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-home article h1 + h2 {
    margin-top: -20px;
  }
  .page-home article ol li {
    padding-left: 120px;
  }
  .page-home article ol li strong {
    font-size: 30px;
  }
  .page-home article ol li img {
    width: 100px;
  }
  .page-home article ol li + li {
    padding-left: 20px;
  }
  .page-home article ol li + li + li {
    padding-right: 120px;
  }
  .page-home article ol li + li + li + li {
    padding-right: 20px;
  }
}

.playlist-items,
.videos {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.playlist-items:after,
.videos:after {
  content: "";
  display: table;
  clear: both;
}
.playlist-items label input[type=checkbox],
.videos label input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999999px;
}
.playlist-items .border,
.videos .border {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid black;
}
.playlist-items .title,
.videos .title {
  display: block;
}

.videos {
  margin-left: -11px;
  margin-right: -10px;
  margin-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.has-popover .videos {
  z-index: 1000;
}

.video-playlist-controller {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 8px;
  text-indent: -1234em;
  opacity: .9;
  transition: opacity .3s;
}

.video-playlist-controller:hover {
  opacity: 1;
  
}

.item-in-playlist ~ .video-playlist-controller:after,
.item-in-playlist ~ form .video-playlist-controller:after,
.item-in-playlist .video-playlist-controller:after {
  background-color: #86b40d;
}
.item-in-playlist ~ .video-playlist-controller:before, .item-in-playlist ~ .video-playlist-controller:after,
.item-in-playlist ~ form .video-playlist-controller:before, .item-in-playlist ~ form .video-playlist-controller:after,
.item-in-playlist .video-playlist-controller:before,
.item-in-playlist .video-playlist-controller:after {
  background-color: #86b40d;
}

.item-video-overlay {
  z-index: 2;
}
.item-video-overlay .button-link {
  color: #fff;
}
.item-video-overlay select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.item-video-overlay .label {
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.item-video-overlay .select strong {
  display: none;
}
.item-video-overlay .button-go {
  display: none;
}

.videos-actions {
  display: none;
}

.videos-playlist {
  width: 100%;
  display: flex;
}
.videos-playlist select {
  width: 100%;
  margin-right: 10px;
}

.videos-cancel,
.videos-select {
  margin-left: 10px;
}

.videos-cancel,
.videos-playlist-add {
  display: none;
}

.select-mode .videos-cancel,
.select-mode .videos-playlist-add {
  display: inline-block;
}
.select-mode .videos-select,
.select-mode .videos-playlist-go {
  display: none;
}

.video-meta {
  margin: 0 0 40px;
  background-color: #f0f0f0;
  padding: 10px;
}
.video-meta.video-meta-negative {
  background-color: black;
  border: 2px solid white;
  border-radius: 6px;
  color: white;
}
.video-meta a {
  color: inherit;
}

.video-container .videos > li {
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.video-container.folded .videos > li {
  max-height: 0;
}
.video-container h2 {
  position: relative;
  padding-left: 30px;
}
.video-container .fold-toggle {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
}

.playlist-items.edit-mode {
  margin: 0 10%;
}

.video-delete,
.video-drag {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.video-delete {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.video-drag {
  right: auto;
  left: 5px;
  top: 5px;
  border-radius: 3px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  text-indent: -1234em;
  width: 26px;
  background-color: white;
}
.video-drag:before {
  content: '';
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-delete:hover,
.video-drag:hover {
  background-color: #6d6d6d;
}

.item-video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}
.item-video .item-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: .8;
  transition: all .3s;
}
.item-video-container:hover .item-thumbnail {
  opacity: 1;
}
.item-video .item-not-available {
  background-color: #222;
  background-size: 20px 20px;
}
.item-video .item-not-available span {
  background-color: #222;
}
.item-video figcaption {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  margin: 0;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 10px 60px 5px 5px;
  color: white;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.4)));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.4) 30px, rgba(0, 0, 0, 0.4) 100%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  /* IE 10 */
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, transparent 10px, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.item-video figcaption .item-duration {
  position: absolute;
  right: 5px;
  display: inline-block;
  bottom: 5px;
  padding: 0 5px;
  background-color: black;
}
.item-video strong {
  font-weight: 500;
}

.video-footer p strong a {
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.item-video-container {
  float: left;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  overflow: hidden;
  position: relative;
}
.item-video-container .button-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.item-video-container .video-detail-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.select-mode .item-video-container .video-detail-link {
  display: none;
}
.item-video-container.item-not-found {
  display: none;
}
.item-video-container a:hover figcaption {
  top: -10px;
}
.item-video-container label {
  margin: 0;
}
.item-video-container label input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999999px;
}
@media (max-width: 1000px) {
  .item-video-container {
    width: 33.3333%;
  }
}
@media (max-width: 800px) {
  .item-video-container {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .item-video-container {
    width: 100%;
  }
}

.item-video-overlay {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 10px 10px 10px;
  opacity: 1;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #db0f67;
}
.select-mode .item-video-overlay {
  display: none;
}
.item-video-overlay .button {
  margin-bottom: 5px;
}
.item-video-overlay .button:last-child {
  margin: 0;
}
.item-video-overlay .button-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.item-video-overlay-open .item-video-overlay {
  bottom: 0;
}
.item-video-overlay .button-menu-small {
  position: absolute;
  right: 0;
  bottom: -50px;
}

.item-thumbnail {
  display: block;
  height: 150px;
  background-size: cover;
}

.item-title {
  word-break: break-all;
}

.item-not-found {
  display: none;
}

#uploadFrame {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 10px;
  height: 10px;
}

[data-upload-progress] .button {
  display: none;
}
[data-upload-progress]:before {
  content: attr(data-upload-text);
}
[data-upload-progress]:after {
  content: attr(data-upload-progress) "%";
}

[data-upload-progress="0"]:after {
  content: '';
}

@keyframes loadingwhite {
  0% {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  25% {
    box-shadow: inset -200px 0 0 0 rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: inset 200px 0 0 0 rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
}
.feedback[data-upload-progress] {
  background-color: #db0f67;
  color: #fff;
  animation: loadingwhite 5s infinite;
}
.feedback[data-upload-progress]:before {
  content: '';
  position: fixed;
  left: -2000px;
  right: -2000px;
  top: -2000px;
  bottom: -2000px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
.feedback[data-upload-progress]:after {
  margin-left: 10px;
}

.video-player-container.item-video-overlay-open {
  z-index: 31;
}

.video-player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.video-player > * {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.video-actions {
  list-style: none;
  padding: 0;
}
.video-actions li {
  display: inline;
}

.video-content {
  padding: 10px 10px 50px 10px;
}

.video-detail {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: black;
  color: white;
}
.video-detail h1 {
  margin-bottom: 10px;
}
.video-detail > * {
  position: relative;
  z-index: 20;
}
.video-detail h3 {
  margin-top: 20px;
}
.video-detail .background {
  z-index: 0;
  left: 0;
}
.video-detail .background .background-bottom {
  position: absolute;
  bottom: -55px;
  left: 0;
}
.video-detail .video-detail-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
  width: 60px;
  height: 60px;
}
.video-detail .video-detail-close:before, .video-detail .video-detail-close:after {
  margin: 10px;
}
.video-detail .video-detail-close:active {
  box-shadow: none;
}
.video-detail .video-suggestion a {
  color: white;
}

.page-video {
  padding-bottom: 60px;
}
.page-video .label-checkbox {
  margin: 10px 0 20px 0;
  display: inline-block;
}

.placeholder {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 44.8px;
  display: block;
  background-image: url("../images/bg_processing.gif");
  background-position: 50% 40%;
  background-size: 140px auto;
  background-repeat: no-repeat;
  background-color: #262626;
}
.placeholder .message {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: none;
}

.profile-image {
  float: left;
  width: 120px;
  margin: 0 20px 20px 0;
}

.profile .profile-card {
  overflow: hidden;
}

.profile-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 22.4px 0;
}
.profile-contact li {
  display: inline-block;
}
.profile-contact li:after {
  content: ', ';
}
.profile-contact li:last-child:after {
  display: none;
}

.profile-actions {
  clear: both;
  padding: 0;
  list-style: none;
}
.profile-actions:after {
  content: "";
  display: table;
  clear: both;
}
.profile-actions li {
  float: left;
  margin-right: 10px;
}

.profiles {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.profiles > li {
  float: left;
  width: 50%;
}
@media (max-width: 600px) {
  .profiles > li {
    float: none;
    width: auto;
  }
}
.profiles .profile-card {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #db0f67;
  border-bottom: none;
}
.profiles .profile-image {
  float: left;
  width: 60px;
  height: 60px;
  background-size: cover;
  margin: 0 10px 0 0;
}
.profiles .profile-category {
  display: inline;
}
.profiles .profile-category li {
  margin-bottom: 0;
}

[data-first-letter] {
  clear: left;
}
[data-first-letter]:before {
  content: attr(data-first-letter);
  display: block;
  font-size: 28px;
  margin-top: 20px;
  height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
[data-first-letter] + li {
  margin-top: 60px;
}
@media (max-width: 600px) {
  [data-first-letter] + li {
    margin-top: 0;
  }
}
[data-first-letter] + li[data-first-letter] {
  margin-top: 0px;
}

.has-popover .page-profile .video-container {
  z-index: 999;
}

.page-me .languages {
  position: fixed;
  left: 10px;
  top: 5px;
  z-index: 111;
}

.playlists {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.playlists > li {
  float: left;
  width: 50%;
}
@media (max-width: 600px) {
  .playlists > li {
    float: none;
    width: auto;
  }
}

.playlist-container .playlists > li {
  overflow: hidden;
  max-height: 120px;
  transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.playlist-container.folded .playlists > li {
  max-height: 0;
}
.playlist-container h2 {
  position: relative;
  padding-left: 30px;
}
.playlist-container .fold-toggle {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
}

.playlist-meta {
  background-color: #f0f0f0;
  margin: 0 0 40px;
}
.playlist-meta dd {
  display: inline;
  margin-right: 20px;
  float: none;
  width: auto;
}
.playlist-meta dd:empty {
  display: none;
}
.playlist-meta dt {
  display: none;
}

.playlist-actions {
  padding: 0;
  list-style: none;
}
.playlist-actions:after {
  content: "";
  display: table;
  clear: both;
}
.playlist-actions li {
  float: left;
  margin-right: 10px;
}

.playlist {
  position: relative;
  padding-left: 110px;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #db0f67;
}
.playlist ul {
  position: absolute;
  left: 10px;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
}
.playlist li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border: 4px solid #fff;
  text-indent: -1234em;
  overflow: hidden;
  z-index: 3;
}
.playlist li:nth-child(2n) {
  margin-left: -10px;
  margin-top: 10px;
  z-index: 2;
}
.playlist li:nth-child(3n) {
  margin-left: 10px;
  margin-top: 7px;
  z-index: 1;
}
.playlist .playlist-count {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 10px;
  padding: 0 5px;
  background-color: black;
  color: #fff;
  font-size: 14px;
}
.playlist .playlist-title,
.playlist .playlist-description {
  display: block;
}
.playlist .playlist-description {
  color: #6c6c6c;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

.sortable-ghost {
  opacity: .2;
}

.sortable-drag {
  transform: scale(0.9);
}

figure.not-available {
  display: none;
}

.item-not-available {
  background-color: transparent;
  background-size: 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  text-align: center;
  padding: 10%;
}
.item-not-available > * {
  display: inline-block;
  background-color: #f0f0f0;
}
.item-not-available > span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  transform: translate(0, -50%);
}

/*# sourceMappingURL=style.css.map */


.toggle-favorite,
.toggle-like {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  
  padding: 0;
  color: black;
  
  background-color: transparent;
  
  opacity: .9;
  transition: opacity .3s;
  
}
.toggle-favorite:after,
.toggle-like:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mask-size: 36px auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  
  
  -webkit-mask-size: 36px auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  
  background-color: #fff;
  
}

.toggle-favorite:hover,
.toggle-like:hover {
  opacity: 1;
}


.toggle-like:after {
  mask-image: url('../images/ico_video-like.png');
  -webkit-mask-image: url('../images/ico_video-like.png');
  
}
.toggle-favorite:after {
  mask-image: url('../images/ico_video-fav.png');
  -webkit-mask-image: url('../images/ico_video-fav.png');
}

.toggle-favorite.processing,
.toggle-like.processing {
  opacity: .5;
/*  background-color: black;*/
  pointer-events: none;
  color: white;
}


.toggle-like.liked:after {
  background-color: #db0f67;
  
}
.toggle-favorite.favorite:after {
  background-color: #86b40d;
}


.toggle-like[data-likes]::before {
  content: attr(data-likes);
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  right: 100%;
  font-weight: 700;
  position: absolute;
  text-align: right;
  top: 0;
  text-shadow: 0px 0px 3px black;
  transition: right .3s;
}
.toggle-like[data-likes="0"]::before {
  display: none;
}
.toggle-like[data-likes]:active::before,
.toggle-like[data-likes].processing::before {
  right: calc(100% + 6px);
  
}
.toggle-like {
  right: 48px;
}

.item-video-container .form-row {
  margin: 0;
  
}
.edit-mode .item-video-container {
  z-index: 1;
  transition: all .3s;
  box-shadow: 0 0 0 #86b40d;
  transform: translate3d(0, 0, 0);
}
.edit-mode .item-video-container .video-detail-link {
  pointer-events: none;
}

.edit-mode .toggle-favorite,
.edit-mode .toggle-like {
  display: none;
}

.drag-item-over.item-video-container {
  transform: translate3d(.25rem, 0, 0);
  z-index: 3;
}
.drag-item-over.item-video-container {
  box-shadow: -5px 0 0 #86b40d;
  transform: translate3d(5px, 0, 0);
}
.drag-item-over.item-video-container[data-direction="right"] {
  box-shadow: 5px 0 0 #86b40d;
  transform: translate3d(-5px, 0, 0);
}

/* tinus timeline */

.timeline>div{
  width: 30%;
  float:left;
  margin: 1%;
}

.timelineitem{
  margin-bottom:10px;
  
}



.profile-category.tags li::after {
  content: ', ';
}
.profile-category.tags li:last-child::after {
  content: '';
}