﻿.maxWidth img{
    max-height:290px!important;
}

/*dop site master*/
 #flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
            display: none;
        }

        .nbs-flexisel-container {
            position: relative;
            max-width: 100%;
        }

        .nbs-flexisel-ul {
            position: relative;
            width: 9999px;
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            text-align: center;
        }

        .nbs-flexisel-inner {
            overflow: hidden;
            margin: 0 auto;
        }

        .nbs-flexisel-item {
            float: left;
            margin: 0px;
            padding: 0px;
            cursor: pointer;
            position: relative;
            line-height: 0px;
        }

            .nbs-flexisel-item > img {
                cursor: pointer;
                positon: relative;
                margin-top: 5px;
                margin-bottom: 10px;
                max-width: 200px;
                max-height: 100px;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -o-border-radius: 3px;
            }

            .nbs-flexisel-item p {
                padding: 0px;
            }

                .nbs-flexisel-item p a {
                    color: #000;
                    font-size: 1.2em;
                }

                    .nbs-flexisel-item p a:hover {
                        color: #6CC372;
                    }

        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            width: 34px;
            height: 34px;
            position: absolute;
            cursor: pointer;
            z-index: 100;
            margin-top: 0em;
        }

        .nbs-flexisel-nav-left {
            left: -3em;
            background: url(../img/left.png) no-repeat 1px 1px;
        }

        .nbs-flexisel-nav-right {
            right: -3em;
            background: url(../img/right.png) no-repeat 1px 1px;
        }

        .banner-1 {
            margin: 0em 0.5em;
            border: 1px solid #BDBDBD;
            padding: 0.5em;
        }

        .fle-xsel {
            padding: 2em 4em;
            border: 0px solid #D8DADC;
        }
        /*-- flexisel --*/
        .img {
            display: block;
            height: auto;
            max-width: 150px !important;
        }

        #feedback {
            height: 104px;
            width: 104px;
            position: fixed;
            top: 40%;
            z-index: 9999;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }

            #feedback a {
                display: block;
                background: #005387;
                height: 40px;
                width: 106px;
                padding: 8px 16px;
                color: #fff;
                font-family: Arial, sans-serif;
                font-size: 17px;
                font-weight: bold;
                text-decoration: none;
                border-bottom: solid 1px #333;
                border-left: solid 1px #333;
                border-right: solid 1px #fff;
            }

                #feedback a:hover {
                    background: #06c;
                }
/*end dop site master*/


.col-md-4.fllt > img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
.col-md-8.fllt {
    padding-left: 10px;
    padding-top: 20px;
}

.width80.fllt {
    padding-bottom: 10px;
}
footer {
    text-align: center;
}
.footer {
background-color: #ccc !important;
padding-top: 15px !important;
}

#LeftPanelFirst, #LeftPanelSecond {
    background-color: #f4f5f6;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    text-align: left;
    border-radius: 4px;
}
.title-text {
    float: none;
    font-weight: bold;
    min-width: 50%;
    padding:  5px 15px;
    background-color: #e5e5e5;
    display: block;
    font-size: 1em;
    margin: 0;
    color: #3b3b3b;
    font-size: 13px !important;
font-family: 'Roboto',sans-serif;
    border-left: 7px solid #1364af;
    border-right: 7px solid #1364af;
}
#BottomMenu ul li a {
    padding-left: 10px;
}
.headingmain {
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    color: #1364af;
    font-weight: bold;
    margin: 0;
    padding: 25px 0 0 0;
}
/*.cursorPointer {
    cursor: pointer;
}*/