body{
	background: none !important;
	margin: none !important;
	padding: none !important;
}
#wrapper {margin:0 auto;float:none}
#navbar {z-index:1000}
#navbar.affix {top:0}
/*h1 {
	color: #08c;
	font-family: 'FuturaExtraBold';
	font-size: 55px;
	font-weight: bolder;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-shadow: 2px 1px #2870F0;
	text-align:center
}*/

h2 {margin-top:50px}

header p {
	text-align:center
}

form label {display:block}

footer {
	text-align:center;
	background:#08c;
	border-top:1px dashed #fff;
	padding:15px 0;
	margin-top:20px;
	color:#fff;
}

footer a {
	color:#fff;
	padding:3px 5px;
	text-decoration:underline;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
footer a:hover {
	background:#fff;
	color:#08c;
	text-decoration:none;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#easyPaginate {width:877px;margin: 0px auto;float: left;}
#easyPaginate img {display:block;margin-bottom:10px;}
.easyPaginateNav a {padding:5px;}
.easyPaginateNav{
	display: block;
    height: 40px;
    float: left;
    margin: 20px auto 0;
}
.easyPaginateNav a.current {font-weight:bold;text-decoration:none;}

.col-md-6{
    width: 47% !important;
	height: 100%;
    display: block;
    float: left;
}
/*h1{
    font-size: 13px !important;
	text-shadow: none !important;
	margin-top: 5px !important;
    margin-bottom: 10px;

}*/

li {
    line-height: 100% !important;
	list-style-type: none;
	display: inline-block !important;
}

.entry-body{
    line-height: normal;

}
.entry-body p {
	line-height: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.peque1{
	font-size: 22px !important;
}

.entry-read-more {
    background: #87011c;
    border: 1px solid #560216;
	color: #fff;
	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;
    border-radius: 4px;
}
