/*
Theme Name: bf
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: Pau Jané
Author URI: https://www.aloewebs.com/
Description: Disseny a mida per Beneito&Faure
Version: 1.0.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
  background: #000000 none repeat scroll 0 0;
  font-family: "Lato",sans-serif;
  overflow-wrap: break-word;
  font-weight:300;
}
/*
.main-content p {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}
*/
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

#masthead nav.site-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  background: rgba(0,0,0,0.5);
}

.site-header {
  position: relative;
}
#scrolldown_icon {position:fixed;bottom:10px;left:50%;margin-left:-9px;/*z-index:99*/}
#scrolldown_icon.flota { position:absolute; }
#scrolldown_icon span {display:block;width:5px;height:5px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-right:2px solid white;border-bottom:2px solid white;margin:3px
0 3px 6px}
.unu{margin-top:6px}
.unu,.doi,.trei{-webkit-animation:mouse-scroll 1s infinite;-moz-animation:mouse-scroll 1s infinite}
.unu{-webkit-animation-delay: .1s;-moz-animation-delay: .1s;-webkit-animation-direction:alternate}
.doi{-webkit-animation-delay: .2s;-moz-animation-delay: .2s;-webkit-animation-direction:alternate;margin-top:5px}
.trei{-webkit-animation-delay: .3s;-moz-animation-delay: .3s;-webkit-animation-direction:alternate}
.mouse{height:26px;width:18px;border-radius:10px;transform:none;border:2px solid white;top:170px}
.mobileScroll .mouse{border:none;background:url(/wp-content/themes/bf/img/dedo.png) no-repeat center top;background-size:30px auto;height:60px;width:30px;-webkit-animation:finger-wheel 1.2s ease infinite;-moz-animation:finger-wheel 1.2s ease infinite}
.mobileScroll .arrows, .mobileScroll .mouse .wheel{display:none}
.wheel{height:5px;width:2px;display:block;margin:5px auto;background:white;position:relative}
.wheel{-webkit-animation:mouse-wheel 1.2s ease infinite;-moz-animation:mouse-wheel 1.2s ease infinite}
@-webkit-keyframes mouse-wheel{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}
@-webkit-keyframes finger-wheel{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0.9;-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}}
@-moz-keyframes finger-wheel{0%{top:1px}50%{top:2px}100%{top:3px}}
@-moz-keyframes mouse-wheel{0%{top:1px}50%{top:2px}100%{top:3px}}
@-webkit-keyframes mouse-scroll{0%{opacity:0}50%{opacity: .5}100%{opacity:1}}
@-moz-keyframes mouse-scroll{0%{opacity:0}50%{opacity: .5}100%{opacity:1}}
@-o-keyframes mouse-scroll{0%{opacity:0}50%{opacity: .5}100%{opacity:1}}
@keyframes mouse-scroll{0%{opacity:0}50%{opacity: .5}100%{opacity:1}}
a.xxss {
  height: 27px;
  background-position: left top;
  background-repeat:no-repeat;
  margin-right:5px;
  display: inline-block;
}
a.xxss:hover {
  background-position: left bottom;
}
a.xxss.instagram {
  background-image: url("./img/instagram.png");
  width: 27px;
}
a.xxss.youtube {
  background-image: url("./img/youtube.png");
  width: 39px;
}
#peucolumnes h3 {
  color: #ffffff;
  font-size: 18pt;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}
footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
footer p {
  margin: 0;
}
footer a {
  color: #aaa;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  text-decoration: none;
  color: #ddd;
  outline:none;
}
footer .site-info p {
  font-size: 11px;
  margin-top: 15px;
}
p.xxss {
  margin-top: 25px;
}
ul.menupeu {
  font-weight: bold;
  list-style: outside none none;
  margin: 30px 0;
  text-transform: uppercase;
  padding: 0;
}
footer .menupeu a {
  color: #fff;
}
footer .menupeu a:hover {
  color: #ddd;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}
#content {
  margin-top: 30px;
}
.navbar-toggle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
}
.navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-nav > li > a {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 11pt;
  padding: 10px 5px;
  text-transform: uppercase;
}
.nav > li > a:focus, .nav > li > a:hover {
  background: #b5b1ab none repeat scroll 0 0;
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}
.sobreslider .nav > li > a:focus, .sobreslider .nav > li > a:hover {
  background: #b5b1ab none repeat scroll 0 0;
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}
.sobreblanc .nav > li > a:focus, .sobreblanc .nav > li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #b5b1ab;
  color: #b5b1ab;
  text-decoration: none;
}
.sobreblancsempre .nav > li > a:focus, .sobreblancsempre .nav > li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #b5b1ab;
  color: #b5b1ab;
  text-decoration: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: #b5b1ab;
  border-color: inherit;
  color: #333;
}
.sobreslider .nav .open > a, .sobreslider .nav .open > a:focus, .sobreslider .nav .open > a:hover {
  background: #b5b1ab;
  border-color: inherit;
  color: #333;
}
.sobreblanc .nav > li > a:focus, .sobreblanc .nav > li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #b5b1ab;
  color: #b5b1ab;
  text-decoration: none;
}
.sobreblancsempre .nav > li > a:focus, .sobreblancsempre .nav > li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #b5b1ab;
  color: #b5b1ab;
  text-decoration: none;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding-top:15px;
}
.dropdown-menu > li > a {
  color: #fff;
  font-size:28px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #333333;
  background-image: none;
}
#masthead nav.site-navigation.sobreslider, #masthead nav.site-navigation:hover {
  background: rgba(0,0,0,0.5);
}
#masthead nav.site-navigation.sobreblanc, #masthead nav.site-navigation.sobreblanc:hover {
  background: #000;
}
#masthead nav.site-navigation.sobreblancsempre, #masthead nav.site-navigation.sobreblancsempre:hover {
  background: #000;
}
.navbar {
  margin-bottom: 0;
  min-height: inherit;
}
.wpml-bf {
  float: right;
  width: 50px;
  text-transform: uppercase;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.wpml-ls-legacy-dropdown a {
  background: none;
  border: none;
  color: #fff;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: inherit;
  color: #ffffff;
  font-weight: bold;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown:hover {
  background: rgba(0,0,0,0.5);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: calc(0.7em + 0.7em);
}
.navbar-nav {
  margin: 0;
}
form.search-form {
  border: 1px solid #ffffff;
  display: inline-flex;
  height: 30px;
  vertical-align: top;
}
input.search-field {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-weight: normal;
  height: 28px;
  padding-left: 8px;
  width: 150px;
}
input.search-submit {
  background: rgba(0, 0, 0, 0) url("./img/lupa.png") no-repeat scroll center center;
  border: medium none;
  height: 28px;
  text-indent: -200px;
  width: 28px;
}

.navbar-header {
  display: inline-block;
  float: right;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #fff;
}
div.titolaportada {
  border-bottom: 1px solid #333333;
  font-weight: bold;
  margin: 14px 7px 35px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.titolaportada a {
  color: #333333;
  display: block;
  text-decoration: none;
}
span.final {
  float: right;
  text-transform: none;
  font-weight: normal;
  background: url(./img/fletxa1.png) no-repeat right center;
  padding-right: 13px;
  transition: all 0.5s;
}
span.final:hover { margin-right:7px; }
#catapult-cookie-bar {
  background: rgba(255, 255, 255, 0.6) url("./img/cookies1.png") no-repeat scroll left top !important;
  bottom: 0 !important;
  height: 247px !important;
  left: 0 !important;
  width: 250px !important;
  color: #333 !important;
  border-radius: 50%;
}
#catapult-cookie-bar > h3 {
  margin: 51px 28% 0;
  text-align: center;
  color: #000 !important;
}
#catapult-cookie-bar span {
  display: block;
  text-align: center;
  font-size: 10px;
  margin: 0 17%;
}
#catapult-cookie-bar a {
  color: #000 !important;
}
button#catapultCookie {
  background: rgba(0, 0, 0, 0) url("./img/acceptarcookies.png") no-repeat scroll left top;
  height: 20px;
  margin-top: 5px;
  width: 32px;
  border: none;
  text-indent: -3000px;
}
.titol1 {
  margin-bottom: 0 !important;
}
.titol1 p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  font-style: normal;
}
.titol2 p {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
}
#mapa {background: rgba(0,0,0,0.5); width:100%; }
.wpcf7-submit {
  color: #fff;
  background: #000;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 120%;
}
.wpcf7-form > div {
  margin-bottom: 15px;
}
.wpcf7-form > div {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.main-content .wpcf7 .acceptacio p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
.main-content .wpcf7 .acceptacio p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
.main-content .wpcf7 .acceptacio a {
  color: #aaa;
  text-decoration: none;
}
.main-content.fosca {
  background: #221f1f none repeat scroll 0 0;
  color: #ffffff;
}
#darrersvideos .videoWrapper {
  margin-top: 0;
  padding-top: 0;
}
.videoWrapper {
  height: 0;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.videoWrapper img {
  max-width: 100%;
}
.videoWrapper .play_video, .texto-slider .play_video, .videoWrapper .play_video_link {
  background: rgba(0, 0, 0, 0) url("./img/ico_play.png") no-repeat scroll center center;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.videoWrapper iframe {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.owl-item > div {
  padding: 0 5px;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-buttons > div, .owl-nav > div {
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
#darrersvideos .owl-prev {
  background: rgba(0, 0, 0, 0) url("./img/arrow_left_minimal.png") no-repeat scroll center center;
  height: 31px;
  margin-left: -30px;
  overflow: hidden;
  text-indent: -60px;
  width: 23px;
}
#darrersvideos .owl-next {
  background: rgba(0, 0, 0, 0) url("./img/arrow_right_minimal.png") no-repeat scroll center center;
  height: 31px;
  margin-right: -30px;
  overflow: hidden;
  text-indent: -60px;
  width: 23px;
}
.owl-theme .owl-controls .owl-buttons div, .owl-theme .owl-controls .owl-nav div {
  color: #ffffff;
  font-family: "bebasneue";
  font-size: 20px;
  margin: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.main-content p#breadcrumbs {
  font-size: 14px;
  font-style: normal;
  margin-top: 30px;
  text-transform: uppercase;
  color: #999;
}
#breadcrumbs a {
  color: #333;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: inherit;
}
header.resum {
  overflow: hidden;
}
.resum a {
  color: #231f20;
  text-transform: uppercase;
}
.resum a:hover {
  color: #b5b1ab;
  text-decoration: none;
}
.resum > span {
  float: right;
  line-height: 14px;
  font-size: 12px;
}
/*.resum > h1 {
  float: left;
  max-width: 80%;
} */
.resum > h1 {
  font-size: 22px; /*24px;*/
  margin: 0 auto;
  /*max-width: 80%;*/
  text-align: center;
}
.bfbreadcrumbs {
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #b5b1ab;
	font-weight: bold;
}
.bfbreadcrumbs a {
	color: #231f20;
}
.eh {
  margin-bottom: 40px;
}
.iluminacion h1 {
	margin-top: 0;
	/*text-transform: uppercase;*/
	font-weight: 300;
}
.main-content .iluminacion p {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
#TB_closeWindowButton {
  bottom: -30px !important;
}
#TB_closeWindowButton:hover .tb-close-icon, #TB_closeWindowButton:focus .tb-close-icon {
  color: #666 !important;
}
.tb-close-icon {
  color: #ffffff !important;
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
}
.tb-close-icon::before {
  font: 40px/40px dashicons !important;
}
p.titolcamps {
  border:1px solid #000;
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  padding: 3px 10px 3px 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
p.titolcamps.centrat {
  margin-left: auto;
  margin-right: auto;
}
p.titolcamps.invers {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.datos .dato {
  background: url(./img/pictogramas.png) no-repeat left -250px;
  padding-left: 45px;
  padding-top: 10px;
  height: 40px;
  margin-bottom: 6px;
  color:#000;
}
.datos a.descarga .dato {
  padding-top:0;
  height:inherit;
  }
.dato.archivo_de_descarga {
  background-position: left -290px;
  min-height: 40px;
}
div.datostecnicos {
  border-right: 1px solid #000000;
  margin-top: 35px;
  padding-right: 10px;
}
.avis.ldt {
  background: #d0d0d0 none repeat scroll 0 0;
  border-radius: 15px;
  margin: 20px 0;
  padding: 10px;
}
.datostecnicos span.titol {
  font-weight: bold;
}

div.descargas {
  border-right: 1px dashed #000000;
  margin-top: 35px;
  padding-right: 10px;
}
.datostecnicos span.camp {
  float: right;
  text-align: right;
}

div.caracteristicas {
  margin-top: 35px;
}
div.contacteproducte.barralateral {
  margin-top: 35px;
}
div.dibujotecnico {
  margin-top: 35px;
}
.row.simbologia {
  margin: 30px 0;
}

.row.compartir {
  margin: 30px 0;
}

.compartir p.comparteix, .addtoany_list {
  float: left;
  font-size: 19px;
  margin-right: 30px;
  text-transform: uppercase;
}
.row.relacionados {
  border-top: 1px solid #000000;
  margin-top: 30px;
}
.row.relacionados h3 {
  text-transform: uppercase;
  margin: 25px 0;
}
.row.relacionados h3.relacionados {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.row.relacionados a {
  color: #000;
}
div.petita {
  float: left;
  padding-right: 20px;
  width: 33%;
}
footer.entry-meta {display:none;}
.imatgebanner {
  background-size: cover;
  height: 100vh;
  background-position: center center;
  max-height: 500px;
}
.imatgebanner.tipus2, .imatgebanner.tipus1 {
  max-height: 500px;
}
h3.widget-title {
  display: none;
}
.tml-user-links a {
  background: #a0a0a0 none repeat scroll 0 0;
  border: 2px solid #000000;
  border-radius: 20px;
  color: #000000;
  font-size: 200%;
  padding: 10px 40px;
  text-transform: uppercase;
}
.tml-user-links {
  list-style: none;
}
.tml-user-links a:hover {
  text-decoration: none;
}
h1.tituloevento {
  text-transform: uppercase;
  text-align: center;
}
.main-content .entrada p {
  text-align: justify;
}
.entrada .dades {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 20px;
}
.fotos.row img {
  margin-bottom: 25px;
}
.fotos.row.primera { margin-top: 40px; }
.entrada .compartirwrapper {
  display: inline-flex;
  margin: 0 auto;
}
article.iluminacion .entry-content-thumbnail {
  position: relative;
}
.entry-content-thumbnail span.nou {
/*  background: #000000 none repeat scroll 0 0; */
  color: #f00;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  font-size: 150%;
}
.entry-content-thumbnail span.nou.ocult { display:none; }
.main-content {
  background: #fff;
}
.loginlink {
  display: block;
  text-align: center;
}
.loginlink input[type=submit] {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  padding: 5px 15px;
  text-transform: uppercase;
}
.dibuix_tecnic img {
	max-width: 70%;
	max-height: 400px;
}
.dibuix_tecnic {
  text-align: center;
}
#back_to_top_actions {
  bottom: 40px;
  display: none;
  height: 101px;
  position: fixed;
  right: 0;
  width: 51px;
  z-index: 98;
}
#back_to_top_actions span, #back_to_top_actions a {
  background: rgba(0, 0, 0, 0) url("img/capadalt.png") no-repeat scroll 0 0;
  display: block;
  height: 51px;
  transition: all 0.25s ease 0.1s;
  width: 51px;
}
#back_to_top_actions .back_to_top {
  background-position: -52px -52px;
}
#back_to_top_actions .back_to_top:hover {
  background-position: 0 -52px;
}
#peucolumnes {
	margin-bottom: 10px;
}


