/**
 * Theme Name:   HMP Solutions
 * Description:  <strong>Auberge</strong> is responsive, retina-ready, modern restaurant & café & recipes blog WordPress theme. Supports Beaver Builder page builder plugin, Jetpack plugin to create nested food menus, WebMan Amplifier plugin for recipes, Schema.org markup with Google recipe view, Theme Hook Alliance action hooks, translation-ready code, header slideshow, customizable colors and layout, and other cool features. The theme is compatible with Chrome, Safari, Opera, Firefox, Edge, Internet Explorer 9+ browsers. Theme demo at http://themedemos.webmandesign.eu/auberge/
 * Version:      2.1
 * License:      GNU General Public License v3
 * License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 * Tags:         one-column, two-columns, three-columns, four-columns, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready, post-formats, footer-widgets, blog, food-and-drink
 * Text Domain:  auberge
 *
 * 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.
 */





/**
 * The CSS below is added to comply WordPress theme checker.
 * The actual CSS styles is situated in the `assets/css/*.css` files.
 *
 * @link  http://plugins.svn.wordpress.org/theme-check/tags/20150818.1/checks/style_needed.php
 */

.sticky,
.bypostauthor,
.alignleft,
.alignright,
.aligncenter,
.wp-caption,
.wp-caption-text,
.gallery-caption,
.screen-reader-text {}





/**
 * Contents:
 *
 *   1. Font icons basics
 *   2. Core styles
 *   3. Typography
 *   4. WordPress styles
 *   5. Forms
 *   6. Headings
 *   7. Site header
 *   8. Site content
 *   9. Comments
 *  10. Sidebar and widgets
 *  11. Site footer
 * 100. Plugins integration
 * 200. Responsive styles
 */





/**
 * 1. Font icons basics
 */

	pre:before,
	#cancel-comment-reply-link:before,
	.menu-toggle:before,
	.main-navigation .menu-item-has-children > a:after,
	.search-toggle:before,
	.social-links a:before,
	.posts .type-page:before,
	.posts .type-nova_menu_item:before,
	.search-results-listing .type-post:before,
	.entry-meta-element:before,
	.entry-meta .comments-link a:before,
	.entry-meta .entry-likes a:before,
	.post-table-of-contents a:before,
	.bypostauthor .comment-author:before,
	.post-navigation .label:after,
	.post-navigation .label:before,
	.comment-edit-link:before,
	.comment-reply-link:before,
	.widget_archive li:before,
	.widget_categories li:before,
	.widget_nav_menu li:before,
	.widget_pages li:before,
	.widget_recent_comments li:before,
	.widget_recent_entries li:before,
	.widget_zilla_likes_widget li:before,
	.rtb-booking-form legend:before,
	.rtb-booking-form .add-message a:before {
		font-family: 'Genericons';
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: inherit;
		text-transform: none;
		-moz-osx-font-smoothing: grayscale;
		 -webkit-font-smoothing: antialiased;
		speak: none;
	}

	.genericon.vertical-align-middle:before {
		vertical-align: middle;
	}
	.genericon.vertical-align-baseline:before {
		vertical-align: baseline;
	}
	.genericon.vertical-align-bottom:before {
		vertical-align: bottom;
	}

