﻿@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

        @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

        html {
            -webkit-text-size-adjust: none;
            -webkit-font-smoothing: aliased;
        }

        body {
            font-family: 'Roboto Condensed', sans-serif !important; /*background:url(../images/bg.gif) left top repeat-x;*/
        }

        h1, h2, h3, h4, h5, h6, p {
            margin: 0;
            padding: 0;
        }

        ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        a:hover {
            text-decoration: none;
        }

        a:focus {
            outline: none;
        }

        .ml {
            margin-left: 15px !important;
        }

        .mr {
            margin-right: 15px !important;
        }

        .mt {
            margin-top: 15px !important;
        }

        .mb {
            margin-bottom: 15px !important;
        }

        /* breadcrumb */
        .breadcrumbOt {
            border-bottom: 1px solid #e8e8e8;
            float: left;
            width: 100%;
        }

            .breadcrumbOt > .breadcrumb {
                background: #fff;
                margin: 10px 0;
            }

                .breadcrumbOt > .breadcrumb > li > a {
                    color: #999;
                }

        /* Products */
        .product-list {
            border-right: 1px solid #e8e8e8;
        }

            .product-list > strong {
                color: #0078bf;
                font-size: 20px;
                font-weight: 400;
                display: block;
            }

            .product-list > ul {
                margin-bottom: 15px;
            }

                .product-list > ul > li > label {
                    color: #666;
                    font-weight: 400;
                }

        .productBx {
            width: 100%;
            float: left;
            padding: 15px 0 30px 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #e8e8e8;
            font-size: 12px;
            font-family: Verdana, Geneva, sans-serif;
        }

            .productBx img {
                width: 100%;
            }

            .productBx > h2 {
                color: #0078bf;
                font-size: 20px;
                font-weight: 400;
                margin: 0 0 15px 15px;
                display: block;
                font-family: 'Roboto Condensed', sans-serif !important;
            }

            .productBx ul.pro-detail > li:first-child, .productBx ul.pro-detail > li:last-child {
                width: 100%;
            }

            .productBx ul.pro-detail > li {
                width: 50%;
                float: left;
                display: block;
                padding: 4px 0;
            }

            .productBx ul.pro-enquiry {
                clear: left;
                background: #0078bf;
                float: left;
                width: 100%;
                margin-top: 6px;
            }

                .productBx ul.pro-enquiry > li {
                    float: left;
                    font-family: 'Roboto Condensed', sans-serif !important;
                }

                    .productBx ul.pro-enquiry > li > a {
                        display: block;
                        color: #fff;
                        padding: 6px 15px;
                        font-size: 18px;
                    }

        /* login */
        .login-form {
            color: #000;
            margin: 0 0 30px 0;
            font-family: Arial, Helvetica, sans-serif;
        }

        .form-head {
            color: #0078bf;
            font-size: 28px;
            font-weight: 300;
            margin-bottom: 15px;
            margin-top: 30px;
        }

        .form-head1 {
            color: #0078bf;
            font-size: 28px;
            font-weight: 300;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .lft-login {
            background: #0078bf;
            padding: 10px;
            margin: 30px 0;
            color: #fff;
        }

            .lft-login img {
                width: 100%;
            }

            .lft-login > p {
                font-size: 22px;
                font-weight: 300;
                margin: 10px 0;
            }

        .rgt-signup {
            background: #0078bf;
            float: right;
            margin: 30px 0;
            width: 100%;
            padding: 15px 15px 0 15px;
        }

            .rgt-signup img {
                width: 100%;
            }

            .rgt-signup > p {
                font-size: 22px;
                font-weight: 300;
                margin: 10px 0;
                color: #fff;
                padding-left: 20px;
            }

        .user-type {
            width: 100%;
            background: #f8f8f8;
            border: 1px solid #e8e8e8;
            float: left;
            padding: 10px;
        }

        .signin-with {
            background: url(../images/or.jpg) center top no-repeat;
            padding-top: 60px;
            margin-top: 60px;
            font-family: Arial, Helvetica, sans-serif;
            margin-bottom: 15px;
        }

            .signin-with h5 {
                color: #0082c5;
                margin: 15px 0;
            }

        
        .widget1 {
            padding-bottom: 0px;
            background: #f7f7f7;
            margin-top: 0px;
            border-radius: 3px;
            border: 1px solid #d1ced3;
            box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0,0,0,0.1);
            margin-bottom: 6px;
        }

        .widget {
            padding-bottom: 0px;
            background: #f7f7f7;
            margin-top: 20px;
            border-radius: 5px;
            border: 1px solid #d1ced3;
            box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0,0,0,0.1);
        }

        .widget-header {
            width: 100%;
            height: 34px;
            background: -webkit-gradient(linear, 0 50%, 0 100%, from(#f2f0f2), to(#edeaf0));
            background: -webkit-linear-gradient(top, #f2f0f2, #edeaf0);
            background: -moz-linear-gradient(top, #f2f0f2, #edeaf0);
            background: -o-linear-gradient(top, #f2f0f2, #edeaf0);
            background: -ms-linear-gradient(top, #f2f0f2, #edeaf0);
            background: linear-gradient(to bottom, #f2f0f2, #edeaf0);
            border-bottom: 1px solid #d4d1d7;
            box-shadow: inset 0 1px 0 #fff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .widget-title {
            line-height: 34px;
            float: left;
            margin-left: 15px;
            font-size: 14px;
            color: #656268;
            text-shadow: 0 1px 0 rgba(255,255,255,0.75);
        }

            .widget-title i {
                margin-right: 5px;
            }

        .widget-controls {
            float: right;
            position: relative;
        }

        .widget-config {
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            border-left: 1px solid #d4d1d7;
            box-shadow: -1px 0 0 rgba(255,255,255,0.4);
        }

            .widget-config a {
                color: #656268;
                text-decoration: none;
                text-shadow: 0 1px 0 rgba(255,255,255,0.75);
            }

            .widget-config .dropdown-menu {
                text-align: left;
            }

                .widget-config .dropdown-menu a {
                    text-align: left;
                    text-shadow: none;
                }

        .widget-controls input[type="checkbox"], .w-switches input[type="checkbox"] {
            position: absolute;
            left: -9999px;
        }

        .widget-content {
            padding: 15px;
        }

        .searchForm {
            width: 100%;
            background: #0078bf;
            padding: 3px 0;
            margin: 3px 0;
        }

        input, select, textarea, .btn {
            border-radius: 0 !important;
        }

        #searchForm {
            padding: 0 5px;
        }

            #searchForm > .form-group > label {
                display: block;
                color: #fff;
            }

        .widget1 .widget-header h3.h3x {
            top: 0px;
            position: relative;
            left: 10px;
            display: inline-block;
            margin-right: 3em;
            font-size: 14px;
            font-weight: 600;
            color: #555;
            line-height: 18px;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        }

        .widget1 .widget-header [class^="icon-"], .widget1 .widget-header [class*=" icon-"] {
            display: inline-block;
            margin-left: 13px;
            margin-right: -2px;
            font-size: 16px;
            color: #555;
            vertical-align: middle;
        }

        .widget1.widget-table .table {
            margin-bottom: 0;
            border: none;
        }

        .widget1.widget-table .widget-content {
            padding: 0;
        }

        .widget1 .widget-header + .widget-content {
            border-top: none;
            -webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .widget1 .widget-content {
            padding: 20px 15px 15px;
            background: #FFF;
            border: 0px solid #D5D5D5;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .widget1 .widget-header {
            position: relative;
            height: 40px;
            line-height: 40px;
            background: #E9E9E9;
            background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
            background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            text-shadow: 0 1px 0 #fff;
            border-radius: 5px 5px 0 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
            border-bottom: 1px solid #bababa;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
            border: 0px solid #D5D5D5;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-background-clip: padding-box;
            padding-left: 15px;
        }

        

            ul.link > li {
                border-bottom: 1px solid #e8e8e8;
                position: relative;
            }

                ul.link > li::before {
                    color: #0078bf;
                    content: '\f0da';
                    font-family: fontAwesome;
                    left: 0;
                    position: absolute;
                    top: 5px;
                }

                ul.link > li:last-child {
                    border-bottom: 0;
                }

                ul.link > li > a {
                    display: block;
                    color: #0078bf;
                    padding: 6px 10px;
                }

        ul.holder a {
            float: left;
            padding: 2px 6px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #0078bf;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        ul.holder span {
            position: relative;
            float: left;
            padding: 2px 12px;
            margin-left: -1px;
            /*line-height: 1.42857143;*/
            color: #333;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .holder a.jp-current, a.jp-current:hover {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #0078bf;
            border-color: #0078bf;
        }



        .card {
            padding-top: 20px;
            margin: 10px 0 20px 0;
            background-color: rgba(214, 224, 226, 0.2);
            border-top-width: 0;
            border-bottom-width: 2px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .card .card-heading {
                padding: 0 20px;
                margin: 0;
            }

                .card .card-heading.simple {
                    font-size: 20px;
                    font-weight: 300;
                    color: #777;
                    border-bottom: 1px solid #e5e5e5;
                }

                .card .card-heading.image img {
                    display: inline-block;
                    width: 46px;
                    height: 46px;
                    margin-right: 15px;
                    vertical-align: top;
                    border: 0;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

                .card .card-heading.image .card-heading-header {
                    display: inline-block;
                    vertical-align: top;
                }

                    .card .card-heading.image .card-heading-header h3 {
                        margin: 0;
                        font-size: 14px;
                        line-height: 16px;
                        color: #262626;
                    }

                    .card .card-heading.image .card-heading-header span {
                        font-size: 12px;
                        color: #999999;
                    }

            .card .card-body {
                padding: 0 20px;
                margin-top: 20px;
            }

            .card .card-media {
                padding: 0 20px;
                margin: 0 -14px;
            }

                .card .card-media img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .card .card-actions {
                min-height: 30px;
                padding: 0 20px 20px 20px;
                margin: 20px 0 0 0;
            }

            .card .card-comments {
                padding: 20px;
                margin: 0;
                background-color: #f8f8f8;
            }

                .card .card-comments .comments-collapse-toggle {
                    padding: 0;
                    margin: 0 20px 12px 20px;
                }

                    .card .card-comments .comments-collapse-toggle a,
                    .card .card-comments .comments-collapse-toggle span {
                        padding-right: 5px;
                        overflow: hidden;
                        font-size: 12px;
                        color: #999;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

        .card-comments .media-heading {
            font-size: 13px;
            font-weight: bold;
        }

        .card.people {
            position: relative;
            display: inline-block;
            width: 170px;
            height: 300px;
            padding-top: 0;
            margin-left: 20px;
            overflow: hidden;
            vertical-align: top;
        }

            .card.people:first-child {
                margin-left: 0;
            }

            .card.people .card-top {
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
                width: 170px;
                height: 150px;
                background-color: #ffffff;
            }

                .card.people .card-top.green {
                    background-color: #53a93f;
                }

                .card.people .card-top.blue {
                    background-color: #427fed;
                }

            .card.people .card-info {
                position: absolute;
                top: 150px;
                display: inline-block;
                width: 100%;
                height: 101px;
                overflow: hidden;
                background: #ffffff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .card.people .card-info .title {
                    display: block;
                    margin: 8px 14px 0 14px;
                    overflow: hidden;
                    font-size: 16px;
                    font-weight: bold;
                    line-height: 18px;
                    color: #404040;
                }

                .card.people .card-info .desc {
                    display: block;
                    margin: 8px 14px 0 14px;
                    overflow: hidden;
                    font-size: 12px;
                    line-height: 16px;
                    color: #737373;
                    text-overflow: ellipsis;
                }

            .card.people .card-bottom {
                position: absolute;
                bottom: 0;
                left: 0;
                display: inline-block;
                width: 100%;
                padding: 10px 20px;
                line-height: 29px;
                text-align: center;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

        .card.hovercard {
            position: relative;
            padding-top: 0;
            overflow: hidden;
            text-align: center;
            background-color: rgba(214, 224, 226, 0.2);
        }

            .card.hovercard .cardheader {
                background: #0078bf;
                background-size: cover;
                height: 80px;
            }

            .card.hovercard .avatar {
                position: relative;
                top: -50px;
                margin-bottom: -50px;
            }

                .card.hovercard .avatar img {
                    width: 100px;
                    height: 100px;
                    max-width: 100px;
                    max-height: 100px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    border: 5px solid rgba(255,255,255,0.5);
                }

            .card.hovercard .info {
                padding: 4px 8px 10px;
            }

                .card.hovercard .info .title {
                    margin-bottom: 4px;
                    font-size: 24px;
                    line-height: 1;
                    color: #262626;
                    vertical-align: middle;
                }

                .card.hovercard .info .desc {
                    overflow: hidden;
                    font-size: 12px;
                    line-height: 20px;
                    color: #737373;
                    text-overflow: ellipsis;
                }

            .card.hovercard .bottom {
                padding: 0 20px;
                margin-bottom: 17px;
            }

        .more-less {
            float: right;
        }

        .form-group {
            float: left;
        }

        @media (min-width: 1200px) {
            main .col-lg-2 {
                width: 18%;
            }
        }

        @media (min-width: 1200px) {
            main .col-lg-offset-3 {
                margin-left: 18%;
            }
        }