/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

	project:    Poligons i empreses del Bages
    created:    2014-10-30
    author:     www.maquetadorweb.es
------------------------------------------------------------------------------*/

/* HTML RESET
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0; padding:0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

ul, ol{list-style:none;}
a img, :link img, :visited img{border:0;}
:link, :visited{text-decoration:none;}
article,aside,canvas,details,div,figcaption,figure,footer,header,menu,nav,section,summary { display:block; margin: 0; padding: 0; }


* 			{ box-sizing: border-box;}
body 		{ font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased;}
img			{ width:100%}
fieldset, input, textarea, button { border:none;}
.scroll		{ overflow:auto;}
.container{ max-width:1200px; min-width:300px; width:auto;  margin:0 auto; padding:0; /*overflow:hidden;*/}
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
*::-webkit-input-placeholder {color:#333;}
*:-ms-input-placeholder {color:#333;}
*:-moz-placeholder {color:#333;}
*::-moz-placeholder {color:#333;}

/* COMMON
------------------------------------------------------------------------------*/
.container{ max-width:1200px; min-width:300px; width:auto;  margin:0 auto; padding:0; /*overflow:hidden;*/}
.w1{ width:70px}
.w2{ width:170px}
.w3{ width:270px}
.w4{ width:370px}
.w5 {width:470px}
.w6{ width:570px}
.w7{ width:670px}
.w8{ width:770px}
.w9{ width:870px}
.w10{ width:970px}
.w11{ width:1070px}
.w12{ width:1170px}

.color1 { background-color: rgba(255,255,255,1);} /* blanc: #ffffff	*/
.color2 { background-color: rgba(230,230,230,1);} /* gris:  #e6e6e6 */
.color3	{ background-color: rgba(71,108,163, 1);} /* blau: 	#476ca3 */

/*titol*/
.titol {position:relative; width:100%; overflow:hidden;}
.titol .txt{ padding:15px 20px}
.titol .txt h2{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.titol .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.titol .txt p{color:#333;font-size:12px; line-height:17px; margin:0; padding:0}

/*breadcrumb*/
.breadcrumb{position:relative; width:100%; overflow:hidden;padding:15px 20px}
.breadcrumb .t {font-size:13px; line-height:13px; border-bottom:1px solid #999; padding:0 0 5px 0;  color:#476ca3;}
.breadcrumb .t a{color:#476ca3;font-size:12px; line-height:17px; margin:0; padding:0}
.breadcrumb .t a:hover{ text-decoration:underline}

/*masonry*/
.js-masonry{ width:100%;}

/*header*/
.header { position:relative; min-height:150px;}
.header .nav-sesion { position: absolute; right:7px; top:15px}
.header .nav-sesion ul li{ float:left; display:block; border-left:1px solid #333; position:relative; /*width:320px; text-align:right*/}
.header .nav-sesion ul li:first-child{ border:none}
.header .nav-sesion ul li a{ color: #333; font-size: 15px; line-height: 15px; display:block; padding:0 10px;}
.header .nav-sesion ul li a:hover{ text-decoration:underline}
.header .nav-sesion .login{ position:absolute; top:20px; right:0; width:300px; padding:10px; background-color:rgba(230, 230, 230, 1); display:none; z-index:5;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
}
.header .nav-sesion .login form{ position:relative}
.header .nav-sesion .login form ul li{ clear:both; height:35px; width:210px; border-left:none; margin:0; padding: 0}
.header .nav-sesion .login form ul li label{ float:left; display:block; width:90px; padding-top:5px; text-align:right; padding-right:15px;font-size:13px;}
.header .nav-sesion .login form ul li input{ float:right; display:block; width:120px; color:rgba(51,51,51,1); font-size:13px; line-height:18px;  padding:0 10px; background-color:rgba(255,255,255,1); height:26px;}
.header .nav-sesion .login form ul li.extra{ font-size:13px}

.header .nav-sesion .a1 { background:url(../img/ico-login.png) no-repeat center left; padding-left:25px}
.header .nav-sesion .a2 { background:url(../img/ico-login.png) no-repeat center left; padding-left:25px}
.header .nav-sesion .login .button{ position:absolute; top:36px; right:0; color:#FFF; background-color:#000; text-align:center; padding:3px; font-size:13px; cursor:pointer}
.header .nav-sesion .login .msg{ color:#a20000; font-size:13px; text-align:left; margin-bottom:5px;}
.header .nav-sesion .login .msg2{ color:#000; font-size:13px; text-align:left}
.header .nav-sesion .login .msg2 a{color:#000; text-decoration:underline;font-size:13px; text-align:left; padding:0}

.header .nav-lang { position: absolute; right:7px; top:40px}
.header .nav-lang ul li{ float:left; display:block; border-left:1px solid #333;}
.header .nav-lang ul li:first-child{ border:none; color: #333; font-size: 15px; line-height: 15px; display:block; padding:0 10px}
.header .nav-lang ul li a{ color: #333; font-size: 15px; line-height: 15px; display:block; padding:0 10px}
.header .nav-lang ul li:hover a{ text-decoration:underline}

.header .sections { position: absolute; left:0; top:115px; }
.header .sections ul li{ float:left; display:block; border-right:1px solid #566b9f}
.header .sections ul li:last-child{ border:none}
.header .sections ul li a{ color: #476ca3; font-size:16px; line-height: 17px; display:block; padding:0 13px}
.header .sections ul li.first {display:none;}
.header .sections ul li.current a{ font-weight:700;}

.header .brand {position:absolute; top:60px; left:15px; display:block}
.header .brand a{ font-family:Arial, Helvetica, sans-serif;  text-transform:uppercase; color:#000}
.header .brand a span{ color:#476ca3}
.ca .header .brand a{font-size:32px}
.es .header .brand a{ font-size:32px}
.en .header .brand a{ font-size:32px}
.fr .header .brand a{ font-size:27px;}

.toggle{ display:none;}

.header .logo{color:#000; display: block; width: 200px; padding-top:6px;margin-left:17px;}
.header h2{color:#000; font-size:13px; line-height: 27px; background: url(../img/ico-consell.png) no-repeat 0 0; height: 30px; display: block; width: 280px; text-transform: uppercase; font-weight: 700; padding-left: 36px;/*text-indent: -1999em; overflow: hidden;*/ position: absolute; top:5px; left:0}
.header h2 span{ font-size: 17px;}
.header h2 a {color: #000;}
.header h2 a:hover {color: #476ca3;}

.header .escut-poblacio{ position: absolute; top:0; left:300px;  vertical-align: middle}
.header .escut-poblacio img{ width:auto; display:inline-block; vertical-align: middle}
.header .escut-poblacio a{color:#476ca3; font-size:13px; line-height: 27px;}
.header .escut-poblacio a:hover{ text-decoration: underline}

.header .metacercador { position:absolute; bottom:55px; right:0; width:170px;}
.header .metacercador fieldset{float:left; display: block; width: 130px;}
.header .metacercador fieldset input{ border:1px solid rgba(230, 230, 230, 1); color:#666; font-size: 12px; padding: 3px 3px 4px 3px; width:130px;}
.header .metacercador .btn{border:none; color:#FFF;font-size: 12px; padding: 3px; text-align: center; cursor: pointer; float:left; width:24px; height: 24px; background:rgba(230, 230, 230, 1) url("../img/ico-cerca.png") no-repeat 50% 50% ; text-indent: -1999em; overflow: hidden;
}


/*footer*/
.footer{ margin-top:30px}
.footer .top{ color:#476ca3;font-size:14px; line-height:21px; padding:15px; background-color:#ececec; -webkit-box-shadow: 0 3px 2px #566b9f;
    -moz-box-shadow: 0 3px 2px #566b9f;
    box-shadow: 0 3px 2px #566b9f;}
.footer .top .w6, .footer .top .w3{ float:left; margin-left:30px}
.footer .top .w6{ margin-left:0}
.footer .top a{color:#476ca3;}
.footer .top a:hover{ text-decoration:underline}
.footer .top strong{ font-weight:bold}
.footer img{ width:auto}
.footer .bottom{ padding:10px 0}
.footer .bottom p{ color:#000; text-align:center; font-size:14px; line-height:19px;}
.footer .bottom p a{color:#476ca3;}
.footer .bottom p a:hover{ text-decoration:underline}
.footer .top .w6 ul li{ float:left; width:285px; height:40px; margin-bottom:10px;}
.footer .top .w6 ul li.dib { width:135px}
.footer .top .w6 ul li.gen { width:135px}
.footer .top .w6 ul li.soc { width:240px}
.footer .top .w6 ul li.ue  { width:192px}
.footer .top .w6 ul li.pat { width:430px}

/*cerca*/
.cerca{background-color:#476ca3; margin-bottom:30px}
.cerca .col{float:left; height:100px; margin:0;}
.cerca .col.c30{ width:33%}
.cerca .col.c40{ width:34%}
.cerca .col form{ margin:15px auto; width:270px}
.cerca .col p{ color:#FFF; margin:0 0 10px 0}
.cerca .col p a{color:rgba(230,230,230,1)}
.cerca .col p a:before{content:''; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8.6px; border-color: transparent transparent transparent #b7c7c7; display: inline-block; margin-right: 5px}
.cerca .col p a:hover { color:#CCC}
.fr .cerca .col p { font-size:13px}
.cerca input{color:rgba(51,51,51,1); font-size:13px; line-height:18px;  padding:0 10px; background-color:rgba(255,255,255,1); height:32px; width:250px;}
.cerca .col.c40 input{ width:200px; float:left;}
.cerca .col.c40 input[type=submit]{width:50px; background:#fff url(../img/ico-cerca.png) no-repeat 50% 50%; float:left; text-indent:-1999em; display:block; overflow:hidden; cursor:pointer; border-left:1px solid #cacaca}

/*cerca-avancada*/
.cerca-avancada { background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px; margin-bottom:15px}
.cerca-avancada .txt { padding:15px 30px}
.cerca-avancada .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.cerca-avancada form{ width:840px; margin:0 auto;}
.cerca-avancada .subtitle {color:#999; font-size:13px; line-height:13px; margin:0 0 10px 0}
.cerca-avancada label{ font-size:12px; line-height:14px;  width:115px; display:block; float:left;}
.cerca-avancada input{color:rgba(51,51,51,1);font-size:12px; line-height:14px; padding:7px 10px; float:left; margin:0; width:250px}
.cerca-avancada select{ width:370px}
.cerca-avancada .group{ margin: 0 auto}
.cerca-avancada .group li { float:left; display:block; width:420px; position:relative; margin-bottom:10px}
.cerca-avancada i{font-size:12px; line-height:14px;}
.cerca-avancada .group li.ch{ width:auto; float:none;}
.cerca-avancada .group li.ch ul { float:left; width:725px;}
.cerca-avancada .group li.ch ul li{ width:145px; min-height:30px}
.cerca-avancada .group li.ch ul li label{ width:125px}
.cerca-avancada .group li.ch ul li label input{ margin:0 5px 5px 0; width:auto}
.cerca-avancada hr{ background:#FFF; border:none; height:1px}
.stylish-select .cerca-avancada .newListSelected { float:left;}
.stylish-select .cerca-avancada .selectedTxt {color:#000; height:32px; overflow:hidden;}
.stylish-select .cerca-avancada ul.newList a{ padding:3px 10px}
.stylish-select .cerca-avancada ul.newList{ border-bottom:1px solid #888}
.stylish-select .cerca-avancada ul.newList li{ margin-bottom:0}
.cerca-avancada .f3 .group, .cerca-avancada .f3 .group li{ margin-bottom:0}
.cerca-avancada .f3 .group .group, .cerca-avancada .f4 .group{ margin-bottom:10px}
.cerca-avancada .subtitle{ background:url(../img/bg-open.png) no-repeat top left; display:block; height:39px; cursor:pointer; padding-left:36px; line-height:30px; vertical-align:middle; font-size:16px; color:#000; border-bottom:1px solid #FFF}
.cerca-avancada .subtitle.open{ background-image:url(../img/bg-close.png); border-bottom:none }
.cerca-avancada .tab{ display:none;}
.cerca-avancada .check { display: block; cursor: pointer;}
.cerca-avancada .check input	{ margin-right: 5px; }
.cerca-avancada .has-js .check  { padding:0 0 0 15px;}
.cerca-avancada .has-js .check  { background: url(../img/bg-check-off.gif) no-repeat 0 3px; }
.cerca-avancada .has-js label.c_on   { background: url(../img/bg-check-on.gif) no-repeat 0 3px; }
.cerca-avancada .has-js .check input { position: absolute; left: -9999px; }
.cerca-avancada input[type=submit]{color:#FFF; background-color:#000; text-align:center; padding:5px; font-size:13px; cursor:pointer; float:none}


/* 00 - HOME
------------------------------------------------------------------------------*/
/*item*/
.item{
    margin-bottom:15px; margin-left:15px; height:520px; float:left; overflow:hidden;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);}

/*map*/
.map {position:relative; width:485px; height:515px; margin:5px auto;}
.map img{ width:auto}
.map .invisible{ display:none;}
.map .visible{ display:block}

/*noticies*/
.noticies { background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px; position:relative; overflow:hidden;}
.noticies .txt { padding:15px 30px}
.noticies .txt h2{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.noticies .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.noticies .txt p{color:#333;font-size:12px; line-height:17px; margin:0; padding:0}
.noticies .scroll{ height:450px; width:218px}
.noticies .scroll ul{ width:184px}
.noticies .scroll ul li{ border-bottom:1px solid #fff; padding:12px 0;}
.noticies .scroll ul li:first-child { padding-top:0}
.noticies .scroll ul li:last-child { border:none;}
.noticies .scroll ul li p a, .noticies .scroll ul li p span {color:#476ca3}
.noticies .scroll ul li p a:hover{ text-decoration:underline}

/*ofertes*/
.ofertes{background-color: rgba(71,108,163, 1); height:200px}
.ofertes .bottom{padding:10px}
.ofertes .bottom p{text-align:center; color:#FFF;}
.ofertes .bottom p a{text-align:center; color:#FFF;}

/*banner*/
.banner{height:132px}

.banner-small{height:71px}


/* 01-MUNICIPI
-----------------------------------------*/
/*mu-item*/
.mu-item{ margin-bottom:30px; margin-left:15px; height:auto; float:left; overflow:hidden;}
.mu-item p{ font-size:13px; line-height:15px; margin-bottom:3px}
.mu-item .subtitle{ text-transform:uppercase; color:#476ca3; font-size:14px; line-height:16px; font-weight:700; border-bottom:1px solid #476ca3; margin:5px 0; padding:5px 0}

.mu-titol {position:relative; background-color:#a20000; margin:0 15px }
.mu-titol h3{height:50px;  color:#FFF; padding-left:10px; line-height:47px; font-size:32px; font-weight:700}

/*mu-llistat-poligons*/
.mu-llistat-poligons .scroll{ height:100px}
.mu-llistat-poligons a{color:#476ca3;font-size:13px;}
.mu-llistat-poligons a:hover{ text-decoration:underline}

/*mu-llistat*/
.mu-llistat{}
.mu-llistat a{color:#476ca3;font-size:13px;}
.mu-llistat a:hover{ text-decoration:underline}
.mu-llistat p{ border-bottom:1px solid #333; padding-bottom:5px; margin-bottom:10px}
.mu-llistat p a{padding:0 5px}
.mu-llistat p span{ padding-right:160px}
.mu-llistat .middle { overflow:hidden; padding:0; margin:0; height:100px;}
.mu-llistat .middle .p1{ font-size:13px; color:#333; padding:15px 0}
.mu-llistat .middle strong{ color:#333; font-weight:700}

/*mu-directori*/
.mu-directori { max-width:560px; padding:15px 20px}
.mu-directori .municipi{ margin-bottom:15px;}
.mu-directori .municipi .top { position:relative; background-color:#476ca3; margin-bottom:10px; padding:5px}
.mu-directori .municipi .top h3{color:#FFF; font-size:13px}
.mu-directori .municipi .top h3 a{color:#FFF;}
.mu-directori .municipi .top p{ position:absolute; top:5px; right:5px; color:#FFF; font-size:13px}
.mu-directori .municipi .top p a{ color:#FFF; font-size:13px;}
.mu-directori .municipi ul li a{color:#476ca3; font-size:13px}


/* 02-POLIGONS
-----------------------------------------*/
.col30{ width:30%; float:left; display:block;}
.col40{ width:40%; float:left; display:block;}
.col70{ width:70%; float:left; display:block;}
.col100{ width:100%;}

/*po-llistat*/
.po-llistat{}
.po-llistat .top{position:relative; width:100%; overflow:hidden;padding:15px 20px; margin-bottom:15px}
.po-llistat .top{font-size:13px; line-height:13px; border-bottom:1px solid #999; padding:0 0 5px 0;  color:#476ca3;}
.po-llistat .group{border-bottom:1px solid #c1c1c1; display:block; padding:5px; cursor:pointer}
.po-llistat .group .img{width:200px; float:left; margin-right:15px}
.po-llistat .group .title{color: #333;font-size: 17px; font-weight: 600;}
.po-llistat .group:hover .title{ text-decoration: underline}
.po-llistat .group p{ color:#333; font-size:13px}
/*dp: detall poligon*/
.dp-poligon {position:relative; background-color:#a20000; margin:0 15px 15px 15px }
.dp-poligon .nom{font-weight:700; font-size:32px; height:50px;  color:#FFF; padding-left:10px; line-height:47px}
.dp-poligon .tipus{ position:absolute;right:0; top:0; padding:8px; background-color:#a20000;}
.dp-poligon .tipus .img { float:left; width:50px;}
.dp-poligon .tipus .img img{ width:auto; margin:3px auto 0; display:block}
.dp-poligon .tipus .txt2{ float:left}
.dp-poligon .tipus .txt2 p{color:#FFF; font-size:13px}

.dp-item{ margin:0 15px 15px 15px; height:auto; overflow:hidden;}
.dp-item p{ font-size:13px; line-height:15px; margin-bottom:3px}
.dp-item p strong{ font-weight:700}
.dp-item .subtitle{ text-transform:uppercase; color:#476ca3; font-size:14px; line-height:16px; font-weight:700; border-bottom:1px solid #999; margin:5px 0; padding:5px 0}
.dp-item div[itemtype=tab] .subtitle{ cursor:pointer; background:url(../img/tick-option-over.png) no-repeat 0 9px; padding-left:20px;}
.dp-item div[itemtype=tab] .subtitle:hover{ color:#333}
.dp-item div[itemtype=tab] .group{ display:none}
.dp-item.shadow{-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);}

/*dp-localitzacio*/
.dp-localitzacio{/* margin-bottom:30px;*/}
a.gmaps{ background:url(../img/ico-mapa.png) no-repeat 0 0; padding-left:36px; color:#476ca3; line-height:32px; display:block}

/*dp-ordenacio*/
.dp-ordenacio{ /*margin-bottom:30px;*/}

/*dp-ordenacio*/
.dp-ordenacio{/* margin-bottom:30px;*/}
/*dp-serveis*/
.dp-serveis{ /*margin-bottom:30px;*/}

/*dp-serveis-prox*/
.dp-serveis-prox{ margin-bottom:30px;}
.dp-serveis-prox .subtitle2{ font-weight:700; font-size:14px; color:#476ca3; margin-bottom:10px}
.dp-serveis-prox .col{ float:left; width:205px; margin-left:15px;}
.dp-serveis-prox ul li{font-size:13px;}
.dp-serveis-prox ul li.sp1{ background:url(../img/iconos/ico_sp_1.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp2{ background:url(../img/iconos/ico_sp_2.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp3{ background:url(../img/iconos/ico_sp_3.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp4{ background:url(../img/iconos/ico_sp_4.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp5{ background:url(../img/iconos/ico_sp_5.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp6{ background:url(../img/iconos/ico_sp_6.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp7{ background:url(../img/iconos/ico_sp_7.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp8{ background:url(../img/iconos/ico_sp_8.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}
.dp-serveis-prox ul li.sp9{ background:url(../img/iconos/ico_sp_9.png) no-repeat 0 0; padding:5px 0 0 40px; min-height:35px;}

/*dp-num-empreses*/
.dp-num-empreses{ padding:5px; background:#e1e1e1}
.dp-num-empreses h3{ color: #476ca3;float: left; font-size: 18px;font-weight: 700;line-height: 35px; width: 50%;}
.dp-num-empreses h3 a{color:#000; background:url(../img/ico-empreses.png) no-repeat 0 0; padding:5px 0 0 50px; height:50px; display:block;}
.dp-num-empreses:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .dp-num-empreses             { zoom: 1; } /* IE6 */
*:first-child+html .dp-num-empreses { zoom: 1; } /* IE7 */

/*dp-galeria*/
.dp-galeria{background-color:#e6e6e6; }
.dp-galeria .subtitle{ color:#FFF; text-transform:uppercase; margin:0; border:none;background-color:#476ca3}

/*dp-venda-lloguer*/
.dp-venda-lloguer {}
.dp-venda-lloguer h3.subtitle{ background-color:#a20000; color:#FFF; text-transform:uppercase; margin:0; border:none;}
.dp-venda-lloguer .accordion{ overflow:hidden; padding:0; margin:0; height:470px}
.dp-venda-lloguer dd{ display:none; margin:0 0 15px 0;}
.dp-venda-lloguer dd .txt{ font-size:13px; line-height:20px; color:#333; display:block; padding:0 20px }
.dp-venda-lloguer dd.open{ display:block}
.dp-venda-lloguer dt{ position:relative; margin-bottom:15px;font-weight:300; color:#333; font-size:13px; line-height:20px;}
.dp-venda-lloguer dt a{ font-size:17px;color:#333; background:url(../img/tick-option-over.png) no-repeat 0 3px; padding-left:20px; font-weight:600;}
.dp-venda-lloguer dt a.subtitle { background:url(../img/bg-tick.png) no-repeat 0 3px; padding-left:20px;  color:#333; border:none}
.dp-venda-lloguer dt a.subtitle.open{ background:url(../img/tick-option-over.png) no-repeat 0 8px;}
.dp-venda-lloguer table{ width:100%}
.dp-venda-lloguer table tr{}
.dp-venda-lloguer table tr td strong{ font-size:13px; margin-bottom:10px; display:block}
.dp-venda-lloguer table tr .td1{ width:30%;}/*670*/
.dp-venda-lloguer table tr .td2{ width:20%;}/*70*/
.dp-venda-lloguer table tr .td3{ width:30%; text-align:center}/*270*/
.dp-venda-lloguer table tr .td4{ width:20%; text-align:center}
.dp-venda-lloguer table tr .td4 span{color:#476ca3}
.dp-venda-lloguer .p1{ font-size:13px; color:#333; padding:15px 0}
.dp-venda-lloguer .p1 span{color:#F00}

/*.dp-mes-info*/
.dp-mes-info .group{padding:10px; background-color:#e1e1e1}

.dp-parcelari{}
.dp-parcelari .llegenda .p{font-size:12px;color:#333; background:url(../img/ico-oferta.png) no-repeat 0 -3px; padding-left:20px; font-weight:600;}
.dp-parcelari .llegenda .e{font-size:12px;color:#333; background:url(../img/ico-empresa.png) no-repeat 0 -3px; padding-left:20px; font-weight:600;}

.mapa-municipi{}
.mapa-municipi .llegenda .pe{font-size:12px;color:#333; background:url(../img/ico-poligon.png) no-repeat 0 -3px; padding-left:70px; font-weight:600;}
.mapa-municipi .llegenda .pd{font-size:12px;color:#333; background:url(../img/ico-poligon-desenvol.png) no-repeat 0 -3px; padding-left:70px; font-weight:600;}

/* carousel*/
/* font-face icon - carousel */
@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.carousel .slides > article {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.carousel .slides img {width: 100%; display: block;}
.carousel .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.carousel .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.carousel { background: #fff; position: relative; zoom: 1;}
.carousel .flex-viewport {/* max-height: 240px;*/ -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.carousel .loading .flex-viewport { max-height: 300px; }
.carousel .slides { zoom: 1; }
.carousel .carousel li { margin-right: 5px; }
.carousel .sitem{ position:relative}

/* Direction Nav  - carousel*/
.carousel .flex-direction-nav {*height: 0;}
.carousel .flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color:#476ca3; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.carousel .flex-direction-nav .flex-prev { left: -50px; }
.carousel .flex-direction-nav .flex-next { right: -50px; text-align: right; }
.carousel:hover .flex-prev { opacity: 0.7; left: 10px; }
.carousel:hover .flex-next { opacity: 0.7; right: 10px; }
.carousel:hover .flex-next:hover, .carousel:hover .flex-prev:hover { opacity: 1; }
.carousel .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.carousel .flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.carousel .flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play - carousel*/
.carousel .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.carousel .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.carousel .flex-pauseplay a:hover  { opacity: 1; }
.carousel .flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav - carousel*/
.carousel .flex-control-nav {width: 100%; position: absolute; bottom:-5px;/* -40px*/ text-align: center;}
.carousel .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.carousel .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #476ca3;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.carousel .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.carousel .flex-control-paging li a.flex-active { background: #ccc; cursor: default; }
.carousel .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.carousel .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.carousel .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.carousel .flex-control-thumbs img:hover {opacity: 1;}
.carousel .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.ventana-modal .carousel .slides img {width:auto; margin:0 auto; display: block;}

/* 03-EMPRESES
-----------------------------------------*/
/*em-llistat*/
.em-llistat{}
.em-llistat .top{position:relative; width:100%; overflow:hidden;padding:15px 20px; margin-bottom:15px}
.em-llistat .top{font-size:13px; line-height:13px; border-bottom:1px solid #999; padding:0 0 5px 0;  color:#476ca3;}
.em-llistat ul{ margin-bottom: 15px;}
.em-llistat ul li{ border-bottom:1px solid #999; padding:15px; width:100%}
.em-llistat ul li .img{ float:left; width:25%;}
.em-llistat ul li .img img{ width:auto; display:block; margin:0 auto;}
.em-llistat ul li .descripcio{  float:left; width:75%; display:block; background:#FFF; font-size:13px;overflow:hidden}
.em-llistat ul li .descripcio .titol{ font-weight:700; color:#476ca3; font-size:18px;margin-bottom: 10px;}
.em-llistat ul li .descripcio .titol a{color:#476ca3; }
.em-llistat ul li .descripcio img{ width:auto}
.em-llistat ul li .descripcio p {margin-bottom: 4px;}
.em-llistat ul li .descripcio p strong{font-weight:700}
.em-llistat ul li .descripcio p img{ vertical-align:middle}
.em-llistat ul li .descripcio p a{color:#476ca3; text-decoration: underline}

/*paginacio*/
.pagination-wrapper{position:relative; margin-bottom: 20px;}
.pagination-wrapper .pagination{display:inline-block; text-align: right; vertical-align: top; position: absolute; right:0;}
.pagination-wrapper .pagination .active{}
.pagination-wrapper .pagination li{ background-color: rgba(230,230,230,1); border-radius: 5px;  color:#000; display:inline-block; margin: 0 3px; text-align: center; padding: 0;
    width: 32px;}
.pagination-wrapper .pagination li a{color:#000; font-size: 12px; line-height: 32px;  text-align: center;width:32px; height: 32px; display: block; padding:0 5px;}
.pagination-wrapper .pagination li.active { background-color: #000}
.pagination-wrapper .pagination li.active a{ color:#FFF;}
.pagination-wrapper .export-csv { height: 32px; line-height:32px; margin: 0 3px;border-radius: 5px;  font-size: 12px; vertical-align:middle; display: inline-block;background:rgba(230,230,230,1) url(../img/ico-export-excel2.png) no-repeat 3px 7px; padding:0 5px 0 30px; color:#000;}
.pagination-wrapper .view-all { height: 32px; line-height:32px;margin: 0 3px;border-radius: 5px; font-size: 12px; vertical-align:middle;  display: inline-block;background:rgba(230,230,230,1) url(../img/ico-all.png) no-repeat 3px 7px; padding:0 5px 0 30px; color:#000; }

/*em-alta*/
.em-alta { background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px; margin-bottom:15px}
.em-alta .txt { padding:15px 30px}
.em-alta .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.em-alta form{ width:840px; margin:0 auto;}
.em-alta .subtitle {color:#999; font-size:13px; line-height:13px; margin:0 0 10px 0}
.em-alta label{ font-size:12px; line-height:14px;  width:115px; display:block; float:left;}
.em-alta input{color:rgba(51,51,51,1);font-size:12px; line-height:14px; padding:7px 10px; float:left; margin:0; width:250px}
.em-alta select{ width:370px}
.em-alta .group{ margin: 0 auto}
.em-alta .group li { float:left; display:block; width:420px; position:relative; margin-bottom:10px}
.em-alta i{font-size:12px; line-height:14px;}
.em-alta .group li.ch{ width:auto; float:none;}
.em-alta .group li.ch ul { float:left; width:725px;}
.em-alta .group li.ch ul li{ width:145px; min-height:30px}
.em-alta .group li.ch ul li label{ width:125px}
.em-alta .group li.ch ul li label input{ margin:0 5px 5px 0; width:auto}
.em-alta hr{ background:#FFF; border:none; height:1px}
.stylish-select .em-alta .newListSelected { float:left;}
.stylish-select .em-alta .selectedTxt {color:#000;}
.stylish-select .em-alta ul.newList a{ padding:3px 10px}
.stylish-select .em-alta ul.newList{ border-bottom:1px solid #888}
.stylish-select .em-alta ul.newList li{ margin-bottom:0}
.em-alta .f3 .group, .em-alta .f3 .group li{ margin-bottom:0}
.em-alta .f3 .group .group, .em-alta .f4 .group{ margin-bottom:10px}
.em-alta .subtitle{ background:url(../img/bg-open.png) no-repeat top left; display:block; height:39px; cursor:pointer; padding-left:36px; line-height:30px; vertical-align:middle; font-size:16px; color:#000; border-bottom:1px solid #FFF}
.em-alta .subtitle.open{ background-image:url(../img/bg-close.png); border-bottom:none }
.em-alta .tab{ display:none;}
.em-alta .check2 { display: block; cursor: pointer;}
.em-alta .check2 input	{ margin-right: 5px; color:rgba(51,51,51,1);font-size:12px; line-height:14px;}
/*
.em-alta .has-js .check  { padding:0 0 0 15px;}
.em-alta .has-js .check  { background: url(../img/bg-check-off.gif) no-repeat 0 3px; }
.em-alta .has-js label.c_on   { background: url(../img/bg-check-on.gif) no-repeat 0 3px; }
.em-alta .has-js .check input { position: absolute; left: -9999px; }*/

.em-alta input[type=file] { margin:0; padding:0; text-align:center; font-size:13px; cursor:pointer; width:auto}
.em-alta .group li.file{ float:none; width:840px; clear:both; min-height:20px}

.em-alta .f2 .group{ margin-bottom:10px}
.em-alta .f2 .group li{ float:none; width:840px; clear:both; min-height:20px}
.em-alta .f2 .group li p{font-size:12px; line-height:14px; margin-bottom:10px; font-style: italic;}
.em-alta .f2 .group li label{ width:auto}
.em-alta .captcha .codi{ width:420px;}

.em-alta input[type=submit]{color:#FFF; background-color:#000; text-align:center; padding:5px; font-size:13px; cursor:pointer; float:none}
.em-alta button[type=submit]{color:#FFF; background-color:#000; text-align:center; padding:5px; font-size:13px; cursor:pointer; float:none}

.em-item{ margin:0 15px 15px 15px; height:auto; overflow:hidden;}
.em-item p{ font-size:13px; line-height:15px; margin-bottom:3px}
.em-item p strong{ font-weight:700}
.em-item .subtitle{ text-transform:uppercase; color:#476ca3; font-size:14px; line-height:16px; font-weight:700; border-bottom:1px solid #999; margin:5px 0; padding:5px 0}
.em-item div[itemtype=tab] .subtitle{ cursor:pointer; background:url(../img/tick-option-over.png) no-repeat 0 9px; padding-left:20px;}
.em-item div[itemtype=tab] .subtitle:hover{color:#333}
.em-item div[itemtype=tab] .group{ display:none}
.em-item.shadow{-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);}

.em-empresa {position:relative; background-color:#a20000; margin:0 15px 15px 15px }
.em-empresa .nom{font-weight:700; font-size:32px; height:50px;  color:#FFF; padding-left:10px; line-height:47px}

/*dp-localitzacio*/
.em-localitzacio{/* margin-bottom:30px;*/}

.em-item .enllacos-externs ul.webs-bages li a{float: left; display: block; color: #000; border: 1px solid #ccc; text-indent: -1999em; overflow:hidden; width: 60px; height: 60px;  margin: 0 5px 5px 0; border-radius: 30px;}
.em-item .enllacos-externs ul.webs-bages li a.web01{background: url(../img/iconos/bagesturisme.png) no-repeat center;}
.em-item .enllacos-externs ul.webs-bages li a.web02{background: url(../img/iconos/rebostbages.png) no-repeat 6px 2px;}
.em-item .enllacos-externs ul.webs-bages li a.web03{background: url(../img/iconos/geoparc.png) no-repeat 5px center;}
.em-item .enllacos-externs ul.webs-bages li a.web04{background: url(../img/iconos/investinbages.png) no-repeat center;}
.em-item .enllacos-externs ul.webs-bages li a.web05{background: url(../img/iconos/regioverda_ccbages.png) no-repeat center;}
.em-item .enllacos-externs ul.webs-bages li a.web06{
    background: url(../img/iconos/tractambe.png) no-repeat center;
    width: 226px;
}

.em-localitzacio img { width: inherit; }
.em-item p a, .em-localitzacio .link, .em-localitzacio p a{ text-decoration: underline; color:#000}

/* 04-VENDA/LLOGUER
-----------------------------------------*/
.vl-llistat{}
.vl-llistat .text{margin-bottom: 20px;}
.vl-llistat .text p{font-size:14px; line-height: 17px; color:#000}
.vl-llistat .text p a{color:#476ca3; text-decoration: underline}

.vl-llistat .top {position:relative;font-size:13px; line-height:13px; background-color:rgba(230,230,230,1);  padding:10px; width:100%; color:#476ca3; margin-bottom:15px; overflow:hidden;}
.vl-llistat .top .t{font-size: 20px; color:#000}
.vl-llistat .top .ordenacio{ position: absolute; top:7px; right:0; width:270px;}
.vl-llistat .top .ordenacio .p1{ float:left; display:block; width:80px; line-height: 18px; color:#000}
.vl-llistat .top .ordenacio .form{float:right; width:190px;}
.vl-llistat .top .ordenacio .form select{float:left;width:105px; margin-right:15px; font-size:13px; line-height:13px; border:1px solid #666}
.vl-llistat .top .ordenacio .form p{float:left;width:70px;font-size:13px; line-height:18px;}
.vl-llistat .top .ordenacio .form p a{color:#476ca3;font-size:13px; line-height:18px; text-decoration: underline}

.vl-llistat .list{}
.vl-llistat .list .group {border-bottom: 1px solid #666; padding-bottom:5px; margin-bottom: 10px}
.vl-llistat .list .group .img {float: left; display: block;}
.vl-llistat .list .group .img .gal{position:relative; width:135px; height:135px; display: block; margin:0 auto;}
/*.vl-llistat .list .group .img .gal:before{content:''; background: url(../img/icones/camera.png) no-repeat 0 0; width:16px; height: 16px; display: block; position: absolute; top:3px; left:3px; z-index: 2}*/
.vl-llistat .list .group .img .gal:hover img{ opacity: .8}
.vl-llistat .list .group .img img{ width:135px; display: block; margin:0 auto; }

.vl-llistat .list .group .txt { position: relative; float: left; /*width:1050px*/}
.vl-llistat .list .group .txt p{ font-size:14px; line-height: 17px}
.vl-llistat .list .group .txt h3{color: #333; font-size: 17px; font-weight: 600; /*text-transform: capitalize;*/}
.vl-llistat .list .group .txt h3 a{color: #333; font-size: 17px; font-weight: 600;}
.vl-llistat .list .group .txt h3 a:hover{text-decoration: underline}
.vl-llistat .list .group .txt .ubicacio { padding-left:20px; background: url(../img/icones/world.png) no-repeat top left; text-decoration: underline; color:#476ca3; font-size:14px; line-height: 17px}
/* tables */
.vl-llistat table {	background-color: #CDCDCD;margin:10px 0 15px;font-size: 13px;width: 100%;text-align: left;}
.vl-llistat table thead tr th, .vl-llistat table tfoot tr th {background-color:rgba(230, 230, 230, 1);font-size: 11px;	padding: 4px; vertical-align:middle}
.vl-llistat table thead tr .header {background:rgba(230, 230, 230, 1) url(../img/table/bg.gif) no-repeat center right; cursor: pointer; }
.vl-llistat table tbody td {color: #3D3D3D;	padding: 4px;background-color: #FFF;vertical-align: top;}
.vl-llistat table tbody tr.odd td {	background-color:#F0F0F6;}
.vl-llistat table thead tr .headerSortUp {	background-image: url(../img/table/asc.gif);}
.vl-llistat table thead tr .headerSortDown {background-image: url(../img/table/desc.gif);}
.vl-llistat table thead tr .headerSortDown, .vl-llistat table thead tr .headerSortUp {background-color: #8dbdd8;}
.vl-llistat table thead tr th.th1{ width:5%;}
.vl-llistat table thead tr th.th2{ width:14%;}
.vl-llistat table thead tr th.th3{ width:5%;}
.vl-llistat table thead tr th.th4{ width:5%;}
.vl-llistat table thead tr th.th5{ width:5%;}
.vl-llistat table thead tr th.th6{ width:35%;}
.vl-llistat table thead tr th.th7{ width:15%;}
.vl-llistat table thead tr th.th8{ width:8%;}
.vl-llistat table thead tr th.th9{ width:8%;}
.vl-llistat table tbody tr td.td1{ width:3%; text-align: right; padding-right: 2%}
.vl-llistat table tbody tr td.td2{ width:15%;}
.vl-llistat table tbody tr td.td3{ width:5%;}
.vl-llistat table tbody tr td.td4{ width:5%;}
.vl-llistat table tbody tr td.td5{ width:5%;}
.vl-llistat table tbody tr td.td6{ width:35%;}
.vl-llistat table tbody tr td.td7{ width:15%;}
.vl-llistat table tbody tr td.td8{ width:8%;}
.vl-llistat table tbody tr td.td9{ width:8%;}
.vl-llistat table img{ width:auto; margin:0 auto;}
.vl-llistat table a{ color:#476ca3; font-weight:700}
.vl-llistat table a:hover{ text-decoration:underline}
.vl-llistat .ubicacio{background:url(../img/ico-mapa.png) no-repeat 0 0; padding-left:36px; color:#476ca3; line-height:32px; display:block; margin-bottom: 10px}

/*vl-alta*/
#altaform{padding-bottom:5px}
.vl-alta { background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px; margin:5px}
.vl-alta .scroll {height:400px}
.vl-alta .txt { padding:15px 10px}
.vl-alta .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.vl-alta form{ width:800px; margin:0 auto}
.vl-alta label{ font-size:12px; line-height:14px;  width:115px; display:block; float:left;}
.vl-alta input, .vl-alta textarea{color:rgba(51,51,51,1);font-size:12px; line-height:14px; padding:7px 10px; float:left; margin:0; width:250px}
.vl-alta select{ color:rgba(51,51,51,1); font-size:12px; line-height:14px; padding:7px 10px; float:left; margin:0; width:250px;
    background-color: rgb(255, 255, 255);
    border:none;
}
.vl-alta p {clear:both;font-size:12px; line-height:17px; font-style: italic}

.vl-alta .group{ margin: 0 auto}
.vl-alta .group li { float:left; display:block; width:400px; position:relative; margin-bottom:10px}
.vl-alta .group li::before{clear: both;}
.vl-alta hr{ background:#FFF; border:none; height:1px}
.stylish-select .vl-alta .newListSelected { float:left;}
.stylish-select .vl-alta .selectedTxt {color:#000;}
.stylish-select .vl-alta ul.newList a{ padding:3px 10px; text-align: left}
.stylish-select .vl-alta ul.newList{ border-bottom:1px solid #888}
.stylish-select .vl-alta ul.newList li{ margin-bottom:0}
.vl-alta .check2 { display: block; cursor: pointer;}
.vl-alta .check2 input	{ margin-right: 5px; color:rgba(51,51,51,1);font-size:12px; line-height:14px;}
.vl-alta .has-js .check  { padding:0 0 0 15px;}
.vl-alta .has-js .check  { background: url(../img/bg-check-off.gif) no-repeat 0 3px; }
.vl-alta .has-js label.c_on   { background: url(../img/bg-check-on.gif) no-repeat 0 3px; }
.vl-alta .has-js .check input { position: absolute; left: -9999px; }

.vl-alta .f2 .group li { width:800px}
.vl-alta .f2 .group li input {width:650px;color:rgba(51,51,51,1);font-size:13px; line-height:14px; padding:7px 10px}
.vl-alta .f2 .group li textarea{ width:650px;color:rgba(51,51,51,1);font-size:13px; line-height:14px; padding:7px 10px; border:none; font-family: 'Lato', Helvetica, sans-serif; height:90px; resize:none}
.vl-alta .f2 .group li input[type=file] { margin:0; padding:0; text-align:center; font-size:13px; cursor:pointer; width:auto}
.vl-alta .f2 .group li.file{ float:none; width:800px; clear:both; min-height:20px}

.vl-alta .f3 .group{ margin-bottom:10px}
.vl-alta .f3 .group li{ float:none; width:800px; clear:both; min-height:20px}
.vl-alta .f3 .group li p{font-size:12px; line-height:14px; margin-bottom:10px}
.vl-alta .f3 .group li label{ width:auto}
.vl-alta .captcha .codi{ width:420px;}
.vl-alta input[type=submit]{color:#FFF; background-color:#000; text-align:center; padding:5px; font-size:13px; cursor:pointer; float:none}
.vl-alta button[type=submit]{color:#FFF; background-color:#000; text-align:center; padding:5px; font-size:13px; cursor:pointer; float:none; border:none}

/*vl-destacat*/
.vl-destacat{background-color:#FFF; margin-bottom:15px; display:table; width: 100%; }
.vl-destacat a{ color:rgba(230,230,230,1); font-size:20px; line-height:26px; text-align:right; display: block; padding:5px 15px; display:table-cell; background-color:#476ca3;}
.vl-destacat a:hover{color:#FFF}
.vl-destacat a:before{content:''; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8.6px; border-color: transparent transparent transparent #b7c7c7; display: inline-block; margin-right: 5px}
.vl-destacat a:first-child{ text-align: left; margin-left: 10px;}
.vl-destacat a:last-child{ text-align: right; margin-right: 10px;}
.vl-destacat.fixed{ position:fixed; top:0; z-index:3; width: 1200px}

/* 05-MAPES
-----------------------------------------*/
.mapa-sig{margin:0 15px}

/* 06-INFORMES
-----------------------------------------*/
.informes{padding:0 20px;}
.informes .titol_apartat{position:relative; background-color:#999; margin-bottom:10px; padding:5px; color:#FFF}
.informes .llistat_municipis{margin-bottom:15px}
.informes .llistat_municipis table{ font-size:13px; line-height: 17px; width:100%}
.informes .llistat_municipis table .table_header{color:#333; border-bottom:1px solid #999; margin-bottom:5px}
.informes .llistat_municipis table tbody tr td{ padding: 5px}
.informes .llistat_municipis table tbody tr:nth-child(even) { background-color:#efefef}
.informes .municipi a {color:#476ca3;}
.informes .municipi a:hover {text-decoration:underline}


/* 07-DADES
-----------------------------------------*/
.da{ margin-bottom:28px; margin-left:15px; float:left; overflow:hidden; }

.da-info{}
.da-info p{ font-size:14px; line-height:17px; margin-bottom:10px; }
.da-info .informacio {padding:10px; background-color:#e1e1e1}
.da-info .informacio p{ margin-bottom:3px}

.da-total1{ height:150px}
.da-total1 p{ font-size:15px; line-height:30px; color:#06C;}
.da-total1 p span{ display:block; font-weight:bold; font-size:24px; line-height:92px; background-color:#06C; text-align:center;
    border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; width:100px; height:100px; margin:0 auto; color:#FFF}

.da-total2{ height:150px}
.da-total2 p{  font-size:15px; line-height:30px; color:#06C;}
.da-total2 p span{ display:block; font-weight:bold; font-size:24px; line-height:92px; background-color:#06C; text-align:center;
    border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; width:100px; height:100px; margin:0 auto; color:#FFF}

.da-empreses{ /*height:200px*/}
.da-empreses .grafic g{min-width: 320px; height: 300px; margin: 0 auto}
.da-empreses .grafic h3{text-align:left; font-size:16px; line-height:20px; color:#06C; font-weight:bold; width:200px;}
.da-empreses .grafic figure {font-size:11px; line-height:15px; color:#000;}

.da-poligons{ /*height:200px*/}
.da-poligons .grafic g{min-width: 320px; height: 300px; margin: 0 auto}
.da-poligons .grafic h3{text-align:left; font-size:16px; line-height:20px; color:#06C; font-weight:bold; width:200px;}
.da-poligons .grafic figure {font-size:11px; line-height:15px; color:#000;}

/* 08-RECURSOS
-----------------------------------------*/
.item-rec{ margin-bottom:38px; margin-left:15px; float:left; overflow:hidden; min-height:180px;}
.recursos{ font-size:14px; line-height: 17px}
.rec-seccio{ background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px;	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);
    box-shadow: 0 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.3);}
.rec-seccio a { font-size:15px; line-height:30px;  text-align: center; display: block;  max-width:270px; margin:0 auto}
.rec-seccio a img { display: block}
.rec-seccio a p { font-weight:bold; font-size:14px; line-height:24px; background-color:#06c; text-align:center; color:#FFF;  display: block}
.item-recursos .menu{ background: url("../img/bg-tick.png") no-repeat scroll 0 15px rgba(230, 230, 230, 1); margin-bottom: 15px; padding: 15px  }
.item-recursos .menu ul{}
.item-recursos .menu ul li{ float: left; display: block; margin-right: 15px;}
.item-recursos .menu ul li a{color:#000; font-size: 15px; line-height: 17px}
.item-recursos .menu ul li a:hover{ text-decoration: underline}
.item-recursos .menu ul li.select a, .item-recursos .menu ul li.select a:hover{color:#00438a; text-decoration: none}

.item-recursos{ margin-bottom:28px; margin-left:15px; float:left; overflow:hidden; }
.item-recursos h3{color: #476ca3;font-size: 16px; font-weight: 700;border-bottom: 1px dotted #ccc}
.item-recursos h3 a{color: #476ca3;font-size: 16px; font-weight: 700;}
.item-recursos p{ font-size: 14px; line-height: 17px; color:#000;}
.item-recursos p a{ font-size: 14px; line-height: 17px; color:#000; text-decoration: underline}

.rec-seccio-slo { background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px; position:relative; overflow:hidden;}
.rec-seccio-slo .txt { padding:15px 30px}
.rec-seccio-slo .txt h2{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 5px 0; padding:0 0 5px 0;  color:#476ca3;}
.rec-seccio-slo .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.rec-seccio-slo .txt .top{ border-bottom:1px solid #fff; margin-bottom: 5px}
.rec-seccio-slo .txt .top img { display: inline; vertical-align: bottom}
.rec-seccio-slo .txt .img{ margin:5px auto 0;}
.rec-seccio-slo .txt .top p{ color:#333;font-size:12px; line-height:17px; font-weight:bold; margin:0; padding:0 0 5px 0;}
/*.noticies .scroll{ height:450px; width:218px}*/
/*.rec-seccio-slo .txt ul{ width:184px}*/
.rec-seccio-slo .txt ul li{ color:#333;font-size:12px; line-height:17px; }
.rec-seccio-slo .txt ul li:first-child { padding-top:0}
.rec-seccio-slo .txt ul li:last-child { border:none;}
.rec-seccio-slo .txt ul li strong { font-weight:bold;}
.rec-seccio-slo .txt ul li a {color:#476ca3; width: auto; display: inline; font-size:12px; line-height:17px;text-decoration:underline }
.rec-seccio-slo .txt ul li a:hover{ }

/*LOCALITZACIO EMPRESARIAL
-----------------------------------------*/
/*caixes*/
.item-assistent{ margin-bottom:30px; margin-left:15px; float:left; overflow:hidden; min-height:180px;}
.apartat-assitent{ font-size:14px; line-height: 17px}
.loc-empresarial .subhead{ min-height:100px; border-bottom: 3px solid #d8d8d3;}
.loc-empresarial .subhead p{ text-align: left; color:#666; font-size: 32px; position: relative; text-indent: 130px; padding-top: 30px;}
.loc-empresarial .subhead p:before{content:''; background: url(../img/sle/sle-logo.png) no-repeat 0 0; width: 204px; height:93px; background-size:60%; display:block; position: absolute; top:0; left:0}
.loc-empresarial .subhead p:after{content:''; background: url(../img/sle/sle-logo-right.png) no-repeat 0 0; width: 204px; height:93px;  display:block; position: absolute; top:0; right:0;}
.loc-empresarial .box01,
.loc-empresarial .box02,
.loc-empresarial .box03{ background-color:#476ca3;}
.loc-empresarial .box01 img,
.loc-empresarial .box02 img,
.loc-empresarial .box03 img{border-bottom:3px solid #FFF; display:block;}
.loc-empresarial .box01 a p,
.loc-empresarial .box02 a p,
.loc-empresarial .box03 a p{color:#FFF; padding:15px; max-width: 190px; position: relative;}

.loc-empresarial .box02 a p{max-width: 220px}
.loc-empresarial a:after{content:'';  width: 60px; height:60px;  display:block; position: absolute; bottom:3px; right:15px; }
.loc-empresarial .box01 a:after{ background: url(../img/sle/sle-icon-box01.png) no-repeat 0 0;background-size: 100%;}
.loc-empresarial .box02 a:after{ background: url(../img/sle/sle-icon-box02.png) no-repeat 0 0;background-size: 100%;}
.loc-empresarial .box03 a:after{ background: url(../img/sle/sle-icon-box03.png) no-repeat 0 0;background-size: 100%;}


/*formulari*/
.assistent { background:rgba(230,230,230,1) url(../img/bg-tick.png) no-repeat 0 15px; margin-bottom:15px}
.assistent .txt { padding:15px 30px}
.assistent .txt h3{ font-size:13px; line-height:13px; border-bottom:1px solid #999; margin:0 0 19px 0; padding:0 0 5px 0;  color:#476ca3;}
.assistent form{ width:840px; margin:0 auto;}
.assistent .subtitle {color:#999; font-size:13px; line-height:13px; margin:0 0 10px 0}
.assistent label{ font-size:12px; line-height:14px;  width:115px; display:block; float:left;}
.assistent input{color:rgba(51,51,51,1);font-size:12px; line-height:14px; padding:7px 10px; float:left; margin:0; width:250px}
.assistent textarea{    width: 670px;
    color: rgba(51,51,51,1);
    font-size: 13px;
    line-height: 14px;
    padding: 7px 10px;
    border: none;
    font-family: 'Lato', Helvetica, sans-serif;
    height: 90px;
    resize: none; }
.assistent select{ width:370px}
.assistent .group{ margin: 0 auto}
.assistent .group li { float:left; display:block; width:420px; position:relative; margin-bottom:10px}
.assistent i{font-size:12px; line-height:14px;}
.assistent .group li.ch{ width:auto; float:none;}
.assistent .group li.ch ul { float:left; width:725px;}
.assistent .group li.ch ul li{ width:145px; min-height:30px}
.assistent .group li.ch ul li label{ width:125px}
.assistent .group li.ch ul li label input{ margin:0 5px 5px 0; width:auto}
.assistent hr{ background:#FFF; border:none; height:1px}
.stylish-select .assistent .newListSelected { float:left;}
.stylish-select .assistent .selectedTxt {color:#000;}
.stylish-select .assistent ul.newList a{ padding:3px 10px}
.stylish-select .assistent ul.newList{ border-bottom:1px solid #888}
.stylish-select .assistent ul.newList li{ margin-bottom:0}
.assistent .f2 .group li{ width: auto}
.assistent .f3 .group, .assistent .f3 .group li{ margin-bottom:0}
.assistent .f3 .group .group, .assistent .f4 .group{ margin-bottom:10px}
.assistent .f3 .group .f3 { width: auto; float: none}
.assistent .subtitle{ background:url(../img/bg-open.png) no-repeat top left; display:block; height:39px; cursor:pointer; padding-left:36px; line-height:30px; vertical-align:middle; font-size:16px; color:#000; border-bottom:1px solid #FFF}
.assistent .subtitle.open{ background-image:url(../img/bg-close.png); border-bottom:none }
.assistent .tab{ display:none;}
.assistent .check2 { display: block; cursor: pointer;}
.assistent .check2 input	{ margin-right: 5px; color:rgba(51,51,51,1);font-size:12px; line-height:14px;}
.assistent .f4 .group li{ width: 100%}
.assistent p {clear:both;font-size:12px; line-height:17px;}
.assistent p.p2{ font-weight: bold;margin-bottom: 25px;}
.assistent .f4 .grup p{font-size:13px; font-style: italic}

/* 09-AVIS-LEGAL
-----------------------------------------*/
.avis-legal{padding:15px 20px;font-size:14px; line-height: 19px;}
.avis-legal p { margin-bottom: 5px; color: #000; font-size:14px; line-height: 19px;}
.avis-legal p a{text-decoration:underline; color: #000;  font-size:14px; line-height: 19px;}
.avis-legal h3 { font-weight: bold; color:#000; margin-bottom:5px; font-size:16px; line-height: 21px;}
.avis-legal h4 { font-weight: bold; color:#000; margin-bottom: 5px}

/* 10-POLITICA COOKIES
-----------------------------------------*/
/* missatge politica de cookies */
.cookies{ padding:7px 15px; font-size: 12px; line-height: 19px; border-top: 1px solid #000; background-color:#e4e4e4; color:#000; position: fixed; bottom: 0; left: 0; width: 100%}
.cookies .btn { color: #FFF; text-decoration: none; padding: 2px 5px; background-color: #000; display: inline; float:right; margin: 3px;}

.politica-cookies{padding:15px 20px;font-size:14px; line-height: 19px;}
.politica-cookies p { margin-bottom: 5px; color: #000; font-size:14px; line-height: 19px;}
.politica-cookies p a{text-decoration:underline; color: #000;  font-size:14px; line-height: 19px;}
.politica-cookies h3 { font-weight: bold; color:#000; margin-bottom:5px; font-size:16px; line-height: 21px;}
.politica-cookies h4 { font-weight: bold; color:#000; margin-bottom: 5px}

/* 11-PAGINA ERROR
-----------------------------------------*/
.pag-error{padding:15px 20px;font-size:14px; line-height: 19px;}
.pag-error p { margin-bottom: 5px; color: #000; font-size:14px; line-height: 19px;}
.pag-error p a{text-decoration:underline; color: #476ca3;  font-size:14px; line-height: 19px;}
.pag-error h3 { font-weight: bold; color:#000; margin-bottom:5px; font-size:16px; line-height: 21px;}
.pag-error h4 { font-weight: bold; color:#000; margin-bottom: 5px}

/*ventana-modal
------------------------------------------------------------------*/
.ventana-modal { position:fixed; top:0; z-index:9; width:100%; background:rgba(255,255,255, .8); height:100%;}
.ventana-modal .box{ background-color:rgba(255,255,255,1);  max-width:1200px; margin:20px auto 0; display: block; padding:15px;-webkit-box-shadow: 2px 3px 43px rgba(17,14,17,.82);
    -moz-box-shadow: 2px 3px 43px rgba(17,14,17,.82);
    box-shadow: 2px 3px 43px rgba(17,14,17,.82); }
.ventana-modal .box .scroll{ height:434px; overflow:auto}
.ventana-modal .box .scroll p{ color:#333}
.ventana-modal .box .close{ text-align:right; display:block; z-index:10; color:rgba(71,108,163, 1); font:normal 13px/15px Verdana, Geneva, sans-serif; cursor:pointer}
.maps{ width:300px; height:300px; border: 1px solid #ccc}

/* MEDIAQUERIES
------------------------------------------------------------------------------*/

@media only screen and (min-device-width : 1024px) and (max-width : 1280px) {
    .container { max-width:1200px; margin:0 auto; -webkit-transition:all .4s linear; -moz-transition:all .4s linear;	-ms-transition:all .4s linear; -o-transition:all .4s linear; transition:all .4s linear;}
    .w1{ width:70px}
    .w2{ width:170px}
    .w3{ width:270px}
    .w4{ width:370px}
    .w5 {width:470px}
    .w6{ width:570px}
    .w7{ width:670px}
    .w8{ width:770px}
    .w9{ width:870px}
    .w10{ width:970px}
    .w11{ width:1070px}
    .w12{ width:1170px}

    .header .logo{margin-left:12px;}

    .header .brand {position:absolute; top:65px; left:10px; display:block; -webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}
    .header .sections.mobile { top:115px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}
    .header .sections ul li a{ padding:0 10px }  .header .brand {position:absolute; top:65px; left:10px; display:block; -webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}

    .fr .header .sections ul li a{ padding:0 7px }
    .footer .top .w3{ width:220px}

    .ventana-modal .box{ width:900px;}

    .vl-destacat.fixed{ width: 1200px}
    .vl-llistat .list .group .txt{ width: 900px}
    .header .metacercador{ bottom:55px}

    #layar .col.img { margin-top: 50px; }

}

@media only screen and (min-device-width : 768px) and (max-width : 1024px) {
    .container { max-width:900px; margin:0 auto; -webkit-transition:all .4s linear; -moz-transition:all .4s linear;	-ms-transition:all .4s linear; -o-transition:all .4s linear; transition:all .4s linear;}
    .w1{ width:70px}
    .w2{ width:170px}
    .w3{ width:270px}
    .w4{ width:270px}
    .w5 {width:270px}
    .w6{ width:570px}
    .w7{ width:585px}
    .w8{ width:770px}
    .w9, .w10, .w11, .w12{ width:870px}
    .ventana-modal .box{ width:900px;}
    .vl-destacat.fixed{ width: 900px}
    .vl-llistat .list .group .txt{ width: 720px}

    .header .logo{margin-left:12px;}

    .header .sections ul li a { padding:0 5px; font-size: 15px;}
    .header .sections ul li.long-text a { font-size:14px; line-height: 19px;}

}

@media only screen and (min-device-width : 600px) and (max-width : 900px) {
    .container { max-width:600px; margin:0 auto; -webkit-transition:all .4s linear; -moz-transition:all .4s linear;	-ms-transition:all .4s linear; -o-transition:all .4s linear; transition:all .4s linear;}
    .w1{ width:70px}
    .w2{ width:170px}
    .w3{ width:270px}
    .w4{ width:270px}
    .w5 {width:470px}
    .w6, .w7, .w8, .w9, .w10, .w11, .w12 { width:570px}
    .ventana-modal .box{ width:600px;}

    .col30{ width:100%; float:none; display:block;}
    .col40{ width:100%; float:none; display:block;}
    .col70{ width:100%; float:none; display:block;}


    .header .nav-sesion ul li a, .header .nav-lang ul li a, .header .nav-sesion ul li:first-child{ padding:0 5px; font-size:15px;}
    .ca .header .brand a, .es .header .brand a, .en .header .brand a, .fr .header .brand a{ font-size:22px}


    .toggle{ display:block; background:url(../img/ico-toggle.png) no-repeat center center; width:20px; height:20px; padding:5px; text-indent:-1999em; overflow:hidden; position:absolute; top:9px; right:7px; z-index:2}
    .header .sections { position: absolute; right:0; top:100px; left: auto }
    .header .sections.mobile{background:#FFF; z-index:3;max-width:256px; width:auto; margin:0 25px;	position:absolute; left:0; top:100px;}
    /* .header .sections.mobile ul{ margin:0 10px}*/
    .header .sections.mobile ul li{	margin-bottom:0; display:none;width: 256px;height: 36px; background-color: rgba(230, 230, 230, 1);border:none; border-bottom: 1px solid #fff;
        /* -webkit-box-shadow: 2px 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.24);
         -moz-box-shadow: 2px 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.24);
         box-shadow: 2px 3px 2px rgba(0,0,0,.15), inset 0 0 9px rgba(204,204,204,.24);*/
    }
    .header .sections.mobile ul li.current{ display:block}
    .header .sections.mobile ul li a{color:#666;padding:7px 5px;width:225px; margin-top:4px; font-size: 15px}
    /*.header .nav-sesion{ left:0}*/
    /*.header .nav-lang{ top:15px}
    .header .nav-sesion .login{ left:0;}*/
    .header .metacercador { bottom:13px; width:260px;  -webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}
    .header .metacercador fieldset input { width: 220px;padding:7px 5px; font-size:17px; line-height:17px;}
    .header .metacercador .btn{ height: 36px; width:36px;}

    .nomobile{ display:none;}

    .cerca .col{ float:none;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}
    .cerca .col { height:auto; margin:15px auto; width:250px }
    .cerca .col form{ margin:0 auto; width:250px;}
    .cerca .col.c30{ padding:15px 0}
    .cerca .col.c30, .cerca .col.c40 { width:100%; margin:0; clear:both}

    .cerca-avancada form{ width:540px;}
    .cerca-avancada .group li.ch ul {width:300px}

    .dp-poligon .nom, .em-empresa .nom{ font-size:22px}
    .dp-serveis-prox .col {width:175px}
    .dp-num-empreses h3{ font-size:14px}

    .em-alta form{ width:540px;}
    .em-alta .f2 .group li{ width:420px;}
    .em-alta .group li.file { width:540px}

    .vl-alta form{ width:500px;}
    .vl-alta .f2 .group li { width:500px}
    .vl-alta .f2 .group li input, .vl-alta .f2 .group li textarea { width:250px}
    .vl-alta .f3 .group li{ width:500px;}
    .vl-alta .f2 .group li.file { width:500px}

    .assistent form{ width:500px;}
    .assistent .f2 .group li { width:500px}
    .assistent .f2 .group li input, .assistent .group li textarea { width:250px}
    .assistent .f3 .group li{ width:500px;}



    .llistat table td{ width:100% !important; display:block; text-align:left !important; }

    .footer .top .w6, .footer .top .w3{ margin:0}
    .vl-destacat.fixed{ width: 600px}
    .vl-llistat .list .group .txt{ width: 430px}

    .loc-empresarial .subhead p:after{ display: none;}
    .header .sections ul li.long-text a { font-size:13px; line-height: 16px;}

}

@media only screen and (min-device-width : 320px) and (max-width : 600px) {
    .container { max-width:300px; margin:0 auto; -webkit-transition:all .4s linear; -moz-transition:all .4s linear;	-ms-transition:all .4s linear; -o-transition:all .4s linear; transition:all .4s linear;}
    .w1{ width:70px}
    .w2{ width:170px}
    .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w11, .w12 { width:270px}

    .ventana-modal .box{ width:300px; padding: 0}
    .ventana-modal .dp-galeria {margin:15px}

    .col30{ width:100%; float:none; display:block;}
    .col40{ width:100%; float:none; display:block;}
    .col70{ width:100%; float:none; display:block;}

    /*header*/
    .ca .header .brand a, .es .header .brand a, .en .header .brand a, .fr .header .brand a{ font-size:20px}
    .ca .header .brand a{ padding: 0 15px}
    .header{ min-height: 200px !important;}
    .header .logo {display:none;}
    .header h2, .header .escut-poblacio {display:none}
    .header .brand{ top:45px; text-align: center}
    .header .nav-sesion{ left:0}
    .header .nav-lang{ top:15px}
    .header .nav-sesion .login{ left:0;}
    .toggle{ display:block; background:url(../img/ico-toggle.png) no-repeat center center; width:20px; height:20px; padding:5px; text-indent:-1999em; overflow:hidden; position:absolute; top:7px; right:3px; z-index:2}
    .header .sections { position: absolute; right:0; top:100px; left: auto }
    .header .sections.mobile{background:#FFF; z-index:3;max-width:256px; width:auto; margin:0 25px;	position:absolute; right:0; top:100px;}
    .header .sections.mobile ul li{	margin-bottom:0; display:none;width:256px;height: 36px; background-color: rgba(230, 230, 230, 1); border:none; border-bottom: 1px solid #FFF;}
    .header .sections.mobile ul li.current{ display:block}
    .header .sections.mobile ul li a{color:#666;padding:7px 5px;width:225px; margin-top:4px; font-size: 15px}

    .header .metacercador { bottom:13px; right: 20px; width:260px;  -webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}
    .header .metacercador fieldset input { width: 220px;padding:7px 5px; font-size:17px; line-height:17px;}
    .header .metacercador .btn{ height: 36px; width:36px;}


    /*.breadcrumb{ display:none;}*/

    .cerca .col{ float:none;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;}
    .cerca .col { height:auto; margin:15px auto; width:250px }
    .cerca .col form{ margin:0 auto; width:250px;}
    .cerca .col.c30{ padding:15px 0}
    .cerca .col.c30, .cerca .col.c40 { width:100%; margin:0; clear:both}

    /*detall poligon*/
    .dp-poligon .nom, .em-empresa .nom{ font-size:22px; line-height:26px}
    .dp-poligon .tipus { position:relative; float:none;}
    .dp-poligon .tipus:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }
    /**/
    .mu-directori .municipi .top p{ position: inherit; top:inherit; right:inherit}
    * html .dp-poligon .tipus             { zoom: 1; } /* IE6 */
    *:first-child+html .dp-poligon .tipus { zoom: 1; } /* IE7 */
    .dp-poligon .tipus .img{ width:35px; margin-right:5px}
    .dp-poligon .tipus .txt2 p{ font-size:13px}
    .dp-num-empreses h3{ font-size:14px; float:none; width:100%}

    .footer .top .w6{ display:block; width:270px}
    .footer .top .w6 ul li.pat { width:270px}
    .no-mobile{ display:none;}
    .po-llistat .group .img{float:none}
    .cerca-avancada form{ width:240px;}
    .cerca-avancada label{ padding:5px 0}
    .cerca-avancada .group li{width:240px}
    .cerca-avancada .group li.ch ul{ width:240px}
    .cerca-avancada .group li.ch ul li{ width:240px; min-height: auto; margin-bottom:0}
    .cerca-avancada .group li.ch ul li label{ width:240px}
    .cerca-avancada label, .cerca-avancada input, .cerca-avancada select{ float:none; width:240px}
    .stylish-select .cerca-avancada .newListSelected{ width:240px !important}
    .stylish-select .cerca-avancada ul.newList a{ width:240px !important}
    .stylish-select .cerca-avancada ul.newList li{ width:240px !important}
    .stylish-select .cerca-avancada .selectedTxt { width:240px !important}
    .cerca-avancada .subtitle.t16{ font-size:16px; line-height:16px}


    .em-alta form{ width:240px;}
    .em-alta label{ padding:5px 0}
    .em-alta .group {width:240px}
    .em-alta label, .em-alta input, .em-alta select{ float:none; width:240px}
    .stylish-select .em-alta .newListSelected{ width:240px !important}
    .stylish-select .em-alta ul.newList a{ width:240px !important}
    .stylish-select .em-alta ul.newList li{ width:240px !important}
    .stylish-select .em-alta .selectedTxt { width:240px !important}
    .em-alta .group li{ width:240px;}
    .em-alta .group li.captcha .codi{ width:240px;}
    .em-alta .group li.file{width:240px}
    .em-alta .group li input[type="file"]{ font-size:10px}
    .em-alta .f2 .group li input{ width:240px;}
    .em-alta .f2 .group li { width:240px;}

    .vl-alta form{ width:240px;}
    .vl-alta label{ padding:5px 0}
    .vl-alta .group li{width:240px}
    .vl-alta .group li.ch ul{ width:240px}
    .vl-alta .group li.ch ul li{ width:240px; min-height: auto; margin-bottom:0}
    .vl-alta .group li.ch ul li label{ width:240px}
    .vl-alta label, .vl-alta input, .vl-alta select, .vl-alta textarea{ float:none; width:240px}
    .stylish-select .vl-alta .newListSelected{ width:240px !important}
    .stylish-select .vl-alta ul.newList a{ width:240px !important}
    .stylish-select .vl-alta ul.newList li{ width:240px !important}
    .stylish-select .vl-alta .selectedTxt { width:240px !important}
    .vl-alta .f2 .group li{ width:240px;}
    .vl-alta .f2 .group li input, .vl-alta .f2 .group li textarea{ width:240px;}
    .vl-alta .f2 .group li.file{width:240px}
    .vl-alta .f2 .group li input[type="file"]{ font-size:10px}
    .vl-alta .f3 .group li{ width:240px;}
    .vl-destacat{ display: block}
    .vl-destacat a{ font-size:16px; text-align: center; display: block; }
    .vl-destacat a:first-child, .vl-destacat a:last-child { margin:0 0 15px 0; text-align: left}
    .vl-destacat.fixed{ width: 320px}



    .assistent form{ width:240px;}
    .assistent label{ padding:5px 0}
    .assistent .group li{width:240px}
    .assistent .group li.ch ul{ width:240px}
    .assistent .group li.ch ul li{ width:240px; min-height: auto; margin-bottom:0}
    .assistent .group li.ch ul li label{ width:240px}
    .assistent label, .assistent input, .assistent select, .assistent textarea{ float:none; width:240px}
    .stylish-select .assistent .newListSelected{ width:240px !important}
    .stylish-select .assistent ul.newList a{ width:240px !important}
    .stylish-select .assistent ul.newList li{ width:240px !important}
    .stylish-select .assistent .selectedTxt { width:240px !important}
    .assistent .f2 .group li{ width:240px;}
    .assistent .f2 .group li input, .assistent .group li textarea{ width:240px;}
    .assistent .f2 .group li.file{width:240px}
    .assistent .f2 .group li input[type="file"]{ font-size:10px}
    .assistent .f3 .group li{ width:240px;}


    .vl-llistat .top .t{font-size: 14px;}
    .vl-llistat .top .ordenacio { position: relative; float: left; display: block}
    .vl-llistat .list .group .img {float:none;}
    .vl-llistat .list .group .img img, .vl-llistat .list .group .img .gal{margin:0;}
    .vl-llistat .list .group .txt{ width: 270px}

    .loc-empresarial .subhead { display: none;}

    .pagination-wrapper .pagination {
        position: relative;
        right: inherit;
        margin-top: 10px;
    }
    .header .sections ul li.long-text a { font-size:14px; line-height: 16px;}

    /* layar */
    #layar h1 { margin-top: 0 !important; }
}



/* stylish-select
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {left:-9999px;}
.stylish-select .SSContainerDivWrapper {margin:0;padding:0;width:250px;position:absolute; top:32px !important;left:0;z-index:100;}
.stylish-select ul.newList {margin:0;padding:0;list-style:none;color:#333;background-color: #FFF;/*rgba(230,230,230,1);*/ overflow-y:auto; overflow-x:hidden;  width:250px}
.stylish-select ul.newList * {margin:0;padding:0;}
.stylish-select ul.newList li{ width:270px;}
.stylish-select ul.newList a { font-size:13px; line-height:18px; cursor:pointer; color:#333; text-decoration:none; display:block; padding:7px 10px; width:250px;}
.stylish-select .newListSelected {width:250px !important; display:block;
    color:rgba(51,51,51,1);
    font-size: 13px;
    height:32px;
    line-height: 32px; padding:0 10px;
    background:rgba(255,255,255,1) url(../img/tick-option.png) no-repeat right 12px;
}
.stylish-select ul.newList li a:focus {	-moz-outline-style: none;}
.stylish-select .selectedTxt { color:#476ca3}
.stylish-select .hiLite {background:#476ca3;color:#fff !important; width:250px; padding:0 10px;/*padding:2px 20px 4px 0;width:164px;*/}
.stylish-select .hiLite:hover{color:#fff !important; }
.stylish-select .newListHover {	color:#476ca3 !important; cursor:default;}
.stylish-select .newListDisabled {opacity: 0.6;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);}
.stylish-select .newListItemDisabled {opacity: 0.6;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	filter: alpha(opacity=60);
}
.stylish-select .newListOptionDisabled {opacity: 0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);
}
.stylish-select .newListSelHover .selectedTxt{background:url(../img/tick-option-over.png) no-repeat right 12px;
    width: 250px; padding:0 10px; margin-left:-10px; }
.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {cursor:pointer; background-image:none; width:270px; padding:0 10px; }
.stylish-select .newListOptionTitle {font-weight:bold;}
.stylish-select .newListOptionTitle ul {}
.stylish-select .newListOptionTitle li {}

.stylish-select .newListSelHover{ width:250px; padding:0 10px}


/*GALAXY TAB*/
@media (max-device-width: 1280px) and (orientation: landscape) { }
@media (max-device-width: 800px) and (orientation: portrait) { }

input.error, select.error, textarea.error {
    border: 1px solid red !important;
}
input.error, select.error{ width:248px; padding: 6px 10px}
input[type='checkbox'].error{
    outline: 1px solid red !important;
}
.alert-success{ background-color: #fceec1; border:1px solid #ffc40d; padding: 15px; margin-bottom: 15px;}
.alert-error{ background-color: #dd6666; border:1px solid #880000; padding: 15px; margin-bottom: 15px;}

/* Metacercador */
.gsc-control-cse *, .gsc-control-cse *:after, .gsc-control-cse *:before{
    box-sizing: content-box;
}

.more_information {
    margin-top:10px;
}
.more_information a{ background:url(../img/bg-open.png) no-repeat top left; display:block; height:39px; cursor:pointer; padding-left:36px; line-height:30px; vertical-align:middle; font-size:14px; color:#000; border-bottom:1px solid #FFF}

.more_information a:hover {
    color:#476ca3;
}

/* Layar */
#layar {
    overflow: hidden;
    margin-top: -30px;
}

#layar h1 {
    font-size: 45px;
    margin-top: 60px;
}

#layar p {
    margin-bottom: 20px;
    line-height: 20px;
}

#layar h1:after {
    content: "";
    display: block;
    border: 3px solid #476ca3;
    width: 70px;
    margin: 25px 0;
}

#layar section {
    overflow: hidden;
}

#layar section:first-child {
    background-color: #E6E6E6;
    padding-bottom: 20px;
}

#layar .col {
    float: left;
    display: block;
    padding: 10px 20px;
}

#layar .col.img {
    padding: 0;
}

#layar .btn {
    width: 110px;
    color:#FFF;
    background-color:#000;
    padding:5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor:pointer;
    float:left;
}

#layar .android {
    margin-right: 10px;
}

#layar .android:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: "";
    background: url(../img/iconos/android.svg) no-repeat 0 0;
    background-size: 100%;
}

#layar .iphone:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: "";
    background: url(../img/iconos/iphone.svg) no-repeat 0 0;
    background-size: 100%;
}

#layar ul {
    list-style-image: url(../img/iconos/bullet.svg);
    margin-left: 40px;
    margin-bottom: 25px;
}

#layar ul>li {
    margin-bottom: 5px;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
}
.input-group-addon img {
    width: auto;
}
.input-group{
    padding-left: 73px;
}
@media only screen and (min-device-width : 320px) and (max-width : 600px) {
    .input-group{
        padding-left: 0;
    }
    .input-group input[type=text]{
        width: 198px;
    }
}
