﻿
h3,
h4,
h5, h6 {
    letter-spacing: 0;
    font-family:'Nunito Sans', sans-serif;
    font-weight: 700
}


.content strong,
h1,
h2,
h3,
h4 {
    color: #5e5d5d;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700
}

.downl ul li,
.gen-popup ul li,
.knowl-menu li,
.menu .add-nav li,
.menu .nav-menu > li,
.upper-nav .add-nav li {
    list-style-type: none
}

h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.5px
}

    h1:after {
        background: none repeat scroll 0 0 #1d97dc;
        bottom: 0;
        content: "";
        display: block;
        height: 3px;
        position: relative;
        width: 80px;
    }

.ncText h1:after {
    background: none;
    height: 0;
}

h2 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -.3px
}

h3 {
    font-size: 22px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 26px
}

h5 {
    font-size: 15px;
    line-height: 22px
}

a:-webkit-any-link {
    text-decoration: none
}

h4 a {
    color: #222;
}

    h4 a:hover {
        color: #1d97dc;
    }

blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
    border-left:none;
}
    blockquote:before {
        font-family: Georgia, serif;
        position: absolute;
        font-size: 6em;
        line-height: 1;
        top: 0;
        left: 0;
        content: "\201C";
    }

    blockquote:after {
        font-family: Georgia, serif;
        position: absolute;
        float: right;
        font-size: 6em;
        line-height: 1;
        right: 0;
        bottom: -0.6em;
        content: "\201D";
    }

.documentthumb {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    box-shadow: 0 20px 30px -20px;
}

.documentoverlaymiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.documentoverlaytext {
    background-color: #1d97dc;
    color: white;
    font-size: 12px;
    padding: 16px 32px;
}

.documentcontainer:hover .documentthumb {
    opacity: 0.3;
}

.documentcontainer:hover .documentoverlaymiddle {
    opacity: 1;
}


/*.filter-box{
    float:left;
    margin-right:10px;
}*/
.filter-option-section .filter-option {
    display: inline-block;
    margin: 0 15px 15px 0;
    transform: scale(0);
    transition: transform .5s;
}

    .filter-option-section .filter-option .filter-box {
        color: #1d97dc;
        box-shadow: 0 0 4px -2px rgba(0,0,0,0.75);
        font-size: 14px;
        padding: 10px;
    }

    .filter-option-section .filter-option .filter-cross {
        font-size: 18px;
        margin-left: 15px;
        margin-right: 5px;
        padding-left: 15px;
        /*border-left: 1px solid #1d97dc;*/
        vertical-align: bottom;
    }

    .filter-option-section .filter-option .filter-cross:hover {
        cursor: pointer;
        color: #1d97dc;
    }

    
.downl ul li,
.gen-popup ul a {
    text-decoration: underline
}

.content a:hover {
    color: #1d97dc;
}
.content .container { width:auto
}
body {
    margin: 0;
    font: 16px/26px 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #5e5d5d;
}

.upper-nav > .container {
    margin-top: 7px
}

.upper-nav-box {
    /*margin-left: 30px;
    margin-right: 39px;*/
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid #F0F0F0*/
}

    .upper-nav-box h3 {
        color: #1d97dc;
    }

.email {
    border-left: 1px solid #D5D5D5;
    margin-left: 10px;
    padding-left: 10px
}

.upper-nav .add-nav {
    /*display: flex;*/
    /*display: block;*/
    width: 760px;
    text-align: right;
    /*justify-content: space-between*/
}

    .upper-nav .add-nav li {
        font-size: 15px;
        margin-left: 40px;
        display: inline-block;
    }

.upper-nav a {
    color: #919191
}

    .upper-nav a:hover {
        color: #222
    }

.header > .container {
    padding: 20px 31px 28px 22px;
    display: flex;
    position: relative;
    align-items:center;
}

.logo {
    width: 121px;
}

    .logo img {
        width: 100%
    }
