/*
Theme Name: La TENTEteca BuddyPress 
Theme URI: http://www.latenteteca.net
Description: Tema Buddypress per la nova versió de la web de la TENTEteca.
Version: V1.0.2
Author: La Tenteteca
Author URI: http://www.latenteteca.com
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/

/* ----------------- */
/* CANTOS ARRODONITS */
/* ----------------- */

@import url('includes/wpcf7.css');

.rounded-5{
	border-radius: 5px ;
	-ms-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	-khtml-border-radius: 5px ;
}

.rounded-5-top{
	border-radius: 5px 5px 0px 0px ;
	-ms-border-radius: 5px 5px 0px 0px ;
	-moz-border-radius: 5px 5px 0px 0px ;
	-webkit-border-radius: 5px 5px 0px 0px ;
	-khtml-border-radius: 5px 5px 0px 0px ;
}

.rounded-5-right{
	border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
}

.rounded-5-bottom{
	border-radius: 0px 0px 5px 5px  ;
	-ms-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
}

.rounded-10{
	border-radius: 10px ;
	-ms-border-radius: 10px ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	-khtml-border-radius: 10px ;
}

.rounded-10-top{
	border-radius: 10px 10px 0px 0px ;
	-ms-border-radius: 10px 10px 0px 0px ;
	-moz-border-radius: 10px 10px 0px 0px ;
	-webkit-border-radius: 10px 10px 0px 0px ;
	-khtml-border-radius: 10px 10px 0px 0px ;
}

.rounded-10-bottom{
	border-radius: 0px 0px 10px 10px  ;
	-ms-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
}

/* ------ */
/* OMBRES */
/* ------ */

.shadow{
	-webkit-box-shadow: 0px 0px 5px 5px #88bb22;
	-moz-box-shadow: 0px 0px 5px 5px #88bb22;
	box-shadow: 0px 0px 5px 5px #88bb22; 
}

.shadow-down{
	-webkit-box-shadow: 0px 2px 5px 0px #000;
	-moz-box-shadow: 0px 2px 5px 0px #000;
	box-shadow: 0px 2px 5px 0px #000; 
}

.shadow-thumb{
	-webkit-box-shadow: 0px 2px 5px 0px #666;
	-moz-box-shadow: 0px 2px 5px 0px #666;
	box-shadow: 0px 2px 5px 0px #666;
	border:2px #EAEAEA solid;
}

/* --------- */
/* DEGRADATS */
/* --------- */


/* ------ */
/* BOTONS */
/* ------ */
.vermell{
	background-color:#CA2027 !important;
}
	

/* --------------- */
/* ESTILS GENERALS */
/* --------------- */

body{
	background:#FBF8CE url('images/background.png') repeat;
	
	/*user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;*/
}

.margin-right-0{
	margin-right:0px;
}

.clear{
	clear:both;
}

.clear-pastilla{
	clear:both;
	margin-bottom:20px;
}

h1,h2,h3,h4{
	font-family:'Cabin', Trebuchet;
}

a{
	color:#88bb22;
	outline:none !important;
}

.no-border{
	border:0px !important;
}

/* ----------------- */
/* ESTILS DEL HEADER */	
/* ----------------- */
#header{
	background: none; /*#88BB22;*/  /*Old browsers */
	margin-bottom: 0px;
	padding-top: 1px;
	/* AIXÒ HO POSEM EN header.php PER FER RANDOM background:url('images/bg/bg_header-1.jpg') no-repeat !important;	
	background-position:center top;*/
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}

#header #search-bar .padder {
	padding: 0px;
	margin:20px 20px 0px 20px;
	height: 300px; /*160px*/
}

#logo{
	padding:0px;
}

/* ---------------------------- */
/* ESTILS DEL MENÚ DE NAVEGACIÓ */
/* ---------------------------- */
#nav {
	margin: 0px 0px 0px 20px;
	float:none;
}

#nav li a {
	color: #000;
	background:#FFCC00; /*#FBF8CE;*/
	font-family:'Cabin';
	font-size:1.3em;
}

#nav li a:hover{
	background-color:#B89709;
}

#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a,
#nav > li.current-post-ancestor a {
	background: #FFF;
	color: #000000;
}

#nav .sfhover ul,
#nav :hover ul {
	background:#FFCC00;	
	width:150px;
	font-size:0.9em;
	border-left:0px;
	border-right:0px;
	border-top:1px solid #B89709;
	border-bottom:1px solid #B89709;
}

