﻿@font-face {
    font-family: 'FontAwesome';
    font-weight: 900;
    src: url('Fontawesome/webfonts/fa-solid-900.eot')format('embedded-opentype'), url('Fontawesome/webfonts/fa-solid-900.svg')format('svg'), url('Fontawesome/webfonts/fa-solid-900.ttf')format('truetype'), url('Fontawesome/webfonts/fa-solid-900.woff')format('woff'), url('Fontawesome/webfonts/fa-solid-900.woff2')format('woff2');
}

@font-face {
    font-family: 'FontAwesomeLight';
    font-weight: 300;
    font-style: normal;
    src: url('Fontawesome/webfonts/fa-light-300.eot')format('embedded-opentype'), url('Fontawesome/webfonts/fa-light-300.svg')format('svg'), url('Fontawesome/webfonts/fa-light-300.ttf')format('truetype'), url('Fontawesome/webfonts/fa-light-300.woff')format('woff'), url('Fontawesome/webfonts/fa-light-300.woff2')format('woff2');
}


@font-face {
    font-family: 'FontAwesomeBrands';
    font-weight: 400;
    font-style: normal;
    src: url('Fontawesome/webfonts/fa-brands-400.eot')format('embedded-opentype'), url('Fontawesome/webfonts/fa-brands-400.svg')format('svg'), url('Fontawesome/webfonts/fa-brands-400.ttf')format('truetype'), url('Fontawesome/webfonts/fa-brands-400.woff')format('woff'), url('Fontawesome/webfonts/fa-brands-400.woff2')format('woff2');
}

.fab {
    font: normal normal normal 14px/1 'FontAwesomeBrands';
    color: #FFF;
    display: block;
}

.fa {
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: 72px;
    line-height: 92px;
    color: #FFF;
    display: block;
}


.fal {
    font: normal normal normal 14px/1 'FontAwesomeLight';
}

.fa-books:before {
    content: "\f5db";
}


.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-headset:before {
    content: "\f590";
}

.fa-address-card:before {
    content: "\f1ea";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.navbar-style {
    background-color: #333;
    opacity:0.9;
}

.nav-header {
    position: fixed;
    z-index: 99;
}

#navbarSupportedContent i{
    font-size:26px;
}

.nav-item {
    color: white;
    font-size:small;
}

.nav-item:hover {
    color: orange;
}

.nav-item a:hover {
    color: orange !important;
}

#navbarSupportedContent li {
    margin: 0 75px 0 0;
    text-align:center !important;
}

#navbarSupportedContent ul {
    margin: 2px auto;
    line-height: 1.4;
}

#carouselExampleIndicators{

    width:100%;
}

.carousel-caption{
    padding-bottom:250px !important;
}
.card-img-top {
    height: 400px;
}

.hidden {
    display: none !important;
}


.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    /*border: 1px solid #f1f1f1;*/
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {

    color: black;
    /*width: 500px;*/
    height: 300px;
}

/* Style the back side */
.flip-card-back {

    color: white;
    transform: rotateY(180deg);
    /*width: 500px;*/
    height: 300px;
   
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image1 {
    /*background: url(https://sportpulsion.com/wp-content/uploads/2019/11/HAGAN_Tomaz.jpg);*/
  
}


.image2 {
    background: url(https://sportpulsion.com/wp-content/uploads/2018/03/lowa_slider02.jpg);
    background-size: cover;
}


.image3 {
    background: url(https://sportpulsion.com/wp-content/uploads/2018/03/liquidforce_slider03.jpg);
    background-size: cover;
}

.flipimg {
    background-size: cover;
    height:inherit;
    width:inherit;
}

#footer {
    background: #263f49;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 100px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-top: -90px;
    margin-bottom: 15px;
    background: white;
    color: #2f4d5a;
    border-top: 4px solid #67b0d1;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2f4d5a;
    color: #fff;
    line-height: 1;
    padding: 11px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
        
    }
}

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 90%;
    margin-top:40px;
}

    .slider::before, .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 10);
} 

@media (max-width:1023px){
    .slide {
        height: 100px;
        width: 250px;
    }

}

.coltext {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}

.nopadding{
    padding-left:0px !important;
    padding-right:0px !important;
}

.slider2 {
    background: white;
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 90%;
    margin-top: 40px;
}

    .slider2::before, .slider2::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider2::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider2::before {
        left: 0;
        top: 0;
    }

    .slider2 .slide-track2 {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider2 .slide2 {
        height: 100px;
        width: 250px;
    }


.dropdown-menu{
    left:auto !important;
    top:auto !important;
}

@media (max-width: 767px) {
    .nav-header{
        position:relative;
    }

    p{
        font-size:12px;
    }
    .coltext{
        font-size:20px;
    }
}

.textcenter {
   top:50%;
   transform:translateY(-50%);
   position:relative;
   padding-left:20px;
}

#logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: rempli 0.5s ease forwards 3.5s;
}
    #logo path:nth-child(2) {
        stroke-dasharray: 299;
        stroke-dashoffset: 299;
        animation:line-anim 2s ease forwards;
    }

    #logo path:nth-child(3) {
        stroke-dasharray: 318;
        stroke-dashoffset: 318;
        animation: line-anim 2s ease forwards;
    }

    #logo path:nth-child(4) {
        stroke-dasharray: 348;
        stroke-dashoffset: 348;
        animation: line-anim 2s ease forwards;
    }

    #logo path:nth-child(5) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 0.3s;
    }

    #logo path:nth-child(6) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 0.6s;
    }

    #logo path:nth-child(7) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 0.9s;
    }

    #logo path:nth-child(8) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 1.2s;
    }

    #logo path:nth-child(9) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 1.5s;
    }

    #logo path:nth-child(10) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 1.8s;
    }

    #logo path:nth-child(11) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 2.1s;
    }

    #logo path:nth-child(12) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 2.4s;
    }

    #logo path:nth-child(13) {
        stroke-dasharray: 378;
        stroke-dashoffset: 378;
        animation: line-anim 2s ease forwards 2.4s;
    }

.LocationProfile {
    position: absolute;
    /*display: inline-block;*/
    top: 2%;
    right: 1%;
}

    @keyframes line-anim{
        to{
            stroke-dashoffset:0;
        }
    }

    @keyframes rempli {
        from{
            fill:transparent;
        }
    
        to {
           fill:white;
        }
    }