/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


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


.free-wall {
	/*margin: auto;*/
}

.free-wall-logo {
	margin: auto;
	height: 420px;
}
.size2-2 {
	width: 120px;
	height: 90px;
}

.size11 {
	height: 180px;
	width: 240px;
}

.size12 {
	width: 240px;
	height: 10px;
}

.size21 {
	width: 480px;
	height: 180px;
}

.size22 {
	height: 300px;
	width: 310px;
}

.size13 {
	width: 240px;
	height: 540px;
}

.size31 {
	width: 720px;
	height: 180px;
}

.size23 {
	width: 480px;
	height: 540px;
}

.size24 {
	width: 480px;
	height: 720px;
}

.size32 {
	width: 720px;
	height: 360px;
}

.size33 {
	width: 720px;
	height: 540px;
}

.size34 {
	width: 720px;
	height: 360px;
}

.size43 {
	width: 960px;
	height: 540px;
}

.size44 {
	width: 960px;
	height: 720px;
}

.size35 {
	width: 720px;
	height: 900px;
}

.size53 {
	width: 1200px;
	height: 540px;
}

.size55 {
	width: 1200px;
	height: 900px;
}

.size36 {
	width: 720px;
	height: 1080px;
}

.donate form {
	height: 100%;
	width: 100%;
	background: rgb(44, 62, 80);
}

.donate form .paypal {
	display: block;
	margin: auto;
	padding: 20px 0px 0px 0px;
	outline: 0;
}

.img-demo {
	vertical-align: bottom;
	list-style: none;
	margin:0;
	padding: 0;
}

.img-demo li {
	float: left;
	width: 25%;
	text-align: center;
}	

.img-demo li img {
	border: 2px solid white;
	width: 98px;
	height: 98px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.rest-left {
	margin-left: 244px;
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
	font-weight: bold;
}

.desc h2 {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

.desc h2 span {
	float: left;
	display: block;
	line-height: 50px;
}

.brick {
	/*background-color: white;*/
	float: left;
	cursor: default;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.brick .cover {
	overflow: hidden;
	margin: 20px;
}

.brick .read-more {
	position: absolute;
	display: none;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 12px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.45);
}

.brick:hover .read-more {
	display: block;
	cursor: pointer;
}

.brick .desc {
	display: none;
}

.full-width .float-left {
	display: none;
}

.full-width .desc {
	display: block;
}

.full-width.brick {
	box-shadow: none;
	overflow: visible;
	border: none !important;
	background: none !important;
}

.full-width.brick .cover { 
	margin: 0px 20px;
	color: #333;
}

.full-width.brick .cover * {
	text-shadow: none;
}

.full-width.brick .cover code {
	color: #666;
}

.open .float-left {
	display: none;
}

.open .desc {
	display: block;
}

.example {
	width: 0px;
	height: 0px;
	overflow: visible !important; /* for ie7 */
}

.example-draggable {
	cursor: move;
}

.example-draggable * {
	cursor: move;
}

.example-draggable a {
	cursor: pointer;
}

.cell {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	background-color: #222;
}

[class*="-share"] {
	cursor: pointer;
	margin: 20px 0;
	line-height: 30px;
	padding-left: 30px;
}

.facebook-share {
	background: url(../i/fb.png) no-repeat left center;
}

.twitter-share {
	background: url(../i/tw.png) no-repeat left center;
}

.google-share {
	background: url(../i/gp.png) no-repeat left center;
}

.download-icon {
	background: url(../i/download.png) no-repeat left center;
	display: block;
	margin: 0 0 10px 0;
	line-height: 30px;
	padding-left: 30px;
}

.js-icon {
	background: url(../i/js.png) no-repeat left center;
	display: block;
	line-height: 30px;
	padding-left: 30px;
}

.fork {
	float: right;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../i/forkme.png) no-repeat top right;
}

.back-button {
	position: fixed;
	z-index: 9999;
	padding: 1%;
	bottom: 2%;
	right: 2%;
	display: none;
	background: black;
}

.back-button .back-icon {
	background: url(../i/back.png) no-repeat top center;
	width: 45px;
	height: 27px;
	display: block;
}

.back-button .back-icon:hover {
	background: url(../i/back.png) no-repeat bottom center;
}


/*MENU RESPONSIVE*/
/* MENU */
#menu_bb{ /*width:40px; height:40px;*/ float:right;}
#menu_bb .fa {
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    margin: 11px;
}
#menu_bb .fa:hover{ color: #ff6b00;}
#menu_bb .fa:focus, #menu_bb .fa:active{ color: #c73305;}

@media screen and (max-width: 768px)  {
  #cssmenu{height:0px; overflow:hidden; background:#000;}
  #cssmenu.active{height:auto;}
  
  #cssmenu .op1{ padding:5px; border-top: solid thin #222;}
  .logo-elnorte{ height:30px;}
  
  .elnorte{margin-top: 5px;}
  .btn_inicio{ margin-top:10px;}
  .sin-borde{ border-top: none;}
}


@media screen and (max-width: 868px)  {
	#menu_bb{display: block!important;}
	.redes-mobile, .buscador-mobile {
	    display: block !important;
	    margin: 0 35px;
	}
	.bus-redes-desktop{display: none!important;}
	.mainNav li { display: block;}
	.buscador-mobile .buscador { width: 100% !important; }

  #cssmenu{height:0px; overflow:hidden; background:#000;}
  #cssmenu.active{height:auto;}
  
  #cssmenu .op1{ padding:5px; border-top: solid thin #222;}
  .logo-elnorte{ height:30px;}
  
  .elnorte{margin-top: 5px;}
  .btn_inicio{ margin-top:10px;}
  .sin-borde{ border-top: none;}
}