#nav .sfhover ul li > a,
#nav :hover ul li > a {
	background: transparent;
	color: #000;
	border-bottom:1px solid #B89709;
	width:135px;
}

#nav ul li.sfhover > a,
#nav ul li:hover > a {
	background-color: #B89709;
	color: #fff;
	width:135px;
}

/* ---------------------------- */
/* ESTILS PER LA PÀGINA D'INICI */
/* ---------------------------- */

/* --------------------------- */
/* Columna de darrers articles */
/* --------------------------- */

#content .padder{
	position:relative;
}

.bloc-destacats{
	
	width:320px;
	margin:0px;
	float:left;
	display:block;
	padding-right:25px;
	border-right:#EAEAEA solid 1px;
	
}

.wrp_destacat_inici{
	clear:both;
	min-height:95px;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #EAEAEA;
	
}

.wrp_destacat_inici:hover{
	background-color:#EAEAEA;
}

.wrp_destacat_inici a{
	text-decoration:none;
	color:#666;
}

.wrp_destacat_inici a:hover span{
	color:#88BB22;
}

.img_destacat_inici{
	float:left;
}

.txt_destacat_inici{
	margin-left:120px;
}

.txt_destacat_inici .titol,
.wrp-more-info .titol{
	font-family:'Cabin';
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	word-wrap:break-word;
}

.txt_destacat_inici .info,
.wrp-more-info .info{
	display:block;
	font-size:12px;
}

/* -------------------------------------- */
/* CONTINGUT CENTRAL DE LA PÀGINA D'INICI */
/* -------------------------------------- */

.wrp-central-inici{
	left:400px;
	padding-bottom:40px;
	color:#666;
	position:absolute;
}

.bloc-inici h2, .wrp-central-inici h2{
	margin:0px 0px 20px 0px;	
}

.bloc-inici h2 a,.wrp-central-inici h2 a{
	padding-left:15px;
	font-family:'Cabin';
	color:#88BB22;
	text-decoration:none;
	font-weight:bold;
}

.bloc-inici h2 a:hover,.wrp-central-inici h2 a:hover{
	text-decoration:underline;
}

.bloc-inici h2 span,.wrp-central-inici h2 span{
	font-weight:normal;
	font-size:0.6em;
	margin-left:7px;
}

.bloc-models .wrp-model,
.bloc-galeria .wrp-galeria,
#customs_list .wrp-galeria{
	float:left;
	margin:0px 15px 20px 15px;
}

#customs_list .wrp-galeria{
	margin:0px 9px 20px 9px;
}

.bloc-models .wrp-model a,
.bloc-galeria .wrp-galeria a,
#customs_list .wrp-galeria a{
	position:relative;
	height:170px;
	width:170px;
	display:block;
}

.bloc-models .wrp-model a .wrp-more-info,
.bloc-galeria .wrp-galeria a .wrp-more-info,
#customs_list .wrp-galeria a .wrp-more-info{
	width:130px;
	height:130px;
	position:absolute;
	top:2px;
	left:2px;
	background-color:rgba(136,187,34,0.8);
	padding:20px;
	color:#000;
	display:none;
	
}

.bloc-models .wrp-model a:hover .wrp-more-info,
.bloc-galeria .wrp-galeria a:hover .wrp-more-info,
#customs_list .wrp-galeria a:hover .wrp-more-info{
	display:block;
	font-family:'Cabin';
}

#customs_list .wrp-galeria a .wrp-more-info{
	left:-13px !important;
}


.bloc-models .wrp-model a:hover .wrp-more-info img{
	display:block;
	border:0px;
	margin:0px !important;
	padding:0px !important;
	margin-bottom:10px !important;
	max-width:50px;
}

/* --------------------------------------------- */
/* CONTINGUT PER LA GALERIA DE LA PÀGINA D'INICI */
/* --------------------------------------------- */

.wrp-galeria img{
	width:170px;
}


/* ----------------- */
/* COLUMNA DE MODELS */
/* ----------------- */
.item-model{
	margin-bottom:20px;
}

.item-model a{
	text-decoration:none;
}

.item-model a:hover p{
	color:#88BB22;
}

.item-model img{
	margin-bottom:5px;
	border:1px solid #FFF;
}

.item-model p{
	color:#666666;
	padding:0px 5px;
}


/* --------------------------------------- */
/* ESTILS DEL MENU DE LA PÀGINA d'ARTICLES */
/* --------------------------------------- */
.main_cont{
	float:left;
	width:190px;
	background-color:#FFF;
	padding:0px;
	margin-right:25px;	
}

