@charset "UTF-8";
span.eeb-nodis { 
display:none !important; 
}
span.eeb-rtl { 
unicode-bidi:bidi-override !important; 
direction:rtl !important; 
display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
display:inline !important;
padding-left:0 !important;
}
span.eeb-nrtl { 
word-break: break-all !important;
}
.eeb-encoded { 
position:relative; 
margin-top:-0.3em; 
z-index:1000; 
color:green; 
}#hollerbox-popup-content {
display: none !important;
}
body.holler-box-blurred {
filter: blur(4px);
}
body.holler-suppress-animations .holler-box-overlay,
body.holler-suppress-animations .holler-box .animation {
animation: none !important;
}
body.holler-slide-down {
animation-duration: 0.3s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
body.disable-scrolling {
overflow: hidden;
}
body:not(.wp-admin) .holler-box {
position: fixed;
}
body:not(.wp-admin).admin-bar .positioner.top-left {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .positioner.top-center {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .positioner.top-right {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .holler-box.holler-sidebar .positioner,
body:not(.wp-admin).admin-bar .holler-box.holler-banner .positioner.top-left {
top: 32px !important;
}
@keyframes progress-bar-stripes {
from {
background-position: 0 40px;
}
to {
background-position: 0 0;
}
}
@keyframes holler-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes holler-overlay-appear {
from {
opacity: 0;
}
}
@keyframes holler-appear {
0% {
transform: scale(0.5);
opacity: 0;
}
75% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes holler-disappear {
to {
transform: scale(0.8);
opacity: 0;
}
}
@keyframes holler-slide-in-up {
from {
transform: translateY(100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-down {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-left {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-right {
from {
transform: translateX(100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-out-up {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-100%);
}
}
@keyframes holler-slide-out-down {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(100%);
}
}
@keyframes holler-slide-out-right {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateX(100%);
}
}
@keyframes holler-slide-out-left {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateX(-100%);
}
}
.holler-box {
z-index: 1000;
}
.holler-box .hollerbox-integration-errors {
background: #FFFFFF;
color: #e91f4f;
padding: 20px;
font-size: 16px;
}
.holler-box .hollerbox-integration-errors p:first-child {
margin-top: 0;
}
.holler-box .hollerbox-integration-errors p:last-child {
margin-bottom: 0;
}
.holler-box.no-animation .holler-box-overlay,
.holler-box.no-animation .holler-box-overlay::before,
.holler-box.no-animation .holler-box-overlay::after,
.holler-box.no-animation .animation {
animation: none !important;
}
.holler-box .animation {
animation-duration: 0.3s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.holler-box .animation.appear {
animation-name: holler-appear;
}
.holler-box .positioner {
position: fixed;
}
.holler-box .positioner.top {
top: 20px;
left: 20px;
}
.holler-box .positioner.top .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-left {
top: 20px;
left: 20px;
}
.holler-box .positioner.top-left .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-left .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-center {
top: 20px;
left: 50%;
transform: translateX(-50%);
}
.holler-box .positioner.top-center .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-center .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-right {
top: 20px;
right: 20px;
}
.holler-box .positioner.top-right .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-right .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.center-left {
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.holler-box .positioner.center-left .slide-in {
animation-name: holler-slide-in-left;
}
.holler-box .positioner.center-left .slide-out {
animation-name: holler-slide-out-left;
}
.holler-box .positioner.center-center {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.holler-box .positioner.center-center .slide-in {
animation-name: holler-appear;
}
.holler-box .positioner.center-center .slide-out {
animation-name: holler-disappear;
}
.holler-box .positioner.center-right {
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.holler-box .positioner.center-right .slide-in {
animation-name: holler-slide-in-right;
}
.holler-box .positioner.center-right .slide-out {
animation-name: holler-slide-out-right;
}
.holler-box .positioner.bottom {
bottom: 20px;
left: 20px;
}
.holler-box .positioner.bottom .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-left {
bottom: 20px;
left: 20px;
}
.holler-box .positioner.bottom-left .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-left .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-center {
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.holler-box .positioner.bottom-center .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-center .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-right {
bottom: 20px;
right: 20px;
}
.holler-box .positioner.bottom-right .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-right .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .holler-box-credit {
margin-top: 10px;
text-align: center;
}
.holler-box .holler-box-credit a {
color: #e8ad0b;
text-decoration: none;
font-size: 16px;
}
.holler-box .holler-box-overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: transparent;
opacity: 1;
animation: holler-overlay-appear 0.4s ease-in-out;
}
.holler-box .holler-box-overlay::after {
content: "";
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #333;
opacity: 0.5;
}
.holler-box .holler-box-overlay.no-animation {
animation: none;
}
.holler-box .display-flex {
display: flex;
gap: 20px;
}
.holler-box .holler-box-modal {
min-width: 300px;
width: min-content;
max-width: calc(100vw - 40px);
background: #ffffff;
padding: 30px;
box-sizing: border-box;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
}
.holler-box .holler-box-modal.notification-closed {
cursor: pointer;
box-sizing: border-box;
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
display: flex;
align-items: center;
justify-content: center;
background: #0075ff;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
min-width: 0 !important;
padding: 0 !important;
}
.holler-box .holler-box-modal.notification-closed svg {
height: 30px;
width: 30px;
}
.holler-box .holler-box-modal img {
max-width: 100%;
}
.holler-box .holler-box-modal img.alignright {
float: right;
}
.holler-box .holler-box-modal img.alignleft {
float: left;
}
.holler-box .holler-box-modal img.aligncenter {
margin: 0 auto;
display: block;
}
.holler-box .holler-box-modal .holler-box-modal-content {
box-sizing: border-box;
}
.holler-box .holler-box-modal .holler-box-modal-content p, .holler-box .holler-box-modal .holler-box-modal-content li, .holler-box .holler-box-modal .holler-box-modal-content ul, .holler-box .holler-box-modal .holler-box-modal-content ol {
font-size: 18px;
}
.holler-box .holler-box-modal .holler-box-modal-content h1 {
font-size: 40px;
}
.holler-box .holler-box-modal .holler-box-modal-content h2 {
font-size: 32px;
}
.holler-box .holler-box-modal .holler-box-modal-content h3 {
font-size: 24px;
}
.holler-box .holler-box-modal button.holler-box-modal-close {
cursor: pointer;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border: none;
position: absolute;
top: 5px;
right: 5px;
height: 12px;
width: 12px;
background-color: transparent !important;
background: none;
color: #102640;
}
.holler-box .holler-box-modal button.holler-box-modal-close svg {
height: 100%;
width: 100%;
}
.holler-box .holler-box-modal button.holler-box-modal-close.medium {
top: 7px;
right: 7px;
height: 16px;
width: 16px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.large {
top: 9px;
right: 9px;
height: 22px;
width: 22px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled {
top: 0;
right: 0;
height: 18px;
width: 18px;
transform: translate(50%, -50%);
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.icon-inside {
top: 5px;
right: 5px;
transform: none;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.medium {
height: 24px;
width: 24px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.large {
height: 30px;
width: 30px;
}
.holler-box.holler-notification-box .holler-box-credit {
margin-top: 10px;
text-align: right;
}
.holler-box.holler-notification-box .holler-box-credit a {
color: #e8ad0b;
text-decoration: none;
font-size: 14px;
}
.holler-box.holler-notification-box.with-chat {   }
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar {
width: 5px;
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-track {
background: rgba(16, 38, 64, 0.05);
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-thumb {
background: rgba(16, 38, 64, 0.3);
border-radius: 5px;
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-thumb:hover {
background: rgba(16, 38, 64, 0.5);
}
.holler-box.holler-notification-box.with-chat .holler-box-modal {
max-height: 600px;
overflow-y: auto;
}
.holler-box.holler-notification-box.with-chat .close-chat-wrap {
display: flex;
justify-content: center;
margin: 10px;
}
.holler-box.holler-notification-box.with-chat .close-chat-wrap button.close-chat {
cursor: pointer;
background: none;
border: none;
color: rgba(16, 38, 64, 0.3);
font-weight: 500;
font-size: 14px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response {
margin: 10px 0;
display: flex;
justify-content: flex-end;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response .content {
padding: 10px;
background: #0075ff;
color: #ffffff;
border-radius: 5px;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response .content * {
background: #0075ff;
color: #ffffff;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message {
display: flex;
gap: 10px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message img.avatar {
border-radius: 50%;
height: 30px;
width: 30px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message .content {
display: flex;
gap: 10px;
flex-direction: column;
align-items: flex-start;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message .content > * {
padding: 10px;
background: rgba(0, 117, 255, 0.07);
border-radius: 5px;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form {
display: flex;
align-items: stretch;
width: 100%;
margin-top: 15px;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input {
border-radius: 5px 0 0 5px;
background: #ffffff;
padding: 6px 16px;
font-size: 14px;
width: 100%;
border: 1px solid rgba(16, 38, 64, 0.3);
line-height: 2;
min-height: 30px;
box-sizing: border-box;
max-height: 42px;
min-width: 0;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea::placeholder,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input::placeholder {
color: #cccccc;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea:-ms-input-placeholder,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input:-ms-input-placeholder {
color: #cccccc;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message {
cursor: pointer;
border: none;
background: #0075ff;
color: #ffffff;
border-radius: 0 5px 5px 0;
padding: 5px 10px;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message:focus, .holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message:hover {
background: rgba(0, 117, 255, 0.6);
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message svg {
height: 20px;
width: 20px;
}
.holler-box.holler-notification-box.with-button .holler-button-cta {
display: flex;
justify-content: flex-end;
margin-top: 10px;
}
.holler-box.holler-notification-box.with-button .holler-button-cta .holler-box-button {
border-radius: 5px;
font-size: 18px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form {
margin-top: 10px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form .fields {
gap: 0;
}
.holler-box.holler-notification-box.with-form form.holler-box-form input[type=email] {
width: 100%;
background: rgba(16, 38, 64, 0.05);
border: none;
font-size: 16px;
border-radius: 5px 0 0 5px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form button {
border-radius: 0 5px 5px 0;
font-size: 18px;
}
.holler-box.holler-notification-box .holler-box-modal {
width: 400px;
padding: 20px 10px 10px 10px;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
border-radius: 5px;
}
.holler-box.holler-notification-box .holler-box-modal .display-flex {
align-items: flex-start;
gap: 10px;
}
.holler-box.holler-notification-box .holler-box-modal img {
border-radius: 50%;
width: 50px;
height: 50px;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content {
width: 100%;
padding: 20px;
background-color: rgba(0, 117, 255, 0.07);
border-radius: 5px;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p {
font-size: 16px;
margin: 0.8em 0;
line-height: 1.1;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p:first-child {
margin-top: 0;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p:last-child {
margin-bottom: 0;
}
.holler-box.holler-popup-custom .holler-box-modal-content {
width: 400px;
}
.holler-box.holler-popup-standard .holler-box-modal-content {
width: 400px;
}
.holler-box.holler-popup-image-left .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-left .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-image-left .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-left .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-image-left .display-flex .right {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-image-right .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-right .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-image-right .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-right .display-flex .right {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-image-right .display-flex .left {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-form-below .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-form-below .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-form-below .display-flex {
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-form-below .display-flex .left {
padding: 30px;
}
.holler-box.holler-popup-form-below .display-flex .right {
flex-shrink: 0;
width: 300px;
background-size: cover;
background-position: center center;
}
.holler-box.holler-popup-form-below .holler-box-form {
padding: 20px;
background: rgba(0, 117, 255, 0.07);
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar {
display: flex;
overflow: hidden;
background-color: #e9ecef;
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar .holler-box-progress-bar-fill {
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
height: 20px;
width: 50%;
animation: progress-bar-stripes 1s linear infinite;
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar .holler-box-progress-bar-fill.filled {
animation: none;
width: 100% !important;
}
.holler-box.holler-popup-progress-bar .holler-box-modal {
padding: 0;
border-radius: 5px;
overflow: hidden;
}
.holler-box.holler-popup-progress-bar .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-progress-bar .holler-box-modal button.holler-box-modal-close {
top: 25px;
}
.holler-box.holler-popup-progress-bar .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-progress-bar .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-progress-bar .display-flex .right {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-image-beside-text-top .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-beside-text-top .holler-box-modal-content {
padding: 30px;
}
.holler-box.holler-popup-image-beside-text-top .display-flex {
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-beside-text-top .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 250px;
}
.holler-box.holler-popup-image-beside-text-top .display-flex .holler-box-form {
padding: 30px;
min-width: 250px;
background-color: rgba(0, 117, 255, 0.07);
}
.holler-box.holler-popup-full-image-background .holler-box-modal {
background-size: cover;
background-position: center center;
}
.holler-box.holler-popup-full-image-background .holler-box-modal .holler-box-modal-content {
width: 400px;
}
.holler-box input[type=submit].holler-box-button,
.holler-box input[type=button].holler-box-button,
.holler-box button.holler-box-button,
.holler-box button.holler-choice,
.holler-box button.holler-survey-next {
font-size: 20px;
padding: 10px 16px;
border-radius: 0;
background: #2196F3;
color: #ffffff;
font-weight: bold;
border: none;
white-space: nowrap;
cursor: pointer;
}
.holler-box input[type=submit].holler-box-button:disabled,
.holler-box input[type=button].holler-box-button:disabled,
.holler-box button.holler-box-button:disabled,
.holler-box button.holler-choice:disabled,
.holler-box button.holler-survey-next:disabled {
opacity: 0.8;
}
.holler-box input[type=submit].holler-box-button .holler-spinner,
.holler-box input[type=button].holler-box-button .holler-spinner,
.holler-box button.holler-box-button .holler-spinner,
.holler-box button.holler-choice .holler-spinner,
.holler-box button.holler-survey-next .holler-spinner {
display: block;
margin: 0 auto;
height: 15px;
width: 15px;
border: 5px solid rgba(255, 255, 255, 0.4);
border-bottom-color: #ffffff;
border-radius: 50%;
position: relative;
animation: holler-rotation 1s linear infinite;
}
.holler-box input[type=submit].holler-box-button.inverse,
.holler-box input[type=button].holler-box-button.inverse,
.holler-box button.holler-box-button.inverse,
.holler-box button.holler-choice.inverse,
.holler-box button.holler-survey-next.inverse {
background-color: transparent;
color: #2196f3;
border: 1px solid #2196F3;
}
.holler-box input[type=submit].holler-box-button.inverse .holler-spinner,
.holler-box input[type=button].holler-box-button.inverse .holler-spinner,
.holler-box button.holler-box-button.inverse .holler-spinner,
.holler-box button.holler-choice.inverse .holler-spinner,
.holler-box button.holler-survey-next.inverse .holler-spinner {
border: 5px solid rgba(33, 150, 243, 0.4);
border-bottom-color: #2196f3;
}
.holler-box form.holler-box-form.custom-form {
display: flex;
gap: 10px;
flex-direction: column;
}
.holler-box form.holler-box-form .fields {
display: flex;
gap: 10px;
align-items: stretch;
}
.holler-box form.holler-box-form.vertical .fields {
display: grid;
grid-auto-rows: 1fr;
}
.holler-box form.holler-box-form.vertical .fields label.holler-gdpr-consent {
align-self: center;
}
.holler-box form.holler-box-form label.holler-gdpr-consent {
display: flex;
gap: 10px;
align-items: flex-start;
}
.holler-box form.holler-box-form label.holler-gdpr-consent span {
line-height: 1.1;
}
.holler-box form.holler-box-form.horizontal label.holler-gdpr-consent {
margin-top: 10px;
}
.holler-box form.holler-box-form input.holler-box-input {
border-radius: 0;
background: #ffffff;
padding: 6px 16px;
font-size: 18px;
width: 100%;
border: 1px solid rgba(16, 38, 64, 0.3);
line-height: 2;
min-height: 30px;
box-sizing: border-box;
min-width: 0;
}
.holler-box form.holler-box-form input.holler-box-input::placeholder {
color: #cccccc;
}
.holler-box form.holler-box-form input.holler-box-input:-ms-input-placeholder {
color: #cccccc;
}
@media (max-width: 600px) {
.holler-box.holler-popup .holler-box-modal {
width: calc( 100vw - 40px );
max-height: calc( 100vw - 40px );
}
.holler-box.holler-notification-box .positioner:not(:has(.notification-closed)) {
left: 0;
right: 0;
}
.holler-box.holler-notification-box .positioner.top-left, .holler-box.holler-notification-box .positioner.top-center, .holler-box.holler-notification-box .positioner.top-right {
top: 0;
transform: none;
}
.holler-box.holler-notification-box .positioner.top-left .notification-closed, .holler-box.holler-notification-box .positioner.top-center .notification-closed, .holler-box.holler-notification-box .positioner.top-right .notification-closed {
margin-top: 10px;
}
.holler-box.holler-notification-box .positioner.center-right, .holler-box.holler-notification-box .positioner.center-center, .holler-box.holler-notification-box .positioner.center-left, .holler-box.holler-notification-box .positioner.bottom-right, .holler-box.holler-notification-box .positioner.bottom-center, .holler-box.holler-notification-box .positioner.bottom-left {
top: auto;
bottom: 0;
transform: none;
}
.holler-box.holler-notification-box .positioner.center-right .notification-closed, .holler-box.holler-notification-box .positioner.center-center .notification-closed, .holler-box.holler-notification-box .positioner.center-left .notification-closed, .holler-box.holler-notification-box .positioner.bottom-right .notification-closed, .holler-box.holler-notification-box .positioner.bottom-center .notification-closed, .holler-box.holler-notification-box .positioner.bottom-left .notification-closed {
margin-bottom: 10px;
}
.holler-box.holler-notification-box .positioner.top-center, .holler-box.holler-notification-box .positioner.center-center, .holler-box.holler-notification-box .positioner.bottom-center, .holler-box.holler-notification-box .positioner.top-left, .holler-box.holler-notification-box .positioner.center-left, .holler-box.holler-notification-box .positioner.bottom-left {
left: 0;
}
.holler-box.holler-notification-box .positioner.top-center .notification-closed, .holler-box.holler-notification-box .positioner.center-center .notification-closed, .holler-box.holler-notification-box .positioner.bottom-center .notification-closed, .holler-box.holler-notification-box .positioner.top-left .notification-closed, .holler-box.holler-notification-box .positioner.center-left .notification-closed, .holler-box.holler-notification-box .positioner.bottom-left .notification-closed {
margin-left: 10px;
}
.holler-box.holler-notification-box .positioner.top-right, .holler-box.holler-notification-box .positioner.center-right, .holler-box.holler-notification-box .positioner.bottom-right {
right: 0;
}
.holler-box.holler-notification-box .positioner.top-right .notification-closed, .holler-box.holler-notification-box .positioner.center-right .notification-closed, .holler-box.holler-notification-box .positioner.bottom-right .notification-closed {
margin-left: auto;
margin-right: 10px;
}
.holler-box.holler-notification-box .positioner .holler-box-modal {
border-radius: 0;
}
.holler-box.holler-notification-box .positioner .holler-box-modal:not(.notification-closed) {
max-width: 100vw;
width: auto;
}
.holler-box:not(.holler-notification-box) .holler-box-modal {
overflow: auto !important;
max-height: calc(100vh - 40px);
}
.holler-box:not(.holler-notification-box) .holler-box-modal .holler-box-modal-content {
width: 100%;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex {
flex-direction: column;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex > * {
width: 100%;
box-sizing: border-box;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex .image-width {
min-height: 300px;
width: 100% !important;
}
.holler-box:not(.holler-notification-box) .holler-box-modal form.holler-box-form.horizontal .fields {
display: grid;
grid-auto-rows: 1fr;
width: 100%;
}
.holler-box:not(.holler-notification-box) .holler-box-modal form.holler-box-form.horizontal .holler-box-input {
max-width: 100% !important;
}
.holler-box:not(.holler-notification-box).holler-popup-form-below .display-flex {
flex-direction: column-reverse;
}
}#TB_overlay {
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100050; }
#TB_window {
position: fixed;
background-color: #fff;
z-index: 100050; visibility: hidden;
text-align: left;
top: 50%;
left: 50%;
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#TB_window img#TB_Image {
display: block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
height: 25px;
padding: 7px 30px 10px 25px;
float: left;
}
#TB_closeWindow {
height: 25px;
padding: 11px 25px 10px 0;
float: right;
}
#TB_closeWindowButton {
position: absolute;
left: auto;
right: 0;
width: 29px;
height: 29px;
border: 0;
padding: 0;
background: none;
cursor: pointer;
outline: none;
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
transition: color .1s ease-in-out, background .1s ease-in-out;
}
#TB_ajaxWindowTitle {
float: left;
font-weight: 600;
line-height: 29px;
overflow: hidden;
padding: 0 29px 0 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: calc( 100% - 39px );
}
#TB_title {
background: #fcfcfc;
border-bottom: 1px solid #ddd;
height: 29px;
}
#TB_ajaxContent {
clear: both;
padding: 2px 15px 15px 15px;
overflow: auto;
text-align: left;
line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
padding: 15px;
}
#TB_ajaxContent p {
padding: 5px 0px 5px 0px;
}
#TB_load {
position: fixed;
display: none;
z-index: 100050;
top: 50%;
left: 50%;
background-color: #E8E8E8;
border: 1px solid #555;
margin: -45px 0 0 -125px;
padding: 40px 15px 15px;
}
#TB_HideSelect {
z-index: 99;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
border: none;
filter: alpha(opacity=0);
opacity: 0;
height: 100%;
width: 100%;
}
#TB_iframeContent {
clear: both;
border: none;
}
.tb-close-icon {
display: block;
color: #666;
text-align: center;
line-height: 29px;
width: 29px;
height: 29px;
position: absolute;
top: 0;
right: 0;
}
.tb-close-icon:before {
content: "\f158";
font: normal 20px/29px dashicons;
speak: never;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
color: #006799;
}
#TB_closeWindowButton:focus .tb-close-icon {
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} a, a.button, button, div#topheader, .main-navigation ul#primary-menu li a:after, div.sbi_type_image, input#av_verify {transition: all 0.5s;}
footer#footerwrap {transition: all 1s;}
a img.lazyloaded {transition: all .5s;} @font-face {
font-family: 'backcountry_brewingregular';
src: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/backcountrybrewing-regular-webfont.woff2) format('woff2'),
url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/backcountrybrewing-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'osp-dindin';
src: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/osp-din-webfont.woff2) format('woff2'),
url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/osp-din-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'dinregular';
src: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/din_regular-webfont.woff2) format('woff2'),
url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/din_regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'jrhandregular';
src: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/jrha___-webfont.woff2) format('woff2'),
url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/fonts/jrha___-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'dinregular', Arial, sans-serif;
font-size: 18px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, .location-index-text h3, h4, h6, .join-step, #store-locator-id .wpsl-name {
font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif;
clear: both;
font-weight:normal;
margin-top:0px;
line-height:1em;
}
h3, #aboutus-header h1.pageheader-intro {font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif; font-weight:normal; margin:0 0 15px 0; text-transform:uppercase;}
h3, #aboutus-header h1.pageheader-intro, .location-index-text h3 {font-size:48px; line-height:0.9em;}
.retailer h3 {color:#ffc430; font-size:24px; margin-bottom:5px;}
.sectionheader, #contactform-wrap h3 {margin-top:0px;}
.headercentre, .centred, #contactform-wrap h3 {text-align:center;}
.pageimageheader-wrap h1, .pageheader-wrap h1, .contact-page h1 {color:#ffc430; text-transform:uppercase; font-size:110px; line-height:1em; margin-bottom:20px;}
#primary h2, .pageimageheader-wrap h2, .slide-content-container h1, .side-content-container h1, .beerheader-wrap h1, h2.age-gate-subheading {color:#ffc430; text-transform:uppercase; font-size:84px; line-height:.9em; margin-bottom:30px;}
main h2, #storecs-header h1 {font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif; font-weight:normal; text-transform:uppercase; font-size:48px; margin-bottom:20px;}
#primary .retaillistings h2  {color:#ffc430; text-transform:uppercase; font-size:64px; line-height:0.8em; margin-bottom:35px;}
.slide-content-container h2, .side-content-container h2 {font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif; font-size:54px; margin:0 0 15px 0;}
#singlepress-header h2, #singlenews-header h2, .holler-box h2 {color:#ffc430; text-transform:uppercase; font-size:54px; line-height:1em; margin:20px 0 10px 0;}
.holler-box h3 {font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif; font-weight:normal; text-transform:uppercase; font-size:34px; margin-bottom:10px;}
h4 {font-size:28px; margin:0px; text-transform:uppercase; margin-bottom:1em;}
#footerwrap h4 {margin-bottom:10px;}
.menuboard h4 {font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif; font-size:24px;}
.handwritten {font-family:'jrhandregular', "Brush Script MT", cursive; text-transform:none;}
h1.handwritten, h2.handwritten, h3.handwritten, h4.handwritten {text-transform:none; letter-spacing:-2px;}
h5 {font-weight:bold; font-size:22px; line-height:1.3em; margin:10px 0 0 0;}
.presslist-item h3, .newslist-item h3 {font-size:30px; line-height:1em; text-transform: none;}
#singlepress-header h3, #singlenews-header h3 {font-size:30px; line-height:1em; text-transform: none;}
.video-wrap h5 {font-weight:normal; font-size:16px; text-transform:none;}
.margintop {margin-top:25px;}
p {margin-top:0px; margin-bottom: 1.5em;}
p:last-of-type {margin-bottom:0px;}
.center {text-align:center;}
.largetext {font-size:22px;}
.smalltext {font-size:14px;}
.tagline {font-size:150%;}
dfn, cite, em, i {font-style: italic;}
.beerlist-price {font-weight:bold;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big, .beerlist-price {
font-size: 125%;
}
@media all and (min-width: 981px) and (max-width: 1100px) {
body {font-size: 0.9rem;}
.pageimageheader-wrap h1, .pageheader-wrap h1, .contact-page h1 {font-size:90px; line-height:1em; margin-bottom:15px;}
.largetext {font-size:20px;}
}
@media all and (max-width: 980px) {
body, button, input, select, optgroup, textarea {font-size: 15px;}
.pageimageheader-wrap h1, .pageheader-wrap h1, .contact-page h1 {font-size:70px; line-height:0.9em; margin-bottom:15px;}
#primary h2, .pageimageheader-wrap h2, .slide-content-container h1, .beerheader-wrap h1, h2.age-gate-subheading  {font-size:52px; line-height:0.9em;}
#primary .retaillistings h2  {font-size:42px; line-height:0.8em;}
h3, #aboutus-header h1.pageheader-intro, .location-index-text h3 {font-size:38px; margin:0 0 10px 0;line-height:1em;}
.largetext {font-size:18px;}
.smalltext {font-size:12px;}
}
@media all and (max-width: 767px) {
#primary h2, .pageimageheader-wrap h2, .slide-content-container h1, .beerheader-wrap h1, #av-overlay h1  {font-size:44px; line-height:0.9em;}
#primary .retaillistings h2  { font-size:36px; line-height:0.8em; margin-bottom:20px;}
h3, #aboutus-header h1.pageheader-intro, .location-index-text h3 {font-size:28px;}
.largetext {font-size:16px;}
}
@media all and (max-width: 479px) {
#primary h2, .pageimageheader-wrap h2, .slide-content-container h1, .beerheader-wrap h1, #av-overlay h1  {font-size:38px; line-height:0.9em;}
} a.button,
button,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load a.sbi_load_btn,
[id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn,
[id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a,
a.button:visited,
#sb_instagram .sbi_follow_btn a:visited,
#sb_instagram #sbi_load .sbi_load_btn:visited,
.sb_youtube a.sby_load_btn:visited,
.sb_youtube .sby_follow_btn a:visited,
.gcal_button a, .gcal_button a:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif;
font-size:26px;
text-transform:uppercase;
padding: 5px 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color:#ffc430;
border: 2px solid #ffc430;
color:#000;
line-height: 1;
}
#sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load a.sbi_load_btn, [id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn, [id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a, .gcal_button a, #events-calendar a.button {font-size:16px;}
.beer-breadcrumb a.button, .location-breadcrumb a.button {font-size:34px;}
#events-calendar a.button {margin-top:15px;}
a.button, button {display:inline-block;}
a.button:hover, #sb_instagram .sbi_follow_btn a:hover, #sb_instagram #sbi_load a.sbi_load_btn:hover, [id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn:hover, [id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a:hover,
.gcal_button a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color:transparent;
border: 2px solid #ffc430;
color:#ffc430;
}
a.button:active, a.button:focus;
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram .sbi_follow_btn a:focus, 
#sb_instagram #sbi_load a.sbi_load_btn:active,
#sb_instagram #sbi_load a.sbi_load_btn:focus,
[id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn:active,
[id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn:focus,
[id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a:active,
[id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a:focus,
.gcal_button a:active, .gcal_button a:focus,
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background-color:#FFF;
color:#000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
font-family: 'dinregular', Arial, sans-serif;
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px;
height:50px;
font-size:20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {margin: 0;      
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background-color:#000;
color:#ffffff !important;
font-family: 'dinregular', Arial, sans-serif;
font-size:20px;
border:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0.5em 3.5em 0.5em 1em;
margin-right:10px;
border:1px solid #ffc430;
background-image:
linear-gradient(45deg, transparent 50%, white 50%),
linear-gradient(135deg, white 50%, transparent 50%),
linear-gradient(to right, #ffc430, #ffc430);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
5px 5px,
5px 5px,
1px 1.5em;
background-repeat: no-repeat;
}
select:focus {
font-family: 'dinregular', Arial, sans-serif;
background-color: #000;
border:1px solid #ffc430;
background-image:
linear-gradient(45deg, white 50%, transparent 50%),
linear-gradient(135deg, transparent 50%, white 50%),
linear-gradient(to right, #ffc430, #ffc430);
background-position:
calc(100% - 15px) 1em,
calc(100% - 20px) 1em,
calc(100% - 2.5em) 0.5em;
background-size:
5px 5px,
5px 5px,
1px 1.5em;
background-repeat: no-repeat;
border-color: green;
outline: 0;
}
textarea {width: 100%;}
.form-item label {margin-bottom:6px;}
.form-item input[type="submit"] {display:block; width:100%; height:50px;}
#groupbooking-form .form-item .wpcf7-list-item {display:inline-block; margin-right:10px;}
#groupbooking-form .form-item .wpcf7-list-item input[type="radio"] {margin-right:10px;}
#groupbooking-form .form-item input[type="number"] {width:100%;}
@media all and (min-width: 981px) and (max-width: 1100px) {
}
@media all and (max-width: 980px) {
}
@media all and (max-width: 767px) {
a.button, button, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn, a.button:visited, #sb_instagram .sbi_follow_btn a:visited, #sb_instagram #sbi_load .sbi_load_btn:visited, [id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn, [id^="sb_youtube_"].sb_youtube .sby_footer a.sby_load_btn:visited, [id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a, [id^="sb_youtube_"].sb_youtube .sby_footer .sby_follow_btn a:visited, .gcal_button a, .gcal_button a:visited, input[type="button"], input[type="reset"], input[type="submit"] {font-size:18px;}
#sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn, .gcal_button a, #events-calendar a.button {font-size:16px;}
.beer-breadcrumb a.button, .location-breadcrumb a.button {font-size:24px;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {height:50px; font-size:16px;}
select {padding: 0.2em 2.5em 0.2em 0.6em;}
}
@media all and (max-width: 479px) {
} a {color: #ffc430; text-decoration:none;}
a:visited {}
a:hover, a:focus, a:active {color: #ff9b30;}
a:focus {outline: thin dotted;}
a:hover, a:active {outline: 0;}
a img {opacity:1;}
a img:hover {opacity:.7;}
.bcb-anchor {display: block; height: 110px; margin-top: -110px; visibility: hidden;}  hr {background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em;}
ul, ol {margin: 0 0 20px 0;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul, li > ol {margin-bottom: 0; margin-left: 1.5em;}
dt {}
dd {margin: 0 1.5em 1.5em;}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
::-moz-selection { background-color:rgba(255, 196, 48, .2);}
::selection { background-color:rgba(255, 196, 48, .2); }
.abv, .ibu, .menu-price {font-family:'osp-dindin', Impact, Haettenschweiler, Arial, sans-serif; font-size:26px; padding: 5px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 2px solid; margin-right:10px; margin-bottom:15px;}
.one-quarter .abv, .one-quarter .ibu {font-size:20px; padding:4px 6px;}
.abv {color:#fff; border-color:#FFF;}
.ibu {color:#a7f276; border-color:#a7f276;}
.menu-price {color:#90cc82; border-color:#90cc82;} html {box-sizing: border-box;}
*, *:before, *:after { box-sizing: inherit;
}
body {background: #000; color:#fff;}
.container {width:1080px; margin:0 auto;}
.row {clear:both;}
main, section {margin:0px;}
section, .padding {padding:50px 0;}
section.nopadding {padding:0px;}
.above-767 {}
.below-767 {display:none;}
.above-480 {}
.below-480 {display:none;}
.container-intended, .pageheader-intro {box-sizing:border-box; padding:0 100px 0 100px;} .one-half, .one-third, .two-thirds, .one-quarter, .simcal-day {margin:0px 0px 40px 40px;}
.one-fifth {margin:0px 0px 30px 30px;}
.first {margin-left:0px; clear:both;}
.one-half, .simcal-day {float:left; display:block; width:520px;}
.one-half:first-child, .one-half.first, .simcal-day:first-child, .simcal-day:first-of-type {margin-left:0;}
.one-half:nth-child(2n+1), .simcal-day:nth-child(2n+1) {clear:both; margin-left: 0px;}
.one-half.inline {clear:none; margin-left:40px;}
.one-third {float:left; display:block; width:333px;}
.one-third:first-child, .one-third:first-of-type {margin-left:0px;}
.one-third:nth-child(3n+1) {clear: both; margin-left: 0px;}
.two-thirds {width:706px; float:left;}
.two-thirds:first-child, .two-thirds:first-of-type, two-thirds.firstcol {margin-left:0px;}
.two-thirds .staffmember-image {height:333px; overflow-y: hidden;}
.one-quarter {width:240px; float: left;}
.one-quarter:nth-child(4n+1) {clear:both; margin-left: 0px;}
.three-quarters {width:800px; float:left;}
.one-fifth {width:192px; float: left;}
.one-fifth:nth-child(5n+1) {clear:both; margin-left: 0px;}
.one-half.last, .one-third.last, two-thirds.last, one-quarter.last, three-quarters.last, .one-fifth.last {margin-right:0px; clear:right;}
.full-width {width:100%; display:block; margin-bottom:40px;}
.margin10 {margin-bottom:10px;}
.margin15 {margin-bottom:15px;}
.margin30 {margin-bottom:30px;} .flexgrid-container {display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.persona-grid {display: flex; flex-wrap: wrap;}
.flexhalf {-webkit-flex: 1 0 45%; -ms-flex: 1 0 45%; flex: 1 0 45%; margin: 0 15px 35px 15px;}
.flexthird {-webkit-flex: 1 0 30%; -ms-flex: 1 0 30%; flex: 1 0 30%; margin: 0 15px 35px 15px;}
.flexquarter {-webkit-flex: 1 0 20%; -ms-flex: 1 0 20%; flex: 1 0 20%; margin: 0 15px 35px 15px;} .half-inner-left, .half-inner-right {width:50%;}
.one-third-inner-left {width:33%;}
.two-third-inner-right {width:66%;}
.one-quarter-inner-left {width:25%;}
.three-quarter-inner-right {width:75%;}
.half-inner-left, .half-inner-right, .one-third-inner-left, .two-third-inner-right, .one-quarter-inner-left, .three-quarter-inner-right {margin-bottom:30px;}
.half-inner-left, .one-third-inner-left, .one-quarter-inner-left {float:left; padding:0 20px 0 0;}
.half-inner-right, .two-third-inner-right, .three-quarter-inner-right {float:right;padding:0 0 0 20px;}
.half-inner-left.clear, .half-inner-right.clear, .one-third-inner-left.clear, .two-third-inner-right.clear, .one-quarter-inner-left.clear {clear:both;}
.half-inner-left.single, .half-inner-right.single, .one-third-inner-left.single, .two-third-inner-right.single, .one-quarter-inner-left.single, .three-quarter-inner-right.single {margin-bottom:0px;} .text-twocol, .text-twocolwrap ul {column-count:2; column-gap:30px;}
.text-threecol, .text-threecolwrap ul {column-count:3; column-gap:30px;}
.text-fourcol, .text-fourcolwrap ul {column-count:4; column-gap:30px;}
.colblock {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;}
.mcol.colblock {height:100%;} @media all and (min-width: 981px) and (max-width: 1100px) {
.container {width:960px;}
.one-half, .simcal-day {width:460px;}
.one-third {width:293px;}
.two-thirds {width:625px;}
.two-thirds .staffmember-image {height:293px;}
.one-quarter {width:210px;}
.three-quarters {width:710px;}
.one-fifth {width:177px; float: left; margin:0 0 24px 18px;}
.container-intended, .pageheader-intro {box-sizing:border-box; padding:0 75px 0 75px;}
}
@media all and (max-width: 980px) {
.container {width:760px;}
section, .padding {padding:30px 0;}
.one-half, .one-third, .two-thirds, .one-quarter, .simcal-day {margin:0px 0px 24px 24px;}
.full-width{margin-bottom:24px;}
.one-half, .one-quarter, .simcal-day, .three-quarters {width:368px;}
.one-quarter:nth-child(2n+1) {clear:left; margin-left:0px;}
.one-third {width:236px;}
.two-thirds .staffmember-image {height:236px;}
.one-fifth {width:241px; margin:0 0 24px 18px;}
.one-fifth:nth-child(5n+1) {clear:none; margin-left:18px;}
.one-fifth:nth-child(3n+1) {clear:left; margin-left:0px;}
.two-thirds {width:500px;}
.first {margin-left:0px; clear:both;}
.flexquarter {-webkit-flex: 1 0 45%; -ms-flex: 1 0 45%; flex: 1 0 45%;}
.container-intended, .pageheader-intro {box-sizing:border-box; padding:0px;}
.one-third-inner-left, .two-third-inner-right, .one-quarter-inner-left, .three-quarter-inner-right {width:100%; float:none; padding:0px;}
.one-third-inner-left.single {margin-bottom:20px;}
}
@media all and (min-width: 769px) {
.one-third-inner {width:33%; float:left; padding:0 10px;}
}
@media all and (max-width: 768px) {
.container {width:480px;}
section, .padding {padding:25px 0;}
.one-half, .one-third, .two-thirds, .one-quarter, .three-quarters, .simcal-day, .half-inner-left, .half-inner-right, .one-third-inner-left, .two-third-inner-right, .one-quarter-inner-left, .three-quarter-inner-right  {width:100%; float:none; display:block; margin:0px 0px 30px 0px;}
.two-thirds .staffmember-image {height:auto;}
.one-fifth {width:231px; margin:0 0 24px 18px;}
.one-fifth:nth-child(3n+1) {clear:none; margin-left:18px;}
.one-fifth:nth-child(2n+1) {clear:left; margin-left:0px;}
.one-half.inline {clear:both; margin-left:0px;}
.text-twocol, .text-threecol, .text-fourcol, .text-twocolwrap ul, .text-threecolwrap ul, .text-fourcolwrap ul  {column-count:1; column-gap:0;}
.flexhalf, .flexthird {-webkit-flex: 1 0 100%; -ms-flex: 1 0 100%; flex: 1 0 100%; margin: 0 0 20px 0;}
}
@media all and (max-width: 479px) {
.container {width:280px;}
.one-fifth {width:100%; float:none; display:block; margin:0px 0px 20px 0px;}
.one-fifth:nth-child(5n+1), .one-fifth:nth-child(3n+1), .one-fifth:nth-child(2n+1) {clear:none; margin-left:0px;}
.flexquarter {-webkit-flex: 1 0 100%; -ms-flex: 1 0 100%; flex: 1 0 100%; margin: 0 0 35px 0;}
} .blackbackground {background-color:#000;}
.greypaper {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/greypaper_BG.png); background-repeat:repeat;}
.nightsky {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/nightsky_BG.jpg); background-repeat:repeat;}
.greytreeline, .blacktreeline {padding:50px 0 185px 0;}
.dynamicmod-greytreeline, .dynamicmod-blacktreeline {padding:50px 0 0 0;}
.dynamicmod-greytreeline .dynamicmod-inner, .dynamicmod-blacktreeline .dynamicmod-inner {padding:0 0 185px 0;}
.greytreeline, .dynamicmod-greytreeline .dynamicmod-inner {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/greytreeborder_lrg.png); background-repeat:repeat-x; background-position:center bottom;}
.blacktreeline, .dynamicmod-blacktreeline .dynamicmod-inner {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/blacktreeborder_lrg.png); background-repeat:repeat-x; background-position:center bottom;}
.yellowborder-btm {border-bottom: 4px solid #ffc430;}
.contactmap {font-size:20px; background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/contactmap_bg.png); background-repeat:no-repeat; background-position: right center; background-size:contain;}
.contactmap p {margin-bottom:10px;}
.contactmap .greytreeline {padding-bottom:120px;}
#home-contact {border-top:5px solid #161616;}
.pageheader-wrap, .pageimageheader-wrap, .beerheader-wrap {padding-top:190px; padding-bottom:50px; text-align:center; font-size:22px;}
.pageimageheader-wrap.default {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/graniteheader_BG.jpg);}
.pageimageheader-wrap {position:relative; min-height:500px; background-position:center center; background-size:cover; box-shadow: 1px 4px 8px rgba(0, 0, 0, .5);}
.beerheader-wrap {min-height:650px; background-position:center center; background-size:cover; text-align:left;}
#aboutus-header.pageimageheader-wrap {min-height:350px;}
@media all and (min-width: 981px) and (max-width: 1100px) {
.contactmap {font-size:18px; background-size:70%; background-position: calc(100% + 80px) 0;}
.pageheader-wrap, .pageimageheader-wrap, .beerheader-wrap {padding-top:140px; padding-bottom:40px;  font-size:22px;}
.pageheader-wrap, .pageimageheader-wrap {text-align:center;}
.pageimageheader-wrap {min-height:400px;}
}
@media all and (max-width: 980px) {
.greytreeline, .blacktreeline {padding:30px 0 135px 0;}
.dynamicmod-greytreeline .dynamicmod-inner, .dynamicmod-blacktreeline .dynamicmod-inner {padding:0 0 135px 0;}
.greytreeline, .dynamicmod-greytreeline .dynamicmod-inner {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/greytreeborder_sm.png); background-repeat:repeat-x; background-position:center bottom;}
.blacktreeline, .dynamicmod-blacktreeline .dynamicmod-inner {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/blacktreeborder_sm.png); background-repeat:repeat-x; background-position:center bottom;}
.pageheader-wrap, .pageimageheader-wrap, .beerheader-wrap {padding-top:90px; padding-bottom:30px; font-size:18px;}
.pageheader-wrap, .pageimageheader-wrap {text-align:center;}
.pageimageheader-wrap {min-height:300px;}
.contactmap {font-size:16px;background-size:75%; background-position: calc(100% + 100px) 0;}
.beerheader-wrap {min-height:400px;}
}
@media all and (max-width: 767px) {
.above-767 {display:none;}
.below-767 {display:block;}
.greytreeline, .blacktreeline {padding:25px 0 105px 0;}
.contactmap {background-image:none;}
.contactmap-mobile {width:100%; height:300px; overflow:hidden; text-align:right;}
.contactmap-mobile img {width:100%; height:auto;}
.beerheader-wrap {font-size:16px;}
}
@media all and (max-width: 479px) {
.above-480 {display:none;}
.below-480 {display:block;}
.contactmap-mobile img {width:150%; height:auto;}
} div#topheader {position:fixed; width:100%; background-color:#000; height:110px; box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);  z-index:999;}
body.home div#topheader, body.page-template-page-home-2022-php div#topheader { opacity:0;}
body.home div#topheader.show-header, body.page-template-page-home-2022-php div#topheader.show-header {opacity:1.0;}
div#header-inner {position: relative; padding-left:20px; padding-right:20px;}
#menu-logo {position:absolute; top:18px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%)}
#site-navigation {margin-top:40px; width:100%; padding-left:0; text-align:center;}
.menu-main-menu-container, #social-topnav {display:inline-block;}
.main-navigation ul {float:none; margin:0 auto; text-align:center;}
.main-navigation li {display:inline-block;}
.main-navigation a {position:relative; font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif; font-size:22px; text-transform:uppercase; margin:0 8px 0 8px; padding-bottom:10px; line-height:1em; display: block;text-decoration: none;}
.main-navigation ul#primary-menu li a:after {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/menudot.png);
background-repeat:no-repeat;
background-position:center bottom;
}
.main-navigation ul#primary-menu li.menu-item-has-children a:after {background-image:none;}
.main-navigation ul#primary-menu ul li a:after {content: none;}
.main-navigation ul#primary-menu li a:hover:after {opacity:1;}
.main-navigation ul li.current-menu-item a {color:#fff;}
.main-navigation ul#primary-menu li.current-menu-item a:after {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/menudot_white.png);
background-repeat:no-repeat;
background-position:center bottom;
}
.main-navigation ul#primary-menu ul li.current-menu-item a:after {content:none;} .main-navigation ul li#menu-item-1094 {margin-left:0px;}
@media all and (min-width: 1400px) {
.menu-main-menu-container {margin-left:-18px;}
.main-navigation ul li#menu-item-593 {margin-right:85px;}
}
@media all and (min-width: 1251px) and (max-width: 1400px) {
.menu-main-menu-container {margin-left:-21px;}
.main-navigation ul li#menu-item-593 {margin-right:85px;}
}
@media all and (min-width: 1025px) and (max-width: 1250px) {
.menu-main-menu-container {margin-left:-80px;}
.main-navigation ul li#menu-item-593 {margin-right:85px;}
} .main-navigation ul li.social-link a {margin-right:4px; margin-left:8px;}
ul li.social-link a {font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif;}
.main-navigation {clear: both;display: block;float: left;width: 100%;}
.main-navigation ul {display: block;list-style: none;margin: 0; padding-left:0px;}
.main-navigation ul#primary-menu {padding-left: 0px;}
.main-navigation ul ul {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);float: left;position: absolute;top: 100%;left: -999em;z-index: 99999; border-radius:3px; border:1px solid #ffc430;}
.main-navigation ul ul ul {left: -999em;top: 0;}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {left: 100%;}
.main-navigation ul ul a {width: 150px; padding:5px;}
.main-navigation ul ul a:hover {color:#ffc430;}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {left: auto;}
#footer-menu ul.sub-menu {display:none;}
#masthead-logo {width:161px; z-index:500; position:absolute;top:20px; ;left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
#masthead-logo img {width:100%; height:auto; outline:none;}
.shiftnav {background: #000 !important;}
.shiftnav .shiftnav-menu-title {display:none;}
.shiftnav ul.shiftnav-menu {padding-top:25px !important;}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif; text-transform:uppercase; font-size:30px; padding:5px 25px !important; line-height:1em !important;}
a.shiftnav-target:hover {background-color:#161616;}
.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {padding-left:50px !important;}
@media all and (min-width: 1251px) and (max-width: 1400px) {
#masthead-logo {width:130px;}
.main-navigation ul#primary-menu {padding-left:0px;}
.main-navigation a {font-size:18px; margin: 0 7px 0 7px;}
.main-navigation ul li.social-link a {margin-right: 3px; margin-left: 6px;}
}
@media all and (min-width: 1101px) and (max-width: 1250px) {
#masthead-logo {width:130px;}
.main-navigation ul#primary-menu {padding-left:65px;}
.main-navigation a {font-size:17px; margin: 0 7px 0 7px;}
.main-navigation ul li.social-link a {margin-right: 3px; margin-left: 6px;}
}
@media all and (max-width: 1100px) {
div#topheader {height:60px;}
div#topheader .container {width:100%;}
#site-navigation {padding-left:60px; margin-top:15px; width:100; position:relative; text-align:right;}
.main-navigation ul {position:relative;}
.main-navigation #social-topnav ul {padding-left:0px;}
.main-navigation ul li.social-link a {margin:0 5px;}
#menu-logo {top:5px; height:45px;}
#menu-logo img {height:100%; width:auto;}
}
@media all and (max-width: 980px) {
}
@media all and (max-width: 767px) {
}
@media all and (min-width: 480px) and (max-width: 1100px) {
.main-navigation ul {position:absolute; top:0px; right:20px;}
}
@media all and (max-width: 479px) {
.main-navigation ul {position:absolute; top:0px; right:10px;}
} footer#footerwrap {clear:both; width:100%; margin:0px; padding-top:250px;}
#footer-innerwrap {width:100%; padding-top:245px; height:460px;  background-image: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/BCB_GreyFooter.png); background-repeat:no-repeat; background-position:center top;}
.footerdisplaymargin {padding-top:20px !important;}
#footer-inner {color:#000;}
#footer-inner .row {padding-left:420px; margin-bottom:10px;}
#footer-inner .footercol {float:right; margin-left:40px; text-align:right;}
#footer-inner .footer-smallcol {width:85px;}
#footer-inner #footer-logo img {max-width:100%; height:auto;}
#footer-social ul {list-style: none; margin: 0; padding-left: 0;}
#footer-social ul li {font-size:22px; float: left; position: relative; padding:0 10px 5px 5px;}
#footer-menu.footercol {margin-left:0px; width: calc(100% - 125px);}
#footer-menu ul {list-style: none; margin: 10px 0 0 0; padding-left: 0;}
#footer-menu ul li {display:inline-block; margin-left:15px;}
#footer-menu ul li a {text-transform:uppercase;}
@media all and (min-width: 981px) and (max-width: 1100px) {
#footer-innerwrap {padding-top:205px; height:390px;  background-image: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/BCB_GreyFooter.png); background-size:220%; background-repeat:no-repeat; background-position:center top;}
#footer-inner .row {padding-left:320px; margin-bottom:0px;}
#footer-social ul li {padding:0 10px 0px 5px;}
}
@media all and (max-width: 980px) {
#footer-inner .footercol {margin-left:20px; font-size: 12px;}
#footer-address {padding-top:10px;}
#footer-innerwrap {padding-top:130px; height:320px;  background-image: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/BCB_GreyFooter.png); background-size:180%; background-repeat:no-repeat; background-position:center top;}
#footer-inner .row {padding-left:0px; margin-bottom:0px;}
}
@media all and (max-width: 767px) {
footer#footerwrap {padding-top:100px;}
#footer-innerwrap {padding-top:175px; height:330px;  background-image: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/BCB_GreyFooter.png); background-size:180%; background-repeat:no-repeat; background-position:center top;}
.footerbg {background-color:#929497; padding-bottom:20px;}
#footer-inner .row {padding-left:0px;}
#footer-inner .footercol {float:left; margin-left:0px; text-align:left;}
#footer-inner .footer-smallcol {width:75px; margin-right:25px;}
#footer-menu ul {margin-top:0px; font-size:15px;}
#footer-menu ul li {margin-left:0px; margin-right:10px;}
}
@media all and (max-width: 479px) {
#footer-innerwrap {padding-top:100px;}
#footer-inner .footercol {float:none; display:block;}
#footer-inner .footer-smallcol {width:100%;}
#footer-menu.footercol {width:100%;}
}
.bcb-yellow {color:#ffc430;}
.bcb-white {color:#FFFFFF !important;}
.bcb-yellow-bdr-2pt {border: 2px solid #ffc430;}
.bcb-yellow-bdr-2pt-top {border-top: 2px solid #ffc430;} .aquablue {color:#42C3D3 !important;}
.classicpink {color:#EA83AE !important;}
.avocadogreen {color:#D1CF29 !important;}
.aquablue-bdr-2pt {border:2px solid #42C3D3;}
.classicpink-bdr-2pt {border:2px solid #EA83AE;}
.avocadogreen-bdr-2pt {border:2px solid #D1CF29;}
.white-bdr-2pt {border:2px solid #ffffff;}
.bcb-yellow-bg, #mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-yellow-bg {background-color:#ffc430;}
.aquablue-bg, #mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.aquablue-bg {background-color:#42C3D3;}
.avocadogreen-bg, #mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.avocadogreen-bg {background-color:#D1CF29;} .roundedmod, #mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink {padding:20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; width:100%;}
.greybdr {border:2px solid #666666;}
@media all and (min-width: 480px) {
.beerlist-item {padding:30px;}
}
@media all and (max-width: 479px) {
.beerlist-item {padding:20px;}
} .beerlist {list-style:none; margin:0px; padding:0px;}
.beerlist-item {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; width:100%;}
.nightsky .beerlist-item, .greypaper .beerlist-item {background-color:#000000;}
.beerlist-item:after {content: ""; display: table; clear: both;}
.beerlist-award {width:100%; text-align:center; margin-bottom:5px;}
.beerlist-image {height:300px; width:100%; text-align:center; position:relative;}
.beerlist-image a {height:100%; display:block;}
.beerlist-image a img {height:90%; width:auto; margin:0 auto; vertical-align:middle; margin-top:5%;}
.beerlist-image a:hover img {height:100%; width:auto; margin-top:0px;}
.beerlist-item .beerlist-content:after {content: ""; display: table; clear: both;}
.beerlist-description, .beerlist-price {margin-bottom:12px;}
.beerlist h3 {font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif;}
.beerlist-item .beerlist-award img {max-height:100px; width:auto;}
@media all and (min-width: 769px) {
.beerlist-item .beerlist-image {float:left; width:150px;}
.beerlist-item .beerlist-content {float:right; width:calc(100% - 180px); padding-top:20px;}
.beerlist-item .beerlist-content-waward {float:left; width:calc(100% - 155px);}
.beerlist-item .beerlist-award {width:140px; margin-left:10px; float:right; text-align:center;}
.beerlist h3 {margin-bottom:2px;}
}
@media all and (max-width: 768px) {
.beerlist-item .beerlist-image, .beerlist-item .beerlist-content {display:block;}
.beerlist-item .beerlist-content {text-align:center}
.beerlist h3 {margin-bottom:10px;}
.beerlist h4 {font-weight:normal; margin:0 0 5px 0;}
.beerlist-item .beerlist-award {margin-top:15px;}
}
@media all and (min-width: 480px) {
.beerlist-item {padding:40px 40px 20px 40px;}
.beerlist h4 {font-weight:normal; display:inline-block; margin:0 15px 0 0;}
}
@media all and (max-width: 479px) {
.beerlist-item {padding:20px;}
}   #ourbeers-header.pageheader-wrap {padding-bottom: 0px;}
#ourbeers-header.pageheader-wrap h1 {margin-bottom:0px; line-height:1em;}
#primary-beer .page-content {margin:0px;} .beerheader-wrap .beerimagewrap {float:left; width:420px; text-align:center; position:relative;}
.beerheader-wrap .beerimagewrap img {height:100%; width:auto; -webkit-filter: drop-shadow(0 5px 5px #222); filter: drop-shadow(0 5px 5px #222);}
.beerheader-wrap .beerheader-content {float:left; width: calc(100% - 460px);}
.beerheader-wrap .beer-breadcrumb {margin-bottom:20px;}
.beerheader-wrap h1 {margin-bottom:0px;}
.beerheader-wrap h3 {font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif; font-size:48px; letter-spacing:5px; margin-bottom:2px;}
.beer-description.w-award {float:left; width: calc(100% - 120px);}
.beer-award {float:right; width:100px;}
.beer-award img {max-width:100%; height:auto;}
.beer_social ul {list-style:none; margin:0px; padding:0px;}
.beer_social ul li {margin:0 15px 15px 0; padding:0px; display:inline-block;}
.beer_social ul li a img {height:35px; width:auto; opacity:1;}
.beer_social ul li a:hover img {opacity:.5;}
.soldout_overlay {position:absolute; top:0px; left:0px; z-index:10; width:100%; height:100%; text-align:center;}
.soldout {color:#fff; text-transform:uppercase; background-color:#ff0000; padding:3px 6px; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom:10px; width:auto; display:inline-block;}
.beerlist-content .soldout {font-size:16px;}
.beerimagewrap .soldout {font-size:22px;}
.beerlist-image .soldout_overlay img {position:absolute; width:50%; height:auto; top:50%; left:25%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.beerheader-wrap .beerimagewrap .soldout_overlay img {position:absolute; width:50%; height:auto; top:50%; left:25%; -webkit-transform: translateY(-50%); transform: translateY(-50%);} #press-header.pageheader-wrap, #news-header.pageheader-wrap {padding-bottom: 0px;}
#press-header.pageheader-wrap h1, #news-header.pageheader-wrap h1 {margin-bottom:0px; line-height:1em;}
#press-header.pageheader-wrap p, #news-header.pageheader-wrap p {margin-bottom:0px;}
#primary-press .page-content, #primary-new .page-content {margin:0px;}
.presslist, .newslist {list-style:none; margin:0px; padding:0px;}
.presslist-image, .pressfeature-image, .newslist-image, .newsfeature-image {border:1px solid #ffc430; width:100%; height:250px; overflow:hidden; -webkit-border-radius: 10px; border-radius: 10px;}
.presslist-content, .pressfeature-content, .newslist-content, .newsfeature-content {margin-top:10px;}
.presslist-excerpt, .newslist-excerpt {margin-top:10px; margin-bottom:15px; font-size:80%;}
.presslist-item a.button, .newslist-item a.button {font-size:18px;}
.pressdetail-content, .newsdetail-content {font-size: 20px;}
.pressfeature {}
.pressfeature-image, .newsfeature-image {float:left; width:400px; margin-right:40px; height:100%; }
.pressfeature-image, .pressfeature-image img, .newsfeature-image, .newsfeature-image img {display:block;}
.pressfeature-content, .newsfeature-content {float:left; width: calc(100% - 440px);}
.pressfeature-excerpt, .newsfeature-excerpt {margin-top:10px; margin-bottom:15px;}
.pressdetails-image img, .newsdetails-image img {-webkit-border-radius:10px; border-radius:10px; border:2px solid #ffc430;}
.sidebar .widget li {color:#929497;}
.sidebar .widget a {font-weight:bold;}
.sidebar .widget span.post-date {display:block;} #singlepress-header {} .beerclub-imageheader, .specialevent-imageheader {min-height:800px;}
.bc-benefitbox {font-size:125%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background-color:#000; padding:15px; box-sizing: border-box; border:1px solid #ffc430; margin:0 auto;}
.bc-benefitbox .one-third-inner-left {}
.bc-benefitbox .one-third-inner-left, .bc-benefitbox .two-third-inner-right {margin-bottom:0px; display:inline-block;}
.bc-benefitbox h3 {font-size:250%; letter-spacing:-1px;}
.bc-benefitbox .bc-join-starburst {border:none !important;}
.bc-join-box .bc-join-box-inner {display:flex; align-items: center; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #000; padding: 15px; box-sizing: border-box; border: 1px solid #ffc430;}
.bc-join-box .bc-join-box-inner .join-step {width:25px; margin-right:10px; color:#ffc430; font-size:200%;}
.package-single {text-align:center;}
.package-single h3 {margin-bottom:5px;}
.package-single h5 {margin: 0 0 20px 0;}
.package-single ul.package-points {list-style:none; margin:0px; text-align:center; padding:0px;}
.package-single ul.package-points li {padding:6px 3px; border-top:1px solid #666;} .page-id-3371 .pageimageheader-wrap h1 {display:none;} .holler-box {color:#000;}
.hwp-powered-by {display:none;} .grecaptcha-badge {visibility: hidden !important;}
@media all and (min-width: 1101px) and (max-width: 1400px) {
}
@media all and (min-width: 981px) and (max-width: 1100px) {
.beerheader-wrap .beerimagewrap {float:left; width:320px;}
.beerheader-wrap .beerheader-content {float:left; width: calc(100% - 320px);}
.beerlist h3 {font-size:44px; line-height:.85em;}
.beerclub-imageheader, .specialevent-imageheader {min-height:600px;}
}
@media all and (min-width: 981px) {
.bc-benefitbox {width:900px;}	
}
@media all and (max-width: 980px) {
.beerheader-wrap .beerimagewrap {float:left; width:240px; height:300px;}
.beerheader-wrap .beerheader-content {float:left; width: calc(100% - 240px);}
.beerheader-wrap h3 {font-size:34px;}
.beer-description.w-award {width: calc(100% - 95px);}
.beer-award {width:75px;}
.beerlist .one-third h3 {font-size:40px; line-height:.85em;}
.beerlist .one-quarter h3 {font-size:32px; line-height:.85em;}
.presslist-image, .newslist-image {height:170px;}
.pressfeature-image, .newsfeature-image {width:300px;}
.pressfeature-content, .newsfeature-content {width: calc(100% - 340px);}
.beerclub-imageheader, .specialevent-imageheader {min-height:460px;}
.bc-benefitbox {width:100%;}
.bc-benefitbox .one-third-inner-left, .bc-benefitbox .two-third-inner-right {text-align:center;}
}
@media all and (min-width: 769px) {
.bc-benefitbox {display:flex; align-items: center;}
.bc-join-row {display: flex; width: 100%;}
.bc-join-box {display:flex;}
.bc-join-box {flex: 3; padding:20px 10px;}
}
@media all and (max-width: 768px) {
.beerlist-item .beerlist-image {height:240px; margin-bottom:20px;}
.beerlist-item .beerlist-cta {display:block; margin-top:15px;}
.beerlist-item .beerlist-cta a.button {font-size:26px;}
.beerheader-wrap .beerimagewrap {float:left; width:160px; height:240px;}
.beerheader-wrap .beerheader-content {float:left; width: calc(100% - 160px);}
.beer-description.w-award {float:none; width:100%;}
.beer-award {width:100%; margin-bottom:20px;}
.beer-award img {max-width:75px; height:auto;}
#beeritem-745.one-quarter {padding-top:0px;}
.presslist-image, .newslist-image {height:250px;}
.pressfeature-image, .newsfeature-image {float:none; width:100%; height:300px; overflow:hidden;}
.presslist-image img, .pressfeature-image img, .newslist-image img, .newsfeature-image img {width:100%; height:auto;}
.pressfeature-content, .newsfeature-content {float:none; width:100%;}
.beerclub-imageheader, .specialevent-imageheader {min-height:440px;}
.bc-join-box {padding:20px 0px;}
}
@media all and (max-width: 479px) {
.beerheader-wrap .beerimagewrap, .beerheader-wrap .beerheader-content {float:none; width:100%; text-align:center; margin-bottom:10px;}
.beerheader-wrap .beerimagewrap .beerimage {height:200px;}
.beerheader-wrap .beerimagewrap {height:auto; margin-bottom:15px;}
.presslist-image, .pressfeature-image, .newslist-image, .newsfeature-image {height:170px;}
.beerlist-item .beerlist-cta a.button {width:100%;}
.beerclub-imageheader, .specialevent-imageheader {min-height:450px; background-size: contain; background-repeat:no-repeat; background-position:center bottom;}
} #mastheadwrap, #mastheadwrap-2022 {position:relative; width:100%; height:100%; height:100vh;}
div.cycle-slideshow {width:100%; height:100%; margin:0px; padding:0px; z-index:198;}
.masthead-slideimage-container {
width:100%;
height:100%;
overflow:hidden;
position:relative;
background-size:cover;
background-position: center center;
}
.masthead-slide {width:100%; height:100%;position:relative;}
#mastheadwrap-2022 .masthead-slide {background-size:cover; background-position: center center;}
#mastheadwrap-2022 .fade-overlay {position:absolute; top:0; width:100%; height:100%; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(0,0,0,0.5) 100%); z-index:199;}
.masthead-content-wrap {
position:absolute;
left:0;
top:0;
background:transparent;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); width:100%;}
.slide-content-container {width:880px; padding-top:280px; margin:0 auto;}
.multiproduct-slide .slide-content-container, .general-slide .slide-content-container {text-align:center;}
.multiproduct-slide .slide-content-container .mps-mainimage {height:30vh; margin-top:15px;}
.multiproduct-slide .slide-content-container .mps-mainimage img {height:100%; width:auto; max-height:100%; -webkit-filter: drop-shadow(0 5px 5px #222); filter: drop-shadow(0 5px 5px #222); }
.side-content-container {width:600px; padding-top:280px;}
.side-content-container-left {float:left; margin:0px 0px 0px 70px;}
.side-content-container-right {float:right; margin:0 70px 0 0; text-align:right;}
.masthead-content{padding:0 18px 0 0;}
.masthead-text {margin-bottom:15px; font-size:1.2em;}
.beerslide-beerimage, .beerslide-beercontent {float:left;}
.beerslide-beerimage {width:240px; height:380px; text-align:center;}
.beerslide-beerimage img {max-height:100%; width:auto;}
.beerslide-beercontent {width: calc(100% - 240px); padding-left:20px;}
.beerslide-link {display:block; margin-top:15px;}
.generalslide_image, .generalslide_content {text-align:center;}
.cycle-pager {width:auto;z-index:500;position:absolute;bottom:50px;padding:18px 0;left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%)}
.cycle-pager span{width:20px;height:20px;margin-right:18px;float:left;color:#ffc430;border:2px solid #ffc430;border-radius:100%;cursor:pointer}
.cycle-pager span.cycle-pager-active{background:#ffc430;}
.cycle-pager>*{cursor:pointer}
.masthead-headline h1 {margin-top:0px;}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink {position:relative; display:table; z-index:9999; webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink.bcb-yellow-bg {color:#000000; border:2px solid #ffc430;}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink.avocadogreen-bg {color:#FFFFFF; border:2px solid #D1CF29;}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink.aquablue-bg {color:#FFFFFF; border:2px solid #42C3D3;}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink.bcb-yellow-bg:hover, #mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink.avocadogreen-bg:hover, #mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner a.bcb-hotlink.aquablue-bg:hover {color:#ffffff; background:#000000; border:2px solid #ffc430;}
@media all and (min-width: 1401px) {
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner {width:1100px; margin:0 auto;}
}
@media all and (min-width: 1101px) and (max-width: 1400px) {
.slide-content-container {padding-top:250px;}
.side-content-container {padding-top:180px; width:500px;}
.side-content-container-left {margin:0px 0px 0px 55px;}
.side-content-container-right {margin:0 55px 0 0;}
.slide-content-container h1, .side-content-container h1 {font-size:76px; line-height:0.8em;}
.slide-content-container h2, .side-content-container h2 {font-size:44px; line-height:1em; margin-bottom:25px;}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner {width:1050px; margin:0 auto;}
}
@media all and (min-width: 981px) and (max-width: 1100px) {
#masthead-logo {width: 120px; top:40px;}
#masthead-logo img {width:100%; height:auto;}
.slide-content-container {padding-top:200px;}
.side-content-container {padding-top:200px; width:400px;}
.slide-content-container h1, .side-content-container h1 {font-size:66px; line-height:0.8em;}
.slide-content-container h2, .side-content-container h2 {font-size:38px; line-height:1em; margin-bottom:25px;}
.beerslide-beerimage {width:180px; height:260px; text-align:center;}	
.beerslide-beercontent {width: calc(100% - 180px); padding-left:20px;}
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner {width:900px; margin:0 auto;}
}
@media all and (max-width: 980px) {
#masthead-logo {width: 100px; top:30px;}
#masthead-logo img {width:100%; height:auto;}
.side-content-container-left, .side-content-container-right {float:none; text-align:center;}
.slide-content-container {width:85%; padding-top:165px; margin:0 auto;}
.side-content-container {width:85%; box-sizing:border-box; height:auto; padding:30px; background-color:rgba( 0, 0, 0, 0.5); margin:300px auto 40px auto;}
.slide-content-container h1, .side-content-container h1 {font-size:66px; line-height:0.8em;}
.slide-content-container h2, .side-content-container h2 {font-size:38px; line-height:1em; margin-bottom:10px;}
.beerslide-beerimage {width:160px; height:230px; text-align:center;}	
.beerslide-beercontent {width: calc(100% - 160px); padding-left:20px;}
.beerslide-link {margin-top:10px;}
.cycle-pager {bottom:15px;}
.slide-content-container p {margin-bottom:10px;}
#slide-1.masthead-slideimage-container {background-position:left center;}
}
@media all and (max-width: 810px) {
.slide-content-container {width:100%; padding-left:20px; padding-right:20px; padding-top:165px; margin:0px;}
.slide-content-container h1, .side-content-container h1 {font-size:48px; line-height:0.8em;}
.slide-content-container h2, .side-content-container h2 {font-size:28px; line-height:1em; margin-bottom:10px;}
.side-content-container {width:85%; box-sizing:border-box; height:auto; padding:30px; background-color:rgba( 0, 0, 0, 0.5); margin:200px auto 40px auto;}
.slide-content-container .abv, .slide-content-container .ibu, .slide-content-container a.button {font-size:16px; padding:4px 7px;}
.masthead-text {margin-bottom:8px; font-size:1em;}
.beerslide-link {display:inline; margin-top:0px;}
}
@media all and (min-width:561px) and (max-width: 980px) {
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner {width:500px; margin:0 auto;}
}
@media all and (min-width: 480px) {
#mastheadwrap-2022 #bc-jump-button-wrap {position:absolute; bottom:0px; z-index:200; width:100%; padding-bottom:30px;}
}
@media all and (max-width: 560px) {
#mastheadwrap-2022 #bc-jump-button-wrap #bc-jump-inner {width:100%; padding:50% 20px 0 20px;}
#mastheadwrap-2022 .hero-carousel {display:none;}
#mastheadwrap-2022 {background-image:url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/graniteheader_BG.jpg); background-size:cover; background-repeat:no-repeat; background-position: center center;}
}
@media all and (max-width: 479px) {
.slide-content-container h1, .side-content-container h1 {font-size:36px; line-height:0.8em;}
.slide-content-container h2, .side-content-container h2 {font-size:20px; line-height:1em; margin-bottom:10px;}
.beerslide-beerimage {float:none; width:100%; height:150px; padding-bottom:20px;}
.beerslide-beercontent {float:none; width:100%; padding-left:0px; text-align:center;}
.cycle-pager {display:none;}
.multiproduct-slide .slide-content-container .mps-mainimage img {height:auto; width:100%; max-width:100%; max-height:auto;}
} .dynamicmod {background-size:cover; background-position: center center; font-size:20px;}
.dynamicmod.greypaper {background-size:auto;}
.dynamicmod.about-module {font-size:16px;}
.dynamicmod-inner {height:100%;}
.dynamicmod .full-width, .dynamicmod .one-half, .dynamicmod .one-third, .dynamicmod .two-thirds, .dynamicmod .one-quarter {margin-bottom:0px;}
.dynamicmod img {-webkit-border-radius:10px; border-radius:10px;}
.dynamicmod a img {border:2px solid #ffc430;}
.dynamicmod a:hover img {border:2px solid #ff9b30;} ul.staff-grid {list-style:none; margin:0px; padding:0px;}
.staffmember h3 {line-height:1em; margin-bottom:0px; margin-top:10px; font-size:38px;}
.staffmember h5 {margin-top:0px;}
.staffmember .staffmember-bio {margin-top:10px;}
.staffmember-image {border:2px solid #666; -webkit-border-radius:10px; border-radius:10px; overflow:hidden;}
.staffmember-image img {width:100%; height:auto; padding:0px; margin:0px; display:block;}  .menuboard {width:100%; box-sizing:border-box; padding:30px; border:1px solid #ffc430; border-radius:5px; background-color:#000; margin-bottom:25px;}
.menu-fooditem, .menu-drinkitem {margin-bottom:25px;}
.menu-desc {margin-bottom:10px;}
.menu_footer {text-align:center;}
.tap-specs {margin:10px 0 15px 0;}
.tap-specs div {display:inline-block;}
.tap-specs .abv, .tap-specs .ibu, .tap-specs .menu-price {font-size:20px; margin-bottom:10px;}
.food_vegetarian, .food_vegan {margin:0 10px; font-size:80%; text-transform:uppercase; font-weight:bold;}
.food_vegetarian {color:#ffc430;}
.food_vegan {color:#90cc82;} .location-index-image {float:left; width:150px;}
.location-index-image img {width:100%; height:auto; overflow:hidden; border-radius: 50%; -webkit-border-radius:50%; border:3px solid #ffc430;}
.location-index-text {float:right; width: calc(100% - 175px); height:150px; position: relative;} 
.location-index-text h3 {margin:0px; vertical-align:middle; position:absolute; top:75px; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.location-breadcrumb {margin-bottom:20px;}
section.retail-key, .location-section-header {padding-bottom:10px; text-align:center;}
.retail-key-item {display:inline-block; margin:0 20px;}
.retail-key-item .swatch {width:40px; height:40px; border-radius:20px; float:left; margin-right:15px;}
.retail-key-item .swatch.retail {background-color:#0076af;}
.retail-key-item .key.retail h5 {color:#0076af;}
.retail-key-item .swatch.licensee {background-color:#90cc82;}
.retail-key-item .key.licensee h5 {color:#90cc82;}
.retail-key-item .swatch.kegs {background-color:#ffc430;}
.retail-key-item .key.kegs h5 {color:#ffc430;}
.retail-key-item .key {float:left;}
.retailers {list-style:none; margin:0px; padding:0px;}
.retailer {text-align:center;}
.retailer p {margin-bottom:10px;}
.retailer a.button {font-size:18px;}
.retailer.retailstore h3 {color:#0076af;}
.retailer.retailstore a.button {background-color:#0076af; border-color:#0076af; color:#fff;}
.retailer.retailstore a.button:hover {background-color:#000; color:#0076af;}
.retailer.licensee h3 {color:#90cc82;}
.retailer.licensee .retailer-details {color:#cccccc;}
.retailer.licensee a.button {background-color:#90cc82; border-color:#90cc82; color:#fff;}
.retailer.licensee a.button:hover {background-color:#000; color:#90cc82;}
.retailer.kegs h3 {color:#ffc430;}
.retailer.kegs a.button {background-color:#ffc430; border-color:##ffc430; color:#fff;}
.retailer.kegs a.button:hover {background-color:#000; color:#ffc430;} .store-locator-frame {border-radius:10px; border:2px solid #ffc430; overflow:hidden;}
.store-locator-frame:after {
content: "";
display: table;
clear: both;
}
#store-locator-id .map-listings {background-color:#000000; box-shadow:none;}
#store-locator-id .store-locator-item:nth-child(2n) {background-color: #333333;}
#store-locator-id .store-locator-item:hover {background-color: #939498;}
#store-locator-id .wpsl-name {font-size:2em; text-transform:uppercase;}
#store-locator-id .wpsl-distance {border:1px solid #FFFFFF;}
#store-locator-id .store-list-address a {font-weight:bold;}
#store-locator-id .store-list-address > a:first-of-type {margin-right:10px;}
div#store_locatore_search_map .gm-style-iw h3 {color:#000000 !important; font-size:24px;}
@media all and (min-width: 1101px) {
.store-locator-outer {padding:45px;}
}
@media all and (max-width: 1100px) {
.store-locator-outer {padding:20px;}
}
@media all and (max-width: 980px) {
#store-locator-id .col-left.leftsidebar {}
} .contact-page .page-content {margin-top:0px;}
.contact-page section.contactmap {padding-top:190px; padding-bottom:0px; background-size: auto 100%;}
.contact-page .greytreeline {padding-top:0px;}
.contactform .one-half {margin-bottom:0px;}
.form-item {width:100%; margin-bottom:30px;}
.form-item span, .form-item span .wpcf7-text, .form-item span select, .mc4wp-form-fields .signupfield {width:100%;}
.form-item.inline {width:auto; display:inline-block;margin-right:15px;}
.form-item textarea {height:170px;}
.form-item .wpcf7-quiz {width:80px;}
div.wpcf7 .ajax-loader {visibility: hidden; display: inline-block; background-image: url(//www.backcountrybrewing.com/assets/themes/backcountrybrewing/images/Reload.gif); width: 30px; height: 30px; border: none; padding: 0; margin: 0 0 0 4px; vertical-align: middle;}
div.wpcf7-response-output, .mc4wp-alert {margin:15px 0 0 0; padding: 10px; font-size:20px; border-radius:5px; }
.mc4wp-alert p {margin-bottom:0px;}
div.wpcf7-mail-sent-ok, .mc4wp-success {border: 2px solid #398f14; color:#398f14;}
div.wpcf7-mail-sent-ng, .mc4wp-notice {border: 2px solid #ff0000; color:#ff0000;}
div.wpcf7-spam-blocked {border: 2px solid #ffa500; color:#ffa500;}
div.wpcf7-validation-errors {border: 2px solid #f7e700; color:#f7e700;} .simcal-default-calendar-list .simcal-event-details {font-size:inherit; line-height:inherit;}
ul.simcal-events {list-style:none; margin:0px; padding:0px;}
.simcal-default-calendar-list h3 {margin-bottom:0px;}
.simcal-event-start-date {display:block; font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif; font-size:26px; color:#ffc430; text-transform:uppercase;}
.event_loc {font-size:75%; text-transform:uppercase; padding:6px 0; border-top:1px solid #999; border-bottom:1px solid #999; margin-bottom:15px;}
.simcal-events-list-container:after {content: ""; display: table; clear: both;}
.simcal-align-right {display:none;} #media-header.pageheader-wrap h1 {margin-bottom:0px; line-height:1em;}
#ytc-wrapper .ytc-thumbnails .ytc-row .ytc-column {margin-bottom:30px !important;}
#ytc-wrapper .ytcplayercontent {margin-bottom:40px !important;}
h3.ytcplayertitle {font-size:30px; text-align:center;} ul.bcb-gallery {list-style:none; margin:0px; padding:0px;}
ul.bcb-gallery li {display:inline-block;}
ul.bcb-gallery li a img, div.sbi_type_image {opacity:1; padding:5px;}
ul.bcb-gallery li a:hover img, div.sbi_type_image:hover {opacity:.5; background-color:#ff9b30;}
ul.bcb-gallery li.gallery-quarter {width:25%; margin:0px; float:left;}
ul.bcb-gallery li.gallery-quarter:nth-child(4n+1) {clear:left;}
ul.bcb-gallery li.gallery-quarter a, ul.bcb-gallery li.gallery-quarter a img {margin:0px; display:block; width:100%; height:auto;}
.fullwidthgallery {width:100%;}
.fg_one-third {width:33.3%; float:left;}
.fg_one-third:nth-child(3n+1) {clear: both; margin-left: 0px;}
.fg_one-third a, .fg_one-third a img {width:100%; height:auto; display:block; margin:0px;}
.fg_one-third a img {opacity:1;}
.fg_one-third a:hover img {opacity:.5;}
.mediagallery .mediagallery-item {padding:5px;}
#TB_load {background-color: transparent; padding:0px; border:0px; width:130px; height:130px;}
#TB_window {position: fixed; background-color: #000; z-index: 100050; padding-bottom:30px; visibility: hidden; text-align: left; top: 50%; left: 50%; -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );}
#TB_window:after {content: ""; display: table; clear: both;}
#TB_window img#TB_Image {border:none;}
#TB_secondLine {font-size:11px; text-transform:uppercase;}
#TB_closeWindow {margin-right:10px;}
button#TB_closeWindowButton {right:10px;}
button#TB_closeWindowButton .tb-close-icon {color:#ffc430;}
button#TB_closeWindowButton .tb-close-icon:hover {color:#ff9b30;}
button#TB_closeWindowButton .tb-close-icon:before {content: "\f00d"; color:#ffc430; font-size:30px; font-family:'FontAwesome';}
button#TB_closeWindowButton:hover {color:#ff9b30 !important;}
button#TB_closeWindowButton:hover .tb-close-icon:before {color:#ff9b30 !important;} #storecs-header h1 {margin-top:0px;}
#storecs-header p {margin-bottom:0px;}
#storecs-header.pageheader-wrap {padding-top:150px;} .element-wrap {position:relative;}
div.cycle-slideshow.circular-slideshow-wrap {border-radius: 50%; -webkit-border-radius:50%; border:3px solid #ffc430; width:600px; height:600px; position:relative; overflow:hidden;}
.circular-slideshow-wrap .circular-slide, .circular-slideshow-wrap .circular-slide img {width:100%; height:auto; display:block;}
.one-half div.cycle-slideshow.circular-slideshow-wrap {width:520px; height:520px;}
.one-third div.cycle-slideshow.circular-slideshow-wrap{width:333px; height:333px;}
.one-quarter div.cycle-slideshow.circular-slideshow-wrap {width:240px; height:240px;}
div.cycle-slideshow.rectangular-slideshow-wrap {border-radius: 5px; -webkit-border-radius:5px; border:1px solid #ffc430; width:600px; height:400px; position:relative; overflow:hidden;}
.rectangular-slideshow-wrap .rectangular-slide, .rectangular-slideshow-wrap .rectangular-slide img {width:100%; height:auto; display:block;}
.one-half div.cycle-slideshow.rectangular-slideshow-wrap {width:520px; height:346px;}
.one-third div.cycle-slideshow.rectangular-slideshow-wrap{width:333px; height:222px;}
.one-quarter div.cycle-slideshow.rectangular-slideshow-wrap {width:240px; height:160px;}  .age-gate {background-color:transparent !important;}
.age-gate-form {background: #000; color:#ffffff; padding: 30px 40px 34px; -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); -moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); border-radius:10px; -webkit-border-radius:10px; border:2px solid #ffc430;}
.age-gate-form .age-gate-headline {text-transform:uppercase !important; font-size:3em !important; color:#ffc430 !important;}
.age-gate-subheadline {margin-bottom:15px !important;}
button.age-gate-button, button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__button, button.age-gate__submit--no, button.age-gate__submit--yes {background-color:#ffc430 !important; color:#000000 !important; font-size:1.5em;}
h1.age-gate-logo {margin-bottom:15px;}
.age-gate-confirm-message {display:none;}
p.age-gate-message {margin-bottom: 10px; font-size:22px; line-height:1.4em;}
p.age-gate-challenge {margin-bottom:15px;}
@media all and (min-width: 981px) and (max-width: 1100px) {
.one-half div.cycle-slideshow.circular-slideshow-wrap {width:460px; height:460px;}
.one-third div.cycle-slideshow.circular-slideshow-wrap {width:293px; height:293px;}
.one-quarter div.cycle-slideshow.circular-slideshow-wrap {width:210px; height:210px;}
.one-half div.cycle-slideshow.rectangular-slideshow-wrap {width:460px; height:306px;}
.one-third div.cycle-slideshow.rectangular-slideshow-wrap {width:293px; height:195px;}
.one-quarter div.cycle-slideshow.rectangular-slideshow-wrap {width:210px; height:140px;}
}
@media all and (max-width: 980px) {
.dynamicmod {font-size:15px;}
.beerlist h3 {font-size:36px; line-height:0.9em;}
.staffmember h3 {font-size:24px;}
.staffmember h5 {font-size:18px;}
.menuboard {padding:25px;}
.retailer {font-size:18px;}
.contact-page section.contactmap {padding-top:140px;}
ul.bcb-gallery li.gallery-quarter {width:50%;}
ul.bcb-gallery li.gallery-quarter:nth-child(2n+1) {clear:left;}
.one-half div.cycle-slideshow.circular-slideshow-wrap {width:368px; height:368px;}
.one-third div.cycle-slideshow.circular-slideshow-wrap {width:236px; height:236px;}
.one-half div.cycle-slideshow.rectangular-slideshow-wrap {width:368px; height:245px;}
.one-third div.cycle-slideshow.rectangular-slideshow-wrap {width:236px; height:157px;}
.tap-specs div:nth-child(2n+1) {clear:both;}
h1.age-gate-logo img {height:100px; width:auto;}
p.age-gate-message {font-size:16px;}
}
@media all and (max-width: 767px) {
.dynamicmod .full-width, .dynamicmod .one-half, .dynamicmod .one-third, .dynamicmod .two-thirds, .dynamicmod .one-quarter {
margin-bottom: 15px;}
ul.bcb-gallery li {width:32%; box-sizing:border-box; margin:0px;}
ul.bcb-gallery li a img {width:100%; height:auto; box-sizing:border-box;}
.menuboard {padding:18px;}
.retailer {font-size:16px;}
.form-item {margin-bottom:15px;}
div.wpcf7-response-output, .mc4wp-alert {font-size:16px;}
.contact-page section.contactmap {padding-top:90px;}
ul.bcb-gallery li.gallery-quarter {width:100%; float:none;}
div.cycle-slideshow.circular-slideshow-wrap, .one-half div.cycle-slideshow.circular-slideshow-wrap, .one-third div.cycle-slideshow.circular-slideshow-wrap, .one-quarter div.cycle-slideshow.circular-slideshow-wrap {width:480px; height:480px;}
}
@media all and (max-width: 479px) {
div.cycle-slideshow.circular-slideshow-wrap, .one-half div.cycle-slideshow.circular-slideshow-wrap, .one-third div.cycle-slideshow.circular-slideshow-wrap, .one-quarter div.cycle-slideshow.circular-slideshow-wrap {width:280px; height:280px;}
div.cycle-slideshow.rectangular-slideshow-wrap, .one-half div.cycle-slideshow.rectangular-slideshow-wrap, .one-third div.cycle-slideshow.rectangular-slideshow-wrap, .one-quarter div.cycle-slideshow.rectangular-slideshow-wrap {width:280px; height:186px;}
ul.bcb-gallery li {width:48%; box-sizing:border-box;}
#av-overlay {position: relative; top: auto; left: auto; width: 40%; height: auto; margin: 100px auto 0 auto;}
.age-gate-form {max-width:300px;}
.location-index-image {float:none; display:block; width:100px; margin:0 auto 10px auto;}
.location-index-text {float:none; display:block; width: 100%; height:auto; position: relative; text-align:center;} 
.location-index-text h3 {position:relative; top:0; transform: none;}
} .site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {margin: 0 0 1.5em;overflow: hidden;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}
.wow {visibility:hidden;} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.nav-pagelisting {text-transform:uppercase; border-top:1px dashed #666666; padding:10px 0; }
.nav-pagination {box-sizing: border-box; margin-top:10px;}
span.page-numbers, a.page-numbers {font-family: 'backcountry_brewingregular', Impact, Haettenschweiler, Arial, sans-serif; padding:8px 12px; border-radius:3px; font-size:24px; margin:0 4px;}
span.page-numbers {border:1px solid #fff;}
a.page-numbers {border:1px solid #ff9b30;}
a.page-numbers:hover {color:#fff; background-color:#ff9b30 !important;}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}:root{--shiftnav-panel-width:clamp(min(290px,calc(100vw - 48px)), min(calc(100vw - 48px), 600px), 100vw);--shiftnav-toggle-bar-height:48px}.shiftnav,.shiftnav *,.shiftnav-toggle,.shiftnav-toggle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;line-height:1.3em;-webkit-tap-highlight-color:transparent;padding:0;margin:0;background:none transparent}.shiftnav-wrap{padding:0;margin:0;background:0 0;position:relative;max-width:100%;overflow:hidden}body.shiftnav-lock-x.shiftnav-enabled{overflow-x:hidden}body.shiftnav-lock.shiftnav-open{overflow:hidden}body.shiftnav-transition{overflow:visible}#shiftnav-toggle-main,.shiftnav,.shiftnav-wrap{-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;-ms-transition:-ms-transform .5s;-o-transition:-o-transform .5s;transition:transform .5s}.shiftnav .fa,.shiftnav-toggle .fa{font-family:FontAwesome;font-weight:400}.shiftnav-toggle{cursor:pointer}.shiftnav-toggle-burger{color:inherit;font-size:inherit;border:none}#shiftnav-toggle-main{position:fixed;top:0;left:0;width:100%;max-width:100%;box-sizing:border-box;padding:0 10px;z-index:500000;text-align:center}#shiftnav-toggle-main.shiftnav-toggle-position-absolute{position:absolute}#shiftnav-toggle-main.shiftnav-toggle-main-align-left{text-align:left}#shiftnav-toggle-main.shiftnav-toggle-main-align-right{text-align:right}#shiftnav-toggle-main{background:#1d1d20;color:#eee}#shiftnav-toggle-main a{color:inherit;text-decoration:none}#shiftnav-toggle-main .shiftnav-main-toggle-content-after>*,#shiftnav-toggle-main .shiftnav-main-toggle-content-before>*{position:relative;z-index:20}#shiftnav-toggle-main .shiftnav-main-toggle-content-before{float:left}#shiftnav-toggle-main .shiftnav-main-toggle-content-after{float:right}#shiftnav-toggle-main .shiftnav-main-toggle-content{padding:16px 40px}#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content{width:100%;box-sizing:border-box;position:absolute;left:0}#shiftnav-toggle-main.shiftnav-togglebar-transparent{background:0 0}.shiftnav-toggle-main-block{padding:16px 20px;display:inline-block;line-height:1em}.shiftnav-toggle-main-ontop{position:relative;z-index:20}#shiftnav-toggle-main.shiftnav-toggle-edge-right{left:auto;right:0}#shiftnav-toggle-main.shiftnav-toggle-style-burger_only{width:auto;padding:0;margin:0}#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger{margin:0}.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger{font-size:24px}#shiftnav-toggle-main .shiftnav-toggle-burger,#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before{float:left;content:'\f0c9';font-family:FontAwesome;padding:16px 20px;margin-left:-10px;position:relative;z-index:20;line-height:1em}.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-icon-x .shiftnav-toggle-burger .fa:before,.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar.shiftnav-toggle-icon-x:before{content:'\f00d'}#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger,#shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before,.shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before{float:right;padding-left:20px}.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger .fa:before,.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right:before{float:left;padding-left:0;padding-right:20px}.shiftnav-force #shiftnav-toggle-main{display:block!important}.shiftnav-toggle-style-default{background:#333;color:#eee;padding:10px}.shiftnav-toggle-style-default:hover{background:#222;color:#ddd}.shiftnav-toggle-style-default .fa{margin-right:5px}.shiftnav-toggle-button{display:inline-block;padding:10px 15px;background:#444;color:#eee}.shiftnav-toggle-button:hover{display:inline-block;padding:10px 15px;background:#222;color:#eee}.shiftnav-toggle-button .fa{margin-right:3px}.shiftnav-fixed-left,.shiftnav-fixed-right{position:fixed;top:0;z-index:9999999;-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;-ms-transition:-ms-transform .5s;-o-transition:-o-transform .5s;transition:transform .5s}.shiftnav-fixed-right{right:0}.shiftnav-fixed-left{left:0}.admin-bar .shiftnav-fixed-left,.admin-bar .shiftnav-fixed-right{top:32px}@media screen and (max-width:782px){.admin-bar .shiftnav-fixed-left,.admin-bar .shiftnav-fixed-right{top:46px}}.shiftnav-open .shiftnav-toggle .shiftnav-icon-toggler:before,.shiftnav-open-left .shiftnav-toggle .shiftnav-icon-toggler-left:before,.shiftnav-open-right .shiftnav-toggle .shiftnav-icon-toggler-right:before{content:"\f00d"}.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-left .shiftnav-wrap,.shiftnav-open.shiftnav-open-left>.shiftnav-fixed-left{-webkit-transform:translateX(var(--shiftnav-panel-width));-moz-transform:translateX(var(--shiftnav-panel-width));-ms-transform:translateX(var(--shiftnav-panel-width));-o-transform:translateX(var(--shiftnav-panel-width));transform:translateX(var(--shiftnav-panel-width))}.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-right .shiftnav-wrap,.shiftnav-open.shiftnav-open-right>.shiftnav-fixed-right{-webkit-transform:translateX(calc(-1 * var(--shiftnav-panel-width)));-moz-transform:translateX(calc(-1 * var(--shiftnav-panel-width)));-ms-transform:translateX(calc(-1 * var(--shiftnav-panel-width)));-o-transform:translateX(calc(-1 * var(--shiftnav-panel-width)));transform:translateX(calc(-1 * var(--shiftnav-panel-width)))}body.admin-bar #shiftnav-toggle-main,body.admin-bar .shiftnav{top:32px;top:var(--wp-admin--admin-bar--height)}body.admin-bar .shiftnav{padding-bottom:32px;padding-bottom:var(--wp-admin--admin-bar--height)}#wpadminbar:hover{z-index:999999}@media screen and (max-width:600px){body.admin-bar #shiftnav-toggle-main,body.admin-bar .shiftnav{top:0}body.admin-bar .shiftnav{padding-bottom:0}html #wpadminbar:has(~ #shiftnav-toggle-main){top:var(--shiftnav-toggle-bar-height)}html.shiftnav-nogap{margin-top:0!important}}.shiftnav-wrap{left:0;top:0;z-index:250;padding-top:1px;margin-top:-1px}.shiftnav-open .shiftnav-wrap{height:100%}.shiftnav:after{content:' ';display:block;position:absolute;right:-15px;top:0;height:100%;width:15px;background:0 0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.8);-moz-box-shadow:0 0 15px rgba(0,0,0,.8);-ms-box-shadow:0 0 15px rgba(0,0,0,.8);-o-box-shadow:0 0 15px rgba(0,0,0,.8);box-shadow:0 0 15px rgba(0,0,0,.8);z-index:10000}.shiftnav.shiftnav-right-edge:after{left:-15px;right:auto}.shiftnav-no-transforms .shiftnav:after{display:none!important}.shiftnav.shiftnav-nojs{display:none}.shiftnav{position:fixed;top:0;width:var(--shiftnav-panel-width);height:100%;height:100vh;height:100dvh;background:#fff;z-index:600000;overflow:hidden;visibility:hidden;opacity:0;overscroll-behavior:contain}.shiftnav-open .shiftnav,.shiftnav-transitioning .shiftnav{visibility:visible;opacity:1}.shiftnav-inner{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto;overflow-x:hidden}.shiftnav.shiftnav-left-edge{left:0}.shiftnav.shiftnav-right-edge{right:0}.shiftnav-target:focus{outline-offset:-2px}.shiftnav.shiftnav-left-edge{--shiftnav-panel-translate-x:calc(-1 * var(--shiftnav-panel-width))}.shiftnav.shiftnav-right-edge{--shiftnav-panel-translate-x:var(--shiftnav-panel-width)}.shiftnav.shiftnav-left-edge,.shiftnav.shiftnav-right-edge{-webkit-transform:translateX(var(--shiftnav-panel-translate-x));-moz-transform:translateX(var(--shiftnav-panel-translate-x));-ms-transform:translateX(var(--shiftnav-panel-translate-x));-o-transform:translateX(var(--shiftnav-panel-translate-x));transform:translateX(var(--shiftnav-panel-translate-x))}.shiftnav-open .shiftnav.shiftnav-open-target{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.shiftnav-no-transforms .shiftnav{width:var(--shiftnav-panel-width)}.shiftnav-no-transforms .shiftnav.shiftnav-left-edge{left:calc(-1 * var(--shiftnav-panel-width))}.shiftnav-no-transforms.shiftnav-open .shiftnav.shiftnav-open-target.shiftnav-left-edge{left:0}.shiftnav-no-transforms .shiftnav.shiftnav-right-edge{left:auto;right:calc(-1 * var(--shiftnav-panel-width))}.shiftnav-no-transforms.shiftnav-open .shiftnav.shiftnav-open-target.shiftnav-right-edge{right:0}.shiftnav-no-transforms #shiftnav-toggle-main,.shiftnav-no-transforms .shiftnav{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.shiftnav-no-transforms.shiftnav-open-left #shiftnav-toggle-main{left:var(--shiftnav-panel-width)}.shiftnav-no-transforms.shiftnav-open-right #shiftnav-toggle-main{left:auto;right:var(--shiftnav-panel-width)}.shiftnav-no-transforms #shiftnav-toggle-main,.shiftnav-no-transforms .shiftnav-wrap{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.shiftnav-no-transforms .shiftnav-inner{padding-top:30px}.shiftnav .shiftnav-panel-close{display:block;position:absolute;right:0;padding:15px 20px;background:rgba(0,0,0,.2);z-index:20;cursor:pointer;border:none;color:inherit;font-size:inherit}.shiftnav .shiftnav-menu-title{font-size:30px;text-align:center;padding:40px 25px;font-weight:400;margin:0;color:inherit}.shiftnav-menu-title a,.shiftnav-menu-title a:hover,.shiftnav-menu-title a:visited{color:inherit;text-decoration:none}.shiftnav .shiftnav-menu-image-padded{padding:25px}.shiftnav .shiftnav-menu-image a{display:block}.shiftnav .shiftnav-menu-image img{max-width:100%;height:auto}.shiftnav .shiftnav-nav,.shiftnav ul.shiftnav-menu,.shiftnav ul.shiftnav-menu ul.sub-menu{position:static;display:block;top:auto;left:auto;float:none;min-width:0}.shiftnav nav.shiftnav-nav{position:relative;z-index:10}.shiftnav ul.shiftnav-menu{position:relative;clear:both;overflow:hidden}.shiftnav ul.shiftnav-menu,.shiftnav ul.shiftnav-menu ul.sub-menu{list-style:none;margin:0;padding:0}.shiftnav ul.shiftnav-menu li.menu-item{position:relative;margin:0;padding:0;background:none transparent;list-style-type:none}.shiftnav .shiftnav-retract>button.shiftnav-target{border:none;font-size:inherit;background:0 0;display:block;width:100%}.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target,.shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target{display:block;padding:15px 25px;line-height:1.6em;text-decoration:none;position:relative;cursor:pointer;-webkit-transition:.2s all ease;-moz-transition:.2s all ease;-ms-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon{margin-right:.8em;font-size:150%;vertical-align:middle;line-height:inherit;width:1.2em;text-align:center}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon:before{vertical-align:top}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>span.shiftnav-target-text{vertical-align:middle;display:inline-block;line-height:inherit}.shiftnav ul.shiftnav-menu li.shiftnav-retract,.shiftnav ul.shiftnav-menu li.shiftnav-sub-shift li.shiftnav-active~li.shiftnav-retract{display:none;margin:0}.shiftnav ul.shiftnav-menu li.shiftnav-sub-shift>.sub-menu.shiftnav-sub-active-current>li.shiftnav-retract{display:block}.shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item>.shiftnav-target{padding-top:10px!important;padding-bottom:10px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-large li.menu-item>.shiftnav-target{padding-top:16px!important;padding-bottom:16px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-enormous li.menu-item>.shiftnav-target{padding-top:24px!important;padding-bottom:24px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-small li.menu-item>.shiftnav-target{font-size:12px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-medium li.menu-item>.shiftnav-target{font-size:14px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-large li.menu-item>.shiftnav-target{font-size:16px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-enormous li.menu-item>.shiftnav-target{font-size:22px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-small li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:100%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-medium li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:140%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-large li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:180%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-large li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon:before{vertical-align:middle}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-enormous li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:250%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-enormous li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon:before{vertical-align:middle}.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu li.menu-item>a{padding-left:50px}.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu ul.sub-menu li.menu-item>a{padding-left:75px}.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item>a{padding-left:100px}@media only screen and (max-width:960px){#shiftnav-toggle-main{font-size:16px}}@media only screen and (max-width:479px){.shiftnav .shiftnav-menu-title{font-size:30px;text-align:center;padding:20px 0;font-weight:400;margin:0}}.shiftnav-content-wrap{padding:25px}.shiftnav-content-wrap-small{padding:10px}.shiftnav-admin-tip{background:#eee;color:#333;padding:20px;border-left:4px solid #e6d244;margin:10px}.shiftnav-admin-tip a,.shiftnav-admin-tip a:visited{color:#00a3ff;text-decoration:underline}.shiftnav-admin-tip a:hover{color:#0d75af}.shiftnav-admin-tip strong{color:tomato}.shiftnav-loading{display:block;position:fixed;bottom:0;right:20px;background:#35ac6a;color:#fff;padding:15px;max-width:400px}.shiftnav-loading h5{color:#fff;font-weight:700;margin:0}.shiftnav-loading:hover h5{padding-bottom:5px;border-bottom:1px solid #fff}.shiftnav-loading .shiftnav-loading-message{color:#fff;max-height:0;overflow:hidden;visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.shiftnav-loading:hover .shiftnav-loading-message{visibility:visible;max-height:1000px;overflow:auto}.shiftnav-loading .shiftnav-loading-message p{color:#fff;margin:10px 0}.ie7 .shiftnav,.ie7 .shiftnav-toggle,.ie8 .shiftnav,.ie8 .shiftnav-toggle,.lt-ie9 .shiftnav,.lt-ie9 .shiftnav-toggle{display:none!important}.shiftnav-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.shiftnav-sr-only-focusable:active,.shiftnav-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.shiftnav .shiftnav-sr-close{background:#fff;color:#222;width:100%;padding:15px;text-align:center;font-size:16px}@media print{#shiftnav-toggle-main{position:absolute!important}}.rtl .shiftnav li.menu-item{text-align:right}.rtl .shiftnav li.menu-item .shiftnav-submenu-activation{right:auto;left:0;-webkit-transform:translateX(0);transform:translateX(0)}.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active>.shiftnav-submenu-activation,.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition>.shiftnav-submenu-activation{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rtl .shiftnav li.menu-item.shiftnav-sub-shift>.shiftnav-submenu-activation i:before{content:"\f053"}.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon{margin-right:0;margin-left:.8em}.rtl .shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target i:before{content:"\f054"}.rtl .shiftnav-search input.shiftnav-search-input{padding:14px 25px 14px 50px}.rtl .shiftnav-searchbar-drop .shiftnav-search-input{padding:24px 24px 24px 50px}.rtl .shiftnav-search .shiftnav-search-submit,.rtl .shiftnav-searchbar-drop .shiftnav-search-submit{left:0;right:auto}@font-face{font-family:'FontAwesome';src:url(//www.backcountrybrewing.com/assets/plugins/shiftnav-responsive-mobile-menu/assets/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.backcountrybrewing.com/assets/plugins/shiftnav-responsive-mobile-menu/assets/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.backcountrybrewing.com/assets/plugins/shiftnav-responsive-mobile-menu/assets/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.backcountrybrewing.com/assets/plugins/shiftnav-responsive-mobile-menu/assets/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.backcountrybrewing.com/assets/plugins/shiftnav-responsive-mobile-menu/assets/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.backcountrybrewing.com/assets/plugins/shiftnav-responsive-mobile-menu/assets/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.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}#store_locator_map {
height: 100%;
}
.store_locator_settings_div label{
width: 300px;
display: inline-block;
vertical-align: top;
}
.store_locator_settings_div textarea{
height: 120px;
width: 70%;
}
#store_locator_load_more {
background-color: #e8e8e8;
cursor: pointer;
font-weight: 700;
padding: 10px;
text-align: center;
}
#store_locator_load_more:hover {
background-color: #e0e0e0;
}
#chartAllStoresdiv a, #chartStorediv a, #chartStoredivPi a{
display: none !important;
}
.store_locator_chartNoData{
background-color: #f3f3f3;
font-size: 15px;
padding: 28px 0;
text-align: center;
width: 100%;
}
table.store_locator_grid_results { 
width: 100%; 
border-collapse: collapse; 
}
.store_locator_grid_results th { 
background: #333; 
color: white; 
font-weight: bold; 
}
.store_locator_grid_results td, .store_locator_grid_results th { 
padding: 6px; 
border: 1px solid #ccc; 
text-align: center; 
} #store_locator_search_form input#store_locatore_get_btn {
padding: 13px;
font-size: 14px;
text-transform: capitalize;
border-radius: 0px;
width: 100% !important;
}
#store_locator_search_form #store_locatore_search_input {
width: 100% !important;
padding: 10px;
background: transparent;
border-radius: 0px;
margin-top: 10px;
}
#store_locator_search_form select#store_locatore_search_radius {
margin: 10px 0px 10px 0px;
padding: 10px;
display: block;
float: left;
}  
.store-locator-item .store-list-details .wpsl-name a {
font-size: 16px;
color: #333;
text-decoration: none;
}
a.select2-choice {
color: #FFF!important;
}
#store_locator_search_form div#s2id_store_locator_category {
display: block;
float: left;
margin: 10px 10px 10px 0px;
}
#store_locator_search_form div#s2id_store_locator_category a{
padding: 7px;
border-radius: 0px;
background-image: none;
border-color: #DDDDDD;
height: auto;
background:transparent;
}
#store_locator_search_form div#s2id_store_locator_category a span:last-child{
border-radius: 0px;
background: transparent;
border: 0px;
top: 6px;
bottom: 0;
width: 20px;
}
#store_locator_search_form div#s2id_store_locator_tag{
display: block;
float: left;
margin: 10px 0px;
width: 100% !Important;
}
#store_locator_search_form div#s2id_store_locator_tag ul{
padding: 3px;
background-image: none;
border-color: #dddddd;
background: transparent;
}
#store_locator_search_form input#store_locatore_search_btn {
padding: 13px;
z-index: 99;
margin: 10px 0;
clear: both;
font-size: 14px;
text-transform: capitalize;
border-radius: 0px;
}
.map-direction-panel {
display: none;
}
a.wpml-close-direction{
position: absolute;
top: 5px;
right: 5px;
margin: 0;
line-height: 0;
padding: 5px 0px;
color: #fff;
display: block;
background: transparent;
border-radius: 50%;
width: 30px;
height: 20px;
cursor: pointer;
box-shadow: unset;
text-decoration: none;
}
a.wpml-close-direction:hover{
background: rgba(95, 95, 95, 0.5);
box-shadow: unset;
}
a.wpml-toggle-box {
position: absolute;
top: 5px;
left: 5px;
margin: 0;
line-height: 0;
padding: 5px 0px;
color: #fff;
display: block;
background: transparent;
border-radius: 0;
width: 30px;
height: 30px;
cursor: pointer;
box-shadow: unset;
text-decoration: none;
}
a.wpml-toggle-box:hover{
box-shadow: unset;
text-decoration: none;
color: #fff;
}
span.write_html_tip {
color: orangered;
} 
a.wpml-close-direction span,
a.wpml-toggle-box span{
width: 25px;
height: 25px;
font-size: 25px;
line-height: 22px;
}
a.map-directions {
cursor: pointer;
margin-left: 10px;
text-decoration: underline;
color: #333;
box-shadow: unset;
}
span.directions-btns a.wpml-close-direction {
position: relative;
line-height: 1;
width: auto;
height: auto;
margin: 0;
padding: 5px;
color: #333;
text-decoration: underline;
cursor: pointer;
font-size: 16px;
box-shadow: unset;
}
span.directions-btns a.wpml-close-direction:hover,
a.map-directions:hover{
background: unset;
box-shadow: unset;
}
.col-left{position:relative;}
.closesidebar {
background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/img/search-options.png) no-repeat center rgb(92, 94, 85);    
background-size: 16px;
position: absolute;
top: 28%;
right: -17px;
height: 118px!important;
border: 3px solid rgb(92, 94, 85);
box-shadow: 2px 2px 4px rgba(35, 35, 35, 0.15);
border-radius: 0 10px 10px 0px;
}
.gm-style-iw span{ display: block;}
.select2-container{margin-right:0px!important}
.img-content img {
border: 2px solid rgb(92, 94, 85);
box-shadow: 8px 5px 16px rgb(173, 173, 173);
border-radius: 5px 5px 5px 5px;
margin: 4px 4px 4px 4px;
box-shadow-radius: 4px 4px 4px 4px;
}
.closesidebar.arrow_right {
background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/img/arrow-left.png) no-repeat center rgb(92, 94, 85)!important;    
background-size: 100%!important;}
.store_locator_grid_results tr {
text-transform: capitalize;
}
.store-locator-item span.store-locator-name {
display: block;
margin: 10px 0;
}
.store-locator-item-container::-webkit-scrollbar,
select::-webkit-scrollbar,
#directionsPanel::-webkit-scrollbar,
select::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #f1f1f1;
border: unset;
background-clip: padding-box;
border-radius: 0px;
touch-action: none;
} .store-locator-item-container::-webkit-scrollbar-track,
select::-webkit-scrollbar-track,
#directionsPanel::-webkit-scrollbar-track,
select::-webkit-scrollbar-track{
-webkit-border-radius: 5px;
border-radius: 5px;
height: 2px;
} .store-locator-item-container::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
#directionsPanel::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb
{
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgb(66, 133, 244);
height: 40px;
}
.store-locator-item-container .store-locator-item div a:hover,
.store-locator-item-container .store-locator-item div a:focus {
text-decoration: none;
}
.store-locator-item-container .store-locator-item div a {
display: inline-block;
box-shadow: none;
}
.store-locator-item-container .store-locator-item div > span:after {
content: ":";
margin: 0px 2px;
}
.store-locator-item-container .store-locator-item > div {
margin: 8px 0;
position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
}
.vstore-locator-item-container ::-webkit-scrollbar {
width: 1em;
}
.store-locator-item-container ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.store-locator-item-container ::-webkit-scrollbar-thumb {
background-color: #000;
outline: 1px solid slategrey;
}
.store-locator-item-container .store-locator-item > div > div {
display: inline-block;
}
.store-locator-item-container .store-locator-item div > span {
display: inline-block;
width: 80px;
font-weight: bold;
vertical-align: top;
}
.store-locator-item-container .store-locator-item table.store_locator_working_hours tbody tr td {
padding: 5px;
text-align: left;
}
.store-locator-item-container .store-locator-item {
border-top: 1px solid #dddddd; padding: 8px;
cursor: pointer;
float: left;
position: relative;
width: 100%;
}
.store-locator-item-container .store-locator-item  h1.store-locator-name {
margin-bottom: 8px;
}
h1.store-locator-name {
font-size: 14px;
}
span.store_locator_start:after {
content: "-";
margin: 0 4px;
} .store_locator_has_coverImage .store_locator_header img {
width: 100%;
}
.store_locator_has_coverImage .store_locator_body{
margin: 20px 0;
}
.store_locator_has_coverImage .store_locator_body .store_locator_map {
float: right;
margin: 10px 0 30px;
}
.store_locator_container .store_locator_body .store_locator_content ul{
margin: 0;
}
.store_locator_container .store_locator_body .store_locator_content ul li.store_locator_working_hours {
clear: both;
}
.store_locator_container .store_locator_body .store_locator_content ul li{
list-style-type: none;
font-size: 14px;
margin: 5px 0;
}
.store_locator_has_coverImage .store_locator_body .store_locator_content ul li h1{
display: inline-block;
}
.store_locator_container .store_locator_body .store_locator_content ul li span{
font-weight: bold;
width: 80px !important;
display: inline-block;
}
.store_locator_container .store_locator_body .store_locator_content ul li:last-child {
margin-top: 20px;
}
.store_locator_no_coverImage .store_locator_body .store_locator_map div#store_locatore_map {
width: 100% !important;
}
.store_locator_no_coverImage .store_locator_body .store_locator_content ul li table.store_locator_working_hours {
margin: 20px 0;
}
.store_locator_container .store_locator_body .store_locator_content ul li span.store_locator_managers_titles {
vertical-align: top;
}
.store_locator_container .store_locator_body .store_locator_content ul li .store_locator_managers_wrapper {
display: inline-block;
}
.store_locator_container .store_locator_body .store_locator_content ul li .store_locator_managers_wrapper span {
display: block;
width: 100% !important;
font-weight: normal;
}
.store_locator_container{
background: #fff;
}
.store_locator_content{
padding: 10px;
} #store_locator_widget_results ul li {
list-style-type: none;
}
#store_locator_widget_results ul {
margin: 0px;
}
#store_locator_widget_results ul li {
list-style-type: none;
font-weight: bold;
margin: 5px 0;
}
#store_locator_widget_results ul li span:last-child {
font-weight: normal;
margin-left: 25px;
font-size: 12px;
} .store_locator_map_settings label, .store_locator_map_settings tr th , .store_locator_grid_settings tr th{
font-weight: 500;
font-size: 14px;
line-height: 35px;
text-align: left;
}
.store_locator_grid_settings ul.listing_postions_grid_settings li {
display: block;
width: 100%;
} .store_locator_map_settings ul li {
display: inline-block; }
.store_locator_tip{
display: block;
font-style: italic;
color: #9E9E9E;
font-size: 12px;
}
#s2id_store_locator_grid_columns, #s2id_store_locator_single_items{
min-width: 185px;
}
.row.ob_stor-relocator{width:100%; overflow:hidden;}
.full_width_div .col-left{
float:left;
width: 300px;
}
.full_width_div  .col-right{ width: 100%;
right: 0%;
position: absolute;
}
#store_locatore_search_input,
#s2id_store_locator_tag,
#store_locatore_get_btn{ width:328px!important;}
.leftsidebar #store_locatore_search_radius, .leftsidebar #s2id_store_locator_category {
font-size: 14px;
line-height: 19px;
}
.ob_stor-relocator{
display:block!important; 
max-width:100%!important; 
float:left;
position: relative;
}
.col-left.leftsidebar {
width: 300px;
position: absolute;
top: 0;
left: 0;
z-index: 999;
box-shadow: 8px 5px 16px rgba(47, 47, 47, 0.2);
padding: 10px 11px;
background-color: white;
}
.col-right.right-sidebar {
width: 100%;
position: relative;
top: 0;
}
.full_width_div{
clear: both;
margin-bottom:20px;
}
img.load-img {
position: absolute;
z-index: 10;
left: 0;
top: 38%;
right: 0;
margin: 0 auto;
width: 130px; }
.overlay-store {
background-color: white;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
opacity: 0.5;
z-index: 999999999999;
height: 100%;
width: 100%;
display:none;
}
.store-locator-item-container {
overflow-y: auto; height: 100%;   
font-size: 11px;
}
.entry-content.full_width_div {
position: relative;
} @media (max-width: 520px){
span.store_locator_start{
display: block;
}
span.store_locator_start:after{
content: "";
margin: 0px;
}
.store-locator-closed span.store_locator_start:after{
content: "-";
}
}
input#store_locatore_get_btn,
input#store_locatore_search_btn {
width: 40%;
}
.select2-search input{     background: rgb(92, 94, 85)!important; color:#FFF!important}
li.select2-no-results{     background: #999!important;}
div#store_locatore_search_map .gm-style-iw h3 {
padding: 5px 0px 0px;
margin: 0px;
}
.section-hero-header-directions-base.ripple-container {
width: 56px;
height: 56px;
box-sizing: border-box;
margin: 0 auto;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 1px 6px 0 rgba(0,0,0,.3);
transition: box-shadow 150ms cubic-bezier(.4,0,1,1);
color: #4285F4;
}
.compatibility a.store-direction {
color: white !important;
float: right;
display: block;
position: absolute;
right: 5px;
bottom: 0px;
font-size: 12px;
color: #4285f4 !important;
top: 5px;
}
#store_locator_search_form button, #store_locator_search_form input[type="button"], 
#store_locator_search_form input[type="submit"] {
background-color: #222;
border: 0;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
line-height: 1;
font-weight: normal;
padding: 1em 2em;
text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
.wpsl_search_radius {
padding: 8px;
margin: 8px 0px;
width: 100%;
border-radius: 4px;
border-color: #d0d0d0;
}
.wpsl_store_locator_category {
padding: 8px;
margin: 8px 0px;
width: 100%;
border-radius: 4px;
border-color: #d0d0d0;
}
.wpsl_search_input {
background-color: white;
color: black;
width: 100%;
}
select#wpsl_store_locator_category {
padding: 10px;
width: 100%;
border-radius: 4px;
border-color: #d0d0d0;
}
.select2-display-none {
background-color: white;
border-top: solid 1px #CCC;
}
ul.select2-results li {
border-bottom: solid 1px #CCC;
font-size: 12px;
padding: 8px;
}
div#select2-drop {
background-color: white;
color: black;
}
input#store_locatore_search_input {
border: solid 1px #CCC;
}
form#store_locator_search_form input[type="text"], select {
color: #484848;
}
.map-listings {
width: 26%;
top: 0%;
background-color: white;
box-shadow: 0px 0px 15px #CCC; border-left: solid 1px #CCC;
}
.store-locator-item:nth-child(even) {
background-color: #f1f1f1;
}
.store-locator-item:hover {
background-color: #f7f7f7;
}
.store-list-details {
width: 85%;
float: right;
}
.circle-count {
width: 30px;
height: 30px;
border-radius: 50%;
position: absolute !important;
text-align: center;
color: white;
font-size: 15px;
line-height: 31px;
left: 3%;
}
.col-left {
margin: 10px;
}
.search-options-btn {
background-color: black;
color: white;
text-align: center;
height: 40px;
line-height: 40px;
font-size: 20px;
position: relative;
}
div#directionsPanel {
overflow-y: scroll;
height: 240px;
display: none;
}
.store-search-fields {
margin-top: 8px;
}
.show_store_locator {
display: block;
}
.hide_store_locator {
display: none;
}
.store-locator-not-found {
font-size: 128px;
color: #b1b1b1;
font-weight: bold;
text-align: center;
}
.store-locator-not-found p {
font-size: 24px;
}
.wpsl-list-title {
font-size: 18px;
text-align: center;
color: #ffffff;
padding: 5px;
}
.direction-toggle-addresses {
padding: 8px;
background: #f5f5f5;
}
.direction-toggle-addresses button#get-directions,
.direction-toggle-addresses input {
width: 100%;
margin-bottom: 5px;
font-size: 15px;
padding: 8px;
border-radius: 0;
}
.direction-toggle-addresses button#get-directions{
background: #000;
color: #fff;
}
.wpsl-wesite-link a {
color: #FF5A1A;
}
.wpsl-headline-title {
background-color: #FF5A1A;
width: 100%;
height: 80px;
color: white;
font-size: 31px;
text-align: center;
padding: 20px 0px;
}
.wpsl-name {
font-size: 12px;
font-weight: bold;
}
.wpsl-choose-location-btn {
background-color: #9e9e9e;
color: white;
padding: 14px;
width: 100%;
text-align: center;
margin: 10px 0px;
border-radius: 8px;
}
.store-locator-item:hover .wpsl-choose-location-btn {
background-color: #FF5A1A;
}
.store-list-address {
width: 100%;
}
.sponsored-clinic {
text-align: center;
color: #31c1d2;
font-size: 16px;
border-radius: 5px;
width: 154px;
margin: auto !important;
font-weight: bold;
}
.sponsored-clinic {
text-align: center;
color: #31c1d2;
font-size: 12px;
border-radius: 5px;
width: 154px;
margin: auto !important;
font-weight: bold;
}
div#store_locatore_search_map.right {
left: 0%;
}
.map-listings.right {
position: absolute;
right: 0%;
}
.map-listings.left {
position: absolute;
left: 0%;
}
div#store_locatore_search_map.left {
right: 0%;
}
.ob_stor-relocator {
margin-bottom: 0!important;
}
.ob_stor-relocator {
position: initial!important;
margin: 0 auto;
}
.ob_stor-relocator.fullscreenMap {
position: relative !important;
margin: 0 auto;
}
.page-search-clinics div#main{
padding: 0!important;
}
img.load-img {
top: 150px!important;
}  .regular_map_filters .regular-filter .tooltiptext{
visibility: hidden;
position: absolute;   
background-color: #1a1a1a;
color: #fff;
text-align: center;
padding: 1px 13px;
border-radius: 6px;
z-index: 1;
opacity: 0;
transition: opacity .6s;
line-height: 26px;
font-size:14px;
left: -25px;
top: 25px;
}
.tooltiptext::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555 transparent;
}
.regular_map_filters .regular-filter:hover .tooltiptext{
visibility: visible;
opacity: 1;
}
.regularMap .store-locator-item.active-item a {
color: #fff;
}
@media only screen and (min-width: 1200px) {
.map-listings {
width: 30%;
}
div#store_locatore_search_map.left, div#store_locatore_search_map.right {
width: 70%!important;
}
.fullwidth-custom-map #store_locatore_search_map.left, .fullwidth-custom-map #store_locatore_search_map.right{
width:100% !important;
}
}
@media only screen and (max-width: 1199px) {
.map-listings {
width: 30%;
}
div#store_locatore_search_map.left, div#store_locatore_search_map.right {
width: 70%!important;
}
.fullwidth-custom-map #store_locatore_search_map.left, .fullwidth-custom-map #store_locatore_search_map.right{
width:100% !important;
}
}
@media only screen and (max-width: 1110px) and (min-width: 992px) {
.store-list-details .wpsl-choose-location-btn {
padding: 11px 15px!important;
font-size: 11px!important;
}
}
@media only screen and (max-width: 980px) {
.store-locator-item-container {
width: 100%;
}
}
@media only screen and (max-width: 992px) {
.top-details {
height: 23px;
}
.map-listings {
width: 40%;
}
div#store_locatore_search_map.left {
width: 60%!important;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_cat{   
min-width: 226px!important;
display: inline-block!important;
}
.fullwidth-custom-map #store_locatore_search_map.left, .fullwidth-custom-map #store_locatore_search_map.right{
width:100% !important;
}
}  .regularMap .map-listings.below_map {
width: 100%;
}
.btn-km-mile{
background-image: -webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
background-image: -o-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #474949), to(#3d3f3f));
background-image: linear-gradient(#6d7070, #474949 50%, #3d3f3f);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0);
-webkit-filter: none;
filter: none;
border: 1px solid #2e2f2f;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
padding: 3px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
color: #ffffff;
background-color: #474949;
}
.btn-km-mile input[type="radio"]{
opacity: 0;
width: 0;
} #regularMap .regular_map_filters {
float: right;
}
#regularMap .mile-km-btns-switcher {
display: flex;
margin: 13px 0;
}
#regularMap .regular_map_filters .regular-filter {
float: left;
margin: 0px 10px;
position: relative;
}
#regularMap .regular_map_filters .regular-filter .dashicons{
width: 35px;
height: 35px;
font-size: 30px;
line-height: 50px;
cursor: pointer;
float: right;
}
.regularMap .direction-toggle-addresses button#get-directions .dashicons{
line-height: 0.5;
} #regularMap #regular_map_header_content .regular_map_filters{
width: 33.333333%; 
float: right; 
line-height: 52px;
}
#regularMap #regular_map_header_content .store-search-fields{
width: 66.666666%; 
float:left;
}
@media only screen and (max-width: 980px) {	
#regularMap #regular_map_header_content .regular_map_filters{
width: 100%;
position: relative;
}
#regularMap #regularMap .category-filter {
float: left!important;
position: relative!important;
width: 87%!important;
border: 1px solid;
}
#regularMap #regular_map_header_content .store-search-fields{
width: 100%;
float: left;
margin: 31px 5px;
margin: 20px auto;
float: none;
}
#regularMap  div#regular_map_header_content {
position: relative;
width: 100%;
margin-top: 0px;
overflow:hidden;
}
#regularMap #regular_map_header_content .store-search-fields.show {
width: 100%!important;
margin: 20px auto;
float: none!important;
}
#regularMap  #regular_map_header_content .store-search-fields{
width:100%;
}
} .regularMap .store-infowindow {
min-width: 300px;
padding: 10px 0 0 0;
} @media only screen and (max-width: 810px) and (min-width: 769px){
.store-list-details .wpsl-choose-location-btn {
padding: 10px 12px!important;
font-size: 12px!important;
}
}
@media only screen and (max-width: 768px) {
.regularMap .store-infowindow{
min-width: 100%;    
}
.map-listings {
width:50%;
}
div#store_locatore_search_map.left {
width: 50%!important;
}
}
@media screen and (max-width: 656px) and (min-width: 600px) {
.store-list-details .wpsl-choose-location-btn {
font-size: 13px!important;
}
}
@media screen and (max-width: 636px) and (min-width: 600px){
.store-list-details .wpsl-choose-location-btn {
padding: 10px 13px!important;
}
}
@media screen and (max-width: 636px) and (min-width: 600px) {
.show-more {
display:none
}
}
@media screen and (max-width: 980px) {
#regularMap #map-container{
width: 100%;
}
.show-more {
background: #f45d21;
text-align: center;
margin: 0;
z-index: 100000;
position: absolute;
bottom: -34px;
left: 0;
right: 0;
cursor: pointer;
font-size: 17px;
font-weight: bold;
color: white;
padding: 5px 0 5px 0;
}
.store-list-details .wpsl-name { overflow: hidden;
}
.store-list-details .wpsl-name { }
div#store_locatore_search_results {
line-height: 0;
}
.map-listings {
width: 100% !important;
}
div#store_locatore_search_map.left{
top: 220px;
width: 100% !important;
}
.wpmsl-searchbox{
width:80%;
}
.wpmsl-searchbox span {
display: none;
border-bottom: solid 1px;
width: 100%;
}
.wpmsl-searchbox select {   
width: 100%;
font-size: 14px !important;
padding: 5px !important;
border: solid 1px !important;
border-radius: 3px !important;
height: auto !important;
margin: 6px 0px !important;
}
.wpmsl-searchbox input {
width: 100% !important;
margin: 0px !important;
font-size: 14px !important;
padding: 5px !important;
border: solid 1px !important;
border-radius: 3px !important;
margin: 4px 0px !important;
height: 38px !important;
}
.map-listings.left.resp-height, .full_width_div.resp-height {
height: auto!important;
}
form#store_locator_search_form {
margin: 0;
}
}
.wpsl-distance {
color: white;
max-width: 100px;
text-align: center;
padding: 1px 0;
border-radius: 5px;
font-size: 12px;
}
.wpsl-phone {
margin-top: 4px;
}
.store-infowindow .wpsl-choose-location-btn {
padding: 15px 12px!important;
font-size: 15px;
}
.store-infowindow p {
font-size: 13px;
font-weight: 400;
COLOR: #4d4c4c;
}
.store-infowindow b {
font-size: 16px;
COLOR: #4d4c4c;
}
.store-infowindow .wpsl-choose-location-btn a,.store-infowindow .wpsl-choose-location-btn a:hover{
color:white!important;
}
@media only screen and (max-width: 842px) and (min-width: 769px){
.map-listings.left {
height: 738px!important;
}
div#store_locatore_search_map.left {
height: 738px!important;
}
}
@media screen and (max-width: 980px){
.store-list-details .wpsl-choose-location-btn {
padding: 15px 19px!important;
font-size: 13px;
}
div#store_locatore_search_map.left {
top: 0;
position: relative!important;
}
.full_width_div {
height: auto !important;
}
.map-listings.left {
position: relative;
left: inherit;
height: auto !important;
}
#store_locatore_search_map{
position: relative !important;
width: 100% !important;
}
.map-listings.right{
position: unset !important;
height: auto !important;
}
.store-locator-item-container{
height: auto; 
}
.map-listings.below_map{
position: unset !important;
}
.ob_stor-relocator .loader > div > div.col-left{
padding: 0px;
margin: 0px;
width: 100%;
border: unset;
box-shadow: unset;
}
div.store-direction{
position: relative !important;
bottom: 0px !important;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_cat{
display:inline-block!important
}
}
@media screen and (max-width: 348px){
.store-locator-item-container .store-locator-item {
padding: 10px;
}
.store-locator-item .top-details {
margin: 2px!important;
}
}
p.cdc-link a {
color: black;
font-size: 11px;
}
.wpsl-address, .wpsl-city {
margin-top: 8px;
font-size: 14px;
line-height: 18px;
}
.store-infowindow p {
margin: 4px 0!important;
}
.store-infowindow {
width: 200px;
}
.pano-loader {
background-color: white;
opacity: 0.6;
text-align: center;
position: absolute;
z-index: 9;
height: 100%;
width: 200px;
}
.pano-loader img {
margin-top: 40%;
}
.pano-loader.pano-hide {
display: none !important;
}
.left-skip {
float: right !important;
}
.hide-field {
display: none !important;
}
ul.hide_fields li {
float: left;
width: 100%;
}
.store_days_time {
display: none;
}
.store-list-address p {
margin: 6px;
}
.store-list-address i {
color: #31c1d2;
}
.store-list-address {
font-size: 14px;
}
.wpsl-name {
font-size: 1rem;
font-weight: bold;
margin-bottom: 5px;
}
p.time {
border-bottom: solid 1px #CCC;
}
img.store-img {
width: 200px;
max-height: 200px;
}
.below_map div.store-direction{
bottom: 40px;
}
.section-hero-header-directions-icon{
margin-left: 3px!important;
}
.info-window-direction {
position: relative !Important;
float: left !important;
right: 0px;
width: auto;
background-color: white;
color: #4285f4;
text-align: center;
padding: 4px;
border: solid 1px #CCC;
border-radius: 6px;
margin: 4px 0px;
}
.ob_stor-relocator .wpml_above_map {
width: 100% !important;
border: unset !important;
padding: 0px !important;
margin: 0px !important;
background: #fff !important;
z-index: 1;
}
div#store_locatore_search_map.below_map {
width: 100% !important;
}
.map-listings.below_map{
width: 100%;
height: auto !important;
position: unset;
display: block;
}
.map-listings.below_map .store-locator-item-container{
overflow-y: unset;
}
.wpml_search_right {
right: 0 !important;
left: unset !important;
float: right !important;
position: absolute;
}
.wpml_above_map form#store_locator_search_form {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.wpml_above_map .store_locator_field {
float: left;
width: 18%;
vertical-align: middle;
margin-left: 5px; margin-right: 5px; }
.wpml_above_map .store_locator_field input, .wpml_above_map .store_locator_field select  {
width: 100% !important;
height: 40px;
margin: 0;
padding: 0 !important;
position: relative;
}
.wpml_above_map input#store_locatore_search_input{
width: 100% !important;
}
.wpml_above_map input#s2id_autogen1 {
height: 30px;
width: 100% !important;
}
.wpml_above_map #s2id_store_locator_tag{
width: unset !important;
}
@media screen and (max-width: 768px){
.wpml_above_map .store_locator_field {
float: none;
width: 100%;
}
.wpml_above_map .full_width_div{
height: unset !important;
}
}
.wpml_row.btns{
text-align: center;
padding: 12px;
}
.wpml_row.btns a {
text-decoration: none;
margin: 5px;
padding: 10px 30px;
border-radius: 43px;
font-size: 16px;
display: inline-block;
min-width: 80px;
}
.wpml_row.btns .wpml_demo{
border: 1px solid #1ac8ff;
background: #1ac8ff;
color: #fff;
}
.wpml_row.btns .wpml_pro_btn{
border: 1px solid #f05174;
background: #f05174;
color: #fff;
}
form#store_locator_search_form select{
border-radius: 0px;
margin-top: 10px !important;
}
.store-locator-not-found  .fa-map-marker:before {
font-size: 90px;
}
.wpml_above_map .search-options-btn:after {
content: "";
float: right;
margin-right: 1%;
} .wp_store_locator_multiplemaps .wp_multi_store_locator_search {
position: absolute;
top: 45px;
left: 0px;
width: auto !important;
background: transparent !important;
}
.wp_store_locator_multiplemaps .store-search-fields {
display: block;
margin-top: 8px;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_maps_cats {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
z-index: 99;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_maps_cats_inner {
margin: 0 auto;
text-align: center;
display: -webkit-inline-box;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_cat {
position: relative;
border: none;
padding: 14px 70px 15px 20px;
min-width: 19%;
margin: 5px;
cursor: pointer;
border-bottom: 3px solid #c00;
background: #FAFAFA;
font-size: 16px;
font-weight: 300;
text-align: left;
box-shadow: 0 2px 4px rgba(0,0,0,0.5);
display: block;
}
.wp_store_locator_multiplemaps .map_cat_filtered{
margin-top: 15px;
margin-bottom: 0px;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_list_item, 
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_list_item_mobile {
position: absolute;
z-index: 100;
top: 80px;
background: #fff;
left: 10px;
width: 300px;
height: auto;
padding: 15px;
box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_list_item .close-list-item ,
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_list_item_mobile .close-list-item{
position: absolute;
right: 0;
top: 0px;
top: 0px;
margin: 5px;
padding: 3px;
border: unset;
border-radius: 100%;
background: #fff;
color: #000;
font-weight: 700;
cursor: pointer;
line-height: 3px;
}
.wp_store_locator_multiplemaps div.store-direction {
right: unset;
left: 0px;
position: relative;
width: 150px;
}
.wp_store_locator_multiplemaps .map-listings{
display: none;
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_search_container{
position: relative;
}
.wp_store_locator_multiplemaps.fullscreenMap{
height: 100% !important;
position: relative;
}
.wp_store_locator_multiplemaps  #store_locatore_search_map{
height: 100%;
width: 100%;
}
@media screen and (max-width: 600px){
.wp_store_locator_multiplemaps .wp_multi_store_locator_search{
position: relative;
top: unset;
left: unset;
right: unset;
z-index:99999;
}
#store_locator_search_form #store_locatore_search_input {
width: 100% !important;
}
.wp_multi_store_locator_map_list_item, .wp_multi_store_locator_map_list_item_mobile {
left: 15px;
width: 300px;
}
.wpmsl_search_mobile_wrapper{
display: none;
background: rgba(6, 6, 6, 0.37);
position: absolute;
top: 0;
right: 0;
overflow: hidden;
height: max-content !important;
z-index: 99;
padding: 10px;
padding-top:55px;
padding-bottom:25px;
width:100%;
}
.mobile_wrapper_close_btn {
position: absolute;
z-index: 100;
display: block !important;
top: 2px;
right: 55px;
background: black;
padding: 4px 10px;
font-size: 16px;
color: #fff;
cursor: pointer;
border-bottom: 4px solid red;
}
.wpmsl_toggleClass .src_icon{
display: none !important;
}
.wpmsl_toggleClass .exit_icon{
display: block !important;
}
}  .regularMap .store-list-details {
width: 100%;
margin: 0!important;
} .regularMap  .map-listings {
width: 33.333333%;
box-shadow: unset;
}
.regularMap .wpsl-name {
float: left;
width: unset;
}
.regularMap .wpsl-distance {
float: right;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #3399f3;
border-radius: 10px;
}
.regularMap  button#store_locatore_search_btn{
background: #3e648d;
background-repeat: no-repeat;
height: 38px;
border-radius: 0;
border: 1px solid #345578;
padding: 1em 1.5em;
line-height: 0;
}
#regularMap #directionsPanel{
box-sizing:border-box;
font-size: 15px;
}
#regularMap .direction-toggle-addresses button#get-directions .fa-car:before{
color:#FFF!important;
}
.regularMap  .store-locator-item:nth-child(even){
background: #fff;
}
.regularMap  .store-locator-item.active-item {
background-color: #446e9b !important;
border-color: #446e9b;
color: #fff;
}
.regularMap .store-infowindow .visit-website{
text-decoration: none;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
-webkit-filter: none;
filter: none;
border: 1px solid #345578;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
display: block;
width: 100%;
color: #ffffff;
background-color: #446e9b;
border-color: #446e9b;
}
.regularMap .store-infowindow  a.store-direction {
float: unset;
position: unset;
right: unset;
bottom: unset;
display: unset;
}
@media screen and (max-width: 980px){
.regularMap .wpsl-distance{
display:block;
}
.regularMap .ob_stor-relocator{
height: 100% !important;
}
.regularMap .store-locator-item-container  > div{
margin: 0px;
margin-top: 1px;
}
.regularMap .store-locator-item .wpsl-name{
font-size: 13px;
font-weight: 400;
}
.regularMap .store-locator-item{
padding: 11px 10px 4px 10px;    
}
.wp_store_locator_multiplemaps .wp_multi_store_locator_search #store_locatore_search_btn {
width: 100%;   
top: 13px;
right: 0;
border-radius: 0;
margin-top: 8px !important;
margin: 0 auto!important;
}
} .wp_multi_store_locator_map_cat img {
display: inline-block;
width: 20px;
}
.wp_multi_store_locator_map_cat.map_cat_filtered {
border-bottom: none;
}
.regularMap .wpsl-name {
font-size: 18px;
font-weight: 400!important;
color: #555555;
letter-spacing: 1px;
}
.regularMap .store-locator-item{
padding:11px 10px 4px 22px; }
.regularMap .store-locator-item.active-item .wpsl-name {
color: white;
}
.regularMap .store-locator-item.active-item .wpsl-distance{
background-color: white;
color:#3399f3;
}
.regularMap .direction-toggle-addresses label {
width: 100%;
margin-bottom: 5px;
font-weight: bold;
display: inline-block;
padding: 10px;
font-size: 14px;
line-height: 1.42857143;
color: #666666;
background-color: #ffffff;
}
.regularMap .direction-toggle-addresses input{
display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #666666;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin-bottom: 15px;
}
.regularMap  .direction-toggle-addresses {
padding: 14px;
}
.regularMap .direction-toggle-addresses .routeEnd-btn{
position: relative;
}
.regularMap .direction-toggle-addresses button#get-directions {
position: absolute;
right: 0;
top: 0;
bottom: 0;
background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
-webkit-filter: none;
filter: none;
border: 1px solid #345578;
color: #ffffff;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
padding: 1em 1.5em;
}
.regularMap button#store_locatore_search_btn i, button#get-directions i{
font-size: 16px;
}
.regularMap .current-location-zoom .current-location-holder {
font-size: 18px;
font-weight: 400!important;
color: #555555;
letter-spacing: 1px;
padding: 13px 20px 6px 20px;
float: left;
}
.regularMap .mile-km-btns-switcher>.btn-km-mile:first-child:not(:last-child){
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.regularMap .mile-km-btns-switcher>.btn-km-mile:last-child:not(:first-child){
border-bottom-left-radius: 0;
border-top-left-radius: 0;
padding-right: 8px;
}
.regularMap label.btn-km-mile.active {
background: black;
}
.regularMap .current-location-zoom {
position: relative;
overflow: hidden;
width: 100%;
}
.regularMap .zoom-icons-holder {
position: absolute;
right: 0px; top: 13px;
}
.regularMap div#zoom-out {
display: inline-block;
width: 17px;
margin-right: 10px;
cursor: pointer;
}
.regularMap div#zoom-in {
display: inline-block;
cursor: pointer;
}
.regularMap .zoom-icons-holder i {
font-size: 21px;
}
.regularMap .direction-filter i {
cursor: pointer;
}
.regularMap .direction-filter i:hover {
color: #3399f3;
}
.regularMap .category-filter i {
cursor: pointer;
}
.regularMap .category-filter i:hover {
color: #3399f3;
}
.regularMap .mile-km-btns-switcher label {
cursor: pointer;
}
.regularMap .store-locator-item:hover {
background: #f1f1f1;
}
.regularMap a.wpsl-zoom-to {
margin-right: 7px;
border-right: solid 1px;
padding-right: 7px;
line-height: 30px;
color: #3399f3;
}
.regularMap .store-infowindow p {
line-height: 24px!important;
}
.regularMap .row.ob_stor-relocator {
border: solid 1px #d0d0d0;
}
.regularMap  .store-infowindow h2 {
font-size: 20px;
font-weight: 400;
padding: 0;
} #directionsPanel .adp-warnbox{
display: none;
}
#directionsPanel  .adp-details, .adp-legal {
display: none;
}
.start-direction-address {
border: 1px solid #555555;
display: flex;
width: 100%;
padding: 5px;    
margin-bottom: 10px;
position: relative;
}
ul.map_dropdown_filter {
list-style: none;
position: absolute;
background: #fff;
margin: 0;
left: -50px;
border: 1px solid #aaa;
width: max-content;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
display: none;
}
ul.map_dropdown_filter label {
margin: 0;
padding: 5px;
width: 100%;
display: block;
}
ul.map_dropdown_filter li {
line-height: 22px;
margin: 0;
padding: 0;
}
@media screen and (max-width: 500px){
.wp_store_locator_multiplemaps .wp_multi_store_locator_map_list_item_mobile{
width: 85%;
}
}
.wp_multi_store_locator_map_cat span.cross_cat {
position: absolute;
top: 0;
right: 6px;
color: #999;
}
.wp_multi_store_locator_map .wp-map-error {
width: 100%;
text-align: center;
padding: 150px 0;
background: #f5f5f5;
font-size: 26px;
color: #333;
}
div#store-locator-id .loader {
position: relative;
}
a#get-my-location {
position: absolute;
right: 0;
top: 0;
text-decoration: none;
box-shadow: unset;
padding: 8px;
cursor: pointer;
color: #333;
}
a#get-my-location span {
font-size: 30px;
}
.directions-toggle-panel .form-group {
position: relative;
}
.directions-toggle-panel input#routeStart {
padding-right: 30px;
}
.wpsl-image {
float: right;
width: 80px;
}
.fullscreenMap .wp_multi_store_locator_map_list_item  .wpsl-name {
margin-right: 15px;
}
.map-disabled-message{
text-align:center;
margin-top:30px;
}
.reset_map_field .reset_store_locator {
padding: 13px;
z-index: 99;
margin: 10px 0;
clear: both;
font-size: 14px;
border-radius: 0px;
background-color: #222;
border: 0;
box-shadow: none;
color: #fff;
cursor: pointer;
line-height: 1;
font-weight: normal;
text-shadow: none;
transition: background 0.2s;
text-decoration: none;
text-transform:none;
} @media only screen and (max-width: 980px) and (min-width: 320px)  {
.store-locator-item-container {
height: auto; overflow: scroll;
overflow-x: hidden;
}
}
@media (min-width: 100px) and (max-width: 980px) {
.col-left.leftsidebar {
position: relative;
top: initial;
}
}
@media screen and (max-width: 980px) {
.store-infowindow{width:100%;}
img.load-img {
top: 600px!important;
}
}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to top,#eee 0,#fff 50%)}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to bottom,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;    background: rgb(92, 94, 85);color:#FFF;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background:#ccc;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee)) #ccc;background:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;background:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);background:linear-gradient(to top,#ccc 0,#eee 60%) #ccc}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) 0 1px no-repeat}html[dir=rtl] .select2-container .select2-choice .select2-arrow b{background-position:2px 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) 100% -22px no-repeat #fff;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) 100% -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}html[dir=rtl] .select2-search input{padding:4px 5px 4px 20px;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) -37px -22px no-repeat #fff;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) -37px -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2-spinner.gif) no-repeat 100% #fff;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2-spinner.gif) no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:linear-gradient(to top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:linear-gradient(to bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:0 0;border-left:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2-spinner.gif) no-repeat 100% #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(to bottom,#eee 1%,#fff 15%)}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2-spinner.gif) no-repeat 100% #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2.png) right top no-repeat}html[dir=rtl] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search input,.select2-search-choice-close{background-image:url(//www.backcountrybrewing.com/assets/plugins/objects_ws-wp-multi-store-locator//assets/css/select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}