:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(images/fontawesome-webfont-8b43027f47b20503057d.eot);
  src: url(images/fontawesome-webfont-8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(images/fontawesome-webfont-20fd1704ea223900efa9.woff2) format('woff2'), url(images/fontawesome-webfont-f691f37e57f04c152e23.woff) format('woff'), url(images/fontawesome-webfont-1e59d2330b4c6deb84b3.ttf) format('truetype'), url(images/fontawesome-webfont-c1e38fd9e0e74ba58f7a.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  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;
}

/*
*@TODO CSS Add rounded corner helpers
* @TODO Slider
*/
/*
 * Variables y funciones globales
 */
/*
* Typo vars
*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
p {
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.post_content h2 {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  line-height: 1.5;
  margin-top: 1em;
}
@media (min-width: 620px) {
  .post_content h2 {
    font-size: 1.5em;
  }
}
.post_content h3 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media (min-width: 620px) {
  .post_content h3 {
    font-size: 1.25em;
  }
}
.post_content ul,
.post_content ol {
  list-style-position: inside;
  margin: 1em;
}
.post_content p + p {
  margin-top: 0.5em;
}
/*
* Colores
*/
/*
 * Colores Para los elementos, frete
 */
/*
 * Colores par el fondo
 */
/*
 * Colores para el texto
 */
/*!---------------------------------------
* UI.less
---------------------------------------------*/
.button {
  background: #8EC641;
  display: inline-block;
  text-align: center;
  padding: 9px 34px 11px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
}
.button:hover,
.button:focus {
  background-color: #F90;
  color: #fff;
}
/* ----------- *\
 * LISTS
\* ----------- */
/*
 * RESETS
 * Estos estilos pueden aplicarse globalmente, no inciden
 * en la forma en que se muetsran las demás listas
 */
/*
 * Las listas que van dentro de la navegación habrá que eliminarles todo
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/*
 * Podemos agregar varios tipos de listas,
 * Habrá que ver como se lleva esto con MarkDown
 */
ul {
  list-style-position: outside;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ol {
  list-style: decimal;
}
ol.alpha {
  list-style-type: lower-alpha;
}
ol.roman {
  list-style-type: upper-roman;
}
/*
 * Mixin que permite agregar las listas como contenido
 * no como estructura
 */
/* ----------- *\
 * TEXT
\* ----------- */
/*
 * Los estilos básicos para poder mostrar el contenido,
 * debe incluirse después del reset, para que tenga un mejor efecto
 */
/*
 * Encabezados dl 1 al 5, veo muy difícil el uso del 6, incluso del cinco
 */
/*
 * Todos los elementos que pueden contener texto
 */
/*
 * Txt es una caja de texto, y como en indesign puede contener estilos
 * Es el lugar perfecto para poner todas las declaraciones de los elemntos de texto
 * o de bloque pero que representn contenido.
 * De esta manera será mucho más fácil prevenir los estilos en cascada
 * Además de que separamos la tipografía del layout general
 */
.txt {
  color: #666;
  /*
	 * Falta revisar las etiquetas:
	 * 	- cite
	 *	- q
	 * 	- dfn
	 */
  /*
	 * Las imágenes deberían de ir en otro helepr, es una prueba
	 */
}
.txt h2 {
  font: 500 1.875rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 1.5;
  letter-spacing: -1px;
  margin: 0;
  color: #666;
  /**
		 * Se agega un espacio para no interferir con e sticky
		 */
  margin-top: 1em;
}
@media (min-width: 620px) {
  .txt h2 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.txt h3 {
  font: 300 1.25rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 2rem;
  margin: 0;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 620px) {
  .txt h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.txt h4 {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .txt h4 {
    font-size: 1.5em;
  }
}
.txt h5 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .txt h5 {
    font-size: 1.25em;
  }
}
.txt h6 {
  font: bold 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.txt p {
  font-size: 1.125em;
  font-family: "Roboto", Tahoma, sans-serif;
  margin-bottom: 1.5em;
  width: 40em;
  max-width: 100%;
}
.txt p + p {
  margin-top: 1em;
}
.txt p + p:empty {
  margin-top: 0;
}
.txt blockquote {
  /*
		 * Necesita un poco de espacio por el fondo
		 */
  padding: 0.5em 1em 0.01em 2em;
  border-left: 1px solid #F90;
  /*
		 * Y también porque se pegan los elementos, un margen abajo
		 */
  margin-bottom: 1em;
  color: #333;
  background-color: #ffad33;
  font-style: italic;
}
.txt a {
  color: #8EC641;
}
.txt a:hover,
.txt a:active,
.txt a:focus {
  color: #F90;
}
.txt small {
  /*
		 * Además del tamaño utilizamos un color más claro
		 */
  color: #333;
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.txt img {
  max-width: 100%;
}
/*
* Helpers for less
*/
/*
Sprites
Ver:http://coding.smashingmagazine.com/2012/04/11/css-sprites-revisited/;
@TODO CSS:Agergar varibales sprite;
*/
.grecaptcha-badge {
  right: -480px !important;
}
/*
* Menu Helpers
*/
/*
 * Debe colocarse la lista ul que contitne el menú
 */
/*
 * Reset para comenzar bien
 */
/*!---------------------------------------
* UI.less
---------------------------------------------*/
/*! -------------------- Global Resets and Standards -------------- */
/* 
	Eric Meyer's CSS Reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
		License: none (public domain)

	Este reset, básicamente nos servirá para restaurar a ceroo márgenes y padding,
	Creo que los demás elementos los maneja mejor Normalize.
*/
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;
  vertical-align: baseline;
}
/*
 * Todo lo que existe en el body deberá tener el 100% a menos que por etiquetas
 * o selectores más específicos se decida que no es así.
 */
* {
  font-size: 100%;
}
/*! ------------------------ Links ------------------ */
a {
  color: #8EC641;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #F90;
}
a:focus {
  color: #F90;
  outline: none;
}
p a,
p a:visited {
  line-height: inherit;
}
/*! ------------------------ Lists ------------------ */
/*
 * Creo que estas listas sólo aplican para cuando se trata del contenido, en otro momento no.
 */
/* ------------------------ Misc ---------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background: #ff0;
}
#googlemap img,
object,
embed {
  max-width: none;
}
#map_canvas embed {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
#map_canvas object {
  max-width: none;
}
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * La tipografía creo que se debe tratar por cada módulo
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
/*
 *Para separar párrafos contiguos, si agregamos el margen, pero sólo al final
 */
p + p {
  margin-bottom: 1em;
}
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Se queda porque puede utilizarse como modificador en cualquier momento
 */
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ==========================================================================
 * Las listas, creo que deben seguir algunas de estas reglas, pero 
 * cada bloque debe de manejarlas, porque pueden ser utilizadas para distintos
 * Propósitos
 */
/*
 * Addresses margins set differently in IE6/7
 */
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/*
 * Layout
 */
/**
 * Las unidades se dan en porcentaje para hacerla responsive
 * 
 */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
.wrapper {
  margin: 0 auto;
  width: 58%;
  padding: 0 2%;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
/*
* Implemtación básica para generar columnas, tiene un breakpoint y sólo 
* debe utilizarse como fallback
* 
* @deprecatd utilizar .col en su lugar para poder combinar las columnnas
*
* @param x Numero de columnas
* @param columnas-maximo @deprecated
* @param border @deprecated
*/
/**
 * Clase base para generar columnas
 * Puede incluirse dentro mediaqueries
 * 
 * @param  {Integer} @x Numero de columas
 * @return {void}    
 */
/*
* Layout
*/
/* Transciciones */
* {
  transition: opacity 0.4s ease-in-out;
}
body {
  background-color: #67AF27;
  font: 500 1em/1.5 "Trebuchet MS", Trebuchet, sans-serif;
  margin: 0;
}
.block {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 640px) {
}
/*
 * Elementos
 */
/* =============================================================================
   Tables
=============================================================================
 */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Estilo básico de la tabla
 */
table {
  border: 1px solid #8EC641;
  border-radius: 2px;
  /*
	  * Tamaño de Fuente normal
	  */
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  /*
	  * El margen permite separar la tabla de elementos adyacentes
	  */
  margin: 1em 0;
  /*
	  * Evitamos que se salga del contenedor, auqnue falta hacer responsive
	  */
  max-width: 100%;
}
/*
 * Ocultamos el caption ?
 */
caption {
  position: absolute;
  left: -1000px;
}
/*
 * Espacio para que respiren las celdas
 */
td,
th {
  padding: 0.75em 1.5em;
  /*
	 * Las tablas, con texto más grande
	 */
  font-size: 1.125em;
}
/*
 * Primero el encabezado
 */
thead {
  font-weight: bold;
  text-align: center;
}
thead th {
  background-color: #78B91C;
  color: #FFF;
}
tbody {
  /*
	 * Variables Básicas del tbody
	 */
  color: #333;
  text-align: center;
  /*
	 * Ahora hacemos que se muestre la primer columna de un color distino
	 * Pero deben de ser dos colores, porque estamos utilizando la zebra, de ota
	 * manera se ve raro
	 */
}
tbody tr {
  /*
		 * Para cuando pasa el mouse sobre la fila
		 */
  /**
		 * Se agrega un borde para separar las coolumnas visualmente
		 * Pero ya no se usa el color de fondo para que reducir la paleta de colores
		 */
  border-bottom: 1px solid #CCC;
  /*
		 * El ultimo no debe modificar el color del borde general
		 */
}
tbody tr:hover {
  background-color: #ffc266 !important;
}
tbody tr:last-child {
  border-bottom: 1px solid #8EC641;
}
tbody td:first-child {
  background-color: #E8EFE1;
  border-bottom: 1px solid #c2d4af;
}
tfoot {
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #808080;
}
/*! ------------------------ Tables ------------------ */
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/*! RESET Formas, Estructura especial */
form dd,
form dt,
form dl {
  margin: 0;
  max-width: 100%;
}
form dl dt {
  margin-bottom: 0.25em;
}
/*
 * Estilos básicos para los campos
 */
.field {
  /*
     * Aplicamos padding y margin a los campos pero solo vertical
     * Los espacios horizontales se definen por la retícula
     */
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  /*
     * Dimensiones mínimas y máximas, para permitir que sea sensible
     */
  min-width: 180px;
  max-width: 100%;
  /*
     * Los campos pueden ir en línea
     */
  display: inline-block;
  /*
     * Con estas limitantes evitamos que se muestren las barras de desplazamiento,
     * dicho desplazamiento se daba por el margin, border y padding agregados
     * Es probable que tengan que modificarse según el diseño
     * lo cual hace que la solución no sea global, pero por el momento funciona
     * Otra solución podría ser el box model
     */
}
.field label {
  color: #060;
  font-weight: 600;
  /*
         * Al separarlo un poco del margen, permitimos que se lea mejor que se trata de un label
         */
  padding-left: 0.25em;
}
.field input,
.field textarea {
  padding: 0.5em 0.25em;
  border: 1px solid #060;
  border-radius: 2px;
}
.field input {
  max-width: 96%;
}
.field textarea {
  max-width: 98%;
}
.field .description {
  padding: 0.25em;
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #666;
}
/*
 * Layout de las formas
 */
/*
  * Las formas que se encuentran dentro de los articulos tendrán 9 filas de tamaño
  */
.article form {
  /*
     * Las listas nos permiten hacer que funcione el layout
     */
  /*
     * Hack para que no se muestren sobre los campo los mensajes de error
     */
}
.article form fieldset {
  display: block;
  width: 105%;
  margin-left: -2.5%;
  margin-right: -2.5%;
  *zoom: 1;
}
.article form fieldset:before,
.article form fieldset:after {
  content: "";
  display: table;
}
.article form fieldset:after {
  clear: both;
}
.article form fieldset:before,
.article form fieldset:after {
  content: " ";
  display: table;
}
.article form fieldset:after {
  clear: both;
}
.article form dl {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .article form dl {
    width: 30%;
  }
}
.article form .msg,
.article form .text {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .article form .msg,
  .article form .text {
    width: 63.33333333%;
  }
}
.article form span.wpcf7-not-valid-tip {
  position: relative;
  left: auto;
}
/*
 * Para cuando utilizamos el input inline
 */
dl.submit input {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  float: right;
  padding: 0.25em 1em;
  margin-top: 1.125em;
  margin-right: 0.5em;
}
@media (min-width: 620px) {
  dl.submit input {
    font-size: 1.25em;
  }
}
/*
 * Definiciones para campos especiales
 */
/*
 * Para los mensajes utilizaremos un textarea
 */
.msg textarea {
  height: 7.5em;
}
.file input {
  border: none;
  font-style: italic;
}
/*
* Elements
*/
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
 * Bloques independientes
 */
/*
 * Estilos del Header
 */
/*
 * RESET
 */
.header ul,
.header ol {
  list-style: none;
}
.container_header {
  background-color: #67AF27;
}
/*! -------------------- Branding -------------- */
/*
 | Los elementos del branding son logo, slogan y contacto.
 | Todos se muestran con float a la izquierda
 | En el caso del slogan, tal vez se oculte cuando la pantalla sea muy pequeña
 | y sólo aparezcan los botones de teléfono e e-mail sin texto
 */
.branding {
  overflow: hidden;
  /**
	 * La información de contacto debe verse
	 * facilmente
	 */
}
.branding h3 {
  margin: 0;
  overflow: hidden;
  float: left;
}
.branding .slogan {
  width: 18em;
  float: left;
}
@media (min-width: 620px) {
  .branding .slogan {
    margin: 1.8em 1em 1em;
  }
}
.branding .contact {
  text-align: center;
  color: white;
  float: left;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  /**
		 * En movil, se ve mejor centrado
		 */
}
@media (min-width: 620px) {
  .branding .contact {
    float: right;
    text-align: right;
  }
}
.branding .contact a {
  color: white;
}
.branding .contact .text-lead {
  font: 500 1.25rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 2rem;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 620px) {
  .branding .contact .text-lead {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.logo {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: 0px 0px;
  /*
    * Este método del HTML% Boilerplate no funciona si le damos las dimensiones en ems
    */
  width: 7em;
  height: 4em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  /* Para normalizr los ems */
  margin: 1em;
}
.slogan {
  color: white;
  font: italic 1em "Trebuchet MS", Trebuchet, sans-serif;
}
.header .contact li {
  margin: 0;
  padding: 0 0 0.25em;
  color: white;
}
.branding .contact ul {
  margin: 1em 0 0.5em 0;
}
.contact ul {
  margin: 0 0 0 1em;
  color: #999;
  text-align: left;
  padding: 0;
}
.contact .email:before {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: 0px -128px;
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.5em;
  float: left;
}
.contact .tel:before {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: 0px -96px;
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.5em;
  float: left;
}
.contact .movil:before {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: -64px -96px;
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.5em;
  float: left;
}
/*! -------------------- Menu -------------- */
.menu {
  position: absolute;
  left: -9999em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
@media (min-width: 620px) {
  .menu {
    position: relative;
    left: auto;
  }
}
.menu:before,
.menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.menu li {
  display: block;
  position: relative;
}
@media (min-width: 620px) {
  .menu li {
    float: left;
  }
  .menu li:hover ul {
    position: absolute;
    top: 99%;
    left: 0;
  }
}
.menu ul {
  position: absolute;
  left: -9999em;
  z-index: 497;
}
.menu ul ul {
  position: absolute;
  left: -9999em;
  /*
		 * El overflwo hidden sólo funciona cuando hay dos
		 * niveles, y permite poner color a todo el enlace
		 * sin tener que lidiar con el padding, la otra opción
		 * es utilizando el box-model
		 */
}
.menu li li {
  /*
		 * Para que se muestren uno sobre oro, eliminamos
		 * el float
		 */
  float: none;
  padding: 0.5em 0;
}
.menu ul li:hover > ul {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 100%;
}
/*
*	Barra de Menú
*/
.container_navbar {
  background-color: #ebf5de;
}
.navbar {
  background-color: #ebf5de;
  /**
	 * Cuando esta activo el checkbox sólo se muestra el menú, como un modal
	 * Pero es pantalla completa.
	 */
}
.navbar a {
  font-family: "Roboto Condensed", Trebuchet, sans-serif;
}
.navbar li:hover {
  background-color: #9acc55;
}
@media (min-width: 620px) {
  .navbar li.quote {
    float: right;
    background-color: #F90 !important;
  }
  .navbar li.quote a {
    color: white !important;
  }
}
.navbar [type=checkbox] {
  position: absolute;
  left: -9999em;
}
.navbar :checked {
  /**
		 * La etiqueta de navegación se utiliza para hacer la pantalla completa
		 */
}
.navbar :checked ~ nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ebf5de;
  z-index: 10000;
  max-width: 100%;
}
.navbar :checked ~ nav .open {
  position: absolute;
  left: -9999em;
}
.navbar :checked ~ nav .close {
  left: auto;
  position: relative;
}
.navbar :checked ~ nav .menu {
  position: relative;
  left: auto;
}
.navbar label {
  display: block;
  padding: 0.5em;
}
.navbar label.close {
  position: absolute;
  left: -9999em;
  text-align: right;
}
@media (min-width: 620px) {
  .navbar h3,
  .navbar label {
    position: absolute;
    left: -9999em;
  }
}
.menu-main-container {
  width: 70%;
  float: left;
}
/*
*	Personamilzacion del menu
*/
.navbar .menu li > a {
  font: 500 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
}
.navbar .menu > li {
  padding: 0.5em 1em;
}
.navbar > li:active,
.navbar > li:hover {
  background-color: #FFF;
}
.navbar .menu ul {
  background-color: #ebf5de;
}
.navbar .menu li li {
  padding: 0.5em 1em;
}
.navbar .menu .current-menu-parent,
.navbar .menu .current-menu-parent:hover,
.navbar .menu .current-menu-item,
.navbar .menu .current-menu-item:hover {
  background-color: #8EC641;
}
.navbar .menu .current-menu-parent > a,
.navbar .menu .current-menu-parent:hover > a,
.navbar .menu .current-menu-item > a,
.navbar .menu .current-menu-item:hover > a {
  color: #FFF !important;
}
.navbar .menu .current-menu-item a {
  color: #FFF;
}
#menu-featured a {
  color: #F90;
}
#menu-main {
  /*
	 * Para hacer el hover se require de mayor especificidad, creo que tendríamos que cambiar
	 */
}
#menu-main a {
  color: #666;
}
/*! ----------------- MENU FEATURED --------------*/
.menu-featured-container {
  float: right;
}
@media only screen and (min-width: 680px) {
  .featured_img img {
    max-width: 960px;
  }
}
/*!
* Head
*/
.wrapper.head {
  background-color: white;
}
.head h1 {
  max-width: 100%;
  letter-spacing: -2px;
  margin: 0;
  font: 600 3rem "Trebuchet MS", Trebuchet, sans-serif;
  line-height: 1.25;
  color: #060;
  display: inline-block;
}
@media (min-width: 620px) {
  .head h1 {
    font-size: 3.5rem;
  }
}
.head .subtitle {
  display: inline-block;
  color: #999;
  font: italic 1em "Trebuchet MS", Trebuchet, sans-serif;
}
.head .subtitle:before {
  content: "/ ";
}
.head .excerpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.head .excerpt p {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  color: #666;
  margin-bottom: 0.5em;
}
@media (min-width: 620px) {
  .head .excerpt p {
    font-size: 1.5em;
  }
}
.head .excerpt p:empty {
  padding: 0;
  margin: 0;
}
.head .featured {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .head .featured {
    width: 96.66666667%;
  }
}
/**
 * Header que permite mostrar porductos con texto largo
 */
.header-two-cols {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header-two-cols > span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  float: left;
  display: block;
}
.header-two-cols > span + div {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .header-two-cols > span + div {
    width: 96.66666667%;
  }
}
.header-two-cols h1 {
  color: #333;
  text-align: center;
}
@media (min-width: 620px) {
  .header-two-cols {
    /**
		 * Configuratión normal para imágenes cuadradas o verticales
		 */
    /**
		 * Variacion para imagenes horizontales
		 */
  }
  .header-two-cols > span {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
    height: 420px;
  }
  .header-two-cols > span + div {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
  }
  .header-two-cols.header-two-cols-wide > span {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
    top: 32px;
    position: relative;
    height: 360px;
  }
  .header-two-cols.header-two-cols-wide > span + div {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
  }
  .header-two-cols figure {
    position: absolute;
    left: -9999em;
  }
  .header-two-cols h1 {
    max-width: 100%;
    letter-spacing: -2px;
    margin: 0;
    font: 600 2.5rem "Trebuchet MS", Trebuchet, sans-serif;
    line-height: 3.5rem;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols > span {
    width: 38.33333333%;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols > span + div {
    width: 55%;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols.header-two-cols-wide > span {
    width: 46.66666667%;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols.header-two-cols-wide > span + div {
    width: 46.66666667%;
  }
}
@media (min-width: 620px) and (min-width: 620px) {
  .header-two-cols h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.icon-specs:before {
  content: '';
  width: 72px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 180px;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 620px) {
  .icon-specs:before {
    width: 108px;
  }
}
.icon-specs p {
  color: #666;
}
.icon-specs ul {
  color: #36B31D;
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  list-style: none;
}
@media (min-width: 620px) {
  .icon-specs ul {
    font-size: 1.5em;
  }
}
/*
 * ShowCase
 * Por el momento sólo hay uno, los siguientes llevarán otra clase, pero el comportamiento es el mismo
 */
/*
 *
 */
/*
* RESET FOR SHOWCASE
* Evita que existan márgenes y/o padding al mostrar las diapositivas
*/
.slides,
.slides li {
  margin: 0;
  padding: 0;
}
.showcase {
  background-color: white;
}
.showcase > div {
  overflow: hidden;
  padding: 1.5em 0 1em;
  position: relative;
}
.slides {
  overflow: hidden;
  border-radius: 8px;
}
.slide {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.slide .caption {
  background-color: #404040;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  /*
 	 * El tamaño del caption es de 12 columnas,
 	 * pero como el slider no lo hicmos row tenemos que
 	 * regresarlo a su lugar eliminando el margen
 	 */
  margin-left: 0;
}
@media (min-width: 620px) {
  .slide .caption {
    position: absolute;
    bottom: 0;
  }
}
.slide .caption p {
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #FFF;
  padding: 0.5em;
}
.slide .header {
  max-width: 100%;
  letter-spacing: -2px;
  margin: 0;
  font: 600 2.5rem "Trebuchet MS", Trebuchet, sans-serif;
  line-height: 3.5rem;
  right: 0;
  top: 36%;
  text-align: right;
}
@media (min-width: 620px) {
  .slide .header {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 620px) {
  .slide .header {
    position: absolute;
    border-radius: 16px 0 0 16px;
  }
}
.slide .header a {
  color: white;
  display: block;
  background-color: #8EC641;
  padding: 0.25em 0.5em;
}
.slide .header a:hover {
  background-color: #F90;
}
.showcase .thumbnail {
  height: 320px;
  background-color: white;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 620px) {
  .showcase .thumbnail {
    height: 420px;
  }
}
.showcase img {
  position: absolute;
  left: -9999em;
}
.showcase h1 {
  font: 500 1em/1.5 "Trebuchet MS", Trebuchet, sans-serif;
  margin: 0;
  width: 100%;
  min-height: 320px;
}
ul.rslides_tabs {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none outside none;
}
ul.rslides_tabs li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
}
ul.rslides_tabs a {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: -32px -96px;
  /*
    * Este método del HTML% Boilerplate no funciona si le damos las dimensiones en ems
    */
  width: 1.5em;
  height: 1.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  /* Para normalizr los ems */
  outline: none;
}
ul.rslides_tabs .rslides_here a {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: -32px -128px;
  /*
    * Este método del HTML% Boilerplate no funciona si le damos las dimensiones en ems
    */
  width: 1.5em;
  height: 1.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  /* Para normalizr los ems */
}
/*
* #Main
*/
body,
.container_main {
  background-color: white;
}
.main.wrapper {
  background-color: #FFF;
}
/**
 * Todo el contenido neceista ir dentro de un wrapper
 * Centra en contenido y o encaja en la pantalla
 *
 * El wrapper en teléfonos se ajusta al 100% de la ventana
 * mientras que en tablets y desktops, puede llegar a medir 1024px
 * para facilitar la lectura
 *
 * Utiliza box-sizing por lo que es compatible con IE8+
 *
 * También comenzamos a utilizar rems para hacer los epacios
 * un poco más consistentes
 */
*.wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  /**
	 * Con un solo breakpoint se puede trabajar
	 */
}
@media (min-width: 768px) {
  *.wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1180px;
  }
}
.content > .article,
.content > .articles {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  color: #333;
  /*
	 * Evitamos hacer todo el contenido más grande, es probable que se necesite 
	 * redefinir la tipografía en distintos bloques
	 */
}
@media (min-width: 480px) {
  .content > .article,
  .content > .articles {
    width: 96.66666667%;
  }
}
article p + p {
  margin-top: 1em;
}
.pagination {
  margin: 1em 0;
}
.pagination ul {
  list-style: none;
  *zoom: 1;
}
.pagination ul:before,
.pagination ul:after {
  content: "";
  display: table;
}
.pagination ul:after {
  clear: both;
}
.pagination ul:before,
.pagination ul:after {
  content: " ";
  display: table;
}
.pagination ul:after {
  clear: both;
}
.pagination li {
  width: 45%;
  float: left;
}
.pagination .next {
  text-align: right;
  padding-right: 4%;
}
.pagination .prev {
  padding-left: 4%;
}
/*! SIDEBARS */
/*
* Por default los sidebar son de 12 columnas
*/
.sidebar {
  /*
	 * RESET
	 */
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sidebar ul,
.sidebar ol {
  list-style: none;
}
@media (min-width: 480px) {
  .sidebar {
    width: 96.66666667%;
  }
}
.sidebar > ul {
  display: block;
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
  *zoom: 1;
  padding: 0;
}
.sidebar > ul:before,
.sidebar > ul:after {
  content: "";
  display: table;
}
.sidebar > ul:after {
  clear: both;
}
.sidebar > ul:before,
.sidebar > ul:after {
  content: " ";
  display: table;
}
.sidebar > ul:after {
  clear: both;
}
.widget {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .widget {
    width: 30%;
  }
}
/*
* Muestra el sidebar lateral de 4 columnas
*/
.sidebar.aside,
.sidebar.products {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .sidebar.aside,
  .sidebar.products {
    width: 30%;
  }
}
.sidebar.aside > ul,
.sidebar.products > ul {
  display: block;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  *zoom: 1;
}
.sidebar.aside > ul:before,
.sidebar.products > ul:before,
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  content: "";
  display: table;
}
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  clear: both;
}
.sidebar.aside > ul:before,
.sidebar.products > ul:before,
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  content: " ";
  display: table;
}
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  clear: both;
}
.sidebar .header {
  margin-bottom: 1em;
}
.sidebar .title {
  color: #666;
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
}
@media (min-width: 620px) {
  .sidebar .title {
    font-size: 1.5em;
  }
}
.sidebar .title a {
  color: #999;
}
.textwidget {
  color: #666;
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.textwidget img {
  max-width: 25%;
  float: left;
  margin: 0.5em 1em 0.5em 0.5em;
}
/*
 * Table of contents
 */
ul.table-of-contents,
nav.toc {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  background-color: #F90;
  /**
	 * Cuando el toc `is-sticky` se le agerga un padding y
	 * para simular que nuevamente se encuentra dentro del .wrapper 
	 * y .container
	 */
}
@media (min-width: 480px) {
  ul.table-of-contents,
  nav.toc {
    width: 96.66666667%;
  }
}
ul.table-of-contents li,
nav.toc li {
  display: block;
  float: left;
  width: auto;
  border: none;
}
ul.table-of-contents li.top-nav,
nav.toc li.top-nav {
  float: right;
  position: absolute;
  left: -9999em;
}
.is-sticky ul.table-of-contents li.top-nav,
.is-sticky nav.toc li.top-nav {
  position: relative;
  left: auto;
}
ul.table-of-contents li.top-nav span,
nav.toc li.top-nav span {
  border-radius: 50%;
}
ul.table-of-contents li li,
nav.toc li li {
  position: absolute;
  left: -999999px;
}
ul.table-of-contents .selected,
nav.toc .selected {
  border-width: 1px 1px 0 1px;
  border-color: #DDD;
  border-style: solid;
}
ul.table-of-contents .selected a,
nav.toc .selected a {
  height: 2em;
  background: #FFF;
}
ul.table-of-contents > ul,
nav.toc > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
ul.table-of-contents > ul:before,
nav.toc > ul:before,
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  content: "";
  display: table;
}
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  clear: both;
}
ul.table-of-contents > ul:before,
nav.toc > ul:before,
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  content: " ";
  display: table;
}
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  clear: both;
}
ul.table-of-contents a,
nav.toc a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  padding: 0.75em 1em;
  text-transform: uppercase;
  font: 500 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
}
ul.table-of-contents a:hover,
nav.toc a:hover {
  color: #333;
}
.is-sticky ul.table-of-contents,
.is-sticky nav.toc {
  padding-left: 48px;
  padding-right: 48px;
  width: 88.5%;
}
.is-sticky .toc-wrapper {
  background-color: #F90;
  max-width: 980px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10000 !important;
}
/*
 * Ocultamos el título, para que no se repitan
 */
.tabbed section > h2 {
  position: absolute;
  left: -9999em;
}
img {
  max-width: 100%;
}
.container_warning {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 18px;
}
.container_warning .wrapper {
  box-sizing: border-box;
  border: 1px solid #ff99004a;
  background-color: #ff990036;
  padding: 2rem;
}
.container_warning section {
  padding-right: 1rem;
  padding-left: 1rem;
}
.container_warning h2 {
  font-size: 24px;
  line-height: 1.5;
}
.container_warning h2 + * {
  margin-top: 16px;
}
/*!
* Products.less
*/
/* RESET */
a img {
  border: none;
  vertical-align: top;
}
section.products {
  display: block;
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
  padding-top: 1em;
  padding-bottom: 1em;
  *zoom: 1;
}
section.products:before,
section.products:after {
  content: "";
  display: table;
}
section.products:after {
  clear: both;
}
section.products:before,
section.products:after {
  content: " ";
  display: table;
}
section.products:after {
  clear: both;
}
section.products:before,
section.products:after {
  content: "";
  display: table;
}
section.products:after {
  clear: both;
}
section.products:before,
section.products:after {
  content: " ";
  display: table;
}
section.products:after {
  clear: both;
}
.products h1 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #999;
}
@media (min-width: 620px) {
  .products h1 {
    font-size: 1.25em;
  }
}
.products header {
  margin: 0 1em;
}
.products .preview {
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #8EC641;
  position: relative;
  border-radius: 2px;
  padding: 8px 8px 56px;
}
.products .preview:hover {
  border-color: #F90;
  background-color: #fff5e5;
}
.products .preview:hover figcaption > a {
  background-color: #F90;
  color: white !important;
}
.products .preview figcaption > a {
  color: #30892B;
  background-color: #d4e9b7;
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-family: "Roboto Condensed", Trebuchet, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products .preview figcaption > a:hover {
  background-color: #F90;
}
.products figcaption {
  font-size: 18px;
}
.head > .products {
  margin: 0 -1em;
}
/**
 * Deprecated, usar product thumbnail
 */
.products .medium {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 520px) {
  .products .medium {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 46.66666667%;
  }
}
@media (min-width: 860px) {
  .products .medium {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 30%;
  }
}
.products .small {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .products .small {
    width: 21.66666667%;
  }
}
.products .preview {
  margin-bottom: 1em;
}
.mini-featured figcaption a {
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products img {
  max-width: 100%;
}
/*
 * El header de los productos se muestra distinto a los artículos
 */
.products_header {
  padding-top: 1.5rem;
  text-align: center;
  /*
 	 * Agergamos la posición para que se pueda alinear
 	 * el excerpt
 	 */
  position: relative;
  /*
 	 * El extracto queda justo debajo de la imagen principal
 	 * el texto destaca del copy, y permite agergar mensajes cortos.
 	 *
 	 * Podría incluirse ahí el botón de solititar cotización o en el toc
 	 */
  /*
 	 * 	@TODO Enlaces más consistentes
 	 * 	Se cambian porque el fondo es de color naranja y
 	 * 	no se ven con el esquema por default.
 	 */
  /*
 	  * Eliminamos un poco de espacio en blanco
 	  */
}
.products_header h1 {
  color: #333;
}
.products_header + .excerpt {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  text-align: center;
}
@media (min-width: 480px) {
  .products_header + .excerpt {
    width: 96.66666667%;
  }
}
.products_header + .excerpt p {
  padding: 0 1em;
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  font-style: italic;
  color: #67AF27;
}
@media (min-width: 620px) {
  .products_header + .excerpt p {
    font-size: 1.5em;
  }
}
.products_header .price {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  margin-top: 1em;
  background-color: #73a331;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 480px) {
  .products_header .price {
    width: 21.66666667%;
  }
}
.products_header .price .money:before {
  content: '$ ';
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_header .price .money {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  display: block;
}
@media (min-width: 620px) {
  .products_header .price .money {
    font-size: 1.5em;
  }
}
.products_header .price small {
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_header a {
  color: white;
  font-style: italic;
}
.products_header a:hover {
  border-bottom: 1px dashed white;
}
.products_header .featured {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 480px) {
  .products_header .featured {
    width: 96.66666667%;
  }
}
/*
  * Los productos también se pueden mostrar en el sidebar
  */
.products.widget {
  /*
  	 * Reestablecemos a cero para que no reduzca el espacio
  	 */
}
.products.widget ul {
  margin: 0;
  padding: 0;
}
.products.widget li {
  *zoom: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}
.products.widget li:before,
.products.widget li:after {
  content: "";
  display: table;
}
.products.widget li:after {
  clear: both;
}
.products.widget li:before,
.products.widget li:after {
  content: " ";
  display: table;
}
.products.widget li:after {
  clear: both;
}
.products.widget .thumbnail {
  float: left;
  margin-right: 1em;
}
.products.widget .caption {
  padding-top: 1em;
  font-size: big();
}
/*
 * Tenemos el sidebar de servicios, creo que sería bueno separarlo
 * del contenido principal de esta manera se lee mejor
 */
.wrapper-aside {
  background-color: white;
  padding-top: 2rem;
}
/**
 * Product aside
 * @component
 *
 * Mustra widgets con su respectivo icono
 */
.product-aside {
  border-top: 1px solid #87ca4a;
  border-bottom: 1px solid #87ca4a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  *zoom: 1;
}
.product-aside:before,
.product-aside:after {
  content: "";
  display: table;
}
.product-aside:after {
  clear: both;
}
.product-aside:before,
.product-aside:after {
  content: " ";
  display: table;
}
.product-aside:after {
  clear: both;
}
.product-service {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  text-align: center;
  color: #666;
  padding: 1rem;
}
@media (min-width: 480px) {
  .product-service {
    width: 96.66666667%;
  }
}
@media (min-width: 520px) {
  .product-service {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
  }
}
@media (min-width: 520px) and (min-width: 480px) {
  .product-service {
    width: 30%;
  }
}
.product-service p {
  margin-top: 0.75rem;
}
.product-service .fa {
  font-size: 3rem;
  color: #87ca4a;
}
/**
 * Despues de los widgets van los terminos, 
 */
.product-aside + small {
  text-align: center;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*
 * Estilos para la descripción de productos
 */
.products_description {
  display: block;
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
  *zoom: 1;
  color: #666;
  /*
	 * Falta revisar las etiquetas:
	 * 	- cite
	 *	- q
	 * 	- dfn
	 */
  /*
	 * Las imágenes deberían de ir en otro helepr, es una prueba
	 */
  /*
	 * Agregamos un espacio antes y después
	 */
  /*
	 * Addresses paddings set differently in IE6/7
	 */
  /*
	 * Como definimos un margen para separar la lista padre
	 * este se herada a los hijos, así que hay que eliminarlo
	 * porque se ve muy cortada la lista
	 * También disminuímos el padding
	 */
  /*
	 * Los li-s, tendrán tamaño normal
	 */
}
.products_description:before,
.products_description:after {
  content: "";
  display: table;
}
.products_description:after {
  clear: both;
}
.products_description:before,
.products_description:after {
  content: " ";
  display: table;
}
.products_description:after {
  clear: both;
}
.products_description h2 {
  font: 500 1.875rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 1.5;
  letter-spacing: -1px;
  margin: 0;
  color: #666;
  /**
		 * Se agega un espacio para no interferir con e sticky
		 */
  margin-top: 1em;
}
@media (min-width: 620px) {
  .products_description h2 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.products_description h3 {
  font: 300 1.25rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 2rem;
  margin: 0;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 620px) {
  .products_description h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.products_description h4 {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .products_description h4 {
    font-size: 1.5em;
  }
}
.products_description h5 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .products_description h5 {
    font-size: 1.25em;
  }
}
.products_description h6 {
  font: bold 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_description p {
  font-size: 1.125em;
  font-family: "Roboto", Tahoma, sans-serif;
  margin-bottom: 1.5em;
  width: 40em;
  max-width: 100%;
}
.products_description p + p {
  margin-top: 1em;
}
.products_description p + p:empty {
  margin-top: 0;
}
.products_description blockquote {
  /*
		 * Necesita un poco de espacio por el fondo
		 */
  padding: 0.5em 1em 0.01em 2em;
  border-left: 1px solid #F90;
  /*
		 * Y también porque se pegan los elementos, un margen abajo
		 */
  margin-bottom: 1em;
  color: #333;
  background-color: #ffad33;
  font-style: italic;
}
.products_description a {
  color: #8EC641;
}
.products_description a:hover,
.products_description a:active,
.products_description a:focus {
  color: #F90;
}
.products_description small {
  /*
		 * Además del tamaño utilizamos un color más claro
		 */
  color: #333;
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_description img {
  max-width: 100%;
}
.products_description dl,
.products_description ol,
.products_description ul {
  margin: 1em 0;
}
.products_description dl {
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_description dt:after {
  content: ': ';
}
.products_description dd {
  margin: 0 0 0 2em;
  font-style: italic;
}
.products_description dd + dd {
  margin-top: 0.75em;
}
.products_description ol,
.products_description ul {
  padding: 0 0 0 2em;
}
.products_description ol ol,
.products_description ol ul,
.products_description ul ol,
.products_description ul ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.products_description li {
  font-family: "Roboto", Tahoma, sans-serif;
  font-size: 18px;
}
/**
 * .preview
 *
 * Es el thumbnail
 */
.product-thumbnail {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 520px) {
  .product-thumbnail {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 46.66666667%;
  }
}
@media (min-width: 860px) {
  .product-thumbnail {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 30%;
    /**
		 * Cuando hay 5 elementos, se acomodan para no dejar espacios
		 */
  }
  .grid-5 .product-thumbnail:nth-child(-n+2) {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 46.66666667%;
  }
  .grid-5 .product-thumbnail:nth-child(-n+2) a[style] {
    height: 240px;
  }
}
.product-thumbnail > a[style] {
  height: 220px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-thumbnail > a[style] .no-backgroundsize {
  background-image: none !important;
}
.backgroundsize .product-thumbnail > a[style] img {
  position: absolute;
  left: -9999em;
}
.heading-permalink {
  visibility: hidden;
  position: absolute;
  display: inline-block;
  margin-left: -1rem;
  padding-right: 0.25rem;
}
h1:hover .heading-permalink,
h2:hover .heading-permalink,
h3:hover .heading-permalink,
h4:hover .heading-permalink,
h5:hover .heading-permalink,
h6:hover .heading-permalink {
  visibility: visible;
}
/*
* COLOPHON
*/
/*
 * RESET
 */
.colophon ul,
.colophon ol {
  list-style: none;
}
.container_colophon {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #30892B;
}
.wrapper.colophon {
  background-color: #30892B;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 580px) {
  .wrapper.colophon {
    padding-left: 2rem;
  }
}
.wrapper.colophon .imagen-map-wrapper {
  float: right;
}
/**
 * .icon-list 
 * Lista vertical que eprmite agregar iconos FontAwesome
 * 
 * @Component
 */
.icon-list {
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: white;
}
@media only screen and (min-width: 580px) {
  .icon-list {
    margin-left: 0rem;
  }
}
.icon-list li {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.icon-list .icon-list-lead span {
  font: 300 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
}
@media (min-width: 620px) {
  .icon-list .icon-list-lead span {
    font-size: 1.25em;
  }
}
.icon-list i.fa {
  color: #87ca4a;
  font-size: 1.6rem;
  width: 2.5rem;
  display: block;
  text-align: center;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.dl-inline {
  display: grid;
  grid-template-columns: auto 1fr;
}
.dl-inline dt {
  margin-right: 4px;
  min-width: 72px;
}
/**
 * .imagen-map
 * @component
 */
.imagen-map-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 580px) {
  .imagen-map-wrapper {
    width: 50%;
    margin-left: 2rem;
  }
}
.imagen-map {
  background: url(images/mapa-d4f819118b88a6eef181.png) no-repeat center;
  background-size: cover;
  display: block;
  height: 12rem;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .imagen-map {
    height: 22rem;
  }
}
.imagen-map ~ a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  color: #11690C;
  font-weight: bold;
  background-color: #e6e2da;
  border-radius: 1px;
  border: 1px solid #11690C;
  padding: 0.25rem 0.5rem;
}
.colophon .footer a,
.colophon .footer p {
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
footer.legals {
  background-color: #87ca4a;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}
footer.legals p {
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
footer.legals a {
  color: #11690C;
}
.menu-footer {
  *zoom: 1;
  font: 300 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.menu-footer:before,
.menu-footer:after {
  content: "";
  display: table;
}
.menu-footer:after {
  clear: both;
}
.menu-footer:before,
.menu-footer:after {
  content: " ";
  display: table;
}
.menu-footer:after {
  clear: both;
}
@media (min-width: 620px) {
  .menu-footer {
    font-size: 1.25em;
  }
}
.menu-footer li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/*
* color-list
*
* Estilos para convertir en colores una lista que utilice data-color
*/
dd {
  *zoom: 1;
}
dd:before,
dd:after {
  content: "";
  display: table;
}
dd:after {
  clear: both;
}
dd:before,
dd:after {
  content: " ";
  display: table;
}
dd:after {
  clear: both;
}
.products_description {
  /**
	 * Los párrafos no son tan largos para evitar lineas de más de 100 caracterss
	 * que son difíciles de leer
	 */
}
.products_description dd + dd {
  margin-top: 0;
}
.products_description dd + dt,
.products_description dt + dd {
  margin-top: 8px;
}
.products_description p {
  width: 40em;
  max-width: 100%;
}
dd .color-sample {
  display: block;
}
[data-color] {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 180px;
  height: 90px;
  margin-left: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  float: left;
  border: 1px solid lightgray;
  background-color: gray;
}
[data-color] span {
  display: block;
  background-color: white;
  color: gray;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 14px;
}
[data-color].lg {
  width: 356px;
}
[data-color^=verde-lim] {
  background-color: #d8ef03;
}
[data-color^=verde-esm] {
  background-color: #39d099;
}
[data-color^=verde-man] {
  background-color: #64d201;
}
[data-color=morado] {
  background-color: purple;
}
[data-color=lila] {
  background-color: #c07ef9;
}
[data-color=azul-rey] {
  background-color: blue;
}
[data-color=azul-marino] {
  background-color: #032e4e;
}
[data-color=fiusha] {
  background-color: hotpink;
}
[data-color=magenta] {
  background-color: hotpink;
}
[data-color=rosa-neon] {
  background-color: #ff488e;
}
[data-color=amarillo] {
  background-color: yellow;
}
[data-color=rojo] {
  background-color: red;
}
[data-color=naranja] {
  background-color: orange;
}
[data-color=blanco] {
  background-color: white;
}
[data-color=negro] {
  background-color: black;
}
[data-color=plata] {
  background-color: silver;
}
[data-color=dorado] {
  background-color: gold;
}
[data-color=azul-cielo] {
  background-color: #8ef;
}
[data-color=azul-turquesa] {
  background-color: #0ee;
}
[data-color=vino] {
  background-color: #512;
}
[data-color=amarillo-claro] {
  background-color: #ff8;
}
[data-color=amarillo-fuerte] {
  background-color: yellow;
}
[data-color=oro-mostaza] {
  background-color: #fc5;
}
[data-color^=caf] {
  background-color: #421;
}
[data-color=beige] {
  background-color: #dca;
}
[data-color=rosa] {
  background-color: #f9d;
}
[data-color=gris-perla] {
  background-color: #abb5b7;
}
[data-color=gris-oxford] {
  background-color: #343434;
}
[data-color=verde-bandera] {
  background-color: #353;
}
[data-color=verde-militar] {
  background-color: #442;
}
[data-color^=pulsera] {
  background-image: url(images/pulseras-colores-2cce828abdca0320168b.jpg);
  background-repeat: no-repeat;
}
[data-color^=pulseras-amarillo] {
  background-position: center 0;
}
[data-color^=pulseras-aqua] {
  background-position: center -105px;
}
[data-color^=pulseras-azul] {
  background-position: center -205px;
}
[data-color^=pulseras-blanco] {
  background-position: center -305px;
}
[data-color^=pulseras-dorado] {
  background-position: center -405px;
}
[data-color^=pulseras-lila] {
  background-position: center -505px;
}
[data-color^=pulseras-morado] {
  background-position: center -605px;
}
[data-color^=pulseras-naranja] {
  background-position: center -705px;
}
[data-color^=pulseras-negro] {
  background-position: center -805px;
}
[data-color^=pulseras-plata] {
  background-position: center -905px;
}
[data-color^=pulseras-rojo] {
  background-position: center -1005px;
}
[data-color^=pulseras-rosa-ne] {
  background-position: center -1105px;
}
[data-color^=pulseras-verde-ne] {
  background-position: center -1205px;
}
/**
 * Las alerías de colores se agregarán directamente como elementos <li> que tienen las imágens ahora separadas
 */
ul.color-gallery {
  /**
	 * Galería de colores de pulseras tyvek
	 */
}
ul.color-gallery.color-gallery {
  list-style: none;
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  margin: 0;
}
ul.color-gallery li {
  width: 30%;
  float: left;
  display: block;
  margin-left: 0;
  margin-right: 3%;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
ul.color-gallery [style] {
  background-repeat: no-repeat;
  display: block;
  height: 72px;
  background-size: auto 100%;
}
ul.color-gallery.color-gallery-yoyos li {
  width: 16%;
}
ul.color-gallery.color-gallery-yoyos [style] {
  height: 140px;
  margin: 0 auto;
  background-position: center;
}
@media (max-width: 640px) {
  ul.color-gallery.color-gallery li {
    width: 96%;
  }
  ul.color-gallery.color-gallery-yoyos li {
    width: 45%;
  }
  ul.color-gallery.color-gallery-yoyos li span {
    height: 108px;
    font-size: 12px;
  }
}
.colgantes {
  *zoom: 1;
  position: relative;
  background-color: #EAEAEA;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.colgantes:before,
.colgantes:after {
  content: "";
  display: table;
}
.colgantes:after {
  clear: both;
}
.colgantes:before,
.colgantes:after {
  content: " ";
  display: table;
}
.colgantes:after {
  clear: both;
}
.colgantes > div {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-height: 1px;
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.colgantes > div *,
.colgantes > div *:before,
.colgantes > div *:after {
  box-sizing: inherit;
}
.colgantes > div + * {
  clear: none;
}
.colgantes > :first-child {
  width: 20%;
  height: 100%;
}
.colgantes > :last-child {
  width: 80%;
  background-color: white;
}
.colgantes h2,
.colgantes figure {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-height: 1px;
  float: left;
  width: 20%;
  padding: 0.5em;
}
.colgantes h2 *,
.colgantes figure *,
.colgantes h2 *:before,
.colgantes figure *:before,
.colgantes h2 *:after,
.colgantes figure *:after {
  box-sizing: inherit;
}
.colgantes h2 + *,
.colgantes figure + * {
  clear: none;
}
.colgantes h2 {
  font-size: 24px;
  color: #666;
  text-align: center;
}
.colgantes figure img {
  max-width: 100%;
  height: 160px;
  margin: 0 auto;
  display: block;
}
.colgantes figcaption {
  color: #8ec641;
  text-align: center;
  font-size: 18px;
}
/*
 * Sólo para el desarrollo
 */
body > pre {
  position: fixed;
  top: 20%;
  background-color: white;
  color: gray;
}

