/*!* Bootstrap v3.1.0(http://getbootstrap.com) * Copyright 2011-2014 Twitter,Inc. * Licensed under MIT(https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
		url('../fonts/opensans-regular.woff') format('woff'),
		url('../fonts/opensans-regular.ttf') format('truetype'),
		url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/opensans-light.eot');
	src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
		url('../fonts/opensans-light.woff') format('woff'),
		url('../fonts/opensans-light.ttf') format('truetype'),
		url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/opensans-semibold.eot');
	src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
		url('../fonts/opensans-semibold.woff') format('woff'),
		url('../fonts/opensans-semibold.ttf') format('truetype'),
		url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/opensans-bold.eot');
	src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
		url('../fonts/opensans-bold.woff') format('woff'),
		url('../fonts/opensans-bold.ttf') format('truetype'),
		url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
} /*!normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: 'OpenSansRegular';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not ([controls] ){
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2.5em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not (:root ){
	overflow: hidden;
}

figure {
	margin: .875em 40px;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: .875em;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0;
}


@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: "(" attr(href) ")";
	}
	abbr[title]:after {
		content: "(" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td, .table th {
		background-color: #fff !important;
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #fff;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #BF0000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #BF0000;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small,
	.h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
	h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small,
	.h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #333;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small,
	.h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small,
	.h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 2.188em;
}

h2, .h2 {
	font-size: 1.875em;
}

h3, .h3 {
	font-size: 1.438em;
}

h4, .h4 {
	font-size: .875em;
}

h5, .h5 {
	font-size: .875em;
}

h6, .h6 {
	font-size: .875em;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.4;
}

@media ( min-width :768px) {
	.lead {
		font-size: 1.250em;
	}
}

small, .small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-muted, .text-primary, a.text-primary:hover, .text-success, a.text-success:hover,
	.text-info, a.text-info:hover {
	color: #333;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #428bca;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

ul li a {
	color: #333;
	text-decoration: none;
}

ul li a:hover, ul li a:focus {
	color: #333;
	text-decoration: underline;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.list-inline>li:first-child {
	padding-left: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt, dd {
	line-height: 1.428571429;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media ( min-width :768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 1.063em;
	border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
	{
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before
	{
	content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before,
	.blockquote-reverse small:before, blockquote.pull-right small:before,
	.blockquote-reverse .small:before, blockquote.pull-right .small:before
	{
	content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after,
	.blockquote-reverse small:after, blockquote.pull-right small:after,
	.blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
	content: "";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: .813em;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width :768px) {
	.container {
		width: 750px;
	}
}

@media ( min-width :992px) {
	.container {
		width: 970px;
	}
}

@media ( min-width :1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666666666666%;
}

.col-xs-10 {
	width: 83.33333333333334%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666666666666%;
}

.col-xs-7 {
	width: 58.333333333333336%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666666666667%;
}

.col-xs-4 {
	width: 33.33333333333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.666666666666664%;
}


/* vmontero: INICI Estils evolutiu VISOR */


/* Atributs dels divs pares */
.col-xs-main-100, .col-xs-main-50, .col-xs-main-50-50, .col-xs-main-35, .col-xs-main-15
{
	float: left;
	position: relative;
	min-height: 20px;

	
}
/* Atributs dels divs columnes */
.col-xs-dosColumnes-80, .col-xs-dosColumnes-60, .col-xs-dosColumnes-55, 
.col-xs-dosColumnes-50, .col-xs-dosColumnes-45, .col-xs-dosColumnes-40, 
.col-xs-dosColumnes-20, .col-xs-unaColumna 
{
	float: left;
	position: relative;
	min-height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	
}

.col-xs-main-100 {
	width: 100%;
}

.col-xs-main-50 {
	width: 50%;
}

.col-xs-main-50-50 {
	width: 50%;
}

.col-xs-main-35 {
	width: 40%;
}
.col-xs-main-15 {
	width: 10%;
}

.col-xs-dosColumnes-80 {
	width: 75%;
}

.col-xs-dosColumnes-60 {
	font-family: OpenSansSemibold;
	width: 60%;
}

.col-xs-dosColumnes-55 {
	width: 55%;
}

.col-xs-dosColumnes-50 {
	width: 50%;
}

.col-xs-dosColumnes-45 {
	width: 45%;
}

.col-xs-dosColumnes-40 {
	font-family: OpenSansRegular;
	width: 40%;
}

.col-xs-dosColumnes-20 {
	width: 25%;
}

.col-xs-unaColumna {
	width: 100%;
}

.centrar-contingut, .centrar-contingut-dits {
	text-align: center;
	margin:0 auto;
}
.centrar-contingut-esquerra {
	text-align: left;
	margin:0 auto;
}
.centrar-contingut div {
	display: inline-block;
	vertical-align:top;
	margin: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	min-width: 100px;
	max-width: 80px;
}
img[src$=".gif"], img[src$=".png"] {
  image-rendering: auto;
}

.centrar-contingut-esquerra div {
	display: inline-block;
	vertical-align:top;
	margin: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	min-width: 80px;
	max-width: 90px;
	text-align: center;
}
.centrar-contingut-dits div {
	display: inline-block;
	vertical-align: bottom;
	text-align:center;
	margin: 2px 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	min-width: 80px;
	max-width: 80px;
}

.centrar-contingut-dits img {
	
	margin-top: 4px;
}
.simular-tab {
	padding-left: 20px;
}
.simular-tab-x2 {
	padding-left: 40px;
}

@media ( max-width :767px) {
	.col-xs-6 {
	width: 100%;
	}	
	.col-xs-main-50-50 {
	width: 50%;
	}
	.col-xs-main-50 {
	width: 100%;
	}
	.col-xs-main-35 {
	width: 70%;
	}	
	.col-xs-main-15 {
	width: 30%;
	}		
}


/* vmontero: FI Estils evolutiu VISOR */

.col-xs-1 {
	width: 8.333333333333332%;
}


.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666666666666%;
}

.col-xs-pull-10 {
	right: 83.33333333333334%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666666666666%;
}

.col-xs-pull-7 {
	right: 58.333333333333336%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666666666667%;
}

.col-xs-pull-4 {
	right: 33.33333333333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.666666666666664%;
}

.col-xs-pull-1 {
	right: 8.333333333333332%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666666666666%;
}

.col-xs-push-10 {
	left: 83.33333333333334%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666666666666%;
}

.col-xs-push-7 {
	left: 58.333333333333336%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666666666667%;
}

.col-xs-push-4 {
	left: 33.33333333333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.666666666666664%;
}

