@charset "UTF-8";
/*
Theme Name: Bertolli multisite theme
Theme URI: http://bertolli.com/
Author: LHDLNa
Author URI: http://lhdln.com/
Description: Custom theme for Bertolli
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bertolli
Tags:
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Regular"), local("Roboto-Regular"), url("fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

.fa,
.video-controls__btn,
.social-menu a[href*="facebook"],
.social-menu a[href*="instagram"],
.social-menu a[href*="youtube"],
.prevnext-pagination--prev a,
.prevnext-pagination--next a {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fa-pull-left.video-controls__btn,
.social-menu a.fa-pull-left[href*="facebook"],
.social-menu a.fa-pull-left[href*="instagram"],
.social-menu a.fa-pull-left[href*="youtube"],
.prevnext-pagination--prev a.fa-pull-left,
.prevnext-pagination--next a.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right,
.fa-pull-right.video-controls__btn,
.social-menu a.fa-pull-right[href*="facebook"],
.social-menu a.fa-pull-right[href*="instagram"],
.social-menu a.fa-pull-right[href*="youtube"],
.prevnext-pagination--prev a.fa-pull-right,
.prevnext-pagination--next a.fa-pull-right {
	margin-left: 0.3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left,
.pull-left.video-controls__btn,
.social-menu a.pull-left[href*="facebook"],
.social-menu a.pull-left[href*="instagram"],
.social-menu a.pull-left[href*="youtube"],
.prevnext-pagination--prev a.pull-left,
.prevnext-pagination--next a.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right,
.pull-right.video-controls__btn,
.social-menu a.pull-right[href*="facebook"],
.social-menu a.pull-right[href*="instagram"],
.social-menu a.pull-right[href*="youtube"],
.prevnext-pagination--prev a.pull-right,
.prevnext-pagination--next a.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before,
.video-controls__mute[data-on]:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before,
.video-controls__mute:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before,
.video-controls__pause[data-on]:before {
	content: "";
}

.fa-pause:before,
.video-controls__pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before,
.social-menu a[href*="facebook"]:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before,
.prevnext-pagination--prev a:before {
	content: "";
}

.fa-angle-right:before,
.prevnext-pagination--next a:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before,
.social-menu a[href*="youtube"]:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before,
.social-menu a[href*="instagram"]:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only,
.social-menu li:not(.label-on) span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 26px;
	font-family: "Clearface";
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url("./fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("./fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("./fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("./fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("./fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Futura-Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #4e4e4e;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #00a0f0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #006da4;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.2;
	background-color: #212121;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0;
	border-top: 1px solid #e7e7e7;
}

.sr-only,
.social-menu li:not(.label-on) span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 16px;
	margin-bottom: 8px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 8px;
	margin-bottom: 8px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 2em;
}

h2,
.h2 {
	font-size: 1.9em;
}

h3,
.h3 {
	font-size: 1.8em;
}

h4,
.h4 {
	font-size: 1.7em;
}

h5,
.h5 {
	font-size: 1.6em;
}

h6,
.h6 {
	font-size: 1.5em;
}

p {
	margin: 0 0 8px;
}

.lead {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}

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

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

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

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

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #929292;
}

.text-primary {
	color: #00a0f0;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #007ebd;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #00a0f0;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #007ebd;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 7px;
	margin: 32px 0 16px;
	border-bottom: 1px solid #e7e7e7;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 8px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 16px;
}

dt,
dd {
	line-height: 1.2;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #929292;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 8px 16px;
	margin: 0 0 16px;
	font-size: 17.5px;
	border-left: 5px solid #e7e7e7;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.2;
	color: #929292;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #e7e7e7;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}

address {
	margin-bottom: 16px;
	font-style: normal;
	line-height: 1.2;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 7.5px;
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.2;
	word-break: break-all;
	word-wrap: break-word;
	color: #4e4e4e;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 730px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 950px;
	}
}

@media (min-width: 1441px) {
	.container {
		width: 1150px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1441px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: rgba(0, 0, 0, 0);
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #929292;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 16px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.2;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

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

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 12px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 16px;
	font-size: 21px;
	line-height: inherit;
	color: #4e4e4e;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.2;
	color: #707070;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 1.2;
	color: #707070;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
 box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #e7e7e7;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 30px;
	}
	input[type="date"].input-sm,
	.input-group-sm > input.form-control[type="date"],
	.input-group-sm > input.input-group-addon[type="date"],
	.input-group-sm > .input-group-btn > input.btn[type="date"],
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input.form-control[type="time"],
	.input-group-sm > input.input-group-addon[type="time"],
	.input-group-sm > .input-group-btn > input.btn[type="time"],
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input.form-control[type="datetime-local"],
	.input-group-sm > input.input-group-addon[type="datetime-local"],
	.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input.form-control[type="month"],
	.input-group-sm > input.input-group-addon[type="month"],
	.input-group-sm > .input-group-btn > input.btn[type="month"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	.input-group-lg > input.form-control[type="date"],
	.input-group-lg > input.input-group-addon[type="date"],
	.input-group-lg > .input-group-btn > input.btn[type="date"],
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input.form-control[type="time"],
	.input-group-lg > input.input-group-addon[type="time"],
	.input-group-lg > .input-group-btn > input.btn[type="time"],
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input.form-control[type="datetime-local"],
	.input-group-lg > input.input-group-addon[type="datetime-local"],
	.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input.form-control[type="month"],
	.input-group-lg > input.input-group-addon[type="month"],
	.input-group-lg > .input-group-btn > input.btn[type="month"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 16px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 30px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 28px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 34px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 37.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 21px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #8e8e8e;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 23px;
}

.form-horizontal .form-group {
	margin-left: -5px;
	margin-right: -5px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 5px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #00a0f0;
	border-color: #008fd7;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #007ebd;
	border-color: #003a57;
}

.btn-primary:hover {
	color: #fff;
	background-color: #007ebd;
	border-color: #069;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #007ebd;
	border-color: #069;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #069;
	border-color: #003a57;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #00a0f0;
	border-color: #008fd7;
}

.btn-primary .badge {
	color: #00a0f0;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #00a0f0;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #006da4;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #929292;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 7px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	color: #4e4e4e;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #414141;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #00a0f0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #929292;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.2;
	color: #929292;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}

.btn-group-vertical > .btn-group:after {
	clear: both;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #707070;
	text-align: center;
	background-color: #e7e7e7;
	border: 1px solid #ccc;
	border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #e7e7e7;
}

.nav > li.disabled > a {
	color: #929292;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #929292;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #e7e7e7;
	border-color: #00a0f0;
}

.nav .nav-divider {
	height: 1px;
	margin: 7px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #e7e7e7 #e7e7e7 #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #707070;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 0;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #00a0f0;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
	float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-justified > li,
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 16px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -5px;
	margin-left: -5px;
}

@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 17px 5px;
	font-size: 18px;
	line-height: 16px;
	height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -5px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 5px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 8.5px -5px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 16px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

.navbar-form {
	margin-left: -5px;
	margin-right: -5px;
	padding: 10px 5px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 17px;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -5px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: rgba(0, 0, 0, 0);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: rgba(0, 0, 0, 0);
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #b8b8b8;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-text {
	color: #b8b8b8;
}

.navbar-inverse .navbar-nav > li > a {
	color: #b8b8b8;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #b8b8b8;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: rgba(0, 0, 0, 0);
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: rgba(0, 0, 0, 0);
	}
}

.navbar-inverse .navbar-link {
	color: #b8b8b8;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #b8b8b8;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 16px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0;
}

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

.breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb > .active {
	color: #929292;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 16px 0;
	border-radius: 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 20px;
	line-height: 1.2;
	text-decoration: none;
	color: #00a0f0;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #006da4;
	background-color: #e7e7e7;
	border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #00a0f0;
	border-color: #00a0f0;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #929292;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pager {
	padding-left: 0;
	margin: 16px 0;
	list-style: none;
	text-align: center;
}

.pager:before,
.pager:after {
	content: " ";
	display: table;
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #e7e7e7;
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #929292;
	background-color: #fff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #929292;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #797979;
}

.label-primary {
	background-color: #00a0f0;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #007ebd;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #929292;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #00a0f0;
	background-color: #fff;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #e7e7e7;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron > hr {
	border-top-color: #cecece;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 16px;
	line-height: 1.2;
	background-color: #212121;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #4e4e4e;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #00a0f0;
}

.alert {
	padding: 15px;
	margin-bottom: 16px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 16px;
	margin-bottom: 16px;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	background-color: #00a0f0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #e7e7e7;
	color: #929292;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #929292;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #00a0f0;
	border-color: #00a0f0;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #bde9ff;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 16px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 16px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #4e4e4e;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #4e4e4e;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #00a0f0;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #00a0f0;
	border-color: #00a0f0;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #00a0f0;
}

.panel-primary > .panel-heading .badge {
	color: #00a0f0;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #00a0f0;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 0;
}

.well-sm {
	padding: 9px;
	border-radius: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
	content: " ";
	display: table;
}

.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.2;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 1200px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Futura-Light", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.2;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Futura-Light", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.2;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: "\2039";
}

.carousel-control .icon-next:before {
	content: "\203a";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
main:before,
footer.footer .logo:before,
.awards-side:before,
.clearfix:after,
main:after,
footer.footer .logo:after,
.awards-side:after {
	content: " ";
	display: table;
}

.clearfix:after,
main:after,
footer.footer .logo:after,
.awards-side:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1441px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1441px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1441px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1441px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1441px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.font-size-10 {
	font-size: 0.71429em !important;
}

.font-size-11 {
	font-size: 0.78571em !important;
}

.font-size-12 {
	font-size: 0.85714em !important;
}

.font-size-13 {
	font-size: 0.92857em !important;
}

.font-size-14 {
	font-size: 1em !important;
}

.font-size-15 {
	font-size: 1.07143em !important;
}

.font-size-16 {
	font-size: 1.14286em !important;
}

.font-size-17 {
	font-size: 1.21429em !important;
}

.font-size-18 {
	font-size: 1.28571em !important;
}

.font-size-19 {
	font-size: 1.35714em !important;
}

.font-size-20 {
	font-size: 1.42857em !important;
}

.font-size-30 {
	font-size: 2.14286em !important;
}

.font-size-40 {
	font-size: 2.85714em !important;
}

.font-size-50 {
	font-size: 3.57143em !important;
}

.font-size-60 {
	font-size: 4.28571em !important;
}

.font-size-70 {
	font-size: 5em !important;
}

.font-size-80 {
	font-size: 5.71429em !important;
}

.font-size-90 {
	font-size: 6.42857em !important;
}

.font-size-100 {
	font-size: 7.14286em !important;
}

.font-size-110 {
	font-size: 7.85714em !important;
}

.font-size-120 {
	font-size: 8.57143em !important;
}

.font-size-130 {
	font-size: 9.28571em !important;
}

.font-size-140 {
	font-size: 10em !important;
}

.font-size-150 {
	font-size: 10.71429em !important;
}

.max-width-100 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px !important;
}

.max-width-200 {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px !important;
}

.max-width-300 {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px !important;
}

.max-width-400 {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px !important;
}

.max-width-500 {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px !important;
}

.max-width-600 {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px !important;
}

.max-width-700 {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px !important;
}

.max-width-800 {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px !important;
}

.max-width-900 {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px !important;
}

.max-width-1000 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.ml-1 {
	margin-left: 10px !important;
}

.mr-1 {
	margin-right: 10px !important;
}

.mx-1 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mt-1 {
	margin-top: 10px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.my-1 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.ml-2 {
	margin-left: 20px !important;
}

.mr-2 {
	margin-right: 20px !important;
}

.mx-2 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.my-2 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.ml-3 {
	margin-left: 30px !important;
}

.mr-3 {
	margin-right: 30px !important;
}

.mx-3 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.my-3 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.ml-4 {
	margin-left: 40px !important;
}

.mr-4 {
	margin-right: 40px !important;
}

.mx-4 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.my-4 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.ml-5 {
	margin-left: 50px !important;
}

.mr-5 {
	margin-right: 50px !important;
}

.mx-5 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.mt-5 {
	margin-top: 50px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.my-5 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.ml-6 {
	margin-left: 60px !important;
}

.mr-6 {
	margin-right: 60px !important;
}

.mx-6 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.mt-6 {
	margin-top: 60px !important;
}

.mb-6 {
	margin-bottom: 60px !important;
}

.my-6 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.ml-7 {
	margin-left: 70px !important;
}

.mr-7 {
	margin-right: 70px !important;
}

.mx-7 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.mt-7 {
	margin-top: 70px !important;
}

.mb-7 {
	margin-bottom: 70px !important;
}

.my-7 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.ml-8 {
	margin-left: 80px !important;
}

.mr-8 {
	margin-right: 80px !important;
}

.mx-8 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

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

.mb-8 {
	margin-bottom: 80px !important;
}

.my-8 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.p-0 {
	padding: 0px !important;
}

.p-0 h2 {
	margin-bottom: 20px !important;
}

.p-0 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.p-1 {
	padding: 10px !important;
}

.p-1 h2 {
	margin-bottom: 20px !important;
}

.p-1 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-1 {
	padding-top: 10px !important;
}

.pb-1 {
	padding-bottom: 10px !important;
}

.py-1 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pl-1 {
	padding-left: 10px !important;
}

.pr-1 {
	padding-right: 10px !important;
}

.px-1 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.p-2 {
	padding: 20px !important;
}

.p-2 h2 {
	margin-bottom: 20px !important;
}

.p-2 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-2 {
	padding-top: 20px !important;
}

.pb-2 {
	padding-bottom: 20px !important;
}

.py-2 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.pl-2 {
	padding-left: 20px !important;
}

.pr-2 {
	padding-right: 20px !important;
}

.px-2 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.p-3 {
	padding: 30px !important;
}

.p-3 h2 {
	margin-bottom: 20px !important;
}

.p-3 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-3 {
	padding-top: 30px !important;
}

.pb-3 {
	padding-bottom: 30px !important;
}

.py-3 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.pl-3 {
	padding-left: 30px !important;
}

.pr-3 {
	padding-right: 30px !important;
}

.px-3 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.p-4 {
	padding: 40px !important;
}

.p-4 h2 {
	margin-bottom: 20px !important;
}

.p-4 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-4 {
	padding-top: 40px !important;
}

.pb-4 {
	padding-bottom: 40px !important;
}

.py-4 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.pl-4 {
	padding-left: 40px !important;
}

.pr-4 {
	padding-right: 40px !important;
}

.px-4 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.p-5 {
	padding: 50px !important;
}

.p-5 h2 {
	margin-bottom: 20px !important;
}

.p-5 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-5 {
	padding-top: 50px !important;
}

.pb-5 {
	padding-bottom: 50px !important;
}

.py-5 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.pl-5 {
	padding-left: 50px !important;
}

.pr-5 {
	padding-right: 50px !important;
}

.px-5 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.p-6 {
	padding: 60px !important;
}

.p-6 h2 {
	margin-bottom: 20px !important;
}

.p-6 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-6 {
	padding-top: 60px !important;
}

.pb-6 {
	padding-bottom: 60px !important;
}

.py-6 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.pl-6 {
	padding-left: 60px !important;
}

.pr-6 {
	padding-right: 60px !important;
}

.px-6 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.p-7 {
	padding: 70px !important;
}

.p-7 h2 {
	margin-bottom: 20px !important;
}

.p-7 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-7 {
	padding-top: 70px !important;
}

.pb-7 {
	padding-bottom: 70px !important;
}

.py-7 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.pl-7 {
	padding-left: 70px !important;
}

.pr-7 {
	padding-right: 70px !important;
}

.px-7 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.p-8 {
	padding: 80px !important;
}

.p-8 h2 {
	margin-bottom: 20px !important;
}

.p-8 h2.section__header {
	margin-bottom: 20px !important;
}

.pt-8 {
	padding-top: 80px !important;
}

.pb-8 {
	padding-bottom: 80px !important;
}

.py-8 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.pl-8 {
	padding-left: 80px !important;
}

.pr-8 {
	padding-right: 80px !important;
}

.px-8 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

html {
	min-height: 100%;
	position: relative;
	font-size: 62.5%;
}

html.js body.preloading {
	overflow: hidden;
	min-height: 100%;
}

html.js body.preloading > * {
	opacity: 0;
}

html.js body.preloading .preloader-holder {
	opacity: 1;
	transform-origin: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
}

html.js body.preloading .preloader-holder:before,
html.js body.preloading .preloader-holder:after {
	content: "";
	display: block;
	position: absolute;
	bottom: calc(50% - 2.5px);
	left: calc(50% - 2.5px);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ee1d25;
	animation: pulse 500ms infinite ease-in-out;
}

@keyframes pulse {
	0% {
		opacity: 1;
		transform: scale(1) translateX(-100%);
	}
	20% {
		opacity: 0.8;
		transform: scale(2) translateX(-50%);
	}
	50% {
		opacity: 0.8;
		transform: scale(2) translateX(0%);
	}
	80% {
		opacity: 0.8;
		transform: scale(2) translateX(50%);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(100%);
	}
}

html.js body.preloading .preloader-holder:after {
	animation-direction: reverse;
}

html.js body.preloaded .preloader-holder {
	display: none;
}

body {
	height: 100%;
	min-height: 100%;
	color: #000;
	font: 100 10px/1.6 "Futura-Book", Arial, sans-serif;
	font-weight: 100;
	line-height: 1.3;
}

body.page-template-recipes {
	padding-top: 30px;
}

@media (min-width: 768px) {
	body.page-template-recipes {
		padding-top: 0;
	}
}

body.no-scroll {
	overflow: hidden;
}

body.debug .responsive-dummie {
	visibility: visible;
	left: 0;
	bottom: -5px;
	height: auto;
	width: auto;
	background-color: black;
	color: white;
	padding: 2px 4px;
	opacity: 0.2;
}

body.debug .responsive-dummie:hover {
	opacity: 1;
	bottom: 0;
}

body .responsive-dummie {
	visibility: hidden;
	position: fixed;
	left: -9999px;
	width: 0;
	height: 0;
	z-index: 1;
}

@media (max-width: 480px) {
	body .responsive-dummie {
		z-index: 1;
	}
	body .responsive-dummie:after {
		content: "screen-xxs";
	}
}

@media (min-width: 480px) {
	body .responsive-dummie {
		z-index: 2;
	}
	body .responsive-dummie:after {
		content: "screen-xs";
	}
}

@media (min-width: 768px) {
	body .responsive-dummie {
		z-index: 3;
	}
	body .responsive-dummie:after {
		content: "screen-sm";
	}
}

@media (min-width: 1200px) {
	body .responsive-dummie {
		z-index: 4;
	}
	body .responsive-dummie:after {
		content: "screen-md";
	}
}

@media (min-width: 1441px) {
	body .responsive-dummie {
		z-index: 5;
	}
	body .responsive-dummie:after {
		content: "screen-lg";
	}
}

*,
*:focus {
	outline: none !important;
}

.logo-top {
	max-width: 100px;
	margin: 10px auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media (min-width: 768px) {
	.logo-top {
		width: 10.4%;
		min-width: 130px;
		max-width: 170px;
		position: fixed;
		top: 0;
		padding: 30px 10px 10px;
	}
}

.back-home-btn {
	display: block;
	position: fixed;
	top: 0;
	left: 49px;
	text-transform: uppercase;
	color: #ee1d25;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 18px 30px 12px;
	line-height: 1;
	z-index: 2;
}

.back-home-btn:focus {
	color: #fff;
	background-color: #ee1d25;
	text-decoration: none;
}

@media (min-width: 768px) {
	.back-home-btn {
		left: 15px;
		top: 16px;
		padding: 9px 25px 6px;
		font-family: "Futura-Medium";
	}
	.back-home-btn:hover {
		color: #fff;
		background-color: #ee1d25;
		text-decoration: none;
	}
}

.video-controls {
	/* display: none; */
}

.video-controls__btn {
	text-align: center;
	border: none;
	outline: none;
	background-color: black;
	color: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 5px 10px;
	font-size: 32px;
	line-height: 32px;
}

.video-controls__pause:before {
	transform: scale(0.7);
	display: block;
}

.video-controls__pause[data-on]:before {
	transform: scale(0.7) translateX(5%);
}

@media (min-width: 768px) {
	.video-controls {
		display: block;
	}
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Futura-Light";
	margin-top: 40px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.39286em;
}

@media (min-width: 768px) {
	h3 {
		font-size: 1.57857em;
	}
}

@media (min-width: 1200px) {
	h3 {
		font-size: 1.85714em;
	}
}

h4 {
	font-size: 1.28571em;
}

@media (min-width: 768px) {
	h4 {
		font-size: 1.45714em;
	}
}

@media (min-width: 1200px) {
	h4 {
		font-size: 1.71429em;
	}
}

h5 {
	font-size: 1.17857em;
}

@media (min-width: 768px) {
	h5 {
		font-size: 1.33571em;
	}
}

@media (min-width: 1200px) {
	h5 {
		font-size: 1.57143em;
	}
}

h6 {
	font-size: 0.96429em;
}

@media (min-width: 768px) {
	h6 {
		font-size: 1.09286em;
	}
}

@media (min-width: 1200px) {
	h6 {
		font-size: 1.28571em;
	}
}

sup {
	font-size: 50%;
}

.bg-black {
	background-color: #000;
}

.bg-white {
	background-color: #fff;
}

.bg-red {
	background-color: #ee1d25;
}

.text-gray-light {
	color: #929292;
}

.text-black {
	color: #000;
}

.text-white {
	color: #fff;
}

.text-blue {
	color: #ee1d25;
}

.text-green {
	color: #445a1b;
}

.text-red {
	color: #ee1d25;
}

p {
	margin-bottom: 16px;
}

.bb-gray-light {
	border-bottom: 1px solid #929292;
}

.background-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgz-contain {
	background-size: contain;
}

.auto-height:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.btn {
	font-size: 1.21429em;
	padding: 0.7em 2em;
}

.btn:hover {
	background-color: #003c7d;
	color: #fff;
}

.btn-big {
	padding: 15px 30px;
	border-radius: 26px;
}

.btn-blue {
	background-color: #ee1d25;
	color: #fff;
}

.btn-more {
	font-size: 1.14286em;
	line-height: 1.1;
	padding: 5px;
	width: 1.7em;
	height: 1.7em;
	border-radius: 50%;
}

.btn-icono {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	background-color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid transparent;
}

