:root {
    --main-color: #e31e25;
    --main-color-hover: #8a1b1f; 
    --secondary-color: #ffffff;
    --secondary-color-hover: #e5e5e5;
}

.container.no-padding-top {
    padding-top: 0px;
}

.no-padding {
    padding: 0px !important;

}


.images-carvao {
    margin-top: 120px;
}

@media(max-width: 768px) {
    .images-carvao {
        margin-top: 20px;
    }
    
}

.splide-slider-container {
    position: relative;
}

.row.flex-baseline-alignment {
    align-items: baseline
}


.phone-numbers {
    font-size: 40px;
    margin-bottom: 40px;
}

.phone {
    margin-bottom: 20px;
}


.contact-element {
    margin-bottom: 15px;
}

header,
img {
    width: 100%
}

.sidebar,
body {
    overflow-x: hidden;
    text-align: justify;
}

.features-table-items,
.menu-nav-items,
.menu-right-items {
    list-style-type: none
}

.flex-stretch {
    display: flex;
    align-items: stretch !important;
}

.border-right {
    border-right: 1px solid #ffffff;
}

.margin-top {
    margin-top: 70px;
}

.carousel-item {
    background-size: cover;
    background-position: center 70%
}

.g-recaptcha {
    margin-bottom: 20px
}

.margin-bottom {
    margin-bottom: 30px;
}

::selection {
    background-color: var(--main-color);
    color: #fff
}

.ld-logo {
    margin-top: 40px;
    width: 450px;

} 

h1 {
    text-transform: uppercase;
}

.phone-separator {
    margin: 0px 50px;
}

@media(max-width: 480px) {
    .ld-logo {
        width: 250px;
    }
}

@media(max-width: 768px) {
    .phone-separator {
        margin: 0px 0px;
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: #ebebeb;
    font-family: Quicksand;
    font-size: 23px;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

h1 {
    font-size: 48px;
    line-height: 55px
}

h3 {
    font-weight: 600
}

h1,
h2,
h4,
h5 {
    font-weight: 400
}

p {
    line-height: 33px
}

.center-text {
    text-align: center
}



header {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: transparent;
    -webkit-transition: all .4s 0s ease;
    -moz-transition: all .4s 0s ease;
    -o-transition: all .4s 0s ease;
    transition: all .4s 0s ease
}

header.sticky {
    background-color: #ffffff;
    box-shadow: -4px -1px 4px #a9a9a9;
    -webkit-transition: all .4s 0s ease;
    -moz-transition: all .4s 0s ease;
    -o-transition: all .4s 0s ease;
    transition: all .4s 0s ease
}

.content-container,
.main-nav,
.menu-left-items,
.menu-logo,
.menu-right-items {
    display: flex;
    align-items: center
}

.main-nav {
    margin: 0 auto
}

.main-nav li a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color .4s 0s ease;
    -moz-transition: color .4s 0s ease;
    -o-transition: color .4s 0s ease;
    transition: color .4s 0s ease
}

.main-nav li a:hover {
    color: var(--main-color)
}

.sticky .main-nav li a {
    color: #000000;
}

.menu-logo {
    font-size: 22px;
    flex-grow: .1
}

.menu-logo img {
    width: 120px;
    padding: 8px 0;
    -webkit-transition: all .4s 0s ease;
    -moz-transition: all .4s 0s ease;
    -o-transition: all .4s 0s ease;
    transition: all .4s 0s ease
}

.sticky .menu-logo img {
    width: 70px;
    -webkit-transition: all .4s 0s ease;
    -moz-transition: all .4s 0s ease;
    -o-transition: all .4s 0s ease;
    transition: all .4s 0s ease
}

.menu-logo a {
    color: #000;
    text-decoration: none
}

.menu-left-items {
    flex-grow: 10;
    margin: 0
}

.menu-item {
    margin: 0 40px 0 0;
    font-size: 18px
}

.menu-item.social-item {
    margin-right: 20px;
}

.menu-right-items .social-item img {
    padding-top: 5px;
}

.social-image {
    width: 35px;
}

.sidebar .social-image {
    opacity: 0;
    transition: all .2s 0s ease;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    -o-transition: all .2s 0s ease
}

.open-sidebar .social-image {
opacity: 1;
transition: all .2s 0s ease;
-webkit-transition: all .2s 0s ease;
-moz-transition: all .2s 0s ease;
-o-transition: all .2s 0s ease
}


.menu-right-items {
    margin-right: 5px;
    flex-grow: .1
}

.menu-right-items li a.highlight {
    font-size: 18px;
    border: 2px solid var(--main-color);
    border-radius: 6px;
    padding: 8px 15px;
    background-color: #fff;
    color: #000000;
    font-weight: 600;
    transition: color .6s 0s ease, background-color .6s 0s ease;
    -moz-transition: color .6s 0s ease, background-color .6s 0s ease;
    -o-transition: color .6s 0s ease, background-color .6s 0s ease;
    -webkit-transition: color .6s 0s ease, background-color .6s 0s ease
}

.button,
.sidebar-menu-items a {
    font-size: 20px;
    text-decoration: none;
}

.menu-right-items li a.highlight:hover {
    background-color: var(--main-color);
    color: #fff !important;
    border-color: #000000;
}

.mobile-toggle {
    display: none;
    order: -1;
    flex-basis: 0;
    flex-grow: 1;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-top: 4px;
    padding-left: 20px;
}

.mobile-toggle span {
    display: none;
    width: 30px;
    height: 3px;
    background-color: var(--main-color);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.sidebar,
.sidebar-overlay {
    display: none;
    position: fixed;
    height: 100%
}

.close-toggle span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.arrow-prev span:nth-child(2),
.close-toggle span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg)
}

