@charset "utf-8";

@font-face {
  font-family: "robotocondensed-regular";
  src: url("fonts/robotocondensed-regular.eot");
  src: url("fonts/robotocondensed-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/robotocondensed-regular.woff") format("woff"),
    url("fonts/robotocondensed-regular.ttf") format("truetype"),
    url("fonts/robotocondensed-regular.svg#robotocondensed-regular")
      format("svg");
}

@font-face {
  font-family: "robotocondensed-light";
  src: url("fonts/robotocondensed-light.eot");
  src: url("fonts/robotocondensed-light.eot?#iefix") format("embedded-opentype"),
    url("fonts/robotocondensed-light.woff") format("woff"),
    url("fonts/robotocondensed-light.ttf") format("truetype"),
    url("fonts/robotocondensed-light.svg#robotocondensed-light") format("svg");
}

@font-face {
  font-family: "robotocondensed-bold";
  src: url("fonts/robotocondensed-bold.eot");
  src: url("fonts/robotocondensed-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/robotocondensed-bold.woff") format("woff"),
    url("fonts/robotocondensed-bold.ttf") format("truetype"),
    url("fonts/robotocondensed-bold.svg#robotocondensed-bold") format("svg");
}

@font-face {
  font-family: "roboto-light";
  src: url("fonts/roboto-light.eot");
  src: url("fonts/roboto-light.eot?#iefix") format("embedded-opentype"),
    url("fonts/roboto-light.woff") format("woff"),
    url("fonts/roboto-light.ttf") format("truetype"),
    url("fonts/roboto-light.svg#roboto-light") format("svg");
}

@font-face {
  font-family: "opensans-regular";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-regular-webfont.woff") format("woff"),
    url("fonts/opensans-regular-webfont.ttf") format("truetype"),
    url("fonts/opensans-regular-webfont.svg#opensans-regular") format("svg");
}

@font-face {
  font-family: "roboto-bold";
  src: url("fonts/roboto-bold.eot");
  src: url("fonts/roboto-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/roboto-bold.woff") format("woff"),
    url("fonts/roboto-bold.ttf") format("truetype"),
    url("fonts/roboto-bold.svg#roboto-bold") format("svg");
}

@font-face {
  font-family: "roboto-medium";
  src: url("fonts/roboto-medium-webfont.eot");
  src: url("fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/roboto-medium-webfont.woff") format("woff"),
    url("fonts/roboto-medium-webfont.ttf") format("truetype"),
    url("fonts/roboto-medium-webfont.svg#roboto-medium") format("svg");
}

@font-face {
  font-family: "TrashHand";
  src: url("fonts/TrashHand_gdi.eot");
  src: url("fonts/TrashHand_gdi.eot?#iefix") format("embedded-opentype"),
    url("fonts/TrashHand_gdi.woff") format("woff"),
    url("fonts/TrashHand_gdi.ttf") format("truetype"),
    url("fonts/TrashHand_gdi.svg#TrashHand") format("svg");
}

body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  font-size: 14px;
  color: #676767;
  font-family: "robotocondensed-regular";
  line-height: 20px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
source {
  display: block;
  margin: 0;
  padding: 0;
}
a,
img {
  border: medium none;
}
a {
  color: #3b3b3b;
  text-decoration: none;
}
div {
  margin: 0;
  padding: 0;
}
p {
  font-size: 16px;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
  color: #555759;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
a {
  color: #999999;
  outline: none;
}
a:hover {
  color: #1b1f23;
}
a:focus,
:focus {
  outline: none;
}
ul,
ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clear {
  clear: both;
  line-height: 1px;
  padding: 0px;
  height: 0px;
  font-size: 1px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.anim {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.row {
  float: none;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  width: 1180px;
  max-width: 100%;
}
.row1 {
  float: none;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  width: 1266px;
  max-width: 100%;
}
.row2 {
  float: none;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
h2 {
  font-family: "robotocondensed-bold";
  font-size: 30px;
  color: #000000;
  line-height: 30px;
}
h4 {
  font-family: "robotocondensed-regular";
  font-size: 15px;
  color: #565251;
  margin: 5px 0 0;
}
h2.aux {
  font-family: "roboto-light";
  font-size: 14px;
  line-height: normal;
  text-transform: none;
}

/****  Header CSS  ****/
header {
  float: left;
  width: 100%;
  background: url(../img/header.png) repeat-x left top;
  height: 64px;
  background-size: cover;
}
.logo {
  float: left;
  margin-top: 7px;
}
.top-rht {
  float: right; /*width:44.5%;*/
}
.top-rht li {
  float: left;
  background: url(../img/top_list_bdr.jpg) no-repeat left;
  padding: 21px 10px;
}
.top-rht li.location a {
  color: #fff;
  font-size: 13px;
  background: url(../img/location_icon.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0 0 0 18px;
}
.top-rht li.location_bckgrnd a {
  color: #fff;
  font-size: 13px;
  background: url(../img/location_icon.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0 0 0 18px;
  background: none;
}
.top-rht li.webcamCap a {
  color: #fff;
  font-size: 13px;
  background: url(../img/webcam_header.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0 0 0 18px;
}
.top-rht li.consultaCiutadana a {
  color: #fff;
  font-size: 13px;
  background: url(../img/comentaris.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0 0 0 30px;
}
.top-rht li:last-child {
  padding-right: 0;
}
.social li:last-child {
  margin-right: 0;
}
.top-rht li.location a:hover {
  background-position: 0 -22px;
}
.top-rht li.location_bckgrnd a:hover {
  background-position: 0 -22px;
}
.top-rht li.webcamCap a:hover {
  background-position: 0 -22px;
}
.lang img {
  float: left;
  position: relative;
  top: 6px;
  width: 16px;
}
.lang {
  float: left;
  width: 106px;
}
.social {
  float: left;
  padding-top: 3px;
}
.social li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  background: none;
}
.social li a {
  float: left;
  height: 19px;
  width: 19px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/social_icons.png") no-repeat;
}
.social #fb {
  background-position: 0 0;
}
.social #fb:hover {
  background-position: 0px -19px;
}
.social #twt {
  background-position: -33px 0;
}
.social #twt:hover {
  background-position: -33px -19px;
}
.social #instagram {
  background-position: -70px 0;
}
.social #instagram:hover {
  background-position: -70px -19px;
}
.top-rht li a#mail-icon {
  background: url(../img/mail_icon.png) no-repeat 0 0;
  height: 18px;
  width: 22px;
  overflow: hidden;
  float: left;
  position: relative;
  top: 3px;
}
.top-rht li a#mail-icon:hover {
  background-position: 0 -18px;
}

/* menu css */
#menu:not(.mm-menu) {
  display: none;
}
.menu-wrapper {
  float: left;
  width: 100%;
  border-bottom: 22px solid #efeeea;
}
nav {
  float: left;
  width: 75%;
  padding: 0px 0;
}

/* search css */
.search input[type="text"] {
  background: #b1aea5;
  border: medium none;
  color: #ffffff;
  padding: 6px 10px;
  font-family: "roboto-light";
  font-size: 14px;
  height: 20px;
  float: left;
  margin: 0;
  width: 133px; /*178px;*/
}
.search input[type="image"] {
  background: #b1aea5 none repeat scroll 0 0;
  float: left;
  padding: 7px 8px;
}
.search {
  float: right;
  width: /*20%*/ 16%;
  margin-top: 30px;
}

/* hover css */
.image-title:hover h4 {
  color: #013388;
}

/* content css */
.content-pad {
  float: left;
  width: 100%;
  background: #efeeea;
  padding: 40px 0 55px;
}
.cont-inner {
  width: 100%;
  float: left;
}
.news-pad {
  float: left;
  width: 345px;
  padding: 25px;
  background: #fff;
  position: relative;
}

#nt-example1 li p em {
  font-style: normal;
  color: #0f6201;
  font-family: "robotocondensed-regular";
  font-size: 13px;
}
.title {
  color: #000000;
  display: block;
  font-family: "roboto-bold";
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 6px;
}
#nt-example1 p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  line-height: 18px;
}
#nt-example1 li {
  border-bottom: 1px dotted #bdbcbc;
  padding-bottom: 7px;
  margin-bottom: 6px;
}
.news-pad h3 {
  font-size: 15px;
  color: #000;
  font-family: "robotocondensed-regular";
  background: url(../img/news_bg.jpg) no-repeat left bottom;
  padding: 0 0px 8px 0;
  margin-bottom: 20px;
}
.news-arrow {
  position: absolute;
  right: 26px;
  top: 28px;
}
.fa-arrow-up {
  background: url(../img/up-arrow-icon.png) no-repeat 0 0;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 2px 0 0;
  cursor: pointer;
}
.fa-arrow-up:hover {
  background-position: 0 -30px;
}
.fa-arrow-down {
  background: url(../img/down-arrow-icon.png) no-repeat 0 0;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.fa-arrow-down:hover {
  background-position: 0 -30px;
}

/* calender */
#calendar {
  margin: 0 auto;
  width: 294px;
  padding-bottom: 25px;
}
.date-pad {
  max-height: 448px;
  float: left;
  width: 320px;
  background: #fff;
  padding: 25px;
  margin: 0 28px;
  padding-bottom: 29px;
}

.agenda {
  float: left;
  position: relative;
  width: 100%;
}
.agenda li p em {
  font-style: normal;
  color: #0f6201;
  font-family: "robotocondensed-regular";
  font-size: 13px;
}
.agenda p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  line-height: 18px;
}
.agenda li {
  border-bottom: 1px dotted #bdbcbc;
  padding-bottom: 7px;
  margin-bottom: 6px;
}
.agenda h3 {
  font-size: 15px;
  color: #000;
  font-family: "robotocondensed-regular";
  background: url(../img/news_bg.jpg) no-repeat left bottom;
  padding: 0 0px 8px 0;
  margin-bottom: 17px;
}
.agenda li:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
a#agenda-plus {
  background: url(../img/plus-icon.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0px;
}
a#agenda-plus:hover {
  background-position: 0 -30px;
}

.online-pad {
  float: left;
  width: 358px;
}
.online-pad ul li {
  float: left;
  width: 100%;
  text-align: center;
  padding: 3.2% 0; /*17.1% 0*/
  margin-bottom: 5px /*27px*/;
  background: #fff url(../img/green-btm.png) no-repeat right bottom;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.online-pad ul li span {
  font-size: 22px;
  color: #000000;
  font-family: "robotocondensed-regular";
  display: block;
  margin: 16px 0 0;
}
.online-pad ul li:last-child {
  margin-bottom: 0;
}
.ajuntament-hover {
  background: #0f6201;
  position: absolute;
  padding: 17.1% 0;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: 0.5s ease-in;
  right: 0%;
}
.ajuntament-hover h2 {
  color: #fff;
  font-size: 22px;
  font-family: "robotocondensed-regular";
  line-height: 36px;
}
.ajuntament-hover h1 {
  color: #fff;
  font-size: 35px;
  font-family: "TrashHand";
  line-height: 40px;
}
.ajuntament-hover div {
  margin: 10px 0 0;
}
.online-pad ul li:hover .ajuntament-hover {
  opacity: 1;
  right: 0;
}

