/**
 * Main styles
 */

body {
  background-color: #FFFFFF;
  color: #4F4E4E;
  font: normal 13px/1.5 Helvetica, sans-serif;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 5px 0;
  color: #4f4e4e;
}
h2 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #00aeef;
	padding-top: 10px !important;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
}
h3 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #283891;
	padding-bottom: 5px;

}
h4 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #00aeef;
}
h5 {
	font-size: 14px;
	margin: 5px;
	color: #03C;
	font-weight: bold;
}
h6 {
	font-size: 36px;
	margin: 5px 0;
	color: #F00;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #4F4E4E;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4F4E4E;
  text-decoration: underline;
}
blockquote {
  background: transparent url(../images/bq-tl.png) no-repeat left top;
  padding-left: 30px;
  margin-left: 10px;
  font-style: italic;
  min-height: 0px;
}
ol{
  list-style-type: decimal;
  margin-left: 25px;
}
#main ul {

}
#main ul li {
	list-style: none;
	padding-left: 0px !important;
}
ul.links.inline {
	display:inline-flex;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	vertical-align: middle;
	padding: 0px;
}
.sidebar ul li {
	margin-left: 0;
	list-style: none;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 205px;
}
.form-submit,
.form-button {
	background-color: #293fb3;
	;
	border: 0;
	color: #FFF;
	cursor: pointer;
	overflow: visible;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 10px;
	height: 23px;
}
#forum table {
  border-collapse:collapse;
  width:100%;
}
a {
  color: #0c85cf;
  text-decoration: none;
}
a:hover {
  color: #0c85cf;
  text-decoration: underline;
}

/* Page Styles
-------------------------------------------------------------- */

#page {
  overflow: hidden;
}
#header {
	background: url(../images/header-bg.gif) repeat-x;
	height: 115px;
	width: 100%;
	vertical-align: top;
}
.header {
  height: 105px;
  padding-top: 5px;
}
#site-header {
  padding-top: 15px;
}
.logo {
  float: left;
}
.block-search {
	clear: left;
	float: left;
}
#site-name {
  position: absolute;
  text-indent: -9999px;
}
#site-slogan {
  color: #ffffff;
}
#user-links {
  float: right;
  margin-bottom: 10px;
}
#user-links ul.links {
  float:right;
}
#user-links ul.links li a {
  color:#ffffff;
  text-decoration: none;
}

/* Search
-------------------------------------------------------------- */
#search {
  float: right;
}
#search label {
  display: none;
}

/* Primary Navigation
-------------------------------------------------------------- */
.navigation {
	height: 44px;
	margin-top: 5px;
	background-attachment: scroll;
	background-color: #999;
	border-radius: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation li{
 background-color: #999;
	border-radius: 10px;
  float: left;
  height: 44px;
}
#navigation li.active,
#navigation li:hover {
   background-color: #293fb3;
	border-radius: 10px;
}
#navigation a {
	color: #FFF;
	display: block;
	font-size: 15px;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#navigation a:hover,
#navigation a:visited {
  color: #FFF;
  text-decoration: none;
}

