/*
	Theme Name: AtacadaoDoRecuperador
	Theme URL: http://atacadaodorecuperador.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Design por Intensiva e desenvolvimento por Inovalize
	Version: 1.0
*/

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url(assets/fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url(assets/fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url(assets/fonts/Montserrat-Medium.otf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url(assets/fonts/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url(assets/fonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    src: url(assets/fonts/Montserrat-ExtraBold.otf);
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    src: url(assets/fonts/Montserrat-Black.otf);
}


/* GERAL */

* {
    border: none;
    margin: 0;
}

body {
    background: #EDEDED;
    color: #3E3E3E;
    font: 500 13px/21px 'Montserrat', Arial, sans-serif;
}

a {
    color: #3E3E3E;
    border: none;
    text-decoration: none;
}

a:hover {
    color: #e9540e;
    text-decoration: none;
}

a,
img,
:hover {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

img,
iframe,
video {
    vertical-align: bottom;
}

div,
section,
h1,
article {
    position: relative;
}


/* FORM */

label {
    font-weight: 500;
}

input,
textarea,
select {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    margin-bottom: 25px;
    background: #F4F4F4;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-bottom: 2px solid #DCDCDC;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 1px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin: 0 0 5px;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
}

input[type="submit"] {
    width: auto;
    height: auto;
    padding: 15px 40px;
    margin-bottom: 0;
    background: transparent;
    color: #424242;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
    border: 2px solid #424242;
}

input[type="submit"]:hover {
    background: #e9540e !important;
    color: #fff !important;
}

form p.obs {
    font-size: 14px;
    color: #989898;
}

input::-webkit-input-placeholder {
    color: #707070;
}

textarea::-webkit-input-placeholder {
    color: #707070;
}

input::-moz-placeholder {
    color: #707070;
}

input:-ms-input-placeholder {
    color: #707070;
}

form .optional {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe4f1;
    border-radius: 0;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 0;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65%;
}


/* GERAL */

.clear {
    clear: both;
}

.intitle,
.entry-page h2,
.product .summary h1.product_title {
    margin: 0;
    font: 800 2.5em/1 'Montserrat';
    text-transform: uppercase;
}

.intitle:after,
.entry-page h2:after,
.product .summary h1.product_title:after {
    content: "";
    width: 80px;
    height: 7px;
    margin: 15px 0 20px;
    background: #ee4e23;
    display: block;
}

.text-right .intitle:after {
    margin: 15px 0 20px auto;
}

.text-center .intitle:after {
    margin: 15px auto;
}

.intitle.c-white {
    margin: 0;
    color: #fff;
}

.intitle.c-white:after {
    background: #fff;
}

.flexGrid {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flexCenter {
    align-items: center;
    justify-content: center;
}

.flexGrid .col-xs-12 {
    margin-left: -1px;
}

.btn-action {
    width: auto;
    padding: 15px 30px;
    margin-top: 15px;
    background: #008438;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.btn-action:hover {
    background: #e9540e;
    color: #fff;
}


/* PADDINGS */

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}


/* MARGINS */

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-60 {
    margin-bottom: 60px !important;
}


/* BOOTSTRAP */

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 499px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }
    .col-xxs-1 {
        width: 8.333333333333332%;
    }
    .col-xxs-2 {
        width: 16.666666666666664%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-4 {
        width: 33.33333333333333%;
    }
    .col-xxs-5 {
        width: 41.66666666666667%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-7 {
        width: 58.333333333333336%;
    }
    .col-xxs-8 {
        width: 66.66666666666666%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-10 {
        width: 83.33333333333334%;
    }
    .col-xxs-11 {
        width: 91.66666666666666%;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .hidden-xxs {
        display: none !important;
    }
}


/* HEADER */

#header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* HEADER - BAR TOP */

.bar-top {
    padding: 5px 0;
    background: #008438;
    color: #fff;
}

.bar-top a {
    color: #fff;
}

.bar-top span.item {
    padding-left: 25px;
    position: relative;
}

.bar-top span.phone {
    background: url(images/ic-phone.png) left no-repeat;
}

.bar-top span.whats {
    padding-top: 4px;
    background: url(images/ic-whatsapp.png) left no-repeat;
}

.bar-top span.email {
    background: url(images/ic-envelope.png) left no-repeat;
}


/* HEADER - MAIN NAV */

.main-nav {
    width: 100%;
    min-height: auto;
    padding: 20px 0px 10px 0px;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    z-index: 9;
}

.main-nav .navbar-header {
    z-index: 9;
}

.main-nav .navbar-brand {
    height: auto;
    text-align: center;
    padding: 0 15px;
}

.main-nav .navbar-brand img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.main-nav .navbar-nav>li a {
    padding: 25px 15px;
    background: transparent;
    color: #3E3E3E;
    font: 700 14px 'Montserrat';
}

.main-nav .navbar-nav>li>a:hover,
.main-nav .navbar-nav>li.active>a,
.main-nav .navbar-nav>.open>a,
.main-nav .navbar-nav>.open>a:hover,
.main-nav .navbar-nav>.open>a:focus {
    background: transparent !important;
    color: #3E3E3E !important;
}

.home.page .main-nav .navbar-nav>li.budget-1 {
    display: none !important;
}

.home.page .main-nav .navbar-nav>li.budget-2 {
    display: block !important;
}

.page .main-nav .navbar-nav>li.budget-2,
.archive .main-nav .navbar-nav>li.budget-2,
.single .main-nav .navbar-nav>li.budget-2 {
    display: none;
}

.main-nav .navbar-nav>li>a span {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.main-nav .navbar-nav>li>a:hover span {
    border-bottom: 2px solid #008438;
}

.main-nav .navbar-nav>li.dropdown ul.dropdown-menu {
    padding: 0;
    background: #DCDCDC;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 2px solid #008438;
}

.main-nav .navbar-nav>li.dropdown ul.dropdown-menu>li a {
    padding: 10px 15px;
    font-size: 13px;
    border-bottom: 2px solid #C8C8C8;
}

.main-nav .navbar-nav>li.dropdown ul.dropdown-menu>li a:hover {
    background: #e9540e;
    color: #fff;
    border-color: #e9540e;
}

.main-nav .navbar-toggle {
    border: none;
    margin: 4px 15px 0;
}

.main-nav .navbar-toggle .icon-bar {
    background: #e9540e;
}


/* TOP PAGE */

.top-page {
    height: 250px;
    background-size: cover !important;
}

.top-page h1 {
    font-size: 4em;
}

.single-product .top-page h1 {
    color: #fff;
}

.single-product .top-page h1:after {
    background: #fff;
}

#about,
#products-archive {
    background: url(images/bg-lines-page.png) top center no-repeat;
}

#contact .map {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

#contact .infos {
    margin-top: 40px;
}

#contact .con-item {
    padding: 25px;
    border: 2px solid #DCDCDC;
    overflow: hidden;
    word-break: break-all;
}

#contact .con-item .icon {
    float: left;
    width: 65px;
}

#contact .con-item .info {
    width: calc(100% - 65px);
    float: left;
}

#contact .con-item .info.phone {
    font-size: 1.5em;
    font-weight: 300;
}

#contact .con-item .info.phone small {
    font-size: 70%;
}

#contact .con-item .info.phone strong {
    font-weight: 500;
}


