/*Offices*/
.single-office #offices .content {
    background: transparent;
}

.single-office #single-office .row  {
	display:table;
	border-spacing: 5px;
	margin-top:-5px;
}
.single-office #single-office .row:before, .single-office #single-office .row:after   {
	content: none;
}

.single-office #single-office .row > div {
    background: #FFF;
    padding: 1% 1.5%;
    display: table-cell;
}
  
.single-office #single-office .row #GMaps_canvas{
     width: 94%;
    height: 96%;
    position: absolute;
}
  
.single-office #single-office .row > .custom6 {
    width: 50%;
	position: relative;
}

.single-office #single-office .row > .custom4 {
    width: 33%;
	position: relative;
}
.single-office #single-office h2 {
    padding: 10px;
    margin: 5px;
    background: #FFF;
}
@media (max-width: 767px){
.single-office #single-office .row > div {
    width: 100% !important;
    display: block;
}

.single-office #single-office .row #GMaps_canvas {
    height: 300px;
    position: relative;
    display: block;
}
}


#offices .mapview > h1 {
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #FFF;
}

#offices .listview {
    padding: 15px;
    background: #FFF;
}


#office-archive {}

#office-archive table td{
	width:33% !important;

}
#office-archive ul {
	list-style-type: none;
}
#office-archive h1 {
	_text-transform:uppercase;
	margin-top:10px;
}
#office-archive  h2 {
	_text-transform:uppercase;
	margin-top:6px;
	color: #fabb22;
}



/*--------------------------------------------------*/
#map-container {
	overflow:hidden; 
	padding:15px; 
}
section#offices #map-container img {
    max-width: none !important;
}
#map-container ul {
	list-style-type: none;
}
#map-container  h1 {
	_text-transform:uppercase;
	margin-bottom:10px;
}
#map-container  h2 {
	margin-top:6px;
	color: #fabb22;
}
#map-container .gmap {
	width: 40%; 
	height: 300px;
	float:left;
	overflow:hidden;
	padding:0px;
	}