﻿
/* Business Card Widget *************
************************************/
.module-box {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-bottom: 1px solid #cdcdcd;
}

    .module-box:hover {
        background-color: #eeeeee;
        cursor: pointer;
        cursor: hand;
    }

        .module-box:hover img {
            -webkit-filter: grayscale(100%);
        }

.module span {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.module .circular {
    max-width: 125px;
    border-color: #990000;
    margin-bottom: 15px;
}

.module h2 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #990000;
}

.businesscard {
    margin: 30px 0 65px 0;
    display: block;
}

.businesscard-bg {
    background-color: white;
    background-repeat: repeat;
    display: block;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #ccc;
}

.businesscard span {
    margin: 0px 3px 10px 3px;
    display: inline-block;
}

.businesscard i {
    padding: 3px;
}

.businesscard h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.home_info h1 {
    margin: 0;
    padding: 0 0 10px 0;
}

@media (min-width: 992px) {
}

@media (max-width: 768px) {
    .more-info-btn {
        display: none;
    }
}

.email {
    word-break: break-all;
}

.agent-pic {
    max-width: 175px;
    margin: 0 auto;
}

.circular-agent {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    border: 4px solid #153866;
}

    .circular-agent img {
        display: block;
        width: 100%;
        margin: 0 auto;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        -ms-border-radius: 150px;
        -o-border-radius: 150px;
        border-radius: 150px;
    }

.circular {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    border: 4px solid #990000;
}

    .circular img {
        display: block;
        width: 100%;
        margin: 0 auto;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        -ms-border-radius: 150px;
        -o-border-radius: 150px;
        border-radius: 150px;
    }

.fa-facebook-square {
    color: #3b589e;
}

.fa-twitter-square {
    color: #2faff9;
}

.fa-youtube-square {
    color: #cf3427;
}
