
input[disabled].btn-u,
input[disabled].btn-u:hover,
input[disabled].btn-u:active,
input[disabled].btn-u:focus {
    background: #CCCCCC;
	box-shadow: none;
	outline: none;
	opacity: 0.5;
	text-decoration: none;
}
/* Add here all your css styles (customizations) */

.aboutus-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}

.aboutus-text p {
	font-size: 17px;
	font-weight: 200;
}


.services-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}

.services-text p {
	font-size: 17px;
	font-weight: 200;
}

.properties-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}

.properties-text p {
	font-size: 17px;
	font-weight: 200;
}

.padding-right-20 {
	padding: 0px 20px 0px 0px;
}

.success {border:0; width:100%; background-color:#009900; color: #FFFFFF; text-align: center; padding: 20px 30px 20px 30px; margin: 0px 0px 25px 0px;}

.verd24b {font-size: 24px; font-weight: bold; color: #FFFFFF;}
.verd16 {font-size: 16px; color: #FFFFFF;}

.align-center {
text-align: center;
}

#map {
    display: block;
    width: 100%;
    height: 100%;
}

#map {
    background: #58B;
}

.tabletext {
text-align: center;
color: #333333;

}



@media (max-width: 768px){
	.shipping-service {
		margin-bottom: 30px;
	}
	
	.mobile-hidden {
padding-top: 100px;
}

}