/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll.premios-container .premios-grid li:nth-child(3), .premios-container .premios-grid li:nth-child(6), .premios-container .premios-grid li:nth-child(9), .premios-container .premios-grid li:nth-child(12), .premios-container .premios-grid li:nth-child(15), .premios-container .premios-grid li:nth-child(18), .premios-container .premios-grid li:nth-child(21), .premios-container .premios-grid li:nth-child(24), .premios-container .premios-grid li:nth-child(27), .premios-container .premios-grid li:nth-child(30), .premios-container .premios-grid li:nth-child(33), .premios-container .premios-grid li:nth-child(36), .premios-container .premios-grid li:nth-child(39)
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 2.5%; }

.main-navigation li {
  float: left;
  position: relative;
  margin-left: 10px;
  padding-top: 4px; }

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Heroic";
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #fff; }

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

@font-face {
  font-family: 'si';
  src: url("../fonts/socicons/socicon.eot");
  src: url("../fonts/socicons/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicons/socicon.woff") format("woff"), url("../fonts/socicons/socicon.ttf") format("truetype"), url("../fonts/socicons/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(../fonts/socicons/socicon.svg) format(svg); } }
.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0px;
  color: #ffffff;
  background-color: transparent; }
  .soc li a .fa-instagram {
    font-size: 27px; }

.soc-icon-last {
  margin: 0 !important; }

.soc-twitter:before {
  content: 'a'; }

.soc-youtube:before {
  content: 'r'; }

.soc-facebook:before {
  content: 'b'; }

.soc-instagram:before {
  content: 'x'; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #7ecff4; }

.sweet-alert button:active {
  background-color: #5dc2f1; }

.sweet-alert button.cancel {
  background-color: #C1C1C1; }

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }

.sweet-alert button.confirm[disabled] {
  color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
body {
  font-family: "HelveticaLTStdLight2";
  background-color: #000; }

.background-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #212121; }

p {
  color: #fff; }

.slider-container {
  position: relative;
  height: 206px; }

@media (min-width: 1000px) {
  #swiper-marqueee,
  .swiper-marquee {
    width: 95%;
    overflow: initial !important; } }
#swiper-marqueee,
.swiper-marquee {
  overflow: inherit;
  width: 100%; }
  #swiper-marqueee .swiper-slide,
  .swiper-marquee .swiper-slide {
    margin-top: 30px;
    position: relative;
    margin-right: 10px !important; }
    #swiper-marqueee .swiper-slide .item,
    .swiper-marquee .swiper-slide .item {
      -ms-transform-origin: top left;
      -webkit-transform-origin: top left;
      transform-origin: top left; }
      #swiper-marqueee .swiper-slide .item img,
      .swiper-marquee .swiper-slide .item img {
        width: 100%;
        display: block; }

.swiper-container .show-item {
  position: relative;
  display: inline-block;
  width: 100%; }
  .swiper-container .show-item .alternative-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
  .swiper-container .show-item .counter-playlist {
    background: rgba(29, 92, 67, 0.52);
    color: #79de89; }
  .swiper-container .show-item .counter-default {
    color: #f33956;
    background: rgba(224, 20, 180, 0.3); }
  .swiper-container .show-item .counter-episodes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }
    .swiper-container .show-item .counter-episodes span {
      display: inline-block;
      vertical-align: middle;
      font-family: "Heroic";
      font-weight: bold;
      font-size: 130px; }
  .swiper-container .show-item .add-to-pl-js {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 5; }
    .swiper-container .show-item .add-to-pl-js .plus-icon {
      width: 20px !important;
      height: 20px;
      position: absolute;
      bottom: 3px;
      right: 60px; }
    .swiper-container .show-item .add-to-pl-js:hover {
      cursor: pointer;
      color: #79de89; }
  .swiper-container .show-item .remove-to-pl-js {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 5; }
    .swiper-container .show-item .remove-to-pl-js .plus-icon {
      width: 20px !important;
      height: 20px;
      position: absolute;
      bottom: 3px;
      right: 125px; }
    .swiper-container .show-item .remove-to-pl-js:hover {
      cursor: pointer;
      color: #79de89; }
  .swiper-container .show-item .caption {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    box-sizing: border-box;
    background-color: #f00;
    background: url("../img/play-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18%; }
    .swiper-container .show-item .caption header .chapter,
    .swiper-container .show-item .caption header .duration {
      padding-top: 28px;
      display: inline-block;
      clear: none;
      font-weight: 300;
      font-family: "HelveticaLTStdLight2";
      line-height: 20px;
      height: 80%; }
    .swiper-container .show-item .caption .description {
      position: absolute;
      bottom: -8px !important;
      width: 100%;
      left: 0;
      font-family: "HelveticaLTStdLight2";
      font-size: 16px;
      font-weight: lighter !important;
      box-sizing: border-box;
      line-height: 17px;
      padding: 10px; }
    .swiper-container .show-item .caption a {
      color: #fff;
      text-decoration: none;
      height: 100%; }
    .swiper-container .show-item .caption .item-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .swiper-container .show-item:hover .caption {
    height: 100%; }

.slider-container {
  width: 100%;
  overflow: hidden;
  height: 250px;
  z-index: 3; }
  .slider-container .swiper-marquee {
    height: 250px;
    width: 95%; }
  @media (max-width: 768px) {
    .slider-container {
      height: auto; }
      .slider-container .swiper-marquee {
        height: auto; } }
  .slider-container .title {
    z-index: 2;
    position: absolute;
    top: -10px;
    color: #fff;
    font-size: 30px;
    font-family: "Heroic";
    text-align: left;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .slider-container .slider-title {
    top: 15px; }

.swiper-episodes {
  opacity: 0; }

.playlist-active .counter-playlist span {
  color: white; }
.playlist-active .counter-default span {
  color: #fff; }

@media (min-width: 1000px) {
  .slider-container-episodes {
    height: 300px; } }
@media (min-width: 1800px) {
  .slider-container-episodes {
    height: 400px; } }

.shows-page .slider-container {
  height: 180px; }
  @media (min-width: 700px) {
    .shows-page .slider-container {
      height: 225px; } }
  @media (min-width: 1000px) {
    .shows-page .slider-container {
      height: 255px; } }
  @media (min-width: 1500px) {
    .shows-page .slider-container {
      height: 330px; } }
  @media (min-width: 1800px) {
    .shows-page .slider-container {
      height: 270px; } }

.slider-container-episodes {
  margin-bottom: 50px; }

.permalink-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100% !important; }

@media (min-width: 1200px) {
  .slider-container:nth-last-child(1) {
    margin-bottom: 100px; } }
.ideame {
  height: 100%;
  background: url("../img/ideame/fondo.jpg") no-repeat;
  background-size: cover; }
  .ideame .contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
    .ideame .contenedor .up-slide {
      width: 80%;
      margin-left: 11px;
      margin-bottom: -10px; }
      .ideame .contenedor .up-slide img {
        width: 25%;
        margin-left: -5px; }
    .ideame .contenedor .down-slide {
      display: flex;
      flex-direction: row;
      background: #cdf54b;
      width: 80%; }
      .ideame .contenedor .down-slide .left-leyend {
        width: 100%;
        padding: 10px; }
        .ideame .contenedor .down-slide .left-leyend h2 {
          font-size: 15px;
          font-family: 'Droid Sans', sans-serif;
          color: #000;
          margin: 0; }
        .ideame .contenedor .down-slide .left-leyend h4 {
          font-size: 10px;
          font-family: 'Droid Sans', sans-serif;
          color: #000;
          font-weight: normal;
          margin: 0; }
      .ideame .contenedor .down-slide .right-leyend {
        display: none;
        align-items: center;
        justify-content: flex-start; }
        .ideame .contenedor .down-slide .right-leyend img {
          width: 90%; }
  @media (min-width: 600px) {
    .ideame .contenedor .down-slide .left-leyend {
      width: 87%;
      padding: 20px 10px; }
      .ideame .contenedor .down-slide .left-leyend h2 {
        font-size: 30px; }
      .ideame .contenedor .down-slide .left-leyend h4 {
        font-size: 10px; }
    .ideame .contenedor .down-slide .right-leyend {
      display: flex;
      width: 13%; } }
  @media (min-width: 1024px) {
    .ideame .contenedor .down-slide .left-leyend {
      width: 87%;
      padding: 30px 20px; }
      .ideame .contenedor .down-slide .left-leyend h2 {
        font-size: 40px; }
      .ideame .contenedor .down-slide .left-leyend h4 {
        font-size: 20px; }
    .ideame .contenedor .down-slide .right-leyend {
      display: flex;
      width: 13%; } }
  @media (min-width: 1600px) {
    .ideame .contenedor .down-slide .left-leyend {
      width: 80%;
      padding: 30px 20px; }
      .ideame .contenedor .down-slide .left-leyend h2 {
        font-size: 40px; }
      .ideame .contenedor .down-slide .left-leyend h4 {
        font-size: 20px; }
    .ideame .contenedor .down-slide .right-leyend {
      display: flex;
      width: 20%;
      justify-content: center; }
      .ideame .contenedor .down-slide .right-leyend img {
        width: 60%; } }

.swiper-marquee .swiper-button-prev {
  left: -2.6%; }
.swiper-marquee .swiper-button-next {
  right: -2.6%; }
.swiper-marquee .internal-button-next .arrow span {
  background-size: 27px 44px;
  width: 100%;
  height: 100%;
  background-position: 85% 45%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-marquee .internal-button-prev .arrow span {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 15% 45%;
  background-size: 27px 44px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-marquee .swiper-marquee-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-marquee .swiper-marquee-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-marquee .swiper-button-next,
.swiper-marquee .swiper-button-prev {
  background-color: rgba(21, 38, 32, 0.49); }
  .swiper-marquee .swiper-button-next .internal-button-next,
  .swiper-marquee .swiper-button-next .internal-button-prev,
  .swiper-marquee .swiper-button-prev .internal-button-next,
  .swiper-marquee .swiper-button-prev .internal-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .swiper-marquee .swiper-button-next .internal-button-next .arrow,
    .swiper-marquee .swiper-button-next .internal-button-prev .arrow,
    .swiper-marquee .swiper-button-prev .internal-button-next .arrow,
    .swiper-marquee .swiper-button-prev .internal-button-prev .arrow {
      height: 184px;
      width: 100%;
      align-items: center;
      display: flex;
      color: #fff; }
.swiper-marquee .swiper-button-prev .internal-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .swiper-marquee .swiper-button-prev .internal-button-next .arrow {
    height: 184px;
    align-items: center;
    display: flex;
    color: #fff; }
.swiper-marquee .swiper-button-next,
.swiper-marquee .swiper-button-prev {
  top: 0;
  height: 100%;
  width: 50px;
  margin-top: 0; }

.swiper-episodes .internal-button-next .arrow span {
  background-size: 27px 44px;
  width: 100%;
  height: 100%;
  background-position: 85% 37%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-episodes .internal-button-prev .arrow span {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 15% 37%;
  background-size: 27px 44px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.slider-marquee-2 {
  width: 97%;
  padding-left: 2.5%; }

.slick-list {
  overflow: visible; }

button.slick-arrow {
  height: 88.5%;
  display: flex !important;
  justify-content: center;
  width: 2.65%;
  border: none;
  box-shadow: none; }

.slick-prev {
  left: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.62) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: center center;
  background-size: 30px 30px; }

.slick-next {
  right: -3.1%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.62) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: center center;
  background-size: 30px 30px; }

.slick-next:hover, .slick-next:focus {
  background: rgba(0, 0, 0, 0.62) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: center center;
  background-size: 30px 30px; }

.slick-prev:hover, .slick-prev:focus {
  background: rgba(0, 0, 0, 0.62) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: center center;
  background-size: 30px 30px; }

.slick-prev::before {
  content: ''; }

.slick-next::before {
  content: ''; }

.slider-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background: rgba(0, 14, 180, 0.2) url("../img/play-icon.png") no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  display: none;
  color: #fff;
  padding: 5px;
  opacity: 1;
  transition: all 1s ease-in; }

.slider-item .caption .title {
  font-weight: bold;
  font-weight: 100;
  font-family: "Heroic";
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 14px; }

.slider-item .caption .chapter,
.slider-item .caption .duration {
  font-size: 10px;
  font-family: HelveticaLTStdLight2; }

.slider-item .show-item .caption header .chapter {
  padding-top: 22px !important; }

.slider-item .caption .description {
  font-size: 12px;
  font-family: HelveticaLTStdLight2;
  font-weight: 100;
  position: absolute;
  bottom: 3px;
  width: 100%;
  line-height: 14px;
  box-sizing: border-box;
  padding: 0 10px 10px 0px; }

.slider-item .item-footer {
  transition: all 1s ease-in; }

.slider-item .item-footer.active {
  display: block;
  -webkit-animation: fadeInFromNone 1s ease-out;
  -moz-animation: fadeInFromNone 1s ease-out;
  -o-animation: fadeInFromNone 1s ease-out;
  animation: fadeInFromNone 1s ease-out; }

.slider-item .caption.active {
  display: block;
  -webkit-animation: fadeInFromNone 1s ease-out;
  -moz-animation: fadeInFromNone 1s ease-out;
  -o-animation: fadeInFromNone 1s ease-out;
  animation: fadeInFromNone 1s ease-out;
  /*animation-delay: 1s;*/
  /*-webkit-animation-delay: 1s;*/ }

.slider-item .item-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  z-index: 2;
  display: none; }
  .slider-item .item-footer .add-to-pl-all-js {
    width: 100%;
    position: absolute;
    text-align: right;
    display: block;
    height: 20px;
    bottom: 10px;
    z-index: 10;
    right: 0;
    font-size: 12px;
    padding: 10px;
    opacity: 1;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff; }
  .slider-item .item-footer .add-to-pl-all-js:hover {
    color: #79de89 !important; }
  .slider-item .item-footer .add-to-pl-all-js .plus-icon {
    position: absolute;
    bottom: -4px;
    right: 50px !important;
    width: 15px !important;
    height: 15px !important; }
  .slider-item .item-footer .remove-from-pl-all-js {
    width: 100%;
    position: absolute;
    text-align: right;
    display: none;
    height: 20px;
    bottom: 10px;
    z-index: 10;
    right: 0;
    font-size: 12px;
    padding: 10px;
    opacity: 1;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff; }
  .slider-item .item-footer .remove-from-pl-all-js:hover {
    color: #79de89 !important; }
  .slider-item .item-footer .remove-from-pl-all-js .plus-icon {
    position: absolute;
    bottom: -3px;
    right: 100px;
    width: 15px;
    height: 15px; }

.slider-item {
  transition: all .2s ease-in;
  /*width: 20%;*/
  height: auto;
  padding: 10px 5px;
  box-sizing: border-box;
  transform: scale(1); }

.slider-item.right {
  transform: translateX(10%); }

.slider-item.left {
  transform: translateX(-10%); }

.slider-item.right-double {
  transform: translateX(30%); }

.slider-item.left-double {
  transform: translateX(-30%); }

.slider-item.right-middle {
  transform: translateX(7.5%); }

.slider-item.left-middle {
  transform: translateX(-7.5%); }

.slick-slide .show-item .swiper-lazy {
  width: 100%;
  /*padding: 10px;*/
  box-sizing: border-box; }

.slider-item.hovered {
  padding: 0;
  transform: scale(1.2); }

.slider-item.hovered-left {
  padding: 0;
  transform: scale(1.2) translateX(-15%); }

.slider-item.hovered-right {
  padding: 0;
  transform: scale(1.2) translateX(15%); }

.slider-item {
  /*// font-family: ;*/ }

.slick-list .alternative-image img {
  width: 100%; }

.slick-list .alternative-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }

.slick-list .permalink-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
.slider-container {
  padding: 50px 0 0 0; }

.slider-marquee-2 {
  z-index: 10; }

.marquee-next .swiper-marquee-button-next {
  background-position: center center;
  background-size: 20px 20px; }

.playlist-menu-item:hover .playlist-container {
  display: block !important; }

.playlist-container {
  width: 200px;
  display: none;
  height: 200px;
  position: absolute;
  top: 39px !important;
  left: -12px !important;
  background-color: #000;
  overflow-y: scroll; }
  .playlist-container .pl-list {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    margin: 0;
    padding: 0; }
    .playlist-container .pl-list > li {
      display: inline-block;
      border-bottom: 1px solid #ddd; }
      .playlist-container .pl-list > li img {
        width: 35%;
        display: inline-block; }

.scroll-pane {
  width: 100%;
  overflow: auto; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6; }
  .site-header .nav-menu {
    padding-left: 2.5%; }
    .site-header .nav-menu li {
      margin-left: 10px; }
      .site-header .nav-menu li a {
        font-family: "Heroic";
        text-transform: uppercase;
        font-size: 30px;
        font-weight: bold;
        color: #fff; }
  .site-header .soc {
    position: absolute;
    top: 15px; }
    .site-header .soc li a:hover {
      color: #ff00e9; }

.logo-holder {
  float: right;
  margin-left: 2.5%;
  overflow: hidden;
  z-index: 2;
  position: relative;
  top: 80px !important; }

#site-navigation {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  background: #000; }
  #site-navigation li {
    width: 100%;
    display: block; }
  @media (min-width: 600px) {
    #site-navigation {
      background: transparent;
      width: 80%; }
      #site-navigation li {
        width: auto;
        display: inline-block;
        margin-right: 18px; } }

.site-header {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4); }

.search-box-header {
  width: 254px;
  float: left;
  position: relative;
  left: 20px;
  top: 10px; }
  .search-box-header input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 5px 0; }

#searchsubmit {
  height: 20px;
  background: transparent url("../img/lupa.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  text-shadow: none;
  border: 0 solid transparent;
  color: transparent; }

.blackinput {
  color: #fff !important; }

.search-box-header {
  display: none; }
  @media (min-width: 900px) {
    .search-box-header {
      display: block; } }

ul.sub-menu {
  background-color: #1A1A1A;
  padding: 5px 0;
  margin: 0;
  top: 43px !important;
  left: -5px; }
  ul.sub-menu li a {
    font-weight: normal !important;
    color: white !important;
    font-size: 25px !important;
    line-height: 1.1; }
    ul.sub-menu li a:hover {
      color: #f8cf43; }

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  left: 0;
  z-index: 10; }

.logo-holder {
  float: right;
  right: 100px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  top: 80px !important; }
  @media (max-width: 500px) {
    .logo-holder {
      top: 60px !important; } }
  @media (min-width: 600px) {
    .logo-holder {
      float: right; } }

.site-header .soc {
  display: none;
  right: 140px; }
  @media (min-width: 700px) {
    .site-header .soc {
      right: 3.5%;
      display: block; } }

.cont-slides-logo {
  width: 95px;
  height: 95px;
  top: 15px;
  right: 2.5%;
  padding: 10px 15px 15px 18px; }

.cont-slides-logo canvas {
  width: 200px; }
  @media (max-width: 768px) {
    .cont-slides-logo canvas {
      width: 170px; } }

#swiper-hero {
  width: 100%;
  height: 200px; }
  #swiper-hero a:visited {
    color: #fff !important; }
  #swiper-hero .swiper-hero-button-next,
  #swiper-hero .swiper-hero-button-prev {
    z-index: 100;
    position: absolute; }
  #swiper-hero .swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px; }
  #swiper-hero .swiper-pagination-bullet-active {
    background: #fff; }
  #swiper-hero .swiper-slide .preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2c2c2c;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10; }
  #swiper-hero .swiper-slide > img {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 100%;
    z-index: 1; }
  #swiper-hero .swiper-slide .caption {
    z-index: 2;
    width: 40%;
    height: 90%;
    position: relative;
    top: 50px;
    padding-top: 20px; }
    #swiper-hero .swiper-slide .caption .logo-show {
      width: 100%;
      text-align: center;
      margin-top: 40px; }
      #swiper-hero .swiper-slide .caption .logo-show img {
        width: 50%;
        position: relative;
        z-index: 4;
        margin: 0 auto;
        left: 0;
        right: 0; }
    #swiper-hero .swiper-slide .caption .show-info {
      z-index: 4;
      position: relative;
      width: 50%;
      margin: 0 auto;
      left: 0;
      right: 0; }
    #swiper-hero .swiper-slide .caption .show-description {
      display: none;
      color: #fff;
      z-index: 3;
      position: relative;
      font-size: 16px;
      margin-bottom: 15px; }
    #swiper-hero .swiper-slide .caption .show-duration {
      font-size: 20px;
      clear: none;
      color: #fff;
      display: inline-block;
      display: none; }
    #swiper-hero .swiper-slide .caption .show-quantity {
      font-size: 20px;
      clear: none;
      color: #fff;
      display: inline-block;
      display: none; }
    #swiper-hero .swiper-slide .caption .show-link {
      display: none; }
    #swiper-hero .swiper-slide .caption .logo-show,
    #swiper-hero .swiper-slide .caption .show-description,
    #swiper-hero .swiper-slide .caption .show-link {
      z-index: 3; }
  #swiper-hero .swiper-slide .trama-bg {
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: 3; }
  @media (min-width: 500px) {
    #swiper-hero {
      height: 400px; }
      #swiper-hero .swiper-slide .caption .logo-show img {
        margin: 0 auto !important; } }
  @media (min-width: 900px) {
    #swiper-hero {
      height: 500px; }
      #swiper-hero .swiper-slide .caption {
        width: 45%; }
        #swiper-hero .swiper-slide .caption .show-description {
          display: block; }
        #swiper-hero .swiper-slide .caption .show-duration {
          font-size: 16px;
          display: inline-block; }
        #swiper-hero .swiper-slide .caption .show-quantity {
          display: inline-block;
          font-size: 16px; }
        #swiper-hero .swiper-slide .caption .show-link {
          display: block; }
      #swiper-hero .swiper-slide .trama-bg {
        top: 0; } }
  @media (min-width: 1600px) {
    #swiper-hero {
      height: 600px; }
      #swiper-hero .swiper-slide .caption {
        width: 30%; } }
  @media (min-width: 1200px) {
    #swiper-hero {
      height: 600px; }
      #swiper-hero .swiper-slide .caption {
        width: 38%; }
        #swiper-hero .swiper-slide .caption .logo-show img {
          width: 60%; }
        #swiper-hero .swiper-slide .caption .show-info {
          width: 60%; }
        #swiper-hero .swiper-slide .caption .show-description {
          margin-top: 20px;
          font-size: 20px;
          line-height: 25px; }
        #swiper-hero .swiper-slide .caption .show-duration {
          font-size: 20px; }
        #swiper-hero .swiper-slide .caption .show-quantity {
          font-size: 20px; } }
  @media (min-width: 1800px) {
    #swiper-hero {
      height: 700px; }
      #swiper-hero .swiper-slide .caption {
        width: 30%;
        padding-top: 60px; }
        #swiper-hero .swiper-slide .caption .show-info {
          width: 60%; }
        #swiper-hero .swiper-slide .caption .show-description {
          margin-top: 10px;
          font-size: 25px;
          line-height: 30px;
          font-weight: lighter; }
        #swiper-hero .swiper-slide .caption .show-link {
          font-size: 20px; }
          #swiper-hero .swiper-slide .caption .show-link a:visited {
            color: #fff !important; }
          #swiper-hero .swiper-slide .caption .show-link a:visited {
            color: #fff !important; }
      #swiper-hero .swiper-slide .trama-bg {
        top: 20px; } }

