/*! posts_single.css */

/*------------------------------------*\
  ESTRUCTURA
\*------------------------------------*/

body {
	background: #fff;
	font: 14px/1.25em 'Open Sans', sans-serif;
}

article {
	margin: 0 auto;
	width: 980px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote {
	padding: 20px;
	margin: 10px;
	color: #666;
	position: relative;
	font-style: italic;
}

blockquote:before {
	content: "\201C";
	position: absolute;
	top: 22px;
	left: -4px;
	display: block;
	font-size: 1.75em;
	font-family: 'Cantora One', serif;
	color: #888;
}

.container {
	width: 70%;
	font: normal 18px/28px 'Open Sans', sans-serif;
	color: #000;
	display: inline-block;
	margin-top: 40px;
	vertical-align: top;
}


.post-image img, .post-iframe img, .container .post-article img {
	min-width: 100%;
	max-width: 100%;
}

.post-image {
   	position: relative;
}


.post-big-image {
	position: relative;
	background: url("img/entre1.jpg");
	background-size: cover;
	width: 100%;
	padding-top: 36.33%;
	position: relative;
	background-position: top !important;
}

.post-big-image::after {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.35);
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.35));
	background: -moz-linear-gradient(transparent, rgba(0,0,0,0.35));
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.35));
	background: -ms-linear-gradient(transparent, rgba(0,0,0,0.35));
	background: linear-gradient(transparent, rgba(0,0,0,0.35));
}

.post-big-image.review {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
}

.post-big-header {
	color: #444;
	padding: 10px 15px;
}

.post-big-header .big-headings {
	width: 960px;
	margin: 20px auto;
	position: relative;
	z-index: 2;
}

.post-time {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 28px;
}
.caption {
	position: absolute;
	bottom: 7px;
	color: #f7f7f7;
	white-space: normal;
	font-size: 90%;
	line-height: 1.5;
    right: 0;
}

.caption p {
	background: rgba(0,0,0,0.5);
	text-align: right;
	padding: 10px 15px;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 1px 0px 2px #000;
	border-radius: 8px 0 0 0;
}

.container .epigraph {
	color: #444;
	font-size: 100%;
	line-height: 1.5;
	opacity: 0.8;
	border-left: 3px solid #456434;
	position: relative;
	font-style: italic;
	padding: 0 30px;
	text-align: center;
	margin-bottom: 20px;
}

.container .epigraph p.author-epigraph {
	font-weight: 700;
}

.container .intro p {
	margin-top: 10px;
}

.container .intro figure img {
	max-width: 100%;
	min-width: 100%;
}

.author-epigraph.stub.editable p {
	display: inline-block;
}

/*.container .epigraph p.author-epigraph:before {
	content: "-";
}*/

.container .post-header {
	clear: both;
	margin-top: 20px;
}

.container .post-header h1 + h2 {
	line-height: 1.4;
	color: #444;
}

.container  .post-header h1 {
	font: bold 32px/1.2 'Open Sans', sans-serif;
	letter-spacing: -0.02em;
}

.container .post-header h2 {
	font: italic 20px/20px 'Open Sans', sans-serif;
	padding-bottom: 0;
	margin-top: 5px;
    margin-bottom: 0;
}

/*
Esto impide que se muestre el popup del facebook like button (akobashikawa@rcp.pe)
iframe,
embed {
  max-width: 100%;
}*/

.post-big-header h1 {
	font: bold 44px/1.2 'Francois One', sans-serif;
	position: relative;
	color: #fff;
  	overflow: hidden;
}

.post-big-header h2 {
	font: italic 22px/1.2 'Open Sans', sans-serif;
	margin-bottom: 18px;
	padding-bottom: 20px;
	margin-top: 10px;
	position: relative;
	color: #eee;
	text-align: left;
}

.post-big-header p {
	font: normal 14px/17px 'Open Sans', sans-serif;
}

.post-big-header h1.dark {
	color: #000;
}

.post-big-header h2.dark {
	color: #777;
}

/*.post-big-header:before {
	content: '';
	position: absolute;
	top: -80px;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
	border-radius: 6px 2px 0 0;
}*/

.container .post-info {
	font-size: 14px;
	display: none;
}

.container .post-info .author-name {
	text-transform: uppercase;
	font: 300 14px/22px 'Cantora One', sans-serif;
}

.intro {
	margin-bottom: 30px;
}

.container .post-content figure {
	position: relative;
}

.container .post-content figure > img {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    vertical-align: middle;
    -webkit-filter: grayscale(0);
    -webkit-transition: -webkit-filter 3s ease;
    transition: -webkit-filter .3s ease;
}

.container .post-content figure > img.hover {
    -webkit-filter: grayscale(1);
    -webkit-transition: -webkit-filter 3s ease;
    transition: -webkit-filter .3s ease;
}

.container .post-content figure > figcaption {
	white-space: normal;
	line-height: 1.5;
	font-size: 90%;
	position: absolute;
	bottom: 7px;
	right: 0;
}

.container .post-content figure > figcaption > p,
.container .post-content figure > figcaption:empty::before {
	background: rgba(0,0,0,0.5);
	color: #F7F7F7;
	text-align: right;
	padding: 10px 15px;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 1px 0 2px #000;
}

.container .post-content figure.white > figcaption {
  white-space: normal;
    line-height: 1.5;
    font-size: 90%;
    position: absolute;
    bottom: 26%;
    right: -8%;
}

.container .post-content figure.white > figcaption > p {
    background: white;
    color: #333;
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Viga';
    width: 100px;
    text-shadow: none;
    text-transform: none;
}

.container .post-content figure.gold > figcaption {
    white-space: normal;
    line-height: 1.5;
    font-size: 90%;
    position: absolute;
    bottom: 7px;
    right: 0;
}

.container .post-content figure.gold > figcaption > p {
    color: #333;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    background: rgba(255,215,0,0.7);
    text-shadow: none;
}

.tooltip-styles {
    position: absolute;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 0;
    bottom: 0;
}

.tooltip-styles ul {
	margin-left: 10px;
}

.tooltip-styles ul li {
    display: inline;
    margin-right: 5px;
}

