/*
Theme Name: Chiasa
Author: Edgar Riu
Version: 1.0
Author URI: http://www.riuweb.com/
Domain Path: /languages
*/


/* ------------------------------------------------------------------------------------ *
| RESET CSS FILE :: 																	|
| css/reset.css																			|
| 																						|
| PROJECT :: 																			|
| Copyright (C) 2009, Yahoo! Inc. All rights reserved.									|
|																						|
| Code licensed under the BSD License:													|
| http://developer.yahoo.net/yui/license.txt											|
| version: 2.6.0																		|
+ ------------------------------------------------------------------------------------- +
| Author ::																				|
* ------------------------------------------------------------------------------------- */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins, a{text-decoration:none;}
a, input {outline:none;}
a {color: #333;}



/* LAYOUT */

html, body {
	font-family: 'Lato', serif;
	font-size: 13px;
	height: 100%;
	color: #333;
	background: #E9E9E9;
	/*background: #DFEBEF;*/
	font-weight: 300;
}
#page {
	height: auto !important;
    margin: 0 auto -130px;
    min-height: 100%;
}
#foot{
	height: 100px;
	padding: 30px auto 0;
}
#push {
	height: 130px;
	clear: both;
}
#container {
	margin: 45px auto 50px;
}

/* end LAYOUT */



/* ESTILS */

.wrapper {
	width: 996px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.box {
	background: #FFF;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h2 {
	color: #78B6D8;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
}
.eslogan .text {
	margin-top: 35px;
	font-size: 15px;
	line-height: 1.4em;
}
.eslogan .text a {
	text-decoration: underline;
}
strong {
	font-weight: 900;
}


/* end ESTILS */


/* HEAD */

#head {
	background: #FFF;
	position: relative;
}
#head_top {
	height: 100px;
}
#head h1 {
    width: 135px;
    padding-top: 37px;
}
#head h1 a {
	background: url(img/logo_chiasa_blau.png) no-repeat;
	height: 41px;
	width: 135px;
	text-indent: -9999px;
	display: block;
}

#qtranslate-chooser {
	float: right;
	margin-top: 10px;
}
#qtranslate-chooser li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px #CCC solid; 
}
#qtranslate-chooser li.lang-ca {
	border: none;
}
#qtranslate-chooser li a {
	display: block;
	color: #333;
	font-size: 12px;
}
#qtranslate-chooser li a:hover, #qtranslate-chooser li.active a {
	text-decoration: underline;
}

#head #menu {
	background: #339CD8;
	-moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
#head #menu #main_menu {
	height: auto;
    overflow: hidden;
	background: url(img/menu_separador.png) no-repeat bottom right;
}
#head #menu #main_menu li {
	float: left;
	/*width: 166px;*/
	width: 199px;
}
#head #menu #main_menu li a {
	/*width: 166px;*/
	width: 199px;
	height: 16px;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 0;
	background: url(img/menu_separador.png) no-repeat bottom left;
}
#head #menu #main_menu li a:hover, #head #menu #main_menu li.current-menu-item a, #head #menu #main_menu li.current-page-ancestor a {
	/*width: 164px;*/
	width: 197px;
	padding-right: 1px;
	background: #66B5E2;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#head #menu #sub_menu_box {
	background: #66B5E2;
}
#head #menu #sub_menu {
	font-size: 12px;
	overflow: hidden;
	background: url(img/menu_separador_trans.png) no-repeat bottom right;
	width: auto;
	float: left;
}
#head #menu #sub_menu li {
	float: left;
}
#head #menu #sub_menu li a {
	height: 14px;
	display: block;
	color: #E0F0F9;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 20px;
	background: url(img/menu_separador_trans.png) no-repeat bottom left;
}
#head #menu #sub_menu li a:hover, #head #menu #sub_menu li.current-menu-item a{
	text-decoration: underline;
	color: #FFF;
}
#head #menu #sub_menu li.current-menu-item a{
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

/* end HEAD */


/* HOME */

