/*
Theme Name: smartweb
Theme URI: http://underscores.me/
Author: Globals D&D
Author URI: http://www.globals.cat
Description: Smartweb 1.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartweb
Tags:

This theme, like WordPress, is licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
	color: #99132D;
	font-weight: 700;
}

a:hover {
	color: #771029!important;
	text-decoration: none;
}

a:active,
a:hover,
a:focus {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
  display: inline-block;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

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 {
	border: 0;
	padding: 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-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.ch1sli{
	    font-size: 83px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #9A162E;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Passion One', cursive;

	-epub-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

.pageTitle {
	border-left: 6px solid #e7353e;
	line-height: 0.85;
	padding-left: 6px;
}

h1 {
	font-size: 83px;
	font-weight: 700;
	margin-bottom: 60px;
	color: #9A162E;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #4d4d4d;
	border-left: 3px solid #9A162E;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #4d4d4d;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #4d4d4d;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
	color: #4d4d4d;
}

h6 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #8a8a89;
}

p {
	color: #3C3C3B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;

	-epub-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

li {
	color: #3C3C3B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Utils
--------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}

.circular {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  margin-bottom: 50px!important;
}

.noMargin {
	margin: 0;
}

.noBorderh2 {
	border-left: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blanc {
	color: #fff;
}

.roig {
	color: #99142D;
}

.section-marges {
	margin-top: 46px;
	margin-bottom: 46px;
}

.section-padding{
		padding-top: 46px;
		padding-bottom: 46px;
}

.noPadding {
	padding: 0;
}

.text-white {
	color: #ffffff;
}

.element-center {
	margin: 0 auto;
	display: table;
}

.element-right {
	margin: 0 0 0 auto; display: table;
}

.hypens-auto {
	-epub-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.hypens-none {
	-epub-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
		flex: 1;
}
.flex-row {
	width: auto;
}
.flex-item {
	text-align: center;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modalClose::after {
	content: "";
	border-bottom: 2px solid #cc2f37;
	display: inline-block;
	position: absolute;
	width: 60px;
	left: 0;

	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modalClose::before {
	content: "";
	border-bottom: 2px solid #cc2f37;
	display: inline-block;
	position: absolute;
	width: 60px;
	left: 0;

	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


.modal-dialog {
    width: 660px;
    margin: 140px auto;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}*/

input[type="submit"] {
	float: right;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.form-group > label {
	color: #706f6f;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.form-group > span > input {
	height: 40px;
}

.form-group > span > input,
.form-group > span > textarea {
	border: 1px solid #ededed;
	background-color: #ededed;
	font-family: 'Roboto', sans-serif;
	box-shadow: none;
}

.form-group > span > textarea {
	width: 100%;
	resize: none;
}

.form-control {
	padding: 6px 12px !important;
}

.seguretat{
	margin-bottom: 15px;
}

.seguretat-popup{
	margin-bottom: 15px;
	margin-top:30px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.icono-header {
	margin-left: 5px;
}

.icono-header2 {
	margin-left: 5px;
	color: #fff;
}

.icono-header2 a{
	color: #fff;

}

#the-menu:not( .mm-menu ) {
   display: none;
}

.mm-listview > li > a, .mm-listview > li > span {
	padding: 18px 10px 17px 20px;
}

.navContainer {
	float: right;
}

.nav {
	float:left;
}

.nav > li {
	/*display: inline-block;*/
	float: left;
	position: relative;
}

.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus {
	color: #575756;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
	padding: 23px 22px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
		 -moz-transition: -moz-transform 0.3s;
		  -ms-transition: -ms-transform 0.3s;
			 -o-transition: -o-transform 0.3s;
	        transition: transform 0.3s;
}

.nav > li > a:hover {
	-webkit-transform: translateY(-4px);
		 -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
		   -o-transform: translateY(-4px);
	        transform: translateY(-4px);
}

.nav > li:nth-child(1) > .dropdown-menu,
.nav > li:nth-child(2) > .dropdown-menu {
	display: block;
	max-height: 0;
	overflow: hidden;
	margin-left: 0;
	transition: max-height 0.5s ease-out;
	-moz-transition: max-height 0.5s ease-out;
	-webkit-transition: max-height 0.5s ease-out;
	-ms-transition: max-height 0.5s ease-out;
	-o-transition: max-height 0.5s ease-out;
	box-shadow: 0 13px 12px rgba(0,0,0,.175);
	width: 610px;
	position: absolute;
	left: 64px;
	top: 70px;
	padding: 0;
	margin: 0;
	background-color: rgba(29, 29, 27, 0.98);
}

.nav > li:nth-child(2) > .dropdown-menu {
	width: 910px;
}

.nav > li:nth-child(1):hover > .dropdown-menu,
.nav > li:nth-child(2):hover > .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	max-height: 188px;
	transition: max-height 0.2s ease-in;
	-moz-transition: max-height 0.2s ease-in;
	-webkit-transition: max-height 0.2s ease-in;
	-ms-transition: max-height 0.2s ease-in;
	-o-transition: max-height 0.2s ease-in;
}

.nav > li:nth-child(2):hover > .dropdown-menu {
		max-height: 360px;
}

.nav > li:nth-child(1) > .dropdown-menu > li,
.nav > li:nth-child(2) > .dropdown-menu > li {
	padding: 0 30px 0 39px;
	margin: 16px 0 0;
	float: left;
	min-height: 140px;
	list-style: none;
}

.nav > li:nth-child(2) > .dropdown-menu > li{
	padding: 0 0 0 39px;
}

.nav > li:nth-child(2) > .dropdown-menu > li {
	min-height: 25px;
	    width: 220px;
}

.nav > li:nth-child(1) > .dropdown-menu > li > a,
.nav > li:nth-child(1) > .dropdown-menu > li > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > a,
.nav > li:nth-child(2) > .dropdown-menu > li > a:focus,
.nav > li:nth-child(2) > .dropdown-menu > li > a:hover {
	text-transform: uppercase;
	color: #ffffff!important;
	background-color: unset;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	padding-left: 0;
	cursor: inherit;
	font-size: 12px;
}

.nav > li:nth-child(1) > .dropdown-menu > li > a,
.nav > li:nth-child(1) > .dropdown-menu > li > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > a:hover {
	pointer-events: none;
	cursor: default;
}

#navList > li:nth-child(2) > ul > li:nth-child(3):hover a,
#navList > li:nth-child(2) > ul > li:nth-child(4):hover a,
#navList > li:nth-child(2) > ul > li:nth-child(5):hover a,
#navList > li:nth-child(2) > ul > li:nth-child(6):hover a{
	opacity: .6;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}


.nav > li:nth-child(1) > .dropdown-menu > li > ul,
.nav > li:nth-child(2) > .dropdown-menu > li > ul {
	visibility: visible;
	max-height: 480px;
	position: relative;
	background-color: transparent;
	float: none;
}

.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a:focus,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a:hover {
	font-size: 13px;
	font-weight: 300;
	color: #9f9f9f!important;
	font-family: 'Roboto', sans-serif;
	background-color: unset;
	padding-bottom: 3px;
	padding-left: 0;
	width: 200px;
	transition: padding-left 0.2s ease-in;
	-moz-transition: padding 0.2s ease-in;
	-webkit-transition: padding 0.2s ease-in;
	-ms-transition: padding 0.2s ease-in;
	-o-transition: padding 0.2s ease-in;
}