@-moz-document url-prefix() {
  @media (min-width: 1200px) {
    #swiper-hero .caption {
      width: 40% !important; }
      #swiper-hero .caption .logo-show {
        margin-left: -3% !important; }
        #swiper-hero .caption .logo-show img {
          width: 55% !important; }
      #swiper-hero .caption .show-info {
        left: -3% !important;
        width: 55% !important; } }
  @media (min-width: 1800px) {
    #swiper-hero .caption {
      width: 35% !important; }
      #swiper-hero .caption .logo-show {
        margin-left: -3% !important; }
        #swiper-hero .caption .logo-show img {
          width: 55% !important; }
      #swiper-hero .caption .show-info {
        left: -3% !important;
        width: 55% !important; } } }
@media (max-width: 500px) {
  #hero {
    height: 300px; } }

@media (max-width: 500px) {
  .trama {
    top: 200px !important;
    height: 100px !important;
    left: 0 !important; } }
@media (min-width: 100px) {
  .trama {
    display: block;
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 500px;
    top: 60px;
    left: 4%;
    color: #fff; }
    .trama .swiper-slide {
      text-align: center; } }
    @media (min-width: 100px) and (max-width: 500px) {
      .trama .swiper-slide {
        text-align: left; } }
@media (min-width: 100px) {
    .trama .caption {
      z-index: 2;
      width: 90%;
      position: relative;
      top: 30px;
      margin: 0 auto;
      left: 0;
      right: 0; } }
    @media (min-width: 100px) and (max-width: 500px) {
      .trama .caption {
        top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap; } }
@media (min-width: 100px) {
      .trama .caption .caption-titulo {
        font-family: "Heroic";
        text-transform: uppercase;
        font-size: 6.1em;
        font-weight: bold;
        line-height: 0.8;
        margin: 20px auto 40px;
        text-align: left;
        width: 90%;
        letter-spacing: -4px; } }
      @media (min-width: 100px) and (max-width: 500px) {
        .trama .caption .caption-titulo {
          font-size: 2.5em;
          margin: 0px auto 0px;
          letter-spacing: -1px; } }
@media (min-width: 100px) {
      .trama .caption .logo-show img {
        width: 100%;
        position: relative;
        z-index: 4;
        margin: 0 auto;
        left: 0;
        right: 0; }
      .trama .caption .show-info {
        z-index: 4;
        position: relative;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: left; }
      .trama .caption .show-description {
        color: #fff;
        z-index: 3;
        position: relative;
        font-size: 18px;
        margin-bottom: 15px; } }
      @media (min-width: 100px) and (max-width: 500px) {
        .trama .caption .show-description {
          display: none !important; } }
@media (min-width: 100px) {
      .trama .caption .show-duration {
        font-size: 16px;
        clear: none;
        color: #fff;
        display: inline-block; } }
      @media (min-width: 100px) and (max-width: 500px) {
        .trama .caption .show-duration {
          display: none; } }
@media (min-width: 100px) {
      .trama .caption .show-quantity {
        font-size: 16px;
        clear: none;
        color: #fff;
        display: inline-block; } }
      @media (min-width: 100px) and (max-width: 500px) {
        .trama .caption .show-quantity {
          display: none; } }
@media (min-width: 100px) {
      .trama .caption .logo-show {
        margin-left: 4%;
        margin-bottom: 30px; }
      .trama .caption .logo-show,
      .trama .caption .show-description,
      .trama .caption .show-link {
        display: flex; }
        .trama .caption .logo-show a,
        .trama .caption .show-description a,
        .trama .caption .show-link a {
          margin-right: 10px;
          display: inline-block;
          color: #fff; }
          .trama .caption .logo-show a img,
          .trama .caption .show-description a img,
          .trama .caption .show-link a img {
            width: 25px;
            height: 25px;
            position: relative;
            top: 7px;
            margin-right: 5px; }
        .trama .caption .logo-show .remove-from-pl-all-js,
        .trama .caption .show-description .remove-from-pl-all-js,
        .trama .caption .show-link .remove-from-pl-all-js {
          display: none; } }
@-moz-document url-prefix() {}
.site-info {
  padding: 10px 2%; }

footer .soc {
  float: right;
  margin-top: 10px; }

.site-footer {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6); }

.site-info img {
  max-width: 180px;
  padding-left: 10px; }

.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
  z-index: 10; }

