@charset "utf-8";

img, object, embed,  {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body,html {
	margin:0;
	padding:0;
	background-image: url(../images/bk/bk10.jpg);
	background-attachment:fixed;
	background-size:cover;

}
/**changes starts**/
.topbar {
	height:auto;
	width:100%;
	float:left;
top:0;
	position:fixed;
	z-index:5;
	background-color:rgba(51,51,51,0.7);
}


.mainlogoholder {
	height:auto;
	width:190px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
	padding:0.5%;
	background-color:rgba(255,255,255,1);
	z-index:6;
}
/*topcontrol ends*/
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 70%;
	display: block;
	text-align: justify;
	font-family: 'Nunito', sans-serif;
	color: rgba(255,255,255,1);
	font-size: 120%;
	padding:15% 15% 1% 15%;
	background-color: rgba(0,0,0,0.6);
}
.heading1 {
		color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	}
.details {
	height: auto;
	width: 70%;
	padding: 5% 15% 5% 15%;
	float: left;
	background-color: rgba(255,255,255,0.8);
	color: rgba(153,153,153,1);
	font-size: 110%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
}

.socialcontrol {
	height: auto;
	width: 80%;
	float: left;
	padding: 1% 10% 1% 10%;
	background-color: rgba(0,0,0,0.9);
	position: relative;
	color: rgba(255,255,255,1);
	font-size: 140%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}

.socials {
	height: auto;
	width: 150px;
	float: left;
	margin: 0 0 0 44%;
	}
.socialcubes {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-01.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes:hover {
	background:url(../images/socials/socials-05.png) no-repeat center rgba(255,102,0,1);
}
.socialcubes2 {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-02.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes2:hover {
	background:url(../images/socials/socials-06.png) no-repeat center rgba(255,102,0,1);
}
.socialcubes3 {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-03.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes3:hover {
	background:url(../images/socials/socials-07.png) no-repeat center rgba(255,102,0,1);
}
.socialcubes4 {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-04.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes4:hover {
	background:url(../images/socials/socials-08.png) no-repeat center rgba(255,102,0,1);
}
/*homebodycontrol ends*/
/**contactform content start**/
#name {
	background:none;
	height: 35px;
	width: 48%;
	margin-top: 5px;
	font-family: 'Nunito', sans-serif;
	color: rgba(0,0,0,1);
	padding:5px;
	border:hidden;
	border-bottom:1px #000000 solid;
	font-size:120%;
	}
#email {
	background:none;
	height: 35px;
	width: 48%;
	margin-top: 5px;
	font-family: 'Nunito', sans-serif;
	color: rgba(0,0,0,1);
	padding:5px;
	border:hidden;
	border-bottom:1px #000000 solid;
	font-size:120%
	}
#tel {
	background:none;
	height: 35px;
	width: 48%;
	margin-top: 5px;
	font-family: 'Nunito', sans-serif;
	color: rgba(0,0,0,1);
	padding:5px;
	border:hidden;
	border-bottom:1px #000000 solid;
	font-size:120%
	}
#enquiry {
	background:none;
	height: 155px;
	width: 98%;
	margin-top: 5px;
	font-family: 'Nunito', sans-serif;
	color: rgba(0,0,0,1);
	padding:5px;
	border:hidden;
	border-bottom:1px #000000 solid;
	font-size:180%;
	text-align:center;
	}
#security {
	background:none;
	height: 35px;
	width: 48%;
	margin-top: 5px;
	font-family: 'Nunito', sans-serif;
	color: rgba(0,0,0,1);
	padding:5px;
	border:hidden;
	border-bottom:1px #000000 solid;
	font-size:120%
	}	
	#reset  {
	height:45px;
	width:49.5%;
	margin-bottom:5px;
	margin-top:10px;
	background-color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	color: #fff;
	padding-top: 10px;
	font-size: 120%;
	border:0px;
	float:left;		
	}
	#submit  {
	height:45px;
	width:49.5%;
	margin-bottom:5px;
	margin-top:10px;
	background-color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	color: #fff;
	padding-top: 10px;
	font-size: 120%;
	border:0px;
	float:right;	
	}
	#reset:hover {
		color: rgba(0,0,0,1);
	background-color: rgba(255,102,0,1);
		}
		#submit:hover {
		color: rgba(0,0,0,1);
	background-color: rgba(255,102,0,1);
		}