#slides {
	margin-bottom: 40px;
}
.slidesjs-navigation {
	display: none;
}
.slidesjs-container a, .slidesjs-container img {
	display: block;
	width: 996px;
	height: 330px;
	position: relative;
}
.slidesjs-container .desc {
	position: absolute;
	bottom: 60px;
	padding: 30px;
	background: #000;
	opacity: 0.8;
	z-index: 10;
	width: 300px;
	color: #FFF;
}
.slidesjs-container .desc .titol {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.slidesjs-container .desc .text {
	font-size: 16px;
}
.slidesjs-pagination {
	overflow: auto;
}
.slidesjs-pagination .slidesjs-pagination-item {
	float: left;
}
.slidesjs-pagination .slidesjs-pagination-item a {
	display: block;
	padding: 12px 0;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.slidesjs-pagination .slidesjs-pagination-item a.active,
.slidesjs-pagination .slidesjs-pagination-item a:hover {
	background: #333;
	color: #FFF;
}


#valors {
	padding-bottom: 45px;
}
#valors li {
	display: inline-block;
	padding: 45px 0 0 45px;
	margin-right: 7px;
	width: 400px;
	vertical-align: top;
	overflow: auto;
}
#valors li .img {
	float: left;
	width: 65px;
	height: 65px;
}
#valors li .info {
	float: right;
	width: 315px;
}
#valors li .info h3 {
	font-size: 16px;
	font-weight: 900;
}
#valors li .info .text {
	font-size: 14px;
	line-height: 1.3em;
}
#valors li .info .text a {
	text-decoration: underline;
}
#valors li .info .text img {
	margin: 7px 10px 0 0;
}


/* end HOME */


/* QUI SOM */

#quisom .eslogan {
	float: left;
	width: 400px;
}
#quisom .img {
	float: right;
	width: 498px;
}
#quisom_boxes {
	padding: 40px 0;
	margin-top: 40px;
}
#quisom_boxes .quisom_box {
	float: left;
    padding: 0 40px;
    width: 417px;
	border-right: 1px solid #EEE;
}
#quisom_boxes #quisom_box_2 {
	border: none;
}
#quisom_boxes .quisom_box h3 {
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 15px;
}
#quisom_boxes .quisom_box .text {
	color: #808080;
	font-size: 14px;
	line-height: 1.3em;
}

/* end QUI SOM */


/* PRODUCTES */

#llistat_productes {
	width: 1014px;
  margin: 30px -9px 0;
}
#llistat_productes li {
	float: left;
	width: 320px;
	margin: 0 9px 25px;
}
#llistat_productes li .img, #llistat_productes li .img img  {
	display: block;
	width: 320px;
	height: auto;
}#llistat_productes li .info {
	padding: 22px;
}
#llistat_productes li .info .logo {
	display: block;
}
#llistat_productes li .info .logo img {
	height: 32px;
}
#llistat_productes li .titol {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}
#llistat_productes li .titol a {
	font-size: 16px;
	color: #333;
	font-weight: 900;
	text-decoration: none;
}

#llistat_productes li .info .text {
	font-size: 14px;
	line-height: 1.3em;
}



/* end PRODUCTES */


/* PRODUCTES - REINFORCEMENT TAPES */

#sidebar_retapes {
	float: left;

}
#sidebar_retapes.big {
	width: 150px;
	border-right: 1px dotted #C3C3C3;
	padding-right: 55px;
}

#menu_retapes li {
	margin-bottom: 7px;
}
#menu_retapes li a {
	display: block;
	border-left: #000 6px solid;
	background: #FFF;
	padding: 10px;
	color: #333;
	font-weight: 900;
}
#menu_retapes li:hover a, #menu_retapes li.select a {
	color: #FFF;
	background: #000;
}

#menu_add {
	border-top: 1px dotted #C3C3C3;
	margin-top: 15px;
	padding-top: 15px;
}
#menu_add li {
	margin-bottom: 7px;
}
#menu_add li a {
	display: block;
	background: #333;
	padding: 10px 10px 10px 16px;
	color: #FFF;
	font-weight: 900;
}
#menu_add li:hover a, #menu_add li.select a {
	background: #78B6D8;
}


