.mainpage{
max-width: 100% !important;
}
.wrapperHeader {
	background-color: transparent;
	padding: 40px 0 0 0;
	position: relative;
	display: table;
	margin: 0 auto;
	/*width: 1140px;*/
}
.editor-header{
	margin: 0 auto;
	min-height: 150px;
	max-width: 860px;
	margin-bottom: 40px;
}
.editor-header #avatar{
	display: inline-block;
	vertical-align: top;
	width: 180px;
    padding-right: 27px;
}
.editor-header p.editor-avatar{
	display: inline-block;
}
.editor-header tbody td {
	display: inline-block;
	min-height: 150px;
}
.editor-header .editor-avatar img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.editor-header  .editor-info{
	width: 675px; 
	/*float: right;*/
	/*width: 75%;*/
	display: inline-block;
}
.editor-info #editor, .editor-info #name-editor, .editor-info #name-editor{
	display: block;
}
.editor-header tbody #editorinfo{
	margin-left: 20px;
}
.editor-header .editor-info #name-editor{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2rem;
	margin: 0px;
	margin-bottom: 2px;
}
.editor-header .editor-info #editor{
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 0.75rem;
	color: #c51111;
	margin-bottom: 4px;
}
.editor-header .editor-info #location-editor{
	font-size: 1rem;
	font-family: 'Hind', sans-serif;
	color: #222227;
	font-weight: normal;
	line-height: inherit;
	margin-bottom: 11px;
}
.editor-header .editor-info #about{
	font-size: 1rem;
	font-family: 'Hind', sans-serif;
	color: #222227;
	line-height: 1.4rem;
	-ms-word-break: break-all;
	word-break: break-all;
	margin-bottom: 4px;
}
.editor-header .editor-info > a {
	text-decoration: none;
}
.editor-header .editor-info > a > img{
	height:20px;    
}
#tw_editor {
	position: relative;
	top: 1px;
	margin-right: 4px;
}
#gradient{
	display: none;
	border-bottom: 1px solid #dedfe2;
}
/* Publicidad */
.leaderboard > div{
    text-align: center;
    padding: 20px 0 40px;
}
.category_section ul > li._el_infinite_scroll{
    min-height: 280px;
}
.category_section ul > li._el_infinite_scroll > div{
    width: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 1139px) and (min-width: 940px ){
	.wrapperHeader {
		/*width: 100%;*/
	}
}
@media screen and (min-width: 641px) and (max-width : 939px){
	.editor-header {
		overflow: hidden;
		padding-left: 30px;
		padding-right: 210px;
	}
	.editor-header #avatar {
		float: left;
		
	}
	.editor-header .editor-info {
	    width: 100%;
	    float: right;
	    margin: 0 -180px 0 auto;
	}
}
@media screen and (max-width : 640px){
	.editor-header #avatar {
		width: 100%;
    	text-align: center;
    	padding: 0;
	}
	.editor-header .editor-info {
		width: 100%;
		text-align: center;
		margin-top: 30px;
		padding-left: 20px;
    	padding-right: 20px;	
	}
	.editor-header .editor-info #about {
	    margin-bottom: 10px;
	}
	.editor-header .editor-info #name-editor {
	    margin-bottom: 10px;
	}
}