/*
Asther ProdutoraWeb
2017, Copyright.
Folha de Estilo
*/
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}
a {
  text-decoration: none;
}
:root {
  font-size: 10px;
  line-height: 130%;
}
:focus {
  outline: none;
}
html body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 10px;
}
/* definição padrão para uso de tamnaho em (variável); */
html body {
  font-family: 'PN-Cond';
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  background-color: #000000;
}
.incBar {
  -webkit-transform: skew(31deg);
  -moz-transform: skew(31deg);
  -o-transform: skew(31deg);
  -ms-transform: skew(31deg);
  transform: skew(31deg);
}
.no-incBar {
  -webkit-transform: skew(-31deg);
  -moz-transform: skew(-31deg);
  -o-transform: skew(-31deg);
  -ms-transform: skew(-31deg);
  transform: skew(-31deg);
}
header.Site {
  position: relative;
  z-index: 1000;
  display: flex;
  width: 90%;
  max-width: 1230px;
  min-width: 920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 30px 0 40px;
}
header.Site #lgoMarca {
  height: 126px;
  width: 300px;
  background: url(../img/fndLgoMarca.png);
  padding: 0 1%;
  margin-right: -5px;
}
header.Site #lgoMarca img {
  position: relative;
  top: 25px;
  -webkit-transform: skew(-31deg);
  -moz-transform: skew(-31deg);
  -o-transform: skew(-31deg);
  -ms-transform: skew(-31deg);
  transform: skew(-31deg);
  width: 100%;
}
header.Site nav {
  height: 100px;
  width: 80%;
  background-color: #F86207;
  margin-right: 1px;
}
header.Site nav ul.mnuSite {
  display: flex;
  justify-content: center;
  position: relative;
  top: 40px;
}
header.Site nav ul.mnuSite li {
  margin: 0 2%;
}
header.Site nav ul.mnuSite li a {
  font-family: 'PN-Extra-Cond';
  font-size: 3rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  white-space: nowrap;
  text-transform: uppercase;
}
header.Site nav ul.mnuSite li a:hover {
  color: #8C0000;
}
header.Site #Atendimento {
  height: 100px;
  width: 300px;
  background: url(../img/fndLaranja.png);
  color: #FFFFFF;
}
header.Site #Atendimento div.tele {
  height: 40px;
  padding-top: 10px;
  text-align: center;
  background-color: #F86207;
}
header.Site #Atendimento div.tele h2 {
  font-family: 'PN-Extra-Cond';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  text-transform: uppercase;
}
header.Site #Atendimento div.numero {
  text-align: center;
  padding-top: 8px;
  font-family: 'PN-Extra-Cond';
  font-size: 3rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
}
header.Site #Atendimento div.numero .ddd {
  font-family: 'PN-Extra-Cond';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