#producte {
	width: 735px;
	float: right;
}
#producte .info {
	float: left;
	width: 425px;
}
#producte .logo {
	height: 50px;
	margin-bottom: 51px;
}
#producte .eslogan .text {
	margin-top: 15px;
}
.text p {
	margin-bottom: 10px;
}

#miniatures {
	margin-top: 8px;
	width: 300px;
}
#miniatures li, #miniatures li a, #miniatures li a img {
	width: 64px;
	height: 64px;
}
#miniatures li {
	float: left;
	margin: 0 8px 8px 0;	
}
#miniatures li a {
	opacity: 0.8;
}
#miniatures li.active a {
	opacity: 1;
}
#imatges_productes {
	float: right;
	width: 280px;
}
#imatge_gran {
	background: url(img/ajax-loader.gif) no-repeat center center;
	min-height: 280px;
}
#imatge_gran, #imatge_gran img {
	width: 280px;
}

#producte.default {
	width: auto;
	float: none;
}
#producte.default #imatges_productes, #producte.default #imatge_gran, #producte.default #imatge_gran img {
	width: 496px;
}
#producte.default #miniatures {
	width: 520px;
}

/* end PRODUCTES - REINFORCEMENT TAPES */


/* FITXA REINFORCEMENT TAPES */

#sidebar_retapes.small {
	width: 130px;
}
.cristal_content {
	float: right;
	clear: right;
	width: 850px;
	margin-bottom: 10px;
}
.cristal_content h2 {
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	background: #78B6D8;;
	padding: 15px 30px;
}
.cristal_content .img_cat {
	padding: 30px;
}

