﻿/* Google Map */
#map {
    height: 400px;
    width: 100%;
}

#pac-container {
	font-family: B Yekan;
    padding-bottom: 12px;
    margin-right: 12px;
    font-size: 24px;
}

.pac-item span {
    font-size: 17px;
	font-family: B Yekan;
}

.pac-matched {
    font-size: 20px;
}

.pac-icon {
}
.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: right;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
	font-family: B Yekan;
    color: #999;
}
#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
	font-family: B Yekan;
    width: 60%;
}
    #pac-input:focus {
        border-color: #4d90fe;
    }
/* Google Map End */