/*
Theme Name: Vallafacil Responsive
Theme URI: http://egluu.com/
Author: egluu.com
Author URI: http://egluu.com/
Description: Underscores.me Wordpress starter theme with Bootstrap 3
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vallafacil
Domain Path: /languages/
Tags:

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.

 rivisa is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Fonts
14.0 - Rivisa CSS
15.0 - Rivisa Mobile CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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. */
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

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);
	*/
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  /*
	font-size: 12px;
	font-size: 1.2rem;
	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="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
}

a:visited {
	/*color: purple;*/
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	/*top: 1.5em;*/
  top: 3.6em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	/*width: 200px;*/
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.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: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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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;
}

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

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

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

.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;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

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

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

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

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-Bold.svg#72800b665ba60a9a58674e2a6befde3a') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-BoldItalic.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-BoldItalic.svg#739d871936d0f8f5b026e1e8435da2e7') format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans Extrabold';
  src: url('fonts/OpenSans-ExtraBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-ExtraBold.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-ExtraBold.svg#5c62748eddf7ad78c6f00917cd538fb7') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans Extrabold';
  src: url('fonts/OpenSans-ExtraBoldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-ExtraBoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-ExtraBoldItalic.svg#fddc924bdbf9195f2db7d4f2ca23385f') format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-Italic.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-Italic.svg#94c33cdd8f8847f3444990ab6c6e6a61') format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  400;
}

@font-face {
  font-family: 'Open Sans Light';
  src: url('fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-Light.svg#09be4bfe8975a657af6444a6f1d73848') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Open Sans Light';
  src: url('fonts/OpenSans-LightItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-LightItalic.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-LightItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-LightItalic.svg#fccccf1acf55b11d3e92cdf123b28da0') format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  200;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Open Sans Semibold';
  src: url('fonts/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-Semibold.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-Semibold.svg#b96880fafbf6b051ff49d9fe8a31137c') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans Semibold';
  src: url('fonts/OpenSans-SemiboldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/OpenSans-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
  url('fonts/OpenSans-SemiboldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/OpenSans-SemiboldItalic.svg#32756bd590186a9f248741d5548b466e') format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  700;
}

/*--------------------------------------------------------------
14.0 Vallafacil CSS
--------------------------------------------------------------*/

/* ALL DEVICES */

#site-breadcrumb {
  width: 940px;
  margin: auto;
}

#breadcrumb {
  margin: 10px 0 10px 0;
  padding: 0;
}

#breadcrumb li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}

#breadcrumb li a {
  color: #4d4d4d !important;
  text-decoration: none;
}

.site-info {
  display: none;
}

.site-header {
  position: relative;
}

.nav-links {
  display: none;
}

/* HOME */

.product-banner {
  width: 300px !important;
  height: 176px !important;
}

.info-banner {
  width: 100% !important;
  height: 124px !important;
}

/* HEADER */

header {
  /*background: #00437f !important;*/
}

.navbar {
  margin-bottom: 0px !important;
  background: #00437f !important;
}
/*
.navbar-brand {
  font-family: 'Open Sans Semibold' !important;
  color: #fff !important;
  font-size: 2.5em;
}*/

.navbar-nav li a {
  color: #000 !important;
  font-family: 'Open Sans Semibold' !important;
}

.navbar-nav li a:hover{
  /*border-bottom: solid 5px #fff !important;*/
}

.navbar-default {
  background: transparent !important;
  border: none !important;
}

.navbar-default .navbar-toggle {
  border: none !important;
}

.navbar-toggle {
  position: relative !important;
  float: right !important;
  padding: 9px 10px !important;
  margin-top: 70px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #00437f !important;
}

.text-home-intro {
  font-family: 'Open Sans Light';
  margin: 20px 0 20px 15px;
  color: #00437f;
  z-index: 9999;
}

/* H1 */

#site-content-contact h1,
#site-content-faq h1 {
  font-size: 2.4em;
  font-weight: bold;
  color: #00437f;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
}

/* FAQ */

#faq-content {
  font-size: 1.4em;
  margin: 30px 0 70px 0;
}

.faq {
  padding: 12px 0 12px 0;
  border-bottom: solid 1px #bfbfbf;
}

.faq-question {
  margin: 0;
  padding: 0 0 0 24px;
  background: url('images/faq/plus-icon.png') no-repeat top left;
  color: #00437f;
  font-weight: bold;
  cursor: pointer;
}

.faq-answer {
  margin: 0;
  padding: 10px 0 10px 24px;
  display: none;
}

/* CONTACT */

#contact-content-left a {
  color: #000;
  text-decoration: none;
}

#contact-content-right .background-form {
  margin: 20px 0 0 0;
  background: #ededed;
  padding: 30px;
}

#contact-content-right label {
  font-size: 1.2em;
}

#contact-content-right input {
  font-size: 1.2em;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 0px !important;
  margin: 5px 0 10px 0;
}

#contact-content-right textarea {
  font-size: 1.2em;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 0px !important;
}

#contact-content-right #name,
#contact-content-right #surname {
  width: 100%;
}

#contact-content-right #email {
  width: 100%;
}

#contact-content-right #telephone {
  width: 100%;
}

#contact-content-right #comments {
  width: 100%;
}

#contact-content-right .short-field-mandatory {
  padding: 20px 0 0 0;
}

#contact-content-right #captcha {
  width: 100%;
}

#contact-content-right .wpcf7-captchar {
  width: 100%;
}

#contact-content-right .short-field-acceptance a {
  color: #000;
}

#contact-content-right .wpcf7-mail-sent-ok {
  /*border: solid 2px #ededed !important;*/
  background: #ededed;
  text-align: center;

  font-size: 1.6em;
}

#contact-content-right .wpcf7-validation-errors {
  border: solid 2px #f51111 !important;
  background: #f51111;
  color: #fff;
  text-align: center;
}

/* WHO WE ARE */

#whoweare-content-right #googlemap {
  margin: 30px 0 0 0;
}

#whoweare-content-right #googlemap #link {
  font-size: 0.8em;
  text-align: center;
}

#whoweare-content-right #googlemap #link a {
  color: #00437f;
}

#whoweare-content-right #googlemap #google-addres {
  font-size: 0.8em;
  text-align: left;
  margin: 0 0 0 25px;
}