/**contactform content end**/
/*footer starts*/
.websiteby {
	height: auto;
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
	text-align: center;
	font-size: 90%;
	font-family: 'Nunito', sans-serif;
	position:relative;
}
/*footer ends*/
		
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 320px) and (max-width:480px) {
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 90%;
	font-size: 120%;
	padding:15% 5% 5% 5%;
}
.mainlogoholder {
	height:auto;
	width:120px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
}
.nathi {
	height: auto;
	width: 94%;
	padding: 2% 3% 20% 3%;
	font-size: 370%;
}

.details {
	height: auto;
	width: 98%;
	padding: 2% 1% 2% 1%;
	float: left;
}

/*bodycontrl start*/
/**contactform content start**/
#name {
	width: 100%;
	}
#email {
	width: 100%;
	}
#tel {
	width: 100%;
	}
#security {
	width: 100%;
	}
#enquiry {
	width: 100%;
	}
#reset {
	width: 98%;
	}
#submit {
	width: 98%;
	float:left;
	}
	/**contactform content end**/
	.mphela {
	height:auto;
	width:90%;
	padding:2% 5% 2% 5%;
	font-size:120%;
}
.socialcontrol {
	height: auto;
	width:94%;
	float: left;
	padding:1% 3% 1% 3%;
	font-size:140%;
}	
	.socials {
	width: 190px;
	height:auto;
	margin:0 0 0 20%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
@media only screen and (min-width: 480px) and (max-width:800px) {
/*bodycontrl start*/
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 100%;
	font-size: 120%;
	padding:10% 0% 1% 0%;
}
.mainlogoholder {
	height:auto;
	width:120px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
}
.nathi {
	height: auto;
	width: 94%;
	padding: 2% 3% 20% 3%;
	font-size: 370%;
}
/**contactform content start**/
#name {
	width: 100%;
	}
#email {
	width: 100%;
	}
#tel {
	width: 100%;
	}
#security {
	width: 100%;
	}
#enquiry {
	width: 100%;
	}
#reset {
	width: 98%;
	}
#submit {
	width: 98%;
	float:left;
	}
	/**contactform content end**/
	.mphela {
	height:auto;
	width:90%;
	padding:2% 5% 2% 5%;
	font-size:120%;
}
.details {
	height: auto;
	width: 98%;
	padding: 2% 1% 2% 1%;
	float: left;
}
.googlemaps {
	width: 96%;
	float: left;
	margin: 3% 2% 3% 2%;
	-moz-appearance: 100;
}
.socialcontrol {
	height: auto;
	width:94%;
	float: left;
	padding:1% 3% 1% 3%;
	font-size:140%;
}	
	.socials {
	width: 190px;
	height:auto;
	margin:0 0 0 28%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 90%;
	font-size: 120%;
	padding:20% 5% 1% 5%;
}
.mainlogoholder {
	height:auto;
	width:120px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
}
.nathi {
	height: auto;
	width: 94%;
	padding: 2% 3% 20% 3%;
	font-size: 370%;
}
/**contactform content start**/
#name {
	width: 48%;
	}
#email {
	width: 48%;
	}
#tel {
	width: 48%;
	}
#security {
	width: 48%;
	}
#enquiry {
	width: 100%;
	}
#reset {
	width: 48%;
	}
#submit {
	width: 48%;
	float:right;
	}
	/**contactform content end**/
	.mphela {
	height:auto;
	width:90%;
	padding:2% 5% 2% 5%;
	font-size:120%;
}
.details {
	height: auto;
	width: 90%;
	padding: 2% 5% 2% 5%;
	float: left;
}
/*bodycontrl start*/
.googlemaps {
	width: 96%;
	float: left;
	margin: 3% 2% 3% 2%;
	-moz-appearance: 100;
}
.socialcontrol {
	height: auto;
	width:94%;
	float: left;
	padding:1% 3% 1% 3%;
	font-size:140%;
}	
	.socials {
	width: 190px;
	height:auto;
	margin:0 0 0 40%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