.online-pad ul li.online:hover .ajuntament-hover1 {
  background: url(../img/ajuntament-img-hover.png) no-repeat center center;
  width: 96px;
  height: 72px;
  top: -34px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.online-pad ul li.online:hover {
  background: #0f6201;
}
.online-pad ul li.online:hover span {
  color: #fff;
}

.online-pad ul li.consistori:hover .ajuntament-hover2 {
  background: url(../img/el-consistori-hover.png) no-repeat center center;
  width: 96px;
  height: 72px;
  top: -36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.online-pad ul li.consistori:hover {
  background: #0f6201;
}
.online-pad ul li.consistori:hover span {
  color: #fff;
}

.online-pad ul li.seuElectronica:hover .ajuntament-hover2 {
  background: url(../img/seuElectronica_hover.png) no-repeat center center;
  width: 96px;
  height: 72px;
  top: -36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.online-pad ul li.seuElectronica:hover {
  background: #0f6201;
}
.online-pad ul li.seuElectronica:hover span {
  color: #fff;
}

.online-pad ul li.perfilContractant:hover .ajuntament-hover2 {
  background: url(../img/perfil_hover.png) no-repeat center center;
  width: 96px;
  height: 72px;
  top: -36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.online-pad ul li.perfilContractant:hover {
  background: #0f6201;
}
.online-pad ul li.perfilContractant:hover span {
  color: #fff;
}

/**** Search-parallex CSS  ****/
.search-parallex {
  background: url(../img/img_parallax.jpg) no-repeat;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 0;
}
section.search-parallex.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.img-bg {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  float: left;
  padding: 52px 0 52px;
  width: 100%;
}

.img-bg ul {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.img-bg ul li {
  color: #ffffff;
  font-family: "robotocondensed-bold";
  font-size: 51px;
  float: left;
  width: 120px;
  line-height: 32px;
  margin-right: 100px;
  margin-top: 12px;
}
.img-bg ul li span {
  font-size: 15px;
  color: #fff;
  font-family: "roboto-medium";
  text-transform: uppercase;
}
.img-bg li a.li-last {
  background: #ffffff;
  border-radius: 50%;
  height: 140px;
  margin: 0;
  width: 140px;
  position: absolute;
  right: 0px;
  top: -22px;
}
.img-bg li a.li-last span {
  color: #0f6201;
  top: 64px;
  position: relative;
}
.li-last img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -30px;
}

/* feed css */
.feed-wrap {
  float: left;
  width: 100%;
}
.feed-wrap h2 span {
  color: #0f6201;
}
.feed-left {
  float: left;
  width: 54%;
  background: #efeeea;
  padding: 4% 3% 5% 7%;
}
.pdf-rht {
  float: left;
  width: 32%;
  background: #e4e3df;
  padding: 4% 0 4% 4%;
  min-height: inherit !important;
}
.feed-left li {
  float: left;
  margin-right: 1%;
  width: 49%;
}
.feed-icon {
  float: right;
  padding-top: 0px;
}
.feed-icon li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  background: none;
  width: auto;
}
.feed-icon li a {
  float: left;
  height: 44px;
  width: 38px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/xs.png") no-repeat;
}
.feed-icon #feed-fb {
  background-position: 0 0;
}
.feed-icon #feed-fb:hover {
  background-position: 0px -44px;
}-
.feed-icon #feed-twt {
  background-position: -112px 0;
}
.feed-icon #feed-twt:hover {
  background-position: -60px -44px;
}
.feed-icon #feed-inst {
  background-position: -112px 0;
}
.feed-icon #feed-inst:hover {
  background-position: -112px -44px;
  width: 38px;
}
.feed-icon #feed-a {
  background-position: -60px 0;
}
.feed-icon #feed-a:hover {
  background-position: -60px -44px;
  width: 38px;
}
.feed-icon #feed-share {
  background-position: -149px 0;
}
.feed-icon #feed-share:hover {
  background-position: -149px -44px;
}

.feed-icon a#feed-share {
  width: 52px;
}
.feed-left ul {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}
.feed-icon ul {
  margin: 0;
}
.heading {
  float: left;
}
.pdf-rht img {
  margin: 40px 0 0;
  display: block;
}
.pdf-text {
  font-size: 15px;
  color: #0f6201;
  font-family: "robotocondensed-regular";
  text-decoration: underline;
}
.feed-left img {
  width: 100%;
}

/* location css */

.location-pad {
  float: left;
  width: 100%;
  background: #fff url(../img/europa.png) no-repeat right top;
}
.location-list {
  float: left;
  padding: 0 0 0 7%;
  width: 93%;
}
.location-list li {
  float: left;
  width: 346px;
  background: url(../img/location-bdr.jpg) no-repeat right center;
  padding: 80px 40px 80px 0;
  margin: 0 40px 0 0;
}
.location-list label {
  font-size: 13px;
  color: #958c89;
  font-family: "robotocondensed-regular";
  margin-right: 10px;
  text-transform: uppercase;
}
.location-list input[type="text"] {
  border: 1px solid #b0aeae;
  height: 21px;
  padding: 8px;
  margin-right: 5px;
  width: 228px;
}
.location-list input[type="submit"] {
  background: url(../img/newsletter.png) no-repeat 0 0;
  width: 39px;
  height: 39px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  position: absolute;
}
.location-list input[type="submit"]:hover {
  background-position: 0 -39px;
}
.location-list h4 {
  margin: 8px 0;
  text-transform: uppercase;
}
.mail-txt {
  margin: 18px 0 0;
  position: relative;
}
.location-list li:last-child {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.location-list li:nth-child(1) h2,
.location-list li:nth-child(1) h4 {
  text-align: right;
}

/* footer css */
footer {
  background: url(../img/footer_background.jpg);
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0 5px 0;
  background-size: cover;
}
.ftr-line {
  background: url(../img/footer_line.png) no-repeat left bottom;
  position: absolute;
  bottom: 0;
  width: 470px;
  height: 51px;
}
.ftr-inner {
  float: left;
  padding: 0 2%;
  width: 96%;
}
.ftr-menu {
  float: left;
  margin: 0 22px 0 0;
  width: 175px;
}
.ftr-menu h2 {
  color: #ffffff;
  font-family: "robotocondensed-bold";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ftr-menu ul li {
  font-size: 13px;
  font-family: "opensans-regular";
}
.ftr-menu ul li a {
  color: #fff;
}
.ftr-menu.ftr-last {
  margin: 0;
  width: 120px;
}

.ftr-logo {
  background: url(../img/ftr-bdr.jpg) no-repeat left top;
  display: block;
  float: left;
  height: 1px;
  margin: 30px 0 40px;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
}
.ftr-logo img {
  background: #007500 none repeat scroll 0 0;
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  padding: 0 13px;
  position: absolute;
  right: 0;
  top: -23px;
}
.ftr-bottom {
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
}
.ftr-bottom p {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
}
.ftr-bottom a {
  color: #fff;
  font-size: 13px;
  font-family: "robotocondensed-regular";
}
.ftr-bottom strong {
  font-size: 16px;
  font-family: "robotocondensed-bold";
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.ftr-bottom span {
  margin: 0 5px;
}
.ftr-list {
  line-height: 26px;
}

/* inner page css quefer activitas */

.banner-activitats {
  float: left;
  width: 100%;
  background: #efeeea;
}
.activitats-inner {
  background: rgba(25, 107, 2, 1);
  float: left;
  width: 100%;
  padding: 50px 0 110px;
  background: -moz-linear-gradient(
    left,
    rgba(25, 107, 2, 1) 0%,
    rgba(74, 152, 1, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(25, 107, 2, 1)),
    color-stop(100%, rgba(74, 152, 1, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(25, 107, 2, 1) 0%,
    rgba(74, 152, 1, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(25, 107, 2, 1) 0%,
    rgba(74, 152, 1, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(25, 107, 2, 1) 0%,
    rgba(74, 152, 1, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(25, 107, 2, 1) 0%,
    rgba(74, 152, 1, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196b02', endColorstr='#4a9801', GradientType=1 );
}
.banner-activitats h1 {
  font-size: 50px;
  color: #fff;
  font-family: "robotocondensed-bold";
  text-shadow: 0 4px 2px #205201;
  text-align: center;
  -webkit-text-shadow: 0 4px 2px #205201;
}

/* activitats-lft css */

.cont-inner.activitats {
  position: relative;
  margin-top: -100px;
}
.activitats-lft {
  float: left;
  width: 706px;
  background: #fff url(../img/light-green-img.png) no-repeat left top;
  padding: 44px 30px 30px 30px;
  margin: 0 46px 0 0;
}
.activitats-lft h3 {
  line-height: 27px;
  font-size: 27px;
  color: #000;
  font-family: "robotocondensed-bold";
}
.activitats-lft ul {
  border-bottom: 1px dotted #bdbcbc;
  border-top: 1px dotted #bdbcbc;
  float: left;
  margin: 30px 0 15px;
  padding: 20px 0;
  width: 100%;
}
.activitats-lft ul li {
  float: left;
  color: #2b2d36;
  font-size: 13px;
  font-family: "roboto-medium";
  margin-right: 25px;
  line-height: 30px;
}
.activitats-lft ul li img {
  vertical-align: middle;
  margin-right: 16px;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}
.activitats-lft span.img-title,
.activitats-lft span.img-title p,
.activitats-lft span.img-title p span {
  font-size: 14px;
  color: #000;
  font-family: "roboto-medium";
}
.activitats-lft img {
  margin: 18px 0 25px;
  float: left;
  max-width: 100%;
}
.activitats-lft p {
  font-size: 13px;
  color: #756b67;
  font-family: "roboto-light";
  padding-bottom: 12px;
}
.activitats-lft span {
  font-size: 13px;
  color: #0d2d37;
  font-family: "roboto-light";
}
.activitats-lft span a.link {
  color: #0f6201;
}

.activitats-lft ul.img-list {
  float: left;
  margin: 40px 0 15px;
  padding: 0px 0;
  width: 100%;
  border: none;
}
.activitats-lft ul.img-list li {
  float: left;
  color: #2b2d36;
  font-size: 13px;
  font-family: "roboto-medium";
  margin-right: 54px;
  line-height: 30px;
  width: 98px;
  position: relative;
}
.activitats-lft ul.img-list li:last-child {
  margin-right: 0;
}

.activitats-lft li.pdf-icon {
  color: #0f6201;
  font-family: "roboto-bold";
  background: url(../img/pdf-icon.png) no-repeat 0 0;
  overflow: hidden;
  height: 22px;
  line-height: 26px;
  padding-left: 32px;
}
.pdf-icon a {
  color: #0f6201;
}
.activitats-lft li.pdf-icon:hover {
  background-position: 0 -22px;
  color: #1c1c1b;
}
.activitats-lft li.pdf-icon:hover a {
  color: #1c1c1b;
}

.activitats-lft li.lock-icon {
  color: #0f6201;
  font-family: "roboto-bold";
  background: url(../img/lock-icon.png) no-repeat 0 0;
  overflow: hidden;
  height: 22px;
  line-height: 26px;
  padding-left: 28px;
}
.lock-icon a {
  color: #0f6201;
}
.activitats-lft li.lock-icon:hover {
  background-position: 0 -22px;
  color: #1c1c1b;
}
.activitats-lft li.lock-icon:hover a {
  color: #1c1c1b;
}

.activitats-lft li.print-icon {
  color: #0f6201;
  font-family: "roboto-bold";
  background: url(../img/print-icon.png) no-repeat 0 0;
  overflow: hidden;
  height: 22px;
  line-height: 26px;
  padding-left: 32px;
  float: right;
  margin: 0;
}
.print-icon a {
  color: #0f6201;
}
.activitats-lft li.print-icon:hover {
  background-position: 0 -22px;
  color: #1c1c1b;
}
.activitats-lft li.print-icon:hover a {
  color: #1c1c1b;
}
.feeds img {
  margin: 10px 0 0;
  width: auto;
}

/* rht css*/
.activitats-rht {
  float: left;
  width: 368px;
}
.activitats-top {
  float: left;
  width: 84%;
  padding: 44px 30px 30px 30px;
  background: #fff url(../img/light-green-img.png) no-repeat left top;
}
#nt-example2 li p em {
  font-style: normal;
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
}
.title {
  color: #000000;
  display: block;
  font-family: "roboto-bold";
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 6px;
}
#nt-example2 p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  line-height: 18px;
}
#nt-example2 li {
  border-bottom: 1px dotted #bdbcbc;
  padding-bottom: 18px;
  margin-bottom: 11px;
}
.activitats-top h3 {
  font-size: 15px;
  color: #000;
  font-family: "robotocondensed-regular";
  background: url(../img/light-green-bdr.jpg) no-repeat left bottom;
  padding: 0 0px 8px 0;
  margin-bottom: 20px;
}

.activitats-feed {
  float: left;
  margin: 25px 0 40px;
  width: 100%;
}
.activitats-feed .heading span {
  color: #0f6201;
}
.feed-icon.activitats-feed-left {
  float: left;
  margin-top: 12px;
}

/* agenda page css */
.cont-inner.agenda-wrapper {
  margin-top: -206px;
  position: relative;
}
.l-agenda h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.activitats-inner.agenda-inner {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  position: relative;
}
.activitats-inner.agenda-inner h1 {
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: 0 3px 2px #333333;
  top: 165px;
}
.l-agenda li p em {
  font-style: normal;
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
}
.l-agenda span.title {
  color: #000000;
  display: block;
  font-family: "roboto-bold";
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 6px;
}
.l-agenda p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  line-height: 18px;
  padding: 0;
}

.cnt-agda-lft {
  float: left;
  width: 75%;
  border-bottom: 1px dotted #bdbcbc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.activitats-lft.l-agenda ul {
  border: medium none;
  margin: 40px 0 0;
  padding: 0;
}
.activitats-lft.l-agenda li {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.agenda-img {
  float: right;
  margin: 0;
  width: 15%;
}
.activitats-lft.l-agenda .agenda-img img {
  margin: 0;
}
#content1 li:nth-child(5n-5) .cnt-agda-lft {
  border: medium none;
  margin: 0;
  padding: 0;
}

.activitats-top.agenda-top #calendar {
  padding: 0;
}
.activitats-feed.agenda-feed {
  margin: 25px 0;
}

#content1 {
  float: left;
  min-height: 688px;
}
#page_navigation {
  float: left;
  margin: 0px 0 0;
  width: 100%;
}
#page_navigation a {
  margin: 0px 1px;
  padding: 4px 12px;
  color: #000000;
  float: left;
  text-decoration: none;
  position: relative;
  border: 1px solid #515151;
  font-size: 12px;
}
#page_navigation span {
  margin: 0px 1px;
  padding: 4px 12px;
  float: left;
  position: relative;
  border: 1px solid #515151;
  font-size: 12px;
}
#page_navigation a.page_link.active_page {
  background: #fff;
  color: #a4a4a4;
  font-family: "robotocondensed-regular";
}
#page_navigation .previous_link {
  position: relative;
  font-family: "robotocondensed-regular";
  font-size: 12px;
  color: #747474;
  background: url(../img/page-lft-arrow.png) no-repeat 0 0;
  text-indent: -999999px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
}
#page_navigation .previous_link:hover {
  background-position: 0 -31px;
}
#page_navigation .next_link {
  position: relative;
  font-family: "robotocondensed-regular";
  color: #747474;
  background: url(../img/page-rht-arrow.png) no-repeat 0 0;
  text-indent: -999999px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
}
#page_navigation .next_link:hover {
  background-position: 0 -31px;
}

