*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    position: relative;
    background: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    color: #000;
    padding-top: 50px;
}

input, textarea {
    outline: none;
    resize: none;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.clearfix {
    clear: both;
}

.content-container {
    position: relative;
    width: 100%;
    /*max-width: 2480px;*/
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 25px;
}

#top-wrapper {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    color: #fff;
    background: #bc3430;
    text-align: center;
}

#top-wrapper .content-container > div {
    display: inline-block;
    vertical-align: middle;
}

#top-wrapper .mobile-menu-icon {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url('/images/menu.svg') no-repeat center center;
    background-size: cover;
    cursor: pointer;
    display: none;
}

#logo {
    position: relative;
    margin-right: 100px;
}

#logo img {
    display: block;
    height: 26px;
    width: auto;
}

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

#top-menu > ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#top-menu > ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

#top-menu > ul > li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
    padding: 0 30px;
}

#top-menu > ul > li:hover > a, #top-menu > ul > li > a.active {
    background: #fff;
    color: #bc3430;
}

#top-menu > ul > li > ul {
    display: none;
    position: absolute;
    left: -5px;
    top: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#top-menu > ul > li:hover > ul {
    display: block;
}

#top-menu > ul > li > ul > li {
    position: relative;
    white-space: nowrap;
    background: #e6e7e8;
    border-left: 5px solid #bc3430;
    border-bottom: solid 1px #fff;
}

#top-menu > ul > li > ul > li:last-child {
    border-bottom: none;
}

#top-menu > ul > li > ul > li a {
    padding-left: 25px;
    width: 100%;
    color: #3c3c3b;
}

#top-menu > ul > li > ul > li a:hover {
    background-color: #3c3c3b;
    color: #fff;
}

#top-menu > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

#top-menu > ul > li > ul > li:hover > ul {
    display: block;
}

#top-menu > ul > li > ul > li > ul > li {
    background: #3c3c3b;
    border-left: 5px solid #bc3430;
    border-bottom: solid 1px #fff;
}

#top-menu > ul > li > ul > li > ul > li a {
    color: #fff;
}

#top-menu > ul > li > ul > li > ul > li a:hover {
    text-decoration: underline;
}

#top-menu > ul > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

#search-wrapper {
    position: relative;
    padding-right: 40px;
}

#search-wrapper input {
    display: block;
    width: 150px;
    font-size: 14px;
    border: none;
    padding: 5px 10px;
}

#search-wrapper span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    background: url('/images/search.svg') no-repeat no-repeat center center;
    background-size: 22px 22px;
    width: 30px;
    height: 30px;
}

#home-slideshow {
    position: relative;
    width: 100%;
    height: 40vw;
}

#home-slideshow.subpage {
    height: 27vw;
}

#home-slideshow #left-social {
    position: absolute;
    left: 0;
    bottom: 0;
}

#home-slideshow #left-social a {
    display: block;
    width: 65px;
    height: 65px;
    background: no-repeat center center #3c3c3b;
    background-size: 60% auto;
    margin-bottom: 7px;
}

#home-slideshow #left-social a:last-child {
    margin-bottom: 0;
}

#home-slideshow #left-social a.call {
    background-image: url('/images/call.png');
    background-size: 50% auto;
}

#home-slideshow #left-social a.fb {
    background-image: url('/images/social-fb.svg');
}

#home-slideshow #left-social a.insta {
    background-image: url('/images/social-instagram.svg');
}

#home-slideshow .slides-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 0;
}

#home-slideshow .slides-container .slide {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#home-slideshow .slides-container .slide.active {
    display: block;
}

/*
#home-slideshow .slides-container .slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
*/

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

#home-slideshow .slider span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3c3c3c;
    cursor: pointer;
    margin: 0 3px;
}

#home-slideshow .slider span.active {
    background: #cc2127;
}


#footer-wrapper {
    position: relative;
    background: #e6e7e8;
    padding-top: 60px;
}

#footer-wrapper .content-container {
    margin: 0 auto 60px auto;
}

#footer-wrapper .links-container {
    float: right;
    width: 70%;
    color: #3b3b39;
    font-size: 0;
}

#footer-wrapper .links-container > div {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3b3b3b;
}

#footer-wrapper .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-wrapper .links-container h3 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 18px;
}

#footer-wrapper .links-container ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
}

#footer-wrapper .links-container ul li a:hover {
    text-decoration: underline;
}

#footer-wrapper .company-info {
    float: right;
    width: 30%;
    color: #3b3b39;
}

