@import 'https://fonts.googleapis.com/css?family=Asap';
@import 'https://fonts.googleapis.com/css?family=Oswald';
@import 'https://fonts.googleapis.com/css?family=Yesteryear';
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
	/* 1 */
	font: 300 16px / 25px 'Asap';
	/* 2 */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 3 */  
	height: auto;
}
/*
 * Removes default margin.
 */
body {
	color: #aaaaaa;
	margin: 0;
	background: url(/static/public/img/gradient-footer.svg) left bottom repeat-x, url(/static/public/img/texture_grain.png) repeat;
	background-size: 20px 360px, 500px;
	background-color: #060606;
	height: auto;
	font-family: 'Asap', sans-serif;
	    min-height: 100vh;
}


#main-container {
    z-index: 1;
    position: relative;
}

/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active, a:hover {
	outline: 0;
}
/*
 * Style
 */
a, .uk-link {
	color: #cccccc;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active, a:focus {
	color: #c7b278;
	text-decoration: none;
}
/* Text-level semantics
 ========================================================================== */
/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
	/* 1 */
	font-size: 14px;
	/* 2 */
	font-family: Consolas, monospace, serif;
	/* 3 */
	color: #4fa378;
	white-space: nowrap;
}
/*
 * Emphasize
 */
em {
	color:inherit;
}
/*
 * Insert
 */
ins {
	background: #ffffff;
	color: #464d4b;
	text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
	background: #ffffff;
	color: #464d4b;
}
/*
 * Quote
 */
q {
	font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio, canvas, img, svg, video {
	/* 1 */
	max-width: 100%;
	height: auto;
	/* 2 */
	box-sizing: border-box;
}
/*
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote, figure {
	margin: 0;
}
/*
 * Margins
 */
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
	margin: 0 0 15px 0;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
	margin-top: 15px;
}
/* Headings
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #c1aa6b;
	text-transform: uppercase;
}
/*
 * Margins
 */
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
	margin-top: 10px;
}
/*
 * Sizes
 */