/* Superfish
-------------------------------------------------------------- */
#superfish {
  height:44px; 
  float:left;
}
#superfish h2 {
  height: 0;
  overflow: hidden;
  position: absolute;
}
#superfish .menu, #superfish .menu * {
  margin:0;
  padding:0;
  list-style:none;
}
#superfish .menu {
  line-height:1.0;
}
#superfish .menu ul {
  position:absolute;
  top:-999em;
  width:18em;
}
#superfish .menu ul li {
  width:100%;
}
#superfish .menu li:hover {
  visibility:inherit;
}
#superfish .menu li {
  float:left;
  position:relative;
}
#superfish .menu a {
  display:block;
  position:relative;
}
#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
  left:0;
  top:45px;
}
#superfish ul.menu li:hover li ul,
#superfish ul.menu li.sfHover li ul {
  top:-999em;
}
#superfish ul.menu li li:hover ul,
#superfish ul.menu li li.sfHover ul {
  left:18em;
  top:0;
}
#superfish ul.menu li li:hover li ul,
#superfish ul.menu li li.sfHover li ul {
  top:-999em;
}
#superfish ul.menu li li li:hover ul,
#superfish ul.menu li li li.sfHover ul {
  left:18em;
  top:0;
}
#superfish .menu {
  float:left;
  margin-bottom:1em;
}
#superfish .menu a {
  padding:.75em 1em 1em 1em;
  text-decoration:none;
}
#superfish .menu a.sf-with-ul {
  padding-right:2.25em;
  min-width:1px;
}
#superfish .menu a, #superfish .menu a:visited  {
  color:#fff;
  text-decoration:none;
  font-size:12px;
  text-transform:uppercase;
  padding-right:30px;
  padding-left:30px;
  padding-top:15px;
}
#superfish .menu li {
  background: transparent url(../images/main-sprite.png) repeat-x scroll left top;
}
#superfish .menu li li {
  background: transparent url(../images/main-sprite.png) repeat-x scroll left top;
}
#superfish .menu li li li {
  background: transparent url(../images/main-sprite.png) repeat-x scroll left top;
  top: 0px;
}
#superfish .menu li:hover, #superfish .menu li.sfHover,
#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
  outline:0;
}
#superfish .menu li:hover {
  background-position: left -45px;
}
#superfish .menu li.active-trail {
  background-position: left -45px;
}
#superfish .menu li.active-trail li {
  background-position: left 0px;
}
#superfish .menu li li:hover {
  background-position: left -45px;
}
#superfish .menu li li li:hover {
  background-position: left -45px;
}
.sf-sub-indicator {
  position:absolute;
  display:block;
  right:.75em;
  top:1.05em;
  width:10px;
  height:10px;
  text-indent:-999em;
  overflow:hidden;
  background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator { 
  top:.8em;
  background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
#superfish .menu ul .sf-sub-indicator { background-position:  -10px 0; }
#superfish .menu ul a > .sf-sub-indicator { background-position:  0 0; }
#superfish .menu ul a:focus > .sf-sub-indicator,
#superfish .menu ul a:hover > .sf-sub-indicator,
#superfish .menu ul a:active > .sf-sub-indicator,
#superfish .menu ul li:hover > a > .sf-sub-indicator,
#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}

/* messages
-------------------------------------------------------------- */

div.messages {
  margin: 0 auto 15px;
  width: 900px;
}

/* Slide Wrapper
-------------------------------------------------------------- */
#banner-wrap {
  background: transparent url(../images/main-sprite.png) repeat-x scroll center -90px;
  height: 393px;
  overflow: hidden;
  width: 100%;
}
* html #banner-wrap {
  position: relative;
}
#banner-wrap.empty {
  height: 10px;
}
#banner-wrap .content {
  margin-top: 15px;
}

/* Page Content
-------------------------------------------------------------- */

.preface,
.sidebar .gutter {
  margin-bottom: 15px;
  min-height: 0;
}
* html .sidebar .gutter,
* html .sidebar .gutter {
  height: 1%;
}
#main-wrapper {
  background-color: #FFFFFF;
  width:100%;
  padding-top:5px;
}

#content-wrap {
  min-height: 400px;
}
#preface {
  min-height: 150px;
  * html height: 150px;
}
#preface .block-block {
  padding-top: 5px;
  padding-bottom: 15px;
}
#preface h2,
#preface h3 {
  color: #4f4e4e;
}
.sidebar h2 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: left;
	background-color: #293fb3;
	border-radius: 10px;
	height: 30px!important;
	width: 201px;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	background-position: left center;
	margin-bottom: 2px;
	text-indent: 15px;
	display: block;
	margin-top: 8px;
	padding-top: 15;
	padding-right: 15;
	padding-bottom: 15;
	padding-left: 20!important;
}
.sidebar .content {
  padding: 1px;
}
#bottom {
	border-radius: 10px;
	background-color: #293fb3;
	color: #ffffff;
	margin-top: 15px;
	margin-top: 20px;
	display: flex;
	/* Safari, Opera, and Chrome */
