@media (max-width: 1920px) {

    #home-slideshow .slider {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    #home-slideshow .slider span {
        width: 13px;
        height: 13px;
    }

    #footer-wrapper .company-info .social-icons > span {
        width: 45px;
        height: 45px;
    }

    .contact-boxes .box .t {
        font-size: 20px;
    }

    .contact-boxes .box .data {
        font-size: 20px;
    }

}

@media (max-width: 1700px) {
    .contact-boxes {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .contact-boxes .box {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .contact-boxes .box:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 1400px) {
    .timeline {
        padding-left: 0;
    }
}

@media (max-width: 1370px) {

    body {
        padding-top: 45px;
    }

    #logo {
        margin-right: 75px;
    }

    #logo img {
        width: 40px !important;
        height: auto !important;
    }

    #top-wrapper {
        height: 45px;
    }

    #top-menu {
        margin-right: 75px;
    }

    #top-menu ul li a {
        line-height: 45px;
        font-size: 16px;
        padding: 0 20px;
    }

    #search-wrapper input {
        font-size: 12px;
    }

    #home-slideshow .slider {
        bottom: 20px;
    }

    #footer-wrapper .company-info {
        width: 35%;
    }

    #footer-wrapper .links-container {
        width: 65%;
    }

    #footer-wrapper .company-info img {
        width: 180px !important;
    }

    #home-slideshow #left-social a {
        width: 50px;
        height: 50px;
    }

}

@media (max-width: 1360px) {

    .products-container, #blog-list {
        max-width: 800px;
        margin: 50px auto;
    }

    .products-container .product, #blog-list .blog-item {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 8%;
    }

    .products-container .product .img, #blog-list .blog-item .img {
        height: 20vw;
    }

    .products-container .product:nth-child(4n), #blog-list .blog-item:nth-child(4n) {
        margin-right: 8%;
    }

    .products-container .product:nth-child(2n), #blog-list .blog-item:nth-child(2n) {
        margin-right: 0;
    }

    .timeline {
        margin: 50px auto;
        width: 180px;
        padding-left: 50px;
    }

    .timeline .timeline-item {
        display: block;
        margin-bottom: 50px;
    }

    .timeline .timeline-item .txt {
        top: 50% !important;
        left: -280px;
        transform: translate(0, -50%);
    }

    .timeline .timeline-item:nth-child(even) .txt {
        left: 150px;
    }

    .timeline .timeline-item span.line {
        width: 115px;
        height: 1px;
        left: 0;
        bottom: 40px !important;
    }

    .timeline .timeline-item:nth-child(even) span.line {
        left: 115px;
    }

}

@media (max-width: 1030px) {

    #footer-wrapper .company-info, #footer-wrapper .links-container {
        float: none;
        width: 100% !important;
    }

    #footer-wrapper .company-info {
        text-align: center;
        margin-top: 60px;
    }

    #home-slideshow {
        margin-bottom: 60px;
    }

    #home-slideshow .slider {
        bottom: 0;
    }

    #home-slideshow .slider span {
        width: 15px;
        height: 15px;
    }

    #top-menu ul li a {
        font-size: 13pt;
        padding: 0 15px;
    }

    #logo, #top-menu {
        margin-right: 50px;
    }

    #search-wrapper input {
        width: 100px;
    }

    .products-container .product .img, #blog-list .blog-item .img {
        height: 24vw;
    }

    .section-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-txt h1 {
        font-size: 24px;
    }

}

@media (max-width: 950px) {

    #top-wrapper {
        overflow: hidden;
    }

    #top-wrapper .mobile-menu-icon {
        display: block;
    }

    #top-wrapper .content-container > div {
        margin-right: 0 !important;
        width: 100%;
        vertical-align: top;
    }

    #top-wrapper #logo {
        width: auto !important;
        display: block;
        text-align: left;
        padding-top: 9px;
    }

    #top-wrapper #logo img {
        display: inline-block;
    }

    #top-menu {
        margin: 30px 0;
    }

    #top-menu ul li {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    #top-menu ul li a {
        padding: 0 30px;
    }

    #search-wrapper {
        width: 300px !important;
        margin: 0 auto;
    }

    #search-wrapper input {
        display: block;
        width: 100%;
    }

    #footer-wrapper .links-container > div {
        font-size: 16px;
    }

    #footer-wrapper .links-container h3 {
        font-size: 16px;
    }

    .contact-boxes .box .t {
        font-size: 16px;
    }

    .contact-boxes .box .data {
        font-size: 16px;
    }

}

@media (max-width: 800px) {

    .products-container .product, #blog-list .blog-item {
        font-size: 16px;
    }

    .products-container .product .img, #blog-list .blog-item .img {
        height: 25vw;
    }

    #blog-list .blog-item .txt {
        font-size: 14px;
    }

    .service-map .legend {
        bottom: 0;
    }

    .service-map .legend .l1 {
        font-size: 16px;
    }

    .service-map .legend .l2 {
        font-size: 12px;
    }
}

@media (max-width: 700px) {

    #footer-wrapper .links-container > div {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #home-slideshow .slider {
        bottom: -10px;
    }

    #home-slideshow .slider span {
        width: 10px;
        height: 10px;
        margin: 0 2px;
    }

    .timeline {
        padding-left: 35px;
        margin-top: 120px;
    }

    .timeline .timeline-item {
        margin-bottom: 90px;
    }

    .timeline .timeline-item span.line {
        display: none;
    }

    .timeline .timeline-item .data .txt {
        top: -80px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .not-found-msg {
        margin: 180px 0;
    }

    .not-found-msg .msg {
        font-size: 18px;
    }

    .contact-boxes .box {
        width: 45%;
        margin-right: 10%;
    }

    .contact-boxes .box:nth-child(3n) {
        margin-right: 10%;
    }

    .contact-boxes .box:nth-child(2n) {
        margin-right: 0;
    }

    #contact-form-wrapper .left, #contact-form-wrapper .right {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #contact-form-wrapper .left {
        margin-bottom: 10px;
    }

    #contact-form-wrapper .left input, #contact-form-wrapper .right textarea {
        font-size: 14px;
    }

    #contact-form-wrapper h2 {
        font-size: 22px;
    }

    #contact-form-wrapper .btn-container span {
        font-size: 16px;
    }

}

@media (max-width: 500px) {

    .products-container .product, #blog-list .blog-item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 12%;
    }

    .products-container .product .img {
        height: 70vw;
    }

    #blog-list .blog-item .img {
        height: 45vw;
    }

    #home-slideshow #left-social {
        display: none;
    }

    .service-map .legend {
        position: relative;
        margin-top: 25px;
        bottom: auto;
        right: auto;
    }

    .contact-boxes .box .t {
        font-size: 14px;
    }

    .contact-boxes .box .data {
        font-size: 14px;
    }

    #contact-form-wrapper h2 {
        font-size: 20px;
    }

}

@media (max-width: 400px) {

    .contact-boxes {
        width: 250px;
    }

    .contact-boxes .box {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

}