#whoweare-content-right #googlemap #google-addres a {
  color: #00437f;
}

#whoweare-content #intro {
  margin: 20px 0 30px 0;
  color: #00437f;
}

#whoweare-content h3 {
  margin: 0 0 20px 0;
  color: #00437f;
}

/* DISTRIBUTORS */

#site-content-distributors h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #00437f;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

#site-content-distributors a {
  color: #333 !important;
  text-decoration: underline;
}

#site-content-distributors-left #phone {
  font-size: 1.6em;
  color: #00437f;
}

#site-content-distributors-left #distributors-content strong {
  font-size: 1.3em;
  display:block;
  padding: 0 20px 0 0;
}

#site-content-distributors-right #distributors-image {
  text-align: center;
}

#site-content-distributors-right #map {
  padding-bottom: 10px;
}

#site-content-distributors-right .distributor-info {
  display: none;
  font-size: 1.4em;
}

#comboBuscadorProvincia {
  font-weight: bold;
  ont-size: 1.6em;
  color: #00437f;
}

/* LEGAL */

#site-content-legal h2 {
  background: #00437f;
  color: #fff;
  font-size: 1.4em;
  padding: 3px 0 3px 10px;
  margin: 25px 0 25px 0;
}

/* CATALOGUES */

#catalogues-content #catalogues-content-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


#catalogues-content .family h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 6px 6px 6px 15px;
  margin-bottom: 2rem;
}

#catalogues-content .family #family-1 {
  background: #00adef;
}

#catalogues-content .family #family-2 {
  background: #e7422d;
}

#catalogues-content .family #family-3 {
  background: #f4ba20;
}

#catalogues-content .family .product-card a,
#catalogues-content .family .manual-card a {
  font-size: 0.8em;
  text-decoration: none;
}

#catalogues-content .family-1 .product-card a,
#catalogues-content .family-1 .manual-card a {
  display: inline-block;
  width: 18px;
  height: 22px;
  height: 26px;
  color: #ccc;
  padding: 0 0 0 24px;
  background: url('images/catalogues/pdf-gray-icon.png') no-repeat 3px 0px;
}

#catalogues-content .family-2 .product-card a,
#catalogues-content .family-2 .manual-card a {
  display: inline-block;
  width: 18px;
  height: 22px;
  height: 26px;
  color: #ccc;
  padding: 0 0 0 24px;
  background: url('images/catalogues/pdf-gray-icon.png') no-repeat 3px 0px;
}

#catalogues-content .family-3 .product-card a,
#catalogues-content .family-3 .manual-card a {
  display: inline-block;
  width: 18px;
  height: 22px;
  height: 26px;
  color: #ccc;
  padding: 0 0 0 24px;
  background: url('images/catalogues/pdf-gray-icon.png') no-repeat 3px 0px;
}

#catalogues-content .product-card a:hover,
#catalogues-content .manual-card a:hover {
	background-color: #f7f7f7;
}

#catalogues-content .family .catalogue-product {
  color: #ccc;
  font-size: 1.2em;
  border-bottom: solid 1px #bfbfbf;
}

#catalogues-content .family .catalogue-product .product-name {
  /*padding: 10px 0 0 0;*/
  float:left;
  color: #666;
  font-weight: bold;
  margin-top: .5rem;
  
}

#catalogues-content .family .catalogue-product .product-card {
  /*margin: 0 24px 0 0;*/
  float: right;
  text-align: center;
  width: 60px;
  color: #ccc;
}

#catalogues-content .family .catalogue-product .manual-card {
  margin: 0 10px 0 0;
  float: right;
  text-align: center;
  width: 75px;
  color: #ccc;
}

#catalogues-content .family .catalogue {
  text-align: left;
  padding: 10px 5px 0 0;
  font-size: 1.2em;
  color: #666;
}

#catalogues-content .family .catalogue a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 1em;
}
#catalogues-content .family .catalogue a:hover {
  color: #333;
  
}

#catalogues-content .family-img {
	float: left;
	width: 30%;
	display: flex;
	flex-direction: column;
}

#catalogues-content .family-files {
	float: left;
	width: 70%;
	display: flex;
	flex-direction: column;
	padding-left: 2rem;
}

#catalogues-content .strong {
	color: #666 !important;
}
/* SITEMAP */

#sitemap-content a {
  font-size: 1.4em !important;
  color: #00437f !important;
  text-decoration: none !important;
  background: none !important;
}

#sitemap-content a:hover {
  background: none !important;
  text-decoration: underline !important;
}

.sitemap ul {
  list-style-type: none;
}

/* ARCHIVE */

#archive-details .cercados {
  color: #00adef !important;
}

#archive-details .verjas {
  color: #e8432f !important;
}

#archive-details .mallas-y-alambres {
  color: #66b538 !important;
}

#archive-details .otros-productos-para-vallados {
  color: #26e500 !important;
}

/* ARCHIVE MENU */

#site-content-archive .product-menu .dcjq-accordion {
}

.product-menu .dcjq-accordion ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}

.product-menu .dcjq-accordion a.dcjq-parent {
}

.product-menu .dcjq-accordion a.dcjq-parent {
  display:block !important;
  width: 100% !important;
  background: url('images/product/menu-product-arrow.png') no-repeat center right;
  padding: 10px 0 10px 0 !important;
}

/* PRODUCT */

.cercados .entry-title {
  background: #00adef;
}

.verjas .entry-title {
  background: #e8432f;
}

.mallas-y-alambres .entry-title {
  background: #66b538;

}

.otros-productos-para-vallados .entry-title {
  background: #26e500;
}

.entry-content-gallery {
}

.cercados .entry-content-short-description {
  color: #00adef;
}

.verjas .entry-content-short-description {
  color: #e8432f;
}

.mallas-y-alambres .entry-content-short-description {
  color: #66b538;
}

.otros-productos-para-vallados .entry-content-short-description {
  color: #26e500;
}

.entry-content-short-description ul {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
}

.entry-content-short-description ul li {
  padding: 0 0 10px 0;
}

.entry-content-colores-disponibles {
  border: solid 1px #00adef;
}

.entry-content-colores-disponibles-elemento {
  width: 45%;
  float:left;
  text-align: center;
}

.entry-content-colores-disponibles-titulo {
  color: #00adef;
  font-size: 1.2em;
  padding: 5px 5px 5px 10px;
}

