/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.view {
	position: relative;
}


/* Exposed Filters */

.view.stand.iscroll .view-filters,
.view-ficha-usuario .view-filters {
	position: absolute;
	top: -33px;
	right: 0px;
	margin-right: 5px;
}

.view.stand.iscroll .views-exposed-widgets,
.view-ficha-usuario .views-exposed-widgets {
	margin: 0;
	padding: 0;
}

.view.stand.iscroll .views-exposed-form .views-exposed-widget,
.view-ficha-usuario .views-exposed-form .views-exposed-widget {
	margin: 0;
	padding: 0;
}

.view.stand.iscroll .view-filters label,
.view-ficha-usuario .view-filters label {
	display: inline-block;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	margin-right: 5px;
}

.view.stand.iscroll .view-filters .views-widget,
.view-ficha-usuario .view-filters .views-widget {
	display: inline-block;
}

/* stand */

.view.stand .item-list {
	overflow-y: hidden;
	position: relative;
}

.view.stand .view-content ul {
	margin: 0;
	padding: 30px 7px;
}

.view.stand .view-content ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.view.stand .view-content li.views-row {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 7px 28px;
}

.view.stand .view-content li.views-row.views-row-first {
	margin-left: 7px;
}

.view.stand .view-content li.views-row.views-row-last {
	margin-right: 7px;
}

.view.stand .view-content li.views-row:hover {
	/*-webkit-transform: scale(1.08);*/
	z-index: 10;
}

