
body {
    background-image: url("../images/pozadina.jpg");
    background-repeat: repeat;
    background-size: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #29282e;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    color: #525252;
}

a {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #f4811f;
    }

    a:focus {
        text-decoration: none;
    }

input[type="text"] {
    width: 240px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

input[type="password"] {
    width: 100%;
    max-width: 220px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

button[type="submit"] {
    height: 42px;
    padding: 0 12px;
    color: white;
    border: none;
    font-size: 16px;
    background: #F48120;
}

select {
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
    background: #fff;
    border-radius: 0;
}

label {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    color: #8E8E8E;
}

textarea {
    width: 320px;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 7px;
    color: #525252;
}

b {
    font-weight: normal;
    color: black;
}

strong {
    font-weight: 700;
    color: #2B2B2B;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    z-index: 99999;
}

    .loading .logo {
        height: 30px;
    }

.fade-out-inner {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    -webkit-transition: .55s ease-in-out;
    -moz-transition: .55s ease-in-out;
    -ms-transition: .55s ease-in-out;
    -o-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
}

.fade-out {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.table {
    width: 100%;
    height: 100% !important;
    display: table;
    margin: 0;
    font-size: 16px;
}

    .table p {
        line-height: 20px;
        font-size: 15px;
    }

    .table .inner {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }

.transition-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

.transition-overlay {
    -webkit-transition: .55s ease-in-out;
    -moz-transition: .55s ease-in-out;
    -ms-transition: .55s ease-in-out;
    -o-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
}

    .transition-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.overlay-yellow {
    position: relative;
}

    .overlay-yellow .container {
        position: relative;
        z-index: 2;
    }

    .overlay-yellow:after {
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0.8;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(243,184,23,1);
        background: -moz-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,184,23,1)), color-stop(100%, rgba(255,221,0,1)));
        background: -webkit-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
        background: -o-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
        background: -ms-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
        background: linear-gradient(to right, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b817', endColorstr='#ffdd00', GradientType=1 );
    }

.overlay-dark {
    position: relative;
}

    .overlay-dark:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.6;
    }

    .overlay-dark .container {
        position: relative;
        z-index: 2;
    }

.background1 {
    background: url(../images/hero1.jpg) center no-repeat;
    background-size: cover;
}

.background2 {
    background: url(../images/banner7.jpg) center no-repeat;
    background-size: cover;
}