.cristal_content table {
	font-size: 14px;
	width: 850px;
	margin: 0 auto 30px;
	text-align: center;
}
.cristal_content table thead {
	font-size: 18px;
	color: #FFF;
	background: #333;
}
.cristal_content table thead th {
	text-align: center;
	padding: 10px;
	font-weight: 900;
}
.cristal_content table thead th span.ok_reach {
	padding: 0 40px;
	background: url(img/icon_ok.png) no-repeat center right;
	display: inline-block;
}
.cristal_content table tr td.fake {
	width: 30px;
	border: none !important;
}
.cristal_content table tbody td,
.cristal_content table tbody th {
	padding: 15px 0;
}
.cristal_content table tbody .items_title th,
.cristal_content table tbody .items td,
.cristal_content table tbody .items th  {
	padding: 5px 0;
}
.cristal_content table tbody .items_title th  {
	border-top: 1px #DDD solid;
	padding-top: 15px;
}
.cristal_content table .textura th,
.cristal_content table .textura td  {
	border-top: 1px #DDD solid;
	padding-top: 15px;
}
.cristal_content table .textura td a.lupa  {
	display: block;
	width: 30px;
	height: 30px;
	background: url(img/icon_lupa.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
.cristal_content table .textura td a.lupa:hover  {
	background-position: 0 -30px;
}
.cristal_content table tbody th  {
	color: #78B6D8;
	font-weight: 900;
}
.cristal_content table tbody .last td,
.cristal_content table tbody .last th {
	padding-bottom: 15px;
}
.cristal_content table tbody .items th {
	width: 110px;
}
.cristal_content table tbody .items th span {
	display: block;
	background: url(img/icons_caracteristiques2.png) no-repeat;
	font-weight: 400;
    width: 70px; height: 20px;
    padding-top: 5px;
	color: #CCC;
	font-size: 11px;
}
.cristal_content table tbody .items th.thickness span {background-position: right 0;}
.cristal_content table tbody .items th.strenght span {background-position: right -25px;}
.cristal_content table tbody .items th.elasticity span {background-position: right -50px;}
.cristal_content table tbody .items th.adhesive span {background-position: right -75px;}
.cristal_content table tbody .items th.non_fray_out span {background-position: right -100px;}
.cristal_content table tbody .items th.color span {background-position: right -125px;}
.cristal_content table tbody .items th.back_side span {background-position: right -150px;}
.cristal_content table tbody .items th.curving span {background-position: right -175px;}
.cristal_content table tbody .items th.width span {background-position: right -200px;}
.cristal_content table tbody .items th.lenght span {background-position: right -225px;}
.cristal_content table tbody .items th.inner_core span {background-position: right -250px;}
.cristal_content table tbody .items th.hand span {background-position: right -275px;}
.cristal_content table tbody .items th.dry_cleaning span {background-position: right -300px;}
.cristal_content table tbody .items th.wash span {background-position: right -325px;}
.cristal_content table tbody .items th.softening_point span {background-position: right -350px;}
.cristal_content table tbody .items th.glue_line_temp span {background-position: right -375px;}
.cristal_content table tbody .items th.speed span {background-position: right -400px;}
.cristal_content table tbody .items th.pressure span {background-position: right -425px;}


.cristal_content table .caracteristica td p.text {
	margin-top: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.cristal_content table tbody tr.aplicacions td, .cristal_content table tbody tr.aplicacions th {
    padding-top: 0;
}
.cristal_content table .aplicacions td span {
	display: inline-block;
	margin: 0 3px;
	background: url(img/icons_sabates.png) no-repeat;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
}
.cristal_content table .aplicacions td span.sabata_talo {background-position: 0 0px;}
.cristal_content table .aplicacions td span.sabata_inclinada_dalt {background-position: 0 -55px;}
.cristal_content table .aplicacions td span.sabata_inclinada_davant {background-position: 0 -110px;}
.cristal_content table .aplicacions td span.sabata_inclinada_lateral {background-position: 0 -165px;}
.cristal_content table .aplicacions td span.sabata_davant_gran {background-position: 0 -220px;}
.cristal_content table .aplicacions td span.sabata_davant_petit {background-position: 0 -275px;}
.cristal_content table .aplicacions td span.sabata_cordons_cercles {background-position: 0 -330px;}
.cristal_content table .aplicacions td span.sabata_cordons {background-position: 0 -385px;}
.cristal_content table .aplicacions td span.bota_dalt_tira {background-position: 0 -440px;}
.cristal_content table .aplicacions td span.bota_dalt {background-position: 0 -495px;}
.cristal_content table .aplicacions td span.bota_lateral {background-position: 0 -550px;}
.cristal_content table .aplicacions td span.maleti {background-position: 0 -605px;}
.cristal_content table .aplicacions td span.armilla {background-position: 0 -660px;}
.cristal_content table .aplicacions td span.sabata_dibuix {background-position: 0 -715px;}


.cristal_content table .color_box {
	display: inline-block;
	margin: 0 4px;
}
.cristal_content table .color_box .colored {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 22px;
	height: 22px;
	border: #CCC solid 1px;
	margin: 0 auto;
}
.cristal_content table .color_box .text {
	font-size: 9px;
	margin-top: 3px;
	font-weight: 400;
}

.ui-tooltip {
	width: 150px;
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #333;
	color: #FFF;
}
.ui-tooltip .title {
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
} 
.ui-tooltip .info {
	font-size: 11px;
}
.ui-tooltip-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.ui-tooltip-content::after {
	top: 46%;
	right: -6px;
	border-color: transparent #333;
	border-width: 6px 0 6px 6px;
}

/* deliver */

.cristal_content .deliver, .cristal_content .deliver table {
	width: 380px;
}
.cristal_content #rolls {
	float: left;
	padding: 30px 0 30px 30px;
}
.cristal_content #bobbins {
	float: right;
	padding: 30px 30px 30px 0;
}
.cristal_content .deliver h3 {
	font-size: 16px;
	font-weight: 900;
	color: #78B6D8;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
}
.cristal_content .deliver table th {
	background: #FFF;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	vertical-align: top;
	border-bottom: 1px solid #EEE;
	padding-bottom: 8px;
}
.cristal_content .deliver table th div {
	margin: 0 auto;
	width: 55px;
	height: 52px;
	background: url(img/icons_deliver.png) no-repeat;
}
.cristal_content .deliver table th div.bobbins_box {background-position: 0 0;}
.cristal_content .deliver table th div.boxes_pallet {background-position: 0 -52px;}
.cristal_content .deliver table th div.no_bobbins_pallet {background-position: 0 -104px;}
.cristal_content .deliver table th div.width {background-position: 0 -156px;}
.cristal_content .deliver table th div.rolls_carton {background-position: 0 -208px;}

.cristal_content .deliver table td {
	border-bottom: 1px solid #EEE;
	padding: 5px;
}

.cristal_content .deliver .deliver_list {
	background: #78B6D8;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
}

#deliver_images {
	padding-top: 20px;
	overflow: auto;
	width: 420px;
}
#deliver_images li {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#deliver_images img {
	margin-bottom: 30px;
}

