.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 21px; 
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 18px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 98px;
}
.masthead p {
  font-size: 42px;
}
.masthead .btn-large {
  font-size: 28px;
  padding: 14px 28px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: -40px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 40px;
}
.thumbnail {
  border: 1px solid #ddd;
  display: block;
  padding: 4px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #c00;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -932px;
}
.offset-11 {
  margin-left: -851px;
}
.offset-10 {
  margin-left: -770px;
}
.offset-9 {
  margin-left: -689px;
}
.offset-8 {
  margin-left: -608px;
}
.offset-7 {
  margin-left: -527px;
}
.offset-6 {
  margin-left: -446px;
}
.offset-5 {
  margin-left: -365px;
}
.offset-4 {
  margin-left: -284px;
}
.offset-3 {
  margin-left: -203px;
}
.offset-2 {
  margin-left: -122px;
}
.offset-1 {
  margin-left: -41px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}
.wrap {
  width: auto;
  clear: both;
}
body {
  background-color: #fff;
  color: #000;
  font-family:  PT Sans caption,Sans-Serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
 

}
a {
  color: #36699C;    /*color centre*/ 
  text-decoration: none;
}
a:hover {
  color: #36699C;
  text-decoration: underline;
}
.article-content a:visited{
   color: #6ea1d4;
}
.caixaImatge a:visited{
  color: #36699C;
}

