﻿.contact-bar {
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #ffbf00;
    height: 80px;
    border-bottom: 12px solid #0d0d0d;
}

.contact-holder {
    height: 57px;
    margin-top: 6px;
    background-color: white;
    margin-left: 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0px;
}

.bordered {
    border: 2px solid #e3a600;
    height: 48px;
    margin: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.align-bar {
    height: 44px;
    line-height: 44px !important;
    vertical-align: middle !important;
}

.contact-holder .logo {
    margin-top: 9px;
}

.contact-holder .text {
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd47LtCn';
}

.contact-expanded {
    

    background-color: #ffbf00;
    border-bottom: 12px solid #0d0d0d;
}

    .contact-expanded .holder {
        
        background-color: white;
        margin-left: 0px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-right: 0px;
        margin-top:10px;
        margin-bottom:10px;
    }

        .contact-expanded .holder .border {
            border: 2px solid #e3a600;
         
            margin: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .contact-expanded .left {
        background: url('../Content/Images/Layout/map-img.jpg');
        background-position:right center;
        background-repeat:no-repeat;
    
      height:315px;
        padding:30px;
        padding-top:25px;
        padding-bottom:25px;
    }
        .contact-expanded .left h2 {
            font-size:47px !important;
            color:black;
            line-height:47px;
        }