/* end FITXA REINFORCEMENT TAPES */


/* FILIALS */

#filials .eslogan {
	width: 270px;
	float: left;
}

#llista_filials {
	float: right;
	width: 650px;
}
#llista_filials li {
	padding: 30px;
	margin-bottom: 20px;
	overflow: auto;
}
#llista_filials li .img {
	float: left;
	width: 200px;
}
#llista_filials li .info {
	float: right;
	width: 350px;
}
#llista_filials li .info .boto {
	display: inline-block;
	padding: 5px 35px 5px 10px;
	margin-top: 8px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	background: #78B6D8 url(img/icon_next.png) center right no-repeat;
	text-decoration: none;
}
#llista_filials li .info .boto:hover { 
	background-color: #333;
}

/* end FILIALS */


/* FILIAL */

#filial {
	position: relative;
}

#filial_box {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;	
	padding: 18px;
	background: #FFF;
	opacity: 0.95;
}
#filial_box .img {
	width: 150px;
}
#filial_box .info {
	margin-top: 12px;
	border-top: 1px solid #EEE;
	padding-top: 12px;
}
.info a {
	text-decoration: underline;
}

#mapa_mon {
	width: 996px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;	
}
#mapa_menu {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#mapa_menu h3 {
	font-size: 14px;
	font-weight:900;
	text-transform: uppercase;
	padding-right: 25px;
	padding-top: 1px;
	height: 17px;
	margin-bottom: 8px;
}
.emax #mapa_menu h3 {color: #802253;}
.shoe-solutions #mapa_menu h3 {color: #ED821F;}
.emax #mapa_menu .socis h3 {background: url(img/icon_emax_socis.png) no-repeat right top;}
.emax #mapa_menu .afiliats h3 {background: url(img/icon_emax_afiliats.png) no-repeat right top;}
.shoe-solutions #mapa_menu .socis h3 {background: url(img/icon_shoesolutions_socis.png) no-repeat right top;}
.shoe-solutions #mapa_menu .afiliats h3 {background: url(img/icon_shoesolutions_afiliats.png) no-repeat right top;}
#mapa_menu ul {
	margin-bottom: 20px;
}
#mapa_menu li {
	margin-bottom: 2px;
}
#mapa_menu li a {
	display: inline-block;
	color:#FFF;
	font-size:11px;
	font-weight:900;
	padding: 5px 8px;
	background: #333;
	opacity: 0.9;
	text-transform: uppercase;
}
.emax #mapa_menu li a:hover, .emax #mapa_menu li .active {background:#802253;}
.shoe-solutions #mapa_menu li a:hover, .shoe-solutions #mapa_menu li .active {background:#ED821F;}

.marker {
	display:block;
	text-indent:-9999px;
	width:18px;
	height:18px;
	outline:none;
	cursor:pointer;
}
.emax .marker.socis {background: url(img/icon_emax_socis.png) no-repeat;}
.emax .marker.afiliats {background: url(img/icon_emax_afiliats.png) no-repeat;}
.shoe-solutions .marker.socis {background: url(img/icon_shoesolutions_socis.png) no-repeat;}
.shoe-solutions .marker.afiliats {background: url(img/icon_shoesolutions_afiliats.png) no-repeat;}