img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
-------------------------------------------------------
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #ddd;
}
th {
  background: #444;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
-------------------------------------------------------
.star {
  color: #fc0;
}
.red {
  color: #c00;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
form {
  margin: 0 0 20px;
}
input,
textarea {
  /*width: 210px;*/
width:90%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ddd;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.help-block,
.help-inline {
  color: #6a6a6a;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn {
  padding: 4px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);*/
  color: #444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#ffffff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eee));
  background-image: -webkit-linear-gradient(top,#ffffff,#eee);
  background-image: -o-linear-gradient(top,#ffffff,#eee);
  background-image: linear-gradient(to bottom,#ffffff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #444;
  background-color: #eee;
  *background-color: #e1e1e1;
}
.btn:active,
.btn.active {
  background-color: #d5d5d5 \9;
}
.btn:hover,
.btn a.btn:hover {
  text-decoration: none;
  background-color: #eee;
}
.btn:focus,
.btn a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
}
.btn-small {
  padding: 3px 9px;
  font-size: 13px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
 background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #990000 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff961f;
  background-image: -moz-linear-gradient(top,#ffa033,#f80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa033),to(#f80));
  background-image: -webkit-linear-gradient(top,#ffa033,#f80);
  background-image: -o-linear-gradient(top,#ffa033,#f80);
  background-image: linear-gradient(to bottom,#ffa033,#f80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9f32', endColorstr='#ffff8800', GradientType=0);
  border-color: #f80 #f80 #b35f00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f80;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f80;
  *background-color: #e67a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc6d00 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #990000 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #690;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #690;
  *background-color: #558000;
}
.btn-success:active,
.btn-success.active {
  background-color: #446600 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: #666;
  color: #eee;
}
.nav .dropdown-toggle .caret {
  border-top-color: #c00;
  border-bottom-color: #c00;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #800000;
  border-bottom-color: #800000;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  margin-bottom: 0px!important;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #eee;
  text-decoration: none;
  background-color: #666;
  background-color: #757575;
  background-image: -moz-linear-gradient(top,#808080,#666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#808080),to(#666));
  background-image: -webkit-linear-gradient(top,#808080,#666);
  background-image: -o-linear-gradient(top,#808080,#666);
  background-image: linear-gradient(to bottom,#808080,#666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f7f', endColorstr='#ff666666', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #eee;
  text-decoration: none;
  outline: 0;
  background-color: #c00;
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #c00;
  color: #eee;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #eee;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #666;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}

.t3-mainnav {
  background-color: #AFCEED;
  background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}
.t3-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.t3-mainnav .navbar-inner {
  min-height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  border-left: 1px solid #d9d9d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-mainnav .navbar .nav {
  margin: 0;
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 1px solid #d9d9d9;
  padding: 10px 20px;
  text-shadow: none;
}

.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background-color: #666;
  background-color: #757575;
  background-image: -moz-linear-gradient(top,#808080,#666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#808080),to(#666));
  background-image: -webkit-linear-gradient(top,#808080,#666);
  background-image: -o-linear-gradient(top,#808080,#666);
  background-image: linear-gradient(to bottom,#808080,#666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f7f', endColorstr='#ff666666', GradientType=0);
  text-shadow: none;
  outline: none;
}

.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  color: #eee;
  text-shadow: none;
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 7px 10px;
  margin: 7px 20px 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.t3-mainnav .navbar .btn-navbar:hover,
.t3-mainnav .navbar .btn-navbar:focus,
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active,
.t3-mainnav .navbar .btn-navbar.disabled,
.t3-mainnav .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.t3-mainnav .navbar .btn-navbar .icon-bar {
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.t3-mainnav .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: #666;
  color: #eee;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #c00;
  color: #eee;
}


/************* MAIN NAV *************/
.t3-mainnav {
  background-color: #f5f5f5;
  background-image:none;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.t3-mainnav .navbar {
  color: #eee;
}
.t3-mainnav .navbar-inner {
  border-left: 1px solid #444;
}
.t3-mainnav .navbar .nav > li > a {
  color: #eee;
  border-right: 1px solid #444;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background-color: #5e5e5e;
  background-color: #6d6d6d;
  background-image: -moz-linear-gradient(top,#777777,#5e5e5e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#777777),to(#5e5e5e));
  background-image: -webkit-linear-gradient(top,#777777,#5e5e5e);
  background-image: -o-linear-gradient(top,#777777,#5e5e5e);
  background-image: linear-gradient(to bottom,#777777,#5e5e5e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff5d5d5d', GradientType=0);
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  color: #fff;
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
}
.t3-mainnav .dropdown-menu {
  background-color: #5e5e5e;
  border: 1px solid #777777;
}
.t3-mainnav .dropdown-menu li > a {
  color: #eee;
  border-top: 1px solid #777777;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
}
.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 40px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: inherit;
  color: #444;
  line-height: 30px;
 /* margin: 0 0 10px 0;*/
 margin: 10px 0 10px 15px;
  padding: 0;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ddd;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-footer {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left {
  margin: 0 40px 20px 0;
}
article img[align=right],
.img_caption.right {
  margin: 0 0 20px 40px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .inputbox {
  width: 70%;
}
#mailtoForm .button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item {
  margin-top: 20px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 4.2918454935622%;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feed-description {
  margin-bottom: 40px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #ddd;
}
.article-content .pagination ul li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  border-left: 0;
}
.article-content .pagination ul a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {

  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagenav li a:hover {
  background-color: #666;
  color: #eee;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a,
.back_button a:hover,
.back_button a:active {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.small {
  font-size: 11px;
}
iframe,
svg {
  max-width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
a.disabled,
a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
.hero-unit {
  text-align: center;
}
.hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.btn .caret {
  margin-bottom: 7px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
body.modal {
  padding-top: 0;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.btn-wide {
  width: 80%;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .offset1 {
  margin-left: 8.382978723%;
}
.row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.row-fluid .offset3 {
  margin-left: 25.404255317%;
}
.row-fluid .offset4 {
  margin-left: 33.914893614%;
}
.row-fluid .offset5 {
  margin-left: 42.425531911%;
}
.row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
  margin-left: 59.446808505%;
}
.row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
  margin-left: 76.468085099%;
}
.row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
  margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
hr.hr-condensed {
  margin: 10px 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.tab-content {
  overflow: visible;
}
.tabs-left .tab-content {
  overflow: auto;
}
.nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}
.page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.width-auto {
  width: auto;
}
.btn-group .chzn-results {
  white-space: normal;
}
.accordion-body.in:hover {
  overflow: visible;
}
.invalid {
  color: #c00;
  font-weight: bold;
}
input.invalid {
  border: 1px solid #c00;
}
.tip-text {
  text-align: left;
}
p {
  margin: 0 0 18px;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family:  PT Sans caption, Sans-Serif;
  font-weight: bold;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 26px;
  line-height: 40px;
}
h1 small {
  font-size: 26px;
}
h2 {
  font-size: 24px;
  line-height: 40px;
}
h2 small {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  line-height: 40px;
}
h3 small {
  font-size: 20px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h4 small {
  font-size: 18px;
}
h5 {
  font-size: 16px;
  line-height: 20px;
}
h5 small {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 5px 15px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color:#999999;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #36699C;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
 /* line-height: 25px;*/
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo {
  float: left;
}
.logo h1,
.logo h1 a {
  display: inline;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../../../images/logo.png");
  background-repeat: no-repeat;
  width: 260px;
  height: 65px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #444;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right !important;
 /* margin-top: 20px;*/
}
.head-search form {
  margin: 0;
  float: right;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url(../../../images/ico/search-invert.png) no-repeat 8px center;
  width: 120px;
  padding-left: 26px;
}
.head-search .input:focus {
  color: #444;
  width: 180px;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
.t3-footer {
  background: #222;
  color: #666;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #999;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #e6e6e6;
}
.t3-footnav {
  padding: 60px 0 40px;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  font-size: 18px;
  color: #999;
}
.t3-copyright {
  border-top: 1px solid #2f2f2f;
  font-size: 12px;
  padding: 40px 0 80px;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: left;
}
.poweredby {
  float: right;
  text-align: right;
}
.t3-footer {
  background: #c00;
  color: #fff;
}
.t3-footer a {
  color: #ffcccc;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #fff;
}
.t3-footnav .module-title {
  color: #fff;
}
.t3-copyright {
  border-top: 1px solid #e60000;
}


/*******************************************************************************************/
/*******************************   CUSTOM TEMPLATE TAULI  **********************************/
/*******************************************************************************************/
/* 1.- HEADER 											*/ 
/* 2.- MEGAMENU											*/
/* 3.- BREADCRUMBS											*/
/* 4.- SPOTLIGHT 1											*/
/* 5.- SPOTLIGHT 2											*/
/* 6.- SPOTLIGHT 3											*/
/* 7.- SPOTLIGHT 4											*/
/* 8.- FOOTER												*/
/* 9.- BOX DESTACAT CUSTOM										*/
/* 10.- NOTICIES DESTACADES										*/
/* 11.- GO TO TOP 											*/
/* 12.- ARTICLE											*/
/* 13.- MENU SEGON NIVELL										*/
/* 14.- MENU TERCER NIVELL										*/
/* 15.- TYPOGRAPHY											*/
/* 16.- CONTINGUT GENERAL										*/
/* 17.- KOMENTO 												*/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/

/**********************************************/
/***************** SKIP TO CONTENT *********************/
/**********************************************/
.cspt_skiptocontent{
	 background-color:#36699C;
	 height: auto;
    padding: 5px 0;
 
}

ul.skip{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}

ul.skip li{
	display:inline;
}

ul.skip li a{
	font-size:13px;
	color:#FFFFFF;

}

ul.skip .icon-step-forward{
	color:#FFFFFF;
	
}



/**********************************************/
/***************** HEADER *********************/
/**********************************************/

.logo {
    float: left;
    margin-left: 30px;
 	margin-bottom:0;
	margin-top:0;
}

.logo-image {
	overflow: visible;
  	height: 100px;
	display: table-cell;
	vertical-align:middle;
}
@media (max-width: 767px) {
	.logo-image {
		display: block;
		height: auto;
	}
	.logo-image img{
		height:60px;
	}
}

#t3-header{
  background-color:#99ccff;
  background-image: linear-gradient(left, #ffffff 1%, #9ab4cd 99%);
  background-image: -webkit-linear-gradient(left, #ffffff 1%, #9ab4cd 99%);
  background-image:    -moz-linear-gradient(left, #ffffff 1%, #9ab4cd 99%);
  background-image:      -o-linear-gradient(left, #ffffff 1%, #9ab4cd 99%);
  background-image:     -ms-linear-gradient(left, #ffffff 1%, #9ab4cd 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9ab4cd', GradientType=1);
  padding: 10px 0;
}


/**************** IDIOMA *****************/

.mod-languages{
	margin-top:0;
	float:left;
	/*margin-left: 102px;*/
}

.mod-languages select{
	width:110px;
	border-radius: 0;
	 margin: 0 0 7px 0;
    padding: 1px;
    height: 22px;
	font-family:pt_sans_captionregular,Sans-Serif;
}

ul.lang-inline li a{
	color:#fff;
}

.language{
	float:left;
}

.mod-languages form{
	margin:0 0 0 0;
}

.head-lang{
	margin:0;
	padding:0;
}

.head-lang select{
	width:228px;
}

/******** HEAD NAV  **********/
.custom-head_nav{
	margin-left:200px;	
	margin-top:12px;
}

ul#headnav{
	margin:0;
	padding:0;
}

#headnav li{
 list-style:none;
 margin-bottom:0px;
}

#headnav li a{
	color:#333333;
	font-size:14px;
}

#headnav i{
	color:#36699C;
	font-size: 1.5em;
	margin-right:5px;
	vertical-align: middle
}


/*COLABORA*/

.head-nav {
	position:relative;		
}
#headnav li#colabora {
	position: absolute;
	display: block;
	left: 0;
	top: 40px;
}
#headnav li#colabora a{
	padding: 15px 20px;
	background-color: #36699C;
	border-radius: 5px;
	color:#FFFFFF;
	font-size:18px;
	transition:background-color ease 0.2s;
}
#headnav li#colabora a:hover{
	background-color: #74A7DA;
	text-decoration: none;
}
#headnav li#colabora a img{
	width: 25px;
	padding-right: 10px;
}




/******** BOTO SEU ELECTRONICA  **********/
/*
.custom-botoseu{
	float:right;
	margin-bottom:10px;
	box-shadow: 3px 3px 2px #3F72A5;
 	-webkit-box-shadow: 3px 3px 2px #3F72A5;
	-moz-box-shadow: 3px 3px 2px #3F72A5;	
	background:#72A4D7 \9;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#3F72A5);

}	

.custom-botoseu:hover{
	background:#679bd0;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#3F72A5);
	

}
*/

/******** BOTO CONTACTE  **********/
/*
.custom-boto-contacte{
	float:left;
	margin-bottom:10px;
	margin-left:100px;
	box-shadow: 3px 3px 2px #3F72A5;
	-webkit-box-shadow: 3px 3px 2px #3F72A5;
	-moz-box-shadow: 3px 3px 2px #3F72A5;
	background:#76AADD \9;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#3F72A5);


}	

.custom-boto-contacte:hover{
	background:#679bd0;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#3F72A5);
}
*/

/******** BOTO COM ARRIBAR-HI  **********/
/*
.custom-boto-com{
	float:left;
	margin-bottom:10px;
	box-shadow: 3px 3px 2px #3F72A5;
	-webkit-box-shadow: 3px 3px 2px #3F72A5;
	-moz-box-shadow: 3px 3px 2px #3F72A5;
	margin-left:5px;
	background:#74A7DA \9;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#3F72A5);

}	


.custom-boto-com:hover{
	background:#679bd0;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#3F72A5);
}
*/

/***** BUSCAR ************************/

.head-search{
	float:none !important;
	/*margin-top:10px;*/
	/*margin-top:30px;*/
	max-width:470px !important;
	width:100%;
}

.head-search .input{
	/*width: 197px;*/
	width:100%;!important;
	background: url("../../../images/ico/search-invert.png") no-repeat scroll 8px center #FFFFFF;
	border-radius:0;
}
.head-search .search{
	width:100%;
}


input[type="search"]:focus .uneditable-input:focus{
	border-color:none;
	box-shadow:none;
}

.head-search .input:focus{
	width: 197px;

}

.head-search form {
	float:left;
}

.langsearch{
	margin-top:10px;
}


/****** SMART SEARCH *******************/
#mod-finder-searchword{
	width: 100%;
	height:24px;
	background: url("../../../images/ico/search-invert.png") no-repeat scroll 8px center #FFFFFF;
	border-radius:0;
	padding-left:22px;
	padding-right:3px;
	color: #666666;
	font-family:pt_sans_captionregular,Sans-Serif !important;

}

#mod-search-searchword{
	/*width: 100%;*/
	height:24px;
	background: url("../../../images/ico/search-invert.png") no-repeat scroll 8px center #FFFFFF;
	border-radius:0;
	padding-left:22px;
	padding-right:3px;
	color: #666666;
	font-family:pt_sans_captionregular,Sans-Serif !important;

}

#search-results{
	margin-bottom:20px;
}	


/**************MENU USER LOGGED ************************/

.custom_MenuUser{
	float:left;
	margin-left:0;
/*	margin-bottom:10px;*/
/*	margin-top:-30px;*/
}

ul.MenuUser{
	display:inline;
	margin:0;
}

.MenuUser li{
	list-style:none;
	float:left;
}

.MenuUser li a{
	color:#333333;
	font-size:14px;
}

.MenuUser i{
	color:#36699C;
	font-size: 1.1em;
	margin-right:5px;
	vertical-align: middle
}



/***************** FI HEADER ******************/

/**********************************************/
/*************  MEGA MENU *********************/
/**********************************************/

.t3-mainnav .navbar .nav {
    height: 60px;
}

.t3-mainnav .navbar .nav > li > a {
    font-size: 18px;
	line-height:34px;
	border-right:none;
	padding-right:33px;
	padding-left:33px;
}

.t3-mainnav {
  height: 54px;
  background-color: #333333;
  background-image: none !important;
  background-repeat: repeat-x;
  border-bottom: none ;
  border-top: 6px solid #36699c;    
  position:relative;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color=#666666);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret{
display:none !important;
}

.t3-mainnav .navbar-inner {
    border-left: none;
}

.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #36699C; 
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36699C', endColorstr='#36699C', GradientType=0);
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #eee;
  text-decoration: none;
  background-color: #36699c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36699C', endColorstr='#36699C', GradientType=0);
  background-image: none;
}

.t3-mainnav .dropdown-menu {
    background-color: #333;
	border-top: 1px solid #fff;  
	border-bottom:0;
	border-right:0;
	border-left:0;

}

.dropdown-submenu > .dropdown-menu{
	border-radius:0px !important;
    margin-left: 0px;
    margin-top: -1px;

}


.dropdown-menu {
	border-radius:0px !important;
}

.t3-megamenu .span12.mega-col-nav .mega-inner{
	padding:0 !important;
}

.t3-mainnav .dropdown-menu li > a{
		border-color:#333;

}



.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
	padding:5px 15px!important;
}


.group-content li a{
	font-size:12px;
	padding:3px !important;
}


.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #36699c !important; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36699C', endColorstr='#36699C', GradientType=0);
  background-image: none;
}

.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
/*  background-color: #333333;*/
 background-color: #36699c;;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}


/*************************/
  /**************************************************************/
  /************CUSTOM********************************************/

  li.seu {
     line-height:0px !important;
	 display:none;
  }
  




/***************** FI MEGA MENU***************************/


/**********************************************/
/***************** BREADCRUMBS ****************/
/**********************************************/

.t3-cspt_breadcrumbs{
	background-color: #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
	line-height:1.2;
}

.breadcrumbs > a,
.breadcrumbs > span{
	color:#4e4e4e;
	font-size:26px;
}

.breadcrumbs > a:hover {
	color:#36699C;
	text-decoration:none;	
}

.sfxClassFils li > a,
.sfxClassFils li > span{
	color:#36699c;
	font-size:30px;
}


.divider {
    padding: 0 10px;
    vertical-align: super !important;
}

/***************** FI BREADCRUMBS ****************/
/***************** FI BREADCRUMBS ****************/
/***********************************************/
/***************** TITOL SUBWEB ****************/
/***********************************************/
.t3-cspt_titolsubweb{
		/*border-top: 4px solid #FFFFFF;*/
		background-color: #36699C;
		position: relative;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
		z-index:1;
}

.t3-cspt_titolsubweb h2{ 
	margin-top:5px;
	margin-bottom:18px;
	color:#FFFFFF;
	font-size: 33px;
	font-weight: normal;
	padding:0 10px 0 10px;

}
/***************** FI TITOL SUBWEB ****************/
/**********************************************/
/*************** MIGAS DELS SUBWEB *************/
/**********************************************/

.breadcrumbs_subweb{
	height:auto;
}

ul.ruta_subweb{
	margin:8px 0 0 0 ;
	padding: 0 7px;
	float:none!important;
	list-style:none;
	color:#FFFFFF;
	font-size:12px;
}
.customimagina ul.ruta_subweb{
	float:none;
}
/*.customimagina{
	margin-bottom: -35px;
    position: absolute;
    top: 6px;
}*/

ul.ruta_subweb li{
	display:inline;

}

ul.ruta_subweb li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px 0 5px;
}



/**********************************************/
/***************** SPOTLIGHT-1 ****************/
/**********************************************/

.t3-sl-1{
	padding:10px;
}


/******** SLIDE ACORDEON **************/
.slide{
	margin:0;
	padding:0;
}

.slide .t3-sl {
    padding:0;
}
.slide .t3-module{
	margin-bottom:0;
	margin-top:10px;
}

.module_slideaccordion{
	margin-bottom:10px;
}


/***************** FI SPOTLIGHT-1 *************/


/**********************************************/
/***************** SPOTLIGHT-2 ****************/
/**********************************************/
.t3-sl-2 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.spotlight_2{
	margin-bottom:0px;
}

/***************** FI SPOTLIGHT-2 *************/


/**********************************************/
/***************** SPOTLIGHT-3 ****************/
/**********************************************/
.t3-sl-3 {
	background-color:#e2e2e2;
    margin-bottom: 0px;
    margin-top: 30px;
	padding: 30px 30px 0 30px;
}

.spotlight_3{

	margin:0;
	padding:0;
}

t3-spotlight{
	margin-top:1px;
}


/***************** FI SPOTLIGHT-3 *************/


/**********************************************/
/***************** SPOTLIGHT-4 ****************/
/**********************************************/
.t3-sl-4{
	padding:0;
}

.t3-sl-4 .titolseccio{
	padding-top:25px;
	padding-bottom:25px;
}

/***************** FI SPOTLIGHT-4 *************/

/**********************************************/
/***************** FOOTER *********************/
/**********************************************/
#t3-footer{
  padding:0px;
  background-color:transparent;
  color:#000000;
}

.t3-footer a {
    color: #FFFFFF;
}

/********* NAVHERLPER SOCIAL ICONS ************/

ul.socialmedia{
	padding:0;
	margin:0;
}

.socialmedia li{
	display:inline;

}

.socialmedia li:hover{
	display:inline;

}
	
ul.socialmedia img:hover{

	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
	
}




/**********************************************/
/********* NAVHERLPER SOCIAL ICONS ************/

.t3-navhelper{
	 background: none repeat scroll 0 0 #3C3C3C;
	 padding:8px 0;
	 box-shadow: 0 4px 4px #202020;
  	 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color=#000000);
	 position:relative;
	 z-index:999;
}	

.custom_navhelpersocial{
	float:right;
	margin:0;
	padding: 5px;
	width:260px;
}

.iconosbncolor a {
    display:block;
    height:50px;
    width:50px;
    padding:0 4px;
    float:left;
    background: transparent url("../../../../../images/recursos/socialicones/iconos_sociales.png") no-repeat;
    -webkit-transition: ease-in 0.2s all;  
    -moz-transition: ease-in 0.2s all;  
    -o-transition: ease-in 0.2s all;  
    -ms-transition: ease-in 0.2s all;  
    transition: ease-in 0.2s all;
    cursor:pointer;
}

.iconosbncolor a.youtube {
    background-position: 0px -58px;
}

.iconosbncolor a.youtube:hover {
    background-position: 0px 0px;
}

.iconosbncolor a.twitter {
    background-position: 0px -290px;
}
   
.iconosbncolor a.twitter:hover {
    background-position: 0px -232px;
}

.iconosbncolor a.facebook {
    background-position: 0px -406px;
}

.iconosbncolor a.facebook:hover {
    background-position: 0px -348px;
}

.iconosbncolor a.rss {
    background-position: 0px -174px;
}

.iconosbncolor a.rss:hover {
    background-position: 0px -116px;
}

/********* FI NAVHERLPER SOCIAL ICONS ************/

/********* COPYRIGHT ADRESS ************/
.t3-footadress{
    background:#272727;
    position:relative;
    z-index:1;
    padding-bottom: 10px;
    padding-top: 10px;

}


.module_copyright{
	color:#fff;
	font-size:12px;
	margin-bottom: 0;
	/*margin-top:20px;*/
	float: none;
	text-align:right;
	
}

/********* FI COPYRIGHT ADRESS ************/


/********* MENU PEU ************/
.module_MenuPeu{
	margin-bottom: 0;
}

ul.MenuPeu li{
	display:inline:
	position:relative;
	float:left;
	list-style-type:none;
	padding:9px;

}

ul.MenuPeu li a{
	color:#fff; 
	font-size:12px;
}

ul.MenuPeu li a:hover{
	text-decoration:underline;
	background:none;
}

/********* FI MENU PEU ************/


/********SPONSORS - LOGOS *******************/
.t3-footsponsor{
	background: #cccccc;
	position:relative;
	z-index:222;
}

.module_logospeu1,
.module_logospeu2,
.module_logospeu3
{
	margin-bottom: 0;
}

.custom_logospeu1 li{
	margin:10px 18px;
}

.custom_logospeu1 ul,
.custom_logospeu2 ul,
.custom_logospeu3 ul
{
	margin-left:0;
	text-align:center;
	margin-bottom:0;
}

.custom_logospeu2 li{
	margin-right:14px;
	margin-left:14px;
}

.custom_logospeu3 li{
	margin-right:25px;
	margin-left:25px;
}

.custom_logospeu1,
.custom_logospeu3,
.custom_logospeu2
{
	padding:30px 0;
}


.custom_logospeu1 li,
.custom_logospeu2 li,
.custom_logospeu3 li
{
	display:inline-block;
	list-style-type:none;
	
	
}

/******** FI SPONSORS - LOGOS ******************/

/***********************************************************/
/****************** POLITICA COOKIES ***********************/
/***********************************************************/
.cookies{
	background:#CCCCCC;
	height:auto;
}	


/***********************************************************/

/*****************FI FOOTER *********************/

/****************************************************************/
/*************** BOX DESTACAT CUSTOM ***************************/
/****************************************************************/

.custom_destacat .imagen{
	height: 120px;
    margin: 0 auto;
    width: 128px;

}

.module_destacat{
	padding:0;
	margin: 4px 0 0;
}

.custom_destacat{
	/*opacity:0.8;*/
	/*filter:alpha(opacity=80);*/
	padding:20px;
/*	background: none repeat scroll 0 0 #E3E3E3;*/
/*	background: none repeat scroll 0 0 #C9D3DD;*/
	background-color: #EEEEEE;
    height: 190px;
    margin-bottom: 26px;
	font-size: 20px;
	text-shadow:1px 1px #ccc;
	/*font-family: droid_serifregular, Sans-Serif;*/
	font-family:  pt_sans_captionregular,Sans-Serif;
	line-height: 25px;
	margin:10px auto;
	text-align:center;
}

.custom_destacat:hover{
/*	opacity:1.0;*/
	/*filter:alpha(opacity=100);*/
}	

/*.custom_destacat .contenido{
	font-size: 22px;
	text-shadow:1px 1px #ccc;
	font-family: "Droid Serif",droid_serifregular, serif;
	line-height: 25px;
	margin:10px auto;
	text-align:center;


}	*/


/****************************************************************/
/***************  NOTICIES DESTACADES ***************************/
/****************************************************************/
.link-title{
	color: #36699C;
    text-decoration: none;
   /*font-family: droid_serifregular, Sans-Serif;*/

}

.imagen-leading{
	margin-right: 0px;
 	margin-top: 14px;
 	margin-bottom:10px;
	max-width:580px;
	max-height:300px;
	position:relative;
	overflow:hidden;
	/*box-shadow: 1px 1px 3px #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#999999);*/
}

.imagen-leading img{

	width:100%;
	height:auto;
}

.imagen-intro{
	margin-right: 20px;
 	margin-top: 15px;
	margin-bottom:10px;
	max-height:150px;
	max-width:280px;
	position:relative;
	overflow:hidden;
	/*box-shadow: 1px 1px 3px #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#999999);*/
	
}

.blog-featured-portada h3.item-title {
	margin:25px 0 20px;	
}

.blog-featured-portada .items-row h3.item-title {
	font-size:17.5px;	
}

.blog-featured-portada .news-published {
    margin-bottom: 10px;
}

.blog-featured-portada .news-category-name {
	display:none;	
}

.blog-featured-portada .item-image{
	padding-bottom:0;	
}

.imagen-intro img{
	
	width:100%;
	height:auto;
}

h3.item-title{
	line-height:1.3;

}

.item-title-custom{
	float:none;
}
	
.items-leading{
	margin-bottom:8px;
}

.leermas-featured{
 margin: 20px 0 50px 0;
}

.texte-item{
	text-align:justify;
}

.article-info dd{
	white-space: normal;
}


.article-info .published{
	font-size:13px;
	color:#666666;
	margin-bottom:10px;
}

/*************** FI NOTICIES DESTACADES ***************************/

/******************************************************************/
/******************MES NOTICIES************************************/
/******************************************************************/
.mes_noticies{
	background-color:#36699C;
	padding:15px;
	width:175px;
	margin-bottom: 50px;
}
.mes_noticies a{
	color:#FFFFFF;
	font-size:16px;
}

.mes_noticies span{

	margin-left:10px;
}

.mes_noticies .icon-arrow-right{
	color:#FFFFFF;
	
}



/****************************************************************/
/***************  NOTICIES INTERIOR *****************************/
/****************************************************************/

.news-article-content h1{
	color: #36699C;
   text-decoration: none;
   font-family: droid_serifregular, Sans-Serif;
   margin-top:20px!important;
   font-size:24px!important;
   line-height:1.25!important;
   margin-left:0!important;
   margin-right:0!important;
}

.news-article-title{
   color: #36699C;
   text-decoration: none;
   /*font-family: droid_serifregular, Sans-Serif;*/
   margin-top:20px!important;
   font-size:24px!important;
   line-height:1.25!important;
   margin-left:0!important;
   margin-right:0!important;
   margin-bottom:20px!important;
}

h2.news-article-title{
	font-size:18px!important;
	padding: 20px 0 0;
}

.news-article-content{
	/*margin-top:10px;*/
}	

.news-createdby{
	float:left;
	color:#666666;
	font-size:13px;
	margin-bottom:0px;
}

.news-pull-left {
    float: left;
    height: auto;
    margin: 0 20px 10px 0;
    width: 45%;
}

.news-readmore{
	margin-bottom:35px;
	margin-top:10px;
}

.news-article-aside{
	margin-bottom:10px;
}

.news-published{
	color:#666666;
	margin-bottom:0px;
	font-size:13px;
}

.news-divider-vertical{
	margin:0;
}

.news-category-name{
	clear:both;
	color:#666666;
	font-size:13px;
	margin-bottom:10px;
}

.tags{
	margin-top:10px;
	margin-bottom:5px;
}

#easytagcloud_200 {
    padding:15px;
}

/*************** FI NOTICIES INTERIOR ***************************/


/****************************************************************/
/************************  GO TO TOP  ***************************/
/****************************************************************/


#gototop{
	background: transparent url("../../../../../images/recursos/iconesgeneral/top_v2.png") no-repeat;
	height: 30px;
    width: 30px;
	margin:5px;
	padding:7px;
	
}

#gototop:hover{
	background: transparent url("../../../../../images/recursos/iconesgeneral/top_v2_hover.png") no-repeat;
	height: 30px;
    width: 30px;
	margin:5px;
	padding:7px;
}



/****************************************************************/
/**************************  ARTICLE  ***************************/
/****************************************************************/

.article-title{
	border-bottom: 2px solid #36699C;
    color: #36699C;
	padding:10px;
	font-weight:normal;
	font-size:28px;
}

h1.article-title{
    line-height: 1.2;
    margin: 0;
    padding-left: 15px;
    padding-right: 45px;
}

.article-content{
	margin-top:10px;
	padding:10px;
}

.article-content h2 {
      border-bottom: 1px solid #acacac;
}


.article-content ul, .article-content ol {
    margin-bottom: 20px;
	margin-left:40px;
}

.article-content ul li, .article-content ol li {
    margin: 10px 0;
}

.article-content p{
	text-align:justify;
}

h1.article-title-subweb{
	border-bottom: 2px solid #36699C;
    color: #36699C;
	padding:10px 45px 10px 15px;
	font-weight:normal;
	font-size:28px;
	line-height: 1.2;
    margin: 0;
}

/************************** LLISTES AMB COLUMNES  ***************************/

ul.columnes{
  float: left;
  width: 100%; 
 
}
  
ul.columnes li{
  float: left;
  width:33%;
} /*Al definir el ancho definimos tambi�n el n�mero de columnas, siendo 25% para 4 columnas, 33% para 3, 50% para 2 y asi para la cantidad de columnas que deseemos */

.columnes {
	-webkit-column-width: 220px;
    -moz-column-width: 220px;
    column-width: 220px;
	-webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.flex-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.flex-list li {
	width: calc(33.33% - 30px);
	padding: 0 30px 0 0;
}


/**************************  BOTONS ACCIONS  ***************************/

.article-aside .btn-group{
	margin-top:-35px;
	margin-right:15px;
	margin-bottom:10px;
}

.article-aside .btn-group .icon-cog{
	color:#BABABA;
	text-shadow:none;
}

.article-aside .btn-group .caret{
border-top: 4px solid #BABABA;
}

.news-article-aside .btn-group .icon-cog{
	color:#BABABA;
	text-shadow:none;
}

.news-article-aside .btn-group .caret{
border-top: 4px solid #BABABA;
}


.article-aside .btn-group.open .btn.dropdown-toggle{
	background:none;
}

/***************************************************/

.item-image {
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 100%;
}	

.article-info {
	/*margin-top:50px;*/
}

.article-index{
	margin-bottom:15px;
	margin-left:25px;
	background-color:#FFFFFF;
	width:40%;
	font-size:13px;
	margin-top:10px;
}

.article-info .createdby{
	float:none;
}

.article-info .modified{
	float:none;
}


.article-info .category-name{
	float:none;
}

.article-footer{
	color: #666666;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 25px 15px;
	border-top:1px solid #36699C;
}




	
#t3-mainbody {
  padding:25px 0 0;
}

.article-aside {
    margin-bottom: 0;
	
}

/****************************************************************/
/*******************  INDEX PAGE BREAK *************************/
/****************************************************************/


a.toclink.active{
	font-weight:bold;
	text-decoration:underline;
}


/*li.toclink{
	display: none;
}

.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}*/


.tabs .open{
background-color: #DDE6EE;
}

.tabs dt{
float: left; 
font-weight: bold;
height: 50px;
width: 141px;
padding: 0 12px 0 12px;
text-align: left;
background-color:#EEE;
}

dd.tabs{
border-top: 1px dotted #36699C;
clear: both;
margin-left: 0;
}


.tabs dt h3{
font-size: 12px;
line-height: 18px;
margin-top: 8px;
margin-bottom: 0;
}




/****************************************************************/

/****************************************************************/
/*******************  MENU SEGON NIVELL *************************/
/****************************************************************/
.menu2nivell {
	padding:30px 0;
}

.menu2nivell li{
	margin-top: 0 !important;
}
.menu2nivell li a{
	font-size:24px;
	color:#666666;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	border-bottom:2px solid #e2e2e2;
	line-height:28px;
	border-radius: 0;	
}

.menu2nivell li a.link-extern{
	background-image:url(../../../../../images/recursos/icones/link_extern_BG.png);
	background-position: left center;
    background-repeat: no-repeat;
    padding-left: 55px;
}

.menu2nivell li:last-child a{
	border-bottom:none;
}

.menu2nivell li a:hover{
	background-color:#f2f2f2;
	color:#666666;
}
/******************* FI MENU SEGON NIVELL *************************/


/****************************************************************/
/*******************  MENU TERCER NIVELL ************************/
/****************************************************************/
.menu3nivell{
	border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

.menu3nivell li a {
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    color: #444444 !important;
    font-size: 13px;
    padding: 10px;
    text-decoration: none !important;
}

.menu3nivell li:first-child a {
    border-top: 1px solid #d8d8d8;
}

.menu3nivell li a:hover, .menu3nivell > li.active > a:hover {
	background-color:#f1f1f1;	
}

.menu3nivell li a.link-extern, .menu3nivell li a.linkTauli{
	background-image:url(../../../../../images/recursos/icones/link_extern_SG.png);
	background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.menu3nivell > li.active > a,
/*.menu3nivell > li.active > a:hover,*/
.menu3nivell > li.active > a:focus {
    background-color: rgba(54,105,156,0.12);
    color: #444444;
    cursor: initial;
    text-decoration: none;
}

/*.menu3nivell li a:hover{
	background-color:#888888;
	color:#FFFFFF;
}

.menu3nivell .active > a{
	background-color:#E2E2E2;
	color:#444444;
	font-weight:normal;

}*/
/******************* FI MENU TERCER NIVELL ************************/



/****************************************************************/
/**********************  TYPOGRAPHY *****************************/
/****************************************************************/
blockquote {
 	/*font-weight: bold;
 	width: 80%;
	margin-bottom:25px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
 	text-align: justify;
	box-shadow: 1px 2px 3px #888888;
	overflow:hidden;
	background-color: #E2E8EF;
	border-left: 3px solid #36699C;*/
	background-color: #f2f2f2;
    border-left: medium none;
    box-shadow: 15px 15px 0 #dadada;
    color: #3a3a3a;
    font-weight: normal;
    margin: 25px auto 50px;
    overflow: hidden;
    padding: 30px;
    width: 80%;
}

blockquote, blockquote p {
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: left !important;
}

.frase_destacada{
	padding: 28px 20px 20px 20px;
	background-image: url("/tauli/images/recursos/icones/news_quotes.png");
	background-repeat: no-repeat;
	max-width: 225px;
	color: #36699C;
	font-size: 22px;
	text-align: left!important;
	float:left;
	line-height:1.1;
}



/************ IMATGES ******************/

.imatge {
    /*box-shadow: 2px 2px 4px #888888;*/
    margin-top: 4px;
    margin-bottom: 4px;
    height:auto;

}


.imatge_esquerra {
    box-shadow: 2px 2px 4px #888888;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0!important;
    margin-right: 4px!important;
    float:left;
}

.imatge_dreta {
    box-shadow: 2px 2px 4px #888888;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left:4px!important;
    margin-right: 0!important;
    float:right;
}
.imatge_dreta.imagina{
	box-shadow:none;
}
.imatge_dreta.imagina img {
	height: auto;
    padding-left: 20px;
    width: 400px;	
}

.imatge_esquerra_noShadow{
	float:left;
	margin-right:15px !important;
	margin-bottom:10px !important;
	margin-left: 0 !important;
}

.imatge_dreta_noShadow{
	float:right;
	margin-right:0 !important;
	margin-bottom:10px !important;
	margin-left: 15px !important;
}

/************ LLISTES ******************/
.item_lista{
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	margin-top:5px;
	overflow:hidden;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-left: 0 !important;
}

.link_document{
	background-image: url("/tauli/images/recursos/icones/document.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	

}

.link_ancora{
	background-image: url("/tauli/images/recursos/icones/ancla.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_intern{
	background-image: url("/tauli/images/recursos/icones/link_intern.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}


.link_extern{
	background-image: url("/tauli/images/recursos/icones/link_extern.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
		
}

.link_webcspt{
	background-image: url("/tauli/images/recursos/icones/link_webcspt.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
	
}

.link_video{
	background-image: url("/tauli/images/recursos/icones/video.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_webpropia{
	background-image: url("/tauli/images/recursos/icones/web_intern.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_image{
	background-image: url("/tauli/images/recursos/icones/pictures.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_email{
	background-image: url("/tauli/images/recursos/icones/mails.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}
.link_telefons{
	background-image: url("/tauli/images/recursos/icones/telefons.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_noticia{
	background-image: url("/tauli/images/recursos/icones/news.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_agenda{
	background-image: url("/tauli/images/recursos/icones/agenda.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
}

.link_atpersonal{
	background-image: url("/tauli/images/recursos/icones/at_personal.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	

}

.link_map{
	background-image: url("/tauli/images/recursos/icones/map.png");
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	list-style-type:none;
	border-bottom:1px solid #fff;
	font-size:14px;
	padding:12px 10px 10px 50px;
	min-height:25px;
	margin-top:5px;
	overflow:hidden;
	margin-left: 0 !important;	
	
}

li:hover.link_document, 
li:hover.link_ancora, 
li:hover.link_intern, 
li:hover.link_extern, 
li:hover.link_video, 
li:hover.link_webpropia, 
li:hover.link_image,
li:hover.link_email,
li:hover.link_telefons,
li:hover.link_noticia,
li:hover.link_atpersonal,
li:hover.link_webcspt,
li:hover.link_map,
li:hover.link_agenda {
	background-color:#E5E5E5;
}

.doctipus{
	padding:0 0 0 0.5em;
	opacity:1;
	display:inline-block;
}

.doctipus:hover {
	opacity: 0.6;
}

/************* COLORS DELS CENTRE *********************/

/*
.fons_GrisFosc{
	font-size:16px;
	background-color:#666666;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
       padding: 10px;
}

*/

.fons_hs{
	background-color:#41945a;
	color:#fff;
  	font-weight: bold;
    line-height: 2em;
    padding: 5px;
	margin-top:30px;
}

.fons_albada{
	
	background-color:#a86797;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
      padding: 5px;
	margin-top:30px;

}

.fons_udiat{
	
	background-color:#dcac28;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
     padding: 5px;
	margin-top:30px;

}

.fons_sgg{
	
	background-color:#c26064;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
     padding: 5px;
	margin-top:30px;

}

.fons_appt{
	
	background-color:#869d38;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
     padding: 5px;
	margin-top:30px;

}

.fons_smpt{
	
	background-color:#5396BB;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
    padding: 5px;
	margin-top:30px;

}

.fons_adpt{
	
	background-color:#7d70a6;
	color:#fff;
  	font-weight: bold;
       line-height: 2em;
      padding: 5px;
	margin-top:30px;

}

.fons_fpt{
	
	background-color:#db823a;
	color:#fff;
  	font-weight: bold;
    line-height: 2em;
     padding: 5px;
	margin-top:30px;

}


.fpt caption{
	background-color:#db823a;
}

.hs caption{
	background-color:#41945a;
}

.albada caption{
	background-color:#a86797;
}

.udiat caption{
	background-color:#dcac28;
}

.sgg caption{
	background-color:#c26064;
}

.appt caption{
	background-color:#869d38;
}

.smpt caption{
	background-color:#5396BB;
}

.adpt caption {	
	background-color:#7d70a6;
}


/****************** TAULES ********************/

table {
	margin-left: 0; 
	margin-top:25px;
	margin-bottom:25px;
}

table p{
	margin:0;	
}

caption{
	background-color:#666666;
	color:#fff;
	font-size:20px;
	font-weight: normal !important;
	margin: 0;
	padding:5px 5px;
	line-height: 25px;
	text-align:left;
	/*border-left:0px;*/
}

thead th{
	color:#333333;
}

thead tr td{
	border-top:1px solid #ffffff;
	font-weight: bold;
	padding:10px 10px 10px 10px;
}


tbody tr td{
	background:#f3f3f3;
	padding:5px 5px 5px 5px;
	border-top:1px solid #ffffff;
       font-weight: normal;



}

tfoot tr td{
	border-top:1px solid #ffffff;
	line-height:0.01em;
	margin:0;
	padding:1px;
       font-weight: normal;


}


tbody tr:nth-child(even) td, tbody tr.even td {
	background:#E0E0E0;
	padding:5px 5px 5px 5px;
	border-top:1px solid #ffffff;
       font-weight: normal;

}


.fons_GrisFosc thead, tfoot, tr, th {
	border-top:1px solid #ffffff;
	font-weight: bold;
	background-color:#AAAAAA;
}



.taula_links tbody tr:hover td,
.taula_links tbody tr:hover th {
  background-color: #B3B3B3;
	padding:5px 5px 5px 5px;
	border-top:1px solid #ffffff;
}

.taula_links a {
 	font-size:16px;
	font-weight:bold;
	
}

.taula_links a:hover{

 	font-size:16px;
	font-weight:bold;
}

/*************** FI TYPOGRAPHY *****************/


/*************** CONTINGUT GENERAL *****************/
ul ul, ul ol, ol ul, ol ol {
     list-style-type: none;
} 


.titolseccio h1{
	color:#36699C;
	font-size:35px;
     margin-top: 10px;
	 padding-bottom: 15px;
}

.titolseccio{
	color:#36699C;
	font-size:35px;
}

.article-title h1{
	background:#36699c;
	padding:10px;
	color:#fff;
	font-weight:normal;
	font-size:26px;
 	margin: 0 0 10px;
	padding-right:60px;
	line-height: 27px;
}

.article-title h1.article-title-subweb{
	border-bottom: 2px solid #36699C;
    color: #36699C;
	padding:10px 45px 10px 15px;
	font-weight:normal;
	font-size:28px;
	line-height: 1.2;
    margin: 0;
}


/*h2{
	margin-top:34px;
	line-height: 32px;
	text-align:left;
}

h3{
	font-weight:normal;
	color:#666666;
	line-height:26px;
	margin-bottom:15px;
	margin-top:15px;
		text-align:left;
}*/

h2{
	font-size:22px;
	margin-top:34px;
	margin-bottom:30px;
	padding-bottom:7px;
	line-height: 32px;
	text-align:left;
	
}

h3{
	font-size:22px;
	font-weight:normal;
	color:#444;
	line-height:26px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:left;
}


.module-agenda-portada{
	margin-top:30px;
}

.img_caption p.img_caption{
	font-size:11px;
	line-height:16px;
	margin-bottom:0px;
	text-align:left;
}

hr{
	border-top-color: #BBBBBB;
	margin-top: 40px;
}


/*******************************************************/
/******************** KOMENTO **************************/
/*******************************************************/


#section-kmt #kmt-fame {
    background: none repeat scroll 0 0 #F4F4F4;
 
}

#section-kmt .kmt-btn-loadmore b {
	background-color:#fff;
}

#section-kmt #kmt-fame .kmt-fame-tabs li a {
	font-size:18px;
}

#section-kmt .kmt-author, #section-kmt .kmt-author a {
	color:#000000;
	font-weight:bold;
}

#section-kmt .kmt-meta *{
	color:#444444;
}

#section-kmt .input{
color:#444444!important;
}

#section-kmt .kmt-form-length > b {
color:#444444!important;
}

#section-kmt .kmt-like-counter {
color:#444444!important;
}

#section-kmt .kmt-btn-loadmore b {
    color: #444444!important;
}
/*******************************************************/



/*************************************************************/
/***********************OHANAH********************************/
/*************************************************************/

/****** MODULO PORTADA *******/

.module-cspt-minima h1.titolseccio{
 	padding-bottom: 30px !important;
    padding-top: 45px !important;
}

.module-cspt-minima .event_detail_container {
	border-top:1px #333333 dotted !important;

   font-family:  pt_sans_captionregular,Sans-Serif !important;
}


.module-cspt-minima .event_detail_title h2, .featured_event .event_detail_title h2{
	font-weight: normal  !important;
	margin-top:10px !important;
	margin-bottom: 10px !important;
	line-height:1.2 !important;
}

.module-cspt-minima .date_icon{
	margin-top: 5px  !important;
}

.module-cspt-minima .location_icon, .location_icon{
	margin-top: 5px	!important;
}	

.event_detail_location, .module-cspt-minima .event_detail_location{
	margin-top:-45px !important;
}

.module-cspt-minima .event-photos{
	margin:0 !important;
	position:relative;
	max-height:100px !important;
	max-width:450px !important;
	overflow: hidden;
	/*width:100% !important;*/


}	

.module-cspt-minima .event-photos img{
 	/*max-width:450px !important; */
	height:auto !important;
}

.module-cspt-minima #event-container-info{
		margin-top:-25px !important;
		
}

 
/**********general ****************/

.event_detail_container{
	min-height:300px;
	overflow: hidden;
	padding-left: 125px;
	position: relative;
}

.event_detail_container.single_event_view {
    padding-left: 0;
}

 .event_date_flyer_container{
	border:0 !important;
	border-radius:0px !important;
	/*height:286px;*/
	width: 100px !important;
	background-color:#e5e5e5;
	margin-right:20px !important;
	position: absolute !important;
	height: 100%;
	margin-left: -125px;
	
	
}

.event_date {

	background:none !important;
	height:250px !important;
	width: 100px !important;
	
}


 .event_date_day {
   font-family:  pt_sans_captionregular,Sans-Serif !important;
	color:#333333 !important;
	font-size:60px  !important;
	font-weight:normal  !important;
	padding-top:10px !important;
	line-height:50px  !important;
	
}

.event_date_month{
    font-family:  pt_sans_captionregular,Sans-Serif !important;
	color:#333333 !important;
	font-size:20px !important;
	line-height:30px !important;
}


 .event_date_year{
    font-family:  pt_sans_captionregular,Sans-Serif !important;
	color:#333333 !important;
	font-size:12px !important;
	line-height:5px !important;
}	

.event-photos{
	position:relative;
	max-width:400px !important;
	overflow: hidden;
}

.ohanah .date_icon {
	margin-top:5px;
}
.event_detail_container .ohanah-registration-link{
	/*float:none !important;
	clear:both;*/
	margin-bottom:10px;
}

.event_detail_container .ohanah-registration-link a{
 background:#36699C;
 color:#ffffff;
   font-size: 16px;
    padding: 10px;
}

#event-container-info{
	margin-bottom:10px !important;
}

#filterFooter{
	font-size:16px!important;
	margin-bottom:10px;
}


.event_detail_title{
	margin-top:10px;
}
/*************modul filtre***************/


.ohanah.module .dropdown.size4 {
    width: 100px  !important;
}





/*************************************************************/




/****************************************************/
/*************** ADDTHIS SHAREBAR *******************/
/****************************************************/
.joomla_add_this{
	margin:40px 0 0 0;
	background-color:#EEEEEE;
	padding:6px;
	clear:both;
} 
/****************************************************/

/****************************************************/
/*************** SOCIAL MEDIA BAR *******************/
/****************************************************/
.css_buttons1{
	margin:40px 0 40px 0;
	/*background:#f4f4f4;
	border:1px solid #CCCCCC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
}

.fb_iframe_widget span{
	vertical-align:inherit!important;
}

.css_fb_like{
	width:100px;
}

.css_fb_share{
	width:125px;
}

.css_twitter{
	width:85px;
}

.css_google{
	width:45px;
}




/****************************************************************/
/********************** MODULE SIDEBAR **************************/
/****************************************************************/
.t3-sidebar-2 .module_caixaSidebar {
	margin-top: 28px;
}

.module_caixaSidebar{
	background-color:rgba(54,105,156,0.2);
	margin-bottom:20px!important;
	float:left;
	width:100%;

} 

.module_caixaSidebar .module-title span{
	font-weight:bold;
	color:#36699C;
}

.module_caixaSidebar_gris{
	background-color:#F1F1F1;
	margin-bottom:20px!important;
	float:left;
	width:100%;
}

.module_caixaSidebar_gris .module-title span{
	font-weight:bold;
	color:#36699C;
}

.custom_caixaSidebar{
	padding:10px 20px 10px 20px;
}

.custom_caixaSidebar_gris{
	padding:10px 20px 10px 20px;
}

.tagssimilar_caixaSidebar_gris {
	padding:15px;	
}



/************************************************************/
/***EDITOR JCK PLUGIN TEMPLATE CAIXES DESTACADES*************/
/************************************************************/

.caixaDestacat{
	background-color:rgba(54,105,156,0.2);
	padding:10px 20px;
	margin-bottom:20px;
	overflow:hidden;
}

.caixaDestacat h4{
	color:#36699C;
	font-weight:bold;
	word-wrap: break-word;
	-ms-word-break : sBreak 
}

.caixaDestacat p {
text-align: left;
}

.caixa-responsable {
	padding: 30px 10px 15px;
}
.caixa-responsable p, .caixa-responsable h4 {
    text-align: center;
}
.caixa-responsable h4 {
    font-size: 18px;
    color:#36699C;
}
.caixa-responsable p img {
    width:100%;
    max-width:215px!important;
    height:auto;
    border-radius:5px;
}
.caixa-responsable p:last-child {
	text-transform: uppercase;
	font-size: 0.85em;
	line-height: 1.3;
}


/********************************************************************/
/***EDITOR JCK PLUGIN TEMPLATE ARTICLE DUES COLUMENES ***************/
/********************************************************************/

.articleCol1{
	float: left;
	width: 62%;
}	

.articleCol2{
	float: right;
	width: 35%;
}

/*********************************************************************/
/*** EDITOR JCK PLUGIN TEMPLATE IMATGES AMB CAIXES *******************/
/*********************************************************************/
.caixaImatge {
	background-color: #eeeeee;
    border-color: #dddddd #dddddd #bbbbbb;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-sizing: content-box;
    float: left;
    margin: 25px 10px 20px;
    padding: 15px;
    width: 220px;
}

.titol_caixaImatge{
	color: #888888;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    margin: auto;
    text-align: center !important;
    vertical-align: middle;
    width: 220px;
}
.colabora.caixaImatge, .colabora .titol_caixaImatge {
	width: 280px;
}

.caixaImatge img{
	margin:14px 5px 0 0;
	height: auto!important; 
}

.texte_caixaImatge{
	font-size:12px;
	margin: 10px 0 5px 0;
	text-align:left;
}



/******************************************************/
/*************** CAIXES DE XIFRES *********************/
/******************************************************/
.caixaXifres {
	width:150px;
	text-align:center;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	margin-top:10px;
	float:left;
}

.titol_caixaXifres{
	color:#990000;
	font-weight:bold;
	font-size:14px;
	height:40px;
	display:table-cell;
	vertical-align:bottom;
    width: 150px;
}


.caixa_caixaXifres{
	background-color:#E8E8E8;
	padding:20px 10px 10px 10px;
	margin-top:5px;
}

.xifra_caixa_caixaXifres{
	color:#36699C;
	font-size:30px;
	margin-bottom:15px;
}

.xifraPassat_caixa_caixaXifres{
	color:#36699C;
	font-size:14px;
	margin: 0;

}

.caixaXifres p {
text-align:center;
}

/******************************************************/

/******************************************************/
/****** MODUL CATEGORIES DE NOTICIES*******************/
/******************************************************/
.cat-news li h5{
	font-size:14px;
}

.cat-news li a{
	color:#333333;
	font-weight:normal;
}
.cat-news li a:hover{
	color:#36699C;
}

.cat-news li.active h5{
	text-decoration:underline;
}


.categories-module_caixaSidebar_gris{
	padding:10px;
}

/******************************************************/
/****** 3 COLUMNES SERVEIS ADULTS /INFANTS* ***********/
/******************************************************/
#serv_col1{
	float:left;
	width:33%;
}

#serv_col2{
	float:left;
	width:33%;
}

#serv_col3{
	float:right;
	width:33%;
}


/******************************************************/
/****** TITOL PAGINES IFRAME WRAPPER ***********/
/******************************************************/
.contentpane h1{
	border-bottom: 2px solid #36699C;
    color: #36699C;
	padding:10px;
	font-weight:normal;
	font-size:28px;
    line-height: 1.2;
    margin: 0;
    padding-left: 15px;
    padding-right: 45px;
}

/******************************************************/
/***************** LOGIN AREA PRIVADA *****************/
/******************************************************/

.login-description{
	font-family:  pt_sans_captionregular, Sans-Serif;
	font-size:22px;
	padding:10px;
	line-height:1;
	margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.logout-description{
	font-family:  pt_sans_captionregular, Sans-Serif;
	font-size:22px;
	padding:10px;
	line-height:1;
	text-align:center;
}

#sortir{
	text-align:center;
	 margin-bottom: 30px;
    margin-right: 180px;
    margin-top: 30px;
}

/****************************************************/
/*************** MENU SUBWEB ACCORDEONCK  ***********/
/****************************************************/
.menu{
    margin: 0 0 25px 0!important;
	/*box-shadow: 0 0 2px 0 #666666 !important;*/
	box-shadow:-2px -3px 3px 0 #d0d0d0 inset, 1px 2px 2px 0 #ffffff inset, 1px 1px 3px -2px #aaaaaa !important;
	border:1px solid #bcbcbc!important;
	border-top:1px solid #cdcdcd!important;
	border-left:1px solid #cdcdcd!important;
	padding: 0 10px !important;
}

.menu li:last-child {
	border-bottom:0!important;	
}

.menu li a{
	font-size: 14px!important;
	padding: 7px 22px 7px 10px !important;
}

ul.menu li ul li {
	list-style-type: none !important;
	margin: 0 0 0 -10px !important;

}

ul.menu ul {
    background-color: #fafafa;
	margin-left:0;
	padding-left:40px;
}

ul.menu li ul li {
    border-top: medium none !important;
    list-style-type: none !important;
    margin: 0 0 0 -20px !important;
}

ul.menu li a.isactive{
	color:#36699C  !important;
	font-weight:bold !important;
}

ul.menu li a:hover,
ul.menu ul li a:focus {
    color: #36699C !important;
}
/****************************************************/

/****************************************************************/
/*************** MODULE CUSTOM  IMATGE SUBSITES *****************/
/****************************************************************/
.module_imatgeSubsite{
	margin-bottom:5px!important;
}

.custom_imatgeSubsite {
    margin: -10px 0;
    max-height: 180px;
    overflow: hidden;
}

.custom_imatgeSubsite.imagina img {
    min-width:600px;
	height:auto;
}
/*****************************************************/
/********** Formulari edicions articles **************/
/*****************************************************/

.form-actions {
    margin-top: 65px;
}


/********************************************************************************/
/************************************ ACCORDION FAQ******************************/
/********************************************************************************/
.accordionfaq {
    font-family: inherit;
}

#accordion1.lightnessfaq.headerbackground .accordionfaqheader.selected, #accordion1.lightnessfaq.headerbackground .accordionfaqheader.selected a{
	color:#36699C;
	background-color: #f2f2f2;
    background: url("../images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #f2f2f2;
}

#accordion1.lightnessfaq .accordionfaqheader, #accordion1.lightnessfaq .accordionfaqheader a {
    color: #36699C;
	background-color:#E4E4E4;
	
}

#accordion1.lightnessfaq.headerbackground .accordionfaqheader, #accordion1.lightnessfaq.headerbackground .accordionfaqheader a{
	background-color:#e4e4e4;
	background-image:none;
}

#accordion1.lightnessfaq.headerborder .accordionfaqheader {
	border:none;
	padding:10px 10px 10px 35px;
	border-radius:0;
	background-color:#E4E4E4;
	background-image:none;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

#accordion1.lightnessfaq.headerbackground .accordionfaqheader:hover, #accordion1.lightnessfaq.headerbackground .accordionfaqheader:hover a{
	color:#36699C;
	background-color: #f2f2f2;
	background-image:none;
	background:url("../images/ui-bg_glass_100_fdf5ce_1x400.png") repeat-x scroll 50% 50% #f2f2f2;
}


#accordion1.lightnessfaq.headerborder .accordionfaqheader:hover, #accordion1.lightnessfaq.headerborder .accordionfaqheader.selected {
   border:none;
   padding:10px 10px 10px 35px;
   border-radius:0;
   background-color:#f2f2f2;
   background-image:none;
   border-top:1px solid #FFFFFF;
   border-bottom:1px solid #CCCCCC;
       background: url("../images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #f2f2f2;
   
}
#accordion1.lightnessfaq .accordionfaqheader {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
	
}

#accordion1.lightnessfaq.contentborder.headerborder div.accordionfaqitem{
	border:none;
	padding:10px 10px 20px 32px;
}

#accordion1.lightnessfaq.defaulticon span.accordionfaqicon{
	background-image: url("/hospital/images/recursos/icones/plusfaq.png");
	background-position:top left;
	height:15px;
	width:15px;
	margin-left:5px;
	
}

#accordion1.lightnessfaq.defaulticon .accordionfaqheader.selected span.accordionfaqicon{
	background-image: url("/hospital/images/recursos/icones/minusfaq.png");
	background-position:top left;
	height:15px;
	width:15px;
	margin-left:5px;
}
/******************************************************************/
/******************CAIXA IMATGE DESCRIPCIO ***********************/
/******************************************************************/


.caixaImatgeDescripcio {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: -1px;
	min-height: 101px;
	width: 100%;
	background-color: #F5F5F5;
	padding: 0 10px 0 10px;

}
 
.caixaImatgeDescripcio_IMG {
	float: left;
	margin: 10px 10px 10px 0px;
}
 
.caixaImatgeDescripcio_TEXT {
	margin-top: 10px;
	overflow: hidden;
}



/********************************************************************/
/****************DESTACATS FIXES*************************************/
/********************************************************************/
.destacat-fixe {
		position:relative;	
}
	
.destacat-fixe-gradient {
		background-attachment: scroll;
    	background-clip: border-box;
    	background-color: rgba(0, 0, 0, 0);
    	background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 45%);
    	background-origin: padding-box;
    	background-position: 0 0;
    	background-repeat: repeat;
    	background-size: auto auto;
    	height: 100%;
    	position: absolute;
    	top: 0;
    	width: 100%;
}
	
.destacat-fixe p a{
		position:absolute;
		text-align:center;
		bottom:0;
		color:#FFFFFF;
		font-size:20px;
		max-width:250px;
		width:100%;
		padding:10px;
		margin:0;
}
/********************************************************************/
/****************DESTACATS FIXES MODULE TIME LINE TWITTER ***********/
/********************************************************************/
.module-destacat_fixe{
	/*margin-top:20px;*/
}
.custom-destacat_fixe{
	/*margin-top:20px;*/
}

.module-tw_tmline{
	margin-bottom:-40px;
}

/********************************************************************/
/***EDITOR JCK PLUGIN QUI SOM DESPLEGABLE             ***************/
/********************************************************************/
div.texte-desplegable{
	clear:both;
	 margin: 0;
}
div.texte-clicable.info {
	cursor:pointer;
}
	
div.texte-clicable.info:after {
	content:" [més informació]";
	font-size:12px;
	color:#888888;
}
	
div.texte-clicable.info.menys-info:after {
	content:" [menys informació]";
	font-size:12px;
	color:#888888;
}
	
div.texte-mostrable {
	margin:0 10px 0 5px;	
}
	
div.texte-mostrable img {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}


/********************************************************************/
/***NOUS SERVEIS I UNITATS             ******************************/
/********************************************************************/

#serveisTabs {
	width:100%;	
}

#serveisTabs .pestanya {
	float: left;
}

#serveisTabs .pestanya.left {
    width: 50%;
}

#serveisTabs .pestanya.right {
	margin-left:-2px;
    width: calc(50% + 2px);
}

#serveisTabs .pestanya h1 {
	background-color: #FFFFFF;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #5a5a5a;
	margin: 0 0 -2px;
    padding: 25px 10px 25px 15px;
	text-align:center;
}

#serveisTabs .pestanya.inactive h1 {
	background-color: #f8f8f8;
    border-bottom: 2px solid #eeeeee;
    color: #36699C;
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
	cursor:pointer;
}

#serveisTabs .pestanya.inactive h1:hover {
	background-color: #36699C;
    color: #FFFFFF;
}

#serveisList {
	border-bottom: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    overflow: hidden;
    width: calc(100% - 4px);
}

#serveisList .columna {
	float: left;
    padding: 20px 1.66%;
    width: 30%;
	position:relative;
}

#serveisList .columna:nth-child(3n+1) {
	clear:left;	
}