.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a:hover {
	opacity: .6;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.nav > li:nth-child(1) > .dropdown-menu > li > ul > li:last-child > a,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li:last-child > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li:last-child > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li:last-child > a,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li:last-child > a:focus,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li:last-child > a:hover {
	border: none;
}

.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a {
  white-space: normal!important;
}

.nav > li:nth-child(2) > .dropdown-menu > li:nth-child(1) > ul > li > a,
.nav > li:nth-child(2) > ul > li:nth-child(1) {
		width: 220px;
}

.nav > li:nth-child(2) > .dropdown-menu > li:nth-child(2) > ul > li > a,
.nav > li:nth-child(2) > ul > li:nth-child(2) {
	width: 220px;
}

.nav > li:nth-child(2) > ul > li:last-child {
	width: 910px;
  background-color: #1d1d1b;
  padding-top: 4px;
  padding-left: 40px;
  /*margin-bottom: 20px;*/
}

.nav > li:nth-child(2) > ul > li:last-child > a:before {
  content: "\f059";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #771029;
  font-size: 18px;
  padding-right: 0.5em;

  position: relative;
  top: 2px;

  /*position: absolute;
  bottom: 4px;
  left: 50px;*/
}


/*.nav > li:last-child {
	width: 145px;
	line-height: 1;
}

.nav > li:last-child > a,
.nav > li:last-child > a:hover,
.nav > li:last-child > a:focus {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 19px 22px;
	color: black;
}*/

.dropdown > ul{
	display: block;
	max-height: 0;
	overflow: hidden;

	left: 50%;
	transform: translateX(-50%);

	transition: max-height 0.45s ease-out;
	-moz-transition: max-height 0.45s ease-out;
	-webkit-transition: max-height 0.45s ease-out;
	-ms-transition: max-height 0.45s ease-out;
	-o-transition: max-height 0.45s ease-out;
}

.dropdown:hover > ul {
	display: block;
	/*visibility: visible;
	opacity: 1;*/
	max-height: 430px;
	transition: max-height 0.3s ease-in;
	-moz-transition: max-height 0.3s ease-in;
	-webkit-transition: max-height 0.3s ease-in;
	-ms-transition: max-height 0.3s ease-in;
	-o-transition: max-height 0.3s ease-in;
}

.dropdown-menu {
	background-color: #333435;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
  min-width: 100px;
}

.dropdown-menu > .dropdown-menu-wrap > li > a,
.dropdown-menu > .dropdown-menu-wrap > li > a:focus,
.dropdown-menu > .dropdown-menu-wrap > li > a:hover {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 15px;
	background-color: transparent;
	white-space: nowrap;
	text-decoration: none;

	display: block;
  clear: both;
  line-height: 1.42857143;
}

.dropdown-menu > .dropdown-menu-wrap > li > a:hover {
	background-color: #e6333e;
	color: #ffffff;
}

.dropdown-menu > .dropdown-menu-wrap > li:not(:last-child) {
	border-bottom: 1px solid #878787;
}

.subHeaderNavContainer {
	float: left;
}

.subHeaderNav {
	float:left;
	margin: 0;
	padding: 0;
}

.subHeaderNav > li {
	display: inline-block;
	position: relative;
}

.subHeaderNav > li > a,
.subHeaderNav > li > a:hover,
.subHeaderNav > li > a:focus {
	background-color: transparent;
	color: #5e5e5e;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 18.5px 15px;
	position: relative;
}

.subHeaderNav > li > a:hover {
	text-decoration: none;
}

.subHeaderNav > li:not(:last-child) > a,
.subHeaderNav > li:not(:last-child) > a:hover,
.subHeaderNav > li:not(:last-child) > a:focus {
	padding-right: 0;
}

.subHeaderNav > li:not(:last-child) > a::after {
	content: "|";
	color: black;
	padding-left: 15px;
}

.mobile-header {
	float: left;
}

.navbar-button {
	border: 1px solid transparent;
	border-radius: 25px;

	display: none;
	padding: 11px 14px 14px;
	margin: 9px 6px 6px;
	position: relative;
	float: right;

	-webkit-transition: all 500ms;
		 -moz-transition: all 500ms;
		  -ms-transition: all 500ms;
			 -o-transition: all 500ms;
	        transition: all 500ms;
}

.navbar-button:hover {
	border: 1px solid transparent;
	border-radius: 25px;
	-webkit-transition: all 500ms;
			 -o-transition: all 500ms;
			-ms-transition: all 500ms;
		 -moz-transition: all 500ms;
	        transition: all 500ms;
}

.icon-bar {
	background-color: #000000;
	border-radius: 1px;
	display: block;
	height: 2px;
	margin-top: 4px;
	width: 22px;
}

.li-agenda {
	float: left;
	position: relative;
}

.agenda-menu,
.agenda-menu:focus {
	color: #ffffff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
	padding: 23px 22px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
	display: inline-block;
}

.agenda-menu:hover {
	color: #fff;
	text-decoration: none;
  transform: translateY(-4px);
}

.agenda-menu-movil {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Theme structure
--------------------------------------------------------------*/
.globalWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-box-direction: normal;
	-o-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mainBodyFlex2 {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-box-direction: normal;
	-o-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	/*min-height: calc(100vh - 150px);*/
}

.contentFlex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.allHeight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

.map{
	width: 100%;
	height: 300px;
}

.initialSpacing {
	height: 102px;
}

/*--------------------------------------------------------------
## Language selector
--------------------------------------------------------------*/
.languageContainer {
	border: 1px solid transparent;
	border-radius: 25px;
	float: left;
	margin-top: 0px;
	padding: 3px 9px 1px 0;
}

.language {
	height: auto;
	margin: 0;
	padding: 0;
}

.language > li {
	display: inline-block;
}

.language > li > a,
.language > li > a:hover,
.language > li > a:focus {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
	font-weight: 300;
  padding: 0 0 0 10px;
  -webkit-transition: color 0.3s ease-out;
		 -moz-transition: color 0.3s ease-out;
		  -ms-transition: color 0.3s ease-out;
			 -o-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out;
	text-decoration: none;
	text-transform: uppercase;
}

.language > li > a:after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 10px;
	height: 6px;
	width: 6px;

	-o-transform: rotate(-45deg) skew(8deg, 8deg);
	-ms-transform: rotate(-45deg) skew(8deg, 8deg);
	-moz-transform: rotate(-45deg) skew(8deg, 8deg);
	-webkit-transform: rotate(-45deg) skew(8deg, 8deg);
	transform: rotate(-45deg) skew(8deg, 8deg);
}

.language > li > a:focus {
	-webkit-transition: color 0.3s ease-in;
		 -moz-transition: color 0.3s ease-in;
		 	-ms-transition: color 0.3s ease-in;
		 	 -o-transition: color 0.3s ease-in;
	        transition: color 0.3s ease-in;
}

.language > li:hover > .lang-dropdown {
	display: block;
  margin-top: 2px;
}

.lang-dropdown {
	background-color: rgba(153,20,45,0.9);;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 62px;
	box-shadow: none;
}

.lang-dropdown > li > a,
.lang-dropdown > li > a:hover,
.lang-dropdown > li > a:focus {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 6px 14px;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
		 -moz-transition: color 0.3s ease-in;
			-ms-transition: color 0.3s ease-in;
			 -o-transition: color 0.3s ease-in;
	        transition: color 0.3s ease-in;
	text-transform: uppercase;
}

.lang-dropdown > li > a:hover {
	color: #444444;
	-webkit-transition: color 0.3s ease-out;
		 -moz-transition: color 0.3s ease-out;
		  -ms-transition: color 0.3s ease-out;
			 -o-transition: color 0.3s ease-out;
			 		transition: color 0.3s ease-out;
}

.lang-dropdown > li:first-child > a,
.lang-dropdown > li:first-child > a:hover,
.lang-dropdown > li:first-child > a:focus {
	padding: 6px 14px;
}
/*
.lang-dropdown > li:last-child > a,
.lang-dropdown > li:last-child > a:hover,
.lang-dropdown > li:last-child > a:focus {
	padding: 6px 14px 6px 10px;
}*/

.languageContainerFooter {
	float: right;
	padding-right: 0;
}

.languageContainerFooter > ul > li > ul {
	background-color: #333333;
}

.languageContainerFlat {
	float: left;padding: 21px 0 0 60px;
}

.languageContainerFlat > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.languageContainerFlat > ul > li {
	display: inline-block;
}

.languageContainerFlat > ul > li:first-child::before {
	content:'';
	position: absolute;
}

.languageContainerFlat > ul > li::before {
	content:'|';
	font-family: 'Roboto', sans-serif;
	padding-left: 7px;
	color: #000000;
}

.languageContainerFlat > ul > li > a,
.languageContainerFlat > ul > li > a:focus,
.languageContainerFlat > ul > li > a:hover {
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 0 8px;
	-webkit-transition: color 0.3s ease-out;
		 -moz-transition: color 0.3s ease-out;
			-ms-transition: color 0.3s ease-out;
			 -o-transition: color 0.3s ease-out;
					transition: color 0.3s ease-out;
	text-decoration: none;
	text-transform: uppercase;
}

.languageContainerFooter {
	display: none;
	padding: 20px 0!important;
	width: 100%!important;
}

.languageContainerFooter > .languageFlat {
	display: table;
	margin: 0 auto;
}


/*--------------------------------------------------------------
## Galeria
--------------------------------------------------------------*/
.title-block_1 a {
		color: #fff!important;
		font-weight: 600!important;
		pointer: cursor;
    pointer-events: none;
}

#gicboxCurrent {
		display: none!important;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Modal més informació
--------------------------------------------------------------*/
.modalMesInformacioLogo {
	display: inline-block;
	margin: 20px 0 0 0;
	max-height: 60px;
}

.modalMesInformacioLogoAqua {
	display: inline-block;
	margin: 20px 0 0 28px;
	max-height: 60px;
}

.modalButtonContainer > .buttonClass1,
.modalButtonContainer > .buttonClass1:focus,
.modalButtonContainer > .buttonClass1:hover {
	box-shadow: none;
	line-height: inherit;
	border-radius: 0;
	text-shadow: none;
	padding: 8px 22px;
}

.modal-contentMesInformacio {
	min-width: 752px;
}

.containerMesInformacio {
	position: relative;
}

.closeModalMesInformacio {
	position: absolute;
	top: 10px;
	right: 8px;
	height: 60px;
	width: 60px;
	opacity: 1!important;
	z-index: 1;
}
.closeModalMesInformacio:hover {
	opacity: 0.8!important;
}

.modalMesInformacioContainer > h1 {
	margin: 40px 0 6px 0;
}

.acceptanceContainerModalMesInformacio > .acceptanceCheck::before {
	margin-top: 14px!important;
}

.enviaLinkContainerNormalFix > input {
	float: none!important;
	padding: 11px 26px!important;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumbContainer {
	color: #333333;
	font-size: 13px;
	font-weight: 300;
	padding: 45px 0 0;
	width: 100%;
}

.breadcrumbContainer > a,
.breadcrumbContainer > a:focus,
.breadcrumbContainer > a:hover {
	color: #333333;
}

.breadcrumbCurrent{
	color: #575756;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/


.buttonClass1,
.buttonClass1:focus,
.buttonClass1:hover {
	background-color: #AB162B;
	border: 2px solid #AB162B;
	border-radius: 23px;
  color: #ffffff;
	font-size: 14px;
	font-weight: 700;
  outline: 0;
  padding: 10px 22px;
  text-decoration: none;
	display: inline-block;
  -webkit-transition: all 0.1s ease-out;
		 -moz-transition: all 0.1s ease-out;
		  -ms-transition: all 0.1s ease-out;
			 -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

.buttonClass1:hover {
	color: #AB162B;
	background-color: #fff;
  -webkit-transition: all 0.1s ease-in;
		 -moz-transition: all 0.1s ease-in;
		  -ms-transition: all 0.1s ease-in;
			 -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited{
		background-color: #AB162B !important;
		border: 2px solid #AB162B !important;
		border-radius: 23px !important;
	  	color: #ffffff !important;
		font-size: 10px !important;
		font-weight: 700 !important;
		  outline: 0 !important;
		  padding: 6px 10px !important;
		  text-decoration: none !important;
			display: inline-block !important;
		  -webkit-transition: all 0.1s ease-out !important;
				 -moz-transition: all 0.1s ease-out  !important;
				  -ms-transition: all 0.1s ease-out !important;
					 -o-transition: all 0.1s ease-out !important;
		          transition: all 0.1s ease-out !important;
		          text-shadow:none !important;
}

.cli-plugin-button, .cli-plugin-button:visited{
	background:transparent !important;
}

.buttonClass2,
.buttonClass2:focus,
.buttonClass2:hover {
	background-color: #ffffff;
	border: 2px solid #ffffff;
  color: #e63228;
	font-size: 16px;
	font-weight: 900;
  outline: 0;
  padding: 11px 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		  -ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.buttonClass2:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,0.2);
  -webkit-transition: all 0.3s ease-in;
		 -moz-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
			 -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.buttonClass3,
.buttonClass3:focus,
.buttonClass3:hover {
	background-color: #e6333e;
	border: 2px solid #e6333e;
  color: #ffffff;
	font-size: 16px;
	font-weight: 900;
  outline: 0;
  padding: 11px 48px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		  -ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.buttonClass3:hover {
	background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
		 -moz-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
			 -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
	height: auto;
	z-index: 5;
}

.masterHeadFixed {
	position: fixed!important;
	right: 0;
	left: 0;
	top: 0!important;
	width: 100%;
	box-shadow: 2px -4px 25px #333333;
	z-index: 99;
}

.subHeader {
	min-height: 30px;
	background-color: rgba(153,20,45,0.95);
	color: #fff;
}

.subHeaderLogoContainer {
	line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
	font-size: 13px;
	color: #fff;
}

.bodyHeader {
	min-height: 70px;
	position: relative;
	background-color: rgba(249,249,249,0.95);
}

.subHeaderLogoContainer {
	float: left;
}

.subHeaderLogo {
	margin: 0 35px 0 30px;
}

.subHeaderLogo,
.subHeaderLogoAqua {
	float: left;
	max-height: 60px;
}

.subHeaderMenuContainer {
	float: right;
}

.logoHeaderContainer {
	float: left;
}

.logoHeaderLink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.logoHeader {
	max-height: 55px;
	margin-top: 8px;
	margin-left: 15px;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.descarregaAgendaEsportiva {
	background-color: #333333;
}

.descarregaAgendaEsportivaContainer {
	padding: 30px 0;
}

.img-descarregaAgendaEsportiva {
	display: inline-block;
	float: left;
	max-height: 55px;
	margin-right: 25px;
	width: auto;
}

.descarregaAgendaEsportivaTextContainer {
	display: inline-block;
	float: left;
}

.descarregaAgendaEsportivaTextContainer > h2,
.descarregaAgendaEsportivaTextContainer > p {
	color: #ffffff;
	margin: 0;
}

.descarregaAgendaEsportivaContainer > a,
.descarregaAgendaEsportivaContainer > a:focus,
.descarregaAgendaEsportivaContainer > a:hover {
	display: inline-block;
	margin-left: 35px;
}

.agenda-esportives{
	margin-bottom: 80px;
}

.gaudeixDelsAvantatges {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.gaudeixDelsAvantatgesContainer {
	display: table;
	margin: 0 auto;
	max-width: 285px;
	padding: 33px 0 41px;
}

.gaudeixDelsAvantatgesContainer > h2 {
	color: #ffffff;
	text-align: center;
}

.gaudeixDelsAvantatgesContainer > a {
	display: table;
	margin: 0 auto;
}

.img-gaudeixDelsAvantatges {
	display: table;
	max-height: 120px;
	margin: 0 auto;
	width: auto;
}

.separator-gaudeixDelsAvantatges {
	padding: 50px 0;
}

.tortosaEsport {
	background-color: grey;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.tortosaEsportContainerBackground {
	background-color: rgba(0, 0, 0, 0.6);
}

.tortosaEsportContainer {
	padding: 98px 0 94px 68px;
	max-width: 590px;
}

.tortosaEsportContainer > h2 {
	margin-bottom: 12px;
}

.tortosaEsportContainer > h2,
.tortosaEsportContainer > p {
	color: #ffffff;
}

.img-tortosaEsport {
	max-height: 92px;
	margin-bottom: 22px;
	width: auto;
}

.homeOfertaActivitatsContainer {
	max-width: 760px;
}

.homeOfertaActivitatsContainer > h1 {
	margin: 66px 0 20px;
}

.homeActivitats {
	padding-bottom: 44px;
}

.lleiEsport {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.lleiEsportContainerBackground {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 80px 0 50px;
}

.lleiEsportAll {
	max-width: 1160px;
}

.lleiEsportContainerLeft > p,
.lleiEsportContainerRight > p,
.lleiEsportContainerRight > ul > li {
	color: #ffffff;
}

.lleiEsportContainerLeft {
	border-right: 2px solid #fff;
	padding-right: 54px;
	text-align: justify;
}

.lleiEsportContainerRight {
	padding-left: 23px;
}

.lleiEsportContainerRight > ul {
	margin-left: 0;
	padding-left: 15px;
}

.lleiEsportContainerRight > ul > li {
	padding-bottom: 20px;
}

.lleiElPitjorRisc {
	padding: 103px 0 142px;
}

.lleiElPitjorRiscContainer {
	padding-right: 40px;
}

.img-lleiElPitjorRisc {
	padding-top: 60px;
	display: table;
	margin: 0 auto;
	max-height: 500px;
	width: auto;
}

/*--------------------------------------------------------------
## Carousel Home
--------------------------------------------------------------*/
.carousel-caption {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 37px;
	text-shadow: none;
}

.carousel-text {
	max-width: 598px;
}

.img-carousel {
	margin: 0 0 0 auto;
  display: table;
	max-height: 317px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: auto;
	min-height: 388px;
	width: 100%;
	margin: auto;
}

.carousel-home-container {
	padding-top: 128px;
}

.carousel-home-container  h1,
.carousel-home-container  h2,
.carousel-home-container  a {
	text-align: left;
}

.carousel-home-container  h1 {
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 70px;
}

.carousel-home-container  h2 {
	margin-top: 5px;
	margin-bottom:23px;
	border: none!important;
	padding: 0px;
}

.carousel-home-container  a,
.carousel-home-container  a:focus,
.carousel-home-container  a:hover {

	display: table;

}


.carousel-inner-home {
	height: 520px;
	margin-top: -102px;
}

.carousel-indicators {
	text-align: left;
	list-style: none;
	margin-top: 50px;
	display: block;
}

.carousel-indicators li {
	background-color: #aaa!important;
  width: 17px!important;
  height: 17px!important;
	border: 2px solid #aaa;
  margin-bottom: -40px;
}

.carousel-indicators .active {
	background-color: #fff!important;
  width: 17px!important;
  height: 17px!important;
	border: 2px solid #aaa;
  margin-bottom: -40px;
}

.slider-home {
	height: auto;
	width: 100%;
	margin: auto;
	max-height:520px;
	background-size: size !important;
	background-position:center center;
	background-repeat:no-repeat;
	}

/*-----------------------
##Carousel fade
------------------------*/

.carousel-fade .carousel-inner .item{
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade {
	max-height: 500px;
}

.carousel-fade .carousel-inner img {
	min-height: 0px;
	max-height: 500px;
	width: auto;
}

/*-----------------------
##Carousels generals
------------------------*/

.carousel-control.right,
.carousel-control.left {
	color: #fff!important;
	background-image: none!important;
	display: none!important;
}


/*-----------------------
## Ryuga
-----------------------*/

.img-capsalera-ryuga {
	min-height: 400px;
}

.spanherramientas p {
    margin-top: 50px;
}


/*-----------------------
## Donde estamos
-----------------------*/
.titols-como-llegar {
	margin-top: 40px;
}

.dondeestamos-parallax h3 {
	font-size: 60px;
  margin-top: 0px;
}

.dondeestamos-parallax {
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.parallax-margin-top {
	margin-top: 30px;
}

.dondeEstamos-avion tr:first-child {
	border-bottom: 2px solid #ccc;
}

.section-dondeestamos ul,
.section-dondeestamos ol {
	margin: 0px;
	margin-bottom: 20px;
}

.section-dondeestamos h3{
	margin-bottom: 10px;
}

.p-avion {
	margin-bottom: 5px;
}
.p-avion2 {
	padding-top: 25px;
}

.dondeEstamos-avion .table>tbody>tr>td,
.dondeEstamos-avion .table>tbody>tr>th,
.dondeEstamos-avion .table>tfoot>tr>td,
.dondeEstamos-avion .table>tfoot>tr>th,
.dondeEstamos-avion .table>thead>tr>td,
.dondeEstamos-avion .table>thead>tr>th {
	border-top: 0px solid transparent;
}


/*-----------------------
## Exposicion de bonsais
-----------------------*/
.section-visitas h3 {
	font-size: 30px;
}

/*-----------------------
## Información turística
-----------------------*/
.tripadvisor-link {
  margin-top: 35px;
	text-align: right;
}

.tripadvisor-link p{
	color: #4a9854;
	font-weight: 700;
  font-family: 'Passion One', cursive;
}

.tripadvisor-link p {
  margin-top: 40px;
}

.nom-hotel {
	font-weight: bold;
	margin-bottom: 20px;
}

.actividad-turistica{
	margin-bottom: 50px;
}

.informacion-turistica p,
.actividad-turistica p {
	margin-bottom: 10px
}

.centrat-tripadvisor {
	display: inline-block;
	vertical-align: middle;
}

/*-----------------------
## Fichas técnicas
-----------------------*/

.fichatecnica-text-container {
    margin: 0 auto;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}

.show-more {
    padding: 10px 0;
}


.subsubheaderFitxes {
	width: 100%;
	background-color: #EDEDED;
	text-align: center;
	min-height: 20px;
}


.subsubheaderFitxes a,
.subsubheaderFitxes a:hover {
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	color: #3C3C3B;
}

.borderLeftRight {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
	min-height: 40px;
}

.fichasTecnicas-1 {
	font-weight: 700;
	font-size: 26px;
  line-height: 30px;
}

.content-fichastecnicasGeneral {
	text-align: center;
}

.tipoFichaTecnica {
	text-align: center;
}

.tipoFichaTecnica:hover img,
.tipoFichaTecnica:hover h3{
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tipoFichaTecnica h3 {
	font-size: 18px;
	height: 50px;
}

.fichastecnicas-fitxa h3,
.fichastecnicas-fitxa p {
	margin-bottom: 5px;
}

.h3gris {
	color: #bbbbbb;
	margin-bottom: 0px!important;
	margin-top: 15px;
	font-size: 20px;
}

.h3prim {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #333;
	margin-bottom: 0px!important;
}

.fichastecnicas-fitxa img {
	margin-top: 15px;
}

.espai-fichastecnicas {
		margin-top: 10px;
}

/*--------------------------------------------------------------
## Compartir
--------------------------------------------------------------*/
.addthis_default_style{
	display: inline-block!important;
  margin: 0px!important;
  padding-top: 10px!important;
}

.comparte {
	font-size: 24px;
	font-weight: 700;
	color: #4d4d4d;
	clear: both;
	font-family: 'Passion One', cursive;
	display: inline;
	float: left;
	margin-right: 20px;
}

.noTopInner {
	margin-top: 10px!important;
}
/*--------------------------------------------------------------
## Patrocinadors
--------------------------------------------------------------*/
.patrocinadors {
	padding: 24px 0 46px 0;
}

.patrocinadorsContainer > h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.nbs-flexisel-container {
  position:relative;
  max-width:100%;
}

.nbs-flexisel-ul {
  position:relative;
  width:9999px;
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}

.nbs-flexisel-inner {
	padding-top: 0;
  overflow:hidden;
  float:left;
  width:100%;
}

.nbs-flexisel-item {
  float:left;
  margin:0;
  padding:0;
  cursor:pointer;
  position:relative;
  line-height:0;
}

.nbs-flexisel-item img {
  width: 120px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Entitats Esportives
--------------------------------------------------------------*/
.entitats {
	padding: 24px 0 46px 0;
}

.subheaderContainer{
	margin-bottom: 60px;
}

.thumbnail .img-caption{
	height:100px;
}
.thumbnail img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
}
.thumbnail {
	border:0px;
	text-align:center;
}

.div-imatgeEntitats:not(:nth-child(4n)) .separador-entitatsEsportives {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}
.div-imatgeEntitats:last-child .separador-entitatsEsportives {
	border-right: none;
}

/*--------------------------------------------------------------
## Inscripcions
--------------------------------------------------------------*/

.mesInfoInscripcions {
	text-decoration: none!important;
}

.mesInfoInscripcions > p {
	font-size: 24px;
  color: #e7353e;
  text-align: right;
  font-weight: 600;
  line-height: 0px;
  white-space: nowrap;
  margin-top: 35px;
}

.file-inscripcions:hover,
.mesInfoInscripcions:hover > p {
	opacity: 0.7;
}

.file-inscripcions{
	color: #c6c6c6;
  float: right;
  line-height: 63px!important;
}

.h2-inscripcions, .icono-inscripcions{
	line-height: 63px!important;
  margin: 0px;
}

.underlined-inscripcions {
	border-bottom: 1px solid #c6c6c6;
}

/*--------------------------------------------------------------
## Instal·lacions
--------------------------------------------------------------*/

.headerInstalacions {
	background-color: #333334;
	width: 100%;
	height: 69px;
	margin-bottom: 50px;
}

.instalacions-menu {
	padding: 0;
	display: table;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin: 0px;
}

.instalacions-menu li {
	display: table-cell!important;
	list-style-type: none;
	width: 16%;
  text-align: center;
}

.instalacions-menu a,
.instalacions-menu a:visited {
	color: #fff;
	text-decoration: none!important;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 69px;
	font-weight: 600;
}

.instalacions-menu li:hover,
.instalacions-menu li.active {
	background-color: #545454;
	box-sizing: border-box;
}


.sidebar-menu{
	padding:0px !important;
	margin: 0px !important;
  margin-top: 16px!important;
}

.sidebar-menu:active{
	color: red!important;
}


.sidebar-menu li:before {
	content: none!important;
}

.sidebar-menu li:not(:first-child){
  list-style: none;
	border-top: 1px solid #ccc;
}

.sidebar-menu li:last-child {
    list-style: none;
    border-bottom: 1px solid #ccc;
}


.sidebar-menu li:last-child{
	border-bottom: 1px solid #ccc;
}

.sidebar-menu li a{
	font-size:16px;
	color:#4d4d4d;
	list-style: none;
	font-weight: 400;
}

.sidebar-menu li a:hover{
	opacity: .6!important;
	color:#4d4d4d!important;
}

.sidebar-menu li:active a{
	color: blue!important;
}

.sidebar-menu a .active {
	color: red!important;
}

.childInstalacions-sidebar {
	margin: 0px;
	padding: 0px;
}

.childInstalacions-sidebar li{
	list-style: none;
	border-top: none;
}
.childInstalacions-sidebar li:last-child {
	border: none;
	border-top: 1px solid #ccc;
}

.childInstalacions-sidebar li a, .childInstalacions-sidebar li a:visited {
	font-size:16px;
	color:#4d4d4d;
	list-style: none;
	font-weight: 400;
	margin-left: 15px;
}

.childInstalacions-sidebar li a:hover, .childInstalacions-sidebar li a:active {
	color: #b2b2b2;
	text-decoration: none;
}

.sidebar-menu li.active a i{
	color: #999 !important;
	text-align: right;
	font-size: 16px;
	display: table-cell;
}

.instalacions-esportives h2{
	margin-top:0px;
	padding-top:0px;
}

.instalacions-esportives{
	margin-bottom:40px;
}

.instalacions-esportives .carousel-control.right,
.instalacions-esportives .carousel-control.left  {
  background-image: none;
}

.instalacions-esportives .carousel {
	  margin-bottom: 20px;
		margin-top: 35px;
}

.instalacions-esportives .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.instalacions-esportives .thumbnail {
    padding: 0;
}

.instalacions-esportives .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: 400px;
}

.instalacions-esportives .carousel-imatge-instalacions{
	height: 80px!important;
	min-height: 80px!important;
}



/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.background-section-home {
	background-size: cover;
	background-repeat: no-repeat;
  margin-bottom: 89px;

  background-position: center center;
}

.home-0 {
	background: rgba(171,22,43,0.9);
  padding: 75px;
}

.home-0 > p {
	color: #fff;
	text-align: justify;
}

.home-0 h1 {
	color: #fff;
	margin-bottom: 50px;
}

.home-1 {
	text-align: center;
}

.home-1 h2 {
	border-left: none;
	margin-top: 30px;
	margin-bottom: 20px;
}

.home-1-img {
  margin-top: 20px;
  max-height: 150px;
	margin: 0 auto;
}


.home-2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 90px;
}

.background-home-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.home-2 > p, .home-2 > h3 {
	color: #fff;
}

.home-2 h2 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
	border-left: none;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.home-2 p {
	margin-bottom: 40px;
}

.home-2-logo {
  max-width: 150px;
}

.home-3 {
	margin-top: 30px;
}

.home-3-logo {
  margin: 0 auto;
}

.home-3-imatge {
	padding: 30px;
  display: block;
  object-fit: cover;
  max-width: 457px;
  height: auto;
}

.home-3-boto {
	margin-top: 30px;
	display: inline-block;
}

.home-ultimasNoticias-text {
	max-width: 550px;
}

.ultimesNoticies-contenedor {
	background-color: #E1E1E1;
	padding: 15px 20px 15px 20px;
  min-height: 100px;
}

.ultimesNoticies-contenedor h3 {
	font-size: 22px;
}

.ultimesNoticies-contenedor p {
	margin-bottom: 20px;
	max-height: 306px;
}

.ultimesNoticies-readMore {
	font-size: 15px;
	font-weight: 700;
	color: #AB162B;
	bottom: 50px;
  /*position: absolute;*/
}

.ultimesNoticies-readMore:hover{
	color: #771029;
}
/*--------------------------------------------------------------
## Oferta activitats
--------------------------------------------------------------*/
.ofertaActivitats {
	padding-bottom: 14px;
}

.ofertaActivitatsContainer {
	max-width: 760px;
}

.ofertaActivitatsContainer > h1 {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Activitats
--------------------------------------------------------------*/
.activitats {
	padding-bottom: 36px;
}

.activitatsContainer,
.activitatsContainer:hover {
	border: 10px solid #ededed;
	border-radius: 8px;
	height: 440px;
	margin-bottom: 44px;
	max-width: 330px;
}

.activitatsContainer:hover {
	border: 10px solid #DADADA;
}

.activitatsTextContainer {
	padding: 12px;
}

.activitatsTextContainer > h2 {
	margin: 14px 0 26px;
}

.activitatsTextContainer > h2 > a,
.activitatsTextContainer > h2 > a:focus,
.activitatsTextContainer > h2 > a:hover {
	color: #333334;
}


.img-activitats {
	height: 150px;
	width: 100%;
	-webkit-object-fit: cover;
		 -moz-object-fit: cover;
		  -ms-object-fit: cover;
		   -o-object-fit: cover;
			 		object-fit: cover;
}


.sli{
	font-size:68px !important;
	line-height: 55px;
    font-weight: 700;
    color: #9A162E;
    clear: both;
    font-family: 'Passion One', cursive;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
}

@media (max-width:767px){
	.sli {
    	font-size: 48px !important;
    	line-height: 1;
    	font-weight: 700;
    	color: #9A162E;
    	clear: both;
    	font-family: 'Passion One', cursive;
    	margin-bottom: 5px;
    	margin-top: 0px;
    	text-align: center;
	}
}


/*--------------------------------------------------------------
## Activitats info
--------------------------------------------------------------*/
.activitatsInfo {
	padding-bottom: 36px;
}

.activitatsInfoContainer,
.activitatsInfoContainer:hover {
	border: 10px solid #ededed;
	border-radius: 8px;
	height: auto;
	margin-bottom: 44px;
	padding: 11px 38px 35px;
	position: relative;
}

.activitatsInfoContainer:hover {
	border: 10px solid #DADADA;
}

.activitatsInfoContainer > h2 {
	margin-bottom: 20px;
}

.activitatsInfoInnerContainer {
	position: relative;
}

.activitatsInfoRow {
	border-bottom: 3px solid #ededed;
	margin: 19px -15px 33px -15px;
}

.activitatsInfoButtonContainer {
	position: absolute;
	bottom: -35px;
	right: -13px;
}

.activitatsInfoButtonPlus,
.activitatsInfoButtonPlus:hover {
	height: 32px;
	width: 32px;
	background-color: #e7353e;
	border-radius: 25px;
	color: #ffffff;
	border: none;
	box-shadow: none;
	position: relative;
}

.activitatsInfoButtonPlus::before,
.activitatsInfoButtonPlus::after {
	content: '';
	border-bottom: 2px solid #ffffff;
	position: absolute;
	width: 12px;
	left: 10px;
	top: 15px;
	transition: all 0.5s linear;
}

.activitatsInfoButtonPlus::after {
	transform: rotate(-90deg);
}

.activitatsInfoButtonMinus::after {
	transform: rotate(0);
}

.activitatsInfoTitleContainer > h4 {
	margin-bottom: 2px;
}

.activitatsInfoTitleContainer > p:last-child {
	margin-bottom: 28px;
}

.activitatsInfoHiddenContainer {
	padding-top: 15px;
}

.activitatsInfoLinkContainer {
	margin: 66px auto 27px;
}

.activitatsInfoLinkContainer > a,
.activitatsInfoLinkContainer > a:focus,
.activitatsInfoLinkContainer > a:hover {
	padding: 11px 22px;
	color: #ffffff;
}

.activitatsInfoPricesRow {
	border-bottom: 1px solid #706f6f;
	margin-bottom: 10px;
}

.activitatsInfoPricesFirstColumn > p,
.activitatsInfoPricesSecondColumn > p,
.activitatsInfoPricesThirdColumn > p {
	margin-bottom: 7px;
}

.activitatsInfoPricesSecondColumn {
	text-align: center;
}

.activitatsInfoPricesThirdColumn {
	text-align: right;
}

/*--------------------------------------------------------------
## Activitats Presentacio
--------------------------------------------------------------*/
.presentacioActivitats {

}

.presentacioActivitatsLlistat > h3,
.presentacioActivitatsUsuaris > h3,
.presentacioActivitatsHoraris > h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}

.presentacioActivitatsLlistat > p {
	padding-left: 6px;
}

.rowPresentacioActivitatsPreus {
	padding-top: 28px;
}

.rowPresentacioMapa {
	margin-bottom: 68px;
}

.presentacioMapContainer > p {
	margin-top: 16px;
}

.presentacioMap{
	margin-top: 35px;
	width: 100%;
	height: 400px;
}

.presentacioHorari > h3{
	margin-top: 0;
}

/*--------------------------------------------------------------
## Contacta
--------------------------------------------------------------*/
.contacta {
	padding: 0 0 70px;
}

.acceptanceRow {
	padding-top: 16px;
}

.contactaContainer > h1 {
	margin-bottom: 47px;
}

.acceptanceContainer {
	font-family: 'Roboto', sans-serif;
	color: #706f6f;
}

.acceptanceContainer > input {
	float: left;
	margin-right: 8px;
	z-index: 9;
}

.acceptanceText {
	display: inline-block;
	margin-left: 23px;
}

.acceptanceLink,
.acceptanceLink:focus,
.acceptanceLink:hover {
	font-family: 'Roboto', sans-serif;
	color: #706f6f;
}
/*
.enviaLinkContainer > input,
.enviaLinkContainer > input:hover {
	font-family: 'Roboto', sans-serif;
	background-color: #e7343f;
	border: 2px solid #e7343f;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	display: table;
	font-size: 18px;
	font-weight: 500;
	float: right;
	outline: 0;
	padding: 7px 26px;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}

.enviaLinkContainer > input:hover {
	background-color: #cc2f37;
  -webkit-transition: all 0.3s ease-in;
		 -moz-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
			 -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}*/

.contactaFacebook > br {
	display: none;
}

.contactaFacebook > i {
	font-size: 28px;
	color: #6F6E6E;
	transition: all 0.3s ease-in;
}

.contactaFacebook > i:hover {
	opacity: 0.8;
}

input[type="checkbox"] {
	margin-left: 0!important;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
}

input[type="checkbox"],
.acceptanceCheck {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
	margin-left:25px;
}

#wpcf7-f1107-o1 > form > div:nth-child(4) > div:nth-child(4) > input {
	margin-top:2px;
margin-left:15px!important;
}

#wpcf7-f2457-o1 > form > div:nth-child(4) > div:nth-child(4) > input{
margin-top:2px;
margin-left:15px!important;
}

#wpcf7-f2963-o1 > form > div:nth-child(4) > div:nth-child(4) > input{
	margin-top:2px;
    margin-left:15px!important;
}

input[type="checkbox"] + .acceptanceCheck:before {
    /*
    content: '';
    background: #fff;
    border: 1px solid #333334;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 0;
		margin-top: 0;
    margin-right: 6px;
    text-align: center;
		position: absolute;
		left: 16px;
		top: 4px;
		line-height: inherit; */
}

input[type="checkbox"]:checked + .acceptanceCheck:before {
    content: "\f00c";
    font-family: 'FontAwesome';
		font-size: 10px;
		padding-top: 2px;
    background: transparent;
    color: #333334;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.bodyFooter {
	background-color: #AD172B;
	padding: 80px 0;
	min-height: 408px;
}

.footerTitle h3{
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
  margin-top: 0px;
}

.siguenosFooter{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	bottom: 0px;
}

.siguenosFooter h3 {
	display: block;
	margin-bottom: 0px;
}

.siguenosFooter a {
	color: #fff;
}

.footerBorder {
	border-left: 1px solid #ffffff;
}

.span-footer-contact {
	display: inline-block;
	vertical-align: top;
}

.footerContainer > .languageContainer {
  margin-top: 0;
  padding-top: 0;
}

.footerContainer > .languageContainer > .language > li > a,
.footerContainer > .languageContainer > .language > li > .lang-dropdown > li > a {
	color: #ffffff;
}

.footerContainer > .languageContainer > .language > li > .lang-dropdown {
	background-color: transparent;
}

.footerContainer > .languageContainer > .language > li > a::after {
	border-color: #ffffff;
}

.footerContainer > p {
	color: #ffffff;
}

.footerContainer > a,
.footerContainer > a:focus,
.footerContainer > a:hover {
	color: #ffffff;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li > a {
  color: #ffffff;
  font-size: 13px;
  padding-bottom: 0;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:not(:last-child) > a::after {
  padding-left: 9px;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li > a::after {
  color: #ffffff;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:first-child > a {
	padding-left: 0;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:last-child > a {
	padding-right: 0;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:not(:first-child) > a {
  padding-left: 9px;
}

.footerImgContainer {
	clear: both;
}

.footerImgContainer > a > img {
	max-height: 62px;
}

.footerImgContainer > a:first-child > img {
	margin-bottom: 30px;
}

.footerImgContainer > a:last-child > img {
	max-height: 68px;
}

.footerList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-style:normal !important;
}

.footerList > li {
	text-transform: uppercase;
}

.footerList > li > a,
.footerList > li > a:focus,
.footerList > li > a:hover {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 0;
	text-decoration: none;
}

.footerList > li:first-child > a {
	padding-top: 0;
}

.footerList > li:last-child > a {
	padding-bottom: 0;
}

.subFooter {
	background-color: #771029;
	min-height: 40px;
	text-align: center;
}

.subFooter p {
	padding-top: 10px;
	margin-bottom: 0;
}

.subFooter a,
.subFooter p {
	font-size: 13px;
	font-weight: 300;
}

.xarxes-footer:hover > i {
	color: #771029!important;
}

.subFooter ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.subFooter li {
  display: inline-block;
	color: #fff;
}

.subFooter li:before {
  content: " ·";
  padding-right: 5px;
	margin-left: 5px;
}
.subFooter p {
  display: inline-block;
	color: #fff;
}

.subFooter li a {
  display: inline-block;
	color: #fff;
}

.subFooter li a:hover {
	color: #AD172B!important;
}

/*--------------------------------------------------------------
## Medi ambient
--------------------------------------------------------------*/

#post-83, #post-2078 {
	background-repeat: no-repeat;
	background-position: right;
  background-size: contain;
}

.li-medioambiente ul,
.li-medioambiente ol {
    margin: 0px;;
}

.li-medioambiente li {
	color: #3C3C3B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.inline-medioambiente-img {
		display: inline-block;
		max-width: 120px;
}

.inline-medioambiente {
	display: inline-block;
	text-align: left!important;
}



.empresa {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}


/*--------------------------------------------------------------
## Conocenos mejor
--------------------------------------------------------------*/
#carousel-conocenos {
	margin-top: 30px;
}

/*--------------------------------------------------------------
## Todo sobre bonsais
--------------------------------------------------------------*/
#post-116,
#post-1890, #post-2591 {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

.quote {
	border-left: 3px solid #9A162E;
}

.quote p {
  padding-left: 50px;
	font-size: 22px;
	font-style: italic;
}

/*--------------------------------------------------------------
## Valores
--------------------------------------------------------------*/
.valoresh1 {
	padding-left: none;
	color: #fff;
text-align: center;
}
/* START MILESTONES SECTION */
.milestones {
	background: url('img/Milestones/imatge-fons.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.milestonesBackground {
	/*background: url('img/Milestones/degradat.png');*/
	background-position: center center;
	background-size: cover;
	padding-top: 60px;
	margin-bottom: -2px;
}

.milestonesTitleContainer > h1,
.milestonesTitleContainer > h2,
.milestonesSubtitleTextContainer > p {
	color: #ffffff;
	text-align: center;
}

.milestonesSubtitleTextContainer > p {
	margin-top: -60px;
	margin-bottom: 60px;
}

.milestonesTitleContainer > h2 {
	margin: 0;
	padding-top: 12px;
}

.img-milestonesFluendoLogo {
	display: table;
	margin: 40px auto 25px auto;
	max-height: 36px;
}

.milestonesRightBorder {
	border-right: 2px solid #fff;
}

.milestonesLeftBorder {
	border-left: 2px solid #fff;
	min-height: 100px;
	left: -2px;
}

.milestonesRightContainer {
	text-align: right;
	padding-right: 34px;
	padding-top: 20px;
}

.milestonesLeftContainer {
	padding-left: 34px;
	padding-top: 20px;
}

.milestonesRightContainer > h3,
.milestonesLeftContainer > h3 {
	margin-bottom: 8px;
	font-size: 70px;
	font-weight: 900;
}

.h3ObjectiusMilestone {
	font-size: 60px;
	text-align: center;
	font-weight: 900;
	margin-top: 85px;
	margin-bottom: 35px;
}

.milestonesRightContainer > h3,
.milestonesLeftContainer > h3,
.milestonesRightContainer > p,
.milestonesLeftContainer > p,
.milestones h3 {
	color: #ffffff;
}


.milestonesBottomSeparator {
	padding: 40px 0;
}

.milestonesLogo {
	max-width: 250px;
}

/* END MILESTONES SECTION */

/*--------------------------------------------------------------
## Cuidados basicos
--------------------------------------------------------------*/
.marginTop-primerSection {
	margin-top: 80px;
}

.imgAlignH2 {
  margin-top: 20px;
}

.imgAlignH3 {
  margin-top: 25px;
}

.kitbasicosText p {
	margin-top: 100px;
	font-size: 18px;
}

.bottom80 {
	margin-bottom: 80px;
}

.redNumber {
	color: rgba(153,20,45,1);
	font-weight: 700;
}

.consejoPrebonsai {
	margin-top: 30px;
  color: #9e9e9e;
  font-size: 18px;
  font-style: italic;
}

.pasosPrebonsai {
	margin: 0 auto;
}

.pasosPrebonsai p {
	text-align: center;
	font-size: 18px;
	color: #9e9e9e;
}

.pasosPrebonsaiFinal {
		text-align: center;
		margin: 0 auto;
}

.pasosPrebonsaiFinal h3 {
		font-size: 30px;
		width: 200px;
		text-align: center;
		margin: 0 auto;
}



/*--------------------------------------------------------------
## Telefon, mail i xarxes desplegables del subheader
--------------------------------------------------------------*/
.subHeaderLogoContainer i {
    font-size: 16px;
	margin-top: 0px;
	padding-top:0px;
	line-height:0;
}
.desplegatSubheader {
	white-space: nowrap;
	word-wrap: break-word;
	height: 25px;
	font-size: 16px;
	margin-right: 30px;
	display: inline-block;
	opacity: .7;
}
.desplegablesSubheader,
.desplegablesSubheader:hover,
.desplegablesSubheader:active,
.desplegablesSubheader:focus {
	border: none;
	border-color: transparent;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 13px;

	padding: 0px 5px;
	text-shadow: none;
	outline: none;
	height: 25px;
}



/*--------------------------------------------------------------
## Back to top boto
--------------------------------------------------------------*/
.back-to-top,
.back-to-top:visited
.back-to-top:active
.back-to-top:focus {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #000;
	opacity: .8;
}
.back-to-top:hover {
	opacity: .6;
	color: #000!important;
}

.back-to-top i {
  font-size: 60px;
}

.back-to-topBonsai,
.back-to-topBonsai:visited
.back-to-topBonsai:active
.back-to-topBonsai:focus {
	float: right;

}


/* Puertas abiertas */

.img-capsalera-pa{
	background-position: center center;
	  background-size: cover;
	  min-height: 200px;
	  width: 100%;
	  clear: both;
	  padding:50px 0;
}

.img-capsalera-pa h1{
	line-height: 75px;max-width: 950px;margin-bottom: 30px;
}

.img-capsalera-pa h2{
	max-width: 950px;
	border-left:0px;
}

.p-testimonials{
	padding:0 30px;
}

.programa{
	background:#95132d;
}

.tres-columnes{
    padding-top: 60px;
    padding-bottom: 0px;
}

.tres-columnes h3{
	color: #95132d;
	margin-top: 40px;
}

.tres-columnes p{
    padding-left: 15px;
    padding-right: 15px;
}

.section-header {
    margin-top: -35px;
}

section.tres-columnes > div > div > div > div > div{
   margin-bottom: 50px;
}

.contactanos-sup{

}

.landing-contact-form .wpcf7-select {
    height: 40px;
    border: 1px solid #ededed;
    background-color: #ededed;
    font-family: 'Roboto', sans-serif;
    box-shadow: none;
    width: 100%;
    border-radius: 3px;
    padding: 6px 12px !important;
    font-size: 14px;
    color: #666;
}

.landing-contact-form input[type="submit"] {
    float: none;
	margin-top: 15px;
    margin-bottom: 45px;
}

.landing-contact-form .consentimiento a {
	text-decoration: none;
	margin-top: 5px;
    display: block;
}
.landing-contact-form input[type="checkbox"]:checked + .acceptanceCheck:before {
	display: none;
}
.landing-contact-form p {
	margin-bottom: 0;
}
.landing-contact-form label {
	font-size: 14px;
}
.landing-contact-form .form-group {
    margin-bottom: 15px;
}
@media(max-width: 500px) {
	.landing-concursos img {
		max-width: 80%!important;
	}
}


.aMapContacto {
	float: right;
}

@media only screen and (max-width: 500px) {
	.img-capsalera-pa h1{
		font-size: 38px;
		line-height: 40px;
	}

	.img-capsalera-pa h2{
		font-size:24px;
	}
}

/* empresa */
.img-capsalera{
	background-position: center center;
  background-size: cover;
  min-height: 200px;
  width: 100%;
  clear: both;
  margin-top: -102px;
}
.img-capsalera h1{
	color: #fff !important;
	font-size: 60px !important;
	margin-top: 120px!important;
	/*text-shadow: 2px 2px 10px #000000;*/
	margin-bottom: 0px;
}




.h2NomBonsaiInner {
	font-size: 34px!important;
}

.h2NomBonsaiInnerBot {
		margin-top: 0px;
}

.actiuLlistaBonsais,
.actiuPareBonsais {
	opacity: .5;
}

.page-id-131 h4 {
	margin-bottom: 3px!important;
}


.page-id-131 h3 {
	margin-bottom: 3px!important;
}


.liCheck{
	list-style: none;
	padding:0;
	margin:0;  }
.liCheck li{
    padding-left: 2em;
    text-indent: -25px;
}
.liCheck li:before {
	content: "\f00c"!important;
	font-family: "FontAwesome";
	padding-right:7px;
}
.liCheck li {
	line-height: 25px!important;
    margin-bottom: 20px;
}


.serviciosprofesionalesText {
	width: 66.66666667%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.post-paddings-block {
	padding-right: 30px!important;
}


/* galeria */

.gallery-item{
	display:inline-block; float: left;
}
.gallery{
    display: table;
    clear: both;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
}
.gallery img{
	width: 100%;
}

.galeria{
	display: table;
width: 100%;
clear: both;
position: relative;
}



.mainBodyFlex li.gitem::before {content: none;}
li.gitem{width:20%;z-index:1;float:left;padding: 0px; margin: 25px 15px; height:150px; list-style: none; border: 0px;}
li.gitem img{width: 100%;background-position: center center !important; background-repeat: no-repeat !important; background-size: 200% !important; margin-bottom:5px; height:150px;}
li.gitem:hover{z-index:3;}

@media (max-width:600px){
li.gitem {float:left; margin:0;padding:0; width:50%; z-index:1; min-height:150px;}
.xs{padding-top:6px;}
}
/*--------------------------------------------------------------
## Media queries
--------------------------------------------------------------*/
@media (max-width: 1500px) {

	#post-83,#post-1841, #post-2078  {
		background-repeat: no-repeat;
		background-position: right;
		-o-background-size: 50% auto;
	  -webkit-background-size: 50% auto;
	  -moz-background-size: 50% auto;
	  background-size: 50% auto;
	}
}

@media (min-width: 1200px) {
	.element-center-lg {
		margin: 0 auto;
		display: table;
	}

	.element-right-lg {
		margin: 0 0 0 auto; display: table;
	}

	.allHeight-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-box-flex: 1;
		-o-box-flex: 1;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}
}

@media (max-width: 1199px) {
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
		padding: 23px 15px;
	}

	.carousel-home-container h1 {
		font-size: 50px;
	}

	.carousel-home-container h2 {
		font-size: 30px;
	}

	.organizadasTalleres {
		padding: 30px 50px!important;
	}

	.entry-title {
		font-size: 26px;
	}
	.entry-content {
		font-size: 14px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.element-center-md {
		margin: 0 auto;
		display: table;
	}

	.element-right-md {
		margin: 0 0 0 auto; display: table;
	}

	.allHeight-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-box-flex: 1;
		-o-box-flex: 1;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}

	.acceptanceTextContainer > p {
		margin-bottom: 0;
	}

	.acceptanceContainer {
		padding-bottom: 8px;
		height: 30px;
	}

	.acceptanceFirstRow {
		height: 35px;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		max-width: 284px;
	}
}

@media (max-width: 992px) {

	.post-paddings-block {
		padding: 30px!important;
	}
	.post-paddings-block .entry-header,
	.post-paddings-block h2 {
		margin-top: 0px;
	}

	.imgMaxXS .img50PC {
		width: 50%;
	}

	.imgMaxXS .cuidadosbasicos{
		margin-top: -80px!important;
	}

	.imgMaxXS .img100PC,
	.img100PC,
	.img50PC {
		width: 100%;
	}

	.kitbasicosText p {
    margin-top: 0px;
	}

	.imgMaxXS {
    margin: 0 auto;
    display: block;
    text-align: center;
	}

	.h2NomBonsaiInner {
		font-size: 31px!important;
	}

	#llistatBonsais {
		margin-bottom: 20px;
	}

	.section-marges-innerBonsai {
		margin-top: 30px;
	}

	#post-533 .espai-fichastecnicas {
    margin-top: 16px;
	}

	.dropdown-menu {
		left: 20px;
		width: 100%;
		background-color: transparent;
		top: 60px;
	}

	.nav {
		display: none;
	}

	.navbar-button {
		display: block;
	}

	.footerBorder {
		border: none;
	}
	.mm-panel .mm-navbar {
	     display: block;
	}
	#mm-1 > div {
		display: none;
	}
	.div-imatgeEntitats:nth-child(2n) .separador-entitatsEsportives {
		border-right: none!important;
		padding-right: 0px!important;
	}

	#post-83,
	#post-116,
	#post-1890,
	#post-1841,
	#post-2078  {
		background-image: none!important;
	}

	.milestonesRightContainer > h3, .milestonesLeftContainer > h3 {
		font-size: 49px;
	}

	.ultimesNoticies-contenedor {
    margin-bottom: 60px;
	}

	.siguenosFooter {
		position: relative;
	}

	.footerTitle h3 {
		margin-top: 50px;
    margin-bottom: 5px;
	}

	.organizadasTalleres {
    padding: 30px 30px!important;
	}

	.margin-container-generic {
    margin: 60px 0 60px 0!important;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.element-center-sm {
		margin: 0 auto;
		display: table;
	}

	.element-right-sm {
		margin: 0 0 0 auto; display: table;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		max-width: 323px;
	}


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.noticia .wp-post-image {
		margin: 0 auto;
		width: 100%;
	}
/*
	hr {
		margin: 0px!important;
	}*/

	.comoRegarlos-product,
	.dondeUbicarlos-product {
		text-align: center;
	}

	.dondeUbicarlos-product img {
		max-height: 200px!important;
    float: none!important;
		margin: 0 auto;
	}

	.img50PC {
		width: 50%;
	}

	.cuidadosbasicos{
		margin-top: -80px!important;
	}

	.img100PC,
	.img50PC {
		width: 100%;
	}

	.imgMaxXS {
    margin: 0 auto;
    display: block;
    text-align: center;
	}
	.imgMaxXS img {
		max-width: 400px;
		margin: 0 auto;
	}


	.display767 {
		display: block!important;
	}

	.capsalera-bonsaisInner {
		min-height: 175px!important;
	}

	.capsalera-bonsaisInner h1,
	.img-capsalera h1 {
		font-size: 40px!important;
	}

	.marginTop-primerSection {
    margin-top: 50px;
	}


	.back-to-top {
		display: none!important;
	}

	.element-center-xs {
		margin: 0 auto;
		display: table;
	}

	.element-right-xs {
		margin: 0 0 0 auto; display: table;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		max-width: 100%;
	}

	.tortosaEsportContainer {
		max-width: 100%;
		padding: 98px 0 94px;
	}

	.modal-contentMesInformacio {
		min-width: 100%;
	}

	.lleiEsportContainerLeft {
		text-align: inherit;
		padding-right: 0;
		border: none;
	}

	.lleiEsportContainerRight {
		padding-left: 0;
	}

	.img-lleiElPitjorRisc {
		padding-top: 0;
	}

	.lleiElPitjorRisc {
		padding: 50px 0 70px;
	}

	.img-lleiElPitjorRiscContainer {
		padding-bottom: 25px;
	}

	.div-imatgeEntitats .separador-entitatsEsportives {
		border-right: none!important;
		padding-right: 0px!important;
	}

	.carousel-home-container .img-carousel {
		max-height: 250px;
		margin: 0 auto;
	}

	.carousel-home-container  h1, .carousel-home-container  h2, .carousel-home-container  a {
		text-align: center;
	}


	.carousel-home-container .buttonClass1,
	.carousel-home-container .buttonClass1:focus,
	.carousel-home-container .buttonClass1:hover {
    margin: 0 auto;
    margin-bottom: 40px;
	}

	.carousel-indicators {
		text-align: center;
	}

	.home-0 {
		padding: 75px 15px;
	}

	.buttonClass1firstHome {
    margin-bottom: 150px;
	}

	.home-2 {
		padding: 90px 0;
	}

	.home-3-imatge {
		max-width: 100%;
	}

	.carousel-inner-home {
    height: 840px;
	}

	.ultimesNoticies-contenedor {
		min-height: 200px;
	}

	.section-marges-medi-ambient,
	.section-marges-medi-ambient h2 {
		text-align: center!important;
	}

	.milestonesRightBorder {
		border-right: 0px;
	}

	.milestonesRightContainer,
	.milestonesLeftContainer {
		text-align: left;
		padding-right: 0px;
		padding-left: 0px;
	}

	.videoExpo {
		margin: 0px!important;
	}

	.organizadasTalleres {
		padding: 30px 15px!important;
	}

	.section-visitas {
		margin: 60px 0!important;
	}

	.tripadvisor-link p {
	  margin-top: 0px;
		text-align: left;
		margin-bottom: 20px;
	}


	.h2NomBonsaiInner {
		margin-top: 20px;
    margin-bottom: 20px;
	}
	.h2NomBonsaiInnerBot {
			margin-top: 10px;
	}

	.buttonClass1 {
		margin-top: 10px;
	}
	.milestonesTitleContainer > h1 {
    font-size: 60px;
		margin-top: 50px;
	}
	.milestonesSubtitleTextContainer > p {
		margin-bottom: 0px;
	}
	.milestonesRow p {
    margin-bottom: 10px;
	}
	.dondeestamos-parallax h3 {
    font-size: 40px;
	}
	.bottom80 {
    margin-bottom: 50px;
	}

	.comoDarForma .bottom80 {
    margin-bottom: 0px;
	}
	.h1noticies {
		font-size: 60px;
	}
	.addthis_default_style {
    margin-bottom: 30px!important;
	}

	.aMapContacto {
		margin-bottom: 35px;
	}
}/*767*/

@media (max-width: 660px) {
	.serviciosprofesionalesText {
		width: 100%;
	}
	#post-393 {
		background: none!important;
	}
	.section-servicios_profesionales {
		min-height: 600px!important;
	}

	.cuidadosbasicos .five-cols {
		margin-top: 35px;
	}
}

/* Vertical tablets */
@media (max-width: 600px) {
	.col-activitats {
		display: block;
		width: 100%;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		height: auto;
	}

	.hide600 {
		display: none!important;
	}

	.display600 {
		display: block!important;
	}

	.espai-fichastecnicas {
    margin-top: -10px;
	}


}

@media (max-width: 565px) {
	.center565 {
		display: block!important;
		    text-align: center;
		    margin: 0 auto!important;
		    float: none!important;
				margin-bottom: 20px!important;
	}
}

@media (max-width: 515px) {
	.hide515 {
		display: none!important;
	}

	.display515 {
		display: block!important;
	}

	.img-capsalera-ryuga{
		min-height:250px !important;
		background-size:cover;
		background-position:center center;
	}


}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.modalMesInformacioLogoAqua {
		display: block;
		margin: 20px 0 0 0;
	}

	.capsalera-bonsaisInner h1 {
		margin-top: 115px!important;
		font-size: 29px!important;
	}

	.capsalera-bonsaisInner {
    min-height: 160px!important;
	}

	.enviaLinkContainer {
		margin-top: 20px;
	}

}

.eight-cols{
	float:left;

}


/*Columnes creades expressament per a dividir en 7, per a "Todo sobre bonsais"*/

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }


	.seven-cols .col-xs-3,
	.seven-cols .col-md-3,
	.seven-cols .col-sm-3,
	.seven-cols .col-lg-3 {
		width: 25%;
		*width: 25%;
	}

}


@media (min-width: 992px) {


  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

  .seven-cols .col-xs-3,
	.seven-cols .col-md-3,
	.seven-cols .col-sm-3,
	.seven-cols .col-lg-3 {
		width: 25%;
		*width: 25%;
	}
}


@media (min-width: 1200px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


/*Columnes creades expressament per a dividir en 5*/

.five-cols .five-columnescuidados {
  width: 20%!important;
  float: left;
}



@media (max-width: 768px){
	.five-cols .five-columnescuidados {
		width: 50%!important;
	}

}


/*Columnes creades expressament per a dividir en 8*/

.eight-cols {
  width: 14.2857%;
  float: left;
}

@media (max-width: 1361px){
	.eight-cols {
		width: 25%!important;
		height: 280px;
	}
}

@media (max-width: 825px){
	.eight-cols {
		width: 50%!important;
	}
}

/* últimes modificacions */

.programa .blanc{
	    margin-bottom: 12px
}

.modal-dialog {
    width: 990px;
   }


@media (max-width: 768px){
.modal-dialog {
    width: 100%;
   }
  }


  .espai-fichastecnicas h2.h2NomBonsaiInner {
    font-size: 30px!important;
}

@media (max-width: 600px) {
	.eight-cols {
		width: 100%!important;
	}
}

/*
Theme Name: smartweb
Theme URI: http://underscores.me/
Author: Globals D&D
Author URI: http://www.globals.cat
Description: Smartweb 1.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartweb
Tags:

This theme, like WordPress, is licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
	color: #99132D;
	font-weight: 700;
}

a:hover {
	color: #771029!important;
	text-decoration: none;
}

a:active,
a:hover,
a:focus {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
  display: inline-block;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

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 {
	border: 0;
	padding: 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-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Passion One', cursive;

	-epub-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

.pageTitle {
	border-left: 6px solid #e7353e;
	line-height: 0.85;
	padding-left: 6px;
}

h1 {
	font-size: 54px; /* 72 */
	font-weight: 700;
	margin-bottom: 60px;
	color: #9A162E;
}

h2 {
	font-size: 30px; /* 36 */
	font-weight: 700;
	margin-bottom: 25px;
	color: #4d4d4d;
	border-left: 3px solid #9A162E;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #4d4d4d;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #4d4d4d;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
	color: #4d4d4d;
}

h6 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #8a8a89;
}