.popup {
	opacity: 0.95;
	width:270px;
	position:absolute;
	color:#C3C3C3;
	font-size:12px;
}
.popup.topleft {background: url(img/popup_topleft.png) no-repeat left bottom; padding-bottom: 9px;}
.popup.topcenter {background: url(img/popup_topcenter.png) no-repeat center bottom;padding-bottom: 9px;}
.popup.topright {background: url(img/popup_topright.png) no-repeat right bottom;padding-bottom: 9px;}
.popup.bottomleft {background: url(img/popup_topright.png) no-repeat left top;padding-left: 9px;}
.popup.bottomcenter {background: url(img/popup_bottomcenter.png) no-repeat center top;padding-top: 9px;}
.popup.bottomright {background: url(img/popup_topleft.png) no-repeat right top;padding-right: 9px;}


.popup_box {
	opacity: 0.95;
	padding:20px 50px 20px 20px;
	background:#333;
}

.popup h3 {
	font-weight:900;
	font-size:13px;
	color: #FFF;
}

.popup .close {
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:18px;
	right:18px;
	width:11px;
	height:11px;
	outline:none;
	background:url(img/icon_close.png) no-repeat;
	cursor:pointer;
}


/* end FILIAL */


/* NOTÍCIES */

#noticies {
	width: 270px;
	float: left;
}
#posts {
	width: 660px;
	float: right;
}
#post_list {
	padding: 30px;
}
#post_list li {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #EEE;
	overflow: auto;
}
#post_list > li:first-child {
	padding: 0;
	margin: 0;
	border: none;
}
#post_list li img {
	float: left;
	width: 165px;
	height: 140px;
}
#post_list li .info {
	float: right;
	width: 415px;
}
#post_list li .info .data {
	font-size: 12px;
	color: #666;
}
#post_list li .info .titol {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 14px;
}
#post_list li .info .text {
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 25px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	display: inline-block;
	padding: 3px 9px;
	font-size: 14px;
	background: #FFF;
	color: #333;
	font-weight: 900;
	margin: 0 3px;
}
.wp-pagenavi a:hover {
	background: #333;
	color: #FFF;
}
.wp-pagenavi span.current {
	color: #FFF;
	background: #78B6D8;
	display: inline-block;
}

/* end NOTÍCIES */


/* CONTACTE */

#contacte {
	width: 435px;
	padding-right: 65px;
	border-right: 1px dotted #C3C3C3;
	float: left;
}
#contacte .eslogan {
	width: 320px;
}

.wpcf7 form {
	margin-top: 40px;
	width: 435px;
}
.wpcf7 form input, .wpcf7 form textarea {
	width: 423px;
	display: block;
	padding: 6px;
	background: #FFF;
	border: 2px #FFF solid;
	margin-top: 13px;
}

input::-webkit-input-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
input::-moz-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
input:-moz-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
input:-ms-input-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
textarea::-webkit-input-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
textarea::-moz-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
textarea:-moz-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}
textarea:-ms-input-placeholder {color: #78B6D8;font-weight: bold;font-style: italic;}

.wpcf7 form .wpcf7-submit {
	background: #78B6D8;
	border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    padding: 8px 20px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
}
.wpcf7 form .wpcf7-submit:hover {
	background: #333;
}
.wpcf7 form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}
div.wpcf7 form span.wpcf7-not-valid-tip {
    color: #333;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    text-align: right;
    right: 6px;
    top: 6px;
    width: 200px;
    z-index: 100;
    background: none;
    border: none;
    left: inherit;
    padding: none;
    margin-top: 5px;
    display: block;
}
div.wpcf7 form img.ajax-loader {
   	display: none;
}
div.wpcf7 form .wpcf7-response-output {
	border: 0 none;
    clear: both;
    font-style: italic;
    font-weight: 900;
    margin: 15px 0 0;
    padding: 0;
    color: #333;
}
.screen-reader-response {
	display: none;
}