form#login input#username,
form#login input#password{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    margin: 7px 0 10px 0;
}

form#login input#username:focus,
form#login input#password:focus{
    background-color: #FFF;
}

form#login p.status{
    text-align: center;
    margin: 0 0 20px 0;
    display: none;
}
.barralateral label {
	display: block;
}
.barralateral a.sortir {
	background: #a0a0a0 none repeat scroll 0 0;
	border: 2px solid #000;
	border-radius: 20px;
	color: #000;
	font-size: 200%;
	padding: 10px 40px;
	text-transform: uppercase;
}
.barralateral a.sortir:hover {
	text-decoration: none;
}
.barralateral.contacteproducte a.sortir {
	font-size: 150%;
	border-width: 1px;
}
ul.menufooter li {
	display: inline-block;
	padding-left: 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #999;
	line-height: 13px;
}
ul.menufooter {
	padding-left: 0;
	margin-top: 15px;
}
ul.menufooter li:first-child {
	border: none;
}
.titolresum a {
	color: #333;
	text-decoration: none;
}
.col-xs-12.resum { margin-bottom: 25px; }
h3.titolresum {
	margin-top: 0;
}
.wp-pagenavi {
	text-align: center;
}
.botocontacte {
	display: inline-block;
	width: 31px;
	height: 30px;
	background: url(./img/icona_contacte2.png);
	float: right;
	margin: 0 5px;
}
/* comencem BF2019 */
.peudestacados {
	font-family: "Lato",sans-serif;
	font-size: 24px;
}
.destacados .wpb_content_element.wpb_single_image {
	margin-bottom: 10px;
}
#fonspertresimatges .vc_column-inner {
	padding-top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}