p {
	color: #4d4d4d; /*#3C3C3B;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;

	-epub-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

li {
	color: #3C3C3B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

dfn,
cite,
em,
i {
	font-style: normal;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Utils
--------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}

.circular {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  margin-bottom: 50px!important;
}

.noMargin {
	margin: 0;
}

.noBorderh2 {
	border-left: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blanc {
	color: #fff;
}

.roig {
	color: #99142D;
}

.section-marges {
	margin-top: 46px;
	margin-bottom: 46px;
}

.section-padding{
		padding-top: 46px;
		padding-bottom: 46px;
}

.noPadding {
	padding: 0;
}

.text-white {
	color: #ffffff;
}

.element-center {
	margin: 0 auto;
	display: table;
}

.element-right {
	margin: 0 0 0 auto; display: table;
}

.hypens-auto {
	-epub-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.hypens-none {
	-epub-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
		flex: 1;
}
.flex-row {
	width: auto;
}
.flex-item {
	text-align: center;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modalClose::after {
	content: "";
	border-bottom: 2px solid #cc2f37;
	display: inline-block;
	position: absolute;
	width: 60px;
	left: 0;

	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modalClose::before {
	content: "";
	border-bottom: 2px solid #cc2f37;
	display: inline-block;
	position: absolute;
	width: 60px;
	left: 0;

	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


.modal-dialog {
    width: 660px;
    margin: 140px auto;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}*/

input[type="submit"] {
	float: right;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.form-group > label {
	color: #706f6f;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.form-group > span > input {
	height: 40px;
}

.form-group > span > input,
.form-group > span > textarea {
	border: 1px solid #ededed;
	background-color: #ededed;
	font-family: 'Roboto', sans-serif;
	box-shadow: none;
}

.form-group > span > textarea {
	width: 100%;
	resize: none;
}

.form-control {
	padding: 6px 12px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.icono-header {
	margin-left: 5px;
}

.icono-header2 {
	margin-left: 5px;
	color: #fff;
}

.icono-header2 a{
	color: #fff;

}

#the-menu:not( .mm-menu ) {
   display: none;
}

.mm-listview > li > a, .mm-listview > li > span {
	padding: 18px 10px 17px 20px;
}

.navContainer {
	float: right;
}

.nav {
	float:left;
}

.nav > li {
	/*display: inline-block;*/
	float: left;
	position: relative;
}

.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus {
	color: #575756;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
	padding: 23px 22px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
		 -moz-transition: -moz-transform 0.3s;
		  -ms-transition: -ms-transform 0.3s;
			 -o-transition: -o-transform 0.3s;
	        transition: transform 0.3s;
}

.nav > li > a:hover {
	-webkit-transform: translateY(-4px);
		 -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
		   -o-transform: translateY(-4px);
	        transform: translateY(-4px);
}

.nav > li:nth-child(1) > .dropdown-menu,
.nav > li:nth-child(2) > .dropdown-menu {
	display: block;
	max-height: 0;
	overflow: hidden;
	margin-left: 0;
	transition: max-height 0.5s ease-out;
	-moz-transition: max-height 0.5s ease-out;
	-webkit-transition: max-height 0.5s ease-out;
	-ms-transition: max-height 0.5s ease-out;
	-o-transition: max-height 0.5s ease-out;
	box-shadow: 0 13px 12px rgba(0,0,0,.175);
	width: 610px;
	position: absolute;
	left: 64px;
	top: 70px;
	padding: 0;
	margin: 0;
	background-color: rgba(29, 29, 27, 0.98);
}

.nav > li:nth-child(2) > .dropdown-menu {
	width: 910px;
}

.nav > li:nth-child(1):hover > .dropdown-menu,
.nav > li:nth-child(2):hover > .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	max-height: 188px;
	transition: max-height 0.2s ease-in;
	-moz-transition: max-height 0.2s ease-in;
	-webkit-transition: max-height 0.2s ease-in;
	-ms-transition: max-height 0.2s ease-in;
	-o-transition: max-height 0.2s ease-in;
}

.nav > li:nth-child(2):hover > .dropdown-menu {
		max-height: 360px;
}

.nav > li:nth-child(1) > .dropdown-menu > li,
.nav > li:nth-child(2) > .dropdown-menu > li {
	padding: 0 30px 0 39px;
	margin: 16px 0 0;
	float: left;
	min-height: 140px;
	list-style: none;
}

.nav > li:nth-child(2) > .dropdown-menu > li{
	padding: 0 0 0 39px;
}

.nav > li:nth-child(2) > .dropdown-menu > li {
	min-height: 25px;
	    width: 220px;
}

.nav > li:nth-child(1) > .dropdown-menu > li > a,
.nav > li:nth-child(1) > .dropdown-menu > li > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > a,
.nav > li:nth-child(2) > .dropdown-menu > li > a:focus,
.nav > li:nth-child(2) > .dropdown-menu > li > a:hover {
	text-transform: uppercase;
	color: #ffffff!important;
	background-color: unset;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	padding-left: 0;
	cursor: inherit;
	font-size: 12px;
}

.nav > li:nth-child(1) > .dropdown-menu > li > a,
.nav > li:nth-child(1) > .dropdown-menu > li > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > a:hover {
	pointer-events: none;
	cursor: default;
}

#navList > li:nth-child(2) > ul > li:nth-child(3):hover a,
#navList > li:nth-child(2) > ul > li:nth-child(4):hover a,
#navList > li:nth-child(2) > ul > li:nth-child(5):hover a,
#navList > li:nth-child(2) > ul > li:nth-child(6):hover a{
	opacity: .6;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}


.nav > li:nth-child(1) > .dropdown-menu > li > ul,
.nav > li:nth-child(2) > .dropdown-menu > li > ul {
	visibility: visible;
	max-height: 480px;
	position: relative;
	background-color: transparent;
	float: none;
}

.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a:focus,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a:hover {
	font-size: 13px;
	font-weight: 300;
	color: #9f9f9f!important;
	font-family: 'Roboto', sans-serif;
	background-color: unset;
	padding-bottom: 3px;
	padding-left: 0;
	width: 200px;
	transition: padding-left 0.2s ease-in;
	-moz-transition: padding 0.2s ease-in;
	-webkit-transition: padding 0.2s ease-in;
	-ms-transition: padding 0.2s ease-in;
	-o-transition: padding 0.2s ease-in;
}

.nav > li:nth-child(1) > .dropdown-menu > li > ul > li > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a:hover {
	opacity: .6;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.nav > li:nth-child(1) > .dropdown-menu > li > ul > li:last-child > a,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li:last-child > a:focus,
.nav > li:nth-child(1) > .dropdown-menu > li > ul > li:last-child > a:hover,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li:last-child > a,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li:last-child > a:focus,
.nav > li:nth-child(2) > .dropdown-menu > li > ul > li:last-child > a:hover {
	border: none;
}

.nav > li:nth-child(2) > .dropdown-menu > li > ul > li > a {
  white-space: normal!important;
}

.nav > li:nth-child(2) > .dropdown-menu > li:nth-child(1) > ul > li > a,
.nav > li:nth-child(2) > ul > li:nth-child(1) {
		width: 220px;
}

.nav > li:nth-child(2) > .dropdown-menu > li:nth-child(2) > ul > li > a,
.nav > li:nth-child(2) > ul > li:nth-child(2) {
	width: 220px;
}

.nav > li:nth-child(2) > ul > li:last-child {
	width: 910px;
  background-color: #1d1d1b;
  padding-top: 4px;
  padding-left: 40px;
  /*margin-bottom: 20px;*/
}

.nav > li:nth-child(2) > ul > li:last-child > a:before {
  content: "\f059";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #771029;
  font-size: 18px;
  padding-right: 0.5em;

  position: relative;
  top: 2px;

  /*position: absolute;
  bottom: 4px;
  left: 50px;*/
}


/*.nav > li:last-child {
	width: 145px;
	line-height: 1;
}

.nav > li:last-child > a,
.nav > li:last-child > a:hover,
.nav > li:last-child > a:focus {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 19px 22px;
	color: black;
}*/

.dropdown > ul{
	display: block;
	max-height: 0;
	overflow: hidden;

	left: 50%;
	transform: translateX(-50%);

	transition: max-height 0.45s ease-out;
	-moz-transition: max-height 0.45s ease-out;
	-webkit-transition: max-height 0.45s ease-out;
	-ms-transition: max-height 0.45s ease-out;
	-o-transition: max-height 0.45s ease-out;
}

.dropdown:hover > ul {
	display: block;
	/*visibility: visible;
	opacity: 1;*/
	max-height: 430px;
	transition: max-height 0.3s ease-in;
	-moz-transition: max-height 0.3s ease-in;
	-webkit-transition: max-height 0.3s ease-in;
	-ms-transition: max-height 0.3s ease-in;
	-o-transition: max-height 0.3s ease-in;
}

.dropdown-menu {
	background-color: #333435;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
  min-width: 100px;
}

.dropdown-menu > .dropdown-menu-wrap > li > a,
.dropdown-menu > .dropdown-menu-wrap > li > a:focus,
.dropdown-menu > .dropdown-menu-wrap > li > a:hover {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 15px;
	background-color: transparent;
	white-space: nowrap;
	text-decoration: none;

	display: block;
  clear: both;
  line-height: 1.42857143;
}

.dropdown-menu > .dropdown-menu-wrap > li > a:hover {
	background-color: #e6333e;
	color: #ffffff;
}

.dropdown-menu > .dropdown-menu-wrap > li:not(:last-child) {
	border-bottom: 1px solid #878787;
}

.subHeaderNavContainer {
	float: left;
}

.subHeaderNav {
	float:left;
	margin: 0;
	padding: 0;
}

.subHeaderNav > li {
	display: inline-block;
	position: relative;
}

.subHeaderNav > li > a,
.subHeaderNav > li > a:hover,
.subHeaderNav > li > a:focus {
	background-color: transparent;
	color: #5e5e5e;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 18.5px 15px;
	position: relative;
}

.subHeaderNav > li > a:hover {
	text-decoration: none;
}

.subHeaderNav > li:not(:last-child) > a,
.subHeaderNav > li:not(:last-child) > a:hover,
.subHeaderNav > li:not(:last-child) > a:focus {
	padding-right: 0;
}

.subHeaderNav > li:not(:last-child) > a::after {
	content: "|";
	color: black;
	padding-left: 15px;
}

.mobile-header {
	float: left;
}

.navbar-button {
	border: 1px solid transparent;
	border-radius: 25px;

	display: none;
	padding: 11px 14px 14px;
	margin: 9px 6px 6px;
	position: relative;
	float: right;

	-webkit-transition: all 500ms;
		 -moz-transition: all 500ms;
		  -ms-transition: all 500ms;
			 -o-transition: all 500ms;
	        transition: all 500ms;
}

.navbar-button:hover {
	border: 1px solid transparent;
	border-radius: 25px;
	-webkit-transition: all 500ms;
			 -o-transition: all 500ms;
			-ms-transition: all 500ms;
		 -moz-transition: all 500ms;
	        transition: all 500ms;
}

.icon-bar {
	background-color: #000000;
	border-radius: 1px;
	display: block;
	height: 2px;
	margin-top: 4px;
	width: 22px;
}

.li-agenda {
	float: left;
	position: relative;
}

.agenda-menu,
.agenda-menu:focus {
	color: #ffffff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
	padding: 23px 22px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
	display: inline-block;
}

.agenda-menu:hover {
	color: #fff;
	text-decoration: none;
  transform: translateY(-4px);
}

.agenda-menu-movil {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* blog categories i tags */
.categories-list > a{
    text-transform: uppercase;
    font-size: 15px;
}

.tag-cloud > a{
	text-transform: uppercase;
	position: relative;
	float: left;
	color: #fff;
	background-color: #4d4d4d;
	padding: 4px 6px;
	border-radius: 3px;
	margin: 0px 6px 6px 0px;
	z-index: 1;
}

.tag-cloud > a:hover{
	color: #fff!important;
	background-color: #3c3c3c;
}

[class^="tag-link-"] {
    
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* author */
.img-autor{
	border-radius: 50%;
	padding:10px 20px 20px 20px;
}

.social-links{
	text-align:center;
	padding:20px 10px 0px 10px;
}

.avatar{
	border-radius: 50%;
	padding:10px 20px 20px 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Theme structure
--------------------------------------------------------------*/
.globalWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-box-direction: normal;
	-o-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mainBodyFlex2 {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-box-direction: normal;
	-o-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	/*min-height: calc(100vh - 150px);*/
}

.contentFlex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.allHeight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

.map{
	width: 100%;
	height: 300px;
}

.initialSpacing {
	height: 102px;
}

/*--------------------------------------------------------------
## Language selector
--------------------------------------------------------------*/
.languageContainer {
	border: 1px solid transparent;
	border-radius: 25px;
	float: left;
	margin-top: 0px;
	padding: 3px 9px 1px 0;
}

.language {
	height: auto;
	margin: 0;
	padding: 0;
}

.language > li {
	display: inline-block;
}

.language > li > a,
.language > li > a:hover,
.language > li > a:focus {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
	font-weight: 300;
  padding: 0 0 0 10px;
  -webkit-transition: color 0.3s ease-out;
		 -moz-transition: color 0.3s ease-out;
		  -ms-transition: color 0.3s ease-out;
			 -o-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out;
	text-decoration: none;
	text-transform: uppercase;
}

.language > li > a:after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 10px;
	height: 6px;
	width: 6px;

	-o-transform: rotate(-45deg) skew(8deg, 8deg);
	-ms-transform: rotate(-45deg) skew(8deg, 8deg);
	-moz-transform: rotate(-45deg) skew(8deg, 8deg);
	-webkit-transform: rotate(-45deg) skew(8deg, 8deg);
	transform: rotate(-45deg) skew(8deg, 8deg);
}

.language > li > a:focus {
	-webkit-transition: color 0.3s ease-in;
		 -moz-transition: color 0.3s ease-in;
		 	-ms-transition: color 0.3s ease-in;
		 	 -o-transition: color 0.3s ease-in;
	        transition: color 0.3s ease-in;
}

.language > li:hover > .lang-dropdown {
	display: block;
  margin-top: 2px;
}

.lang-dropdown {
	background-color: rgba(153,20,45,0.9);;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 62px;
	box-shadow: none;
}

.lang-dropdown > li > a,
.lang-dropdown > li > a:hover,
.lang-dropdown > li > a:focus {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 6px 14px;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
		 -moz-transition: color 0.3s ease-in;
			-ms-transition: color 0.3s ease-in;
			 -o-transition: color 0.3s ease-in;
	        transition: color 0.3s ease-in;
	text-transform: uppercase;
}

.lang-dropdown > li > a:hover {
	color: #444444;
	-webkit-transition: color 0.3s ease-out;
		 -moz-transition: color 0.3s ease-out;
		  -ms-transition: color 0.3s ease-out;
			 -o-transition: color 0.3s ease-out;
			 		transition: color 0.3s ease-out;
}

.lang-dropdown > li:first-child > a,
.lang-dropdown > li:first-child > a:hover,
.lang-dropdown > li:first-child > a:focus {
	padding: 6px 14px;
}
/*
.lang-dropdown > li:last-child > a,
.lang-dropdown > li:last-child > a:hover,
.lang-dropdown > li:last-child > a:focus {
	padding: 6px 14px 6px 10px;
}*/

.languageContainerFooter {
	float: right;
	padding-right: 0;
}

.languageContainerFooter > ul > li > ul {
	background-color: #333333;
}

.languageContainerFlat {
	float: left;padding: 21px 0 0 60px;
}

.languageContainerFlat > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.languageContainerFlat > ul > li {
	display: inline-block;
}

.languageContainerFlat > ul > li:first-child::before {
	content:'';
	position: absolute;
}

.languageContainerFlat > ul > li::before {
	content:'|';
	font-family: 'Roboto', sans-serif;
	padding-left: 7px;
	color: #000000;
}

.languageContainerFlat > ul > li > a,
.languageContainerFlat > ul > li > a:focus,
.languageContainerFlat > ul > li > a:hover {
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 0 8px;
	-webkit-transition: color 0.3s ease-out;
		 -moz-transition: color 0.3s ease-out;
			-ms-transition: color 0.3s ease-out;
			 -o-transition: color 0.3s ease-out;
					transition: color 0.3s ease-out;
	text-decoration: none;
	text-transform: uppercase;
}

.languageContainerFooter {
	display: none;
	padding: 20px 0!important;
	width: 100%!important;
}

.languageContainerFooter > .languageFlat {
	display: table;
	margin: 0 auto;
}


/*--------------------------------------------------------------
## Galeria
--------------------------------------------------------------*/
.title-block_1 a {
		color: #fff!important;
		font-weight: 600!important;
		pointer: cursor;
    pointer-events: none;
}

#gicboxCurrent {
		display: none!important;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Modal més informació
--------------------------------------------------------------*/
.modalMesInformacioLogo {
	display: inline-block;
	margin: 20px 0 0 0;
	max-height: 60px;
}

.modalMesInformacioLogoAqua {
	display: inline-block;
	margin: 20px 0 0 28px;
	max-height: 60px;
}

.modalButtonContainer > .buttonClass1,
.modalButtonContainer > .buttonClass1:focus,
.modalButtonContainer > .buttonClass1:hover {
	box-shadow: none;
	line-height: inherit;
	border-radius: 0;
	text-shadow: none;
	padding: 8px 22px;
}

.modal-contentMesInformacio {
	min-width: 752px;
}

.containerMesInformacio {
	position: relative;
}

.closeModalMesInformacio {
	position: absolute;
	top: 10px;
	right: 8px;
	height: 60px;
	width: 60px;
	opacity: 1!important;
	z-index: 1;
}
.closeModalMesInformacio:hover {
	opacity: 0.8!important;
}

.modalMesInformacioContainer > h1 {
	margin: 40px 0 6px 0;
}

.acceptanceContainerModalMesInformacio > .acceptanceCheck::before {
	margin-top: 14px!important;
}

.enviaLinkContainerNormalFix > input {
	float: none!important;
	padding: 11px 26px!important;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumbContainer {
	color: #333333;
	font-size: 13px;
	font-weight: 300;
	padding: 45px 0 0;
	width: 100%;
}

.breadcrumbContainer > a,
.breadcrumbContainer > a:focus,
.breadcrumbContainer > a:hover {
	color: #333333;
}

.breadcrumbCurrent{
	color: #575756;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/


.buttonClass1,
.buttonClass1:focus,
.buttonClass1:hover {
	background-color: #AB162B;
	border: 2px solid #AB162B;
	border-radius: 23px;
  color: #ffffff;
	font-size: 14px;
	font-weight: 700;
  outline: 0;
  padding: 10px 22px;
  text-decoration: none;
	display: inline-block;
  -webkit-transition: all 0.1s ease-out;
		 -moz-transition: all 0.1s ease-out;
		  -ms-transition: all 0.1s ease-out;
			 -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

.buttonClass1:hover {
	color: #AB162B;
	background-color: #fff;
  -webkit-transition: all 0.1s ease-in;
		 -moz-transition: all 0.1s ease-in;
		  -ms-transition: all 0.1s ease-in;
			 -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited{
		background-color: #AB162B !important;
		border: 2px solid #AB162B !important;
		border-radius: 23px !important;
	  	color: #ffffff !important;
		font-size: 10px !important;
		font-weight: 700 !important;
		  outline: 0 !important;
		  padding: 6px 10px !important;
		  text-decoration: none !important;
			display: inline-block !important;
		  -webkit-transition: all 0.1s ease-out !important;
				 -moz-transition: all 0.1s ease-out  !important;
				  -ms-transition: all 0.1s ease-out !important;
					 -o-transition: all 0.1s ease-out !important;
		          transition: all 0.1s ease-out !important;
		          text-shadow:none !important;
}

.cli-plugin-button, .cli-plugin-button:visited{
	background:transparent !important;
}

.buttonClass2,
.buttonClass2:focus,
.buttonClass2:hover {
	background-color: #ffffff;
	border: 2px solid #ffffff;
  color: #e63228;
	font-size: 16px;
	font-weight: 900;
  outline: 0;
  padding: 11px 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		  -ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.buttonClass2:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,0.2);
  -webkit-transition: all 0.3s ease-in;
		 -moz-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
			 -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.buttonClass3,
.buttonClass3:focus,
.buttonClass3:hover {
	background-color: #e6333e;
	border: 2px solid #e6333e;
  color: #ffffff;
	font-size: 16px;
	font-weight: 900;
  outline: 0;
  padding: 11px 48px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		  -ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.buttonClass3:hover {
	background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
		 -moz-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
			 -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
	height: auto;
	z-index: 5;
}

.masterHeadFixed {
	position: fixed!important;
	right: 0;
	left: 0;
	top: 0!important;
	width: 100%;
	box-shadow: 2px -4px 25px #333333;
	z-index: 99;
}

.subHeader {
	min-height: 30px;
	background-color: rgba(153,20,45,0.95);
	color: #fff;
}

.subHeaderLogoContainer {
	line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
	font-size: 13px;
	color: #fff;
}

.bodyHeader {
	min-height: 70px;
	position: relative;
	background-color: rgba(249,249,249,0.95);
}

.subHeaderLogoContainer {
	float: left;
}

.subHeaderLogo {
	margin: 0 35px 0 30px;
}

.subHeaderLogo,
.subHeaderLogoAqua {
	float: left;
	max-height: 60px;
}

.subHeaderMenuContainer {
	float: right;
}

.logoHeaderContainer {
	float: left;
}

.logoHeaderLink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.logoHeader {
	max-height: 55px;
	margin-top: 8px;
	margin-left: 15px;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.descarregaAgendaEsportiva {
	background-color: #333333;
}

.descarregaAgendaEsportivaContainer {
	padding: 30px 0;
}

.img-descarregaAgendaEsportiva {
	display: inline-block;
	float: left;
	max-height: 55px;
	margin-right: 25px;
	width: auto;
}

.descarregaAgendaEsportivaTextContainer {
	display: inline-block;
	float: left;
}

.descarregaAgendaEsportivaTextContainer > h2,
.descarregaAgendaEsportivaTextContainer > p {
	color: #ffffff;
	margin: 0;
}

.descarregaAgendaEsportivaContainer > a,
.descarregaAgendaEsportivaContainer > a:focus,
.descarregaAgendaEsportivaContainer > a:hover {
	display: inline-block;
	margin-left: 35px;
}

.agenda-esportives{
	margin-bottom: 80px;
}

.gaudeixDelsAvantatges {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.gaudeixDelsAvantatgesContainer {
	display: table;
	margin: 0 auto;
	max-width: 285px;
	padding: 33px 0 41px;
}

.gaudeixDelsAvantatgesContainer > h2 {
	color: #ffffff;
	text-align: center;
}

.gaudeixDelsAvantatgesContainer > a {
	display: table;
	margin: 0 auto;
}

.img-gaudeixDelsAvantatges {
	display: table;
	max-height: 120px;
	margin: 0 auto;
	width: auto;
}

.separator-gaudeixDelsAvantatges {
	padding: 50px 0;
}

.tortosaEsport {
	background-color: grey;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.tortosaEsportContainerBackground {
	background-color: rgba(0, 0, 0, 0.6);
}

.tortosaEsportContainer {
	padding: 98px 0 94px 68px;
	max-width: 590px;
}

.tortosaEsportContainer > h2 {
	margin-bottom: 12px;
}

.tortosaEsportContainer > h2,
.tortosaEsportContainer > p {
	color: #ffffff;
}

.img-tortosaEsport {
	max-height: 92px;
	margin-bottom: 22px;
	width: auto;
}

.homeOfertaActivitatsContainer {
	max-width: 760px;
}

.homeOfertaActivitatsContainer > h1 {
	margin: 66px 0 20px;
}

.homeActivitats {
	padding-bottom: 44px;
}

.lleiEsport {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.lleiEsportContainerBackground {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 80px 0 50px;
}

.lleiEsportAll {
	max-width: 1160px;
}

.lleiEsportContainerLeft > p,
.lleiEsportContainerRight > p,
.lleiEsportContainerRight > ul > li {
	color: #ffffff;
}

.lleiEsportContainerLeft {
	border-right: 2px solid #fff;
	padding-right: 54px;
	text-align: justify;
}

.lleiEsportContainerRight {
	padding-left: 23px;
}

.lleiEsportContainerRight > ul {
	margin-left: 0;
	padding-left: 15px;
}

.lleiEsportContainerRight > ul > li {
	padding-bottom: 20px;
}

.lleiElPitjorRisc {
	padding: 103px 0 142px;
}

.lleiElPitjorRiscContainer {
	padding-right: 40px;
}

.img-lleiElPitjorRisc {
	padding-top: 60px;
	display: table;
	margin: 0 auto;
	max-height: 500px;
	width: auto;
}

/*--------------------------------------------------------------
## Carousel Home
--------------------------------------------------------------*/
.carousel-caption {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 37px;
	text-shadow: none;
}

.carousel-text {
	max-width: 598px;
}

.img-carousel {
	margin: 0 0 0 auto;
  display: table;
	max-height: 317px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: auto;
	min-height: 388px;
	width: 100%;
	margin: auto;
}

.carousel-home-container {
	padding-top: 110px;
}

.carousel-home-container  h1,
.carousel-home-container  h2,
.carousel-home-container  a {
	text-align: left;
}

.carousel-home-container  h1 {
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 70px;
}

.carousel-home-container  h2 {
	margin-top: 5px;
	margin-bottom:23px;
	border: none!important;
	padding: 0px;
}

.carousel-home-container  a,
.carousel-home-container  a:focus,
.carousel-home-container  a:hover {

	display: table;

}


.carousel-inner-home {
	height: 520px;
	margin-top: -102px;
}

.carousel-indicators {
	text-align: left;
	list-style: none;
	margin-top: 50px;
	display: block;
}

.carousel-indicators li {
	background-color: #aaa!important;
  width: 17px!important;
  height: 17px!important;
	border: 2px solid #aaa;
  margin-bottom: -40px;
}

.carousel-indicators .active {
	background-color: #fff!important;
  width: 17px!important;
  height: 17px!important;
	border: 2px solid #aaa;
  margin-bottom: -40px;
}

.slider-home {
	height: auto;
	width: 100%;
	margin: auto;
	max-height:520px;
	background-size: size !important;
	background-position:center center;
	background-repeat:no-repeat;
	}

/*-----------------------
##Carousel fade
------------------------*/

.carousel-fade .carousel-inner .item{
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade {
	max-height: 500px;
}

.carousel-fade .carousel-inner img {
	min-height: 0px;
	max-height: 500px;
	width: auto;
}

/*-----------------------
##Carousels generals
------------------------*/

.carousel-control.right,
.carousel-control.left {
	color: #fff!important;
	background-image: none!important;
	display: none!important;
}


/*-----------------------
## Ryuga
-----------------------*/

.img-capsalera-ryuga {
	min-height: 400px;
}

.spanherramientas p {
    margin-top: 50px;
}


/*-----------------------
## Donde estamos
-----------------------*/
.titols-como-llegar {
	margin-top: 40px;
}

.dondeestamos-parallax h3 {
	font-size: 60px;
  margin-top: 0px;
}

.dondeestamos-parallax {
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.parallax-margin-top {
	margin-top: 30px;
}

.dondeEstamos-avion tr:first-child {
	border-bottom: 2px solid #ccc;
}

.section-dondeestamos ul,
.section-dondeestamos ol {
	margin: 0px;
	margin-bottom: 20px;
}

.section-dondeestamos h3{
	margin-bottom: 10px;
}

.p-avion {
	margin-bottom: 5px;
}
.p-avion2 {
	padding-top: 25px;
}

.dondeEstamos-avion .table>tbody>tr>td,
.dondeEstamos-avion .table>tbody>tr>th,
.dondeEstamos-avion .table>tfoot>tr>td,
.dondeEstamos-avion .table>tfoot>tr>th,
.dondeEstamos-avion .table>thead>tr>td,
.dondeEstamos-avion .table>thead>tr>th {
	border-top: 0px solid transparent;
}


/*-----------------------
## Exposicion de bonsais
-----------------------*/
.section-visitas h3 {
	font-size: 30px;
}

/*-----------------------
## Información turística
-----------------------*/
.tripadvisor-link {
  margin-top: 35px;
	text-align: right;
}

.tripadvisor-link p{
	color: #4a9854;
	font-weight: 700;
  font-family: 'Passion One', cursive;
}

.tripadvisor-link p {
  margin-top: 40px;
}

.nom-hotel {
	font-weight: bold;
	margin-bottom: 20px;
}

.actividad-turistica{
	margin-bottom: 50px;
}

.informacion-turistica p,
.actividad-turistica p {
	margin-bottom: 10px
}

.centrat-tripadvisor {
	display: inline-block;
	vertical-align: middle;
}

/*-----------------------
## Fichas técnicas
-----------------------*/

.fichatecnica-text-container {
    margin: 0 auto;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}

.show-more {
    padding: 10px 0;
}


.subsubheaderFitxes {
	width: 100%;
	background-color: #EDEDED;
	text-align: center;
	min-height: 20px;
}


.subsubheaderFitxes a,
.subsubheaderFitxes a:hover {
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	color: #3C3C3B;
}

.borderLeftRight {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
	min-height: 40px;
}

.fichasTecnicas-1 {
	font-weight: 700;
	font-size: 26px;
  line-height: 30px;
}

.content-fichastecnicasGeneral {
	text-align: center;
}

.tipoFichaTecnica {
	text-align: center;
}

.tipoFichaTecnica:hover img,
.tipoFichaTecnica:hover h3{
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tipoFichaTecnica h3 {
	font-size: 18px;
	height: 50px;
}

.fichastecnicas-fitxa h3,
.fichastecnicas-fitxa p {
	margin-bottom: 5px;
}

.h3gris {
	color: #bbbbbb;
	margin-bottom: 0px!important;
	margin-top: 15px;
	font-size: 20px;
	text-transform: uppercase;
}

.h3prim {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #333;
	margin-bottom: 0px!important;
}

.fichastecnicas-fitxa img {
	margin-top: 15px;
}

.espai-fichastecnicas {
		margin-top: 10px;
}

/*--------------------------------------------------------------
## Compartir
--------------------------------------------------------------*/
.addthis_default_style{
	display: inline-block!important;
  margin: 0px!important;
  padding-top: 10px!important;
}

.comparte {
	font-size: 24px;
	font-weight: 700;
	color: #4d4d4d;
	clear: both;
	font-family: 'Passion One', cursive;
	display: inline;
	float: left;
	margin-right: 20px;
}

.noTopInner {
	margin-top: 10px!important;
}
/*--------------------------------------------------------------
## Patrocinadors
--------------------------------------------------------------*/
.patrocinadors {
	padding: 24px 0 46px 0;
}

.patrocinadorsContainer > h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.nbs-flexisel-container {
  position:relative;
  max-width:100%;
}

.nbs-flexisel-ul {
  position:relative;
  width:9999px;
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}

.nbs-flexisel-inner {
	padding-top: 0;
  overflow:hidden;
  float:left;
  width:100%;
}

.nbs-flexisel-item {
  float:left;
  margin:0;
  padding:0;
  cursor:pointer;
  position:relative;
  line-height:0;
}

.nbs-flexisel-item img {
  width: 120px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Entitats Esportives
--------------------------------------------------------------*/
.entitats {
	padding: 24px 0 46px 0;
}

.subheaderContainer{
	margin-bottom: 60px;
}

.thumbnail .img-caption{
	height:100px;
}
.thumbnail img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
}
.thumbnail {
	border:0px;
	text-align:center;
}

.div-imatgeEntitats:not(:nth-child(4n)) .separador-entitatsEsportives {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}
.div-imatgeEntitats:last-child .separador-entitatsEsportives {
	border-right: none;
}

/*--------------------------------------------------------------
## Inscripcions
--------------------------------------------------------------*/

.mesInfoInscripcions {
	text-decoration: none!important;
}

.mesInfoInscripcions > p {
	font-size: 24px;
  color: #e7353e;
  text-align: right;
  font-weight: 600;
  line-height: 0px;
  white-space: nowrap;
  margin-top: 35px;
}

.file-inscripcions:hover,
.mesInfoInscripcions:hover > p {
	opacity: 0.7;
}

.file-inscripcions{
	color: #c6c6c6;
  float: right;
  line-height: 63px!important;
}

.h2-inscripcions, .icono-inscripcions{
	line-height: 63px!important;
  margin: 0px;
}

.underlined-inscripcions {
	border-bottom: 1px solid #c6c6c6;
}

/*--------------------------------------------------------------
## Instal·lacions
--------------------------------------------------------------*/

.headerInstalacions {
	background-color: #333334;
	width: 100%;
	height: 69px;
	margin-bottom: 50px;
}

.instalacions-menu {
	padding: 0;
	display: table;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin: 0px;
}

.instalacions-menu li {
	display: table-cell!important;
	list-style-type: none;
	width: 16%;
  text-align: center;
}

.instalacions-menu a,
.instalacions-menu a:visited {
	color: #fff;
	text-decoration: none!important;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 69px;
	font-weight: 600;
}

.instalacions-menu li:hover,
.instalacions-menu li.active {
	background-color: #545454;
	box-sizing: border-box;
}


.sidebar-menu{
	padding:0px !important;
	margin: 0px !important;
  margin-top: 16px!important;
}

.sidebar-menu:active{
	color: red!important;
}


.sidebar-menu li:before {
	content: none!important;
}

.sidebar-menu li:not(:first-child){
  list-style: none;
	border-top: 1px solid #ccc;
}

.sidebar-menu li:last-child {
    list-style: none;
    border-bottom: 1px solid #ccc;
}


.sidebar-menu li:last-child{
	border-bottom: 1px solid #ccc;
}

.sidebar-menu li a{
	font-size:15px;
	color:#4d4d4d;
	list-style: none;
	font-weight: 400;
}

.sidebar-menu li a:hover{
	opacity: .6!important;
	color:#4d4d4d!important;
}

.sidebar-menu li:active a{
	color: blue!important;
}

.sidebar-menu a .active {
	color: red!important;
}

.childInstalacions-sidebar {
	margin: 0px;
	padding: 0px;
}

.childInstalacions-sidebar li{
	list-style: none;
	border-top: none;
}
.childInstalacions-sidebar li:last-child {
	border: none;
	border-top: 1px solid #ccc;
}

.childInstalacions-sidebar li a, .childInstalacions-sidebar li a:visited {
	font-size:16px;
	color:#4d4d4d;
	list-style: none;
	font-weight: 400;
	margin-left: 15px;
}

.childInstalacions-sidebar li a:hover, .childInstalacions-sidebar li a:active {
	color: #b2b2b2;
	text-decoration: none;
}

.sidebar-menu li.active a i{
	color: #999 !important;
	text-align: right;
	font-size: 16px;
	display: table-cell;
}

.instalacions-esportives h2{
	margin-top:0px;
	padding-top:0px;
}

.instalacions-esportives{
	margin-bottom:40px;
}

.instalacions-esportives .carousel-control.right,
.instalacions-esportives .carousel-control.left  {
  background-image: none;
}

.instalacions-esportives .carousel {
	  margin-bottom: 20px;
		margin-top: 35px;
}

.instalacions-esportives .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.instalacions-esportives .thumbnail {
    padding: 0;
}

.instalacions-esportives .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: 400px;
}

.instalacions-esportives .carousel-imatge-instalacions{
	height: 80px!important;
	min-height: 80px!important;
}



/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.background-section-home {
	background-size: cover;
	background-repeat: no-repeat;
  margin-bottom: 89px;

  background-position: center center;
}

.home-0 {
	background: rgba(171,22,43,0.9);
  padding: 75px;
}

.home-0 > p {
	color: #fff;
	text-align: justify;
}

.home-0 h1 {
	color: #fff;
	margin-bottom: 50px;
}

.home-1 {
	text-align: center;
}

.home-1 h2 {
	border-left: none;
	margin-top: 30px;
	margin-bottom: 20px;
}

.home-1-img {
  margin-top: 20px;
  max-height: 150px;
	margin: 0 auto;
}


.home-2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 90px;
}

.background-home-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.home-2 > p, .home-2 > h3 {
	color: #fff;
}

.home-2 h2 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
	border-left: none;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.home-2 p {
	margin-bottom: 40px;
}

.home-2-logo {
  max-width: 150px;
}

.home-3 {
	margin-top: 30px;
}

.home-3-logo {
  margin: 0 auto;
}

.home-3-imatge {
	padding: 30px;
  display: block;
  object-fit: cover;
  max-width: 457px;
  height: auto;
}

.home-3-boto {
	margin-top: 30px;
	display: inline-block;
}

.home-ultimasNoticias-text {
	max-width: 550px;
}

.ultimesNoticies-contenedor {
	background-color: #E1E1E1;
	padding: 15px 20px 15px 20px;
  min-height: 100px;
}

.ultimesNoticies-contenedor h3 {
	font-size: 22px;
}

.ultimesNoticies-contenedor p {
	margin-bottom: 20px;
	max-height: 306px;
}

.ultimesNoticies-readMore {
	font-size: 15px;
	font-weight: 700;
	color: #AB162B;
	bottom: 50px;
  /*position: absolute;*/
}

.ultimesNoticies-readMore:hover{
	color: #771029;
}
/*--------------------------------------------------------------
## Oferta activitats
--------------------------------------------------------------*/
.ofertaActivitats {
	padding-bottom: 14px;
}

.ofertaActivitatsContainer {
	max-width: 760px;
}

.ofertaActivitatsContainer > h1 {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Activitats
--------------------------------------------------------------*/
.activitats {
	padding-bottom: 36px;
}

.activitatsContainer,
.activitatsContainer:hover {
	border: 10px solid #ededed;
	border-radius: 8px;
	height: 440px;
	margin-bottom: 44px;
	max-width: 330px;
}

.activitatsContainer:hover {
	border: 10px solid #DADADA;
}

.activitatsTextContainer {
	padding: 12px;
}

.activitatsTextContainer > h2 {
	margin: 14px 0 26px;
}

.activitatsTextContainer > h2 > a,
.activitatsTextContainer > h2 > a:focus,
.activitatsTextContainer > h2 > a:hover {
	color: #333334;
}


.img-activitats {
	height: 150px;
	width: 100%;
	-webkit-object-fit: cover;
		 -moz-object-fit: cover;
		  -ms-object-fit: cover;
		   -o-object-fit: cover;
			 		object-fit: cover;
}


.slider-0 .carousel-text h1{
	font-size:68px !important;line-height: 55px;
}


/*--------------------------------------------------------------
## Activitats info
--------------------------------------------------------------*/
.activitatsInfo {
	padding-bottom: 36px;
}

.activitatsInfoContainer,
.activitatsInfoContainer:hover {
	border: 10px solid #ededed;
	border-radius: 8px;
	height: auto;
	margin-bottom: 44px;
	padding: 11px 38px 35px;
	position: relative;
}

.activitatsInfoContainer:hover {
	border: 10px solid #DADADA;
}

.activitatsInfoContainer > h2 {
	margin-bottom: 20px;
}

.activitatsInfoInnerContainer {
	position: relative;
}

.activitatsInfoRow {
	border-bottom: 3px solid #ededed;
	margin: 19px -15px 33px -15px;
}

.activitatsInfoButtonContainer {
	position: absolute;
	bottom: -35px;
	right: -13px;
}

.activitatsInfoButtonPlus,
.activitatsInfoButtonPlus:hover {
	height: 32px;
	width: 32px;
	background-color: #e7353e;
	border-radius: 25px;
	color: #ffffff;
	border: none;
	box-shadow: none;
	position: relative;
}

.activitatsInfoButtonPlus::before,
.activitatsInfoButtonPlus::after {
	content: '';
	border-bottom: 2px solid #ffffff;
	position: absolute;
	width: 12px;
	left: 10px;
	top: 15px;
	transition: all 0.5s linear;
}

.activitatsInfoButtonPlus::after {
	transform: rotate(-90deg);
}

.activitatsInfoButtonMinus::after {
	transform: rotate(0);
}

.activitatsInfoTitleContainer > h4 {
	margin-bottom: 2px;
}

.activitatsInfoTitleContainer > p:last-child {
	margin-bottom: 28px;
}

.activitatsInfoHiddenContainer {
	padding-top: 15px;
}

.activitatsInfoLinkContainer {
	margin: 66px auto 27px;
}

.activitatsInfoLinkContainer > a,
.activitatsInfoLinkContainer > a:focus,
.activitatsInfoLinkContainer > a:hover {
	padding: 11px 22px;
	color: #ffffff;
}

.activitatsInfoPricesRow {
	border-bottom: 1px solid #706f6f;
	margin-bottom: 10px;
}

.activitatsInfoPricesFirstColumn > p,
.activitatsInfoPricesSecondColumn > p,
.activitatsInfoPricesThirdColumn > p {
	margin-bottom: 7px;
}

.activitatsInfoPricesSecondColumn {
	text-align: center;
}

.activitatsInfoPricesThirdColumn {
	text-align: right;
}

/*--------------------------------------------------------------
## Activitats Presentacio
--------------------------------------------------------------*/
.presentacioActivitats {

}

.presentacioActivitatsLlistat > h3,
.presentacioActivitatsUsuaris > h3,
.presentacioActivitatsHoraris > h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}

.presentacioActivitatsLlistat > p {
	padding-left: 6px;
}

.rowPresentacioActivitatsPreus {
	padding-top: 28px;
}

.rowPresentacioMapa {
	margin-bottom: 68px;
}

.presentacioMapContainer > p {
	margin-top: 16px;
}

.presentacioMap{
	margin-top: 35px;
	width: 100%;
	height: 400px;
}

.presentacioHorari > h3{
	margin-top: 0;
}

/*--------------------------------------------------------------
## Contacta
--------------------------------------------------------------*/
.contacta {
	padding: 0 0 70px;
}

.acceptanceRow {
	padding-top: 16px;
}

.contactaContainer > h1 {
	margin-bottom: 47px;
}

.acceptanceContainer {
	font-family: 'Roboto', sans-serif;
	color: #706f6f;
}

.acceptanceContainer > input {
	float: left;
	margin-right: 8px;
	z-index: 9;
}

.acceptanceText {
	display: inline-block;
	margin-left: 23px;
}

.acceptanceLink,
.acceptanceLink:focus,
.acceptanceLink:hover {
	font-family: 'Roboto', sans-serif;
	color: #706f6f;
}
/*
.enviaLinkContainer > input,
.enviaLinkContainer > input:hover {
	font-family: 'Roboto', sans-serif;
	background-color: #e7343f;
	border: 2px solid #e7343f;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	display: table;
	font-size: 18px;
	font-weight: 500;
	float: right;
	outline: 0;
	padding: 7px 26px;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}

.enviaLinkContainer > input:hover {
	background-color: #cc2f37;
  -webkit-transition: all 0.3s ease-in;
		 -moz-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
			 -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}*/

.contactaFacebook > br {
	display: none;
}

.contactaFacebook > i {
	font-size: 28px;
	color: #6F6E6E;
	transition: all 0.3s ease-in;
}

.contactaFacebook > i:hover {
	opacity: 0.8;
}

input[type="checkbox"] {
	margin-left: 0!important;
	opacity: 1;
	position: absolute;
	width: 20px;
	z-index: 1;
	left: 0;
	height:20px;
	margin-top:17px;
	margin-left:17px!important;
}

input[type="checkbox"]
.acceptanceCheck {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

input[type="checkbox"] + .acceptanceCheck:before {
    /*
    content: '';
    background: #fff;
    border: 1px solid #333334;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 0;
		margin-top: 0;
    margin-right: 6px;
    text-align: center;
		position: absolute;
		left: 16px;
		top: 4px;
		line-height: inherit; */
}

input[type="checkbox"]:checked + .acceptanceCheck:before {
    content: "\f00c";
    font-family: 'FontAwesome';
		font-size: 10px;
		padding-top: 2px;
    background: transparent;
    color: #333334;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.bodyFooter {
	background-color: #AD172B;
	padding: 80px 0;
	min-height: 408px;
}

.footerTitle h3{
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
  margin-top: 0px;
}

.siguenosFooter{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	bottom: 0px;
}

.siguenosFooter h3 {
	display: block;
	margin-bottom: 0px;
}

.siguenosFooter a {
	color: #fff;
}

.footerBorder {
	border-left: 1px solid #ffffff;
}

.span-footer-contact {
	display: inline-block;
	vertical-align: top;
}

.footerContainer > .languageContainer {
  margin-top: 0;
  padding-top: 0;
}

.footerContainer > .languageContainer > .language > li > a,
.footerContainer > .languageContainer > .language > li > .lang-dropdown > li > a {
	color: #ffffff;
}

.footerContainer > .languageContainer > .language > li > .lang-dropdown {
	background-color: transparent;
}

.footerContainer > .languageContainer > .language > li > a::after {
	border-color: #ffffff;
}

.footerContainer > p {
	color: #ffffff;
}

.footerContainer > a,
.footerContainer > a:focus,
.footerContainer > a:hover {
	color: #ffffff;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li > a {
  color: #ffffff;
  font-size: 13px;
  padding-bottom: 0;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:not(:last-child) > a::after {
  padding-left: 9px;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li > a::after {
  color: #ffffff;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:first-child > a {
	padding-left: 0;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:last-child > a {
	padding-right: 0;
}

.footerContainer > .subHeaderNavContainer > .subHeaderNav > li:not(:first-child) > a {
  padding-left: 9px;
}

.footerImgContainer {
	clear: both;
}

.footerImgContainer > a > img {
	max-height: 62px;
}

.footerImgContainer > a:first-child > img {
	margin-bottom: 30px;
}

.footerImgContainer > a:last-child > img {
	max-height: 68px;
}

.footerList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerList > li {
	text-transform: uppercase;
}

.footerList > li > a,
.footerList > li > a:focus,
.footerList > li > a:hover {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 0;
	text-decoration: none;
}

.footerList > li:first-child > a {
	padding-top: 0;
}

.footerList > li:last-child > a {
	padding-bottom: 0;
}

.subFooter {
	background-color: #771029;
	min-height: 40px;
	text-align: center;
}

.subFooter p {
	padding-top: 10px;
	margin-bottom: 0;
}

.subFooter a,
.subFooter p {
	font-size: 13px;
	font-weight: 300;
}

.xarxes-footer:hover > i {
	color: #771029!important;
}

.subFooter ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.subFooter li {
  display: inline-block;
	color: #fff;
}

.subFooter li:before {
  content: " ·";
  padding-right: 5px;
	margin-left: 5px;
}
.subFooter p {
  display: inline-block;
	color: #fff;
}

.subFooter li a {
  display: inline-block;
	color: #fff;
}

.subFooter li a:hover {
	color: #AD172B!important;
}

/*--------------------------------------------------------------
## Medi ambient
--------------------------------------------------------------*/

#post-83, #post-2078{
	background-repeat: no-repeat;
	background-position: right;
  	background-size: contain;
}

.li-medioambiente ul,
.li-medioambiente ol {
    margin: 0px;;
}

.li-medioambiente li {
	color: #3C3C3B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.inline-medioambiente-img {
		display: inline-block;
		max-width: 120px;
}

.inline-medioambiente {
	display: inline-block;
	text-align: left!important;
}



.empresa {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}


/*--------------------------------------------------------------
## Conocenos mejor
--------------------------------------------------------------*/
#carousel-conocenos {
	margin-top: 30px;
}

/*--------------------------------------------------------------
## Todo sobre bonsais
--------------------------------------------------------------*/
#post-116,
#post-1890, #post-2591 {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

.quote {
	border-left: 3px solid #9A162E;
}

.quote p {
  padding-left: 50px;
	font-size: 22px;
	font-style: italic;
}

/*--------------------------------------------------------------
## Valores
--------------------------------------------------------------*/
.valoresh1 {
	padding-left: none;
	color: #fff;
text-align: center;
}
/* START MILESTONES SECTION */
.milestones {
	background: url('img/Milestones/imatge-fons.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.milestonesBackground {
	/*background: url('img/Milestones/degradat.png');*/
	background-position: center center;
	background-size: cover;
	padding-top: 60px;
	margin-bottom: -2px;
}

.milestonesTitleContainer > h1,
.milestonesTitleContainer > h2,
.milestonesSubtitleTextContainer > p {
	color: #ffffff;
	text-align: center;
}

.milestonesSubtitleTextContainer > p {
	margin-top: -60px;
	margin-bottom: 60px;
}

.milestonesTitleContainer > h2 {
	margin: 0;
	padding-top: 12px;
}

.img-milestonesFluendoLogo {
	display: table;
	margin: 40px auto 25px auto;
	max-height: 36px;
}

.milestonesRightBorder {
	border-right: 2px solid #fff;
}

.milestonesLeftBorder {
	border-left: 2px solid #fff;
	min-height: 100px;
	left: -2px;
}

.milestonesRightContainer {
	text-align: right;
	padding-right: 34px;
	padding-top: 20px;
}

.milestonesLeftContainer {
	padding-left: 34px;
	padding-top: 20px;
}

.milestonesRightContainer > h3,
.milestonesLeftContainer > h3 {
	margin-bottom: 8px;
	font-size: 70px;
	font-weight: 900;
}

.h3ObjectiusMilestone {
	font-size: 60px;
	text-align: center;
	font-weight: 900;
	margin-top: 85px;
	margin-bottom: 35px;
}

.milestonesRightContainer > h3,
.milestonesLeftContainer > h3,
.milestonesRightContainer > p,
.milestonesLeftContainer > p,
.milestones h3 {
	color: #ffffff;
}


.milestonesBottomSeparator {
	padding: 40px 0;
}

.milestonesLogo {
	max-width: 250px;
}

/* END MILESTONES SECTION */

/*--------------------------------------------------------------
## Cuidados basicos
--------------------------------------------------------------*/
.marginTop-primerSection {
	margin-top: 80px;
}

.imgAlignH2 {
  margin-top: 20px;
}

.imgAlignH3 {
  margin-top: 25px;
}

.kitbasicosText p {
	margin-top: 100px;
	font-size: 18px;
}

.bottom80 {
	margin-bottom: 80px;
}

.redNumber {
	color: rgba(153,20,45,1);
	font-weight: 700;
}

.consejoPrebonsai {
	margin-top: 30px;
  color: #9e9e9e;
  font-size: 18px;
  font-style: italic;
}

.pasosPrebonsai {
	margin: 0 auto;
}

.pasosPrebonsai p {
	text-align: center;
	font-size: 18px;
	color: #9e9e9e;
}

.pasosPrebonsaiFinal {
		text-align: center;
		margin: 0 auto;
}

.pasosPrebonsaiFinal h3 {
		font-size: 30px;
		width: 200px;
		text-align: center;
		margin: 0 auto;
}





/*--------------------------------------------------------------
## Telefon, mail i xarxes desplegables del subheader
--------------------------------------------------------------*/
.subHeaderLogoContainer i {
    font-size: 16px;
	margin-top: 0px;
	padding-top:0px;
	line-height:0;
}
.desplegatSubheader {
	white-space: nowrap;
	word-wrap: break-word;
	height: 25px;
	font-size: 16px;
	margin-right: 30px;
	display: inline-block;
	opacity: .7;
}
.desplegablesSubheader,
.desplegablesSubheader:hover,
.desplegablesSubheader:active,
.desplegablesSubheader:focus {
	border: none;
	border-color: transparent;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 13px;

	padding: 0px 5px;
	text-shadow: none;
	outline: none;
	height: 25px;
}



/*--------------------------------------------------------------
## Back to top boto
--------------------------------------------------------------*/
.back-to-top,
.back-to-top:visited
.back-to-top:active
.back-to-top:focus {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #000;
	opacity: .8;
}
.back-to-top:hover {
	opacity: .6;
	color: #000!important;
}

.back-to-top i {
  font-size: 60px;
}

.back-to-topBonsai,
.back-to-topBonsai:visited
.back-to-topBonsai:active
.back-to-topBonsai:focus {
	float: right;

}


/* Puertas abiertas */

.img-capsalera-pa{
	background-position: center center;
	  background-size: cover;
	  min-height: 200px;
	  width: 100%;
	  clear: both;
	  padding:50px 0;
}

.img-capsalera-pa h1{
	line-height: 75px;max-width: 950px;margin-bottom: 30px;
}

.img-capsalera-pa h2{
	max-width: 950px;
	border-left:0px;
}

.p-testimonials{
	padding:0 30px;
}

.programa{
	background:#95132d;
}

.aMapContacto {
	float: right;
}

@media only screen and (max-width: 500px) {
	.img-capsalera-pa h1{
		font-size: 38px;
		line-height: 40px;
	}

	.img-capsalera-pa h2{
		font-size:24px;
	}
}

/* empresa */
.img-capsalera{
	background-position: center center;
  background-size: cover;
  min-height: 200px;
  width: 100%;
  clear: both;
  margin-top: -102px;
}
.img-capsalera h1{
	color: #fff !important;
	font-size: 60px !important;
	margin-top: 120px!important;
	/*text-shadow: 2px 2px 10px #000000;*/
	margin-bottom: 0px;
}




.h2NomBonsaiInner {
	font-size: 34px!important;
}

.h2NomBonsaiInnerBot {
		margin-top: 0px;
}

.actiuLlistaBonsais,
.actiuPareBonsais {
	opacity: .5;
}

.page-id-131 h4 {
	margin-bottom: 3px!important;
}


.page-id-131 h3 {
	margin-bottom: 3px!important;
}


.liCheck{
	list-style: none;
	padding:0;
	margin:0;  }
.liCheck li{
    padding-left: 2em;
    text-indent: -25px;
}
.liCheck li:before {
	content: "\f00c"!important;
	font-family: "FontAwesome";
	padding-right:7px;
}
.liCheck li {
	line-height: 25px!important;
    margin-bottom: 20px;
}


.serviciosprofesionalesText {
	width: 66.66666667%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.post-paddings-block {
	padding-right: 30px!important;
}


/* galeria */

.gallery-item{
	display:inline-block; float: left;
}
.gallery{
    display: table;
    clear: both;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
}
.gallery img{
	width: 100%;
}

.galeria{
	display: table;
width: 100%;
clear: both;
position: relative;
}



.mainBodyFlex li.gitem::before {content: none;}
li.gitem{width:20%;z-index:1;float:left;padding: 0px; margin: 25px 15px; height:150px; list-style: none; border: 0px;}
li.gitem img{width: 100%;background-position: center center !important; background-repeat: no-repeat !important; background-size: 200% !important; margin-bottom:5px; height:150px;}
li.gitem:hover{z-index:3;}

@media (max-width:600px){
li.gitem {float:left; margin:0;padding:0; width:50%; z-index:1; min-height:150px;}
.xs{padding-top:6px;}
}
/*--------------------------------------------------------------
## Media queries
--------------------------------------------------------------*/
@media (max-width: 1500px) {

	#post-83, #post-2078 {
		background-repeat: no-repeat;
		background-position: right;
		-o-background-size: 50% auto;
	  -webkit-background-size: 50% auto;
	  -moz-background-size: 50% auto;
	  background-size: 50% auto;
	}
}

@media (min-width: 1200px) {
	.element-center-lg {
		margin: 0 auto;
		display: table;
	}

	.element-right-lg {
		margin: 0 0 0 auto; display: table;
	}

	.allHeight-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-box-flex: 1;
		-o-box-flex: 1;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}
}

@media (max-width: 1199px) {
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
		padding: 23px 15px;
	}

	.carousel-home-container h1 {
		font-size: 50px;
	}

	.carousel-home-container h2 {
		font-size: 30px;
	}

	.organizadasTalleres {
		padding: 30px 50px!important;
	}

	.entry-title {
		font-size: 26px;
	}
	.entry-content {
		font-size: 14px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.element-center-md {
		margin: 0 auto;
		display: table;
	}

	.element-right-md {
		margin: 0 0 0 auto; display: table;
	}

	.allHeight-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-box-flex: 1;
		-o-box-flex: 1;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}

	.acceptanceTextContainer > p {
		margin-bottom: 0;
	}

	.acceptanceContainer {
		padding-bottom: 8px;
		height: 30px;
	}

	.acceptanceFirstRow {
		height: 35px;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		max-width: 284px;
	}
}

@media (max-width: 992px) {

	.post-paddings-block {
		padding: 30px!important;
	}
	.post-paddings-block .entry-header,
	.post-paddings-block h2 {
		margin-top: 0px;
	}

	.imgMaxXS .img50PC {
		width: 50%;
	}

	.imgMaxXS .cuidadosbasicos{
		margin-top: -80px!important;
	}

	.imgMaxXS .img100PC,
	.img100PC,
	.img50PC {
		width: 100%;
	}

	.kitbasicosText p {
    margin-top: 0px;
	}

	.imgMaxXS {
    margin: 0 auto;
    display: block;
    text-align: center;
	}

	.h2NomBonsaiInner {
		font-size: 31px!important;
	}

	#llistatBonsais {
		margin-bottom: 20px;
	}

	.section-marges-innerBonsai {
		margin-top: 30px;
	}

	#post-533 .espai-fichastecnicas {
    margin-top: 16px;
	}

	.dropdown-menu {
		left: 20px;
		width: 100%;
		background-color: transparent;
		top: 60px;
	}

	.nav {
		display: none;
	}

	.navbar-button {
		display: block;
	}

	.footerBorder {
		border: none;
	}
	.mm-panel .mm-navbar {
	     display: block;
	}
	#mm-1 > div {
		display: none;
	}
	.div-imatgeEntitats:nth-child(2n) .separador-entitatsEsportives {
		border-right: none!important;
		padding-right: 0px!important;
	}

	#post-83,
	#post-116,
	#post-1890,
	#post-1841, #post-2078  {
		background-image: none!important;
	}

	.milestonesRightContainer > h3, .milestonesLeftContainer > h3 {
		font-size: 49px;
	}

	.ultimesNoticies-contenedor {
    margin-bottom: 60px;
	}

	.siguenosFooter {
		position: relative;
	}

	.footerTitle h3 {
		margin-top: 50px;
    margin-bottom: 5px;
	}

	.organizadasTalleres {
    padding: 30px 30px!important;
	}

	.margin-container-generic {
    margin: 60px 0 60px 0!important;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.element-center-sm {
		margin: 0 auto;
		display: table;
	}

	.element-right-sm {
		margin: 0 0 0 auto; display: table;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		max-width: 323px;
	}


}


@media (max-width: 991px) {
	.text-subvencio{
       margin-bottom:45px!important;
       font-size: 12px;
	}
	.logos-subvencio{
      text-align: center;
      margin: 0 auto;
      margin-bottom: -5px!important;
	}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.noticia .wp-post-image {
		margin: 0 auto;
		width: 100%;
	}
/*
	hr {
		margin: 0px!important;
	}*/

	.comoRegarlos-product,
	.dondeUbicarlos-product {
		text-align: center;
	}

	.dondeUbicarlos-product img {
		max-height: 200px!important;
    float: none!important;
		margin: 0 auto;
	}

	.img50PC {
		width: 50%;
	}

	.cuidadosbasicos{
		margin-top: -80px!important;
	}

	.img100PC,
	.img50PC {
		width: 100%;
	}

	.imgMaxXS {
    margin: 0 auto;
    display: block;
    text-align: center;
	}
	.imgMaxXS img {
		max-width: 400px;
		margin: 0 auto;
	}


	.display767 {
		display: block!important;
	}

	.capsalera-bonsaisInner {
		min-height: 175px!important;
	}

	.capsalera-bonsaisInner h1,
	.img-capsalera h1 {
		font-size: 40px!important;
	}

	.marginTop-primerSection {
    margin-top: 50px;
	}


	.back-to-top {
		display: none!important;
	}

	.element-center-xs {
		margin: 0 auto;
		display: table;
	}

	.element-right-xs {
		margin: 0 0 0 auto; display: table;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		max-width: 100%;
	}

	.tortosaEsportContainer {
		max-width: 100%;
		padding: 98px 0 94px;
	}

	.modal-contentMesInformacio {
		min-width: 100%;
	}

	.lleiEsportContainerLeft {
		text-align: inherit;
		padding-right: 0;
		border: none;
	}

	.lleiEsportContainerRight {
		padding-left: 0;
	}

	.img-lleiElPitjorRisc {
		padding-top: 0;
	}

	.lleiElPitjorRisc {
		padding: 50px 0 70px;
	}

	.img-lleiElPitjorRiscContainer {
		padding-bottom: 25px;
	}

	.div-imatgeEntitats .separador-entitatsEsportives {
		border-right: none!important;
		padding-right: 0px!important;
	}

	.carousel-home-container .img-carousel {
		max-height: 250px;
		margin: 0 auto;
	}

	.carousel-home-container  h1, .carousel-home-container  h2, .carousel-home-container  a {
		text-align: center;

	}
	.carousel-home-container  h2 {
		font-size: 28px;
		
	}	

	.home-0 h1 {
	    color: #fff;
	    margin-bottom: 30px;
	    font-size: 36px;
	    text-align: center;
	}	

	.carousel-home-container .buttonClass1,
	.carousel-home-container .buttonClass1:focus,
	.carousel-home-container .buttonClass1:hover {
    margin: 0 auto;
    margin-bottom: 40px;
	}

	.carousel-indicators {
		text-align: center;
	}

	.home-0 {
		padding: 75px 15px;
	}

	.buttonClass1firstHome {
    margin-bottom: 150px;
	}

	.home-2 {
		padding: 90px 0;
	}

	.home-3-imatge {
		max-width: 100%;
	}

	.carousel-inner-home {
    height: 840px;
	}

	.ultimesNoticies-contenedor {
		min-height: 200px;
	}

	.section-marges-medi-ambient,
	.section-marges-medi-ambient h2 {
		text-align: center!important;
	}

	.padding-20-ambient{
		padding:20px !important;
	}
	.linia-ambient{
			border-right:1px solid #fff !important;
	}

	.milestonesRightBorder {
		border-right: 0px;
	}

	.milestonesRightContainer,
	.milestonesLeftContainer {
		text-align: left;
		padding-right: 0px;
		padding-left: 0px;
	}

	.videoExpo {
		margin: 0px!important;
	}

	.organizadasTalleres {
		padding: 30px 15px!important;
	}

	.section-visitas {
		margin: 60px 0!important;
	}

	.tripadvisor-link p {
	  margin-top: 0px;
		text-align: left;
		margin-bottom: 20px;
	}


	.h2NomBonsaiInner {
		margin-top: 20px;
    margin-bottom: 20px;
	}
	.h2NomBonsaiInnerBot {
			margin-top: 10px;
	}

	.buttonClass1 {
		margin-top: 10px;
	}
	.milestonesTitleContainer > h1 {
    font-size: 60px;
		margin-top: 50px;
	}
	.milestonesSubtitleTextContainer > p {
		margin-bottom: 0px;
	}
	.milestonesRow p {
    margin-bottom: 10px;
	}
	.dondeestamos-parallax h3 {
    font-size: 40px;
	}
	.bottom80 {
    margin-bottom: 50px;
	}

	.comoDarForma .bottom80 {
    margin-bottom: 0px;
	}
	.h1noticies {
		font-size: 60px;
	}
	.addthis_default_style {
    margin-bottom: 30px!important;
	}

	.aMapContacto {
		margin-bottom: 35px;
	}

.botiga .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}
.botiga .row {
   margin-right: 0px;
   margin-left: 0px;
}

}/*767*/

@media (max-width: 660px) {
	.serviciosprofesionalesText {
		width: 100%;
	}
	#post-393 {
		background: none!important;
	}
	.section-servicios_profesionales {
		min-height: 600px!important;
	}

	.cuidadosbasicos .five-cols {
		margin-top: 35px;
	}
}

/* Vertical tablets */
@media (max-width: 600px) {
	.col-activitats {
		display: block;
		width: 100%;
	}

	.activitatsContainer,
	.activitatsContainer:hover {
		height: auto;
	}

	.hide600 {
		display: none!important;
	}

	.display600 {
		display: block!important;
	}

	.espai-fichastecnicas {
    margin-top: -10px;
	}


}

@media (max-width: 565px) {
	.center565 {
		display: block!important;
		    text-align: center;
		    margin: 0 auto!important;
		    float: none!important;
				margin-bottom: 20px!important;
	}
}

@media (max-width: 515px) {
	.hide515 {
		display: none!important;
	}

	.display515 {
		display: block!important;
	}

	.img-capsalera-ryuga{
		min-height:250px !important;
		background-size:cover;
		background-position:center center;
	}


}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.modalMesInformacioLogoAqua {
		display: block;
		margin: 20px 0 0 0;
	}

	.capsalera-bonsaisInner h1 {
		margin-top: 115px!important;
		font-size: 29px!important;
	}

	.capsalera-bonsaisInner {
    min-height: 160px!important;
	}

	.enviaLinkContainer {
		margin-top: 20px;
	}

}

.eight-cols{
	float:left;

}


/*Columnes creades expressament per a dividir en 7, per a "Todo sobre bonsais"*/

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }


	.seven-cols .col-xs-3,
	.seven-cols .col-md-3,
	.seven-cols .col-sm-3,
	.seven-cols .col-lg-3 {
		width: 25%;
		*width: 25%;
	}

}


@media (min-width: 992px) {


  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

  .seven-cols .col-xs-3,
	.seven-cols .col-md-3,
	.seven-cols .col-sm-3,
	.seven-cols .col-lg-3 {
		width: 25%;
		*width: 25%;
	}
}


@media (min-width: 1200px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


/*Columnes creades expressament per a dividir en 5*/

.five-cols .five-columnescuidados {
  width: 20%!important;
  float: left;
}



@media (max-width: 768px){
	.five-cols .five-columnescuidados {
		width: 50%!important;
	}

}


/*Columnes creades expressament per a dividir en 8*/

.eight-cols {
  width: 14.2857%;
  float: left;
}

@media (max-width: 1361px){
	.eight-cols {
		width: 25%!important;
		height: 280px;
	}
}

@media (max-width: 825px){
	.eight-cols {
		width: 50%!important;
	}
}

/* últimes modificacions */

.programa .blanc{
	    margin-bottom: 12px
}

.modal-dialog {
    width: 990px;
   }


@media (max-width: 768px){
.modal-dialog {
    width: 100%;
   }
  }


  .espai-fichastecnicas h2.h2NomBonsaiInner {
    font-size: 30px!important;
}

@media (max-width: 600px) {
	.eight-cols {
		width: 100%!important;
	}
}

/* botiga */
.carrito-menu{
  font-size: 35px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    float: inherit !important;
    padding: 10px !important;
    position: relative;
    width: 100% !important;
}

.single-evento .mainBodyFlex li:before{
	     content: " "!important;
}

.header-nadal .fa-shopping-cart{
	font-size:16px;
	color:#9A162E !important;
	padding-top:20px;
	padding-left:5px;
}
.header-nadal{
	background:#fff;  width: 100%;padding:14px 0; position:fixed;
	/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3) !important;*/
}
.logoHeader-nadal{
	max-width:130px;
}
.tucesta{
	color: #3C3C3B;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.section1-nadal h1{
font-size:45px !important;
margin-bottom: -20px;
}
.section1-nadal{
	margin:0px;
}

.botiga .row{
    margin-right: -50px;
    margin-left: -50px;
    text-align: center;
}

.botiga .col-md-4{
	padding-right: 50px;
    padding-left: 50px;
}
.botiga h3{
    font-size: 20px !important;
    color: #9A162E !important;
    font-weight: 900;
    padding: 10px !important;
    font-family: 'Passion One';
    text-align: center;
    margin-bottom: 0px;
}

span.woocommerce-Price-amount.amount{
   font-weight: bold;
   font-size: 18px;
}


 .botigapopup h3{
    font-size: 20px !important;
    color: #9A162E !important;
    font-weight: 900;
    font-family: 'Passion One';
}
.woocommerce ul.products li.product .price{
	color: #3C3C3B;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align:center;
}

.woocommerce .products .product_type_simple{
	display:none !important;
}
.woocommerce .products input{
	display:none !important;
}

.btn-nadal{
	/*background:#9A162E !important;
	border-radius:30px  !important;
	color:#fff !important;
	font-weight: 500 !important;
	font-size: 16px !important;*/

}

.btn-nadal, .btn-nadal:focus, .btn-nadal:hover {
    background-color: #AB162B;
    border: 2px solid #AB162B;
    border-radius: 23px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    padding: 10px 22px;
    text-decoration: none;
    /*display: inline-block;*/
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.btn-nadal:hover {
	color: #AB162B;
	background-color: #fff;
  -webkit-transition: all 0.1s ease-in;
		 -moz-transition: all 0.1s ease-in;
		  -ms-transition: all 0.1s ease-in;
			 -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
}



.botiga ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center;
}

.botiga form .form-row .input-checkbox{
	margin-left: 0!important;
    opacity: 1 !important;
    position: relative  !important;
    width: 20px;
    height: 20px;
    z-index: 1 !important;
    left: inherit !important;
}

.botiga .products li{
	margin-bottom:0px !important;
}


.botiga ul.products {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.botiga{
	margin-bottom:80px;
}

/*.product_type_simple{
	display:none !important;
} */
.add_to_cart_inline{
	border:0px !important;
	padding: 12px 0 !important;
}

.add_to_cart_inline input{
	margin-left:10px !important;
}
.woocommerce form .form-row .input-checkbox{
	margin-left: 0!important;
    opacity: 1 !important;
    position: relative  !important;
    width: 20px;
    height: 20px;
    z-index: 1 !important;
    left: inherit !important;
}

.wc-proceed-to-checkout a{
	background:#9A162E !important;
	color:#fff !important;
}
.wc-proceed-to-checkout a:hover{
	opacity:0.9;
}

.added_to_cart{
	display:none;
}
#ship-to-different-address{
	float:inherit !important;
}

#ship-to-different-address-checkbox{
	margin-left: 0!important;
    opacity: 1 !important;
    position: relative  !important;
    width: 20px;
    height: 20px;
    z-index: 1 !important;
    left: inherit !important;
}
.checkbox{
	display: inline-block!important;
    margin-top: 0px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
}

.page-id-2693 .cancel {
	display: none!important;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: .60!important;
    padding-right: 2.618em;
}





.imgEvent img {
	height: 264px;
	width: 264px;
	display: block;
	object-fit: cover;
}

.eventLinkOutter h3 {
	margin-bottom: 10px;
}

.eventLinkOutter {
	border-bottom: 1px solid #9a162e;
	height: 264px;
  margin-bottom: 50px;
}

.eventsExcerpt {
	text-align: justify;
	margin-bottom: 10px;
}

.eventsAllInfoLink {
	font-weight: 300;
	font-style: italic;
}

.colNoPadding {
	padding-left: 0;
	padding-right: 0;
}

.padding-20-ambient{
	padding:20px !important;
}
.linia-ambient{
		border-right:1px solid #fff !important;
}
.margin-ambient{
	margin-bottom:50px;
}

@media(max-width: 767px) {
	.padding-20-ambient{
		padding:10px !important;
	}
	.margin-ambient{
		margin-bottom:10px;
	}
	.linia-ambient{
			border-right:0px solid #fff !important;
	}
	.linia-ambient-responsive{
		border-bottom:1px solid #fff !important;
		width:100%;
		margin-bottom:30px;
	}

	.eventLinkOutter {
		height: auto;
		padding-bottom: 30px;
	}

	.imgEvent img {
		height: auto;
		width: 100%;
		display: block;
		object-fit: cover;
	  margin-left: 0px;
		max-height: 250px;
	}

	.colMarginBotResp {
		margin-bottom: 50px;
	}
}

.modal-header{
border:0px;
}

@media(max-width: 1199px){

	.logoHeader {
		max-height: 40px;
		margin-top: 13px;
		margin-left: 8px;
	}	

}

@media(max-width: 1024px){

	.subHeader{
		max-width:1024px;
	}
	.bodyHeader{
		max-width:1024px;
	}

	.logoHeader {
		max-height: 40px;
		margin-top: 13px;
		margin-left: 8px;
	}	

}

/* MOSTRAR IMATGE PROMOCIONES SEGONS MIDA */
.desktopSi{
	display: block;
	cursor:pointer;
}
.desktopNo{
	display: none;
	cursor:pointer;
}

@media(max-width: 768px){
	.desktopSi{
	   display: none;
     }
    .desktopNo{
	   display: block;
    }
	.subHeader{
		max-width:768px;
	}
	.bodyHeader{
		max-width:768px;
	}
}

/* landing */
.row2{
	margin-right: -50px;
    margin-left: -50px;
}
.paa1{
	padding-right: 50px !important;
    padding-left: 50px !important;
}

.h66{
	line-height: 25px !important;
    max-width: 950px !important;
    margin-bottom: 0px !important;
}
.landing-ul li{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 900 !important;
	font-size:22px !important;
	color:#4D4D4D !important;
	    list-style: disc !important;
	 padding-top: 2px !important;
    padding-bottom: 2px !important;
}

  .landing-ul{
  	  margin-left: 20px !important;
}

.landing-ul2 li{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 900 !important;
	font-size:16px !important;
	color:#4D4D4D !important;
	    list-style: disc !important;
	 padding-top: 2px !important;
    padding-bottom: 2px !important;
}

  .landing-ul2{
  	  margin-left: 20px !important;
}


 .tres-cols{
 	padding:80px 0 30px 0  !important;
 }

 .ponents{
 	background:#fff !important; /* f5f5f5 */
 	padding:100px 0 40px;  
 }

 .ponent{
 	margin-bottom:60px !important;
 }

 .ponent h3{
 	margin-bottom: 20px !important;
    margin-top: 40px !important;
 }

 .programa h3 {
    margin-bottom: 20px !important;
}


input[type="checkbox"] {
    margin-left: 0!important;
    opacity: 1;
    position: absolute;
    width: 15px;
    z-index: 1;
    left: 0px;
    height: 15px;
    margin-top: 3px;
    margin-left: 15px!important;
}

/* menu idioma wp nou*/
.statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
    width: 60px!important;
    margin-left: 5px!important;
    font-weight: 200!important;
    background-color: rgba(153,20,45,0.95)!important;
    font-size: 14px!important;

}



.check-news-contact input {
	margin-left: 0!important;
}
.check-news-contact .wpcf7-list-item-label {
	font-weight: normal;
	margin-left: 10px;
}
.landing-flickr {
	padding: 50px 0 70px 0;
}
@media(max-width: 500px) {
	.page-template-page-puertas-abiertas-3 .img-capsalera-pa {
		padding: 50px 0 50px 0!important;
	}
	.page-template-page-puertas-abiertas-3 .tres-cols {
		padding: 50px 0 30px 0!important;
	}
	.page-template-page-puertas-abiertas-3 .landing-flickr {
		padding: 50px 0 50px 0!important;
	}
	.page-template-page-puertas-abiertas-3 .programa {
		padding: 0!important;
	}
	.ponent {
	    margin-bottom: 40px !important;
	}
	.page-template-page-puertas-abiertas-3 .ponents {
		padding: 50px 0 0 0!important;
	}
	.page-template-page-puertas-abiertas-3 .landing-concursos {
		padding: 50px 0 30px 0!important;
		margin: 0!important;
	}
	.page-template-page-puertas-abiertas-3 .landing-contact-form {
		padding: 50px 0 30px 0!important;
	}
}
.landing-contact-form a:hover {
	text-decoration: none;
}
.landing-contact-form input[type="checkbox"] {
	position: relative;
	top: auto;
	left: 0;
	margin-top: 0;
  margin-left: 0!important;
}
.landing-contact-form .checkbox-131 .wpcf7-list-item {
    margin: 0;
}
.landing-contact-form .acceptanceCheck {
    margin-left: 10px;
}

/* pt */

.dondeUbicarlos-product:lang(pt){
	display: none;
}

.comoRegarlos-product:lang(pt) {
	display: none;
}

#section-dondeestamos-visitas:lang(pt) {
	display: none;
}

#wpcf7-f1107-o1 .grecaptcha-badge{
	display: none;
}

#wpcf7-f17021-o1 .grecaptcha-badge{
	display: none;
}

.home-pt{
	display: none;
}

/* menu PT */
.nav.pt > li:nth-child(2) > ul > li:last-child{
	width: auto;
}

.nav.pt > li:nth-child(2) > .dropdown-menu {
    width: auto;
}

.nav.pt > li:nth-child(2) > .dropdown-menu{
	left: 95px;
}

.nav.pt > li:nth-child(2) > ul > li:last-child > a::before{
	display: none;
}

.nav.pt > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(5){
	margin-bottom: 10px;
}

#wpcf7-f17255-o1 select{
    width: 100%;
    height: 40px;
}

#wpcf7-f17255-o1 input[type="number"]{
    width: 150px;
}

/* politica de cookies */
.dev{
	width: 50%!important;
  }
  .pow{
	width: 50%!important;
  }
  #pdcc-modal-bg #pdcc-modal-container p {
	text-align: left!important;
  }