.cont-inner.fixta {
  margin-top: -180px;
  position: relative;
}
.activitats-lft li.green {
  color: #0f6201;
}
.fixta-table {
  float: left;
  width: 100%;
}
.fixta-table tr td:first-child {
  text-align: left;
}
.fixta-table tr th:first-child {
  text-align: left;
}
.fixta-table th {
  border-bottom: 1px dotted #bdbcbc;
}
.fixta-table tr {
  line-height: 22px;
}
table.fixta-table tr th {
  color: #0f6201;
  font-family: "robotocondensed-regular";
  font-size: 14px;
  font-weight: normal;
}
.fixta-table tr td {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  text-align: center;
}
.fixta-table span {
  color: #000000;
  font-family: "roboto-medium";
  font-size: 14px;
  text-transform: uppercase;
}
.fixta-table tbody tr:nth-child(2n) {
  background: #efeeea none repeat scroll 0 0;
}
.green-txt {
  font-size: 14px;
  font-family: "robotocondensed-regular";
  color: #0f6201;
  margin: 30px 0 0;
  display: inline-block;
}

.activitats-lft.agenda-left {
  background: #fff url(../img/dark-green-border.png) no-repeat left top;
}
.activitats-top.agenda-rht {
  background: #fff url(../img/dark-green-border.png) no-repeat left top;
}
.activitats-top.agenda-rht h3 {
  background: #fff url(../img/news_bg.jpg) no-repeat left bottom;
}
.activitats-lft.agenda-left h3 {
  color: #2b2d36;
}
.activitats-top.agenda-top.agenda-calender {
  background: #fff url(../img/dark-green-border.png) no-repeat left top;
  margin-top: 52px;
}
.activitats-lft.agenda-left li a {
  color: #3b3b3b;
}
.activitats-lft.agenda-left li.green a {
  color: #0f6201;
}

.activitats-top.agenda-top.banner-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  width: 100%;
}
.activitats-top.agenda-top.banner-top ul li {
  margin: 0 0 30px;
}
.activitats-top.agenda-top.banner-top li:last-child {
  margin-bottom: 0;
}

.green-txt-date {
  color: #0f6201;
  display: block;
  font-family: "roboto-medium";
  font-size: 14px;
  margin: 20px 0;
}
.activitats-lft li.print-icon.print-left {
  float: left;
  margin-right: 25px;
}

/* activitats tabs script */
.inner-banner.llistat-title h1 {
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: 0 3px 2px #333333;
  -webkit-text-shadow: 0 3px 2px #333333;
  top: 165px;
  font-size: 50px;
  color: #fff;
  font-family: "robotocondensed-bold";
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}
.resp-tabs-list span.filter {
  display: inline-block;
  float: none;
  line-height: 44px;
  font-size: 15px;
  color: #000000;
  font-family: "robotocondensed-regular";
  margin-right: 12px;
}

#activitats-llistat.resp-tabs-list {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
#activitats-llistat.resp-tabs-list li {
  font-family: "robotocondensed-regular";
  padding: 0px 20px;
  font-size: 17px;
  font-weight: normal;
  float: none;
}

#llistat-tabs .resp-tab-content {
  padding: 0;
  background: #ffffff url(../img/light-green-img.png) no-repeat left top;
  padding: 4% 3% 2% 3%;
  width: 94%;
  margin: 40px 0 0 0;
}
.esport-foto li {
  float: left;
  position: relative;
  width: 32.3%;
  margin-right: 17px;
  margin-bottom: 25px;
}
.esport-foto li:nth-child(3n) {
  margin: 0;
}
.esport-foto li img {
  float: left;
  margin-bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  height: 231px;
}
.esport-txt {
  background: rgba(255, 255, 255, 0.9) url(../img/light-green-img.png) no-repeat
    left top;
  bottom: -13px;
  color: #000000;
  font-size: 17px;
  padding: 24px;
  position: absolute;
  right: -10px;
  width: 144px;
  box-shadow: 0 0 1px #e6e6e6;
  -webkit-box-shadow: 0 0 1px #e6e6e6;
  z-index: 9999;
}
#llistat-tabs.resp-tabs-container h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* visitans tabs */
#visiti.resp-tabs-list {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
#visiti.resp-tabs-list li {
  font-family: "robotocondensed-regular";
  font-size: 17px;
  font-weight: normal;
  float: none;
  padding: 0 18px;
  width: auto;
}
#visiti.resp-tabs-list li.resp-tab-active {
  padding: 0 18px !important;
}
#visitans-tab .resp-tab-content h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  margin: 10px 0 25px;
}
#visitans-tab .resp-tab-content h5 {
  color: #2b2d36;
  font-family: "robotocondensed-bold";
  font-size: 20px;
  text-align: center;
}
#visitans-tab .resp-tab-content {
  padding: 0;
}
.title-visit {
  float: left;
  margin: 40px 0;
  width: 100%;
}
.tab-section.gal-section.visitans {
  margin: 0;
}
.content-pad.visitans-pad {
  padding-top: 20px;
}