#footer-wrapper .company-info img {
    display: inline-block;
    margin-bottom: 10px;
    height: 45px;
    width: auto;
}

#footer-wrapper .company-info .social-icons {
    margin-top: 10px;
}

#footer-wrapper .company-info .social-icons > span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 60% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #bb3330;
}

#footer-wrapper .company-info .social-icons > span a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#footer-wrapper .company-info .social-icons > span.fb {
    background-image: url('/images/social-fb.svg');
}

#footer-wrapper .company-info .social-icons > span.instagram {
    background-image: url('/images/social-instagram.svg');
}

#footer-wrapper .company-info .social-icons > span.yt {
    background-image: url('/images/social-yt.svg');
}

#footer-wrapper .copyright {
    background: #3c3c3c;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.products-container, #blog-list {
    position: relative;
    width: 100%;
    font-size: 0;
    margin: 50px 0;
}

.products-container .product, #blog-list .blog-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 23%;
    height: auto;
    margin-right: 2.666%;
    margin-bottom: 2.666%;
    text-align: center;
}

.products-container.c3 {
    margin: 0;
}

.products-container.c3 .product {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.products-container.c3 .product:nth-child(3n) {
    margin-right: 0;
}

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

.products-container.c5 .product {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

.products-container.c5 .product:nth-child(5n) {
    margin-right: 0;
}

.products-container.c5 .product:nth-child(3n), .products-container.c5 .product:nth-child(4n) {
    margin-right: 2.5%;
}

.products-container .product a > span, #blog-list .blog-item a > span {
    display: block;
}

.products-container .product a, #blog-list .blog-item a {
    text-decoration: none;
}

.products-container .product .title, #blog-list .blog-item .title {
    background: #bb332f;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    font-weight: 500;
}

.products-container .product .data {
    border: solid 1px #e2e2e1;
    border-top: none;
    padding: 15px;
}

.products-container .product .data > span {
    display: block;
}

.products-container .product .data .img {
    text-align: center;
    font-size: 0;
}

.products-container .product .data .img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 8vw;
    line-height: 8vw;
    max-width: 95%;
    margin: 10px 0 25px 0;
}

.products-container .product.only-photo .data .img {
    height: 12vw;
}

.products-container .product.only-photo .data .img img {
    margin-bottom: 10px;
    max-height: 90%;
    line-height: 12vw;
}

.products-container .product .data .product-t {
    color: #3c3c3b;
    font-weight: 600;
    font-size: 20px;
}

.products-container .product .data .product-cat {
    font-size: 14px;
    color: #bc3430;
}

.products-container .product .data .icons {
    margin: 25px 0;
}

.products-container .product .data .icons .col {
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 0 5%;
}

.products-container .product .data .icons .col img {
    display: inline-block;
    height: 55px;
    width: auto;
}

.products-container .product .data .icons .col .txt {
    color: #3c3c3b;
    text-align: right;
    display: block;
    font-size: 14px;
}

.products-container .product .data .btn-container {
    text-align: center;
    padding: 15px 0;
}

.products-container .product .data .btn-container span {
    display: inline-block;
    color: #fff;
    background: #bc3430;
    padding: 5px 15px;
    text-transform: uppercase;
}

.products-container .product:hover .data .btn-container span {
    background: #3b3b3b;
}

#blog-list .blog-item .img {
    border-bottom: none;
    height: 12vw;
    border-left: solid 1px #e2e2e1;
    border-right: solid 1px #e2e2e1;
    padding-top: 20px;
}

#blog-list .blog-item .img img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

#blog-list .blog-item .txt {
    font-size: 16px;
    font-weight: 300;
    color: #343333;
    padding: 15px;
    text-align: justify;
    border-left: solid 1px #e2e2e1;
    border-right: solid 1px #e2e2e1;
}

#blog-list .blog-item .btn-container {
    border: solid 1px #e2e2e1;
    border-top: none;
    text-align: center;
    padding: 15px 0 30px 0;
}

#blog-list .blog-item.older-items .btn-container {
    border: none !important;
}

#blog-list .blog-item .btn-container span {
    display: inline-block;
    color: #fff;
    background: #3c3c3b;
    padding: 5px 15px;
}

#blog-list .blog-item:hover .btn-container span {
    background: #bb332f;
}

#blog-list .blog-item.older-items .triangle-img {
    position: relative;
    background: url('/images/triangle.svg') no-repeat center center;
    background-size: auto 50%;
}

.section-txt {
    text-align: center;
    margin-bottom: 20px;
}