.entry-content-colores {
  padding: 10px 0 30px 20px;
}

.entry-content-colores-disponibles-nombre {
  margin: 5px 0 0 0;
  font-size: 0.9em;
}

.cercados .entry-content-colores-disponibles {
  border: solid 1px #00adef !important;
}

.verjas .entry-content-colores-disponibles {
  border: solid 1px #e8432f !important;
}

.mallas-y-alambres .entry-content-colores-disponibles {
  border: solid 1px #66b538 !important;
}

.otros-productos-para-vallados .entry-content-colores-disponibles {
  border: solid 1px #26e500 !important;
}

.cercados .entry-content-colores-disponibles-titulo {
  color: #00adef !important;
}

.verjas .entry-content-colores-disponibles-titulo {
  color: #e8432f !important;
}

.mallas-y-alambres .entry-content-colores-disponibles-titulo {
  color: #66b538 !important;
}

.otros-productos-para-vallados .entry-content-colores-disponibles-titulo {
  color: #26e500 !important;
}

.color {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  border: solid 1px #8a9597;
}

.entry-content-ficha-pdf-producto {
  margin: 17px 0 0 0;
}

.entry-content-mas-informacion {
  padding-top: 15px;
}

.entry-content-title-description {
  margin: 30px 0 20px 0;
  color: #00adef;
  font-size: 1.5em;
}

.cercados .entry-content-title-description {
  color: #00adef !important;
}

.verjas .entry-content-title-description {
  color: #e8432f !important;
}

.mallas-y-alambres .entry-content-title-description {
  color: #66b538 !important;
}

.otros-productos-para-vallados .entry-content-title-description {
  color: #26e500 !important;
}

.cercados .entry-content-related_product_caption {
  color: #00adef !important;
}

.verjas .entry-content-related_product_caption {
  color: #e8432f !important;
}

.mallas-y-alambres .entry-content-related_product_caption {
  color: #66b538 !important
}

.otros-productos-para-vallados .entry-content-related_product_caption {
  color: #26e500 !important;
}

.entry-content-long-description ul {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
}

.entry-content-long-description ul li {
  padding: 0 0 10px 0;
}

.entry-content-puertas-data,
.entry-content-related_product_image {
  margin: 20px 0 0 0;
}

.entry-content-related_product_caption {
  text-align: center;
  padding: 5px 0 5px 0;
}

.slideshow-thumbnails .slideshow-slideleft {
  background-color: #fff !important;
}

.slideshow-thumbnails .slideshow-slideright {
  background-color: #fff !important;
}

.slideshow-thumbnails .slideshow-slideleft img {
  border: #fff !important;
}

.slideshow-thumbnails .slideshow-slideleft {
  background: #fff url('../../plugins/slideshow-gallery/views/default/images/scroll-left.gif') center 40% no-repeat !important;
  cursor: pointer;
}

.slideshow-thumbnails .slideshow-slideright {
  background: #fff url('../../plugins/slideshow-gallery/views/default/images/scroll-right.gif') center 40% no-repeat !important;
  cursor: pointer;
}

.slideshow-fullsize .slideshow-imgprev {
  background: url('../../plugins/slideshow-gallery/views/default/images/left.png') 10% 50% no-repeat !important;
}

.slideshow-fullsize .slideshow-imgnext {
  background: url('../../plugins/slideshow-gallery/views/default/images/right.png') 90% 50% no-repeat !important;
}

.slideshow-thumbnails .slideshow-slidearea {
}

.entry-footer {
  display: none;
}

/* SMARTPHONE / TABLET */