.btn-icono:before {
	text-indent: 0;
	position: absolute;
	left: 50%;
	top: 56%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.btn .fa::before,
.btn .video-controls__btn::before,
.btn .social-menu a[href*="facebook"]::before,
.social-menu .btn a[href*="facebook"]::before,
.btn .social-menu a[href*="instagram"]::before,
.social-menu .btn a[href*="instagram"]::before,
.btn .social-menu a[href*="youtube"]::before,
.social-menu .btn a[href*="youtube"]::before,
.btn .prevnext-pagination--prev a::before,
.prevnext-pagination--prev .btn a::before,
.btn .prevnext-pagination--next a::before,
.prevnext-pagination--next .btn a::before {
	font-size: 1.3em;
	margin-right: 5px;
}

.btn-cerrar {
	background-color: transparent;
	color: #ee1d25;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	height: 42px;
	width: 42px;
	overflow: hidden;
	border: none;
	padding: 0;
	text-align: center;
}

.btn-cerrar:before {
	font-size: 42px;
	font-family: icomoon;
	display: block;
	text-indent: 0;
	content: "\e606";
}

@media (min-width: 1200px) {
	.row.row-eq-height {
		display: flex;
	}
	.row.row-eq-height > [class*="col-"] {
		display: flex;
		flex-direction: column;
	}
}

.row.row-grid [class^="col-"] {
	margin-bottom: 10px;
}

.row.no-gutter [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.row.no-gutter .media-body {
	padding-left: 10px;
	padding-right: 10px;
}

.equal-col-heights {
	display: table;
	width: 100%;
}

.equal-col-heights [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
}

.border-right-cols [class*="col-"]:not(:last-child):after {
	border-right: 1px solid #929292;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.border-left-cols [class*="col-"]:before {
	border-left: 1px solid #929292;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 768px) {
	.border-left-cols [class*="col-"]:first-child:before {
		border-left: none;
	}
}

.ovhidden {
	overflow: hidden;
}

.fixed-bottom {
	position: absolute;
	bottom: 0;
}

.mw-100 {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.w-100 {
	width: 100% !important;
}

img.w-100 {
	height: auto !important;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

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

@media (min-width: 768px) {
	.row-centered [class*="col-"] {
		display: inline-block;
		float: none;
	}
}

.no-padding {
	padding: 0 !important;
}

.font-weight-bold {
	font-weight: bold;
}

.tooltip {
	font-size: 14px;
	font-weight: inherit;
}

.tooltip .tooltip-inner {
	border-radius: 3px;
	text-align: left;
	padding: 7px 10px;
}

.tooltip span {
	display: block;
	font-size: 0.92857em;
}

.tooltip span:first-child {
	margin-bottom: 3px;
	font-size: 0.85714em;
}

.regular,
.btn {
	font-family: "Futura-Book", Helvetica, Arial, sans-serif;
}

.medium,
.taxonomy-product__header,
.prevnext-pagination--prev a span,
.prevnext-pagination--next a span,
.recipes-filters .recipes-filter p,
.recipes-item__title,
.single-recipe__container .recipe__title,
.single-recipe__container .recipe__data,
.single-recipe__container .recipe__ingredients,
.single-recipe__container .recipe__ingredients em,
.page-template-awards h1,
.awards-side__title,
.awards-side__subtitle,
.awards-side__content strong,
.alloliveoil-section-title,
.alloliveoil-menu ul,
.single-alloliveoil h1,
.page-template-steps h1,
.alloliveoil-template-extraction .extraction-item__title,
.tasting-step__title,
.home-module__title,
.milestone-module__content,
.page-template-default h1,
.page-template-default .page-template-default-content h2,
.header-module__content h1,
.header-module__content p {
	font-family: "Clearface", Helvetica, Arial, sans-serif;
}

.bold,
strong,
.pagetitle,
.products-menu-switcher,
.alloliveoil-menu-switcher {
	font-family: "Futura-Book", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.belt-100x100 {
	display: block;
	width: 100% !important;
	max-width: 2000px !important;
	margin-left: auto;
	margin-right: auto;
}

.pos-a {
	position: absolute;
}

.pos-r {
	position: relative;
}

.pos-center-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pos-left-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

.pagetitle {
	font-size: 2em;
	border-bottom: 1px solid #000;
	margin-bottom: 2em;
}

.postcontent {
	font-size: 1.6em;
}

.aligncenter {
	display: block;
}

@media (min-width: 480px) {
	.alignleft {
		margin-right: 20px;
		float: left;
		width: 43%;
	}
}

@media (min-width: 480px) {
	.alignright {
		margin-left: 20px;
		float: right;
		width: 43%;
	}
}

.vertical-align-bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	margin: 0;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

[data-role="acordeon-item-switcher"] {
	cursor: pointer;
}

.social-menu {
	color: #ee1d25;
}

.social-menu li.social-menu__title {
	vertical-align: bottom;
	font-size: 1.3em;
}

.social-menu li {
	padding: 0.7em;
	display: inline-block;
}

.social-menu li.label-on {
	position: relative;
	margin-left: 20px;
	padding-left: 15px;
}

.social-menu li.label-on:before {
	content: "";
	background-color: #ee1d25;
	width: 1px;
	position: absolute;
	left: 0px;
	top: 27px;
	bottom: 7px;
}

.social-menu li.label-on span {
	display: block;
	font-size: 1.2em;
	font-family: Futura-Medium;
	margin-bottom: 0.5em;
}

.social-menu a:hover,
.social-menu a:active,
.social-menu a:focus {
	text-decoration: none;
	color: inherit;
}

.social-menu a:before {
	font-size: 2.2em;
}

.social-menu a[href*="facebook"]:before {
	font-size: 1.87em;
}

.social-menu a[href*="contact"] {
	display: block;
	position: relative;
	top: 2px;
}

.social-menu a[href*="contact"]:after {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E\a 					%3Cpath stroke='%23ee1d25' fill='%23ee1d25' d='M32.3,2.3 L18,16.7 L3.6,2.3 L2,2.3 L2,2.9 L17.4,18.3 C17.7,18.6 18.2,18.6 18.5,18.3 L34,3 L34,2.4 L32.3,2.4 L32.3,2.3 Z'%3E%3C/path%3E\a 					%3Cpath stroke='%23ee1d25' fill='%23ee1d25' d='M34,22.8 L24.1,12.9 L23,14 L33.7,24.7 L2.4,24.7 L13,14 L11.9,12.9 L2,22.8 L2,2.3 L34,2.3 L34,22.8 Z M34.8,0.7 L1.2,0.7 C0.8,0.7 0.4,1.1 0.4,1.5 L0.4,25.5 C0.4,25.9 0.8,26.3 1.2,26.3 L34.8,26.3 C35.2,26.3 35.6,25.9 35.6,25.5 L35.6,1.5 C35.6,1.1 35.2,0.7 34.8,0.7 Z'%3E%3C/path%3E\a 				%3C/svg%3E");
	width: 23px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: "Clearface-Bold";
	src: url("fonts/clearface/clearface_ssi_bold-webfont.ttf") format("truetype"), url("fonts/clearface/clearface_ssi_bold-webfont.woff2") format("woff2"), url("fonts/clearface/clearface_ssi_bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Clearface";
	src: url("fonts/clearface/clearface_ssi_bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("fonts/avenir/AvenirLTStd-Roman.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Futura-Bold";
	src: url("fonts/futura/Futura-Bold.eot?#iefix") format("embedded-opentype");
	src: url("fonts/futura/Futura-Bold.woff") format("woff"), url("fonts/futura/Futura-Bold.ttf") format("truetype"), url("fonts/futura/Futura-Bold.svg#webfont") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Futura-Book";
	src: url("fonts/futura/Futura-Book.eot?#iefix") format("embedded-opentype");
	src: url("fonts/futura/Futura-Book.woff") format("woff"), url("fonts/futura/Futura-Book.ttf") format("truetype"), url("fonts/futura/Futura-Book.svg#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Futura-Light-Italic";
	src: url("fonts/futura/Futura-Light-Italic.eot?#iefix") format("embedded-opentype");
	src: url("fonts/futura/Futura-Light-Italic.woff") format("woff"), url("fonts/futura/Futura-Light-Italic.ttf") format("truetype"), url("fonts/futura/Futura-Light-Italic.svg#webfont") format("svg");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Futura-Light";
	src: url("fonts/futura/Futura-Light.eot?#iefix") format("embedded-opentype");
	src: url("fonts/futura/Futura-Light.woff") format("woff"), url("fonts/futura/Futura-Light.ttf") format("truetype"), url("fonts/futura/Futura-Light.svg#webfont") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Futura-Medium";
	src: url("fonts/futura/Futura-Medium.eot?#iefix") format("embedded-opentype");
	src: url("fonts/futura/Futura-Medium.woff") format("woff"), url("fonts/futura/Futura-Medium.ttf") format("truetype"), url("fonts/futura/Futura-Medium.svg#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ClearfaceStd-Heavy';
	src: url("fonts/ClearfaceStd-Heavy.eot");
	src: url("fonts/ClearfaceStd-Heavy.woff") format("woff"), url("fonts/ClearfaceStd-Heavy.woff2") format("woff2"), url("fonts/ClearfaceStd-Heavy.ttf") format("truetype"), url("fonts/ClearfaceStd-Heavy.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "sans-serif";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "sans-serif";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 0.75;
}

.slick-loading .slick-list {
	background-image: url("img/preloader.gif");
}

.slick-dots {
	bottom: 10px;
	pointer-events: none;
}

.slick-dots li {
	pointer-events: all;
	width: 20px;
	height: 20px;
	margin: 0;
}

.slick-dots li button {
	text-indent: -9999px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.32);
}

.slick-dots-dark .slick-dots {
	bottom: 0;
}

.slick-dots-dark .slick-dots li button {
	background-color: #929292;
	transition: 1s;
	border: none;
}

.slick-dots-dark .slick-dots li.slick-active button {
	background-color: #1b1b1b;
	transition: 0s;
}

.slick-next,
.slick-prev {
	transition: 0.2s all;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 0.7;
}

.slick-next:before,
.slick-prev:before {
	color: #ee1d25;
}

.slick-next:focus,
.slick-prev:focus {
	opacity: 1;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
	opacity: 1;
}

.slick-prev {
	left: 15px;
}

.slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
}

.slick-next {
	right: 15px;
}

.slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}

.slick-slider {
	visibility: hidden;
}

.slick-slider.slick-initialized {
	visibility: visible;
}

.slick-slide {
	height: auto;
}

header.main-header:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	z-index: 100;
}

header.main-header .social-menu {
	position: absolute;
	bottom: 0;
	left: 45px;
	right: 0;
	z-index: -1;
}

@media (min-width: 1441px) {
	header.main-header .social-menu {
		left: 75px;
	}
}

body[data-menu-on="1"] header.main-header:before {
	width: 100%;
}

body[data-menu-on="1"] .menu-wrapper {
	left: 0;
	transition-delay: 0.2s;
	overflow-y: auto;
}

@media (min-width: 768px) {
	body[data-menu-on="1"] .menu-wrapper {
		top: 0;
		bottom: 0;
	}
}

body[data-menu-on="1"] .menu-wrapper li {
	transform: translateY(0);
	opacity: 1;
}

.menu-wrapper {
	z-index: 100;
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	background-color: #f8f4f4;
	transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-align: center;
	padding: 25px 45px 25px 95px;
	width: 100%;
}

@media (min-width: 768px) {
	.menu-wrapper {
		width: auto;
	}
}

@media (min-width: 1441px) {
	.menu-wrapper {
		padding: 50px 75px 50px 150px;
	}
}

.menu-wrapper .logo {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.menu-wrapper nav {
	color: #000;
	background-color: #f8f4f4;
	font-family: Futura-Bold, arial, sans-serif;
}

.menu-wrapper nav a {
	display: block;
	text-decoration: none;
	position: relative;
}

.menu-wrapper nav > ul > li {
	display: block;
	transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateY(-80%);
	opacity: 0;
}

.menu-wrapper nav > ul > li:nth-child(1) {
	transition-delay: 0.15s;
}

.menu-wrapper nav > ul > li:nth-child(2) {
	transition-delay: 0.3s;
}

.menu-wrapper nav > ul > li:nth-child(3) {
	transition-delay: 0.45s;
}

.menu-wrapper nav > ul > li:nth-child(4) {
	transition-delay: 0.6s;
}

.menu-wrapper nav > ul > li:nth-child(5) {
	transition-delay: 0.75s;
}

.menu-wrapper nav > ul > li:nth-child(6) {
	transition-delay: 0.9s;
}

.menu-wrapper nav > ul > li:nth-child(7) {
	transition-delay: 1.05s;
}

.menu-wrapper nav > ul > li:nth-child(8) {
	transition-delay: 1.2s;
}

.menu-wrapper nav > ul > li:nth-child(9) {
	transition-delay: 1.35s;
}

.menu-wrapper nav > ul > li:nth-child(10) {
	transition-delay: 1.5s;
}

.menu-wrapper nav > ul > li > a:after {
	transition: 0.2s transform ease-in-out;
	font-family: "Glyphicons Halflings";
	content: "\e258";
	display: inline-block;
	font-size: 0.7em;
	margin-left: 5px;
}

.menu-wrapper nav > ul > li[data-active] > a {
	color: #ee1d25;
}

.menu-wrapper nav > ul > li[data-active] > a:after {
	transform: rotate(90deg);
}

.menu-wrapper nav > ul > li > a {
	padding: 10px;
	text-transform: uppercase;
	font-family: Futura-Bold;
	font-size: 1.6em;
}

.menu-wrapper nav > ul > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0);
	z-index: -1;
	transition: 0.2s all ease-in;
}

.menu-wrapper nav > ul > li > a:hover {
	color: #ee1d25;
}

.menu-wrapper nav > ul > li > a:hover:before {
	top: 0;
	bottom: 0;
	transition: 0.2s all cubic-bezier(0.91, 0.01, 0.57, 1.47);
}

.menu-wrapper nav > ul > li .sub-menu {
	transition: 0.5s all ease-out;
	max-height: 0;
	overflow: hidden;
}

.menu-wrapper nav > ul > li .sub-menu li {
	text-transform: none;
	color: #000;
}

.menu-wrapper nav > ul > li .sub-menu li a {
	font-family: Futura-Medium;
	font-size: 1.6em;
	padding: 5px 10px 5px;
}

.menu-wrapper nav > ul > li[data-active="1"] .sub-menu {
	transition: 0.5s all cubic-bezier(0.91, 0.01, 0.57, 1.47);
	max-height: 800px;
}

.b-container {
	left: 0;
	right: calc(100% - 49px);
	top: 0;
	height: 49px;
	position: absolute;
	position: fixed;
	background-color: #ee1d25;
	transition: all 0.3s ease-in-out;
	padding: 12px;
	z-index: 101;
}

@media (min-width: 1441px) {
	.b-container {
		height: 66px;
		right: calc(100% - 66px);
	}
}

.b-menu-label {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width: 1441px) {
	.b-menu-label {
		font-size: 1.2em;
	}
}

.b-menu {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	user-select: none;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1441px) {
	.b-menu {
		width: 50px;
		height: 50px;
	}
}

.b-menu:before,
.b-menu:after {
	display: block;
	position: absolute;
	content: "";
	background: #fff;
	transition: all 0.3s ease-in-out;
	top: 50%;
	height: 3px;
}

@media (min-width: 768px) {
	.b-menu:before,
	.b-menu:after {
		border-radius: 2px;
		height: 3px;
	}
}

.b-menu:before {
	margin-top: -6px;
	width: 25px;
}

@media (min-width: 1441px) {
	.b-menu:before {
		margin-top: -12px;
		width: 50px;
	}
}

.b-menu:after {
	margin-top: 4.5px;
	width: 16.66667px;
}

@media (min-width: 1441px) {
	.b-menu:after {
		margin-top: 7.8px;
		width: 33.33333px;
	}
}

.b-menu:hover {
	border: #fff;
}

body[data-menu-on="1"] .b-container {
	top: 0;
	height: 100%;
}

@media (min-width: 768px) {
	body[data-menu-on="1"] .b-container {
		transform: translateY(0%);
	}
}

body[data-menu-on="1"] .b-container .b-menu:before {
	margin-top: 0;
	transform: rotate(45deg);
	width: 25px;
}

@media (min-width: 1441px) {
	body[data-menu-on="1"] .b-container .b-menu:before {
		width: 50px;
	}
}

body[data-menu-on="1"] .b-container .b-menu:after {
	margin-top: 0;
	transform: rotate(-45deg);
	width: 25px;
}

@media (min-width: 1441px) {
	body[data-menu-on="1"] .b-container .b-menu:after {
		width: 50px;
	}
}

footer.footer.container.bg-white.text-center {
	padding: 0 !important;
	max-width: inherit;
}

.footer {
	border-top: 12px solid #e2001a;
	background-color: #363839 !important;
	width: 100%;
	position: absolute;
	bottom: 0;
	max-width: inherit;
}

.contenedor-footer {
	display: flex;
	max-width: 1150px;
	width: 100%;
	margin: auto;
	padding: 40px 30px;
	align-items: center;
	font-size: 15px;
}

@media (max-width: 1200px) {
	.contenedor-footer {
		flex-direction: column;
	}
}

.contenedor-footer .copyright {
	flex: 1;
	color: white;
}

.contenedor-footer .menu-items {
	flex: 1;
	flex-grow: 2;
	color: #ccc;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.contenedor-footer .menu-items {
		padding: 20px 0;
		padding-top: 30px;
	}
}

.contenedor-footer .menu-items .footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.contenedor-footer .menu-items .footer-menu li {
	display: flex;
	align-items: center;
	margin: 5px;
	/* Espaciado entre elementos */
	transition: all 0.3s ease-in-out !important;
}

.contenedor-footer .menu-items .footer-menu li :hover {
	color: white;
}

.contenedor-footer .menu-items .footer-menu li a {
	text-decoration: none;
}

.contenedor-footer .menu-items .footer-menu li:not(:last-child)::after {
	content: " | ";
	color: #ccc;
	margin-left: 8px;
}

.contenedor-footer .socials {
	display: flex;
	justify-content: center;
	flex: 1;
	font-size: 15px;
}

.contenedor-footer .socials .social-menu {
	display: flex;
	color: white;
	align-items: center;
	padding: 0px;
}

@media (max-width: 1200px) {
	.contenedor-footer .socials .social-menu {
		margin: 0px;
	}
}

.contenedor-footer .socials .social-menu .social-menu__title {
	font-size: 15px;
}

footer.footer .menu {
	display: inline-block;
}

footer.footer .menu li {
	display: inline-block;
	margin-left: 10px;
}

footer.footer .social-menu {
	margin: 20px auto;
}

@media (min-width: 768px) {
	footer.footer .social-menu {
		margin: 0;
		padding-top: 0.5em;
		float: right;
	}
}

@media (min-width: 768px) {
	footer.footer .logo,
	footer.footer .social-menu,
	footer.footer .copy {
		vertical-align: middle;
		display: inline-block;
	}
}

.taxonomy-product {
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 0;
}

@media (max-width: 480px) {
	.taxonomy-product:first-of-type {
		padding-top: 70px;
	}
}

@media (min-width: 768px) {
	.taxonomy-product {
		padding: 0;
		vertical-align: bottom;
		margin-bottom: 8em;
	}
}

.taxonomy-product__image {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-bottom: 5%;
}

@media (min-width: 768px) {
	.taxonomy-product__image {
		padding: 0;
		background-position: center bottom;
		background-size: auto 100%;
	}
}

.taxonomy-product__image:before {
	content: "";
	display: block;
}

.taxonomy-product__image img {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	visibility: hidden;
}

@media (min-width: 768px) {
	.taxonomy-product__image img {
		height: 55vh;
		width: auto;
		margin-left: -10%;
		margin-right: -10%;
	}
}

@media (min-width: 1200px) {
	.taxonomy-product__image img {
		height: 100%;
		max-height: 60vh;
	}
}

@media (min-width: 1441px) {
	.taxonomy-product__image img {
		width: 100%;
		max-width: 580px;
		max-height: initial;
		height: auto;
	}
}

@media (min-width: 1441px) {
	.taxonomy-product.col-sm-6 .taxonomy-product__image {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}

.taxonomy-product__header {
	margin-top: 1em;
	margin-bottom: 3em;
	padding: 0 20px;
	font-size: 20px;
	font-family: 'Clearface' !important;
}

.taxonomy-product__header a {
	color: #000;
}

@media (min-width: 768px) {
	.taxonomy-product__header {
		position: relative;
		left: 0;
		right: 0;
	}
}

.post-type-archive-product {
	padding-top: 60px;
}

.post-type-archive-product,
.single-product,
.tax-product_tag {
	background-color: #f8f4f4;
}

@media (min-width: 768px) {
	.single-product__container {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.single-product__container {
		width: 100%;
	}
}

@media (min-width: 1441px) {
	.single-product__container {
		max-width: 1920px;
	}
}

@media (min-width: 1200px) {
	.single-product__text-content {
		margin-left: -3%;
	}
}

.single-product__title {
	font-family: Futura-Medium;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 3.2em;
	text-align: center;
	margin-top: 60px;
}

@media (min-width: 768px) {
	.single-product__title {
		margin-bottom: 0;
		text-align: left;
		font-size: 5.2em;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.single-product__title {
		font-size: 6.2em;
	}
}

@media (min-width: 1441px) {
	.single-product__title {
		font-size: 7.2em;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.single-product__description {
	font-family: Futura-Medium;
	margin: 1em auto 3em auto;
	font-size: 1.5em;
}

@media (min-width: 768px) {
	.single-product__description {
		font-size: 2em;
	}
}

@media (min-width: 1441px) {
	.single-product__description {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.single-product__image {
	width: auto;
	max-height: 350px;
	margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
	.single-product__image {
		max-height: initial;
		margin: 0 -8vh 0 0;
		height: 70vh;
		width: auto;
	}
}

@media (min-width: 1441px) {
	.single-product__image {
		max-height: 685px;
	}
}

@media (min-width: 768px) {
	.single-product .prevnext-pagination {
		display: none;
	}
}

.prevnext-pagination {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ee1d25;
}

.prevnext-pagination--prev,
.prevnext-pagination--next {
	position: absolute;
	top: calc(50% - 100px);
	transform: translateY(-50%);
}

.prevnext-pagination--prev a,
.prevnext-pagination--next a {
	text-decoration: none;
}

.prevnext-pagination--prev a:before,
.prevnext-pagination--next a:before {
	padding: 5px;
	font-size: 3em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.prevnext-pagination--prev a span,
.prevnext-pagination--next a span {
	transition: 0.2s all ease-out;
	visibility: hidden;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.prevnext-pagination--prev a:hover span,
	.prevnext-pagination--next a:hover span {
		transition: 0.1s all ease-in;
		visibility: visible;
		transform: translateX(0);
		opacity: 1;
		max-width: 200px;
	}
}

.prevnext-pagination--prev {
	text-align: center;
	left: 20px;
}

.prevnext-pagination--prev a {
	padding: 30px;
}

.prevnext-pagination--prev a span {
	transform: translateX(-20px);
}

.prevnext-pagination--prev a:before {
	left: 0;
}

.prevnext-pagination--next {
	text-align: center;
	right: 20px;
}

.prevnext-pagination--next a {
	padding: 30px;
}

.prevnext-pagination--next a span {
	transform: translateX(20px);
}

.prevnext-pagination--next a:before {
	right: 0;
}

.products-menu-switcher {
	display: block;
	position: absolute;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #ee1d25;
	color: #fff;
	width: 49px;
	height: 49px;
	text-align: center;
	z-index: 2;
}

.products-menu-switcher:before {
	content: "+";
	font-family: Futura-Medium;
	font-size: 3.45em;
	line-height: 49px;
	vertical-align: text-top;
}

@media (min-width: 768px) {
	.products-menu-switcher {
		display: none;
	}
}

body[data-products-menu-on="1"] .products-menu-switcher:before {
	line-height: 49px;
	font-size: 2em;
	font-family: "Glyphicons Halflings";
	content: "\e258";
}

body[data-products-menu-on="1"] .products-menu {
	visibility: visible;
	transform: translateY(0);
	transition: 0.2s all ease-out;
	padding-top: 50px;
}

.products-menu {
	display: table;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	transition: 0.5s all ease-in;
	z-index: 1;
	visibility: hidden;
	background-color: #f8f4f4;
}

@media (min-width: 768px) {
	.products-menu {
		visibility: visible;
		display: table;
		transform: none;
	}
}

.products-menu .products-menu__trail {
	position: absolute;
	bottom: 0;
	left: -100%;
	transform: translateX(-50%);
	display: none;
}

@media (min-width: 768px) {
	.products-menu .products-menu__trail {
		display: block;
	}
}

.products-menu .products-menu__trail:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f8f4f4 transparent;
}

.products-menu[data-active="1"] {
	display: table;
}

.products-menu a:hover,
.products-menu a:focus {
	text-decoration: none;
	color: inherit;
}

.products-menu p {
	margin: 0;
}

.products-menu .products-menu-main-level-item {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	border-bottom: 2px solid #ee1d25;
}

.products-menu .products-menu-main-level-item:hover,
.products-menu .products-menu-main-level-item:active {
	color: #ee1d25;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item {
		background-color: #ee1d25;
		color: #fff;
		border-bottom: none;
	}
	.products-menu .products-menu-main-level-item:hover,
	.products-menu .products-menu-main-level-item:active {
		color: #fff;
	}
}

.products-menu .products-menu-main-level-item > p > a {
	position: relative;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-size: 1.5em;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item > p > a {
		font-size: 2.14em;
		transition: all 0.5s;
	}
	.products-menu .products-menu-main-level-item > p > a:hover {
		box-shadow: inset 0 0 15px #b11c21;
	}
}

.products-menu .products-menu-main-level-item > .products-menu-last-level {
	position: absolute;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item > .products-menu-last-level {
		width: inherit;
		max-width: 310px;
		left: 75%;
		transform: translateX(-50%);
	}
}

.products-menu .products-menu-main-level-item > .products-menu-last-level .products-menu-last-level-item:first-child {
	border-top: 2px solid #ee1d25;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item > .products-menu-last-level .products-menu-last-level-item:first-child {
		border-top: none;
	}
}

.products-menu .products-menu-main-level-item .products-menu-level-2-item:first-child {
	border-top: 2px solid #ee1d25;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item .products-menu-level-2-item:first-child {
		border-top: none;
	}
}

.products-menu .products-menu-main-level-item:hover > p > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ee1d25 transparent;
}

.products-menu .products-menu-main-level-item:hover > ul {
	display: table;
}

.products-menu .products-menu-main-level-item[data-active="1"] > p > a:after {
	border-color: transparent transparent #ee1d25 transparent;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item[data-active="1"] > p > a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
	}
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item[data-active="1"] > .products-menu-level-2 {
		display: table;
	}
}

.products-menu .products-submenu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

.products-menu .products-menu-last-level {
	display: none;
	width: 100%;
}

.products-menu .products-menu-level-2-item {
	color: #000;
}

@media (max-width: 480px) {
	.products-menu .products-menu-level-2-item {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	.products-menu .products-menu-level-2-item {
		position: relative;
		display: table-cell;
	}
}

.products-menu .products-menu-level-2-item:hover > ul {
	display: table;
}

.products-menu .products-menu-level-2-item:hover > p > a:after {
	transform: rotate(90deg);
}

.products-menu .products-menu-level-2-item[data-active="1"] {
	color: #ee1d25;
}

.products-menu .products-menu-level-2-item[data-active="1"] > p > a:after {
	transform: rotate(90deg);
}

.products-menu .products-menu-level-2-item > p {
	background-color: #fff;
}

.products-menu .products-menu-level-2-item > p > a {
	border-top: 1px solid #ee1d25;
	display: block;
	padding: 15px;
	font-size: 1.84em;
	font-family: "Futura-Medium";
}

@media (min-width: 768px) {
	.products-menu .products-menu-level-2-item > p > a {
		border-top: none;
	}
}

.products-menu .products-menu-level-2-item > p > a:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	margin-top: -3px;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ee1d25;
	transition: 0.2s transform;
}

.products-menu .products-menu-last-level-item {
	background-color: #fff;
	display: block;
	color: #000;
	padding: 0 20px;
	transition: 0.5s background-color;
	position: relative;
}

.products-menu .products-menu-last-level-item:not(:last-child):after {
	transition: 0.1s all;
	content: "";
	display: block;
	background-color: #ee1d25;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	right: 50%;
	z-index: 1;
}

@media (min-width: 768px) {
	.products-menu .products-menu-last-level-item:hover {
		transition: 0.1s background-color;
		background-color: #ee1d25;
		color: #fff;
	}
	.products-menu .products-menu-last-level-item:hover:not(:last-child):after {
		left: 0;
		right: 0;
	}
	.products-menu .products-menu-last-level-item:hover > a {
		border-color: transparent;
	}
}

.products-menu .products-menu-last-level-item > a {
	display: block;
	padding: 20px;
	font-size: 1.84em;
	font-family: "Futura-Light";
}

@media (min-width: 768px) {
	.products-menu .products-menu-last-level-item > a {
		border-top: 1px solid #ee1d25;
	}
}

.products-menu .products-menu-last-level-item:first-child > a {
	border-top: none;
}

.recipes-filters {
	background-color: #fff;
	color: #ee1d25;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 1036px) and (min-width: 826px) {
	.recipes-filters .container,
	.page-template-recipes .container.postcontent.text-center {
		margin: auto !important;
	}
}

@media (max-width: 768px) {
	.recipes-filters .container {
		padding: 0px 0px !important;
	}
}

.recipes-filters .recipes-filter {
	position: relative;
	display: inline-block;
}

@inlude screen-xs {
	.recipes-filters .recipes-filter {
		width: 50%;
	}
}

.recipes-filters .recipes-filter p {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.6em;
	padding: 10px 20px;
	cursor: default;
}

@inlude screen-md {
	.recipes-filters .recipes-filter p {
		font-size: 1.84em;
	}
}

@inlude screen-lg {
	.recipes-filters .recipes-filter p {
		font-size: 2.4em;
	}
}

.recipes-filters .recipes-filter p:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	margin-top: -5px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ee1d25 transparent transparent transparent;
}

.recipes-filters .recipes-filter ul {
	min-width: 100%;
	font-size: 1.6em;
	background-color: #fff;
	display: none;
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.recipes-filters .recipes-filter ul li {
	margin-top: -1px;
}

.recipes-filters .recipes-filter ul li a {
	display: block;
	white-space: nowrap;
	padding: 10px 20px;
	text-decoration: none;
}

.recipes-filters .recipes-filter ul li a:before {
	visibility: hidden;
	color: red;
	content: "\2B24";
	display: inline-block;
	font-size: 5px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -13px;
}

.recipes-filters .recipes-filter ul li a:hover {
	text-decoration: none;
}

.recipes-filters .recipes-filter ul li[data-selected] a:before,
.recipes-filters .recipes-filter ul li:hover a:before {
	visibility: visible;
}

.recipes-filters .recipes-filter:hover ul,
.recipes-filters .recipes-filter:focus ul {
	display: block;
}

.recipe-stars {
	margin-top: 4px;
}

.recipe-stars[data-enabled] {
	cursor: pointer;
}

.recipe-stars[data-enabled] span:hover {
	color: #000;
}

.recipe-stars[data-enabled] span:hover:after {
	transition-duration: 0.1s;
}

.recipe-stars span {
	text-indent: -9999px;
	width: 1.1em;
	height: 1.1em;
	display: inline-block;
	position: relative;
	color: #e7e7e7;
}

.recipe-stars span:after {
	transform: scale(1);
	transition: 1s all;
	text-indent: 0;
	content: "\2605";
	width: 1.1em;
	height: 1.1em;
	display: block;
	font-size: 1.1em;
	position: absolute;
	left: 0;
	top: 0;
}

.recipe-stars span[data-active="1"] {
	color: #f7df31;
}

.recipe-stars span[data-processing] {
	color: #ee1d25;
}

.recipe-stars span[data-processing]:after {
	transform: scale(1.2);
	transition-duration: 0.1s;
}

.recipe__portions {
	align-self: flex-end;
}

.recipes-item {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

.recipes-item:before {
	content: "";
	display: block;
	padding-top: 100%;
	margin: 0 -5px;
	background: inherit;
	transition: transform 0.4s;
}

.recipes-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0);
	z-index: 0;
	transition-duration: 0.8s;
}

.recipes-item__title {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-transform: uppercase;
	margin: 0;
	font-size: 2em;
}

.recipes-item__title a {
	text-decoration: none;
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.recipes-item__title a span {
	width: 100%;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.recipes-item__title a:hover {
	text-decoration: none;
}

.recipes-item:hover:after {
	background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
	.recipes-item:hover:after {
		background-color: rgba(255, 255, 255, 0.6);
		transition: background-color 0.2s;
	}
}

.recipes-item:hover .recipes-item__title a {
	opacity: 1;
}

.page-template-recipes {
	background-color: #f8f4f4;
}

.single-recipe {
	background-color: #f8f4f4;
}

.single-recipe .recipe__back-btn,
.single-recipe .recipe__closevideo-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 4em;
	display: block;
	z-index: 1;
	cursor: pointer;
}

.single-recipe .recipe__back-btn:hover,
.single-recipe .recipe__closevideo-btn:hover {
	text-decoration: none;
	color: #ee1d25;
}

.single-recipe__container .recipe__video-responsive {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
	.single-recipe__container .recipe__video-responsive {
		position: fixed;
		width: 50%;
		cursor: pointer;
	}
}

.single-recipe__container .recipe__video-responsive:before {
	opacity: 0;
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 56' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E\a 				        %3Cg fill='%23FFFFFF'%3E\a 				            %3Cpath d='M27.9822175,2.99865263 C14.2052351,2.99865263 2.99835789,14.2055298 2.99835789,27.9805474 C2.99835789,41.7585123 14.2052351,52.9653895 27.9822175,52.9653895 C41.7572351,52.9653895 52.9641123,41.7585123 52.9641123,27.9805474 C52.9641123,14.2055298 41.7572351,2.99865263 27.9822175,2.99865263 M27.9822175,55.9648281 C12.5527439,55.9648281 -9.82456149e-05,43.4100211 -9.82456149e-05,27.9805474 C-9.82456149e-05,12.5510737 12.5527439,0.000196491228 27.9822175,0.000196491228 C43.4107088,0.000196491228 55.9625684,12.5510737 55.9625684,27.9805474 C55.9625684,43.4100211 43.4107088,55.9648281 27.9822175,55.9648281'%3E%3C/path%3E\a 				            %3Cpath d='M22.4784982,38.8187088 C22.2191298,38.8187088 21.9597614,38.7509193 21.7288842,38.6163228 C21.2641825,38.3500772 20.9792702,37.8549193 20.9792702,37.3194807 L20.9792702,18.642007 C20.9792702,18.1065684 21.2641825,17.6114105 21.7288842,17.3451649 C22.1916211,17.0749895 22.7653754,17.0749895 23.2281123,17.3451649 L39.4032702,26.6834105 C39.8669895,26.9496561 40.1528842,27.444814 40.1528842,27.9812351 C40.1528842,28.5166737 39.8669895,29.0118316 39.4032702,29.2780772 L23.2281123,38.6163228 C22.9962526,38.7509193 22.7378667,38.8187088 22.4784982,38.8187088 Z'%3E%3C/path%3E\a 				        %3C/g%3E\a 					%3C/svg%3E");
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) scale(2);
	transition: 0.4s all ease-in-out;
}

.single-recipe__container .recipe__video-responsive.ready:before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.single-recipe__container .recipe__video-responsive iframe {
	visibility: hidden;
}

.single-recipe__container .recipe__video-responsive .recipe__closevideo-btn {
	color: #ee1d25;
	display: none;
}

.single-recipe__container .recipe__video-responsive.fullwindow {
	z-index: 101;
	width: 100%;
	background-color: #000;
}

.single-recipe__container .recipe__video-responsive.fullwindow iframe {
	visibility: visible;
}

.single-recipe__container .recipe__video-responsive.fullwindow .recipe__closevideo-btn {
	display: block;
}

.single-recipe__container .recipe__video-foreground,
.single-recipe__container .recipe__video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
	.single-recipe__container .recipe__video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.single-recipe__container .recipe__video-foreground {
		width: 300%;
		left: -100%;
	}
}

.single-recipe__container .recipe .recipe__video-foreground {
	background: #000;
	position: fixed;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.single-recipe__container .recipe .recipe__video-foreground iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-recipe__container .recipe__article {
	overflow: hidden;
	max-height: 100%;
	line-height: 1.4;
	padding: 20px;
}

@media (min-width: 768px) {
	.single-recipe__container .recipe__article {
		padding: 60px;
	}
}

.single-recipe__container .recipe__title {
	font-family: clearface !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 3.6em;
	margin-top: 0;
	margin-bottom: 20px;
}

.single-recipe__container .recipe__data {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 1.6em;
}

@media (min-width: 768px) {
	.single-recipe__container .recipe__data {
		padding: 10px 80px;
		margin-left: -80px;
		margin-right: -80px;
	}
}

.single-recipe__container .recipe__arduousness {
	margin-right: 20px;
	vertical-align: bottom;
}

.single-recipe__container .recipe__arduousness:before {
	margin-right: 10px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAAiCAYAAAAJfBTLAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAXnaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA2LTEyVDEyOjQ1OjU3KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNi0xMlQxMjo1MzowNyswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNi0xMlQxMjo1MzowNyswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMGE0Yjg1YS0yZmM2LTRhOWEtODhkNi1jZjU5YjM0ZDkxNGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTdGM0I4NzQ2NjUyMTFFODhDNUREMTZFMTVBMDc2QzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxN0YzQjg3NDY2NTIxMUU4OEM1REQxNkUxNUEwNzZDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJBZG9iZSBSR0IgKDE5OTgpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTdGM0I4NzE2NjUyMTFFODhDNUREMTZFMTVBMDc2QzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTdGM0I4NzI2NjUyMTFFODhDNUREMTZFMTVBMDc2QzkiLz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTBhNGI4NWEtMmZjNi00YTlhLTg4ZDYtY2Y1OWIzNGQ5MTRhIiBzdEV2dDp3aGVuPSIyMDE4LTA2LTEyVDEyOjUzOjA3KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YqqE7AAABHxJREFUaIHN2l+IVVUUx/HP2DiCWgn+wUSlP6abEimyCCL/Fb2U0kMUFZklEWhpZIo+BIEUMVJQmlpBKliijzGVSJYWgT1EIBUHFQ0MivJBS6N/zvSw7p05986dmXtv987tC8PM2Xufs9f6nXX2WXudaevp6TEgKQ3cVzsTMQ+zMQMzcQUuw6UYgW78hl/xI47hBL7BZ/ilphmzrC5D2+s6qzracBsewEJcX8U5I3B54Wcabinr/xafYi++wCB3tH7amhApU7ESDwvHmsVpvIs38EPFEXVGSiNFuQ7r8BBGDjLuDDLxaJzEeZzD7xgtomQsrhaPWMKEQa73N95DJ74r6WmhKBOwEU/gkgr9F9CFj3EYx2s1EtdiPu7EPRhTYcxFvI3nhfAtE+VJvIxxFfoOYAfeF1HQKEZjCR7DXRX6z2I93hxuUSbiHXHX8nRjjwjlo3VZVBtzxCP7oFik83ThcVlW2xtLfaLcjn2YXNZ+GKsMjxjlzMHr4hHL8xPul2Wf13KxcnWHYikOKhXkrFhcF2iNIArzLijYcTbXPhkHpbS0lovVIspz2KX0zXJI3KU9tUzaRPYIew7l2kZil5TWVnuRakVZi01lbVvE2+B0tZMNE6eFXVvK2jurFaYaUZaLhbNIt1g7nhavwf8jF4V9q4S9RTqltHyok4cSZRG2l7U9hc21WNgysmyzsDfPdiktGuy0gUVJaZp4y+T3RyuxrU4TW0OWbRN2F2nHvoJ/FaksSkpt2I3xudbXsPW/W9kCsmyrsL/IeOwu+NmPgSJlhdjmF/kEaxpiYP1MEOtbrWlEkTXCjyLzhJ/96J+8pXSlqF8U9xdnxGav5sywwezEozginPl6yDPK0/yUJopNY3GDeQGzZdn3+WGVVH9J6YZrtdYLslAIArcqfRSqJ1L+1bmWMcLfEkojJaUb8ZUoEMEH+u9vhptRImOdWTj+BzeIgtPgDLQhTKkLdxeOenCTLOuNvPJI2ahPkG6x2Wo1G/QJQiSRQwsyOOv05S9twu9e+iIlpWtF4afITrE9byWzRJR0FI5PiRpvdaWIwUoHKe3AslzLTFl2nNJIKV+JX6xq4ubRJlKAjlzbCo2rzZT71+t/iJLSKKWqHZBlJxo0eb08IjLqInuxv2FXD/8O5FqWFXTojZQ7lFbPWp2kjccrueNzeKYJ8+T9HCd06BVlSa7zvEbekfrYpLRYvV4UjBrNfuFvkSX0ibK4ZGCW/dkEA6plvtIF/gjeaspM4Wc+ABZDu5SmY0quo6spBgxMh1g7ZogvgxtyfRdFcby7wnmNogv3Ff6eIqXp7ZhbNujLJhpQzkJRzRtox/qq5pc4y/2dWy7KeaW5SjOZi49ExlqJn/HCMNhxTPg9tnB88wgRtkWOyrJmhmqeTgMLApMwvelWhL/5aLymXXz7LdImpXubbkgUkxdUaD8pPpcWeRYf1j1L9Z9983WVqW09s2adxFV1T9w4/sBf4l8zWsmpdhGmrab4cb3eAlIjmTRC5Y/Vw83owu+OQUcND2P+BctoDPuMY0mAAAAAAElFTkSuQmCC");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 31px;
	height: 15px;
}

@media (min-width: 1200px) {
	.single-recipe__container .recipe__arduousness:before {
		width: 52px;
		height: 25px;
	}
}

@media (min-width: 1441px) {
	.single-recipe__container .recipe__arduousness:before {
		width: 69px;
		height: 34px;
	}
}

.single-recipe__container .recipe__time {
	margin-right: 20px;
	vertical-align: bottom;
}

.single-recipe__container .recipe__time:before {
	margin-right: 10px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE3RjNCODZGNjY1MjExRTg4QzVERDE2RTE1QTA3NkM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE3RjNCODcwNjY1MjExRTg4QzVERDE2RTE1QTA3NkM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTdGM0I4NkQ2NjUyMTFFODhDNUREMTZFMTVBMDc2QzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTdGM0I4NkU2NjUyMTFFODhDNUREMTZFMTVBMDc2QzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4XTsWzAAAEwElEQVR42txaTUgVURS+b2r31CiECCtIQWcjPluUCaELV9aidFkIkWWaf7XRCPoBSV2EPY2U0iCslrqJdhISFEH5zDbjRqwQAiHIn2Wvzs0zeD3vjDPz5sf3OvC9x9yZOfd+95577rlnbuRPSYnwUSKAMkAVIAYoBhQBcgBRfGYdsAZYAMwDZgHTgDlA0nFNhrHt7d0+EaoANACaHTwbRewHnCD3hgHjgPdeG6R5fPcyIIENafahg6SOd6jzspf2RdI0xSvYu3byA01uGc1PoFnmAwoBBxySHQnaFMuxoksW978AXgOmAB8AKzb68gDHADWAWkAp84zswKP4nwhixFoBQxb3HgLG0BF4Eel4LgLaLO63YV22I+bUhvssSMUBR7DCWR/m2GdAO+qMM/eHsC2+OA9ZQRdTXg/oBCwK/2URddcx97osSLsiFscepL0mHcCECF4msS5qLe1C1+PpEutjSPVj2boIT9axzn6GXJ9bYq2M+d0BdIudE1n3rRSz1PVWp15RuvQZZqS8kjqH/y886uljOv0oeMmE3Yg1M3PKK6kmwHNEkw8jN2TT5pQR4yKKHB/m1CyuUaZLj3nUF1UimU1yhjHCjZjGkKoP2VG4cSh1KRGKrmscsUbG1U+ITBXDkEvBA1LayBGjdvpAZL7EreaapuynYiT2W8x4WoYh2ziolMTAHCtUYg3klTGRPfKUXDeYxCLEDL/4FNCGNWqfMa2waY66HtEUN2zKa5F9QttcpmHiRZWpLCRG21ylMYvlhywkRtsck8SKSY5iJetoGcYq/C4pJcWSWJFSsCCyV9S2F2kYC5qynMXEfqrxrSY2M7SCCSyDEOmF9wegV51CUS2k3vxIrm8HUMcfuh9bJ1uUIGSYienu+1zHHjX614j55QdE7JPYSFmrch1ww8c69qlTSiPepDBAc3yCeRNV7jFxarqitn1BEptXCmQuPS9AcneZ7dAzQKUnrbqeC78FSsm8xgS8xwJ2JNcs5lyuB53HaSpCEpsmhTUheEmaIzwP6PWgr5pcT2sk5JdSGwKxr4BTpOwqzrl05DS5npPEksQ0SpmtTFBbjauk7IZrk9R12t5hiB2T5gI9Th6/GNLC/QjQo1xLc1x1qeMCuf7HRc0rJsgW5kiIeY+TgEOAly4iejla8p1vqtOA8nI158FFBx0hBrBvXZHausizEY46YpLkb/KgTEpOZmg0f4Zp2y45v+iIJUVqbnGCRP+ZIlGGVItJihKTInPfo6SsNwOJ0TaNAqlhGt3bReJtGUauV6R+fE85msERm2FelJ9ubmYAqZsi9ZNWO4zWjBNiUh4yYU/PDo9cL1nzNkIzw2CPaGy3g5Y9M2hRFg3ZUQwyIzUIpCw/SNqlBjoYcm24OT0bkktfY6aGJLXtOusk59HBmKW5FAwADgdA6CDqnrTYGdgGD06TOd2CPwbUiZH6gODPQbmVUsyFfEfdXCc7+h7u9vSb3SExuQV6BXgjNtLOdgFtLm4Sq3HrYbWrGEWXPrMlVvSRmClOj/UtYU5FJjN/KdmkvWIjA13gQEcLW1dAxEwzbsQRjPk8x2aRzKiwOk7r0+k3TmSFj9E8Kx2OoJ2MoK5y1J1MV1Hkfz3s/FeAAQCduCKq/e9KsAAAAABJRU5ErkJggg==");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}

@media (min-width: 1200px) {
	.single-recipe__container .recipe__time:before {
		width: 39px;
		height: 39px;
	}
}

@media (min-width: 1441px) {
	.single-recipe__container .recipe__time:before {
		width: 54px;
		height: 54px;
	}
}

.single-recipe__container .recipe__ingredients {
	font-size: 1.6em;
}

.single-recipe__container .recipe__ingredients em {
	text-decoration: none;
	color: #ee1d25;
}

.single-recipe__container .recipe__preparation-block header {
	text-transform: uppercase;
	background-color: #fff;
	padding: 10px 60px;
	margin: 0 -60px;
}

@media (min-width: 768px) {
	.single-recipe__container .recipe__preparation-block header {
		padding: 10px 60px;
		margin-left: -60px;
		margin-right: -60px;
	}
}

.single-recipe__container .recipe__preparation-block header h2 {
	font-size: 2em;
}

.single-recipe__container .recipe__preparation-block header > * {
	margin: 0;
}

.single-recipe__container .recipe__step {
	margin-bottom: 1em;
}

.single-recipe__container .recipe__step-title {
	font-size: 2em;
	color: #929292;
	text-transform: uppercase;
}

.single-recipe__container .recipe__step-content {
	font-size: 1.6em;
	padding-left: 1em;
}

.page-template-awards {
	background-color: #f8f4f4;
	text-align: center;
}

@media (min-width: 768px) {
	.page-template-awards {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.page-template-awards {
		text-align: left;
	}
}

.page-template-awards h1 {
	margin: 0 0 10px 0;
	padding-top: 2vh;
	font-size: 5.5em;
}

@media (min-width: 1200px) {
	.page-template-awards h1 {
		font-size: 8.4em;
	}
}

@media (min-width: 1441px) {
	.page-template-awards h1 {
		font-size: 10em;
	}
}

.page-template-awards h1 span {
	padding: 10%;
	background-color: #f8f4f4;
}

.page-template-awards .slick-prev {
	left: 0;
}

.page-template-awards .slick-next {
	right: 0;
}

.page-template-awards .slick-prev,
.page-template-awards .slick-next {
	opacity: 1;
	font-size: 1em;
}

.page-template-awards .slick-prev:before,
.page-template-awards .slick-next:before {
	opacity: 1;
	font-size: 4em;
}

.awards-home-container {
	background-color: #f8f4f4;
	padding: 20px;
	margin: 60px auto;
	margin: 5vh auto;
}

.awards-content {
	margin-bottom: 40px;
	font-size: 1.5em;
}

@media (min-width: 1200px) {
	.awards-content {
		background-color: #f8f4f4;
		padding: 40px 40px 10px 40px;
		font-size: 1.85em;
		margin-bottom: 0;
	}
}

@media (min-width: 1441px) {
	.awards-content {
		font-size: 2.1em;
	}
}

.awards-switcher--prev,
.awards-switcher--next {
	-webkit-appearance: none;
	background: none;
	border: none;
}

.awards-switcher--prev:before,
.awards-switcher--next:before {
	margin: 0 10px 20px 10px;
	font-size: 0;
	display: block;
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAYAAAC8/X7cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZGRkJFNUY5NzE0RDExRThCRDQxQkM5RjU5ODQxMzZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZGRkJFNUZBNzE0RDExRThCRDQxQkM5RjU5ODQxMzZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkZGQkU1Rjc3MTREMTFFOEJENDFCQzlGNTk4NDEzNkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkZGQkU1Rjg3MTREMTFFOEJENDFCQzlGNTk4NDEzNkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4d0Cq9AAAB60lEQVR42tSXzytEURTH3487P4yaLSm2b1Z+lJqVohQxhIXkx9ZmSiLlX8CCDcqalCzERMqCpNkhG81OJBslCxHyfE/O0+32pjEr9776OPfeeae+3/fuPe+wfd+3/v1KpdL4uwoG7ELhppxUx9LjWgFNIO97XqOJBjLgElSDE5hoN8oAts0DQis4AkmwDxPDJr0BMvGM0A02QQRswMR0yTwdDrFt279jiKbJAgjEL4EpGPSNMCAZmURY5OkWGIOJd2MMsIlBhHXeUsegj7eaGQbYRBvCDh/uK9AFE/fGGGAT9QgHoAbcgk6YuP4x4Hk6VKCS90BnHcIhfbfBE+hB3hkZoP1Fj8Dlsip4HJGIgSiIS1QoJJQYV2KMx1FGSNHlsazBkeaOVPIjPH4FI8GiXSSqawGOMg9bl8dWyFgWpu4h+d5gj38pc3ooo+T0w5At5HLPNM5LVGJnhGXABfFJ/hZ08JuYgOllU8poLcIeaAAvYAjic8HvQvMnTy12jssnNXwZiD/XspkLEU+N3SmLpw9YWhWvrQGIzyLsgkqu/S0Qfxd2r9BMOFWaeeo+eWkNZCH+s1iO0Eh8ghu3fl6ahfC5UnlCE/FVfFibwRu3ztt/ydXlDQTiH0EvxOdN+6eeDu0FV5p8OYnfAgwAkauXbm1gP0QAAAAASUVORK5CYII=");
}

.awards-switcher {
	margin-bottom: 5vh;
	background-color: #f8f4f4;
	padding: 10px 20px;
}

.awards-switcher .awards-switcher--prev,
.awards-switcher .awards-switcher--next {
	width: 50%;
	display: inline-block;
	font-size: 1.17em;
}

@media (min-width: 1200px) {
	.awards-switcher .awards-switcher--prev,
	.awards-switcher .awards-switcher--next {
		font-size: 1.68em;
	}
}

@media (min-width: 1441px) {
	.awards-switcher .awards-switcher--prev,
	.awards-switcher .awards-switcher--next {
		font-size: 2em;
	}
}

.awards-switcher--prev:before {
	transform: rotate(180deg);
}

.awards-counter {
	display: inline-block;
	font-size: 9.5em;
	margin: 0 auto 25px auto;
}

@media (min-width: 1200px) {
	.awards-counter {
		margin-bottom: 0;
		background-color: #f8f4f4;
		padding: 0 10% 0 10%;
		font-size: 15em;
	}
}

@media (min-width: 1441px) {
	.awards-counter {
		font-size: 18em;
	}
}

.awards-counter:before,
.awards-counter:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #000;
}

.awards-counter:before {
	margin-bottom: -10px;
}

@media (min-width: 1200px) {
	.awards-counter:before {
		margin-bottom: -15px;
	}
}

.awards-counter:after {
	margin-top: -25px;
}

@media (min-width: 1200px) {
	.awards-counter:after {
		margin-top: -40px;
	}
}

.slick-active .awards-center-image-left {
	left: -40%;
}

@media (min-width: 1200px) {
	.slick-active .awards-center-image-left {
		left: -30%;
	}
}

@media (min-width: 1441px) {
	.slick-active .awards-center-image-left {
		left: -20%;
	}
}

.slick-active .awards-center-image-right {
	right: -40%;
}

@media (min-width: 1200px) {
	.slick-active .awards-center-image-right {
		right: -30%;
	}
}

@media (min-width: 1441px) {
	.slick-active .awards-center-image-right {
		right: -20%;
	}
}

.awards-center-image-left,
.awards-center-image-right {
	margin-top: 3vh;
	height: 94vh;
	width: auto;
	position: absolute;
}

.awards-center-image-left {
	transition: left 0.5s ease-in-out;
	left: -60%;
}

@media (min-width: 1200px) {
	.awards-center-image-left {
		left: -80%;
	}
}

.awards-center-image-right {
	transition: right 0.5s ease-in-out;
	right: -60%;
}

@media (min-width: 1200px) {
	.awards-center-image-right {
		right: -80%;
	}
}

.awards-side {
	overflow: hidden;
}

.awards-side .awards-switcher--next,
.awards-side .awards-switcher--prev {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 1.7em;
	position: absolute;
	bottom: 70px;
}

.awards-side .awards-switcher--prev {
	right: 70px;
}

.awards-side .awards-switcher--next {
	left: 70px;
}

.awards-side--left {
	overflow-x: hidden;
	text-align: right;
}

.awards-side--right {
	overflow-x: hidden;
	text-align: left;
}

.awards-side__image {
	margin: 4vh auto;
	height: 40vh;
	width: auto;
}

@media (min-width: 768px) {
	.awards-side__image {
		margin: 0 auto;
		width: initial;
		max-width: 100%;
		height: auto;
	}
}

.awards-side__title {
	color: #ee1d25;
	text-transform: uppercase;
	font-size: 2.2em;
}

@media (min-width: 1200px) {
	.awards-side__title {
		margin-top: 0.6em;
		font-size: 3.5em;
	}
}

@media (min-width: 1441px) {
	.awards-side__title {
		font-size: 4.3em;
	}
}

@media (min-width: 768px) {
	.awards-side__title {
		padding-top: 10vh;
	}
}

@media (min-width: 1200px) {
	.awards-side__title {
		padding-top: 20vh;
	}
}

@media (min-width: 1441px) {
	.awards-side__title {
		padding-top: 23vh;
	}
}

.awards-side__subtitle {
	color: #ee1d25;
	text-transform: uppercase;
	font-size: 1.5em;
}

@media (min-width: 1200px) {
	.awards-side__subtitle {
		font-size: 2.5em;
	}
}

@media (min-width: 1441px) {
	.awards-side__subtitle {
		font-size: 3.17em;
	}
}

.awards-side__content {
	font-size: 1.5em;
}

@media (min-width: 1200px) {
	.awards-side__content {
		font-size: 2.1em;
	}
}

@media (min-width: 1441px) {
	.awards-side__content {
		font-size: 2.3em;
	}
}

.awards-side__logos_wrapper {
	overflow: hidden;
}

.awards-side__logos_track {
	animation: ticker 7s linear infinite;
}

@keyframes ticker {
	0% {
		transform: translateY(0%);
		margin-top: 0;
	}
	100% {
		transform: translateY(-50%);
		margin-top: 8px;
	}
}

.awards-side__logo {
	padding: 10px 0;
	text-align: center;
	font-size: 1.3em;
}

@media (min-width: 1200px) {
	.awards-side__logo {
		font-size: 1.5em;
	}
}

@media (min-width: 1441px) {
	.awards-side__logo {
		font-size: 1.96em;
	}
}

.awards-side__logo img {
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
	max-width: 90px;
}

@media (min-width: 768px) {
	.awards-side__logo img {
		width: auto;
	}
}

@media (min-width: 1200px) {
	.awards-side__logo img {
		max-width: 103px;
	}
}

@media (min-width: 1441px) {
	.awards-side__logo img {
		max-width: 115px;
	}
}

.alloliveoil-menu-switcher {
	display: block;
	position: absolute;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #ee1d25;
	color: #fff;
	width: 49px;
	height: 49px;
	text-align: center;
	z-index: 2;
}

.alloliveoil-menu-switcher:before {
	content: "+";
	font-family: Futura-Medium;
	font-size: 3.45em;
	line-height: 49px;
	vertical-align: text-top;
}

@media (min-width: 768px) {
	.alloliveoil-menu-switcher {
		display: none;
	}
}

.alloliveoil-bodytext {
	padding: 0 20px;
	font-size: 1.6em;
}

@media (min-width: 768px) {
	.alloliveoil-bodytext {
		font-size: 1.6em;
		padding-left: 60px;
	}
}

.alloliveoil-section-title {
	color: #ee1d25;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.6em;
}

@media (min-width: 768px) {
	.alloliveoil-section-title {
		font-size: 2.2em;
	}
}

@media (min-width: 1200px) {
	.alloliveoil-section-title {
		font-size: 2.6em;
	}
}

@media (min-width: 1441px) {
	.alloliveoil-section-title {
		font-size: 2.9em;
	}
}

body[data-alloliveoil-menu-on="1"] .alloliveoil-menu-switcher:before {
	line-height: 49px;
	font-size: 2em;
	font-family: "Glyphicons Halflings";
	content: "\e258";
}

body[data-alloliveoil-menu-on="1"] .alloliveoil-menu {
	visibility: visible;
	transform: translateY(0);
	transition: 0.2s all ease-out;
	padding-top: 50px;
}

.alloliveoil-menu {
	font-size: 1.8em;
	display: table;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	transition: 0.5s all ease-in;
	z-index: 1;
	visibility: hidden;
	background-color: #fff;
}

@media (min-width: 768px) {
	.alloliveoil-menu {
		font-size: 2em;
		visibility: visible;
		position: fixed;
		display: table;
		transform: none;
	}
}

.alloliveoil-menu > p {
	display: none;
}

@media (min-width: 768px) {
	.alloliveoil-menu > p {
		display: block;
		background-color: #ee1d25;
		color: #fff;
		padding: 20px;
		margin: 0;
		text-transform: uppercase;
	}
}

.alloliveoil-menu > nav {
	background: #fff;
	margin: 0;
}

.alloliveoil-menu ul {
	margin: 0;
}

@media (min-width: 768px) {
	.alloliveoil-menu ul {
		display: flex;
		justify-content: space-evenly;
	}
}

.alloliveoil-menu ul li {
	text-align: center;
	padding: 15px;
	display: block;
	border-bottom: 1px solid #ee1d25;
}

.alloliveoil-menu ul li:last-child {
	border-bottom: none;
}

.alloliveoil-menu ul li:hover,
.alloliveoil-menu ul li:active,
.alloliveoil-menu ul li[data-active] {
	color: #ee1d25;
}

.alloliveoil-menu ul li:hover a,
.alloliveoil-menu ul li:active a,
.alloliveoil-menu ul li[data-active] a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.alloliveoil-menu ul li {
		border-bottom: none;
		display: inline-block;
	}
}

@supports (-ms-ime-align: auto) and (color: unset) {
	@media (min-width: 768px) {
		.alloliveoil-menu ul {
			justify-content: space-around;
		}
	}
}

.single-alloliveoil,
.page-template-steps {
	background-color: #fcfafa;
}

.single-alloliveoil main.container,
.page-template-steps main.container {
	padding: 30px;
}

@media (min-width: 768px) {
	.single-alloliveoil main.container,
	.page-template-steps main.container {
		padding: 20px;
		width: 100%;
		max-width: 1000px;
	}
}

@media (min-width: 1200px) {
	.single-alloliveoil main.container,
	.page-template-steps main.container {
		width: 100%;
		max-width: 1200px;
	}
}

.single-alloliveoil h1,
.page-template-steps h1 {
	font-size: 3.6em;
}

@media (min-width: 768px) {
	.single-alloliveoil h1,
	.page-template-steps h1 {
		font-size: 6em;
	}
}

.single-alloliveoil h1 + img,
.page-template-steps h1 + img {
	max-width: 70%;
	height: auto;
}

@media (min-width: 768px) {
	.single-alloliveoil h1 + img,
	.page-template-steps h1 + img {
		max-width: 80%;
	}
}

.single-alloliveoil ol,
.page-template-steps ol {
	counter-reset: my-badass-counter;
}

.single-alloliveoil ol li,
.page-template-steps ol li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.single-alloliveoil ol li:before,
.page-template-steps ol li:before {
	color: #ee1d25;
	position: relative;
	left: -20px;
	margin-right: -15px;
	font-size: 1.4em;
	display: inline-block;
	content: counter(my-badass-counter) ". ";
	counter-increment: my-badass-counter;
}

.alloliveoil-subtitle {
	font-size: 1.5em;
}

@media (min-width: 1200px) {
	.alloliveoil-subtitle {
		font-size: 2em;
	}
}

@media (min-width: 1441px) {
	.alloliveoil-subtitle {
		font-size: 2.5em;
	}
}

.single-alloliveoil .container {
	margin-top: 70px !important;
}

.alloliveoil-template-extraction .result-extraction-item {
	margin-bottom: 100px;
}

.alloliveoil-template-extraction .extraction-bypass {
	text-align: center;
	clear: both;
}

.alloliveoil-template-extraction .extraction-bypass .extraction-item__step-number {
	text-align: left;
	border-bottom: 1px solid #ee1d25;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.alloliveoil-template-extraction .extraction-bypass .extraction-item__step-number:before {
	content: "";
	clear: both;
}

.alloliveoil-template-extraction .extraction-bypass .extraction-item__title {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.alloliveoil-template-extraction .extraction-bypass .extraction-item__title:before {
	display: none;
	content: "\25BC";
	position: absolute;
	transform: translate(-50%, -100%);
	font-size: 1em;
	top: -4px;
	left: 50%;
}

.alloliveoil-template-extraction .extraction-bypass .extraction-item__title:hover:before,
.alloliveoil-template-extraction .extraction-bypass .extraction-item__title[data-active="1"]:before {
	display: block;
}

@media (min-width: 768px) {
	.alloliveoil-template-extraction .extraction-bypass .extraction-item__title:before {
		font-size: 0.6em;
		top: -3px;
	}
}

.alloliveoil-template-extraction .extraction-item {
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.alloliveoil-template-extraction .extraction-item {
		margin-bottom: 80px;
	}
}

.alloliveoil-template-extraction .extraction-item__step-number {
	color: #e7e7e7;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
}

@media (min-width: 768px) {
	.alloliveoil-template-extraction .extraction-item__step-number {
		margin-bottom: 10px;
	}
}

.alloliveoil-template-extraction .extraction-item__title {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ee1d25;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 2em;
}

@media (min-width: 768px) {
	.alloliveoil-template-extraction .extraction-item__title {
		margin-bottom: 10px;
		font-size: 2em;
	}
}

.alloliveoil-template-extraction .extraction-item__text {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.6em;
}

@media (min-width: 768px) {
	.alloliveoil-template-extraction .extraction-item__text {
		margin-bottom: 10px;
		font-size: 1.6em;
	}
}

.alloliveoil-template-extraction .extraction-item__picture {
	margin: 20px auto;
	display: block;
	max-width: 60%;
	height: auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.alloliveoil-template-extraction .extraction-item__picture {
		max-width: 40% !important;
		float: left;
		margin: 0 20px 0 0;
	}
}

@media (min-width: 1200px) {
	.alloliveoil-template-extraction .extraction-item__picture {
		object-fit: contain;
		max-width: 40% !important;
		aspect-ratio: 1 / 1;
	}
}

.alloliveoil-template-extraction .extraction-item--odd .extraction-item__picture {
	float: left;
	margin-right: 20px;
}

.alloliveoil-template-extraction .extraction-item--even .extraction-item__picture {
	float: right;
	margin-left: 20px;
}

.tasting-step {
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.tasting-step {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.tasting-step__step-number {
	color: #e7e7e7;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
}

@media (min-width: 768px) {
	.tasting-step__step-number {
		margin-bottom: 10px;
	}
}

.tasting-step__title {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ee1d25;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.tasting-step__title {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

.tasting-step__text {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}

@media (min-width: 768px) {
	.tasting-step__text {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.tasting-step__coltext {
		display: inline-block;
		vertical-align: middle;
		max-width: 60%;
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	.tasting-step__coltext {
		width: 70%;
	}
}

@media (min-width: 1441px) {
	.tasting-step__coltext {
		max-width: 69%;
	}
}

.tasting-step__picture {
	margin: 20px auto;
	display: block;
	max-width: 80%;
	height: auto;
}

@media (min-width: 768px) {
	.tasting-step__picture {
		display: inline-block;
		vertical-align: middle;
		max-width: 40%;
	}
}

@media (min-width: 1200px) {
	.tasting-step__picture {
		width: 30%;
		max-width: initial;
	}
}

@media (min-width: 1441px) {
	.tasting-step__picture {
		max-width: 31%;
	}
}

.tasting-step--odd {
	text-align: left;
}

@media (min-width: 768px) {
	.tasting-step--odd .tasting-step__coltext {
		padding-left: 20px;
	}
}

.tasting-step--even {
	text-align: right;
}

@media (min-width: 768px) {
	.tasting-step--even .tasting-step__coltext {
		padding-right: 20px;
	}
}

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

.contact-page h1 {
	font-size: 5.5em;
}

@media (min-width: 768px) {
	.contact-page h1 {
		font-size: 7em;
	}
}

@media (min-width: 1200px) {
	.contact-page h1 {
		font-size: 8.4em;
	}
}

@media (min-width: 1441px) {
	.contact-page h1 {
		font-size: 10em;
	}
}

.contact-page .wpcf7-form {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.contact-page .wpcf7-form {
		max-width: initial;
	}
}

.contact-page .wpcf7-form input[type="text"],
.contact-page .wpcf7-form input[type="tel"],
.contact-page .wpcf7-form input[type="email"],
.contact-page .wpcf7-form textarea {
	background-color: #fff;
	border: none;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.contact-page .wpcf7-form input[type="submit"] {
	margin-top: 10px;
	padding: 10px 20px;
	border: none;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}

.home-module {
	text-align: center;
	position: relative;
}

.home-module:before {
	content: "";
	padding-top: 45%;
}

.home-module.background-image {
	overflow: hidden;
}

@media (max-width: 768px) {
	.home-module.background-image {
		min-height: 60vh !important;
	}
}

@media (min-width: 768px) {
	.home-module.background-image:before {
		content: "";
		background: inherit;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: scale(1);
		transition: transform 10s cubic-bezier(0.32, 0.02, 0.33, 1.27) 0.2s;
	}
	.home-module.background-image:hover:before {
		transition: transform 5s cubic-bezier(0.32, 0.02, 0.33, 1.27) 0.2s;
		transform: scale(1.1);
	}
}

.home-module a,
.home-module a:hover,
.home-module a:focus {
	color: inherit;
	text-decoration: none;
}

.home-module:first-of-type .home-module__title {
	font-size: 9vw !important;
}

@media (min-width: 768px) {
	.home-module:first-of-type .home-module__title {
		font-size: 8em !important;
		margin-top: 0px !important;
	}
}

@media (min-width: 1441px) {
	.home-module:first-of-type .home-module__title {
		font-size: 9em !important;
	}
}

.home-module__title {
	font-size: 15vw !important;
}

@media (min-width: 768px) {
	.home-module__title {
		font-size: 8em !important;
	}
}

@media (min-width: 1441px) {
	.home-module__title {
		font-size: 11em !important;
	}
}

.home-module__content {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 100%;
	padding: 0px;
	transform: translate(-50%, 0%);
}

.home-module__content:not([data-scroll-active]) {
	opacity: 0;
	transform: translate(-50%, 0%);
}

.home-module__content[data-scroll-active] {
	opacity: 1;
	transform: translate(-50%, 0%);
	transition: 0.9s cubic-bezier(0.32, 0.02, 0.33, 1.27) 0.2s;
}

@media (min-width: 1200px) {
	.home-module__content {
		width: 90%;
	}
}

.home-module__content header {
	color: #fff;
}

.home-module__content header p {
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: 0.5em;
	text-decoration: underline;
}

.home-module__content.bg-white header {
	color: #000;
}

@media (min-width: 768px) {
	.home-module--col2 {
		width: 50%;
		float: left;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.home-module--col2 .home-module__title {
		font-size: 5em !important;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.home-module--col2 .home-module__title {
		font-size: 6em !important;
	}
}

@media (min-width: 768px) and (min-width: 1441px) {
	.home-module--col2 .home-module__title {
		font-size: 8.7em !important;
	}
}

.home-module .video-controls {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 140px;
}

.module-like-products {
	display: block;
	background-color: #f7f3f2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
}

.module-like-products > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.module-like-products .home-module__title {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	padding: 20px;
	font-size: 5em;
}

.module-like-products .home-module__title:not([data-scroll-active]) {
	opacity: 0;
	transform: translateY(10%);
}

.module-like-products .home-module__title[data-scroll-active] {
	opacity: 1;
	transform: translate(0);
	transition: 0.9s cubic-bezier(0.32, 0.02, 0.33, 1.27) 0.2s;
}

@media (min-width: 768px) {
	.module-like-products .home-module__title {
		font-size: 6em;
	}
}

@media (min-width: 1200px) {
	.module-like-products .home-module__title {
		font-size: 8.7em;
		bottom: 3%;
	}
}

.teasers-container.container {
	margin: auto !important;
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}

@media (max-width: 992px) {
	.teasers-container.container {
		margin-top: 24px;
		margin-bottom: 24px;
	}
}

.teasers-container {
	margin-top: 40px !important;
	font-size: 16px;
	margin: auto !important;
}

.teasers-container .row .teasers-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 1200px) {
	.teasers-container .row .teasers-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 992px) {
	.teasers-container .row .teasers-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.teasers-container .row .teasers-grid .teaser {
	width: 100%;
}

@media (max-width: 992px) {
	.teasers-container .row .teasers-grid .teaser {
		width: 95%;
		margin: auto;
	}
}

.teasers-container .row .teasers-grid .teaser img {
	object-fit: cover;
	max-width: auto;
	width: 100%;
	height: 300px;
}

.module-like-awards .image-left {
	display: none;
}

@media (min-width: 768px) {
	.module-like-awards .image-left {
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 80%;
	}
}

.module-like-awards .image-right {
	display: none;
}

@media (min-width: 768px) {
	.module-like-awards .image-right {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 80%;
	}
}

.module-like-awards .image-bottom {
	max-width: 100%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.module-like-awards .image-bottom {
		width: auto;
	}
}

@media (min-width: 768px) {
	.module-like-awards__content {
		width: auto;
		min-width: 45%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.module-like-awards__title {
	font-size: 15vw;
}

@media (min-width: 768px) {
	.module-like-awards__title {
		font-size: 10em;
	}
}

.module-like-awards header {
	color: #000;
	padding: 20px;
	margin-bottom: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.module-like-awards header {
		padding: 40px;
	}
}

.module-like-awards header p {
	font-size: 1.8em;
	text-decoration: underline;
	letter-spacing: 0.5em;
}

.milestone-module {
	position: relative;
}

@media (min-width: 768px) {
	.milestone-module {
		background-attachment: fixed;
	}
}

.milestone-module .posters-slider {
	display: block;
	max-width: 350px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.milestone-module .posters-slider {
		max-width: auto;
		margin-left: 25%;
		margin-right: 46%;
		margin-top: 10%;
	}
}

@media (min-width: 1200px) {
	.milestone-module .posters-slider {
		margin-left: 41%;
		margin-right: 35%;
		max-width: 710px;
	}
}

.milestone-module .posters-slider .slick-next {
	right: 0px;
}

@media (min-width: 768px) {
	.milestone-module .posters-slider .slick-next {
		right: -40px;
	}
}

@media (min-width: 1200px) {
	.milestone-module .posters-slider .slick-next {
		right: -40%;
	}
}

.milestone-module .posters-slider .slick-prev {
	left: 0px;
}

@media (min-width: 768px) {
	.milestone-module .posters-slider .slick-prev {
		left: -80px;
	}
}

@media (min-width: 1200px) {
	.milestone-module .posters-slider .slick-prev {
		left: -80%;
	}
}

.milestone-module .posters-slider .slick-next,
.milestone-module .posters-slider .slick-prev {
	opacity: 1;
	background-color: #ee1d25;
}

@media (min-width: 768px) {
	.milestone-module .posters-slider .slick-next,
	.milestone-module .posters-slider .slick-prev {
		background-color: transparent;
	}
}

.milestone-module .posters-slider .slick-next:before,
.milestone-module .posters-slider .slick-prev:before {
	font-size: 25px;
	line-height: 30px;
	opacity: 1;
	color: #fff;
}

@media (min-width: 768px) {
	.milestone-module .posters-slider .slick-next:before,
	.milestone-module .posters-slider .slick-prev:before {
		font-size: 60px;
		color: #ee1d25;
	}
}

.milestone-module__content {
	padding: 30px;
	position: relative;
}

.milestone-module__content:not([data-scroll-active]) {
	background-color: rgba(255, 255, 255, 0);
}

.milestone-module__content:not([data-scroll-active]) > * {
	transform: translateY(50%);
	opacity: 0;
}

.milestone-module__content:not([data-scroll-active]):before {
	opacity: 0;
}

@media (max-width: 480px) {
	.milestone-module__content:not([data-scroll-active]):before {
		transform: translate(-50%, 100%) rotate(45deg);
	}
}

.milestone-module__content[data-scroll-active] {
	background-color: #fff;
	transition: 0.6s cubic-bezier(0.32, 0.02, 0.33, 1.27);
}

.milestone-module__content[data-scroll-active] > * {
	transform: translateY(0);
	opacity: 1;
	transition: 0.6s cubic-bezier(0.32, 0.02, 0.33, 1.27);
}

.milestone-module__content[data-scroll-active]:before {
	opacity: 1;
	transition: 0.4s cubic-bezier(0.32, 0.02, 0.33, 1.27) 0.2s;
}

@media (max-width: 480px) {
	.milestone-module__content[data-scroll-active]:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
}

@media (min-width: 768px) {
	.milestone-module__content {
		position: static;
		margin-left: 25%;
		margin-right: 10%;
		max-width: 490px;
		margin-top: 10%;
		margin-bottom: 10%;
	}
}

@media (min-width: 1200px) {
	.milestone-module__content {
		max-width: 595px;
		margin-left: 41%;
		margin-right: 21%;
	}
}

@media (min-width: 1200px) {
	.milestone-module__content {
		max-width: 710px;
	}
}

.milestone-module__content h2 {
	font-family: "Futura-Medium";
	margin-top: 0;
	font-size: 2em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.milestone-module__content h2 {
		font-size: 2em;
	}
}

@media (min-width: 1441px) {
	.milestone-module__content h2 {
		font-size: 2em;
	}
}

.milestone-module__content p {
	font-family: "Futura-Book";
	font-size: 1.6em;
}

@media (min-width: 1200px) {
	.milestone-module__content p {
		font-size: 1.6em;
	}
}

@media (min-width: 1441px) {
	.milestone-module__content p {
		font-size: 1.6em;
	}
}

.milestone-module__content:before {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
	height: 50px;
	width: 50px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.milestone-module__content:before {
		width: 9px;
		height: 9px;
		border-radius: 50%;
		top: initial;
		transform: none;
		left: calc(25% - 24px);
	}
}

@media (min-width: 1200px) {
	.milestone-module__content:before {
		left: calc(41% - 24px);
	}
}

@media (min-width: 768px) {
	.milestone-module__content:after {
		content: "";
		position: absolute;
		width: 1px;
		display: block;
		background-color: #fff;
		top: 0;
		bottom: 0;
		left: calc(25% - 20px);
	}
}

@media (min-width: 1200px) {
	.milestone-module__content:after {
		left: calc(41% - 20px);
	}
}

@media (min-width: 768px) {
	.posters-slider + .milestone-module__content {
		margin-top: 10px;
	}
}

.aviso-cookies-layer {
	display: none;
	padding: 10px;
	position: fixed;
	background-color: rgba(238, 29, 37, 0.98);
	z-index: 3;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -20px;
}

.aviso-cookies-layer .aviso-cookies {
	width: 100%;
	color: #fff;
	line-height: 1.2;
}

.aviso-cookies-layer .aviso-cookies a {
	text-decoration: underline;
}

.aviso-cookies-layer .aviso-cookies-close {
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 15px;
	color: #fff;
}

.aviso-cookies-layer .aviso-cookies {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	font-family: Futura-light;
}

@media screen-sm {
	[data-src-desktop] {
		opacity: 0;
	}
}

[data-src-desktop][data-load-status="1"] {
	opacity: 1;
	transition: 0.2s opacity;
}

[data-src-desktop][data-load-status="0"] {
	opacity: 0;
	transition: 0s opacity;
}

.page-template-default {
	background-color: #fcfafa;
}

.page-template-default main.container {
	padding: 30px;
}

@media (min-width: 768px) {
	.page-template-default main.container {
		padding: 20px;
		width: 100%;
		max-width: 1000px;
	}
}

@media (min-width: 1200px) {
	.page-template-default main.container {
		width: 100%;
		max-width: 1200px;
	}
}

/* TITULAR PRINCIPAL */
.page-template-default h1 {
	font-size: 3.6em;
	font-family: 'Clearface';
	font-weight: 700;
}

/* IMAGEN JUNTO AL TITULAR */
.page-template-default h1 + img {
	max-width: 70%;
	height: auto;
}

@media (min-width: 768px) {
	.page-template-default h1 + img {
		max-width: 80%;
	}
}

/* LISTAS OL NUMERADAS */
.page-template-default ol {
	counter-reset: my-badass-counter;
}

.page-template-default ol li {
	margin: 1em 0;
	list-style: decimal;
}

.page-template-default ol li::marker {
	color: #ee1d25;
	position: relative;
	left: -20px;
	margin-right: -15px;
	font-size: 1em;
	display: inline-block;
}

/* SUBTÍTULOS */
.page-template-default .page-template-default-subtitle {
	font-family: 'Clearface';
	font-weight: 700;
	font-size: 20px;
}

@media (min-width: 1200px) {
	.page-template-default .page-template-default-subtitle {
		font-size: 20px;
	}
}

@media (min-width: 1441px) {
	.page-template-default .page-template-default-subtitle {
		font-size: 20px;
	}
}

/* CONTENIDO PRINCIPAL */
.page-template-default .page-template-default-content {
	width: 100%;
	text-align: left;
}

/* TÍTULOS SECCIÓN (H2) */
.page-template-default-content h2 {
	color: #ee1d25;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
}

/* TEXTO GENERAL */
.page-template-default .page-template-default-content > *:not(h2) {
	font-size: 16px;
}

.page-template-default-content table {
	width: 100%;
	margin-bottom: 16px;
}

.page-template-default-content table tr {
	padding: 12px;
}

.page-template-default-content table tr:first-child {
	padding-top: 0;
}

.page-template-default-content table tr:last-child {
	padding-bottom: 0;
}

.page-template-default-content table tr td {
	padding: 12px;
}

.page-template-default-content table tr td:first-child {
	padding-left: 0;
}

.page-template-default-content table tr td:last-child {
	padding-right: 0;
}

.equal-heights {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.scroll-cta {
	font-weight: 700;
	display: block;
	font-size: 2em;
	background-color: #fff;
	transform: translate3d(0, 0, 0);
	text-align: center;
}

.scroll-cta:before,
.scroll-cta:after {
	position: absolute;
	top: 0;
	left: 50%;
}

.scroll-cta:before {
	width: 12px;
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 5 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E\a 			        %3Cpath d='M0.0609118848,0.000522334193 C0.0365331767,-0.00148056162 0.018943677,0.00218391751 0.00872017708,0.0124074174 C-0.0730678219,0.0941980622 0.429767505,0.821328616 1.12648156,1.62832894 C1.82319561,2.43532926 2.41648669,3.06740561 2.44474683,3.03289336 C2.47300698,2.99839434 2.98737814,2.39765524 3.58782884,1.69757569 C4.18828219,0.997506717 4.67975366,0.304713789 4.67975366,0.158134624 C4.67975366,0.0115554591 4.31016514,0.16755379 3.858614,0.504884307 C3.40706286,0.842214824 2.71220354,1.32804803 2.52536273,1.46244842 C2.29167215,1.63054879 2.01474071,1.33491925 1.2577387,0.7353602 C0.72814871,0.315921539 0.231573424,0.0145452507 0.0609118848,0.000522334193 Z M0.0609118848,2.46755551 C0.0365331767,2.46554997 0.018943677,2.46973303 0.00872017708,2.47995653 C-0.0730678219,2.56174718 0.429767505,3.28887773 1.12648156,4.09587805 C1.82319561,4.90287838 2.41648669,5.53495472 2.44474683,5.50044512 C2.47300698,5.46594345 2.98737814,4.86468842 3.58782884,4.16460887 C4.18828219,3.46453725 4.67975366,2.77174697 4.67975366,2.6251678 C4.67975366,2.47858864 4.31016514,2.63458697 3.858614,2.97191748 C3.40706286,3.30924536 2.71220354,3.79559714 2.52536273,3.92999753 C2.29167215,4.09809791 2.01474071,3.80195243 1.2577387,3.20239338 C0.72814871,2.78295207 0.231573424,2.48157843 0.0609118848,2.46755551 Z' id='path4572' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E\a 			%3C/svg%3E");
	top: -26px;
	left: calc(50% + 1px);
	transform: translateX(-50%);
}

.scroll-cta:after {
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	height: 50px;
	width: 50px;
	background-color: #fff;
}

.serif,
.scroll-cta {
	font-family: "Clearface", "Times New Roman", serif;
}

.serif-regular {
	font-family: "Clearface", "Times New Roman", serif;
}

.sans-serif {
	font-family: "Futura-Medium";
}

.header-module {
	text-align: center;
	position: relative;
}

@media (min-width: 768px) {
	.header-module {
		background-attachment: fixed;
	}
}

.header-module:before {
	content: "";
	display: block;
	padding-top: 45%;
}

.header-module__content {
	padding: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	width: calc(100% - 60px);
	max-width: 315px;
	top: 100%;
	transform: translate(-50%, -150%);
}

@media (min-width: 768px) {
	.header-module__content {
		width: calc(100% - 40px);
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 30px;
		width: 60%;
		max-width: initial;
	}
}

@media (min-width: 1200px) {
	.header-module__content {
		width: 43%;
		max-width: 620px;
	}
}

@media (min-width: 1441px) {
	.header-module__content {
		max-width: 820px;
	}
}

.header-module__content h1 {
	font-family: 'Clearface';
	font-weight: 700;
	line-height: 1;
	font-size: 3.6em;
	margin-top: 0;
}

@media (min-width: 768px) {
	.header-module__content h1 {
		font-size: 5.5em;
	}
}

@media (min-width: 1200px) {
	.header-module__content h1 {
		font-size: 6em;
	}
}

@media (min-width: 1441px) {
	.header-module__content h1 {
		font-size: 7em;
	}
}

.header-module__content p {
	font-size: 1.6em;
}

.bg-white-a {
	background-color: rgba(255, 255, 255, 0.7);
}

.video-background {
	background: #000;
	position: fixed;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
}

pre {
	display: inline-block;
	width: auto;
	padding: 0;
	word-break: normal;
	word-wrap: normal;
	background: none;
	white-space: pre-wrap;
	border: 0;
}

.alloliveoil-bodytex pre p {
	padding: 15px 50px 0 70px;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #000;
	font-family: "Futura-Medium";
}

.targeter {
	border-radius: 5px;
	border: 1px solid grey;
	padding: 10px 15px;
	margin-left: 60px;
	margin-bottom: 10px;
	margin-right: 40px;
	cursor: pointer;
}

.targeter span:before {
	transform: rotate(90deg);
	transition: 0.2s transform ease-in-out;
	font-family: "Glyphicons Halflings";
	content: "\e258";
	display: inline-block;
	font-size: 0.7em;
	margin-left: -5px;
	margin-right: 8px;
	color: #000;
}

.targeter.active-targeter span:before {
	transform: rotate(270deg);
}

.target {
	display: none;
	overflow: hidden;
}

.home-essential {
	background: #f4f2f3;
	width: 100%;
}

.home-hat {
	position: absolute;
	top: 54px;
	left: 0;
	max-width: 250px;
}

.home-hat img {
	max-width: 100%;
}

.home-essential-main {
	max-height: 100%;
	max-width: 970px;
	width: 100%;
}

.alloliveoil-template-default .alloliveoil-bodytext img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alloliveoil-template-default .row-allolive.row-1 p {
	text-align: center;
}

@media (max-width: 1024px) {
	.home-hat {
		display: none;
	}
}

@media (max-width: 640px) {
	.targeter {
		border-radius: 5px;
		border: 1px solid grey;
		padding: 10px 15px;
		margin-left: 20px;
		margin-bottom: 10px;
		margin-right: 20px;
		cursor: pointer;
	}
	.alloliveoil-bodytex pre p {
		padding: 0 30px 0 30px;
		margin-bottom: 20px;
		font-size: 1em;
		color: #000;
		font-family: "Futura-Medium";
	}
	.alloliveoil-bodytex p img {
		max-width: 100%;
	}
}

.protectedlogo {
	display: flex;
	align-items: center;
}

.protectedlogo .logo {
	width: 30%;
}

.protectedlogo .logo img {
	width: 100%;
}

.imgformats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/* Responsive productos */
.responsive-product {
	display: flex;
	flex: 0 0 auto;
}

@media (max-width: 1036px) and (min-width: 826px) {
	.container {
		margin: unset !important;
	}
}

@media (max-width: 826px) {
	.responsive-product {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 70px !important;
	}
	.container img {
		max-height: 243px;
	}
}

@media (max-width: 350px) {
	.container img {
		max-height: 200px;
	}
}

/* Search form
  --------------------------------------------- */
.search-form {
	display: flex;
	margin-top: 45px;
	margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
	.search-form {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.search-field {
	flex: 1;
	height: 36px;
	border: none;
	background-color: #FFF;
	padding: 6px 9px;
	font-size: 14px;
	font-family: 'Futura-Medium';
	color: #6a6a6a;
	text-transform: uppercase;
}

.search-field::placeholder {
	font-size: 14px;
	font-family: 'Futura-Medium';
	color: #a0a0a0;
}

.search-submit-container {
	width: 36px;
	height: 36px;
	background-color: #ee1d25;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.search-submit-icon {
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.search-submit {
	display: none;
}

/* Search Index
  --------------------------------------------- */
body.search-results:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	background-color: #ef1e24;
	transition: height 0.45s;
}

@media screen and (max-width: 1440px) {
	body.search-results:after {
		height: 49px;
	}
}

.wrapper.container {
	margin: 130px auto !important;
}

@media screen and (max-width: 1200px) {
	.wrapper.container {
		margin: 100px auto !important;
	}
}

@media screen and (max-width: 996px) {
	.wrapper.container {
		margin-bottom: 50px !important;
	}
}

.search_title {
	font-size: 26px;
	font-family: 'Futura-Bold';
	margin-bottom: 15px;
}

.search_title-sub {
	font-size: 16px;
	font-style: italic;
	font-family: 'Futura-Medium';
	color: #6A6A6A;
	margin-bottom: 35px;
}

.search_item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
	display: block;
	text-decoration: none;
}

.search_item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #EFEFEF;
}

.search_item:hover {
	text-decoration: none;
}

.search_item_title {
	font-size: 20px;
	font-family: 'Futura-Bold';
	color: #CC071E;
	margin-top: 0;
}

.search_item_content {
	font-size: 18px;
	font-family: 'Futura-Book';
	color: #6A6A6A;
}

/* Pagination
  --------------------------------------------- */
.button_icon {
	fill: currentColor;
	margin-right: 0.7777em;
}

.pagination_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-numbers {
	height: 36px;
	min-width: 61px;
	background-color: #EFEFEF;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-family: 'Roboto';
	font-size: 16px;
	padding: 0.333em 1.3888em;
	color: #6A6A6A;
	fill: currentColor;
}

.page-numbers:hover {
	text-decoration: none;
}

.page-numbers img {
	margin: 0;
}

.page-numbers.prev {
	margin-right: auto;
}

.page-numbers.prev img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 14px;
}

.page-numbers.prev ~ .page-numbers {
	margin-right: 4px;
}

.page-numbers.prev + .page-numbers {
	margin-left: 4px;
}

.page-numbers.next {
	margin-left: auto;
	margin-right: 0 !important;
}

.page-numbers.next img {
	margin-left: 14px;
}

.page-numbers.current {
	background-color: #CC071E;
	color: #FFF;
	margin-right: 4px !important;
}

.page-numbers.disabled {
	opacity: 0.5;
}

.page-numbers.prev,
.page-numbers.next {
	min-width: 155px;
}

a.page-numbers {
	color: #6A6A6A;
}

@media screen and (max-width: 768px) {
	.page-numbers span {
		display: none;
	}
	.page-numbers.prev,
	.page-numbers.next {
		min-width: initial;
	}
	.page-numbers img {
		margin: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.pagination_container {
		max-width: 330px;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-numbers.prev,
	.page-numbers.next {
		margin-top: 0.5em;
		min-width: 49%;
	}
	.page-numbers.prev {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.page-numbers.next {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

/* Fix home before update
  --------------------------------------------- */
.home-module.background-image {
	min-height: 100vh;
}

/* Home text footer */
.home-text-footer {
	padding-top: 60px;
	padding-bottom: 30px;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.home-text-footer_container {
	text-align: center;
	max-width: 724px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.home-text-footer_title {
	font-size: 64px;
	margin-bottom: 24px;
}

.home-text-footer_sub_title {
	font-family: "Avenir";
	font-size: 24px;
	margin-bottom: 60px;
}

.home-text-footer_section {
	font-family: "Avenir";
	font-size: 17.45px;
	margin-bottom: 60px;
}

.home-text-footer_section_title {
	font-size: 30px;
	text-transform: uppercase;
	color: #ee1d25;
	font-weight: 600;
}

.home-text-footer_background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #8c8989;
}

.home-text-footer_background img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1600px) {
	.home-text-footer_background img {
		object-position: bottom;
	}
}

@media screen and (max-width: 1350px) {
	.home-text-footer_background img {
		width: auto;
		height: 100%;
		object-fit: initial;
	}
}

@media screen and (max-width: 768px) {
	.home-text-footer {
		padding-top: 30px;
	}
	.home-text-footer_title {
		font-size: 54px;
	}
	.home-text-footer_background {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.home-text-footer_title {
		font-size: 36px;
	}
	.home-text-footer_section_title {
		font-size: 24px;
	}
}

/* change of headings */
.home-module:first-of-type .home-module__title,
.home-module--col2 .home-module__title,
.home-module:nth-of-type(4) .home-module__title {
	margin-bottom: 20px !important;
}

.home-module:first-of-type .home-module__title,
.home-module--col2 .home-module__title,
.module-like-products .home-module__title,
.home-module:nth-of-type(4) .home-module__title {
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	line-height: 1em;
	letter-spacing: initial;
}

.home-module--col2 .home-module__title,
.module-like-products .home-module__title {
	margin-top: 40px;
}

.products-menu {
	z-index: 103;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
	padding-right: 0px !important;
}

.alloliveoil-template main .col-centered h1,
.alloliveoil-template main h2,
.alloliveoil-template main h3,
.single-alloliveoil main h1,
.single-alloliveoil main h2,
.single-alloliveoil main h2 {
	font-family: clearface !important;
	font-weight: bold !important;
}

.page-template-recipes h1 {
	font-family: clearface !important;
	font-weight: bold !important;
}

.page-template-default-content {
	font-size: 16px !important;
	font-family: 'Futura';
}

.page-template-default-content p {
	font-size: 16px !important;
	font-family: 'Futura';
}

.page-template-default-content h1 {
	font-family: "Clearface" !important;
	font-weight: 700 !important;
	font-size: 36px !important;
}

.page-template-default-content h2,
.page-template-default-content h3 {
	font-family: "Futura" !important;
	color: #ee1d25;
	font-weight: 700 !important;
	font-size: 20px !important;
}

.page-template-steps h1 {
	font-weight: 700 !important;
}

.contentwrapper {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Futura';
}

.contentwrapper p {
	font-size: 16px;
	font-family: 'Futura';
}

.contentwrapper h1 {
	font-family: "Clearface";
	font-weight: 700;
	font-size: 36px;
}

.new-single-product {
	overflow-x: clip;
}

.new-single-product strong,
.new-single-product b {
	font-weight: 700 !important;
}

.new-single-product p {
	padding-bottom: 16px;
}

.new-single-product .overflow-b-hidden {
	overflow-y: clip;
}

.new-single-product .relateds {
	margin-top: 67px;
	display: flex;
	height: 100%;
	flex-direction: column !important;
	gap: 67px;
}

.new-single-product .container {
	display: flex;
	margin: 0px auto !important;
	gap: 20px;
	max-width: 1900px !important;
	min-width: 100% !important;
}

@media screen and (max-width: 768px) {
	.new-single-product .container {
		flex-direction: column;
		padding: 0 16px !important;
	}
}

.new-single-product .container .image_container {
	position: relative;
	padding: 20px 0px;
	background: #fff;
	min-width: 40%;
}

@media screen and (min-width: 768px) {
	.new-single-product .container .image_container {
		display: flex;
		justify-content: center;
		position: sticky;
		top: 0px;
		height: min-content;
	}
	.new-single-product .container .image_container::before {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		width: 100vw;
		height: 120vh;
		background: #fff;
	}
}

@media screen and (max-width: 768px) {
	.new-single-product .container .image_container {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.new-single-product .container .image_container::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: -20%;
		right: -20%;
		width: 200%;
		height: 200%;
		background: #fff;
	}
}

.new-single-product .container .image_container .img_desktop {
	display: none;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .image_container .img_desktop {
		display: none;
	}
}

.new-single-product .container .image_container .product_image {
	max-width: 250px;
	height: 100vh;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .image_container .product_image {
		max-width: auto;
		width: auto;
		max-height: 310px;
	}
}

.new-single-product .container .info_container {
	width: 75%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media screen and (min-width: 768px) {
	.new-single-product .container .info_container {
		padding: 0 20px;
		max-width: 100%;
		min-width: auto;
		width: fit-content;
		overflow: auto;
	}
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container {
		width: 100%;
	}
}

.new-single-product .container .info_container .title,
.new-single-product .container .info_container .title * {
	color: #000;
	font-family: "Clearface";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 52.8px */
	letter-spacing: -0.48px;
	margin-bottom: 0px;
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .title,
	.new-single-product .container .info_container .title * {
		color: #000;
		font-family: "Clearface";
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		/* 35.2px */
		letter-spacing: -0.32px;
		margin-top: 40px;
	}
}

.new-single-product .container .info_container .info_rows {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.new-single-product .container .info_container .info_rows .double_row {
	width: 100%;
	max-width: 100%;
	display: flex;
	gap: 24px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .double_row {
		flex-direction: column;
	}
}

.new-single-product .container .info_container .info_rows .item_row {
	flex: 1;
	display: flex;
	gap: 24px;
}

.new-single-product .container .info_container .info_rows .item_row .icon_image {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: start;
	justify-content: start;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .item_row .icon_image {
		display: none;
	}
}

.new-single-product .container .info_container .info_rows .item_row .icon_image img {
	object-fit: contain;
	height: 100%;
	max-height: 100%;
}

.new-single-product .container .info_container .info_rows .item_row .item_container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .item_row .item_container .title {
		display: flex !important;
		gap: 12px;
		align-items: center;
		justify-content: start;
	}
}

.new-single-product .container .info_container .info_rows .item_row .item_container .title .icon_image {
	display: none;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .item_row .item_container .title .icon_image {
		display: flex;
	}
}

.new-single-product .container .info_container .info_rows .item_row .item_container .title,
.new-single-product .container .info_container .info_rows .item_row .item_container .title * {
	margin: 0px;
	color: #ee1d25;
	font-family: "Futura-Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
	word-break: break-word;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .description {
	width: 100%;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .description,
.new-single-product .container .info_container .info_rows .item_row .item_container .description * {
	margin: 0px;
	color: #231f20;
	font-family: "Futura-Book";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .ideal_icons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .ideal_icons .icon {
	aspect-ratio: 1/1;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .ideal_icons .icon img {
	object-fit: contain;
	height: 100%;
	max-height: 100%;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutritional_information {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 12px;
	padding: 12px;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutri-table {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 12px;
	padding: 12px;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutri-table tr {
	width: 100%;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutri-table tr :last-child {
	text-align: end;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutri-table td {
	padding: 8px;
	vertical-align: middle;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutri-table tr:nth-child(even) {
	background: #f8f4f4;
}

.new-single-product .container .info_container .info_rows .item_row .item_container .nutri-table tr.nested td:first-child {
	padding-left: 16px;
}

.new-single-product .container .info_container .info_rows .purchase_information {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	padding: 12px;
}

.new-single-product .container .info_container .info_rows .purchase_information .title {
	color: #ee1d25;
	font-family: "Futura-Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
}

.new-single-product .container .info_container .info_rows .purchase_information .shops {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
	gap: 1rem;
}

.new-single-product .container .info_container .info_rows .purchase_information .shops .shop a {
	display: block;
	width: 100%;
}

.new-single-product .container .info_container .info_rows .purchase_information .shops .shop a img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.new-single-product .container .info_container .info_rows .purchase_information .info {
	margin-bottom: 24px;
	padding: 12px;
	background: #fff;
	width: 100%;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.new-single-product .container .info_container .info_rows .purchase_information .info .info_icon {
	aspect-ratio: 1/1;
	align-self: center;
}

.new-single-product .container .info_container .info_rows .purchase_information .info .info_text {
	width: 100%;
}

.new-single-product .container .info_container .info_rows .purchase_information .info .info_text,
.new-single-product .container .info_container .info_rows .purchase_information .info .info_text * {
	color: #656262;
	font-family: "Futura-Book";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.14px;
}

.new-single-product .container .info_container .info_rows .description {
	display: flex;
	gap: 24px;
}

.new-single-product .container .info_container .info_rows .description .icon_image {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: start;
	justify-content: start;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .description .icon_image {
		display: none;
	}
}

.new-single-product .container .info_container .info_rows .description .icon_image img {
	object-fit: contain;
	height: 100%;
	max-height: 100%;
}

.new-single-product .container .info_container .info_rows .description .container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: auto !important;
	/* Contenedor extra inicialmente oculto */
	/* Cuando se active, se expande */
	/* Opcional: darle cursor pointer al botón de toggle */
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .description .container .title {
		display: flex !important;
		gap: 12px;
		align-items: center;
		justify-content: start;
	}
}

.new-single-product .container .info_container .info_rows .description .container .title .icon_image {
	display: none;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .info_container .info_rows .description .container .title .icon_image {
		display: flex;
	}
}

.new-single-product .container .info_container .info_rows .description .container .title,
.new-single-product .container .info_container .info_rows .description .container .title * {
	margin: 0px;
	color: #ee1d25;
	font-family: "Futura-Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
	word-break: break-word;
}

.new-single-product .container .info_container .info_rows .description .container .description_visible,
.new-single-product .container .info_container .info_rows .description .container .description_visible * {
	margin: 0px;
	color: #231f20;
	font-family: "Futura-Book";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown_toggle {
	transition: all 0.4s ease-in-out;
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown_toggle h5 {
	font-size: 14px;
	font-family: "Futura-Book";
	margin-top: 24px;
	margin-bottom: 0px;
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown_toggle svg {
	transition: all 0.4s ease-in-out;
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown_toggle.active svg {
	transform: rotate(180deg);
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown {
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-10px);
	transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out,
 transform 0.4s ease-in-out;
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown.active {
	max-height: 500px;
	/* Ajusta este valor según el contenido */
	opacity: 1;
	transform: translateY(0);
}

.new-single-product .container .info_container .info_rows .description .container .description_extra {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-10px);
	transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out,
 transform 0.4s ease-in-out;
}

.new-single-product .container .info_container .info_rows .description .container .description_extra.active {
	max-height: 500px;
	/* Ajusta este valor según el contenido real */
	opacity: 1;
	transform: translateY(0);
}

.new-single-product .container .info_container .info_rows .description .container .description_dropdown_toggle h5 {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}

.new-single-product .container .related_products {
	padding: 42px 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .related_products {
		padding: 0px 0px;
	}
}

.new-single-product .container .related_products .title {
	color: #231f20;
	font-size: 28px;
	font-family: "Futura-Medium";
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.28px;
	margin-bottom: 1rem;
}

.new-single-product .container .related_products .products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .related_products .products {
		padding-bottom: 46px;
	}
}

.new-single-product .container .related_products .products .product a {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .related_products .products .product a {
		max-width: 100%;
	}
}

.new-single-product .container .related_products .products .product a img {
	aspect-ratio: 1/1;
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-bottom: 0.5rem;
}

.new-single-product .container .related_products .products .product a .product-title {
	transition: all 0.4s ease-in-out;
	color: #231f20;
	text-align: center;
	font-family: "Clearface";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
}

.new-single-product .container .related_products .products .product a .product-title:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .related_products .products .product a .product-title {
		text-align: start;
		align-self: start;
	}
}

.new-single-product .container .related_recipes {
	padding: 42px 0px 64px 0px;
	width: 100%;
	height: auto;
	min-height: max-content;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .related_recipes {
		padding: 0px 0px 42px 0px;
	}
}

.new-single-product .container .related_recipes .title {
	color: #231f20;
	font-size: 28px;
	font-family: "Futura-Medium";
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.28px;
	margin-bottom: 1rem;
}

.new-single-product .container .related_recipes .recipes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media screen and (max-width: 768px) {
	.new-single-product .container .related_recipes .recipes {
		grid-template-columns: repeat(1, 1fr);
	}
}

.new-single-product .container .related_recipes .recipes .recipe {
	position: relative;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info {
	padding: 9px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	height: auto;
	background: #fff;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .info {
	display: flex;
	gap: 24px;
	color: #ee1d25;
	font-family: "Futura-Book";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .info .time {
	display: flex;
	align-items: center;
	gap: 4px;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .info .time img {
	width: 20px;
	height: 20px;
	object-fit: cover;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .info .arduousness {
	display: flex;
	align-items: center;
	gap: 4px;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .info .arduousness img {
	width: 30px;
	height: 20px;
	object-fit: contain;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .arrow {
	align-self: flex-start;
	display: flex;
	align-items: center;
	gap: 4px;
}

.new-single-product .container .related_recipes .recipes .recipe .recipe_info .title {
	color: #000;
	font-family: "Futura-Book";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 19.8px */
	letter-spacing: -0.18px;
}

.new-single-product .container .related_recipes .recipes .recipe a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.new-single-product .container .related_recipes .recipes .recipe a img {
	position: relative;
	z-index: -1;
	aspect-ratio: 1/1;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: inherit;
}

.new-single-product .container .related_recipes .recipes .recipe a .recipe-title {
	transition: all 0.4s ease-in-out;
	color: #231f20;
	text-align: center;
	font-family: "Futura-Book";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
}

.new-single-product .container .related_recipes .recipes .recipe a .recipe-title:hover {
	text-decoration: underline;
}

@font-face {
	font-family: "ClearfaceStd-Heavy";
	src: url("fonts/ClearfaceStd-Heavy.eot");
	src: url("fonts/ClearfaceStd-Heavy.woff") format("woff"), url("fonts/ClearfaceStd-Heavy.woff2") format("woff2"), url("fonts/ClearfaceStd-Heavy.ttf") format("truetype"), url("fonts/ClearfaceStd-Heavy.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.single_post.container {
	padding-bottom: 50px !important;
	max-width: 1000px;
	padding: 0 220px;
	width: 100%;
	margin-inline: auto;
}

@media (min-width: 992px) {
	.single_post.container {
		padding: 0 120px;
	}
}

@media (min-width: 768px) {
	.single_post.container {
		padding: 0 60px;
	}
}

@media (max-width: 768px) {
	.single_post.container {
		padding: 0 0px !important;
	}
}

.single_post {
	overflow: clip;
	position: relative;
	margin: 0 auto !important;
}

.single_post a {
	text-decoration: none !important;
}

.single_post .logo_container {
	display: flex;
	justify-content: center;
	min-height: 150px;
	padding: 30px 10px 10px !important;
}

.single_post .logo_container .logo {
	width: 140px;
	height: auto;
	object-fit: contain;
	height: fit-content;
}

.single_post .title_container {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single_post .title_container .categories a {
	padding: 7px 10px 5px;
	font-family: "Futura-Medium";
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	background: #cf021b;
}

.single_post .title_container h1 {
	font-family: "Clearface";
	font-weight: 700;
	max-width: 450px;
	text-align: center;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: -0.48px;
	margin: 25px auto 10px;
	color: #000;
}

.single_post .image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.single_post .image {
		margin-bottom: 30px;
	}
}

.single_post .image img {
	width: 100%;
	height: auto;
	max-height: 1000px;
	object-fit: contain;
}

.single_post thead {
	background: #f8f4f4;
	font-weight: 700;
	text-height: auto;
}

.single_post thead th {
	padding: 8px;
	vertical-align: middle;
	border: 1px solid #dcdcdc;
}

.single_post tr {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.single_post tr :last-child {
	text-align: end;
}

.single_post td {
	padding: 8px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
}

.single_post tr:nth-child(even) {
	background: #f8f4f4;
}

.single_post tr.nested td:first-child {
	padding-left: 16px;
}

.single_post .post_content {
	max-width: 700px;
	margin-inline: auto;
	font-family: "Futura-Book";
	font-weight: 300;
	font-size: 16px;
}

@media (max-width: 768px) {
	.single_post .post_content {
		padding: 0 20px !important;
	}
}

.single_post .post_content h2 {
	font-size: 22px;
	font-family: inherit;
	font-weight: 600;
	text-align: start;
	margin-bottom: 20px;
}

.single_post .post_content h3 {
	font-size: 20px;
	font-family: inherit;
	font-weight: 500;
	text-align: start;
	margin-bottom: 20px;
}

.single_post .post_content h3 {
	font-size: 16px;
	font-family: inherit;
	font-weight: 600;
	text-align: start;
	margin-bottom: 20px;
}

.single_post .post_content strong {
	font-family: inherit;
	font-weight: 700;
}

.single_post .post_content a {
	font-family: "Futura-Light";
	font-weight: 300;
	color: #ee1d25;
}

.single_post .post_content i {
	font-family: "Futura-Light";
	font-weight: 300;
	font-style: italic;
}

.single_post .post_content .aligncenter {
	margin: 0 auto;
}

.single_post .post_content img {
	object-fit: contain;
}

.single_post .post_content ul {
	padding: 0px 0px 20px 40px;
	list-style: disc;
}

.single_post .post_content ul li::marker {
	color: #ee1d25;
}

.single_post .post_content blockquote {
	margin: 40px;
	border-color: #ee1d25;
}

.single_post .ctas {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	padding: 0 20px;
}

.single_post .ctas .cta {
	font-size: 21px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	background: #ee1d25;
	padding: 10px 20px;
	color: #fff;
}

.single_post .bg-gray {
	background: #f9f9f9;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single_post .bg-gray .bg-footer {
	margin: 0px !important;
	max-width: 1440px;
}

.single_post .post_footer {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.single_post .post_footer .related-posts-swiper {
	position: relative;
	width: 90%;
	margin-bottom: 50px;
}

.single_post .post_footer .related-posts-swiper .swiper-posts {
	overflow: clip;
}

.single_post .post_footer .related-posts-swiper h2 {
	font-family: inherit;
	font-weight: 400;
	text-align: start;
	margin-bottom: 40px;
	margin-top: 70px;
	font-size: 21px;
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-next {
	position: absolute !important;
	top: 250px;
	right: -48px;
	rotate: 180deg;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.single_post .post_footer .related-posts-swiper .swiper-posts-button-next {
		top: 75%;
	}
}

@media (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-posts-button-next {
		right: -24px;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-next img {
	position: absolute;
	width: 24px;
	height: 24px;
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
	position: absolute !important;
	top: 250px;
	left: -48px;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
		top: 75%;
	}
}

@media (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
		left: -24px;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev img {
	position: absolute;
	width: 24px;
	height: 24px;
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper {
	width: 100% !important;
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide {
	padding: 0 12px;
	text-align: center;
	max-width: calc(33.2%) !important;
}

@media (max-width: 1024px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide {
		max-width: calc(50%) !important;
	}
}

@media (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide {
		max-width: calc(100%) !important;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: clip;
}

@media screen and (min-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post {
		padding-top: 260px;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post {
		padding-top: 320px;
	}
}

@media screen and (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post {
		padding-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .image {
		position: absolute;
		top: 0px;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .image {
		position: relative;
		width: auto;
		height: auto;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .image img {
	height: 320px;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		max-height: inherit;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	background: #fff;
	padding: 12px 25px;
}

@media screen and (min-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content {
		width: 78%;
		position: relative;
	}
}

@media (max-width: 990px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content {
		flex-direction: column;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content .text {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: start;
}

@media (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content .text {
		flex: inherit;
	}
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content .text .titulo {
	font-size: 20px;
	font-family: "ClearfaceStd-Heavy";
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .content img {
	width: 21px;
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .links {
	display: flex;
	color: #ee1d25;
	font-size: 20px;
	gap: 4px;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.single_post .post_footer .related-posts-swiper .swiper-wrapper .swiper-slide .post .links {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-family: "Futura-Medium";
	}
}

.single_post .info_section {
	background: #f8f4f4;
	padding: 20px;
	padding-top: 75px;
	padding-bottom: 50px;
	border-top: #d9d2d2 solid 5px;
	border-bottom: #d9d2d2 solid 5px;
	font-family: inherit;
	font-weight: 500;
	font-size: 21px;
}

@media screen and (max-width: 768px) {
	.single_post .info_section {
		margin-top: 40px;
	}
}

.single_post .info_section a {
	font-family: inherit;
	font-weight: 500;
	color: #ee1d25;
}

.single_post .info_section i {
	font-family: inherit;
	font-weight: 500;
	font-style: italic;
}

.single_post .info_section h2 {
	font-size: 30px;
	font-family: inherit;
	font-weight: 600;
	text-align: start;
	margin-bottom: 20px;
}

.single_post .info_section strong {
	font-family: inherit;
	font-weight: 700;
}

.single_post .info_section .contact {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

@media (max-width: 768px) {
	.single_post .info_section .contact {
		flex-direction: column;
		align-items: center;
	}
}

.single_post .info_section .contact .content {
	flex: 1;
}

@media (max-width: 768px) {
	.single_post .info_section .contact .content {
		width: 100%;
	}
}

.visible-xs,
.products-menu-switcher {
	z-index: 100;
}

@font-face {
	font-family: "Clearface";
	src: url("fonts/clearface2/ITC Clearface Std.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Clearface";
	src: url("fonts/clearface2/ITC Clearface Std Bold.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Clearface";
	src: url("fonts/clearface2/ITC Clearface Std Heavy.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Clearface";
	src: url("fonts/clearface2/ITC Clearface Std Italic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Clearface";
	src: url("fonts/clearface2/ITC Clearface Std Bold Italic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Avenir";
	src: url("fonts/avenir/AvenirLTStd-Roman.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

.new-template {
	margin-top: -80px;
	padding-top: 80px;
	background-color: #FFF;
}

.new-template .header {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1116px;
	padding: 0;
}

@media (max-width: 993px) {
	.new-template .header {
		padding: 0 47px 80px;
	}
}

@media (max-width: 768px) {
	.new-template .header {
		padding: 110px 47px 80px;
	}
}

.new-template .header .imagen {
	display: block;
	position: relative;
	width: 528px;
	height: 420px;
	flex: 1 0 0;
	margin-right: 60px;
	overflow: hidden;
}

@media (max-width: 993px) {
	.new-template .header .imagen {
		margin: 0 auto;
		display: none;
	}
}

@media (max-width: 768px) {
	.new-template .header .imagen {
		max-width: 296px;
		width: 100%;
		height: 380px;
	}
}

.new-template .header .imagen img {
	object-fit: contain;
	width: 528px;
	height: 420px;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	.new-template .header .imagen img {
		width: 100%;
		object-fit: cover;
		height: 380px;
	}
}

.new-template .header .imagen .circulo {
	width: 310px;
	height: 310px;
	position: absolute;
	left: 110px;
	bottom: 55px;
	border-radius: 310px;
	background: linear-gradient(0deg, #E73433 0%, rgba(231, 52, 51, 0.3) 46.18%, rgba(231, 52, 51, 0) 86.28%);
	z-index: 1;
}

@media (max-width: 768px) {
	.new-template .header .imagen .circulo {
		width: 270px;
		height: 270px;
		position: absolute;
		bottom: 55px;
	}
}

.new-template .header .text {
	max-width: 528px;
	display: flex;
	flex-direction: column;
	gap: 55px;
}

@media (max-width: 993px) {
	.new-template .header .text {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.new-template .header .text {
		gap: 48px;
	}
}

.new-template .header .text .titulo {
	max-width: 100%;
	width: 380px;
	height: 228px;
	display: flex;
	gap: 12px;
	flex-direction: column;
}

.new-template .header .text .titulo strong {
	color: var(--bertolli, #E73433);
	font-family: Clearface;
	font-size: 86px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 768px) {
	.new-template .header .text .titulo strong {
		font-size: 52px;
	}
}

@media (max-width: 993px) {
	.new-template .header .text .titulo {
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.new-template .header .text .titulo {
		gap: 10px;
		max-width: 296px;
		height: 170px;
	}
}

.new-template .header .text .titulo p {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 86px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 !important;
	height: 60px;
	white-space: nowrap;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

.new-template .header .text .titulo p:nth-child(2n) {
	text-align: right;
}

@media (max-width: 1300px) {
	.new-template .header .text .titulo p {
		font-size: 80px;
	}
}

@media (max-width: 768px) {
	.new-template .header .text .titulo p {
		font-size: 52px;
		height: 45px;
	}
}

@media (max-width: 380px) {
	.new-template .header .text .titulo p {
		font-size: 46px;
	}
}

.new-template .header .text .titulo p span {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	top: -28px;
	margin-left: 6px;
}

@media (max-width: 1300px) {
	.new-template .header .text .titulo p span {
		font-size: 80px;
	}
}

@media (max-width: 768px) {
	.new-template .header .text .titulo p span {
		font-size: 32px;
	}
}

.new-template .header .text .imagen {
	display: none;
}

@media (max-width: 993px) {
	.new-template .header .text .imagen {
		overflow: visible;
		display: block;
	}
}

@media (max-width: 768px) {
	.new-template .header .text .imagen .circulo {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.new-template .header .text .texto p {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	margin: 0 !important;
}

@media (max-width: 768px) {
	.new-template .header .text .texto p {
		font-size: 18px;
	}
}

.new-template .header .text .texto p strong {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	/* 26px */
}

@media (max-width: 768px) {
	.new-template .header .text .texto p strong {
		font-size: 18px;
	}
}

.new-template .section1 {
	position: relative;
	margin-top: 160px;
	max-width: 1116px;
	padding: 0;
}

@media (max-width: 993px) {
	.new-template .section1 {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		padding: 60px 47px;
	}
}

.new-template .section1 .image-leaf {
	top: -100px;
	position: absolute;
	width: 215px;
	height: 215px;
}

@media (max-width: 993px) {
	.new-template .section1 .image-leaf {
		top: -70px;
		right: 0;
		position: absolute;
		overflow: hidden;
		width: 115px;
	}
}

.new-template .section1 .image-leaf img.leaf {
	object-fit: contain;
	width: 215px;
	height: 215px;
}

@media (max-width: 993px) {
	.new-template .section1 .image-leaf img.leaf {
		width: 165px;
		height: 165px;
	}
}

.new-template .section1 .title-container {
	max-width: 272px;
	text-align: right;
	margin: 0 auto;
}

@media (max-width: 993px) {
	.new-template .section1 .title-container {
		text-align: left;
		margin: 0;
	}
}

.new-template .section1 .title-container .title {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	line-height: 48px;
	margin: 0 0 48px 0 !important;
}

@media (max-width: 768px) {
	.new-template .section1 .title-container .title {
		font-size: 86px;
	}
}

@media (max-width: 310px) {
	.new-template .section1 .title-container .title {
		font-size: 62px;
	}
}

.new-template .section1 .title-container .title span {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 64px;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
}

.new-template .section1 .points {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	align-self: stretch;
	max-width: 1116px;
	margin: 0 auto;
}

@media (max-width: 993px) {
	.new-template .section1 .points {
		flex-direction: column;
	}
}

.new-template .section1 .points .point {
	width: 100%;
	max-width: 338px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

@media (max-width: 993px) {
	.new-template .section1 .points .point {
		max-width: 100%;
	}
}

.new-template .section1 .points .point img {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
}

.new-template .section1 .points .point .text {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 !important;
}

.new-template .section1 .points .point .text strong {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: normal;
}

.new-template .section1 .points .point .text span.sub {
	padding: 0 4px;
}

.new-template .section1 .points .point .text span.sub span {
	font-family: Clearface;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	color: #FFF;
	position: relative;
	z-index: 1;
}

.new-template .section1 .points .point .text span.sub span::after {
	content: '';
	position: absolute;
	left: -4px;
	bottom: 1px;
	width: 110%;
	height: 22px;
	background-color: #E73433;
	z-index: -1;
}

@media (max-width: 768px) {
	.new-template .section1 .points .point .text span.sub span::after {
		width: 110%;
	}
}

.new-template .section1 .points .point .text span.sub span:nth-child(4n)::after {
	width: 105%;
}

.new-template .section1 .points .point .text span.red {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.new-template .section1 .points .point .text span.big {
	color: var(--bertolli, #E73433);
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: inline;
	height: 14px;
}

.new-template .section1 .degrees {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	margin-top: 48px;
}

@media (max-width: 993px) {
	.new-template .section1 .degrees {
		gap: 24px;
		flex-direction: column;
		align-items: start;
	}
}

.new-template .section1 .degrees p {
	display: block;
	margin-top: 14px !important;
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.new-template .section1 .degrees p br {
	display: none;
}

@media (max-width: 993px) {
	.new-template .section1 .degrees p br {
		display: block;
	}
}

.new-template .section1 .degrees p strong {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	/* 26px */
}

.new-template .section1 .degrees img {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

@media (max-width: 993px) {
	.new-template .section1 .degrees img {
		width: 100px;
		height: 100px;
	}
}

.new-template .section1 .degrees img.leaf {
	position: absolute;
	right: 0;
	width: 215px;
	height: 215px;
}

@media (max-width: 993px) {
	.new-template .section1 .degrees img.leaf {
		display: none;
	}
}

.new-template .section2 {
	margin-top: 160px;
	max-width: 1116px;
}

@media (max-width: 993px) {
	.new-template .section2 {
		margin-top: 60px;
		padding: 0 46px;
	}
}

.new-template .section2 .text {
	display: flex;
	align-items: end;
}

@media (max-width: 993px) {
	.new-template .section2 .text {
		flex-direction: column;
		align-items: start;
	}
}

.new-template .section2 .text .title {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	height: 245px;
}

@media (max-width: 993px) {
	.new-template .section2 .text .title {
		height: 245px;
		order: 1;
	}
}

@media (max-width: 768px) {
	.new-template .section2 .text .title {
		height: 190px;
	}
}

.new-template .section2 .text .title p {
	width: 401px;
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 86px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 !important;
	height: 60px;
}

@media (max-width: 768px) {
	.new-template .section2 .text .title p {
		max-width: 298px;
		height: 45px;
		font-size: 64px;
	}
}

@media (max-width: 350px) {
	.new-template .section2 .text .title p {
		max-width: 240px;
	}
}

@media (max-width: 310px) {
	.new-template .section2 .text .title p {
		max-width: 200px;
		font-size: 52px;
	}
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p:nth-child(2n) {
	text-align: right;
}

.new-template .section2 .text .title p em {
	color: var(--bertolli, #E73433);
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 72px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 768px) {
	.new-template .section2 .text .title p em {
		font-size: 52px;
	}
}

@media (max-width: 310px) {
	.new-template .section2 .text .title p em {
		font-size: 52px;
	}
}

.new-template .section2 .text .text-oxidative {
	order: 1;
	max-width: 665px;
	margin-right: 60px;
}

@media (max-width: 993px) {
	.new-template .section2 .text .text-oxidative {
		order: 2;
		margin-right: 0;
		max-width: 100%;
		margin-top: 48px;
	}
}

.new-template .section2 .text .text-oxidative p {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	text-align: right;
	margin: 0 !important;
}

@media (max-width: 993px) {
	.new-template .section2 .text .text-oxidative p {
		text-align: start;
	}
}

.new-template .section2 .text .text-oxidative p strong {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	/* 26px */
}

.new-template .section2 .characteristics {
	margin-top: 72px;
	display: flex;
	flex-wrap: wrap;
	gap: 48px 24px;
}

@media (max-width: 768px) {
	.new-template .section2 .characteristics {
		margin-top: 48px;
		gap: 24px;
		flex-direction: column;
	}
	.new-template .section2 .characteristics .characteristic:nth-child(3) {
		margin-top: 24px;
	}
}

.new-template .section2 .characteristics .characteristic {
	display: flex;
	gap: 24px;
	align-items: center;
	max-width: 48%;
}

@media (max-width: 993px) {
	.new-template .section2 .characteristics .characteristic {
		align-items: start;
	}
}

@media (max-width: 768px) {
	.new-template .section2 .characteristics .characteristic {
		max-width: 100%;
	}
}

.new-template .section2 .characteristics .characteristic img {
	width: 80px;
	height: 80px;
}

@media (max-width: 768px) {
	.new-template .section2 .characteristics .characteristic img {
		width: 60px;
		height: 60px;
	}
}

.new-template .section2 .characteristics .characteristic p {
	max-width: 417px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0 !important;
}

.new-template .section2 .characteristics .characteristic p span {
	color: var(--bertolli, #E73433);
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	/* 20.8px */
}

.new-template .section2 p.important-factor {
	max-width: 796px;
	margin: 72px auto 0;
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 768px) {
	.new-template .section2 p.important-factor {
		text-align: start;
		margin-top: 48px;
		font-size: 18px;
	}
}

.new-template .section2 .more {
	margin-top: 48px;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 24px;
}

@media (max-width: 768px) {
	.new-template .section2 .more {
		justify-content: start;
		margin-top: 48px;
	}
}

.new-template .section2 .more img {
	order: 2;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.new-template .section2 .more img {
		order: 1;
		width: 80px;
		height: 80px;
		flex-shrink: 0;
	}
}

.new-template .section2 .more p {
	order: 1;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	/* 26px */
	margin: 0 !important;
}

@media (max-width: 768px) {
	.new-template .section2 .more p {
		order: 2;
		font-size: 18px;
	}
}

.new-template .section3 {
	position: relative;
	margin-top: 160px;
	height: 768px;
}

@media (max-width: 993px) {
	.new-template .section3 {
		height: auto;
	}
}

@media (max-width: 768px) {
	.new-template .section3 {
		margin-top: 94px !important;
		min-height: 521px;
	}
}

.new-template .section3 .fondo {
	position: absolute;
	right: 0;
	width: 83%;
	max-width: 1870px;
	height: 768px;
	flex-shrink: 0;
	border-radius: 350px 0px 0px 0px;
	background: var(--bertolli, #E73433);
}

@media (min-width: 1370px) {
	.new-template .section3 .fondo {
		min-width: 1133px;
		width: 70%;
	}
}

@media (min-width: 3200px) {
	.new-template .section3 .fondo {
		max-width: 5500px;
		width: 60%;
	}
}

@media (max-width: 993px) {
	.new-template .section3 .fondo {
		height: 100%;
		width: 100%;
		border-radius: 200px 0px 0px 0px;
		background: var(--bertolli, #E73433);
	}
}

.new-template .section3 .content {
	max-width: 1160px;
	height: 768px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 993px) {
	.new-template .section3 .content {
		padding: 40px 35px;
	}
}

@media (max-width: 768px) {
	.new-template .section3 .content {
		height: auto;
	}
}

.new-template .section3 .content .image-leaf {
	width: 260px;
	height: 260px;
	position: absolute;
	left: 0;
	top: -266px;
}

@media (max-width: 993px) {
	.new-template .section3 .content .image-leaf {
		left: -100px;
	}
}

@media (max-width: 768px) {
	.new-template .section3 .content .image-leaf {
		top: -100px;
		left: -60px;
		width: 160px;
		height: 160px;
	}
}

.new-template .section3 .content .image-leaf img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.new-template .section3 .content .title {
	max-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	right: 0;
	position: absolute;
	height: 220px;
}

@media (max-width: 993px) {
	.new-template .section3 .content .title {
		height: 280px;
		position: relative;
		margin-bottom: 30px;
		max-width: 380px;
		display: flex;
		padding: 0px 0 0 60px;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		align-self: stretch;
	}
}

@media (max-width: 768px) {
	.new-template .section3 .content .title {
		margin-bottom: 60px;
		height: 159px;
	}
}

@media (max-width: 310px) {
	.new-template .section3 .content .title {
		padding: 20px;
	}
}

.new-template .section3 .content .title p {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 76px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	height: 53px;
}

@media (max-width: 768px) {
	.new-template .section3 .content .title p {
		height: 34px;
		font-size: 48px;
	}
}

@media (max-width: 380px) {
	.new-template .section3 .content .title p {
		font-size: 42px;
	}
}

.new-template .section3 .content .title p em {
	color: #FFF;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: Clearface;
	font-size: 51px !important;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	margin-left: 20px;
}

@media (max-width: 460px) {
	.new-template .section3 .content .title p em {
		font-size: 32px !important;
	}
}

@media (max-width: 768px) {
	.new-template .section3 .content .title p em {
		margin-left: 35px;
		height: 34px;
		font-size: 42px;
	}
}

@media (max-width: 380px) {
	.new-template .section3 .content .title p em {
		font-size: 30px;
	}
}

.new-template .section3 .content .video {
	width: 728px;
	height: 418px;
	position: absolute;
	bottom: 58px;
	right: 80px;
}

@media (max-width: 1060px) {
	.new-template .section3 .content .video {
		right: 60px;
	}
}

@media (max-width: 1020px) {
	.new-template .section3 .content .video {
		right: 40px;
	}
}

@media (max-width: 993px) {
	.new-template .section3 .content .video {
		position: relative;
		width: 100%;
		right: auto;
		bottom: auto;
		height: auto;
		min-height: 200px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.new-template .section3 .content .video video {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	max-width: 728px;
	width: 100%;
	height: 100%;
	min-height: 200px;
}

.new-template .section4 {
	position: relative;
	margin-top: 80px;
	padding-bottom: 80px;
	max-width: 1366px;
}

@media (max-width: 993px) {
	.new-template .section4 {
		padding: 0 47px;
	}
}

.new-template .section4 .product {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
}

@media (max-width: 768px) {
	.new-template .section4 .product {
		height: 318px;
	}
}

.new-template .section4 .product img {
	height: 100%;
	position: relative;
	z-index: 2;
}

@media (max-width: 350px) {
	.new-template .section4 .product img {
		width: 250px;
		height: 250px;
	}
}

.new-template .section4 .product .circulo {
	top: -25px;
	position: absolute;
	transform: rotate(180deg);
	z-index: 1;
	width: 410px;
	height: 410px;
	border-radius: 410px;
	background: linear-gradient(180deg, #E73433 0%, rgba(231, 52, 51, 0.3) 46.18%, rgba(231, 52, 51, 0) 86.28%);
}

@media (max-width: 768px) {
	.new-template .section4 .product .circulo {
		width: 296px;
		height: 296px;
	}
}

@media (max-width: 350px) {
	.new-template .section4 .product .circulo {
		width: 246px;
		height: 246px;
		top: 15px;
	}
}

@media (max-width: 310px) {
	.new-template .section4 .product .circulo {
		width: 200px;
		height: 200px;
	}
}

.new-template .section4 p {
	margin: 24px 0 !important;
	text-align: center;
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.new-template .section4 p br {
	display: none;
}

@media (max-width: 768px) {
	.new-template .section4 p br {
		display: block;
	}
}

.new-template .section4 p strong {
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.new-template .section4 p br {
	display: none;
}

@media (max-width: 768px) {
	.new-template .section4 p br {
		display: block;
	}
}

.new-template .section4 img.leaf {
	width: 220px;
	height: 240px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

@media (max-width: 993px) {
	.new-template .section4 img.leaf {
		position: relative;
		bottom: auto;
		right: auto;
	}
}

@media (max-width: 768px) {
	.new-template .section4 img.leaf {
		width: 160px;
		height: 160px;
		left: -47px;
	}
}

.contact-page-proto article {
	display: flex;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.contact-page-proto article {
		flex-direction: column;
	}
}

.contact-page-proto article .column-1,
.contact-page-proto article .column-2 {
	width: 50%;
	max-width: 50%;
	min-height: 750px;
}

@media (max-width: 768px) {
	.contact-page-proto article .column-1,
	.contact-page-proto article .column-2 {
		width: 100%;
		max-width: 100%;
	}
}

.contact-page-proto article .column-1 {
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-page-proto article .column-2 {
	padding: 100px;
}

@media (max-width: 768px) {
	.contact-page-proto article .column-2 {
		padding: 80px 15px;
	}
}

.contact-page-proto article .column-2 .pretitle,
.contact-page-proto article .column-2 .pretitle * {
	font-family: 'Futura-Medium';
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #cf2e2e;
}

.contact-page-proto article .column-2 .title,
.contact-page-proto article .column-2 .title * {
	font-family: 'Futura-Medium';
	font-size: 36px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 20px;
}

.contact-page-proto .postcontent,
.contact-page-proto .postcontent * {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #7f7f7f;
}

.contact-page-proto .wpcf7-form {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.contact-page-proto .wpcf7-form {
		max-width: initial;
	}
}

.contact-page-proto .wpcf7-form input[type="text"],
.contact-page-proto .wpcf7-form input[type="tel"],
.contact-page-proto .wpcf7-form input[type="email"],
.contact-page-proto .wpcf7-form textarea {
	background-color: #fff;
	border: 1px solid #7f7f7f;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Futura-Light', sans-serif;
	font-size: 14px;
	color: #7f7f7f;
}

.contact-page-proto .wpcf7-form input[type="submit"] {
	margin-top: 10px;
	padding: 10px 20px;
	border: none;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Futura-Medium', sans-serif;
	font-size: 16px;
}

.contact-page-proto .sr-only,
.contact-page-proto .social-menu li:not(.label-on) span {
	position: relative;
	width: fit-content;
	height: fit-content;
	font-family: 'Futura-Light', sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}

.template-faqs {
	display: flex;
	min-height: 82vh;
	background: #F8F4F4;
}

@media screen and (max-width: 992px) {
	.template-faqs {
		flex-direction: column;
	}
}

.template-faqs .bloque1 {
	width: 55%;
	display: flex;
	position: relative;
}

@media screen and (max-width: 992px) {
	.template-faqs .bloque1 {
		width: 100%;
		height: 318px;
	}
}

.template-faqs .bloque1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 100vh;
	position: sticky;
}

.template-faqs .bloque2 {
	width: 45%;
	display: flex;
	flex-direction: column;
	padding: 60px;
}

@media screen and (max-width: 992px) {
	.template-faqs .bloque2 {
		width: 100%;
		padding: 40px 15px;
	}
}

.template-faqs .bloque2 .pretitle {
	display: flex;
	width: fit-content;
	background: #000;
	padding: 2px 8px;
}

.template-faqs .bloque2 .pretitle,
.template-faqs .bloque2 .pretitle * {
	color: #FFF;
	font-family: "Futura-Medium";
	font-size: 14px;
	line-height: normal;
	margin: 0;
}

.template-faqs .bloque2 .title {
	display: flex;
	margin: 10px 0 24px !important;
}

.template-faqs .bloque2 .title,
.template-faqs .bloque2 .title * {
	color: #EE1D25;
	font-family: Clearface;
	font-size: 36px;
	margin: 0;
	line-height: normal;
}

.template-faqs .bloque2 .description,
.template-faqs .bloque2 .description * {
	color: #000;
	font-family: "Futura-Book";
	font-size: 16px;
	line-height: normal;
}

.template-faqs .bloque2 .faqs_categories {
	margin-bottom: 60px;
}

.template-faqs .bloque2 .faqs_categories:last-child {
	margin-bottom: 0px;
}

.template-faqs .bloque2 .faqs_categories .category_title {
	display: flex;
	margin: 10px 0 24px !important;
}

.template-faqs .bloque2 .faqs_categories .category_title,
.template-faqs .bloque2 .faqs_categories .category_title * {
	color: #EE1D25;
	font-family: Clearface;
	font-size: 24px;
	margin: 0;
	line-height: normal;
	text-decoration: underline;
}

.template-faqs .bloque2 .faqs .faq-item {
	margin-bottom: 1px;
}

.template-faqs .bloque2 .faqs .faq-item .question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	background: #EE1D25;
	padding: 16px;
	cursor: pointer;
}

.template-faqs .bloque2 .faqs .faq-item .question .text,
.template-faqs .bloque2 .faqs .faq-item .question .text * {
	color: #FFF;
	font-family: "Futura-Medium";
	font-size: 20px;
	line-height: normal;
	margin: 0;
}

.template-faqs .bloque2 .faqs .faq-item .question img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	transition: .3s;
}

.template-faqs .bloque2 .faqs .faq-item .reply {
	background: #FFF;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

.template-faqs .bloque2 .faqs .faq-item .reply .text {
	padding: 32px 25px;
}

.template-faqs .bloque2 .faqs .faq-item .reply .text,
.template-faqs .bloque2 .faqs .faq-item .reply .text * {
	color: #000;
	font-family: "Futura-Book";
	font-size: 16px;
	line-height: normal;
	margin: 0;
}

.template-faqs .bloque2 .faqs .faq-item.active .question img {
	transition: .3s;
	transform: rotate(-180deg);
}

.template-faqs .bloque2 .faqs .faq-item.active .reply {
	opacity: 1;
}

.template-contact {
	display: flex;
	min-height: 82vh;
	background: #F8F4F4;
}

@media (max-width: 992px) {
	.template-contact {
		flex-direction: column;
	}
}

.template-contact .bloque-1 {
	width: 55%;
	display: flex;
	position: relative;
}

@media (max-width: 992px) {
	.template-contact .bloque-1 {
		width: 100%;
		height: 318px;
	}
}

.template-contact .bloque-1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 100vh;
	position: sticky;
}

.template-contact .bloque-2 {
	width: 45%;
	display: flex;
	flex-direction: column;
	padding: 60px;
}

@media (max-width: 992px) {
	.template-contact .bloque-2 {
		width: 100%;
		padding: 40px 15px;
	}
}

.template-contact .bloque-2 .title {
	display: flex;
	margin: 10px 0 24px !important;
	font-weight: 700;
}

.template-contact .bloque-2 .title,
.template-contact .bloque-2 .title * {
	color: #EE1D25;
	font-family: 'Clearface';
	font-size: 36px;
	margin: 0;
	line-height: normal;
}

.template-contact .bloque-2 .form h2 {
	color: #EE1D25;
	font-family: 'Clearface';
	font-size: 2em;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
	margin: 0;
}

.template-contact .bloque-2 .form .gform_heading .gform_title {
	display: none;
}

.template-contact .bloque-2 .form .gform_heading .gform_required_legend {
	display: none;
}

.template-contact .bloque-2 .form .gform_heading .gform_description {
	font-style: italic !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.16px;
}

.template-contact .bloque-2 .form .gfield--type-fileupload {
	/* Ocultar texto original y añadir pseudo-elemento */
}

.template-contact .bloque-2 .form .gfield--type-fileupload .gform_fileupload_rules {
	display: none;
}

.template-contact .bloque-2 .form .gfield--type-fileupload .gform_drop_instructions {
	visibility: hidden;
	position: relative;
}

.template-contact .bloque-2 .form .gfield--type-fileupload .gform_drop_instructions::after {
	content: "Dateien hier ablegen";
	visibility: visible;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.template-contact .bloque-2 .form .gfield--type-fileupload .gform_button_select_files {
	/* Estilos personalizados */
	font-size: 16px;
	padding: 10px 20px;
}

.template-contact .bloque-2 .form .gfield--type-fileupload .gform_button_select_files {
	position: relative;
	color: transparent;
}

.template-contact .bloque-2 .form .gfield--type-fileupload .gform_button_select_files::after {
	content: "Seleccionar archivos";
	position: absolute;
	left: 0;
	right: 0;
	color: #000;
}

.template-contact .bloque-2 .form .gform-footer .gform_button {
	font-family: "Clearface" !important;
	transition: all 0.3s ease;
	background: #EE1D25 !important;
	background-color: #EE1D25 !important;
}

.template-contact .bloque-2 .form .gform-footer .gform_button:hover {
	background: #E2001A !important;
	background-color: #E2001A !important;
}

.template-contact .bloque-2 .form .gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 20px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields {
	gap: 16px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields::placeholder {
	color: #4D4D58;
	font-family: "Futura-Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields label {
	color: #231F20;
	font-family: "Futura-Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 19.8px */
	letter-spacing: -0.18px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields textarea {
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	resize: none;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields select {
	border-radius: 4px;
	border: 1px solid #D9D9D9;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields input[type='radio'] {
	border-radius: 100%;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields input {
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	color: #4D4D58;
	font-family: "Futura-Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .datepicker {
	width: 100%;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .gfield_radio {
	flex-direction: row;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .gfield_radio .gfield-choice-input::before {
	background-color: #EE1D25;
	border-color: #EE1D25;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ginput_container_address .address_line_1 {
	order: 1;
	width: calc(75% - 4px);
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ginput_container_address .address_country {
	order: 4;
	width: calc(50% - 4px);
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ginput_container_address .address_zip {
	order: 2;
	width: calc(25% - 4px);
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ginput_container_address .address_city {
	order: 3;
	width: calc(50% - 4px);
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .images_field .gform_drop_area::before {
	color: #EE1D25 !important;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .images_field .gform_drop_area button {
	color: #EE1D25;
	font-family: "Clearface";
	transition: all 0.3s ease;
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid #E2001A;
	content: "Dateien auswählen" !important;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .images_field .gform_drop_area button:hover {
	color: #fff;
	background: #E2001A !important;
	background-color: #E2001A !important;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .images_field .gfield_fileupload_progressbar_progress {
	background-color: #E2001A;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld {
	/* tooltip oculto por defecto */
	/* la flecha */
	/* imagen dentro del tooltip */
	/* mostrarlos en desktop por hover/focus */
	/* y esto para cuando tu JS añade la clase .visible */
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom {
	position: relative;
	display: inline-block;
	/* el ::before que ya tienes deja el icono ahí */
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom::before, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom::before, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Crect x='0.5' width='16' height='16' rx='8' fill='%23231F20'/%3E%3Cpath d='M8.49984 6.66667C8.32303 6.66667 8.15346 6.7369 8.02843 6.86193C7.90341 6.98695 7.83317 7.15652 7.83317 7.33333V11.3333C7.83317 11.5101 7.90341 11.6797 8.02843 11.8047C8.15346 11.9298 8.32303 12 8.49984 12C8.67665 12 8.84622 11.9298 8.97124 11.8047C9.09627 11.6797 9.1665 11.5101 9.1665 11.3333V7.33333C9.1665 7.15652 9.09627 6.98695 8.97124 6.86193C8.84622 6.7369 8.67665 6.66667 8.49984 6.66667ZM8.49984 4C8.33502 4 8.1739 4.04887 8.03686 4.14044C7.89982 4.23201 7.79301 4.36216 7.72994 4.51443C7.66687 4.6667 7.65036 4.83426 7.68252 4.99591C7.71467 5.15756 7.79404 5.30605 7.91058 5.42259C8.02713 5.53913 8.17561 5.6185 8.33726 5.65065C8.49891 5.68281 8.66647 5.66631 8.81874 5.60323C8.97101 5.54016 9.10116 5.43335 9.19273 5.29631C9.2843 5.15927 9.33317 4.99815 9.33317 4.83333C9.33317 4.61232 9.24537 4.40036 9.08909 4.24408C8.93281 4.0878 8.72085 4 8.49984 4Z' fill='white'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: top;
	cursor: pointer;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom .tooltip-content, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom .tooltip-content, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom .tooltip-content {
	display: none;
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	background: #231F20;
	color: #fff;
	padding: 12px;
	border-radius: 6px;
	width: 240px;
	text-align: left;
	font-size: 0.9em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom .tooltip-content strong, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom .tooltip-content strong, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom .tooltip-content strong {
	font-size: 18px;
	font-weight: 700;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom .tooltip-content p, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom .tooltip-content p, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom .tooltip-content p {
	font-family: "Futura-Book";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom .tooltip-content::after, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom .tooltip-content::after, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom .tooltip-content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #231F20 transparent transparent transparent;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom .tooltip-content img, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom .tooltip-content img, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom .tooltip-content img {
	max-width: 100%;
	display: block;
	margin-top: 8px;
	border-radius: 4px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom:hover .tooltip-content,
.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom:focus .tooltip-content, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom:hover .tooltip-content,
.template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom:focus .tooltip-content, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom:hover .tooltip-content,
.template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom:focus .tooltip-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.template-contact .bloque-2 .form .new-contact-form .gform_fields .ean_field .gfield_required_custom .tooltip-content.visible, .template-contact .bloque-2 .form .new-contact-form .gform_fields .lot-number_field .gfield_required_custom .tooltip-content.visible, .template-contact .bloque-2 .form .new-contact-form .gform_fields .datum_fileld .gfield_required_custom .tooltip-content.visible {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.post_category.container {
	padding: 50px 0px !important;
}

.post_category {
	background: #f9f9f9;
	overflow: clip;
	position: relative;
	margin: 0 auto !important;
	padding: 0 50px !important;
}

@media (max-width: 1441px) {
	.post_category {
		padding: 0 14px !important;
	}
}

.post_category h1 {
	position: relative;
	z-index: 1;
	background: #ee1d25 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	margin: 0 !important;
	color: white;
	font-family: "Futura-Medium";
	margin-bottom: 50px !important;
	height: 66px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1441px) {
	.post_category h1 {
		height: 49px;
	}
}

.post_category h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 50px;
	height: 100%;
	background: #ee1d25;
	z-index: -1;
}

@media (max-width: 1441px) {
	.post_category h1:before {
		height: 49px;
	}
}

.post_category .logo_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.post_category .logo_container .logo {
	width: 140px;
	height: auto;
}

.post_category .container {
	max-width: 1000px;
	padding: 0 220px;
	width: 100%;
	margin-inline: auto;
}

@media (min-width: 992px) {
	.post_category .container {
		padding: 0 120px;
	}
}

@media (min-width: 768px) {
	.post_category .container {
		padding: 0 60px;
	}
}

.post_category .container .posts {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}

.post_category .container .posts .post {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: clip;
}

@media screen and (min-width: 768px) {
	.post_category .container .posts .post {
		width: calc(33.3% - 24px);
		padding-top: 260px;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.post_category .container .posts .post {
		padding-top: 320px;
	}
}

@media (max-width: 768px) {
	.post_category .container .posts .post {
		padding-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.post_category .container .posts .post .image {
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	.post_category .container .posts .post .image {
		position: relative;
		width: auto;
		height: auto;
	}
}

.post_category .container .posts .post .image img {
	height: 320px;
	width: 100%;
	object-fit: cover;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 768px) {
	.post_category .container .posts .post .image img {
		width: 100%;
		height: auto;
		object-fit: contain;
		max-height: inherit;
	}
}

.post_category .container .posts .post .post_content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #fff;
	padding: 12px 25px;
}

@media screen and (min-width: 768px) {
	.post_category .container .posts .post .post_content {
		width: 78%;
		position: relative;
	}
}

@media (max-width: 990px) {
	.post_category .container .posts .post .post_content {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.post_category .container .posts .post .post_content {
		flex-direction: column;
	}
}

.post_category .container .posts .post .post_content .text {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 768px) {
	.post_category .container .posts .post .post_content .text {
		flex: inherit;
	}
}

.post_category .container .posts .post .post_content .text .titulo {
	font-size: 20px;
	font-family: "Clearface";
	font-weight: 700;
}

.post_category .container .posts .post .post_content img {
	width: 21px;
}

.post_category .container .posts .post .links {
	display: flex;
	color: #ee1d25;
	font-size: 20px;
	gap: 4px;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.post_category .container .posts .post .links {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-family: "Futura-Medium";
	}
}

.post_category .container .pagination {
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
}

.post_category .container .pagination ul {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	padding: 0;
	min-height: max-content;
}

.post_category .container .pagination li {
	margin-right: 0.5rem;
}

.post_category .container .pagination li a,
.post_category .container .pagination li span {
	font-family: "Futura-Medium";
	display: block;
	width: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	font-weight: bold;
	border-radius: 0.2rem;
	text-decoration: none;
	transition: background 0.2s ease;
}

.post_category .container .pagination li .page-numbers {
	background: #d50000;
	color: #fff;
}

.post_category .container .pagination li .page-numbers:hover {
	background: #f8f7f7;
	color: #000;
}

.post_category .container .pagination li .page-numbers.current {
	background: #e0dcdc;
	color: #000;
}

.post_category .container .pagination li .page-numbers.dots {
	cursor: default;
	background: transparent;
	color: black;
	width: auto;
	padding: 0 0.5rem;
	color: #fff;
}

.post_category .container .pagination li .page-numbers.prev,
.post_category .container .pagination li .page-numbers.next {
	background: #fff;
	min-width: fit-content;
}

.post_category .container .pagination li .page-numbers.prev:hover,
.post_category .container .pagination li .page-numbers.next:hover {
	background: #f8f7f7;
}

.products-categories .container {
	margin: auto !important;
}

.products-categories .container .title {
	text-align: center;
}

.products-categories .container .title,
.products-categories .container .title * {
	color: #ee1d25;
	font-family: 'Clearface';
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
}

.products-categories .container .container-products {
	display: grid !important;
}

@media screen and (max-width: 992px) {
	.products-categories .container .container-products {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media screen and (max-width: 992px) {
	.products-categories .container .container-products .taxonomy-product {
		padding: 0 !important;
	}
}

.products-categories .container .container-products .taxonomy-product__header {
	position: relative !important;
	width: 100%;
	text-align: center;
	height: auto;
	top: unset;
	left: unset;
	right: unset;
	bottom: unset;
	font-family: 'Clearface' !important;
	font-size: 20px !important;
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	.products-categories .container .container-products .taxonomy-product__header {
		margin: 0 !important;
		padding: 0 !important;
	}
}

.products-categories .container .container-products .taxonomy-product__image {
	background-image: unset !important;
}

.products-categories .container .container-products .taxonomy-product__image img {
	width: 100% !important;
	visibility: visible !important;
}

html {
	overflow-x: clip;
}

body {
	padding-top: 0px !important;
}

body #site-container {
	margin: 0 !important;
	min-height: 100vh;
	background: #f8f4f4;
	position: relative;
}

body #site-container .main-content {
	padding-bottom: 80px;
}

body .row {
	width: 100%;
}

body .row-flex {
	display: flex;
}

body .row-centered {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

body .logo-top {
	display: none !important;
}

body footer {
	bottom: 0 !important;
}

/*******************
   PROODUCTS MENU  
*******************/
.products-menu {
	display: table;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	transition: 0.5s all ease-in;
	z-index: 1;
	visibility: hidden;
	background-color: #f8f4f4;
	padding: 0;
}

@media (min-width: 768px) {
	.products-menu {
		visibility: visible;
		display: table;
		transform: none;
		position: relative;
	}
}

@media (max-width: 767px) {
	.products-menu {
		background-color: #ee1d25;
	}
}

.products-menu__trail {
	position: absolute;
	bottom: 0;
	left: -100%;
	transform: translateX(-50%);
	display: none;
}

@media (min-width: 768px) {
	.products-menu__trail {
		display: block;
	}
}

.products-menu__trail:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f8f4f4 transparent;
}

.products-menu a:hover,
.products-menu a:focus {
	text-decoration: none;
	color: inherit;
}

.products-menu p {
	margin: 0;
}

.products-menu .products-menu-main-level-item {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	border-bottom: 2px solid #ee1d25;
	font-size: 22px;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item {
		background-color: #ee1d25;
		color: #fff;
		border-bottom: none;
	}
}

.products-menu .products-menu-main-level-item:hover, .products-menu .products-menu-main-level-item:active {
	color: #ee1d25;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item:hover, .products-menu .products-menu-main-level-item:active {
		color: #fff;
	}
}

.products-menu .products-menu-main-level-item > p > a {
	position: relative;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-family: 'Futura-Book';
	line-height: normal;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item > p > a {
		font-size: 22px;
		transition: all 0.5s;
	}
	.products-menu .products-menu-main-level-item > p > a:hover {
		box-shadow: inset 0 0 15px #b11c21;
	}
}

@media (max-width: 767px) {
	.products-menu .products-menu-main-level-item > p > a {
		font-size: 14px;
	}
}

.products-menu .products-menu-main-level-item > .products-menu-last-level {
	position: absolute;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item > .products-menu-last-level {
		width: inherit;
		max-width: 310px;
		left: 75%;
		transform: translateX(-50%);
	}
}

.products-menu .products-menu-main-level-item > .products-menu-last-level .products-menu-last-level-item:first-child {
	border-top: 2px solid #ee1d25;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item > .products-menu-last-level .products-menu-last-level-item:first-child {
		border-top: none;
	}
}

.products-menu .products-menu-main-level-item .products-menu-level-2-item:first-child {
	border-top: 2px solid #ee1d25;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item .products-menu-level-2-item:first-child {
		border-top: none;
	}
}

.products-menu .products-menu-level-2-item {
	color: #000;
}

@media (max-width: 480px) {
	.products-menu .products-menu-level-2-item {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	.products-menu .products-menu-level-2-item {
		position: relative;
		display: table-cell;
	}
}

.products-menu .products-menu-level-2-item:hover > ul {
	display: table;
	padding: 0;
}

.products-menu .products-menu-level-2-item:hover > p > a:after {
	transform: rotate(90deg);
}

.products-menu .products-menu-level-2-item[data-active="1"] {
	color: #ee1d25;
}

.products-menu .products-menu-level-2-item[data-active="1"] > p > a:after {
	transform: rotate(90deg);
}

.products-menu .products-menu-level-2-item > p {
	background-color: #fff;
}

.products-menu .products-menu-level-2-item > p > a {
	border-top: 1px solid #ee1d25;
	display: block;
	padding: 15px;
	font-size: 18px;
	font-family: "Futura-Medium";
	color: #000;
}

@media (min-width: 768px) {
	.products-menu .products-menu-level-2-item > p > a {
		border-top: none;
	}
}

.products-menu .products-menu-level-2-item > p > a:after {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	margin-top: -3px;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ee1d25;
	transition: 0.2s transform;
}

.products-menu .products-menu-last-level {
	display: none;
	width: 100%;
}

.products-menu .products-menu-last-level-item {
	background-color: #fff;
	display: block;
	color: #000;
	padding: 0 20px;
	transition: 0.5s background-color;
	position: relative;
}

.products-menu .products-menu-last-level-item:not(:last-child):after {
	transition: 0.1s all;
	content: '';
	display: block;
	background-color: #ee1d25;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	right: 50%;
	z-index: 1;
}

@media (min-width: 768px) {
	.products-menu .products-menu-last-level-item:hover {
		transition: 0.1s background-color;
		background-color: #ee1d25;
		color: #fff;
	}
	.products-menu .products-menu-last-level-item:hover:not(:last-child):after {
		left: 0;
		right: 0;
	}
	.products-menu .products-menu-last-level-item:hover > a {
		border-color: transparent;
		color: #fff;
	}
}

.products-menu .products-menu-last-level-item > a {
	display: block;
	padding: 20px;
	font-size: 18px;
	font-family: "Futura-Light";
	color: #000;
}

@media (min-width: 768px) {
	.products-menu .products-menu-last-level-item > a {
		border-top: 1px solid #ee1d25;
	}
}

.products-menu .products-menu-last-level-item:first-child > a {
	border-top: none;
}

.products-menu .products-menu-main-level-item:hover > p > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ee1d25 transparent;
}

.products-menu .products-menu-main-level-item:hover > ul {
	display: table;
}

.products-menu .products-menu-main-level-item[data-active="1"] > p > a:after {
	border-color: transparent transparent #ee1d25 transparent;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item[data-active="1"] > p > a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
	}
}

.products-menu[data-active="1"] {
	display: table;
}

@media (min-width: 768px) {
	.products-menu .products-menu-main-level-item[data-active="1"] > .products-menu-level-2 {
		display: table;
	}
}

.products-menu .products-submenu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0;
}

.taxonomy-product {
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 0;
}

@media (min-width: 768px) {
	.taxonomy-product {
		padding: 0;
		vertical-align: bottom;
	}
}

.taxonomy-product__image {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-bottom: 5%;
}

@media (max-width: 1200px) {
	.taxonomy-product__image {
		margin-top: 60px;
	}
}

@media (min-width: 768px) {
	.taxonomy-product__image {
		padding: 0;
		background-position: center bottom;
		background-size: auto 100%;
	}
}

@media (min-width: 1441px) {
	.taxonomy-product__image {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}

.taxonomy-product__image:before {
	content: '';
	display: block;
}

.taxonomy-product__image img {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	object-fit: contain;
	height: 200px;
}

@media (min-width: 1000px) {
	.taxonomy-product__image img {
		height: 300px;
	}
}

@media (min-width: 1441px) {
	.taxonomy-product__image img {
		width: 100%;
		max-width: 580px;
		height: 450px;
	}
}

.taxonomy-product__header {
	margin: 0;
	padding: 20px;
	font-size: 20px;
	font-family: 'Clearface';
	font-weight: 700;
	color: #ee1d25;
}

@font-face {
	font-family: 'ClearfaceStd-Heavy';
	src: url("../fonts/ClearfaceStd-Heavy.eot");
	src: url("../fonts/ClearfaceStd-Heavy.woff") format("woff"), url("../fonts/ClearfaceStd-Heavy.woff2") format("woff2"), url("../fonts/ClearfaceStd-Heavy.ttf") format("truetype"), url("../fonts/ClearfaceStd-Heavy.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*
============================================================
============================================================
============================================================
============================================================
*/
.products-menu-switcher {
	display: block;
	position: absolute;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #ee1d25;
	color: #fff;
	width: 49px;
	height: 49px;
	text-align: center;
	z-index: 2;
}

@media (min-width: 768px) {
	.products-menu-switcher {
		display: none;
	}
}

.products-menu-switcher:before {
	content: '+';
	font-family: 'Futura-Medium';
	font-size: 34px;
	line-height: normal;
	vertical-align: text-top;
}

body[data-products-menu-on="1"] .products-menu-switcher:before {
	line-height: 49px;
	font-size: 2em;
	font-family: 'Glyphicons Halflings';
	content: "\e258";
}

body[data-products-menu-on="1"] .products-menu {
	visibility: visible;
	transform: translateY(0);
	transition: 0.2s all ease-out;
	position: fixed;
}

/*
============================================================
============================================================
============================================================
============================================================
*/
.category-active {
	position: relative;
}

.category-active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}

.prevnext-pagination {
	color: #ee1d25;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.prevnext-pagination {
		display: none;
	}
}

.prevnext-pagination--prev a, .prevnext-pagination--next a {
	text-decoration: none;
}

.prevnext-pagination--prev a::before, .prevnext-pagination--next a::before {
	padding: 5px;
	font-size: 3em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.prevnext-pagination--prev a span, .prevnext-pagination--next a span {
	transition: 0.2s all ease-out;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.prevnext-pagination--prev a:hover span, .prevnext-pagination--next a:hover span {
		transition: 0.1s all ease-in;
		visibility: visible;
		transform: translateX(0);
		opacity: 1;
		max-width: 200px;
	}
}

.prevnext-pagination--prev {
	text-align: center;
	left: 20px;
}

.prevnext-pagination--prev a {
	padding: 30px;
}

.prevnext-pagination--prev a:before {
	left: 0;
}

.prevnext-pagination--prev a span {
	transform: translateX(-20px);
}

.prevnext-pagination--next {
	text-align: center;
	right: 20px;
}

.prevnext-pagination--next a {
	padding: 30px;
}

.prevnext-pagination--next a:before {
	right: 0;
}

.prevnext-pagination--next a span {
	transform: translateX(20px);
}

@font-face {
	font-family: 'Andale Mono';
	src: url("sass/fonts/Andale-mono/andalemono.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura Md BT';
	src: url("sass/fonts/Futura/futura-medium-bt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.section-donde_comprar {
	display: flex;
	flex-direction: row;
	margin-bottom: 128px;
}

.section-donde_comprar .content-listado {
	padding: 74px 72px 0 66px;
}

.section-donde_comprar h1 {
	color: #EE1D25;
	font-family: 'Clearface';
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.4px;
	margin-top: 0;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.section-donde_comprar {
		flex-direction: column;
	}
	.section-donde_comprar .content-listado {
		padding: 24px;
	}
}

.content-sticky {
	position: sticky;
	top: 0;
	height: fit-content;
	width: 43vw;
	overflow: hidden;
}

.content-sticky .img-sticky {
	max-height: 100vh;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.content-sticky::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, var(--bg-transparencia));
	z-index: 2;
}

@media (max-width: 767px) {
	.content-sticky {
		position: relative;
		height: 35vh;
		width: 100vw;
	}
	.content-sticky .img-sticky {
		max-height: 35vh;
	}
}

.content-listado {
	width: 57vw;
}

.content-listado .container-listado #breadcrumbs {
	margin-top: 0;
	margin-bottom: 24px;
}

.content-listado .container-listado #breadcrumbs span,
.content-listado .container-listado #breadcrumbs a {
	color: var(--texto-hs, #000);
	font-family: "Futura-Book";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
}

.content-listado .container-listado #breadcrumbs span:not(:first-child) {
	text-decoration: underline;
}

.content-listado .container-listado #breadcrumbs a {
	text-decoration: none;
}

.content-listado .container-listado .texto p {
	color: #404040;
	font-family: "Futura-Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
}

.content-listado .container-listado .row-listado {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 24px;
}

.content-listado .container-listado .row-listado .marca {
	width: 196px;
	height: 196px;
	position: relative;
	transition: all ease-in-out 0.2s;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.content-listado .container-listado .row-listado .marca .logo {
	display: flex;
	justify-content: center;
	height: 70%;
	width: 100%;
}

.content-listado .container-listado .row-listado .marca .logo a {
	width: 100%;
	height: 100%;
	padding: 18px;
}

.content-listado .container-listado .row-listado .marca .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.content-listado .container-listado .row-listado .marca .nombre {
	display: flex;
	justify-content: center;
}

.content-listado .container-listado .row-listado .marca .nombre span {
	color: #404040;
	font-family: "Futura-Book", Impact;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
}

.content-listado .container-listado .row-listado .marca .cta {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	opacity: 0;
	left: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.content-listado .container-listado .row-listado .marca .cta a,
.content-listado .container-listado .row-listado .marca .cta a:visited {
	color: var(--blanco, #FFF);
	font-family: "Futura-Book";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.content-listado .container-listado .row-listado .marca:hover .cta {
	opacity: 1;
	background: rgba(238, 29, 37, 0.95);
}

.content-listado .container-listado .row-listado .separador {
	width: 100%;
	height: 1px;
	background: #EE1D25;
	margin: 12px 0;
}

@media (max-width: 767px) {
	.content-listado {
		width: 100vw;
	}
	.content-listado .container-listado {
		padding-top: 8px;
	}
	.content-listado .container-listado .breadcrumbs {
		margin-bottom: 16px;
	}
	.content-listado .container-listado .texto p {
		margin-top: 0;
	}
	.content-listado .container-listado .row-listado .marca {
		width: 157px;
	}
}


/* breadcrumbs */

#breadcrumbs-yoast {
    padding: 12px 20px;
    

    font-size: 16px;
    text-align: start;
    color: rgb(88, 88, 88);

    &.breadcrumbs-yoast.bc-yoast-center {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 12px;
    }

    a {
        color: #000;
        font-weight: 400;
        transition: all 0.2s ease-in-out;
        font-size: 18px;
    
    }
    & a:hover {
        color: #ee1d25;
        font-size: 18px;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
    }
}