.bx-wrapper {
position: relative;
text-align: right;
}
.bx-wrapper img {
display: block;
}
.bxslider {
margin: 0;
padding: 0;
}
ul.bxslider {
list-style: none;
}
.bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {}
.bx-wrapper .bx-pager {
font-family: 'Neue Haas Grotesk', Fallback, sans-serif;
font-size: 12px;
display: none;
}
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0;
display: none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
left: 0px;
opacity: 0;
font-family: 'Neue Haas Grotesk';
font-size: 10pt;
}
.bx-wrapper .bx-prev:hover {
opacity: 0;
}
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 0px;
opacity: 0;
font-family: 'Neue Haas Grotesk';
font-size: 10pt;
}
.bx-wrapper .bx-next:hover {
opacity: 0;
}
.bx-wrapper .bx-next:focus {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 0%;
outline: 0;
width: 50%;
height: 100%;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
/* ********************************************************************** */
/* (sm) Small devices (landscape phones, 576px and up) */
/* ********************************************************************** */
@media (min-width: 576px) {...}
/* ********************************************************************** */
/* (md) Medium devices (tablets, 768px and up) */
/* ********************************************************************** */
@media (min-width: 768px) {...}
/* ********************************************************************** */
/* (lg) Large devices (desktops, 992px and up) */
/* ********************************************************************** */
@media (min-width: 992px) {...}
/* ********************************************************************** */
/* (xl) Extra large devices (large desktops, 1200px and up) */
/* ********************************************************************** */
@media (min-width: 1200px) {...}
/* ********************************************************************** */
/* Unused media queries */
/* ********************************************************************** */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {...}
/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {...}
/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {...}
/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {...}
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {...}
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {...}
/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {...}
/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {...}