@media (max-width: 768px) {

  header {
    background: #00437f !important;
  }

  #page {
    margin: 0 10px 0 10px;
  }

  .product-banner {
    padding: 10px 0 10px 0;
    border-top: solid 1px #dfdfdf;
    height: 196px !important;
  }

  .info-banner {
    padding: 10px 0 10px 0;
    border-top: solid 1px #dfdfdf;
    height: 131px !important;
  }

  .site-content-home {
    margin: 0 10px 0 10px;
  }

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

  footer {
    width: 300px;
    margin: 30px auto 30px auto;
    padding: 20px 0 0 0;
    text-align: center;
    border-top: solid 2px #00437f;
  }

  .rivisa-copy {
    color: #00437f;
    padding: 10px 0 20px 0;
  }

  .site-footer-company-data {
    font-size: 0.9em;
  }

  .site-footer-company-data a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .site-footer-map {
    padding: 30px 0 30px 0;
  }

  .site-footer-map a {
    color: #6f6f6f !important;
    text-decoration: none !important;
  }

  #site-footer-map-1,
  #site-footer-map-2,
  #site-footer-map-3,
  #site-footer-map-4 {
    padding: 10px 0 10px 0;
    border-top: solid 1px #dfdfdf;
  }

  #site-footer-map-4 {
    border-bottom: solid 1px #dfdfdf;
  }

  #site-footer-social {
    background: #ededed;
  }

  #site-footer-social ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 5px;
  }

  #site-footer-social ul li {
    display: inline;
    padding: 0 15px 0 15px;
  }

  /* MENU */

 .navbar-nav > ul {
    float: left !important;
    display: block !important;
  }

  .navbar-nav > li {
    float: none !important;
    display: block !important;
    border-bottom: solid 1px  #fff !important;
  }

  .navbar-nav > ul:last-child li {
    border: none !important;
  }

  .navbar-nav > li > a {
    font-size: 1em !important;
    font-family: 'Open Sans Light' !important;
    color: #fff !important;
    background: none !important
  }

  .navbar-nav .menu-item.dropdown {
    float: none !important;
    display: block !important;
  }

  .navbar-nav .menu-item.dropdown a {
    font-size: 1em !important;
    font-family: 'Open Sans Light' !important;
    color: #fff !important;
    background: none !important
  }

  /* SECTION CONTENT */

  .site-content,
  #site-content-faq,
  #site-content-contact,
  #site-content-whoweare,
  #site-content-distributors,
  #site-content-legal,
  #site-content-catalogues,
  #site-content-sitemap,
  #site-content-riviere,
  #site-content-archive {
    padding: 10px 20px 0 20px;
  }

  #site-content-distributors {
    padding-top: 20px;
  }

  /* H1 */

  #site-content-faq h1,
  #site-content-contact h1,
  #site-content-distributors h1
  #site-content-legal h1,
  #site-content-catalogues h1,
  #site-content-sitemap h1,
  #site-content-riviere h1,
  #site-content-archive h1 {
    font-size: 1.7em !important;
    color: #00437f;
  }

  /* FAQ */

  #faq-content {
    font-size: 1.1em;
    margin: 15px 0 0 0;

  }

  .faq {
    padding: 12px 0 12px 0;
    border-bottom: solid 1px #bfbfbf;
  }

  .faq-question {
    margin: 0;
    padding: 0 0 0 24px;
    background: url('images/faq/plus-icon.png') no-repeat top left;
    color: #00437f;
    font-weight: bold;
    cursor: pointer;
  }

  .faq-answer {
    margin: 0;
    padding: 10px 0 10px 24px;
    display: none;
  }

  #faq-content-right {
    padding: 30px 0 0 0;
  }

  #faq-content-right img {
    width: 100%;
  }

  /* CONTACT */

  #contact-content-left {
    font-size: 1.1em;
    padding-bottom: 20px;
  }

  #contact-content-left span {
    display: block;
    color: #00437f;
    font-weight: bold;
    padding: 20px 0 10px 0;
  }

  #contact-content-right {
    font-size: 1.1em;
    border-top: solid 1px #bfbfbf;
    padding-top: 30px;
  }

  #contact-content-right .intro {
    padding: 0 0 10px 0;
  }

  #contact-content-right .background-form {
    margin: 20px 0 0 0;
    background: #ededed;
    padding: 20px;
  }

  #contact-content-right label {
    font-size: 0.9em;
    font-weight: normal;
    color: #404040 !important;
  }

  #contact-content-right input {
    font-size: 1.2em;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 0px !important;
    margin: 5px 0 10px 0;
  }

  #contact-content-right textarea {
    font-size: 1.2em;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 0px !important;
  }

  .wpcf7-form-control-wrap #province {
    width: 100% !important
  }

  .wpcf7-form-control-wrap #city {
    width: 100% !important
  }

  .wpcf7-form-control-wrap #city {
    width: 100% !important
  }

  .wpcf7-form-control-wrap #telephone {
    width: 50% !important
  }

  textarea#comments {
    width: 100% !important
  }

  .short-field-mandatory-captcha {
    font-size: 0.9em !important;
  }

  .short-field-captcha {
    font-size: 1.1em !important;
  }

  .short-field-captcha img {
    width: 150px !important;
    height: 57px !important;
  }

  #contact-content-right .short-field-captcha {
    padding: 10px 0 0 0;
  }

  .wpcf7-captchar {
    display: block !important;
    width: 150px !important;
    height: 57px !important;
  }

  .short-field-acceptance label {
    font-size: 0.7em !important;
    white-space: nowrap !important;
  }

  .short-field-button {
    text-align: center;
    padding-top: 20px;
  }

  #contact-content-right #send {
    background: #00437f;
    color: #fff;
    border: solid 1px #00437f;
    font-size: 1.4em;
    padding: 10px;
  }

  /* WHO WE ARE */

  #whoweare-content {
    font-size: 1.2em;
    font-family: 'Open Sans';
  }

  #whoweare-content-left {
  }

  #whoweare-content-right {
  }

  #whoweare-content h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #00437f;
  }

  #whoweare-content #intro {
    font-size: 1.15em;
  }

  #whoweare-content h3 {
    font-size: 1.15em;
    font-weight: bold;
  }

  #whoweare-content-right-logo {
    margin: 40px 0 50px 0;
    text-align: center;
  }

  #whoweare-content-right img {
    width: 80%;
  }

  #whoweare-content-right #googlemap {
    text-align: center;
  }

  #whoweare-content-right #googlemap #link {
    font-size: 0.8em;
    text-align: center;
    padding: 10px 0 0 0;
  }

  #whoweare-content-right #googlemap #google-addres {
    font-size: 0.8em;
    text-align: center;
    margin: 0 0 0 25px;
  }

  /* DISTRIBUTORS */

  #distributos-form {
    margin: 20px 0 20px 0;
  }

  #site-content-distributors-right .distributor-info .distributor-info-title {
    color: #fff;
    background: #00437f;
    padding: 10px;
    font-size: 0.8em;
    font-weight: bold;
  }

  #site-content-distributors-right .distributor-info .distributor-info-provinces {
    margin: 10px 0 -20px 0;
    padding: 10px 10px 0 10px;
  }

  #site-content-distributors-right .distributor-info .distributor-info-provinces table td {
    padding: 5px;
    font-size: 0.6em;
  }

  /* LEGAL */

  #site-content-legal-h1 {
    font-size: 1.7em !important;
    color: #00437f;
  }

  #site-content-legal h2 {
    font-family: 'Open Sans Light';
    background: #00437f;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 0 10px 10px;
    margin: 25px 0 25px 0;
  }

  #site-content-legal a {
    color: #333;
    text-decoration: underline;
  }

  /* CATALOGUES */

  #catalogues-content .family h2 {
    font-family: 'Open Sans Light';
    color: #fff;
    font-size: 1.2em;
    padding: 6px 0 6px 15px;
  }

  #catalogues-content .product-name {
    font-size: 0.7em;
  }

  #catalogues-content .family .product-card,
  #catalogues-content .family .manual-card {
    font-size: 0.7em !important;
  }

  #catalogues-content .family .catalogue a {
    text-decoration: underline;
    font-size: 0.7em !important;
  }

  #catalogues-content .family-1 .product-card a,
  #catalogues-content .family-1 .manual-card a {
    display: block;
    width: 16px;
    height: 22px;
    height: 26px;
    color: #00adef;
    padding: 0 0 0 20px;
    background: url('images/catalogues/pdf-blue-icon.png') no-repeat 0px 4px;
  }

  #catalogues-content .family-2 .product-card a,
  #catalogues-content .family-2 .manual-card a {
    display: block;
    width: 16px;
    height: 22px;
    height: 26px;
    color: #e7422d;
    padding: 0 0 0 20px;
    background: url('images/catalogues/pdf-red-icon.png') no-repeat 0px 4px;
  }

  #catalogues-content .family-3 .product-card a,
  #catalogues-content .family-3 .manual-card a {
    display: block;
    width: 16px;
    height: 22px;
    height: 26px;
    color: #f4ba20;
    padding: 0 0 0 20px;
    background: url('images/catalogues/pdf-yellow-icon.png') no-repeat 0px 4px;
  }

  #catalogues-content .family .catalogue-product .product-card {
    margin: 0 15px 0 0;
    float: right;
  }

  #catalogues-content-right {
    padding: 30px 0 0 0;
  }

  #catalogues-content-right img {
    width: 100%;
  }

  /* SITEMAP */

  #sitemap-content a {
    font-size: 1em !important;
  }

  /* RIVIERE */

  #site-content-riviere-right {
    text-align: center;
  }

  /* ARCHIVE */

  #archive-details h1 {
    font-family: 'Open Sans Light' !important;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 15px 0;
  }

  #archive-details .cercados h1 {
    background: #00adef !important;
  }

  #archive-details .verjas h1 {
    background: #e8432f !important;
  }

  #archive-details .mallas-y-alambres h1 {
    background: #66b538 !important;
  }

  #archive-details .otros-productos-para-cercados h1 {
    background: #26e500 !important;
  }

  #archive-details-banners img {
    width: 100%;
  }

  #archive-details-banners .entry-content-mas-informacion {
    text-align: center;
    padding: 20px 0 0 0;
  }

  #archive-details .cercados {
    font-size: 1em !important;
    color: #00adef !important;
  }

  /* ARCHIVE MENU */

  #menu-products-menu-espanol {
    font-size: 1em;
    width: 100%;
    padding: 5px 20px;
    margin: 5px 0 0 0;
    border: solid 1px #00adef !important;
  }

  .cercados #menu-products-menu-espanol {
    border: solid 1px #00adef !important;
  }

  .verjas #menu-products-menu-espanol {
    border: solid 1px #e8432f !important;
  }

  .mallas-y-alambres #menu-products-menu-espanol {
    border: solid 1px #66b538 !important;
  }

  .otros-productos-para-cercados #menu-products-menu-espanol {
    border: solid 1px #26e500 !important;
  }

  .dcjq-parent {
    font-family: 'Open Sans Semibold' !important;
    font-size: 1.4em !important;
    color: #333 !important;
    text-decoration: none !important;
  }

  .menu-item-object-product a {
    background: url('images/product/menu-subproduct-arrow.png') no-repeat center left !important;
    display: block !important;
    width: 100% !important;
    padding-left: 15px !important;
    font-family: 'Open Sans Light' !important;
    color: #b2b2b2 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 1.1em !important;
  }

  .menu-item-object-product a:hover {
    font-family: 'Open Sans' !important;
    color: #333 !important;
    text-decoration: none !important;
    background: url('images/product/menu-subproduct-active-arrow.png') no-repeat center left !important;
  }

  .menu-item-object-product a.active {
    color: #333 !important;
    background: url('images/product/menu-subproduct-active-arrow.png') no-repeat center left !important;
  }

  .dcjq-parent.active {
    background: url('images/product/menu-product-arrow-up.png') no-repeat center right !important;
  }

  .product-menu.cercados #menu-item-156 .dcjq-parent {
    color: #00adef !important;
  }

  .product-menu.verjas #menu-item-158 .dcjq-parent {
    color: #e8432f !important;
  }

  .product-menu.mallas-y-alambres #menu-item-377 .dcjq-parent {
    color: #66b538 !important;

  }

  .product-menu.otros-productos-para-vallados #menu-item-891 .dcjq-parent {
    color: #26e500 !important;
  }

  /* PRODUCT */

  .entry-title {
    font-family: 'Open Sans Light' !important;
    font-size: 1.7em !important;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 15px 0;
  }

  .entry-content-title-description {
    margin: 20px 0 10px 0;
    font-size: 1.2em !important;
  }

  .entry-content-short-description {
    font-style: normal;
    font-size: 1.4em;
    font-weight: 300;
    color: #00adef;
    padding: 20px 0 20px 0;
  }

  .entry-content-long-description {
    font-size: 1.2em;
    margin: 0 0 30px 0;
    color: #333;
  }

  .entry-content-alturas {
  }

  .entry-content-alturas-title {
    color: #333;
    font-size: 1.2em;
    border-bottom: solid 1px #ececec;
    font-weight: bold;
  }

  .entry-content-alturas-data {
    margin: 20px 0 0 40px;
    height: 75px;
    background: url('images/product/background-puertas.jpg') no-repeat top left;
    padding: 30px 0 0 60px;
    font-size: 1.2em;
  }

  .entry-content-puertas,
  .entry-content-related_product {
  }

  .entry-content-puertas-data,
  .entry-content-related_product_image {
  }

  .entry-content-puertas-title,
  .entry-content-related_product_title {
    padding: 40px 0 0 0;
    color: #333;
    font-size: 1.2em;
    border-bottom: solid 1px #ececec;
    font-weight: bold;
  }

  .entry-content-ficha-pdf-producto img {
    width: 100%;
  }

  .entry-content-mas-informacion img {
    width: 100%;
  }

  /* Slider */
}

