/****			INFOBOX				****/
.boxtext{
    width: 370px;
    background-color: rgba(182,84,64, 0.9);
    color: #FFFFFF;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0;
}

.infoboximage{
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    background: rgba(255,255,255,0.2);
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.infoboximage img{
    max-height: 50px;
    max-width: 100px;
}

.infoboxtext{
    float: left;
    height: 40px;
    width: 140px;
    padding-left: 0;
    padding-right: 40px;
    overflow: hidden;
}

.firstHeading {
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 6px;
    position: absolute;
    text-decoration: none;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 0;
}

.popuplink{
    cursor: pointer;
    width:100%;
    position:relative;
    top:-1px;
    padding-bottom: 15px;
}


.city-text{
    left: 10px;
    top: 22px;
    font-size: 10px;
    position: relative;
}


.contact-btn {
    margin : 5px auto 10px auto;

    text-align: center;
    max-width: 200px;
    background-color: #F2F2F2;
    color: #272727;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    font-weight: 400;
    transition: color 1s ease;
    transition: background-color 1s ease;
    z-index: 9999;
    border-radius: 5%;

}


.contact-btn:hover {
    background-color: #272727;
    color: #fff;
}