.tooltip-styles a {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.tooltip-styles span:hover {
    background: rgb(201,34,0);
}

.tooltip-styles span {
    background: rgba(0,0,0,0.6);
    padding: 3px 8px;
    border-radius: 50em;
}

.tooltip-styles span.active {
    background: rgb(201,34,0)
}

/* Formato entrevista */

.dropzone * {
    pointer-events: none;
}

.dropzone {
    opacity: 0.2;
}

.dropzone--allow {
    opacity: 0.75;
}

.container .post-content figure.right[data-size="5"] {
    min-width: 75%;
    max-width: 75%;
}

.container .post-content figure.right[data-size="4"] {
    min-width: 70%;
    max-width: 70%;
}

.container .post-content figure.right[data-size="3"] {
    min-width: 65%;
    max-width: 65%;
}

.container .post-content figure.right[data-size="2"] {
    min-width: 60%;
    max-width: 60%;
}

.container .post-content figure.right[data-size="1"] {
    min-width: 55%;
    max-width: 55%;
}

.container .post-content figure.right {
    float: right;
    margin-right: -15%;
    margin-left: 20px;
    margin-bottom: 15px;
    /*margin-right: 0 !important;*/
}

.figure-styles {
    background-color: rgba(33, 33, 33, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: move;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.figure-styles:hover {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
}

.figure-styles span {
    font-size: 14px;
    position: absolute;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    color: white;
    width: 100%;
    margin-top: -16px;
    text-align: center;
    top: 50%;
}

.figure-styles__close {
    top: 0;
    right: 0;
}

.figure-styles__common {
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 5px 10px;
    border-width: 0;
    position: absolute;
    font-size: 36px;
    font-family: 'Cantora One', serif;
}

.figure-styles__increase {
    font-size: 24px;
    padding: 4px 10px;
    bottom:30px;
}

.figure-styles__decrease {
    font-size: 24px;
    padding: 5px 10px;
    bottom:0;
}

.container .post-content figure {
	min-width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 28px;
	margin-bottom: 28px;
}

.container .post-content figure p {
	color: #f7f7f7;
}

.container .post-article p {
	color: #000;
	margin-top: 20px;
}

.interview-block {
	margin-top: 20px;
	margin-bottom: 30px;
}

.question-block {
	font-weight: bold;
}

.answer-block {
	margin-bottom: 40px;
}

.interview-block .question-block:before, .interview-block .answer-block:before {
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 24px;
	border-radius: 50em;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 4px;
	min-width: 0;
	content: "";
}

.questions {
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 0px !important;
}

.container .post-article p a,
.intro a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.container .post-article p a:hover,
.intro a {
	text-decoration: none;
}

.container .post-article h2,
.post-content h2 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 40px;
	text-transform: none;
}

.container .post-article hr {
	width: 20%;
	border: 1px dashed #eee;
	margin-bottom: 20px;
}

.container .post-article h1,
.container .post-content .chapter,
.chronicle-timestamp,
.review-topic {
	font: normal 22px/22px 'Open Sans';
	margin: 40px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}


.published-post {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-align: left;
	letter-spacing: 2px
}


.add-block-content, .add-section-content, .add-review-content {
	margin-top: 25px;
	text-align: right;
}

.add-block-content a, .add-section-content a, .add-review-content a {
	color: #666;
	text-decoration: none;
	background: #f7f7f7;
	padding: 4px 10px;
	border: 1px solid #e9e9e9;
}

.add-block-content a:hover, .add-section-content a:hover, .add-review-content a:hover {
	background: #eee;
}

.add-block-content:hover:before {
	content: "Agregar pregunta y respuesta";
	margin-right: 10px;
	font-size: 14px;
	font-style: italic;
}

.add-section-content:hover:before {
	content: "Agregar capítulo";
	margin-right: 10px;
	font-size: 14px;
	font-style: italic;
}

.add-review-content:hover:before {
	content: "Agregar sección";
	margin-right: 10px;
	font-size: 14px;
	font-style: italic;
}

.chronicle-block {
	margin-bottom: 30px;
}

.chronicle-block p {
	margin-bottom: 10px;
}

.chronicle-block figure img {
	max-width: 100%;
	min-width: 100%;
}

/*.container .post-content .chapter:before {
	content: "✵✵✵";
	color: #555;
	text-align: center;
	position: relative;
	margin-left: 45%;
}*/


.social-buttons {
  margin: 40px 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
 }

 .header-social {
  padding: 20px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
 }

 .content-social {
  padding: 20px;
  background: #f7f7f7;
  border-top: 1px solid white;
  border-radius: 10px;
 }

.social-buttons--outside {
  margin: 30px 0;
}

.social-buttons--inside {
  margin: 20px 0;
  display: inline-block;
}

.social iframe {
  margin: 0;
  vertical-align: baseline;
}

.fb-wrapper {
  display: inline-block;
  margin-right: 20px;
}
.fb-wrapper .fb_iframe_widget {
  vertical-align: top;
}
.twitter-wrapper {
  display: inline-block;
}
.gplus-wrapper {
  display: inline-block;
}

.sidebar {
	display: inline-block;
	margin-top: 40px;
        width: 23%;
}


.aside {
	width: 100%;
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #eee;
	margin-left: 60px;
}

.aside.disclaimer {
    position: relative;
	margin-top: 40px;
    background-color: rgba(255,255,255,0.7);
}

.btn.standard {
 	margin: 0 auto;
 	background: rgba(47,146,8,0.9);
 	color: white !important;
 	border: 1px solid transparent;
 	border-radius: 18px;
 	padding: 4px 12px;
 	font-size: 10px;
 	text-transform: uppercase;
 	cursor: pointer;
 	position: relative;
 	line-height: 6.5;
 	text-decoration: none;
 }

.btn.standard:hover {
        color: white;
}

 a.btn.standard.action {
 	font-size: 10px;
 	letter-spacing: 1px;
 	padding: 8px 16px;
 }

.aside .image-author-card img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-position: center;
	background-size: cover;
	margin: 0 auto 8px;
	margin-left: 46px;
	display: inline-block;
	margin-top: 10px;
}

.aside .info-author-card {
	text-align: center;
	font: normal 12px/12px 'Open Sans', sans-serif;
	color: #555;
	line-height: 1.2;
	margin-bottom: 20px;
}

.aside .info-author-card a,
.sum-follower a {
	text-decoration:none;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.5px;
}

.aside .info-author-card a:hover,
.sum-follower a:hover {
	color: #006388;
}

.aside .info-author-card p {
	margin-bottom: 15px;
	margin-top: 5px;
	color: #000;
}

.aside .bio-author-card {
	padding-bottom: 15px;
}

.aside .title-blog-name {
	border-top: 1px solid white;
	margin-top: -15px;
	padding-top: 10px;
}

.aside .blog-name {
	text-transform: uppercase;
}

.aside .button.followUser,
.wrapper-followers .button.followUser,
a#aside_follow_btn {
	border: 1px solid #57ad68;
	margin-top: 15px;
	padding: 6px 12px;
	color: #117726;
	border-radius: 50em;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 10px;
}