header h1 {
	font-weight: 300;
	text-transform: uppercase;
}
.destacados .vc_column_container.vc_col-sm-3 .vc_column-inner {
	padding: 0 15%;
}
.vc_row.wpb_row.vc_row-fluid.destacados {
	max-width: 2100px;
	margin: 0 auto;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 4px;
  right: 20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s ease,
              background 0.5s ease,
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg); /* translate(-2px, -1px);*/
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg); /* translate(0, -1px);*/
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  padding: 50px;
  list-style-type: none;
  }


#menu li {
	padding: 10px 0 0 30px;
	font-size: 20px;
}

/*
 * And let's fade it in from the left
 */
/*#menuToggle input:checked ~ ul*/

.row .wpml-ls-legacy-dropdown a span {
	vertical-align: top;
}
ul#menu li.menu-item-has-children ul {
	display: none;
	transition: opacity 1s linear;
	opacity: 0;
	padding-left: 20px;
}
ul#menu li.menu-item-has-children.obert ul {
	opacity: 1;
}
	#menuwrapper {
		width: 100vw;
		height: 100vh;
		background: #fff;
		position: fixed;
		top: 0;
		left: 100vw;
	 -webkit-transition: left 0.9s linear;
	  transition: left 0.9s linear;
		/* margin-left: -100vw; */
	}
	#menuwrapper.obert { left: 0; }
	#menuwrapper .peu {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
		color: #5f5f5f;
	}
	#menuwrapper .tel {
		display: inline-block;
		line-height: 27px;
		height: 27px;
	}
	#menu a {
		color: #5f5f5f;
		text-transform: uppercase;
	}
	#menu li.menu-item-has-children {
		background: url(./img/fletxa_avall2.png) no-repeat left top;
	}
	#menu a:hover {
		color: #000;
		text-decoration: none;
	}
	.peu, .peu a {
		color: #5f5f5f;
	}