.close-toggle span:nth-child(2) {
    opacity: 0
}

.close-toggle span:nth-child(3) {
    margin-top: -14px;
    transform: rotate(-135deg)
}

.main-nav .selectedPage a {
    color: var(--main-color)
}

.menu-right-items li.selectedPage a {
    background-color: #4ace90;
    color: #fff!important
}

.sidebar-menu-items li.selectedPage {
    background-color: var(--main-color);
    color: #fff
}

.sidebar {
    background-color: #fff;
    width: 0;
    z-index: 3;
    top: 0px;
    left: 0;
    transition: all .6s 0s ease;
    -webkit-transition: all .6s 0s ease;
    -moz-transition: all .6s 0s ease;
    -o-transition: all .6s 0s ease
}

.open-sidebar {
    width: 200px;
    top: 0px;
    transition: all .6s 0s ease;
    -webkit-transition: all .6s 0s ease;
    -moz-transition: all .6s 0s ease;
    -o-transition: all .6s 0s ease
}

ul.sidebar-menu-items {
    list-style-type: none;
    margin-left: 0;
    padding: 20px 0 0
}

.sidebar-menu-items li.sidebar-item {
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: all .2s 0s ease;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    -o-transition: all .2s 0s ease
}

.open-sidebar .sidebar-menu-items li.sidebar-item {
    opacity: 1;
    transition: all .2s 0s ease;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    -o-transition: all .2s 0s ease
}

.sidebar-menu-items a {
    color: #000
}

.sidebar-menu-items a:hover {
    color: #fff
}

li.sidebar-item:hover {
    background-color: var(--main-color);    
}

.main-button,
li.sidebar-item.last-menu-item:hover {
    background-color: var(--main-color)
}

.sidebar-menu-items li.sidebar-item a {
    text-decoration: none;
    color: #000;
    font-size: 20px
}

li.sidebar-item.last-menu-item {
    display: none;
    margin: 40px 10px 0;
    padding: 5px 10px;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    transition: color .6s 0s ease, background-color .6s 0s ease;
    -webkit-transition: color .6s 0s ease, background-color .6s 0s ease;
    -moz-transition: color .6s 0s ease, background-color .6s 0s ease;
    -o-transition: color .6s 0s ease, background-color .6s 0s ease
}

.sidebar-overlay {
    z-index: 1;
    width: 100%;
    transition: background-color .6s 0s ease;
    -webkit-transition: background-color .6s 0s ease;
    -moz-transition: background-color .6s 0s ease;
    -o-transition: background-color .6s 0s ease
}

.button {
    padding: 10px 20px;
    margin: 40px 0 20px 20px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    display: inline-flex;
    font-family: quicksand;
    font-weight: 500;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease
}

.no-margin {
    margin: 0px;
}

.button.no-margin-bottom {
    margin-bottom: 0px;
}

.main-button {
    background-color: var(--main-color);
    color: #fff;
}

.main-button:hover {
    background-color: #8a1b1f;
}

.secondary-button {
    background-color:var(--secondary-color);
    color: #000000;
}

.secondary-button:hover {
    background-color: var(--secondary-color-hover);
}

.secondary-button-border {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.secondary-button-border:hover {
    background-color: var(--secondary-color);
    color: var(--main-color);
}

.main-button-border {
    background-color: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color)
}

.carousel-arrow span {
    border-radius: 10px;
    background-color: #fff
}

.main-button-border:hover {
    background-color: var(--main-color);
    color: #fff
}

