h1,h2,h3,h4,h5,h6, .btn{
    font-family: 'Source Code Pro', monospace;
}

h1{
    font-size: 90px;
    line-height: 94px;
    font-weight: 500;
    text-transform: uppercase;
}

h2{
    text-transform: uppercase;
    font-weight: 400;
}

h2.line{
    position: relative;
}

h2.line:after{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 60px;
    left: calc(50% - 30px);
    bottom: -10px;
    background-color: #7dd3f7;
}

h2.line.left:after {
    left: 0;
}

section.contact{
    background-color: #f9f9f9;
    max-height: 720px;
}

section.image-bg .header-logo{
    max-width: 260px;
    margin-bottom: 80px;
}


.blue{
    color: #153055;
}

.blue:hover{
    color: #153055;
    text-decoration: underline;
}

nav.transparent .nav-utility, nav.transparent .nav-bar{
    border: none;
}

nav.transparent .module.widget-handle{
    border: none !important;
}
.flex-control-thumbs img {
   padding: 10px;
}

.image-slider .slides {
    margin-bottom: 10px;
}

.flag{
    padding: 0;
}

@media (max-width: 1199px) and (min-width: 992px){

    .fix-p{
        padding: 0;
    }

    body.de section.image-edge{
        padding-top: 240px;
        padding-bottom: 100px;
    }

    body.de h2{
        font-size: 32px;
    }

    body.de h6.uppercase{
        letter-spacing: 0px;
    }

    body.de p.lead.fz12{
        font-size: 12px;
    }

    body.de .image-square {
        height: 60vw;
    }

    body.de .image-square > .content {
        padding: 0 20px;
    }

    body.de .parallax > .background-image-holder {
        height: 100%;
        top: 0;
    }

    body.de .background-image-holder {
        transform: inherit !important;
    }

}

@media (min-width: 768px){

    section.products .flex{
        display: flex;
        flex-wrap: wrap;
    }

}

@media (min-width: 992px){

    .pt200{
        padding-top: 200px;
    }
}

@media (max-width: 1024px){
    .fs-vid-background {
        display: block;
    }

    .background-image-holder{
        transform: inherit !important;
    }
}

@media (max-width: 991px){
    .fs-vid-background {
        display: none;
    }

    h1{
        font-size: 50px;
    }

    section.contact{
        max-height: inherit;
    }

    section.contact .pt80{
        padding-top: 20px;
    }

    section.contact .pb64{
        padding-bottom: 0;
    }

    .parallax > .background-image-holder, .parallax .slides li > .background-image-holder{
        height: 100%;
        top: 0;
    }

    .flag{
        padding: 0 10px;
        margin-top: -6px;
    }

}

@media (max-width: 767px) and (min-width: 576px){

    .products .product{
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 767px){

    section {
        padding: 40px 0;
    }

    p {
        font-size: 14px;
    }

    p.lead {
        font-size: 16px;
    }

    h5 {
        font-size: 18px;
    }

    .three .mb64 {
        margin: 30px 0 10px;
    }

    .three .left767 img{
        margin-top: 24px;
    }
    .three .left767{
        text-align: left !important;
    }

}

@media (max-width: 575px){

    section.image-bg .header-logo {
        max-width: 220px;
    }

    h1{
        font-size: 36px;
        line-height: 40px;
    }
}