/* SLIDE */

.slideShow .slideItem {
    height: 285px;
    background-size: cover !important;
}

.slideShow .slideItem .sl-inner {
    max-width: 405px;
    color: #ee4e23 !important;
}

.slideShow .slideItem .sl-inner h2 {
    font-size: 5em;
}

.slideShow .slideItem .sl-inner p {
    width: 80%;
    max-width: 335px;
    font-weight: 300;
    color: #3E3E3E;
}


/* HOME - PARTNERS */

#partners {
    padding: 215px 0 235px;
    margin-top: -110px;
    background: url(images/bg-lines-1.png) top left no-repeat;
}

#partners .partners-slide {
    max-width: 1125px;
    padding: 20px 0;
    margin: 0 auto;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
}

#partners .partners-slide .item {
    height: 95px;
}


/* HOME - OUR PRODUCTS */

#our-products {
    height: 796px;
    margin-top: -180px;
    background-size: cover !important;
    color: #fff;
    z-index: 1;
}


/* HOME - PRODUCTS */

#products {
    padding: 165px 0 0;
    margin-top: -90px;
    background: url(images/bg-lines-2.png) top center no-repeat;
}


/* HOME - COUNTER */

#counter,
#budget,
#newsletter {
    height: 863px;
    background-size: cover !important;
    color: #fff;
}

