.logo img {
    height: 70px;
}
.licencas-small img {
    height: 39px;
    margin: 0 3px;
}
.bg-footer{
    background-image: url("../images/bg-footer.png");
    background-position: bottom right;
    background-repeat: no-repeat ;
}

.sis-cat--prod {
    font-size: 12px;
}
.c-grey-1 {
    color: #eeeeee !important;
}
.relativ{
    position: relative;
}
/*
LOADING
 */
.loading-bro {
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    left: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8) !important;
    display: block;
    z-index: 9;
    top: 0;
}

.loading-bro > h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
    font-weight: 300;
    color: #8E8E8E;
}

#load {
    width: 150px;
    animation: loading 3s linear infinite;
}

#load #loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #51BBA7;
    fill: transparent;
}

.alin-spin {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -600;
    }
}

/*
NEWSLETTER ALERT
 */
.alert-contact {
    position: absolute !important;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
}

.alert-contact--box {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #737373;
}

.alert-contact--box i {
    font-size: 40px;
}

/*
CONTACTS
 */
.contact {
    background-color: #eee;
    padding: 0 0 80px 0
}

.contact.contact-single {
    background-color: #3a3d45
}

.contact.contact-single.banner {
    padding-bottom: 0
}

.contact #map {
    width: 100%;
    height: 400px;
    background-color: #808080
}

.contact .contact-block {
    margin-top: -80px
}

.contact .contact-block .banner {
    padding: 80px 40px
}

.contact .contact-block .contact-info {
    background-color: #fff;
    padding-bottom: 40px
}

.contact .contact-block .contact-info figure {
    padding: 15px
}

.contact .contact-block .contact-info figure figcaption > strong {
    display: block;
    padding: 7.5px 0
}

.contact .contact-block .contact-info figure figcaption > span {
    font-size: 90%
}

.contact .contact-block .contact-info figure .fa {
    font-size: 50px;
    color: #BDDDA5;
}

.contact .contact-block .contact-form {
    margin-top: 50px
}

.contact .contact-block .contact-form .form-control {
    border-color: transparent
}

.map-info-window .fa {
    width: 20px;
    text-align: center;
    margin-right: 3px;
    display: inline-block
}

.def-color {
    color: #333;
}