#serveisList h2 {
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    border-bottom: medium none;
    color: #00957e;
    display: table-cell;
    font-weight: 400;
    height: 70px;
    line-height: 26px;
	padding-bottom:0;
    padding-left: 65px;
    vertical-align: middle;
}

#serveisList ul {
	border-top: 2px solid #00957e;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 10px;
	padding-left: 12px;
}
#serveisList ul li {
	list-style-type:none;
	font-weight:bold;
	font-size: 1.15em;	
}
#serveisList ul li span {
	font-weight:normal;	
}
#serveisList ul li ul {
    margin: 0 0 0 40px;
	border-top:none;
	padding-top:0;
	padding-left:0;
}
#serveisList ul li ul li {
	list-style-type:disc;
	font-weight:400;
	font-size: 1em;	
}

#serveisList h2#especialitatsMed {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_especialitats.png);
}
#serveisList h2#especialitatsCir {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_especialitats_cir.png);
}
#serveisList h2#cadi {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_cadi.png);
}
#serveisList h2#cancer {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_cancer.png);
}
#serveisList h2#diagnostic {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_diagnostic.png);
}
#serveisList h2#salutmental {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_salutmental.png);
}
#serveisList h2#dependencia {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_dependencia.png);
}
#serveisList h2#suport {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_suport.png);
}
#serveisList h2#urgencies {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_urgencies.png);
}
#serveisList h2#sociosanitari {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_sociosanitari.png);
}
#serveisList h2#primaria {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_primaria.png);
}
#serveisList h2#gentgran {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_gentgran.png);
}
#serveisList h2#referencia {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_referencia.png);
}