#counter .number {
    font-size: 7em;
    font-weight: 800;
    margin-top: 30px;
    line-height: 1;
}

#counter h3 {
    max-width: 270px;
    margin: 10px auto 0;
    font-size: 1.8em;
    text-transform: uppercase;
}


/* HOME - BUDGET */

#budget {
    height: 859px;
    margin-top: -228px;
}

#budget .feat-img img {
    width: 100%;
    margin-top: 35px;
}

#budget .btn {
    padding: 10px 30px;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
}


/* HOME - NEWSLETTER */

#newsletter {
    height: 760px;
    margin-top: -243px;
    margin-bottom: -230px;
    color: inherit;
}

#newsletter p {
    font-weight: 300;
}

#newsletter h3 {
    margin: 0 auto 15px;
    font-size: 3em;
    font-weight: 800;
}

#newsletter input[type="email"] {
    width: calc(100% - 70px);
    height: 65px;
    padding: 10px 25px;
    margin: 0;
    background: #EAEAEA;
    float: left;
}

#newsletter input[type="submit"] {
    width: 60px;
    height: 65px;
    padding: 0;
    background: url(images/chevron-right.png) center no-repeat #008438;
    color: transparent;
    float: right;
    border: none;
}


/* PAGES */

.entry-page p {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
}


/* IMAGENS */

.alignnone {
    margin: 5px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 10px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* WP-PAGENAVI */

nav.pagination {
    display: block;
    margin: 20px 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    clear: both;
}

nav.pagination ul {
    overflow: hidden;
}

nav.pagination ul li {
    width: 35px;
    height: 35px;
    border: 2px solid #e4e9f5;
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    line-height: 32px;
    color: #8c8c8c;
    border-radius: 100%;
}

nav.pagination ul li:hover,
nav.pagination ul li.active {
    background: #62aaff;
    border: 1px solid #62aaff;
}

nav.pagination ul li:hover a,
nav.pagination ul li.active a {
    color: #fff;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
}

.owl-controls {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 45%;
    left: 0;
    right: 0;
}

.owl-dots {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: 8;
}

.owl-controls .owl-nav {
    width: 100%;
    margin: 0 auto;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 13px !important;
    border-radius: 5px;
}

.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: transparent;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
}

.owl-dots .active {
    background: #ffffff;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.no-js .owl-carousel {
    display: block;
}


/* SIDEBAR */

.sidebar h3 {
    padding: 10px;
    background: #e9540e;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

.sidebar h3:after {
    display: none;
}

.side-nav-dropdown {
    width: 100%;
    padding: 5px;
    background: #e9540e;
    color: #fff;
    border-radius: 3px;
}

.side-nav-dropdown .fa {
    margin-right: 10px;
}

.product-categories-dropdown {
    width: 100%;
    padding: 5px;
    background: #ff752c;
    color: #fff;
    border-radius: 3px;
}

.product-categories-dropdown .fa {
    margin-right: 10px;
}

.product-categories {
    padding: 0;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.product-categories li {
    display: block;
    list-style: none;
    background: #fff;
    position: relative;
    margin-bottom: 2px;
}

.product-categories li:hover {
    background: #8c8d8f;
}

.product-categories li .fa {
    margin: 0 5px 9px 0;
    color: #c0c0c0;
    position: relative;
    float: left;
    top: 2px;
}

.product-categories li a {
    padding: 10px;
    display: inherit;
}

.product-categories li.cat-parent:before {
    content: "\f107";
    width: 30px;
    color: #3e3e3e;
    text-align: right;
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-categories li.cat-parent:hover:before {
    color: #fff;
}

.product-categories>li:hover>a,
.product-categories>li>ul>li:hover>a {
    color: #fff;
}

.product-categories li>ul {
    display: none;
    width: 100%;
    padding: 0;
}

.product-categories li:hover>ul {
    display: block;
}

.product-categories li>ul>li {
    background: #ededed;
    border-color: #ededed;
    font-weight: 400;
}

.product-categories li>ul>li>a {
    padding-left: 20px;
}

.product-categories li>ul>li:hover {
    background: #9a9a9a;
}


/* FOOTER */

#footer {
    width: 100%;
    padding-top: 70px;
    background: url(images/bg-footer-2.png) top center no-repeat;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    bottom: 0;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

body.home #footer {
    padding-top: 190px;
    background: url(images/bg-footer-1.png) top center no-repeat;
    background-size: cover;
    box-shadow: none;
}

.bar-top small,
#footer small {
    font-size: inherit;
}

#footer h2 {
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: 700;
}