.sub_menu h1{
	font-family:'Cabin','Trebuchet';
	font-size:20px;
	padding:13px 10px 16px 14px;
	margin:0px;
	display:block;
	background-color:#EAEAEA;
	color:#666;
}

.no-category{
	background-color:#EAEAEA;
	padding:0px 15px;
	margin:0px;
}

.sub_menu ul{
	padding:0px;
	margin:0px;
	background-color:#FFF;
	margin-bottom:10px;
	margin-top:1px;
}

.sub_menu ul li{
	font-family:Cabin;
	font-size:14px;
	color:#666;
	font-weight:bold;
	line-height:42px;
	/*border-top:1px solid #ffffff;*/
	    background-color:#EAEAEA;
	border-bottom:0px;
	list-style-type:none;
	text-indent:8px;
	
	width:190px;
	height:42px;
	display:block;
	margin-bottom:1px;
}

.sub_menu ul li a{
	padding-left:7px;
	text-decoration:none;
	color:#666;
	         
	width:190px;
	height:42px;
	display:block;
}

.sub_menu ul li.current-cat, 
.sub_menu ul li.current-cat a,
.sub_menu ul li.current-cat a:hover{
	background:url(images/menu_lat/menu_selected.png) no-repeat;
	color:#000 !important;  
	
	width:190px;
	height:42px;
	border:0px;
	display:block;
}      

.sub_menu ul li a:hover{
     border-bottom:0px;
	background:url(images/menu_lat/Menu.png) no-repeat;
	color:#000;
	
	float:left;
	width:190px;
	height:42px;
}

.final-menu{
	display:block;
	height:20px !important;
	background-color:#EAEAEA !important;
	margin:0px;
	padding:0px;
	margin-bottom:25px !important;
}

.menu_ccommons{
	background-color:#EAEAEA;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
}

.menu-publi{
	background-color:#FBF8CE;
	padding:10px 15px;
}
.menu-publi p{
	font-size:12px;
	line-height:16px;
	margin-bottom:10px;
}

.menu-publi .paypal{
	margin-bottom:20px;
}

/* ------------------------ */
/* PÀGINA DE RESUM DE POSTS */
/* ------------------------ */
.breadcrumbs{
	padding:8px 0px 12px 0px;
	margin-bottom:20px;
	background-color:#EAEAEA;
}

.breadcrumbs ul{
	margin:0px;
	padding:0px;
	background-color: #121;
	
}
.breadcrumbs ul li{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px 10px 0px 0px;
}

.breadcrumbs ul li a{
	color:#666;
	text-decoration:none;
}

.breadcrumbs ul li a:hover{
	color:#88BB22;	
}

#category-archives h3,
h2.pagetitle,
h2.posttitle{
	border-top:1px dotted #88BB22;
	border-bottom:1px dotted #88BB22;
	padding: 15px 10px 15px 15px;
	/*font-family:'Cabin',Trebuchet;*/
	font-size:21px;
	color:#666;
}

#category-archives h4{
	padding: 10px 10px 15px 15px;
	margin-bottom:20px;
	border-bottom:1px dotted #88BB22;
	text-transform:uppercase;
}

.category-txt{
	/*padding:0px 15px;*/
	margin-bottom:20px;
}

.category-txt a img{
	margin-right:10px;
}

.resum-posts-box{
	width:170px;
	float:left;
	margin-right:20px;
	display:block;
	background:transparent;
	margin-left:10px;
	/*background:url('images/bg_pastilla_articulo.png') no-repeat;
	background-position:bottom;
	padding-bottom:10px;*/
}

.imatge-resum-post{
	/*border:0px solid #88BB22;*/
}

.article-posts-box{
	margin-left:205px;
}

h3.posttitle{
	border:0px !important;
	padding:0px !important;
	margin:0px;
}

h3.posttitle a{
	color:#666;
	text-decoration:none;
}

h3.posttitle a:hover{
	color:#88BB22;
}

.date,.article-posts-box .postmetadata{
	border-bottom:0px;
	padding-left:2px;	
	font-family:Arial !important;
	font-size:11px !important;
}

.date a,.article-posts-box .postmetadata a, .tag-element{
	background-color:#88BB22;
	color:#FFF;
	text-decoration:none;
	padding:2px 7px;
	margin:0px 3px;
	font-size:11px;
	
	border-radius: 5px ;
	-ms-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	-khtml-border-radius: 5px ;
}