@media (max-width: 768px) {
    .logo img {
        margin-left: 30px
    }
}

    .main-menu {
        display: flex;
        margin-left: 51px
    }

    .puff a {
        color: #4a4a49
    }

        .puff a:hover {
            color: #0078bf
        }

    .knowledge .sign {
        background-color: inherit
    }

    .knowledge .easy-btn {
        display: inline-block;
        padding: 7px 19px;
        letter-spacing: -.5px;
        margin-top: 25px;
        border: 1px solid #4a4a49;
        transition: background-color .25s ease-out,color .25s ease-out;
    }

    .menu {
        flex-grow: 1;
        margin-top: 17px
    }

        .menu .menu-main-menu-container {
            flex-grow: 1
        }

        .menu .lg-search {
            margin-left: 8.7%;
            position: relative
        }

            .menu .lg-search span {
                cursor: pointer;
                font-size: 20px;
                color: #1d97dc;
            }

            /*.menu .lg-search form {
                position: absolute;
                display: none;
                width: 320px;
                opacity: 0;
                top: 168%;
                right: -31px;
                overflow: hidden;
                z-index: 999;
                box-shadow: 0 0 17px -6px
            }*/
            .menu .lg-search form {
                position: absolute;
                display: none;
                width: 320px;
                opacity: 0;
                top: -14px;
                right: -18px;
                overflow: hidden;
                z-index: 999;
                /*box-shadow: 0 0 17px -6px;*/
                box-shadow: 0 0 0px 5px;
            }

                .menu .lg-search form input {
                    height: 50px;
                    width: 100%;
                    padding-right: 43px;
                    padding-left: 20px;
                    border-radius: 0;
                    border: 0;
                    color: #222
                }

                .menu .lg-search form .btn-close {
                    cursor: pointer;
                    width: 50px;
                    height: 50px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    background-color: transparent;
                    border: 0
                }

                    .menu .lg-search form .btn-close span {
                        position: absolute;
                        top: 24px;
                        right: 13px;
                        width: 25px;
                        height: 4px;
                        background-color: #888
                    }

                        .menu .lg-search form .btn-close span.d1 {
                            transform: rotate(45deg)
                        }

                        .menu .lg-search form .btn-close span.d2 {
                            transform: rotate(-45deg)
                        }

                        .menu .lg-search form .btn-close span.d3 {
                        }

        .menu .nav-menu {
            display: flex;
            justify-content: space-between;
            margin-left: 0;
            font-family: 'Nunito Sans', sans-serif;
        }

        .icon-menu,
        .menu .sm-search {
            display: none
        }

        .menu .nav-menu > li {
            font-size: 22px;
            font-weight: 700;
        }

            .menu .nav-menu > li > a {
                color: #575757;
                text-transform: uppercase
            }

                .menu .nav-menu > li > a:hover {
                    color: #0078bf;
                    text-decoration: none
                }

            .menu .nav-menu > li .sub-plus {
                display: none;
                cursor: pointer;
                position: relative;
                width: 25px;
                height: 25px
            }

                .menu .nav-menu > li .sub-plus span {
                    position: absolute;
                    background-color: #222;
                    top: 12px;
                    width: 22px;
                    height: 3px
                }

                .menu .nav-menu > li .sub-plus .l-ver {
                    transform: rotate(90deg);
                    transition: transform .2s ease
                }

    @media (min-width:992px) {
        .menu .nav-menu .sub-menu:hover,
        .menu .nav-menu li > a:hover ~ ul {
            max-height: 1000px;
            padding: 36px 22px 15px
        }
    }

    .menu .nav-menu .sub-menu {
        position: absolute;
        background-color: #fff;
        box-shadow: 0 20px 30px -20px;
        padding: 0 22px;
        z-index: 998;
        max-height: 0;
        overflow: hidden;
        /*transition: .2s ease;*/
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .icon-menu,
    .menu-item .menu-item {
        position: relative
    }

.menu .nav-menu .sub-menu li {
    list-style-type: none;
    border-bottom: 1px solid #DFDFDF;
    font-size: 17px;
    padding-right: 20px;
    min-width: 200px;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

    .menu .nav-menu .sub-menu li > a {
        color: #444444;
        font-weight: 500;
    }

            .menu .nav-menu .sub-menu li > a:hover {
                color: #0078bf;
            }

    .icon-menu {
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-left: auto;
        margin-top: 15px;
        margin-right: 15px
    }

    .divide {
        display: block;
        width: 30px;
        height: 4px;
        margin: 7px 0;
        background: #222;
        transition: transform .4s ease
    }

        .divide.d3 {
            width: 20px;
            margin-left: 10px;
            opacity: 1;
            -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
            transition: width .4s, height 4s;
        }

    .icon-menu.active .divide {
        position: absolute;
        top: 5px
    }

    .icon-menu.active .d1 {
        transform: rotate(45deg)
    }

    .icon-menu.active .d2 {
        transform: rotate(-45deg)
    }

    .icon-menu.active .d3 {
        width: 0px;
        left: -5px;
        transform: rotate(-45deg);
        top: 10px;
    }

    .menu .add-nav {
        display: none;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 0;
        margin: 30px 20px 8px
    }

        .menu .add-nav li {
            margin: 9px 13px;
            font-size: 17px
        }

    .f-dots,
    .shadow {
        margin-left: auto;
        margin-right: auto
    }

    .menu .add-nav li > a {
        color: #888
    }

        .menu .add-nav li > a:hover {
            color: #222
        }

    .menu .sub-menu {
        padding-left: 20px;
    }

        .menu .sub-menu li {
            border: none;
            margin: 0;
            padding: 0;
        }

    .shadow {
        width: 95%;
        margin-top: -32px
    }

    .flex-row {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0;
    }

        .flex-row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    .puff {
        overflow: hidden;
        height: 266px;
    }

    .content .levelDesign .col-md-4 {
    }

    .content .levelDesign .puff {
        height: 231px;
    }

        .content .levelDesign .puff .sign {
            height: 331px;
            background-color: #f3f2f0
        }

    @media all and (min-width: 986px) and (max-width: 1164px) {
        .puff {
            overflow: hidden;
            height: 215px;
        }

        .content .levelDesign .puff {
            height: 160px;
        }

            .content .levelDesign .puff h5 {
                font-size: 14px
            }
    }

    @media all and (min-width: 768px) and (max-width: 985px) {
        .col-sm-6 {
            width: 100%;
            height: auto;
        }
    }

.puff:hover .sign {
    transform: translateY(-100px);
    -ms-transform: translateY(-100x);
    -webkit-transform: translateY(-100px);
}
.content .levelDesign .puff:hover .sign {
    transform: translateY(-50px);
    -ms-transform: translateY(-50x);
    -webkit-transform: translateY(-50px);
}

    .puff .sign {
        transition: transform 0.6s;
    }

    .sign {
        background-color: #fff;
        padding: 10px;
        text-align: center;
        height: auto;
    }

        .sign h5 {
            font-size: 22px;
            line-height: 22px;
            text-transform: uppercase;
        }
        .sign p {
            color: #5e5d5d;
        }
        .sign strong, .description {
            color: #5e5d5d;
            font-weight: normal;
        }
    .box {
        padding-right: 0;
        padding-left: 0;
        content: ""
    }

        .box:after,
        .box:before {
            content: none
        }

    h2.title {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%
    }

    .richTextEditor h2 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .categories .cat, .title-img span {
        text-transform: uppercase;
    }

    .categories .cat, .title-img span {
        text-transform: uppercase;
    }

    .categories a .preamble {
        opacity: 0;
        transition: 2s;
        position: relative;
        bottom: 0px
    }

    .categories a:hover .preamble {
        transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        opacity: 1;
    }


    .featured > .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 31px
    }

    .f-dots,
    .f-post .sign > p:empty {
        display: none
    }

    .v_alla {
        position: absolute;
        right: 0;
        top: 14px
    }

        .v_alla a {
            font-size: 14px;
            font-weight: 700;
            color: #222
        }

    .featured .title {
        margin-bottom: 22px
    }

    .f-post {
        flex-grow: 1;
        max-width: 380px
    }

        .f-post img {
            width: 100%;
            height: auto
        }

        .f-post .sign {
            padding: 11px 0 35px
        }

            .f-post .sign > h5 {
                font-size: 13px;
                text-transform: uppercase;
                margin-bottom: 4px
            }

            .f-post .sign > h4 {
                color: #222;
                font-size: 18px;
                line-height: 19px;
                margin-top: 0;
                margin-bottom: 12px
            }

            .f-post .sign > p {
                margin-bottom: 25px;
                line-height: 25px
            }

    .f-dots {
        margin-top: -15px
    }

        .f-dots span {
            cursor: pointer;
            height: 17px;
            width: 17px;
            margin: 0 3px;
            background-color: #D9D9D9;
            display: inline-block;
            transition: background-color .4s ease
        }

            .f-dots span:hover {
                background-color: #919191
            }

            .f-dots span.active {
                background-color: #0078bf;
            }

    .easy-btn,
    a.easy-link {
        background-color: transparent;
        color: #222;
        font-weight: 600;
        border: 1px solid #E3E3E3;
        padding: 8px 30px;
        text-transform: uppercase;
        border-radius: 0
    }

        .easy-btn:hover,
        a.easy-link:hover {
            color: #222;
            border: 1px solid #0078bf;
            text-decoration: none
        }

    a.easy-link {
        padding: 12px 30px;
        display: inline-flex;
        margin-top: 10px
    }

    .categories > .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 45px
    }

    .categories .cat {
        position: relative;
        color: #fff;
        text-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .66);
        height: 290px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        transition: background-color .25s ease-out,color .25s ease-out;
    }

        .categories .cat:hover {
            background-color: #b5b2b2;
            background-blend-mode: multiply;
        }

    .col-md-355 > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .arrow,
    .layout img {
        width: 100%
    }

    .categories .cat h6 {
        margin: auto;
        padding: 16px 40px;
        border: 3px solid #FFF;
        z-index: 2;
        transition: transform 0.4s;
        font-size: 28px;
        border-radius: 40px;
    }


    .categories .cat:hover h6 {
        transform: translateY(-15px);
        -ms-transform: translateY(-15x);
        -webkit-transform: translateY(-15px);
    }

    .categories .cat > .bg-darken {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #000;
        opacity: 0;
        z-index: 1;
        transition: opacity .25s linear
    }

    .arrow div,
    .knowledge {
        background-color: #e3e1dd
    }

    .categories .cat:hover > .bg-darken {
        opacity: .15
    }

    .categories a:hover {
        text-decoration: none
    }

    .knowledge > .container {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 57px;
        position: relative
    }