.llivia-feed-wrap {
  float: left;
  width: 92%;
  background: #fff;
  padding: 2% 4% 3%;
}
.llivia-feed {
  float: left;
  width: 100%;
}
.llivia-feed-lft {
  float: left;
  width: 44%;
  margin: 0 70px 0 0;
}
.llivia-feed-lft h2 {
  color: #54bcee;
  font-family: "robotocondensed-bold";
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.llivia-feed-lft h2 span {
  color: #12587e;
  font-family: "robotocondensed-regular";
  text-transform: none;
}
.llivia-feed-rht.llivia-feed-lft {
  width: 48%;
  margin: 0;
}

.insta-img {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.insta-img h2 {
  color: #54bcee;
  font-family: "robotocondensed-bold";
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.insta-img h2 span {
  color: #12587e;
  font-family: "robotocondensed-regular";
  text-transform: none;
}
.insta-img li {
  display: block;
  float: left;
  text-align: center;
  width: 120px;
}
.insta-img li img {
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.fixta-table.interes tr th {
  text-align: left;
  font-size: 15px;
}
.fixta-table.interes tr td {
  text-align: left;
  font-size: 14px;
}
.fixta-table.interes tr td a {
  color: #2b2d36;
}
.fixta-table.interes tr td a:hover {
  color: #0f6201;
}
.fixta-table.interes tr:nth-child(2n) {
  background: #f1f1f1;
}

.com-aaribar-lft {
  float: left;
  width: 48%;
  margin-right: 30px;
}
.com-aaribar-lft h2 {
  font-size: 27px;i
  font-family: "robotocondensed-bold";
  color: #0f6201;
  margin-bottom: 15px;
}
.com-aaribar-lft p {
  font-size: 14px;
  font-family: "roboto-light";
  color: #756b67;
  margin-bottom: 10px;
  line-height: 24px;
}
.com-aaribar-lft p b,
.com-aaribar-lft p strong {
  color: #2b2d36;
  font-family: "roboto-bold";
}
.com-aaribar-lft p a {
  color: #2b2d36;
}
.llivia-feed-wrap.com-aaribar {
  padding: 2%;
  width: 96%;
}
.com-aaribar-rht.com-aaribar-lft {
  margin: 0;
  width: 49%;
}
.com-aaribar-rht.com-aaribar-lft h2 span img {
  vertical-align: middle;
}
.com-aaribar-rht.com-aaribar-lft li {
  border-bottom: 1px dotted #bdbcbc;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 15px;
}
a.consult {
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
}
.com-aaribar-rht.com-aaribar-lft li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.com-aaribar-lft.oficina-lft {
  width: 50%;
  margin-right: 20px;
}
.com-aaribar-lft.oficina-lft ul li {
  border-top: 1px dotted #bdbcbc;
}
.com-aaribar-lft.oficina-lft ul li a {
  color: #3c7e30;
  font-size: 13px;
  font-family: "roboto-bold";
  background: url(../img/pdf-icon.png) no-repeat 0 0;
  height: 22px;
  margin: 18px 0;
  padding-left: 36px;
  display: inline-block;
  overflow: hidden;
}
.com-aaribar-lft.oficina-lft ul li a:hover {
  background-position: 0 -22px;
  color: #1e1e1c;
}
.com-aaribar-lft.oficina-lft ul li:last-child {
  border-bottom: 1px dotted #bdbcbc;
}
.com-aaribar-lft.oficina-lft > ul {
  margin: 30px 0 20px;
}
.com-aaribar-lft.oficina-lft img {
  margin-bottom: 20px;
}
.com-aaribar-lft.oficina-lft b {
  font-family: "roboto-bold";
  color: #756b67;
}
.oficina-rht.com-aaribar-lft {
  margin: 0;
  width: 48%;
}

.address-lft.oficina-addr {
  margin: 0;
  width: 70%;
}
.address-lft.oficina-addr h2 {
  margin: 0px 0 10px;
  font-size: 25px;
  font-family: "roboto-bold";
}
.address-lft.oficina-addr strong {
  color: #756b67;
  font-size: 16px;
  font-family: "roboto-bold";
}
.address-lft.oficina-addr span {
  color: #756b67;
  font-size: 14px;
  font-family: "roboto-bold";
}
.oficina-wrap {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.logo_catalunya {
  float: right;
}

/* search page css */

.buscar {
  float: left;
  margin: 0;
  padding: 3%;
  width: 94%;
}
.buscar h3 {
  font-size: 18px;
  color: #000000;
  font-family: "roboto-bold";
}
.buscar h4 {
  font-size: 18px;
  color: #000000;
  font-family: "roboto-bold";
  border-bottom: 1px solid #7f7f7e;
  margin: 0 0 20px 0;
  padding: 0 0 10px;
}
.activitats-lft.buscar .search input[type="text"] {
  width: 95%;
}
.search.buscar-search {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.activitats-lft.buscar > span {
  color: #756b67;
  display: inline-block;
  margin: 30px 0;
}
.activitats-lft.buscar strong {
  color: #2b2d36;
  font-family: "roboto-bold";
  font-size: 13px;
}
.activitats-lft.buscar p strong {
  font-family: "roboto-bold";
  font-size: 14px;
  color: #2b2d36;
  display: block;
}
.search-list {
  margin-bottom: 30px;
}

/* consistori css */

.benvinguts-rgt-lft.el-consistori-rht {
  width: 100%;
  position: relative;
}
.first-row h4 {
  color: #000000;
  font-family: "roboto-bold";
  font-size: 14px;
}
.first-row h5 {
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
}
.first-row p a {
  color: #0d2d37;
  font-family: "roboto-light";
  font-size: 13px;
}
.first-row li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0px 0.3%;
}
ul.first-row {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  background: url(../img/consistori-bdr.png) no-repeat center bottom;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.first-row p {
  line-height: 18px;
  margin: 0;
  margin-top: 5px;
}

.second-row h4 {
  color: #000000;
  font-family: "roboto-bold";
  font-size: 14px;
}
.second-row h5 {
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
}
.second-row p a {
  color: #0d2d37;
  font-family: "roboto-light";
  font-size: 13px;
}
.second-row li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0px 0.3%;
}
ul.second-row {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  background: url(../img/consistori-bdr.png) no-repeat center bottom;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.second-row p {
  line-height: 18px;
  margin: 0;
  margin-top: 5px;
}

.dotted-lines {
  border-bottom: 1px dotted #bdbcbc;
  width: 100%;
}
ul.third-row {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  background: url(../img/consistori-bdr.png) no-repeat center bottom;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.first-row.third-row p {
  line-height: 18px;
  margin: 0;
  margin-top: 5px;
}
.first-row.fourth-row p {
  line-height: 18px;
  margin: 0;
  margin-top: 5px;
}
ul.fourth-row {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}

.smk_accordion .accordion_in .acc_content ul li.current {
  color: #0d6101;
}
.benvinguts-rgt-lft.ajuntamentonline-rht {
  width: 100%;
}
.blue {
  color: #0d2d37;
  display: block;
  font-family: "roboto-light";
  font-size: 13px;
  margin: 20px 0;
}
.benvinguts-rgt-lft.ajuntamentonline-rht img {
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
}

.cosistori-banner {
  float: left;
  width: 100%;
}
.cosistori-banner ul li img {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
}

.benvinguts-rgt-lft.ajuntamentonline-rht ul {
  border-bottom: 1px dotted #bdbcbc;
  border-top: 1px dotted #bdbcbc;
  float: left;
  margin: 20px 0 25px;
  padding: 20px 0;
  width: 100%;
}
.benvinguts-rgt-lft.ajuntamentonline-rht ul li {
  float: left;
}
.benvinguts-rgt-lft.ajuntamentonline-rht li.pdf-icon a {
  color: #0f6201;
  font-family: "roboto-bold";
  background: url(../img/pdf-icon.png) no-repeat 0 0;
  overflow: hidden;
  height: 22px;
  line-height: 26px;
  padding-left: 32px;
  float: left;
  font-size: 13px;
}
.pdf-icon a {
  color: #0f6201;
}
.benvinguts-rgt-lft.ajuntamentonline-rht li.pdf-icon a:hover {
  background-position: 0 -22px;
  color: #1c1c1b;
}
.benvinguts-rgt-lft.ajuntamentonline-rht li.pdf-icon a:hover {
  color: #1c1c1b;
}

.benvinguts-rgt-lft.ajuntamentonline-rht li.lock-icon {
  color: #0f6201;
  font-family: "roboto-bold";
  background: url(../img/lock-icon.png) no-repeat 0 0;
  overflow: hidden;
  height: 22px;
  line-height: 26px;
  padding-left: 28px;
  font-size: 13px;
}
.lock-icon a {
  color: #0f6201;
}
.benvinguts-rgt-lft.ajuntamentonline-rht li.lock-icon:hover {
  background-position: 0 -22px;
  color: #1c1c1b;
}
.benvinguts-rgt-lft.ajuntamentonline-rht li.lock-icon:hover a {
  color: #1c1c1b;
}

.benvinguts-rgt-lft.ajuntamentonline-rht li.lock-icon.lock-rht {
  float: right;
}
.benvinguts-rgt-lft.ajuntamentonline-rht li.pdf-icon span {
  color: #0f6201;
  float: left;
  margin: 0 14px;
}
.feeds.online img {
  margin: 0;
}
.feeds.online {
  float: left;
}

.fixta-table.dades tr td a {
  color: #2b2d36;
}
.fixta-table.dades tr td a.bold {
  color: #2b2d36;
  font-family: "roboto-bold";
}
.fixta-table.dades tr td {
  text-align: left;
  position: relative;
}
.fixta-table.dades tr th {
  text-align: left;
  margin-bottom: 10px;
}

.fixta-table.dades strong {
  background: #156002;
  color: #ffffff;
  font-family: "roboto-light";
  font-weight: normal;
  padding: 3px 5px;
}
.fixta-table.dades tr td:last-child img {
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.fixta-table.dades tbody tr:nth-child(2n) {
  background: #fff;
}
.fixta-table.dades tbody tr {
  background: #f1f1f1;
}

/* raons css */

.raons {
  float: left;
  width: 100%;
}
.llivia-lot {
  background: rgba(16, 98, 1, 1);
  float: left;
  position: relative;
  background: -moz-linear-gradient(
    left,
    rgba(16, 98, 1, 1) 0%,
    rgba(77, 153, 2, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(16, 98, 1, 1)),
    color-stop(100%, rgba(77, 153, 2, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(16, 98, 1, 1) 0%,
    rgba(77, 153, 2, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(16, 98, 1, 1) 0%,
    rgba(77, 153, 2, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(16, 98, 1, 1) 0%,
    rgba(77, 153, 2, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(16, 98, 1, 1) 0%,
    rgba(77, 153, 2, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106201', endColorstr='#4d9902', GradientType=1 );
  width: 394px;
  padding: 25px;
  height: 290px;
}

.raons-inner img {
  float: left;
}
.num-pad {
  float: left;
  position: relative;
  width: 76px;
  margin: 12px 0 0;
}
.num-pad span {
  color: #ffffff;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25px;
}

#visitans-tab .resp-tab-content .raons .raons-inner h1 {
  color: #ffffff;
  text-transform: none;
  margin: 0;
  text-align: left;
}
.llivia-lot p {
  color: #ffffff;
  font-family: "roboto-light";
  font-size: 14px;
  margin: 14px 0;
  padding: 0 10% 0 0;
}
a.raons-box {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 14px;
  font-family: "robotocondensed-regular";
  display: inline-block;
  transition: 0.5s ease;
}
.rht-icon {
  float: none;
  position: absolute;
  right: 18px;
}
.lliviatot-txt {
  float: left;
  margin: 26px 0 0 8%;
  width: 92%;
}
a.raons-box:hover {
  background: #0f6201;
  opacity: 0.5;
}
.rht-icon.dhivern {
  right: 0px;
  top: 0;
}
.llivia-lot.estiu {
  width: 460px;
}
.llivia-lot.enthorn {
  width: 441px;
}

/* masonry css*/
.grid {
  float: left;
  width: 100%;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
/*.grid-item, .grid-sizer  {float: left;width: 560px; height: 455px; margin-bottom:22px;}*/

.grid-item {
  float: left;
  width: 100%;
}

/*.grid-item--height4 { height:558px;}
.grid-item.grid-item--width4.grid-item--height4 { margin-top:20px; position:relative;}*/
.grid-item5 {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
/*.grid-item--width2 { width: 200px; }*/

li.grid-item5 {
  display: block;
  min-height: 340px;
}

/* style Raj */

/* revista page css */
.revista-pad {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 52px 42px;
  background: #fff url(../img/revista-box.png) no-repeat left top;
  margin-top: -165px;
}
.revista-pad h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  text-transform: uppercase;
}
.revista-pad ul {
  float: left;
  display: block;
  width: 100%;
  margin: 30px auto 0px auto;
}
.revista-pad ul li {
  /*float: left; */
  display: inline-block;
  width: 24.5%;
  text-align: center;
  margin-bottom: 38px;
  position: relative;
}
.revista-pad ul li .rev-txt {
  margin-top: 10px;
}
.revista-pad ul li .rev-txt h3 {
  color: #000;
  font-family: "roboto-bold";
  font-size: 14px;
}
.revista-pad ul li .rev-txt h3 span {
  color: #756b67;
  font-size: 13px;
}

/* contact page css */

.contact-pad {
  background: #fff url(../img/dark-green-border.png) no-repeat left top;
}
.contactar-left {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.contactar-right {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.contactar-left-txt {
  float: left;
  margin-top: 25px;
  width: 100%;
}
.contactar-left-txt p {
  color: #000;
  font-family: "roboto-bold";
  font-size: 20px;
}
.contact-form {
  float: left;
  margin-top: 25px;
  width: 100%;
}
.form-control label {
  width: 15%;
  float: left;
  text-transform: uppercase;
  line-height: 31px;
}
.form-control input[type="text"] {
  border: 1px solid #b0aeae;
  height: 31px;
  margin-bottom: 6px;
  padding: 0px 8px;
  width: 385px;
}
.form-control textarea {
  border: 1px solid #b0aeae;
  height: 104px;
  padding: 0px 8px;
  width: 385px;
  resize: none;
}
.map {
  float: left;
  width: 100%;
  height: 320px;
}
.form-control span.declare {
  font-size: 12px;
  color: #7d808b;
  float: left;
  width: 400px;
  margin-top: 10px;
}
.form-control span.declare a {
  color: #2b2d36;
}
.form-control input[type="checkbox"] {
  margin-top: 10px;
}
.chck-cnt {
  color: #7d808b;
  font-size: 12px;
  font-family: "robotocondensed-regular";
  text-transform: uppercase;
}
.form-control input[type="submit"] {
  background: #0f6201 none repeat scroll 0 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "roboto-light";
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  margin-top: 10px;
  text-align: center;
  width: 412px;
}

.address-section {
  float: left;
  width: 100%;
  margin-top: 32px;
}
.address-section h1 {
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: none;
}
.address-section h2 {
  color: #756b67;
  font-family: "roboto-bold";
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: none;
}
.address-section p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 14px;
}
.address-section p span {
  font-family: "roboto-bold";
}
.address-section p a {
  color: #000;
}
.address-lft {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.address-rgt {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.segu-section {
  border-bottom: 1px dotted #bdbcbc;
  border-top: 1px dotted #bdbcbc;
  float: left;
  margin: 35px 0 0px;
  padding: 25px 0;
  width: 100%;
}
.segu-section h2 {
  color: #000;
  font-family: "roboto-bold";
  font-size: 20px;
  text-transform: none;
  float: left;
}
.contact-feed ul {
  margin: -8px 0 0 !important;
}
.contact-feed ul li {
  margin: 0px 15px 0px 0px;
  width: auto;
}
.contact-feed ul li:last-child {
  margin: 0px 0px 0px 0px;
  width: auto;
}
.contact-feed ul li a {
  height: 35px;
}

/* galleria page css */

.gal-left {
  float: left;
  width: 100%;
}
.gal-left h1 {
  float: left;
  width: 23%;
  line-height: 40px;
}
.gal-left-txt {
  float: left;
  width: 77%;
}
.gal-left-txt p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 14px;
  margin-bottom: 15px;
}
.gal-left-txt p span {
  color: #35302e;
  font-family: "roboto-medium";
}
.gal-left-txt p.last-para {
  margin-bottom: 0px;
}

.std p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 14px;
  margin-bottom: 15px;
}

.gal-section {
  margin-top: 55px;
  float: left;
}
.galleria-tab .resp-tab-content {
  width: 100%;
  padding: 50px 0 0px;
}
.galleria-tab .resp-tabs-list {
  height: auto;
}
.galleria-tab .resp-tabs-list li {
  margin-bottom: 5px;
  width: auto;
  height: 45px;
  min-height: 45px;
  padding: 0px;
  line-height: 45px;
  border: 1px solid #3d3c3a;
  color: #000000;
  font-size: 17px;
  font-family: "robotocondensed-regular";
  text-transform: uppercase;
  margin-right: 7px;
}
.galleria-tab .resp-tabs-list li.resp-tab-active {
  background: #207312; /*padding:0px !important;*/
  border: 1px solid #207312;
  color: #fff;
}
.gal-foto {
  float: left;
  width: 100%;
}
.gal-foto ul {
  float: left;
  width: 100%; /*margin-bottom:12px;*/
}
.gal-foto ul li {
  float: left;
  width: 19.2%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 12px;
}
.gal-foto ul li img {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.gal-foto ul li:last-child {
  margin-right: 0;
}
.last-gal {
  margin: 0px;
}
.youtube-btn {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 82px;
  height: 58px;
  z-index: 999;
}

.gal-section .lang {
  float: left;
  width: 370px;
  position: absolute;
  right: 0;
  z-index: 999;
}
.gal-section .lang span {
  text-transform: uppercase;
  color: #958c89 !important;
  float: left;
  font-size: 14px;
  font-family: "robotocondensed-regular";
  height: 35px;
  position: relative;
  width: 24%;
  line-height: 35px;
}

.gal-section .sbHolder {
  color: #958c89 !important;
  float: right;
  font-size: 14px;
  font-family: "robotocondensed-regular";
  height: 35px;
  position: relative;
  width: 75%;
  background: #fff;
  border: 1px solid #b0aeae;
}
.gal-section .sbSelector {
  color: #958c89;
  display: block;
  left: 0;
  line-height: 35px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.gal-section .sbToggle {
  background: rgba(0, 0, 0, 0) url("../img/select-arrw-brwn.png") no-repeat
    scroll 0 0;
  display: block;
  height: 8px;
  outline: medium none;
  position: absolute;
  right: 12px;
  top: 13px;
  width: 13px;
}
.gal-section .sbHolder:hover .sbToggle {
  background: rgba(0, 0, 0, 0) url("../img/select-arrw-brwn.png") no-repeat
    scroll 0 0;
}
.gal-section a.sbSelector:hover {
  color: #958c89;
}
.gal-section .sbOptions {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #958c89;
  left: -1px;
  list-style: outside none none;
  margin: 0;
  max-height: none !important;
  padding: 0 !important;
  position: absolute;
  top: 36px !important;
  z-index: 1;
  width: 100%;
}
.gal-section .sbOptions a:hover,
.gal-section .sbOptions a:focus,
.gal-section .sbOptions a.sbFocus {
  color: #ffffff;
  background: none repeat scroll 0 0 #958c89;
}

/* pagination css */
.gal-section #page_navigation {
  margin-top: 55px;
  text-align: center;
}
#page_navigation {
  float: left;
  margin: 0px 0 0;
  width: 100%;
}
.gal-section #page_navigation a {
  margin: 0px 1px;
  padding: 4px 12px;
  color: #000000;
  float: none;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border: 1px solid #515151;
  font-size: 12px;
}
#page_navigation a.page_link.active_page {
  background: #fff;
  color: #a4a4a4;
  font-family: "robotocondensed-regular";
}
#page_navigation .previous_link {
  position: relative;
  font-family: "robotocondensed-regular";
  font-size: 12px;
  color: #747474;
  background: url(../img/page-lft-arrow.png) no-repeat 0 0;
  box-sizing: border-box;
  text-indent: -999999px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none !important;
}
#page_navigation .previous_link:hover {
  background-position: 0 -31px;
}
#page_navigation .next_link {
  position: relative;
  font-family: "robotocondensed-regular";
  color: #747474;
  background: url(../img/page-rht-arrow.png) no-repeat 0 0;
  text-indent: -999999px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none !important;
}
#page_navigation .next_link:hover {
  background-position: 0 -31px;
}

/* directori allotjament */

.directori-allotjament-pad {
  float: left;
  width: 100%;
  margin-top: -102px;
}
.directori-allotjament-pad .resp-tabs-list li {
  width: 24.7%;
  background: #fff;
}
.directori-allotjament-pad .resp-tab-content {
  width: 100%;
  padding-bottom: 0px;
}
.vtabs ul.tabs-list,
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 85%;
  background: none;
  height: auto;
  margin-bottom: 45px;
}
.vtabs .tabs-list li,
.resp-vtabs .resp-tabs-list li {
  background: none;
  border: 1px solid #3d3c3a;
  min-height: 45px !important;
  line-height: 45px !important;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px 28px !important;
  width: auto;
  margin-right: 3px;
  font-family: "robotocondensed-regular";
  color: #000;
  font-size: 15px;
}
.directori-allotjament-pad .vtabs li.resp-tab-active,
.directori-allotjament-pad .resp-vtabs li.resp-tab-active {
  margin-right: 3px !important;
  background: #2355aa;
  color: #fff;
  border: 1px solid #2355aa;
}
.resp-tabs-filter {
  display: inline-block !important;
  float: left;
  margin-right: 15px !important;
  line-height: 45px !important;
  font-family: "robotocondensed-regular";
  color: #000;
  font-size: 15px;
}
.allotjament-tab {
  position: relative;
}
.allotjament-tab .vtabs .tabs-list li:hover,
.allotjament-tab .resp-vtabs .resp-tabs-list li:hover {
  background: #2355aa;
  color: #fff;
  border: 1px solid #2355aa;
}
.directori-allotjament-pad .vtabs .resp-tab-content,
.directori-allotjament-pad .resp-vtabs .resp-tab-content {
  width: 100%;
  padding: 0px;
}
.allotjament-address {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 12px;
  margin-top: 5px;
  line-height: normal;
}

.view-list {
  position: absolute;
  right: 0;
  top: 51px;
}
.view-list li {
  float: left;
  margin-right: 5px;
}

.view-list li a {
  float: left;
  height: 47px;
  width: 47px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/view_blau.png") no-repeat;
}
.view-list #grid-view {
  background-position: 0px -47px;
}
.view-list #grid-view:hover {
  background-position: 0px 0px;
}
.view-list #list-view {
  background-position: -47px -47px;
}
.view-list #list-view:hover {
  background-position: -47px 0px;
}
.view-list #map-view {
  background-position: -94px -47px;
}
.view-list #map-view:hover {
  background-position: -94px 0px;
}

.vtabs .resp-tabs-container.allotjament-list,
.resp-vtabs .resp-tabs-container.allotjament-list {
  background: #fff;
  padding: 25px 2% 15px;
  width: 96%;
  float: left;
}

#googleMap {
  width: 100%;
  height: 500px;
}

/* directori allotjament llistat */
.allotjament-list-table {
  float: left;
  width: 100%;
}
.allotjament-list-table tr {
  line-height: 22px;
}
.allotjament-list-table tr th:first-child {
  text-align: left;
}
.allotjament-list-table tr th {
  color: #013388;
  font-family: "robotocondensed-regular";
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
.allotjament-list-table th {
  border-bottom: 1px dotted #bdbcbc;
  padding: 15px 10px;
}
.allotjament-list-table tbody tr:nth-child(2n) {
  background: #f1f1f1 none repeat scroll 0 0;
}
.allotjament-list-table tbody tr td {
  padding: 10px 10px;
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
}
.allotjament-list-table tbody tr td .hot_title {
  color: #000;
  font-family: "roboto-bold";
  font-size: 14px;
}
.allotjament-list-table tbody tr td .hot_mail a {
  color: #0d2d37;
}
/* directori allotjament mapa */
.allotjament-mapa img {
  width: 100%;
}

/* directori altres */
.directori-allotjament-pad .alres-tab .resp-vtabs ul.resp-tabs-list {
  text-align: center;
}
.directori-allotjament-pad .alres-tab .resp-tabs-filter {
  float: none;
}
.directori-allotjament-pad .alres-tab .resp-vtabs li.resp-tab-active {
  margin-right: 3px !important;
  background: #cb1824;
  color: #fff;
  border: 1px solid #cb1824;
}
.directori-allotjament-pad
  .allotjament-tab
  .alres-tab
  .resp-vtabs
  .resp-tabs-list
  li:hover {
  background: #cb1824;
  color: #fff;
  border: 1px solid #cb1824;
}
.alres-tab .resp-vtabs .resp-tabs-container {
  background: rgba(255, 255, 255, 0.9) url("../img/border-red.png") no-repeat
    scroll left top;
}

.allotjament-list-table.altres-table tr th {
  color: #cb1824;
}

/* directori menjar tab */
.directori-allotjament-pad
  .allotjament-tab
  .menjar-tab.resp-vtabs
  li.resp-tab-active {
  margin-right: 3px !important;
  background: #308000;
  color: #fff;
  border: 1px solid #308000;
}
.directori-allotjament-pad
  .allotjament-tab
  .menjar-tab.resp-vtabs
  .resp-tabs-list
  li:hover {
  background: #308000;
  color: #fff;
  border: 1px solid #308000;
}

.view-list.view-list-menjar li a {
  float: left;
  height: 47px;
  width: 47px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/view_verd.png") no-repeat;
}
.view-list.view-list-menjar #grid-view {
  background-position: 0px -47px;
}
.view-list.view-list-menjar #grid-view:hover {
  background-position: 0px 0px;
}
.view-list.view-list-menjar #list-view {
  background-position: -47px -47px;
}
.view-list.view-list-menjar #list-view:hover {
  background-position: -47px 0;
}
.view-list.view-list-menjar #map-view {
  background-position: -94px -47px;
}
.view-list.view-list-menjar #map-view:hover {
  background-position: -94px 0;
}

