@charset "UTF-8";
/* CSS Document */
.outer
{
	width:100%;
	height:100%;
}
.no-posts
{
	width:100%;
	text-align:center;
	padding:30px 0;
}
.socialContainer {
    float: right;
    max-width: 300px !important;
}

.containerAjax
{
	width:960px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
}
.normalWidthTwitter {
    width: 300px;
    height: 724px;
    padding: 10px;
    position: relative;
    float: right;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 980px) {
	.containerAjax
	{
		width:640px;
	}	
	.normalWidthFacebook,
	.normalWidthTwitter 
	{
		display:none;
	}
	
}
@media (max-width: 660px) {
	.containerAjax
	{
		width:320px;
	}	
	.mapWidth
	{
		display:none;
	}
}
.normalWidth
{
	width:300px;
	height:350px;
	padding:10px;
	position:relative;
	float:left;
	cursor:pointer;
	overflow:hidden;
	text-overflow:ellipsis;
}

.normalWidthRelated
{
	width:100%;
	height:350px;
	padding:10px;
	position:relative;
	float:left;
	cursor:pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 30px;

}

@media (max-width: 660px) {
.doubleWidth
{
	width:300px;
	height:350px;
	padding:10px;
	position:relative;
	float:left;
	cursor:pointer;
	overflow:hidden;
	text-overflow:ellipsis;
}
}
.readMore
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,.6);
	opacity:0;
	z-index:1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
}
.readMore div
{
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:60%;
	margin-top:-15px;
	background-color:#28B0EB;
	color:white;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
.normalWidthFacebook
{
	width:300px;
	height:746px;
	/*height:540px;*/
	padding:10px;
	position:relative;
	float:right;
	right:0;
}
.fb-like-box
{
	position:relative;
}
.normalWidth .content,
.normalWidthRelated .content,
.normalWidthFacebook .content
{
	margin:0;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:white;
	overflow:hidden;
	text-overflow:ellipsis;
}
.normalWidth .category,
.normalWidthRelated .category
{
	width:auto;
	height:25px;
	padding:0px 10px;
	line-height:25px;
	background-color:#28B0EB;
	color:white;
	text-transform:uppercase;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	position:absolute;
	right:0;
	letter-spacing:1px;
}

.normalWidth .info,
.normalWidthRelated .info,
.normalWidthRelated .info
{
	padding:10px;
}
.normalWidth .image,
.normalWidthRelated .image
{
	width:100%;
	height:180px;
	overflow:hidden;
	/*background-image:url(../Images/logo.png);
	background-position:center;
	background-repeat:no-repeat;*/
}
@media (max-width: 660px) {
.doubleWidth .content
{
	margin:0;
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	background-color:white;
	overflow:hidden;
	text-overflow:ellipsis;
}
.doubleWidth .category
{
	width:auto;
	height:25px;
	padding:0px 10px;
	line-height:25px;
	background-color:#28B0EB;
	color:white;
	text-transform:uppercase;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	position:absolute;
	right:0;
	letter-spacing:1px;
}

.doubleWidth .info
{
	padding:10px;
}
.doubleWidth .image
{
	width:100%;
	height:180px;
	overflow:hidden;
	/*background-image:url(../Images/logo.png);
	background-position:center;
	background-repeat:no-repeat;*/
}	
}
.date
{
	color:#CCC;
	font-size:10px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
}
.title
{
	color:#000;
	font-size:16px;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	padding:5px 0px;
	font-weight:700;
	height:auto;
	max-height:67px;
	line-height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
	
}

.description
{
	color:#999;
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	text-align:left;
	position:relative;
	top:5px;
	height:54px;
	line-height:18px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.topBox, .topBoxDonate
{
	width:100%;
	height:25px;
	line-height:25px;
	background-color:#28B0EB;
	color:white;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	position:relative;
	letter-spacing:1px;
	text-transform:uppercase;
	text-indent:hanging;
}
.topBox span, .topBoxDonate span
{
	position:relative;
	left:10px;
}
.topBoxDonate{
	position:absolute !important;
	padding-left:3px;
}
@media (min-width: 661px) {
.doubleWidth
{
	width:620px;
	height:350px;
	padding:10px;
	position:relative;
	float:left;
	overflow:hidden;
}
}

.mapWidth
{
	width:620px;
	height:380px;
	padding:10px;
	position:relative;
	float:left;
}
.mapWidth .content
{
	margin:0;
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	background-color:white;
}
.mapImageContainer
{
	height:335px;
	width:100%;
	overflow:hidden;
	padding:10px 0px;
}
.mapImageContainer img
{
	display:block;
	margin:0 auto;
}
@media (min-width: 661px) {
.doubleWidth
{
	width:620px;
	height:350px;
	padding:10px;
	position:relative;
	float:left;
	cursor:pointer;
}

.doubleWidth .content
{
	margin:0;
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	background-color:white;
	overflow:hidden;
	text-overflow:ellipsis;
	
}
.doubleWidth .image
{
	height:100%;
	width:420px;
	overflow:hidden;
}
.doubleWidth .info
{
	padding:28px 10px;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:180px;
}
.doubleWidth .category
{
	width:100%;
	height:25px;
	line-height:25px;
	background-color:#28B0EB;
	color:white;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	position:relative;
	letter-spacing:1px;
	text-transform:uppercase;
	text-indent:hanging;
}
.doubleWidth .category span
{
	position:relative;
	left:10px;
}
}
/*Hovers*/
.normalWidth:hover .readMore,
.normalWidthRelatedhover .readMore,
.doubleWidth:hover .readMore
{
	opacity:1;
}
.normalWidth:hover .readMore div,
.normalWidthRelatedhover:hover .readMore div,
.doubleWidth:hover .readMore div
{
	top:50%;
}
.cargando
{
	position:relative;
	width:50px;
	height:50px;
	margin:0 auto;
}
.country-intro
{
	width:100%;
}
.country-intro div
{
	display:inline-block;
	padding:0 10px;
	margin:10px auto;
}

/* Bootstrap Override */
.normalWidth .image img,
.normalWidthRelated .image img,
.doubleWidth .image img {
	max-width:none !important;
	//max-height: auto;
}



#load_more_button{
	background-color: #28B0EB;
	color: white;
	display: block;
	width: 100px;
	margin: 25px auto;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: UPPERCASE;
	cursor: pointer;
}
#load_more_button:hover{
	background-color: #29b7f5;
}


.tag-title-container{
	color: #000000;
	font-family:'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 15px;
	margin-bottom: 5px;

}

.total-results{
	color: #474748;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-left: 15px;
}