.frame_head {
    background: #f5f5f5;
    text-align: center;
    margin-bottom: 45px;
}
.frame_head h1{
    margin-top: 10px;
    display: inline-block;
	text-transform: uppercase;
}
.frame_head h1 span {
    color: #333;
    font-family: 'minionpro-semibold';
    font-size: 30px;
}
.border-pro {
    margin-bottom: 20px;
}
.border-mainmenu {
    height: 3px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.left-de{
    overflow: hidden;
    
}
.right-de{
    width:417px;
    margin-left: 33px;
}
.title-add {
    background: url(../images/title-add.png) no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 30px;
    height: 20px;
    padding-top: 2px;
    margin: 0px 0px 20px 0px;
}
.wrapper-select-add select:last-child {
    margin-right: 0px;
}
.wrapper-select-add select {
    width: 199px;
    height: 32px;
    border: 1px solid #e5e5e5;
    margin-right: 14px;
    font-size: 13px;
    background: url(../images/select-add.png) no-repeat 95% center;
    -webkit-appearance: none;
    padding-left: 10px;
    
}
#map_canvas{
    width:100%; 
    height:642px;
}
.wrapper-list-agency{
    height: 550px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-right: 20px;
}

.list-item-agency {
    padding-left: 0px;
}
.name-agency {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
}
.name-agency a{
    color: #a68140;
}
.name-agency:hover{
	cursor:pointer;
	color:red; 
}
.img-agency:hover{
cursor:pointer;
}
.wrapper-info-agency p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 20px;
}
.item-agency > img {
    margin-right: 15px;
}

li.item-agency.cf {
    list-style: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}
li.item-agency:first-child{
    list-style: none;
    border-top: none;
    padding-top: 20px;
    margin-top: 0px;
}
.mCSB_dragger_bar {
    width: 5px !important;
    border-radius: 0px !important;
    background: #ccc !important;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 0px 0px 0px 0px !important;
    background: #f5f5f5;
    width: 7px !important;
}
.gm-style .gm-style-iw {
    text-align: center;
}
.map-top h4 {
    font-size: 18px;
    color: #174092;
    margin: 0;
    margin-bottom: 10px;
}
.info_content p {
    line-height: 15px;
}
.add-agency {
    background: url(../images/local-add.png) no-repeat 0 2px;
    padding-left: 18px;
}
.add-phone {
    background: url(../images/phone-add.png) no-repeat 0 2px;
    padding-left: 18px;
}
.add-email{
    background: url(../images/email-add.png) no-repeat 0 6px;
    padding-left: 18px;
}
@media only screen and (max-width:400px){
    .add-email {
        background: url(../images/email-add.png) no-repeat left 6px !important;
        padding-left: 15px !important;
    }
    
    p.add-phone {
        padding-left: 15px !important;
        background: url(../images/phone-add.png) no-repeat left 2px !important;
    }
    .add-agency {
        background: url(../images/local-add.png) no-repeat left 2px !important;
        padding-left: 15px !important;
    }
    .item-agency > img {
        margin-right: 0px !important;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:800px){
    .wrapper-select-add select {
        width: 46% !important;
    }
}
@media only screen and (min-width:800px) and (max-width:1200px){
    .wrapper-select-add select {
        width: 47% !important;
    }
    .right-de {
        width: 350px !important;
    }
}
@media only screen and (max-width:600px){
    #map_canvas {
        height: 300px !important;
    }
}
@media only screen and (max-width:800px){
    .right-de.fr {
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 25px;
    }
    .left-de {
         overflow: visible !important; 
        width: 100%;
    }
}