.date a:hover,.article-posts-box .postmetadata a:hover, .tag-element:hover{
	background-color:#EAEAEA;
	color:#000;	
}

.autor a{
	background-color:#EAEAEA;
	color:#666;
}

.comments a,.post-utility a{
	background-color:#FFCC00 !important;
}

.comments a:hover{
	background-color:#EAEAEA !important;	
}

#category-archives #nav-below{
	display:none;
}


/* ------------------------------------- */
/* ESTILS PER LA PÀGINA CUSTOM D'ARTICLE */
/* ------------------------------------- */
	
.post-content{
	margin-left:5px !important;
	margin-right:5px !important;
}

h2.posttitle{
	margin-bottom:10px;
}

p.date{
	border-bottom:0px;
	border-top:0px;
	padding-top:5px;
}

#gallery-1 .gallery-item{
	width:30% !important;
}

/* ---------- */
/* AUTHOR BOX */
/* ---------- */

div.author-box{
	width:97%;
}

div.author-box img{
	float:left;
	
}

div.author-box .author-info{
	margin-left:80px;
	text-align:left;
}

.redes-sociales img{
	border:0px !important;
	margin-right:5px !important;
	height:24px;
}

.creative_commons{
	border:0px !important;
}

.share-article{
	margin:0px;
	padding:0px;
	text-align:center;
}

.share-article iframe{
	margin:0px 20px;
	float:right;
}

.entry-adv{
	margin-bottom:10px;
	margin-top:25px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
}

.ico-fb{
	display:none;
}

/* ------------------ */
/* ESTILS PER PÀGINES */
/* ------------------ */
.page .entry p{
	margin-left:15px;
}

/* ------------------------------ */
/* ESTILS PER LA PÀGINA DE MODELS */
/* ------------------------------ */

.Aire{
	background-image:url('images/series/aire.png');	
}
.Alfa{
	background-image:url('images/series/alfa.png');	
}
.Astro{
	background-image:url('images/series/astro.png');	
}
.Combi{
	background-image:url('images/series/combi.png');	
}
.Combi2{
	background-image:url('images/series/combi-2.png');	
}
.Compact{
	background-image:url('images/series/compact.png');	
}
.Cosmic{
	background-image:url('images/series/cosmic.png');	
}
.Mar-Oceanis{
	background-image:url('images/series/mar.png');	
}
.Micro{
	background-image:url('images/series/micro.png');	
}
.Mini{
	background-image:url('images/series/mini.png');	
}
.Mutants{
	background-image:url('images/series/mutants.png');	
}
.Pocket{
	background-image:url('images/series/pocket.png');	
}
.Roblock{
	background-image:url('images/series/roblock.png');	
}
.Ruta{
	background-image:url('images/series/ruta.png');	
}

.Scorpion{
	background-image:url('images/series/scorpion.png');	
}
.Titanium{
	background-image:url('images/series/titanium.png');	
}
.Variant{
	background-image:url('images/series/variant.png');	
}

/* ------------------------------ */
/* ESTILS PER LA PÀGINA DE MODELS */
/* ------------------------------ */
#modelos{
	/*background-color:#ddd;
	padding:15px 25px;*/
}

#load-more{
	text-align:center;
	margin-bottom:20px;
}

#load-more a{
	width:500px !important;
	margin:0px auto;
	padding:8px 80px !important;
	font-size:16px;
	font-weight:bold;
	
}

/* ----------- */
/* MENU MODELS */
/* ----------- */
#menu_modelos{
	width:100%;
	background-color:#eaeaea;
	padding-bottom:20px;
	padding-top:15px;
}

#menu_modelos_left{
	margin:0px 210px 0px 25px !important;
}

#menu_modelos_left h2{
	font-family: 'Ubuntu',Arial;
	margin-bottom:5px;
}

#menu_modelos_left h2 span{
	font-family:Arial;
	font-size:11px;
	vertical-align: middle;
}

#menu_modelos_left h2 .tag-element:hover{
	color:#FFF;
	background-color:#CA2027;
}

#menu_modelos_left ul{
	list-style:none;
}

#menu_modelos_left ul li a{
	float:left;
	display:block;
	margin:8px 8px 0px 0px;
	background-color:#88BB22;
	padding:2px 8px;
	color:#FFF;
	text-decoration:none;
}

#menu_modelos ul li.selected a{
	background-color:#CA2027 !important;
}

#menu_modelos ul li a:hover{
	background-color:#CA2027;
}

#menu_modelos_right{
	float:right;
	width:166px;
	margin:0px 25px 0px 0px;
}

