body { background:#00688f; }
.ctc #searchForm h3 { font-size:16px; }
/*.ctc #searchForm input[type="text"], #searchForm select { width:90%; }*/

@media (max-width: 1000px) {
    .ctc #searchForm .list {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .ctc #gmapPlaces_map #googleMap { width:100%; }
    .ctc #gmapPlaces_nav { display:none; }
}