@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body,html {
  background-image: url(../images/bk/4.jpg);
  -webkit-font-smoothing: antialiased;
   background-attachment:fixed;
	background-size:cover;
	background-position:center center;
}

#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 5% 10%;
	float: left;
	background-color: rgba(0,45,45,0.9);
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:2% 10% 2% 10%;
	float:left;
	background-color: rgba(255,255,255,0.9);
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,1);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,1);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,1);
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:30%;
	float:left;
	margin:7% 5% 0% 5%;
	color: rgba(51,51,51,1);
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 60%;
	padding: 2% 5% 2% 5%;
	color: rgba(51,51,51,1);
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
#companyname2 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	}
#name2 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	}

#tel2 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	
	}
#email2 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	
	}
#area2 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	}
#url2 {
	
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	}
#security2 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	
	}
#enquiry2 {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	border:hidden;
	border-bottom:1px #333333 solid;
	-webkit-appearance: none;
border-radius: 0;
	}
	
	#reset2  {
	height:45px;
	width:49.5%;
	background-color: rgba(153,153,153,1);
	font-family:'Fjalla One', sans-serif;
	color: #fff;
	padding:1%;
	font-size: 120%;
	border:0px;
	float:left;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;		
	}
	#submit2  {
	height:45px;
	width:49.5%;
	background-color: rgba(153,153,153,1);
	font-family:'Fjalla One', sans-serif;
	color: #fff;
	padding:1%;
	font-size: 120%;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#reset2:hover {
		color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
		}
		#submit2:hover {
		color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
		}
#map {
    height: auto;
	width: 100%;
  
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:25% 10% 5% 10%;
	float: left;
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:5% 5% 15% 5%;
	float:left;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:100%;
	float:left;
	margin:7% 5% 0% 5%;
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 100%;
	padding: 2% 5% 2% 5%;
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:25% 10% 5% 10%;
	float: left;
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:5% 5% 15% 5%;
	float:left;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:100%;
	float:left;
	margin:7% 5% 0% 5%;
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 100%;
	padding: 2% 5% 2% 5%;
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:20% 10% 5% 10%;
	float: left;
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:5% 5% 10% 5%;
	float:left;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:20%;
	float:left;
	margin:7% 5% 0% 5%;
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 70%;
	padding: 2% 5% 2% 5%;
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 5% 10%;
	float: left;
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:2% 5% 10% 5%;
	float:left;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:20%;
	float:left;
	margin:7% 5% 0% 5%;
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 70%;
	padding: 2% 5% 2% 5%;
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 5% 10%;
	float: left;
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:2% 10% 5% 10%;
	float:left;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:30%;
	float:left;
	margin:7% 5% 0% 5%;
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 60%;
	padding: 2% 5% 2% 5%;
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 5% 10%;
	float: left;
	color: rgba(153,153,153,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#welcome {
	height:auto;
	width:100%;
	padding:2% 10% 2% 10%;
	float:left;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/**contactform content start**/
.contactinfo {
	height:auto;
	width:30%;
	float:left;
	margin:7% 5% 0% 5%;
	font-size:120%;
	font-family: 'Quicksand', sans-serif;
	position:relative;
	text-align:left;
}
#quoterequest {
	height: auto;
	width: 60%;
	padding: 2% 5% 2% 5%;
	font-size:140%;
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}
	}