/* Estils pel cercador de models*/
.menu_cercador{
	width:170px;
	height:40px;
	margin-bottom:1px;
	/*display:none;*/
}

.menu_cercador form{
	font-family: 'Cabin',Arial;
	
	border: #aaa 1px solid;
	background: #DDDDDD;
	background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
	width: 156px;
	float: left;
	padding: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
}

.menu_cercador form #input-text{
	width: 125px;
	float: left;
	border: 0;
	background: #DDDDDD;
	background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #FFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#FFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
	color: #777;
	line-height: 100%;
	font-size: 14px;
	font-family: Cabin;
	margin-top:3px;margin-bottom:3px;
	height:20px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	padding-left:5px;
}

.menu_cercador form #input-text:focus{
	outline:none;
	color:#333;
}

.menu_cercador form #input-submit{
	background: url(images/icos/search-zoom-icon.png) no-repeat 8px 10px;
	border: 0;
	float: right;
	width: 22px;
	height:25px;
	z-index: 100;
	cursor: pointer;
}

#modelos #filtre_consulta{
	padding:2px 0px;
}

#modelos #filtre_consulta .tag-element:hover,
#modelos #filtre_consulta .selected{
	color:#FFF;
	background-color:#CA2027;
}

/* Estils per la informació de la categoria de model */

#model_serie{
	padding:15px 25px;
	margin:20px 0px;
	border-bottom:1px solid #EAEAEA;
}

.ico_serie{
	float:left;
	width:200px;
}

.ico_serie img{
	display:block;
	margin:0px auto;
}

.info_serie{
	margin-left:220px;
}

.info_serie h3{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.info_serie h3 span{
	font-size:0.6em;
}

.info_serie p{
	margin:10px 0px;
}

/* ----------------------------- */
/* ESTILS de la caixa del moldel */
/* ----------------------------- */

#models_list_container,
#customs_list_container{
	/*background-color:#121;*/
}

#models_list,
#customs_list{
	margin:0px auto !important;
}

.model{
	width:216px;
	float:left;
	padding:13px 0px 6px 0px;
	margin:0px 12px 36px 12px;
	border:0px;
	background-color:#F5F5F5;
}

.model:hover{
	background-color:#FFFFFF;
}

.infoextra_model{
	position:relative;
	display:none;
}

.thumb_model{
	margin-bottom:10px;
	
}

.thumb_model img{
	width:190px;
	margin:0px 13px;
	/*height:150px;*/
}

.serie_model{
	display:block;
	height:24px;
	line-height:24px;
	width:100px;
	margin:0px;
	background-repeat:no-repeat;
	float:left;
	color:#666;
	font-weight:bold;
	margin-left:5px;
	
}
	
.peces_model{
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:55px;
	height:24px;
	
	background-color:#FaFAFA;
	padding:0px 5px;
	font-family: 'Cabin',Arial;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	text-decoration:none !important;
	color:#000 !important;
	text-align:center;
}


.info_model,.downloads_model,.contribuidor_model{
	border-bottom:1px solid #E2E2E2;
	padding:0px 0px 7px 0px;
	margin:0px 0px 7px 0px;
	clear:both;
}

.downloads_model{
	border:0px;
}

.info_model{
	padding-left:5px;
}

.nom_model{	
	font-size:14px;
	font-family: 'Cabin',Arial;
	font-weight:bold;
	margin:0px 13px;
}

.comentaris{
	margin:0px 13px;
}

.referencia_model{
	font-size:18px;
	font-family: 'Cabin',Arial;
	font-weight:bold;
	float:left;	
	width:70px;
	margin:0px 0px 0px 13px;
}

.empresa_model{
	margin:0px 13px 0px 0px;
	float:right;
	font-family: 'Cabin',Arial;
	vertical-align:bottom;
}

.download{
	float:right;
	width:24px;
	margin-left:10px;
	margin-right:13px;
}

.ico{
	display:block;
	width:24px;
	width:24px;
	float:left;
}

.contribuidor{
	float:left;
	margin-right:8px;
	margin-left:13px;
}

/* ---------------------------- */
/* ESTILS PER GALERÍA DE VÍDEOS */
/* ---------------------------- */

.tubepress_thumbs{
	font-family:Arial;
}

.tubepress_thumb{
	line-height:1.2em;
	margin:0px 10px;
	margin-bottom:15px;
}

.tubepress_thumb img{
	margin-bottom:10px !important;
	
}

