.main-content > .container-fluid {
    overflow-x: hidden !important;
}

.cba {
    background: url(https://signaleads.net/assets/img/engarde.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.cba:after {
    background: url(https://signaleads.net/assets/img/engarde.jpg);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .35);
    transition: all 0.7s;
}

.abc {
    background: url(https://signaleads.net/assets/img/clubmeetings-large.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.abc:after {
    background: url(https://signaleads.net/assets/img/clubmeetings-large.jpg);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .35);
    transition: all 0.7s;
}

.lol:hover:after {
    opacity: 1;
}

.lol p {
    color: white;
    font-size: 190%;
    position: absolute;
    font-weight: 500;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    line-height: 29px;
}

.lol p span {
    font-size: 14px;
    color: #d9d9d9;
    font-size: 60%;
    width: 90%;
}


.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.7s, opacity 0.7s linear;
}

.visible:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.7s linear;
}

.navbar {
    top: 0;
}


/* Navigation */


.text-black {
color: black !important;    
}


.navbar .container {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.hidden-lg .nav-link {
    font-size: 30px !important;
}


.navbar-mobile .nav-link {
    font-size: 16px;
    font-weight: 700;
}

.nav-big .nav-link {
    min-width: 14rem;
}


.right {
    position: absolute !important;
    right: 0px !important;
    padding-top: 16px !important;
    font-size: 26px !important;
}

.logo-mobile {
    padding-top: 8px;
    padding-bottom: 6px;
}

.nav-lead a {
    letter-spacing: 0.5px;
    font-size: 16px !important;
}

.flag {
    padding-top: 17px;
}

.flag-2 {
    padding-right: 140px;
    padding-top: 8px;
}

.flag-3 {
    padding-right: 110px;
    padding-top: 8px;
}

.text-decoration-none:hover {
    color: #323d47 !important;
}

.text-decoration-none:visited {
    color: #323d47 !important;
}

.pt-1-1 {
    margin-top: 1px;
}

.pt-1-2 {
    margin-left: 2px;
}

.pr-1-2 {
    margin-right: 2px;
}

.pt-000 {
    padding-top: 2px !important;
}

.text-black-nav-nav {
    color: #4a4a4a !important;
}

/* Querries */

@media (max-width: 767px) {
    .lol p {
        font-size: 170%
    }

    .lol p span {
        font-size: 60%
    }

    html {
        font-size: 110% !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .pb-xs-8 {
        padding-bottom: 8px;
    }

    .facebook {
        position: absolute;
        right: 30px;
    }

    .team .col-lg-3 {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .team h5 {
        font-size: 16px !important;
    }

    footer .btm .nav-link {
        padding-left: 6px;
        padding-right: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .facebook {
        position: absolute;
        right: 15px;
        padding-top: 2px;
        margin-bottom: 0px !important;

    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .facebook {
        position: absolute;
        right: 25px;
        padding-top: 2px;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .facebook {
        position: absolute;
        right: 10px;
        padding-top: 2px;
        margin-bottom: 0px !important;
    }

}


/* JOR */

.btn-jor {
    color: #fff !important;
    background-color: #024e6f;
    border-color: #024e6f;
}

.btn-jor:hover {
    color: #fff;
    background-color: #006d9d;
    border-color: #006d9d;
    -webkit-box-shadow: 0 1px 15px rgba(0, 109, 157, 0.6);
    box-shadow: 0 1px 15px rgba(0, 109, 157, 0.6);
}

.btn-jor-light {
    color: #fff !important;
    background-color: #024e6f;
    border-color: #024e6f;
    border-radius: 10px;
}

.btn-jor-light:hover {
    color: #fff;
    background-color: #006d9d;
    border-color: #006d9d;
    -webkit-box-shadow: 0 1px 15px rgba(0, 109, 157, 0.6);
    box-shadow: 0 1px 15px rgba(0, 109, 157, 0.6);
}



.btn-outline-jor {
    color: #024e6f;
    background-color: transparent;
    background-image: none;
    border-color: #024e6f;
    border-width: 3px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-outline-jor:hover {
    color: #fff;
    background-color: #006d9d;
    border-color: #006d9d;
    -webkit-box-shadow: 0 1px 15px rgba(0, 109, 157, 0.6);
    box-shadow: 0 1px 15px rgba(0, 109, 157, 0.6);
}



.btn-cta {
    color: #2980b9;
    background-color: white;
    background-image: none;
    border-color: #2980b9;
    border-width: 3px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-cta:hover {
    color: #fff;
    background-color: #2980b9;
    border-color: #2980b9;
    -webkit-box-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
}


.bg-jor {
    background-color: #4a4a4a !important;
}

.color-jor {
    color: #2980b9;
}

/* Footer */

footer .nav-link {
    padding-bottom: 0;
    margin-bottom: 0;
}




footer .nav-link:hover,
footer .nav-link:focus {
    color: #383838 !important;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus {
    color: #383838 !important;
}

.footer-links {
    font-size: 16px
}

footer .privacy {
    font-size: 12px;
}



/* Styling */

.text-primary {
    color: #024e6f !important;
}


a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

a.anchor-2 {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

a.anchor-3 {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}


button a,
button a:hover,
button a:visited {
    color: #fff;
}


.bg-pale-dark {
    background-color: #f0f0f0 !important;
}

p a,
p a:visited {
    color: #2980b9;
}

p a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.lol p a {
    color: #fff;
}

.lol p a span {
    color: #d9d9d9;
}

.lol p a:hover {
    color: #fff;
    text-decoration: none;
}


.pb-0 {
    padding-bottom: 0px !important
}


.pt-14 {
    padding-top: 14px !important;
    padding-bottom: 8px !important;
}

.treningi {
    font-size: 3.2rem;
    font-weight: 200;
    line-height: 1.5;
}

.team .col-lg-3 {
    padding-right: 30px;
    padding-left: 30px;
}

.team h5 {
    font-size: 20px;
}

.feature-1 p {
    color: #606060 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px !important;
}

.feature-1 h5 {
    color: #3c3c3c !important;
    font-weight: 700;
    padding-bottom: 4px
}

.blockquote p {
    font-family: '';
    font-size: 30px !important;
    line-height: 1.5
}

.blockquote footer {
    font-size: 16px
}

.ti-angle-right {
    color: #606060 !important;
    font-size: 12px;
}

.list-unstyled {
    line-height: 1.9;
}


/* Other */

.block-number {
    text-align: center;
    font-weight: bold;
    font-size: 0.8125em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #191919;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.block-number:hover {
    opacity: 1;
}

.block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919;
}

.block-number a:hover,
.block-number a:focus {
    color: #191919;
}

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
    margin: 30px 20px 100px;
    border: 1px solid #f5f6f7;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
    position: static;
    margin: 0;
}

.sample-blocks img {
    border-radius: 0.25rem;
}

.sample-blocks img.aos-animate {
    opacity: 0.5 !important;
}

.sample-blocks img:hover {
    opacity: 1 !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important;
}

.sample-blocks a {
    position: absolute;
}

.sample-blocks a:nth-child(1) {
    -webkit-animation: wobble 4s infinite;
    animation: wobble 4s infinite;
    right: 15px;
    bottom: -20px;
}

.sample-blocks a:nth-child(2) {
    -webkit-animation: wobble 8s infinite;
    animation: wobble 8s infinite;
    right: 320px;
    bottom: 30px;
}

.sample-blocks a:nth-child(3) {
    -webkit-animation: wobble 5s infinite;
    animation: wobble 5s infinite;
    right: 0px;
    bottom: 190px;
}

.sample-blocks a:nth-child(4) {
    -webkit-animation: wobble 6s infinite;
    animation: wobble 6s infinite;
    right: 280px;
    bottom: 180px;
}

.sample-blocks a:nth-child(5) {
    -webkit-animation: wobble 9s infinite;
    animation: wobble 9s infinite;
    right: 270px;
    bottom: 320px;
}

.sample-blocks a:nth-child(6) {
    -webkit-animation: wobble 7s infinite;
    animation: wobble 7s infinite;
    right: 20px;
    bottom: 370px;
}

.sample-blocks a:nth-child(7) {
    -webkit-animation: wobble 5s infinite;
    animation: wobble 5s infinite;
    right: 200px;
    bottom: 470px;
}

.sample-blocks a:nth-child(8) {
    -webkit-animation: wobble 8s infinite;
    animation: wobble 8s infinite;
    right: 10px;
    bottom: 470px;
}

.sample-blocks a:nth-child(9) {
    -webkit-animation: wobble 9s infinite;
    animation: wobble 9s infinite;
    right: 0px;
    bottom: 570px;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px);
    }

    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px);
    }

    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px);
    }

    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px);
    }

    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px);
    }
}

/*# sourceMappingURL=style.css.map */