/* directori comercos tab */
.directori-allotjament-pad
  .allotjament-tab
  .comer-tab.resp-vtabs
  li.resp-tab-active {
  margin-right: 3px !important;
  background: #ff9102;
  color: #fff;
  border: 1px solid #ff9102;
}
.directori-allotjament-pad
  .allotjament-tab
  .comer-tab.resp-vtabs
  .resp-tabs-list
  li:hover {
  background: #ff9102;
  color: #fff;
  border: 1px solid #ff9102;
}

.view-list.view-list-comer li a {
  float: left;
  height: 47px;
  width: 47px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/view_groc.png") no-repeat;
}
.view-list.view-list-comer #grid-view {
  background-position: 0px -47px;
}
.view-list.view-list-comer #grid-view:hover {
  background-position: 0px 0px;
}
.view-list.view-list-comer #list-view {
  background-position: -47px -47px;
}
.view-list.view-list-comer #list-view:hover {
  background-position: -47px 0;
}
.view-list.view-list-comer #map-view {
  background-position: -94px -47px;
}
.view-list.view-list-comer #map-view:hover {
  background-position: -94px 0;
}

/* benvinguts page css */

.benvinguts-lft {
  float: left;
  width: 360px;
  margin-right: 51px;
}
.benvinguts-lft1 {
  background: #fff url("../img/revista-box.png") no-repeat left top;
  float: left;
  width: 284px;
  padding: 54px 38px 42px;
  margin-bottom: 48px;
}
.benvinguts-rgt {
  background: #fff url("../img/revista-box.png") no-repeat left top;
  float: right;
  width: 690px;
  padding: 54px 38px;
  position: relative;
}
.benvinguts-lft h3 {
  background: #ffffff url("../img/head-border.png") no-repeat scroll left bottom;
  color: #000000;
  font-family: "robotocondensed-regular";
  font-size: 15px;
  margin-bottom: 20px;
  padding: 0 0 8px;
}
.benvinguts-rgt h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 45px;
  line-height: normal;
}
.benvinguts-rgt h3 {
  color: #000;
  font-family: "roboto-bold";
  font-size: 20px;
  background: #ffffff url("../img/head-border.png") no-repeat scroll left bottom;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
.benvinguts-rgt h6 {
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
  margin-bottom: 10px;
}
.benvinguts-rgt p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  margin-bottom: 15px;
}

