.rb-grid {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	width:680px;
	margin-top: 50px;
}

.rb-grid li {
	width: 300px;
	height: 381px;
	margin: 10px 50px 50px 10px;
	color: blue;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
}
.icon-clima-2, .icon-clima-4
{
    margin-right:10px !important;}
.rb-grid li.rb-span-2 {
	width: 49%;
}

.rb-grid li.rb-span-4 {
	width: 99%;
}

.rb-grid li h3 {
	font-size: 2.6em;
	font-weight: 100;
}
.rb-temp {
	display: block;
	font-size: 2em;
	
}

.rb-grid li:hover .rb-temp {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.rb-overlay {
	
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
}

.rb-close {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
	color:#000;
}

.rb-close::before {
	content: 'x';
	font-weight: 100;
	position: absolute;
	color:#000;
	top: 0;
	left: -20px;
	width: 100%;
	height: 100%;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
	border: 3px solid #000;
    border-radius: 100%;
	font-size: 31px;
}

.rb-week {
	width: 100%;
	height: 100%;
	background-image:url(../images/noise.png);
	background-color: #ddd;
	padding:20px;
}

.rb-week > div {
	width: 10%;
	height: 100%;
	float: left;
	position: relative;
	padding: 3% 0;
	
}

.rb-week > div:first-child {
	width: 30%;
}

.rb-week span {
	padding: 5% 0;
	font-size: 2em;
	font-weight: 100;
	display: block;
	margin: auto 0;
	height: 30%;
	width: 100%;
	line-height: 0.8;
}

.rb-week span.rb-city {
	font-weight: 700;
	padding: 1% 10%;
	font-size: 1em;
	line-height: 1.2;
}

.rb-week [class^="icon-"]:before {
	font-size: 2.5em;
	font-weight: normal;
}

.rb-week > div:first-child [class^="icon-"] {
	opacity: 0.1;
}
.rb-temp img{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);}
.rb-week  img{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);}
		}
/* Colors */