.aside .button.followUser:hover,
.wrapper-followers .button.followUser:hover,
a#aside_follow_btn:hover {
	color: #117726;
}


.aside .button.deleteFollowUser,
.wrapper-followers .button.deleteFollowUser,
a#aside_unfollow_btn {
	border: 1px solid #57ad68;
	background: #57ad68;
	margin-top: 15px;
	padding: 6px 12px;
	color: white;
	border-radius: 50em;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 10px;
}

.aside .button.deleteFollowUser:hover,
.wrapper-followers .button.deleteFollowUser:hover,
a#aside_unfollow_btn:hover {
	border: 1px solid #4E9E5E;
	background: #4E9E5E;
	color: white;
}


.aside .blog-name a {
	text-transform: uppercase;
}

.aside .blog-name a:hover {
	color: #006388;
}

.aside .tips-underwood {
	margin-top: 40px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

::selection {
	background: #b20050;
	color: #f7f7f7;
}

iframe {
	margin: 20px 0 20px 0;
}

a.upload-img, a.upload-iframe {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px 10px 36px;
 	text-decoration: none;
 	color: #f7f7f7;
 	font-size: 10px;
 	text-transform: uppercase;
 	font-weight: 600;
 	letter-spacing: .1em;
 	z-index:3;
}

a.upload-img {
	top: 45%;
}

a.upload-img:hover, a.upload-img {
	background: rgba(179, 63, 63, 0.7);
}

a.upload-iframe {
    position: relative;
}

ul.list-description-border {
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #eee;
	font-size: 16px;
	margin: 20px 10px 20px 0;
}

dd.story a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

dd.story a:hover {
	text-decoration: none;
}

/*EDITOR UNDERWOOD*/

@-webkit-keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(-50px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
    0%, 100% { -moz-transform: translateY(-50px); }
    10%, 90% { -moz-transform: translateY(0px); }
}

#note {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    color: #444;
    background: #FFFFFF;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    width: 400px;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
}

#note.popup {
    -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
    -moz-animation:    slideDown 2.5s 1.0s 1 ease forwards;
}

.aside.editor {
	padding: 15px;
	border: 1px solid #e9e9e9;
}

.aside.editor section {
	margin-bottom: 25px;
}


.aside.editor h2 {
	text-transform: uppercase;
	font-weight: bold;
}

.aside.editor p {
	margin-bottom: 10px;
	color: #555;
}

.aside.editor .button-publisher {
	background: #669243;
	color: #f7f7f7;
}

.aside.editor .button-publisher:hover {
	text-decoration: none;
}

.aside.editor .button-unpublisher {
	color: #888;
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.aside.editor .button-unpublisher:hover {
	background: #e9e9e9;
	text-decoration: none;
}

#dp3 {
	margin-bottom: 40px;
}

.socialNetwork {
	position: relative;
	margin-top: 10px;
}

.image-social-network {
	position: absolute;
	left: 17px;
	top: 3px;
}

.image-social-network .social {
	margin-right: 4px;
}

.social-text {
	position: absolute;
}

.aside.editor .tooltip-reference {
	color: #444;
	border-bottom: 1px solid #ccc;
}

.aside.editor .tooltip-reference:hover {
	text-decoration: none;
	color: #444;
}

.review-text.editable {
	margin-bottom: 10px;
}

.answer-block.interview-answer.editable p {
	margin-bottom: 10px;
}


/* PUBLISHER LOW RESOLUTION */

.publisher-low-resolution.editor {
	background: #f7f7f7;
	margin: 20px 0;
	padding: 10px 10px;
	font-size: 16px;
	border: 1px solid #eee;
}


/*SOCIAL FRIENDS*/

.social-friends {
	width: 100%;
	background: black;
	display: inline-block;
}

.listing-friends {
	width: 980px;
	padding: 20px;
	margin: 0 auto;
}

/*.group-tags {
	width: 20%;
	float: left;
}*/

.tags {
	position: relative;
	line-height: 1.5em;
	border-bottom: 1px solid #888;
}

.tags a {
	color: white;
	margin: 0 5px 12px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
	letter-spacing: .2em;
	border-radius: 4px;
	white-space: nowrap;
	padding-left: 14px;
}

.tags .button-facebook {
	background: rgb(60,90,152);
	color: #fff;
}

.tags .button-facebook li {
	margin-left: 20px;
}

.tags .button-facebook:hover {
	background: rgb(60,90,152);
	color: #fff;
}

.tags .button-facebook:hover:after, .tags .button-facebook:active {
	content: "";
	position: absolute;
	bottom: 30%;
	left: 100%;
	border-top: 5px solid transparent;
	border-left: 5px solid rgb(60,90,152);
	border-bottom: 5px solid transparent;
}

.tags ul {
	position: relative;
}

/*.tags a.active {
	background: #f7f7f7;
}*/

.listing-friends h1 {
	font: normal 24px/24px 'Cantora One', sans-serif;
	margin-bottom: 20px;
	color: #555;
}

.listing-friends li a img {
	width: 24px;
	height: 24px;
}

.listing-friends li a img:hover {
	opacity: 1;
}

.listing-friends li {
	margin-bottom: 8px;
	text-align: right;
	display: inline-block;
	border-right: 1px solid #888;
	padding-right: 15px;
}

.readlist_header {
	color: #555;
	padding: 5px;
}

.group-social-posts {
	width: 78%;
	margin-bottom: 20px;
	margin-left: 23%;
}

.social-container {
	min-height: 0 !important;
}

