@charset "utf-8";
/* CSS Document */


.block {
	text-align:center;
	padding: 20px 20%;
}

#introtext {
	color:#FFF; 
	line-height:1.1;
	font-size:22px;
}

.homeservice {
	padding-bottom:20px
}

.bounding-box {
	text-align:center; 
	padding: 40px 20px;
	max-width:960px;
	margin: auto auto;
}

.bounding-box-less {
	text-align:center; 
	padding: 10px 20px;
	max-width:960px;
	margin: auto auto;
}

.specialties{
	background-color: #E3E6E8;
	height:155px
}

.specialties2{
	background-color: #E3E6E8;
}


.contacttitle{
	font-size:18px;
	color: #2E3192 !important
}

.contactinfo{
	font-size:16px;
	font-weight:bold;
	margin-top:-10px
}

.contactbox {
	height:85px;
	padding:auto;
	text-align:center;
	border: 2px solid #2E3192;
}



#copyright {
	font-size:10px;
	text-align:center
}

#contact_form form {
	float: none;
	width: 90%;
	margin: 10px auto 0px auto;
}
#contact_form label {
	float: left;
	display: block;
	text-align: right;
	width: 30%;
	padding-right: 2px;
}
#contact_form input, textarea {
	display: block;
	margin-bottom: 20px;
}

#contact_form label {
	text-align: left;
	width:100%
}
#contact_form input, select {
	margin-bottom: 20px;
	width:100%;
	height:30px;
	font-size:16px;
}

#contact_form textarea {
	margin-bottom: 20px;
	width:100%;
	height:252px;
	font-size:16px;
}

#country{
	display:none !important
}

#countrylabel{
	display:none !important
}

@media screen and (max-width : 767px) {

.specialties{
	height:auto
}
.contactbox {
	height:auto;
}

.block{
	padding-left:15px;
	padding-right:15px;
}

#introtext {
	color:#FFF; 
	line-height:1;
	font-size:18px;
}	
}