.col-xs-push-1 {
	left: 8.333333333333332%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media ( min-width :768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-pull-0 {
		right: 0;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-0 {
		left: 0;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-pull-0 {
		right: 0;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-push-0 {
		left: 0;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width :1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-0 {
		right: 0;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-0 {
		left: 0;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 5px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th,
	.table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td,
	.table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td
	{
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="col-"], table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active,
	.table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active,
	.table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td,
	.table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th
	{
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover,
	.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th
	{
	background-color: #e8e8e8;
}

.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success,
	.table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success,
	.table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td,
	.table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th
	{
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover,
	.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th
	{
	background-color: #d0e9c6;
}

.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info,
	.table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info,
	.table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td,
	.table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th
	{
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover,
	.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th
	{
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning,
	.table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning,
	.table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td,
	.table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th
	{
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover,
	.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th
	{
	background-color: #faf2cc;
}

.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger,
	.table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger,
	.table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td,
	.table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th
	{
	background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover,
	.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th
	{
	background-color: #ebcccc;
}

@media ( max-width :767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive>.table {
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th,
		.table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td,
		.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td
		{
		white-space: nowrap;
	}
	.table-responsive>.table-bordered {
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
		.table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th:first-child,
		.table-responsive>.table-bordered>thead>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>td:first-child,
		.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
		.table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child,
		.table-responsive>.table-bordered>thead>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>td:last-child,
		.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
		.table-responsive>.table-bordered>tfoot>tr:last-child>th,
		.table-responsive>.table-bordered>tbody>tr:last-child>td,
		.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.313em;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple], select[size] {
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: .750em;
	line-height: 1.428571429;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: .875em;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.form-control:-moz-placeholder {
	color: #999;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

input[type="date"] {
	line-height: 34px;
}

.form-group {
	margin-bottom: 15px;
}

.radio, .checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label, .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled],
	.radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled],
	fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"],
	fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox,
	fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: .750em;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
	height: auto;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 1.125em;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio,
	.has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline
	{
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio,
	.has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline
	{
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
	.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline
	{
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media ( min-width :768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
		{
		float: none;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .control-label, .form-horizontal .radio,
	.form-horizontal .checkbox, .form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

.btn {
	display: inline-block;
	padding: 6px 19px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default
	{
	background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
	.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
	.btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active,
	.btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active
	{
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
	.btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success
	{
	background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success,
	.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
	.btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active,
	.btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active
	{
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
	.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info,
	.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
	.btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
	.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active
	{
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active,
	.btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning
	{
	background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning,
	.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active,
	.btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active
	{
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
	.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger
	{
	background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger,
	.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active,
	.btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active
	{
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: normal;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link
	{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus,
	fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 1.125em;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: .061em;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: .061em;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block
	{
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
		format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
	{
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover,
	.dropdown-menu>.disabled>a:focus {
	color: #999;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: .688em;
	line-height: 1.428571429;
	color: #999;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media ( min-width :768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus,
	.btn-group-vertical>.btn:focus, .btn-group>.btn:active,
	.btn-group-vertical>.btn:active, .btn-group>.btn.active,
	.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline: none;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not (:first-child ), .btn-group>.dropdown-toggle:not
	(:first-child ){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: .688em;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: .688em;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 1.125em;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group,
	.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group,
	.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group
	{
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not (:last-child ){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not (:first-child ){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
	{
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,
	.btn-group-vertical>.btn-group:first-child:not (:last-child )>.dropdown-toggle
	{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"]
	{
	display: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon,
	.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 1.125em;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon,
	select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon,
	textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control,
	select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn
	{
	height: auto;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: .750em;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon,
	select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon,
	textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control,
	select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn
	{
	height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}

.input-group-addon:not (:first-child ):not (:last-child ),
	.input-group-btn:not (:first-child ):not (:last-child ), .input-group .form-control:not
	(:first-child ):not (:last-child ){
	border-radius: 0;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: .875em;
	font-weight: normal;
	line-height: 1;
	color: #333;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: .688em;
	border-radius: 3px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 1.125em;
	border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"]
	{
	margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child,
	.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn,
	.input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not
	(:last-child ):not (.dropdown-toggle ), .input-group-btn:last-child>.btn-group:not
	(:last-child )>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child,
	.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn,
	.input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not
	(:first-child ), .input-group-btn:first-child>.btn-group:not (:first-child
	)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus,
	.input-group-btn>.btn:active {
	z-index: 2;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
	{
	margin-right: -1px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav>li.disabled>a {
	color: #333;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #333;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #333;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media ( min-width :768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media ( min-width :768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
		.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 4px;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
	{
	color: #fff;
	background-color: #428bca;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media ( min-width :768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media ( min-width :768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover,
		.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media ( min-width :768px) {
	.navbar {
		border-radius: 4px;
	}
}

@media ( min-width :768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media ( min-width :768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse,
		.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media ( min-width :768px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
		.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media ( min-width :768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media ( min-width :768px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 20px;
	padding: 15px 15px;
	font-size: 1.125em;
	line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

@media ( min-width :768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: none;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media ( min-width :768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media ( max-width :767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header
		{
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus
		{
		background-image: none;
	}
}

@media ( min-width :768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}

@media ( min-width :768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1);
}

@media ( min-width :768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"]
		{
		float: none;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media ( max-width :767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media ( min-width :768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media ( min-width :768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
	{
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover,
	.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:active {
	background-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

@media ( max-width :767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus
	{
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #999;
}

.navbar-inverse .navbar-nav>li>a {
	color: #999;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
	{
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover,
	.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
	{
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #080808;
}

@media ( max-width :767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #999;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb>.active {
	color: #999;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 0 10px;
	margin-left: -1px;
	line-height: 1.428571429;
	color: #BF0000;
	text-decoration: none;
	background-color: #fff;
	font-family: 'OpenSansRegular';
	font-size: 1.250em;
}

.pagination>li>a:hover, .pagination>li>span:hover {
	text-decoration: underline;
	color: #BF0000 !important;
}

.pagination>li>a:focus, .pagination>li>span:focus {
	color: #333;
	text-decoration: none !important;
	background-color: #eee;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	z-index: 2;
	color: #333;
	cursor: default;
	background-color: #eee;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover,
	.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
	.pagination>.disabled>a:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 1.125em;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: .750em;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.pager .next>a, .pager .next>span {
	float: right;
}

.pager .previous>a, .pager .previous>span {
	float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus,
	.pager .disabled>span {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label[href]:hover, .label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
	background-color: #808080;
}

.label-primary {
	background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #3071a9;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: .750em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 1.313em;
	font-weight: 200;
}

.container .jumbotron {
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and(min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 3.938em;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail>img, .thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #428bca;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p, .alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@
-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0;
}

to {
	background-position: 0 0;
}

}
@
keyframes progress-bar-stripes {
	from {background-position: 40px 0;
}

to {
	background-position: 0 0;
}

}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: .750em;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
}

.media, .media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media>.pull-left {
	margin-right: 10px;
}

.media>.pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus
	{
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading,
	a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text,
	a.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover,
	a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus
	{
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover,
	a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover,
	a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group .list-group-item:first-child {
	border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
	border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
	{
	border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
	.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
	{
	border-top-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
	{
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
	{
	border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td
	{
	border-top: 0;
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
	.panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
	.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child
	{
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
	.panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
	.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
	{
	border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
	.panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-bordered>tfoot>tr:first-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
	.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
	.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
	.panel>.table-bordered>tfoot>tr:first-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td
	{
	border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
	.panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.panel>.table-bordered>thead>tr:last-child>td, .panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
	.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td
	{
	border-bottom: 0;
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	color: inherit;
}

.panel-title>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 4px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #428bca;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #428bca;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 1.313em;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: .2;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity = 0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity = 50);
	opacity: .5;
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

@media ( min-width :768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: .750em;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity = 0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity = 90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: .875em;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	content: "";
	border-width: 10px;
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}

.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 1.250em;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity = 50);
	opacity: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5)
		0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
		endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001)
		0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
		endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity = 90);
	outline: none;
	opacity: .9;
}

.carousel-control .icon-prev, .carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
	{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
	{
	left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
	{
	right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and(min-width:768px) {
	.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right,
		.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 1.875em;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		top: 0;
	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after,
	.form-horizontal .form-group:before, .form-horizontal .form-group:after,
	.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
	.btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
	.navbar:after, .navbar-header:before, .navbar-header:after,
	.navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after,
	.panel-body:before, .panel-body:after, .modal-footer:before,
	.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after,
	.form-horizontal .form-group:after, .btn-toolbar:after,
	.btn-group-vertical>.btn-group:after, .nav:after, .navbar:after,
	.navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after,
	.modal-footer:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@
-ms-viewport {
	width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
	display: none !important;
}

@media ( max-width :767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
	display: none !important;
}

@media ( min-width :768px) and(max-width:991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
	display: none !important;
}

@media ( min-width :992px) and(max-width:1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
	display: none !important;
}

@media ( min-width :1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}

@media ( max-width :767px) {
	.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
		display: none !important;
	}
}

@media ( min-width :768px) and(max-width:991px) {
	.hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
		display: none !important;
	}
}

@media ( min-width :992px) and(max-width:1199px) {
	.hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
		display: none !important;
	}
}

@media ( min-width :1200px) {
	.hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
		display: none !important;
	}
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}

@media print {
	.hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
		display: none !important;
	}
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
		url('../fonts/opensans-regular.woff') format('woff'),
		url('../fonts/opensans-regular.ttf') format('truetype'),
		url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/opensans-light.eot');
	src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
		url('../fonts/opensans-light.woff') format('woff'),
		url('../fonts/opensans-light.ttf') format('truetype'),
		url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/opensans-semibold.eot');
	src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
		url('../fonts/opensans-semibold.woff') format('woff'),
		url('../fonts/opensans-semibold.ttf') format('truetype'),
		url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/opensans-bold.eot');
	src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
		url('../fonts/opensans-bold.woff') format('woff'),
		url('../fonts/opensans-bold.ttf') format('truetype'),
		url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}

.formatter_body {
	float: left;
	width: 100%;
}

.padding1 {
	padding-bottom: 0 !important;
}

.padding2 {
	padding-top: 0 !important;
}

.z-index-menu {
	z-index: 9999;
	margin-bottom: 0;
}

.neteja {
	display: block;
	clear: both;
}

.padding-1 {
	padding: 1em;
}

.boxsitemap {
	margin-bottom: 20px;
	clear: left;
	display: table;
}

.boxsitemap h2 {
	margin-bottom: 10px;
}

.boxsitemap ul.list-group ul {
	padding-left: 0;
	margin-left: 0;
}

.boxsitemap ul.list-group ul.list-group ul ul {
	border-top: medium none;
}

.boxsitemap ul.list-group li {
	border-bottom: 1px solid #ddd !important;
	border-top: 0 solid #ddd !important;
}

.boxsitemap ul.list-group ul.list-group ul li.list-group-item {
	border-bottom: .5px solid #ddd;
	padding-left: 30px;
}

.boxsitemap ul.list-group ul.list-group ul li.list-group-item:before {
	padding-left: 15px;
}

.boxsitemap ul.list-group ul.list-group ul ul li.list-group-item {
	border-bottom: .5px solid #ddd;
	padding-left: 50px;
}

.boxsitemap ul.list-group ul.list-group ul ul li.list-group-item:before
	{
	padding-left: 35px;
}

.panel-body .trans {
	padding-bottom: 9px !important;
	padding-top: 16px !important;
	font-family: 'OpenSansSemibold';
}

.panel-body.transport {
	border-bottom: 1px solid #ddd !important;
}

.panel-heading.desplegable1 {
	border: medium none transparent;
}

.twitter_ui {
	float: left !important;
	width: 100px !important;
}

.fb_iframe_widget {
	float: left !important;
	display: initial !important;
	position: initial !important;
	width: 120px !important;
}

.google {
	float: left !important;
	width: 100px !important;
}

.llistat_xarxes_socials .list-group-item-detall-noticia {
	border: medium none;
	border-radius: 0;
	margin: 0 .15em;
	clear: left;
	display: block;
	padding: 10px 0;
	position: relative;
	text-align: left;
}

.list-group-item .twitter_ui_xs {
	float: left;
}

.list-group .social_text_detall_noticia {
	float: left;
	text-align: left;
	color: #666;
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Helvetica,
		Arial, sans-serif;
	font-size: .688em;
	font-style: italic;
}

b, strong {
	font-weight: normal !important;
	font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif !important;
}

@media ( max-width :47.938em) {
	#fContainer_right {
		border-top: none;
	}
	.fullcontainer-xs {
		padding: 0;
		overflow: hidden;
	}
	.full-width-xs {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.bgGrey-xs {
		background: #f5f5f5;
	}
	.clearfix-xs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.border-top-xs {
		border-top: 1px solid #ddd;
	}
	.margin-start-xs {
		margin-top: 3.500em;
	}
	.pad_top_xs {
		padding-top: 0 !important;
	}
	.pad_xs_0 {
		padding: 0 !important;
	}
	.col-xs-7 {
		width: 100% !important;
	}
}

html {
	font-size: 100%;
	overflow-x: hidden;
}

body {
	font-size: 1em;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

#center_1 ul li {
	margin-top: .5em;
	margin-bottom: .7em;
}

#center_1 ul.cercador_sac li {
	margin-bottom: 0;
	border-bottom: none;
}

a, a:focus, a:target {
	outline: none;
}

a:hover {
	text-decoration: none !important;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

h2 {
	font-size: 1.250em;
	padding: 0;
	margin: 0;
	margin-bottom: .800em;
}

h2.col-sm-12 {
	margin-top: 1em;
}

h2.col-sm-12.title {
	margin-top: 0;
}

h1, h2 {
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

h3, h4 {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

input:focus {
	box-shadow: none !important;
}

label {
	font-weight: normal;
}

option {
	width: 100%;
	padding: 0;
	margin: 0;
}

blockquote {
	border: none;
}

footer.container {
	background: #EFEFEF;
}

.vermell_p {
	color: #BF0000;
	font-size: .875em;
}

.a-vermell, .a-vermell a {
	color: #BF0000;
}

.dest {
	font-weight: bold;
}

.panel {
	box-shadow: none;
}

.shadowBox {
	position: relative;
}

.shadowBox2 {
	position: relative;
	overflow: hidden;
}

.shadowBox-invert {
	position: relative;
	overflow: hidden;
}

.shadow {
	width: 90%;
	height: 1.250em;
	position: absolute;
	box-shadow: 0 .375em .375em #e5e5e5;
	border-radius: 50%;
	z-index: 1;
	bottom: 0;
	left: 50%;
	margin-left: -45%;
}

.shadow2 {
	width: 90%;
	height: 1.250em;
	position: relative;
	box-shadow: 0 .375em .375em #e5e5e5;
	border-radius: 50%;
	z-index: 0;
	bottom: 0;
	left: 50%;
	margin-left: -45%;
}

.shadow3 {
	width: 90%;
	height: 1.250em;
	position: relative;
	box-shadow: 0 .375em .375em #e5e5e5;
	border-radius: 50%;
	z-index: 0;
	bottom: 0;
	left: 50%;
	margin-left: -45%;
	margin-top: -1.2em;
}

.shadow-top {
	width: 90%;
	height: 1.250em;
	position: absolute;
	box-shadow: 0 .375em .375em #e5e5e5;
	border-radius: 50%;
	z-index: 1;
	top: -20px;
	left: 50%;
	margin-left: -45%;
}

.shadow-invert {
	width: 90%;
	height: 1.250em;
	position: absolute;
	box-shadow: 0 -0.375em .375em #e5e5e5;
	border-radius: 50%;
	z-index: 0;
	bottom: -1.250em;
	left: 50%;
	margin-left: -45%;
}

.collapse.in {
	height: auto !important;
}

.box {
	border: 1px solid #ddd;
	background: white;
	position: relative;
	z-index: 1;
	width: 100%;
}

.img-responsive {
	width: 100%;
}

.clearfix {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.opacitat_zero {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.border-top {
	border-top: 1px solid #ddd;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.reset {
	margin: 0 !important;
	padding: 0 !important;
}

.reset-left {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.reset-right {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.pos_reset {
	position: static;
}

.pos_relative {
	position: relative !important;
}

.overflow_h {
	overflow: hidden;
}

.width_100 {
	width: 100%;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

.over-hid {
	overflow: hidden;
}

.pad_0 {
	padding: 0 !important;
}

.pad_top {
	padding-top: 0 !important;
}

.pad_right_0 {
	padding-right: 0 !important;
}

.pad_bottom_0 {
	padding-bottom: 0 !important;
}

.pad_left_0 {
	padding-left: 0 !important;
}

.padding-xs {
	padding-top: 1.250em;
	padding-bottom: 1.250em;
}

.padding-top-xs {
	padding-top: 1.250em;
}

.padding-bot-xs {
	padding-bottom: 1.250em;
}

.padding-min-bot-xs {
	padding-bottom: .375em;
}

.padding-end {
	padding-bottom: 1.875em;
}

.text-center-xs {
	text-align: center;
}

.mar_0 {
	margin: 0 !important;
}

.mar_top {
	margin-top: 0 !important;
}

.mar_right_0 {
	margin-right: 0 !important;
}

.mar_bottom_0 {
	margin-bottom: 0 !important;
}

.margin_top_xs {
	margin-top: 1.250em !important;
}

.mar_left_0 {
	margin-left: 0 !important;
}

.filet {
	margin: 0 50.313em;
	border-right: 1px solid #ddd;
	height: .2em;
}

.bgGrey {
	background: #f5f5f5;
}

.groc {
	background: #fcbe00 !important;
}

.celeste {
	background: #60c8d4 !important;
}

.vermell {
	background: #f94d00 !important;
}

.red {
	color: #BF0000 !important;
}

.white {
	color: #fff !important;
}

.gray {
	color: #666 !important;
}

.darkGray {
	color: #333 !important;
}

.bgRed {
	background: #BF0000 !important;
}

.verd {
	background: #72a03e !important;
}

.blau {
	background: #4a0dcc !important;
}

.blau_s {
	background: #7087B9 !important;
}

.gris {
	background: #888 !important;
}

.gris_o {
	background: #333 !important;
}

.negre {
	background: #333 !important;
}

.taronja {
	background: #F88508;
}

.blau2 {
	background: #019DCE;
}

.verd2 {
	background: #15C218;
}

.verd3 {
	background: #46611C;
}

.bgTransRed {
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0
		, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.6) 100%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.6) 100%);
	background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
		endColorstr='#000000', GradientType=0);
}

.bgTransRed {
	background: transparent;
	filter: none;
}

.gradient {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 0.5) 72%, rgba(51, 51, 51, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
		51, 51, 0)), color-stop(72%, rgba(51, 51, 51, 0.5)),
		color-stop(100%, rgba(51, 51, 51, 1)));
	background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 0.5) 72%, rgba(51, 51, 51, 1) 100%);
	background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 0.5) 72%, rgba(51, 51, 51, 1) 100%);
	background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 0.5) 72%, rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 0.5) 72%, rgba(51, 51, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333',
		endColorstr='#333333', GradientType=0);
}

.border_groc {
	border-top: .375em solid #FEBF00;
}

.border_celeste {
	border-top: .375em solid #5BC8D5;
}

.border_vermell {
	border-top: .375em solid #FC4C00;
}

.border_verd, .rslt .border_verd_cerca {
	border-top: .375em solid #71A137;
}

.border_morat {
	border-top: .375em solid #4A00D0;
}

.border_taronja, .rslt .border_taronja_cerca {
	border-top: .375em solid #FF8000;
}

.border_blau {
	border-top: .375em solid #4D7AFF;
}

.border_fucsia {
	border-top: .375em solid #D900D0;
}

.border_verd_dos {
	border-top: .375em solid #00B259;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.sense-border {
	border: none !important;
}

.desplegable {
	background: url(../img/NG_ico_plegar.png) no-repeat;
	min-width: 1.125em;
	min-height: 1.125em;
	display: block;
}

.desplegable.collapsed {
	background: url(../img/NG_ico_desplegar.png) no-repeat;
}

.basic_text {
	color: #666;
	font-size: 1em;
}

.basic_text_peq {
	color: #666;
	font-size: .813em;
	line-height: 1.45;
}

.basic_title {
	margin: 1.250em 0 .875em;
}

.basic_title_peq {
	font-size: 1em;
	color: #333;
	margin-top: 1.125em;
}

.basic_subtitle {
	margin: 1.250em 0 .375em;
	font-size: 25px;
}

.basic_link {
	display: block;
	font-size: .813em;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.txt_result {
	font-size: .938em;
	font-family: 'OpenSansRegular';
	margin: 1.238em 0;
	padding-top: .313em;
	padding-bottom: .313em;
	color: #666;
	width: 98%;
}

.txt_result span {
	font-family: 'OpenSansBold';
}

.txt_gris {
	color: #858585 !important;
}

.ico_pdf {
	background: url(../img/NG_ico_pdf.png) no-repeat left center;
	display: block;
}

.ico_7z {
	background: url(../img/ico_descarregable_7Z.png) no-repeat left center;
	display: block;
}

.ico_csv {
	background: url(../img/ico_descarregable_CSV.png) no-repeat left center;
	display: block;
}

.ico_doc {
	background: url(../img/ico_descarregable_DOC.png) no-repeat left center;
	display: block;
}

.ico_docx {
	background: url(../img/ico_descarregable_DOCX.png) no-repeat left center;
	display: block;
}

.ico_gz {
	background: url(../img/ico_descarregable_GZ.png) no-repeat left center;
	display: block;
}

.ico_jpg {
	background: url(../img/ico_descarregable_JPG.png) no-repeat left center;
	display: block;
}

.ico_png {
	background: url(../img/ico_descarregable_PNG.png) no-repeat left center;
	display: block;
}

.ico_ppt {
	background: url(../img/ico_descarregable_PPT.png) no-repeat left center;
	display: block;
}

.ico_pptx {
	background: url(../img/ico_descarregable_PPTX.png) no-repeat left center;
	display: block;
}

.ico_rar {
	background: url(../img/ico_descarregable_RAR.png) no-repeat left center;
	display: block;
}

.ico_rtf {
	background: url(../img/ico_descarregable_RTF.png) no-repeat left center;
	display: block;
}

.ico_stc {
	background: url(../img/ico_descarregable_STC.png) no-repeat left center;
	display: block;
}

.ico_sti {
	background: url(../img/ico_descarregable_STI.png) no-repeat left center;
	display: block;
}

.ico_stw {
	background: url(../img/ico_descarregable_STW.png) no-repeat left center;
	display: block;
}

.ico_sxc {
	background: url(../img/ico_descarregable_SXC.png) no-repeat left center;
	display: block;
}

.ico_sxi {
	background: url(../img/ico_descarregable_SXI.png) no-repeat left center;
	display: block;
}

.ico_sxw {
	background: url(../img/ico_descarregable_SXW.png) no-repeat left center;
	display: block;
}

.ico_tiff {
	background: url(../img/ico_descarregable_TIFF.png) no-repeat left center;
	display: block;
}

.ico_txt {
	background: url(../img/ico_descarregable_TXT.png) no-repeat left center;
	display: block;
}

.ico_xls {
	background: url(../img/ico_descarregable_XLS.png) no-repeat left center;
	display: block;
}

.ico_xlsx {
	background: url(../img/ico_descarregable_XLSX.png) no-repeat left center;
	display: block;
}

.ico_zip {
	background: url(../img/ico_descarregable_ZIP.png) no-repeat left center;
	display: block;
}

.ico_play {
	background: url(../img/NG_ico_play.png) no-repeat left center;
	display: block;
}

.ico_place {
	background: url(../img/NG_ico_place.png) no-repeat left center;
	display: block;
}

.limpia {
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.ventanaTransit {
	width: 250px;
	height: 120px;
}

.ventanaTransit .tipusAvis {
	margin-bottom: .3em;
}

.ventanaTransit .tipusAvis span {
	margin-top: .2em;
	font-weight: bold;
	font-size: 1.2em;
}

.error_contingut {
	border: 1px solid #d00000;
	background-color: #eec0c0;
	font-weight: bold;
	color: #000;
	padding: .5em;
}

.fons_header {
	background: none;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
}

.fons_header>.container {
	margin-top: 3.500em;
}

.fons_header>.container>.row {
	position: absolute;
	width: 100%;
	background: #333;
	z-index: 9999;
	top: 0;
}

.row.clearfix.menuNav {
	position: fixed !important;
}

nav a {
	color: #fff;
}

header .column ul li {
	float: left;
	margin: .3em .15em;
	position: relative;
}

header .column ul li a {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	margin-left: .5em;
	color: #FFF;
	font-weight: normal;
	display: inline;
	float: left;
	font-size: .875em;
	height: 2.000em;
	position: relative;
	width: 2.000em;
	padding-top: .25em;
	text-align: center;
	line-height: 1.25em;
}

header .column ul li a:hover {
	background: rgba(255, 255, 255, 1);
	color: #333;
	width: 2.000em;
	height: 2.000em;
	display: inline;
	font-size: .875em;
}

header .container .row .col-md-12 {
	width: 100%;
}

header>.container>.row>div+div {
	text-align: center;
}

header div.col-sm-6 ul {
	margin: .5em;
	margin-left: 0;
	margin-right: 0;
	float: right;
}

nav .container, nav, nav .container .row {
	background: #6c6c6c;
}

.nav>li>a {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

nav, ul.nav>li {
	border-top: solid 1px #999;
	background: -moz-linear-gradient(top, rgba(109, 109, 109, 1) 0,
		rgba(94, 94, 94, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,
		109, 109, 1)), color-stop(100%, rgba(94, 94, 94, 1)));
	background: -webkit-linear-gradient(top, rgba(109, 109, 109, 1) 0,
		rgba(94, 94, 94, 1) 100%);
	background: -o-linear-gradient(top, rgba(109, 109, 109, 1) 0,
		rgba(94, 94, 94, 1) 100%);
	background: -ms-linear-gradient(top, rgba(109, 109, 109, 1) 0,
		rgba(94, 94, 94, 1) 100%);
	background: linear-gradient(to bottom, rgba(109, 109, 109, 1) 0,
		rgba(94, 94, 94, 1) 100%);
}

.dropdown-menu .centrat>ul>li, .dropdown-menu .centrat>ul>li>a,
	.dropdown-menu .centrat>.col_left>ul>li, .dropdown-menu .centrat>.col_left>ul>li>a
	{
	color: #333;
}

.dropdown-menu .centrat>ul>li.actiu, .dropdown-menu .centrat>ul>li>a.actiu,
	.dropdown-menu .centrat>.col_left>ul>li.actiu, .dropdown-menu .centrat>.col_left>ul>li>a.actiu
	{
	background: #fff;
}

.dropdown-menu .centrat>.col_left>ul {
	padding: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: -moz-linear-gradient(top, rgba(74, 74, 74, 1) 0,
		rgba(60, 60, 60, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(74,
		74, 74, 1)), color-stop(100%, rgba(60, 60, 60, 1)));
	background: -webkit-linear-gradient(top, rgba(74, 74, 74, 1) 0,
		rgba(60, 60, 60, 1) 100%);
	background: -o-linear-gradient(top, rgba(74, 74, 74, 1) 0,
		rgba(60, 60, 60, 1) 100%);
	background: -ms-linear-gradient(top, rgba(74, 74, 74, 1) 0,
		rgba(60, 60, 60, 1) 100%);
	background: linear-gradient(to bottom, rgba(74, 74, 74, 1) 0,
		rgba(60, 60, 60, 1) 100%);
}

ul.dropdown-menu {
	background: #333;
	padding: 0;
}

.nav>.dropdown>.dropdown-menu .centrat {
	padding: 0 .222em;
}

nav ul.nav li div.dropdown-menu ul.centrat, nav ul.nav li div.dropdown-menu ul.centrat li,
	.navbar-default .navbar-nav .open div.dropdown-menu {
	background: #ddd;
	border-radius: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu .centrat>li>a {
	color: #333;
}

.navbar-default .navbar-nav .open .dropdown-menu .centrat>li>a:hover {
	background: #ddd;
	text-decoration: underline;
}

.navbar-default .navbar-nav .open .dropdown-menu .centrat>li {
	border: none;
	text-indent: 2.5em;
	line-height: 1.5em;
}

.navbar-default .navbar-nav .open .dropdown-menu .centrat>li.filet_separador
	{
	border-bottom: 1px solid #CCC;
	margin: 0 5%;
	width: 90%;
}

.navbar-default .navbar-nav .open .dropdown-menu .centrat>li {
	font-size: 1em;
	font-family: 'OpenSansBold';
}

.navbar-default .navbar-nav .open .dropdown-menu .centrat>li.first {
	color: #BF0000;
}

.navbar-default .navbar-collapse .container {
	margin-top: 1px;
}

.nav>li>a {
	font-size: 1em;
	padding-bottom: .778em;
	padding-left: auto;
}

.nav>.dropdown>.dropdown-toggle .caret {
	background: url(../img/NG_ico_obrir.png) no-repeat;
	height: 1.375em;
	width: 1.375em;
	border: none;
	float: right;
}

.nav>.dropdown.open>.dropdown-toggle .caret {
	background: url(../img/NG_ico_tancar.png) no-repeat;
}

.dropdown-menu .centrat>.col_right {
	overflow: hidden;
}

.dropdown-menu .centrat>.col_left li {
	padding-left: 0;
}

.dropdown-menu .centrat>.col_left li a {
	padding: .375em 0;
	display: block;
}

.dropdown-menu .centrat>.col_left li a:hover {
	background: #efefef;
}

.dropdown-menu .centrat>.col_left li a.first {
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
	border-top: none !important;
}

.dropdown-menu .centrat>.col_left:first-child li:first-child,
	.dropdown-menu .centrat>ul li.first {
	border-top: none;
}

.dropdown-menu .centrat>ul li.first {
	padding-left: 0;
}

.coloca {
	padding: 0;
}

button.navbar-toggle {
	margin: .5em;
	height: 2.5em;
	border-radius: 0;
	border: none;
}

.btn-lg {
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.coloca1 {
	float: right;
	margin: .5em;
	padding: 0;
	width: auto;
	height: 2.5em;
}

.coloca1:focus {
	background-color: #DDD;
}

nav .container, nav, nav .container .row {
	background: #333;
}

.navbar-collapse {
	border: none;
	text-indent: 1em;
	background: #6C6C6C;
	max-height: none;
}

.navbar-collapse .column {
	position: relative;
}

.navbar-collapse .column .menu_tancar {
	display: block;
	width: 1.375em;
	height: 1.375em;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: .4em;
	background: url(../img/NG_ico_menu_tancar.png) no-repeat;
	box-shadow: none;
	border: none;
	text-indent: -9999999em;
	margin-right: 15px;
}

.nav.navbar-nav {
	margin-bottom: 0;
	margin-top: 0;
}

.nav.navbar-nav .actiu, .nav.navbar-nav .actiu:focus {
	background: #fff;
	color: #333;
}

nav.navbar-collapse .container .row, nav {
	background: #6c6c6c;
}

.mvlogo {
	background: url("../img/NG_logo_movil.png") no-repeat scroll 0 0;
	height: 1.688em;
	margin: 1em auto 0;
	vertical-align: middle;
	width: 8.063em;
	display: block;
}

header .container .visible-xs>h1 {
	margin: 0;
	padding: 0;
}

header .container .visible-xs>h1>.mvlogo {
	margin: .45em 0 0 .22em;
	height: 1em;
	vertical-align: middle;
	width: 8.063em;
	display: block;
}

header>.container>form>.shadowBox>h3 {
	margin: .5em;
}

header nav a.logo {
	background: url('../img/NG_logo_generalitat.png') no-repeat 0 0;
	height: 2em;
	text-indent: -555em;
	margin: .5em 0;
	margin-left: .2em;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus
	{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #fff;
}

button .navbar-toggle {
	margin: 0 .3em;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: transparent;
	background-position: 0 0;
}

.p12 {
	font-size: .750em;
}

.p14 {
	font-size: .875em !important;
}

@media ( max-width :47.938em) {
	.nav>li>a {
		padding-left: 0;
	}
	.nav.navbar-nav {
		border-top: 1px solid #8F8F8F;
	}
	.navbar-default .navbar-nav>li {
		border-bottom: 1px solid #8F8F8F;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
		{
		background-image: url(../img/nav-bar-actiu.jpg),
			-moz-linear-gradient(top, rgba(135, 135, 135, 1) 0,
			rgba(162, 162, 162, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(135,
			135, 135, 1)), color-stop(100%, rgba(162, 162, 162, 1)));
		background-image: url(../img/nav-bar-actiu.jpg),
			-webkit-linear-gradient(top, rgba(135, 135, 135, 1) 0,
			rgba(162, 162, 162, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-o-linear-gradient(top, rgba(135, 135, 135, 1) 0,
			rgba(162, 162, 162, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-ms-linear-gradient(top, rgba(135, 135, 135, 1) 0,
			rgba(162, 162, 162, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			linear-gradient(to bottom, rgba(135, 135, 135, 1) 0,
			rgba(162, 162, 162, 1) 100%);
		color: #fff;
	}
	.navbar-default .navbar-nav>li, .navbar-default .navbar-nav>li>a {
		background: -moz-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,
			109, 109, 1)), color-stop(100%, rgba(94, 94, 94, 1)));
		background: -webkit-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background: -o-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background: -ms-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background: linear-gradient(to bottom, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		color: #fff;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.navbar-default .navbar-nav>li.actiu, .navbar-default .navbar-nav>li>a.actiu
		{
		background-image: url(../img/nav-bar-actiu.jpg),
			-moz-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,
			109, 109, 1)), color-stop(100%, rgba(94, 94, 94, 1)));
		background-image: url(../img/nav-bar-actiu.jpg),
			-webkit-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-o-linear-gradient(top, rgba(109, 109, 109, 1) 0, rgba(94, 94, 94, 1)
			100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-ms-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			linear-gradient(to bottom, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		color: #fff;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
		.navbar-default .navbar-nav>.open>a:focus {
		background-image: url(../img/nav-bar-actiu.jpg),
			-moz-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,
			109, 109, 1)), color-stop(100%, rgba(94, 94, 94, 1)));
		background-image: url(../img/nav-bar-actiu.jpg),
			-webkit-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-o-linear-gradient(top, rgba(109, 109, 109, 1) 0, rgba(94, 94, 94, 1)
			100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			-ms-linear-gradient(top, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		background-image: url(../img/nav-bar-actiu.jpg),
			linear-gradient(to bottom, rgba(109, 109, 109, 1) 0,
			rgba(94, 94, 94, 1) 100%);
		color: #fff;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.dropdown-menu .centrat>.col_left li a {
		margin: 0 15px;
		border-top: 1px solid #CCC;
		text-indent: 0;
	}
	.dropdown-menu .centrat>ul li.first.actiu {
		background: #eee url(../img/nav-bar-actiu.jpg) no-repeat left center
			!important;
		padding-left: 0;
	}
	.dropdown-menu .centrat ul li.actiu {
		background: #eee url(../img/nav-bar-actiu.jpg) no-repeat left 3px
			!important;
		padding-left: 0;
	}
	.dropdown-menu .centrat>ul>li.actiu a:hover, .dropdown-menu .centrat>ul>li>a.actiu a:hover,
		.dropdown-menu .centrat>.col_left>ul>li.actiu a.hover, .dropdown-menu .centrat>.col_left>ul>li>a.actiu:hover
		{
		background: transparent;
	}
	.dropdown-menu .centrat>ul li.first a:hover {
		background: transparent;
	}
	.dropdown-menu .centrat>ul li {
		padding: .51em 0 .41em 0;
	}
	.dropdown-menu .centrat>.col_left li {
		padding: .11em 0 .11em 0;
	}
	nav ul.nav li div.dropdown-menu ul.centrat, nav ul.nav li div.dropdown-menu ul.centrat li,
		.navbar-default .navbar-nav .open div.dropdown-menu {
		background: #eee;
		border-top: 1px #fff solid;
	}
	.nav>.dropdown>.dropdown-menu .centrat {
		padding: 0;
		margin: -0.31em 0 10px;
	}
	ul.col-sm-4.col-md-3.col_left {
		padding: 0;
		margin: 0;
	}
	div.col-sm-4.col-md-6.col_left {
		padding: 0;
		margin: 0;
	}
	.nav .shadow {
		box-shadow: none;
	}
	.dropdown-menu .centrat>ul>li.actiu, .dropdown-menu .centrat>ul>li>a.actiu,
		.dropdown-menu .centrat>.col_left>ul>li.actiu, .dropdown-menu .centrat>.col_left>ul>li>a.actiu
		{
		background: transparent;
	}
}

.form-group button {
	margin: .5em 0;
}

header .ico_cerca {
	width: 2.5em;
	height: 2.5em;
	padding: 0;
	background: url('../img/NG_ico_lupa.png') no-repeat center center;
	border: none;
}

header .ico_cerca:focus, header .ico_cerca:hover, header .ico_cerca:active
	{
	background: url('../img/NG_ico_lupa.png') no-repeat center center
		rgba(255, 255, 255, 0.1);
}

header .container .dos form .col-sm-6 .llistat_enllacos_filet_cont {
	background: none repeat scroll 0 0 #ddd;
	border: medium none;
	padding: 0 .5em;
}

header .container .dos .col-sm-6 h3 {
	margin-left: .75em;
}

header .container .dos form {
	background: #4b4b4b;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 1.000em;
	padding-bottom: 1.000em;
}

header .container .dos form .form-group {
	position: relative;
	width: 100%;
	margin: 0;
}

header .container .dos form .form-group .form-control {
	width: 100%;
	position: relative;
	height: 2.500em;
	background: #fff;
	color: #333;
	font-size: .938em;
	border-radius: 0;
	box-shadow: none;
	padding: .375em 0 .375em 1.563em !important;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	background: url('../img/NG_ico_cercador_mbl.png') no-repeat .375em
		center #fff;
}

header .container .dos form .form-group .btn {
	position: absolute;
	top: .063em;
	right: .063em;
	border: medium none;
	border-radius: 0;
	height: 2.375em;
	width: 2.125em;
	margin: 0;
	background: none;
	background: url(../img/NG_ico_cercador_tancar.png) no-repeat center
		center #fff;
}

header .container .dos form .form-group .ico_cerca_mbl {
	background: url('../img/NG_ico_cercador_mbl.png') no-repeat 0 0;
	width: 1em;
	height: 1em;
}

header>.container .dos .segon {
	background: #FBFBFB;
	margin-top: 0;
	border: medium none;
}

header>.container .dos .segon>.content>ul {
	background: none repeat scroll 0 0 #ddd;
	border: 0 none;
	margin: 0;
	padding: 0;
}

header>.container .dos .segon>.content>ul>li {
	border-bottom: 1px solid #CCC;
	padding-bottom: .5em;
}

header>.container .dos .segon>.content {
	margin: 1em;
}

header>.container .dos .segon>.content h3, header>.container .dos .segon>.content h2
	{
	font-size: 1.250em;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	margin: 0 0 .5em;
}

header>.container .dos .segon>.content .llistat_enllacos_filet_cont {
	background: none;
	border: none;
	padding: 0;
}

header>.container .dos .segon>.content .llistat_enllacos_filet_cont .list-group-item
	{
	padding: .488em 0;
}

.marginBottom-0 {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: auto;
	left: 100%;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}

.capcelera_imatge h1 {
	font-size: 1.250em;
	padding: .700em .500em .700em 0;
	text-align: left;
	font-family: 'OpenSansSemibold';
}

.capcelera_imatge .container {
	overflow: visible;
}

.capcelera_imatge .menu_flotant+h1 {
	padding-left: 2.9em;
}

.capcelera_imatge>.pos_relative {
	max-height: 16.5em;
}

.capcelera_imatge img {
	width: 100%;
	height: auto;
	max-height: 16.5em;
}

.capcelera_imatge .ifnotimg {
	height: 210px;
}

.capcelera_imatge img+.ifnotimg {
	display: none;
}

.capcelera_imatge p {
	color: #666;
	font-size: 13px;
	text-align: center;
	padding: 14px 16px 30px;
	text-align: left;
}

.capcelera_imatge p strong {
	font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif;
}

.capcelera_imatge .bgTransRed .container>a {
	font-size: .84em;
	text-align: right;
	font-weight: bold;
	margin: 0 1.3em;
	padding: .625em 1.6em;
	border-radius: .313em;
	display: block;
	background: url(../img/NG_ico_mes_consultat.png) no-repeat left center;
}

.capcelera_imatge .menu_flotant {
	position: absolute;
	top: -50px;
	margin-top: .55em;
	margin-left: 0;
	z-index: 2;
}

.capcelera_imatge .menu_flotant #menu_flotant_cont, .capcelera_imatge .menu_flotant #formulari_envia
	{
	min-width: 261px;
}

@media ( max-width :47.938em) {
	.capcelera_imatge .bgTransRed {
		background: #f5f5f5;
	}
	.capcelera_imatge h1 {
		position: absolute;
		display: table;
		top: -55px;
		width: 100%;
		padding: .700em .500em .700em 0;
		color: #fff;
		height: 74px;
	}
	.capcelera_imatge h1 span {
		display: table-cell;
		vertical-align: middle;
	}
}

.capcelera_basica h1 {
	font-size: 1.250em;
	padding: .700em .500em .700em 0;
	text-align: left;
	font-family: 'OpenSansSemibold';
}

.capcelera_basica h1.capcelera_flotant {
	padding-left: 38px;
}

.capcelera_basica .cercador_vermell {
	padding-bottom: 1.20em;
}

.basic_text_cita {
	background: #f5f5f5;
	font-size: 1.250em;
	padding: 1em 2em 1.3em;
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Arial;
	font-style: italic;
	margin: 1.2em -0.750em;
}

.imatge_amb_peu {
	margin: .938em -0.938em 1.750em;
}

.imatge_amb_peu p {
	font-size: .813em;
	color: #666;
	padding: 1em 0;
	margin: 0 1.538em;
	border-bottom: 2px solid #ddd;
}

.imatge_amb_peu.noticia {
	margin-top: 0;
}

.video_gen p.peu-de-video {
	font-size: .813em;
	color: #666;
	margin: 1em 0;
}

@media ( max-width :47.938em) {
	.basic_color {
		margin: 0 -0.938em;
	}
}

.basic_color {
	color: #fff;
	padding: 1.375em 1.500em;
}

.basic_color.bgGrey {
	color: #666;
}

.basic_color p {
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Arial;
	font-size: 1.250em;
	font-style: italic;
}

.basic_color span {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.basic_color h3 {
	font-family: 'OpenSansRegular';
	margin-top: 0;
	font-size: 18px;
	color: #333;
}

.basic_color.simple p {
	font-size: 13px;
	font-style: normal;
	font-family: 'OpenSansRegular';
}

.basic_sabies_que h3 {
	font-size: 1.25em;
	color: #6E8390;
}

.basic_sabies_que div {
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	padding: 1.250em 1.875em;
	line-height: 1.5;
}

@media ( max-width :47.938em) {
	.basic_text_descarregar {
		margin: 0 -0.938em;
	}
}

.basic_text_descarregar {
	background: #f5f5f5;
	color: #666;
	padding: 1.250em;
	margin: 0 -15px;
}

.basic_text_descarregar p:first-child {
	font-size: 1.125em;
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Arial;
	font-style: italic;
}

.basic_text_descarregar p+p {
	font-size: .875em;
}

.basic_text_descarregar a {
	display: block;
	font-size: .875em;
	padding: .2em 0 .2em 2em;
	margin-top: 1em;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	background: url(../img/NG_ico_descarregar.png) no-repeat left center;
}

.basic_text_cita {
	background: #f5f5f5;
	font-size: 1.250em;
	padding: 1em 2em 1.3em;
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Arial;
	font-style: italic;
}

.destacat_text_cont a {
	display: block;
	padding: .938em;
}

.destacat_text_cont a h4, .destacat_text_cont a h3 {
	font-size: 1em;
	color: #BF0000;
	margin: 0 0 .125em 0;
}

.destacat_text_cont a p {
	font-size: .813em;
	margin: .5em 0;
	color: #666;
}

.destacat_text_avancat_cont {
	padding: 0 0 1.250em;
}

.destacat_text_avancat_cont h4, .destacat_text_avancat_cont h3,
	.destacat_text_avancat_cont h2 {
	padding: .500em 1.000em;
	margin: 0;
	font-size: 18px;
	color: #BF0000;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

.llistat_destacat_text_avancat_cont.mt_20 .destacat_text_avancat_cont h4,
	.llistat_destacat_text_avancat_cont.mt_20 .destacat_text_avancat_cont h3
	{
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.destacat_text_avancat_cont p {
	padding: 0 1.429em;
	color: #666;
	font-size: .813em;
	color: #333;
}

.destacat_text_avancat_cont .llistat_enllacos_filet_cont {
	padding: 0 1.250em;
}

.destacat_text_avancat_cont .llistat_enllacos_filet_cont .list-group-item
	{
	padding-top: .3em;
	padding-bottom: .3em;
}

.destacat_text_avancat_cont .llistat_enllacos_filet_cont .list-group-item a
	{
	font-size: 15px;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.llistat_destacat_text_avancat_cont .destacat_text_avancat_cont .link-dest
	{
	padding: 0 1.250em;
}

.destacat_noticies_cont {
	float: left;
	width: 100%;
	border-top: .125em solid #ddd;
	padding: 1.250em .375em;
}

.destacat_noticies_cont h3, .destacat_noticies_cont h2 {
	font-size: 1em;
	margin: 0 0 .625em;
}

.destacat_noticies_cont h3 a, .destacat_noticies_cont h2 a {
	display: block;
}

.destacat_noticies_cont p {
	font-size: .813em;
	color: #666;
	line-height: 1.3em;
	margin-bottom: 2px;
}

.destacat_noticies_cont div {
	line-height: 1;
	color: #666;
}

.destacat_noticies_cont div a {
	font-size: .688em;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
}

.destacat_noticies_cont span {
	display: inline-block;
	font-size: .688em;
	line-height: 1.2;
}

.destacat_noticies_cont a+span {
	border-left: .091em solid #666;
	padding-left: .909em;
	margin-left: .909em;
}

.destacat_noticies_cont .nom_organism {
	color: #333;
	font-family: 'OpenSansSemibold';
}

.amb_imatge .destacat_noticies_cont {
	border-top: 1px solid #ddd;
}

.destacat_noticies.amb_imatge:first-child .destacat_noticies_cont {
	border-top: none;
}

.amb_imatge .destacat_noticies_cont h3 {
	font-size: .938em;
}

.amb_imatge .destacat_noticies_cont h3 a {
	font-family: 'OpenSansRegular';
}

.amb_imatge .destacat_noticies_cont .notc_img {
	float: left;
	width: 4.875em;
	height: 4.875em;
	position: relative;
	overflow: hidden;
	margin-right: .875em;
}

.amb_imatge .destacat_noticies_cont .notc_img img {
	min-width: 100%;
	max-height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -75%;
}

.amb_imatge .destacat_agenda {
	padding: .95em .375em .95em 0;
	border-top: 1px solid #ddd;
	width: 100%;
	float: left;
}

.amb_imatge:first-child .destacat_agenda {
	border: none;
}

.amb_imatge .destacat_agenda img {
	float: left;
	margin: 0 .625em 0 0;
	padding: 0;
}

.amb_imatge .destacat_agenda h3 {
	line-height: 1.125em;
	font-size: 1em;
	margin: 0 0 .5em;
	font-family: 'OpenSansSemibold';
}

.amb_imatge .destacat_agenda p {
	line-height: 1em;
	font-size: .875em;
	margin: 0;
}

.amb_imatge .destacat_agenda .recinte {
	color: #666;
	margin-bottom: 10px;
}

.destacat_color_cont {
	padding: 1.250em;
	text-align: center;
	display: table;
	width: 100%;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

.destacat_color_cont a {
	font-size: 1em;
	vertical-align: middle;
	display: table-cell;
	display: inline-block\9;
	color: #fff;
}

.destacat_color_cont a:hover, .destacat_imatge_cont a:hover p {
	text-decoration: underline;
	color: #fff;
}

.destacat_imatge_cont {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

.destacat_imatge_cont a {
	overflow: hidden;
}

.destacat_imatge_cont div {
	left: 0;
	line-height: 3em;
	position: absolute;
	margin: 0;
	color: #fff;
	font-size: 1.125em;
	height: 50%;
}

.destacat_imatge_cont span p.imatge_text {
	padding-top: 2em;
}

.destacat_imatge_cont.imatge_alt img {
	width: auto;
	height: 100%;
	position: relative;
	left: 25%;
	margin-left: -50%;
}

.destacat_imatge_cont .imatge_text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 30% 1em .883em;
	text-align: left;
	font-size: 1.063em;
	color: #fff;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
		51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 1)));
	background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333',
		endColorstr='#333333', GradientType=0);
}

.destacat_imatge2 {
	margin: 0 0 .750em;
}

.destacat_imatge2_cont {
	position: relative;
}

.destacat_imatge2_cont a {
	display: block;
}

.destacat_imatge2_cont div {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30% 1.05em .625em;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
		51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 1)));
	background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333',
		endColorstr='#333333', GradientType=0);
}

.destacat_imatge2_cont h3, .destacat_imatge2_cont h2 {
	font-size: .938em;
	font-weight: normal;
	margin: 0;
}

.destacat_imatge2_cont a:hover h3, .destacat_imatge2_cont a:hover h2 {
	text-decoration: underline;
}

.destacat_imatge2_cont span {
	font-size: .688em;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

.destacat_imatge2_cont p {
	font-size: .813em;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	margin: 0;
}

.destacat_imatge2_cont.grand h3, .destacat_imatge2_cont.grand h2 {
	font-size: 1.250em;
	font-weight: bold;
}

.destacat_imatge2_cont.grand {
	width: auto;
	margin: 0 -15px;
}

.llistat_destacat_imatge2_cont {
	margin: 0 -0.375em;
}

.llistat_destacat_imatge2 .destacat_imatge2 {
	padding: 0 .375em;
}

.destacat_icones_cont {
	font-size: .813em;
}

.destacat_icones_cont img {
	float: left;
}

.destacat_icones_cont a {
	display: table;
	padding-left: .625em;
	color: #333;
}

.destacat_icones_cont span {
	font-size: .9em;
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Helvetica,
		Arial, sans-serif;
	margin-top: -0.250em;
	display: block;
}

.destacat_icones_cont p {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	margin: 0;
}

.destacat_avises_cont {
	width: 100%;
	right: 0;
	top: 0;
	z-index: 17 !important;
	position: absolute !important;
}

.destacat_avises_cont .panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.destacat_avises_cont .panel-heading, .destacat_avises .panel-heading+.panel-collapse .panel-body,
	.destacat_avises .panel-collapse {
	float: left;
	width: 100%;
	border: none;
}

.destacat_avises_cont .panel-heading {
	padding: .500em .750em .400em;
}

.destacat_avises_cont .panel-heading+.panel-collapse .panel-body {
	padding: .250em .750em .750em;
}

.destacat_avises_cont .panel-heading>div, .destacat_avises .panel-body>div
	{
	padding: .538em 0 .538em 2.750em;
	float: left;
	width: 84%;
	font-size: .813em;
	color: #3f3f3f;
	font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif;
}

.destacat_avises_cont .desplegable {
	float: right;
	margin: .625em 0 0 0;
	background: url(../img/NG_ico_plegar.png) no-repeat;
	height: 1.2em;
	width: 1.2em;
}

.destacat_avises_cont .collapsed {
	float: right;
	margin: .625em 0 0 0;
	background: url(../img/NG_ico_desplegar.png) no-repeat;
	height: 1.2em;
	width: 1.2em;
}

.destacat_avises_cont .panel-heading.primer .desplegable.collapsed {
	background: url(../img/NG_ico_plegar.png) no-repeat;
}

.procicat {
	background: url(../img/ico_avis_activat.png) no-repeat center left;
}

.aerocat {
	background: url(../img/ico_AEROCAT.png) no-repeat center left;
}

.allaucat {
	background: url(../img/ico_ALLAUCAT.png) no-repeat center left;
}

.calor {
	background: url(../img/ico_CALOR.png) no-repeat center left;
}

.camcat {
	background: url(../img/ico_CAMCAT.png) no-repeat center left;
}

.ferrocat {
	background: url(../img/ico_FERROCAT.png) no-repeat center left;
}

.fred {
	background: url(../img/ico_FRED.png) no-repeat center left;
}

.infocat {
	background: url(../img/ico_INFOCAT.png) no-repeat center left;
}

.inuncat {
	background: url(../img/ico_INUNCAT.png) no-repeat center left;
}

.neucat {
	background: url(../img/ico_NEUCAT.png) no-repeat center left;
}

.pandemia {
	background: url(../img/ico_PANDEMIA.png) no-repeat center left;
}

.penta {
	background: url(../img/ico_PENTA.png) no-repeat center left;
}

.plaseqcat {
	background: url(../img/ico_PLASEQCAT.png) no-repeat center left;
}

.procicat {
	background: url(../img/ico_PROCICAT.png) no-repeat center left;
}

.qualitataire {
	background: url(../img/ico_QUALITATAIRE.png) no-repeat center left;
}

.radcat {
	background: url(../img/ico_RADCAT.png) no-repeat center left;
}

.retencio_transit {
	background: url(../img/ico_retencio_transit.png) no-repeat center left;
}

.sismicat {
	background: url(../img/ico_SISMICAT.png) no-repeat center left;
}

.transcat {
	background: url(../img/ico_TRANSCAT.png) no-repeat center left;
}

.vent {
	background: url(../img/ico_VENT.png) no-repeat center left;
}

.meteoacumulaciopluja {
	background: url(../img/meteoacumulaciopluja.png) no-repeat center left;
}

.meteocalor {
	background: url(../img/meteocalor.png) no-repeat center left;
}

.meteoestatmar {
	background: url(../img/meteoestatmar.png) no-repeat center left;
}

.meteofred {
	background: url(../img/meteofred.png) no-repeat center left;
}

.meteointensidadpluja {
	background: url(../img/meteointensidadpluja.png) no-repeat center left;
}

.meteoneu {
	background: url(../img/meteoneu.png) no-repeat center left;
}

.meteoonadafred {
	background: url(../img/meteoonadafred.png) no-repeat center left;
}

.transitretencio {
	background: url(../img/transitretencio.png) no-repeat center left;
}

.meteovent {
	background: url(../img/meteovent.png) no-repeat center left;
}

span.dataAvis {
	color: #999;
}

.destacat_imatge02 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.destacat_imatge02 .img_principal {
	max-width: 465px;
	margin-top: 5px;
}

.destacat_imatge02 ul {
	float: left;
	width: 50%;
	position: relative;
}

.destacat_imatge02 ul li {
	float: left;
	margin: 5px;
	position: relative;
	width: 225px;
}

.destacat_imatge02 ul li img {
	width: 100%;
}

.destacat_imatge02 ul li p {
	float: left;
	margin: 5px;
	position: relative;
}

.destacat_imatge02 a {
	color: #FFF;
	cursor: pointer;
}

.destacat_imatge02 a:hover h3 {
	text-decoration: underline;
}

.destacat_imatge02 a h3, .destacat_imatge02 ul li .enllacos2 p {
	margin: 0;
	cursor: pointer;
	padding: 5px 0;
	position: relative;
	width: 460px;
	font-size: 1.25em;
}

.destacat_imatge02 a span, .destacat_imatge02 ul li .enllacos2 span,
	.destacat_imatge03 ul li .enllacos2 span {
	color: #FFF;
	left: 0;
	position: relative;
	float: left;
	cursor: text;
	font-size: .688em;
}

.destacat_imatge02 a h3, .destacat_imatge02 a span, .destacat_imatge02 ul li .enllacos2 span,
	.destacat_imatge02 ul li .enllacos2 p, .destacat_imatge0 ul li .enllacos2 p
	{
	width: 100%;
}

.destacat_imatge02 a p {
	color: #FFF;
	margin: 0;
	position: relative;
	float: left;
	cursor: text;
	font-size: .813em;
}

.destacat_imatge02 .enllacos {
	bottom: 0;
	cursor: text;
	float: left !important;
	padding: 10px;
	position: absolute;
	width: 39.759%;
}

.destacat_imatge02 ul li .enllacos2, .destacat_imatge03 ul li .enllacos2
	{
	bottom: 0;
	cursor: text;
	float: left !important;
	padding: 10px;
	position: absolute;
}

.destacat_imatge02 ul.llistat_xarxes_socials {
	display: inline !important;
	float: left;
	position: relative;
}

.destacat_imatge02 ul.llistat_xarxes_socials li {
	display: inline !important;
	float: left;
	position: relative;
	margin: 0 5px;
	width: auto;
}

.destacat_imatge02 ul.llistat_simple {
	width: 100%;
}

.destacat_imatge02 ul.llistat_simple li {
	margin: 0;
	padding: 0 5px;
	width: 25%;
}

.destacat_imatge02 ul.llistat_simple li a {
	width: 100%;
}

.destacat_imatge03 a {
	color: #bf0000;
	font-family: "OpenSansSemibold";
	float: right;
	margin: 10px 5px;
	font-size: .813em;
}

.llistat_imprimir .list-group-item {
	display: inline-block;
	margin: 0 .15em;
	border: none;
	border-radius: 0;
	padding: 0;
}

.llistat_imprimir.header {
	margin: -81px 0 0 0;
	padding: 0;
	float: right;
	width: 3.7em;
}

.llistat_destacat_text_cont {
	margin-bottom: 0;
}

.llistat_destacat_text_cont .list-group-item {
	border-radius: 0;
	border: none;
	padding: 0;
	background: none;
}

.llistat_destacat_text_cont .list-group-item .destacat_text_cont a {
	border-top: .125em solid #ddd;
	padding: .750em 0 0 0;
}

.llistat_destacat_text_avancat {
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
}

.llistat_destacat_text_avancat_cont .destacat_text_avancat_cont {
	margin-top: .625em;
}

.llistat_destacat_text_avancat:first-child .llistat_destacat_text_avancat_cont .destacat_text_avancat_cont:first-child
	{
	margin-top: 0;
}

.llistat_destacat_color {
	float: left;
	width: 100%;
}

.llistat_destacat_color_cont {
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	padding: 14px 0;
}

.llistat_destacat_color_cont .list-group-item {
	border-radius: 0;
	border: none;
	padding: 0;
	margin: 0;
}

.llistat_destacat_color_cont .list-group-item .destacat_color_cont {
	height: 99px;
}

.llistat_destacat_color_cont .list-group-item .destacat_color_cont {
	display: table;
}

.llistat_destacat_color_cont .list-group-item .destacat_color_cont a {
	display: table-cell;
	vertical-align: middle;
}

.llistat_enllacos_filet_cont {
	padding: .875em 1.875em .875em 1.750em;
	margin-bottom: 0;
}

.llistat_enllacos_filet_cont .list-group-item {
	list-style-position: inside;
	border: none;
	border-top: 1px solid #ddd;
	padding: .688em 0 .688em 1em;
	margin: 0;
	position: relative;
	color: #333;
	border-radius: 0;
}

.llistat_enllacos_filet_cont .list-group-item a {
	font-size: .938em;
	color: #333;
	position: relative;
	display: table;
}

.llistat_enllacos_filet_cont .list-group-item.item2:before {
	content: "";
}

.llistat_enllacos_filet_cont .list-group-item:before {
	content: "\2022";
	font-size: 1.05em;
	position: absolute;
	left: 0;
	color: #bf0000;
}

@media ( max-width :47.938em) {
	.llistat_enllacos_filet_cont .list-group-item:before {
		position: inherit;
		display: inline;
		float: left;
		padding-right: .5em;
	}
}

.llistat_enllacos_filet_cont .list-group-item:first-child {
	border-top: none;
	border-radius: 0;
}

.llistat_sense_bullet {
	padding: 0 .938em;
	margin-bottom: 0;
}

.llistat_sense_bullet .list-group-item {
	border: none;
	border-radius: 0;
	border-top: 1px solid #ddd;
	padding: 0;
}

.llistat_sense_bullet .list-group-item a {
	font-size: .938em;
	color: #bf0000;
	padding: .667em 0;
	display: block;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.llistat_sense_bullet .list-group-item:first-child {
	border-top: .188em solid #ddd;
}

.llistat_destacat_icones_cont {
	overflow: hidden;
}

.llistat_destacat_icones_cont .list-group-item {
	border: none;
	border-top: 1px solid #ddd;
	border-radius: 0;
	padding: .8em 0;
	float: left;
	width: 100%;
}

.llistat_destacat_icones_cont .list-group-item:last-child {
	border-bottom: 1px solid #ddd;
}

.llistat_peu .list-group-item {
	border: none;
	padding: 0;
}

.llistat_peu .list-group-item.bullet {
	border: none;
	border-radius: 0;
	padding: 0;
	background: url(../img/NG_ico_list.png) no-repeat 0 .4em;
	margin-top: .35em;
}

.llistat_peu .list-group-item p, p.title_list {
	font-size: 1.125em;
	color: #333;
	font-family: 'OpenSansSemibold';
}

.llistat_peu .list-group-item a {
	font-size: .750em;
	color: #666;
	padding: 0 .650em;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	display: block;
}

.caixa_imatge {
	padding-top: .625em;
}

.llistat_xarxes_socials {
	margin: 0;
	list-style: none;
	vertical-align: middle;
	margin: .625em 0;
	padding: 0 .938em;
	text-align: center;
	float: left;
	width: 100%;
}

.border_right {
	border-right: 1px solid #DDD;
}

.llistat_xarxes_socials .list-group-item {
	float: left;
	margin: 0 .15em;
	border: none;
	border-radius: 0;
	padding: 0;
}

footer .llistat_xarxes_socials .list-group-item:first-child {
	margin-left: 0;
}

footer .llistat_xarxes_socials .list-group-item {
	margin: 0 5px;
	margin-bottom: 5px;
}

.llistat_xarxes_socials .list-group-item a {
	width: 31px !important;
	height: 30px !important;
	display: inline-block;
	margin-right: 0 !important;
}

.llistat_xarxes_socials .list-group-item a:hover {
	background-position: top center;
	width: 31px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

.llistat_xarxes_socials .list-group-item a:hover img {
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.llistat_xarxes_socials .list-group-item a img {
	visibility: visible;
}

#center_1 .llistat_xarxes_socials .social_text, .panel-footer .llistat_xarxes_socials .social_text,
	.padding-1 .list-group.llistat_xarxes_socials .social_text, .row .list-group.llistat_xarxes_socials .social_text
	{
	font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Helvetica,
		Arial, sans-serif;
	font-size: .688em;
	font-style: italic;
	color: #666;
	float: left;
	padding: .909em 1.273em .909em 0;
}

.rssAdj a.rss {
	background: url('../img/NG_ico_rss.png') no-repeat 0 0;
}

.llistat_collapse_cont .panel {
	border-radius: 0;
	border: none;
	box-shadow: none;
	border-top: 1px solid #ddd;
	margin: 0 !important;
}

.llistat_collapse_cont .panel:first-child {
	border-top: none;
}

.llistat_collapse_cont .panel-default>.panel-heading {
	background: none;
	padding: .750em 0;
}

.llistat_collapse_cont .panel-default>.panel-heading a {
	background: url(../img/NG_plegar.png) no-repeat right .300em;
	padding: .278em 22px .278em 0;
	display: block;
	font-size: 1.025em;
	font-family: 'OpenSansSemibold';
}

.llistat_collapse_cont .panel-default>.panel-heading a.collapsed {
	background: url(../img/NG_desplegar.png) no-repeat right .300em;
	padding-right: 22px;
}

.llistat_collapse_cont .panel-default .panel-collapse .panel-body {
	padding-top: 0;
	padding-bottom: 1.500em;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}

.filariana {
	background: none;
	font-size: .813em;
	color: #fff;
	border-radius: 0;
	padding: 0;
	margin: 1.250em 0;
}

.filariana a {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	color: #fff;
	padding: .375em .438em;
	background: #333;
	display: inline-block;
}

.filariana .active {
	color: #fff;
}

.filariana>li+li:before {
	content: ">";
}

.filariana li, .filariana>li+li:before {
	color: #333;
	margin-bottom: 5px;
}

.filariana li:first-child a {
	background: #333;
}

.slider_imatges .carousel-indicators {
	width: auto;
	margin-bottom: 0;
}

.slider_imatges .carousel-indicators li {
	border: none;
	height: auto;
	width: auto;
	margin: 0 -0.250em 0 0;
	border-radius: 0;
	padding: .3em;
}

.slider_imatges .carousel-indicators li.active {
	border: none;
	height: auto;
	width: auto;
	margin: 0 -0.250em 0 0;
	background: none;
}

.slider_imatges .carousel-indicators li span {
	display: block;
	width: .563em;
	height: .563em;
	background: #c0c0c0;
	border-radius: .625em;
}

.slider_imatges .carousel-indicators li.active span {
	background: #C00000;
}

.slider_imatges .carousel-caption {
	text-shadow: none;
}

.slider_imatges .carousel-caption p.dekstop a, .slider_imatges .carousel-caption p.dekstop
	{
	color: #333;
}

.slider_petit .slide_navigator {
	position: absolute;
	z-index: 15;
	width: 100%;
	margin-top: 28%;
}

.slider_petit .slide_navigator .slide_left {
	float: left;
	z-index: 15;
	margin-left: .5em;
}

.slider_petit .slide_navigator .slide_right {
	float: right;
	z-index: 15;
	margin-right: .5em;
}

.slider_petit .slide_left img, .slider_petit .slide_right img {
	height: 44px;
	width: 44px;
}

.slider_petit .carousel-caption {
	position: static;
	right: 0;
	width: 100%;
	padding: 0;
	background: none;
}

.slider_petit .carousel-caption a {
	color: #fff !important;
	z-index: 30;
}

.slider_petit .carousel-caption h3.dekstop {
	margin: 0;
	color: #BD0000;
}

.slider_petit .carousel-caption h3 {
	margin: 0;
	color: #fff;
	padding: .778em .889em;
	text-align: left;
	font-size: 1.125em;
}

.slider_petit .carousel-caption p {
	color: #fff;
	color: #333;
	font-size: 13px;
	text-align: left;
	padding: 15px 15px 0;
	margin: 14px 0 0;
	min-height: 86px;
}

.slider_petit .carousel-image {
	position: relative;
}

.slider_petit .carousel-image h3 {
	position: absolute;
	width: 100%;
	font-size: 1.125em;
	padding: .889em .833em;
	bottom: 0;
	margin: 0;
}

.slider_petit .carousel-image h3 a {
	color: #fff;
}

.slider_petit a {
	text-decoration: none !important;
}

.slider_petit a:hover {
	text-decoration: none !important;
}

.slider_petit .carousel-indicators {
	position: absolute;
	left: 0;
	margin-left: .7em;
	top: auto;
	bottom: 77px;
	padding-top: .5em;
	text-align: left;
	height: 1.55em;
}

.slider_petit>p {
	font-size: .813em;
	margin: 1.308em;
}

.slider_petit.amb_peu .carousel-indicators {
	bottom: -21px;
}

.slider_grand .slider_imatges_cont {
	margin: 0;
}

.slider_grand .slide_navigator {
	position: absolute;
	z-index: 15;
	width: 100%;
	margin-top: 20%;
}

.slider_grand .slide_navigator .slide_left {
	float: left;
	z-index: 15;
	margin-left: .5em;
}

.slider_grand .slide_navigator .slide_right {
	float: right;
	z-index: 15;
	margin-right: .5em;
}

.slider_grand .item {
	float: left;
	width: 100%;
	background: #fff;
}

.slider_grand .carousel-image {
	position: relative;
}

.slider_grand .carousel-image h3, .slider_grand .carousel-image h2 {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	position: absolute;
	width: 100%;
	font-size: 1em;
	padding: 30% .933em .889em;
	color: #fff;
	margin: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
		51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 1)));
	background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0,
		rgba(51, 51, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333',
		endColorstr='#333333', GradientType=0);
}

.slider_grand .carousel-caption {
	position: static;
	width: 100%;
	padding: 1.250em 0 0;
	height: 9em;
}

.slider_grand .carousel-caption h3, .slider_grand .carousel-caption h2 {
	margin: 0;
	color: #BF0000;
}

.slider_grand .carousel-image h3 a, .slider_grand .carousel-image h2 a {
	color: #fff;
}

.slider_grand .carousel-caption p {
	font-size: .875em;
	padding: 0 1.071em;
	text-align: left;
	min-height: 57px;
	margin-top: 6px;
}

.slider_grand .carousel-indicators {
	position: absolute;
	left: -5px;
	width: 100%;
	margin-left: 0;
	padding-top: .5em;
	text-align: left;
	bottom: 120px;
}

.pestanyes .panel-group .panel {
	background: none;
	border-radius: .438em;
	box-shadow: none;
	margin-top: .500em;
}

.pestanyes .panel-group .panel .panel-heading {
	color: #fff;
	border-radius: 0;
	background: #666;
	background: -moz-linear-gradient(top, #666 0, #888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666),
		color-stop(100%, #888));
	background: -webkit-linear-gradient(top, #666 0, #888 100%);
	background: -o-linear-gradient(top, #666 0, #888 100%);
	background: -ms-linear-gradient(top, #666 0, #888 100%);
	background: linear-gradient(to bottom, #666 0, #888 100%);
}

.pestanyes .panel-group .panel.active .panel-heading {
	background: #666;
	background: -moz-linear-gradient(top, #666 0, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666),
		color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #666 0, #333 100%);
	background: -o-linear-gradient(top, #666 0, #333 100%);
	background: -ms-linear-gradient(top, #666 0, #333 100%);
	background: linear-gradient(to bottom, #666 0, #333 100%);
}

.pestanyes .panel-body {
	border-radius: .313em;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 29%,
		rgba(245, 245, 245, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(255
		, 255, 255, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 29%,
		rgba(245, 245, 245, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 29%,
		rgba(245, 245, 245, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 29%,
		rgba(245, 245, 245, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 29%,
		rgba(245, 245, 245, 1) 100%);
}

.pestanyes .panel-group .panel .panel-collapse {
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-right-radius: .438em;
	border-bottom-left-radius: .438em;
}

.llistat_enllacos_filet:last-child .llistat_enllacos_filet_cont {
	border-bottom: none;
}

@media ( max-width :47.938em) {
	.pestanyes .panel-group .panel .panel-collapse {
		overflow: hidden;
	}
}

.pestanyes .panel-group .panel .panel-title a {
	font-family: 'OpenSansSemibold';
	display: block;
	background: url(../img/NG_ico_obrir.png) no-repeat right center;
	padding: .125em 1.4em .125em 0;
}

.pestanyes .panel-group .panel.active .panel-title a {
	background: url(../img/NG_ico_tancar.png) no-repeat right center;
}

.pestanyes .panel-group .panel .panel-collapse table {
	margin-top: 16px;
}

.pestanyes .pestanyes_bot {
	margin: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body, .panel-collapse .panel-body
	{
	border: none;
}

.pestanyes .transport_public .panel-body {
	border-bottom: 1px solid #ddd !important;
}

.pestanyes .transport_public .panel-body .panel-header {
	padding: 1em 0 .6em;
	font-family: 'OpenSansSemibold';
}

.pestanyes .llistat_enllacos_filet_cont {
	padding: 0;
}

.pestanyes .llistat_enllacos_filet_cont+.llistat_enllacos_filet_cont {
	margin-top: 0;
}

.pestanyes .llistat_enllacos_filet_cont+.llistat_enllacos_filet_cont .list-group-item:first-child
	{
	border-top: 1px solid #ddd;
}

.cercador_vermell {
	padding: 0;
	margin: 0;
}

.cercador_vermell .form-group {
	display: block;
	position: relative;
	margin-bottom: 0;
}

.cercador_vermell .form-group .form-control {
	font-size: 1em;
	position: relative;
	padding: .400em 0 .400em 2.000em;
	font-size: .938em;
	display: block;
	width: 100%;
	background: url(../img/NG_ico_cercador_mbl.png) no-repeat .467em center
		#FFF;
	border-radius: 0;
	border: 1px solid #ddd;
	height: 2.667em;
	box-shadow: none;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	color: #666;
	-webkit-appearance: none;
}

.cercador_vermell .form-group .form-control:focus {
	box-shadow: none;
	border: 1px solid #bcbcbc;
}

.cercador_vermell .btn, header .container .in form .form-group .buttonG.btn
	{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-radius: 0;
	background: url(../img/NG_ico_lupa.png) no-repeat center center #BD0000;
	border-color: #BD0000;
	height: 100%;
	width: 3em;
}

.searchExemple {
	font-size: .813em;
	color: #666;
	padding: .769em .8000em;
}

.searchExemple a, .searchExemple span {
	margin-left: .385em;
	color: #BF0000;
}

.cercador_vermell button.btn {
	border: none;
	height: 2.375em;
	position: absolute;
	top: .263em;
	width: 2.125em;
	right: 1px;
	border-radius: 0;
	background: url(../img/NG_ico_cercador_tancar.png) no-repeat center
		center #FFF;
}

.cercador_vermell button.btn:active {
	box-shadow: none;
}

.dades_catalunya {
	float: left;
}

.h2_not_resize {
	font-size: 1.563em;
	padding-right: 4.400em;
}

.dades_catalunya>div {
	margin-top: 1.250em;
}

.dades_catalunya .tit_dades {
	color: #333;
	font-size: 1.125em;
	font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
	padding: 0 5em 0 .625em;
	line-height: 1.2;
}

.dades_catalunya .dades_numeriques {
	color: #39599F;
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
	font-size: 2.188em;
	padding: 0 0 0 .313em;
	line-height: 1;
	display: block;
	margin: .171em 0;
}

.dades_catalunya .dades_numeriques span {
	font-size: .667em;
}

.dades_catalunya .marge_negatiu {
	margin-top: -0.313em;
}

.destacat_com_arribar {
	float: left;
	margin: 0 0 .55em;
}

.destacat_com_arribar_cont .icona_com_arribar {
	float: left;
}

.destacat_com_arribar_cont .icona_com_arribar img {
	width: 3.750em;
}

.destacat_com_arribar_cont .text_com_arribar {
	display: table;
	padding: 0 1.250em 0 1.000em;
}

.destacat_com_arribar_cont .mini_prova_coneixer {
	font-size: .813em;
	color: #666;
}

.titol_vermell {
	color: #BF0000;
	font-size: 1.125em;
	margin: .35em 0;
}

@media ( max-width :47.938em) {
	.destacat_com_arribar {
		padding: 0;
	}
	.col-xs-5 {
		width: 100%;
	}
	.basic_link.actualitat {
		margin-top: 1.1em;
	}
	.llistat_xarxes_socilas .list-group-item {
		border: medium none;
		border-radius: 0;
		float: left;
		margin: 0 .15em;
		padding: none !important;
	}
}

.llistat_iUtilitat .tit_iUtilitat {
	font-size: 1em;
	margin: 1em 0 0;
	color: #333;
	font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
}

.llistat_iUtilitat>p {
	margin: 0;
	font-size: .813em;
}

.llistat_iUtilitat>a {
	font-size: .813em;
	display: block;
	padding-bottom: .769em;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.capcelera_principal .paragraf_contacte {
	font-size: 1.125em;
	clear: both;
	color: #666;
}

.iframe {
	height: 29.313em;
	width: 100%;
	background: #8A8A7B;
}

.capcelera_principal h1 {
	font-size: 1.25em;
	padding: .7em .5em .7em 0;
	text-align: left;
}

.capcelera_principal h1.marca_sense_padding {
	padding: 0;
}

.capcelera_principal p {
	color: #333;
	font-size: .813em;
}

.obligatoris {
	font-size: .813em;
}

.line {
	border-top: 1px solid #DDD;
	padding-bottom: 1.563em;
}

.form label {
	display: block;
	clear: both;
}

.form .clearfix {
	margin-bottom: 1.5em;
}

.form input, .form textarea, .form select, .form .form-control {
	background: #FFF;
	color: #555;
}

.clarification, .form .clarification {
	font-size: .750em;
	color: #666;
}

.form .radio {
	font-size: .813em;
	padding: 0 1.875em .188em .313em;
	display: inline;
}

.form .checkbox {
	font-size: .813em;
	padding: 0 1.875em .188em .313em;
	display: inline;
}

.dadesProteccio {
	font-size: .938em;
	color: #999;
	padding: 1.563em 0 .938em 0;
}

.textProteccio {
	font-size: .688em;
	color: #999;
}

.textProteccio {
	font-size: .688em;
	color: #999;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

h2.margin {
	margin-bottom: .629em;
	margin-top: .629em;
}

.form textarea {
	height: 8em;
}

.form label {
	margin-top: 10px;
}

@media ( max-width :47.938em) {
	.el_mes_consultat.generalitat {
		float: right;
	}
	.el_mes_consultat.teme {
		position: absolute;
		top: -5.325em;
		right: 0;
	}
	.el_mes_consultat .shadow {
		box-shadow: none;
	}
	.el_mes_consultat .panel {
		border: none;
		border-radius: 0;
		background: none;
		margin: 0;
	}
	.el_mes_consultat .panel-heading {
		position: relative;
		width: 14.375em;
		background: none;
		border: none;
		z-index: 1000;
	}
	.el_mes_consultat .panel-heading a {
		font-size: .813em;
		text-align: right;
		font-weight: bold;
		padding: 0 1.6em;
		border-radius: .313em;
		display: block;
		background: url(../img/NG_ico_mes_consultat.png) no-repeat right center;
	}
	.el_mes_consultat.open .panel-heading a {
		background: url(../img/NG_ico_mes_consultat_tancar.png) no-repeat right
			center;
	}
	.el_mes_consultat .panel-body {
		position: absolute;
		top: 0;
		right: -16.000em;
		width: 14.375em;
		box-shadow: -0.313em .313em .500em rgba(0, 0, 0, 0.24);
		padding: 2.750em 0 1.250em 1em;
		background: #eee;
		background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0,
			rgba(255, 255, 255, 1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238,
			238, 238, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0,
			rgba(255, 255, 255, 1) 100%);
		background: -o-linear-gradient(left, rgba(238, 238, 238, 1) 0,
			rgba(255, 255, 255, 1) 100%);
		background: -ms-linear-gradient(left, rgba(238, 238, 238, 1) 0,
			rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to right, rgba(238, 238, 238, 1) 0,
			rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',
			endColorstr='#ffffff', GradientType=1);
	}
	.el_mes_consultat .panel-body .llistat_enllacos_filet_cont {
		padding: 0;
	}
	.title25-16 {
		font-size: 1em;
	}
	.p15-13 {
		color: #666;
		font-size: .813em;
	}
	.paragraf_contacte {
		font-size: .938em;
		color: #666;
	}
	.p18_16 {
		font-size: 1em;
	}
	.p14-13 {
		font-size: .813em;
	}
	.p16-15 {
		font-size: .938em;
	}
}

a.mes_link, .llistat_enllacos_filet_cont .list-group-item a.mes_link {
	background: url(../img/NG_ico_desplegar.png) no-repeat left center #fff;
	padding-left: 21px;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

a.mes_link, .llistat_enllacos_filet_cont .list-group-item a.mes_link.collapsed
	{
	background: url(../img/NG_ico_plegar.png) no-repeat left center #fff;
	padding-left: 21px;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

a.mes_link:before, .llistat_enllacos_filet_cont .list-group-item a.mes_link:before
	{
	content: "";
}

.ocult {
	display: none;
}

.menu_flotant {
	float: left;
	margin-left: -0.188em;
	margin-top: .438em;
	margin-right: .438em;
}

.menu_flotant a, .menu_flotant a:hover {
	text-decoration: none !important;
}

.menu_flotant>button {
	width: 2.063em;
	height: 2.063em;
	background: url(../img/NG_ico_tancar_menu_gen.png) no-repeat;
	border: none;
	z-index: 1;
	outline: 0;
}

.menu_flotant>button.collapsed {
	background: url(../img/NG_ico_obrir_menu_gen.png) no-repeat;
}

#menu_flotant_cont, #formulari_envia {
	position: absolute;
	border: 1px solid #ddd;
	box-shadow: .188em .188em .250em rgba(0, 0, 0, 0.14);
	background: #fff;
	z-index: 20;
}

#menu_flotant_cont .panel-group, #formulari_envia .panel-group {
	padding: .875em;
}

#menu_flotant_cont .panel-group h3, #formulari_envia .panel-group h3 {
	margin: 0;
	font-size: 1.250em;
	font-weight: normal;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

#menu_flotant_cont h3 a {
	color: #666;
}

#menu_flotant_cont h3 a:hover {
	color: #333;
}

#menu_flotant_cont .panel-group .panel, #formulari_envia .panel-group .panel
	{
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 0 .813em;
}

#menu_flotant_cont .panel-group .panel:last-child, #formulari_envia .panel-group .panel:last-child
	{
	border-bottom: none;
}

#menu_flotant_cont .panel-group .panel .panel-heading, #formulari_envia .panel-group .panel .panel-heading
	{
	background: none;
	padding: 0;
}

#menu_flotant_cont .panel-group .panel .panel-heading a,
	#formulari_envia .panel-group .panel .panel-heading a {
	display: block;
	padding: .667em 2.333em .667em 0;
	font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
	font-size: .938em;
	color: #666;
}

#menu_flotant_cont .panel-group .panel .panel-heading a:hover,
	#menu_flotant_cont .panel-group .panel .panel-heading a:hover strong {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif !important;
}

#menu_flotant_cont .panel-group .panel .panel-heading a.collapsed.active,
	#menu_flotant_cont .panel-group .panel .panel-heading a[data-toggle="collapse"],
	#formulari_envia .panel-group .panel .panel-heading a.collapsed.active,
	#formulari_envia .panel-group .panel .panel-heading a[data-toggle="collapse"]
	{
	background: url(../img/NG_ico_plegar_menu_gen.png) no-repeat right
		.467em;
	color: #333;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

#menu_flotant_cont .panel-group .panel .panel-heading a.collapsed,
	#formulari_envia .panel-group .panel .panel-heading a.collapsed {
	background: url(../img/NG_ico_desplegar_menu_gen.png) no-repeat right
		.467em;
	color: #666;
	font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
}

#menu_flotant_cont .panel-group .panel-body, #formulari_envia .panel-group .panel-body
	{
	padding: 0;
}

#menu_flotant_cont .panel-group .panel-body ul, #formulari_envia .panel-group .panel-body ul
	{
	padding: 0;
}

#menu_flotant_cont .panel-group .panel-body ul li a, #formulari_envia .panel-group .panel-body ul li a
	{
	font-size: .813em;
	display: block;
	padding: .385em .923em;
	border-left: .231em solid #ddd;
	color: #666;
}

#menu_flotant_cont .panel-group .panel-body ul li a.active,
	#menu_flotant_cont .panel-group .panel-body ul li a:hover,
	#formulari_envia .panel-group .panel-body ul li a.active,
	#formulari_envia .panel-group .panel-body ul li a:hover, .menu_flotant .panel-group .panel-body ul li a:focus
	{
	border-left: .231em solid #333;
	color: #333;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.custom_select {
	border: none;
	box-shadow: none;
	border-radius: 0;
	height: 2.80em !important;
	padding-bottom: 0;
	padding-top: 0;
	width: 100% !important;
}

.custom_select .customSelectInner {
	width: 100% !important;
	height: 2.80em;
	padding: .65em 1.763em .65em 0;
	background: url(../img/NG_ico_select_mobil.png) no-repeat right center
		#7A7A7A;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form .custom_select {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: .875em;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s
		ease-in-out 0s;
	width: 100%;
	height: 2.5em !important;
	padding-bottom: 0;
	padding-top: 0;
	width: 100% !important;
}

.form .custom_select .customSelectInner {
	width: 100%;
	height: 2.2em !important;
	width: 100% !important;
	padding: .65em 1.763em .65em 0;
	background: url(../img/NG_ico_select_mobil2.png) no-repeat right center
		#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.panel-footer {
	width: 100%;
	float: left;
	padding: .938em;
	border-top: none;
	background: #fff;
	margin: 8px 0 0;
	border-bottom-right-radius: .438em;
	border-bottom-left-radius: .438em;
}

.panel-footer .llistat_xarxes_socials {
	margin: 0;
	display: inline-block;
	padding: 0;
	text-align: left;
	width: auto;
}

.panel-footer .llistat_xarxes_socials span {
	margin-top: .7em !important;
}

.panel-footer .llistat_xarxes_socials .list-group-item {
	margin: .2em .163em;
}

.panel-footer .llistat_xarxes_socials .social_text {
	padding-right: .7em;
}

.panel-footer .txt_peu, .panel-footer .txt_peu_transport {
	font-family: OpenSansSemibold;
	font-size: .815em;
	margin-top: .588em;
	text-align: right;
	float: right;
}

.panel-footer .txt_peu2 {
	float: right;
	width: auto;
	font-size: .815em;
	font-family: 'OpenSansSemibold';
	padding: 0;
	margin-top: .55em;
}

.cercador_tab .nav {
	margin-bottom: .875em;
	text-align: center;
}

.cercador_tab .nav>li {
	position: relative;
	bottom: -0.938em;
	background: none;
	border: none;
	overflow: visible;
	padding-bottom: .875em;
	display: inline-block;
	float: none;
}

.cercador_tab .nav>li.active {
	background: url(../img/NG_fletxa_avall_active.png) no-repeat center
		2.363em;
}

.cercador_tab .nav>li a:focus {
	border: none;
}

.cercador_tab .nav>li a {
	border-radius: 0;
	border: none;
	border-bottom: .188em solid #C00000;
	font-size: 1em;
	padding: .4em 1.675em;
	margin-right: .250em;
	color: #C00000;
}

.cercador_tab .nav>li a:hover {
	border: none;
	background: none;
	border-bottom: .188em solid #C00000;
}

.cercador_tab .nav>li.active a {
	color: #333;
	border-bottom: .188em solid #333;
}

.cercador_tab .nav>li.active a:hover {
	border-bottom: .188em solid #333;
}

.cercador_tab .tab-pane {
	float: left;
	width: 100%;
}

.image_detail {
	width: 100%;
	height: 31.250em;
	background: #333;
	position: absolute;
	margin-top: .875em;
}

.llistat_imatges {
	padding: 0;
	float: left;
}

.llistat_imatges .item {
	width: 50%;
	float: left;
	padding: .38em;
	position: relative;
}

.llistat_imatges .item.open {
	margin-bottom: 31.250em;
}

.llistat_imatges .item.desplacat {
	margin-bottom: 31.250em;
}

.llistat_imatges .item img {
	border: 1px solid #ddd;
	cursor: pointer;
}

.cercador_imatge_detail {
	width: 100%;
	float: left;
	overflow: hidden;
}

.cercador_imatge_detail.opened {
	margin: .938em 0;
}

.cercador_imatge_cont {
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	background: #333;
	height: 0;
}

.cercador_imatge_cont .container {
	padding-bottom: 1.25em;
	position: relative;
}

.cercador_imatge_cont .cercar_detall {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/NG_ico_cercador_prev_imatge.png) no-repeat;
	border: 0;
	text-indent: -99999px;
	width: 1.938em;
	height: 1.938em;
	right: 0;
	z-index: 1;
}

.cercador_imatge_cont .prev_img, .cercador_imatge_cont .next_img {
	width: 2.863em;
	height: 2.863em;
	position: absolute;
	top: 50%;
	margin: -1.250em;
	text-indent: -9999999px;
}

.cercador_imatge_cont .prev_img {
	background: url(../img/NG_ico_esquerra_fletxa_peq.png) no-repeat;
	left: 2.125em;
}

.cercador_imatge_cont .prev_img:hover {
	background: url(../img/NG_ico_esquerra_fletxa_peq_hover.png) no-repeat;
}

.cercador_imatge_cont .next_img {
	background: url(../img/NG_ico_dreta_fletxa_peq.png) no-repeat;
	right: 2.125em;
}

.cercador_imatge_cont .next_img:hover {
	background: url(../img/NG_ico_dreta_fletxa_peq_hover.png) no-repeat;
}

.cercador_imatge_cont .col-izq {
	width: 100%;
	float: left;
	position: relative;
}

.cercador_imatge_cont .col-dch {
	width: 100%;
	float: left;
	padding: 0 .938em;
	background: #333;
}

.cercador_imatge_cont .col-dch h2 {
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	margin-top: 1.000em;
}

.cercador_imatge_cont .col-dch p {
	font-size: .813em;
	color: #ccc;
}

.cercador_imatge_cont .col-dch ul {
	font-size: .813em;
	padding-left: 0;
	color: #ccc;
}

.cercador_imatge_cont .col-dch>div {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-left: none;
	border-right: none;
	padding: .250em 0 .438em;
}

.cercador_imatge_cont .col-dch>div a {
	display: block;
}

.cercador_imatge_cont a {
	font-size: .875em;
	color: #fff;
	text-decoration: underline;
}

.cercador_imatge_cont li a {
	font-size: .875em;
	color: #CCC;
	text-decoration: underline;
}

.cercador_imatge_cont li a:hover {
	color: #CCC;
}

.cercador_imatge_cont .social_text {
	font-size: .875em;
}

.cercador_imatge_cont .llistat_xarxes_socials {
	text-align: left;
}

.popup_avis {
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: -157px;
	left: auto;
	overflow: visible;
	border: 1px solid #ddd;
	display: none;
}

.popup_avis p {
	padding: 24px 50px 24px 24px;
	font-size: 13px !important;
	color: #666 !important;
}

.popup_avis p span {
	color: #333;
	font-family: 'OpenSansSemibold';
}

.popup_avis button {
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../img/NG_ico_tancar_popup.png) no-repeat transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;
}

.popup_avis>span {
	background: url(../img/NG_fletxa_avall_blanc_lg.png) no-repeat center
		bottom;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -13px;
	width: 27px;
	height: 12px;
	z-index: 2;
	text-indent: -99999px;
}

.paginacio {
	text-align: center !important;
	float: left;
	width: 100%;
	margin-top: 1.125em;
	padding-top: .250em;
}

.pagination {
	display: block;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.pagination_mob {
	border-top: 1px solid #ddd;
	margin-top: -17px;
}

.pagination>li {
	display: inline-block;
	margin: 0 -1px;
}

.pagination li:first-child a {
	background: url(../img/NG_ico_mes_consultat.png) no-repeat left .45em;
	padding-left: 1.575em;
}

.pagination li:first-child a.desactivat:hover, .pagination li:first-child a.desactivat
	{
	color: #ddd !important;
	text-decoration: none !important;
	background: url(../img/NG_pag_off_left.png) no-repeat left .45em;
}

.pagination li:last-child a {
	background: url(../img/NG_ico_mes_consultat_tancar.png) no-repeat right
		.45em;
	padding-right: 1.575em;
}

.pagination li:last-child a.desactivat, .pagination li:last-child a.desactivat:hover
	{
	color: #ddd !important;
	text-decoration: none !important;
	background: url(../img/NG_pag_off_right.png) no-repeat right .45em;
}

.pagination li a, .pagination li span {
	padding-top: 2px;
	padding-bottom: 2px;
}

.pagination li a.desactivat:hover {
	background: transparent;
	color: #ddd;
}

.pagination li a.actiu, .pagination li span.actiu {
	color: #666;
	cursor: default;
}

.pagination li a.actiu, .pagination li span.actiu:hover {
	color: #666 !important;
}

.pagination>li>span:hover {
	text-decoration: none;
	color: #666;
}

.pagination li a.actiu2 {
	background-color: #eee;
	color: #333;
	text-decoration: none !important;
}

.paginacio.mostrar {
	margin: 0;
	padding: 2px 0 28px;
	border-top: 1px solid #ddd;
}

.paginacio.mostrar a {
	display: block;
	padding: 8px 0 0;
	border-top: 1px solid #ddd;
}

.paginacio.mostrar span {
	font-size: .825em;
	padding: 0 24px 0 0;
	background: url(../img/NG_arrow_down.fw.png) no-repeat right center;
}

@media ( max-width :47.938em) {
	.pagination {
		margin: 20px auto;
	}
	.pagination.visible-xs {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.pagination.visible-xs li {
		display: inline-block;
		padding: 0 10px;
	}
	.pagination.visible-xs li:first-child {
		float: left;
	}
	.pagination.visible-xs li+li+li {
		float: right;
	}
	.pagination li:first-child a, .pagination li:first-child a.desactivat:hover
		{
		padding-left: 0;
	}
	.pagination li:last-child a, .pagination li:last-child a.desactivat:hover
		{
		padding-right: 0;
	}
	.pagination li a {
		font-size: 14px;
	}
}

.noticia_detalls_cont div {
	float: left;
	color: #666;
}

.noticia_detalls_cont div a {
	font-size: .688em;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'OpenSansSemibold';
}

.noticia_detalls_cont span {
	color: #666;
	font-size: .688em;
	display: inline-block;
	border-left: .091em solid #ddd;
	padding-left: .909em;
	margin-left: .909em;
}

.noticia_detalls_cont span.category {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.video_gen p {
	font-size: .875em;
	color: #666;
	margin-top: 1.714em;
}

.inform_relacionada_cont {
	background: #f5f5f5;
	padding: 1.250em;
	margin: 0 -0.938em;
	clear: left;
	overflow: hidden;
}

.inform_relacionada_cont h4, .inform_relacionada_cont h3 {
	font-size: .938em;
	margin: 0;
	font-family: 'OpenSansSemibold';
}

.inform_relacionada_cont .llistat_enllacos_filet_cont {
	padding: 0;
	margin: .938em 0 .938em;
	border-top: .188em solid #ddd;
}

.inform_relacionada_cont .llistat_enllacos_filet_cont .list-group-item {
	padding-top: .488em;
	padding-bottom: .488em;
}

.inform_relacionada_cont .llistat_enllacos_filet_cont .list-group-item a
	{
	font-size: .938em;
}

.inform_relacionada_cont .llistat_enllacos_filet_cont.icones .list-group-item a
	{
	padding-left: 28px;
	padding: .2em 0 .2em 28px;
}

.inform_relacionada_cont .llistat_enllacos_filet_cont.icones .list-group-item a:before
	{
	content: "";
}

.xarxes-socials {
	background: #f5f5f5;
	overflow: hidden;
}

.xarxes-socials .twitter {
	width: 100%;
	border-bottom: 2px solid #ddd;
	padding-bottom: .8em;
	margin-bottom: .8em;
}

.xarxes-socials .twitter ul {
	margin: 0;
}

.xarxes-socials .twitter li {
	font-size: .875em;
	list-style-type: none;
	background: url(../img/NG_ico_twitter.png) no-repeat left center;
	padding: .8em 0 .8em 2.9em;
	font-family: 'OpenSansSemibold';
	width: 100%;
}

.xarxes-socials h3 {
	font-size: .813em;
	display: inline-block;
	margin: 0;
	font-family: 'OpenSansRegular';
}

.xarxes-socials ul.xarxes {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.xarxes-socials ul.xarxes li {
	display: inline;
	font-size: .813em;
	border-right: 1px solid #444;
	padding: 0 .5em 0 .5em;
}

.xarxes-socials ul.xarxes li:first-child {
	padding-left: 0;
}

.xarxes-socials ul.xarxes li a {
	color: #BF0000;
}

.xarxes-socials ul.xarxes li:last-child {
	border-right: none;
}

.xarxes-socials .gencat img {
	float: left;
	margin: 10px;
}

.xarxes-socials .gencat p {
	font-size: .875em;
	padding: .625em 0 0 .625em;
	overflow: hidden;
}

.xarxes-socials .gencat .link-app {
	width: 100%;
	margin: 71px 0 0 0;
	font-size: .813em;
	text-align: right;
	border-top: 2px solid #ddd;
	padding: 10px 0 0 0;
	font-family: 'OpenSansSemibold';
}

.guia-usus {
	background: #fff;
	margin: 0 -15px;
	padding: 0 1.25em 1.2em;
}

.guia-usus p {
	font-size: .825em;
	color: #666;
}

.guia-usus ul {
	border-top: .188em solid #ddd;
	padding: 0 .5em;
}

.guia-usus li {
	border-bottom: 1px solid #ddd;
	padding: .5em .7em .5em;
}

.guia-usus ul li a.ico_pdf {
	padding: .2em .5em .2em 1.8em;
	font-size: .875em;
	font-family: 'OpenSansSemibold';
	display: inline-table;
}

.guia-usus ul li span {
	display: block;
	padding: 0 .5em 0 1.8em;
}

.guia-usus ul li a.a-vermell {
	font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.guia-usus ul li a.a-vermell:hover {
	color: #BF0000;
}

.last-app {
	background: #fff;
	margin: 0 -15px;
	padding: 0 1.25em 1.2em;
	overflow: hidden;
}

.last-app .box-app {
	float: left;
	width: 47%;
	border-top: 1px solid #ddd;
	margin: .625em .625em .625em 0;
}

.last-app div.box-app:nth-of-type(2), .last-app div.box-app:nth-of-type(4),
	.last-app div.box-app:nth-of-type(6), .last-app div.box-app:nth-of-type(8),
	.last-app div.box-app:nth-of-type(10) {
	float: right;
	margin: .625em 0 .625em 0;
}

.last-app .bor {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2px 0 0 0;
	overflow: hidden;
	clear: both;
	padding: 2px 0;
}

.all-app {
	text-align: right;
	margin: -11px -7px;
	font-size: 13px;
	font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif;
	width: 100%;
	overflow: hidden;
}

.last-app .box-app h3 {
	font-size: 1.125em;
	color: #c00000;
	font-family: 'OpenSansRegular';
}

.last-app .box-app img {
	float: left;
	margin: .625em .625em 0 0;
}

.last-app .box-app p {
	font-size: .875em;
	padding: .5em 1.2em;
}

@media ( max-width :47.938em) {
	.xarxes-socials .gencat img {
		float: none;
	}
	.last-app .box-app, .last-app div.box-app:nth-of-type(2), .last-app div.box-app:nth-of-type(4),
		.last-app div.box-app:nth-of-type(6), .last-app div.box-app:nth-of-type(8),
		.last-app div.box-app:nth-of-type(10) {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.gencat {
		text-align: center;
	}
	.gencat p {
		text-align: left;
	}
	.xarxes-socials .gencat .link-app {
		margin: 24px 0 0 0;
	}
}

.ul-box {
	font-size: .813em !important;
	color: #BF0000;
	padding-left: 1.5em;
}

.ul-box a, .ul-box a:hover {
	color: #BF0000;
}

.ul-box li {
	display: inline;
}

.ul-box .ico_pdf, .ul-box .ico_pdf:hover {
	color: #333;
	padding: .5em .5em .5em 2em;
	display: inline;
}

p.ul-box a {
	font-family: 'OpenSansSemibold';
}

.basic_color.xar-socials {
	margin: 0 0 .625em;
	padding: .625em 1.500em;
}

.basic_color.xar-socials h3 {
	font-size: 1.250em;
	padding: 0;
	margin: 6px 0 10px;
	color: #fff;
	font-family: 'OpenSansSemibold';
}

.basic_color.xar-socials h3+p {
	font-family: 'OpenSansSemibold';
	margin: 0;
}

.basic_color.xar-socials p {
	font-size: .875em;
	font-style: normal;
	font-family: "OpenSansRegular";
	color: #fff;
	border-bottom: none;
}

.basic_color.xar-socials p.small {
	font-size: .750em;
}

.basic_color.xar-socials .tit {
	font-size: 1.250em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'OpenSansSemibold';
}

.basic_color.xar-socials a.tit:hover {
	text-decoration: none !important;
}

.col-sm-8.bgGrey {
	background: #fff;
}

.col-sm-4.center-block.shadowBox2 .shadow3 {
	display: none;
}

.table.col-sm-12.mt_20 table th {
	background: #666;
	color: #fff;
}

.table.col-sm-12.mt_20 .table>thead>tr>th {
	border-bottom: none;
}

.table.mt_20 table td {
	border: none;
	font-size: .813em;
	padding: 10px;
}

.table.col-sm-12.mt_20 table tbody td {
	border: 1px solid #ddd;
}

.table.col-sm-12.mt_20>thead>tr>th, >thead>tr>td {
	border-bottom-width: 1px;
}

.table.col-sm-12.mt_20 table .cell-blue {
	background: #f5f5f5;
}

.table.col-sm-12.mt_20 tfoot td {
	border-bottom: solid #ddd 2px;
	font-size: .688em;
	padding: 2em 0 2em 1em;
}

.letter_pagin {
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 20px;
}

.letter_pagin li {
	color: #BF0000;
	font-size: 18px;
	display: inline-block;
	font-family: "OpenSansSemiBold";
	padding: 6px 7px;
	cursor: pointer;
}

.letter_pagin li:hover, .letter_pagin li:focus, .letter_pagin li.active
	{
	background: #666;
	color: #fff;
}

.llistat_az li {
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
}

.llistat_az li h4 {
	font-size: 16px;
	color: #BF0000;
	font-weight: normal;
	font-family: 'OpenSansRegular';
}

.llistat_az li span {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 4px;
}

.llistat_az li a {
	display: block;
	font-size: 12px;
	color: #333;
}

.fons_filtre .selectQualsevol {
	margin-top: .65em;
}

.fons_filtre .selectQualsevol .form-control {
	line-height: .429em;
	-webkit-appearance: none;
}

.cerca_avancada {
	margin: 16px 0 0;
	padding: 10px 0;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	float: left;
	width: 100%;
}

.cerca_avancada>a {
	background: url(../img/NG_ico_plegar.png) no-repeat right;
	padding-right: 30px;
	float: right;
	cursor: pointer;
	font-size: 13px;
	color: #333;
	font-family: 'OpenSansSemibold';
}

.cerca_avancada>a.collapsed {
	background: url(../img/NG_ico_desplegar.png) no-repeat right;
}

.cerca_avancada .cerca_avancada_cont {
	width: 100%;
	float: left;
}

.cerca_avancada .navbar-form {
	padding: 0 10px;
}

.cerca_avancada .navbar-form div>.form-control {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	-webkit-appearance: none;
}

.cerca_avancada .navbar-form div>.form-control:first-child {
	margin: 0;
}

.cerca_avancada .navbar-form .quan {
	margin-top: 10px;
	padding: 10px 20px 0;
	border-top: 1px solid #ddd;
}

.cerca_avancada .navbar-form .quan>span {
	font-family: "OpenSansSemiBold";
	font-size: 16px;
	float: left;
	width: 100%;
}

.cerca_avancada .navbar-form .quan input[type="radio"] {
	margin-right: 3px;
}

.cerca_avancada .navbar-form .quan>div span {
	font-size: 13px;
}

.cerca_avancada .navbar-form .quan .input-dates {
	width: 100%;
}

.cerca_avancada .navbar-form .quan .form-control {
	width: 44%;
	margin: 6px 0 0 !important;
	float: left;
	-webkit-appearance: none;
}

.cerca_avancada .navbar-form .quan .datepicker {
	width: 43.4%;
	margin: 6px 0 0 !important;
	float: left;
	background: url(../img/NG_calendar.fw.png) no-repeat center right;
	border: 1px solid #CCC;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 1em;
	height: auto;
	margin-left: 0;
	margin-top: 10px;
	padding: 10px 40px 10px 6px;
	cursor: pointer;
}

.cerca_avancada .navbar-form .quan .datepicker2 {
	width: 43.4%;
	margin: 6px 0 0 !important;
	float: left;
	background: url(../img/NG_calendar.fw.png) no-repeat center right;
	border: 1px solid #CCC;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 1em;
	height: auto;
	margin-left: 0;
	margin-top: 10px;
	padding: 10px 40px 10px 6px;
	cursor: pointer;
}

.cerca_avancada .navbar-form .quan .input-dates span {
	float: left;
	padding: 10px 5%;
	margin-top: 6px;
	width: 30px;
	text-align: center;
}

.cerca_avancada .navbar-form .quan>div {
	padding: 10px 0 0;
	float: left;
}

.cerca_avancada .navbar-form .quan>div+div {
	border-bottom: 1px solid #ddd;
	padding: 0 0 16px;
}

.cerca_avancada .navbar-form .quan>div>div {
	width: 50%;
	float: left;
}

.cerca_avancada .navbar-form .quan button {
	width: 77px;
	color: #fff;
	background: #bf0000;
	height: 32px;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	float: right;
	margin-top: 10px !important;
}

.cerca_avancada .fons_filtre a {
	font-family: 'OpenSansSemibold';
	line-height: 1.5;
	float: right;
	margin-left: 20px !important;
}

.no_resultats h3 {
	font-size: 18px;
}

.no_resultats .suggeriments {
	font-size: 13px;
	color: #666;
}

.no_resultats .suggeriments span {
	font-family: 'OpenSansSemibold';
}

.no_resultats .suggeriments ul {
	padding: 0;
	margin-top: 6px;
}

.torna_link {
	background: url(../img/NG_ico_mes_consultat.png) no-repeat left center;
	padding-left: 25px;
	font-size: 13px;
	margin-top: 26px;
	position: absolute;
	top: 45px;
	right: 15px;
	font-family: 'OpenSansSemibold';
}

.torna_link_sac {
	background: url(../img/NG_ico_mes_consultat.png) no-repeat left center;
	padding-left: 25px;
	font-size: 13px;
	margin-top: 26px;
	position: relative;
	top: 45px;
	right: 15px;
	font-family: 'OpenSansSemibold';
}

.torna_link2 {
	background: url(../img/NG_ico_mes_consultat.png) no-repeat left center;
	padding-left: 25px;
	font-size: 13px;
	position: relative;
	font-family: 'OpenSansSemibold';
	bottom: 76px;
}

@media ( max-width :47.938em) {
	.widget-twit.mt_20, .fb-like-box.mt_20 {
		display: none;
	}
	.col-sm-8.bgGrey {
		background: #f5f5f5;
	}
	.col-sm-4.center-block.shadowBox2 .shadow3 {
		display: block;
	}
	.col-sm-4 {
		margin-top: 1.25em;
	}
}

@media ( max-width :47.938em) {
	.video_gen {
		margin: 0 -0.938em;
	}
	.video_gen p {
		padding: 0 .938em;
	}
}

.error-msg {
	background: #FCF4F4;
	color: #bf0000;
	border-bottom: 1px solid #eac4c4;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.error-form {
	position: relative;
	background: #FCF4F4;
	padding: 1em 0;
	border-top: 1px solid #eac4c4;
	border-bottom: 1px solid #eac4c4;
}

.error-form input, .error-form input:focus, .error-form select,
	.error-form select:focus, .error-form .custom_select, .error-form .custom_select:focus,
	.error-form textarea {
	border: 2px solid #bf0000 !important;
	color: #bf0000 !important;
}

.error-form .item-error {
	position: static;
	background: none;
	border-radius: none;
	box-shadow: none;
	color: #bf0000;
	font-size: 13px;
	margin-top: 10px;
}

.form .custom_select.error-form {
	border: 2px solid #bf0000 !important;
	color: #bf0000 !important;
}

.error-form-rad {
	border: 2px solid #bf0000 !important;
	color: #bf0000 !important;
}

.avis-msg {
	background: #EDFCED;
	color: #00B200;
	border: 1px solid #00B200;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.informacio-msg {
	background: #F5F5F5;
	color: #333;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 20px 0;
	overflow: hidden;
}

.informacio-msg div {
	float: left;
	border-right: 1px solid #ccc;
	width: 25%;
	padding: 15px;
}

.informacio-msg div:last-child {
	border-right: none;
}

.pestanyes .tipo1 .actualImatge>div {
	position: relative;
}

.pestanyes .tipo1 .actualImatge .textImatge {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.pestanyes .tipo1 .actualImatge .textImatge h2 {
	font-family: 'OpenSansSemibold';
	font-size: 1.125em;
	text-align: left;
	margin: 0;
	padding: .625em .8em;
	color: #fff;
}

.pestanyes .tipo1 .actualImatge .textImatge p {
	font-family: 'OpenSansSemibold';
	padding: 0 2.275em .625em;
	line-height: 1.3;
	letter-spacing: -0.019em;
	font-size: .875em;
	margin: 0;
}

.pestanyes .tipo1 .actualImatge>p {
	color: #666;
	font-size: .813em;
	margin: 1.250em;
}

.pestanyes .tipo1 .actualNoticies {
	float: left;
	margin: 1.250em;
	margin-top: 0;
	border-top: 1px solid #ccc;
}

.pestanyes .tipo1 .actualNoticies .noticie {
	border-top: 1px solid #ddd;
	padding: .875em 0;
}

.pestanyes .tipo1 .actualNoticies .noticie:first-child {
	border: none;
}

.pestanyes .tipo1 .actualNoticies h3 {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	color: #c00000;
	font-size: .875em;
	margin: 0;
}

.pestanyes .tipo1 .actualNoticies span {
	font-size: .813em;
}

.pestanyes .tipo1 .actualRss {
	margin: 0 1.875em;
	padding: 1.250em 0;
	border-top: 1px solid #ccc;
	text-align: center;
}

.pestanyes .tipo1 .llistat_xarxes_socials {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: .625em 1.275em;
	margin: 0;
}

.pestanyes .tipo1 .llistat_xarxes_socials .list-group-item {
	float: left;
	display: block;
	padding-top: .35em;
}

.pestanyes .tipo1 .llistat_xarxes_socials .social_text {
	width: 7.725em;
	text-align: left;
	padding: 0;
}

.pestanyes .tipo1 .panel-body {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

.pestanyes .tipo2 .list-group {
	margin-bottom: 0;
	padding: 0;
}

.pestanyes .tipo2 .list-group-item {
	border: none;
	padding: .875em 0;
	border-top: 1px solid #ddd;
}

.pestanyes .tipo2 .list-group .list-group-item:first-child {
	border-radius: 0;
	padding-top: 0;
	border-top: none;
}

.pestanyes .tipo2 .panel-body div:first-child .list-group .list-group-item:first-child
	{
	border-top: none;
}

.pestanyes .tipo2 .list-group .list-group-item a {
	color: #bf0000;
	display: block;
	margin: 0;
	padding: 0 0 .267em;
	font-size: .938em;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
}

.pestanyes .tipo2 .list-group .list-group-item a span {
	color: #333;
	margin-left: .533em;
}

.pestanyes .tipo2 .list-group .list-group-item a:hover span {
	text-decoration: none;
}

.pestanyes .tipo2 .list-group .list-group-item>span {
	color: #333;
	display: block;
	font-size: .875em;
}

@media ( max-width :47.938em) {
	.pestanyes .tipo2 .panel-body>div {
		padding: 0;
	}
}

.pestanyes .tipo3 h5, .pestanyes .tipo3 h3 {
	font-size: 1em;
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	padding-top: .750em;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.pestanyes .tipo3 .panel-body>div {
	float: left;
	width: 100%;
}

.pestanyes .tipo3 .form-control input {
	border: none;
	border-radius: 0;
	font-size: .875em;
	float: right;
	width: 9.286em;
	-webkit-appearance: none;
}

.pestanyes .tipo3 .llistat_enllacos_filet_cont .list-group-item {
	padding-top: .388em;
	padding-bottom: .388em;
}

.pestanyes .tipo3 .llistat_enllacos_filet_cont .list-group-item a {
	font-size: .875em;
}

.pestanyes .tipo3 .llistat_enllacos_filet+.llistat_enllacos_filet .list-group-item:first-child
	{
	border-top: 1px solid #ddd;
}

@media ( max-width :47.938em) {
	.pestanyes .tipo3 .cercador_vermell .btn {
		background: url(../img/NG_ico_cercador_tancar.png) no-repeat center #fff;
		border: none;
		border-left: .125em solid #ddd;
		height: 1.625em;
		margin-top: .438em;
		margin-right: .063em;
	}
}

.pestanyes .tipo4 a.link {
	font-size: .813em;
}

.pestanyes .tipo4 .box_content {
	border-top: 1px solid #ddd;
	padding-top: 1.85em;
}

.pestanyes .tipo5 .box_content {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.pestanyes .tipo5 .last {
	padding: 15px 0 20px 0;
}

.pestanyes .tipo5 a.link {
	font-size: 14px;
}

.pestanyes .tipo5 p {
	font-size: 13px;
	padding-top: 15px;
}

.pestanyes .tipo5 .footer_box p {
	font-size: 12px;
	color: #666;
	float: left;
}

.pestanyes .tipo5 .footer_box img {
	margin: 10px;
}

.pestanyes .tipo5 .footer_box a {
	margin-top: 10px;
}

.pestanyes .tipo5 .footer_box {
	margin-top: 10px;
}

@media ( max-width :47.938em) {
	.duo_combo_destacat_llistat>div:first-child .llistat_enllacos_filet_cont
		{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.duo_combo_destacat_llistat>div+div .llistat_enllacos_filet_cont {
		border-top: none;
		padding-top: 0;
	}
	.duo_combo_destacat_llistat>div+div .llistat_enllacos_filet_cont .list-group-item:first-child
		{
		border-top: 1px solid #ddd;
	}
}

.tri_combo_destacat_llistat>div:first-child .llistat_enllacos_filet_cont,
	.tri_combo_destacat_llistat>div+div .llistat_enllacos_filet_cont {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tri_combo_destacat_llistat>div+div+div .llistat_enllacos_filet_cont {
	border-bottom: 1px solid #ddd;
}

.tri_combo_destacat_llistat>div+div .llistat_enllacos_filet_cont,
	.tri_combo_destacat_llistat>div+div+div .llistat_enllacos_filet_cont {
	border-top: none;
	padding-top: 0;
}

.tri_combo_destacat_llistat>div+div .llistat_enllacos_filet_cont .list-group-item:first-child,
	.tri_combo_destacat_llistat>div+div+div .llistat_enllacos_filet_cont .list-group-item:first-child
	{
	border-top: 1px solid #ddd;
}

@media ( max-width :47.938em) {
	.combo_destacat_imatge .destacat_imatge_cont.box {
		border: none;
		margin-bottom: .938em;
	}
	.combo_destacat_imatge .destacat_imatge_cont a {
		width: 100%;
		display: table;
	}
	.combo_destacat_imatge .destacat_imatge_cont img {
		display: table-cell;
	}
	.combo_destacat_imatge .destacat_imatge_cont .imatge_text {
		background: none;
		position: static;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		color: #bf0000;
		font-size: 1.125em;
		width: 50%;
		padding: 0 1.3em 0 .933em;
	}
	.combo_destacat_imatge>.llistat_enllacos_filet .llistat_enllacos_filet_cont
		{
		border-bottom: none;
		padding-bottom: 0;
	}
	.combo_destacat_imatge>.llistat_enllacos_filet+.llistat_enllacos_filet .llistat_enllacos_filet_cont
		{
		border-bottom: 1px solid #ddd;
		padding-bottom: 0;
	}
	.combo_destacat_imatge>div+div+div .llistat_enllacos_filet_cont {
		border-bottom: 1px solid #ddd;
		border-top: none;
		padding-top: 0;
		padding-bottom: .875em;
	}
	.combo_destacat_imatge>div+div+div .llistat_enllacos_filet_cont .list-group-item
		{
		border-top: 1px solid #ddd;
	}
	.combo_destacat_imatge li.item2 a {
		border-top: none;
		font-size: .938em;
		padding: 0;
		color: #BF0000;
		font-weight: bold;
	}
	.combo_destacat_imatge li.item2 {
		border-top: 1px solid #DDD;
		padding-top: .5em;
	}
	.combo_destacat_imatge .row {
		padding-bottom: .938em;
	}
}

.destacat_avises.inici {
	margin-bottom: 3.250em;
	overflow: visible;
	padding-left: 0;
	padding-right: 0;
}

.pestanyes.inici {
	margin: 1em 0;
	padding: 0 .938em;
}

.pestanyes.inici .panel-body {
	padding: 0;
}

.pestanyes.inici .panel-body, .pestanyes.inici .panel-collapse {
	width: 100%;
	float: left;
}

.pestanyes.inici .transport {
	height: 19.563em;
	overflow: auto;
}

.pestanyes.inici .pestanyes_bot .panel-body.transport {
	padding: 0 16px;
}

.pestanyes_bot .tipo1 .panel-heading h2.panel-title {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.pestanyes_bot .tipo2 .panel-heading h2.panel-title {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.pestanyes_bot .tipo3 .panel-heading h2.panel-title {
	font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.resultats_cerca_dest {
	border-bottom: .189em solid #ddd;
}

.rslt {
	margin-top: 0;
}

.rslt .form-group {
	margin: .938em 0 0;
	position: relative;
	float: left;
	width: 100%;
}

.resultats_cerca>.row>.column>.form_group>input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFF;
	border-color: #ddd -moz-use-text-color #ddd #ddd;
	border-image: none;
	border-radius: 0;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	box-shadow: none;
	margin-bottom: 1em;
	width: 90%;
}

.resultats_cerca>.container>.row>.column>ul.nav {
	border-top: none;
	border-bottom: none;
	clear: both;
	margin-top: 1.125em;
}

.resultats_cerca>.container>.row>.column>ul.nav>li {
	background: #F5F5F5;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	height: 2.3em;
	border-bottom: 1px solid #DDD;
	min-width: 5.750em;
}

.resultats_cerca>.container>.row>.column>ul.nav>li:last-child {
	border-right: 1px solid #DDD;
}

.resultats_cerca>.container>.row>.column>ul.nav>li.active a {
	background-color: #fff;
	font-size: 1em;
	color: #333;
	border-bottom: none;
	height: 2.176em;
}

.resultats_cerca>.container>.row>.column>ul.nav>li.active {
	border-bottom: 1px solid #FFF;
	position: relative;
	min-width: 5.750em;
}

.resultats_cerca>.container>.row>.column>ul.nav>li a {
	font-size: 1em;
	color: #BF0000;
	border: none;
}

.nav>li>a:hover, .nav>li>a:focus {
	background: #FBFBFA;
}

.nav-tabs>li>a {
	border: none;
	border-radius: 0;
	margin-right: 0;
}

.resultats_cerca>.container>.row>.column>ul.nav li a {
	border: medium none;
	margin: 0;
	border-radius: 0;
	text-align: center;
	padding: 5px 15px;
}

.resultats_cerca>.container>.row>.column>ul.nav li a:hover {
	text-decoration: none;
}

@media ( max-width :47.938em) {
	.resultats_cerca .cercador_vermell {
		padding-top: 20px;
	}
	.cerc-left {
		padding-right: 15px;
	}
	.cerc-right {
		padding-left: 15px;
	}
}

.rslt .row select {
	margin: 1.250em 0;
}

.rslt .row .filariana {
	margin-bottom: 10px;
	margin-top: 24px;
}

.rslt .row .llistat_destacat_text_cont li {
	border-top: 1px solid #ddd;
	line-height: 1.700em;
	padding: 1.250em 20px 10px 20px !important;
}

.rslt .row .llistat_destacat_text_cont li:first-child {
	margin-top: 1.500em;
	padding-top: 0 !important;
	border: none;
}

.rslt .row .llistat_destacat_text_cont li a {
	display: initial;
	border: none;
	padding: 0;
}

.rslt .row .llistat_destacat_text_cont li .destacat_text_cont a h4 {
	display: initial;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	font-size: .938em;
}

.rslt .row .llistat_destacat_text_cont li .destacat_text_cont a p {
	font-size: .813em;
	line-height: 1.2;
}

.rslt .row .llistat_destacat_text_cont li .destacat_text_cont .link_resultats
	{
	font-size: .750em !important;
	line-height: 1.4em !important;
	margin: 0 0 .938em 0;
	border: none;
	display: inherit !important;
}

.rslt .row .llistat_destacat_text_cont li p {
	margin: 0;
	font-size: .875em;
	color: #666;
}

.rslt .vista-mobil {
	margin-top: 3.625em;
}

.rslt .border_taronja_cerca, .rslt .border_verd_cerca {
	float: left;
	width: 100%;
	margin-top: .500em;
}

.rslt .row .border_box {
	float: left;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: left;
	text-align: left;
	width: 100%;
	background: #fff;
}

.rslt .border_box h2 {
	text-align: left;
	color: #C00000;
	float: left;
	font-size: 1em;
	width: 45%;
	border-right: 1px solid #ddd;
	margin: .938em 0 .938em .625em;
	padding: .625em 0;
}

.rslt .border_box p {
	text-align: left;
	color: #666;
	float: left;
	font-size: .813em;
	width: 45%;
	margin: 1.154em 0 1.154em 1.154em;
}

.rslt .shadow {
	bottom: 1.938em;
	z-index: -1;
}

.area_selection {
	margin-bottom: 8px;
}

.ico-video, .ico-video-lg {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}

.ico-video {
	background: url(../img/NG_ico_video.png) no-repeat;
}

.ico-video-lg {
	background: url(../img/NG_ico_video_lg.png) no-repeat;
}

.resultats_cerca>.container>.row>.column>.pestanyes_top.cercador_sac {
	overflow: visible;
}

.resultats_cerca>.container>.row>.column>.pestanyes_top.cercador_sac li.active
	{
	background: #fff;
}

.resultats_cerca>.container>.row>.column>.pestanyes_top.cercador_sac li.active a
	{
	background: none;
}

.resultats_cerca>.container>.row>.column>.pestanyes_top.cercador_sac li
	{
	padding: 0;
	border-right: none;
}

ul.ulDarkBullet {
	margin-left: 0;
	padding-left: 0;
}

ul.ulDarkBullet li {
	margin-bottom: 1.475em;
}

.darkBullet {
	background: url("../img/NG_ico_list_dark.png") no-repeat scroll 0 .4em
		rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	margin-top: .35em;
	padding-left: .938em;
}

ul.ulRedBullet {
	margin: 0;
	padding-left: 0;
	float: left;
}

ul.ulRedBullet li {
	margin: 1em 0 0;
	padding-bottom: 1em;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

ul.ulRedBullet li:first-child {
	margin: 0;
}

ul.ulRedBullet li:last-child {
	border: none;
}

.redBullet {
	background: url("../img/NG_ico_list_red.png") no-repeat scroll 0 .4em
		rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	margin-top: .35em;
	padding-left: .938em;
}

.contacte_panel .contacte_resp, .contacte_panel .contacte_adreca {
	border-bottom: 1px solid #ddd;
}

.contacte_panel .contacte_adreca>div {
	font-size: 13px;
	border-top: 1px solid #ddd;
}

.contacte_panel .contacte_adreca>div:first-child {
	border: none;
}

.contacte_panel .contacte_adreca .col-xs-5, .contacte_panel .contacte_horari .p14
	{
	font-family: 'OpenSansSemibold';
}

.organigrama-desktop .nav-tabs {
	padding: .813em 0 .813em 0;
}

.organigrama-desktop .nav-tabs>li>a {
	background: url(../img/NG_organigrama.fw.png) no-repeat center left;
	font-size: .875em;
	padding: 1.5em 4em 1.5em 2.5em;
}

.organigrama-desktop .nav-tabs>li.active>a, .organigrama-desktop .nav-tabs>li.active>a:hover,
	.organigrama-desktop .nav-tabs>li.active>a:focus {
	background: url(../img/NG_organigrama_on.fw.png) no-repeat center left;
	font-weight: bold;
	cursor: default;
	border: none;
}

.organigrama-desktop .nav-tabs>li>a:hover {
	background: url(../img/NG_organigrama_on.fw.png) no-repeat center left;
	cursor: pointer;
	text-decoration: none;
}

.organigrama-desktop nav, ul.nav>li {
	background: none;
	border-top: none;
}

.organigrama-desktop .globalArrow {
	float: right;
	padding: 1em 2em;
	font-size: .750em;
}

.organigrama-desktop .all-open {
	background: url(../img/NG_arrow_down.fw.png) no-repeat center left;
}

.organigrama-desktop .all-close {
	background: url(../img/NG_arrow_up.fw.png) no-repeat center left;
}

.pestanyes .organigrama-desktop .panel .title a {
	background: url(../img/NG_arrow_down.fw.png) no-repeat center left;
	padding-left: 1.6em;
	font-size: 16px;
	font-family: 'OpenSansSemibold';
}

.pestanyes .organigrama-desktop .panel .title a.collapsed {
	background: url(../img/NG_arrow_up.fw.png) no-repeat center left;
}

.ulOrganigrama .title {
	margin: 0;
}

.ulOrganigrama .p {
	display: inline-block;
	color: #666;
	background: url(../img/NG_ico_list_red.png) no-repeat center left;
	padding: .2em .8em;
	margin-left: 2em;
	font-size: 1em;
}

.ulOrganigrama .p.actiu {
	color: #bf0000;
}

.ulOrganigrama {
	padding-left: 2.188em;
}

.pestanyes .organigrama-desktop .panel-body {
	padding-bottom: 0;
	padding-top: 0;
}

.pestanyes .organigrama-desktop .panel .title {
	padding-bottom: .5em;
	padding-top: .5em;
}

.organigramaMovil>div {
	border-top: 1px solid #ddd;
	padding: 0;
}

.organigramaMovil>div:first-child {
	border-top: none;
}

.organigramaMovil .panel-tit {
	background: url(../img/NG_organigrama_on.fw.png) no-repeat 15px center;
	padding: 1.5em 4em 1.5em 3.7em;
	font-size: .875em;
	font-family: 'OpenSansSemibold';
	border-bottom: 1px solid #ddd;
}

.organigramaMovil ul {
	font-size: .875em;
	padding: .7em 2em;
}

.organigramaMovil ul a {
	display: block;
	background: url(../img/NG_ico_list_red.png) no-repeat center left;
	padding: 3px 0 3px 1em;
}

.organigramaMovil ul a:focus, .organigramaMovil ul a:active {
	background: url(../img/NG_ico_list.png) no-repeat center left;
	font-family: 'OpenSansBold';
}

.organigramaMovil ul a.actiu {
	color: #bf0000;
}

.organigramaMovil ul .indet1 {
	padding-left: 1.325em;
}

.organigramaMovil ul .indet2 {
	padding-left: 2.65em;
}

.organigramaMovil ul .indet3 {
	padding-left: 4.075em;
}

.organigramaMovil ul .indet4 {
	padding-left: 5.3em;
}

.cerca_avancada.cercador .fons_filtre .p14>div {
	float: left;
}

@media ( max-width :47.938em) {
	.cerca_avancada.cercador .fons_filtre .p14 {
		margin-top: 18px;
		width: 100%;
	}
	.cerca_avancada.cercador .fons_filtre input {
		margin-right: 6px;
	}
	.cerca_avancada.cercador .fons_filtre .p14 div>label {
		display: inline-block;
		margin-right: 20px;
		color: #333;
		font-family: 'OpenSansSemibold';
		font-weight: normal;
	}
	.cerca_avancada.cercador .selectQualsevol {
		width: 100%;
		margin-top: 20px;
	}
	.fons_filtre .selectQualsevol .form-control {
		line-height: 1.329em;
		-webkit-appearance: none;
	}
	.cerca_avancada .fons_filtre a {
		text-align: right;
		display: block;
		float: right;
		clear: both;
		margin-top: 10px !important;
	}
}

.basic_link.actualitat {
	margin-top: 1.1em;
}

.llistat_xarxes_socials.actualitat {
	margin-top: 6px;
	padding: 0;
}

@media ( max-width :47.938em) {
	.noticia_titol {
		font-size: 1.250em;
		color: #333;
		font-family: 'OpenSansSemibold';
	}
	.basic_text.noticia_descp, #center_1 ul li {
		font-size: .813em;
		color: #333;
	}
}

.slider_responsive {
	padding-bottom: 45px;
}

.slider_responsive .slider_responsive_cont {
	position: relative;
}

.slider_responsive .slide_navigator {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	margin-top: -20px;
}

.slider_responsive .slide_navigator .slide_left {
	float: left;
	margin-left: 10px;
}

.slider_responsive .slide_navigator .slide_right {
	float: right;
	margin-right: 10px;
}

.slider_responsive .slide_navigator img {
	width: 50px;
}

.slider_responsive .llistat_destacat_text_avancat_cont {
	border-spacing: .75em .125em;
}

.slider_responsive .destacat_text_avancat_cont {
	width: 100%;
	padding-left: 16px;
}

.slider_responsive .destacat_text_avancat_cont:first-child {
	padding-left: 0;
}

.slider_responsive .destacat_text_avancat_cont h4, .slider_responsive .destacat_text_avancat_cont h3
	{
	padding: 1em 1em .5em;
	font-size: 16px;
	font-family: 'OpenSansSemibold';
}

.slider_responsive .destacat_text_avancat_cont p {
	color: #333;
}

.cercador_vermell.web_az {
	width: 100%;
}

.el_mes_consultat.web_az {
	position: absolute;
	margin-top: 0;
	top: -3.8em;
	right: 0;
}

.agenda_buttons {
	float: left;
	width: 100%;
}

.agenda_buttons>div>span {
	float: left;
	width: 50%;
	text-align: center;
}

.agenda_buttons>div>span:first-child {
	border: none;
}

.agenda_buttons .button_calendari {
	display: inline-block;
	background: url(../img/NG_ico_plegar.png) no-repeat center right;
	padding: 10px 30px 9px 5px;
	color: #333;
	font-size: 13px;
	line-height: 1.8;
}

.agenda_buttons>div>span a {
	display: inline-block;
	padding: 12px 0;
	font-size: 13px;
	font-family: "OpenSansSemibold";
}

.agenda_buttons span[type="button"] {
	background: #fff;
}

.agenda_buttons span.collapsed {
	background: none;
}

.agenda_buttons span.collapsed .button_calendari {
	background: url(../img/NG_ico_desplegar.png) no-repeat center right;
}

.agenda_buttons .button_calendari span {
	margin-right: 5px;
	background: url(../img/NG_ico_calendari.png) no-repeat;
	float: left;
	padding: 12px;
}

.agenda_buttons .separador {
	width: 3px;
	background: #fff;
	margin: 5px 0;
	height: 32px;
	float: right;
}

.fitxa h4, .fitxa h2 {
	font-size: 18px;
	font-family: "OpenSansRegular";
	margin: 10px 0 0;
}

.fitxa h4:first-child, .fitxa h2:first-child {
	margin-top: 0;
}

.fitxa .data_info {
	margin: 8px 0 20px;
}

.fitxa .data_info p {
	font-size: 13px;
	margin: 0;
}

.fitxa .data_info span {
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-right: 10px;
	font-family: "OpenSansSemibold";
}

.fitxa .data_info .data span {
	color: #666;
}

.fitxa .data_info a {
	font-size: 13px;
	font-family: "OpenSansSemibold";
}

@media ( max-width :47.938em) {
	.mapa_agenda {
		margin: 0 -15px;
	}
}

#ui-datepicker-div {
	min-width: 7em;
}

#calendari {
	float: left;
	width: 100%;
	background: #fff;
}

#calendari h3 {
	padding: 0 15px;
	margin-top: 15px;
	text-align: center;
	font-family: 'OpenSansRegular';
}

#calendari h2 {
	font-size: 1.563em;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'OpenSansRegular';
}

#calendari .datepicker {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
}

#calendari .ui-datepicker {
	width: 100%;
	border: none;
	border-radius: 0;
	font-family: 'OpenSansRegular';
	padding-left: 15px;
	padding-right: 15px;
}

#calendari .ui-datepicker-header {
	border: none;
	border-radius: 0;
	background: none;
}

#calendari .ui-datepicker-title {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#calendari .ui-datepicker-header .ui-icon-circle-triangle-w {
	background: url(../img/NG_ico_mes_consultat.png) no-repeat 0 0;
}

#calendari .ui-datepicker-header .ui-icon-circle-triangle-e {
	background: url(../img/NG_ico_mes_consultat_tancar.png) no-repeat 0 0;
}

#calendari .ui-datepicker-header .ui-corner-all {
	cursor: pointer;
}

#calendari .ui-datepicker-header .ui-corner-all.ui-state-hover {
	background: none;
	border: none;
	top: 2px;
}

#calendari .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
	left: 2px;
}

#calendari .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
	right: 2px;
}

#calendari .ui-datepicker-calendar {
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#calendari .ui-datepicker-calendar thead {
	color: #333;
	font-size: 13px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

#calendari .ui-datepicker-calendar tbody td a {
	border: none;
	font-size: 13px;
	text-align: center;
	color: #333;
	padding: 3px 0;
	margin: 0 14%;
}

#calendari .ui-datepicker-calendar tbody td a.ui-state-highlight,
	#calendari .ui-datepicker-calendar tbody td a.ui-state-highlight.ui-state-active,
	#calendari .ui-datepicker-calendar tbody td a.ui-state-highlight.ui-state-active.ui-state-hover
	{
	background: #bf0000;
	color: #fff;
}

#calendari .ui-datepicker-calendar tbody td a.ui-state-disabled {
	color: #ddd;
}

#calendari .ui-datepicker-calendar tbody td a.ui-state-active,
	#calendari .ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover
	{
	color: #666;
	background: none;
}

#calendari .ui-datepicker-calendar tbody td a.ui-state-hover {
	background: none;
}

#calendari .ui-datepicker-calendar tbody td.ui-datepicker-week-end+td.ui-datepicker-week-end a
	{
	color: #bf0000;
}

#calendari .ui-datepicker-calendar tbody tr:last-child td {
	padding-bottom: 20px;
}

.llistat_destacat_noticies_cont.border_normal .row {
	margin-top: -5px;
}

.llistat_enllacos_filet_cont .list-group-item:first-child {
	border-top: none;
	border-radius: 0;
}

.tri_combo_destacat_llistat.pag-final .list-group-item:last-child {
	border-bottom: .188em solid #ddd !important;
}

.tri_combo_destacat_llistat.pag-final li a {
	color: #BF0000;
	font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
}

.basic_text_cita.twitter {
	background-image: url(../img/bg-twitter.png);
	background-repeat: no-repeat;
	background-position: 23px center;
	padding-left: 3.063em;
	margin-top: 2.125em;
}

.ancores {
	text-align: right;
	border-top: 1px solid #DDD;
	font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
	font-size: .750em;
	width: 97.7%;
	margin: 1.250em auto;
}

.ancores a {
	color: #333;
}

.ancores img {
	margin: -3px 5px 0 0;
}

.slider_petit.column-right .slide_navigator {
	margin-top: 7em;
}

.slider_petit.column-right .carousel-indicators {
	margin-left: 0;
}

.slider_petit+p.piefoto {
	font-size: .813em;
	color: #666;
	margin: 2em 0 1em;
	padding-right: 1.538em;
	padding-bottom: 1.538em;
	border-bottom: .188em solid #ddd;
}

.noticia_descp.basic_text {
	margin: 0;
	margin-bottom: 1em;
}

body .fons_footer {
	margin-top: 10px;
}

header .col-md-12 {
	display: none;
}

.desplegable1 {
	padding: 0;
}

.form-control {
	background-color: #787878;
	color: #fff;
	-webkit-appearance: none;
}

footer .panel .form-group {
	border: medium none;
	box-shadow: none;
	margin: .5em 0;
	position: relative;
}

footer .content_desplegable {
	background: none repeat scroll 0 0 #ECECEC;
	border: none;
}

footer .footer_tab_ord .footer_tab_top .col-xs-7 ul.col-xs-8 {
	margin-left: 30px;
}

footer .footer_tab_ord .footer_tab_top .col-xs-7 ul.col-xs-4 {
	margin-left: 70px;
}

footer .accordionFoot .panel-default {
	background: transparent;
	border-color: rgba(51, 51, 51, 0.5);
	border-radius: 0;
	border-style: solid none none;
	border-width: 1px 0 0;
	box-shadow: none;
}

footer .accordionFoot .panel+.panel {
	margin-top: 0;
}

footer .accordionFoot .panel-default .panel-heading {
	background: transparent;
	padding: 14px 3px;
}

footer .accordionFoot .panel-default .panel-heading h3 a {
	font-size: 14px;
	color: #666;
}

footer .accordionFoot .panel-default .panel-heading h4 a.collapsed div.caret,
	footer .accordionFoot .panel-default .panel-heading h2 a.collapsed div.caret,
	footer .accordionFoot .panel-default .panel-heading h3 a.collapsed div.caret
	{
	background: url("../img/NG_ico_desplegar_footer.png") no-repeat scroll 0
		0 rgba(0, 0, 0, 0);
	border: medium none;
	float: right;
	height: 1.575em;
	width: 1.575em;
	margin-top: -2px;
}

footer .accordionFoot .panel-default .panel-heading h4 a div.caret,
	footer .accordionFoot .panel-default .panel-heading h2 a div.caret,
	footer .accordionFoot .panel-default .panel-heading h3 a div.caret {
	background: url("../img/NG_ico_plegar_footer.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	border: medium none;
	float: right;
	height: 1.6em;
	width: 1.6em;
}

footer .accordionFoot .panel-default .panel-heading h4 a, footer .accordionFoot .panel-default .panel-heading h2 a
	{
	font-family: 'OpenSansSemibold';
	font-size: 14px;
	color: #666;
}

footer .accordionFoot .panel-default .panel-collapse .panel-body {
	border: none;
	padding: .500em;
}

footer .accordionFoot .panel-default .panel-collapse .panel-body ul.llistat_xarxes_socials
	{
	text-align: center;
	box-shadow: none;
}

footer .accordionFoot .panel-default .panel-collapse .panel-body ul.llistat_xarxes_socials>li.list-group-item a
	{
	float: left;
	height: 30px;
	text-indent: -555em;
	width: 32px;
}

footer .accordionFoot .panel-default .panel-collapse .panel-body ul.llistat_xarxes_socials>li.list-group-item
	{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0 1.6%;
}

footer .accordionFoot .panel-default .llistat_xarxes_socials {
	text-align: center;
}

footer .accordionFoot .panel-default .llistat_xarxes_socials .list-group-item
	{
	margin: 0 .30em;
}

footer .accordionFoot {
	margin-bottom: 0;
}

footer .visible-xs.avis_legal p {
	border-top: 2px solid rgba(51, 51, 51, 0.5);
	display: table;
	color: #999;
	font-size: .688em;
	padding: 1.5em 1em;
	text-align: center;
	float: left;
	width: 100%;
}

footer .visible-xs.avis_legal p a {
	font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif;
	color: #666;
}

footer .visible-xs.avis_legal p a:hover {
	color: #bf0000;
}

footer .idiomes ul li {
	margin: 0 .3em;
	display: inline;
}

footer .idiomes ul {
	display: inline;
	text-align: center;
	padding: 0;
}

footer .idiomes ul li a {
	background: rgba(51, 51, 51, 0.5);
	border-radius: 100%;
	color: #FFF;
	position: relative;
	padding: .25em .40em;
	text-align: center;
	float: none !important;
	margin: 0 .3em;
}

footer .fi_peu {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1em 0;
	float: left;
	width: 100%;
	margin: 39px 0;
}

footer .idiomes {
	text-align: center;
	margin-bottom: 1em;
	overflow: visible;
	height: 0;
}

footer .panel-group .panel .panel-collapse .panel-body ul {
	padding: 0 .5em;
}

footer .panel-group .panel .panel-collapse .panel-body ul li a {
	font-size: .875em;
	color: #666;
	padding: 0 .5em;
}

footer .panel-group .panel .panel-collapse .panel-body ul li {
	background: url("../img/NG_ico_list.png") no-repeat scroll 0 .65em
		rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	padding: 0;
	margin-top: .5em;
}

footer .panel-group .panel .conectaFoot .panel-body .input-group {
	width: 100%;
	margin-top: 1em;
}

footer .panel-group .panel .conectaFoot .panel-body .input-group input.form-control
	{
	background: none repeat scroll 0 0 #FFF;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: .3em;
	color: #333;
	height: 1.600em;
	box-shadow: none;
	width: 90%;
}

footer .panel-group .panel .conectaFoot .panel-body .input-group span.input-group-btn
	{
	background: none repeat scroll 0 0 #FFF;
	width: 37px;
}

footer .panel-group .panel .conectaFoot .panel-body .input-group span.input-group-btn button.ico_lupa
	{
	background: url("../img/NG_ico_lupa_peu.png") no-repeat scroll center
		center;
	border: none;
	border-left: 1px solid #BF0000;
	height: 22px;
	width: 100%;
}

footer .fi_peu {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: .75em 0;
	float: left;
	width: 100%;
}

footer .torna_amunt {
	background: url("../img/NG_tornar_enrere.png") no-repeat 0 .3em;
	width: 5em;
}

footer a.torna_amunt:hover {
	color: rgba(51, 51, 51, 0.45);
}

footer a.torna_amunt p:hover {
	text-decoration: none;
}

footer .torna_amunt p {
	font-size: .813em;
	color: rgba(51, 51, 51, 0.45);
	font-family: 'OpenSansBold';
	padding-left: 2.5em;
}

footer .accordionFoot .content_desplegable {
	border-top: none;
}

footer .shadow2 {
	bottom: 1.2em;
}

.vies_contacte .shadow2 {
	bottom: 1.2em;
}

ul.navegador {
	list-style-type: none;
	position: absolute;
	top: 60px;
	left: 30px;
	font-size: 1em;
	z-index: 900;
	padding: 0;
	margin: 20px 0 0 0;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

ul.navegador li {
	border: 1px solid #999;
	color: #999;
	line-height: 1.6em;
	margin-left: 2px;
	padding: 2px 10px;
	margin-bottom: 3px;
	width: auto;
	-webkit-box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.75);
	background: rgba(226, 226, 226, 1);
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0,
		rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%,
		rgba(254, 254, 254, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226, 226,
		226, 1)), color-stop(50%, rgba(219, 219, 219, 1)),
		color-stop(51%, rgba(209, 209, 209, 1)),
		color-stop(100%, rgba(254, 254, 254, 1)));
	background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0,
		rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%,
		rgba(254, 254, 254, 1) 100%);
	background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0,
		rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%,
		rgba(254, 254, 254, 1) 100%);
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0,
		rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%,
		rgba(254, 254, 254, 1) 100%);
	background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0,
		rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%,
		rgba(254, 254, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',
		endColorstr='#fefefe', GradientType=0);
}

ul.navegador li.actiu, ul.navegador li:hover {
	border: 1px solid #4d4d4d;
	color: #000;
	margin-left: 0;
	font-weight: bold;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.75);
}

ul.navegador li:hover {
	cursor: pointer;
}

ul.navegador li.actiu {
	border-radius: 0 10px 10px 0;
	width: auto;
	cursor: default;
}

.mapa-temps, .panel-body.transit, .panel-body.temps {
	overflow: hidden;
}

.data_map_transit {
	padding: 10px;
	font-size: 12px;
}

.data_map_transit .actualitza, .trans .actualitza {
	float: right;
	margin-right: 5px;
}

.llistat_enllacos_filet {
	margin-top: 0;
}

.llistat_enllacos_filet:last-child .llistat_enllacos_filet_cont {
	border-bottom: none;
}

@media ( min-width :47.939em) {
	h1.noticia_titol {
		width: 19em;
	}
	.llistat_enllacos_filet:last-child .llistat_enllacos_filet_cont {
		border-bottom: 1px solid #ddd;
	}
	.el_mes_consultat .panel-heading a {
		margin: 20px 0 0 0;
		padding: .625em 1.6em;
	}
	.dropdown-menu .centrat>ul>li.actiu, .dropdown-menu .centrat>ul>li>a.actiu,
		.dropdown-menu .centrat>.col_left>ul>li.actiu, .dropdown-menu .centrat>.col_left>ul>li>a.actiu
		{
		background: transparent;
	}
	.boxsitemap {
		width: 720px !important;
	}
	.llistat_xarxes_socials.actualitat .social_text {
		width: 100%;
	}
	ul.navegador {
		top: 0;
		left: 0;
	}
	.caret {
		display: none !important;
	}
	.navbar .container {
		padding-left: 0;
		padding-right: 0;
	}
	h2 {
		font-size: 30px;
		font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
		font-weight: normal;
		margin-bottom: .629em;
	}
	section {
		margin-top: 0;
	}
	.bgGrey-sd {
		background: #f5f5f5;
	}
	.text-center-sm {
		text-align: center;
	}
	.box-sm {
		border: 1px solid #ddd;
		position: relative;
		z-index: 1;
		background: #fff;
		float: left;
		width: 100%;
	}
	.shadowBox-sm {
		position: relative;
		float: left;
	}
	.shadowBox-sm .shadow-sm {
		width: 90%;
		height: 1.250em;
		position: absolute;
		box-shadow: 0 .375em .375em #e5e5e5;
		border-radius: 50%;
		z-index: 1;
		bottom: 0;
		left: 50%;
		margin-left: -45%;
	}
	.clearfix-sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.clearfix-top-sm {
		padding-top: 0 !important;
	}
	.clearfix-bot-sm {
		padding-bottom: 0 !important;
	}
	.padding-sm {
		padding-top: 2.500em;
		padding-bottom: 2.500em;
	}
	.padding-top-sm {
		padding-top: 2.500em;
	}
	.padding-bot-sm {
		padding-bottom: 2.500em;
	}
	.padding-sm-0 {
		padding: 0 !important;
	}
	.border-start {
		border-top: .250em solid #fff;
	}
	.border-top-sm {
		border-top: .125em solid #ddd;
	}
	.margin-start {
		margin-top: 2.750em;
	}
	.padding-end {
		padding-bottom: 3.125em;
	}
	.col-sm-5col {
		width: 20% !important;
	}
	.ancores {
		margin: 2.250em auto;
	}
	.basic_text {
		margin: 0 0 1.875em;
	}
	.basic_text_peq {
		font-size: .875em;
	}
	#center_1 ul li {
		font-size: 1em;
		color: #666;
	}
	ul.basic_text_peq {
		list-style: none;
	}
	ul.basic_text_peq li {
		padding: .3em 1em;
		text-indent: -.7em;
	}
	ul.basic_text_peq li:before {
		content: "\2022";
		font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
		color: #BF0000;
		padding: 0 .5em 0 0;
	}
	div.basic_text_peq ul li:before {
		content: "\2022";
		font-size: 1.05em;
		color: #bf0000;
		margin: 0 5px 0 0;
	}
	.basic_title {
		color: #666;
		font-size: 1.625em;
		margin: .769em 0 .615em;
	}
	.basic_title_peq {
		font-size: 1.25em;
	}
	.basic_subtitle {
		font-size: 25px;
	}
	.basic_link {
		font-size: .875em;
	}
	.txt_result {
		margin-bottom: 0;
	}
	.mt_0 {
		margin-top: 0 !important;
	}
	.mt_20 {
		margin-top: 1.250em !important;
	}
	.mb_20 {
		margin-bottom: 1.250em !important;
	}
	.mt_40 {
		margin-top: 2.500em !important;
	}
	.mb_10 {
		margin-bottom: .625em !important;
	}
	.mt-20n {
		margin-top: -1.250em !important;
	}
	.mleft_20 {
		margin-left: 1.250em !important;
	}
	.border_groc {
		border-top: 12px solid #FEBF00;
	}
	.border_celeste {
		border-top: 12px solid #5BC8D5;
	}
	.border_vermell {
		border-top: 12px solid #FC4C00;
	}
	.border_verd, .rslt .border_verd_cerca {
		border-top: 12px solid #71A137;
	}
	.border_morat {
		border-top: 12px solid #4A00D0;
	}
	.border_taronja, .rslt .border_taronja_cerca {
		border-top: 12px solid #FF8000;
	}
	.border_blau {
		border-top: 12px solid #4D7AFF;
	}
	.border_fucsia {
		border-top: 12px solid #D900D0;
	}
	.border_verd_dos {
		border-top: 12px solid #00B259;
	}
	.border-bottom-sm {
		border-bottom: 1px solid #ddd;
	}
	.fons_header {
		background: #333;
	}
	.navbar-collapse {
		border: none;
		text-indent: 0;
		background: #333;
	}
	.navbar-fixed-top {
		position: relative;
		margin: 0 auto;
		z-index: 9999;
	}
	nav ul.nav>li {
		border-left: 1px solid #FFF;
		margin: 0;
		padding: 0;
		background: #333;
		border-top: none;
	}
	nav ul.nav li.open {
		border-left: 1px solid #bbb;
	}
	nav ul.nav li.open+li {
		border-left: 1px solid #bbb;
	}
	nav ul.nav li.open+li+li {
		border-left: 1px solid #bbb;
	}
	nav ul.nav>li>a {
		padding: .5em 1.125em;
		margin: 0;
		border-bottom: none;
	}
	nav ul.nav li a:hover {
		background: none;
		color: #333;
	}
	header nav.navbar-collapse .logo, header .col-md-12 ul {
		margin-top: .7em;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background: none repeat scroll 0 0 #bbb;
		color: #333;
		text-decoration: none !important;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
		.navbar-default .navbar-nav>.open>a:focus {
		background: #BBB;
		color: #333;
		box-shadow: none;
	}
	nav .container, nav, nav.navbar-collapse .container .row {
		background: #333;
	}
	.nav>.dropdown>.dropdown-toggle .caret {
		display: none;
	}
	.fons_header .cercador_vermell {
		margin-top: .625em;
	}
	.fons_header .cercador_vermell .form-group .form-control {
		width: 20.000em;
		height: 2.571em;
		font-size: .875em;
		-webkit-appearance: none;
	}
	.fons_header .cercador_vermell+.idioma {
		margin-top: .615em;
		margin-right: .813em;
		float: right;
	}
	.fons_header nav, .fons_header .nav>li, .fons_header nav .navbar-nav {
		position: static;
	}
	.fons_header>.container {
		margin-top: 0;
	}
	nav ul.nav li div.dropdown-menu ul.centrat, nav ul.nav li div.dropdown-menu ul.centrat li,
		.navbar-default .navbar-nav .open div.dropdown-menu {
		background: #FBFBFA;
		border: none;
	}
	header nav a.logo {
		background: url('../img/NG_logo_generalitat.png') no-repeat 0 0;
		height: 2em;
		text-indent: -555em;
		margin: .92em 0;
	}
	header .column ul.idioma li a:hover {
		text-decoration: none !important;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu {
		background: #FBFBFA;
		height: auto;
		padding: 0 0 5px;
		position: absolute;
		width: 100%;
		left: 0;
		top: auto;
		box-shadow: none;
		text-align: center;
		border-top: 3px solid #bbb;
		border-bottom: 1px solid #ddd;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu ul {
		border: none;
		box-shadow: none;
		margin-top: 20px;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu ul li ul {
		margin-top: .3em;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu ul.llista_destacats
		{
		border: none;
		box-shadow: none;
		padding-right: 0;
		margin-top: 57px;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu {
		padding: 0;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu ul.llista_destacats
		{
		height: auto;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu ul.llista_destacats li
		{
		width: 187px;
		margin: 30px 0;
		float: right;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu ul.llista_destacats li:first-child
		{
		margin: 0;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu>.shadowBox {
		display: inline-block;
		width: 715px;
	}
	.nav>.dropdown>.dropdown-menu .centrat {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 0 26px;
		background: #FBFBFA;
		border-bottom: 1px solid #ddd;
		z-index: 1;
	}
	.nav>.dropdown>.dropdown-menu .dropdown-menu {
		position: static;
		float: none;
		display: block;
	}
	.nav>.dropdown>.dropdown-menu .dropdown-submenu {
		background: none;
		height: auto;
		border: none;
	}
	.nav>.dropdown>.dropdown-menu .dropdown-submenu>a {
		display: block;
		color: #333;
		padding: .5em 0;
		font-family: 'OpenSansBold';
		border-top: none;
	}
	.nav>.dropdown>.dropdown-menu .dropdown-submenu>ul>li>a {
		font-size: .938em;
	}
	.nav>.dropdown>.dropdown-menu .centrat .tancar+ul {
		padding-left: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat>li>a.first {
		color: #BF0000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat>li>a:hover {
		background: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat>div {
		margin-top: 29px;
	}
	.navbar-default .navbar-nav>.open>a:hover {
		background: #FBFBFA;
		color: #333;
		box-shadow: none;
	}
	.navbar-default .navbar-nav>.open>a:focus {
		background: #BBB;
	}
	nav ul.nav li ul.dropdown-menu li {
		background: #FBFBFB;
		border: none;
		padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left {
		text-align: left;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left>* {
		padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left>li:first-child
		{
		padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left>li>a.first
		{
		color: #BF0000;
		font-family: 'OpenSansBold';
		font-size: 1.125em;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left>li>a.first:hover
		{
		text-decoration: underline;
	}
	.nav>.dropdown>.dropdown-menu .centrat>.tancar {
		background: #000;
		float: right;
		height: 2em;
		margin: -3px 0 0 0;
		width: 2em;
		color: #fff;
		font-family: 'OpenSansBold';
		cursor: pointer;
	}
	.nav>.dropdown>.dropdown-menu .centrat>.tancar:hover {
		text-decoration: none !important;
	}
	.dropdown-menu .centrat>.col_left li {
		margin-top: 0;
		border: 0;
	}
	.dropdown-menu .centrat>.col_left li a:hover {
		background: transparent;
		border-top: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left li a
		{
		padding: 0;
		font-size: 1em;
		padding: 3px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left li .dropdown-menu a
		{
		padding-left: .625em;
		margin-left: 1.250em;
		font-size: .875em;
		position: relative;
		line-height: 1.4;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat .col_left li .dropdown-menu a:before
		{
		color: #BF0000;
		content: "\2022";
		font-size: 1.05em;
		left: 0;
		position: absolute;
		font-family: arial;
	}
	.dropdown-menu .centrat>.col_left li {
		padding-left: 0;
		padding-bottom: 5px;
	}
	.dropdown-menu .centrat>.col_left li a {
		border-top: none;
	}
	nav div.col-sm-4.col-md-6.col_left ul:last-child {
		margin-top: 0 !important;
	}
	.capcelera_basica_cont .filariana {
		margin-bottom: .625em;
		margin-top: 1.500em;
	}
	.capcelera_basica_cont h1 {
		padding-top: .2em;
		padding-bottom: .500em;
		font-size: 2.188em;
		padding-left: 0;
		font-family: 'OpenSansRegular';
	}
	.capcelera_basica .cercador_vermell {
		padding: 0;
	}
	.capcelera_basica .cercador_vermell .form-group .form-control {
		width: 300px;
		-webkit-appearance: none;
	}
	.capcelera_principal {
		margin-top: 1.500em;
		float: left;
		padding-bottom: 8.8em;
		width: 100%;
	}
	.capcelera_principal p {
		color: #666;
		font-size: .94em;
		margin: 1em 0;
	}
	.capcelera_principal p span {
		font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
		display: block;
	}
	.capcelera_principal .cercador_vermell {
		width: 100%;
		clear: left;
		padding-top: 1.250em;
	}
	.capcelera_principal .cercador_vermell .searchExemple {
		font-size: .938em;
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	}
	.capcelera_principal .mes_consultat {
		position: absolute;
		top: 11.875em;
		z-index: 1120;
	}
	.capcelera_principal .mes_consultat .box {
		background: none repeat scroll 0 0 #FFF;
		border-left: 1px solid #F5F5F5;
		border-right: 1px solid #F5F5F5;
		border-bottom: 1px solid #F5F5F5;
		border-top: none;
		float: left;
		padding: .625em .938em 1.250em;
	}
	.capcelera_principal .mes_consultat h3 {
		font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
		margin-top: 0;
		padding: 0;
	}
	.capcelera_principal .mes_consultat h2 {
		font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
		margin-top: 0;
		padding: 0;
		font-size: 1.563em;
	}
	.capcelera_principal .mes_consultat .llistat_enllacos_filet_cont {
		padding: 0;
	}
	.capcelera_principal .mes_consultat .llistat_enllacos_filet_cont .list-group-item
		{
		border: none;
		padding: .065em 0 0 1em;
	}
	.capcelera_principal .mes_consultat .llistat_enllacos_filet_cont .list-group-item a
		{
		font-size: .938em;
	}
	.capcelera_principal .mes_consultat .llistat_enllacos_filet_cont .list-group-item:last-child
		{
		float: right;
	}
	.capcelera_principal .mes_consultat .llistat_enllacos_filet_cont .list-group-item .mes_link
		{
		margin-left: -21px;
	}
	.capcelera_imatge {
		max-height: 16.75em;
		position: relative;
		padding: 0 !important;
	}
	.capcelera_imatge img {
		min-height: inherit;
	}
	.capcelera_imatge .container {
		position: relative;
	}
	.capcelera_imatge h1 {
		font-size: 2.188em;
		background: none;
		color: #fff;
		padding: .286em 0 !important;
	}
	.capcelera_imatge>div {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.capcelera_imatge .filariana {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.capcelera_imatge .filariana li {
		display: inline-block;
		font-size: 1em;
		color: #fff;
	}
	.capcelera_imatge .filariana>li+li:before {
		color: #fff;
	}
	.capcelera_imatge .filariana a {
		color: #fff;
		font-weight: bold;
		padding: .308em .500em;
	}
	.capcelera_imatge .filariana span {
		padding: 0 .385em;
	}
	.capcelera_imatge p {
		background: none;
		text-align: left;
		padding: 0;
		font-size: 15px;
		color: #fff;
	}
	.capcelera_imatge .menu_flotant {
		position: relative;
		top: auto;
		margin-top: 1em;
		margin-left: 0;
	}
	.basic_color.xar-socials {
		margin: 0 0 .625em;
	}
	.basic_color {
		margin: 0 0 1.875em;
	}
	.basic_text_cita {
		background: #f5f5f5;
		font-size: 1.250em;
		padding: 1em 2em 1.3em;
		font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Arial;
		font-style: italic;
		margin: 1.2em 0;
	}
	.basic_text_social {
		font-size: 1.250em;
		padding: 1em 2em 1.3em;
		font-family: OpenSansRegular, Helvetica, Arial, sans-serif, Arial;
		font-style: italic;
		margin: 1.2em 0;
	}
	.basic_text_social .fb-like {
		float: left;
		margin: -10px 10px 0 -24px;
	}
	.basic_text_social .twitter {
		float: left;
		margin: -6px 0 0 0;
	}
	.basic_text_social .google {
		float: left;
		margin: -8px 0 0 -22px;
	}
	.llistat_xarxes_socials.mobil {
		display: none;
	}
	.destacat_imatge2 {
		margin: 0 0 1.500em;
	}
	.destacat_imatge2_cont {
		position: relative;
	}
	.destacat_imatge2_cont a {
		display: block;
	}
	.destacat_imatge2_cont div {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 25% 1.05em .625em;
		color: #fff;
		background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0,
			rgba(51, 51, 51, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
			51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 1)));
		background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0,
			rgba(51, 51, 51, 1) 100%);
		background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0,
			rgba(51, 51, 51, 1) 100%);
		background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0,
			rgba(51, 51, 51, 1) 100%);
		background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0,
			rgba(51, 51, 51, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333',
			endColorstr='#333333', GradientType=0);
	}
	.destacat_imatge2_cont h3, .destacat_imatge2_cont h2 {
		font-size: .938em;
		font-weight: normal;
		margin: 0;
	}
	.destacat_imatge2_cont span {
		font-size: .688em;
		font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	}
	.destacat_imatge2_cont p {
		font-size: .813em;
		font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
		margin: 0;
	}
	.destacat_imatge2_cont.grand h3, .destacat_imatge2_cont.grand h2 {
		font-size: 1.250em;
		font-weight: bold;
	}
	.destacat_imatge2_cont.grand {
		margin: 0;
		width: 100%;
	}
	.llistat_destacat_imatge2_cont {
		margin: 0 -0.750em;
	}
	.llistat_destacat_imatge2 .destacat_imatge2 {
		padding: 0 .750em;
	}
	.destacat_text_cont a {
		display: block;
		padding: .938em;
	}
	.destacat_text_cont a h4, .destacat_text_cont a h3 {
		font-size: 1.250em;
		padding: 0 0 .188em 0;
	}
	.destacat_text_cont a p {
		font-size: .875em;
	}
	.destacat_color_cont a {
		font-size: 1.125em;
	}
	.destacat_imatge_cont .imatge_text {
		font-size: 1em;
		height: auto;
		line-height: 1;
		margin: 0;
		padding: 0;
		padding: 30% 1em .883em;
		font-weight: normal;
	}
	.destacat_imatge_cont span p.imatge_text {
		padding-top: 1em;
	}
	nav .open .dropdown-menu .centrat ul.llista_destacats .destacat_imatge_cont .imatge_text
		{
		font-size: 1em;
		height: auto;
		line-height: 1;
		margin: 0;
		padding: 30% 1em .883em;
		text-align: center;
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	}
	.llistat_destacat_text_cont .list-group-item .destacat_text_cont {
		padding: .188em;
	}
	.llistat_destacat_text_cont .list-group-item .destacat_text_cont a {
		border: 1px solid #ddd;
		height: 12.500em;
		padding: .938em;
		background: #fff;
		text-decoration: none !important;
	}
	.llistat_destacat_text_cont .list-group-item .destacat_text_cont a:hover h4
		{
		text-decoration: underline !important;
	}
	.llistat_destacat_text_cont .list-group-item:first-child .destacat_text_cont a
		{
		border: 1px solid #ddd;
	}
	.destacat_text_avancat_cont h4, .destacat_text_avancat_cont h3,
		.destacat_text_avancat_cont h2 {
		font-size: 20px;
	}
	.destacat_text_avancat_cont p {
		font-size: .875em;
		color: #666;
	}
	.llistat_destacat_text_avancat_cont {
		display: table;
		border-spacing: .250em .125em;
		margin: 0 -0.250em;
	}
	.llistat_destacat_text_avancat_cont .destacat_text_avancat_cont {
		display: table-cell;
		width: 14.813em;
	}
	.llistat_destacat_text_avancat:first-child .llistat_destacat_text_avancat_cont .destacat_text_avancat_cont:first-child
		{
		margin-top: .625em;
	}
	.llistat_destacat_text_avancat_cont.two_col .destacat_text_avancat_cont
		{
		width: 14.613em;
	}
	.amb_imatge .destacat_noticies_cont>* {
		padding-left: 20px;
		display: table;
	}
	.amb_imatge .destacat_noticies_cont h3 {
		font-size: 1.125em;
		float: none;
		display: inline-block;
	}
	.amb_imatge .destacat_noticies_cont p {
		font-size: .875em;
	}
	.amb_imatge .destacat_noticies_cont .notc_img {
		float: left;
		width: 8.250em;
		height: 5.500em;
		margin-right: 0;
		padding: 0;
	}
	.amb_imatge .destacat_noticies_cont .notc_img img {
		margin-left: -50%;
	}
	.amb_imatge .destacat_agenda {
		min-height: 114px;
	}
	.amb_imatge:first-child+.amb_imatge .destacat_agenda {
		border: none;
	}
	.amb_imatge .destacat_agenda img {
		float: left;
		padding: 0;
	}
	.amb_imatge .destacat_agenda h3 {
		font-size: 1.125em;
		font-family: 'OpenSansRegular';
	}
	#calendari .ui-datepicker {
		padding-bottom: 8px;
	}
	#calendari .ui-datepicker-calendar {
		margin: 0 0 .4em;
	}
	.llistat_destacat_color_cont {
		margin-bottom: 0;
		text-align: center;
		padding: 0;
	}
	.llistat_destacat_color_cont .list-group {
		max-width: none;
		display: block;
		float: left;
		margin-bottom: 0;
		width: 100%;
	}
	.llistat_destacat_color_cont .list-group-item {
		border-radius: 0;
		border: none;
		padding: .125em;
		margin: 0;
	}
	.llistat_destacat_color_cont .list-group-item>div {
		height: 7.313em !important;
	}
	.llistat_destacat_color_cont .list-group-item .destacat_color_cont {
		height: 6em;
	}
	.llistat_enllacos_filet_cont .list-group-item {
		padding-top: .463em;
		padding-bottom: .463em;
	}
	.llistat_enllacos_filet_cont .list-group-item a {
		font-size: 1em;
	}
	.especial .llistat_enllacos_filet_cont {
		border: none;
		padding: 0;
	}
	.especial .llistat_enllacos_filet_cont .list-group-item:first-child {
		border-top: .188em solid #ddd !important;
	}
	.llistat_sense_bullet .list-group-item {
		border: none;
		padding-right: 0;
		padding-left: 1.5em;
	}
	.llistat_sense_bullet .list-group-item:first-child {
		border-top: none;
	}
	.llistat_sense_bullet .list-group-item:nth-child(2n-1) {
		padding-right: 1.5em;
		padding-left: 0;
	}
	.llistat_sense_bullet .list-group-item:first-child a,
		.llistat_sense_bullet .list-group-item:first-child+.list-group-item a
		{
		border-top: .188em solid #999;
	}
	.llistat_sense_bullet .list-group-item a {
		font-size: 1em;
	}
	.llistat_xarxes_socials .social_text {
		font-weight: bold;
	}
	.pestanyes {
		padding: 0;
	}
	.pestanyes, .pestanyes_top, .pestanyes_bot {
		width: 100%;
		float: left;
	}
	.pestanyes_bot {
		border-top: none;
	}
	.pestanyes .panel-group .panel, .pestanyes .panel-group .panel .panel-collapse
		{
		border: none;
		border-radius: 0;
		margin-top: 0;
	}
	.pestanyes_top {
		position: relative;
		overflow: hidden;
		border-bottom: none;
	}
	.pestanyes_top>div {
		width: 100%;
		position: relative;
		background: #F5F5F5;
		border-bottom: 1px solid #ddd;
	}
	.pestanyes_top ul {
		display: table;
		padding: 0;
		margin: 0;
		position: relative;
		margin-bottom: -0.063em;
	}
	.pestanyes_top li {
		display: table-cell;
		background: #f5f5f5;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		color: #BF0000;
		cursor: default;
		font-family: "OpenSansSemibold", Helvetica, Arial, sans-serif;
		cursor: pointer;
		font-size: 1.125em;
		vertical-align: middle;
		position: relative;
	}
	.pestanyes_top li.active {
		background: #fff;
		color: #000;
		border-bottom: none;
	}
	.pestanyes_top li:last-child {
		border-right: none;
	}
	.pestanyes_top li span {
		text-align: left;
	}
	.pestanyes_top li.tab span {
		float: left;
		padding: .438em .9em .5em;
	}
	.pestanyes_top .tab span span {
		float: left;
		padding: .438em .9em .5em;
	}
	.pestanyes_top li.active:last-child span:after {
		position: absolute;
		background: #fff;
		height: 102%;
		width: 10000%;
		top: 0;
		content: "";
	}
	.pestanyes .panel-group .panel-heading {
		margin: 0 1.875em;
		padding-left: 0;
		padding-right: 0;
	}
	.pestanyes .panel-group .panel .panel-collapse table {
		margin-top: 0;
	}
	.pestanyes .llistat_enllacos_filet_cont {
		padding: 0 1.250em 0 0;
	}
	.pestanyes .panel-body {
		background: #fff;
		padding: 1.85em;
		border-radius: 0;
	}
	.pestanyes .llistat_enllacos_filet+.llistat_enllacos_filet .llistat_enllacos_filet_cont
		{
		padding-right: 0;
	}
	.pestanyes .llistat_enllacos_filet_cont+.llistat_enllacos_filet_cont .list-group-item:first-child
		{
		border-top: none;
	}
	.slider_petit .slide_navigator {
		position: absolute;
		z-index: 4;
		width: 100%;
		margin-top: 40%;
	}
	.slider_petit .slide_navigator .slide_left {
		margin-left: 1.3em;
	}
	.slider_petit .slide_navigator .slide_right {
		margin-right: 1.3em;
	}
	.slider_petit .carousel-caption {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.slider_petit .carousel-caption h3 {
		padding: .375em 1.304em .313em;
		font-size: 1.438em;
	}
	.slider_petit .carousel-caption p {
		font-size: 1em;
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
		padding: 0 1.908em 1em;
		margin: 0;
		min-height: inherit;
		text-align: left;
		color: #fff;
	}
	.slider_petit .carousel-indicators {
		margin-left: 1.6em;
		bottom: -1.3em;
	}
	.slider_grand .slider_imatges_cont {
		margin: 0;
	}
	.slider_grand .slide_navigator {
		margin-top: 7.5em;
		width: 32em;
		margin-left: 13em;
	}
	.slider_grand .slider_imatges_cont {
		position: relative;
	}
	.slider_grand .item img {
		width: 71.4%;
		float: right;
	}
	.slider_grand .carousel-caption {
		width: 28.6%;
		margin: 0;
		height: 100%;
		float: left;
		background: none;
		padding: 4.1% 4.1% 3.2% 3.2%;
	}
	.slider_grand .carousel-caption h3, .slider_grand .carousel-caption h2 {
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
		font-size: 1.438em;
		text-align: left;
		padding: 0;
	}
	.slider_grand .carousel-caption p {
		font-size: .938em;
		text-align: left;
		margin-top: .769em;
		padding: 0;
	}
	.slider_grand .carousel-indicators {
		bottom: .625em;
		top: auto;
		left: 1.063em;
		margin: 0;
		width: auto;
	}
	.panel-footer {
		padding: .938em 1.875em;
		height: 4.125em;
	}
	.menu_flotant {
		float: left;
		width: auto;
		position: relative;
		left: 0;
		top: 0;
		margin: .625em .625em 0 0;
		padding: 0;
	}
	.menu_flotant>button {
		position: relative;
		left: 0;
		top: 0;
		z-index: 12;
	}
	#menu_flotant_cont, #formulari_envia {
		position: absolute;
		z-index: 11;
		top: 0;
		margin-top: 0;
	}
	#menu_flotant_cont h3 a {
		color: #333;
	}
	#menu_flotant_cont h3 a:hover {
		color: #333;
	}
	#menu_flotant_cont .panel-group, #formulari_envia .panel-group {
		padding: 0 1.125em 0 2.813em;
		margin: .875em 0 1.250em;
		width: 17.188em;
	}
	#menu_flotant_cont .panel-group .panel, #formulari_envia .panel-group .panel
		{
		margin: 0;
	}
	.temes.justicia .menu_flotant {
		margin-top: 1em;
	}
	.generalitat.contingut .menu_flotant {
		margin-right: 0;
	}
	.generalitat.contingut h1 {
		margin-left: 1em;
	}
	.destacat_avises {
		margin-bottom: 1.500em;
	}
	.destacat_avises_cont {
		margin: 0 .938em;
		width: 100%;
		padding: 0;
		position: absolute !important;
		width: 45em;
		z-index: 10 !important;
	}
	.destacat_avises_cont .desplegable {
		margin-right: 0 !important;
	}
	.destacat_avises_cont .panel-heading {
		padding: .3em .75em .3em .5em;
	}
	.destacat_avises_cont .panel-heading>div, .destacat_avises_cont .panel-body>div
		{
		margin: 0 !important;
	}
	.destacat_avises_cont .panel-heading+.panel-collapse .panel-body {
		padding: 0 .5em .75em;
		margin: -0.2em 0 0 0;
	}
	.destacat_avises .panel-body>div {
		padding: .538em 0 .7em 2.750em;
	}
	.llistat_destacat_color .list-group-item .destacat_color {
		height: 6em;
	}
	.destacat_avises .desplegable {
		margin-top: 7px;
	}
	.custom_select {
		height: 1.875em !important;
		padding: 0 .7em;
		width: 100% !important;
		cursor: pointer;
	}
	.custom_select .customSelectInner {
		height: 1.875em;
		padding: .5em 1.563em .5em 0;
		background: url(../img/NG_ico_select_desktop.png) no-repeat right center
			#7A7A7A;
	}
	.imatge_amb_peu {
		margin: 0 0 38px;
	}
	.imatge_amb_peu.amb_text {
		margin: 0 15px 20px 0;
		padding-left: 0;
	}
	.imatge_amb_peu p {
		margin: 0;
	}
	.paginacio {
		margin-top: .250em;
	}
	.dades_catalunya .h2_not_resize {
		font-size: 2.188em;
	}
	.h2_not_resize {
		font-size: 1.875em;
	}
	.dades_catalunya .tit_dades {
		font-size: 1.375em;
	}
	.dades_catalunya .dades_numeriques {
		font-size: 2.813em;
	}
	.dades_catalunya .dades_numeriques span {
		font-size: .667em;
	}
	.destacat_com_arribar {
		margin: 0 0 1.250em;
	}
	.destacat_com_arribar_cont .icona_com_arribar img {
		width: auto;
	}
	.llistat_iUtilitat .tit_iUtilitat {
		font-size: 1.250em;
		color: #666;
		font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
	}
	.llistat_iUtilitat>p {
		font-size: .875em;
	}
	.llistat_iUtilitat>a {
		font-size: .875em;
	}
	.llistat_collapse_cont {
		margin: 0 0.1em;
	}
	.llistat_collapse_cont .panel-default>.panel-heading a {
		background: url(../img/NG_plegar.png) no-repeat left .300em;
		padding: .233em 0 .233em 1.889em;
		font-size: 1.125em;
	}
	.llistat_collapse_cont .panel-default>.panel-heading a.collapsed {
		background: url(../img/NG_desplegar.png) no-repeat left .300em;
		padding-right: 0;
	}
	.llistat_collapse_cont .panel-default .panel-collapse .panel-body {
		margin-left: 1.250em !important;
		padding-left: .850em;
	}
	.llistat_collapse_cont .panel-default>.panel-heading h2 {
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	}
	.cercador_tab .nav {
		margin-bottom: 1.500em;
	}
	.cercador_tab .nav>li {
		position: relative;
		bottom: -0.938em;
		background: none;
		border: none;
		overflow: visible;
		padding-bottom: .875em;
		float: left;
	}
	.llistat_imatges {
		border-bottom: 1px solid #ddd;
		padding-bottom: 1.250em;
	}
	.llistat_imatges .item {
		width: 25%;
		float: left;
		padding: .425em;
	}
	.llistat_imatges .item.open {
		margin-bottom: 31.250em;
	}
	.llistat_imatges .item.desplacat {
		margin-bottom: 31.250em;
	}
	.llistat_imatges .item img {
		border: 1px solid #ddd;
		cursor: pointer;
	}
	.cercador_imatge_detail.opened {
		margin: .938em 0;
	}
	.cercador_imatge_cont .container {
		padding-top: 1.875em;
		padding-bottom: 1.875em;
	}
	.cercador_imatge_cont .cercar_detall {
		top: 0;
		right: .938em;
	}
	.cercador_imatge_cont .prev_img {
		left: -0.875em;
	}
	.cercador_imatge_cont .next_img {
		right: -0.875em;
	}
	.cercador_imatge_cont .col-izq {
		width: 57%;
		position: static;
	}
	.cercador_imatge_cont .col-izq img {
		border: 1px solid #fff;
		box-shadow: 0 0 1.225em rgba(0, 0, 0, 0.7);
		width: auto;
	}
	.cercador_imatge_cont .col-dch {
		width: 43%;
		padding: 0 2.500em 0 1.875em;
		z-index: 100000000;
		position: relative;
	}
	.cercador_imatge_cont .col-dch h2 {
		font-size: 1.438em;
	}
	.cercador_imatge_cont .col-dch p {
		font-size: .875em;
	}
	.cercador_imatge_cont .col-dch ul {
		font-size: .813em;
		padding-left: 0;
	}
	.cercador_imatge_cont .llistat_xarxes_socials {
		margin-top: 1.250em;
	}
	.cercador_imatge_cont .social_text {
		font-size: .875em;
		font-weight: bold;
		color: #fff;
		margin: 0;
		padding-right: .5em;
	}
	.popup_avis {
		top: -250px;
		left: 0;
	}
	.cercador_vermell .form-group .form-control {
		background: #fff;
		padding: 6px 0 6px 10px;
		-webkit-appearance: none;
	}
	.noticia_detalls_cont {
		padding-bottom: 26px;
		border-bottom: 1px solid #ddd;
	}
	.noticia_detalls_cont div a {
		font-size: .750em;
	}
	.noticia_detalls_cont span {
		font-size: .750em;
		font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
		font-weight: bold;
	}
	.inform_relacionada_cont {
		margin: 0;
	}
	.inform_relacionada_cont h4, .inform_relacionada_cont h3 {
		font-size: 1.125em;
		font-family: 'OpenSansRegular';
	}
	.inform_relacionada_cont .llistat_enllacos_filet_cont .list-group-item a
		{
		font-size: 1em;
		font-family: 'OpenSansSemibold';
	}
	.letter_pagin {
		padding: 0 10px;
		overflow: visible;
	}
	.letter_pagin li {
		padding: 8px 5px;
		overflow: visible;
		position: relative;
	}
	.letter_pagin li.active:before {
		position: absolute;
		content: '';
		top: 0;
		bottom: -46px;
		left: 0;
		width: 100%;
		background: url(../img/NG_fletxa_avall_gris.png) no-repeat scroll center;
	}
	.llistat_az li {
		border-top: none;
	}
	.llistat_az li h4 {
		font-size: 18px;
	}
	.xarxes-socials {
		background: #f5f5f5;
	}
	.xarxes-socials .twitter {
		float: left;
		width: 100%;
		padding-bottom: .3em;
		margin-bottom: .3em;
	}
	.xarxes-socials .twitter ul {
		float: left;
		width: 50%;
	}
	.xarxes-socials .twitter ul li {
		font-size: .875em;
		list-style-type: none;
		background: url(../img/NG_ico_twitter.png) no-repeat left .45em;
		padding: .8em 0 .8em 2.9em;
		font-family: 'OpenSansSemibold';
	}
	.xarxes-socials h3 {
		font-size: .813em;
		display: inline-block;
		margin: 0;
		font-family: 'OpenSansRegular';
	}
	.xarxes-socials ul.xarxes {
		padding: 0;
		margin: 0;
		display: inline-block;
	}
	.xarxes-socials ul.xarxes li {
		display: inline;
		font-size: .813em;
		border-right: 1px solid #444;
		padding: 0 .5em 0 .5em;
	}
	.xarxes-socials ul.xarxes li:first-child {
		padding-left: 0;
	}
	.xarxes-socials ul.xarxes li a {
		color: #BF0000;
	}
	.xarxes-socials ul.xarxes li:last-child {
		border-right: none;
	}
	.xarxes-socials {
		padding: 1em;
	}
	.xarxes-socials .twitter ul {
		margin: 0;
		padding: 0 .5em 1.2em;
	}
	.xarxes-socials h3 {
		margin: 14px 10px 0;
	}
	.guia-usus {
		border: 1px solid #ddd;
		background: white;
		margin: 1.250em 0 0 0;
		padding: 1.250em;
	}
	.guia-usus h2 {
		font-family: 'OpenSansSemibold';
	}
	.guia-usus p {
		font-size: .875em;
	}
	.guia-usus ul {
		padding: 0 .5em;
	}
	.guia-usus ul li a.ico_pdf {
		padding: .5em .5em .5em 1.8em;
		font-size: 1.000em;
	}
	.guia-usus ul li span {
		display: inline;
		padding: 0;
	}
	.cerca_avancada #cerca_avancada_cont {
		overflow: hidden;
		float: none;
	}
	.cerca_avancada .navbar-form {
		padding: 0;
	}
	.cerca_avancada .navbar-form div>.form-control {
		width: 48.4%;
		margin-left: 1.8%;
		margin-top: 0;
		-webkit-appearance: none;
	}
	.cerca_avancada .navbar-form .quan {
		margin-top: 20px;
		padding: 20px 20px 0;
	}
	.cerca_avancada .navbar-form .quan input[type="radio"] {
		margin-right: 0 !important;
	}
	.cerca_avancada .navbar-form .quan div span {
		font-size: 14px;
		margin-right: 20px;
	}
	.cerca_avancada .navbar-form .quan .form-control {
		width: 200px;
		-webkit-appearance: none;
	}
	.cerca_avancada .navbar-form .quan .input-dates {
		width: auto;
		margin-top: -14px;
	}
	.cerca_avancada .navbar-form .quan .input-dates span {
		float: left;
		padding: 10px 2%;
		margin-top: 6px;
		margin-right: 0;
	}
	.cerca_avancada .navbar-form .quan>div {
		padding: 10px 0;
		width: 100%;
	}
	.cerca_avancada .navbar-form .quan>div+div {
		border-bottom: 1px solid #ddd;
		padding: 10px 0 16px;
	}
	.cerca_avancada .navbar-form .quan>div>div {
		width: auto;
		margin-right: 15px !important;
	}
	.cerca_avancada .navbar-form .quan>div>div:first-child {
		margin-left: 0;
	}
	.cerca_avancada .navbar-form .quan button {
		margin-top: 16px;
	}
	.no_resultats {
		margin: 0 30px;
	}
	.no_resultats .suggeriments {
		margin: 10px 30px;
	}
	.no_resultats .suggeriments ul {
		margin: 10px 0;
	}
	.error-msg {
		margin: 30px 15px 0;
		border: 1px solid #EAC4C4;
	}
	.error-form {
		background: none;
		border: none;
		padding: 0;
	}
	.error-form .item-error-ico {
		display: block;
		width: 6px;
		height: 10px;
		background: url(../img/NG_ico_arrow_error.png) no-repeat;
		position: absolute;
		left: -6px;
		top: 50%;
		margin-top: -5px;
	}
	.error-form .item-error {
		position: absolute;
		right: -260px;
		top: 26%;
		margin-top: -24px;
		-moz-box-shadow: inset 2px 2px 4px rgba(192, 0, 0, 0.2);
		-webkit-box-shadow: inset 2px 2px 4px rgba(192, 0, 0, 0.2);
		box-shadow: inset 2px 2px 4px rgba(192, 0, 0, 0.2);
		height: auto;
		width: 245px;
		border-radius: 3px;
		padding: 16px 19px;
		background: #fcf4f4;
		overflow: visible;
		color: #bf0000;
		font-size: 13px;
	}
	.pestanyes .tipo1 .panel-body {
		padding-bottom: .625em;
	}
	.pestanyes .tipo1 .actualImatge .textImatge p {
		display: block !important;
		color: #fff;
	}
	.pestanyes .tipo1 .actualImatge .textImatge h2 {
		text-align: left;
		padding-left: 1.364em;
		font-size: 1.375em;
		color: #fff;
	}
	.pestanyes .tipo1 .actualImatge .textImatge a:hover h2 {
		text-decoration: none;
	}
	.pestanyes .tipo1 .actualImatge .textImatge a {
		color: #fff;
		text-decoration: none !important;
	}
	.pestanyes .tipo1 .actualNoticies {
		margin-top: 2em;
	}
	.pestanyes .tipo1 .actualNoticies .noticie {
		width: 50%;
		float: left;
		text-align: left;
		border: none;
		padding: 1.750em 1.500em;
	}
	.pestanyes .tipo1 .rssAdj {
		margin: 0 1.250em;
		float: left;
		width: 100%;
		margin-bottom: 1.875em;
	}
	.pestanyes .tipo1 .rssAdj a {
		display: inline-block;
		text-align: left;
		padding: .583em 0 .583em 3.333em;
		color: #666;
		font-size: .750em;
	}
	.pestanyes .tipo1 .llistat_xarxes_socials {
		text-align: left;
		padding: .625em 1.250em;
	}
	.pestanyes .tipo1 .llistat_xarxes_socials .list-group-item {
		padding-top: .7em;
	}
	.pestanyes .tipo1 .llistat_xarxes_socials .social_text {
		width: auto;
		width: 100%;
		padding: 0;
	}
	.pestanyes .tipo2 .list-group .list-group-item:first-child {
		border-top: none;
	}
	.pestanyes .tipo3 .panel-body {
		background: #fff;
		padding: 1.850em;
	}
	.pestanyes .tipo3 .panel-body>div {
		border-top: 1px solid #ddd;
		margin-top: 1.250em;
		padding-top: .625em;
	}
	.pestanyes .tipo3 h5, .pestanyes .tipo3 h3 {
		font-size: .938em;
		font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
		border: 0;
		padding: 0;
	}
	.pestanyes .tipo3 .llistat_enllacos_filet_cont .list-group-item {
		padding-top: .688em;
		padding-bottom: .688em;
	}
	.pestanyes .tipo3 .llistat_enllacos_filet_cont .list-group-item a {
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	}
	.pestanyes .tipo3 .llistat_enllacos_filet+.llistat_enllacos_filet .list-group-item:first-child
		{
		border-top: none;
	}
	.pestanyes .tipo5 a.link {
		font-size: 15px;
	}
	.pestanyes .tipo5 p {
		font-size: 14px;
	}
	.combo_destacat_imatge>div {
		padding: 0 0 0 .188em !important;
	}
	.combo_destacat_imatge>div:first-child {
		padding-left: 0 !important;
	}
	.combo_destacat_imatge>div>.box {
		height: 17.38em;
	}
	.combo_destacat_imatge>div>.destacat_imatge_cont {
		height: 11.2em;
	}
	.combo_destacat_imatge .llistat_enllacos_filet_cont {
		padding: .875em 1.075em;
	}
	.combo_destacat_imatge .list-group-item.item2 {
		border-top: 1px solid #ddd;
		font-size: 1.125em;
		padding: .4em 0;
		border: none;
	}
	.combo_destacat_imatge .list-group-item+.list-group-item.item2 {
		border-top: 1px solid #ddd;
	}
	.combo_destacat_imatge .list-group-item.item2 a {
		color: #BF0000;
		font-family: 'OpenSansSemibold';
		font-size: 1em;
		padding: 0;
	}
	.tri_combo_destacat_llistat>div+div .llistat_enllacos_filet_cont .list-group-item:first-child,
		.tri_combo_destacat_llistat>div+div+div .llistat_enllacos_filet_cont .list-group-item:first-child
		{
		border-top: none;
	}
	.el_mes_consultat .panel {
		margin: 0;
		box-shadow: none;
		border-radius: 0;
	}
	.el_mes_consultat .panel .panel-heading {
		background: #fff;
		padding: 1.250em 1.125em;
		border-bottom: none;
	}
	.el_mes_consultat .panel .panel-heading h3 {
		font-size: 1.250em;
		font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
	}
	.el_mes_consultat .panel .panel-body {
		background: #f5f5f5;
		padding: .5em 0 1.250em;
	}
	.el_mes_consultat .panel .list-group-item {
		background: none;
		border: none;
	}
	.el_mes_consultat .llistat_enllacos_filet_cont {
		padding: 0 20px;
	}
	.el_mes_consultat .llistat_enllacos_filet_cont .list-group-item {
		padding-top: .313em;
		padding-bottom: .313em;
		font-size: .938em;
		padding-left: 1.125em;
	}
	.el_mes_consultat .llistat_enllacos_filet_cont .list-group-item a {
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
		display: block;
	}
	.slider_imatges.inici {
		margin-top: 0;
	}
	.pestanyes.inici {
		padding: 0;
		margin: 2em 0 0;
	}
	.pestanyes.inici .transport {
		height: 19.563em;
		overflow: auto;
	}
	.destacat_imatge.generalitat {
		margin-top: 1.250em;
	}
	.destacat_imatge.generalitat .destacat_imatge_cont {
		height: 9.275em;
	}
	.destacat_imatge.generalitat .destacat_imatge_cont .imatge_text {
		font-size: 1em;
		padding: .722em;
		text-align: left;
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
	}
	.rslt .form-group {
		margin: 15px 0;
	}
	.rslt .border_taronja_cerca, .rslt .border_verd_cerca {
		margin-top: 15px;
	}
	.resultats_cerca>.container>.row>.column>ul.nav {
		margin-top: 25px;
	}
	.rslt .vista-mobil {
		margin-top: 0;
	}
	.rslt .row .filariana {
		margin-bottom: 10px;
		margin-top: 24px;
	}
	.rslt .row .column2 {
		padding-left: 0;
	}
	.rslt .row select {
		margin: 20px 0;
	}
	.rslt .row h1 {
		width: auto;
	}
	.rslt .row .llistat_destacat_text_cont {
		float: left;
		width: 100%;
	}
	.rslt .row .llistat_destacat_text_cont ul {
		display: inline-block;
	}
	.rslt .row .llistat_destacat_text_cont li {
		width: 100%;
		padding: 0 20px;
	}
	.rslt .row .llistat_destacat_text_cont li a {
		border: none;
		height: auto !important;
		padding-bottom: 0;
	}
	.rslt .row .llistat_destacat_text_cont li .destacat_text_cont a h4 {
		font-size: 1.125em;
		margin: 0 0 10px 0;
		color: #DF0000;
	}
	.rslt .row .llistat_destacat_text_cont li .destacat_text_cont a p {
		font-size: .875em;
		margin: 0 0 10px 0;
		color: #666;
	}
	.rslt .row .llistat_destacat_text_cont li .destacat_text_cont .link_resultats
		{
		font-size: .750em !important;
		line-height: 1.4em !important;
		margin: 0 0 15px 0 !important;
		padding: 0 !important;
		display: inherit !important;
	}
	.rslt .llistat_destacat_text_cont .list-group-item:first-child .destacat_text_cont a
		{
		border: none;
	}
	.rslt .row h5 {
		font-size: 1em;
		font-family: 'OpenSansSemibold';
		margin: 30px 0 0;
	}
	.rslt .fons_filtre {
		background: #fff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding-left: 0;
		float: left;
		width: 100%;
	}
	.rslt .fons_filtre p {
		margin: 10px 20px;
		font-size: 1em;
	}
	.rslt .fons_filtre input {
		font-family: 'OpenSansRegular';
		font-size: .938em;
		margin: 15px 10px 0 20px;
		float: left;
	}
	.rslt .fons_filtre label {
		font-weight: normal;
		padding-top: 12px;
	}
	.rslt .fons_filtre a {
		margin-left: 50px;
		padding: 12px 0;
		display: inline-block;
		font-family: 'OpenSansSemibold';
	}
	.rslt .border_box a h2 {
		width: 100%;
		border: none;
		margin: 15px 20px;
		padding: 0;
	}
	.rslt .border_box a:hover h2 {
		text-decoration: underline;
	}
	.rslt .border_box p {
		width: auto;
		margin: 0 20px 15px;
	}
	.rslt .llistat_destacat_text_cont .list-group-item .destacat_text_cont a
		{
		padding-left: 0;
	}
	.resultats_cerca .row .form-group {
		margin: 0;
		width: 470px;
		float: left;
	}
	.resultats_cerca .row .form-group .form-control {
		width: 470px;
		border: 1px solid #ddd;
		-webkit-appearance: none;
	}
	ul.ulRedBullet {
		border-top: 3px solid #ddd;
		padding-top: 10px;
	}
	.contacte_panel .contacte_adreca>div {
		border: none;
	}
	.normativa_panel .redBullet .darkGray {
		font-family: 'OpenSansSemibold';
	}
	.cerca_avancada.cercador {
		border: none;
		margin: 0;
	}
	.basic_link.actualitat {
		margin-top: 6px;
	}
	.llistat_xarxes_socials.header {
		float: right;
		width: auto;
		text-align: right;
	}
	.llistat_destacat_noticies.mes_actualitat .destacat_noticies_cont {
		padding: .85em .375em 1.95em;
	}
	.llistat_xarxes_socials.actualitat {
		margin-top: 0;
		width: 100%;
	}
	.llistat_xarxes_socials.actualitat .social_text {
		width: auto;
	}
	.slider_responsive {
		padding-bottom: 0;
	}
	.slider_responsive .destacat_text_avancat_cont {
		width: 306px;
	}
	.slider_responsive .slide_navigator {
		margin-top: -50px;
	}
	.slider_responsive .slide_navigator .slide_left img, .slider_responsive .slide_navigator .slide_right img
		{
		width: auto;
	}
	.slider_responsive .destacat_text_avancat_cont h4, .slider_responsive .destacat_text_avancat_cont h3
		{
		font-size: 20px;
	}
	.el_mes_consultat.web_az {
		top: 0;
		position: relative;
	}
	.capcelera_principal.agenda {
		padding-bottom: 0;
	}
	.agenda_buttons .button_calendari, .agenda_buttons>div>span a {
		font-size: 14px;
	}
	.fitxa h4, .fitxa h2 {
		font-size: 25px;
	}
	.fitxa .data_info {
		margin: 20px 0;
	}
	.fitxa .data_info p {
		font-size: 14px;
	}
	.fitxa .data_info span {
		font-size: 15px;
	}
	.fitxa .data_info .data span {
		margin-right: 30px;
	}
	.fitxa .data_info a {
		margin-top: 20px;
		display: block;
	}
	.fitxa .imatge_amb_peu {
		margin: 0;
		border: none;
	}
	#calendari {
		margin-bottom: 30px;
	}
	#calendari .ui-datepicker-calendar {
		border: none;
	}
	.fons_footer {
		background: #efefef;
	}
	footer.container {
		margin-top: 0;
	}
	footer .footer_tab_ord {
		float: left;
		margin-top: .4em;
	}
	footer .footer_tab_top {
		float: left;
		width: 100%;
	}
	footer .footer_tab_top>div:first-child ul .bullet {
		padding-left: 4px;
	}
	footer .form-control {
		background: #7A7A7A;
		font-size: .75em;
		width: 100%;
		border: none;
		border-radius: 0;
		margin-bottom: 14px;
		display: block;
		line-height: .929;
		-webkit-appearance: none;
	}
	footer .list-group-item {
		background: none;
		border: medium none;
		padding: 0;
		box-shadow: none;
	}
	footer .list-group-item a:hover {
		text-decoration: underline;
	}
	footer .llistat_peu .list-group-item a {
		padding-right: 0;
		width: auto;
	}
	footer .list-group {
		box-shadow: none;
		border-radius: 0;
		width: auto;
	}
	footer .list-group1 {
		margin-top: .75em;
		float: left;
		width: auto;
	}
	footer .footer_tab_ord .form-control+.list-group1 {
		margin-top: 0;
		-webkit-appearance: none;
	}
	footer .list-group1 .list-group-item.bullet {
		float: left;
		position: relative;
		width: 50%;
	}
	footer .connecta {
		margin-top: 20px;
	}
	footer .connecta .input-group {
		width: 100%;
	}
	footer .connecta .input-group input {
		background: #fff;
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
		font-size: .750em;
		color: #666;
		width: 82%;
		height: 1.6em;
	}
	footer .connecta .form-control:-moz-placeholder {
		color: #fff;
	}
	footer .connecta .input-group span.input-group-btn {
		width: 20px;
		background: none repeat scroll 0 0 #fff;
		border-top: 1px solid #EFEFEF;
	}
	footer .connecta .input-group span.input-group-btn>.ico_lupa {
		background: url("../img/NG_ico_lupa_peu.png") no-repeat scroll 5px 3px
			rgba(0, 0, 0, 0);
		border-left: 1px solid #BF0000;
		height: 18px;
		width: 25px;
	}
	footer .connecta .mdl_connecta {
		padding-left: .3em;
	}
	footer .connecta .mdl_connecta img {
		float: left;
		height: 45px;
		margin-right: .7em;
		width: 45px;
		-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	}
	footer .connecta .mdl_connecta p {
		font-size: .750em;
		display: table;
	}
	footer .connecta .mdl_connecta p a {
		color: #575748;
	}
	footer .input-group input, footer span button, footer span button.btn {
		height: 2em;
		border: none;
		border-radius: 0;
		margin: 0;
		padding: .3em;
		margin-bottom: .5em;
	}
	footer .footer_tab_ord .connecta>.list-group:first-child {
		border-top: 2px solid #ccc;
		padding-top: 20px;
		padding-left: .15em;
	}
	footer .avis_legal {
		border-top: 2px solid #ccc;
		padding: 20px 0;
	}
	footer .avis_legal a img {
		float: left;
		margin-left: .45em;
	}
	footer .avis_legal p {
		display: table;
		padding-left: 40px;
		font-size: .688em;
		color: #999;
		width: 75%;
	}
	footer .avis_legal p a {
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
		color: #999;
	}
	footer .avis_legal p a:hover {
		color: #999;
		text-decoration: underline;
	}
	footer .llistat_xarxes_socials {
		padding: 0 .625em;
		text-align: center;
		margin-top: -0.1em;
		box-shadow: none;
		border-radius: 0;
		width: 13em;
	}
	footer .llistat_xarxes_socials .list-group-item, footer .llistat_xarxes_socials .list-group-item:first-child
		{
		margin: 0 .3em .6em;
	}
	footer #fContainer_center .formatter_body {
		width: auto;
	}
	footer #fContainer_center .formatter_body:last-child {
		float: right;
	}
	.capcelera_principal #vies_contacte {
		position: absolute;
		top: 18.475em;
		z-index: 1120;
		min-height: 191px;
	}
	.title25-16 {
		font-size: 30px;
	}
	.p15-13 {
		font-size: .938em;
		color: #666;
	}
	.paragraf_contacte {
		font-size: 1.125em;
		color: #666;
	}
	.obligatoris {
		font-size: .938em;
	}
	.p18_16 {
		font-size: 1.125em;
	}
	.p14-13 {
		font-size: .875em;
	}
	.p16-15 {
		font-size: 1em;
	}
	.borderTopConecta {
		border-top: 2px solid #ccc;
		padding-left: .15em;
		padding-top: 20px;
	}
}

@media ( max-width :62.000em) {
	.padding-top-sm-only {
		padding-top: 1.25em;
	}
	.padding-bot0-md-xs {
		padding-bottom: 0 !important;
	}
	.organigrama-desktop .nav-tabs>li>a {
		padding: 1.5em 1em 1.5em 2.5em;
	}
	#fContainer_right {
		border-top: 2px solid #ccc;
	}
	#fContainer_right .formatter_body:first-child {
		width: 75%;
	}
	#fContainer_right .formatter_body:last-child {
		margin-top: 45px;
		width: 25%;
	}
	#fContainer_right .formatter_body .twitter {
		width: 50%;
		margin-right: 20px;
	}
	#fContainer_right .formatter_body .cerca_xarxes {
		width: 43%;
		float: right;
		margin-right: 10px;
	}
	#fContainer_right .formatter_body .accordionFoot {
		width: 66%;
	}
}

@media ( max-width :47.939em) {
	#fContainer_right {
		border-top: none;
	}
}

@media ( min-width :62.000em) {
	h1.noticia_titol {
		width: 25em;
	}
	.boxsitemap {
		width: 940px !important;
	}
	.capcelera_basica .cercador_vermell {
		padding: 10px 0 0;
	}
	.capcelera_basica .cercador_vermell .form-group .form-control {
		width: 470px;
	}
	#fContainer_right .formatter_body .cerca_xarxes {
		margin-top: 10.5em;
	}
	.borderTopConecta {
		border-top: none;
		padding-left: 0;
		padding-top: 0;
	}
	h3 {
		font-size: 1.563em;
	}
	section {
		margin-top: 0;
	}
	a:hover {
		text-decoration: none !important;
	}
	.clearfix-md {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.padding-md {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.padding-top-md {
		padding-top: 2.500em;
	}
	.padding-bot-md {
		padding-bottom: 4.125em;
	}
	.padding-end {
		padding-bottom: 3.750em;
	}
	.margin-start {
		margin-top: 3.125em;
	}
	.navbar-fixed-top {
		position: relative;
		margin: 0 auto;
	}
	header nav a.logo {
		background: url('../img/NG_logo_generalitat.png') no-repeat 0 0;
		height: 2em;
		text-indent: -555em;
		margin: .92em 0;
	}
	nav {
		margin-left: 7px;
		position: relative;
	}
	nav ul.navbar-nav {
		margin: 1em 0 0;
	}
	nav ul.nav li:first-child {
		border-left: 1px solid #FFF;
	}
	nav ul.nav li {
		margin: 0;
		padding: 0;
		background: #333;
		border-left: 1px solid #FFF;
	}
	nav .container, nav, nav.navbar-collapse .container .row {
		background: #333;
	}
	.navbar-collapse {
		border: none;
		text-indent: 0;
		background: #333;
	}
	header .col-md-12 {
		display: inline;
	}
	header nav.navbar-collapse .logo, header .col-md-12 ul {
		margin-top: .7em;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background: none repeat scroll 0 0 #bbb;
		color: #333;
		font-weight: normal;
		text-decoration: none !important;
	}
	nav .navbar-nav {
		position: relative;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus
		{
		background: #BBB;
		color: #333;
		box-shadow: none;
	}
	.navbar-default .navbar-nav>.open>a:hover {
		background: #BBB;
		color: #333;
		box-shadow: none;
	}
	header .column ul li a {
		padding: .25em;
	}
	header .column ul.idioma li a:hover {
		text-decoration: none !important;
	}
	header>.container>nav>.row>.hidden-xs>.form-group {
		width: 62%;
	}
	header>.container>nav>.row>.hidden-xs>.form-group>input {
		width: 87%;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu>.shadowBox {
		width: 59.063em;
	}
	.dropdown-menu .centrat>.col_left li {
		border: 0;
	}
	.dropdown-menu .centrat>.col_left li a:hover {
		background: transparent;
		border-top: none;
	}
	.nav>.dropdown>.dropdown-menu .centrat>.tancar {
		position: absolute;
		right: 0;
		background: #000;
		height: 2em;
		margin: -0.188em 0 0 0;
		width: 2em;
		color: #fff;
		font-family: 'OpenSansBold';
		cursor: pointer;
	}
	.nav>.dropdown>.dropdown-menu .centrat>.tancar:hover {
		text-decoration: none !important;
	}
	nav div.col-sm-4.col-md-6.col_left ul:last-child {
		margin-top: 20px !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat>li.first {
		color: #BF0000;
		padding: .5em 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .centrat>li a {
		padding: .5em 0;
	}
	.dropdown-menu .centrat>.col_left li a {
		border-top: none;
	}
	.capcelera_principal {
		padding-bottom: 2.4em;
		margin-top: 2.625em;
	}
	.capcelera_principal .mes_consultat {
		right: 0;
		top: 0;
	}
	.capcelera_principal .mes_consultat .box {
		padding: 2.125em 2.688em 1.4em;
	}
	.capcelera_principal h3 {
		padding: 0 0 0 40px;
	}
	.capcelera_imatge .filariana {
		margin: 1em 0 0;
	}
	.capcelera_imatge .filariana a {
		padding: 0 .308em;
	}
	.capcelera_imatge p {
		font-size: 1.125em;
		padding-bottom: 10px;
	}
	.destacat_imatge_cont .imatge_text {
		font-size: 20px;
		text-align: center;
		padding-bottom: 1em;
	}
	.destacat_color_cont a {
		font-size: 1.500em;
	}
	.dades_catalunya>div {
		margin-top: 0;
	}
	.dades_catalunya .tit_dades {
		padding-right: 2em;
	}
	.dades_catalunya .tit_dades:first-child {
		min-height: 5.000em;
	}
	.llistat_enllacos_filet_cont .list-group-item a {
		font-size: 1em;
	}
	.llistat_destacat_text_cont .list-group-item .destacat_text_cont {
		padding: .063em;
	}
	.llistat_destacat_text_avancat_cont .destacat_text_avancat_cont {
		width: 19.438em;
		margin-top: 0;
	}
	.llistat_destacat_text_avancat_cont.two_col .destacat_text_avancat_cont
		{
		width: 19.238em;
	}
	.llistat_destacat_color_cont .list-group-item>div {
		height: 9.625em !important;
	}
	.filariana a {
		padding: 0 .250em;
	}
	.destacat_avises_cont {
		margin-right: .938em;
		padding: 0;
		position: absolute !important;
		width: 100%;
	}
	.llistat_peu .list-group-item.bullet {
		margin-top: .25em;
	}
	.custom_select {
		width: 228px;
	}
	.cerca_avancada {
		margin: 30px 0;
	}
	article.subhome_temes {
		padding: 40px 0 0 0;
	}
	.home .mes_consultat {
		right: 0;
		top: 0;
	}
	.home .mes_consultat .box {
		padding: 36px 43px 30px;
	}
	.home h3 {
		padding: 0 0 0 40px;
	}
	.catalunya_ara .container>.row+.row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.catalunya_ara .container>.row+.row>article {
		padding-left: 10px;
		padding-right: 10px;
	}
	.catalunya_ara .pestanyes {
		padding: 0;
		margin-top: 0;
	}
	.catalunya_ara .pestanyes .pestanyes_bot .panel-body {
		overflow: auto;
	}
	.catalunya_ara .transport {
		height: 313px;
	}
	.catalunya_ara .panel-footer {
		padding: 15px;
	}
	section.catalunya_ara .container .row article {
		margin-top: 4px;
	}
	section.catalunya_ara .container .row article, section.catalunya_ara .container .row article.article2
		{
		margin-top: 6px;
	}
	.que_cal_fer .llistat_enllacos_filet {
		padding: .875em 1.575em;
	}
	.que_cal_fer .shadowBox-sm>.box {
		height: 14.38em;
	}
	.que_cal_fer .shadowBox-sm>.destacat_imatge.box {
		height: 14.38em;
	}
	.temes_descripcio .filariana {
		margin: 1em 0 0;
	}
	.temes_descripcio .filariana a {
		padding: 0 .308em;
	}
	.temes_descripcio p {
		font-size: 1.125em;
	}
	.generalitat .pestanyes_bot {
		min-height: 490px;
	}
	.generalitat .el_mes_consultat {
		margin-top: 2.6em;
	}
	.generalitat .destacat_imatge {
		height: 12.475em;
	}
	.llistat_xarxes_socials {
		margin: 0;
		padding: 0;
		float: left;
	}
	.llistat_destacat_color_cont .list-group-item .destacat_color_cont {
		height: 11.75em;
	}
	.slider_petit .slide_navigator {
		margin-top: 9em;
	}
	.slider_petit .slide_navigator .slide_left {
		margin-left: .8em;
	}
	.slider_petit .slide_navigator .slide_right {
		margin-right: .8em;
	}
	.slider_petit .carousel-caption h3 {
		padding: .325em .800em .45em;
		font-size: 1.563em;
	}
	.slider_petit .carousel-caption p {
		padding: 0 1.3em .625em;
	}
	.slider_petit .carousel-indicators {
		left: .10em;
		margin-left: 1em;
	}
	.slider_grand .slide_navigator {
		margin-top: 10em;
		width: 42em;
		margin-left: 16em;
	}
	.slider_grand .item img {
		width: 73.77%;
	}
	.slider_grand .carousel-caption {
		width: 26.23%;
	}
	.slider_grand .carousel-caption h3 {
		font-size: 1.563em;
	}
	.carousel.slider_grand .carousel-caption h3, .carousel.slider_grand .carousel-caption h2
		{
		font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
		font-size: 1.563em;
	}
	.slider_grand .carousel-caption p {
		font-size: .938em;
	}
	.slider_grand .carousel-indicators {
		left: 1.688em;
		bottom: .625em;
	}
	.panel-footer {
		padding: .938em 1.2em;
	}
	.panel-footer .txt_peu2 {
		margin-top: .65em;
	}
	.panel-footer .txt_peu2 {
		font-size: .815em;
		font-family: 'OpenSansSemibold';
	}
	.cercador_tab .nav {
		margin-bottom: 1.500em;
	}
	.cercador_tab .nav>li {
		position: relative;
		bottom: -0.938em;
		background: none;
		border: none;
		overflow: visible;
		padding-bottom: .875em;
		display: inline-block;
		text-align: center;
	}
	.cercador_tab .nav>li.active {
		background: url(../img/NG_fletxa_avall_active.png) no-repeat center
			2.363em;
	}
	.cercador_tab .nav>li a:focus {
		border: none;
	}
	.cercador_tab .nav>li a {
		border-radius: 0;
		border: none;
		border-bottom: .188em solid #C00000 !important;
		font-size: 1em;
		padding: .4em 1.675em;
		margin-right: .250em;
		color: #C00000;
	}
	.cercador_tab .nav>li a:hover {
		border: none;
		background: none;
		border-bottom: .188em solid #C00000 !important;
	}
	.cercador_tab .nav>li.active a {
		color: #333;
		border-bottom: .188em solid #333 !important;
	}
	.cercador_tab .nav>li.active a:hover {
		border-bottom: .188em solid #333 !important;
	}
	.llistat_imatges {
		padding: 0;
	}
	.llistat_imatges .item {
		width: 20%;
		float: left;
		padding: .625em;
	}
	.llistat_imatges .item.open {
		margin-bottom: 31.250em;
	}
	.llistat_imatges .item.desplacat {
		margin-bottom: 31.250em;
	}
	.llistat_imatges .item img {
		border: 1px solid #ddd;
		cursor: pointer;
	}
	.cercador_imatge_detail.opened {
		margin: .938em 0;
	}
	.cercador_imatge_cont .container {
		padding-top: 1.675em;
		padding-bottom: 1.675em;
	}
	.cercador_imatge_cont .col-izq {
		width: 48%;
		float: left;
	}
	.cercador_imatge_cont .col-dch {
		width: 36.4%;
		float: left;
		padding: 0 3.125em 0 1.875em;
	}
	.cercador_imatge_cont h2 {
		font-size: 1.563em;
	}
	.cercador_imatge_cont .col-dch ul {
		margin-top: 1em;
	}
	.cercador_imatge_cont .col-dch>div {
		padding: .500em 0 .875em;
		margin-top: 1.875em;
	}
	.cercador_imatge_cont .prev_img {
		left: -0.913em;
		background: url(../img/NG_ico_esquerra_fletxa.png) no-repeat;
	}
	.cercador_imatge_cont .prev_img:hover {
		background: url(../img/NG_ico_esquerra_fletxa_hover.png) no-repeat;
	}
	.cercador_imatge_cont .next_img {
		right: -0.913em;
		background: url(../img/NG_ico_dreta_fletxa.png) no-repeat;
	}
	.cercador_imatge_cont .next_img:hover {
		background: url(../img/NG_ico_dreta_fletxa_hover.png) no-repeat;
	}
	.pestanyes .tipo1 .actualImatge .textImatge p {
		display: none !important;
		padding: 0 2.275em 1.225em;
	}
	.pestanyes .tipo1 .actualImatge .textImatge:hover p {
		display: block !important;
		color: #fff;
	}
	.combo_destacat_imatge .llistat_enllacos_filet_cont {
		padding: .875em 1.575em;
	}
	.combo_destacat_imatge>div>.box {
		height: 14.38em;
	}
	.combo_destacat_imatge>div .destacat_imatge_cont {
		height: 14.38em;
	}
	.el_mes_consultat .panel .panel-heading h3 {
		font-size: 1.375em;
	}
	.el_mes_consultat .panel .panel-body {
		padding: .875em 0 1.250em;
	}
	.pestanyes.inici {
		padding: 0;
		margin-top: 0;
	}
	.pestanyes.inici .pestanyes_bot .panel-body {
		overflow: hidden;
		height: 19.33em;
	}
	.pestanyes.inici .pestanyes_bot .panel-body.transport {
		overflow-y: auto;
	}
	.pestanyes.generalitat .pestanyes_bot {
		min-height: 31.375em;
	}
	.destacat_imatge.generalitat .destacat_imatge_cont {
		height: 12.475em;
	}
	.resultats_cerca>.container>.row>.column>ul.nav>li.active {
		border-bottom: 1px solid #FFF;
		position: relative;
		width: 8.938em;
	}
	.resultats_cerca>.container>.row>.column>ul.nav>li {
		border-bottom: 1px solid #ddd;
		position: relative;
		width: 8.938em;
	}
	.capcelera_principal.agenda {
		padding-bottom: 55px;
	}
	.agenda_buttons>div>span {
		width: 100%;
		border: none;
		position: absolute;
		bottom: -53px;
		right: 0;
	}
	.agenda_buttons>div>span a {
		text-align: right;
		float: right;
		font-size: 15px;
		padding: 16px 15px 16px 5px;
	}
	#calendari {
		max-width: 307px;
		float: right;
		margin: 0;
	}
	#calendari .ui-datepicker-header {
		border-top: 1px solid #ddd;
	}
	#calendari .ui-datepicker-calendar tbody tr:last-child td {
		padding-bottom: 0;
	}
	.cerc-left {
		padding-right: 7px;
	}
	.cerc-right {
		padding-left: 7px;
	}
	.mvlogo {
		color: #C00000;
		font-size: 1.750em;
		font-weight: bold;
		padding-top: 1em;
		vertical-align: middle;
		font-family: Helvetica;
	}
	.mvlogo:hover {
		color: #C00000;
		text-decoration: none;
	}
	footer {
		padding-right: 0;
	}
	footer .footer_tab_top {
		margin-bottom: 1.875em;
	}
	footer .connecta {
		margin-top: 0;
	}
	footer .connecta .mdl_connecta {
		background: rgba(100, 100, 100, 0.1);
		margin-bottom: 1.250em;
	}
	footer .connecta .mdl_connecta img {
		margin: .7em;
	}
	footer .connecta .mdl_connecta p {
		margin: .7em 0;
	}
	footer .connecta .input-group input {
		width: 91%;
	}
	footer .footer_tab_ord .form-control+.list-group1 .list-group-item.bullet
		{
		clear: both;
		width: auto;
	}
	footer .footer_tab_ord .connecta>.list-group:first-child {
		border: none;
		padding-top: 0;
	}
	footer .llistat_xarxes_socials {
		padding: 0 1.875em;
		text-align: left;
	}
	footer .llistat_xarxes_socials .list-group-item {
		margin: 0 .32em;
	}
	footer .llistat_xarxes_socials .list-group-item:first-child {
		margin-left: 0;
	}
	footer .llistat_xarxes_socials {
		box-shadow: none;
		border-radius: 0;
		width: auto;
	}
	footer .footer_tab_ord .footer_tab_top .col-xs-7 ul.col-xs-8, footer .footer_tab_ord .footer_tab_top .col-xs-7 ul.col-xs-4
		{
		margin-left: 0;
	}
	footer #fContainer_center .formatter_body {
		width: auto;
	}
	footer #fContainer_center .formatter_body:last-child {
		float: left;
	}
	.capcelera_principal.contacte {
		padding-bottom: 3.6em;
	}
	.capcelera_principal #vies_contacte {
		position: absolute;
		top: 0;
		z-index: 1120;
	}
}

@media ( max-width :47.938em) {
	.llistat_xarxes_socials.header {
		display: none;
	}
	.llistat_xarxes_socials.mobil {
		display: block;
		margin: 20px 0;
	}
	.basic_text_social .fb-like {
		display: none;
	}
	.basic_text_social .twitter {
		display: none;
	}
	.basic_text_social .google {
		display: none;
	}
	.inline-only-xs {
		display: inline;
	}
	.dest-only-xs {
		font-weight: bold;
	}
	.padding-bot-only-xs {
		padding-bottom: 1.25em;
	}
	.reset-only-xs {
		margin: 0 !important;
		padding: 0 !important;
	}
	#fContainer_right .formatter_body .twitter {
		width: 100%;
		margin-right: 0;
	}
	#fContainer_right .formatter_body:last-child {
		margin-top: 0;
	}
	#fContainer_right .formatter_body .cerca_xarxes {
		width: 100%;
		float: left;
		margin-right: 0;
	}
	#fContainer_right .formatter_body .accordionFoot {
		width: 100%;
	}
	#fContainer_right .formatter_body {
		width: 100%;
	}
	#fContainer_right .formatter_body:first-child {
		width: 100%;
	}
	#fContainer_right .formatter_body:last-child {
		width: 100%;
	}
}

@media ( min-width :75.000em) {
	h1.noticia_titol {
		width: 30em;
	}
	.boxsitemap {
		width: 1140px !important;
	}
	header>.container>nav>.row>.hidden-xs>.form-group {
		width: 60%;
	}
	header>.container>nav>.row>.hidden-xs>.form-group>input {
		width: 89%;
	}
	.navbar-default .navbar-nav .open div.dropdown-menu>.shadowBox {
		width: 71.250em;
	}
	.formulari {
		padding-bottom: 0;
	}
	.pad0-gt {
		padding-bottom: 0;
	}
	.slider_petit .slide_navigator {
		margin-top: 11em;
	}
	.slider_grand .slide_navigator {
		margin-top: 13em;
		width: 52em;
		margin-left: 19em;
	}
	.llistat_destacat_color_cont .list-group-item>div {
		height: 12em !important;
	}
	.llistat_destacat_text_avancat_cont .destacat_text_avancat_cont {
		width: 23.563em;
	}
	.llistat_destacat_text_avancat_cont.two_col .destacat_text_avancat_cont
		{
		width: 23.338em;
	}
	.destacat_avises_cont {
		margin-right: .938em;
		padding: 0;
		position: absolute !important;
		width: 100%;
	}
	.dades_catalunya .tit_dades {
		padding-right: 4em;
	}
	.cercador_imatge_cont .container {
		padding-top: 1.875em;
		padding-bottom: 1.875em;
	}
	.cercador_imatge_cont .cercar_detall {
		top: 0;
		right: .938em;
	}
	.cercador_imatge_cont .col-izq {
		width: 48%;
	}
	.cercador_imatge_cont .col-dch {
		width: 45%;
		padding: 0 2.500em 0 1.875em;
	}
	.cercador_imatge_cont .col-dch img {
		border: 1px solid #fff;
	}
	.cercador_imatge_cont .col-dch ul.list-group.llistat_xarxes_socials li.list-group-item img
		{
		border: none;
		margin-top: .352em;
		margin-left: .195em;
		margin-right: .195em;
	}
	.cercador_imatge_cont .col-dch ul.list-group.llistat_xarxes_socials li.list-group-item img:hover
		{
		filter:
			url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: gray;
		-webkit-filter: grayscale(100%);
	}
	.cercador_imatge_cont .col-dch h2 {
		font-size: 1.750em;
	}
	.cercador_imatge_cont .col-dch p {
		font-size: .938em;
	}
	.cercador_imatge_cont .col-dch ul {
		font-size: .875em;
		padding-left: 0;
	}
	.cercador_imatge_cont .social_text {
		font-size: .875em;
		font-weight: bold;
		color: #fff;
	}
	.slider_grand .carousel-indicators {
		left: 1.988em;
		bottom: .625em;
	}
	.pestanyes.inici .pestanyes_bot .panel-body {
		height: 24.23em;
		overflow: hidden;
		padding: 0;
		border-radius: 0;
	}
	.pestanyes.inici .pestanyes_bot .panel-body>img {
		height: 100%;
	}
	#twitter-widget-0 {
		width: 110px;
	}
	#I0_1396593446593 {
		position: absolute;
		top: -10000px;
		width: 450px;
		margin: 0;
		border-style: none;
	}
	#collapseOne, #collapseTwo, #collapseThree, #collapseFour, #collapseFive,
		#collapseSix, div[id="collapseOne"], div[id="collapseTwo"], div[id="collapseThree"],
		div[id="collapseFour"], div[id="collapseFive"], div[id="collapseSix"],
		div[id="2collapseOne"], div[id="2collapseTwo"], div[id="2collapseThree"],
		div[id="2collapseFour"], div[id="2collapseFive"], div[id="2collapseSix"],
		div[id="3collapseOne"], div[id="3collapseTwo"], div[id="3collapseThree"],
		div[id="3collapseFour"], div[id="3collapseFive"], div[id="3collapseSix"],
		div[id="4collapseOne"], div[id="4collapseTwo"], div[id="4collapseThree"],
		div[id="4collapseFour"], div[id="4collapseFive"], div[id="4collapseSix"]
		{
		height: auto;
	}
}

.pestanyes.seu_electronica .tipo3 h5 {
	font-weight: bold;
	font-size: .99em;
}

.llistat_enllacos_img_cont ul {
	padding-top: 10px;
	padding-left: 0;
}

.llistat_enllacos_img_cont li {
	float: left;
	margin-right: 3%;
	width: 47%;
	border-bottom: 1px solid #DDD;
	min-height: 150px;
}

.llistat_enllacos_img_cont li h4 a {
	color: #BF0000;
	font-size: 1.125em;
	text-decoration: none;
}

.llistat_enllacos_img_cont li h4 a:hover {
	text-decoration: none;
}

.llistat_enllacos_img_cont li img {
	float: left;
	margin-right: 5%;
	width: 25%;
	max-width: 100px;
}

.llistat_enllacos_img_cont li p {
	width: 60%;
	float: left;
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
}

@media ( max-width :47.938em) {
	.llistat_enllacos_img_cont li {
		width: 100%;
	}
	.llistat_enllacos_img_cont li p {
		max-height: 500px;
		overflow: auto;
		font-size: .875em;
	}
}

.col-sm-4.seuelectronica h4 {
	font-family: 'OpenSansRegular';
	font-size: 1.25em;
}

.col-sm-4.seuelectronica .basic_text {
	font-size: .9em;
	border-top: .188em solid #DDD;
	margin: .938em 0 .5em 0;
	padding: .8em 0 0 0;
}

.col-sm-4.seuelectronica ul.llistat_enllacos_filet_cont li.list-group-item a
	{
	padding: 0;
}

.col-sm-4 .el_mes_consultat .basic_text {
	margin: .938em;
	font-size: .9em;
}

.col-sm-4 .inform_relacionada .basic_text {
	border-top: .188em solid #DDD;
	padding-top: 10px;
	font-size: .9em;
}

@media ( max-width :47.938em) {
	.col-sm-8 .seu_electronica .llistat_enllacos_filet {
		padding-left: 0;
	}
	.col-sm-8 .seu_electronica .llistat_enllacos_filet li {
		padding-left: 8px;
	}
}

.menu_enviar_amic.menu_flotant {
	float: right;
	margin: -2px 0 0 0;
	padding: 0;
}

.menu_enviar_amic.menu_flotant button.collapsed, .menu_enviar_amic.menu_flotant button
	{
	background: transparent !important;
	width: auto;
}

.menu_enviar_amic.menu_flotant button.bgRed {
	background: none repeat scroll 0 0 #BF0000 !important;
}

.menu_enviar_amic.menu_flotant #menu_flotant_cont, .menu_enviar_amic.menu_flotant #formulari_envia
	{
	top: 40px;
	right: 0;
	min-width: 480px;
	background-image: url(../img/flecha.png);
	background-position: 97% top;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	margin-top: -8px;
	border: none;
	box-shadow: none;
}

.menu_enviar_amic.menu_flotant #menu_flotant_cont .panel-group,
	.menu_enviar_amic.menu_flotant #formulari_envia .panel-group {
	width: 100%;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #DDD;
	box-shadow: .188em .188em .25em rgba(0, 0, 0, 0.14);
	margin-top: 8px;
	text-align: left;
}

.menu_enviar_amic.menu_flotant .panel-heading, .menu_enviar_amic.menu_flotant .panel
	{
	background: #f5f5f5;
}

.menu_enviar_amic.menu_flotant .panel-group ul {
	padding: 0;
}

.menu_enviar_amic.menu_flotant .panel-group li {
	padding: 0;
	margin-top: 15px;
}

.menu_enviar_amic.menu_flotant .form-control {
	background-color: #FFF;
	color: #555;
}

.menu_enviar_amic.menu_flotant .displaynone {
	display: none;
}

@media ( max-width :47.938em) {
	div.basic_text_peq ul li:before {
		content: "\2022";
		font-size: 1.05em;
		color: #bf0000;
		margin: 0 5px 0 0;
	}
	.menu_enviar_amic.menu_flotant {
		width: 100%;
	}
	.menu_enviar_amic.menu_flotant #menu_flotant_cont_movil,
		.menu_enviar_amic.menu_flotant #formulari_envia_movil {
		display: block;
		left: 0;
		right: 0;
		width: 100%;
		margin-top: -20px;
	}
	.menu_enviar_amic.menu_flotant #menu_flotant_cont_movil.collapse .panel-group,
		.menu_enviar_amic.menu_flotant #formulari_envia_movil.collapse .panel-group
		{
		display: none;
	}
	.menu_enviar_amic.menu_flotant #menu_flotant_cont_movil.collapse.in .panel-group,
		.menu_enviar_amic.menu_flotant #formulari_envia_movil.collapse.in .panel-group
		{
		display: block;
		margin-top: -20px;
	}
	ul.list-group.llistat_xarxes_socials li .menu_flotant button.collapsed {
		background-image: none !important;
	}
	ul.list-group.llistat_xarxes_socials li .menu_flotant button {
		background-image: url(../img/flecha.png) !important;
		background-position: center 30px !important;
		background-repeat: no-repeat !important;
		height: 50px;
		padding-bottom: 18px;
	}
	.llistat_enllacos_filet_cont.list-group.box {
		border-bottom: none !important;
		border: none !important;
	}
	.tri_combo_destacat_llistat {
		border: 1px solid #ddd !important;
	}
	.llistat_xarxes_socials .list-group-item a {
		width: 31px !important;
		height: 30px;
		display: inherit;
		margin-right: 0 !important;
	}
	.llistat_xarxes_socials .list-group-item a:hover {
		background-position: top center;
		width: 31px;
		height: 30px;
		background-repeat: no-repeat;
		display: inherit;
		cursor: pointer;
	}
	.llistat_xarxes_socials .list-group-item a.twitter:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.facebook:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.youtube:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.print:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.blog:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.rss:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.xarxes:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a:hover img {
		visibility: inherit;
	}
	.llistat_xarxes_socials .list-group-item a img {
		visibility: inherit;
	}
}

.column.paginacio ul li div {
	visibility: hidden;
}

#menu_flotant_cont h3 a {
	color: #333;
}

#menu_flotant_cont h3 a:hover {
	color: #333;
}

.navbar {
	margin-bottom: 0;
}

@media screen and(-webkit-max-device-pixel-ratio:1) {
	.llistat_xarxes_socials .list-group-item a:hover {
		background-position: top center;
		width: 31px;
		height: 30px;
		background-repeat: no-repeat;
		display: initial;
		cursor: pointer;
	}
	.llistat_xarxes_socials .list-group-item a.twitter:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.facebook:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.youtube:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.print:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.blog:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.rss:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.xarxes:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a:hover img {
		visibility: initial;
	}
	.llistat_xarxes_socials .list-group-item a img {
		visibility: initial;
	}
}

@media only screen and(-webkit-min-device-pixel-ratio:1.5) , only screen
		and(-o-min-device-pixel-ratio:3/2) , only screen
		and(min--moz-device-pixel-ratio:1.5) , only screen
	and(min-device-pixel-ratio:1.5) {
	.llistat_xarxes_socials .list-group-item a:hover {
		background-position: top center;
		width: 31px;
		height: 30px;
		background-repeat: no-repeat;
		display: initial;
		cursor: pointer;
	}
	.llistat_xarxes_socials .list-group-item a.twitter:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.facebook:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.youtube:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.print:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.blog:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.rss:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a.xarxes:hover {
		background-image: none;
	}
	.llistat_xarxes_socials .list-group-item a:hover img {
		visibility: initial;
	}
	.llistat_xarxes_socials .list-group-item a img {
		visibility: initial;
	}
}

.leaflet-map-pane, .leaflet-tile, .leaflet-marker-icon,
	.leaflet-marker-shadow, .leaflet-tile-pane, .leaflet-tile-container,
	.leaflet-overlay-pane, .leaflet-shadow-pane, .leaflet-marker-pane,
	.leaflet-popup-pane, .leaflet-overlay-pane svg, .leaflet-zoom-box,
	.leaflet-image-layer, .leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
	display: block;
}

.leaflet-container img {
	max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-tile-pane {
	z-index: 2;
}

.leaflet-objects-pane {
	z-index: 3;
}

.leaflet-overlay-pane {
	z-index: 4;
}

.leaflet-shadow-pane {
	z-index: 5;
}

.leaflet-marker-pane {
	z-index: 6;
}

.leaflet-popup-pane {
	z-index: 7;
}

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
}

.leaflet-top, .leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	left: 0;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup
	{
	opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, 0.25, 1);
	-o-transition: -o-transform .25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform .25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile,
	.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}

.leaflet-container {
	background: #ddd;
	outline: 0;
}

.leaflet-container a {
	color: #0078A8;
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
}

.leaflet-zoom-box {
	border: 2px dotted #05f;
	background: white;
	opacity: .5;
}

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.leaflet-bar a, .leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.leaflet-touch .leaflet-bar {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

.leaflet-touch .leaflet-bar a:last-child {
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom: none;
}

.leaflet-control-zoom-in {
	font: bold 18px 'Lucida Console', Monaco, monospace;
}

.leaflet-control-zoom-out {
	font: bold 22px 'Lucida Console', Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	line-height: 30px;
}

.leaflet-touch .leaflet-control-zoom-out {
	font-size: 28px;
	line-height: 30px;
}

.leaflet-control-layers {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	background: #f8f8f9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
	.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 5px #bbb;
	margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale
	{
	font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	color: black;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	overflow: hidden;
}

.leaflet-control-scale-line:not (:first-child ){
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.leaflet-control-scale-line:not (:first-child ):not (:last-child ){
	border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
	.leaflet-touch .leaflet-bar {
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 4px solid rgba(0, 0, 0, 0.3);
}

.leaflet-popup {
	position: absolute;
	text-align: center;
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
}

.leaflet-popup-content p {
	margin: 18px 0;
}

.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: white;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}

.leaflet-editing-icon {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/* Afegits nous: vmontero */
.table-responsive th{
	background: #d7d7d7;
}
.panel-collapse .categoriesbloc>div {
	font-size: 13px;
}

/* Afegits nous: jmprieto */
 .btnA:hover,
    .btnA:focus {
        -webkit-transform: translateY(-0.20em);
                  transform: translateY(-0.20em);
        -webkit-transition: 0.4s;
                  transition: 0.4s;
        box-shadow: 0 0.8em 0.5em -0.4em rgba(0, 0, 0, .2);
    
    }
    
    .btnA:active {
        -webkit-transform: translateY(0.20em);
                  transform: translateY(0.20em);
        -webkit-transition: 0.4s;
                  transition: 0.4s;
        box-shadow: 0 0.8em 0.5em -0.4em rgba(0, 0, 0, .2);
    
    }

    .chart-wrap {
        --chart-width:420px;
        --grid-color:#aaa;
        --bar-thickness:40px;
        --bar-color1:#ff8000;
        --bar-color2:#59acff;
        --bar-rounded: 3px;
        --bar-spacing:10px;
 
        font-family:sans-serif;
        width:var(--chart-width);
        position:relative;
             
    }
 
    .chart-wrap .grid{
        margin-left:1px;
        position:relativa;
        padding:5px 0 5px 0;
        height:120px;
        width:100%;
        border-left:2px solid #aaa;
        z-index: 10;
    }
   
	.aprovacio{
		margin-top:-5px;
		margin-left:100%;
		position:absolute;
		z-index: 20;
	}
    
    .chart-wrap .bar {
        height:var(--bar-thickness);
        margin:var(--bar-spacing) 0;
        border-radius:0 var(--bar-rounded) var(--bar-rounded) 0;
    }
    
    .chart-wrap .calefaccio{
    	background-color:var(--bar-color1);
    	color:#000000;
    	
    }
    
     .chart-wrap .refrigeracio{
    	background-color:var(--bar-color2);
    	color:#000000;
    	
    }
 
    .chart-wrap .bar:hover{
        opacity:0.7;
    }
 
    .chart-wrap .bar::after{
        content:attr(data-name);
        padding:11px;
        display:flex;
        white-space:nowrap;
    }
     
    .textIcon{
    	font-family: 'OpenSansRegular'; 
    	font-size: 14px; 
    	vertical-align: top;
    	max-width :70px
    }
    
    .icon{
    	margin:0px 20px 10px 20px;
    	width:80px; 
    	height:80px;
    }
    
    .textIconHabitat{
    	font-family: 'OpenSansRegular'; 
    	font-size: 12px; 
    	vertical-align: top;
    	
    }
    
    .iconHabitat{
    	margin-bottom:10px;
    	width:55px; 
    	height:55px;
    }
    
       
     @media ( max-width :1024px) {
     
     .textIcon{
    	font-family: 'OpenSansRegular'; 
    	font-size: 12px; 
    	vertical-align: top;
    
    	}
    
    .icon{
     	margin:0px 10px 10px 10px;
    	width:60px; 
    	height:60px;
    	}
    }
    
	.btn{
    	float:right;
    	position:relative;
    	}	
    	
    .btnContainer{
    	display: flex; 
    	align-items:center;
    	
    }
    
    .pull-back{
    	display:flex;
    	align-items:end;
    	float: right !important;
    }	
    
    .btnImg{
    	margin-left:5px;
    }
    
	.btnText{
		text-align: right;
		font-size: 11px;
	    font-weight: normal;
	    line-height: 1.2;
	}
    
    .imgCadastre{
    	width:200px;
    	border-radius: 5px;
    	box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    }
    
    .imgCadastre:hover,
    .imgCadastre:focus {
    -webkit-transform: translateY(-0.25em);
          	transform: translateY(-0.25em);
    -webkit-transition: 0.4s;
  			transition: 0.4s;
    box-shadow: 0 0.8em 0.5em -0.4em rgba(0, 0, 0, .3);
    
    }
       
    .imgCadastreObert{
    	width:800px;
    	border-radius:5px;
    	
    }
        
    @media ( max-width :568px) {
    
     .imgCadastre{
    	display:block;
    	margin:auto;
    	width:400px;
    	box-shadow: 0 3px 3px rgba(0, 0, 0, .6);
    	
    }
    
    .chart-wrap {
        --chart-width:320px;
    }
    
    .chart-wrap .grid::after{
        right:75px; 
    	}
    
    }
    
    .popup_img {
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10050;
		display: none;
		overflow: hidden;
		outline: 0;
		background:rgba(0, 0, 0, 0.7);
	}
	
	.popup-dialog {
		position: relative;
		width: auto;
		margin: auto;
	}

    .popup-full {  
		top:15%;  
		text-align:center;
		width: 800px;
			
	}
	
	.certificatVol{
		width: 100%; 
		margin: 5px 3px; 
		font-family: 'OpenSansSemibold'; 
		font-size: 12px; 
		float:left;
		}
		
	@media ( max-width :685px){
		.certificatVol{
		font-size: 11px; 
		}
	}
	   
	@media ( max-width :888px) {
    
    .imgCadastreObert{
    	width:600px;
        }
        
     .popup-full {  
		top:25%;  
		display: flex;
	  	align-items: center;
	  	justify-content: center;
		width: 600px;
     	}
	}
	
	.closeImg {
		float:right !important;
		font-size:20px;	 
		margin:20px;
 		padding: 5px 13px;
		background: none;
		color: white;
		border-radius: 100%;
		border:3px solid #ffffff;
	}
	
	.col-xs-tresColumnes-30 {
		width: 30%;
		float: left;
		position: relative;
		min-height: 50px;
		margin: 20px 0px;
	}
	
	.col-xs-main-50-etiquetes{
	float: left;
	position: relative;
	min-height: 20px;
	width: 90%;
	}
	
	.colInstalacions{
	width: 35%;
	float: left;
	position: relative;
	min-height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	}
	
	.colTancaments{
	width: 40%;
	float: left;
	position: relative;
	min-height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	}
	
	@media ( max-width :992px) {
		.colInstalacions{
		width: 45%;
		}
		.colTancaments{
		width: 55%;
		}
	}
	
	@media ( max-width :738px) {
		.colInstalacions{
		width: 50%;
		}
		.colTancaments{
		width: 50%;
		}
	}
	

	