display: -webkit-box;
	width: 960px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	clear: both;
	position: inherit;
}
#bottom h2 {
	color: #09F;
}
#bottom a,
#bottom a:visited {
  color: #ffffff;
  text-decoration: none;
}
#bottom a:hover {
  color: #0c85cf;
}
#footer-wrap {
  background-color: #FFFFFF;
  color: #666666;
  margin-top: 10px;
  padding-bottom: 10px;
}
#footer-wrap ul,
#footer-wrap li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#footer ul {
	list-style: none;
	text-align: left;
	margin: 10px 0;
}
#footer ul li {
	list-style-type: none;
display: flex;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px!important;
	list-style-image: none;

}
.pie-de-pagina ul li {
	list-style-type: none;
	display: flex;
	margin: 0px!important;
	padding: 0px!important;
}
#footer a {
  color: #0c85cf;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.footer {
  margin: 0 auto;
  width: 960px;
}
#levelten {
  text-align: center;
}

/* Forum Styles
-------------------------------------------------------------- */
#forum tr.even, tr.odd {
  background: url(../images/forum-row-bg.gif) repeat-x scroll;
  border-bottom:1px solid #CCCCCC;
  padding:0.5em 1em;
}

/* Comment Styles
-------------------------------------------------------------- */
#comments .comment {
  background: #F6F6F6;
  padding:0.5em 1em;
}