div.page dl{
	margin-left:10px !important;
	width:90%;
}

.tubepress_meta_group{
	padding:0px !important;
}

.tubepress_meta_title,
.tubepress_meta_runtime,
.tubepress_meta_views{
	margin:0px !important;
	padding:0px  !important;
	font-size:11px  !important;
}

/* ----------------- */
/* ESTILS PEL FOOTER */
/* ----------------- */

#footer-widgets{
	color:#fff;
	font-family:Verdana;
	background:transparent url('images/bg/crossed_stripes.png') repeat;
}

#footer-widgets h3{
	font-weight:normal;
	font-size:18px;
	color:#000;
	padding:19px 0px 0px 16px;
}

#footer-widget-area{
	margin-bottom:20px !important;
}

#footer-widget-area,
#footer-ico-area{
	margin:0 auto;
	width:1096px;
}

#footer-widget-area #first{
	background:transparent url('images/bg/background-footer-1.png') no-repeat center top;
	background-position:0 15px;
}

#footer-widget-area #second{
	background:transparent url('images/bg/bg-footer-eljuguete.png') no-repeat;
}

#footer-widget-area #third{
	background:transparent url('images/bg/bg-footer-comunidad.png') no-repeat;
}

#footer-widget-area #fourth{
	background:transparent url('images/bg/bg-footer-contacto.png') no-repeat;
}

#footer-widget-area #first,
#footer-widget-area #second,
#footer-widget-area #third,
#footer-widget-area #fourth,
#footer-ico-area .widget-area{
	float:left;
	width:230px;
	margin:0px 22px 0px 22px;
}

#footer-widget-area ul{
	width:200px !important;
	margin:60px 0px 35px 0px !important;
	padding-left:16px;
}

#footer-widget-area #first ul{
	margin-top:35px !important;
	padding-left:0px;
}

#footer-widget-area #fourth p{
	margin-top: 60px;
}

#footer-widget-area ul li{
	margin:0px 0px 8px 0px !important;
	padding:0px !important;
}

#footer-widget-area a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

#footer-widget-area a:hover{
	text-decoration:underline;
}

.social-icos p{
	margin:0px 0px 5px 0px;
	padding:0px;
}

#footer-ico-area img,
#footer-ico-area form{
	margin-bottom:5px;
}

#footer-ico-area p{
	font-size:10px;
	line-height:14px;
	height:60px;
}

#footer-ico-area a{
	color:#FFcc00;	
}

#footer-ico-area a:hover{
	text-decoration:none;
}

#footer #fourth .widgettitle{
	display:none;
}

/* ------------------------------ */
/* ESTILS PEL PLUGGIN DE CONTESTS */
/* ------------------------------ */
body .fca_cc_contest button.fca_cc_button{
	background:#58afa2;
}

body .fca_cc_contest h2.fca_cc_title{
	line-height:32px;
}

body .fca_cc_description h1{
	line-height:28px;
}

body .fca_cc_description h3{
	line-height:20px;
}

body .fca_cc_contest div.fca_cc_countdown span.dashicons-clock{
	top: -3px;
margin-right: 15px;
color:red;
}

body .fca_cc_contest div.fca_cc_countdown span.timer{
	color:red;
}

/* ----------------- */
/* RESPONSIVE DESIGN */
/* ----------------- */
@media
only screen and (max-width:1200px),
only screen and (max-device-width:1200px) {
	#footer-widget-area,
	#footer-ico-area{
		width:822px;
	}
}

@media
only screen and (max-width:926px),
only screen and (max-device-width:926px) {
/* FOOTER SMALL */
	#footer-widget-area,
	#footer-ico-area{
		width:548px;
	}
}

@media
only screen and (max-width:652px),
only screen and (max-device-width:652px) {
/* FOOTER REDUÏT */
	#footer-widget-area,
	#footer-ico-area{
		width:274px;
	}
}

/* ESITLS PEL FORO */
.bbp-forum-status-closed li.bbp-forum-topic-count,
.bbp-forum-status-closed li.bbp-forum-reply-count,
.bbp-forum-status-closed li.bbp-forum-freshness{
  display:none;
}
      .bbp-forum-status-closed{
            background-image: url(http://superforos.com/templates/subGreen/images/cellpic1.gif) !important;
background-color: #ccffcc  !important;
border: 0px  !important;
border-style: solid  !important;
height: 28px  !important;
padding:5px 8px 0px 8px !important;
}

.bbp-forum-title {
font-weight:bold;
font-size:1.2em;
}