/* DESKTOP */

@media (min-width: 768px) {

  html body {
    font-size: 100%;
    font-family: 'Open Sans';
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  #page {
    width: 1280px;
    margin: auto;
  }

  #site-content-home {
    padding: 20px 0 20px 0;
	margin-top: 30px !important;
    /*width: 940px;*/
    margin: auto;
  }

  .navbar-brand img {
    position: absolute;
    top: 20px;
    left: 168px;
    z-index: 1 !important;
  }

  .site-footer {
    color: #494949;
    background: #ededed;
    font-size: 1em;
	width: 100%;
  }

  .site-footer-content {
    width: 940px;
    margin: auto;
    padding: 18px 0 0 0;
  }
  .site-footer-content a,
  .site-footer-content a:visited,
  .site-footer-content a:active
  {
	color: #494949 !important;
    text-decoration: none !important;
  }
  .site-footer-company-data a {
    color: #494949 !important;
    text-decoration: none !important;
  }

  .site-footer-map {
    float:left;
    width: 220px;
  }

  .site-footer-map a {
    color: #494949 !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }

  .site-footer-menu {
    float:left;
    width: 170px;
  }

  #menu-footer-catala,
  #menu-footer-espanol {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul#menu-footer-catala,
  ul#menu-footer-espanol{
    list-style: none !important;
  }

  #menu-footer-catala,
  #menu-footer-espanol li {

  }

  #menu-footer-catala li a::before,
  #menu-footer-espanol li a::before {
    content: "";
  }

  #menu-footer-catala  li a,
  #menu-footer-espanol li a,
  {
    color: #494949;
    text-decoration: none;
  }

  #site-footer-social-title {
    font-weight: bold;
  }

  #site-footer-social ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
  }

  #site-footer-social ul li {
    display: inline;
  }

  .site-footer-bottom {
    clear: both;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: right;
    border-bottom: solid 1px #dbdbdb;
  }

  /* HEADER */
  .header-home {
    position: relative;
    height: 740px;
    /*background: url('images/header/header-home.jpg') no-repeat top left;*/
  }

  .header-home-text {
    position: absolute;
    top: 218px;
    left: 170px;
    font-size: 2.8em;
  }

  .header-home-text div {
    background: #fff;
    color: #00437f;
    margin: 0 0 3px 0;
    padding: 2px 10px 2px 10px;
  }

  .header-home-text-1 {
    width: 70%;
  }

  .header-home-text-2 {

  }

  .header-text {
    position: absolute;
    bottom: 0px;
    left: 170px;
    color: #fff;
    font-size: 2.8em;
    padding: 0px 10px 20px 10px;
  }

  .header-text.cercados {
    background: #00adef;
  }

  .header-text.verjas {
    background: #e8432f;
  }

  .header-text.mallas-y-alambres {
    background: #66b538;
  }

  .header-text.otros-productos-para-cercados {
    background: #26e500;
  }

  .header-home-button {
    position: absolute;
    bottom: 0px;
    left: 620px;
    width: 40px;
    height: 20px;
    background: url('images/header/up.png') no-repeat top left;
    cursor: pointer;
  }

  .header-cercados {
    position: relative;
    height: 320px;
    background: url('images/header/header-cercados.jpg') no-repeat top left;
  }

  .header-verjas {
    position: relative;
    height: 320px;
    background: url('images/header/header-verjas.jpg') no-repeat top left;
  }

  .header-mallas {
    position: relative;
    height: 320px;
    background: url('images/header/header-mallas.jpg') no-repeat top left;
  }

  .header-preguntas-frecuentes {
    position: relative;
    height: 320px;
    background: url('images/header/header-preguntas-frecuentes.jpg') no-repeat top left;
  }

  .header-distribuidores {
    position: relative;
    height: 320px;
    background: url('images/header/header-distribuidores.jpg') no-repeat top left;
  }

  .header-quienes-somos {
    position: relative;
    height: 320px;
    background: url('images/header/header-quienes-somos.jpg') no-repeat top left;
  }

  .header-manuales-de-montaje {
    height: 320px;
    background: url('images/header/header-manuales-de-montaje.jpg') no-repeat top left;
  }

  .header-contacto {
    height: 320px;
    background: url('images/header/header-contacto.jpg') no-repeat top left;
  }

  .header-otros {
    height: 320px;
    background: url('images/header/header-otros.jpg') no-repeat top left;
  }

  .header-default {
    height: 320px;
    background: url('images/header/header-default.jpg') no-repeat top left;
  }

  .top-header {
    width: 940px;
    height: 46px;
    margin: auto;
    padding: 15px 0 0 0;
  }

  .top-header-info {
    font-family: 'Open Sans Semibold';
    float: right;
    font-size: 1.8em;
    padding: 2px 12px 2px 12px;
    background: #fff;
    line-height: 130%;
    margin: 0 10px 0 0;
  }

  .top-header-info span {
    color: #00437f;
  }

  .top-header-languages {
    float: right;
    display: none;
  }

  .lang_sel_sel {
    display: none !important;
  }

  .lang_sel_other {
    color: #fff !important;
    background: #000 !important;
    padding: 3px 6px 3px 2px;
    width: 54px;
    text-align: center;
  }

  #qtranslate-chooser li a {
    display: block;
    padding: 2px 6px;
    font-size: 1.2em;
    color: #fff;
    text-decoration:none;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .cookies-info {
    position: absolute;
    top: 48px;
    left: 170px;
    width: 940px;
    margin: auto;
    background: #ccdae5;
    padding: 10px;
    clear: both;
  }

  .cookies-info a {
    color: #000 !important;
    text-decoration: underline !important;
  }

  .cookies-button-close {
    width:9px;
    height:8px;
    position:absolute;
    cursor:pointer;
    right: 10px;
    top:13px;
    background:url('images/cookies-button-close.png') no-repeat right bottom;
  }

  .middle-header {
    background: #00437f;
    height: 110px;
    margin: 36px 0 0 0;
    position: relative;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-nav {
    position: absolute;
    top: 65px;
    left: 400px;
  }

  .navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans' !important;
    font-weight: normal !important;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: transparent !important;
  }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: transparent !important;
  }

  .main-navigation {
    color: #fff;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
  }

  .main-navigation a {
    font-size: 1.4em;
    color: #fff;
  }

  #menu-header-espanol,
  #menu-header-catala {
    /*float: right;*/
  }

  .main-navigation ul li {
  }

  .main-navigation li a {
    padding: 0 14px 10px 14px !important;
  }

  .main-navigation li a:hover {
    border-bottom: solid 5px #fff !important;
  }

  .main-navigation li.current_page_item a {
    border-bottom: solid 5px #fff !important;
  }

  .current-menu-ancestor {
    border-bottom: solid 5px #fff !important;
  }

  .current-menu-ancestor .current-menu-ancestor,
  .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor {
    border-bottom: none !important;
  }

  .main-navigation ul ul {
    background: #00437f !important;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 104px !important;
    padding: 0 !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border:none !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal !important;
    min-width: 120px !important;
  }

  .dropdown-menu .dropdown-menu {
    margin-top: 0 !important;
    margin-left: 15px !important;
    margin-left: 0 !important;

  }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    /*background-color: #428bca;*/
    background-color: transparent !important;
    outline: 0;
  }

  .main-navigation .menu-item-has-children .dropdown-menu {
    margin-top: -15px;
  }

  .main-navigation .menu-item-has-children .dropdown-menu li a {
    border: none !important;
  }

  .main-navigation .menu-item-has-children .dropdown-menu li a {
    font-family: 'Open Sans Light' !important;
    font-size: 0.9em !important;
    padding: 5px !important;
    color: #6590b3 !important;
  }

  .main-navigation .menu-item-has-children .dropdown-menu li a:hover {
    color: #00437f !important;
    background: url('images/header/menu-header-arrow.png') no-repeat center right #fff !important;
  }

  .main-navigation .menu-item-has-children .dropdown-menu .dropdown-menu li a {
    width: 200px !important;
    color: #9ab4cd !important;
    background: #fff !important;
  }

  .main-navigation .menu-item-has-children .dropdown-menu .dropdown-menu li a:hover {
    color: #00437f !important;
    background: #e4ebf1 !important;
  }

  .middle-header-top-content {
    position: absolute;
    top: 0px;
    right: 170px;
    z-index: 1 !important;
  }

  .middle-header-top-content-links {
    float: right;
    color: #fff !important;
    font-size: 1.2em;
    padding-top: 15px;
  }

  .middle-header-top-content-links a {
    color: #fff !important;
    text-decoration: none !important;
  }

  .middle-header-top-content-search {
    float: left;
    padding: 10px 30px 0 0;
  }

  .search-field {
    border: solid 1px #4073a0 !important;
    background: #00437f !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    outline: none;
  }

  .collapse.navbar-collapse.navbar-ex1-collapse {
  }

  .search-submit {
    border: none !important;
    background: #00437f !important;
    color: #fff !important;
    background: url('images/search-icon.png') no-repeat 80% 75% !important;
    outline: none;
	padding-right: 30px;
  }

  .logo-francisco-riviere {
    position: absolute;
    top: 5px;
    right: 35px;
    z-index: 1;
  }

  /* SITE */

  #site-content-legal,
  #site-content-faq,
  #site-content-whoweare,
  #site-content-distributors,
  #site-content-catalogues,
  #site-content-contact,
  #site-content-quality,
  #site-content-riviere,
  #site-content-sitemap,
  #site-content-archive {
    width: 940px;
    margin: auto;
  }

  #site-content-legal h1,
  #site-content-faq h1,
  #site-content-catalogues h1,
  #site-content-contact h1,
  #site-content-quality h1,
  #site-content-riviere h1,
  #site-content-sitemap h1{
    font-size: 2.4em;
    font-weight: bold;
    color: #00437f;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
  }

  .sitemap {
    margin: 40px 0 60px 0 !important;
  }

  #site-content-legal h2 {
    background: #00437f;
    color: #fff;
    font-size: 1.4em;
    padding: 6px 0 6px 10px;
    margin: 25px 0 25px 0;
  }

  #legal-content {
    font-size: 1.4em;
    margin: 0 0 70px 0;
  }

  #legal-content a {
    color: #000;
    text-decoration: underline;
  }

  /* FAQ */

  #faq-content-left {
    float: left;
    width: 700px;
  }

  #faq-content-right {
    float: right;
    width: 240px;
    text-align: right;
  }

  /* CONTACT */

  #contact-content {
    margin: 30px 0 80px 0;
  }

  #contact-content-left {
    float: left;
    width: 240px;
  }

  #contact-content-right {
    float: left;
    width: 700px;
  }

  #contact-content-left span {
    color: #00437f;
    font-size: 1.4em;
  }

  #contact-content-left p {
    margin: 10px 0 0 0;
    font-size: 1.2em;
  }

  #contact-content-right .intro {
    font-size: 1.2em;
  }

  #contact-content-right .short-field-province {
    float: left;
    width: 45%;
  }

  #contact-content-right .short-field-city {
    float: left;
    width: 45%;
    margin-left: 40px;
  }

  #contact-content-right .short-field-email {
    float: left;
    width: 70%;
  }

  #contact-content-right .short-field-telephone {
    float: left;
    width: 26.5%;
    margin-left: 20px;
  }

  #contact-content-right .short-field-comments {
    float: left;
    width: 70%;
  }

  #contact-content-right .short-field-mandatory-captcha {
    float: left;
    width: 26.5%;
    margin-left: 20px;
  }

  #contact-content-right #send {
    background: #00437f;
    color: #fff;
    border: solid 1px #00437f;
    font-size: 1.4em;
    padding: 10px;
    float: right;
  }

  #contact-content-right .short-field-captcha {
    padding: 58px 0 0 0;
  }

  /* WHO WE ARE */
  #whoweare-content {
    margin: 30px 0 70px 0;
    font-size: 1.4em;
  }

  #whoweare-content-left {
    float: left;
    width: 700px;
  }

  #whoweare-content-right {
    float: right;
    width: 240px;
    text-align: right;
    margin: 34px 0 0 0;
  }

  #whoweare-content h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #00437f;
  }

  /* DISTRIBUTORS */

  #site-content-distributors {
    margin: 60px auto 70px auto;
  }

  #site-content-distributors-left {
    float: left;
    width: 260px;
    font-size: 1.4em;
  }

  #site-content-distributors-right {
    float: right;
    width: 680px;
  }

  #site-content-distributors-right .distributor-info .distributor-info-title {
    color: #fff;
    background: #00437f;
    padding: 10px;
    font-size: 1.6em;
    font-weight: bold;
  }

  #site-content-distributors-right .distributor-info .distributor-info-provinces {
    margin: 10px 0 10px 0;
    padding: 10px;
  }

  #site-content-distributors-right .distributor-info .distributor-info-provinces table td {
    padding: 5px;
  }



	/* CATALOGUES */

  #catalogues-content-left {
    float: left;
    width: 700px;
  }

  #catalogues-content-right {
    float: right;
    width: 240px;
    text-align: right;
  }

  #site-content-catalogues {
    margin-bottom: 60px;
  }

  /* RIVIERE */

  #site-content-riviere #site-content-riviere-left {
    float: left;
    width: 700px;
  }

  #site-content-riviere #site-content-riviere-right {
    float: right;
    width: 240px;
    text-align: right;
    margin: 56px 0 0 0;
  }

  /* ARCHIVE */

  #archive-details {
    float: right;
    width: 780px;
    color: #00adef;
    margin: 15px 0 60px 0;
  }

  #archive-details-description h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -1px;
  }

  #archive-details-description {
    float:left;
    width: 530px;
    font-size: 1.8em;
    padding: 0 0 0 10px;
    line-height: 170%;
  }

  #archive-details-banners {
    float:right;
    width: 224px;
  }

  /* ARCHIVE MENU */

  .product-menu {
    width: 150px;
    float:left;
  }

  .product-menu .dcjq-accordion {
    font-size: 1em;
    width: 150px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 0;
  }

  .product-menu .sub-menu,
  .product-menu .dcjq-accordion .dcjq-parent {
    border-bottom: solid 1px #b2b2b2 !important;
  }

  .product-menu .dcjq-accordion .dcjq-parent.active {
    border-bottom: none !important;
  }

  #menu-products-menu-espanol {
    font-size: 1em;
    width: 100%;
  }

  .dcjq-parent {
    font-family: 'Open Sans' !important;
    font-size: 1.8em !important;
    color: #333 !important;
    text-decoration: none !important;
  }

  .menu-item-object-product a {
    background: url('images/product/menu-subproduct-arrow.png') no-repeat center left !important;
    display: block !important;
    width: 100% !important;
    padding-left: 15px !important;
    font-family: 'Open Sans Light' !important;
    color: #b2b2b2 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 1.2em !important;
  }

  .menu-item-object-product a:hover {
    font-family: 'Open Sans' !important;
    color: #333 !important;
    text-decoration: none !important;
    background: url('images/product/menu-subproduct-active-arrow.png') no-repeat center left !important;
  }

  .menu-item-object-product a.active {
    color: #333 !important;
    background: url('images/product/menu-subproduct-active-arrow.png') no-repeat center left !important;
  }

  .dcjq-parent.active {
    background: url('images/product/menu-product-arrow-up.png') no-repeat center right !important;
  }

  .product-menu.cercados #menu-item-156 .dcjq-parent {
    color: #00adef !important;
  }

  .product-menu.verjas #menu-item-158 .dcjq-parent {
    color: #e8432f !important;
  }

  .product-menu.mallas-y-alambres #menu-item-377 .dcjq-parent {
    color: #66b538 !important;
  }

  .product-menu.otros-productos-para-vallados #menu-item-891 .dcjq-parent {
    color: #26e500 !important;
  }

  /* PRODUCT */

  .product {
    width: 940px;
    margin: auto;
    color: #4d4d4d;
  }

  .product-details {
    float: right;
    width: 780px;
  }

  .entry-content-column-1 {
    float: left;
    width: 542px;
  }

  .entry-content-column-2 {
    float: left;
    width: 238px;
    width: 218px;
    margin: 0 0 0 20px;
  }

  .entry-title {
    font-style: normal;
    font-size: 2.2em;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    padding: 6px 0 6px 8px;
    margin: 20px 0 40px 0;
  }

  .entry-content-short-description {
    height: 350px;
    font-style: normal;
    font-size: 1.8em;
    font-weight: 300;
    color: #00adef;
  }

  .entry-content-long-description {
    width:530px;
    font-size: 1.2em;
    margin: 0 0 30px 0;
  }

  .entry-content-alturas {
    width: 300px;
    float: left;
    margin-right: 20px;
  }

  .entry-content-alturas-title {
    color: #000;
    font-size: 1.4em;
    border-bottom: solid 1px #ececec;
    font-weight: bold;
  }

  .entry-content-alturas-data {
    margin: 40px 0 0 0;
    height: 75px;
    background: url('images/product/background-puertas.jpg') no-repeat top left;
    padding: 30px 0 0 60px;
    font-size: 1.2em;
  }

  .entry-content-puertas,
  .entry-content-related_product {
    width: 220px;
    float: left;
  }

  .entry-content-puertas-title,
  .entry-content-related_product_title {
    color: #000;
    font-size: 1.4em;
    border-bottom: solid 1px #ececec;
    font-weight: bold;
  }

  .entry-content-puertas-data,
  .entry-content-related_product_image {
    width:220px;
    height:140px;
    overflow: hidden;
  }
}