header#Titulo {
  position: relative;
  z-index: 100;
  top: -126px;
  width: 100%;
  max-width: 2000px;
  min-width: 990px;
  height: 290px;
  margin: 0 auto -126px;
  overflow: hidden;
}
header#Titulo img.fnd {
  position: absolute;
  z-index: 10;
  width: 2000px;
  margin: 0 0 0 -1000px;
  left: 50%;
}
header#Titulo img.titulo {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 30%;
}
header#Titulo h1 {
  position: absolute;
  z-index: 12;
  top: 56%;
  left: 31.5%;
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 4rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.65) !important;
}
section#boxVitrine {
  position: relative;
  z-index: 100;
  top: -126px;
  width: 100%;
  max-width: 2000px;
  min-width: 990px;
  height: 700px;
  margin: 0 auto -126px;
}
section#boxVitrine #Vitrine {
  height: 100%;
}
section#boxVitrine #Vitrine p {
  line-height: 90%;
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.65) !important;
}
section#Motos {
  position: relative;
  z-index: 200;
  width: 90%;
  max-width: 1330px;
  min-width: 990px;
  overflow: hidden;
  top: -20px;
  margin: 0 auto -20px;
}
section#Motos nav ul.mnuMotos {
  display: flex;
  align-content: center;
}
section#Motos nav ul.mnuMotos li {
  flex-grow: 1;
  flex-basis: 25%;
  margin-right: 0.5%;
}
section#Motos nav ul.mnuMotos li:last-child {
  margin-right: 0;
}
section#Motos nav ul.mnuMotos li a {
  position: relative;
  width: 100%;
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 4rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  overflow: hidden;
  display: block;
}
section#Motos nav ul.mnuMotos li a img {
  width: 100%;
  display: block;
}
section#Motos nav ul.mnuMotos li a img.fndMotos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#Motos nav ul.mnuMotos li a span.marca {
  position: absolute;
  bottom: 70px;
  left: 10px;
  text-shadow: 7px 7px 10px rgba(128, 64, 0, 0.65) !important;
}
section#Motos nav ul.mnuMotos li a span.moto {
  position: absolute;
  bottom: 35px;
  left: 10px;
  text-shadow: 7px 7px 10px rgba(128, 64, 0, 0.65) !important;
}
section#Motos nav ul.mnuMotos li a span.ano {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #000000;
  font-size: 3rem;
}
#Page {
  position: relative;
  z-index: 1000;
  top: -25px;
  width: 85%;
  max-width: 1230px;
  min-width: 920px;
  margin: 0 auto -25px;
  padding: 40px 40px 40px 0;
  background-color: #FFFFFF;
}
#Page article {
  margin-left: 315px;
  color: #000000;
  font-family: 'PN-Cond';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