.full-screen-carousel {
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 800px;
    top: 0;
    left: 0
}

.carousel-item {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-arrow {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40px;
    width: 40px;
    top: 380px;
    z-index: 3;
    cursor: pointer
}

.carousel-arrow span {
    height: 3px;
    width: 19px;
    border: 1px solid #fff
}

.arrow-prev {
    left: 50px
}

.arrow-prev span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-radius: 10px
}

.arrow-prev span:nth-child(2) {
    margin-top: 10px;
    transform: rotate(-135deg)
}

.arrow-next {
    right: 50px
}

.arrow-next span:nth-child(1) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-radius: 10px
}

.arrow-next span:nth-child(2) {
    margin-top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.carousel-item {
    opacity: 0;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease
}

.carousel-active {
    opacity: 1;
    z-index: 1;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease
}

.carousel-item-1 {
    background-image: url(../img/slider/slider-1.jpeg)
}

.carousel-item-2 {
    background-image: url(../img/slider/slider-2.jpeg)
}

.carousel-item-3 {
    background-image: url(../img/slider/slider-3.jpeg)
}

.carousel-overlay {
    background-color: rgba(0, 0, 0, .42)
}

.carousel-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    min-height: 800px;
    max-width: 1300px;
    margin: 0px auto auto;
    color: #fff;
    padding: 0 6%
}

.product-container {
    padding: 0px !important;
    height: 480px;
    color: #ffffff;
    margin-bottom: 20px;
}

    h2 {
        font-size: 20px;
    }


@media(max-width: 540px) {
    h2 {
        font-size: 17px;
    }
}


.main-product-overlay {
    background-color: rgb(41 0 1 / 51%);
}

.product-overlay {
    height: 100%;
    background-color: rgb(125 51 53 / 51%);
}

.product-content {
    padding: 20px;
}



.product-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-bg.product-1 {
    background-image: url(../img/produtos/pellets.jpeg);
}


.product-bg.product-2 {
    background-image: url(../img/complementos/complemento-1.jpeg);

}

.item-title {
    font-size: 70px;
    padding: 0 30px 30px;
    color: #ffffff;
}

@media(max-width: 921px) {
    .item-title {
        font-size: 48px;
    }
}

.item-description {
    font-size: 30px;
    padding: 0 10px 50px
}

.servicos-img-bg {
    background-image: url(../img/outfit-treino-5.jpg);
    background-size: cover
}

.lenha-sobro-bg-img {
    background-image: url(../img/produtos/lenha-sobro-1.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}


.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #131313;
    color: #fff
}

.bg-grey {
    background-color: #e0e0e0;
}

.img-bg-green {
    background-color: rgba(54, 197, 132, .70);
    color: #fff
}

.bg-white-grey {
    background-color: #ebebeb;
    color: #000
}

footer {
    background-color: #131313;
    color: #ffffff;
    padding: 15px 0px;
}

@media (min-width:1400px) {
    .main-nav {
        max-width: 1400px
    }
}

@media (min-width:1100px) and (max-width:1400px) {
    .main-nav {
        max-width: 1200px
    }
}

@media (min-width:950px) and (max-width:1100px) {
    .main-nav {
        max-width: 850px
    }
}

@media (min-width:490px) and (max-width:650px) {
    .menu-right-items li a {
        font-size: 14px;
        border: 2px solid var(--main-color);
        border-radius: 6px;
        padding: 5px 8px
    }
}

@media(max-width: 1200px) {
    .menu-right-items .menu-item {
        margin: 0 20px 0 0;
        font-size: 15px;
    }

    .menu-right-items li a.highlight {
        padding: 6px 12px;
        font-size: 15px;
    }

    .menu-logo img {
        width: 100px;
    }
} 

@media (max-width:850px) {
    header {
        box-shadow: 0px;
    }
    .main-nav {
        height: 100px;
    }
    .menu-left-items, .menu-right-items {
        display: none
    }
    .mobile-toggle span {
        display: flex
    }
    .sidebar {
        display: initial
    }
    .menu-logo {
        justify-content: center;
        font-size: 30px
    }
    .sidebar-active {
        display: block;
        z-index: 2;
        background-color: rgba(0, 0, 0, .47);
        transition: background-color .6s 0s ease;
        -webkit-transition: background-color .6s 0s ease;
        -moz-transition: background-color .6s 0s ease;
        -o-transition: background-color .6s 0s ease
    }
}

@media (min-width:750px) and (max-width:850px) {
    .mobile-toggle {
        flex-grow: 1;
    }
}

