/* navbar-mega container */
.navbar-mega {
    overflow: hidden;
    background-color: #777;
    font-family: Arial;
    /* padding-left: 42px; */
    /* padding-right: 100px; */
    }
    
    /* Links inside the navbar-mega */
    .navbar-mega a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
    }
    
    
    /* The dropdown container */
    .dropdown-mega {
    float: left;
    overflow: hidden;
    }
    
    /* Dropdown button */
    .dropdown-mega .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    }
    
    /* Add a red background color to navbar-mega links on hover */
    .navbar-mega a:hover, .dropdown-mega:hover .dropbtn {
    background-color: rgb(255, 144, 0);;
    }
    
    .mm-view-more{
        background: none repeat scroll 0 0 #ff7f50;
        color: #fff;
        display: inline !important;
        line-height: normal;
        /* padding: 5px 8px !important; */
        /* margin-top:10px; */
    }
    
    /* Dropdown content (hidden by default) */
    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #777777;
    width: 100%;
    left: 0;
    margin-top: 54px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    /* padding-left: 30px;
    padding-right: 30px; */
    }
    
    /* Mega Menu header, if needed */
    /* .dropdown-content .header { */
    /* background: red; */
    /* padding: 16px; */
    /* color: white; */
    /* } */
    
    /* Show the dropdown menu on hover */
    .dropdown-mega:hover .dropdown-content {
    display: block;
    }
    
    /* Create three equal columns that floats next to each other */
    .column {
    float: left;
    /* width: 33.33%; */
    width: auto;
    padding: 8px;
    /* background-color: #ccc; */
    max-width: 25%;
    max-height: 180px;
      
    }
    .column-12 {
    float: left;
    width: 100%;
    padding: 14px;
    background-color: #8888;
    height: 345px;
    max-height: 346px !important;
    }
    
    /* Style links inside the columns */
    .column a {
    float: none;
    /* color: black; */
    padding: 4px;
    text-decoration: none;
    display: block;
    text-align: left;
    }
    
    .column-12 a {
    float: none;
    color: black;
    padding: 4px;
    text-decoration: none;
    display: block;
    text-align: left;
    max-width: 100%;
    }
    
    /* Add a background color on hover */
    .column-list a:hover {
        background-color: transparent;
        text-decoration: underline;
    }
    
    /* Clear floats after the columns */
    .row-mega:after {
    content: "";
    display: table;
    clear: both;
    }

    .img-thumbnail {
        padding: 0 !important;
        border: 1px solid transparent !important;
        border-radius: 8px !important;
    }
    
    @media screen and (max-width: 600px) {
        .column {
            width: 100%;
            height: auto;
        }
    }

    