.benvinguts-rgt-lft {
  float: left;
  width: 65%;
}
.benvinguts-rgt-rgt {
  float: right;
  width: 30%;
}
.benvinguts-rgt-rgt > img {
  margin-top: 65px;
}
.benvinguts-rgt-lft span.beng-txt {
  color: #232323;
  font-family: "roboto-bold";
  font-size: 13px;
}
.benvinguts-rgt .home-icon {
  position: absolute;
  right: 51px;
  top: 28px;
}

.accordion_example2.smk_accordion .accordion_in .acc_head h2 {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 14px;
  line-height: normal;
  text-transform: none;
}
.accordion_example2.smk_accordion .accordion_in.acc_active .acc_head h2 {
  font-weight: bold;
  color: #1fcc02;
}

.smk_accordion .accordion_in .acc_content ul li {
  content: "";
  background: #fff url("../img/dash-icon.png") no-repeat left 10px;
  padding-left: 10px;
  margin-bottom: 3px;
}

/* home tabs */
#home.tab-content {
  margin: 0;
}

/* banner scripts */
.jssorb01 {
  position: absolute;
}
.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
  position: absolute;
  width: 12px;
  height: 12px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  overflow: hidden;
  cursor: pointer;
  border: #000 1px solid;
}
.jssorb01 div {
  background-color: gray;
}
.jssorb01 div:hover,
.jssorb01 .av:hover {
  background-color: #d3d3d3;
}
.jssorb01 .av {
  background-color: #fff;
}
.jssorb01 .dn,
.jssorb01 .dn:hover {
  background-color: #555;
}
.jssora13l {
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: url("../img/fletxes_slider_prev.png") no-repeat;
  overflow: hidden;
}

.jssora13r {
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: url("../img/fletxes_slider_next.png") no-repeat;
  overflow: hidden;
}

.jssora13l {
  background-position: 0px 0px;
}
.jssora13r {
  background-position: 0 0px;
  left: 46px;
}

.jssora13l:hover {
  background-position: 0px -39px;
}
.jssora13r:hover {
  background-position: 0px -39px;
}

.jssora13l.jssora13ldn {
  background-position: -250px -35px;
}
.jssora13r.jssora13rdn {
  background-position: -310px -35px;
}
.jssort01 .p {
  position: absolute;
  top: 1px !important;
  left: 0;
  width: 85px;
  height: 51px;
}
.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.jssort01 .w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jssort01 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 49px;
  border: #fff 1px solid;
  box-sizing: content-box;
  border-radius: 1px;
}
.jssort01 .pav .c {
  top: 0px;
  _top: 0;
  left: 0px;
  _left: 0;
  width: 83px;
  height: 48px;
  border: #4b9900 1px solid;
  _border: #fff 1px solid;
  background-position: 50% 50%;
}
.jssort01 .p:hover .c {
  top: 0;
  left: 0;
  width: 83px;
  height: 49px;
  border: #fff 1px solid;
  background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
  background-position: 50% 50%;
  width: 85px;
  height: 51px;
  border: #fff 1px solid;
}

.banner-home h1 {
  position: absolute;
  color: #ffffff;
  font-family: "robotocondensed-bold";
  font-size: 44px;
  line-height: 44px;
  top: 32%;
  left: 3%;
  text-shadow: 1px 3px 2px #070707;
  -webkit-text-shadow: 1px 3px 2px #070707;
}
.banner-arrow {
  bottom: 125px;
  left: 92px;
  position: absolute;
}
.home-banner {
  float: left;
  width: 100%;
}
.thumbnail-img {
  /*left:360px !important;*/
}
.content-pad.home-pad {
  padding: 50px 0 55px;
}

.content-pad.galleria {
  padding: 0 0 55px;
}

.slider.current #s {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider.current h1 {
  opacity: 0.5;
  left: 33px;
  transition: 0.8s ease;
}
.slider h1 {
  left: 112px;
}
.slider {
  opacity: 1;
}

/*.jssort01 { position:absolute; left:01px !important; bottom:0px; width:90% !important; height:auto; cursor:pointer;}*/

/* hover css */
.ftr-bottom a:hover,
.ftr-menu ul li a:hover {
  opacity: 0.5;
}
.top-rht li.location a:hover {
  opacity: 0.5;
}
.top-rht li.webcamCap a:hover {
  opacity: 0.5;
}
.top-rht li.consultaCiutadana a:hover {
  opacity: 0.5;
}
.sbSelector:hover,
.activitats-lft span a.link:hover {
  opacity: 0.5;
}
.title:hover {
  color: #0f6201;
}
.activitats-lft.agenda-left li a:hover {
  color: #0f6201;
}
.pdf-text:hover {
  opacity: 0.5;
  color: #0f6201;
}
.page_link:hover {
  opacity: 0.5;
}
.second-row p a:hover,
.first-row p a:hover,
.address-lft p a:hover,
.address-rgt p a:hover,
.form-control span.declare a:hover {
  opacity: 0.5;
}
.accordion_in .acc_content li a {
  color: #847975;
}
.accordion_in .acc_content li a:hover {
  color: #0f6201;
}
.accordion_in .acc_content li a.current {
  font-weight: bold;
  color: #1fcc02;
}
.blue:hover {
  opacity: 0.5;
}
.accordion_example2.smk_accordion .accordion_in .acc_head h2:hover {
  color: #0f6201;
}
.form-control input[type="submit"]:hover {
  opacity: 0.5;
}
.allotjament-address a:hover {
  opacity: 0.6;
}

.fixta-table.dades tr td a:hover {
  opacity: 0.6;
}
.allotjament-address a {
  color: #756b67;
}
.esport-txt a:hover {
  color: #0f6201;
}

#dormir.resp-tab-content {
  padding: 50px 0 15px;
  float: left;
}

#visiti.resp-tabs-list li:hover {
  background: #207312 none repeat scroll 0 0;
  border: 1px solid #207312;
  color: #ffffff;
}
#activitats-llistat.resp-tabs-list li:hover {
  background: #207312 none repeat scroll 0 0;
  border: 1px solid #207312;
  color: #ffffff;
}
.galleria-tab .resp-tabs-list li:hover {
  background: #207312 none repeat scroll 0 0;
  border: 1px solid #207312;
  color: #ffffff;
}

.esport-hover {
  background: rgba(33, 115, 18, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}
.esport-foto li:hover .esport-hover {
  opacity: 1;
}
.esport-foto li:hover .esport-txt {
  color: #207312;
}

/*.fixta-table.dades tr td:last-child img:hover { background:url(../img/green_location.png) no-repeat center center; width:14px; height:18px;}*/

a.mapa-icon {
  background: url(../img/green_location_dades.png) no-repeat 0 0;
  width: 14px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  z-index: 999;
  position: relative;
}
.mapa-icon:hover {
  background-position: 0 -17px;
}
.mapa-icon:hover a {
  opacity: 1;
}

/*.fixta-table.dades img.mapa:hover { opacity:0;}
.fixta-table.dades img.mapa:hover .location-hover {opacity:1;}
.location-hover { background:url(../img/green_location.png) no-repeat center center; width:14px; height:18px; opacity:1; }

.fixta-table.dades tr td:last-child img.mapa:hover  .location-hover { opacity:1;}*/

.fixta-table.dades img.mapa:hover {
  display: none;
}
.fixta-table.dades img.mapa:hover .location-hover {
  opacity: 1;
  position: absolute;
  top: 21px;
}
.location-hover:hover .fixta-table.dades tr td:last-child img {
  display: none;
}
.location-hover {
  opacity: 0;
  position: absolute;
  top: 21px;
}

.revista-img-hover {
  background: rgba(33, 115, 18, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.revista-pad ul li:hover .revista-img-hover {
  opacity: 1;
}
.rev-txt h3:hover .revista-img-hover {
  color: #fff;
}
.revista-img-hover:hover .rev-txt h3 span {
  color: #fff;
}

.gal-foto-hover {
  background: rgba(33, 115, 18, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}
.gal-foto ul li:hover .gal-foto-hover {
  opacity: 1;
}

/*.ui-datepicker-calendar .ui-state-default:hover { background: #207312; color:#ffffff;}*/
.ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(32, 115, 18, 0.63);
  color: #000;
}
.ui-datepicker-calendar .highlight .ui-state-default {
  background: #207312;
  color: #ffffff;
}

.activitats-round-hover {
  background: rgba(33, 115, 18, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.activitats-lft ul li:hover .activitats-round-hover {
  opacity: 1;
}

.content-pad.contactar {
  padding-top: 0;
}

.directori-hover {
  background: rgba(33, 115, 18, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}
.domir-img li:hover .directori-hover {
  opacity: 1;
}

.domir-img img {
  float: left;
  max-height: 235px;
}
.image-title > img {
  float: none;
}

#dormir .domir-img ul li.directori-hover {
  background: rgba(33, 115, 18, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
}
#dormir .domir-img ul li:hover .directori-hover {
  opacity: 1;
}

.tab-section,
.tab-inner {
  float: left;
  width: 100%;
}

li.green.fixta-pdf {
  background: url(../img/pdf-icon-list-new.png) no-repeat scroll 0 0;
  color: #0f6201;
  font-family: "roboto-medium";
  height: 28px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 48px;
}
li.green.fixta-pdf:hover {
  background-position: 0 -29px;
}
li.green.fixta-pdf:hover a {
  color: #000;
}

.revista-pad ul li:hover .rev-txt h3 {
  position: relative;
  z-index: 9999;
  color: #fff;
}
.revista-pad ul li:hover .rev-txt h3 span {
  position: relative;
  z-index: 9999;
  color: #fff;
}

#mobile {
  display: none;
}

.list-view.icon-active #list-view {
  background-position: -47px 0;
}

.grid-view.icon-active #grid-view {
  background-position: 0 0;
}

.map-view.icon-active #map-view {
  background-position: -94px 0;
}

.img-bg li a.li-last:hover {
  opacity: 0.8;
}
.resp-tabs-list li:hover {
  background: #e7e7e7 none repeat scroll 0 0;
}
.tour-txt:hover {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #3e306d;
}
.tour-txt:hover h2 {
  color: #3e306d;
  text-shadow: none;
}
.tour-txt:hover h2 span {
  color: #3e306d;
}

.tour-txt.text-rht.green:hover {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #7da22e;
}
.tour-txt.text-rht.green:hover h2 {
  color: #7da22e;
  text-shadow: none;
}
.tour-txt.text-rht.green:hover h2 span {
  color: #7da22e;
}

.tour-txt.yellow:hover {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #ffb031;
}
.tour-txt.yellow:hover h2 {
  color: #ffb031;
  text-shadow: none;
}
.tour-txt.yellow:hover h2 span {
  color: #ffb031;
}

.tour-txt.text-rht.red:hover {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #cc111a;
}
.tour-txt.text-rht.red:hover h2 {
  color: #cc111a;
  text-shadow: none;
}
.tour-txt.text-rht.red:hover h2 span {
  color: #cc111a;
}

#nt-examp li div em,
#nt-examp li p em {
  font-style: normal;
  color: #0f6201;
  font-family: "roboto-bold";
  font-size: 13px;
}
.title {
  color: #000000;
  display: block;
  font-family: "roboto-bold";
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 6px;
}
#nt-examp div,
#nt-examp p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 13px;
  line-height: 18px;
}
#nt-examp li {
  border-bottom: 1px dotted #bdbcbc;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