.flex-content {
 
    overflow-x: hidden
}
    @media (min-width: 790px) {
        .flex-content {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center;
        
        }
    }

    @media (max-width: 768px) {
        .puff {
            overflow: hidden;
            height: auto;
        }

        .sign {
            height: auto;
        }
    }

    row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .gray {
        background-color: #4a4a49
    }

    .txtimgContainer {
        padding: 30px 0px;
    }

    .lightgray {
        background-color: #eae8ef
    }

    .blue {
        background-color: #0078bf
    }

        .gray .flex-content a.btn, .blue .flex-content a.btn {
            background-color: #fff;
            color: #4a4a49;
            border: 0px solid #0078bf;
        }

        .gray .flex-content p, .blue .flex-content p {
            color: #fff
        }

        .blue h2, .gray h2 {
            color: #fff
        }

    .owl-item-start-container a.btn, .flex-content a.btn {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        line-height: 23px;
        font-weight: 700;
        padding: 10px 20px;
        margin-top: 2px;
        text-transform: uppercase;
        border-radius: 100px;
        margin: 0 auto;
        background: #0078bf;
        transition: background-color .25s ease-out,color .25s ease-out;
    }

    .flex-content.Right {
        text-align: right
    }

    .flex-content.Center {
        text-align: center
    }

    .owl-item-start-container a.btn:hover, .flex-content a.btn:hover {
        background-color: #184865;
        border: 1px solid #184865;
    }

    .blue .flex-content a.btn:hover, .gray .flex-content a.btn:hover {
        background-color: #eae8ef;
        border: 0px solid #eae8ef;
        color: #4a4a49;
    }

    /*.knowledge .sign {
        flex: 1 200px;
        margin-top: 47px
    }

        .knowledge .sign > h2 {
            font-size: 29px;
            margin-bottom: 18px;
            font-weight: 900;
        }

        .knowledge .sign > p:first-of-type {
            margin-bottom: 11px
        }

    .knowledge .easy-btn {
        display: inline-block;
        padding: 7px 19px;
        letter-spacing: -.5px;
        margin-top: 25px;
        border-radius: 40px;
        background-color: #0078bf;
        border: 1px solid #fff;
        color: #fff;
    }

        .knowledge .easy-btn:hover {
            background-color: #184865;
        }*/

    .layout {
        flex-grow: 1;
        max-width: 740px;
        margin-top: 28px;
        margin-right: 3px;
        margin-left: 85px
    }

    .arrow {
        margin-top: 16px;
        margin-bottom: -84px;
        display: flex;
        justify-content: center
    }

        .arrow div {
            width: 55px;
            height: 55px;
            float: left;
            transform: rotate(405deg);
            margin: 0
        }

        .arrow .sq-2 {
            margin-top: 15px
        }

        .arrow .sq-1 {
            margin-right: -11px
        }

        .arrow .sq-3 {
            margin-left: -11px
        }

    .contactreg {
        background: url(/template/imgs/bg.jpg) center center no-repeat #393939;
        background-size: cover
    }

        .contactreg > .container {
            padding-top: 53px;
            padding-bottom: 38px
        }

    .form {
        width: 810px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .form input,
        .form textarea {
            color: #ccc;
            font-size: 16px;
            line-height: 20px;
            box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .15);
            background-color: rgba(255, 255, 255, .15);
            border: 0;
            margin-bottom: 10px;
            padding-left: 17px;
            resize: none
        }

        .form textarea {
            padding-top: 16px
        }

        .form input::placeholder {
            color: #888
        }

        .form input::-webkit-input-placeholder {
            color: #888
        }

        .form input::-moz-placeholder {
            color: #888
        }

        .form textarea::placeholder {
            color: #888
        }

        .form textarea::-webkit-placeholder {
            color: #888
        }

        .form textarea::-moz-placeholder {
            color: #888
        }

        .form .nf-form-cont {
            width: 100%
        }

            .form .nf-form-cont h3 {
                color: #fff;
                font: 30px/40px 'Nunito Sans', sans-serif;
                font-weight: 800;
                text-transform: uppercase;
                margin-bottom: 28px;
                margin-top: 0;
                text-align: center
            }

            .form .nf-form-cont .nf-form-fields-required {
                display: none
            }

            .form .nf-form-cont nf-fields-wrap {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between
            }

    .contactreg form.form div:first-child {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .contactreg form.form div:nth-child(2) {
        width: 50%;
        float: left;
    }

    .contactreg .form input {
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
    }

    .form textarea {
        width: 100%;
        height: 150px;
        margin-bottom: 10px
    }

    .contactreg .form button {
        display: block;
        background-color: transparent;
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        font-weight: 700;
        border: 1px solid #0078bf;
        padding: 13px 69px;
        margin-top: 2px;
        text-transform: uppercase;
        border-radius: 40px;
        margin: 0 auto;
        background: #0078bf;
    }

    .footer
    {
        background-color: #002f4a;
        color: #fff
    }

        .footer h3,
        .footer h4 {
            margin-top: 0;
            color: #fff
        }

        .footer > .container {
            padding-top: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between
        }

        .footer h3 {
            margin-bottom: 20px;
            text-transform: uppercase
        }

    .copyright div {
        justify-content: space-between;
        display: flex;
    }

    .copyright,
    .f-data,
    .footer a {
        font-weight: 700
    }

    .footer p {
        color: #fff;
        line-height: 22px
    }

    .footer a {
        color: #fff
    }

    .footer h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .f-data {
        width: 50px;
        height: 60px;
        padding-top: 14px;
        background-color: #fff;
        color: #222;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        letter-spacing: 1.5px;
        line-height: 18px;
        z-index: 5;
        margin-top: 3px;
        text-transform: uppercase
    }

        .f-data span {
            font-size: 22px
        }

    .copyright,
    .copyright div:last-of-type {
        font-size: 13.1px
    }

    .f-text {
        flex-basis: 0;
        flex-grow: 1;
        margin-left: 14px
    }

    .f-colum-1 {
        flex-basis: 366px
    }

    .f-colum-2 {
        flex-basis: 366px;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap
    }

    .f-colum-3 {
        flex-basis: 380px
    }

    .copyright div,
    .social {
    }

        .social .fa {
            font-size: 40px;
            padding-right: 10px;
        }

    .f-colum-1,
    .f-colum-2,
    .f-colum-3 {
        margin-bottom: 20px
    }

    .copyright {
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        border-top: 1px solid rgba(0, 0, 0, .15);
        padding-top: 10px;
        padding-bottom: 8px;
        margin-top: 17px
    }

    .social {
        margin-top: -4px;
        width: 110px
    }

        .social img {
            width: 32px
        }

    .apps {
        margin-top: 24px;
        width: 300px;
        display: flex;
        justify-content: space-between
    }

        .apps img {
            width: 143px
        }

    @media (min-width:1200px) {
        .container {
            width: 1200px
        }
    }

    @media (min-width: 1400px) {
        .container {
            width: 1340px;
        }

        .puff {
            overflow: hidden;
            height: 293px;
        }
    }

    @media (max-width:1199px) {
        .upper-nav-box {
            margin-left: 0;
            margin-right: 0
        }

        .header > .container {
            padding-left: 0
        }

        .f-post {
            max-width: 465px
        }

        .layout {
            max-width: 470px;
            margin-right: 50px;
            margin-left: 30px
        }

        .f-colum-1,
        .f-colum-2 {
            flex-basis: 340px
        }

        .f-colum-3 {
            flex-basis: auto;
        }
    }

    @media (max-width:991px) {
        .upper-nav {
            display: none
        }

        .header > .container {
            padding-right: 0
        }

        .f-post {
            max-width: 365px
        }

        .categories > .container {
            justify-content: space-around;
            padding-bottom: 5px
        }

        .layout {
            max-width: 100%;
            margin-right: 30px;
            margin-left: 30px
        }

        .knowledge .sign {
            text-align: center
        }

        .form {
            width: 100%
        }

        .f-colum-1 {
            margin-bottom: 35px;
            flex-grow: 1;
            flex-basis: 340px;
            margin-right: 20px
        }

        .f-colum-2 {
            flex-grow: 1;
            flex-basis: 340px
        }

        .f-colum-3 {
            flex-basis: 230px
        }

        .header .icon-menu {
            display: block
        }

        .header .menu {
            display: none;
            background-color: #f1f1f1;
            position: absolute;
            top: 100%;
            width: 100%;
            box-shadow: 0 14px 32px -18px;
            left: 0;
            margin-top: 0;
            margin-left: 0;
            padding-top: 15px;
            z-index: 120;
        }

            .header .menu ul.nav-menu {
                flex-direction: column;
                padding-left: 0
            }

            .header .menu .nav-menu > li {
                margin: 0 5%;
                padding-top: 15px;
                padding-bottom: 10px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                border-bottom: 1px solid #DFDFDF
            }

                .header .menu .nav-menu > li .sub-plus {
                    display: block
                }

        .menu .nav-menu .sub-menu {
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
        }

        .header .menu .lg-search {
            display: none
        }

        .header .menu .sm-search {
            display: block
        }

            .header .menu .sm-search form {
                position: relative;
                margin: 10px 5%
            }

                .header .menu .sm-search form input {
                    font: 17px/26px 'PT Sans', sans-serif;
                    width: 100%;
                    height: 50px;
                    padding-right: 35px;
                    padding-left: 10px;
                    border-radius: 0;
                    border: 0;
                    box-shadow: inset 1px 1px 1px #bbb
                }

                .header .menu .sm-search form .sm-search form input::placeholder {
                    color: #888
                }

                .header .menu .sm-search form button {
                    color: #888;
                    height: 50px;
                    position: absolute;
                    top: 0;
                    right: 5px;
                    background-color: transparent;
                    border: 0;
                    font-size: 22px
                }

        .header .menu .add-nav {
            display: flex
        }

        .menu .nav-menu .sub-menu {
            position: static;
            max-height: 0;
            background-color: transparent;
            padding: 0;
            box-shadow: none;
            width: 100%
        }

            .menu .nav-menu .sub-menu li {
                padding-right: 0;
                border-bottom: none
            }

        .menu .nav-menu > li.active .sub-menu {
            padding-top: 15px;
            max-height: 1000px;
            transition: .5s ease
        }

        .menu .nav-menu > li.active .sub-plus .l-ver {
            transform: rotate(180deg)
        }
    }

.menu .nav-menu > li .sub-plus .fa-angle-down {
    transition: transform .3s ease-in-out;
}
.menu .nav-menu > li.active .sub-plus .fa-angle-down {
    color: black;
    transform: rotate(180deg);
}
 

@media (max-width:767px) {

    .f-colum-1 {
        
    margin-right:0px;
    }

    .f-colum-3 {
        flex-basis: auto;
        text-align: center;
    }

    .footer {
        text-align: center;
    }
    .footerinfo  {
      margin:0 auto;
    }

    .social {
        margin: 0 auto;
    }

    .footer a {
        color: #fff;
        margin: 0 auto;
    }
    
    .f-post,
    .layout,
    .v_alla {
        display: none
    }
    .owl-theme .owl-nav {
       
        display: none;
    }
    .products-applications-section .content-holder  {
        background-color: #b5b2b2;
        background-blend-mode: multiply;
    }
    .categories .cat {
        background-color: #b5b2b2;
        background-blend-mode: multiply;
    }
    .owl-item-start-container h1 {
    text-align:center; font-size:22px;
    }
    .f-post {
        max-width: 100%
    }

    .f-colum-2 {
       
    }

    .cat {
      
        height: 330px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .content .levelDesign .puff, .puff {
        overflow: inherit;
        height: auto;
        margin-bottom: 15px;
    }

    .box,
    .header > .container {
        padding-right: 15px;
        padding-left: 15px
    }

    .copyright {
        flex-direction: column;
        align-items: center
    }

        .copyright div:first-child {
            margin-bottom: 6px
        }

 

 

    .f-post .sign {
        padding-left: 0;
        padding-right: 0
    }

    .f-dots,
    .f-post.active {
        display: block
    }
}

@media (max-width:465px) {
    [placeholder=F├╢rnamn],
    [placeholder=Namn] {
        width: 100%
    }
}

.title-img .container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.title-img .bg-darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .15;
    z-index: 1
}

.title-img span {
    margin: auto;
    font-size: 40px;
    letter-spacing: 2.1px;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    padding: 35px 56px;
    border: 4px solid #FFF;
    font-weight:600;
    z-index: 2
}

.subscribe-form .nf-form-cont h3,
h4.sbar-title {
    font-size: 18px;
    /*text-align: center;*/
    text-transform: uppercase
}

.general-part-lp {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 79px
}

    .general-part-lp .content {
        flex-grow: 1;
        flex-basis: 600px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 50px
    }

    .general-part-lp .right-sidebar {
        flex-grow: 1;
        flex-basis: 230px;
        max-width: 380px;
        margin-left: 46px
    }

.content p {
    margin-bottom: 11px
}

.general-part-lp .cont-img {
    float: left;
    width: 265px;
    margin-right: 35px
}

.subscribe-form .form,
.subscribe-form .nf-form-cont nf-fields-wrap nf-field:first-child,
.subscribe-form .nf-form-cont nf-fields-wrap nf-field:nth-child(2) {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.general-part-lp .cont-img img {
    width: 100%
}

.content ul {
    padding-left: 30px;
    margin-top: 17px
}

    .content ul li {
        margin-bottom: 6px;
        padding-left: 8px
    }

.subscribe-form {
    width: 100%;
    padding: 23px 30px 24px;
    margin-bottom: 30px
}

h4.sbar-title {
    color: #222;
    letter-spacing: -.6px;
    margin-bottom: 26px
}

.subscribe-form .nf-form-cont {
    width: 100%
}

    .subscribe-form .nf-form-cont h3 {
        color: #222;
        font-weight: 600;
        margin-bottom: 22px
    }

    .subscribe-form input {
        height: 50px;
        background-color: #fff;
        text-align: center;
        color: #222;
        width: 100%;
    }

    .subscribe-form button {
        width: 100%;
        color: #222;
        background-color: transparent;
        border: 2px solid #fff;
        text-transform: uppercase;
        font-weight: 700;
        box-shadow: none;
        height: 52px;
    }

    .subscribe-form .nf-form-cont nf-fields-wrap nf-field .nf-field {
        width: 100%
    }

.related-references {
    background-color: #F6F6F6;
    width: 100%;
    padding-top: 22px;
    margin-bottom: 30px
}

    .related-references a > div {
        display: flex;
        flex-wrap: wrap;
        padding: 17px 25px 21px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

        .related-references a > div .ref-img {
            width: 60px;
            height: 60px;
            margin-right: 15px
        }

        .related-references a > div .sign {
            margin-top: 5px;
            flex-grow: 1;
            flex-basis: 0;
            font-size: 18px;
            line-height: 21px;
            color: #222
        }

            .related-references a > div .sign h5 {
                margin: -5px 0 0;
                color: #666;
                font-size: 13px;
                text-transform: uppercase
            }

.downl a,
.knowl-menu li a {
    color: #222
}

    .knowl-menu li a.active {
        color: #1d97dc;
    }

    .related-references a > div:hover {
        background-color: #F0F0F0;
        border-top: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3
    }

.ref-img.ref-1 {
    background: url(/wp-content/themes/spst/images/post-skate2.png) center center no-repeat #666;
    background-size: cover
}

.ref-img.ref-2 {
    background: url(/wp-content/themes/spst/images/post-bridge2.png) center center no-repeat #666;
    background-size: cover
}

.ref-img.ref-3 {
    background: url(/wp-content/themes/spst/images/post-build.png) center center no-repeat #666;
    background-size: cover
}

.downl {
    width: 100%;
    background-color: #F6F6F6;
    padding: 20px 30px 28px;
    margin-bottom: 30px
}

    .downl ul {
        padding-left: 0
    }

        .downl ul li {
            padding-left: 26px;
            line-height: 20px;
            background: url(/template/imgs/arrow.png) center left no-repeat;
            background-size: auto 16px;
            margin-bottom: 13px
        }

.categories.lp {
    background-color: #F6F6F6;
    padding-top: 69px;
    padding-bottom: 7px
}

.arrow.lp {
    margin-top: -88px;
    margin-bottom: 19px
}

@media (max-width:1199px) {
    .general-part-lp .right-sidebar {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .general-part-lp .right-sidebar {
        max-width: 100%
    }

    .general-part-lp .content {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .general-part-lp .cont-img {
        float: none;
        width: 265px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px
    }
}

.ref-list-img > .container {
    height: 540px;
    margin-bottom: 30px;
    background-position: 50% 0;
    background-size: cover;
    display: flex;
    align-items: flex-start
}

.ref-list-img .ref-info {
    margin-left: 60px;
    margin-top: auto;
    margin-bottom: 60px;
    max-width: 380px;
    background-color: #fff;
    padding: 17px 21px 20px
}

.knowl-menu,
.sideb-contact,
.sideb-social {
    background-color: #f3faff;
}

.ref-list-img .ref-info h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: -7px
}

.ref-list-img .ref-info h4 {
    color: #222;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 12px
}

.ref-list-img .ref-info p {
    margin-bottom: 25px;
    line-height: 25px
}

.featured.rl .sign {
    padding-bottom: 41px
}

.featured.rl > .container {
    margin-bottom: 25px
}

@media (max-width:991px) {
    .ref-list-img .ref-info {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .ref-list-img > .container {
        height: 400px
    }
}

.general-part-lm {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 53px
}

    .general-part-lm .left-sidebar {
        max-width: 278px;
        flex-grow: 1;
        flex-basis: 250px;
        /*margin-right: 62px;*/
        margin-right: 35px;
        margin-bottom: 20px
    }

        .general-part-lm .left-sidebar > aside {
            margin-bottom: 30px
        }

    .general-part-lm .content {
        flex-grow: 1;
        flex-basis: 600px
    }

    .general-part-lm .map-img {
        display: flex;
        justify-content: center;
        align-items: center;
        /*border: 1px solid #F0F0F0;*/
        /*margin-bottom: 34px*/
    }

        .general-part-lm .map-img.lma > div {
            flex-grow: 1;
            margin: 18px 0
        }

            .general-part-lm .map-img.lma > div img {
                width: 100%;
                height: auto
            }

    .general-part-lm .cont-img.lmk {
        float: left;
        margin-right: 50px;
        max-width: 352px;
        width: 100%
    }

.content.lms,
.content.nl,
.content.np {
    max-width: 880px
}

.general-part-lm .cont-img img {
    width: 100%
}

.general-part-lm.lma {
    padding-bottom: 59px
}

.knowl-menu {
    padding: 21px 27px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .knowl-menu h4 > span {
        display: none
    }

    .knowl-menu ul {
        padding-left: 0;
        padding-top: 5px
    }

    .knowl-menu li {
        font-size: 15px;
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 11px;
        margin-bottom: 14px
    }

        .knowl-menu li a:hover {
            color: #1d97dc;
        }

.subscribe-form.lmk {
    padding-bottom: 30px;
    margin-bottom: 0
}

.sideb-social {
    width: 100%;
    padding: 21px 30px 32px;
    margin-bottom: 30px
}

    .sideb-social .social {
        margin: 32px auto 0
    }

.sideb-contact {
    color: #222;
    padding: 21px 30px 15px;
    text-align: center
}

    .sideb-contact p {
        line-height: 23px
    }

        .sideb-contact p a {
            color: #222;
            font-weight: 700
        }

.tablepress .row-1 {
    color: #222;
    font-weight: 700;
    border-bottom: 4px solid #F0F0F0
}

.content.lms h3 .term,
.content.lms h4:hover {
    color: #666
}

.content.lms .search-res,
.content.np,
.content > .search-item,
.tablepress > tbody tr {
    border-bottom: 1px solid #F0F0F0
}

.tablepress .row-1 > th {
    background-color: transparent;
    padding-left: 14px;
    padding-bottom: 11px;
    letter-spacing: -.3px
}

.tablepress > tbody td {
    padding-left: 14px;
    padding-top: 17px;
    padding-bottom: 12px;
    font-size: 15px
}

.tablepress td:first-of-type {
    width: 61%;
    min-width: 500px
}

/*.line-3 > .container {
    margin-top: 1px;
    margin-bottom: 52px;
    height: 8px;
    background-color: #F6F6F6
}*/

.line-3 > .container {
    margin-top: 1px;
    margin-bottom: 0;
    height: 4px;
    background-color: #1d97dc;
}

.content.lms h4 {
    margin-bottom: 16px
}

.content.lms h3 {
    margin-bottom: 3px
}

.content.lms .search-res {
    padding-top: 24px;
    padding-bottom: 23px
}

.content.lms .search-res,
.content.lms h3 {
    padding-left: 20px
}

.flip-pages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 18px
}

    .flip-pages > .nav-next > a,
    .flip-pages > .nav-prev > a,
    .flip-pages > a {
        color: #222;
        font-weight: 700;
        text-transform: uppercase
    }

        .flip-pages > .nav-next > a:hover,
        .flip-pages > .nav-prev > a:hover,
        .flip-pages > a:hover {
            color: #666
        }

    .flip-pages.search-p {
        margin-left: -15px
    }

    .flip-pages > .nav-pages {
        margin-top: 6px;
        color: #888;
        font-weight: 700
    }

.general-part-lm.np > .content > h1 {
    margin-top: 3px
}

h1.search-h > span {
    color: #666
}

.content > .search-item {
    margin-left: -18px;
    padding-left: 19px;
    padding-bottom: 21px
}

    .content > .search-item > h3 {
        margin-top: 35px;
        font-size: 26px;
        margin-bottom: 16px
    }

        .content > .search-item > h3 > a {
            color: #222
        }

            .content > .search-item > h3 > a:hover {
                color: #666
            }

.sideb-contact.nl {
    margin-bottom: 26px
}

.content .p-data {
    position: absolute;
    left: 0;
    padding-top: 13px;
    width: 80px;
    height: 55px;
    background-color: #0078bf;
    color: #fff;
    text-align: center;
     
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 17px;
    z-index: 2;
}

    .content .p-data span {
        font-size: 16px
    }

.content.nl .news-item {
    margin-top: 40px
}

    .content.nl .news-item .content.np {
        padding-bottom: 26px
    }

    .content.nl .news-item .p-img-big {
        margin-bottom: 33px
    }

    .content.nl .news-item h3 {
        font-size: 26px;
        margin-bottom: 16px
    }

        .content.nl .news-item h3 > a {
            color: #222
        }

            .content.nl .news-item h3 > a:hover {
                color: #666
            }

    .content.nl .news-item:first-of-type {
        margin-top: 0
    }

.content.np {
    position: relative;
    padding-left: 21px;
    padding-bottom: 30px
}

    .content.np .p-data {
        margin-top: -7px;
    }

    .content.np img.alignright {
        margin-top: 8px;
        margin-left: 48px;
        margin-bottom: 20px;
        float: right;
        max-width: 312px;
        height: auto
    }

    .content.np .p-img-big {
        width: 100%;
        margin-bottom: 38px
    }

        .content.np .p-img-big img {
            width: 100%;
            height: auto
        }

    .content.np .p-img-thumbnail {
        float: left;
        margin-right: 30px;
        margin-bottom: 20px
    }

    .content.np h1:first-of-type {
        margin-top: 0
    }

    .content.np h2 {
        margin-top: 32px
    }

.general-part-lm.nl {
    padding-bottom: 86px
}

.general-part-lm.np {
    padding-bottom: 67px
}

.embed-responsive {
    margin-bottom: 20px;
}

@media (max-width:1199px) {
    .general-part-lm .left-sidebar {
        margin-right: 20px
    }

    .menu .nav-menu > li {
        font-size: 15px;
        
    }
    .upper-nav-box h3 {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .general-part-lm .left-sidebar {
        max-width: 100%;
        margin-right: 0
    }

    .knowl-menu {
        position: relative
    }

        .knowl-menu .sbar-title {
            margin-bottom: 12px
        }

            .knowl-menu .sbar-title > span {
                cursor: pointer;
                margin-left: 15px;
                display: inline-block
            }

                .knowl-menu .sbar-title > span img {
                    height: 14px;
                    margin-bottom: 5px;
                    transition: transform .3s ease-in-out
                }

        .knowl-menu > div,
        .knowl-menu > ul {
            background-color: #f3faff;
            max-height: 0;
            transition: max-height .4s linear, padding-bottom linear .4s;
            position: absolute;
            left: 0;
            width: 100%;
            z-index: 3;
            padding: 0 30px;
            box-shadow: 0 14px 32px -18px;
            overflow: hidden;
        }

        .knowl-menu.active .sbar-title > span > img {
            transform: rotate(180deg)
        }

        .knowl-menu.active > div,
        .knowl-menu.active > ul {
            padding-bottom: 20px;
            max-height: 2000px
        }
}

@media (max-width:767px) {
    .content.np img.alignright {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px
    }
}

@media (max-width:690px) {
    .tablepress td:first-of-type {
        width: 75%;
        min-width: 170px
    }
}

@media (max-width:486px) {
    .content.np .p-img-thumbnail {
        float: none;
        margin-left: 0
    }
}

.gen-popup {
    display: none;
    opacity: 0;
    transition: opacity .2s ease-out;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .7);
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .gen-popup .container {
        top: 23vh;
        left: -33vw;
        text-align: center;
        transition: top .3s ease-out, left .3s ease-out;
        position: relative;
        margin: 0 16px;
        max-width: 500px;
        background-color: #F7F7F7;
        padding: 22px 45px 33px
    }

@media only screen and (max-width:768px) {
    /*.gen-popup .container {
        padding: 25px
    }*/
    .puff:hover .sign {
        transform: translateY(0px);
        -ms-transform: translateY(0x);
        -webkit-transform: translateY(0px);
    }
    .content .levelDesign .puff .sign {
        height: auto;
 
    }
}

/*.gen-popup .popup-img > img {
    width: 100%;
    max-width: 240px;
    margin-bottom: 22px
}

.gen-popup .close-btn {
    position: absolute;
    top: 3px;
    right: 7px;
    width: 36px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer
}

    .gen-popup .close-btn div {
        position: absolute;
        top: 23px;
        left: 10%;
        width: 80%;
        height: 4px;
        background-color: #222;
        transition: background-color .2s ease-out
    }

        .gen-popup .close-btn div:first-of-type {
            transform: rotate(-45deg)
        }

        .gen-popup .close-btn div:last-of-type {
            transform: rotate(45deg)
        }

    .gen-popup .close-btn:hover div {
        background-color: #1d97dc;
    }

.gen-popup h3 {
    font-weight: 500
}

.gen-popup p {
    margin-bottom: 16px;
    color: #222
}

.gen-popup ul {
    padding-left: 0
}

    .gen-popup ul a {
        color: #222;
        font-weight: 700;
        font-size: 18px
    }

.gen-popup.active {
    opacity: 1;
    z-index: 999;
}

    .gen-popup.active .container {
        top: 0;
        left: 0
    }

.fixed-ie-reminder {
    display: none;
    position: fixed;
    bottom: -70px;
    left: 20px;
    background-color: #FFDC00;
    box-shadow: 0 14px 32px -18px;
    padding: 10px 20px;
    cursor: pointer;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 8;
    transition: bottom .2s ease-out
}

    .fixed-ie-reminder.active {
        bottom: 20px;
        transition: bottom .2s ease-out .2s
    }*/

.grecaptcha-badge {
    display: none;
}

.Ottobygg-form .error {
    color: rgb(255, 0, 0);
    font-weight: 400;
}

.share > a {
    font-size: 40px;
    margin-top: 4px;
    display: inline-block;
    margin-right: 25px;
}
/*Owl*/

.controller-wrapper, .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: inherit;
    transform: inherit;
}

.owl-prev {
    left: 0px;
    position: absolute;
}

.owl-next {
    right: 0px;
    position: absolute;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: inherit;
    -webkit-tap-highlight-color: transparent;
}


.controller-wrapper,
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-nav {
    margin-left: 15px;
}

.owl-prev,
.owl-next {
    z-index: 999;
    position: relative;
}

.owl-dots {
    margin-left: 10px;
    margin-top: -27px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: none !important;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.52);
}
.controller-wrapper {
    width: 100%;
}
@keyframes header-animation {
    from {
        -ms-transform: translateX(100px);
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.1;
    }

    to {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.owl-item-start-container {
    animation-name: header-animation;
    animation-duration: 2s;
}
/*End Owl*/


.products-applications-section {
   
}

    .products-applications-section .content-holder {
        width: 100%;
        height: 438px;
        margin-bottom: 30px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-color .25s ease-out,color .25s ease-out;
    }

        .products-applications-section .content-holder .inner-content {
            position: absolute;
            width: 90%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

        .products-applications-section .content-holder .overlay {
            width: 100%;
            height: 100%;
            background: rgba(73, 74, 73, .9);
            transition: opacity 1s;
        }

        .products-applications-section .content-holder p {
            color: #fff;
            text-align: center;
            transition: opacity 1s;
        }

        .products-applications-section .content-holder h6 {
            margin-top: 0;
            color: #fff;
            text-align: center;
            position: relative;
            transition: transform .3s;
            padding: 16px 40px;
            border: 3px solid #FFF;
            text-transform: uppercase;
            font-size: 28px;
            border-radius: 40px;
        }
@media (max-width: 1164px) and (min-width: 986px) {
    .col-md-3.product {
    width:50%
    }
}
    .products-applications-section a:hover .content-holder .overlay {
        opacity: 1;
        transition: opacity 1s;
    }
    .products-applications-section .content-holder:hover {
        background-color: #b5b2b2;
        background-blend-mode: multiply;
    }
    .products-applications-section a:hover .content-holder p {
        opacity: 1;
    }

    .products-applications-section a:hover .content-holder h6 {
        opacity: 1;
        transform: none;
        transition: transform .5s;

    }
@media (min-width: 768px) {
    .products-applications-section .content-holder .overlay, .products-applications-section .content-holder p {
        opacity: 0;
        min-height: 123px;
    }

    .products-applications-section .content-holder .inner-content {
        width: 70%;
    }
    .products-applications-section .content-holder h6 {
        transform: translateY(66px);
    }
    .f-colum-2 img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}
.products-applications-section a:hover .content-holder p {
    opacity: 1;
}
.categories > .container-fluid {
 
    justify-content: space-between;
     
}
.videoclass video {
    width: 100% !important;
    height: auto !important;
}
.ncText { padding:15px;
}

/*TEST*/

.ug-textpanel-title h5{
    font-size:22px;
}

/*END TEST*/
.btn-info a:hover {
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #1d97dc;
    border-color: #1d97dc;
}
    .btn-info:hover {
        color: #fff;
        background-color: #002f4a;
        border-color: #002f4a;
    }

.carousel-control.left {
    background-image: none;
    filter: unset;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: unset;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -60px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -60px;
    }
}

.umbraco-forms-submitmessage {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}