.post-social {
	width: 170px;
	display: inline;
	margin: 0 10px 0 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

li.post-social {
	width: 170px;
	background: #fff;
	font: normal 14px/14px 'Open Sans', sans-serif;
	float: left;
	margin-left: 5px;

}

.post-social p {
	padding: 10px;
	height: 60px;
	line-height: 1.5;
}

.post-social .social-post-image img {
	min-width: 170px;
	max-width: 170px;
	height: 100px;
	border-radius: 6px 6px 0 0;
}

.social-post-title {
	padding: 10px;
    height: 3.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.social-post-like {
	padding: 5px;
	height: 20px;
}

.post-social a {
	text-decoration: none;
	color: #555;
	line-height: 1.3;
}

.post-social a:hover {
	text-decoration: underline;
}

.user {
	background: #fff;
	border-top: 1px dotted #f1f1f1;
	padding: 10px;
	border-radius: 0 0 8px 8px;
}

.arrows {
	margin-left: 25px;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #d9d9d9;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #d9d9d9;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.connect-facebook  {
	width: 980px;
	font-family: Helvetica, sans-serif;
	position: relative;
}

.connect-facebook h1 {
	font-family: Helvetica, sans-serif;
}

.connect-facebook img {
	max-width: 850px;
	height: auto;
	position: relative;
	opacity: 0.5;
}

.connect-box {
	width: 65%;
	padding: 20px;
	background: #fff;
	height: 108px;
	left: 1%;
	top: 16%;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	position: absolute;
}

.connect-box .top {
	margin-top: 15px;
}

.connect-box .left {
	width: 54%;
	float: left;
	margin-right: 15px;
}

.connect-box .right {
	width: 41%;
	float: right;
	margin-top: 6px;
}

.connect-box .button-connect {
	background: #3b5998 url(img/facebook.png) no-repeat 15px 50%;
	color: white;
	padding: 10px;
	border-radius: 6px;
	text-decoration: none;
	display: block;
	padding-left: 38px;
	border: 1px solid transparent;
}

.connect-box .button-connect:hover {
	background: #30487b url(img/facebook.png) no-repeat 15px 50%;
}


/******************************************************/
/* THUMBS UP SINGLES                     			  */
/******************************************************/

#thumbs-up {
	width: 14px;
	height: 14px;
}

.like-button {
	position: relative;
}

.container-message {
	position: absolute;
	top: -40px;
	display: inline-block;
	left: 2px;
}

.author-message {
	display: inline-block;
	vertical-align: top;
	background: #eee;
	padding: 4px 8px;
	margin-left: 10px;
	border-radius: 8px;
}

.author-message:after {
	content: "";
	position: absolute;
	border-right: 6px solid #eee;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	right: 78%;
	top: 20%;
}

.wrapper-button {
	color: white;
	border: 1px solid white;
	border-radius: 50em;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	background: green;
}

.icon-thumbup {
	padding: 6px 8px;
	display: inline-block;
}

.img-thumbup__users {
	z-index: 6;
	position: relative;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	border-radius: 50em;
	border: 1px solid #eee;
}

.md-trigger {
	padding: 5px;
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	background: #eee;
	color: green;
	border: 1px solid white;
	font-weight: bold;
	vertical-align: top;
	border-radius: 50em;
}

.md-trigger:hover {
	text-decoration: none;
}


/*------------------------------------*\
MINIMAL MODAL 
\*------------------------------------*/


.md-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 800px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 60px;
}

.md-partial {
	width: 70%;
	margin: 0 auto;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #333;
	background: white;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 1.8em;
	font-weight: 300;
}

.md-content > p,
.md-partial > p {
	margin: 0;
	font-style: italic;
	font-weight: 200;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: white;
} 


.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}



/*REFERENCE BLOGS SINGLES*/

h1.intro-title__single { 
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}

.mula-references__single { 
	display: inline-block;
	margin-bottom:20px;
	width: 100%;
}