#footer h2:after {
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px 0;
    background: #fff;
    display: block;
}

#footer a {
    color: #fff;
}

#footer .footer-item img {
    width: 100%;
    max-width: 250px !important;
}

#footer ul {
    padding: 0;
}

#footer ul li {
    padding: 2px 0;
    display: block;
    list-style: none;
}

#footer .footer-item:last-child ul li {
    padding: 5px 0;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul li .fa {
    width: 30px;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: 1px;
    float: left;
}

#footer ul li .fa-envelope {
    font-size: 19px;
}

#footer .copyright {
    margin-top: 20px;
    padding: 20px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    border-top: 1px solid #393939;
    background-color: #008438;
}

#footer .copyright img {
    position: relative;
    top: 8px;
    margin-left: 10px;
    width: 25px;
}

#footer .copyright p {
    margin: -5px 0 0;
}

#footer .copyright .fa {
    font-size: 20px;
    margin: 0 10px;
}

#footer .copyright a.back-to-top {
    margin-left: 30px;
    position: relative;
    top: -20px;
    cursor: pointer;
}


/* ANIMATE */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* MEDIA QUERIES */

@media (min-width: 499px) and (max-width: 767px) {
    #our-products .feat-img img {
        margin-top: -30px;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }
    .text-center-xs .intitle:after {
        margin: 15px auto 20px;
    }
    .img-responsive-xs {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .main-nav .navbar-collapse {
        padding: 0 40px;
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        background: #EDEDED;
    }
    .main-nav .navbar-nav>li a {
        padding: 10px 15px;
        text-align: right;
    }
    .slideShow .slideItem .container {
        width: 100%;
    }
    .slideShow .slideItem .sl-inner h2,
    .top-page h1 {
        font-size: 2em;
    }
    .slideShow .slideItem .sl-inner .btn-action {
        padding: 5px 20px;
    }
    .owl-dots {
        bottom: 10px;
    }
    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
    }
    #budget .feat-img img {
        width: 180px;
        margin: 60px auto 10px;
    }
    .sidebar.woocommerce_product_categories-2,
    .sidebar.woocommerce_product_categories-2 h3.intitle {
        display: none;
    }
    .sidebar.woocommerce_product_categories-2.active {
        display: block;
        margin-top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #budget {
        padding-top: 180px;
    }
}

@media (min-width: 768px) {
    .bar-top span.item:nth-child(1):after,
    .bar-top span.item:nth-child(2):after {
        content: "|";
        margin: 0 8px 0 12px;
    }
    .home .main-nav {
        position: absolute;
        top: 31px;
        left: 0;
        right: 0;
    }
    .main-nav .navbar-brand img {
        max-width: 185px;
    }
    .main-nav .navbar-nav>li:last-child a {
        padding-right: 0;
    }
    .top-page {
        height: 390px;
    }
    .slideShow .slideItem {
        height: 560px;
    }
    #our-products .feat-img img {
        margin: 40px 0 0 -515px;
    }
    #contact .infos {
        margin-top: 113px;
    }
}

@media (min-width: 992px) {
    .slideShow .slideItem {
        height: 987px;
    }
    #our-products .feat-img img {
        margin: 40px 0 0 -385px;
    }
    #budget .feat-img img {
        width: auto;
    }
    #newsletter h2 {
        margin-top: 25px;
    }
    #newsletter h3 {
        font-size: 4.6em;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    .container {
        width: 100%;
        max-width: 1400px;
    }
    .row30 {
        margin: 0 -30px;
    }
    .main-nav .navbar-brand img {
        max-width: 361px;
    }
    .main-nav .navbar-nav>li a {
        padding: 30px 15px;
        font-size: 17px;
    }
    .main-nav .navbar-nav>li.dropdown ul.dropdown-menu {
        min-width: 295px;
        margin-top: -47px;
        left: 15px;
    }
    .main-nav .navbar-nav>li.dropdown:hover ul.dropdown-menu {
        display: block;
        opacity: 1;
    }
    #footer .footer-item:last-child {
        padding-right: 0;
    }
}