.site-boxed {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

    .site-boxed .boxed-inner {
        width: 100%;
        float: left;
        background: rgb(255, 255, 255);
    }

.titles {
    width: 100%;
    float: left;
    margin-bottom: 3%;
    padding-bottom: 1%;
    border-bottom: 1px solid rgba(197, 197, 197, 0.81) !important;
}

    .titles h6 {
        font-weight: 400;
        font-size: 20px;
        margin-top: 0;
        color: #505050;
    }

    .titles h2 a {
        font-weight: 600;
        font-size: 20px;
        color: #4C4C4C;
    }

        .titles h2 a:hover {
            color: #F48120;
        }

    .titles h2:after {
        width: 16px;
        height: 3px;
        display: inline-block;
        margin: -5px 0 0 10px;
        background: #f3c217;
    }

    .titles h3 {
        float: right;
        font-size: 15px;
        color: #A5A5A5;
        margin: 28px 0 0;
        padding: 4px 5px 0px 15px;
        border-left: 1px solid rgba(189, 189, 189, 0.65);
    }

        .titles h3 a:hover {
            color: #F48120;
        }

    .titles .new {
        float: left;
        margin-top: 18px;
    }

.side-box {
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: -300px;
    background: #f3c217;
    z-index: 10;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    padding: 22px;
}

    .side-box.show-me {
        right: 0;
    }

    .side-box .close-sidebar {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 8;
        cursor: pointer;
    }

    .side-box .widget {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

        .side-box .widget h4 {
            width: 100%;
            float: left;
            margin-top: 0;
            color: #fff;
            font-weight: 700;
        }

    .side-box .search {
        float: left;
    }

        .side-box .search form {
            width: 100%;
            float: left;
        }

            .side-box .search form input[type="text"] {
                width: 210px;
                border: none;
            }

            .side-box .search form button[type="submit"] {
                padding: 0 10px;
                float: right;
                background: #29282e;
                color: #fff;
            }

    .side-box .text {
        float: left;
    }

        .side-box .text img {
            height: 30px;
            margin-bottom: 15px;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        .side-box .text p {
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            margin: 0;
        }

    .side-box .gallery {
        float: left;
    }

        .side-box .gallery ul {
            width: 100%;
            float: left;
        }

            .side-box .gallery ul li {
                width: 25%;
                float: left;
                padding: 2px;
            }

                .side-box .gallery ul li img {
                    width: 100%;
                }

    .side-box .responsive {
        float: left;
    }

        .side-box .responsive img {
            float: left;
            margin-right: 10px;
        }

        .side-box .responsive h5 {
            float: left;
            color: #fff;
        }

    .side-box .social-media {
        float: left;
    }

        .side-box .social-media ul {
            width: 100%;
            float: left;
        }

            .side-box .social-media ul li {
                display: inline-block;
                margin: 0 10px;
            }

                .side-box .social-media ul li a {
                    font-size: 20px;
                    display: inline-block;
                    color: #fff;
                }

    .side-box small {
        font-size: 10px;
        color: #fff;
    }

.body-left {
    padding-right: 0;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

    .body-left.slide {
        padding-right: 300px;
        overflow: hidden;
    }

.elements {
    width: 100%;
    float: left;
    padding: 1px 20px;
}

    .elements .row .titles {
        width: 96% !important;
        margin-left: 15px !important;
    }

.modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

    .modal-content .close {
        opacity: 1;
        text-shadow: none;
        font-size: 26px;
        color: #fff;
    }

.modal-dialog {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 100px;
}

.modal-header {
    border-bottom: none;
    background: #f3c217;
    color: #fff;
}

.modal-title {
    font-weight: 700;
}

.owl-pagination {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.owl-controls .owl-page {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #f3c217;
    display: inline-block;
    margin: 0 2px;
}

    .owl-controls .owl-page.active {
        width: 30px;
    }

/* CUSTOMIZED ACCORDION */
.panel {
    box-shadow: none;
}

    .panel .thumb-image {
        width: 120px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.panel-group .panel + .panel {
    margin-top: -1px;
}

.panel-group {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

    .panel-group .naslov_tab {
        font-size: 18px;
        color: #525252;
        margin-top: 15px;
    }

.panel-default {
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.panel-heading {
    border-radius: 0;
    padding: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .eden {
    background: rgb(239, 239, 239);
    border-color: #ddd;
    padding: 15px;
}

    .panel-default > .eden:hover {
        background-color: #d7d7d7 !important;
    }

.panel-default > .konstrukt {
    background-color: #f48120;
    padding: 10px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}

    .panel-default > .konstrukt > h4 {
        font-size: 18px;
    }

        .panel-default > .konstrukt > h4 > a:hover {
            color: white;
        }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid rgba(0,0,0,0.05);
    color: #999;
    line-height: 24px;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body > .row {
        border-bottom: 1px solid #d7d7d7;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body > .row figure {
            vertical-align: middle;
            text-align: center;
        }

    .panel-default > .panel-heading + .panel-collapse > .panel-body > .detali {
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body > h5 {
        font-size: 18px;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px;
        margin-top: 5px;
        color: #525252;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body > .detali a {
        line-height: 27px;
    }

.panel-default > .panel-heading:hover {
    background-color: rgba(244, 129, 32, 0.72);
    color: white;
}

.panel-title > a {
    width: 100%;
    display: inline-block;
    font-size: 17px;
}

    .panel-title > a > :hover {
        text-decoration: none;
        color: white;
    }

    .panel-title > a i {
        float: right;
        color: #F48120;
    }


.tabs {
    width: 100%;
    float: left;
    margin-top: 4%;
}

    .tabs .nav-tabs {
        width: 100%;
        float: left;
        border-bottom: none;
    }

        .tabs .nav-tabs > li > a {
            float: left;
            margin-right: 3px;
            margin-bottom: 3px;
            line-height: 1.42857143;
            border: 1px solid rgba(214, 214, 214, 0.63);
            border-radius: 0px !important;
        }

            .tabs .nav-tabs > li > a:hover {
                background-color: #f4811f;
                color: #f4811f;
                background: none;
                border: 1px solid transparent;
            }

    .tabs .tab-content {
        width: 100%;
        float: left;
        padding: 0px;
    }

        .tabs .tab-content .thumbs {
            padding-left: 77px;
        }

            .tabs .tab-content .thumbs img {
                width: auto;
                height: auto;
                margin-top: 10px;
            }

        .tabs .tab-content .col-md-6 {
        }

    .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a #home:hover {
        background-color: #F4811F;
        color: white;
    }

        .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover {
            border: 1px solid rgb(244, 129, 31);
            border-bottom: none;
            border-radius: 0;
        }

.alert-success {
    border-radius: 0;
    color: #fff;
    border: none;
    background: #37BB39;
}

.alert-info {
    border-radius: 0;
    color: #fff;
    border: none;
    background: #22A7E8;
}

.alert-warning {
    border-radius: 0;
    color: #fff;
    border: none;
    background: #F2CE0E;
}

.alert-danger {
    border-radius: 0;
    color: #fff;
    border: none;
    background: #F01E1A;
}

.error-pages {
    width: 100%;
    height: 770px;
    float: left;
    text-align: center;
}

    .error-pages .site-logo {
        height: 35px;
        margin-bottom: 50px;
    }

header .top-bar .cart img {
    height: 20px;
    float: left;
    margin: 0 6px;
}

.error-pages h2 {
    font-size: 180px;
}

.error-pages h6 {
    font-size: 16px;
}

.slider {
    max-width: 100%;
    height: 332px;
    display: block;
    position: relative;
}

    .slider .banner {
        width: 100%;
        height: 770px;
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
    }

        .slider .banner .slider-content {
            width: 100%;
            float: left;
            position: relative;
        }

        .slider .banner .link {
            color: #F48120;
            font-weight: 700;
            border: 2px solid #F48120;
            padding: 9px 11px !important;
            background-color: white;
            font-size: 13px !important;
        }

            .slider .banner .link:hover {
                text-decoration: none;
                background: #F48120;
                color: #fff;
            }

        .slider .banner h2 {
            color: #F48120;
            font-size: 32px;
            font-weight: 700;
            background: rgb(255, 255, 255);
            padding: 6px !important;
        }

        .slider .banner h6 {
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            background: rgb(244, 129, 32);
            padding: 7px !important;
        }

    .slider .table {
        position: relative;
        z-index: 99;
    }

    .slider .video-bg {
        width: 100%;
        height: 770px;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

        .slider .video-bg video {
            min-width: 100%;
            min-height: 770px;
            float: left;
        }

.internal-header {
    width: 100%;
    height: 223px;
    padding-top: 170px;
    display: block;
    background: url(../images/hero2.jpg) no-repeat;
    background-size: cover;
}

    .internal-header .title {
        font-size: 50px;
        margin-top: 0;
        color: #fff;
        float: left;
    }

    .internal-header .breadcrumb {
        background: none;
        float: right;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
    }

        .internal-header .breadcrumb li {
            float: left;
            color: #fff;
        }

            .internal-header .breadcrumb li a {
                color: #fff;
            }

        .internal-header .breadcrumb > li + li:before {
            color: #fff;
        }

header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
}

    header * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    header .search-bar {
        width: 100%;
        height: 50px;
        float: right;
        background: #F48120;
        position: relative;
        margin-top: -60px;
    }

        header .search-bar .search_form {
            width: 100%;
            float: right;
            max-width: 900px;
            margin: 0 auto;
            padding: 4px 0;
            text-align: center;
        }

            header .search-bar .search_form input[type="text"] {
                width: 60%;
                height: 40px;
                display: inline-block;
                background: none;
                border: none;
                color: #fff;
                font-size: 16px;
                background-color: rgba(255, 255, 255, 0.16);
                border: 1px solid rgba(255, 255, 255, 0.39);
            }

            header .search-bar .search_form button[type="submit"] {
                border: none;
                background: none;
                color: #fff;
                font-variant: 700;
                font-size: 18px;
                background-color: rgba(255, 255, 255, 0.46);
            }

        header .search-bar.show-me {
            margin: 0;
        }

        header .search-bar img {
            width: 26px;
        }

        header .search-bar .close-button {
            position: absolute;
            right: 20px;
            top: 15px;
            font-size: 18px;
            cursor: pointer;
        }

        header .search-bar form {
            width: 100%;
            float: right;
            max-width: 900px;
            margin: 0 auto;
            padding: 4px 0;
            text-align: center;
        }

            header .search-bar form input[type="text"] {
                width: 60%;
                height: 40px;
                display: inline-block;
                background: none;
                border: none;
                color: #fff;
                font-size: 16px;
                background-color: rgba(255, 255, 255, 0.16);
                border: 1px solid rgba(255, 255, 255, 0.39);
            }

                header .search-bar form input[type="text"]::-webkit-input-placeholder {
                    color: #fff;
                }

            header .search-bar form button[type="submit"] {
                border: none;
                background: none;
                color: #fff;
                font-variant: 700;
                font-size: 18px;
                background-color: rgba(255, 255, 255, 0.46);
            }

    header .top-bar {
        width: 100%;
        height: 42px;
        float: right;
        background: rgb(255, 255, 255);
    }

        header .top-bar h5 {
            display: none;
            float: left;
            line-height: 46px;
            font-size: 12px;
            color: #fff;
            margin: 0;
        }

            header .top-bar h5 b {
                display: none;
            }

        header .top-bar ul.social-media {
            float: right;
            margin-left: 1%;
            margin-top: 12px;
        }

            header .top-bar ul.social-media li {
                float: right;
                margin: 0 3px;
            }

                header .top-bar ul.social-media li a {
                    width: 22px;
                    height: 22px;
                    line-height: 21px;
                    float: right;
                    border-radius: 22px;
                    background: #fff;
                    border: 1px solid #A0A0A0;
                    color: #A0A0A0;
                    font-size: 13px;
                    text-align: center;
                }

                    header .top-bar ul.social-media li a:hover {
                        background: #F99746;
                        color: white;
                        border: 1px solid #F99746;
                    }

        header .top-bar .language {
            float: left;
            line-height: 37px;
            margin-left: 0px;
            margin-top: 5px;
        }

            header .top-bar .language .dropdown-toggle {
                color: #828282;
                font-size: 12px;
            }

                header .top-bar .language .dropdown-toggle:after {
                    content: '';
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 0;
                    margin-left: 5px;
                    vertical-align: middle;
                    border-top: 4px solid;
                    border-right: 4px solid transparent;
                    border-left: 4px solid transparent;
                }

                header .top-bar .language .dropdown-toggle:hover {
                    text-decoration: none;
                }

                header .top-bar .language .dropdown-toggle i {
                    height: 16px;
                    line-height: 14px;
                    margin-top: 10px;
                    float: right;
                    padding-left: 5px;
                    margin-left: 0;
                }

            header .top-bar .language .dropdown-menu {
                min-width: 89px;
                background: #FFFFFF;
                border-radius: 0;
                box-shadow: none;
            }

                header .top-bar .language .dropdown-menu li {
                    width: 100%;
                }

                    header .top-bar .language .dropdown-menu li a {
                        width: 100%;
                        float: left;
                        padding: 1px 8px;
                        color: #7E7E7E;
                        font-size: 11px;
                        line-height: 20px !important;
                    }

                        header .top-bar .language .dropdown-menu li a:hover {
                            background: none;
                            color: #F48120;
                        }

                    header .top-bar .language .dropdown-menu li img {
                        height: 11px;
                        margin: 5px 6px 0 0px !important;
                    }

        header .top-bar ul.shop-menu {
            float: right;
            margin-left: 0px;
        }

            header .top-bar ul.shop-menu li {
                float: left;
                margin: 5px 7px;
            }

                header .top-bar ul.shop-menu li a {
                    float: left;
                    color: #525252;
                    line-height: 36px;
                    font-size: 13px;
                }

            header .top-bar ul.shop-menu > li a:hover {
                text-decoration: none;
                color: #F48120;
            }

            header .top-bar ul.shop-menu > .active > a, header .top-bar ul.shop-menu > .active > a:focus, header .top-bar ul.shop-menu > .active > a:hover {
                text-decoration: none;
                color: #F48120 !important;
            }

            header .top-bar ul.shop-menu li img {
                height: 23px;
                float: left;
                margin: 8px 0 0 0;
            }

                header .top-bar ul.shop-menu li img:hover {
                    color: #F48120;
                }

        header .top-bar .cart {
            float: right;
            color: #fff;
            border: 1px dashed rgba(255,255,255,0.1);
            font-size: 12px;
            margin-top: 7px;
            padding: 4px 8px;
        }

            header .top-bar .cart .item {
                float: left;
                margin-top: 2px;
            }

                header .top-bar .cart .item a {
                    color: #fff;
                }

            header .top-bar .cart img {
                height: 20px;
                float: left;
                margin: 0 6px;
            }

            header .top-bar .cart .total {
                float: left;
                margin-top: 2px;
            }

        header .top-bar.transparent {
            background: none;
        }

            header .top-bar.transparent .container {
                border-bottom: 1px solid rgba(255,255,255,0.2);
            }

.navbar-brand {
    height: auto;
    margin-top: -15%;
}

    .navbar-brand img {
        float: left;
        max-width: 100%;
    }

.navbar-default {
    width: 100%; /* height: 50px; */
    float: left;
    border: none;
    border-bottom: 3px solid #f48120;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 13px 24px -7px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 13px 24px -7px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 13px 24px -7px rgba(0, 0, 0, 0.16);
}

    .navbar-default .navbar-right {
        float: right;
    }

    .navbar-default .navbar-nav { /* margin-top: 8px; */
        float: right;
        border-top: 1px solid rgba(0,0,0,0.05);
    }

        .navbar-default .navbar-nav > li {
            float: left; /* border-left: 1px solid #F3F3F3; */
        }

            .navbar-default .navbar-nav > li a[href="#"]:hover {
                cursor: default;
            }

            .navbar-default .navbar-nav > li a { /* height: 28%; */
                padding: 15px 5px;
                color: #525252;
                font-size: 12px;
                font-weight: 600;
                margin-bottom: 0 !important;
            }

                .navbar-default .navbar-nav > li a:hover {
                    color: #F48120;
                    background-color: white !important;
                }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #F48120;
            background-color: white !important;
        }

        .navbar-default .navbar-nav > li.side-menu {
            width: 16px;
            float: left;
            padding: 28px 0;
            margin-left: 10px;
            cursor: pointer;
        }

        .navbar-default .navbar-nav > li.side-menu {
            width: 16px;
            height: 10px;
            float: left;
            margin-top: 2px;
            padding-left: 0;
            padding-right: 0;
            text-indent: -9999px;
        }

            .navbar-default .navbar-nav > li.side-menu span {
                width: 16px;
                height: 2px;
                float: left;
                background: #f2c133;
            }

                .navbar-default .navbar-nav > li.side-menu span.spacing {
                    margin: 4px 0;
                }

        .navbar-default .navbar-nav > li.dropdown:hover ul.dropdown-menu {
            display: block;
            -webkit-box-shadow: 0px 13px 24px -7px rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0px 13px 24px -7px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 13px 24px -7px rgba(0, 0, 0, 0.16);
        }

.navbar-nav > li > .dropdown-menu {
    background: #F48120;
    padding: 0;
    border: none;
    border-radius: 0;
    left: 0;
    right: auto;
    box-shadow: none;
}

    .navbar-nav > li > .dropdown-menu li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        position: relative;
    }

        .navbar-nav > li > .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .navbar-nav > li > .dropdown-menu li a {
            width: 100%;
            float: left;
            color: #fff;
            margin: 0;
            padding: 10px;
        }

        .navbar-nav > li > .dropdown-menu li ul.dropdown-menu2 {
            min-width: 130px;
            position: absolute;
            left: 100%;
            top: 0;
            background: #f99746;
            display: none;
            border-left: 1px solid rgba(0,0,0,0.05);
            margin: 0 !important;
        }

            .navbar-nav > li > .dropdown-menu li ul.dropdown-menu2 li {
                width: 100%;
                float: left;
                position: relative;
            }

                .navbar-nav > li > .dropdown-menu li ul.dropdown-menu2 li a {
                    float: left;
                }

                    .navbar-nav > li > .dropdown-menu li ul.dropdown-menu2 li a:hover {
                        float: left;
                        background: #FFFFFF;
                        color: #F48120;
                        text-decoration: none;
                    }

        .navbar-nav > li > .dropdown-menu li:hover ul.dropdown-menu2 {
            display: block;
        }

        .navbar-nav > li > .dropdown-menu li ul.dropdown-menu2 li ul.dropdown-menu3 {
            min-width: 120px;
            position: absolute;
            left: 100%;
            top: 0;
            background: #ffab65;
            display: none;
            border-left: 1px solid rgba(0,0,0,0.05);
            margin: 0 !important;
        }

        .navbar-nav > li > .dropdown-menu li ul.dropdown-menu2 li:hover ul.dropdown-menu3 {
            display: block;
        }

.navbar-default.transparent {
    background: none;
}

    .navbar-default.transparent .navbar-nav > li a {
        color: #fff;
    }

        .navbar-default.transparent .navbar-nav > li a:hover {
            color: #f3c217;
        }

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 3px solid #f48120;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 53px -15px rgb(90, 90, 90);
    -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.38);
}

    .fixed-nav .navbar-brand {
        margin-top: 0;
    }

    .fixed-nav .navbar-nav > li a {
        padding: 14px 5px;
        color: #525252;
        font-size: 12px;
    }

        .fixed-nav .navbar-nav > li a:hover {
            color: #F48120 !important;
        }

    .fixed-nav .navbar-nav > li.side-menu {
        padding: 20px 0;
    }

.fixed-logo {
    height: 30px;
}

.catalogues {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

    .catalogues .brochure {
        width: 100%;
        float: left;
        background: #FFFFFF;
        box-shadow: 0px 0px 44px -9px rgb(134, 133, 133);
        margin-bottom: 41px;
        margin-top: -49px;
    }

        .catalogues .brochure .title-box {
            width: 100%;
            height: 72px;
            line-height: 72px;
            float: left;
            text-align: center;
            padding: 0px 63px;
            color: #fff;
            background: #F48120;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 4px;
        }

        .catalogues .brochure .content {
            width: 100%;
            display: inline-block;
        }

            .catalogues .brochure .content .icon {
                float: left;
                margin-right: 15px;
            }

            .catalogues .brochure .content p {
                font-size: 12px;
                line-height: 17px;
                opacity: 0.6;
            }

            .catalogues .brochure .content a {
                color: #f3c217;
                font-weight: 700;
                text-decoration: underline;
            }

                .catalogues .brochure .content a:hover {
                    text-decoration: none;
                    color: #29282e;
                }

    .catalogues .boxes {
        width: 100%;
        float: left;
        height: 49px;
        background: #F48120;
        padding: 2% 2%;
        text-align: center;
        -webkit-box-shadow: 0px 0px 53px -15px rgba(168,168,168,0.79);
        -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,0.79);
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,0.79);
    }

        .catalogues .boxes * {
            -webkit-transition: .15s ease-in-out;
            -moz-transition: .15s ease-in-out;
            -ms-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            color: white;
        }

        .catalogues .boxes img {
            display: inline-block;
            margin-bottom: 30px;
            transform: translateY(0);
        }

        .catalogues .boxes h5 {
            font-weight: 700;
            color: #fff;
            font-size: 18px;
            letter-spacing: 2px;
        }

        .catalogues .boxes:hover {
            background: #F99746;
        }

.text-content {
    width: 100%;
    float: left;
    padding-top: 0px;
}

    .text-content .naslovi_svet h4 {
        color: #ff9840;
        font-weight: 700;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 12px;
        padding-top: 65px;
    }

    .text-content .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        padding: 50px;
        margin-bottom: 49px;
    }

    .text-content .item-detail-left {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }

        .text-content .item-detail-left .item-images {
            width: 100%;
            float: left;
        }

            .text-content .item-detail-left .item-images .main-image {
                width: 100%;
                float: left;
                border: 1px solid #eee;
                margin-bottom: 12px;
            }

                .text-content .item-detail-left .item-images .main-image img {
                    width: 100%;
                }

            .text-content .item-detail-left .item-images .thumbs {
                width: 100%;
                float: left;
            }

                .text-content .item-detail-left .item-images .thumbs li {
                    width: 20%;
                    float: left;
                    padding: 0 1% 2% 1.7% !important;
                }

                    .text-content .item-detail-left .item-images .thumbs li a {
                        float: left;
                    }

    .text-content .product-box {
        margin-bottom: 39px;
    }

    .text-content .share-buttons {
        display: inline-block;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        margin-bottom: 18px;
        background: transparent;
        padding: 9px 0px 4px 0px;
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }

.fb_iframe_widget span {
    vertical-align: baseline !important;
}

.text-content .titles h6 {
    padding-top: 4%;
}

    .text-content .titles h6 a {
        color: #505050;
    }

        .text-content .titles h6 a:hover {
            color: #F48120;
        }

.text-content .adresi {
    border: 1px solid rgba(222, 235, 251, 0.83);
    margin-bottom: 17px;
    padding: 2%;
    font-size: 18px;
    background-color: rgba(88, 118, 154, 0.16);
}

.text-content figure {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.text-content figcaption h4 {
    margin-bottom: 1px !important;
    color: #525252;
}

.text-content figure img {
    max-width: 100%;
}

.text-content .lead {
    margin-top: 30px;
    ;
    font-weight: 700;
    color: #525252;
}

.text-content .r_naslov {
    font-weight: 700;
    font-size: 22px;
}

.text-content .lead img {
    margin-right: 10px;
    width: 22px;
    height: 16px;
    border: 1px solid #CCCCCC;
}

.text-content p img {
    max-width: 100%;
    margin-right: 6px;
    margin-bottom: 3px;
}

.text-content .date {
    position: absolute;
    left: 2px;
    top: -22px;
    background: #FFFFFF;
    color: #A7A9AC;
    padding: 3px 12px;
    font-weight: bold;
    font-size: 12px;
}

    .text-content .date img {
        margin-right: 4px;
        margin-bottom: 3px;
    }

.text-content .icons {
    width: 100%;
    float: left;
    margin: 40px 0;
}

.text-content .steps {
    width: 100px;
    height: 100px;
    float: left;
    margin: 30px 0;
    border-radius: 100px;
    background: #f3c217;
    text-align: center;
    color: #fff;
}

    .text-content .steps span {
        font-weight: 700;
        font-size: 30px;
        display: inline-block;
        margin-top: 13px;
    }

    .text-content .steps h5 {
        margin-top: 0;
        font-size: 12px;
    }

.text-content .content-side-menu {
    width: 100%;
    float: right;
    padding-left: 0px;
}

    .text-content .content-side-menu h4 {
        padding-top: 8px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 18px;
    }

    .text-content .content-side-menu ul {
        width: 100%;
        float: left;
        background: #FFFFFF;
        position: relative;
        border: 1px solid #E2E2E2;
    }

        .text-content .content-side-menu ul li {
            width: 100%;
            float: left;
            border-bottom: 1px solid #E2E2E2;
        }

            .text-content .content-side-menu ul li:last-child {
                border-bottom: none;
            }

            .text-content .content-side-menu ul li a {
                width: 100%;
                float: left;
                line-height: 45px;
                color: #585858;
                padding: 0 4%;
                font-size: 13px;
                font-weight: 600;
            }

                .text-content .content-side-menu ul li a:hover {
                    background: #DCDCDC;
                    color: #fff;
                    text-decoration: none;
                }

            .text-content .content-side-menu ul li.active a {
                background: #DCDCDC;
                color: #fff;
                text-decoration: none;
            }

.text-content .custom-list {
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .text-content .custom-list li {
        width: 100%;
        float: left;
        margin: 4px 0;
        font-size: 12px;
    }

        .text-content .custom-list li i {
            font-size: 13px;
            float: left;
            margin-right: 6px;
            color: #f3c217;
        }

.text-content .thumbs {
    width: 100%;
    margin-left: -10px;
}

    .text-content .thumbs li {
        width: 100%;
        float: left;
        padding: 0 10px;
    }

        .text-content .thumbs li img {
            width: 100%;
        }

.team-members {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

    .team-members h2 {
        font-weight: 300;
        letter-spacing: 5px;
        margin-top: 30px;
    }

        .team-members h2:after {
            content: '';
            width: 16px;
            height: 3px;
            display: inline-block;
            margin: -5px 0 0 10px;
            background: #f3c217;
        }

    .team-members .signature {
        width: 200px;
    }

    .team-members figure {
        width: 100%;
        float: left;
    }

        .team-members figure img {
            width: 100%;
        }

    .team-members figcaption {
        width: 100%;
        float: left;
        border-top: 1px solid #eee;
        text-align: center;
    }

        .team-members figcaption h4 {
            font-size: 15px;
            color: #f3c217;
            margin-bottom: 0;
        }

        .team-members figcaption small {
            color: #999;
        }

.certificates {
    width: 100%;
    float: left;
}

    .certificates * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .certificates .content-side-menu {
        width: 100%;
        float: left;
    }

    .certificates .pocetna_jazik {
        position: relative;
        margin: 280px auto 0;
    }

    .certificates .col-md-8 {
        margin: -98px auto 0;
    }

    .certificates .content-side-menu ul {
        width: 100%;
        float: left;
        background: #FFFFFF;
        position: relative;
        border: 1px solid #E2E2E2;
    }

        .certificates .content-side-menu ul li {
            width: 100%;
            float: right;
            border-bottom: 1px solid #E2E2E2;
        }

            .certificates .content-side-menu ul li a {
                width: 100%;
                float: left;
                line-height: 45px;
                color: #636262;
                padding: 0 20px;
                font-size: 14px;
                font-weight: 700;
            }

    .certificates .content-side-menu h4 {
        padding-top: 7px;
        padding-bottom: 5px;
        font-size: 18px;
        padding-left: 21px;
        color: #636262;
    }

    .certificates .content-side-menu ul li.active a {
        background: #F4811F;
        color: #fff;
        text-decoration: none;
    }

    .certificates .content-side-menu ul li a:hover {
        background: #DCDCDC;
        color: #fff;
        text-decoration: none;
    }

    .certificates figure {
        width: 100%;
        float: left;
    }

        .certificates figure a {
            float: left;
        }

        .certificates figure img {
            width: 100%;
        }

.promo-video {
    width: 100%;
    float: left;
    padding: 100px 0;
}

    .promo-video * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .promo-video h3 {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 25px;
    }

    .promo-video p {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 10%;
        font-size: 17px;
        margin-bottom: 40px;
    }

    .promo-video video {
        width: 100%;
        float: left;
        border: 10px solid #f3c217;
    }

.career {
    width: 100%;
    float: left;
    padding: 0;
}

    .career .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        margin-bottom: 49px;
        padding: 20px;
    }

    .career .career-form {
        width: 100%;
        float: left;
        margin-bottom: 100px;
    }

        .career .career-form .form-group {
            width: 50%;
            float: left;
        }

            .career .career-form .form-group label {
                width: 100%;
                float: left;
                font-weight: 400;
            }

            .career .career-form .form-group.full-width {
                width: 95%;
            }

        .career .career-form input[type="text"] {
            width: 90%;
            float: left;
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        .career .career-form input[type="file"] {
            width: 90%;
            float: left;
            border: 1px solid rgba(0, 0, 0, 0.2);
            padding: 8px;
        }

        .career .career-form textarea {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

    .career .position-list {
        width: 100%;
        float: left;
        margin-bottom: 4%;
    }

        .career .position-list li {
            width: 100%;
            float: left;
            padding: 15px 0;
            border-bottom: 1px dashed rgba(0, 0, 0, 0.26);
        }

            .career .position-list li h5 {
                width: 50%;
                float: left;
                margin: 0;
            }

            .career .position-list li span {
                float: left;
                color: #999;
            }

            .career .position-list li a {
                float: right;
                color: #F48120;
            }

.counter-section {
    width: 100%;
    float: left;
    padding-bottom: 2px;
    padding-top: 42px;
}

    .counter-section .titles {
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: none;
    }

    .counter-section .row {
        /margin-left: -24px;
        margin-right: -16px;
        background: white;
        -webkit-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
    }

    .counter-section .spacing {
        padding: 0 30px;
        float: right;
    }

    .counter-section .button {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 19px;
        padding: 7px 18px;
        border: 2px solid #F48120;
        color: #F48120;
    }

        .counter-section .button:hover {
            background: #f3c217;
            color: #fff;
            text-decoration: none;
        }

    .counter-section .counter {
        font-size: 20px;
        color: #f3c217;
    }

    .counter-section h4 {
        font-size: 12px;
    }

    .counter-section i {
        font-size: 32px;
        display: block;
        margin-bottom: 10px;
    }

    .counter-section ul {
        font-size: 16px;
        margin-top: 40px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .counter-section ul li {
            float: left;
            padding: 0 20px;
            border-right: 1px solid rgba(0,0,0,0.05);
        }

            .counter-section ul li:last-child {
                border: none;
            }

.gallery {
    width: 100%;
    float: left;
    padding: 100px 0;
}

    .gallery * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .gallery .spaced-grids {
        display: inline-block;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 60px;
    }

        .gallery .spaced-grids li {
            width: 25%;
            padding: 20px;
            float: left;
        }

            .gallery .spaced-grids li:hover img {
                opacity: 0.8;
            }

            .gallery .spaced-grids li img {
                width: 100%;
            }

    .gallery .masonry-grids {
        width: 100%;
        float: left;
        margin-left: -0.5px;
        margin-right: -0.5px;
        margin-bottom: 60px;
    }

        .gallery .masonry-grids li {
            width: 25%;
            float: left;
            padding: 0.5px;
        }

            .gallery .masonry-grids li:hover img {
                opacity: 0.8;
            }

            .gallery .masonry-grids li img {
                width: 100%;
            }

    .gallery .small-grids {
        width: 100%;
        float: left;
        margin-bottom: 60px;
    }

        .gallery .small-grids li {
            width: 16.66666%;
            float: left;
            padding: 0;
        }

            .gallery .small-grids li.double-width {
                width: 50%;
            }

            .gallery .small-grids li:hover img {
                opacity: 0.8;
            }

            .gallery .small-grids li img {
                width: 100%;
            }

.home-services {
    width: 100%;
    float: left;
    margin-top: 34px;
}

    .home-services * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .home-services .row {
        border: 1px solid #F3F3F3;
        background-color: white;
        -webkit-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        margin-left: -3px;
    }

    .home-services figure {
        width: 100%;
        float: left;
        margin: 20px 0;
        position: relative;
    }

        .home-services figure:before { /* content:''; */
            width: 33px;
            height: 3px;
            position: absolute;
            left: 0;
            top: -20px;
            background: #f3c217;
        }

        .home-services figure img {
            max-width: 100%;
            float: left;
        }

    .home-services h4 {
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        color: #5F5C5C;
        margin-bottom: 20px;
    }

        .home-services h4:after { /* content:''; */
            width: 9px;
            height: 3px;
            display: inline-block;
            margin: -5px 0 0 10px;
            background: #F48120;
        }

    .home-services p {
        color: #999;
    }

    .home-services .col-md-2:hover figure img {
        transform: translateY(15px);
        opacity: 0.5;
    }

    .home-services .col-md-2:hover h4 {
        color: #F48120;
    }

.shop {
    width: 100%;
    float: left;
    padding: 0;
}

    .shop .detali_kopce {
        text-align: center;
        padding: 12px;
        color: white;
        border: none;
        line-height: normal;
        width: 150%;
        overflow: hidden;
        display: block;
        font-weight: bold;
        font-size: 16px;
        background: #F48120;
    }

        .shop .detali_kopce:hover {
            background: #F99746;
        }

    .shop .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        margin-bottom: 49px;
        padding: 35px;
    }

    .shop .titles h6 a {
        color: #505050;
    }

        .shop .titles h6 a:hover {
            color: #F48120;
        }

    .shop .search {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .shop .search .proizvod_search {
            width: 100%;
            float: left;
            background: #f3f1f1;
            padding: 10px;
        }

            .shop .search .proizvod_search input[type="text"] {
                width: 80%;
                height: 42px;
                float: left;
                border: 1px solid #ccc;
                padding: 0 10px;
            }

            .shop .search .proizvod_search button[type="submit"] {
                width: 20%;
                padding: 0;
                color: white;
                float: left;
                border: none;
                background: #F48120;
            }

            .shop .search .proizvod_search img {
                width: 30px;
                height: 30px;
            }

        .shop .search form {
            width: 97%;
            float: left;
            background: #D2D1D1;
            padding: 1px;
        }

            .shop .search form input[type="text"] {
                width: 85%;
                float: left;
                border: none;
            }

            .shop .search form button[type="submit"] {
                width: 12%;
                height: 40px;
                padding: 0;
                text-align: center;
                float: left;
                background: #F48120;
                border-left: 1px dotted #F48120;
            }

                .shop .search form button[type="submit"] img {
                    height: 36px;
                    float: left;
                }

    .shop .container .row .col-xs-12 .titles {
        font-size: 23px;
    }

    .shop .container .col-md-3 p {
        font-size: 17px;
    }

        .shop .container .col-md-3 p img {
            margin-right: 6px;
            margin-bottom: 3px;
        }

    .shop * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .shop h2 {
        width: 100%;
        float: left;
        text-align: center;
        color: white;
        background-color: #136161;
        font-size: 20px;
        padding: 10px;
        margin-bottom: 40px !important;
        margin-top: 0 !important;
    }

    .shop .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #136161;
        border-radius: 0px !important;
    }

        .shop .breadcrumb li {
            color: white;
        }

    .shop .shop-sidebar {
        width: 100%;
        float: left;
        -webkit-box-shadow:;
    }

        .shop .shop-sidebar .brochure {
            max-width: 100%; /* float: left; */
            background: #FFFFFF;
            box-shadow: 0px 0px 44px -9px rgb(206, 206, 206);
            margin-bottom: 25px;
        }

        .shop .shop-sidebar h2 {
            font-weight: 300;
            letter-spacing: 3px;
            font-size: 21px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

            .shop .shop-sidebar h2:after {
                content: '';
                width: 16px;
                height: 3px;
                display: inline-block;
                margin: -5px 0 0 10px;
                background: #f3c217;
            }

        .shop .shop-sidebar .widgets {
            width: 100%;
            float: left;
            margin-bottom: 40px;
        }

        .shop .shop-sidebar .slider.slider-horizontal .slider-track {
            border-radius: 0;
        }

        .shop .shop-sidebar .slider-selection {
            background: #eee;
            box-shadow: none;
            box-sizing: inherit;
            border-radius: 0;
        }

        .shop .shop-sidebar .slider-handle {
            border-radius: 0;
            margin-top: 0;
            margin-left: 0;
            height: 10px;
            background: rgba(243,184,23,1);
            background: -moz-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,184,23,1)), color-stop(100%, rgba(255,221,0,1)));
            background: -webkit-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
            background: -o-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
            background: -ms-linear-gradient(left, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
            background: linear-gradient(to right, rgba(243,184,23,1) 0%, rgba(255,221,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b817', endColorstr='#ffdd00', GradientType=1 );
        }

        .shop .shop-sidebar .search {
            width: 100%;
            float: left;
        }

            .shop .shop-sidebar .search form {
                width: 100%;
                float: left;
                background: #BFBFBF;
                padding: 3px;
            }

                .shop .shop-sidebar .search form input[type="text"] {
                    width: 80%;
                    float: left;
                    border: none;
                }

                .shop .shop-sidebar .search form button[type="submit"] {
                    width: 20%;
                    padding: 0;
                    text-align: center;
                    float: left;
                    background: #fff;
                    border-left: 1px dotted #BFBFBF;
                    color: #BFBFBF;
                    margin-left: 0px;
                }

        .shop .shop-sidebar .categories {
            width: 100%;
            float: right;
        }

            .shop .shop-sidebar .categories ul {
                width: 100%;
                float: left;
            }

                .shop .shop-sidebar .categories ul li {
                    width: 100%;
                    float: left;
                    margin: 4px 0;
                    padding-bottom: 8px;
                    border-bottom: 1px solid rgba(0,0,0,0.05);
                }

                    .shop .shop-sidebar .categories ul li:before {
                        content: '';
                        width: 6px;
                        height: 2px;
                        float: left;
                        background: #f3c217;
                        margin: 10px 9px 0 0;
                    }

                    .shop .shop-sidebar .categories ul li a {
                        float: left;
                        text-transform: uppercase;
                    }

                        .shop .shop-sidebar .categories ul li a:hover {
                            color: #f3c217;
                            text-decoration: none;
                        }

    .shop .product-box {
        margin-bottom: 39px;
    }

    .shop .pagination {
        width: 100%;
        float: left;
    }

        .shop .pagination > li {
            float: left;
        }

            .shop .pagination > li a {
                float: left;
                border: 1px solid rgba(0,0,0,0.05);
                font-weight: 700;
                font-size: 12px;
                padding: 20px;
                font-weight: 400;
                color: #2f2e33;
                border-radius: 0 !important;
            }

        .shop .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            background: #BFBFBF;
            color: #fff;
        }

    .shop .item-detail-left {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .shop .item-detail-left .item-images {
            width: 100%;
            float: left;
        }

            .shop .item-detail-left .item-images .main-image {
                width: 100%;
                float: left;
                border: 1px solid #eee;
            }

                .shop .item-detail-left .item-images .main-image img {
                    max-width: 100%;
                }

            .shop .item-detail-left .item-images .thumbs {
                width: 100%;
                float: left;
            }

                .shop .item-detail-left .item-images .thumbs li {
                    width: 25%;
                    float: left;
                }

                    .shop .item-detail-left .item-images .thumbs li:nth-child(4n+4) {
                        border-right: none;
                    }

                    .shop .item-detail-left .item-images .thumbs li img {
                        width: 100%;
                    }

                    .shop .item-detail-left .item-images .thumbs li a {
                        float: left;
                    }

    .shop .item-detail-right {
        width: 100%;
        float: left;
    }

        .shop .item-detail-right .product-name {
            width: 100%;
            text-align: left;
            float: left;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 17px;
            color: #848181;
            font-size: 21px;
        }

        .shop .item-detail-right .product-code {
            font-size: 11px;
            color: #999;
        }

        .shop .item-detail-right .review-stars {
            width: 100%;
            float: left;
            margin: 20px 0;
        }

            .shop .item-detail-right .review-stars i {
                float: left;
                margin-right: 4px;
                color: #f3c217;
            }

        .shop .item-detail-right .product-desc {
            width: 100%;
            float: left;
            font-size: 14px;
            margin: 0;
            border-top: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
            padding-top: 14px;
            padding-bottom: 14px;
        }

        .shop .item-detail-right .product-price {
            float: left;
            margin-right: 50px;
            font-size: 40px;
        }

            .shop .item-detail-right .product-price small {
                font-size: 20px;
            }

        .shop .item-detail-right .product-old-price {
            float: left;
            margin-right: 50px;
            font-size: 40px;
            color: #999;
            text-decoration: line-through;
        }

            .shop .item-detail-right .product-old-price small {
                font-size: 20px;
            }

        .shop .item-detail-right .social-buttons {
            width: 100%;
            float: left;
            margin: 20px 0;
        }

            .shop .item-detail-right .social-buttons li {
                float: left;
                margin-right: 20px;
            }

                .shop .item-detail-right .social-buttons li a {
                    font-size: 18px;
                    opacity: 0.4;
                }

                    .shop .item-detail-right .social-buttons li a:hover {
                        opacity: 1;
                        color: #29282e;
                    }

        .shop .item-detail-right .qty-option {
            width: 100%;
            float: left;
            padding: 10px 0;
            border-top: 1px solid rgba(0,0,0,0.05);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

            .shop .item-detail-right .qty-option label {
                width: auto;
                float: left;
                line-height: 40px;
                margin-right: 8px;
            }

            .shop .item-detail-right .qty-option select {
                float: left;
                border: 1px solid rgba(0,0,0,0.05);
                margin-right: 20px;
            }

        .shop .item-detail-right .buy-button {
            height: 50px;
            float: left;
            margin-top: 40px;
            background: #f3c217;
            color: #fff;
            font-size: 20px;
            padding: 0 30px;
        }

    .shop .cart-table {
        width: 100%;
        float: left;
    }

        .shop .cart-table td {
            padding: 10px 0;
        }

        .shop .cart-table thead {
            border-bottom: 1px dotted rgba(0,0,0,0.05);
        }

        .shop .cart-table tbody {
            border-bottom: 1px dotted rgba(0,0,0,0.05);
        }

        .shop .cart-table figure {
            width: 130px;
            float: left;
        }

            .shop .cart-table figure img {
                width: 100%;
            }

        .shop .cart-table .spinner {
            width: 70px;
            float: left;
            padding-right: 10px;
            border: 1px solid rgba(0,0,0,0.05);
        }

            .shop .cart-table .spinner input[type="text"] {
                width: 38px;
                float: left;
                box-shadow: none;
                border: none;
            }

            .shop .cart-table .spinner .input-group-addon {
                width: auto;
                float: right;
                background: none;
                border: none;
                padding: 0;
                padding-top: 6px;
            }

                .shop .cart-table .spinner .input-group-addon a {
                    display: block;
                }

        .shop .cart-table .product-name {
            width: 100%;
            float: left;
            font-size: 19px;
            margin-bottom: 10px;
        }

        .shop .cart-table .product-code {
            width: 100%;
            float: left;
            font-family: 'Merriweather', serif;
            font-size: 12px;
            color: #999;
            margin-bottom: 5px;
        }

        .shop .cart-table .product-rate {
            width: 100%;
            float: left;
        }

            .shop .cart-table .product-rate i {
                color: #f3c217;
            }

        .shop .cart-table .product-price {
            font-size: 17px;
        }

        .shop .cart-table .product-remove {
            font-size: 18px;
        }

.b1 {
    background-color: #136161 !important;
}

.b2 {
    background-color: #1C854A !important;
}

.b3 {
    background-color: #69AF56 !important;
}

.b4 {
    background-color: #C72121 !important;
}

.b5 {
    background-color: #f48120 !important;
}

.b6 {
    background-color: #FFCE08 !important;
}

.b7 {
    background-color: #345578 !important;
}

.b8 {
    background-color: #236AA0 !important;
}

.b9 {
    background-color: #2D96CF !important;
}

.b10 {
    background-color: #6C486E !important;
}

.b11 {
    background-color: #993D80 !important;
}

.b12 {
    background-color: #DE4192 !important;
}

.b13 {
    background-color: #f0efa1 !important;
}

.b14 {
    background-color: #f0efa1 !important;
}

.b15 {
    background-color: #f0efa1 !important;
}

.b16 {
    background-color: #f0efa1 !important;
}

.b17 {
    background-color: #f0efa1 !important;
}

.b18 {
    background-color: #f0efa1 !important;
}

.shopping-services {
    width: 100%;
    float: left;
    padding: 6px 0;
}

    .shopping-services img {
        width: 100%;
        float: right;
    }

    .shopping-services h5 {
        display: block;
        margin-top: 0;
        color: #f3c217;
    }

    .shopping-services span {
        display: block;
        font-size: 11px;
        margin-bottom: 0;
        padding-right: 20px;
        line-height: 16px;
        color: #999;
    }

.home-products {
    width: 100%;
    float: left;
    padding: 100px 0;
}

    .home-products * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .home-products .product-box {
        margin-bottom: 40px;
    }

.product-box {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 9px;
    position: relative;
    height: 200px;
}

.product-box {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

    .product-box:hover {
        border: 1px solid #F4811F;
    }

        .product-box:hover h5 {
            color: #F4811F;
        }

    .product-box figure {
        width: 100%;
        align-items: center;
        float: left;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        margin-bottom: 10px;
    }

        .product-box figure img {
            max-width: 100%;
            float: left;
        }

    .product-box h5 {
        width: 100%;
        float: left;
        font-size: 10px;
        font-weight: 700;
        color: #505050;
        text-transform: uppercase;
    }

    .product-box small {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #797979;
    }

    .product-box .price {
        width: 100%;
        float: left;
        font-size: 18px;
    }

    .product-box .old-price {
        width: 100%;
        float: left;
        font-size: 12px;
        margin: 10px 0;
        text-decoration: line-through;
        color: #999;
    }

    .product-box .sale {
        position: absolute;
        right: -6px;
        top: 8px;
        background: #f3c217;
        color: #fff;
        font-size: 13px;
        padding: 4px 8px;
    }

    .product-box .discount {
        position: absolute;
        right: -6px;
        top: 8px;
        background: #29282e;
        color: #fff;
        font-size: 13px;
        padding: 4px 8px;
    }

.about-us {
    width: 66%;
    float: left;
    padding-top: 34px;
}

    .about-us .row {
        background: white;
        border: 1px solid #F3F3F3;
        -webkit-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
    }

    .about-us .left-image {
        width: 100%;
        float: left;
    }

        .about-us .left-image figure {
            width: 100%;
            float: left;
            position: relative;
        }

            .about-us .left-image figure:before { /* content:''; */ /* width:206px; */ /* height:6px; */ /* position:absolute; */ /* right:-6px; */ /* bottom:-6px; */ /* background:#f3c217; */
            }

            .about-us .left-image figure:after { /* content:''; */ /* width:6px; */ /* height:206px; */ /* position:absolute; */ /* right:-6px; */ /* bottom:-6px; */ /* background:#f3c217; */
            }

            .about-us .left-image figure img {
                width: 100%;
            }

            .about-us .left-image figure span {
                position: absolute;
                left: -10px;
                top: 10px;
                font-size: 16px;
                background: #f3c217;
                color: #fff;
                padding: 6px 20px;
            }

    .about-us .services-box {
        width: 100%;
        float: left; /* padding: 20px; */ /* background: white; */
    }

        .about-us .services-box.full-width {
            max-width: inherit;
        }

        .about-us .services-box figure {
            width: 38%;
            float: left;
            position: relative;
            margin-bottom: 4%;
            margin-right: -5%;
            pointer-events: none; /* margin-left: 12px; */
        }

            .about-us .services-box figure img {
                width: 77%;
            }

            .about-us .services-box figure:before { /* content:''; */
                width: 104px;
                height: 6px;
                position: absolute;
                right: -6px;
                bottom: -6px;
                background: #f3c217;
            }

            .about-us .services-box figure:after { /* content:''; */ /* width:6px; */ /* height:104px; */ /* position:absolute; */ /* right:-6px; */ /* bottom:-6px; */ /* background:#f3c217; */
            }

        .about-us .services-box h4 {
            font-size: 16px;
            color: #4C4C4C;
            font-weight: 700;
            margin-top: 0%;
        }

            .about-us .services-box h4:after { /* content:''; */
                width: 9px;
                height: 3px;
                display: inline-block;
                margin: -5px 0 0 10px;
                background: #f3c217;
            }

        .about-us .services-box p {
            color: #000000; /* float: right; */
            line-height: 16px;
        }

        .about-us .services-box ul {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
        }

            .about-us .services-box ul li {
                width: 100%;
                float: left;
                margin: 2px 0;
                padding: 0;
                color: #999;
                font-size: 12px;
            }

                .about-us .services-box ul li:before {
                    content: '';
                    width: 4px;
                    height: 4px;
                    float: left;
                    margin: 6px 7px 0 0;
                    border-radius: 4px;
                    background: #ccc;
                }

        .about-us .services-box .button {
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            margin-top: 0px;
            margin-bottom: 12px;
            padding: 2px 9px;
            border: 2px solid #C1BFBF;
            color: #B5B2B2;
        }

            .about-us .services-box .button:hover {
                background: rgb(244, 129, 32);
                border: 2px solid rgb(244, 129, 32);
                color: #fff;
                text-decoration: none;
            }

.upcoming-projects {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #f6f6f6;
}

    .upcoming-projects * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

ul.projects {
    margin-left: -30px;
    margin-right: -30px;
}

    ul.projects li {
        width: 33.33333%;
        float: left;
        padding: 0 30px;
    }

        ul.projects li figure {
            width: 100%;
            float: left;
            position: relative;
        }

            ul.projects li figure img {
                width: 100%;
            }

            ul.projects li figure figcaption {
                width: 100%;
                height: 100%;
                text-align: center;
                color: #fff;
                background: rgba(0,0,0,0.8);
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
            }

            ul.projects li figure:hover figcaption {
                opacity: 1;
            }

ul.filter {
    width: 100%;
    float: left;
    text-align: center;
}

    ul.filter li {
        display: inline-block;
    }

        ul.filter li a {
            width: 20px;
            height: 5px;
            float: left;
            text-indent: -9999px;
            background: #eee;
        }

        ul.filter li .current {
            background: #f3c217;
        }

.progress {
    width: 100%;
    height: 20px;
    float: left;
    overflow: inherit;
    box-shadow: none;
    background: #ccc;
    border-radius: 0;
    margin: 10px 0;
}

    .progress .progress-bar {
        background: #f3c217;
        box-shadow: none;
    }

.all-projects {
    width: 100%;
    float: left;
    padding: 0;
}

.pdf-button {
    color: white;
    background: #F48120;
    border: 1px solid #F48120;
    border-radius: 6px;
    padding: 5px 10px;
    width: 100%;
}



    .all-projects .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        padding: 50px;
        margin-bottom: 49px;
    }

        .all-projects .container .pagination {
            width: 100%;
            float: left;
        }

            .all-projects .container .pagination > li {
                float: left;
                display: inline;
                float: left;
                border: 1px solid rgba(0,0,0,0.05);
                font-weight: 700;
                font-size: 12px;
                font-weight: 400;
                color: #2f2e33;
                border-radius: 0 !important;
            }

                .all-projects .container .pagination > li a {
                    float: left;
                    border: 1px solid rgba(0,0,0,0.05);
                    font-weight: 700;
                    font-size: 12px;
                    padding: 20px;
                    font-weight: 400;
                    color: #2f2e33;
                    border-radius: 0 !important;
                }

            .all-projects .container .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
                background: #BFBFBF;
                color: #fff;
            }

    .all-projects * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .all-projects ul {
        margin-left: -30px;
        margin-right: -30px;
    }

        .all-projects ul li {
            width: 30.33333%;
            float: left;
            border: 1px solid #E2E2E2;
            margin-right: 0%;
            margin-bottom: 2%;
            margin-left: 2.3%;
            padding: 1%;
            height: 200px;
        }

            .all-projects ul li figure {
                width: 47%;
                float: left;
                position: relative;
            }

                .all-projects ul li figure img {
                    width: 100%;
                }

                .all-projects ul li figure figcaption {
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    color: #fff;
                    background: rgba(244, 129, 32, 0.79);
                    position: absolute;
                    left: 0;
                    top: 0;
                    opacity: 0;
                }

                .all-projects ul li figure:hover figcaption {
                    opacity: 1;
                }

            .all-projects ul li .info {
                width: 47%;
                float: right;
                margin-bottom: 1px;
            }

                .all-projects ul li .info h5 {
                    color: #7B7B7B;
                    font-size: 10px;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 3px;
                }

                .all-projects ul li .info span {
                    width: 100%;
                    float: left;
                    font-size: 11px;
                }

                .all-projects ul li .info .type {
                    font-family: 'Merriweather', serif;
                    margin-bottom: 12px;
                    font-size: 16px;
                }

                .all-projects ul li .info span {
                    float: left;
                    margin-top: 2px;
                    padding: 0px;
                    color: #7B7B7B;
                    font-size: 10px;
                    text-transform: uppercase;
                }

                    .all-projects ul li .info span:hover {
                        color: #F4811F;
                        text-decoration: blink;
                        cursor: pointer;
                    }

    .all-projects .pagination {
        width: 100%;
        float: left;
    }

        .all-projects .pagination > li {
            float: left;
        }

            .all-projects .pagination > li a {
                float: left;
                border: 1px solid rgba(0,0,0,0.05);
                font-weight: 700;
                font-size: 12px;
                padding: 20px;
                font-weight: 400;
                color: #2f2e33;
                border-radius: 0 !important;
            }

.features-news {
    width: 100%;
    float: left;
    margin-top: 23px;
}

    .features-news * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .features-news .row {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 1%;
        border: 1px solid #F3F3F3;
        background-color: white;
        -webkit-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
    }

    .features-news .col-md-6 {
        padding: 0px 31px;
    }

    .features-news .row figure {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 30px;
    }

        .features-news .row figure img {
            max-width: 100%;
        }

            .features-news .row figure img:hover {
                transform: translateY(13px);
                opacity: 0.5;
            }

    .features-news .owl-news {
        width: 100%;
        float: left;
        margin-top: -10px;
        padding-bottom: 15px;
    }

        .features-news .owl-news .item {
            padding-top: 10px;
        }

    .features-news .home-news {
        width: 100%;
        float: left;
    }

    .features-news .gallery-thumbs {
        margin-left: -3px;
        margin-right: -3px;
    }

        .features-news .gallery-thumbs li {
            width: 50%;
            float: left;
            padding: 3px;
            overflow: hidden;
        }

            .features-news .gallery-thumbs li a {
                float: left;
            }

            .features-news .gallery-thumbs li img {
                width: 100%;
                border: 2px solid transparent;
            }

            .features-news .gallery-thumbs li p {
                line-height: 16px;
                margin-top: 7px;
            }

                .features-news .gallery-thumbs li p:hover {
                    color: #f48120;
                }

            .features-news .gallery-thumbs li:hover img {
                border: 2px solid #f48120;
            }

    .features-news .home-news figure {
        width: 54%;
        float: left;
        margin-bottom: 20px;
        position: relative;
        background: #f3c217;
    }

        .features-news .home-news figure img {
            width: 100%;
            opacity: 1;
        }

        .features-news .home-news figure:before { /* content:''; */ /* width:206px; */ /* height:6px; */ /* position:absolute; */ /* right:-6px; */ /* bottom:-6px; */ /* background:#f3c217; */
        }

        .features-news .home-news figure:after {
            content: '';
            width: 6px; /* height:206px; */ /* position:absolute; */ /* right:-6px; */ /* bottom:-6px; */ /* background:#f3c217; */
        }

    .features-news .home-news .date {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #F48120;
        color: #fff;
        padding: 4px 6px;
    }

        .features-news .home-news .date b {
            display: block;
            font-size: 26px;
        }

    .features-news .home-news .title {
        width: 100%;
        float: right;
        margin-top: 0;
    }

        .features-news .home-news .title a {
            float: right;
            font-family: 'Open Sans', sans-serif;
            color: #4C4C4C;
            font-size: 14px;
            font-weight: 100;
            text-align: left;
            line-height: 19px;
        }

            .features-news .home-news .title a:hover {
                color: #F48120;
                text-decoration: none;
            }

    .features-news .home-news small {
        display: block;
        font-family: 'Merriweather', serif;
        color: #ccc;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .features-news .home-news:hover img {
        opacity: 0.7;
    }

    .features-news .owl-news .owl-buttons {
        width: 100%;
        float: left;
    }

    .features-news .owl-news .owl-prev {
        float: left;
        text-indent: -9999px;
        margin-right: 20px;
        color: #F48120;
    }

        .features-news .owl-news .owl-prev:before {
            content: "\f124";
            font-family: ionicons;
            float: left;
            text-indent: 0;
            font-size: 22px;
        }

        .features-news .owl-news .owl-prev:hover:before {
            color: #F9C192;
        }

    .features-news .owl-news .owl-next {
        float: left;
        text-indent: -9999px;
        color: #F58020;
    }

        .features-news .owl-news .owl-next:before {
            content: "\f125";
            font-family: ionicons;
            float: left;
            text-indent: 0;
            font-size: 22px;
        }

        .features-news .owl-news .owl-next:hover:before {
            color: #F1A669;
        }

.logos {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: url(../images/banner1.jpg);
    background-size: cover;
}

    .logos img {
        width: 100%;
        padding: 40px 0;
    }

    .logos h2 {
        height: 0px;
        overflow: hidden;
    }

.quote {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}

    .quote * {
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    .quote h5 {
        font-size: 16px;
        color: #fff;
        letter-spacing: 6px;
    }

    .quote h2 {
        font-size: 90px;
        color: #fff;
        font-weight: 700;
    }

    .quote p {
        padding: 0 10%;
        font-size: 14px;
        color: #fff;
        margin-bottom: 50px;
    }

    .quote a {
        display: inline-block;
        border: 2px solid #fff;
        color: #fff;
        font-size: 18px;
        padding: 10px 25px;
        padding-right: 10px;
    }

        .quote a i {
            opacity: 0;
            visibility: hidden;
            transform: translateX(-15px);
            font-size: 18px;
            padding-left: 10px;
            display: inline-block;
        }

        .quote a:hover {
            text-decoration: none;
            transform: translateX(-15px);
            padding-right: 25px;
        }

            .quote a:hover i {
                opacity: 1;
                transform: translateX(0);
                visibility: visible;
            }

.get-quote {
    width: 100%;
    float: left;
    padding: 0;
}

    .get-quote form {
        width: 100%;
        float: left;
        padding-bottom: 40px;
        padding-top: 20px;
    }

        .get-quote form input[type="text"] {
            width: 60%;
            border: 1px solid rgba(0,0,0,0.05);
            background-color: #EEEEF0;
            float: left;
        }

        .get-quote form select {
            width: 60%;
            border: 1px solid rgba(0,0,0,0.05);
            background-color: #EEEEF0;
            float: left;
            font-size: 15px;
        }

        .get-quote form .form-group {
            width: 100%;
            float: left;
            border: 1px solid #EEEEF0;
            padding: 11px;
        }

    .get-quote .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        margin-bottom: 49px;
        padding: 44px;
    }

        .get-quote .container .lead {
            padding-bottom: 5px;
            font-weight: 700;
            color: #525252;
            margin-bottom: 0px;
        }

.blog {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
}

    .blog .container {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        -moz-box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        margin-bottom: 49px;
        padding: 45px;
    }

    .blog .content-side-menu {
        width: 100%;
        float: right;
        padding-left: 0px;
        margin-bottom: 6%;
    }

        .blog .content-side-menu ul {
            width: 100%;
            float: left;
            background: #FFFFFF;
            position: relative;
            border: 1px solid #E2E2E2;
        }

            .blog .content-side-menu ul li {
                width: 100%;
                float: right;
                border-bottom: 1px solid #E2E2E2;
            }

                .blog .content-side-menu ul li a {
                    width: 100%;
                    float: left;
                    line-height: 45px;
                    color: #636262;
                    padding: 0 20px;
                    font-size: 14px;
                }

                    .blog .content-side-menu ul li a:hover {
                        background: #DCDCDC;
                        color: #fff;
                        text-decoration: none;
                    }

        .blog .content-side-menu h4 {
            padding-top: 7px;
            padding-bottom: 5px;
            text-align: center;
            font-size: 18px;
        }

        .blog .content-side-menu ul li.active a {
            background: #DCDCDC;
            color: #fff;
            text-decoration: none;
        }

    .blog * {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .blog .news-box {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .blog figure {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        position: relative;
        background: #f3c217;
    }

        .blog figure img {
            width: 100%;
            float: left;
        }

        .blog figure .date {
            position: absolute;
            left: 20px;
            top: -10px;
            background: #F4811F;
            color: #fff;
            padding: 4px 6px;
        }

            .blog figure .date b {
                display: block;
                font-size: 26px;
                color: white;
            }

        .blog figure:hover img {
            opacity: 0.7;
        }

    .blog h3 {
        display: block;
        margin-top: 0;
        color: #F4811F;
    }

    .blog .news-box h3 a {
        font-size: 22px;
        font-weight: normal;
        border: none;
        color: #F4811F;
        padding: 0 !important;
    }

        .blog .news-box h3 a:hover {
            background: none;
            color: #F4811F;
            text-decoration: underline;
        }

    .blog blockquote {
        margin: 30px 0;
        font-size: 15px;
        border-left: 4px solid #f3c217;
    }

    .blog .read-link {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        margin-top: 9px;
        padding: 2px 9px;
        border: 2px solid #F4811F;
        color: #F4811F;
    }

        .blog .read-link:hover {
            background: #F4811F;
            color: #fff;
            text-decoration: none;
        }

    .blog .author {
        display: block;
        font-family: 'Merriweather', serif;
        color: #ccc;
        margin-bottom: 30px;
        font-size: 12px;
    }

    .blog .border {
        width: 38px;
        height: 3px;
        display: inline-block;
        margin-bottom: 30px;
        background: #f3c217;
    }

    .blog .pagination {
        width: 100%;
        float: left;
    }

        .blog .pagination > li {
            float: left;
        }

            .blog .pagination > li a {
                float: left;
                border: 1px solid rgba(0,0,0,0.05);
                ;
                font-weight: 700;
                font-size: 12px;
                padding: 20px;
                font-weight: 400;
                color: #2f2e33;
                border-radius: 0 !important;
            }

        .blog .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            background: #F48120;
            color: #fff;
        }

.blog-sidebar {
    width: 100%;
    padding-left: 30px;
}

    .blog-sidebar h2 {
        font-weight: 300;
        letter-spacing: 0px;
        font-size: 21px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .blog-sidebar .widgets {
        width: 100%;
        float: left;
        margin-bottom: 6%;
    }

    .blog-sidebar .social-media {
        width: 100%;
        float: left;
    }

        .blog-sidebar .social-media ul {
            width: 100%;
            float: left;
        }

            .blog-sidebar .social-media ul li {
                float: left;
                padding: 7px;
                background: #f3c217;
                text-align: center;
                margin-right: 1px;
            }

                .blog-sidebar .social-media ul li a {
                    width: 100%;
                    float: left;
                }

        .blog-sidebar .social-media a:hover {
            color: #F4811F;
        }

        .blog-sidebar .social-media ul li i {
            display: inline-block;
            color: #fff;
            font-size: 20px;
        }

        .blog-sidebar .social-media ul li span {
            display: block;
            font-size: 11px;
            color: #fff;
        }

    .blog-sidebar .search {
        width: 100%;
        float: left;
    }

        .blog-sidebar .search form {
            width: 100%;
            float: left;
            background: #f3c217;
            padding: 20px 10px;
        }

            .blog-sidebar .search form input[type="text"] {
                width: 80%;
                float: left;
                border: none;
            }

            .blog-sidebar .search form button[type="submit"] {
                width: 20%;
                padding: 0;
                text-align: center;
                float: left;
                background: #fff;
                border-left: 1px dotted #f3c217;
                color: #f3c217;
                margin-left: -3px;
            }

    .blog-sidebar .tags {
        width: 100%;
        float: left;
    }

        .blog-sidebar .tags a {
            float: left;
            padding: 5px;
            border: 1px solid #eee;
            font-size: 12px;
            color: #999;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .blog-sidebar .tags a:hover {
                text-decoration: none;
                color: #f3c217;
            }

    .blog-sidebar .categories {
        width: 100%;
        float: left;
    }

        .blog-sidebar .categories ul {
            width: 100%;
            float: left;
        }

            .blog-sidebar .categories ul li {
                width: 100%;
                float: left;
                margin: 4px 0;
                padding-bottom: 8px;
                border-bottom: 1px solid rgba(0,0,0,0.05);
            }

                .blog-sidebar .categories ul li:before {
                    content: '';
                    width: 6px;
                    height: 2px;
                    float: left;
                    background: #f3c217;
                    margin: 10px 9px 0 0;
                }

                .blog-sidebar .categories ul li a {
                    float: left;
                    text-transform: uppercase;
                }

                    .blog-sidebar .categories ul li a:hover {
                        color: #f3c217;
                        text-decoration: none;
                    }

    .blog-sidebar .gallery-thumbs {
        width: 100%;
        float: left;
    }

        .blog-sidebar .gallery-thumbs a {
            width: 20%;
            float: left;
            padding: 0.5px;
        }

            .blog-sidebar .gallery-thumbs a img {
                width: 100%;
                float: left;
            }

.contact-us {
    width: 100%;
    float: left;
    padding: 0;
}

    .contact-us .button {
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 12px;
        padding: 1.3% 2%;
        border: 2px solid #C1BFBF;
        color: #B5B2B2;
    }

        .contact-us .button:hover {
            background: rgb(244, 129, 32);
            border: 2px solid rgb(244, 129, 32);
            color: #fff;
            text-decoration: none;
        }

    .contact-us .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        margin-bottom: 49px;
        padding: 44px;
    }

    .contact-us #map {
        width: 100%;
        height: 280px;
        float: left;
        margin: 50px 0;
        margin-bottom: 80px;
    }

    .contact-us .contact-form {
        width: 100%;
        float: left;
    }

        .contact-us .contact-form .form-group {
            margin-bottom: 15px;
            width: 50%;
            float: left;
        }

    .contact-us input[type="text"] {
        width: 80%;
        border: 1px solid #EEEEF0;
    }

    .contact-us textarea {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.05);
    }

    .contact-us #success {
        display: none
    }

    .contact-us #error {
        display: none;
    }

.newsletter {
    width: 100%;
    float: left;
    margin-top: 60px;
    padding: 60px 0;
    background: #f3c217;
}

    .newsletter .titles {
        margin-bottom: 0;
        border-bottom: none;
    }

        .newsletter .titles h2 {
            color: #fff;
        }

            .newsletter .titles h2:after {
                content: '';
                background: #fff;
            }

    .newsletter form {
        width: 100%;
        float: left;
    }

        .newsletter form .form-group {
            width: 100%;
            float: left;
        }

        .newsletter form input[type="text"] {
            width: 100%;
            max-width: 500px;
            height: 50px;
            float: left;
            background: none;
            border: 2px solid #fff;
        }

            .newsletter form input[type="text"]::-webkit-input-placeholder {
                color: #fff;
            }

        .newsletter form button[type="submit"] {
            height: 50px;
            float: left;
            background: #fff;
            color: #f3c217;
        }

        .newsletter form small {
            color: #fff;
        }

    .newsletter .image {
        float: right;
        margin-top: -161px;
        margin-bottom: -60px;
    }


/* Refrence cards START */

.custom-back-link a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.custom-back-link img{
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

    .custom-back-link a:hover {
        color: #505050;
        text-decoration: underline;
    }

.ref-cards {
    position: relative;
    top: -70px;
}

.ref-card-sub {
    display: flex;
    justify-content: center;

}
  

.ref-cards-position {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: space-between;
    float: right;
    margin-bottom: 20px;
}

.ref-cards-position-sub {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    float: right;
    margin-bottom: 20px;
}

.ref-group-card-sub {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.ref-card-item a {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.ref-card-title {
    background-color: #F48120;
    padding: 0 2%;
    color: #fff;
    text-align: center;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
}
/* Refrence cards END */

/* Search References Start */

.ref-search-filters-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F48120;
    padding: 20px;
    margin: 5px 11px 15px 13px;
}

.ref-search-group {
    display: flex;
    align-items: center;
}

.ref-search-input input {
    flex: 1;
    width: 300px;
    padding: 6px 12px;
    font-size: 14px;
    border: none !important;
    margin: 0;
    border-radius: 6px 0 0 6px;
}

    .ref-search-input input:focus {
        outline: none;
    }

.btn-ref-filter {
    height: 40px;
    width: 225px;
    background-color: #fff;
    padding: 7px 12px;
    color: #F48120;
    border-radius: 6px;
    font-weight: 500;
    border: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-position {
text-transform: uppercase;
}


/* Search References End */

/* Filter tags Start */
.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    padding-left: 12px;
    background-color: transparent;
    border: 2px solid #F48120;
    color: #F48120;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 5px;
}

.close-filter {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #F48120;
    margin-left: 8px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .close-filter:hover {
        background-color: #f4812033;
        color: #d26500;
    }


.btn-clear-filters {
    background-color: transparent;
    color: #F48120;
    border: none;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-clear-filters:hover {
        text-decoration: underline;
    }


/* Filter tags End */

.no-results-message {
    text-align: center;
    color: #525252;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
}

/* Filter References By Product Start */
#modalProducts .modal-dialog {
    max-width: 1198px;
    margin: 1.75rem auto;
}

#modalProducts .modal-content {
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-products {
    padding-top: 20px;
}

.modal-categories {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.modal-subcategories {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#modalProducts .card-title {
    text-transform: uppercase;
    color: #F4811F;
}

.custom-modal-size {
    max-width: 900px !important;
}

.full-height-content {
    height: 40vh;
}

.custom-modal-size-subcategories {
    max-width: 600px !important;
}

.full-height-content-subcategories {
    height: 35vh;
}



.product-card {
    border: 1px solid #ddd;
    /*  transition: transform 0.2s ease;*/
    color: inherit;
}

.card-title {
    text-transform: uppercase;
    height: 32px;
    width: 175px;
    color: #F48120;
    font-size: 12px;
    text-align: center;
}

    .card-title:hover {
        color: #f09141;
        text-decoration: underline;
    }

.border-gray-bottom {
    color: #7B7B7B;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #efefef !important;
}

.modal-button-text {
    font-weight: 500;
    line-height: 2;
    font-size: 15px;
    margin-right: auto;
    overflow: hidden;
}

.modal-close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #7B7B7B;
    cursor: pointer;
}

.custom-scroll {
    max-height: 80vh;
    /*  overflow-y: auto;*/
}

    .custom-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .custom-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
        border: 2px solid transparent;
    }




/* Filter References By Product End */

footer {
    width: 100%;
    float: left;
    padding-top: 18px;
    margin-top: 57px;
    background: #F48120;
    border-top: 6px solid #FFBB82;
    color: #fff;
}

    footer .title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 14px;
        letter-spacing: 2px;
    }

        footer .title:after { /* content:''; */
            width: 17px;
            height: 3px;
            display: inline-block;
            margin: -5px 0 0 10px;
            background: #f3c217;
        }

    footer .top-footer {
        width: 100%;
        float: left;
    }

        footer .top-footer .box-content {
            width: 100%;
            border: 1px solid rgb(255, 255, 255);
            padding: 9px 13px 40px 13px;
            position: relative;
        }

            footer .top-footer .box-content figure img {
                max-width: 100%;
            }

            footer .top-footer .box-content .social-media {
                float: left;
                margin-left: 25%;
                display: inline-flex;
            }

                footer .top-footer .box-content .social-media li {
                    float: left;
                    margin: 2px 3px;
                }

                    footer .top-footer .box-content .social-media li a {
                        width: 30px;
                        height: 30px;
                        line-height: 27px;
                        float: left;
                        border-radius: 22px;
                        background: rgb(241, 187, 142);
                        border: 1px solid #F99746;
                        color: #FFFFFF;
                        font-size: 17px;
                        text-align: center;
                    }

                        footer .top-footer .box-content .social-media li a:hover {
                            background: rgb(255, 255, 255);
                            color: #F99746 !important;
                            border: 1px solid #FBFBFB;
                        }

            footer .top-footer .box-content:after {
                content: '';
                width: 40px;
                height: 4px;
                background: #FFFFFF;
                position: absolute;
                left: 17px;
                bottom: -2px;
            }
/*footer .top-footer .box-content i{width:34px;height: 32px;line-height: 34px;text-align:center;border-radius:34px;background:#f3c217;color:#fff;font-size:20px;float:left;/* margin-right:20px; */ /* margin-bottom:20px; */
}

footer .top-footer .box-content h5 {
    margin-top: 5px;
    margin-bottom: 10px;
}

footer .top-footer .box-content p {
    font-size: 13px;
    margin: 8px;
    padding-top: 4px;
    padding-bottom: 6px;
    line-height: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.59);
    border-bottom: 1px solid rgba(255, 255, 255, 0.59);
    color: white;
}

footer .top-footer .box-content a {
    color: #f3c217;
}

footer .about-text {
    width: 100%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    padding-left: 28px;
}

footer li {
    width: 100% !important;
    float: left;
    padding-right: 2px;
    line-height: 18px;
    font-size: 11px;
    margin-bottom: 5px;
}

footer .meni_f {
    width: 100%;
    padding-top: 21px;
}

footer .box_orange {
    width: 117px;
    float: left;
}

footer .meni {
    display: block;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
}

    footer .meni a {
        color: white;
    }

footer ul {
    color: #FFF;
    margin-left: 0px;
    font-size: 11px;
}

    footer ul li a {
        color: white !important;
    }

footer * {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

footer .video figure {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #f3c217;
    border: 3px solid #29282e;
}

    footer .video figure img {
        width: 100%;
        float: left;
    }

footer .video .table {
    position: absolute;
    height: 238px !important;
    z-index: 2;
}

    footer .video .table i {
        font-size: 30px;
        margin-bottom: 10px;
    }

    footer .video .table h4 {
        color: #fff;
    }

        footer .video .table h4 a {
            font-size: 16px;
            color: #fff;
        }

            footer .video .table h4 a:hover {
                text-decoration: none;
                color: #f3c217;
            }

footer .video:hover h4 {
    margin-top: 0;
}

footer .video:hover figure {
    border: 3px solid #f3c217;
}

footer .sub-footer {
    width: 100%;
    float: left;
    margin-top: 17px;
    padding-top: 9px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

    footer .sub-footer .copyright {
        float: right;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
    }

    footer .sub-footer .creation {
        float: right;
        font-size: 11px;
        color: #fff;
    }

        footer .sub-footer .creation i {
            color: #f3c217;
        }

.price-box {
    width: 86%;
    float: left;
    text-align: center;
}

    .price-box h3 {
        width: 100%;
        height: 72px;
        float: left;
        background: #F48120;
        color: #fff !important;
        font-size: 20PX;
        font-weight: 700;
        margin-top: 0;
        padding: 26px 0;
        margin-left: -14px;
    }

        .price-box h3 small {
            font-size: 11px;
            display: inline-block;
            margin-left: 10px;
            color: #fff;
        }

    .price-box h5 {
        width: 100%;
        float: left;
        margin-top: 20px;
        color: #999;
        font-size: 20px;
    }

    .price-box ul {
        width: 80%;
        float: left;
        margin: 20px 10%;
    }

        .price-box ul li {
            width: 100%;
            float: left;
            margin-bottom: 15px;
            padding-bottom: 16px;
            border-bottom: 1px dotted #eee;
        }

            .price-box ul li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

.cd-top {
    display: inline-block;
    width: 45px;
    padding: 12px 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    overflow: hidden;
    white-space: nowrap;
    background: rgb(249, 151, 70);
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top:before {
        content: "\f10d";
        font-family: ionicons;
        color: #fff;
        font-size: 30px;
        display: inline-block;
    }

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: 1;
    }

.no-touch .cd-top:hover {
    background-color: #F7A25B;
    opacity: 1;
}

@media only screen and (max-width: 1190px), only screen and (max-device-width: 1190px) {
    header .top-bar ul.shop-menu {
        margin-left: 0;
        background-color: white;
        margin-top: 1px;
    }

        header .top-bar ul.shop-menu li a {
            line-height: 26px;
            font-size: 13px;
        }

        header .top-bar ul.shop-menu li img {
            margin: 3px 0 0 0;
        }

    header .top-bar .language {
        margin-left: 0px;
        line-height: 29px;
    }

    .about-us .services-box figure img {
        width: 80%;
    }

    ul.projects li {
        padding: 0 20px;
    }

    .features-news .home-news figure:before {
        width: 160px;
    }

    .features-news .home-news figure:after {
        height: 160px;
    }

    .features-news .col-lg-5 figure img:hover {
        transform: translateY(15px);
        opacity: 0.5;
    }

    .newsletter form input[type="text"] {
        max-width: 400px;
    }

    .top-link-btn {
        display: inline-block !important;
    }

    .top-button {
        display: none;
    }

    .img-homepage {
        margin: 0px 0px 40px 0px !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 989px), only screen and (max-device-width: 989px) {
    .home-services .row {
        margin-left: -15px !important;
    }

    .text-content .container {
        padding: 20px;
    }

    .navbar-brand {
        margin-top: 0px;
    }

        .navbar-brand img {
            height: 34px;
        }

    .navbar-default .navbar-right {
        float: right;
    }

    header .top-bar {
        height: 32px;
    }

        header .top-bar ul.shop-menu li {
            margin: 0 4px;
        }

        header .top-bar ul.social-media {
            float: right;
            margin-top: 5px;
        }

        header .top-bar .language {
            margin-left: 0px;
            line-height: 16px;
        }

            header .top-bar .language .dropdown-toggle i {
                margin-top: 3px;
            }

    .container {
        width: 100%;
    }

    .fixed-nav .navbar-brand {
        padding: 10px;
        margin-top: 0px;
    }

    .fixed-nav .navbar-nav > li a {
        font-size: 11px;
    }

    .navbar-default .navbar-nav > li a {
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 0 !important;
    }

    .slider {
        height: 332px;
    }

        .slider .banner {
            height: auto;
        }

    .quote h2 {
        font-size: 74px;
    }

    .catalogues .boxes {
        padding: 1% 2%;
    }

    .about-us {
        width: 100%;
    }

        .about-us .left-image {
            width: auto;
            margin-bottom: 30px;
        }

            .about-us .left-image figure {
                width: auto;
            }

                .about-us .left-image figure img {
                    width: auto;
                }

        .about-us .services-box {
            max-width: inherit;
        }

    .counter-section ul {
        margin-left: 0;
        margin-right: 0;
    }

    ul.projects {
        margin-left: 0;
        margin-right: 0;
    }

        ul.projects li {
            padding: 0 10px;
        }

    .all-projects ul li figure {
        width: 100%;
    }

    .all-projects ul li .info {
        width: 100%;
        height: 125px;
    }

    .newsletter form input[type="text"] {
        max-width: 285px;
    }

    footer .top-footer .box-content {
        margin-bottom: 20px;
    }

    footer .about-text {
        margin-bottom: 40px;
    }

    footer .gallery-thumbs {
        margin-bottom: 40px;
    }

        footer .gallery-thumbs li {
            width: 25%;
            padding: 6px;
        }

    .cd-top {
        visibility: visible;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

    .ref-cards {
        position: relative;
        top: 0px;
    }

    .ref-cards-position {
        display: flex;
        flex-direction: column;
        gap: 15px;
       justify-content: center;
        float:inline-start;
        margin-bottom: 20px;
    }

    .ref-cards-position-sub {
        flex-direction: column;
        gap: 12px;
        float: inline-start;
        margin-bottom: 20px;
    }
	
    .ref-card-item a {
    
        width: 300px;
    }

    .ref-search-filters-group {
        flex-direction: column !important;
        gap: 10px;
    }

    .ref-search-input input {
        flex: 1;
        width: 225px !important;
        padding: 6px 12px;
        font-size: 14px;
        border: none !important;
        margin: 0;
        border-radius: 6px 0 0 6px;
    }

    .modal-categories {
        padding-top: 0 !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    .custom-modal-size {
        max-width: 100% !important;
        height: 1200px !important;
    }

    .full-height-content {
        height: 700px !important;
    }

    .product-position {
        text-transform: uppercase;
        display: flex;
        justify-content: center;
    }

    .text-content .container {
        padding: 20px;
    }

    .navbar-default .navbar-toggle {
        width: 40px;
        height: 40px;
        text-align: center;
        margin-top: 10px;
        padding: 0;
        background: #F48120;
        border: none;
        border-radius: 0;
    }

        .navbar-default .navbar-toggle i {
            font-size: 26px;
            color: #fff;
        }

        .navbar-default .navbar-toggle:focus {
            background: #F48120;
        }

    .navbar-default {
        min-height: inherit;
        margin: 0;
        border-top: 1px solid rgba(202, 202, 202, 0.31);
    }

        .navbar-default .navbar-nav {
            float: none;
        }

            .navbar-default .navbar-nav > li {
                width: 100%;
                float: left;
                border-bottom: 1px solid rgba(0,0,0,0.05);
            }

                .navbar-default .navbar-nav > li:last-child {
                    border-bottom: none;
                }

                .navbar-default .navbar-nav > li a {
                    width: 100%;
                    float: left;
                    padding: 10px;
                }

                .navbar-default .navbar-nav > li > .dropdown-menu {
                    width: 100%;
                    float: left;
                    position: static;
                }

    .dropdown-menu .dropdown-menu2 {
        width: 100%;
        float: left;
        position: static !important;
    }

    .dropdown-menu .dropdown-menu3 {
        width: 100%;
        float: left;
        position: static !important;
    }

    .navbar-collapse.in {
        overflow: inherit;
    }

    .navbar-default .navbar-collapse {
        border: none;
        background: #fff;
    }

    .fixed-nav .navbar-toggle {
        margin-top: 10px;
    }

    header .top-bar {
        height: 50px;
    }

        header .top-bar ul.shop-menu li {
            margin: 0 4px;
        }

        header .top-bar ul.social-media {
            float: right;
            margin-top: 5px;
        }

    .slider {
        display: none;
        width: 100%;
        height: 228px;
    }

    .all-projects ul li figure {
        width: 100%;
    }

    .catalogues {
        margin-top: 30px;
    }

    .contact-us .contact-form .form-group {
        margin-bottom: 15px;
        width: 100%;
        float: left;
    }

    .catalogues .brochure {
        max-width: 100%;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .titles h3 {
        margin: 0;
        float: left;
    }

    .catalogues .boxes {
        width: 100%;
        float: left;
    }

    .about-us {
        width: 100%;
        padding: 8% 0% 4% 0%;
    }

        .about-us .services-box ul {
            margin-bottom: 30px;
        }

    .shop .container {
        background: white;
        box-shadow: 0px 0px 53px -15px rgba(168,168,168,1);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .cd-top {
        display: inline-block;
        width: 30px;
        padding: 3px 0;
        position: fixed;
        bottom: 0px;
        right: 0px;
        margin-bottom: 0 !important;
        z-index: 999;
        overflow: hidden;
        white-space: nowrap;
        background: rgb(249, 151, 70);
        visibility: hidden;
        opacity: 0;
        text-align: center;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }

        .cd-top:before {
            content: "\f10d";
            font-family: ionicons;
            color: #fff;
            font-size: 25px;
            display: inline-block;
        }

        .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
            -webkit-transition: opacity .3s 0s, visibility 0s 0s;
            -moz-transition: opacity .3s 0s, visibility 0s 0s;
            transition: opacity .3s 0s, visibility 0s 0s;
        }

        .cd-top.cd-is-visible {
            visibility: visible;
            opacity: 1;
        }

        .cd-top.cd-fade-out {
            opacity: 1;
        }

    .internal-header .breadcrumb {
        float: left;
        margin-top: 0;
    }

    .internal-header .title {
        font-size: 40px;
    }

    ul.projects li {
        width: 100%;
        padding: 0 10px;
    }

    .testimonials h3 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .testimonials small {
        width: 100%;
        float: left;
    }

    .testimonials p {
        width: 100%;
        float: left;
    }

    .testimonials .owl-buttons {
        margin-top: 10px;
    }

    .testimonials .owl-prev {
        margin-left: 0;
    }

    .text-content .content-side-menu {
        padding-left: 0;
        margin-top: 40px;
    }

    footer .gallery-thumbs {
        margin-bottom: 40px;
        display: inline-block;
    }

    footer .sub-footer .creation {
        float: left;
        margin-top: 10px;
    }

    .all-projects ul li .info {
        width: 100%;
        height: 125px;
    }
}

.body_scroll_dis {
    overflow: hidden !important;
    position: fixed
}

    .body_scroll_dis .navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
    }