.mula-img__single {
	width: 100px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.mula-sum__single {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	line-height: 1.5;
	margin-top: -8px;
}

a.mul-title__single {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 1;
}

.mula-sum__single p {
	font-size: 14px;
}

a.in-description-link {
	color: #000;
	border-bottom: 1px solid #777;
}

a.in-description-link:hover {
	text-decoration: none;
	border-bottom: 1px solid #08b;
}


/*MODAL FOLLOWERS*/


.modal-followers {
	position: relative;
	display: none;
}

.wrapper-followers {
	width: 240px;
	overflow-y: scroll;
	border: 1px solid #eee;
	border-radius: 16px;
	background: #fff;
	margin: 5px 0 0 52px;
	position: relative;
	padding: 12px;
}

.list-followers { 
	background: #fff; 
	padding: 15px;
	height: 200px;
	position: relative;
}

.picture-follower { 
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-top: 20px;

}

.picture-follower img { 
	border-radius: 50em;
	height: 50px;
	width: 100px;
}

.modal-followers::after {
	content: '';
	position: absolute;
	border-bottom: 12px solid #eee;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	top: -5%;
	left: 46%;
	margin-left: 60px;
}

.list-followers li {
	border-bottom: 1px solid #EEECEC;
	padding-bottom: 20px;
	text-align: center;
}

h1.title-followers {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #444;
	font-size: 12px;
}

.sum-follower p {
	margin-bottom: 10px;
	font-size: 12px;
}

.arrow-notification {
	color: #ddd;
}


@media screen and (max-width: 640px) {
	
	.mula-sum__single {
	width: 55%;
	font-size: 12px;	
	}

}

@media screen and (max-width: 480px) {
	.mula-img__single {
		width: 60px;
		height: 60px;
	}

	.mula-sum__single {
		width: 65%;
	}
	
	a.mul-title__single {
		font-size: 16px;
	}
	
	.mula-sum__single p {
		font-size: 12px;
	}
}

/*COMENTARIOS*/

.tabs-interaction ul li {
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-left: 4px;
	font-size: 12px;
	background: rgba(255,255,255,0.4);
	color: #666;
	position: relative;
}

.tabs-interaction ul li:hover {
	background: rgba(255,255,255,0.8)
}

.tabs-interaction ul li.active {
	background: rgba(255,255,255,0.8);
}

.tabs-interaction ul li.active:after,
.tabs-interaction ul li:hover:after  {
	content: "";
	border-top: 7px solid rgba(255,255,255,0.8);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
}

.tabs-interaction ul li a {
	color: #666;
	text-decoration: none;
}
.interaction {
	/*width: 100%;*/
	background: #e9e9e9;
	/*display: inline-table;*/
}

.interaction h1 {
	font-size: 18px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
}

.users-interaction {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.list-users {
	overflow: hidden;
}

.image-user-reaction {
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	vertical-align: top;
	width: 55px;
}

.image-user-reaction.active {
	margin-top: 82px;
}

.image-user-reaction a {
	font-size: 12px;
	line-height: 0;
	text-transform: lowercase;
	color: #444;
}

.image-user-reaction a:hover {
	text-decoration: none;
}

.image-user-reaction img {
	border-radius: 50em;
	max-width: 40px;
	max-height: 40px;
	opacity: 0.6;
}

.image-user-reaction.active img {
	opacity: 1;
}

.response, .reply {
	margin: 10px 0 10px;
	background: rgba(255,255,255,0.5);
	padding: 10px 20px;
	border-radius: 8px;
	position: relative;
	font-size: 12px;
}

.response {
	width: 340px;
	margin-left: -155px;
}

.reply {
	width: 280px;
	margin-left:-124px
}

.response a, .reply a {
	font-weight: 800;
}

.response:after,
.reply:after {
	content: "";
	border-bottom: 7px solid rgba(255,255,255,0.5);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	right: 50%;
	bottom: 100%;
}

.reply-icons {
	width: 400px;
	margin-left: -165px;
	font-size: 10px;
	font-weight: bold;
}

.reply-icons ul li {
	display: inline-block;
	vertical-align: middle;
}

.reply-icons ul li a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

.minus {
	border: 1px solid transparent;
	border-radius: 50em;
	padding: 1px 5px;
	background: red;
	color: white;
	opacity: 0.2;
}

.minus:hover {
	color: white;
	border: 1px solid red;
	opacity: 1;
}

.plus {
	border: 1px solid transparent;
	border-radius: 50em;
	padding: 1px 4px;
	background: green;
	color: white;
	opacity: 0.2;
}

.plus:hover {
	color: white;
	border: 1px solid green;
	opacity: 1;
}

.counter-votation {
	border-radius: 50em;
	padding: 0 3px;
}

.new-comment {
	text-align: left;
	width: 300px;
	margin-left: -80px;
	margin-top: 15px;
}

.new-comment a {
	font-weight: bold;
	text-transform: uppercase;
	background: #669243;
	color: white;
	padding: 5px 10px;
	opacity: 0.6;
	border-radius: 4px;
}

.new-comment a:hover {
	opacity: 1;
}

#add-comment {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: white;
}

.counter-comments {
	font-size: 10px;
	background: black;
	color: white;
	padding: 2px 4px;
	opacity: 0.6;
	position: relative;
	font-weight: bold;
}

.counter-comments:after {
	content: "";
	position: absolute;
	border-top: 7px solid black;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	top: 96%;
	margin-left: -9px;
}

.comment-group {
	max-width: 20px !important;
	min-width: 20px !important;
	border-radius: 50em;
	margin-left: 6px;
	vertical-align: middle;
}

/*HIGHLIGHTS*/

span.highlighted {
    border-bottom: 1px solid gold;
}

span.self-highlighted {
    border-bottom: 1px solid gold;
}

span.sentence:hover {
    background-color:#fefdbf;
    border-bottom: 1px solid gold;
    cursor: pointer;
}

/*Comentarios

.comments {
	width: 100%;
	border-top: 1px dashed #ccc;
	background: #e9e9e9;
	clear: both;
	position: relative;
}


.reactions {
	width: 980px;
	margin: 0 auto;
}

.reactions h1 {
	font: normal 48px/64px 'Cantora One', sans-serif;
	margin: 40px 0;
	color: #555;
}

.social-comments {
	text-align: center;
	line-height: 2.5;
	border-radius: 8px;
	margin: 3% 0 4%;
	display: inline-block;
	width: 100%;
}

.social-comments h3 {
	font:  normal 24px/24px 'Cantora One', sans-serif;
	color: #555;
}

.social-comments p {
	font-family: 'Merriweather Sans', sans-serif;
	color: #444;
}

ul.login-buttons li {
	display: inline-block;
	margin-right: 10px;
	letter-spacing: 0.2em;
	font: normal 12px/28px 'Merriweather Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

ul.login-buttons li a {
	display: block;
	padding: 0 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-decoration: none;
}

ul.login-buttons li.twitter a {
	background: rgb(44,170,225);
	color: white;
}

ul.login-buttons li.facebook a {
	background: rgb(60,90,152);
	color: white;
}

ul.login-buttons li.lamula a {
	background: #1a1a1a;
	color: white;
}

.single-comment {
	width: 100%;
	clear: both;
}

.image-author-comment {
	width: 100px;
	float: left;
	margin-top: 20px;
}

.image-author-comment img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	float: left;
}

.author-comment {
	float: right;
	width: 85%;
	background: rgba(255,255,255,0.6);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}

.author-comment:hover {
	background: #fff;
}

.author-comment a {
	padding: 20px;
	font: normal 18px/18px 'Cantora One', sans-serif;
	text-decoration: none;
	color: #444;
	line-height: 1.3;
}

.author-comment p {
	padding-left: 20px;
	font: normal 14px/1.5em 'Merriweather Sans', sans-serif;
	color: #666;
}

.text-area {
	clear: both;
	display: none;
}

.text-area .button {
	margin-bottom: 40px;
	font: normal 28px/1.5em 'Merriweather Sans', sans-serif;
	margin-left: 87%;
	cursor: pointer;
}

textarea {
	width: 83%;
	border: 1px solid #d9d9d9;
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.1);
	resize: vertical;
	height: 300px;
	border-radius: 8px;
	font-size: 30px;
	margin: 10px 0 10px 0;
	padding: 20px 0 0 20px;
	float: right;
}

/*RATING - SINGLE RESENA*/


.score {
	margin: 0 auto 20px;
	position: relative;
	z-index: 2;
}

.stars-rating {
	margin: 0 auto;
	border-radius: 0 8px 8px 0;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}

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

.rating.show:hover {
	color: gold;
}

.rating > span {
  position: relative;
  font-size: 24px;
  color: white;
}

.rating > span:hover,
.rating > span:hover ~ span {
  color: transparent;
}

.rating[data-score='0'] > span:nth-child(-n):before {
    content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating[data-score='1'] > span:nth-child(5):before,
.rating[data-score='1'] > span:nth-child(5) ~ a:before {
    content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating[data-score='2'] > span:nth-child(4):before,
.rating[data-score='2'] > span:nth-child(4) ~ span:before {
    content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating[data-score='3'] > span:nth-child(3):before,
.rating[data-score='3'] > span:nth-child(3) ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating[data-score='4'] > span:nth-child(2):before,
.rating[data-score='4'] > span:nth-child(2) ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating[data-score='5'] > span:nth-child(1):before,
.rating[data-score='5'] > span:nth-child(1) ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
}

.rating.show > span:hover:before,
.rating.show > span:hover ~ span:before {
   color: gold;
}

/*CARRUSEL DESTACADOS*/

.headlines-featured {
	background: black;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.headline-list.featured {
	overflow: visible;
	margin-left: -223px;
}

.h-slider--item.featured {
	height: 400px;
	width: 690px;
	background-size: cover;
	vertical-align: bottom;
	overflow: hidden;
}

.h-slider--item.featured:after {
	content: "";
	background: rgba(0,0,0,0.7);
	left: 0; right: 0;
	top: 0; bottom: 0;
	position: absolute;
}

.h-slider--item.featured.active {
	width: 690px;
	height: 400px;
	-webkit-filter:none;
}

.h-slider--item.featured.active:after {
	background: rgba(0,0,0,0.4);
	position: absolute;
	content: "";
	left: 0; right: 0;
	top: 0; bottom: 0;
}

.title.featured,
.title.inactive {
	position: relative;
	font-size: 28px;
	text-align: left;
	padding: 0 40px;
	margin-bottom: 15px;
}

.subtitle.featured,
.subtitle.inactive {
	font-style: italic;
	position: relative;
	padding: 0 40px;
	font-size: 18px;
	text-shadow: #222 0.1em 0.1em 0.2em;
}

.title.featured,
.subtitle.featured {
	z-index: 2;
}

.author.inactive {
	left: 40px;
}

.author.featured {
	z-index: 2;
	left: 40px;
}

.blurb {
	background: red;
	z-index: 2;
	position: relative;
	font-size: 10px;
	padding: 2px 19px;
	opacity: 0.5;
	color: white;
	padding-left: 78px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transform: translate(437px, 214px) rotate(51deg);
	-moz-transform: translate(437px, 214px) rotate(51deg);
	-ms-transform: translate(437px, 214px) rotate(51deg);
	transform: translate(437px, 214px) rotate(51deg);

}

.visor {
	width: 33%;
	background: rgba(0,0,0,0.8);
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	box-shadow: 9px 10px 4px #888888;
	font-size: 3em;
	box-shadow: 12px 0px 6px 16px #888888;
}

.arrow-visor {
	font-size: 40px;
	right: 0;
	position: absolute;
	margin-bottom: 20px;
	bottom: 0;
	margin-right: 20px;
	z-index: 2
}

.arrow-visor a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}


/*FOOTER*/

.footer {
	background: #e6e6e6;
	clear: both;
}

.navbar {
	width: 980px;
	margin: 0 auto;
}

.navbar ul li {
	display: inline-block;
	padding: 10px 37px 10px 0;
}

.navbar ul li a {
	color: black;
	text-decoration: none;
	font: normal 12px/22px 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
}

.navbar ul li a:hover {
	text-decoration: underline;
}

.about {
	background-position: top;
	width: 100%;
	height: 600px;
	position: relative;
	margin-top: 60px;
	padding-top: 40px;
}

.about:after {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,0.65);
}

.footer-wrapper {
	width: 980px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.2;
	text-shadow: #222 0.1em 0.1em 0.2em;
	margin: 0 auto;
}

.footer-content {
	width: 70%;
	font-size: 16px;
}

.footer-content ul {
	margin-top: 20px;
	line-height: 1.5;
}

.footer-content strong {
	color: #ddd;
}

.footer-content h3 {
	font-style: italic;
	text-align: center;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgba(255,255,255,0.6);
}

#arrow-footer {
	fill: rgba(255,255,255,0.6);
	margin-left: 45%;
	height: 30px;
	margin-bottom: 30px;
}


/*Editor*/

.publisher {
	margin: 40px 0;
	text-align: right;
}

/*Tooltip-Editor*/

.tooltip-editor {
	background: black;
	box-shadow: 2px 4px 5px 1px #ccc;
	font-family: 'Alegreya', serif;
	display: inline-block;
	border-radius: 8px;
	position: relative;
	height: 46px;
}

.tooltip-editor li {
	float: left;
	padding: 11px 11px;
	cursor: pointer;
	height: 25px;
	font-weight: bold;
	padding-top: 10px;
	min-width: 14px;
	text-align: center;
}

.tooltip-editor li.bold {
	font-weight: bold;
}

.tooltip-editor li.italic {
	font-style: italic;
}

.tooltip-editor li:first-child {
	border-left: none;
}

.tooltip-editor li.active, .tooltip-editor li:hover {
	background: black;
}

.tooltip-editor li:hover:first-child {
	border-radius: 8px 0 0 8px
}

.tooltip-editor li:hover:last-child {
	border-radius: 0 8px 8px 0;
}

/*.tooltip-editor li.a {
	background: url(../img/chain.png) no-repeat 14px;
	text-indent: -3333px;
	padding: 0 20px;
}

.tooltip-editor li.image {
	background: url(../img/picture.png) no-repeat 14px;
	text-indent: -3333px;
	padding: 0 20px;
}

.tooltip-editor li.blockquote {
	background: url(../img/quotes.png) no-repeat 14px;
	text-indent: -3333px;
	padding: 0 20px;
}*/


.tooltip-editor li a {
	color: white;
	text-decoration: none;
}

.tooltip-editor li.h2 a {
  font-size: 18px;
  position: relative;
  top: -26px;
}

.tooltip-editor a:hover {
	color: white;
}

.tooltip-editor li:last-child {
	border-right: none;
}

.tooltip-editor:after {
	content: "";
	border-top: 7px solid black;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	top: 100%;
	left: 47%;
}

.tooltip-editor input[type="text"] {
    color: #eee;
    background-color: #2f2f2f;
    border: none;
    margin: 0px;
    height: 35px;
    width: 290px;
    font-family: 'Francois One', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

#tooltip-icons {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	fill: white;
}

.editable b {
	font-weight: 600;
}

.editable em {
	font-style: italic;
}

.editable blockquote {
	margin-left: 15px;
}

.editable blockquote:before {
content: '\201C';
}

.editable blockquote:after {
content: '\201D';
}

/*SEGUNDO ESTILO de BLOCKQUOTE*/

blockquote.borders {
	padding: 20px 40px;
	margin: 20px 0;
	color: #555;
	position: relative;
	font-size: 20px;
	text-align: center;
	font-weight: 200;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	font-style: italic;
	font-family: 'Open sans';
}

blockquote.borders:before,
blockquote.poster:before,
blockquote.highlighted:before {
	content:  none;
}

blockquote.borders:after,
blockquote.poster:after,
blockquote.highlighted:after {
	content: none;
}

blockquote.poster {
	padding: 20px 40px;
	margin: 20px 0;
	color: #555;
	position: relative;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
	font-family: 'Viga', sans-serif;
	background: #f1f1f1;
}

blockquote.highlighted {
	color: #555;
	position: relative;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	font-family: 'Viga', sans-serif;
    line-height: 1.5;
}

.blockquote-alternative {
	border-left: 7px solid rgba(0,136,187,0.8);
	padding-left: 25px;
	margin-left: -15px;
	font-style: italic;
}

/*TOOLTIP EDITOR*/

.tooltip-editor {
	position: absolute;
}

.tooltip-editor:hover {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}

#icon-upload-image, #icon-upload-image-big {
	position: absolute;
	fill: #e9e9e9;
	width: 17px;
	left: 11px;
}