.peu a.xxss {
	background-position-y: bottom;
}
	.peu > * {
		vertical-align: middle;
	}
	#menu .sub-menu li {
		padding: 1px 0;
		list-style-type: none;
	}
	#lateralwrapper {
		display: none;
		font-size: 20px;
		color: #fff;
		width: 50vw;
		height: 100vh;
		z-index: 2;
		background-size: cover;
		position: fixed;
		top: 0;
		left: -50vw;
	 -webkit-transition: left 0.9s linear;
	  transition: left 0.9s linear;
		/* margin-left: -100vw; */
	}
	#lateralwrapper.obert { left: 0; }
	.format2019.botocontacte {
		width: 42px;
		height: 20px;
		background: url(./img/icona_contacte3n.png) no-repeat center center;
		background-size: contain;
		margin-top: 4px;
	}
	#lupa {
		width: 20px;
		height: 20px;
		background: url(./img/lupa.png) no-repeat center center;
	}
	.format2019 div.lupa {
		width: 28px;
		height: 28px;
		background-size: contain;
		background-image: url(./img/lupan.png);
	}
	form.search-form.format2019 {
		border: none;
		height: 28px;
		position: relative;
	}
	.format2019 input.search-field {
		height: 28px;
		width: 0;
		-webkit-transition: width .55s linear;
		-moz-transition: width .55s linear;
		-ms-transition: width .55s linear;
		-o-transition: width .55s linear;
		transition: width .55s linear;
		color: #000;
		background-color: #fff;
		padding: 5px 10px;
		margin-right: 3px;
	}
	#wrappersearchbox:hover input.search-field, #wrappersearchbox.obert input.search-field {
		width: 150px;
		background-color: #ccc;
	}
	.format2019 input.search-field:focus {
		width: 150px;
	}
	#wrappersearchbox {
		float: right;
		margin-right: 5px;
		padding: 2px;
		position: relative;
	}
	#masthead.format2019 nav.site-navigation {
		background: #fff;
	}
	.format2019 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color:    #999;
	}
	.format2019 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #999;
	   opacity:  1;
	}
	.format2019 ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #999;
	   opacity:  1;
	}
	.format2019 :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color:    #999;
	}
	.format2019 ::-ms-input-placeholder { /* Microsoft Edge */
		color:    #999;
	}
	.format2019.wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
		color: #000;
	}
	.format2019.wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .format2019.wpml-ls-legacy-dropdown:hover {
		background: #fff;
	}
	#lateralwrapper > div {
		position: absolute;
		bottom: -100%;
		background: rgba(0,0,0,0.4);
		width: 100%;
		padding: 15px 25px;
		-webkit-transition: bottom 1.5s linear;
		transition: bottom 1.5s linear;
	}
	#lateralwrapper.obert > div {
		bottom: 0;
	}
	#lateralwrapper .familia {
		border-top: 1px solid #fff;
		padding-top: 5px;
		text-transform: uppercase;
	}
	#lateralwrapper > div > div {
		padding-bottom: 5px;
		height: auto;
		overflow: auto;
		position: relative;
	}
	#lateralwrapper .nom {
		max-width: 70%;
	}
	#lateralwrapper .enllas {
		text-transform: uppercase;
		position: absolute;
		bottom: 5px;
		right: 0;
	}
	#lateralwrapper a {
		color: #fff;
	}
	#lateralwrapper a:hover {
		margin-right: 10px;
		text-decoration:none;
	}
	#lateralwrapper .familia a:hover {
		margin-left: 10px;
	}
	.format2019.wpml-bf {
		margin-right: 38px;
	}
