@charset "utf-8";

/* CSS Document */
.row .col-md-2 img {
    width: 100%;
}

.row .col-md-2 h5 {
    line-height: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    background-color:#c3c3c3;
    font-size: 15px;
    color: #3d3c3c;
    font-weight: normal;
}

.row ul {
    display: inline-block;
}

.row ul li {
    display: inline-block;
    /*margin:0px 20px;*/
    font-size: 18px;
}

.row ul li:hover {
    background: #999999;
}

.row ul li a {
    color: #fff;
}



/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f96801;
}

/* Float the list items side by side */
ul.topnav li {
    float: left;
}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
    background-color: #cc5200;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
    display: none;
}


/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
}

.bottom-footer {
    width: 100%;
    border-radius: 3px;
    height: auto;
    /*padding:10px 0px;*/
    background-color: #fff;
    display: inline-block;

}

ul.topnav li.active {
    background-color: #cc5200 !important;
}

.copyright {
    float: left;
    padding: 10px 0px;
}

.support {
    float: right;
    padding: 10px 0px;
}

.table {
    background-color: #FFFFFF;
    border-radius: 3px;
}