#Page article h1,
#Page article h2,
#Page article h3,
#Page article h4,
#Page article h5,
#Page article p,
#Page article ul,
#Page article div,
#Page article img {
  margin-bottom: 25px;
}
#Page article h1 {
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 2.5em;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  margin-bottom: 35px;
  text-transform: uppercase;
}
#Page article h1 a {
  color: #000000;
  text-decoration: none !important;
}
#Page article h2 {
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 1.8em;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  text-transform: uppercase;
}
#Page article h3 {
  color: #FF4000;
  font-family: 'PN-Cond';
  font-size: 1.8em;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
}
#Page article h4 {
  text-transform: uppercase;
}
#Page article h5 {
  color: #FFFFFF;
  font-family: 'PN-Cond';
  font-size: 1.8em;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
  background-color: #FF4000;
  padding: 7px;
}
#Page article a {
  color: #FF4000;
}
#Page article a:hover {
  text-decoration: underline;
}
#Page article ul {
  margin: 0 5px 25px;
  color: #FF4000;
}
#Page article ul li {
  padding: 0 0 5px 30px;
  background: url(../img/marcador-laranja.svg) no-repeat 0 5px;
}
#Page article ul li a {
  color: #8C0000;
}
#Page article ul li a:hover {
  text-decoration: underline;
}
#Page article ul li h3 {
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 2.5em;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
#Page article ul.Preto {
  color: #000000;
}
#Page article ul.Preto li {
  background: url(../img/marcador-preto.svg) no-repeat 0 5px;
}
#Page article ul.Preto li a {
  color: #FF4000;
}
#Page article ul.Preto li a:hover {
  text-decoration: underline;
}
#Page article ul.Preco li {
  background: none;
}
#Page article div.qdrMotos_v {
  float: right;
  margin: 0 0 30px 30px;
  padding: 15px;
  -webkit-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  -moz-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  width: 200px;
}
#Page article div.qdrMotos_v ul {
  margin: 0;
}
#Page article div.qdrMotos_v ul li {
  background: none;
  padding: 0;
}
#Page article div.qdrMotos_v ul li img {
  margin: 0;
}
#Page article div.Produtos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 10px;
  width: 100%;
  margin: 0 0 25px 0;
}
#Page article div.Produtos ul li {
  padding: 20px;
  width: 17%;
  font-family: 'PN-Cond';
  font-size: 2em;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  color: #FF4000;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  -moz-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  background: none;
  margin: 0 1% 20px;
}
#Page article div.Produtos ul li:last-child {
  margin-right: 0;
}
#Page article div.Produtos ul li:nth-child(4n+1) {
  margin-left: 0;
}
#Page article div.Produtos ul li img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#Page article.pgeMotos {
  margin: 0 0 0 40px;
}
#Page article.pgeMotos div.Motos {
  float: right;
  margin: 0 0 25px 25px;
  padding: 15px 15px 0 15px;
  -webkit-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  -moz-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.35) !important;
  width: 50%;
}
#Page article.pgeMotos div.Motos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#Page article.pgeMotos div.Motos ul li {
  background: none;
  padding: 0;
  width: 20%;
  padding-top: 20%;
  margin: 0;
  margin: 0 6px;
  position: relative;
  overflow: hidden;
}
#Page article.pgeMotos div.Motos ul li img {
  width: 100%;
  /*margin: 0 0 -6px 0;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Page article.pgeMotos div.Motos ul li:first-child {
  width: 100%;
  padding-top: 100%;
  margin: 0 0 10px 0;
}
#Page article.pgeMotos div.Motos ul li:last-child {
  margin-left: 0;
}
#Page article.pgeMotos div.Motos ul li.h img {
  height: 100%;
  width: auto;
}
#Page article.pgeMotos section#OutrasMotos {
  border-top: solid 1px #DDDDDD;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  position: relative;
  overflow: auto;
}
#Page article.pgeMotos section#OutrasMotos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 10px;
  width: 100%;
  margin: 0 0 25px 0;
}
#Page article.pgeMotos section#OutrasMotos ul li {
  width: 24%;
  margin-right: 0.5%;
  background: none;
  padding: 0;
}
#Page article.pgeMotos section#OutrasMotos ul li:last-child {
  margin-right: 0;
}
#Page article.pgeMotos section#OutrasMotos ul li a {
  position: relative;
  width: 100%;
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 4em;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
}
#Page article.pgeMotos section#OutrasMotos ul li a img {
  width: 100%;
  display: block;
}
#Page article.pgeMotos section#OutrasMotos ul li a img.fndMotos {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
#Page article.pgeMotos section#OutrasMotos ul li a span.marcamoto {
  position: absolute;
  line-height: 100%;
  bottom: 35px;
  left: 10px;
}
#Page article.pgeMotos section#OutrasMotos ul li a span.marcamoto span.marca {
  display: block;
  text-shadow: 7px 7px 10px rgba(128, 64, 0, 0.65) !important;
}
#Page article.pgeMotos section#OutrasMotos ul li a span.marcamoto span.moto {
  display: block;
  text-shadow: 7px 7px 10px rgba(128, 64, 0, 0.65) !important;
}
#Page article.pgeMotos section#OutrasMotos ul li a span.ano {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #000000;
  font-size: 0.7em;
}
#Navegacao {
  position: relative;
  z-index: 1001;
  left: -15px;
  float: left;
  width: 290px;
  margin-right: -290px;
  background-color: #F86207;
  border-bottom: solid 7px #FF4000;
  padding: 22px 0;
}
#Navegacao ul.Menu li {
  margin-bottom: 5px;
}
#Navegacao ul.Menu li a {
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 4px 20px;
  display: block;
  border-left: solid 7px #FF4000;
}
#Navegacao ul.Menu li a:hover {
  color: #000000;
}
#Navegacao ul.Menu li.mnuLista_act a {
  color: #000000;
}
#BoxContato {
  display: block;
  height: auto;
  padding: 25px 0;
}
#BoxContato h2 {
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FF4000;
  margin: 5px 0 25px 0;
}
#BoxContato form {
  width: 100%;
  height: auto;
}
#BoxContato input[type="text"],
#BoxContato input[type="email"],
#BoxContato input[type="tel"],
#BoxContato select,
#BoxContato textarea {
  font-family: 'PN-Cond';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  -webkit-box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.35) !important;
  -moz-box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.35) !important;
  box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.35) !important;
  color: #000000;
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
  padding: 4px;
  margin-bottom: 15px;
}
#BoxContato input[type="text"],
#BoxContato input[type="email"],
#BoxContato input[type="tel"] {
  width: 300px;
  height: 30px;
}
#BoxContato select {
  width: 305px;
  height: 42px;
}
#BoxContato textarea {
  width: 90%;
  height: 250px;
}
#BoxContato label {
  display: inline-block;
  width: 20%;
  margin: 5px 0 10px 0;
  color: #000000;
}
#BoxContato label[for="frmMsg"] {
  display: block;
}
#BoxContato #btEnviar {
  margin: 15px 0 15px 20%;
}
footer.Site {
  position: relative;
  z-index: 1000;
  width: 90%;
  max-width: 1300px;
  min-width: 990px;
  height: 250px;
  overflow: hidden;
  margin: 30px auto;
  background: url(../img/fndFooter.png);
}
footer.Site div.img {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 56.54%;
  height: 250px;
  z-index: 10;
}
footer.Site div.img img {
  position: absolute;
  right: 0;
}
footer.Site div#Funcionamento {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 50%;
  height: 250px;
  z-index: 9;
  font-family: 'PN-Extra-Cond';
  font-size: 1.75vw;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
}
footer.Site div#Funcionamento h2,
footer.Site div#Funcionamento p,
footer.Site div#Funcionamento address {
  position: absolute;
  width: 200px;
}
footer.Site div#Funcionamento h2 {
  font-family: 'PN-Extra-Cond-SemiBold';
  font-size: 2.8vw;
  line-height: 90%;
  font-weight: normal;
  font-variant: normal;
  top: 5%;
  left: 15%;
  text-transform: uppercase;
}
footer.Site div#Funcionamento p.desc {
  top: 35%;
  left: 15%;
}
footer.Site div#Funcionamento p.qui-sex {
  top: 18%;
  left: 60%;
}
footer.Site div#Funcionamento p.sab {
  top: 47%;
  left: 60%;
}
footer.Site div#Funcionamento .hora {
  font-weight: bold;
  display: block;
}
footer.Site div#Funcionamento address {
  bottom: 0;
  text-align: right;
  background-color: #333333;
  width: 100%;
  height: 40px;
  padding: 16px 0 0;
  font-style: normal;
  text-transform: uppercase;
}
footer.Site div#Funcionamento address span {
  text-align: center;
  display: block;
  /*margin-right: 5%;*/
}
footer.Site div#Funcionamento address span a {
  color: #FFFFFF;
  margin: 0 2%;
}
nav#Comunicacao {
  position: fixed;
  z-index: 5000;
  bottom: 5%;
  right: 10px;
  max-width: 70px;
}
nav#Comunicacao ul {
  width: 100%;
}
nav#Comunicacao ul li {
  margin-bottom: 5px;
}
nav#Comunicacao ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
nav#Comunicacao ul li a img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  nav#Comunicacao {
    max-width: 55px;
    bottom: 2%;
    right: 5px;
  }
}
#Creditos {
  position: relative;
  z-index: 1000;
  width: 90%;
  max-width: 1300px;
  min-width: 990px;
  overflow: hidden;
  margin: 0 auto 30px;
  display: flex;
}
#Creditos div {
  flex-grow: 1;
  flex-basis: 50%;
  font-family: 'PN-Extra-Cond';
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
}
#Creditos div#Asther {
  text-align: right;
}
#Creditos div#Asther a {
  font-weight: bold;
  color: #FFFFFF;
}
#Page:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
/**
 * jQuery lightBox2 plugin
 * @author http://lokeshdhakar.com/projects/lightbox2/
 * @version 2.0
 */
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