#masthead.format2019 nav.site-navigation {
	position: relative;
	}
#masthead.format2019 nav.site-navigation.fixed {
	position: fixed;
	}
#masthead.format2019 nav.site-navigation.sobreblanc, #masthead.format2019 nav.site-navigation.sobreblanc:hover {
  background: #fff;
}
#masthead.format2019 nav.site-navigation.sobreblancsempre, #masthead.format2019 nav.site-navigation.sobreblancsempre:hover {
  background: #fff;
}
.controlfiltres {
	margin: 0 auto 50px auto;
	/*max-width: 992px;*/
}
.controlfiltres .row > div {
	padding-left: 30px;
	padding-right: 30px;
}
.visor_rango {
	margin-left: 10px;
	border: none;
	font-weight: bold;
}
.slider_potencia .ui-widget-header { background-color: #c0c0c0; }
select.desplegable {
	font-size: 140%;
	width:100%;
}
#bannerwrapper img.banner.tipus1 {
    width: 100%;
}
.ui-checkboxradio-label.ui-corner-all.ui-button.ui-widget.ui-checkboxradio-checked.ui-state-active {
	background: #c0c0c0;
	border: 1px solid #aaa;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #c0c0c0 !important;
	border-color: #aaa !important;
}
h2.primercamp {
	font-weight: 300;
	font-size: 30px;
}
body div.asl_r .results .item .asl_content h3, body div.asl_r .results .item .asl_content h3 a {
	color: #000;
	font-size: 12px;
	line-height: 12px;
}
body div.asl_r .results .item .asl_content h3 a:hover {
	color: #666;
	text-decoration:none;
	font-size: 12px;
	line-height: 12px;
}
.asl_desc { display:none; }
.imatgeproducte .nomproducte {
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
}
.petita.color {
	width: 60px;
}
div.petitacontainer.color {
	text-align: center;
	margin-top: 15px;
}
div.petitacontainer.color div {
	display: inline-block;
}
.row > .imatgeproducte:hover {
	cursor: pointer;
}
#menuproducte {
	margin: 30px 0;
}
a.capabaix {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 2rem;
}
.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}
div.emmarcat {
	border: 1px solid #333;
}
.centratvertical {
	/*text-align: center;*/
	display: table;
}
.centratvertical > div {
	display: table-cell;
	vertical-align: middle;
}
.centratvertical > div > div{
	display: inline-block;
}
.descarrega p {
	text-align: center;
	font-size: 1.8rem;
}
.titolcamps.enfamilia {
	margin-top: 40px;
}
.descarrega img {
	max-width: 50px;
}
#aplicacionscos .nav-tabs > li {
	float: none;
}
#aplicacionscos .nav-tabs > li > a {
	color: #999;
	border-radius: 0;
}
#aplicacionscos .nav-tabs {
	border: none;
}
#aplicacionscos .nav-tabs > li.active > a, #aplicacionscos .nav-tabs > li.active > a:focus, #aplicacionscos .nav-tabs > li.active > a:hover {
	border: none;
	background: #e0e0e0;
	color: #333;
}
.owl-item {
	display: inline-block;
}
.margedalt {
	margin-top: 35px;
}
.margedalt.text-center * {
	text-align: center !important;
}
#darrersvideos.llistaproductes {
	padding: 0 30px;
}
#darrersvideos.llistaproductes .owl-prev {
  margin-left: 0;
  background: rgba(0, 0, 0, 0) url("./img/fletxa_esquerra.png") no-repeat scroll center center;
  background-size: contain;
  width: 30px;
}
#darrersvideos.llistaproductes .owl-next {
  margin-right: 0;
  background: rgba(0, 0, 0, 0) url("./img/fletxa_dreta.png") no-repeat scroll center center;
  background-size: contain;
  width: 30px;
}
div.imatgeproducte {
	cursor: pointer;
}
#descripcio {
	margin-top: 30px;
}
.petitacontainer img {
	cursor: pointer;
}
#descripcio h1 {
	margin-top: 0;
}
#descripcio p.titolcamps {
	color: initial;
	background: initial;
	border: none;
	margin-top: 20px;
	font-weight: 400;
	font-size: 120%;
}
#carruselaltres {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#carruselcolors .right.carousel-control {
	background-image: none;
}
#carruselcolors .left.carousel-control {
	background-image: none;
}
#carruselaltres .right.carousel-control {
	background-image: none;
}
#carruselaltres .left.carousel-control {
	background-image: none;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#carruselaltres .carousel-indicators {
	bottom: -40px;
}
#carruselaltres .carousel-indicators li {
	background-color: #999;
}
#carruselaltres .carousel-indicators .active {
	background-color: #333;
}
#descripcio div.datostecnicos {
	border: none;
}
.dades.alpeu span.cliente, .dades.alpeu span.lugar {
	display: block;
}
.entrada .dades.alpeu {
	text-align: left;
}
.wpb_content_element.margezero {
	margin: 0;
}
#masthead.format2019.no_menu_fixe nav.site-navigation {
	position: absolute;
}
#masthead.format2019.no_menu_fixe nav.site-navigation {
	background: rgba(255,255,255,0.5);
}
#masthead.format2019.no_menu_fixe nav.site-navigation.fixed {
	position: fixed;
}
#masthead.format2019.no_menu_fixe nav.site-navigation.sobreblanc, #masthead.format2019.no_menu_fixe nav.site-navigation.sobreblanc:hover {
	background: #fff;
}
body.menufixe #masthead {
	position: fixed;
	z-index: 9;
	background: rgba(255,255,255,0.6);
	width: 100%;
}
body.menufixe #content {
	margin-top: 0 !important;
}
body.menufixe #masthead.format2019 nav.site-navigation.sobreblancsempre, body.menufixe #masthead.format2019 nav.site-navigation.sobreblancsempre:hover {
	background: transparent;
}
.separador {
	border-top: 1px solid transparent;
	margin-bottom: 5rem;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-top: 3rem;
}