.notify {
    display: block;
    background: #fff;
    padding: 12px 18px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify p.info-alert-1 {
    border-bottom: 1px solid #ECECEC;
    display: inline-block;
    margin-bottom: 13px !important;
    padding-bottom: 9px;
    width: 100%;
}

.notify p.info-alert-1 span.alerticon {
    margin-right: 5px;
    float: left;
}

.notify p.info-alert-1 span.title-alert {
    font-size: 19px;
    float: left;
    margin: 14px 0 0 7px;
}

.successbox p.info-alert-1 span.title-alert {
    color: #678361;
}

.errorbox p.info-alert-1 span.title-alert {
    color: #555;
    font-weight: bold;
}

.notify p.info-alert-2 {
    line-height: 18px;
    color: #6e6e6e;
    text-align: left;
}

.notify .error li {
    margin-bottom: 8px
}

.notify.errorbox i {
    color: #ff6552;
    width: 20px;
    vertical-align: baseline
}

.notify.errorbox p {
    margin-bottom: 3px
}

.notify.errorbox strong {
    color: #ff6552
}

.page_breadcrumbs.parallax {
    background-size: auto;
}

.photos-page .photo-item {
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 100%;
    position: relative;
}

.photos-page .photo-item:hover {
    background-color: rgba(51, 51, 51, 0.7);
    float: left;
    overflow: hidden;
}

.photos-page .photo-item:hover img {
    opacity: 0.6;
}

.photos-page .c-bordered.photo-item img {
    border: 3px solid #9CC026;
}

.photos-page .photo-item img {
    height: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    display: block
}

.photos-page .photo-item .effect-hover {
    border-radius: 100%;
    height: 0;
    position: absolute;
    top: calc(50% - 25px);
    transition: all 0.3s ease 0s;
    text-align: center;
    z-index: 999;
    width: 100%;
}

.photos-page .photo-item.fix-effect {
    display: inline-table !important;
    float: none !important;
}

@media screen and (min-width: 768px) {
    .photos-page .photo-item.fix-effect {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 991px) {
    .photos-page .photo-item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 429px) {
    .photos-page .photo-item {
        width: 100%;
    }

    .c-instagram-plugin {
        display: none;
    }
}

.photos-page .photo-item.fix-effect:hover {
    border: 0 none !important;
}

.photos-page .photo-item .effect-hover .hover-circ {
    background-color: rgb(51, 51, 51);
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 2.6;
    margin: auto;
    opacity: 0;
    text-align: center;
    transform: scale(3);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.photos-page .photo-item:hover .effect-hover .hover-circ {
    opacity: 1;
    transform: scale(1);
}

.photos-page-2 .photo-item {
    float: left;
    margin: 2px;
    overflow: hidden;
    padding: 4px;
    transition: all 0.3s ease 0s;
    width: calc(50% - 5px);
    position: relative;
}

.photos-page-2 .photo-item:hover {
    background-color: rgba(51, 51, 51, 0.7);
    float: left;
    overflow: hidden;
}

.photos-page-2 .photo-item:hover img {
    opacity: 0.6;
}

.photos-page-2 .photo-item img {
    height: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.photos-page-2 .photo-item .effect-hover {
    border-radius: 100%;
    height: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 25px);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.photos-page-2 .photo-item.fix-effect {
    display: inline-table !important;
    float: none !important;
}

@media screen and (min-width: 768px) {
    .photos-page-2 .photo-item.fix-effect {
        width: calc(50% - 8px);
    }
}

.photos-page-2 .photo-item.fix-effect:hover {
    border: 0 none !important;
}

.photos-page-2 .photo-item .effect-hover .hover-circ {
    background-color: rgb(51, 51, 51);
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 2.6;
    margin: auto;
    opacity: 0;
    text-align: center;
    transform: scale(3);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.photos-page-2 .photo-item:hover .effect-hover .hover-circ {
    opacity: 1;
    transform: scale(1);
}

.btn.btn-main {
    background-color: #9CC026;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)*/
}

.btn.btn-main:hover {
    background-color: #3a3d45
}

.btn.btn-main, .btn.btn-main:hover, .btn.btn-main:focus, .btn.btn-main:active {
    color: #fff
}

/***********************************************************************************************************************
PRODUTOS
 */

.filters .filter-box {
    margin-bottom: -1px;
    border: 1px solid #e4e4e4
}

.filters .filter-box .title {
    cursor: pointer;
    padding: 10px;
    background-color: #fff;
    position: relative
}

.filters .filter-box.active .title {
    color: #9CC026;
}

.filters .filter-box .title span {
    font-size: 70%;
    color: #fb0
}

/*.filters .filter-box .title:after {*/
    /*-moz-transition: all .3s;*/
    /*-o-transition: all .3s;*/
    /*-webkit-transition: all .3s;*/
    /*transition: all .3s;*/
    /*content: '\f107';*/
    /*font-family: 'FontAwesome';*/
    /*position: absolute;*/
    /*display: inline-block;*/
    /*line-height: 42px;*/
    /*height: 42px;*/
    /*width: 42px;*/
    /*right: 0;*/
    /*top: 0;*/
    /*text-align: center*/
/*}*/

/*.filters .filter-box.active .title:after {*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*-webkit-transform: rotate(180deg);*/
    /*transform: rotate(180deg)*/
/*}*/
.filters .filter-box a.title{
    color: #4f535b;
}
.filters .filter-box a.title{
    display: block;
    padding:15px;
}
.filters .filter-box.active a.title{
    background-color: #153755;
    color: white;
}

@media (min-width: 992px) {
    .filters .filter-box {
        margin-bottom: 10px;
        border: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        text-align: left;
    }
}

.filters .filter-content {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd
}

.filters .filter-content .checkbox label {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/*.filters .filter-content i {*/
/*font-style: normal;*/
/*display: block;*/
/*font-size: 70%;*/
/*float: right;*/
/*line-height: 28px;*/
/*margin-right: 5px*/
/*}*/

.filters.filters-top .filter-box {
    position: relative
}

.filters.filters-top .filter-update {
    display: none
}

@media (min-width: 992px) {
    .filters.filters-top {
        padding-top: 40px;
        background-color: #eee
    }

    .filters.filters-top .filter-content {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
        border: 1px solid #e4e4e4;
        margin: 0;
        max-height: 300px;
        overflow: auto
    }

    .filters.filters-top .filter-update {
        border-top: 1px solid #ddd;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fb0;
        color: #fff;
        display: none
    }

    .filters.filters-top .filter-box {
        margin-bottom: 0
    }

    .filters.filters-top .filter-box.active .filter-update {
        display: block
    }
}

@media (max-width: 991px) {
    .filters.filters-top .container {
        padding: 0;
        width: 100%
    }
}

.filters .toggle-filters-close {
    width: 100%
}

@media (max-width: 991px) {
    .filters {
        background-color: #fff;
        position: fixed;
        width: 50%;
        height: 100%;
        z-index: 9999;
        top: 0;
        left: auto;
        right: 0;
        overflow: auto;
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .filters .row {
        margin: 0
    }

    .filters .row > div {
        padding: 0
    }

    .filters.active {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .5)
    }

    .filters .toggle-filters-close {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.products {
    background-color: #eee
}

.products .box-filters {
    text-align: center;
    padding: 40px 0 0
}

.products .box-filters figure {
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    color: #666;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.products .box-filters figure.active {
    background-color: #3a3d45;
    color: #fb0
}

.products .box-filters figure .f-icon {
    display: block;
    font-size: 38px;
    line-height: 27px
}

@media (min-width: 992px) {
    .products .box-filters figure {
        width: 100px;
        height: 100px
    }

    .products .box-filters figure .f-icon {
        font-size: 68px;
        line-height: 50px
    }
}

.products .box-filters-results {
    padding: 0;
    position: relative
}

.products article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
    transition: all .5s;
    margin-bottom: 1px;
    overflow: hidden
}

.products article .label {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: initial
}

.products article sub, .products article sup {
    font-size: 100%
}

.products article .text {
    width: 100%;
    padding: 10px
}

.products article .text a:hover {
    color: #333
}

.products article .text .title {
    display: block;
    margin: 0 0 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.products article .text .title small {
    color: #3a3d45;
    font-size: 45%
}

.products article .text sub, .products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px
}

.products article .text sub {
    text-decoration: line-through;
    font-weight: 300
}

.products article .image {
    overflow: hidden;
    height: auto
}

.products article .image a {
    display: block
}

.products article .image img {
    width: 100%
}

.products article .btn-add {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.products article:hover .btn-add {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.products article .info .add-favorite.added a {
    background-color: #e71d36
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: #696969;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px
    }
}

.products article .info a:hover {
    background-color: #000;
    color: #fff
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal
}

.products article .info > span {
    display: block;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

@media (min-width: 992px) {
    .products article .info {
        display: block
    }
}

.products article:hover .info > span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.products article .info > span:nth-child(1) {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.products article .info > span:nth-child(2) {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.products article .info > span:nth-child(3) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.products article .figure-list {
    display: table;
    width: 100%
}

.products article .figure-list .image, .products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px
}

.products article .figure-list .text .title {
    white-space: inherit
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px
}

.products article .figure-grid .text .description {
    display: none
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2
}

.products article .figure-list .text .title a {
    color: #153755;
}

.filter-content p a {
    color: #666;
}

.filter-content p.active a {
    color:#153755;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block
    }
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .products article {
        margin-bottom: 30px
    }

    .products article .label {
        top: auto;
        bottom: 10px;
        left: 10px
    }

    .products article sub, .products article sup {
        font-size: 80%
    }

    .products article:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
    }

    .products article .figure-grid .text {
        position: absolute;
        padding: 20px 20px 0;
        top: 0
    }

    .products article .figure-list .image {
        width: 30%
    }

    .products article .figure-list .text {
        width: 70%
    }

    .products article .figure-list .text .description {
        display: block
    }

    .products article .figure-block .text {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0
    }

    .products .container, .products .row > div {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px
    }

    .products .btn-add {
        display: none
    }
}

.atualizacao {
    background: white none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    text-align: center;
}

.media-body.media-middle h4 {
    font-family: inherit;
}

.cart_list.product_list_widget.media-list.darklinks .media {
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 10px;
}

.post .item-content p {
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .col-sm-6.text-center.text-sm-right .sis-menu-top {
        display: none;
    }
}


#product-thumbnails .owl-dots{
    margin-top: 15px;
}
.c-grey-1{
    color: #666!important;
}
.bg-white{
    background-color: white;
}

.bg-grey{
    background-color: #fff6ff;
}

.atualizacao{
    border: 2px solid #efefef;
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.s-pagination ul li{
	list-style: none;
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.s-pagination ul {
	padding-left: 0;
}
.s-pagination ul li a,.s-pagination ul li span{
	height: 35px;
	width: 35px;
	background-color: #dedede;
	text-align: center;
	padding-top: 5px;
	display: block;
	border-radius: 5px;
	color: #444;
}

.s-pagination ul li span{
	background-color: #00CCBD;
	color: #FFF;
}

.sisdado{
	height: 11px
}