#icon-upload-image-big {
	bottom: 10px;
}

#icon-upload-image {
    bottom: 3px;
}

#icon-upload-image {
	height: 40px;
}

/*ALERT*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*HEADER FIXED*/

.alternative-fixed {
	position: fixed;
	width: 100%;
	background: #222;
	height: 65px;
	margin-top: -78px;
	z-index: 2;
}

.alternative-fixed img {
	width: 116px;
	float: left;
	margin-right: 20px;
}

.alternative-fixed h1 {
	font-size: 120%;
	margin-top: 22px;
	color: #ccc;
	font-weight: bold;
}


/*MODAL COMMENTS*/

[data-tuktuk="modal"] {
	position:fixed;
    top:0;
    left:50%;
    background:#fff;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    -webkit-box-shadow:0 1px 4px #000;
    -moz-box-shadow:0 1px 4px #000;
    -ms-box-shadow:0 1px 4px #000;
    -o-box-shadow:0 1px 4px #000;
    box-shadow:0 1px 4px #000;
    -webkit-transition:all 300ms 100ms;
    -moz-transition:all 300ms 100ms;
    -ms-transition:all 300ms 100ms;
    -o-transition:all 300ms 100ms;
    transition:all 300ms 100ms;
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    transform:translateY(-100%);
    opacity:0;visibility:hidden;
    z-index:1981;
}