.user-panel-container {
  width: 100%;
  text-align: center; }
  .user-panel-container * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .user-panel-container .user-panel-datos form {
    background: rgba(0, 0, 0, 0.45) !important;
    text-align: left; }
  .user-panel-container .user-panel-datos fieldset {
    border: 0 solid transparent; }
    .user-panel-container .user-panel-datos fieldset h2 {
      font-size: 26px;
      font-family: "Heroic";
      font-weight: bold;
      margin: 20px 0 0; }
  .user-panel-container .user-panel-datos label {
    font-size: 25px;
    font-family: "Heroic";
    font-weight: bold;
    color: #fff;
    font-weight: regular;
    clear: both;
    display: block;
    text-transform: uppercase; }
  .user-panel-container .user-panel-datos input {
    clear: both;
    display: block;
    width: 90%;
    background: rgba(115, 110, 130, 0.46);
    border: 0 solid transparent;
    color: #79de89; }
  .user-panel-container .user-panel-datos input[type=checkbox]:checked:before {
    color: #79de89; }
  .user-panel-container .user-panel-datos #updateuser {
    background: transparent;
    font-size: 30px;
    font-family: "Heroic";
    font-weight: bold;
    color: #fff;
    border: 0 solid transparent;
    box-shadow: none;
    width: 100%;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    padding: 0 20px 10px; }
    .user-panel-container .user-panel-datos #updateuser:hover {
      color: #79de89; }

.mi-un3-menu {
  width: 18%;
  float: left;
  text-align: left; }
  .mi-un3-menu li {
    font-family: "Heroic";
    font-weight: bold;
    color: #fff;
    list-style-type: none; }
  .mi-un3-menu li:nth-child(1) {
    font-size: 30px;
    margin: 25px 0 0; }
  .mi-un3-menu li:nth-child(2) {
    font-size: 20px;
    margin: 0; }
  .mi-un3-menu li:nth-child(3) {
    font-size: 20px;
    margin: -5px 0 0; }
  .mi-un3-menu li.active {
    color: #79de89; }

.user-panel-activities {
  margin-top: 50px; }

.user-panel-datos .user-panel-activities,
.user-panel-recomendados {
  background: rgba(0, 0, 0, 0.45) !important; }

.user-panel-recomendados {
  text-align: left;
  position: relative; }
  .user-panel-recomendados .swiper-rec-button-prev {
    background-size: 15px; }
  .user-panel-recomendados .swiper-rec-button-next {
    background-size: 15px; }
  .user-panel-recomendados h3 {
    display: inline-block;
    color: #79de89;
    font-family: "Heroic";
    font-weight: bold;
    margin: 0;
    font-size: 25px;
    box-sizing: border-box;
    padding: 10px 5%; }

.user-panel-activities {
  background: rgba(0, 0, 0, 0.45) !important;
  text-align: left;
  position: relative; }
  .user-panel-activities .swiper-act-button-prev {
    background-size: 15px; }
  .user-panel-activities .swiper-act-button-next {
    background-size: 15px; }
  .user-panel-activities h3 {
    display: inline-block;
    color: #79de89;
    font-family: "Heroic";
    font-weight: bold;
    margin: 0;
    font-size: 25px;
    box-sizing: border-box;
    padding: 10px 5%; }

#swiper-playlist-miun3,
#swiper-recomendados,
#swiper-activities {
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0; }
  #swiper-playlist-miun3 .swiper-slide,
  #swiper-recomendados .swiper-slide,
  #swiper-activities .swiper-slide {
    text-align: left;
    height: 100px; }