h1 {
	font-size: 36px;
	line-height: 36px;
	background: -webkit-linear-gradient(#c7b278, #584317);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
h1 {
	font-size: 27px;
	line-height: 38px;
}
}
h1.page-header {
	font-family: 'Yesteryear';
	text-transform: none;
	color: #c1aa6b;
	padding-left: 5px;
	font-size: 60px;
	line-height: 62px;
	margin-top: 80px;
}
h2 {
	font-size: 27px;
	line-height: 38px;
}
h3 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 38px;
	background: -webkit-linear-gradient(#c7b278, #584317);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}
h5 {
	font-size: 16px;
	line-height: 25px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
/* Lists
 ========================================================================== */
ul, ol {
	padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
	margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
	color: #444444;
	margin-left: 3%;
	float: left;
	font-weight: 300;
}
dd {
	margin-left: 40%;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
	/* 1 */
	box-sizing: content-box;
	height: 0;
	/* 2 */
	margin: 25px 0;
	border: 0;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(193, 170, 107, 0), rgba(193, 170, 107, 0.35), rgba(193, 170, 107, 0));
}
.clear {
	clear: both;
	margin: 20px 0px;
}
/* Address
 ========================================================================== */
address {
	font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
	padding-left: 20px;
	border-left: 1px solid rgba(79, 163, 120, 0.48);
	font-size: 30px;
	line-height: 34px;
	font-style: normal;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
	padding: 10px;
	background: #f5f7f9;
	font: 14px / 20px Consolas, monospace, serif;
	color: #464d4b;
	-moz-tab-size: 4;
	tab-size: 4;
	/* 1 */
	overflow: auto;
}
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
 background: #c7b278;
 color: #ffffff;
 text-shadow: none;
}
::selection {
	background: #c7b278;
	color: #ffffff;
	text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
	display: none;
}
/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Iframe
 ========================================================================== */
iframe {
	border: 0;
}

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
 @-ms-viewport {
 width: device-width;
}
}
h1, h2, h2, h3, h4, h5, h6 {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
blockquote {
	font-family: 'Gochi Hand';
	font-weight: 400;
	color: rgba(79, 163, 120, 0.88);
}
/*.navbar-header li.dropdown a.dropdown-toggle img {*/
.navbar-header a img {
	height: 80px;
	position: absolute;
	z-index: 1111;
}
.navbar {
	border-bottom: 1px solid #584317;
	min-height: 55px;
}
/*.navbar-header>li>.dropdown-menu {
    margin-top: 78px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: -20px;
}

.mega-dropdown {
    margin-left: auto;
    position: relative !important;
    width: 1140px;
    margin-right: auto;
}
*/
.img-hover {
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
.img-hover:hover {
	opacity: 1;
	-webkit-box-shadow: 0 0px 24px rgba(193, 170, 107, .80);
	box-shadow: 0 0px 24px rgba(193, 170, 107, .80);
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
/* ========================================================================
   Component: Buttons
 ========================================================================== */

.btn-default {
	color: #666666;
	background-color: transparent;
	border-color: #666666;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
.btn-default:hover {
	color: #000000;
	background-color: #c1aa6b;
	border-color: #c1aa6b;
}
.btn-info, .btn-gold {
	color: #c1aa6b;
	background-color: transparent;
	border-color: #c1aa6b;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info, .btn-gold.active, .btn-gold.focus, .btn-gold:active, .btn-gold:focus, .btn-gold:hover, .open>.dropdown-toggle.btn-gold {
	color: #f6f0d2;
	background-color: transparent;
	border-color: #f6f0d2;
	-webkit-box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
	box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
}
.btn-primary {
	color: #999999;
	background-color: transparent;
	border-color: #999999;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #c1aa6b;
	background-color: transparent;
	border-color: #c1aa6b;
	-webkit-box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
	box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
}
/* ========================================================================
   Component: navbar
 ========================================================================== */

.navbar-center {
	padding: 5px;
}
.navbar-inverse .navbar-nav>li {
	font-size: 2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #aaaaaa;
	text-transform: uppercase;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}

@media (max-width: 800px) {
.navbar-inverse .navbar-nav>li {
	font-size: 1.4rem;
}
}
.navbar-inverse .navbar-nav>li>a {
	background: -webkit-linear-gradient(#888888, #222222);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.navbar-inverse .navbar-nav>li.pull-right>a {
	font-size: 21px;
	line-height: 1.5;
}
.navbar-inverse .navbar-nav > li:nth-child(1) > a, .navbar-inverse .navbar-nav > li:nth-child(2) > a, .navbar-inverse .navbar-nav > li:nth-child(3) > a, .navbar-inverse .navbar-nav > li:nth-child(4) > a {
	line-height: 1;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active {
	background: -webkit-linear-gradient(#c7b278, #584317);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #c1aa6b;
}
.navbar-inverse .navbar-nav>li>a>i {
	font-size: 1.5rem;
	color: #666;
	-webkit-text-fill-color: #666;
}
.navbar-inverse .navbar-nav>li>a:hover>i {
	background: -webkit-linear-gradient(#c7b278, #584317);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
}
.navbar-brand > img {
	margin-top: 7px;
}

@media (max-width: 770px) {
.navbar-brand > img {
	margin-top: -3px;
}
.collapse.navbar-collapse.js-navbar-collapse {
	width: 80%;
	float: right;
}
}

@media (max-width: 1280px) {
.navbar-nav {
	padding-left: 14%;
}
}

@media (max-width: 800px) {
.navbar-nav {
	padding-left: 10%;
}
}

@media (max-width: 780px) {
.navbar-nav {
	padding-left: 7%;
}
}
.navbar-nav>li>div.form-group {
	margin: 0px;
}
.form-control > option:hover {
	background: #c7b278;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
/* ========================================================================
   Component: Menu
 ========================================================================== */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	min-height: 320px;
	padding: 15px 10;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #c1aa6b;
	border-radius: 4px;
	box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(193, 170, 107, 0), rgba(193, 170, 107, 0.75), rgba(193, 170, 107, 0));
	background-color: transparent;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 2;
	white-space: nowrap;
	color: #999;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background: -webkit-linear-gradient(#c7b278, #584317);
	background: -o-linear-gradient(#c7b278, #584317);
	background: linear-gradient(#c7b278, #584317);
	border-color: #584317;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #c7b278;
	outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	min-width: 200px;
	max-width: 260px;
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #666666;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #c1aa6b;
	background-color: transparent;
}
.dropdown-menu:before {
	content: "";
	border-bottom: 15px solid #000000;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: -10px;
	right: 30px;
	left: auto;
	z-index: 10;
}
.dropdown-menu:after {
	content: "";
	border-bottom: 17px solid #c1aa6b;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: -12px;
	right: 28px;
	left: auto;
	z-index: -2;
}
.mega-dropdown-menu .dropdown-header {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	background: -webkit-linear-gradient(#c7b278, #584317);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #c1aa6b;
}
.dropdown-menu .userinfo {
	display: table;
}
.dropdown-menu .userinfo > li {
	display: table-cell;
}
ul.dropdown-menu > li.username {
	font-family: 'Asap', sans-serif;
	padding: 18px;
}
div.user_info > h5 {
	font-size: 28px;
	line-height: 1.5;
	text-transform: capitalize;
	font-family: 'Yesteryear', sans-serif;
	margin-bottom: 0px;
	margin-top: -6px;
}
.user_avatar {
	color: #333333;
	margin: 0px 0px 15px 10px;
}
/* ========================================================================
   Component: Billboard
 ========================================================================== */



.panel-billboard {
	max-width: 450px;
	background-color: transparent !important;
	background-size: auto;
	background-image: url(/static/public/img/billboard_blank.png);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	border: none !important;
	box-shadow: none !important;
}
.panel-billboard .panel-body {
	padding: 100px 25% 35% 25%;
	background-color: transparent;
	background-size: 312px 136px;
	background-image: url(/static/public/img/rope.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 100;
}
.welcome {
	margin-top: 20px;
}
/* ========================================================================
   Component: Categorias
 ========================================================================== */

ul#coleccion-menu-desc-western, ul#coleccion-menu-desc-horror, ul#coleccion-menu-desc-noir, ul#coleccion-menu-desc-archive {
	color: #c1aa6b;
	text-align: center;
}
/* ========================================================================
   Component: Ficha
 ========================================================================== */

.row.ficha {
	margin-right: 0px;
}
.ficha h1 {
	margin-top: 40px;
	line-height: 44px;
}
.ficha .mini_ficha {
	margin-top: 15px;
	padding-right: 30px;
	margin-bottom: 15px;
	padding-left: 0px;
}
.ficha span.clasificacion {
	padding: 8px 16px;
	border: 1px dashed #584317;
	border-radius: 4px;
}
.ficha ul > li:first-child {
	border-left: none;
	padding: none;
	margin-left: -5px;
}
.ficha ul > li {
	color: #584317;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #584317;
}
.ficha ul > li > span {
	color: #dddddd;
	width: initial;
	float: none;
	padding: 0px;
	margin-right: 10px;
	display: inline-block;
}
.ficha span.cl_0 {
	border: 1px dashed green;
}
div.staff, ul.productos {
	display: inline-block;
}
div.artist {
    margin: 7px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    max-width: 125px;
    float: left;
    position: relative;
    height: 160px;
    overflow: hidden;
}
div.row.desc_artist {
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0, 0.85);
	display: block;
	padding: 0px 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}
.artist_rol {
	color: #c7b278;
	text-transform: uppercase;
}
.artist_name, .artist_rol {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 2px;
	text-align: center;
}
ul.productos > li {
	max-width: 65px;
}
ul.productos > li:first-child {
	max-width: 100%;
}

.ficha-capitulo {
    margin: 10px 0 5px;
}


.tempbad {
  
  position: absolute;
  border: 0px solid #BBB;
  background: transparent;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#c1aa6b 0%, #584317 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #584317;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #584317;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #584317;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #584317;
}


ul.ficha-capitulo > li {color:#584317;}

ul.ficha-capitulo > span {margin-right:10px;}


/* ========================================================================
   Component: PANEL
 ========================================================================== */

.panel {
	background-color: #111111;
	border: 1px solid transparent;
	border: 1px solid #c1aa6b;
	border-radius: 4px;
	box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #000000;
	border-color: #584317;
}
/* ========================================================================
   Component: Headers
 ========================================================================== */


.collect-header {
	 background-position:top center; 
	height:429px; 
	background-repeat:no-repeat; 
}

.leyenda-collection {
	margin-top: 80px;
	text-align: center;
	text-align: -webkit-center;

text-align: -moz-center;
}



h3.page-header {
	font-size: 21px;
	line-height: 26px;
	color: #584317;
	border-bottom: 1px solid #584317;
}
h1.header-list {
	line-height: 1.3;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Yesteryear', san-serif;
}
h2.header-list {
	line-height: 1.3;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Yesteryear', san-serif;
}
.header-list:before, .header-list:after {
	content: "";
	margin: 0px 15px;
	display: inline-block;
	position: relative;
	width: 30%;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(193, 170, 107, 0), rgba(193, 170, 107, 0.75), rgba(193, 170, 107, 0));
	vertical-align: middle;
}


.captitle  {
	letter-spacing: 1px;
	margin-bottom: 5px;
	
	
}


@media (max-width: 991px) {
.captitle  {
	margin-top: 20px;
	
	
}
}
/* ========================================================================
   Component: slider
 ========================================================================== */

.fraction-slider .titulo {
	font-family: 'Yesteryear', sans-serif;
	color: #c7b278;
	text-shadow: 0px 4px 6px rgba(0,0,0, 0.65);
}
.fraction-slider .texto span {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 32px;
	padding-left: 24px;
	padding-top: 0px;
	margin: 0px;
	text-shadow: 0px 4px 4px rgba(0,0,0, 0.65);
}
.fraction-slider .fs_obj * {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 5% !important;
}
p.titulo.claim.fs_obj.fs_obj_active {
	top: 25%;
}
.fraction-slider .enlace {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
.fraction-slider .enlace a {
	color: #ffffff;
	margin-left: -15px;
	padding: 10px 20px;
}
.fraction-slider .enlace a:hover {
	color: #c1aa6b;
}
.negrosobreblanco {
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 4px;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
.negrosobreblanco:hover {
	color: #222222;
	background: transparent;
	border: 1px solid #c7b278;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
}
.iconespdcha {
	margin-right: 8px;
}
/* ========================================================================
   Component: idiomas
 ========================================================================== */

#language-chooser {
	margin: 15px 0px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666666;
	background-color: #000;
	background-image: none;
	border: 1px solid #666666;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#language-chooser:focus, #language-chooser:hover {
	border-color: #c7b278;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
}
/* ========================================================================
   Component: Buscador
 ========================================================================== */

#header-search input#q {
	color: #c7b278;
	margin: 8px 0px;
	border: 1px solid #666666;
	background: transparent;
	-webkit-transition: all .48s ease;
	-moz-transition: all .48s ease;
	-o-transition: all .48s ease;
	transition: all .48s ease;
}
#header-search input#q:hover, #header-search input#q:focus, #header-search input#q:active {
	outline: none;
	background: transparent;
}
#header-search input#q:focus, #header-search input#q:hover {
	border-color: #c7b278;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
}
#header-search .icon {
	position: absolute;
	top: 50%;
	margin-left: 17px;
	margin-top: 15px;
	z-index: 1;
	color: #666;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #333333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #000;
	background-color: #333;
	border-color: #444;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #000000;
	cursor: default;
	background: -webkit-linear-gradient(#c7b278, #584317);
	background: -o-linear-gradient(#c7b278, #584317);
	background: linear-gradient(#c7b278, #584317);
	border-color: #584317;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #666;
	cursor: not-allowed;
	background-color: #000;
	border-color: #666;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.well {
	min-height: 20px;
	padding: 40px;
	margin-bottom: 20px;
	background-color: #111111;
	border: 1px solid #c1aa6b;
	border-radius: 4px;
	box-shadow: 0 0px 12px rgba(193, 170, 107, .50);
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #c7b278;
	background-color: #000000;
	background-image: none;
	border: 1px solid #333333;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #c7b278;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 178, 120, .6);
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
label.control-label {
	color: #666666;
}
.horizontalScroller .scrollbar .handle {
	width: 20%;
	height: 100%;
	background: linear-gradient(to right, rgba(88, 67, 23, 0), rgba(88, 67, 23, 0.35), rgba(88, 67, 23, 0));
	cursor: pointer;
}
.horizontalScroller .scrollbar {
	margin: 0 0 1em 0;
	height: 5px;
	background: #111111;
	line-height: 0;
}
footer {
	color: #555;
	margin: 28px 0px 18px 0px;
}
footer a {
	color: #777;
}
footer a:hover {
	color: #c7b278;
}
#search-overlay .close {
	color: #222222;
	background: -webkit-linear-gradient(#c7b278, #584317);
	background: -o-linear-gradient(#c7b278, #584317);
	background: linear-gradient(#c7b278, #584317);
	border-color: #584317;
	text-shadow: 0 1px 0 #584317;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ========================================================================
   Component: SWIPER
 ========================================================================== */


.swiper-button-next, .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c1aa6b'%2F%3E%3C%2Fsvg%3E") !important;
	left: 10px;
	right: auto;
}
.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'%23c1aa6b'%2F%3E%3C%2Fsvg%3E") !important;
	right: 10px;
	left: auto;
}




.swiper-wrapper {
	height: 95% !important;
	
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {

    right: 2% !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {

    left: 2% !important;
}





#swipebox-overlay img {
    border: 6px solid bisque !important;

}

#swipebox-container {
	/*opacity: 0.5;*/
}



#swipebox-slider .slide {
    background-color: rgba(0,0,0, 0.75);
}



#swipebox-close, #swipebox-next, #swipebox-prev {
    background-image: url(/static/public/img/icons.png) !important;
}



/* ========================================================================
   Component: Modal
 ========================================================================== */


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



.modal-content {
    color: #aaaaaa;
    position: relative;
    background-color: #000000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.9);
    box-shadow: 0 3px 6px rgba(0,0,0,.9);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #c1aa6b;
    text-shadow: 0 1px 0 #584317;
    filter: alpha(opacity=60);
    opacity: .6;
}
.close:hover {
	color: #c1aa6b;
    text-shadow: 0 1px 0 #584317;
    filter: alpha(opacity=90);
    opacity: .9;
}

.modal-header {
    min-height: 0px;
    padding: 15px;
    margin-top: -25px;
    border-bottom: 0px solid #584317;
}






/* ========================================================================
   Component: HOMESLIDER
 ========================================================================== */


#home-slider {
}
	#home-slider .swiper-slide {
	    text-align: center;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;

	    background-position: center center;
	    background-size: cover;
	}
	 
	#home-slider .swiper-button-prev, 
	#home-slider .swiper-container-rtl,
	#home-slider .swiper-button-next {
		z-index: 5000;
	}
	#home-slider .swiper-pagination-bullet {
		background: #584317;
	}
	#home-slider .swiper-pagination-bullet-active {
		background: #c7b278;
	}



#home-slider #filmslide, #curtain-left,
#home-slider #filmslideback, #curtain-right {
	position: absolute;
	top:0;
	right: 0;
	max-width: 240px;
	width: auto;
	height: 110%;
	z-index: 1029;
}
#home-slider #filmslide, #curtain-left {
	left: 0;
}


#nyxconsumo {
	position: relative;
	top: -10px;
	margin-right: auto;	
	margin-left: auto;
	margin-top: -30px;
	width: auto;
	height: 75px;
	z-index: 4001;
	display: block;
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #000;
  background: #c1aa6b;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 3px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #c1aa6b;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

h1.anal-title {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 0px;
	
}

div.anal-head { position: relative}

div.anal-head  div {margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	background: rgba(0,0,0, 0.85);
}
div.anal-head  > div > h1 {
	font-size: 72px;
	padding: 0px 20px;
	line-height: 1.5;
		margin:0px;
}


.anal-text p:first-child:first-letter { 
	float: left; 
	color: #584317; 
	font-size: 76px; 
	line-height: 60px; 
	padding-top: 8px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: 'Oswald'; }

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

.anal-text > p {
    line-height: 2 !important;
	    font-family: 'Asap', sans-serif!important;
}
.anal-text img { margin: 20px;}

.back-button {
	color: #222222;
	background: -webkit-linear-gradient(#c7b278, #584317);
	background: -o-linear-gradient(#c7b278, #584317);
	background: linear-gradient(#c7b278, #584317);
	border-color: #584317;
	text-shadow: 0 1px 0 #584317;
	z-index: 4005;
	position: fixed;
	top: 20px;
	left: 0px;
	background-color: #428bca;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.back-button:hover {
	color:#584317;
}


ul.idiomas {
	margin-bottom: 20px;
}
	ul.idiomas li a {
		text-transform: uppercase;
	}


.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.list-inline.ficha {
    white-space: nowrap;
}


/* ========================================================================
   Component: RESPONSIVE
 ========================================================================== */
@media (max-width: 768px) {
	#curtain-right, #curtain-left {display: none;}
	.header-list:before, .header-list:after {display: none;}
}
	
	