[data-tuktuk="modal"] header,[data-tuktuk="modal"] footer,[data-tuktuk="modal"] article {
	padding:12px
}

[data-tuktuk="modal"] article {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
	-o-box-flex:1;
	box-flex:1;
	font-size: 70%;
	line-height: 1.2;
	font-family: 'Open-Sans', sans-serif;
	color: #444;
	width: 90%;
	overflow: auto;
}

[data-tuktuk="modal"].active {
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	transform:translateY(0%);
	opacity:1;
	visibility:visible
}

[data-tuktuk="modal"]:not(.side) {
	margin-top:0 !important;
	margin-right:0 !important;
}

[data-tuktuk="modal"]:not(.side).column_5 {
	margin-left:-184px
}

[data-tuktuk="modal"] {
	width:288px
}

[data-tuktuk="modal"].column_5 {
	width:368px
}

[data-tuktuk="modal"].side {
	position:fixed;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	display:box;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	-o-box-orient:vertical;
	box-orient:vertical;
	top:0;
	left:0;
	bottom:0;
	right:auto;
	margin:0;
	-webkit-box-shadow:-1px 0 4px #000;
	-moz-box-shadow:-1px 0 4px #000;
	-ms-box-shadow:-1px 0 4px #000;
	-o-box-shadow:-1px 0 4px #000;
	box-shadow:-1px 0 4px #000;
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	transform:translateX(-100%);
}

[data-tuktuk="modal"].side.active {
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	-ms-transform:translateX(0%);
	-o-transform:translateX(0%);
	transform:translateX(0%)
}

[data-tuktuk="modal"].side > div {
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	display:box;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	-o-box-orient:vertical;
	box-orient:vertical
}

@media only screen and (max-width: 528px){
[data-tuktuk="modal"] {
	left:5% !important;
	width:90% !important;
	margin-left:0 !important }
}

[data-tuktuk="lock"] {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1980;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 300ms 100ms;
	-moz-transition:all 300ms 100ms;
	-ms-transition:all 300ms 100ms;
	-o-transition:all 300ms 100ms;
	transition:all 300ms 100ms;}

[data-tuktuk="lock"].active {
	visibility:visible;
	opacity:1;
}

.on-right {
	float:right;
}

.inline {
	display:inline-block;
}

.title-comment {
	background: brown;
	border-bottom: none;
}

.transparent.small.on-right.inline.icon.remove {
	font-size: 16px;
	color: white;
	border: none;
	cursor: pointer;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	border-radius: 3px;
}

.modal-right-title {
	background: #111;
	padding: 25px 18px;
	color: #f7f7f7;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2em;
	font-size: 80%;
}

.modal-right-content p {
	margin: 0 0 20px 33px;
	font-size: 12px;
	line-height: 1.3;
}

.modal-right-content .image-author-comment {
	width: 24px;
	height: 24px;
	border-radius: 50em;
	float: left;
	margin: 0 10px 0px 0;
}

.modal-right-content .name-author-comment {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
}

.modal-right-content .name-author-comment:hover {
	text-decoration: none;
	color: #08b;
}

.modal-right-content .user-comment {
	margin-top: 20px;
}

.modal-right-content .user-comment-reply {
	margin: 10px 0 10px 33px;
}

.modal-right-content .reply-comment {
	font-size: 12px;
	margin-left: 33px;
}

/*TOPICS BOX */

.tag_list {
	margin: 10px 0;
}

.topics_container {
    min-height:50px;
    width: 99%;
    padding: 2px;
    border-radius: 3px;
    background: #f7f7f7;
    margin-top: 20px;
}

.topicbox, .current_tag_selector.ui-autocomplete-input {
    display: inline-block;
    background-color: #fff;
    margin: 5px;
    border-radius: 4px;
    color: #999;
    text-transform: uppercase;
    font-size: 69%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .2em;
    padding: 4px 12px;
    border: 1px solid #e9e9e9;

}
.erase_topic {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.1);
    padding: 2px 4px;
    line-height: 12px;
    margin-left: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.new_topic {
    min-height: 20px;
    width: 69.5%;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 3px;
    margin-bottom: 10px;
}

#sections input.wide.text {
	width: 98%;
	margin-bottom: 5px;
}



/*Buttons*/

.button-publisher, .button-save, .button-delete {
	padding: 10px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
}

.button-publisher {
	background: #9BC025;
	color: white;
}

.button-publisher:hover {
	background: #84a420;
}

.post-content .button-save {
	background: #d0cbbf;
	color: white;
}

.post-content .button-save:hover {
	background: #c2bbab;
	text-decoration: none;
}

.container .button-delete {
	background: #f5877b;
	color: white;
}

.container .button-delete:hover {
	background: #f36a5c;
	text-decoration: none;
}


.warning-message:hover {
	color: 08B;
}

.right-media {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	margin-bottom: 8%;
	width: 272px;
	margin-top: 10px;
	box-shadow: 0px 2px 9px #888
}

.right-media--visible {
/*	left: auto;
	right: 0;
*/
	-webkit-animation: slideInRight 1s ease-in 0 1 normal forwards;
	-moz-animation: slideInRight 1s ease-in 0 1 normal forwards;
	-o-animation: slideInRight 1s ease-in 0 1 normal forwards;
	animation: slideInRight 1s ease-in 0 1 normal forwards;
}

.media-wrapper {
	padding: 0px 20px;
}

.media-header {
	background: rgb(59,89,152);
	color: white;
	padding: 10px;
}

