#blog #blogCarousel{
	width: 100%;
	height: 290px;
	padding-bottom: 35px;
}
@media screen AND (min-width: 992px) {
	#blog #blogCarousel{
		padding-bottom: 0px;
		height: auto;
	}
}
#blog .carousel-cell{
	width: 50%;
	float: left;
}

#blog.blog {
	padding-bottom: 35px;
}
#blog .noticia {
	position: relative;
	border-top: 5px solid transparent;
	border-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

.noticiaTitol 			{font-size: 18px;font-weight: bold;margin: 5px auto;}
.noticiaCategory		{ text-transform: uppercase; font-weight: bold; font-size: 14px;}
.noticiaContingut 		{font-size: 10px;padding: 15px; float: right; width: 50%;}

.noticia--grid .noticiaContingut{float: none; width: 100%;}
.noticiaLink 			{color: rgba(218, 41, 28, 1);display: inline-block;position: relative;font-weight: bold;border-bottom: 1px solid transparent;text-decoration: none;}
.noticiaLink:hover,
.noticiaLink:active,
.noticiaLink:focus 		{ color: rgba(218, 41, 28, 1); border-bottom: 1px solid rgba(218, 41, 28, 1); text-decoration: none;}
.noticiaLink .fa 		{ margin-left: 10px; }

#blog .noticiaContingut {
	font-size: 13px;
	padding: 15px;
}
#blog .noticia--grid .noticiaContingut {
	font-size: 10px;
	line-height: 14px;
	padding: 10px;
}
#blog .noticia--grid .noticiaCategory {
	font-size: 8px;
}

#blog .noticiaTitol {
	font-size: 22px;
	line-height: 28px;
	margin: 10px auto;
}

@media screen AND (min-width: 768px) AND (max-width: 991px) {
	#blog .noticiaTitol {
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen AND (min-width: 992px) {
	#blog .noticia--grid .noticiaContingut {
		font-size: 13px;
		padding: 15px;
	}
	#blog .noticia--grid .noticiaCategory {
		font-size: 10px;
	}
	#blog .noticiaTitol {
		height: 112px;
	}
	#blog .noticiaExtracte {
		height: 48px;
	}
}
@media screen AND (min-width: 992px) {
	#blog .noticiaTitol {
		height: 84px;
	}
	#blog .noticiaExtracte {
		height: 48px;
	}
}

#blog .noticiaImg {
	width: 50%;
	float: left;
	/*background-color: black;*/
	display: block;
	padding-bottom: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#blog .noticia--grid .noticiaImg{float: none; width: 100%;}

@media screen AND (min-width: 768px) {
	#blog .carousel-cell{
		display: flex;
	}
	#blog .noticiaImg {
		padding-bottom: 0;
	}
	#blog .noticia--grid .noticiaImg {
		padding-bottom: 100%;
	}
}
#blog .noticia--arte {
	border-color: #ffb200;
	background-color: rgba(255, 178, 0, 0.2);
}
#blog .noticia--truco {
	border-color: #e58c22;
	background-color: rgba(229, 140, 34, 0.2);
}
#blog .noticia--colores {
	border-color: #de563a;
	background-color: rgba(222, 86, 58, 0.2);
}
#blog .noticia--decoracion {
	border-color: #c02fd4;
	background-color: rgba(192, 47, 212, 0.2);
}
#blog .noticia--diy{
	border-color: #61aa5b;
	background-color: rgba(97, 170, 91, 0.2);
}
#blog .noticia--ideas{
	border-color: #233893;
	background-color: rgba(35, 56, 147, 0.2);
}
#blog .noticia--creatividad{
	border-color: #099195;
	background-color: rgba(9, 145, 149, 0.2);
}
#blog .noticia--inspiracion{
	border-color: #7ae18e;
	background-color: rgba(122, 225, 142, 0.2);
}
#blog .noticia--tendencias{
	border-color: #906eab;
	background-color: rgba(144, 110, 171, 0.2);
}

@media screen AND (min-width: 768px) {
	#blog .noticies-container{
		display: flex;
		flex-grow: row;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#blog .noticia--grid {
		width: 25%;
	}
}

@media screen AND (max-width: 991px) {
	#blog .carousel-cell{
		width: 80%;
		height: 100%;
		margin-right: 15px;
	}
}


@media screen AND (max-width: 767px) {

	#blog #blogCarousel{
		width: 100%;
		height: 450px;
		padding-bottom: 35px;
	}

	#blog .carousel-cell{
		width: 75%;
		height: 100%;
	}
	#blog .noticiaImg {
		width: 100%;
		float: none;
		display: block;
		height: auto;
		padding-bottom: 100%;
		background-position: center;
		background-repeat:
		no-repeat;
		background-size: cover;
	}
	#blog .noticiaContingut {
		font-size: 10px;
		padding: 10px;
		width: 100%;
		float: none;
	}
	#blog .noticiaTitol {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin: 5px auto;
		height: 66px;
	}
	#blog .noticiaExtracte {
		height: 40px;
	}

	#blog .noticiaCategory { font-size: 12px; }

}


#blog .titleBloc{
	background-color: rgba(218, 41, 28, 1);
	color: #fff;
	padding: 40px;
	text-align: center;
}
#blog .sectionTitle {
    font-family: 'Circular', sans-serif;
    font-size: 40px;
    margin: 12px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#blog .sectionSubTitle {
    font-family: 'Circular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    display: none;
}
@media screen AND (max-width: 991px) {
	#blog .titleBloc{
		padding: 20px;
	}
	#blog .sectionTitle {
	    font-size: 26px;
	}
	#blog .sectionSubTitle {
		font-size: 12px;
	}
}
@media screen AND (max-width: 767px) {
	#blog .titleBloc{
		padding: 20px;
	}
	#blog .sectionTitle {
	    font-size: 24px;
	}
	#blog .sectionSubTitle {
		font-size: 14px;
	    line-height: 20px;
	}
}


#blog .tab-select{
	padding: 20px 0;
}
#blog .tab-select .categorySelect-wrapper{
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0);
}
#blog .tab-select .categorySelect-wrapper:after{
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
	position: absolute;
	right: 0px;
	top: 4px;
	color: #000;
	z-index: -1;
}
#blog .tab-select .categorySelect{
	display: block;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	border-radius: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	text-align: left;
	width: 260px;
	position: relative;
	margin: 0 15px;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom: 2px solid #000;
}
#blog .tab-select .select2{
	display: block;
    font-size: 20px;
    font-weight: bold;
    width: 260px;
    position: relative;
    margin: 0;
    -moz-appearance: none;
    appearance: none;
}
#blog .tab-select .select2 .select2-selection{
	display: block;
	font-size: 20px;
	line-height: 40px;
	height: 34px;
	border-radius: 0;
	color: #000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	text-align: left;
	width: 260px;
	position: relative;
	margin: 0 15px;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom: 2px solid #000;
}
#blog .tab-select .select2 .select2-selection__arrow{
	display: none;
}
@media screen AND (max-width: 767px) {
	#blog .tab-select{
		padding: 35px 0;
		margin-bottom: 35px;
	}
	#blog .tab-select{
		background-color: rgba(218, 41, 28, 1);
	}
	#blog .tab-select .select2 .select2-selection{
		color: #fff !important;
		border-bottom: 2px solid #fff;
	}
	#blog .tab-select .select2 .select2-selection .select2-selection__rendered{
		color: #fff !important;
	}
	#blog .tab-select .categorySelect-wrapper:after{
		color: #fff;
	}
}