#serveisList h2#categoria {
	background-image:url(/tauli/images/CentresiServeis/Serveis/imatges/icones/ParcTauli_serveis_especialitats.png);
}

#serveisList .columna.meitat ul::before {
	border-bottom: 2px solid #00957e;
    content: " ";
    left: -20px;
    position: absolute;
    top: 100px;
    width: 40px;
}


/******************************************************/
/******************************************************/
/***********************NEW OHANAH V3******************/
/******************************************************/

.event--mod{
	margin-top:30px;
	margin-bottom:70px;
	height:80px !important;

}

.title-event{
	margin-top:5px;
	font-size:17.5px;
	font-weight:bold;
	line-height:1.3;
}

.event-date-badge_container {
    float: left;
    padding: 0px;
    margin-top: -25px;
    margin-right: 20px;
    position: relative;
}

.event-date-badge
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

.event-date-badge *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.event-date-badge_month
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #36699C;
  border-bottom: 1px dashed #36699C;
  box-shadow: 0 2px 2px rgba(0,0,0,0.35);
}

.event-date-badge_year
{
  position: absolute;
  bottom: 0.3em;
  color: #36699C;
}

.event-date-badge_day
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 1.1em;
  color: #2f2f2f;
}



.event_title{
	border-bottom: 2px solid #36699C;
    color: #36699C;
	padding:10px;
	font-weight:normal;
	font-size:28px;
}