.media-header.twitter {
	background: rgb(0,172,238);
}

.media-header h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 120%;
}

/*LISTADOS*/

.navegacion-listados {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	display: inline-block;
}

.container-listado {
	display: inline;
}


.listado {
	font-size: 16px;
	margin-bottom: 14px;
	display: block;
}

.listado.inactive {
	color: #999;
}

.title {
	font-weight: bold;
}

.content {
	text-transform: uppercase;
	font-size: 11px;
}

.check {
	background: green;
	color: white;
	padding: 0px 4px;
	border-radius: 50em;
	font-size: 10px;
	vertical-align: top;
	margin-left: 6px;
	opacity: 0.8;
	font-weight: bold;
}

.leido {
	background: #123;
	padding: 0px 4px;
	border-radius: 4px;
	color: white;
	font-size: 11px;
	vertical-align: top;
	font-weight: bold;
}

.contenido-izquierdo {
	display: inline;
}

.contenido-izquierdo img {
	float: left;
	display: block;
	height: 320px;
}

.imagen-listado {
	height: 340px;
	width: 410px;
	float: left;
	position: relative;
}

.imagen-listado:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.45);
}

.listado.active a {
	color: black;
}

.listado.active a:hover {
	text-decoration:none;
}

.listado.inactive a {
	color: #999;
}

.listado.inactive a:hover {
	color: black;
	text-decoration: none;
}

.listado.inactive:hover:after {
	content: "sube tu kid";
	background: green;
	font-size: 11px;
	color: white;
	margin-left: 5px;
	font-weight: bold;
	padding: 0 4px;
	border-radius: 4px;
	opacity: 0.8;
	vertical-align: top;
}

.listado-numerado {
	display: inline-block;
}

.propuestas {
	display: inline-block;
	margin-left: 40px;
	margin-top: 20px;
}

.propuestas h2 {
	font-size: 14px !important;
	font-weight: 200 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.puntaje-listado {
	margin-left: 8%;
	font-size: 72px;
	color: #dd4606;
	vertical-align: top;
	margin: 7% 0 0 0;
	display: inline-block;
}

.numero-leido {
	font-weight: bold;
	color: black;
}

.title-center {
	position: absolute;
	top: 47%;
	padding: 0 90px;
	z-index: 1;
}

.title-center h1 {
	line-height: 1;
	font-weight: bold;
	color: #ddd;
	text-decoration: none;
	text-shadow: #222 0.1em 0.1em 0.2em;
	font-size: 180%;
}


/*RESPONSIVE WEB*/

@-webkit-keyframes slideInRight {
	0% {
		/*left: 100%;*/
		/*opacity: 0;*/
		/*-webkit-transform: translateX(2000px);*/
		-webkit-transform: translateX(100%);
	}

	100% {
		/*left: 80%;*/
		/*right: 0;*/
		/*-webkit-transform: translateX(0);*/
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		-moz-transform: translateX(100%);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		-o-transform: translateX(100%);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}


/*RESPONSIVE WEB*/

/*for 128px or less*/
@media screen and (max-width: 1280px) {

.post-big-image.review {
	padding-top: 38.33%;
}

.imagen-listado {
	width: 370px;
}

.listado {
	font-size: 14px;
}

.puntaje-listado {
  list-style: none;
  display: block;
  text-align: right;
  margin: 7%;
}

}

/*for 1024px or less*/
@media screen and (max-width: 1024px) {

article {
	position: relative;
	width: auto;
	margin: 0 20px;
}

.post-big-header .big-headings {
	width: 100%;
}

.container {
	width: 70%;
}

.post-big-image.review {
	width: 100%;
	margin-top: 0;
	height: 420px;
}

.post-image img, .container .post-article img {
	width: 100%;
	min-width: 0;
}

.container .post-header h2 {
	border-bottom: 0;
}

.container .post-content figure.white > figcaption {
	right: 0 !important;
}

.container .post-content figure.white > figcaption p {
	font-size: 12px;
}

.aside {
	display: none;
}

.aside.editor {
	padding: 15px;
	border: 1px solid #e9e9e9;
	width: 95%;
	float: left;
	display: block;
	margin: 40px 0;
	clear: both;
}

.tooltip-styles {
	right: 0 !important;
	bottom: 62px !important;
}

.container .post-info {
	display: block;
}

.publisher-low-resolution.editor {
	display: block;
}

.social-friends {
	display: none;
}

.footer .navbar {
	width: auto;
}

.footer-wrapper {
	width: 100%;
}

.footer-content {
	width: 100%;
}

}

/*for 800px or less*/
@media screen and (max-width: 800px) {
.container {
  width: 88%;
}
.post-big-image {
	height: 600px;
}

}

/*for 768px or less*/
@media screen and (max-width: 768px) {

.container {
  width: 98%;
  padding: 0 30px;
}

.container .epigraph {
	width: 100%;
	margin: 0 0 5% 0;
}

.post-big-header .big-headings {
	width: 100%;
	padding: 0 30px;
}

.aside {
	display: none;
}

.single-comment {
	width: auto;
}

.puntaje-listado {
  font-size: 40px;
}

}

/*for 480px or less*/
@media screen and (max-width: 480px) {

.post-big-header {
	position: absolute;
	bottom: 0;
}

.post-big-header h1 {
  font-size: 30px;
  line-height: 1.2em;
}

.post-big-header h2 {
  font-size: 18px;
  line-height: 1.2em;
}

.post-big-image {
	background-position: center !important;
}

.main-nav .button.icon {
	/*display: none;*/
}

.container .post-content figure.gold > figcaption > p {
	font-size: 10px;
}

#site-status {
	position: relative;
	margin: 3px 0 10px 10px;
	left: 0;
}

.navbar ul li {
	display: list-item;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
}

.navbar ul li a {
	font: 200 20px/24px 'Open Sans', sans-serif;
}

.social-friends {
	display: none;
}

.footer-content {
	font-size: 14px;
}

.container .post-content figure.right[data-size="5"],
.container .post-content figure.right[data-size="4"],
.container .post-content figure.right[data-size="3"],
.container .post-content figure.right[data-size="2"],
.container .post-content figure.right[data-size="1"]
 {
    min-width: 100%;
    margin-right: 0;
}

.container {
	padding: 0 10px;
}

.post-big-header .big-headings {
	padding: 0 20px;
}

}

/*for 360px or less*/
@media screen and (max-width: 360px) {

#site-status {
	position: relative;
	margin: 3px 0 10px 10px;
}

.social-friends {
	display: none;
}

.imagen-listado {
  width: 100%;
}

}

.container .post-header h1 + h2 {
    text-transform: none !important;
}