@font-face {
    font-family: 'bauhaus-mediumregular';
    src: url('assets/fonts/ufonts.com_bauhaus-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/ufonts.com_bauhaus-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/**
 * 2. Core styles
 */

	/**
	 * Main layout
	 */

		body {
			padding-left: 4%;
			padding-right: 4%;
			
		}

			.site {
				width: 100%;
				max-width: 1640px;
				margin: 0 auto;
				-webkit-box-shadow: 0 0 3.62rem rgba(0,0,0, .07);
				        box-shadow: 0 0 3.62rem rgba(0,0,0, .07);
			}

			.content-area,
			.page-template-_fullwidth .fl-row-fixed-width,
			.page-template-_menu .fl-row-fixed-width,
			.fl-builder .page-section,
			.site-footer-area,
			.front-page-widgets,
			.breadcrumbs {
				width: 88%;
				max-width: 1020px;
				margin: 0 auto;
			}



	/**
	 * Global elements and classes
	 */


		hr {
			margin: 3.62em 0;
		}

		pre {
			padding: 4% 8% 4% 4%;
			border-radius: .38em;
		}

			pre:before {
				content: '\f462';
				position: absolute;
				height: 100%;
				right: 0;
				top: 0;
				padding: 0 .19em;
				font-size: 1.38em;
				line-height: 1.62;
				z-index: 5;
			}

div.wpcf7-response-output {
    margin: 4em 0.5em 1em !important;
    padding: 0.2em 1em;
    clear: both;
}

		/**
		 * Tables
		 */

			caption {
				text-align: left;
			}

			table {
				border: 1px solid;
				border-radius: .38em;
			}

				.site table {
					border-collapse: separate;
				}

			td, th {
				border: 0;
				border-bottom: 1px solid;
				border-left: 1px solid;
			}

			th:first-child,
			td:first-child {
				border-left: 0;
			}

			caption + thead tr:first-child th,
			caption + thead tr:first-child td,
			colgroup + thead tr:first-child th,
			colgroup + thead tr:first-child td,
			thead:first-child tr:first-child th,
			thead:first-child tr:first-child td {
				border-top: 0;
			}

			tbody tr:last-child th,
			tbody tr:last-child td {
				border-bottom: 0;
			}

			thead + tbody tr:first-child td,
			thead + tbody tr:first-child th {
				border-top-width: .19em;
			}



		/**
		 * Classes
		 */

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



		/**
		 * Dropcaps
		 */

			.dropcap-text::first-letter {
				float: left;
				display: block;
				padding: 0 0.19em;
				padding-left: 0;
				line-height: 1;
				font-size: 2.6244em;
			}

			@media only screen and (min-width: 80em) {
				.dropcap-text::first-letter { font-size: 4.25153em; }
			}




		/**
		 * Clearing
		 */

			.menu-items:after {
				content: ' ';
				display: table;
				clear: both;
			}



	/**
	 * Pagination
	 */

		.pagination {
			margin-top: 1.62rem;
			text-align: center;
		}

		/* Dots */

			.pagination > span.dots,
			.pagination .extend {
				background: transparent;
				color: inherit;
			}





/**
 * 3. Typography
 *
 * Tips from:
 * @link  http://goo.gl/Hhb0jD
 * @link  http://typeplate.com
 * @link  http://www.pearsonified.com/typography/
 */

	/**
	 * Base
	 */

		html {
			font-family: 'Droid Sans', sans-serif;
		
		}



	/**
	 * Font sizes
	 */

		/**
		 * Relative font sizes:
		 */

			/* Relative to root */

				.breadcrumbs,
				.widget-title {
					font-size: .81rem;
				}

				input,
				select,
				textarea,
				blockquote blockquote,
				.site-description {
					font-size: 1rem;
				}

				.site-title {
					font-size: 1.9rem;
				}

				.site-banner-title {
					font-size: 1.15rem;
					font-family: 'bauhaus-mediumregular';
					color:#4d4d4f ;
				}

			/* Relative to container */

				.entry-title .entry-edit {
					color:#4d4d4f;
					 font-size: 2.1rem;

				}

				small,
				pre,
				code,
				blockquote cite,
				.small,
				.menu-item-description,
				.comment-metadata,
				.pingback .edit-link,
				.comment .reply,
				.comments-title .add-comment-link,
				#cancel-comment-reply-link,
				.comment-form label,
				.gallery-caption,
				.wp-caption .wp-caption-text,
				.sidebar,
				.menu-group-nav-link {
					font-size: .81em;
				}

				.main-navigation .menu,
				.nav-search-form,
				.items .entry-summary,
				.posts .entry-meta,
				.site-footer {
					font-size: .9em;
				}

				h4, h5, h6,
				.h4, .h5, .h6,
				.food-menu-item-header h3 {
					font-size: 1.15em;
				}

				h3,
				.h3,
				.comments-title,
				.posts .entry-title,
				.comments-title,
				.social-links {
					font-size: 1.24em;
				}

				h2,
				.h2,
				blockquote,
				.format-link .entry-content,
				.format-status .entry-content,
				.posts .format-image .entry-summary,
				.post-navigation a {
					font-size: 1.38em;
				}
				h1.title-section {    font-size: 1.92em !important; color:#fff !important}
				h2.title-main {font-size: 1.68em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#fff !important} 
				h2.title-main-dark {font-size: 1.68em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important; text-transform:uppercase} 
				h3.subtitle-main-dark {font-size: 1.2em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important} 
				ul.dark li {color:#48626f}
				h1,
				.h1,
				.nav-search-form .search-field {
					font-size: 1.62em;
				}

				.error-404 .page-title,
				.not-found .page-title {
					font-size: 1em;font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#fff
				}



	/**
	 * Font weights
	 */

		body,
		.entry-title .entry-edit,
		.site-title,
		.items .entry-summary,
		.is-singular .items .entry-summary,
		.pagination,
		.post-navigation .label {
			font-weight: 300;
		}

		h1, h2, h3, h4, h5, h6,
		.h1, .h2, .h3, .h4, .h5, .h6,
		.site-banner .post .entry-title,
		.link-more,
		.is-singular .entry-summary,
		.entry-summary.has-more-tag,
		#back-to-top {
			font-weight: 400;
		}

		abbr {
			font-weight: 600;
		}

		b,
		strong,
		.active-menu-item > a,
		.post .entry-title,
		.menu-group-title,
		.comment-form label,
		.site-info a {
			font-weight: 700;
		}



	/**
	 * Font style
	 */

		blockquote,
		.taxonomy-description {
			font-style: italic;
		}



	/**
	 * Line heights
	 */

		.site-header,
		.type-img a {
			line-height: 3rem;
		}

		h1, h2, h3, h4, h5, h6,
		.h1, .h2, .h3, .h4, .h5, .h6,
		.format-status .entry-content,
		.posts .format-image .entry-summary,
		.post-navigation a {
			line-height: 1.38;
		}

		.food-menu-item-header h3 {
			line-height: 1.19;
		}

		.site-title,
		.social-links {
			line-height: 1;
		}

		.site-header .social-links {
			    margin-top: -10px;
		}





/**
 * 4. WordPress styles
 */

	/**
	 * Sticky posts
	 */

		.label-sticky {
			position: absolute;
			display: block;
			width: 32px;
			height: 32px;
			right: 0;
			top: 0;
			line-height: 28px;
			text-align: center;
			z-index: 10;
		}

			.label-sticky .genericon {
				margin-left: -.38em;
				font-size: 18px;
				vertical-align: bottom;
			}

			.label-sticky:before,
			.label-sticky:after {
				content: '';
				position: absolute;
				display: block;
				border: 16px solid transparent;
			}

				.label-sticky:before {
					right: 100%;
					top: 0;
				}

				.label-sticky:after {
					right: 0;
					top: 100%;
				}





/**
 * 5. Forms
 */

	/**
	 * Basic form styles
	 */

		/* Buttons */

			.button,
			button,
			input[type="button"],
			input[type="reset"],
			input[type="submit"] {
				padding: 1em;
				white-space: nowrap;
				border: 0;
				cursor: pointer;
				-webkit-transition: all .3s;
				        transition: all .3s;
			}

				.button:hover,
				.button:focus,
				.button:active {
					text-decoration: none;
				}

				.button:hover,
				button:hover,
				input[type="button"]:hover,
				input[type="reset"]:hover,
				input[type="submit"]:hover,
				.button:focus,
				button:focus,
				input[type="button"]:focus,
				input[type="reset"]:focus,
				input[type="submit"]:focus,
				.button:active,
				button:active,
				input[type="button"]:active,
				input[type="reset"]:active,
				input[type="submit"]:active {
					opacity: .75;
				}

				.button:active,
				button:active,
				input[type="button"]:active,
				input[type="reset"]:active,
				input[type="submit"]:active {
					opacity: .9;
				}



	/**
	 * Comments form
	 */

		#cancel-comment-reply-link:before {
			content: '\f405';
			margin-right: .19em;
			font-size: 1.38em;
			vertical-align: middle;
		}





/**
 * 6. Headings
 */

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		
		padding: 0;
		margin: 6% 0 4%;
		/*overflow-wrap: break-word;
		word-wrap: break-word;*/
		/*-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;*/
		text-rendering: optimizeLegibility; /* https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
		text-transform: uppercase;
	}

	h1:first-child,
	h2:first-child,
	h3:first-child,
	h4:first-child,
	h5:first-child,
	h6:first-child,
	.h1:first-child,
	.h2:first-child,
	.h3:first-child,
	.h4:first-child,
	.h5:first-child,
	.h6:first-child {
		margin-top: 0;
	}

		h1 a,
		h2 a,
		h3 a,
		h4 a,
		h5 a,
		h6 a,
		.h1 a,
		.h2 a,
		.h3 a,
		.h4 a,
		.h5 a,
		.h6 a {
			text-decoration: none;
			color: inherit;
		}

	h1,
	h2,
	h3,
	.h1,
	.h2,
	.h3 {
		letter-spacing: .1em;
	}



	/**
	 * Entry title
	 */

		.entry-title,
		.page-title {
			padding: 0;
			margin: 0 0 6%;
			text-transform: uppercase;
			-ms-word-wrap: break-word;
    	    word-wrap: break-word;
		}

		.page-title {
			padding: 3.62rem 0;
			margin: 0;
			text-align: center;
			border-top: 2px solid;
		}
			.archive .page-title,
			.search .page-title,
			.error404 .page-title {
				padding-top: 0;
				border: 0;
			}

		.tax-nova_menu.no-tax-children .page-header {
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute !important;
			height: 1px;
			width: 1px;
			overflow: hidden;
		}



	/**
	 * Widget title
	 */

		.widget-title {
			margin: 0 0 1.62em;
			letter-spacing: .1em;
		}





/**
 * 7. Site header
 */

	.site-header {
		position: relative;
		padding: 15px 0 0 1.3%;
		z-index: 999;
		border-bottom: 3px solid #ee1c24;
	}

		.site-header-inner {
			max-width: 1920px;
			margin: 0 auto;
		}



	/**
	 * Site branding (logo)
	 */

		.site-branding {
			float: left;
			display: inline-block;
			margin: 0;
			color: inherit;
		}

			.site-title {
				display: inline-block;
				position: relative;
				top: -.09em;
				margin: 0;
				letter-spacing: .19em;
				text-transform: uppercase;
				vertical-align: middle;
			}

			.site-title,
			.logo-font {
				text-rendering: auto;
			}

			.site-description {
				clip: rect(1px, 1px, 1px, 1px);
				position: absolute !important;
				height: 1px;
				width: 1px;
				overflow: hidden;
			}

			.site-title,
			.site-branding a,
			.site-branding a:hover,
			.site-branding a:active {
				text-decoration: none;
				color: inherit;
			}

			.site-branding img {
				display: inline-block;
				width: auto;
				max-height: 4.62rem;
				vertical-align: middle;
			}



	/**
	 * Navigation
	 */

		.main-navigation {
			float: left;
			position: relative;
			display: inline-block;
			margin-left: 4%;
		}

			.main-navigation a:hover,
			.main-navigation a:active {
				color: inherit;
			}

			.main-navigation .menu {
				float: left;
				margin-top:22px;
				    position: relative;
    top: 3px;
			}

			.main-navigation ul {
				padding: 0;
				margin: 0;
				text-transform: uppercase;
				list-style: none;
			}

				.main-navigation li {
					float: left;
					position: relative;
					padding: 0;
					margin: 0 2em 0 0;
					white-space: nowrap;
				}

					.main-navigation ul a {
						display: inline-block;
						 font-family: 'bauhaus-mediumregular';
						max-width: 100%; /* fix for FF and IE */
						padding: 0;
						text-decoration: none;
						color: #636466;
						opacity: 1;
						-webkit-transition: all .4s ease-in-out;
						        transition: all .4s ease-in-out;
								    letter-spacing: 1px;
					}

					.menu-item-description {
						display: block;
						text-transform: uppercase;
						opacity: .5;
					}

						.main-navigation .menu > ul > li > a .menu-item-description {
							display: none;
						}

			/* Submenu expander button */

				.main-navigation .expander {
				position: relative
				}

					
					.main-navigation .expander:before {
						content: '\f431';
						font-family: 'Genericons';
						  /*  position: absolute;*/
						  display: inline;
    font-size: 11px;
    padding: 0;
    margin: 0;
					}

					
				.main-navigation li li .expander {
					right: 1em;
				}

					.main-navigation li:hover > a .expander:after,
					.main-navigation li.focus > a .expander:after {
						display: none;
					}

				/*.main-navigation li.menu-item-has-children > a {
					padding-right: 1.62em;
				}*/

				.main-navigation li li.menu-item-has-children > a {
					padding-right: 3em;
				}



			/**
			 * Submenu
			 */

				.main-navigation li ul {
					position: absolute;
					visibility: hidden;
					min-width: 12em;
					left: -1.62em;
					top: 138%;
					padding: 0 0 .38em;
					margin: 0;
					text-transform: none;
					opacity: 0;
					z-index: 99;
					background:#93a3b0;
					border-radius: 0 0 .38em .38em;
					-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0, .4);
					        box-shadow: 0 5px 20px 0 rgba(0,0,0, .4);
					-webkit-transition: all .4s ease-in-out;
					        transition: all .4s ease-in-out;
				}
				.main-navigation .menu li li:hover > a, .main-navigation .menu li li > a:hover, .main-navigation .menu li li.active-menu-item > a { background:none !important; opacity:0.8}
				.main-navigation li:hover > ul,
				.main-navigation li.focus > ul {
					visibility: visible;
					top: 100%;
					opacity: 1;
				}

					.main-navigation li li,
					.main-navigation li li a {
						-webkit-transition: all .2s ease-in-out;
						        transition: all .2s ease-in-out;
								color:#ee1c24
					}
					.main-navigation li li a:hover { border:0 none}
					.main-navigation li ul li a:hover  { border:0 none}
					.main-navigation li li {
						float: none;
						display: block;
						margin: 0;
						line-height: 1.62;
						border-top: 1px solid;
					}

						.main-navigation li li:first-child {
							border: 0;
						}

						.main-navigation li li > a {
							display: block;
							padding: .62em 1.62em;
							color: inherit;
						}



				/**
				 * Sub-submenu
				 */

					.main-navigation li li ul {
						visibility: hidden;
						left: 119%;
						right: auto;
						padding-top: .38em;
						
						-webkit-transition: opacity .4s, left .4s ease-in-out;
						        transition: opacity .4s, left .4s ease-in-out;
					}

						.main-navigation li li:hover > ul,
						.main-navigation li li.focus > ul {
							left: 100%;
							right: auto;
							top: -.38em;
						}



		/**
		 * Active menu item
		 */

			,
			.main-navigation .menu li:hover > a,
			 {
				opacity: 1;
			
			}
.main-navigation .menu a:hover, .main-navigation .menu li.active-menu-item > a { color:#fff !important; border-bottom:3px solid #fff !important}
.main-navigation .menu li .sub-menu a{ border:0 none !important; color:#fff}

		/**
		 * Mobile menu toggle
		 */

			.menu-toggle {
				display: none;
			}



		/**
		 * Navigation search form
		 */

			.nav-search-form {
				float: right;
				padding: 0;
				vertical-align: top;
				display:none
			}

				.search-toggle {
					display: inline-block;
					position: relative;
					font-size: 1.62rem;
					color: inherit;
					vertical-align: top;
				}

					.search-toggle:before {
						content: '\f400';
						vertical-align: top;
					}

					.nav-search-form.active .search-toggle:before {
						content: '\f406';
					}

					.search-toggle:hover {
						text-decoration: none;
					}

				.nav-search-form .form-search {
					position: absolute;
					width: 100%;
					max-width: 100%;
					top: -100%;
					right: 0;
					padding: 1rem;
					text-align: center;
					line-height: 1;
					opacity: 0;
					z-index: -1;
					overflow: hidden;
					-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0, .2);
					        box-shadow: 0 5px 20px 0 rgba(0,0,0, .2);
					-webkit-transition: all .2s ease-in-out;
					        transition: all .2s ease-in-out;
				}

					.nav-search-form.active .form-search,
					.no-js .nav-search-form:hover .form-search {
						top: 100%;
						opacity: 1;
					}

					.nav-search-form .search-field,
					.nav-search-form .search-field:focus {
						padding: 4% 2%;
						vertical-align: top;
					}



	/**
	 * Social links menu
	 */

		.social-links {
			/*float: right;*/
			position: absolute;
    right: 0;
		}

			.social-links ul {
				margin: 0;
				list-style: none;
				overflow: hidden;
			}

				.social-links li {
					float: left;    margin-right: 8px;
				}

					.social-links a {
						padding-left: .62em;
						color: inherit;
						opacity:1;
						-webkit-transition: all .4s;
						        transition: all .4s;
								    border: 1px solid #fff;
    border-radius: 90px;
    display: block;
    width: 36px;
    height: 36px;
					}

						.social-links a:hover {
							text-decoration: none;
							opacity: .5;
						}

						.social-links a:before {
							content: '';
							display: inline-block;
							vertical-align: top;
							    top: 8px;
    position: relative;
    right: 5px;

						}

						.social-links a.back-to-top:before {
							content: '\f435';
							/*padding: 0 .38em;*/
						}

							body:not(.sticky-header) .site-header .back-to-top {
								display: none;
							}

						.social-links a[href^="http"]:before,
						.social-links .website a:before                  { content: '\f475'; }

						.social-links a[href*="mailto:"]:before,
						.social-links .email a:before                    { content: '\f410'; }

						.social-links a[href*="/feed/"]:before,
						.social-links .rss a:before                      { content: '\f413'; }


						.social-links a[href*="codepen.io"]:before,
						.social-links .codepen a:before                  { content: '\f216'; }

						.social-links a[href*="digg.com"]:before,
						.social-links .digg a:before                     { content: '\f221'; }

						.social-links a[href*="dribbble.com"]:before,
						.social-links .dribbble a:before                 { content: '\f201'; }

						.social-links a[href*="dropbox.com"]:before,
						.social-links .dropbox a:before                  { content: '\f225'; }

						.social-links a[href*="facebook.com"]:before,
						.social-links .facebook a:before                 { content: '\f204'; }

						.social-links a[href*="flickr.com"]:before,
						.social-links .flickr a:before                   { content: '\f211'; }

						.social-links a[href*="foursquare.com"]:before,
						.social-links .foursquare a:before               { content: '\f226'; }

						.social-links a[href*="github.com"]:before,
						.social-links .github a:before                   { content: '\f200'; }

						.social-links a[href*="instagram.com"]:before,
						.social-links .instagram a:before                { content: '\f215'; }

						.social-links a[href*="linkedin.com"]:before,
						.social-links .linkedin a:before                 { content: '\f207'; }

						.social-links a[href*="pinterest.com"]:before,
						.social-links .pinterest a:before                { content: '\f209'; }

						.social-links a[href*="plus.google.com"]:before,
						.social-links .google-plus a:before              { content: '\f218'; }

						.social-links a[href*="getpocket.com"]:before,
						.social-links .pocket a:before                   { content: '\f224'; }

						.social-links a[href*="polldaddy.com"]:before,
						.social-links .polldaddy a:before                { content: '\f217'; }

						.social-links a[href*="reddit.com"]:before,
						.social-links .reddit a:before                   { content: '\f222'; }

						.social-links a[href*="skype:"]:before,
						.social-links .skype a:before                    { content: '\f220'; }

						.social-links a[href*="spotify.com"]:before,
						.social-links .spotify a:before                  { content: '\f515'; }

						.social-links a[href*="stumbleupon.com"]:before,
						.social-links .stumbleupon a:before              { content: '\f223'; }

						.social-links a[href*="tumblr.com"]:before,
						.social-links .tumblr a:before                   { content: '\f214'; }

						.social-links a[href*="twitch.tv"]:before,
						.social-links .twitch a:before                   { content: '\f516'; }

						.social-links a[href*="twitter.com"]:before,
						.social-links .twitter a:before                  { content: '\f202'; }

						.social-links a[href*="vimeo.com"]:before,
						.social-links .vimeo a:before                    { content: '\f212'; }

						.social-links a[href*="wordpress.org"]:before,
						.social-links a[href*="wordpress.com"]:before,
						.social-links .wordpress a:before                { content: '\f205'; }

						.social-links a[href*="youtube.com"]:before,
						.social-links .youtube a:before                  { content: '\f213'; }



	/**
	 * Site banner (featured content)
	 */

		.site-banner {
			clear: both;
			position: relative;
		}

			.no-js .site-banner.enable-slider .hentry,
			.enable-slider .site-banner-inner:not(.slick-slider) .hentry {
				display: none;
			}

			.no-js .site-banner.enable-slider .hentry:first-child,
			.enable-slider .site-banner-inner:not(.slick-slider) .hentry:first-child {
				display: block;
			}

			.site-banner-header {
				position: absolute;
				width: 100%;
				bottom: 5.6%;
    			padding: 15px 0;
    			z-index: 1;
				background:url(assets/images/label-text-home.jpg) repeat-x;
			}

			.site-banner a,
			.site-banner a:hover {
				text-decoration: none;
			}

			.site-banner-title,
			.site-banner .slider-nav,
			.site-banner .slick-dots {
				width: 88%;
				max-width: 1020px;
				padding: 0 2rem 0 ;
				margin: 0;
				text-transform: uppercase;
				letter-spacing: 2px;
				color: #4d4d4f;
			}

			.site-banner-media {
				position: relative;
				z-index: 0;
			}

				.site-banner-media:before {
					content: '';
					position: absolute;
					display: block;
					width: 100%;
					height: 38%;
					left: 0;
					bottom: 0;
					z-index: 1;
				}





/**
 * 8. Site content
 */
 .product-showcase img { width:143px !important; height:388px }
 
/*Home*/
.page-id-245 .blog-posts  { display:none} 
.page-id-245 .entry-header, .page-id-1049 .entry-header { display:none}
.page-id-245 .site-content, .page-id-1049 .site-content { padding:0}
.page-id-245 .page-section + .site-main { margin-top:0}
 
/*Areade decorada textos*/
.text-area{background:url(assets/images/bk-base-text.png) no-repeat; width:427px;    padding: 5% 5%;
    box-sizing: border-box; background-size:cover} 
.text-area-red{background:url(assets/images/bk-base-text-red.png) no-repeat; width:427px; height:auto;    padding: 5% 5%;
    box-sizing: border-box;} 
 .text-area p, .text-area-red p, .text-area-red,  .text-area { color:#fff}
 
/*Aplicaciones*/
.page-id-318 #content, .page-id-1060 #content { background:url(assets/images/bk-lines.jpg) no-repeat; background-size: cover} 
.page-id-318 .entry-header, .page-id-1060 .entry-header  { display:none}

/*Casos reales*/
.page-id-2 #content, .page-id-1043 #content  { background-image:url(assets/images/bk-lines.jpg); background-repeat: no-repeat; background-color: #060F18; background-size: 100% 33%;} 
 .page-id-2 .entry-header, .page-id-1043 .entry-header { display:none}
 .inyectores {    background: url(assets/images/dano-inyectores.png) no-repeat 50% 0;
    padding: 38px 0 0 15%;
    margin: 0 0 41px;
}
 .inyectores p {    width: 46%;} 
 .call-to { background:url(assets/images/bk-base-text.png) no-repeat ; padding:5% 3% 11%; width:427px; background-size:cover}
  .call-to a { font-weight:bold; color:#fff !important} 
.call-to-grey { background:url(assets/images/bk-base-grey.png) no-repeat ; padding:3%;    width: 633px;
    height: 170px; 
}
.call-to-grey p {color:#48636f !important}
.call-to-red-dark { background:url(assets/images/bk-base-red-big.png) no-repeat ; padding:3%;     width: 572px;
    height: 290px;}
.call-to-red-dark-big { background:url(assets/images/bk-base-red-xbig.png) no-repeat ; padding:3%;     width: 728px;
    height: auto; background-size:cover}
	.call-to-red-dark-esp { background:url(assets/images/bk-base-red-big.png) no-repeat ; padding:3%;     width: 572px;
    height: auto; background-size:cover}
.call-to-red-dark p, .call-to-red-dark-esp p, .call-to-red-dark-big p {color:#fff !important}
 .call-to-red-dark-esp p { margin:0 0 0.62em}
 
/*Quiénemos somos id=19*/
.page-id-19 #content, .page-id-1051 #content {background:url(assets/images/bk_quienes.jpg) no-repeat ; background-size:cover}
.page-id-19 .entry-header, .page-id-1051 .entry-header { display:none}

/*Contacto*/
.page-id-21 #content, .page-id-1071 #content {background:url(assets/images/bk-lines.jpg) no-repeat #060F18; background-size:cover}
.page-id-21 .entry-header , .page-id-1071 .entry-header { display:none}
input, textarea {border:2px solid #48626f !important; color:#48626f !important; background:#fff !important;  width:100%; margin-bottom:-3px;padding: 14px 10px;}
textarea { height: 132px;}
input[type="submit"] {     background: #48626f !important;
    color: #fff !important;
    width: 35%;
    margin: 23px 0 0 0 !important;
    float: right;}
div.wpcf7-validation-errors{  color: #f00; border:0 none !important; background:#000}
form p { padding:0; margin:0}

/*Page 404*/
.error404 #content{    background: url(assets/images/bk_distribuidores.jpg) no-repeat;
    background-size: cover;}


/*Distribuidores*/
.page-id-924 #content, .page-id-1067 #content {background:url(assets/images/bk_distribuidores.jpg) no-repeat ; background-size:cover} 
.page-id-924 .entry-header, .page-id-1067 .entry-header { display:none}
.page-id-924 #content .call-to, .page-id-1067 #content .call-to { margin-bottom:123px}

/*Page HMP*/
.page-hmp { position:relative}

.page-hmp .name { position:absolute;    z-index: 1;
    top: -80px;
    right: -3px;}
.page-hmp h1 {font-size: 2em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important} 
.page-hmp  p { color:#fff !important}
.page-hmp h2 { color:#fff;font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px;}
.page-hmp h3 {font-size: 1.2em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important;     margin-bottom: 0.4em;} 
.page-hmp  formh3 {font-size: 1.2em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important;     margin-bottom: 0.4em;} 
.full-width-bottom h4 {    font-size: 1.54rem !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#fff !important} 
.page-hmp-dark p {color:#48626f }
.page-hmp-dark  h3 {font-size: 1.2em !important;  font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important; text-transform:uppercase} 
.page-hmp .bloq { color:#fff !important;    padding-top: 48px; background-image:url(assets/images/bk-mira-blue.png); background-repeat: no-repeat;     background-position: 0 41%;
    padding-bottom: 26px;
    background-size: 25%;
 }
.page-hmp .bloq h5, .page-hmp .bloq p {color:#fff !important}
.list-aplica  { display:inline;font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px; color:#48626f !important}

/*Generadores id=321*/

.page-id-321 #content, .page-id-1063 #content {background:url(assets/images/bk-lines.jpg) no-repeat #060F18; background-size:contain}
.page-id-321  .entry-header, .page-id-1063  .entry-header { display:none}

/*Productos id=316*/

.page-id-316 #content, .page-id-1056 #content  {background:url(assets/images/bk-lines.jpg) no-repeat #060F18; background-size:contain}
.page-id-316 .entry-header, .page-id-1056 .entry-header  { display:none}
.producto-small {background:url(assets/images/bk-mira.png) no-repeat  40% 62%;   /* padding-top: 7%;*/
}



/*Seccion inferior*/
.full-width-bottom {width: 100%; padding:7% 0;
    max-width: 1640px;background: url(assets/images/bk_bottom.jpg) no-repeat #e81c24 !important; color:#fff !important
}
.full-width-bottom h1 {    font-family: 'bauhaus-mediumregular';
    font-size: 1.44rem;
    letter-spacing: 2px;
    text-align: left; color:#fff}
.full-width-bottom h3 {color:#fff !important;font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px;} 
.full-width-bottom h4.special {color:#fff !important;font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px;    font-size: 1.7em !important;
    padding: 0 9% 0 9%;} 
.full-width-bottom h6 {color:#fff !important;font-family: 'bauhaus-mediumregular' !important; letter-spacing:2px;} 
 
/*Elementos animados*/
.stage { position:absolute; } 
.camion {     left: 32%;z-index:1; opacity:0;
    top: 227px; background:url(assets/images/camion-pic-a.png) no-repeat; width:129px; height:159px;
			-webkit-animation-duration: 1s;
			-moz-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
			 -moz-animation-fill-mode: forwards;
            animation-fill-mode:forwards;
			animation-delay:0.6s;
			-moz-animation-delay:0.6s;
			-webkit-animation-delay:0.6s;
			
	}
.zoom-in {-moz-animation-name: zoom-in;
			-webkit-animation-name: zoom-in;
            animation-name: zoom-in;}
.slide-in-bottom {-moz-animation-name: slide-in-bottom;
			-webkit-animation-name: slide-in-bottom;
            animation-name: slide-in-bottom;}
.carro { z-index:1;       left: 44%;
    top: 258px; background:url(assets/images/car-pic-a_09.png) no-repeat; width:338px; height:172px; }	
.moto {     left: 11%;top: 211px; background:url(assets/images/bike-pic-a.png) no-repeat; width:333px; height:296px; }
.producto {  z-index:6;  right: 0; opacity:0;  background:url(assets/images/producto-wr0.png) no-repeat;     width: 316px;
    height: 475px;
-webkit-animation-duration: 1s;
			-moz-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
			 -moz-animation-fill-mode: forwards;
            animation-fill-mode:forwards;
			animation-delay:2.4s;
			-moz-animation-delay:2.4s;
			-webkit-animation-delay:2.4s;   }

.nombre {  z-index:5;       left: 46%;
    top: 362px; background:url(assets/images/wr-0-text.png) no-repeat; width:352px; height:104px; }

	.site-content {
		padding: 4.4% 0 0;
	}
	
@keyframes zoom-in {
	from {   transform:scale(0.8,0.8); opacity:0}
	to { transform:scale(1,1); opacity:1 }
	}	
@-moz-keyframes zoom-in {
		from {   transform:scale(0.8,0.8); opacity:0}
	to { transform:scale(1,1); opacity:1 }
	}	
@-webkit-keyframes zoom-in {
		from {   transform:scale(0.8,0.8); opacity:0}
	to { transform:scale(1,1); opacity:1 }
	}		

@keyframes slide-in-bottom {
	from { bottom:0; opacity:0}
	to { bottom:6px; opacity:1 }
	}	
@-moz-keyframes slide-in-bottom {
	from { bottom:0; opacity:0}
	to { bottom:6px; opacity:1 }
	}	
@-webkit-keyframes slide-in-bottom {
	from { bottom:0; opacity:0}
	to { bottom:6px; opacity:1 }
	}	


	/**
	 * Main content area
	 */

		.is-singular .site-main > .hentry {
			position: relative;
			float: left;
			width: 62%;
		}

		.single-post .entry-header {
			margin-bottom: 1.62em;
		}

		.single-post .main-heading.entry-header {
			margin-bottom: 0;
		}



		/**
		 * Post excerpt
		 */

			.single .entry-summary,
			.entry-summary.has-more-tag {
				text-transform: uppercase;
			}



		/**
		 * Media
		 */

			.entry-media {
				margin-bottom: 1.62em;
			}

				.blog-posts.page-section .entry-media {
					margin-bottom: 0;
				}

			/* Playlist */

				.site .wp-playlist {
					background: #eaecee;
				}

			/* Images */

				.wp-caption .wp-caption-text {
					opacity: .75;
				}

				.is-singular.not-front-page .entry-media {
					margin-bottom: 6%;
				}

				a img {
					-webkit-transition: all .4s ease-in-out;
					        transition: all .4s ease-in-out;
				}
					a img:hover {
						-webkit-box-shadow: 0 1rem .62rem -.62rem rgba(0,0,0, .25);
						        box-shadow: 0 1rem .62rem -.62rem rgba(0,0,0, .25);
					}

			/* Videos */

				.video-container,
				.wp-video .mejs-container,
				.wp-video-playlist .mejs-container {
					position: relative;
					max-width: 100%;
					height: 0 !important;
					padding: 0 0 56.25%; /* 16:9 ratio only */
				}

					.video-container iframe,
					.video-container object,
					.video-container embed,
					.wp-video .mejs-container .mejs-inner,
					.wp-video-playlist .mejs-container .mejs-inner {
						position: absolute;
						width: 100%;
						height: 100%;
						left: 0;
						top: 0;
					}

				.wp-video {
					width: 100% !important;
					height: auto !important;
				}



		/**
		 * Content columns
		 */

			.column {
				float: left;
				margin: 0 6% 0 0;
			}

			.column.last {
				margin-right: 0;
			}

				.column-12 { width: 47%;    }
				.column-13 { width: 29.33%; }
				.column-23 { width: 64.66%; }
				.column-14 { width: 21%;    }
				.column-34 { width: 73%;    }



		/**
		 * Page sections
		 */

			.page-section {
				border-bottom: 2px solid;
			}

				.site-main + .page-section,
				.site-main + .page-section + .page-section {
					border-top: 2px solid;
					border-bottom: 0;
				}

				.site-main + .page-section {
					margin-top: 6%;
				}

				.page-template-_menu .page-section {
					margin-top: 0;
					border: 0;
				}

			/* Page section basic elements */

				.page-section .page-title {
					border-top: 0;
				}

				.page-section:first-child .page-title {
					padding-top: 0;
				}

					.archive-link {
						clear: both;
						padding: 0 0 6%;
						text-align: center;
					}

						.archive-link a {
							display: inline-block;
						}

			/* Posts list in page section */

				.page-section .posts .hentry {
					z-index: 0;
					-webkit-transition: padding .4s, height .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
					        transition: padding .4s, height .4s, transform .4s, box-shadow .4s;
				}

				.page-section .posts .hentry:hover {
					padding: 1.62rem;
					z-index: 9;
					-webkit-box-shadow: 0 .38rem 1.62rem rgba(0,0,0, .2);
					        box-shadow: 0 .38rem 1.62rem rgba(0,0,0, .2);
				}

				.page-section .posts .has-post-thumbnail { padding: 0; }
				.page-section .posts .has-post-thumbnail:hover {
					-webkit-transform: translateY( -1.62rem );
					    -ms-transform: translateY( -1.62rem );
					        transform: translateY( -1.62rem );
				}

					.page-section .posts .entry-media + .entry-inner {
						max-height: 0;
						padding-left: 1.62rem;
						padding-right: 1.62rem;
						margin-top: 0;
						opacity: 0;
						overflow: hidden;
						-webkit-transition: all .4s;
						        transition: all .4s;
					}

					.page-section .posts .hentry:hover .entry-media + .entry-inner {
						max-height: 400px;
						padding-left: 0;
						padding-right: 0;
						margin-top: 1.62rem;
						opacity: 1;
					}

			/* Page content after page section */

				.page-section + .site-main {
					margin-top: 6%;
				}

					.page-section + .site-main .entry-media {
						margin-bottom: 6%;
					}



		/**
		 * Posts parts (post table of contents)
		 */

			.post-table-of-contents a:before {
				content: '\f404';
				margin-right: .38em;
				vertical-align: middle;
			}

			.post-table-of-contents .passed a:before {
				content: '\f418';
			}

			.post-table-of-contents .current a:before {
				content: '\f403';
			}



		/**
		 * Posts list
		 */

			.posts {
				margin: 0 -1%;
			}

				.posts .hentry {
					float: left;
					position: relative;
					width: 31.333%;
					padding: 1.62rem;
					margin: 0 1% 2%;
					border: 2px solid;
					-webkit-transition: border-color .6s;
					        transition: border-color .6s;
				}

					.posts .entry-title {
						margin-bottom: 1rem;
						letter-spacing: 0;
					}

					.posts .entry-content {
						padding: 0;
					}

						.posts .entry-media + .entry-content {
							margin-top: 1.62rem;
						}

						.posts .entry-content p {
							margin-bottom: 1rem;
						}

						.link-more {
							margin-bottom: 1.62em;
						}

			/* Search list */

				.posts .type-page:before,
				.posts .type-nova_menu_item:before,
				.search-results-listing .type-post:before {
					display: inline-block;
					width: 2rem;
					height: 2rem;
					margin-bottom: 1rem;
					line-height: 2rem;
					text-align: center;
					font-size: 1.38rem;
					border: 1px solid;
					border-radius: 50%;
				}

					.search-results-listing .type-post:before {
						content: '\f411';
					}

					.posts .type-page:before {
						content: '\f443';
					}

					.posts .type-nova_menu_item:before {
						content: '\e603';
						font-family: 'nova-font';
					}

			/* Archives tax description */

				.taxonomy-description {
					padding: 0 19%;
					margin-bottom: 10%;
					text-align: center;
				}



		/**
		 * Items list (Food Menu items)
		 */

			.items {}

				.items section {
					clear: both;
					width: 62%;
					padding-bottom: 1em;
					margin-left: 38%;
					margin-bottom: 3.62em;
					border-bottom: 2px solid;
				}

					.items section:last-child {
						margin-bottom: 0;
						border: 0;
					}

					.page-template-_menu.fl-builder .items section:last-child {
						margin-bottom: 5em;
					}

					.menu-group-header {
						float: left;
						width: 50%;
						padding-top: 3.62rem;
						margin-top: -3.62rem;
						margin-left: -61.29%;
					}

						.menu-group-header:focus {
							outline: 0;
						}

					.items .hentry {
						float: left;
						width: 46%;
						margin: 0 6% 2% 0;
					}

					.items .hentry:nth-child(2n+1) {
						margin-right: 0;
					}

						.items .entry-media {
							margin-bottom: 1rem;
						}

						.home .items .entry-media {
							display: none;
						}

						.food-menu-item-header {
							margin-bottom: .38em;
							overflow: hidden;
						}

							.food-menu-item-header .entry-title,
							.single-nova_menu_item .food-menu-item-header {
								margin: 0;
								overflow: hidden;
							}

							.single-nova_menu_item .food-menu-item-header .entry-title {
								margin-bottom: 6%;
							}

							.food-menu-item-title {
								float: left;
								max-width: 80%;
								letter-spacing: 0;
							}

							.food-menu-item-price {
								float: right;
								margin-left: 1em;
								letter-spacing: 0;
							}

				/* Food menu groups (sections) navigation */

					.menu-group-nav-container {
						margin-top: -3.62rem;
					}

					.menu-group-nav {
						list-style: none;
						padding: 3.62rem 0;
						margin: 0;
						text-align: center;
						outline: 0;
					}

						.menu-group-nav li {
							display: inline-block;
							margin: .38em .62em;
						}

						.menu-group-nav a {
							display: inline-block;
							padding: .38em 1em;
						}

					.menu-group-nav-link {
						display: inline-block;
						padding: .62em 1em;
						margin-top: 1rem;
						text-transform: uppercase;
						border: 2px solid;
						opacity: 1;
						transition: opacity .4s;
					}

					@media only screen and (min-width: 55em) {

						.menu-group-nav-link {
							position: absolute;
						}

					}

					@media only screen and (min-width: 80em) {

						.sticky-menu-group-nav .menu-group-nav {
							position: fixed;
							width: 100%;
							left: 0;
							top: 3.62rem;
							padding: .62rem;
							margin: -1px;
							box-shadow: inset 0 0 0 100px;
							z-index: 99;
						}

						.sticky-menu-group-nav .menu-group-nav a {
							box-shadow: 0 0 .62em rgba( 0, 0, 0, .2 );
						}

						.admin-bar.sticky-menu-group-nav .menu-group-nav {
							margin-top: 31px;
						}

						.sticky-menu-group-nav .menu-group-nav-link {
							opacity: 0;
						}

					}

					@media only screen and (max-width: 80em) {

						.menu-group-nav-container {
							height: auto !important;
						}

					}



		/**
		 * Entry meta
		 *
		 * JetPack plugin support (@link http://jetpack.me/)
		 * ZillaLikes plugin support (@link http://www.themezilla.com/plugins/zillalikes/)
		 */

			.posts .entry-meta {
				margin-top: 0;
			}

			.items .entry-meta,
			.entry-meta-description,
			.posts .entry-meta-element.author {
				clip: rect(1px, 1px, 1px, 1px);
				position: absolute !important;
				height: 1px;
				width: 1px;
				padding: 0;
				margin: 0;
				line-height: 1px;
				overflow: hidden;
			}

			.single .entry-meta {
				padding: 1em 0;
				margin-top: 0;
				border-bottom: 2px solid;
			}

			.single .entry-meta-top {
				margin-bottom: 1.62em;
			}

			.entry-meta .author:before          { content: '\f304'; }
			.entry-meta .cat-links:before       { content: '\f301'; }
			.entry-meta .comments-link a:before { content: '\f300'; }
			.entry-meta .entry-date:before      { content: '\f303'; }
			.entry-meta .tags-links:before      { content: '\f302'; }
			.entry-meta .entry-likes a:before   { content: '\f461'; }
			.entry-meta .entry-edit:before      { content: '\f411'; }

			/* JetPack plugin support */

				.site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text):hover {
					opacity: .75;
				}



	/**
	 * Previous/next post link
	 */

		.post-navigation {
			padding-top: 2px;
			margin: 0;
			border-bottom: 2px solid;
		}

			.post-navigation .nav-previous,
			.post-navigation .nav-next {
				position: relative;
				background-position: 50% 50%;
				background-size: cover;
				z-index: 1;
			}

			.post-navigation .nav-next {
				text-align: right;
			}

				.post-navigation .nav-previous:before,
				.post-navigation .nav-next:before {
					content: '';
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					opacity: .85;
					z-index: -1;
					-webkit-transition: all .4s;
					        transition: all .4s;
				}

					.post-navigation .nav-previous:hover:before,
					.post-navigation .nav-next:hover:before {
						opacity: 1;
					}

				.post-navigation a {
					display: block;
					position: relative;
					padding: 10% 38% 4% 8%;
					margin-bottom: 2px;
					color: inherit;
					z-index: 1;
				}

					.post-navigation .nav-next a {
						padding-left: 38%;
						padding-right: 8%;
					}

					.post-navigation a:hover {
						text-decoration: none;
					}

					.post-navigation .label {
						display: block;
						margin-bottom: .62em;
						text-transform: uppercase;
						font-size: .5em;
					}

						.post-navigation .nav-next .label:after {
							content: '\f429';
							margin-left: .62em;
						}

						.post-navigation .nav-previous .label:before {
							content: '\f430';
							margin-right: .62em;
						}




	/**
	 * Special pages
	 */

		/**
		 * Error 404 page
		 */

			.error-404,
			.not-found {
				text-align: center;
				font-size: 1.62em;
			}

				.error-404 h1,
				.not-found h1 {
					padding-bottom: .62em;
				}

				.error-404 p,
				.not-found p,
				.error-404 a,
				.not-found a {
					color: #fff; font-size:1rem
				}

				.error-404 form,
				.not-found form {
					display: inline-block;
					width: 62%;
					text-align: center;
				}



		/**
		 * Page templates
		 */

			/**
			 * Food menu page
			 */

				.page-template-page-template_menu-php .hentry + .page-section {
					margin-top: 0;
				}



			/**
			 * Fullwidth page
			 */

				.is-singular .site-main > .attachment.hentry,
				.page-template-page-template_fullwidth-php .site-main > .hentry,
				.page-template-page-template_menu-php .site-main > .hentry {
					float: none;
					width: 100%;
				}

				.home.page-template-page-template_fullwidth-php .site-content .page .entry-title {
					text-align: center;
				}





/**
 * 9. Comments
 */

	.comments-area {
		padding: 6% 0;
		margin: 0;
	}



	/**
	 * Author details
	 */

		/* Name */

			.bypostauthor > .comment-body .comment-author:before {
				content: '\f304';
				position: absolute;
				display: block;
				width: 30px;
				height: 30px;
				left: 30px;
				top: 75px;
				margin-top: 1.62em;
				line-height: 28px;
				text-align: center;
				font-size: 1.17em;
				border-radius: 50%;
				z-index: 1;
			}



	/**
	 * Comment content
	 */

		.comment-edit-link:before,
		.comment-reply-link:before {
			content: '\f467';
			margin-right: .19em;
			font-size: 1.38em;
			vertical-align: middle;
		}

			.comment-edit-link:before {
				content: '\f411';
			}



	/**
	 * Comments pagination
	 */

		.comment-navigation {
			padding: 8% 0;
		}





/**
 * 10. Sidebar and widgets
 */

	.sidebar {
		width: 38%;
		padding-left: 8%;
	}

		.toggle-mobile-sidebar {
			display: none;
		}

		/**
		 * Front page widgets area
		 */

			.home .front-page-widgets-wrapper {
				padding: 3.62rem 0 0;
			/*	border-bottom: 2px solid;*/
				background:url(assets/images/bk_bottom.jpg) no-repeat #e81c24 !important; display:none
			}
			.fl-node-581de9967e33c {background:url(assets/images/bk_bottom.jpg) no-repeat #e81c24 !important; }
			.fl-node-581de99680b49{background:url(assets/images/bk-mira.png) no-repeat 5% 50%;color:#FFF }
			.fl-node-581de99680b49 h3 { color:#fff; text-transform:none}

				.home .front-page-widgets-container {
					padding: 0;
				}

				.front-page-widgets .widget-title {
					color: inherit;
				}

				.front-page-widgets .widget li,
				.front-page-widgets .widget table {
					border-color: inherit;
				}
			.front-page-widgets #text-1 .textwidget {font-family: 'bauhaus-mediumregular'; font-size: 1.54rem;
    letter-spacing: 1px;
    text-align: left;}


	/**
	 * Widgets
	 */

		.widget input,
		.widget select,
		.widget textarea {
			width: 100%;
		}

			.widget ul li {
				-webkit-transition: all .2s ease-in-out;
				        transition: all .2s ease-in-out;
			}

				.widget ul li:hover {
					-webkit-transform: translateX( .62em );
					    -ms-transform: translateX( .62em );
					        transform: translateX( .62em );
				}

		/* sidebar widgets */

			.sidebar .widget {
				margin: 3.62rem 0 0;
			}

				.sidebar .toggle-mobile-sidebar + .widget,
				.sidebar .widget:first-child {
					margin: 0;
				}



		/**
		 * Archives, Categories, Menu, Pages, Recent Comments, Recent Posts and ZillaLikes widget
		 */

			.widget_archive li:before,
			.widget_categories li:before,
			.widget_nav_menu li:before,
			.widget_pages li:before,
			.widget_recent_comments li:before {
				content: '\f307';
				margin-right: .38em;
				vertical-align: middle;
			}

				.widget_categories li:before {
					content: '\f301';
				}

				.widget_nav_menu li:before,
				.widget_pages li:before {
					content: '\f443';
				}

				.widget_recent_comments li:before,
				.widget_recent_entries li:before,
				.widget_zilla_likes_widget li:before {
					content: '\f300';
					position: absolute;
					left: 0;
					top: .38em;
					margin: 0;
				}

				.widget_recent_entries li:before {
					content: '\f411';
				}

				.widget_zilla_likes_widget li:before {
					content: '\f461';
				}





/**
 * 11. Site footer
 */

	.site-footer,
	.front-page-widgets-wrapper {
		padding: 4% 0;
	}
	


	/**
	 * Footer widgets
	 */

		.footer-widgets,
		.front-page-widgets-container {
			padding-bottom: 4%;
			margin: 0 -2%;
		}
		.footer-widgets #text-4 h5 { color:#fff;      font-size: 22px;
    font-family: 'bauhaus-mediumregular';
    letter-spacing: 2px;
    line-height: 39px;}

			.footer-widgets .widget,
			.front-page-widgets-container .widget {
				float: left;
				width: 29.333%; /* 3 columns by default */
				margin: 0 2% 3.62rem;
			}

				/**
				 * IMPORTANT:
				 * The first child in widget area is alway an area title!
				 */

				/* 1 column */

					.footer-widgets .widget:nth-child(2):nth-last-child(1),
					.front-page-widgets-container .widget:nth-child(2):nth-last-child(1) {
						float: none;
						width: 96%;
					}

				/* 2 columns */

					.footer-widgets .widget:nth-child(2):nth-last-child(2),
					.footer-widgets .widget:nth-child(3):nth-last-child(1),
					.front-page-widgets-container .widget:nth-child(2):nth-last-child(2),
					.front-page-widgets-container .widget:nth-child(3):nth-last-child(1) {
						width: 46%;
					}

				.footer-widgets .widget-title {
					color: inherit;
				}

				.footer-widgets .widget li,
				.footer-widgets .widget table {
					border-color: inherit;
				}



	/**
	 * Site info (credits area)
	 */

		.site-info-container {
			overflow: hidden;
		}

			.site-info {
				float: left;
			}

				.site-info a {
					color: inherit;
				}





/**
 * 100. Plugins integration
 */

	/**
	 * Beaver Builder
	 */

		.fl-builder.page-template-_fullwidth .site-content,
		.fl-builder.page-template-_menu .site-content {
			padding: 0;
		}

		.fl-builder.page-template-_fullwidth .content-area,
		.fl-builder.page-template-_menu .content-area {
			width: 100%;
			max-width: 100%;
			padding: 0;
		}

		.fl-builder .page-section + .site-main,
		.fl-builder .site-main + .page-section {
			margin-top: 0;
		}

		.fl-builder .page-section:first-child .page-title {
			padding-top: 3.62rem;
		}

		.fl-builder.is-singular .posts .entry-header,
		.fl-builder.is-singular .items .entry-header {
			display: block;
		}

		.fl-row-fixed-width .fl-row-fixed-width {
			width: 100%;
			max-width: 100%;
		}

		.fl-col,
		.site .fl-col-small {
			max-width: 100%;
		}

		@media only screen and (min-width: 55em) {

			.fl-col-group {
				width: 100%;
				width: calc( 100% + 3.24rem );
				margin: 0 -1.62rem;
			}

		}

		.fl-row-full-width .fl-row-full-width .fl-col-group {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}

		.fl-col-content {
			padding: 2.62rem 1.62rem;
		}

		@media only screen and (min-width: 55em) {

			.fl-col-content {
				padding-top: 3.62rem;
				padding-bottom: 3.62rem;
			}

		}

		@media only screen and (max-width: 55em) {

			.fl-row-full-width .fl-row-full-width .fl-col-content {
				padding-left: 1.62rem !important;
				padding-right: 1.62rem !important;
			}

		}



		/**
		 * Sidebar in column
		 */

			.fl-col .sidebar {
				width: 100%;
			}

			.fl-col:first-child .sidebar {
				padding-left: 0;
				padding-right: 8%;
			}



		/**
		 * Contact form
		 */

			.fl-input-group {
				margin-bottom: 1em;
			}

			.fl-contact-form label {
				display: block;
			}

			.fl-contact-form input[type="submit"],
			.fl-contact-form input[type="text"],
			.fl-contact-form input[type="email"],
			.fl-contact-form textarea {
				width: 100%;
			}



		/**
		 * Style fixes
		 */

			.fl-module-rich-text h1:last-child,
			.fl-module-rich-text h2:last-child,
			.fl-module-rich-text h3:last-child,
			.fl-module-rich-text .h1:last-child,
			.fl-module-rich-text .h2:last-child,
			.fl-module-rich-text .h3:last-child,
			.fl-module-rich-text p:last-child,
			.fl-module-rich-text ol:last-child,
			.fl-module-rich-text ul:last-child,
			.fl-module-rich-text blockquote:last-child,
			.fl-module-rich-text .gallery:last-child,
			.fl-module-rich-text .tiled-gallery:last-child {
				margin-bottom: 0;
			}

			.fullwidth .fl-photo-content img {
				width: 100% !important;
			}



		/**
		 * "Templates" custom post type
		 */

			.single-fl-builder-template .content-area {
				width: 100%;
				max-width: 100%;
				padding: 0;
			}

			.single-fl-builder-template .site-main > .hentry {
				float: none;
				width: 100%;
			}

			.single-fl-builder-template .sidebar {
				display: none;
			}



	/**
	 * Breadcrumbs
	 */

		.breadcrumbs-container {
			padding: 1rem 0;
			border-top: 0;
			border-bottom: 2px solid;
		}



	/**
	 * Jetpack
	 */

		/* Contact form */

			.site .contact-form textarea,
			.site .contact-form input[type=email],
			.site .contact-form input[type=text] {
				width: 100%;
				max-width: 100%;
			}

		/* Related posts */

			.site div#jp-relatedposts {
				margin-bottom: 1.62em;
				font-size: 1rem;
			}

			#jp-relatedposts .jp-relatedposts-headline em {
				font-weight: 700;
				font-style: normal;
			}

			#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-title {
				text-transform: none;
				font-weight: 700;
				letter-spacing: 0;
			}

			.site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
				font-weight: inherit;
			}

		/* Sharing */

			div.sharedaddy {
				font-size: 1rem;
				margin-bottom: 1.62em;
			}

			div.sharedaddy .sd-title,
			div.sharedaddy h3.sd-title {
				font-size: 1em;
				font-weight: 700;
			}



	/**
	 * Polylang + WPML
	 */

		/* Language switcher - supports flag display only */

			ul li.lang-item,
			ul li.menu-item-language {
				position: relative;
				/*margin-left: .62em;
				margin-right: .62em;*/
			}
			
				/*.lang-item:before,
				.menu-item-language:before {
					content: '';
					display: block;
					position: absolute;
					width: 30px;
					height: 30px;
					right: 50%;
					bottom: 50%;
					border: 0 none;
					border-radius:0;
					opacity: .5;
					z-index: -1;
					-webkit-transform: translateX( 50% ) translateY( 50% );
					    -ms-transform: translateX( 50% ) translateY( 50% );
					        transform: translateX( 50% ) translateY( 50% );
				}*/
				.menu-item-language a { border:0 none; border-radius:0}
				.menu-item-language-current a { color: #F00}
 				ul li.lang-item a,
				ul li.menu-item-language a {
					display: inline-block;
					;
					padding-left: 0;
					padding-right: 0;
					white-space: nowrap;
					overflow: hidden;
					vertical-align: top;
					    width: 100%; text-transform:uppercase;font-size: 0.8em;
						font-family: 'bauhaus-mediumregular'; letter-spacing:2px
				}

					ul li.lang-item a {
						width: 16px;
					}

					.menu-item-language img.iclflag {
						margin-right: 0;
					}

			/* In main navigation menu */

				.menu .lang-item:last-child,
				.menu .menu-item-language:last-child {
					margin-right: 2em;
				}

				.menu .lang-item + li:not(.lang-item),
				.menu .menu-item-language + li:not(.menu-item-language),
				.menu li:not(.lang-item) + .lang-item,
				.menu li:not(.menu-item-language) + .menu-item-language {
					margin-left: 2em;
				}

			/* In social links menu */

				.social-links .lang-item .screen-reader-text,
				.social-links .menu-item-language .screen-reader-text {
					clip: auto;
					position: relative !important;
					height: auto;
					width: auto;
					overflow: hidden; 
				}

					.social-links .lang-item .screen-reader-text:hover,
					.social-links .lang-item .screen-reader-text:active,
					.social-links .lang-item .screen-reader-text:focus,
					.social-links .menu-item-language .screen-reader-text:hover,
					.social-links .menu-item-language .screen-reader-text:active,
					.social-links .menu-item-language .screen-reader-text:focus {
						background-color: inherit;
						border-radius: 0;
						box-shadow: none;
						color: inherit;
						display: inline;
						font-size: inherit;
						font-weight: inherit;
						left: 0;
						padding: 0;
						top: -2px;
					}

					.social-links .lang-item + li:not(.lang-item),
					.social-links .menu-item-language + li:not(.menu-item-language) {
						margin-left: 1em;
					}

					.social-links li:not(.lang-item) + .lang-item,
					.social-links li:not(.menu-item-language) + .menu-item-language {
					/*	margin-left: 2em;*/
					}

					.social-links .lang-item a:before,
					.social-links .menu-item-language a:before {
						display: none;
					}



	/**
	 * Restaurant Reservations
	 *
	 * @link  https://wordpress.org/plugins/restaurant-reservations/
	 */

		.picker {
			outline: 0;
		}

			.site .rtb-booking-form button,
			.site .rtb-booking-form input,
			.site .rtb-booking-form textarea,
			.site .rtb-booking-form select {
				width: 100%;
				max-width: 100%;
			}

			.site .rtb-booking-form legend {
				padding: 0;
				text-transform: uppercase;
				font-size: 1.38em;
			}

				.hentry .rtb-booking-form .date,
				.hentry .rtb-booking-form .time {
					float: left;
					width: 48%;
					margin-bottom: 1em;
				}

				.hentry .rtb-booking-form .party {
					clear: both;
				}

				.hentry .rtb-booking-form .time {
					float: right;
				}

					.sidebar .rtb-booking-form .date,
					.sidebar .rtb-booking-form .time {
						float: none;
						width: 100%;
						margin-bottom: 0;
					}

				.rtb-booking-form legend:before,
				.rtb-booking-form .add-message a:before {
					content: '\f307';
					margin-right: .09em;
					font-size: 1.62em;
					vertical-align: middle;
				}

				.rtb-booking-form .contact legend:before {
					content: '\f304';
				}

				.rtb-booking-form .add-message a:before {
					content: '\f410';
				}

				.site .rtb-booking-form input[type="checkbox"],
				.site .rtb-booking-form input[type="radio"] {
					vertical-align: baseline;
				}

			.rtb-message {
				padding: 1.62em 1.62em 0;
				border: 2px solid;
			}





/**
 * 200. Responsive styles
 *
 * Responsive breakpoints set up according to http://www.browserstack.com/responsive
 */

	/**
	 * 80em max 1280px
	 */

		@media only screen and (max-width: 80em) {
			    .camion {    top: 183px;}
				.moto {    top: 163px;}
				.carro {top: 195px; left: 42%;}
				.nombre {top: 272px; z-index:20}
				.producto {    background: url(assets/images/producto-wr0-min.png) no-repeat; width:249px; height:375px}
							.site-header .social-links {    position: absolute;
    right: 0; }
			 .social-links a:before{   padding: 0 0.4rem 0;}
			.site-banner-title, .site-banner .slider-nav, .site-banner .slick-dots {    font-size: 0.9rem;    padding: 0 0.4rem 0;}

			body {
				padding-left: 2%;
				padding-right: 2%;
			}

			/**
			 * Site header
			 */

				/* Navigation */

					.main-navigation li {
						margin-right: 1em;
					}

				/* Social links */

					.social-links a {
						padding-left: .38em;
					}

		} /* /(max-width: 80em) */



	/**
	 * 80em min 1280px
	 */

		@media only screen and (min-width: 80em) {

			/**
			 * Site header
			 */

				@-webkit-keyframes comeDown {

					0% {
						-webkit-transform: translateY( -100% );
					}

					100% {
						-webkit-transform: translateY( 0 );
					}

				}

				@keyframes comeDown {

					0% {
						-ms-transform: translateY( -100% );
						    transform: translateY( -100% );
					}

					100% {
						-ms-transform: translateY( 0 );
						    transform: translateY( 0 );
					}

				}

				@-webkit-keyframes goUp {

					0% {
						-webkit-transform: translateY( 100% );
					}

					100% {
						-webkit-transform: translateY( 0 );
					}

				}

				@keyframes goUp {

					0% {
						-ms-transform: translateY( 100% );
						    transform: translateY( 100% );
					}

					100% {
						-ms-transform: translateY( 0 );
						    transform: translateY( 0 );
					}

				}

				.sticky-header .site-header,
				.hide-sticky-header .site-header {
					position: fixed;
					width: 100%;
					left: 0;
					line-height: 3.62rem;
					-webkit-backface-visibility: hidden; /* Fixes Webkit element jumping when JS slider used on page */
				}
				.sticky-header .site-header .main-navigation .menu { margin-top:0}
				.sticky-header .site-header .social-links { margin-top:11px}
				.admin-bar.sticky-header .site-header,
				.admin-bar.sticky-header .hide-site-header {
					top: 32px;
				}

				.sticky-header .site-header {
					top: 0;
					-webkit-animation: comeDown .8s;
					        animation: comeDown .8s;
				}

				.hide-sticky-header .site-header {
					top: -3.62rem;
					-webkit-animation: goUp .8s;
					        animation: goUp .8s;
				}

					.sticky-header .type-img a,
					.hide-sticky-header .type-img a {
						line-height: 3.62rem;
					}

						.sticky-header .site-branding img,
						.hide-sticky-header .site-branding img {
							max-height: 3rem;
						}

					.sticky-header .site,
					.hide-sticky-header .site {
						padding-top: 5rem;
					}

		} /* /(min-width: 80em) */



	/**
	 * 55em max 880px
	 */

		@media only screen and (max-width: 55em) {
			input, textarea, input[type="submit"] { width:100%}
			.call-to { width:100%}
			.text-area-red { width:100%; background-size:cover}
			.inyectores {    background-size: 99% 100%;}
		.inyectores p {
    width: 59%;
}
			.call-to-red-dark, .call-to-red-dark-esp, .call-to-grey, .call-to-red-dark-big { width:100%; background-size:cover}
		
			.call-to-red-dark-esp p {    line-height: 21px;}
			body { padding-left:0; padding-right:0}
		.social-links a:before { right:0}

			/*Animaciones*/
			.camion {    top: 160px;}
			.carro { display:none}
			.moto {    left: 2%;
    top: 191px;}
	.producto {background:url(assets/images/producto-wr0-min.png) no-repeat;right: 0;width: 319px;height: 480px;

}
	.nombre {left: 27%;
    top: 280px; z-index:8}
			@keyframes slide-in-bottom {
	from { bottom:0; opacity:0}
	to { bottom:-10px; opacity:1 }
	}	
@-moz-keyframes slide-in-bottom {
	from { bottom:0; opacity:0}
	to { bottom:-10px; opacity:1 }
	}	
@-webkit-keyframes slide-in-bottom {
	from { bottom:0; opacity:0}
	to { bottom:-10px; opacity:1 }
	}	
			

			/**
			 * Site header
			 */

				.site-header {
					padding: 1rem 1rem 0.42rem 5.24rem;
					line-height: 2;
				}

				/* Navigation */

					.main-navigation {
						position: absolute;
						width: 92%;
						width: calc(100% - 2rem);
						left: 1rem;
						top: 0;
						padding: 0;
						margin: 0;
						opacity: 1;
						z-index: 9;
					}

					.main-navigation-inner {
						display: none;
						position: relative;
						padding: 1em 4% 1em;
					}

					.active .main-navigation-inner {
						display: block;
					}

					/* Navigation menu */

						.main-navigation .menu {
							float: none;
						}

						.main-navigation li {
							overflow: hidden;
						}

						.main-navigation li,
						.main-navigation li li,
						.main-navigation li li:first-child {
							float: none;
							display: block;
							margin: -1px 0 0;
							line-height: 1.62;
							white-space: normal;
							border-top: 1px solid #4a4c4e;
							border-bottom: 1px solid #4a4c4e;
						}

						.main-navigation ul a {
							opacity: 1; border-bottom:0 none
						}
						.main-navigation .menu a:hover, .main-navigation .menu li:hover > a, .main-navigation .menu li.active-menu-item > a{ border:0 none}
						.main-navigation li > a,
						.main-navigation li li > a {
							display: block;
							min-width: 0;
							padding: .62em;
						}

						.main-navigation li li > a {
							padding-left: 1.62em;
						}

						.main-navigation li li li > a {
							padding-left: 2.62em;
						}

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

						/* Submenu */

							.main-navigation li .menu-item-has-children > a:after {
								display: none;
							}

							.main-navigation li ul,
							.main-navigation li li ul,
							.main-navigation li:hover > ul,
							.main-navigation li li:hover > ul {
								position: relative;
								visibility: visible;
								left: auto;
								top: auto;
								padding: 0;
								border-radius: 0;
								opacity: 1;
								-webkit-box-shadow: none;
								        box-shadow: none;
							}

							.main-navigation li ul {
								margin-bottom: -1px;
							}

					/* Navigation search form */

						.nav-search-form {
							float: none;
							position: absolute;
							width: 92%;
							height: 2.62em;
							left: 4%;
							top: 1em;
						}

						.search-toggle {
							display: none;
						}

						.nav-search-form .form-search,
						.nav-search-form.active .form-search,
						.no-js .nav-search-form:hover .form-search {
							position: relative;
							top: auto;
							right: auto;
							opacity: 1;
							z-index: 0;
						}

						.nav-search-form .search-field {
							font-size: 1em;
						}

					/* Mobile menu toggle */

						.menu-toggle {
							position: fixed;
							left: 1rem;
							left: calc( 1rem + 2% );
							top: 0;
						}

							.admin-bar .menu-toggle {
								top: 32px;
							}

							.active .menu-toggle,
							.admin-bar .active .menu-toggle {
								position: absolute;
								left: auto;
								top: auto;
							}

						.menu-toggle,
						.menu-toggle:hover,
						.menu-toggle:active,
						.menu-toggle:focus {
							display: block;
							width: 3.24rem;
							height: 3.24rem;
							padding: 0;
							line-height: 3.24rem;
							text-indent: -999em;
							font-size: 1.62rem;
							border: 0;
							opacity: 1;
						}

						.menu-toggle:before {
							content: '\f419';
							position: absolute;
							width: 100%;
							height: 100%;
							left: -20px;
							    top: 22px;
							text-align: center;
							text-indent: 0; background:#ed1c24 !important
						}

							.active .menu-toggle:before {
								content: '\f406';
							}

				/* Site banner */

					.site-banner-header {
						bottom: 1rem; background:none; z-index:10
					}

					.site-banner-title {
						padding-right: 5rem;
						    font-size:  1.7rem;
							    color: #fff;
					}

					.site-banner .slick-prev,
					.site-banner .slick-next {
						width: 2em;
						height: 2em;
						bottom: 1rem;
					}

					.site-banner .slick-prev {
						right: 2.62em;
					}

					.slick-dots {
						display: none !important;
					}

			/**
			 * Site content
			 */

				.is-singular .site-main > .hentry {
					float: none;
					width: 100%;
				}

				/* Page sections */

					/* Posts list in page section */

						.page-section .posts .hentry {
							-webkit-transition: none;
							        transition: none;
						}

						.page-section .posts .hentry:hover {
							-webkit-box-shadow: none;
							        box-shadow: none;
						}

						.page-section .posts .has-post-thumbnail {
							padding: 1.62rem;
						}

						.page-section .posts .has-post-thumbnail:hover {
							-webkit-transform: none;
							    -ms-transform: none;
							        transform: none;
						}

							.page-section .posts .entry-media + .entry-inner {
								max-height: 400px;
								padding-left: 0;
								padding-right: 0;
								margin-top: 1.62rem;
								opacity: 1;
							}

				/* Error 404 and not found */

					.error-404 form,
					.not-found form {
						width: 86%;
						max-width: 86%;
					}

				/* Items list */

					.items section {
						width: 100%;
						margin-left: 0;
					}

						.menu-group-header {
							float: none;
							width: 46%;
							margin-left: 0;
							margin-bottom: 2.62em;
						}

				/* Posts list */

					.posts .hentry {
						width: 48%;
					}

			/**
			 * Sidebar and widgets
			 */

				.toggle-mobile-sidebar {
					display: block;
					width: 100%;
					text-align: center;
				}

				/* Widgets */

					.sidebar .widget,
					.sidebar .toggle-mobile-sidebar + .widget {
						margin-top: 2.62rem;
						display: none;
					}

			/**
			 * Site footer
			 */

				/* Footer widgets */

					.footer-widgets .widget {
						width: 46% !important;
					}

						.columns-1 .widget {
							width: 96% !important;
						}

		} /* /(max-width: 55em) */



	/**
	 * 42em max 672px
	 */

		@media only screen and (max-width: 42em) {
			.page-id-316 #content, .page-id-1056 #content {    background-size: 100% 59%;}
			.page-id-321 #content, .page-id-1063 #content {    background-size: 100% 41%;}
			.page-id-2 #content, .page-id-1043 #content {        background-size: 100% 27%;}
			.page-hmp .bloq {    background-position: 0 0;  padding-top: 0;    padding-bottom: 62px;
}
			.inyectores, .inyectores p { width:100%; background:none; display:none}
			.call-to{    padding: 5% 3% 32%;}
			.call-to-red-dark, .call-to-red-dark-esp, .call-to-grey{ background:none; height:auto}
			.main-navigation li ul { background:none}
			.col-xs-01 { display:none}
			body {
				padding-left: 0;
				padding-right: 0;
			}
			.site-branding img {    max-height: 3.2rem;}
			.moto, .carro, .camion, .nombre{ display:none; animation: none}
		
			.producto {     animation: none;
    background: url(assets/images/producto-wr0-xs.png) no-repeat;
    right: 0;
    bottom: 0;
    width: 141px;
    height: 212px;
    z-index: 10;
    opacity: 1;}
			/**
			 * Site header
			 */

				/* Site branding */

					.site-branding {
						float: none;
						display: block;
					}
					.site-banner-header {    bottom: 0.2rem;}
				/* Social links */

					.social-links,
					.site-header .social-links {
						float: none;
						clear: both;
						margin-top: -40px;
					}

					.site-header .social-links .social-links-items li:nth-child(1), .site-header .social-links .social-links-items li:nth-child(2), .site-header .social-links .social-links-items li:nth-child(3), .site-header .social-links .social-links-items li:nth-child(4) {
						 display:none
					}

						.site-header .social-links li {
							float: left;
							display: inline;
						}
							.site-header .social-links a {
								/*padding: 0 .38em 0 0;*/
							}

				/* Site banner */

					.site-banner-title {
						font-size: 1rem;
					}

				/* Navigation */

					/* Mobile menu toggle */

						.menu-toggle {
							left: 1rem;
						}
						.menu-toggle:before {left: 0px;
    top: 0px;}
			/**
			 * Site content
			 */

				/* Content columns */

					.column {
						float: none;
						width: 100%;
						margin-bottom: 1.62em;
					}

				/* Items list */

					.menu-group-header {
						width: 100%;
					}

						.items .hentry {
							float: none;
							width: 100%;
							margin: 0 0 2% 0;
						}

				/* Posts list */

					.posts .hentry {
						float: none;
						width: 96%;
						margin-bottom: 8%;
					}

				/* Comments */

					.bypostauthor > .comment-body .comment-author:before {
						left: 15px;
						top: 45px;
					}

			/**
			 * Site footer
			 */

				/* Footer widgets */

					.footer-widgets .widget,
					.front-page-widgets-container .widget {
						width: 96% !important;
					}

				/* Site info (credits area) */

					.site-info {
						float: none;
					}

		} /* /(max-width: 42em) */