.notice-activity {
  box-sizing: border-box;
  padding: 10px 5%;
  color: #fff; }

.user-panel-playlist {
  background: rgba(0, 0, 0, 0.45) !important;
  text-align: left;
  position: relative; }
  .user-panel-playlist .swiper-play-button-prev {
    background-size: 15px;
    margin-top: -43px; }
  .user-panel-playlist .swiper-play-button-next {
    background-size: 15px;
    margin-top: -43px; }
  .user-panel-playlist h3 {
    display: inline-block;
    color: #79de89;
    font-family: "Heroic";
    font-weight: bold;
    margin: 0;
    font-size: 25px;
    box-sizing: border-box;
    padding: 10px 5%; }

.panel-links {
  display: none; }
  .panel-links h2 {
    font-family: "Heroic";
    font-weight: bold; }
  .panel-links ul {
    margin: 0;
    padding: 0; }
    .panel-links ul li {
      list-style-type: none; }
      .panel-links ul li a {
        font-family: "Heroic";
        font-weight: bold; }
  @media (min-width: 500px) {
    .panel-links {
      display: block;
      width: 200px;
      position: absolute;
      top: 100px;
      left: 2.5%; } }
  @media (min-width: 1200px) {
    .panel-links {
      width: 200px;
      position: absolute;
      top: 100px;
      left: 17%; }
      .panel-links h2 {
        font-size: 30px;
        margin-bottom: 0px; }
      .panel-links ul li a {
        font-size: 20px; } }

.menu-toggle {
  background: #000;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0px solid transparent;
  color: #fff;
  font-family: "Heroic";
  font-weight: bold;
  font-size: 30px; }

.menu-toggle:focus {
  outline: none; }

.search-container {
  margin-top: 40px;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 10px; }
  .search-container .page-title {
    color: #79de89;
    font-family: "Heroic";
    font-style: italic;
    font-weight: bold; }
  .search-container .search-grid h2 {
    margin: 0; }
  .search-container input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 5px 0 5px; }
  .search-container .search-submit {
    background: transparent url("../img/lupa.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
    text-shadow: none;
    border: 0 solid transparent;
    color: transparent; }

.no-results .not-found {
  color: #fff; }

.canal-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
  left: 0;
  right: 0; }
  @media (min-width: 1000px) {
    .canal-container {
      margin-top: 100px;
      width: 60%; } }
  .canal-container .txt-canal {
    color: #4affb1;
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 1px;
    line-height: 1.3; }

.alianzas-container {
  padding-bottom: 50px; }
  .alianzas-container h3 {
    color: #94fcf2;
    font-size: 26px;
    font-family: "Heroic";
    font-style: italic;
    font-weight: bold;
    margin: 20px 0 0 0; }

.txt-alianzas {
  color: white;
  margin: 20px 0 40px;
  line-height: 1.3;
  text-align: justify; }

.premios-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
  left: 0;
  right: 0; }
  @media (min-width: 1000px) {
    .premios-container {
      margin-top: 100px;
      width: 60%; } }
  .premios-container .txt-premios {
    color: white;
    margin: 20px 0;
    line-height: 1.3;
    text-align: justify; }
  .premios-container .premios-grid {
    list-style: none;
    margin: 0 0 160px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
    .premios-container .premios-grid li {
      position: relative;
      margin: 0 17% 0 0;
      width: 22%; }
      @media (max-width: 1024px) {
        .premios-container .premios-grid li {
          width: 39%; } }
      @media (max-width: 480px) {
        .premios-container .premios-grid li {
          width: 55%;
          margin: auto 20%; } }
      .premios-container .premios-grid li:nth-child(3), .premios-container .premios-grid li:nth-child(6), .premios-container .premios-grid li:nth-child(9), .premios-container .premios-grid li:nth-child(12), .premios-container .premios-grid li:nth-child(15), .premios-container .premios-grid li:nth-child(18), .premios-container .premios-grid li:nth-child(21), .premios-container .premios-grid li:nth-child(24), .premios-container .premios-grid li:nth-child(27), .premios-container .premios-grid li:nth-child(30), .premios-container .premios-grid li:nth-child(33), .premios-container .premios-grid li:nth-child(36), .premios-container .premios-grid li:nth-child(39), .premios-container .premios-grid li:nth-child(42) {
        margin: 0; }
        @media (max-width: 1024px) {
          .premios-container .premios-grid li:nth-child(3), .premios-container .premios-grid li:nth-child(6), .premios-container .premios-grid li:nth-child(9), .premios-container .premios-grid li:nth-child(12), .premios-container .premios-grid li:nth-child(15), .premios-container .premios-grid li:nth-child(18), .premios-container .premios-grid li:nth-child(21), .premios-container .premios-grid li:nth-child(24), .premios-container .premios-grid li:nth-child(27), .premios-container .premios-grid li:nth-child(30), .premios-container .premios-grid li:nth-child(33), .premios-container .premios-grid li:nth-child(36), .premios-container .premios-grid li:nth-child(39), .premios-container .premios-grid li:nth-child(42) {
            margin: 0 17% 0 0; } }
        @media (max-width: 480px) {
          .premios-container .premios-grid li:nth-child(3), .premios-container .premios-grid li:nth-child(6), .premios-container .premios-grid li:nth-child(9), .premios-container .premios-grid li:nth-child(12), .premios-container .premios-grid li:nth-child(15), .premios-container .premios-grid li:nth-child(18), .premios-container .premios-grid li:nth-child(21), .premios-container .premios-grid li:nth-child(24), .premios-container .premios-grid li:nth-child(27), .premios-container .premios-grid li:nth-child(30), .premios-container .premios-grid li:nth-child(33), .premios-container .premios-grid li:nth-child(36), .premios-container .premios-grid li:nth-child(39), .premios-container .premios-grid li:nth-child(42) {
            margin: auto 20%; } }
      @media (max-width: 1024px) {
        .premios-container .premios-grid li:nth-child(2), .premios-container .premios-grid li:nth-child(4), .premios-container .premios-grid li:nth-child(6), .premios-container .premios-grid li:nth-child(8), .premios-container .premios-grid li:nth-child(10), .premios-container .premios-grid li:nth-child(12), .premios-container .premios-grid li:nth-child(14), .premios-container .premios-grid li:nth-child(16), .premios-container .premios-grid li:nth-child(18), .premios-container .premios-grid li:nth-child(20), .premios-container .premios-grid li:nth-child(22), .premios-container .premios-grid li:nth-child(24), .premios-container .premios-grid li:nth-child(26), .premios-container .premios-grid li:nth-child(28), .premios-container .premios-grid li:nth-child(30), .premios-container .premios-grid li:nth-child(32), .premios-container .premios-grid li:nth-child(34), .premios-container .premios-grid li:nth-child(36), .premios-container .premios-grid li:nth-child(38), .premios-container .premios-grid li:nth-child(40), .premios-container .premios-grid li:nth-child(42) {
          margin: 0; } }
      @media (max-width: 480px) {
        .premios-container .premios-grid li:nth-child(2), .premios-container .premios-grid li:nth-child(4), .premios-container .premios-grid li:nth-child(6), .premios-container .premios-grid li:nth-child(8), .premios-container .premios-grid li:nth-child(10), .premios-container .premios-grid li:nth-child(12), .premios-container .premios-grid li:nth-child(14), .premios-container .premios-grid li:nth-child(16), .premios-container .premios-grid li:nth-child(18), .premios-container .premios-grid li:nth-child(20), .premios-container .premios-grid li:nth-child(22), .premios-container .premios-grid li:nth-child(24), .premios-container .premios-grid li:nth-child(26), .premios-container .premios-grid li:nth-child(28), .premios-container .premios-grid li:nth-child(30), .premios-container .premios-grid li:nth-child(32), .premios-container .premios-grid li:nth-child(34), .premios-container .premios-grid li:nth-child(36), .premios-container .premios-grid li:nth-child(38), .premios-container .premios-grid li:nth-child(40), .premios-container .premios-grid li:nth-child(42) {
          margin: auto 20%; } }
      .premios-container .premios-grid li::after {
        content: '';
        background: url("../img/laurel.png") no-repeat;
        width: 72px;
        height: 103px;
        display: block;
        position: absolute;
        top: 55px;
        right: -70px;
        background-size: 75%; }
      .premios-container .premios-grid li::before {
        content: '';
        background: url("../img/laurel.png") no-repeat;
        transform: scaleX(-1);
        width: 72px;
        height: 103px;
        display: block;
        position: absolute;
        top: 55px;
        left: -70px;
        background-size: 75%; }
    .premios-container .premios-grid h4 {
      font-size: 20px;
      margin-bottom: 0;
      width: 112%;
      margin-left: -6%;
      margin-top: 40px; }
      .premios-container .premios-grid h4.verde {
        color: #00e482; }
      .premios-container .premios-grid h4.amarillo {
        color: #d8dc00; }
      .premios-container .premios-grid h4.rojo {
        color: #f65254; }
      .premios-container .premios-grid h4.rosa {
        color: #e7bcfe; }
      .premios-container .premios-grid h4.cyan {
        color: #00FEF1; }
      .premios-container .premios-grid h4.magenta {
        color: #ff00e9; }
      .premios-container .premios-grid h4.naranja {
        color: #f9cf43; }
    .premios-container .premios-grid p {
      font-size: 12px;
      margin: 5px 0 0;
      line-height: 1.3; }
    .premios-container .premios-grid p:last-child {
      margin-bottom: 20px; }

.prensa-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
  left: 0;
  right: 0; }
  @media (min-width: 1000px) {
    .prensa-container {
      margin-top: 100px;
      width: 60%; } }
  .prensa-container .txt-prensa {
    color: white;
    margin: 20px 0;
    line-height: 1.3;
    text-align: justify; }
  .prensa-container .prensa-grid {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .prensa-container .prensa-grid li {
      position: relative;
      margin-bottom: 30px;
      width: 31.4%; }
      @media (max-width: 1366px) {
        .prensa-container .prensa-grid li {
          width: 48%; } }
      @media (max-width: 480px) {
        .prensa-container .prensa-grid li {
          width: 100%; } }
      .prensa-container .prensa-grid li img {
        width: 100%;
        vertical-align: bottom; }
    .prensa-container .prensa-grid .titulo {
      background: #f65254;
      color: white;
      font-size: 0.9rem;
      padding: 1% 3% 7%;
      text-align: left;
      border-top: solid 4px white;
      letter-spacing: normal; }
      @media (max-width: 1024px) {
        .prensa-container .prensa-grid .titulo {
          min-height: 92px; } }
      .prensa-container .prensa-grid .titulo p {
        margin: 0;
        text-transform: uppercase; }
      .prensa-container .prensa-grid .titulo .subtitulo {
        font-style: italic; }

.easy-modal,
.easy-modal-animated {
  display: none;
  width: 60%;
  margin: 0 auto;
  background-color: #f65254;
  text-align: left;
  top: 50px !important; }
  @media (max-width: 768px) {
    .easy-modal,
    .easy-modal-animated {
      width: 90%; } }
  @media (max-width: 480px) {
    .easy-modal,
    .easy-modal-animated {
      width: 90%; } }
  .easy-modal h1, .easy-modal h2, .easy-modal h6,
  .easy-modal-animated h1,
  .easy-modal-animated h2,
  .easy-modal-animated h6 {
    font-family: Helvetica, sans-serif;
    text-transform: none;
    margin: 0 0 5px;
    line-height: 1; }
  .easy-modal h2,
  .easy-modal-animated h2 {
    font-weight: 100;
    font-size: 1.2rem; }
  .easy-modal h6,
  .easy-modal-animated h6 {
    font-size: 0.8rem; }
  .easy-modal.horizontal .easy-modal-inner,
  .easy-modal-animated.horizontal .easy-modal-inner {
    display: block; }
    .easy-modal.horizontal .easy-modal-inner .img-modal,
    .easy-modal-animated.horizontal .easy-modal-inner .img-modal {
      width: 100%; }
      .easy-modal.horizontal .easy-modal-inner .img-modal img,
      .easy-modal-animated.horizontal .easy-modal-inner .img-modal img {
        width: 100%; }
    .easy-modal.horizontal .easy-modal-inner .info-modal,
    .easy-modal-animated.horizontal .easy-modal-inner .info-modal {
      padding: 10px; }
  .easy-modal.vertical .easy-modal-inner,
  .easy-modal-animated.vertical .easy-modal-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .easy-modal.vertical .easy-modal-inner .img-modal,
    .easy-modal-animated.vertical .easy-modal-inner .img-modal {
      width: 60%; }
      @media (max-width: 480px) {
        .easy-modal.vertical .easy-modal-inner .img-modal,
        .easy-modal-animated.vertical .easy-modal-inner .img-modal {
          width: 100%; } }
      .easy-modal.vertical .easy-modal-inner .img-modal img,
      .easy-modal-animated.vertical .easy-modal-inner .img-modal img {
        vertical-align: bottom;
        width: 100%; }
    .easy-modal.vertical .easy-modal-inner .info-modal,
    .easy-modal-animated.vertical .easy-modal-inner .info-modal {
      width: 32%;
      padding-top: 20px; }
      @media (max-width: 480px) {
        .easy-modal.vertical .easy-modal-inner .info-modal,
        .easy-modal-animated.vertical .easy-modal-inner .info-modal {
          width: 100%;
          padding: 20px; } }
    .easy-modal.vertical .easy-modal-inner .easy-modal-close,
    .easy-modal-animated.vertical .easy-modal-inner .easy-modal-close {
      width: 30px;
      height: 30px;
      color: white;
      font-size: 30px;
      cursor: pointer; }

.lean-overlay {
  opacity: 0 !important; }

.envivo-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
  left: 0;
  right: 0; }
  @media (min-width: 1000px) {
    .envivo-container {
      margin-top: 60px;
      width: 60%; } }
  .envivo-container .txt-vivo {
    color: #4affb1;
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 1px;
    line-height: 1.3; }
    .envivo-container .txt-vivo p {
      color: inherit; }

.alianzas-container h3 {
  color: #94fcf2;
  font-size: 26px;
  font-family: "Heroic";
  font-style: italic;
  font-weight: bold;
  margin: 20px 0 0 0; }

#theme-my-login {
  position: relative !important; }
  #theme-my-login .message {
    display: none; }
  #theme-my-login form {
    z-index: 1;
    position: relative;
    top: 50px; }
    #theme-my-login form p {
      height: 25px;
      padding-left: 20px; }
    #theme-my-login form label {
      font-size: 25px;
      font-family: "Heroic";
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 -4px; }
    #theme-my-login form input {
      background: rgba(115, 110, 130, 0.46);
      border: 0 solid transparent;
      color: #33c170;
      border-radius: 0; }
  #theme-my-login #registerform {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    margin: 0 auto;
    left: 0;
    right: 0; }
    #theme-my-login #registerform p {
      display: inline-block;
      width: 100%; }
      #theme-my-login #registerform p input {
        width: 90%; }
    #theme-my-login #registerform #reg_passmail {
      display: none; }
    #theme-my-login #registerform .submit {
      position: relative;
      width: 100%;
      padding: 0; }
      #theme-my-login #registerform .submit:before {
        content: 'Enviar';
        position: absolute;
        font-size: 25px;
        font-family: "Heroic";
        font-weight: bold;
        left: 25px;
        top: 0;
        text-transform: uppercase;
        z-index: -1; }
      #theme-my-login #registerform .submit input {
        background: transparent;
        font-size: 25px;
        font-family: "Heroic";
        font-weight: bold;
        color: #fff;
        border: 0 solid transparent;
        box-shadow: none;
        text-align: left;
        padding: 0 15px;
        text-transform: uppercase;
        margin: 0 0 -4px;
        text-indent: -9999px; }
        #theme-my-login #registerform .submit input:hover {
          color: #33c170; }
    @media (min-width: 600px) {
      #theme-my-login #registerform {
        width: 40%;
        background-color: rgba(0, 0, 0, 0.41);
        margin: 0 auto;
        left: -5%;
        right: 0; }
        #theme-my-login #registerform p {
          display: inline-block;
          width: 49%; }
          #theme-my-login #registerform p input {
            width: 90%; }
        #theme-my-login #registerform #reg_passmail {
          display: none; }
        #theme-my-login #registerform .submit {
          position: relative;
          width: 100%;
          padding: 0; }
          #theme-my-login #registerform .submit:before {
            content: 'Enviar';
            position: absolute;
            font-size: 25px;
            font-family: "Heroic";
            font-weight: bold;
            left: 25px;
            top: 0;
            text-transform: uppercase;
            z-index: -1; }
          #theme-my-login #registerform .submit input {
            background: transparent;
            font-size: 25px;
            font-family: "Heroic";
            font-weight: bold;
            color: #fff;
            border: 0 solid transparent;
            box-shadow: none;
            text-align: left;
            padding: 0 15px;
            text-transform: uppercase;
            margin: 0 0 -4px;
            text-indent: -9999px; }
            #theme-my-login #registerform .submit input:hover {
              color: #33c170; } }
  #theme-my-login .tml-action-links {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100px;
    left: -100px; }
  #theme-my-login #loginform {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    left: 0%; }
    #theme-my-login #loginform p {
      display: inline-block;
      width: 100%; }
      #theme-my-login #loginform p input {
        width: 80%; }
    #theme-my-login #loginform .forgetmenot {
      display: none; }
    #theme-my-login #loginform .submit {
      position: relative;
      padding: 0; }
      #theme-my-login #loginform .submit:before {
        content: 'Entrar';
        position: absolute;
        font-size: 25px;
        font-family: "Heroic";
        font-weight: bold;
        left: 25px;
        top: 0;
        text-transform: uppercase;
        z-index: -1; }
      #theme-my-login #loginform .submit input {
        background: transparent;
        font-size: 25px;
        font-family: "Heroic";
        font-weight: bold;
        color: #fff;
        border: 0 solid transparent;
        box-shadow: none;
        text-align: left;
        padding: 0 15px;
        text-transform: uppercase;
        margin: 0 0 -4px;
        text-indent: -9999px; }
        #theme-my-login #loginform .submit input:hover {
          color: #33c170; }
    @media (min-width: 600px) {
      #theme-my-login #loginform {
        width: 50%;
        background-color: rgba(0, 0, 0, 0.41);
        left: 25%; }
        #theme-my-login #loginform p {
          display: inline-block;
          width: 100%; }
          #theme-my-login #loginform p input {
            width: 80%; }
        #theme-my-login #loginform .forgetmenot {
          display: none; }
        #theme-my-login #loginform .submit {
          position: relative;
          padding: 0; }
          #theme-my-login #loginform .submit:before {
            content: 'Entrar';
            position: absolute;
            font-size: 25px;
            font-family: "Heroic";
            font-weight: bold;
            left: 25px;
            top: 0;
            text-transform: uppercase;
            z-index: -1; }
          #theme-my-login #loginform .submit input {
            background: transparent;
            font-size: 25px;
            font-family: "Heroic";
            font-weight: bold;
            color: #fff;
            border: 0 solid transparent;
            box-shadow: none;
            text-align: left;
            padding: 0 15px;
            text-transform: uppercase;
            margin: 0 0 -4px;
            text-indent: -9999px; }
            #theme-my-login #loginform .submit input:hover {
              color: #33c170; } }
    @media (min-width: 1000px) {
      #theme-my-login #loginform {
        width: 20%; } }
  #theme-my-login .tml-action-links {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100px;
    left: -100px; }
  #theme-my-login #lostpasswordform {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    margin: 0 auto;
    left: 0;
    right: 0; }
    #theme-my-login #lostpasswordform p {
      display: inline-block;
      width: 100%; }
      #theme-my-login #lostpasswordform p input {
        width: 90%; }
    #theme-my-login #lostpasswordform .forgetmenot {
      display: none; }
    #theme-my-login #lostpasswordform .submit {
      position: relative;
      padding: 0; }
      #theme-my-login #lostpasswordform .submit:before {
        content: 'Enviar';
        position: absolute;
        font-size: 25px;
        font-family: "Heroic";
        font-weight: bold;
        left: 25px;
        top: 0;
        text-transform: uppercase;
        z-index: -1; }
      #theme-my-login #lostpasswordform .submit input {
        background: transparent;
        font-size: 25px;
        font-family: "Heroic";
        font-weight: bold;
        color: #fff;
        border: 0 solid transparent;
        box-shadow: none;
        text-align: left;
        padding: 0 15px;
        text-transform: uppercase;
        margin: 0 0 -4px;
        text-indent: -9999px; }
        #theme-my-login #lostpasswordform .submit input:hover {
          color: #33c170; }
    @media (min-width: 600px) {
      #theme-my-login #lostpasswordform {
        width: 30%;
        background-color: rgba(0, 0, 0, 0.41);
        left: -10%; }
        #theme-my-login #lostpasswordform p {
          display: inline-block;
          width: 100%; }
          #theme-my-login #lostpasswordform p input {
            width: 60%; }
        #theme-my-login #lostpasswordform .forgetmenot {
          display: none; }
        #theme-my-login #lostpasswordform .submit {
          position: relative;
          padding: 0; }
          #theme-my-login #lostpasswordform .submit:before {
            content: 'Enviar';
            position: absolute;
            font-size: 25px;
            font-family: "Heroic";
            font-weight: bold;
            left: 25px;
            top: 0;
            text-transform: uppercase;
            z-index: -1; }
          #theme-my-login #lostpasswordform .submit input {
            background: transparent;
            font-size: 25px;
            font-family: "Heroic";
            font-weight: bold;
            color: #fff;
            border: 0 solid transparent;
            box-shadow: none;
            text-align: left;
            padding: 0 15px;
            text-transform: uppercase;
            margin: 0 0 -4px;
            text-indent: -9999px; }
            #theme-my-login #lostpasswordform .submit input:hover {
              color: #33c170; } }
  #theme-my-login .tml-action-links {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100px;
    left: -100px; }

