.bx-wrapper {
position: relative;
margin: 0;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
background: #000;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-loading {
min-height: 50px;
background: url(//menosplasticoesfantastico.com/wp-content/themes/nt-ahope/images/bx-loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 100;
} .bx-wrapper .bx-pager {
position: absolute;
width: 100%;
height: 10px;
left: 0;
bottom: 40px;
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #fff;
}
.bx-wrapper .bx-pager .bx-pager-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #E7CE4F;
} .bx-wrapper .bx-controls-direction a {
display: inline-block;
outline: 0;
text-align: center;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
color: #fff;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bx-wrapper .bx-controls-direction a:before {
content: "";
display: block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 15px;
border-color: #fff;
text-align: center;
border: 1px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.bx-wrapper .bx-controls-direction a:hover:before {
border-color: #E7CE4F;
color: #E7CE4F;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
content: "\f104";
}
.bx-wrapper .bx-controls-direction .bx-next:before {
content: "\f105";
} .bx-wrapper .bx-controls-auto {
display: none;
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//menosplasticoesfantastico.com/wp-content/themes/nt-ahope/img/bx-controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//menosplasticoesfantastico.com/wp-content/themes/nt-ahope/img/bx-controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}