#nt-examp li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.cosistori-banner ul li img:hover {
  opacity: 0.6;
}
.activitats-top.agenda-top.banner-top img:hover {
  opacity: 0.7;
}
.search-list div:hover strong {
  color: #0f6201;
}

h1.jumbo {
  font-size: 51px;
}

#mobile-tab {
  display: none;
}
#mobile-page {
  display: block;
}

ul.list-mobile {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  float: left;
  width: 100%;
}
.list-mobile li {
  border-right: 1px solid #c1c1c1;
  float: none;
  font-family: "robotocondensed-bold";
  font-size: 18px;
  padding: 1.8% 2%;
  position: relative;
  text-transform: uppercase;
  width: 20%;
  text-align: left;
  display: inline-block;
}
.list-mobile li a {
  color: #676767;
}
.list-mobile li:last-child {
  border-right: none;
}
.view-list-mobile ul li:last-child {
  margin-right: 0px;
}

.filter-mobile {
  float: left;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.filter-mobile .lang {
  width: 50%;
}
.filter-mobile .sbHolder {
  background: #fff;
  border: 1px solid #c1c1c1;
  width: 100%;
  height: 36px;
  margin: 6px 0 0 0;
  font-size: 15px;
}
.filter-mobile .lang > span {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
}
.filter-mobile .sbSelector {
  color: #676767;
  line-height: 36px;
  text-transform: uppercase;
  width: 100%;
}
.filter-mobile .sbToggle {
  background: url(../img/select-arrw-brwn.png) no-repeat scroll 0 0 !important;
  display: block;
  height: 8px;
  outline: medium none;
  position: absolute;
  right: 12px;
  top: 13px;
  width: 13px;
}
.filter-mobile a.sbSelector:hover {
  color: #676767;
}

.view-list-mobile li a {
  float: left;
  height: 47px;
  width: 47px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/view_blau.png") no-repeat;
}
.view-list-mobile #grid-view {
  background-position: 0px -47px;
}
.view-list-mobile #grid-view:hover {
  background-position: 0px 0px;
}
.view-list-mobile #list-view {
  background-position: -47px -47px;
}
.view-list-mobile #list-view:hover {
  background-position: -47px 0;
}
.view-list-mobile #map-view {
  background-position: -94px -47px;
}
.view-list-mobile #map-view:hover {
  background-position: -94px 0;
}
.view-list-mobile {
  float: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.view-list-mobile ul li {
  float: left;
  margin: 0 5px 0 0;
}
.mobile-img {
  float: left;
  width: 100%;
}
.mobile-img ul li {
  float: left;
  margin: 0 44px 26px 0;
  position: relative;
  width: 45%;
}
.mobile-img ul li:nth-child(2n-2) {
  margin-right: 0;
}
.mobile-img ul li.directori-hover {
  background: rgba(33, 115, 18, 0.8) none repeat scroll 0 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.mobile-img ul li:hover .directori-hover {
  opacity: 1;
}
.mobile-img ul li img {
  float: left;
}
.mobile-img ul li .image-title img {
  float: none;
}
.directori-allotjament-pad .tab-inner {
  margin-top: 0px;
}
.directori-allotjament-pad .tab-section {
  margin: 0;
}
.mobile-img {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 2%;
  width: 96%;
}
.list-mobile li a.active-green {
  color: #0f6201;
}

.mobile-llistat .allotjament-list-table tr {
  background: #fff;
}
.mobile-mapa .allotjament-mapa {
  padding: 0;
  width: 100%;
}
.mobile-mapa .allotjament-mapa img {
  float: left;
}
.mobile-mapa {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 3% 0 0;
}
.mobile-llistat {
  float: left;
  width: 100%;
}
ul.list-mobile.galleria {
  background: none;
  color: #000;
  font-family: "robotocondensed-regular";
  border: none;
  float: left;
  width: 100%;
  text-align: center;
}

.list-mobile.galleria li {
  border-right: none;
  margin: 0 5px 5px 0;
  width: auto;
  padding: 0;
  text-align: center;
}
.list-mobile.galleria li a {
  font-family: "robotocondensed-regular";
  color: #000;
  padding: 12px 15px;
  display: block;
  border: 1px solid #000000;
  font-size: 16px;
}
.list-mobile li a:hover {
  color: #0f6201;
}
.list-mobile.galleria li a.active-tab {
  background: #0f6201;
  color: #fff;
  border: 1px solid #0f6201;
}
.list-mobile.galleria li a:hover {
  background: #0f6201;
  color: #fff;
  border: 1px solid #0f6201;
}
.mobile-activitats {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 4%;
  width: 92%;
  border: 1px solid #cccccc;
  margin-top: 15px;
}
/*.mobile-activitats .esport-txt { box-shadow: none;}*/
.esport-foto li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 30px;
}

.tab-section.gal-section.visitans {
  display: none;
}
#visitans-tab .resp-tab-content h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  line-height: 40px;
  margin: 10px 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.mobile-visitans {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.mobile-visitans .lliviatot-txt h1 {
  color: #ffffff;
  font-size: 33px;
  font-family: "robotocondensed-bold";
  line-height: 40px;
}
.mobile-visitans.officina .com-aaribar-lft.oficina-lft img {
  width: 100%;
}
.mobile-visitans.adreces-mob .llivia-feed-wrap {
  padding: 4%;
  width: 92%;
}

.title-visit h1 {
  color: #0f6201;
  font-family: "robotocondensed-bold";
  font-size: 40px;
  line-height: 40px;
  margin: 10px 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.title-visit h5 {
  color: #2b2d36;
  font-family: "robotocondensed-bold";
  font-size: 20px;
  text-align: center;
}

.com-aaribar-lft p a:hover,
a.consult:hover {
  opacity: 0.5;
}
#mobile-page-allotament {
  display: none;
}

.formOK,
.formKO {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #0f6201;
  color: #0f6201;
}
.formKO {
  border-color: #cb1824;
  color: #cb1824;
}

.text-center,
.tcenter {
  text-align: center;
}
.text-left,
.tleft {
  text-align: left;
}
.text-right,
.tright {
  text-align: right;
}

.consulta-pad {
  float: left;
  width: 100%;
  box-sizing: border-box;
  /*padding: 52px 142px;*/
  padding: 52px 42px;
  background: #fff url(../img/border-red.png) no-repeat left top;
}
.consulta-pad h1 {
  color: #cb1824;
  font-family: "robotocondensed-bold";
  font-size: 41px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.consulta-pad h2 {
  font-family: "robotocondensed-bold";
  text-align: center;
  margin-bottom: 20px;
}
.consulta-pad p {
  color: #756b67;
  font-family: "roboto-light";
  font-size: 14px;
  margin-bottom: 15px;
}

.consulta-list {
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px dotted;
  margin-bottom: 30px;
}
.consulta-containter-list {
  width: 333px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .consulta-containter-list {
    width: 112% !important;
    margin-left: -20px !important;
  }
  .consulta-pad form {
    width: 100% !important;
  }
}

.consulta-containter-list a {
  text-align: center;
  display: block;
  color: #cc1824;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.consulta-containter-list a:hover {
  color: #000;
}

.consulta_link {
  text-align: center;
  display: block;
  color: #cc1824;
  font-weight: 700;
}
.consulta_link:hover {
  color: #000;
}

.fletxa-back {
  background: url("../img/tornar.png") top center;
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
}
.fletxa-back:hover,
a:hover .fletxa-back {
  background-position: bottom center;
}

ul.consulta-list {
  list-style: none;
}
ul.consulta-list li {
  background-color: #cc1824;
  border-radius: 3px;
  box-shadow: 1px 1px #ca1921;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
ul.consulta-list li a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

ul.consulta-list li.first {
  background-color: #9b0004;
}

.consulta-pad form {
  width: 333px;
  margin: 0 auto 50px;
}
.consulta-pad form fieldset {
  border: none;
}
.consulta-pad form input[type="submit"],
.consulta-pad form input[type="button"] {
  display: block;
  border: none;
  background-color: #cc1824;
  border-radius: 3px;
  box-shadow: 1px 1px #ca1921;
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  width: 70%;
  margin: 0 auto;
}
.consulta-pad form input[type="text"] {
  border: 1px solid #d7d6d4;
  border-radius: 3px;
  background: #efeeea;
  color: #000;
  margin-bottom: 20px;
  display: block;
  width: 94%;
  padding: 3%;
  font-family: "robotocondensed-regular";
}
.consulta-pad form textarea {
  border: 1px solid #d7d6d4;
  border-radius: 3px;
  background: #efeeea;
  color: #000;
  margin-bottom: 20px;
  display: block;
  width: 94%;
  padding: 3%;
  min-height: 100px;
  font-family: "robotocondensed-regular";
}

.consulta-pad form input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
}
.consulta-pad form input[type="text"]::-moz-placeholder {
  font-style: italic;
}
.consulta-pad form input[type="text"]:-moz-placeholder {
  font-style: italic;
}
.consulta-pad form input[type="text"]:-ms-input-placeholder {
  font-style: italic;
}

.consulta-pad form input[type="radio"] {
  display: none;
}

.consulta-pad form input[type="radio"] + label {
  background: url("../img/check.png") center center;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 0px;
}
.consulta-pad form input[type="radio"]:checked + label {
  background: url("../img/checked.png") center center;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 0px;
}

.pregunta,
p.pregunta {
  font-weight: 700;
  margin-bottom: 5px;
}
.multi li {
  background: #efeeea;
  margin-bottom: 1px;
  padding: 10px;
  font-style: italic;
}

.consulta-seperador {
  width: 40px;
  margin: 20px auto;
  border-bottom: 2px solid #cb1824;
}

/* MARGINS */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}

.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}

.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}

.thumb-container {
  background-size: cover;
  display: block;
  border-radius: 50%;
  background-position: center center;
  width: 98px;
  height: 98px;
}

#webcam {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://llivia.org/imatgescam/refresc.jpeg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  margin: auto;
}
#webcam2 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://llivia.org/imatgescam/refresc.jpeg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  margin: auto;
}
#webcamanterior {
  background-image: url("");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: relative;
  margin: auto;
}
#webcamanterior2 {
  background-image: url("");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: relative;
  margin: auto;
}
#dormir #imgPortada {
  height: 231px;
  width: 358px;
}