/* Helper Icon Styles
-------------------------------------------------------------- */
.region-content ul.links a {
	background-repeat: no-repeat;
	padding-bottom: ;
	padding-left: 20px;
}
.region-content ul.links li.comment-add a {
  background-image: url(../images/commentadd.gif);
}
.region-content ul.links li.comment-comments a {
  background-image: url(../images/comments.gif);
}
.region-content ul.links li.comment-edit a {
  background-image: url(../images/commentedit.gif);
}
.region-content ul.links li.comment-delete a {
  background-image: url(../images/commentdelete.gif);
}
.region-content ul.links li.comment-reply a {
  background-image: url(../images/commentadd.gif);
}
.region-content ul.links li.node-readmore a {
  background-image: url(../images/readmore.gif);
}
.region-content ul.links li.blog-usernames-blog a {
  background-image: url(../images/user.gif);
}
.region-content ul.links li.comment-forbidden a {
  background-image:url(../images/lock.gif);
}
.region-content ul.links li.upload-attachments a {
  background-image: url(../images/photo.gif);
}
.region-content ul.links li.book-printer a{
  background-image:url(../images/print.gif);
}
.region-content ul.links li.book-add-child a{
  background-image:url(../images/add.gif);
}
.block-superfish {
	padding-top: 0px;
}
.Servei {
	font-family: Helvetica;
	font-weight: bold;
	color: #00C;
	float: left;
	padding-left: 0px;
	list-style-type: square;
	list-style-position: outside;
}
#menu-592-1 {
	display: block;
	list-style-position: inside!important;
	list-style-type: none!important;
}
.field-type-image {
	float: left;
	padding-right: 7px;
}
.title {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #00aeef;
}
.field-label {
	color: #283891;
	padding-top: 10px;
}
.field-item {
	font-weight: bold;
	padding-top: 2px;
}
.field-name-field-caracter-stiques {
	font-size: 16px;
}
.footer {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
}
.field-slideshow-wrapper {
	float: left;
	width: 460px;
	margin-right: 10px;
	padding: 5px;
	clear: both;
	border-radius: 10px;
}
.slideshow-image {
	background-color: #FFF;
	width: 200px;
	clear: both;
	vertical-align: top;
	min-height: 190px;
	display: inline-block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.slideshow-image-no-line {
	background-color: #FFF;
	clear: both;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 200px;
}
.slideshow-image-no-line2 {
	background-color: #FFF;
	clear: both;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 300px;
}
.slideshow-image-inicio {
	background-color: #FFF;
	clear: both;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 150px;
}
.field-type-image2 {
	background-color: #FFF;
	display: block;
	border-radius: 10px;
	border: 1px solid #283891;
	margin: 10px;
	padding: 10px;
}
.block-views {
	padding-top: 1px;
}
.list-body {
	list-style-position: inside!important;
	list-style-type: disc!important;
}
.field-slideshow-thumbnail {
	border-radius: 10px;
}
.field-slideshow-image {
	border-radius: 10px;
}
#lightboxFrame {
	border-radius: 10px;
}
.bloque-cabezera {
	vertical-align: bottom;
	display: block;
	clear: right;
	float: right;
	bottom: 0px;
}
.field-slideshow-carousel-wrapper {
	display: inline-block;
	clear: left;
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	border: 1px solid #CCC;
	width: 463px!important;
	border-radius: 10px;
}
.jcarousel-item jcarousel-item-horizontal {
	clear: left;
	float: left;
	width: 102px!important;
}
.table_border {
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	background-color: rgb(255, 255, 255);
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-image-outset: 0 0 0 0 !important;
	border-image-repeat: stretch stretch !important;
	border-image-slice: 100% 100% 100% 100% !important;
	border-image-source: none !important;
	border-image-width: 1 1 1 1 !important;
	border-left-color-ltr-source: physical !important;
	border-left-color-rtl-source: physical !important;
	border-left-color-value: rgb(153, 0, 0) !important;
	border-left-style-ltr-source: physical !important;
	border-left-style-rtl-source: physical !important;
	border-left-style-value: solid !important;
	border-left-width-ltr-source: physical !important;
	border-left-width-rtl-source: physical !important;
	border-left-width-value: 1px !important;
	border-right-color-ltr-source: physical !important;
	border-right-color-rtl-source: physical !important;
	border-right-color-value: rgb(153, 0, 0) !important;
	border-right-style-ltr-source: physical !important;
	border-right-style-rtl-source: physical !important;
	border-right-style-value: solid !important;
	border-right-width-ltr-source: physical !important;
	border-right-width-rtl-source: physical !important;
	border-right-width-value: 1px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	width: 450px;
	border: 1px solid rgb(40, 56, 145);
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}
.td_border {
	border-bottom-color: rgb(40, 56, 145);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: rgb(153, 0, 0);
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	margin-bottom: 5px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 5px !important;
}
.td_border2 {
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgb(153, 0, 0);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}
.td_border_NB {
	border-bottom-color: rgb(40, 56, 145);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 5px !important;
}
.td_border_NB2 {
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}
.addtoany_share_save {
	padding-left: 0px !important;
}
.facebook-like {
	display: inline-block;
}
#facebook {
	display: inline-block;
	margin-top: 5px;
}
.field-name-field-preu {
	margin-bottom: 10px;
}
.google-map-field {
	display: inline-block;
	float: right;
	width: 350px;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	border-radius: 8px
}
.form-textarea-wrapper {
	width: 250px !important;
}
.precio {
	font-weight: bold;
	color: #C00;
}
.views-field-field-preu-enlace {
	display: inline-block;
}
#main-menu {
	font-weight: bold;
	text-transform: uppercase;
}
#translate-this {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.translate-this-button {
	margin-bottom: 20px;
}
#facebook {
	margin-top: 20px;
}
._51mx {
	margin-top: 20px;
}
.field-name-taxonomy-weblinks {
	display: none;
}
.field-type-taxonomy-term-reference {
	display: inline;
}
.jcarousel-item-horizontal {
	width: 104px!important;
}
.jcarousel-item jcarousel-item-2 jcarousel-item-2-horizontal {width: 104px!important;}

.te-puede {
	margin: 3px;
	clear: both;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}
#block-block-9 {
	display: inline-block;
	clear: both;
	width: 320px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#block-block-10 {
	display: inline-block;
	clear: both;
	width: 320px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#block-block-11 {
	display: inline-block;
	clear: both;
	width: 320px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.block-gtranslate {
	display: inline-block;
	float: right;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
}
#edit-search-block-form--2 {
	width: 138px!important;
	border-radius: 10px;
	border: 1px solid #CCC;
	height: 18px;
}
.search-info {
	display: none;
}
.views-field-field-tipus-de-inflable {
	display: inline-flex;
}
.tipo-inflable {
	font-weight: bold;
	margin-left: 5px;
}