/*Capcha*/
.field {
    /*box-shadow: 1px 0px 0px #d3d3d3;*/
    height: 74px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 298px;
    margin: 0 auto;
}

/*map*/
#map_container { position: relative; }
#map_container #map-canvas {
    width: 100%;
    height: 529px;
    padding-bottom:56.25%;
    border-radius: 5px;
    border: 1px solid rgba(34,36,38,.15); 
    box-shadow: 0px 0px 3px rgba(34,36,38,.15);
}
#map_container #map_description {
    display: none;
}
#map_description .mapDetail{
    /*padding: 5px 0;*/
    border-bottom:1px dotted #ccc;
    cursor: pointer;
}
#map_description .mapDetail:hover .mapDTitle{
    color:#005879;
}
#map_container .mapDTitle {
    display: block;
    font-weight: bold;
}               
#map_container .mapDAddress {
    line-height: 19px;
}
#map_container .mapDAddress *{
    margin: 0;
}

h3 {
    color: #249429;
    font-size: 24px;
    font: sans-serif;
    font-weight: normal;
}

/*Contact form*/
.shadow { box-shadow: 0 1px 2px rgba(0,0,0,0.2); }
.bg-yah { background: #f4f4f7 !important; }
.con-us.table { border: 0; }

.table.contact {
    display: table;
    table-layout: fixed;
    border: solid 1px #ddd;
}

.tb_cell {
    display: table-cell;
    vertical-align: top;
}

.con-form { padding: 14px; }

@media screen and (min-width: 768px){
    .con-detail { padding-right: 30px; }
    .con-form { width: 330px; }

    .con-detail,
    .con-form { display: table-cell; vertical-align: top; }
}
    