.login-form {
  position: relative; }
  .login-form .menu-login {
    display: none; }
  @media (min-width: 600px) {
    .login-form .menu-login {
      display: block;
      position: absolute;
      top: 60px;
      left: 10px;
      width: 23%; }
      .login-form .menu-login ul {
        padding: 0;
        margin: 0; }
        .login-form .menu-login ul li {
          display: block;
          text-align: right; }
          .login-form .menu-login ul li a {
            width: 100%;
            font-family: "Heroic";
            font-weight: bold;
            color: #fff;
            font-size: 20px; }
          .login-form .menu-login ul li a:hover {
            color: #61e423; } }

.video-page .show-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px; }
  .video-page .show-header .title {
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-family: "Heroic";
    text-align: left; }
  .video-page .show-header .description {
    width: 100%;
    margin-top: 10px;
    color: white;
    font-size: 14px; }
@media (min-width: 1000px) {
  .video-page .show-header {
    z-index: 1;
    margin-top: -5px;
    margin-bottom: -22px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: center; }
    .video-page .show-header .title {
      width: 20%;
      position: absolute;
      left: 2.5%;
      top: -7px; }
    .video-page .show-header .description {
      width: 65%; } }

.flex-video {
  position: relative;
  height: 0;
  /* 16:9 */
  padding-top: 25px;
  padding-bottom: 56.25%; }

.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a,
a:visited {
  color: #79de89;
  text-decoration: none; }

a:hover {
  color: #9ce9a9; }

.video-container {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (min-width: 1100px) {
    .video-container {
      width: 55%; } }
  @media (min-width: 1400px) {
    .video-container {
      width: 65%; } }
  @media (min-width: 1600px) {
    .video-container {
      width: 55%; } }

.video-page #marquee {
  position: relative;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .video-page #marquee:hover {
    opacity: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heroic";
  text-transform: uppercase;
  color: #fff; }

p {
  font-family: "HelveticaLTStdLight2"; }

.description-full {
  color: #fff;
  background: #aaa;
  display: none; }

.slider-contanier-video {
  height: 220px; }
  @media (min-width: 1400px) {
    .slider-contanier-video {
      height: 400px; } }

.mqueryjs-hidden {
  display: none; }

.content-area {
  padding-top: 60px; }

textarea:focus,
input:focus {
  outline: 0; }

#content {
  position: relative; }

#main {
  margin-top: 60px; }
  @media (max-width: 500px) {
    #main {
      margin-top: 100px; } }
  @media (min-width: 600px) {
    #main {
      margin-top: 0; } }