.event_title{
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 45px;
	margin-botton:30px;
}




/******************************************************/


@media (max-width: 1200px) {
	
	#serveisList .columna {
		padding: 20px 1.5%;
		width:47%;
	}
	
	#serveisList .columna:nth-child(3n+1) {
		clear:none;	
	}
	#serveisList .columna:nth-child(2n+1) {
		clear:left;	
	}
	
	#serveisList .columna.meitat ul::before {
		left: -14px;
		width: 28px;	
	}	
	
	#serveisTabs .pestanya h1 {
		font-size:21px;	
	}
	
	.flex-list li {
		width: calc(50% - 30px);
	}
	
}

@media (max-width: 767px) {
	
	#serveisTabs {
		margin-left: -19px;
		margin-top: 15px;
		width: calc(100% + 39px);
	}
	#serveisList {
    	margin-left: -19px;
		padding: 0 15px;
		width: calc(100% + 5px);
	}
	
	#serveisTabs .pestanya h1 {
		font-size: 16px;
		line-height: 1.4;
		padding: 10px 10px 10px 15px;
	}
	
	#serveisList h2 {
		background-size: 50px auto;
		height: 50px;
		padding-left: 65px;
	}
	
	#serveisList .columna {
		padding: 20px 0;
		width:100%;
		float:none;	
	}
	
	#serveisList .columna:first-child {
		margin-top: 22px;	
	}
	
	#serveisList .columna.meitat {
		margin-top: -60px;
    	padding-top: 0;
	}
	#serveisList .columna.meitat h2 {
		display:none;	
	}
	#serveisList .columna.meitat ul {
		border-top:none;	
	}
	
	#serveisList .columna.meitat ul::before {
		border-bottom: none;
		content: "";
		left: 0;
		width: 0;	
	}
	
	.custom-head_nav li {
		display:none;
	}
	.custom-head_nav li:last-child {
		display:none;
	}
	.langsearch {
		display:none !important;
	}
	
	#headnav li#colabora {
		position: absolute;
		display: block;
		left: 0;
		top: 5px;
	}
	#headnav li#colabora a {
		padding: 10px;
		background-color: rgba(0,0,0,0);
		font-size: 14px;
	}
	#headnav li#colabora a img {
		width: 16px;
		padding-right: 6px;
	}
	
	.caixaImatge,
	.colabora.caixaImatge {
		width: calc(100% - 52px);
	}
	.titol_caixaImatge,
	.colabora .titol_caixaImatge {
		width: 100%;
		font-size:18px;
		text-align: center!important;
		display: block;
		height:auto;
	}
	
	.breadcrumbs_subweb {
		height: auto;
	}
	
	.flex-list {
		display: block;
	}
	.flex-list li {
		width: 100%;
		padding: 5px 0;
	}
	
}

@media print {
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}