#contacte_info {
	width: 430px;
	float: right;
	color: #808080;
}
#contacte_info .contactes {
	padding: 20px 30px;
	margin: 62px 0 25px;
	overflow: auto;
}
#contacte_info .contactes .img {
	width: 100px;
	float: left;
}
#contacte_info .contactes .img img {
	width: 100%;
}
#contacte_info .contactes .info {
	float: right;
	font-size: 15px;
	width: 260px;
}
#contacte_info .contactes .mail, #contacte_info .contactes .telefon {
	color: #333;
}
#contacte_info .contactes .mail {
	margin-bottom: 6px;
}
#contacte_info .contactes .info .sm {
	font-size: 13px;
}

#contacte_info .adreca {
	padding: 15px 30px;
}

#contacte .text a {
	text-decoration: underline;
}

/* end CONTACTE */

/* AVÍS LEGAL */

#avis_legal {
	width: 270px;
	float: left;
}
#avis_legal_text {
	width: 600px;
	float: right;
	padding: 30px;
}

#avis_legal_text {
	line-height: 1.4em;
}
#avis_legal_text p {
	margin-bottom: 10px;
}
#avis_legal_text a {
	color: #78B6D8;
}
#avis_legal_text h4 {
	font-size: 16px;
	font-weight: 900;
	margin: 20px 0;
}

#avis_legal_text ul {
	margin-bottom: 10px;
	padding-left: 25px;
}
#avis_legal_text li {
	list-style: disc outside;
}


/* end AVÍS LEGAL */


/* PEU */

#foot .wrapper {
	border-top: 1px solid #FFF;
}
#foot #foot_box {
	border-top: 1px solid #DDD;
	padding-top: 35px;
	height: 90px;
	color: #AAA;
	font-size: 12px;
}
#foot #foot_box a {
	color: #AAA;
}
#foot #foot_box a:hover {
	text-decoration: underline;
}

#foot .info_chiasa {
	padding-left: 140px;
	background: url(img/logo_chiasa_peu.png) no-repeat 0 5px;
	min-height: 40px;
	float: left;
}

#foot #foot_menu {
	text-align: right;
	float: right;
}

/* end PEU */


/*

body, html {
	background: #66B5E2;
	background: #339CD8;
}
#head #menu {
	background: rgb(10, 77, 111);
}
h2 {
    color: #fff;
}
.text {
	color: #fff;
}
.text a {
	color: #fff;
}

#valors li .info .text {
    color: #333;
}

#head #menu #main_menu li a:hover, #head #menu #main_menu li.current-menu-item a, #head #menu #main_menu li.current-page-ancestor a, #head #menu #sub_menu_box {
	background: rgb(30, 112, 169);
}
*/
#foot {
	background: #00436f;
	height: 130px;
}
#foot .wrapper {
	border-top: none;
}
#foot #foot_box {
	border-top: none;
}
#foot #foot_box, #foot #foot_box a {
	color: #fff;
}

h2 {
	color: #00436f;
}

.slidesjs-container .desc {
    background: #00436f;
}
.slidesjs-pagination .slidesjs-pagination-item a.active, .slidesjs-pagination .slidesjs-pagination-item a:hover {
    background: #00436f;
}

#mapa_mon {
    margin-bottom: 100px;
}   
 

.wpcf7 form .wpcf7-submit {
    background: none repeat scroll 0 0 #00436f;
}
#llista_filials li .info .boto {
    background: url("img/icon_next.png") no-repeat scroll right center #00436f;
}
.wpcf7 form .wpcf7-submit:hover {
    background: none repeat scroll 0 0 #66B5E2;
}
#llista_filials li .info .boto:hover {
    background: url("img/icon_next.png") no-repeat scroll right center #66B5E2;
}



#head #menu #main_menu li a {
    padding: 8px 0;
    height: 18px;
    font-size: 14px;
    font-weight: 900;
}
#head #menu #sub_menu li a {
	padding: 10px 20px;
	font-size: 13px;
}