@media (min-width:490px) and (max-width:850px) {
    .menu-logo {
        flex-grow: 20;
        flex-basis: 0;
        padding-right: 20px;
    }

    .menu-logo img {
        width: 90px;
    }

    .menu-right-items {
        flex-basis: 0;
        flex-grow: 1;
        justify-content: center
    }
    .open-sidebar {
        width: 40%;
        top: 0px;
    }

    ul.sidebar-menu-items {
        padding: 100px 0 0
    }
}

@media (max-width:490px) {
    .mobile-toggle {
        margin: 10px 0 5px 20px;
        flex-grow: 0;
        align-items: left
    }
    .mobile-toggle span {
        flex-grow: .2
    }
    ul.sidebar-menu-items {
        padding: 120px 0 0
    }
    li.sidebar-item.last-menu-item {
        display: block
    }
    .menu-right-items {
        display: none
    }
    .menu-logo {
        flex-grow: .7
    }
    .menu-logo img {
        width: 90px;
        padding-top: 8px
    }
    .open-sidebar {
        width: 100%;
        top: 0px
    }
    .sidebar-menu-items a {
        font-size: 17px
    }
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 8px;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    outline: 0;
    font-size: 17px;
    color: #5d5d5d;
    transition: .5s
}

.contact-form input:focus,
.contact-form textarea:focus {
    background-color: #fefefe;
    border-color: #4ace90
}

.contact-form textarea {
    height: 100px
}

.contact-form::-webkit-input-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

.contact-form .warning {
    color: var(--main-color);
    margin: -5px 0 15px;
    padding: 0 5px;
    font-size: 14px
}

.button.mainbutton.button-contact {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center
}

.send-email-status {
    padding: 15px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 11;
    bottom: 0px;
    width: 100%;
}

.send-email-status.success {
    background-color: var(--main-color)
}

.send-email-status.error {
    background-color: #c93737
}

@media(max-width: 991px) {
    .border-right {
        border-right: 0px;
    }
}

@media (max-width:480px) {
    .button {
        padding: 7px 10px;
        margin: 20px 10px 20px;
        font-size: 16px
    }
}

@media (max-width:325px) {
    .button {
        padding: 7px 10px;
        margin: 0 5px 20px;
        font-size: 15px
    }
}

@media (min-width:1050px) and (max-width:1350px) {
    .carousel-content {
        max-width: 900px
    }
}

@media (min-width:790px) and (max-width:1050px) {
    .carousel-content {
        max-width: 730px
    }
}

@media (min-width:750px) and (max-width:920px) {
    .carousel-arrow {
        top: 670px
    }
    .arrow-prev {
        left: 40%
    }
    .arrow-next {
        right: 40%
    }
}

@media (min-width:650px) and (max-width:750px) {
    .carousel-arrow {
        top: 570px
    }
    .arrow-prev {
        left: 40%
    }
    .arrow-next {
        right: 40%
    }
}

@media (min-width:430px) and (max-width:650px) {
    .carousel-arrow {
        top: 600px;
    }
    .arrow-prev {
        left: 40%
    }
    .arrow-next {
        right: 40%
    }
}



@media (max-width:430px) {
    .carousel-arrow {
        top: 530px
    }
    .arrow-prev {
        left: 25%
    }
    .arrow-next {
        right: 25%
    }
    h1 {
        font-size: 25px;
        line-height: 30px
    }
}


@media (max-width:300px) {
    .carousel-arrow {
        display: none !important;
    }
}

@media (max-width:480px) {
    body {
        font-size: 16px
    }
}

@media (max-width:760px) {
    .item-description {
        font-size: 25px
    }
}

@media (min-width:430px) and (max-width:650px) {
    .item-title {
        font-size: 50px;
        padding: 20px 20px;
    }
}

@media (max-width:430px) {
    .item-description {
        font-size: 20px;
        padding: 0 10px 30px;
    }
    .item-title {
        font-size: 30px;
        padding: 0 10px 10px;
    }
}

@media (min-width:320px) and (max-width:750px) {
    .carousel-content {
        margin-top: -20px
    }
    .full-screen-carousel {
        min-height: 660px
    }
}

@media (max-width:320px) {
    .carousel-content {
        margin-top: -50px
    }
    .full-screen-carousel {
        min-height: 630px
    }
}

/*LIGHTBOX CSS */
.picture {
    margin-bottom: 30px;
    text-align: center;
}

.picture img {
    width: auto;
    max-height: 220px;
}

body.lb-disable-scrolling {
    overflow: hidden;
  }
  
  .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;
    outline: none;
  }
  
  .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/lightbox/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/lightbox/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/lightbox/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/lightbox/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;
  }