::-webkit-input-placeholder { /* WebKit browsers */
  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+ */
  color:    #fff;
}










/* DISTRIBUTORS NEW MAP SVG*/
/* DISTRIBUTORS */

#site-content-distributors {
	margin: 60px auto 70px auto;
}

#site-content-distributors-left-new {

	width: 100%;
	font-size: 1.4em;
}

.site-content-distributors-new #site-content-distributors-right,
.site-content-distributors-new .lateral{
	float:none;
	width: 100%;
	font-size: 1.4em;
}
.site-content-distributors-new #phone {
	font-size: 1.6em;
	color: #00437f;
}

#site-content-distributors-right-new .distributor-info .distributor-info-title {
	color: #fff;
	background: #00437f;
	padding: 10px;
	font-size: 1.6em;
	font-weight: bold;
}

#site-content-distributors-right-new .distributor-info .distributor-info-provinces {
	margin: 10px 0 10px 0;
	padding: 10px;
}

#site-content-distributors-right-new .distributor-info .distributor-info-provinces table td {
	padding: 5px;
}


.site-content-distributors-new #site-content-distributors-right {
	float: none;
	width: 100%;
	font-size: 1.0em;
	margin-top: 40px;
}

td.localidad{
	cursor: pointer;
	width: 50%;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}
td.localidad:hover{
	color: #00437f;
	font-weight: bold;
	padding-left: 10px;

}
.wpcf7dtx-dynamictext{
	max-width: 200px;
}

.wpcf7-form.sent .background-form{
	display: none;
	overflow: hidden;
}
.wpcf7-form.sent input[type=submit]{
	display: none;
}

.wpcf7-form.sent .wpcf7-mail-sent-ok{
	padding: 0.9em 1em;
}
.wpcf7-form-control textarea{ width: 100%;}

select#select-province{ border-radius: 0; border: 1px solid #CCCCCC; padding: 10px 15px; }

/*mobile*/
@media screen and (max-width: 768px) {
	#site-content-distributors {
		margin: 20px 0;
	}
	.site-content, #site-content-faq, #site-content-contact, #site-content-whoweare, #site-content-distributors, #site-content-legal, #site-content-catalogues, #site-content-sitemap, #site-content-riviere, #site-content-archive{
		padding: 0;
	}
	
	.site-footer {
		width: 100%;
		background-color: #ededed !important;
	}
}

.grecaptcha-badge { 
visibility: hidden; 
}