.pd-header-logo-text
{
	float:right; 
	font-size:18px;
	color:#0FA3D8;  
	/* background:#0FA3D8;  0FA3D8*/
	margin-left:5px;
}
.pd-footer-logo-text
{
	font-size:18px;
	color:#fff;  
	font-weight:600;
	margin-top:15px;
}
.pd-services-box{
	background-color: #fff; 
	border:1px solid #343232; 
	margin:10px 0; 
	padding:12px 0;
}
.pd-services-box-active{
	background-color: #0FA3D8!important; 
	border:0px; 
}

.pd-rotated-header {
	padding:15px 5px;
	border-radius:3px;
	text-align:center;
	margin:8px;
	height:440px; 
	letter-spacing: 2px;
	background:#0FA3D8; 
	float:left; 
	writing-mode: vertical-lr; 
	text-orientation: mixed;
    transform: rotate(-180deg);
}
.pd-rotated-header-text {
	letter-spacing: 4px;
}

.pd-pl-0
{
	padding-left:0px!important;
}
.pd-pr-0
{
	padding-right:0px!important;
}
.pd-ml-0
{
	margin-left:0px!important;
}
.pd-mr-0
{
	margin-right:0px!important;
}

.pd-padding-5
{
	padding:5px!important;
}
.pd-padding-10
{
	padding:10px!important;
}
.pd-padding-15
{
	padding:15px!important;
}


/* Custom Map */
section.section-custom-map {
	background: transparent url(../img/map.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
}

section.section-custom-map section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}












