header,
img {
    width: 100%
}

.round-image img {
    border-radius: 50%;
}

.container {
    padding: 35px 15px;
}

.servicos-link-image img {
    max-width: 400px;
    height: auto;
    color: black;
    cursor: pointer;
    -webkit-transition: all .3s 0s ease;
    -moz-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
}

    .servicos-link-image img:hover {
        border: 4px solid;
        -webkit-transition: all .3s 0s ease;
        -moz-transition: all .3s 0s ease;
        -o-transition: all .3s 0s ease;
        transition: all .3s 0s ease;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.sidebar,
body {
    overflow-x: hidden
}

.contacts-page a {
    color: #000;
}

.contacts-page .social-icons img {
    width: 50px;
    margin-right: 15px;
}

.features-table-items,
.menu-nav-items,
.menu-right-items {
    list-style-type: none
}

.flex-stretch {
    display: flex;
    align-items: stretch !important;
}


.picture {
    margin-bottom: 30px;
    text-align: center;
}

    .picture img {
        width: 100%;
        height: auto;
        max-height: 320px;
        border-radius: 5px;
    }

.border-right {
    border-right: 1px solid #ffffff;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.carousel-item {
    background-size: cover;
    background-position: center 70%
}

.g-recaptcha {
    margin-bottom: 20px
}

::selection {
    background-color: black;
    color: #fff
}

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-family: Montserrat;
    font-size: 16px
}

a {
    color: #bababa;
    text-decoration: none;
}

h1 {
    font-size: 48px;
    line-height: 55px;
    margin: 20px 0px;
}

h3 {
    font-weight: 600;
    font-size: 21px;
}

h1,
h2,
h4,
h5 {
    font-weight: 400
}

p {
    line-height: 28px
}

.center-text {
    text-align: center
}

header {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: white;
    -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: #000000;
        text-decoration: none;
        -webkit-transition: color .4s 0s ease;
        -moz-transition: color .4s 0s ease;
        -o-transition: color .4s 0s ease;
        transition: color .3s 0s ease
    }

        .main-nav li a:hover {
            color: black
        }

.sticky .main-nav li a {
    color: #535353;
}

    .sticky .main-nav li a:hover {
        color: #000000;
    }

.menu-logo {
    font-size: 22px;
    flex-grow: .1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sticky .menu-logo {
}

.menu-logo img {
    width: 100px;
    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: 90px;
    -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;
}

.bg-black {
    background-color: #131313;
    color: #fff;
}

.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
}


.main-nav .menu-item .selected {
    border-bottom: 1px solid #000;
}

.sidebar-menu-items li.selected {
    background-color: black;
    color: #fff
}

.menu-right-items li a.highlight.selected {
    border: 0px;
    background-color: #000;
    color: #fff;
}

.menu-right-items {
    margin-right: 5px;
    flex-grow: .1
}

    .menu-right-items li a.highlight {
        font-size: 18px;
        border: 2px solid #9d9d9d;
        border-radius: 6px;
        padding: 8px 15px;
        background-color: rgba(255, 255, 255, 0);
        color: #000000;
        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;
    }

.menu-right-items li a.highlight:hover {
    background-color: #1c1c1c;
    color: #fff !important;
    border-color: #7d7d7d;
}

.button,
.sidebar-menu-items a {
    font-size: 20px;
    text-decoration: none;
}

.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: black;
        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)
}

.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: #000;
    color: #fff;
}

.black-button,
li.sidebar-item.last-menu-item:hover {
    background-color: #000000
}

.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 black;
    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
}


#carousel-section {
    margin-top: 80px;
}

.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: 30px 20px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    width: auto;
    display: inline-flex;
    font-family: Montserrat;
    font-weight: 500;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease
}

.carousel-content .button {
    margin: 10px 20px;
}

.black-button {
    color: #fff;
    border: 2px solid #000000
}

    .black-button:hover {
        background-color: #1e1e1e;
        border-color: #000000
    }

.white-button {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #fff
}

    .white-button:hover {
        background-color: #cdcdcd;
        border-color: #e5e5e5
    }

.white-button-border {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff
}

    .white-button-border:hover {
        background-color: #fff;
        color: black;
    }

.white-button-border {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000
}

    .white-button-border:hover {
        background-color: #000000;
        color: #fff
    }

.carousel-arrow span {
    border-radius: 10px;
    background-color: #fff
}

.content-page-title {
    font-size: 50px;
    color: #000;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
}

.content-page-top-image-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 80px;
}

.content-page-top-image {
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.content-page-top-image-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.55);
}

.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-overlay {
    background-color: rgba(71, 71, 71, 0.55);
}

.carousel-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    min-height: 800px;
    max-width: 1300px;
    margin: 0px auto auto;
    color: #cecece;
    padding: 0 6%
}

.item-title {
    font-size: 70px;
    padding: 0 30px 30px;
    color: #ffffff;
}

.item-description {
    font-size: 30px;
    padding: 0 10px 20px
}

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 black;
        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;
    }

    .content-page-title {
        font-size: 36px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .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) {
    .content-page-title {
        font-size: 30px;
    }

    .content-page-top-image {
        height: 400px;
    }

    .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: black;
    margin: -5px 0 15px;
    padding: 0 5px;
    font-size: 14px
}

.button.black-button.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: black
    }

    .send-email-status.error {
        background-color: #c93737
    }

.footer a:hover {
    color: white;
}

.footer .social-icons img {
    width: 40px;
}

    .footer .social-icons img:nth-child(1) {
        margin-right: 20px;
    }

.made-by {
    background-color: #000000;
    color: white;
}

    .made-by a:hover {
        color: white;
    }

@media(max-width: 991px) {
    .border-right {
        border-right: 0px;
    }
}

@media (max-width:480px) {
    .button {
        padding: 15px;
        font-size: 16px
    }

    .picture img {
        width: 150px;
    }
}

@media (max-width:350px) {
    .button {
        padding: 10px;
        font-size: 15px
    }

    .picture img {
        width: 110px;
    }
}

@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: 600px
    }

    .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: 575px;
    }

    .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 */

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(../static_imgs/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(../static_imgs/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(../static_imgs/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(../static_imgs/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;
        }
