@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	color: #4a5357;
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
#wrapper {
	width: 100%;
}
#wrapper img {
	height: auto;
	max-width: 100%;
}
.top_bg, .banner_bg, .subbanner_bg, .content_bg, .subcontent_bg, .footer_bg, .copyrights_bg {
	float: left;
	width: 100%;
}
.subbanner_bg iframe {
	float: left;
	width: 100%;
	height: 400px;
}
.banner_bg {
	border-bottom: 5px solid #8dc63f;
}
.subbanner_bg img {
	float: left;
	width: 100%;
}
.footer_bg {
	color: #fff;
	background-color: #75b95b;
}
.content01 img, .content04 img {
	float: left;
}
.content_bg a:hover img, .copyrights_bg a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.social ul {
	color: #999;
}
.social li {
	list-style: none;
	padding: 5px 0px 10px 40px;
}
.social .face {
	background: url(../images/sttorm-facebook.png) 0px 0px no-repeat;
}
.social .twitter {
	background: url(../images/sttorm-twitter.png) 0px 0px no-repeat;
}
.social .linkedin {
	background: url(../images/sttorm-linkedin.png) 0px 0px no-repeat;
}
.social .youtube {
	background: url(../images/sttorm-youtube.png) 0px 0px no-repeat;
}
.social a {
	color: #fff;
	text-decoration: none;
}
.social a:hover {
	text-decoration: underline;
}
.copyrights_bg {
	font-size: 12px;
	padding: 1% 0px;
	background-color: #e5e5e5;
}
.copyrights {
	width: 50%;
	float: left;
	margin-top: 5px;
}
.design {
	width: 50%;
	float: left;
	text-align: right;
}
.design a {
	margin-left: 5px;
}
/* Subpage CSS */
.eight {
	float: left;
	width: 100%;
}
.three {
	width: 30%;
	float: left;
}
.inputcol {
	width: 70%;
	float: left;
	margin: 0px 0px 10px 0px;
}
.contact_map {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.enquiry {
	float: left;
	width: 100%;
}
.input1 {
	width: 70%;
	padding: 8px 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	font-family: 'Roboto Condensed', sans-serif;
}
.input2 {
	width: 70%;
	padding: 8px 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	font-family: 'Roboto Condensed', sans-serif;
}
.imgs {
	width: 75%;
	border: 1px solid #ddd;
}
.btn {
	color: #fff;
	cursor: pointer;
	padding: 5px 15px;
	margin-right: 10px;
	border: 1px solid #fff;
	background-color: #8cc552;
	font-family: 'Roboto Condensed', sans-serif;
}
.errorMsg, .enqFormStar {
	color: #c30;
	font-size: 12px;
}
#sucessMsg {
	color: #093;
	font-size: 20px;
	margin-bottom: 20px;
}
.service_image {
	width: 35%;
	float: left;
	padding: 5%;
	border-radius : 10px;
}
.service_text {
	font-size: 25px;
	border: none;
	padding-top: 10px;
}