.home-page {
  padding-top: 0 !important; }

.fourofour {
  margin-top: 50px;
  text-align: center;
  font-size: 45px;
  font-family: "Heroic";
  font-style: italic;
  font-weight: bold;
  color: #fff; }

.video-page .txt-corto {
  margin-top: 10px;
  color: white;
  font-size: 14px; }
.video-page .show-bar {
  margin: -40px auto 0px;
  width: 95%; }
  .video-page .show-bar .title {
    top: 0;
    color: #fff;
    font-size: 30px;
    font-family: "Heroic";
    text-align: left;
    margin: 0 0 -38px;
    width: 75%;
    float: left; }
  .video-page .show-bar .add-playlist-show-bar {
    display: none;
    top: 0;
    color: #fff;
    font-size: 30px;
    font-family: "Heroic";
    text-align: right;
    margin: 0 0 -38px;
    font-weight: bold;
    font-style: italic;
    width: 20%;
    float: right; }
  .video-page .show-bar .social-share {
    top: 0;
    color: #fff;
    font-size: 20px;
    font-family: "Heroic";
    text-align: right !important;
    margin: 0 0 -38px;
    font-weight: bold;
    font-style: italic;
    width: 22%;
    float: right; }
    .video-page .show-bar .social-share .soc {
      display: inline; }
      .video-page .show-bar .social-share .soc li a:hover {
        color: #ff00e9; }
  @media (min-width: 900px) {
    .video-page .show-bar {
      margin: -40px auto 0px;
      width: 95%; }
      .video-page .show-bar .title {
        top: 0;
        color: #fff;
        font-size: 30px;
        font-family: "Heroic";
        text-align: left;
        margin: 0 0 -38px;
        width: 35%;
        float: left; }
      .video-page .show-bar .add-playlist-show-bar {
        top: 0;
        color: #fff;
        font-size: 30px;
        font-family: "Heroic";
        text-align: right;
        margin: 0 0 -38px;
        font-weight: bold;
        font-style: italic;
        width: 20%;
        float: right; }
      .video-page .show-bar .social-share {
        top: 0;
        color: #fff;
        font-size: 30px;
        font-family: "Heroic";
        text-align: right !important;
        margin: 0 0 -38px;
        font-weight: bold;
        font-style: italic;
        width: 50%;
        float: right; }
        .video-page .show-bar .social-share .soc {
          display: inline; }
          .video-page .show-bar .social-share .soc li a:hover {
            color: #ff00e9; } }
  @media (max-width: 1024px) {
    .video-page .show-bar {
      margin: 0px auto;
      width: 90%; } }

.swiper-marquee .play-in-slider,
.swiper-marquee .add-to-pl-all-js,
.swiper-marquee .remove-from-pl-all-js {
  height: 40px !important;
  font-size: 18px;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  z-index: 11;
  text-transform: uppercase;
  line-height: 1.3; }
  .swiper-marquee .play-in-slider .plus-icon,
  .swiper-marquee .add-to-pl-all-js .plus-icon,
  .swiper-marquee .remove-from-pl-all-js .plus-icon {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    bottom: 22px !important;
    display: inline-block; }
  .swiper-marquee .play-in-slider:hover,
  .swiper-marquee .add-to-pl-all-js:hover,
  .swiper-marquee .remove-from-pl-all-js:hover {
    cursor: pointer;
    color: #79de89; }
.swiper-marquee .play-in-slider {
  height: 40px !important;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  z-index: 11;
  text-transform: uppercase;
  line-height: 1.3; }
  .swiper-marquee .play-in-slider .plus-icon {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    bottom: 35px !important;
    display: inline-block; }
  .swiper-marquee .play-in-slider:hover {
    cursor: pointer;
    color: #79de89; }
  @media (min-width: 1600px) {
    .swiper-marquee .play-in-slider {
      bottom: -8px !important; } }
.swiper-marquee .add-to-pl-all-js .plus-icon {
  right: 55px !important; }
.swiper-marquee .remove-from-pl-all-js {
  display: none; }
  .swiper-marquee .remove-from-pl-all-js .plus-icon {
    right: 113px !important; }

.preload-js {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000 url("../img/preload.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000; }

.modalll {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modalll .clse-modalll {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    z-index: 12; }
  .modalll .modalll-video {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.swiper-marquee .add-to-pl-all-js {
  font-size: 14px; }
  .swiper-marquee .add-to-pl-all-js .plus-icon {
    right: 65px !important; }

.swiper-marquee .remove-from-pl-all-js {
  font-size: 14px; }
  .swiper-marquee .remove-from-pl-all-js .plus-icon {
    right: 140px !important; }

@font-face {
  font-family: 'Heroic';
  src: url("../fonts/heroiccondensed-regular.eot");
  src: url("../fonts/heroiccondensed-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/heroiccondensed-regular.woff"), url("../fonts/heroiccondensed-regular.ttf") format("truetype"), url("../fonts/heroiccondensed-regular.svg#heroiccondensed-regular") format("svg"); }
@font-face {
  font-family: 'Heroic';
  src: url("../fonts/heroiccondensed-regularoblique.eot");
  src: url("../fonts/heroiccondensed-regularoblique.eot?#iefix") format("embedded-opentype"), url("../fonts/heroiccondensed-regularoblique.woff"), url("../fonts/heroiccondensed-regularoblique.ttf") format("truetype"), url("../fonts/heroiccondensed-regularoblique.svg#heroiccondensed-regularoblique") format("svg");
  font-style: italic; }
@font-face {
  font-family: 'Heroic';
  src: url("../fonts/heroiccondensed-bold.eot");
  src: url("../fonts/heroiccondensed-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/heroiccondensed-bold.woff"), url("../fonts/heroiccondensed-bold.ttf") format("truetype"), url("../fonts/heroiccondensed-bold.svg#heroiccondensed-bold") format("svg");
  font-weight: bold; }
@font-face {
  font-family: 'Heroic';
  src: url("../fonts/heroiccondensed-boldoblique.eot");
  src: url("../fonts/heroiccondensed-boldoblique.eot?#iefix") format("embedded-opentype"), url("../fonts/heroiccondensed-boldoblique.woff"), url("../fonts/heroiccondensed-boldoblique.ttf") format("truetype"), url("../fonts/heroiccondensed-boldoblique.svg#heroiccondensed-boldoblique") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Heroic';
  src: url("../fonts/heroiccondensed-light.eot");
  src: url("../fonts/heroiccondensed-light.eot?#iefix") format("embedded-opentype"), url("../fonts/heroiccondensed-light.woff"), url("../fonts/heroiccondensed-light.ttf") format("truetype"), url("../fonts/heroiccondensed-light.svg#heroiccondensed-light") format("svg");
  font-weight: lighter; }
@font-face {
  font-family: 'Heroic';
  src: url("../fonts/heroiccondensed-lightoblique.eot");
  src: url("../fonts/heroiccondensed-lightoblique.eot?#iefix") format("embedded-opentype"), url("../fonts/heroiccondensed-lightoblique.woff"), url("../fonts/heroiccondensed-lightoblique.ttf") format("truetype"), url("../fonts/heroiccondensed-lightoblique.svg#heroiccondensed-lightoblique") format("svg");
  font-weight: lighter;
  font-style: italic; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/helveticaneue-condensed.eot");
  src: url("../fonts/helveticaneue-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-condensed.woff"), url("../fonts/helveticaneue-condensed.ttf") format("truetype"), url("../fonts/helveticaneue-condensed.svg#helveticaneue-condensed") format("svg");
  font-weight: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/helveticaneueltstd-bdcn.eot");
  src: url("../fonts/helveticaneueltstd-bdcn.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneueltstd-bdcn.woff"), url("../fonts/helveticaneueltstd-bdcn.ttf") format("truetype"), url("../fonts/helveticaneueltstd-bdcn.svg#helveticaneueltstd-bdcn") format("svg");
  font-weight: bold; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/helveticaneue-thincond.eot");
  src: url("../fonts/helveticaneue-thincond.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-thincond.woff"), url("../fonts/helveticaneue-thincond.ttf") format("truetype"), url("../fonts/helveticaneue-thincond.svg#helveticaneue-thincond") format("svg");
  font-weight: lighter; }
@font-face {
  font-family: 'HelveticaLTStdLight2';
  src: url("../fonts/helveticaneue-thin.eot");
  src: url("../fonts/helveticaneue-thin.eot") format("embedded-opentype"), url("../fonts/helveticaneue-thin.ttf") format("truetype"), url("../fonts/helveticaneue-thin.svg#helveticaneue-thin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Droid Sans', sans-serif;
  src: url("../fonts/droidsans-webfont.eot");
  src: url("../fonts/droidsans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidsans-webfont.woff2") format("woff2"), url("../fonts/droidsans-webfont.woff") format("woff"), url("../fonts/droidsans-webfont.ttf") format("truetype"), url("../fonts/droidsans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Droid Sans', sans-serif;
  src: url("../fonts/droidsans-bold-webfont.eot");
  src: url("../fonts/droidsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidsans-bold-webfont.woff2") format("woff2"), url("../fonts/droidsans-bold-webfont.woff") format("woff"), url("../fonts/droidsans-bold-webfont.ttf") format("truetype"), url("../fonts/droidsans-bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }
.hover-verde:hover a {
  color: #00e482 !important; }

.hover-amarillo:hover {
  color: #d8dc00 !important; }
  .hover-amarillo:hover a {
    color: #d8dc00 !important; }

.hover-cyan:hover a {
  color: #00FEF1 !important; }
.hover-cyan:hover ul.sub-menu li a {
  color: white !important; }
  .hover-cyan:hover ul.sub-menu li a:hover {
    color: #f8cf43 !important; }
.hover-cyan:hover ul.sub-menu li:nth-child(1) a:hover {
  color: #54fffe !important; }
.hover-cyan:hover ul.sub-menu li.current_page_item:nth-child(1) a {
  color: #54fffe !important; }
.hover-cyan:hover ul.sub-menu li:nth-child(2) a:hover {
  color: #00FEF1 !important; }
.hover-cyan:hover ul.sub-menu li.current_page_item:nth-child(2) a {
  color: #00FEF1 !important; }
.hover-cyan:hover ul.sub-menu li:nth-child(3) a:hover {
  color: #00FEF1 !important; }
.hover-cyan:hover ul.sub-menu li.current_page_item:nth-child(3) a {
  color: #00FEF1 !important; }
.hover-cyan:hover ul.sub-menu li.current_page_item a {
  color: #f8cf43 !important; }

.hover-magenta:hover a {
  color: #ff00e9 !important; }

.current_page_item.hover-amarillo,
.current-menu-item.hover-amarillo, .current_page_ancestor.hover-amarillo {
  color: #d8dc00 !important; }
  .current_page_item.hover-amarillo a,
  .current-menu-item.hover-amarillo a, .current_page_ancestor.hover-amarillo a {
    color: #d8dc00 !important; }
.current_page_item.hover-magenta,
.current-menu-item.hover-magenta, .current_page_ancestor.hover-magenta {
  color: #ff00e9 !important; }
  .current_page_item.hover-magenta a,
  .current-menu-item.hover-magenta a, .current_page_ancestor.hover-magenta a {
    color: #ff00e9 !important; }
.current_page_item.hover-verde,
.current-menu-item.hover-verde, .current_page_ancestor.hover-verde {
  color: #00e482 !important; }
  .current_page_item.hover-verde a,
  .current-menu-item.hover-verde a, .current_page_ancestor.hover-verde a {
    color: #00e482 !important; }
.current_page_item.hover-cyan a,
.current-menu-item.hover-cyan a, .current_page_ancestor.hover-cyan a {
  color: #00FEF1 !important; }

.swiper-lazy-preloader {
  text-align: center; }