/* MENU STYLES */
.search {
  width: 20%;
}
nav {
  width: 100%;
}
#menu > ul > li {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
  padding: 0 25px;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-items {
  width: 100%;
  height: 100%;
}
.menu-items.left {
  width: 70%;
}
.menu-items.right {
  width: 30%;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
}
.menu-items > ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.menu-items ul li {
  position: relative;
  padding: 10px;
  font-size: 18px;
}
.menu-items > ul > li {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
  padding: 0 25px;
}
.menu-items > ul > li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 50px;
  background: linear-gradient(#fff 20%, #efeeea 80%);
  bottom: 0px;
}
.menu-items > ul > li > a {
  font-family: "robotocondensed-bold";
  color: #111;
  font-weight: 400;
  font-size: 14px;
}
.menu-items > ul > li > a:hover {
  color: green;
}
.menu-items.right > ul > li:before {
  content: "";
  position: absolute;
  right: -11px;
  width: 1px;
  height: 50px;
  background: linear-gradient(#fff 20%, #ddd 80%);
  bottom: 0px;
  left: -5px;
}
.menu-items.right ul,
.menu-items.right .search {
  width: 50%;
}

ul.sub.active-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #1c1c1c;
  opacity: 1;
  z-index: 99;
}
ul.sub.active-menu ul.sub + a::after {
  content: ">";
  position: absolute;
  right: 20px;
  font-size: 20px;
}
ul.sub.active-submenu {
  display: flex;
  flex-direction: column;
  left: 250px;
  top: 0px;
}
ul.sub {
  display: none;
  z-index: 1;
  position: absolute;
  background: #1c1c1c;
  width: 250px;
  top: 20px;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
ul.sub li {
  transition: 0.3s;
  cursor: pointer;
  line-height: 25px;
}
ul.sub li a {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
ul.sub li:hover {
  background-color: lightgreen;
}
ul.sub > li:hover > a {
  color: black;
}
ul.sub.active-submenu {
  background: #323232;
  opacity: 1;
}
ul.sub > .sub {
  left: 0;
}

/* AUDIOGUIA */
.audioguia form {
  display: flex;
  flex-flow: wrap;
}

.audioguia form input {
  width: 100%;
  margin-bottom: 10px;
}

.audioguia form input[type="text"] {
  padding: 10px;
  border: 1px solid #b3b3b3;
}

.audioguia form input[type="submit"] {
  padding: 10px;
  background: white;
  border: 1px solid #0f6201;
  color: #0f6201;
  cursor: pointer;
  font-weight: bold;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.audioguia form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}

/* EQUIPAMENTS*/
div.equipaments {
  width: 45%;
}
.equipaments .sbHolder {
  border-bottom: 1px dotted #bdbcbc;
  height: 30px;
}
.equipaments .sbSelector {
  color: #01af00;
  font-weight: bold;
  font-family: "roboto-light";
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  width: 85%;
}
.equipaments .sbToggle {
  background-position-y: -7.5px;
  width: 30px;
  height: 30px;
  top: -5px;
  background-position-x: center;
}
.equipaments .sbHolder:hover .sbToggle {
  background-position-x: center;
  background-position-y: -9.5px;
}
.equipaments .sbOptions {
  width: 100% !important;
}

.legend li {
  margin-left: 15px;
  margin-bottom: 10px;
  height: 20px;
  display: flex;
  box-sizing: border-box;
}

li.free span {
  width: 7%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #01af00;
  display: inline-block;
  margin-right: 10px;
}
li.booked span {
  width: 7%;
  height: 100%;
  border-radius: 50%;
  background-color: #f3a895;
  display: inline-block;
  margin-right: 10px;
}
li.ask-disponibility span {
  width: 7%;
  height: 100%;
  border-radius: 50%;
  background-color: #f5ed5a;
  display: inline-block;
  margin-right: 10px;
}
.equipaments h4 {
  font-weight: bold;
  margin: 10px 0;
  display: block;
  font-family: 'roboto-medium';
}
.equipaments p{
  font-size: 14px;
margin-bottom: 15px;
line-height: 1.7;
}

ul.tarifes {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.tarifes li {
  flex: 0 1 40%;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.7;
  font-family: 'robotocondensed-light';
}

.tarifes span.tarifa-preu {
  margin-left: 25px;
  font-weight: bold;
}

.tarifes li {
  font-size: 15px;
}

table.tarifes{
  width:80%;
}
table.tarifes td{
  font-size:15px;
  font-family: 'robotocondensed-light';
  padding:2% 0%;
}
table.tarifes td.tarifa-preu{
  font-weight: bold;
  text-align:right;
  padding:2% 3% 2% 1%;
}
table.tarifes td:nth-child(3n){
  padding:2% 1% 2% 5%;
}
.fitxer span.pdf-icon{
  background: url(../img/pdf.svg) no-repeat center center;
  width: 20px;
  height: 16px;
  display: inline-block;
}

div.equipaments.fitxer {
  display: inline-block;
  border: 2px;
  border-color: #e3e3e3;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 15px 0;
  margin: 10px 0;
  width: 100%;
}

.fitxer a {
  display: inline-block;
  font-size: 15px;
  color: #006401;
  font-family: roboto-medium;
}
.fitxer a span{
  margin-right:10px;
}
div.benvinguts-rgt-lft.equipaments.boto-reserva {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.boto-reserva input[type="submit"] {
  padding: 15px 40px;
  font-size: 14px;
  color: #01af00;
  background: transparent;
  border: 1px solid #01af00;
  font-weight: bold;
}
.flexslider{
  width: 100%;
}

.revista-pad.form-equipaments h1{
    line-height: 1;
    margin-bottom: 15px;
}
.form-container-equipament{
  width:100%;
  margin-bottom: 5%;
}


.form-equipaments h3 {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0 10px;
  color: black;
  font-family: 'roboto-bold';
}


.form-equipaments .map {

  float: right;
  width: 55%;
}

.form-equipaments .address-section {
  width: 45%;
}
.form-equipaments .segu-section{
  width: 40%;
}

.form-container-equipament .form-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-container-equipament .form-control.radio-input {
  justify-content: flex-start;
}

.form-container-equipament .form-control label {
  width: 40%;
}

.form-container-equipament .form-control input,.form-container-equipament .form-control textarea {
  width: 60%;
}

.form-control.submit-form {
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.form-control.submit-form input{
  text-transform: uppercase;
}

.form-control.radio-input .radio-item {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width:unset;
  text-transform: unset;
  margin-bottom:5px;
}

.radio-input .radio-item input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}
.radio-input .radio-item .checkmark {
  position: absolute;
  top: 25%;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 50%;
  border:1px solid darkgray;
}
.radio-input .radio-item:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-input .radio-item input:checked + .text {
  font-weight: bold;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-input .radio-item input:checked ~ .checkmark:after {
  display: block;
}
.radio-input .radio-item .checkmark:after {
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #01af00;
}

.form-container-equipament .form-control textarea {
  height:unset;
  min-height:60px;
  margin-bottom: 6px;
}
.form-container-equipament .form-control input.datepicker-here {
  background: url("../img/calendar.svg")no-repeat right center;
  background-size: 20px 20px;
  background-position-x: 96%;
}


/* Number apearance */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input .button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
    border-radius: 50%;
}

.number-input .button:before,
.number-input .button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 2px;
  background-color: #212121;
  top:50%;
  left:19%;
}
.number-input .button.plus:after {
  transform: rotate(90deg);
}

.number-input input[type=number] {
  max-width: 3.5rem;
  border: 1px solid #b0aeae;
  height: 31px;
  margin: 6px 12px;
  padding: 0px 8px;
  text-align: center;
  color:black;
}

.number-input {
  width: 60%;
  display: flex;
  align-items:center;
}

.number-input .button {
  /* background-color: transparent; */
  /* width: 3rem; */
  /* height: 3rem; */
  background-color: #0f6201;
  width: 1.3rem;
  height: 1.3rem;
  color: white;
}

.number-input .button::before, .number-input .button::after {
  /* background-color: #212121; */
  background-color: white;
}



.type-equipament-selector {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%; align-items: center;
}

.type-equipament-selector .form-control.radio-input {
  display: inline-flex;
  width: 70%;
  justify-content: flex-start;
}

.type-equipament-selector h3 {
  margin-right: 40px;
}

.form-control.radio-input .radio-item {
  margin-right: 50px;
}

.type-equipament-selector .form-control.radio-input .radio-item,.espai-selector .form-control.radio-input .radio-item {
  text-transform: uppercase;
}
.type-equipament-selector .form-control.radio-input .radio-item input:checked + .text,.espai-selector .form-control.radio-input .radio-item input:checked + .text {
  font-weight: normal;
}



.selector-separator {
  position: relative;
  border:1px solid #646464;
  margin-bottom:20px;
}
.selector-separator .triangle {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -8px;
  border-right: 2px solid #646464;
  border-bottom: 2px solid #646464;
  background: white;
}

.espai-selector{
  margin-bottom:30px;
}
.espai-selector p {
  font-size: 13px;
  color: gray;
  width: 50%;
  margin: 10px 0;
}

.espai-selector .form-control.radio-input {
  display: flex;
  flex-direction:column;

}
.espai-selector .form-control.radio-input .radio-item .text{
  float: left;
  margin-right: 30px;
  width:18%;
}
.espai-selector .form-control.radio-input .radio-item .select_box{
  float: left;
  width:19%;
  text-align:center;
}
.espai-selector .form-control.radio-input .radio-item .sbHolder{
  width: 30%;
  border: 1px solid #b0aeae;
  margin-left: 40px;
  height: 31px;
  margin-bottom:6px;
  padding: 0 8px;
}

.espai-selector  .form-control.radio-input .radio-item {

  display: flex;
  align-items: center;
}

.espai-selector  .form-control.radio-input .radio-item .checkmark{
  top:unset;
}

.espai-selector .sbToggle {
  right: 10px;
  background-position: 0 -22px;
}
.espai-selector  a.sbSelector:hover{
  color:#676767;
}
.espai-selector .form-control.radio-input .radio-item .sbHolder {
  width: 30%;
  border: 1px solid #b0aeae;
  margin-left: 40px;
  height: 31px;
  margin-bottom: 6px;
  padding: 0px 8px;
}

.espai-selector .form-control.radio-input .radio-item .select_box.poped +.sbHolder {
  position: absolute;
}

.revista-pad .espai-selector ul.sbOptions  li {
  /* width: 24.5%; */
  width: 100%;
  margin-bottom:2px;
}

.revista-pad .espai-selector ul.sbOptions  {
  /* margin: 30px auto 0px auto; */
  margin: 0px auto 0px auto;
}

.espai-selector .sbSelector {
  /* width: 80px; */
  width: 100%;
  color:#676767;
  text-align:center;
}

.espai-selector .sbOptions {
  top: 32px !important;
}

.espai-selector .form-control.radio-input .form-control.radio-input {
  flex-direction: row;
  width: 40%;
  margin-left:20px;
}

.espai-selector .form-control.radio-input .form-control.radio-input .radio-item {
  margin-right: 10px;
  width: 35%;
  
}
.espai-selector .form-control.radio-input .form-control.radio-input .text {
  width: 75%;
  margin-right: 10px;
}

/* AFEGIT 25/06/2020 */
.adj-pdfs { width: 100%; margin-top: 40px; }
.adj-pdfs ul { display: flex; flex-flow: wrap; }
.adj-pdfs li { width: 100%; padding: 10px 0px; }
/*.adj-pdfs li:nth-child(odd) { background: #efeeea; }*/
.adj-pdfs ul li a img { margin-right: 10px; }


/* OVERRIDE BANNER HOME */
.sbOptions {
	transform: translate3d(0px, 0px, 0px);
}


/* OVERRIDE MENU */
.destacado {
	background-color: #0f6201;
	cursor: pointer;
}

.destacado:hover {
	opacity: .8;
}

.destacado a{
	color: white !important;
}