.view.stand .views-field-count {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 50px;
	height: 50px;
	z-index: 2;
	background-image: url(../images/cs-btn-ico-vote@2x.png);
	background-size: 100% 300%;
	background-repeat: no-repeat;
	background-position: left top;
	
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.view.stand .views-row:hover .views-field-count {
	/*left: -30px;
	top: -30px;*/
}

.view.stand.comics .views-field-count:hover {
	background-position: left bottom;
}

.view.stand .views-field-count .field-content {
	overflow: hidden;
	line-height: 50px;
	font-size: 0.8em;
	display: block;
	text-align: center;
	padding-left: 5px;
}

.view.stand .views-field-ops {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 50px;
	height: 50px;
	z-index: 5;
	
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.view.stand .views-row:hover .views-field-ops {
	/*left: -30px;
	top: -30px;*/
}

.view.stand .views-field-ops a {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: 0;
	display: block;
	font-size: 0.9em;
}

.view.stand .views-field-ops .flag-wrapper {
	display: block;
	width: 50px;
	height: 50px;
}

.view.stand .views-field-ops .flag-throbber {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -50px;
}

.view.stand .views-field-ops .flag-message {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 10;
	line-height: 50px;
	text-align: center;
}

.view.stand .views-field-ops a.flag-action:hover + .flag-throbber {
	background-image: url(../images/cs-btn-ico-vote@2x.png);
	background-size: 50px 300%;
	background-repeat: no-repeat;
	background-position: left center;
}

.view.stand .views-field-ops a.unflag-action:hover + .flag-throbber {
	background-image: url(../images/cs-btn-ico-vote@2x.png);
	background-size: 50px 300%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.view.stand .views-field-ops .flag-message.flag-flagged-message {
	background-image: url(../images/cs-btn-ico-vote-ops@2x.png);
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: left top;
}

.view.stand .views-field-ops .flag-message.flag-unflagged-message {
	background-image: url(../images/cs-btn-ico-vote-ops@2x.png);
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.view.stand .views-field-field-idioma {
	position: absolute;
	left: 3px;
	bottom: 3px;
	z-index: 2;
	font-size: 0.9em;
	
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.view.stand .views-row:hover .views-field-field-idioma {
	opacity: 0;
}

.view.stand .views-field-field-idioma .field-content .item-list {
	overflow-y: hidden;
	position: relative;
	white-space: nowrap;
	height: auto;
}

.view.stand .views-field-field-idioma .field-content ul {
	margin: 0;
	padding: 0;
}

.view.stand .views-field-field-idioma li {
	background-color: rgba(0,0,0,0.9);
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}

.view.stand .views-field-field-idioma li.first {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 2px;
}

.view.stand .views-field-field-idioma li.last {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 2px;
}

.view.stand .views-field-field-volumen {
	background-color: #0088E3;
	border-top-left-radius: 35px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 35px;
	height: 35px;
	z-index: 2;
	font-size: 0.9em;
	color: #000000;
	
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.view.stand .views-row:hover .views-field-field-volumen {
	opacity: 0;
}

.view.stand .views-field-field-volumen .field-content {
	line-height: 30px;
	padding-top: 5px;
	padding-left: 3px;
}

.view.stand .view-content li {
}

.view.stand .view-content li img {
	width: auto;
	height: 250px;
}

.view.stand .views-field-field-imagen-comic {
	position: relative;
	/*overflow: hidden;*/
}

.view.stand .views-field-field-imagen-comic .views-field-field-imagen-comic {
	background-color: #000000;
	line-height: 0;
}

.view.stand .views-field-field-imagen-comic .views-field-field-imagen-comic {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.view.stand .views-field-field-imagen-comic .views-field-nothing {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*overflow-y: auto;*/

	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	
	-webkit-transform: perspective(700px) rotateY(-180deg);
	transform: perspective(700px) rotateY(-180deg);
}

.view.stand .views-row:hover .views-field-field-imagen-comic .views-field-field-imagen-comic {
	-webkit-transform: perspective(700px) rotateY(180deg) /*scale(1.15)*/;
	transform: perspective(700px) rotateY(180deg) /*scale(1.15)*/;
}

.view.stand .views-row .views-field-field-imagen-comic .views-field-field-imagen-comic img {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
}

.view.stand .views-row:hover .views-field-field-imagen-comic .views-field-field-imagen-comic img {
	/*opacity: 0.25;*/
	
	-webkit-filter: blur(2px) grayscale(100%) opacity(25%);
	filter: blur(2px) grayscale(100%) opacity(25%);
	
}

.view.stand .views-row:hover .views-field-field-imagen-comic .views-field-nothing {
	-webkit-transform: perspective(700px) rotateY(0deg) /*scale(1.1)*/;
	transform: perspective(700px) rotateY(0deg) /*scale(1.1)*/;
	opacity: 1;
}

.view.stand .views-field-edit-node {
	font-weight: bold;
	text-transform: uppercase;
}

.view.stand .views-field-edit-node a {
	display: block;
	margin-top: 30px;
	margin-bottom: -30px;
	padding: 0 5px 10px 5px;
}

.view.stand .views-field-title {
	font-weight: bold;
	text-transform: uppercase;
}

.view.stand .views-field-title a {
	color: #ffffff;
	display: block;
	margin-top: 30px;
	padding: 0 5px 10px 5px;
}

.view.stand .views-field-body {
	font-size: 0.9em;
}

.view.stand .views-field-body a {
	color: #cbcbcb;
	display: block;
	padding: 0 5px 10px 5px;
}

.view.stand .views-field-ops-1,
.view.stand .views-field-ops-2 {
	padding: 0 5px;
	font-size: 0.8em;
	position: absolute;
	bottom: -10px;
	width: 93%;
}

.view.stand .views-field-ops-1 a,
.view.stand .views-field-ops-2 a {
	display: block;
	line-height: 24px;
	padding: 3px 10px 3px 40px;
	background-size: 30px 200%, 100% 200%;
	background-repeat: no-repeat, no-repeat;
	background-position: 5px top, center top;
	color: #ffffff;
}

.view.stand .views-field-ops-1 a {
	background-image: url(../images/cs-ico-leer@2x.png), url(../images/cs-btn-2@2x.png);
}

.view.stand .views-field-ops-2 a {
	background-image: url(../images/cs-ico-vote@2x.png), url(../images/cs-btn-2@2x.png);
}

.view.stand .views-field-ops-1 a:hover,
.view.stand .views-field-ops-2 a:hover {
	background-position: 5px top, center bottom;
}

.view.stand .views-field-title-field {
	margin-top: 5px;
}

.view.stand .views-field-title-field a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	color: #FFFFFF;
	
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
}

.view.stand li.views-row:hover .views-field-title-field a {
	background-image: url(../images/cs-btn-2@2x.png);
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}

.view.stand .views-field-status {
	background-color: rgba(0,0,0,0.9);
	background-image: url(../images/cs-bg-unpublished.png);
	background-size: 33% auto;
	background-repeat: repeat;
	background-position: center top;
	position: absolute;
	right: 0px;
	bottom: 33%;
	z-index: 3;
	width: 100%;
}

.view.stand .views-row:hover .views-field-status {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
}

.view.stand .views-field-status span {
	display: block;
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 20px 5px 20px 5px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Grid */

.view.grid li.views-row {
	display: block;
}

.view.grid .view-content li img {
	width: auto;
	height: auto;
}

@media (max-width: 479px) {
	/*Comics*/
	.view.grid.comics li.views-row:nth-child(2n+1) {
		float: left;
		width: 47%;
		margin-left: 0%;
		margin-right: -47%;
		clear: left;
	}
	.view.grid.comics li.views-row:nth-child(2n) {
		float: left;
		width: 47%;
		margin-left: 53%;
		margin-right: -100%;
	}
	/*Autores*/
	.view.grid.autores li.views-row {
		float: none;
		display: block;
		clear: both;
	}
}

@media all and (min-width: 480px) and (max-width: 959px) {
	/*Comics*/
	.view.grid.comics li.views-row:nth-child(4n+1) {
		float: left;
		width: 23.5%;
		margin-left: 0%;
		margin-right: -23.5%;
		clear: left;
	}
	.view.grid.comics li.views-row:nth-child(4n+2) {
		float: left;
		width: 23.5%;
		margin-left: 25.5%;
		margin-right: -49%;
	}
	.view.grid.comics li.views-row:nth-child(4n+3) {
		float: left;
		width: 23.5%;
		margin-left: 51%;
		margin-right: -74.5%;
	}
	.view.grid.comics li.views-row:nth-child(4n) {
		float: left;
		width: 23.5%;
		margin-left: 76.5%;
		margin-right: -100%;
	}
	/*Colecciones*/
	.view.grid.colecciones li.views-row:nth-child(2n+1) {
		float: left;
		width: 48.5%;
		margin-left: 0%;
		margin-right: -48.5%;
		clear: left;
	}
	.view.grid.colecciones li.views-row:nth-child(2n) {
		float: left;
		width: 48.5%;
		margin-left: 51.5%;
		margin-right: -100%;
	}
	/*Autores*/
	.view.grid.autores li.views-row:nth-child(2n+1) {
		float: left;
		width: 48.5%;
		margin-left: 0%;
		margin-right: -48.5%;
		clear: left;
	}
	.view.grid.autores li.views-row:nth-child(2n) {
		float: left;
		width: 48.5%;
		margin-left: 51.5%;
		margin-right: -100%;
	}
}

@media all and (min-width: 960px) {
	/*Comics*/
	.view.grid.comics li.views-row {
		width: 15%;
		float: left;
	}
	
	.view.grid.comics li.views-row:nth-child(6n+1) {
		margin-left: 0%;
		margin-right: -15%;
		clear: left;
	}
	.view.grid.comics li.views-row:nth-child(6n+2) {
		margin-left: 17%;
		margin-right: -32%;
	}
	.view.grid.comics li.views-row:nth-child(6n+3) {
		margin-left: 34%;
		margin-right: -49%;
	}
	.view.grid.comics li.views-row:nth-child(6n+4) {
		margin-left: 51%;
		margin-right: -66%;
	}
	.view.grid.comics li.views-row:nth-child(6n+5) {
		margin-left: 68%;
		margin-right: -83%;
	}
	.view.grid.comics li.views-row:nth-child(6n) {
		margin-left: 85%;
		margin-right: -100%;
	}
	/*Colecciones*/
	.view.grid.colecciones li.views-row:nth-child(3n+1) {
		float: left;
		width: 32%;
		margin-left: 0%;
		margin-right: -32%;
		clear: left;
	}
	.view.grid.colecciones li.views-row:nth-child(3n+2) {
		float: left;
		width: 32%;
		margin-left: 34%;
		margin-right: -66%;
	}
	.view.grid.colecciones li.views-row:nth-child(3n) {
		float: left;
		width: 32%;
		margin-left: 68%;
		margin-right: -100%;
	}
	/*Autores*/
	.view.grid.autores li.views-row:nth-child(3n+1) {
		float: left;
		width: 32%;
		margin-left: 0%;
		margin-right: -32%;
		clear: left;
	}
	.view.grid.autores li.views-row:nth-child(3n+2) {
		float: left;
		width: 32%;
		margin-left: 34%;
		margin-right: -66%;
	}
	.view.grid.autores li.views-row:nth-child(3n) {
		float: left;
		width: 32%;
		margin-left: 68%;
		margin-right: -100%;
	}
}

/* iScroll */

.view.iscroll .view-content {
	overflow:hidden;
	height: 326px;
}

.view.iscroll .view-content .item-list {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	height: 350px;
}

.view.iscroll .view-content li.views-row {
	margin-bottom: 0;
	white-space: normal;
}

.view.iscroll .views-field-title-field a {
	min-width: 23px;
	max-width: 154px;
}

/* Comics */

.view.comics .views-field-title-field a {
	min-width: 101px;
	max-width: 202px;
}

/* Colecciones */

.view.colecciones .view-content li.views-row {
	display: block;
}

.view.colecciones .views-field-count {
	color: #000000;
}

.view.colecciones .views-field-field-imagen-coleccion {
	position: relative;
	line-height: 0px;
}

.view.colecciones .views-field-title-1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #0088E3;
	z-index: 2;
	padding-left: 15px;
	padding-right: 5px;
	color: #000000;
	border-top-left-radius: 28px;
}

.view.colecciones .views-field-title-1 span {
	line-height: 28px;
}

.view.colecciones .views-field-title-field {
	margin-bottom: 5px;
}

.view.colecciones .views-field-title-field a {
	min-width: 210px;
	max-width: 446px;
}

.view.colecciones .views-field-body {
	text-align: left;
}

@media (max-width: 479px) {
	.view.colecciones .views-field-body {
		display: none;
	}
}

/* Autores */

.view.stand.autores .view-content li.views-row,
.view.stand.autores .view-content li.views-row p {
	text-align: right;
}

.view.autores .views-field-field-avatar {
	width: 46%;
	height: auto;
	float: right;
}

.view.autores .views-field-name,
.view.autores .views-field-field-procedencia,
.view.autores .views-field-field-trabaja-como,
.view.autores .views-field-field-descripcion,
.view.autores .views-field-view-user {
	width: 50%;
}

.view.autores .views-field-name {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 5px;
}

.view.autores .views-field-field-procedencia {
	color: #cbcbcb;
	font-style: italic;
	margin-bottom: 5px;
}


.view.autores .views-field-field-trabaja-como {
	color: #cbcbcb;
	font-style: italic;
	margin-bottom: 5px;
}

.view.autores .views-field-field-trabaja-como ul {
	margin: 0;
	padding: 0;
}

.view.autores .views-field-field-descripcion {
	width: 50%;
}

.view.autores .views-field-view-user {
	width: 50%;
}

@media (max-width: 479px) {
	.view.autores .views-field-field-avatar {
		width: 26%;
	}
	.view.autores .views-field-name,
	.view.autores .views-field-field-procedencia,
	.view.autores .views-field-field-trabaja-como,
	.view.autores .views-field-field-descripcion,
	.view.autores .views-field-view-user {
		width: 70%;
	}
	.view.autores .views-field-field-descripcion,
	.view.autores .views-field-view-user{
		display: none;
	}
}

/* Personajes */

.view.personajes h2.title {
	display: inline;
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #cbcbcb;
	font-style: italic;
}

.view.personajes .view-content {
	height: 100px;
}

.view.personajes .view-content .item-list {
	height: 125px;
}

.view.personajes .view-content ul {
	margin: 0;
	padding: 0;
}

.view.personajes .view-content li.views-row {
	margin: 0 3px;
	display: inline-table;
	vertical-align: top;
}

.view.personajes .view-content li.views-row:first-child {
	margin-left: 0;
}

.view.personajes .view-content li.views-row:last-child {
	margin-right: 0;
}

.view.personajes .view-content li img {
	width: 75px;
	height: 75px;
}

.view.personajes .views-field-title {
margin-top: 0px;
}

.view.personajes .views-field-title a {
	font-size: 0.9em;
	line-height: 1.1em;
	min-width: 75px;
	max-width: 75px;
}

/* Blog */

.view-blog {
}

.view-blog .views-row {
	margin-bottom: 30px;
}

.view-blog .views-field-title .title {
	font-variant: small-caps;
}

.view-blog .views-field-comment-count {
	float: right;
}

.view-blog .views-field-nothing {
	clear: both;
	margin-bottom: 10px;
}

.view-blog .views-field-field-imagen-post img {
	width: 100%;
	height: auto;
}

.view-blog .views-field-view-node {
	text-align: right;
}


/* Valoracion */

.field-type-viewreference.field-name-field-vista-valoracion {
	background-image: none;
	margin: 0;
	padding: 0;
}

.field-type-viewreference.field-name-field-vista-valoracion {
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: none;
}

#block-views-ficha-comic-block-3 {
	position: relative;
}

.view.valoracion {
	font-size: 1.2em;
}

.view.valoracion .views-field-count {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 4;
	text-align: center;
	background-image: url(../images/cs-btn-ico-vote@2x.png);
	background-size: 100% 300%;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -15px;
	margin-left: -15px;
}

.view.valoracion .views-field-count .field-content {
	overflow: hidden;
	line-height: 50px;
	font-size: 0.7em;
	display: block;
	text-align: center;
	padding-left: 5px;
}

.view.valoracion .views-field-ops {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 50px;
	height: 50px;
	z-index: 5;
}

.view.valoracion .views-field-ops a {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: 0;
	display: block;
}

.view.valoracion .views-field-ops .flag-wrapper {
	display: block;
	width: 50px;
	height: 50px;
}

.view.valoracion .views-field-ops .flag-throbber {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -50px;
}

.view.valoracion .views-field-ops .flag-message {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 10;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

.view.valoracion .views-field-ops a.flag-action:hover + .flag-throbber {
	background-image: url(../images/cs-btn-ico-vote@2x.png);
	background-size: 50px 300%;
	background-repeat: no-repeat;
	background-position: left center;
}

.view.valoracion .views-field-ops a.unflag-action:hover + .flag-throbber {
	background-image: url(../images/cs-btn-ico-vote@2x.png);
	background-size: 50px 300%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.view.valoracion .views-field-ops .flag-message.flag-flagged-message {
	background-image: url(../images/cs-btn-ico-vote-ops@2x.png);
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: left top;
}

.view.valoracion .views-field-ops .flag-message.flag-unflagged-message {
	background-image: url(../images/cs-btn-ico-vote-ops@2x.png);
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Comentarios */

.view-comentario .item-list > ul {
	padding: 0px;
}

.view-comentario li.views-row {
	display: block;
	clear: both;
	border-bottom: 1px dashed #ED1C24;
	padding-top: 10px;
	padding-bottom: 9px;
}

.view-comentario li.views-row:last-child {
	border-bottom-style: none;
}

.view-comentario .views-field-nothing {
	float: left;
	width: 110px;
}

.view-comentario .views-field-picture {
	display: none;
}

.view-comentario .views-field-name {
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 10px;
}

.view-comentario .views-field-rid {
	color: #8e8e8e;
	font-style: italic;
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 10px;
}

.view-comentario .views-field-rid li {
	display: none;
}

.view-comentario .views-field-rid li:first-child {
	display: inline;
}

.view-comentario .views-field-nothing-1 {
	clear: both;
}

.view-comentario .views-field-cid {
	color: #ED1C24;
	font-style: italic;
	float: left;
	margin-right: 10px;
}

.view-comentario .views-field-created {
	color: #8e8e8e;
	font-style: italic;
}

.view-comentario .views-field-comment-body {
}

.view-comentario .views-field-comment-body p:first-child {
	margin-top: 0px;
}

.view-comentario .views-field-nothing-2 {
	clear: both;
	text-align: right;
}

.view-comentario .views-field-replyto-comment,
.view-comentario .views-field-edit-comment,
.view-comentario .views-field-delete-comment {
}

@media all and (min-width: 480px) {
	.view-comentario .views-field-nothing {
		float: left;
		width: 110px;
	}
	.view-comentario .views-field-picture {
		display: block;
		margin-right: 10px;
	}
	.view-comentario .views-field-name {
	}
	.view-comentario .views-field-nothing-1 {
		clear: none;
		margin-left: 110px;
	}
	.view-comentario .views-field-cid {
		float: right;
	}
	.view-comentario .views-field-nothing-2 {
	}
}

.view-comentario .attachment-before {
	position: absolute;
	top: -50px;
	right: 0px;
	margin-right: 5px;
}

.view-comentario .attachment-before a,
.view-comentario .view-empty a {
	display: inline-block;
	line-height: 24px;
	padding: 3px 10px 3px 40px;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/cs-ico-comentario@2x.png), url(../images/cs-btn-1@2x.png);
	background-size: 30px 200%, 100% 200%;
	background-repeat: no-repeat, no-repeat;
	background-position: 5px top, center top;
}

.view-comentario .attachment-before a:hover,
.view-comentario .view-empty a:hover {
	/*color: #000000;*/
	background-position: 5px top, center bottom;
}

.view-comentario .view-empty {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

/* Views Filters */

.page-views .view-filters,
#block-views-exp-comics-page-1 {
	/*background-color: #ED1C24;
	padding: 5px;
	border-radius: 4px;*/
		
	background-image: none;
	border-bottom: 1px dashed #ED1C24;
	padding-bottom: 5px;
}