﻿@media (min-width: 769px) {
    .company-cell {
        height: 340px;
    }
}

.company-wrap {
    font-family: montserratlight, Georgia, Times, Times New Roman, serif;
}

.company-wrap-max {
    max-width: 1350px;
}

.aspNetDisabled {
    display: none
}

.companyimagediv {
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:767px) {
    .companyimagediv {
        min-height: 220px;
    }
}

.company-cell {
    text-align: center;
    border: #b79f59 1px solid;
}

.companyname {
    text-transform: uppercase;
    margin: 10px 0;
}

.companycategory {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 80%;
    color: #b79f59;
}

.cityname {
    text-transform: uppercase;
    margin: 10px 0;
}

.company-wrap a, .company-wrap a:hover {
    color: #333;
    text-decoration: none;
}

.company-wrap {
    font-family: montserratlight, Georgia, Times, Times New Roman, serif;
}

.company-wrap {
    padding: 10px;
}