.section-txt h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #bc3430;
    margin: 0 0 20px 0;
}

.section-txt p {
    color: #343333;
    line-height: 22px;
}

.service-map {
    position: relative;
    margin: 50px auto;
    width: 100%;
    max-width: 1250px;
}

.service-map img {
    display: block;
    width: 100%;
    height: auto;
}

.service-map .legend {
    position: absolute;
    bottom: 35px;
    right: 0;
    text-transform: uppercase;
    color: #3c3c3b;
    text-align: center;
}

.service-map .legend .l1 {
    color: #bc3430;
    margin-bottom: 5px;
    font-size: 20px;
}

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

.timeline {
    position: relative;
    margin: 200px auto;
    text-align: center;
    padding-left: 65px;
}

.timeline .timeline-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 79px;
    width: 173px;
    background: url('/images/about-icon.png') no-repeat center center;
    background-size: cover;
}

.timeline .timeline-item .data {
    position: relative;
    width: 110px;
    height: 75px;
}

.timeline .timeline-item .txt {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    width: 250px;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
}

.timeline .timeline-item:nth-child(even) .txt {
    top: 120px;
}

.timeline .timeline-item .txt > span {
    display: block;
}

.timeline .timeline-item .txt > span.year {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
}

.timeline .timeline-item span.line {
    position: absolute;
    width: 1px;
    height: 75px;
    background: #949494;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

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

.not-found-msg {
    text-align: center;
    margin: 300px 0;
}

.not-found-msg .logo img {
    height: 35px;
    width: auto;
}

.not-found-msg .msg {
    color: #3c3c3b;
    margin-top: 20px;
    font-size: 18px;
}

.contact-boxes {
    position: relative;
    font-size: 0;
}

.contact-boxes .box {
    font-size: 16px;
    display: inline-block;
    width: 15%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    font-weight: 500;
}

.contact-boxes .box:last-child {
    margin-right: 0;
}

.contact-boxes .box .t {
    color: #fff;
    background: #bc3430;
    font-size: 17px;
    padding: 10px;
    text-transform: uppercase;
}

.contact-boxes .box .data {
    border: solid 1px #e2e2e1;
    font-size: 16px;
    padding: 30px 15px;
    font-weight: 400;
    color: #343333;
}

.contact-boxes .box .data a {
    color: inherit !important;
}

.contact-boxes .box .data a:hover {
    color: #000 !important;
}

#contact-form-wrapper {
    position: relative;
    margin: 50px auto 80px auto;
    max-width: 1300px;
}

#contact-form-wrapper h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #bc3430;
    text-transform: uppercase;
}

#contact-form-wrapper .left {
    float: left;
    width: 40%;
    padding-right: 10px;
}

#contact-form-wrapper .right {
    float: right;
    width: 60%;
}

#contact-form-wrapper .btn-container {
    text-align: right;
    margin-top: 10px;
}

#contact-form-wrapper .btn-container span {
    color: #fff;
    cursor: pointer;
    background: #bc3430;
    font-weight: 500;
    display: inline-block;
    padding: 7px 25px;
    font-size: 18px;
}

#contact-form-wrapper .btn-container span:hover {
    background: #000;
}

#contact-form-wrapper .left input {
    display: block;
    border: solid 1px #e2e2e1;
    margin: 0 0 10px 0;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 300;
    width: 100%;
}

#contact-form-wrapper .left input:focus, #contact-form-wrapper .right textarea {
    border-color: #000;
}

#contact-form-wrapper .left input:last-child {
    margin-bottom: 0;
}

#contact-form-wrapper .right textarea {
    display: block;
    width: 100%;
    height: 140px;
    border: solid 1px #e2e2e1;
    font-size: 16px;
    padding: 10px 15px;
}

.products-list-wrapper {
    position: relative;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 50px;
}

.products-list-wrapper.last {
    border: none;
    margin-bottom: 0;
}

.products-list-wrapper .left-img {
    position: relative;
    float: left;
    width: 30%;
}

.products-list-wrapper .left-img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 90%;
}

.products-list-wrapper .left-img .circle {
    position: absolute;
    left: 0;
    top: 0;
    background: #bc3430;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 33px;
    padding-top: 14px;
}

.products-list-wrapper .left-img .circle strong {
    font-size: 50px;
    font-weight: 700;
}

.products-list-wrapper .left-img .circle strong span {
    font-size: 30px;
}

.products-list-wrapper .products {
    float: right;
    width: 70%;
}