/* part responsive */
@media screen and (max-width:767px) {
#darrersvideos {
  margin-left: 15px;
  margin-right: 15px;
}
.menu-footer-inner {
	margin-top: 15px;
}
ul.menufooter li:first-child {
	padding-left: 0;
	margin-left: 0;
}
#wrappersearchbox {
	position: absolute;
	right: 20px;
	top: 25px;
}
}
@media screen and (max-width:1023px) {
#masthead nav.site-navigation {
  background: rgba(0,0,0,0.3);
}
img.logo {
  margin-bottom: 15px;
}
}
@media screen and (min-width:768px) {
ul.menupeu li {
  border-left: 1px solid;
  display: inline;
  padding: 0 15px;
}
ul.menupeu li:first-child {
  border: none;
}
.titol1 p {
  font-size: 72px !important;
}
.titol2 p {
  font-size: 72px !important;
}
footer .site-footer-inner {
	text-align: left;
}
footer .menu-footer-inner {
	text-align: right;
}
/*#menu {
  width: 50%;
}*/
#lateralwrapper {
	display: block;
}
#menuwrapper {
	width: 50vw;
}
#menuwrapper.obert { left: 50%; }
}
@media screen and (min-width:992px) {
.rightdesktop {float: right;}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
}
.w20 {
  float: left;
  padding-left: 15px;
  width: 20%;
}
.w30 {
  float: left;
  padding-left: 15px;
  width: 30%;
}
.w50 {
  float: left;
  padding-left: 15px;
  width: 50%;
}
.w70 {
  float: left;
  padding-left: 15px;
  width: 70%;
}
.w80 {
  float: left;
  padding-left: 15px;
  width: 80%;
}
.w100 {
  float: left;
  padding-left: 15px;
  width: 100%;
}
.w20.fright input {
  float: right;
}

}
@media screen and (min-width:992px) and (max-width:1199px) {
input.search-field {
  width: 140px;
}
.navbar-nav > li > a {
  font-size: 9pt;
  padding: 10px 4px;
}
}
.collapse.in {
	width: 100%;
}

#bannerwrapper {
	position: relative;
}
#popupportada {
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 150px;
	max-width: 30%;
}
