@font-face{
/* handshaking line */
	font-family: coming;
	src: url('coming.eot');
	src: local(coming), url('coming.ttf') format('opentype');
	
	font-family: promo;
	src: url('promo.eot');
	src: local(promo), url('promo.ttf') format('opentype');
	
	}



/* CSS note */
body{
	width:100%;
	margin:0px;
	font-family:arial;
	line-height:150%;
	
	/* background-color:#0B14BE; */
	background-image:url(wcarmobile.jpg);
	background-attachment:fixed;
	background-size:cover;
	
		
}



div#header{
	width:100%;
	height:110px;
	position:fixed;

	margin:50px auto 0px auto; /* if only auto will be for all side */
	text-align:center;
	padding:10px 0px 0px 0px;
	/* border-radius:30px; for all corner */
	border-radius:15px 15px 0px 0px;
	
	

}

div#header:hover{
	background:rgba(0.8 0.8 0.8 #000);
}


h1#website-name{
	
	font-size:33pt;
	font-family: 'Special Elite', cursive;
	/*font-family:impact; */
	font-variant:small-caps;
	text-shadow:0px 0px 15px yellow;
	color:#000;
}

p#tagline{

		font-size:13pt;
		font-weight:normal; /* removes autobold feature of H1 tag */
		letter-spacing:1px;
		font-family:impact;
		margin:0px 0px 30px 0px;
		color:yellow;
		
}

a.mainlinks{
	
	color:#fff;
	text-decoration:none;
	border:0px double #333; /* thickness style color . for style option: solid dotted dashed double */
	padding:3px 6px;
	margin:2px 2px 2px 2px;
	border-radius:5px;
	/* box-shadow:5px 0px 5px #333; */
	box-shadow:0px 0px 18px #333;
	font-family:impact;
	font-size: 13pt;
	font-variant:bold;
	
	/* the below line is to work along with this line -webkit-transform:scale(1.5); (to increase button size when curse touches. apply only for a.mainlinks */
	display:inline-block;
	/* -webkit-transition:9s; */
	/* recommended 0.3s */
	background:#000;
	box-shadow:0px 0px 5px #fff;

}

a.mainlinks:hover{
	background:#0B0B61;
	color:#fff;
	box-shadow:0px 0px 15px #fff;
	font-size: 14pt;
	transition:0.4s;
}
/* color change when mouse pointing */
/* a.mainlinks:hover{

	/* -webkit-transform:scale(1.5); */
	/* -webkit-transform:rotate(360deg); */
	/* -webkit-transform:translate(0px,-9px); */
	/*-webkit-transform:skew(-30deg) rotate(360deg)translate(0px,-9px)scale(1.5);

background: #1e5799; /* Old browsers */
/*background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


div#mainbody{
	width:100%;
	height:auto;
	
	margin:auto;
	
}

div#leftpanel{

	width:100%;
	height:auto;
	/* background:#f00; */
	float:left;
	font-size:18pt;
	/* font-family: 'Playball', cursive; */
	font-family:verdana;
	text-align:justify;
	/* padding alignment - clockwise */
	padding:20px 50px 20px 50px;
	box-sizing:border-box;
		
}

div#leftpanel100{

	width:80%;
	height:auto;
	/* background:#f00; */
	float:left;
	font-size:11pt;
	/* font-family: 'Playball', cursive; */
	font-family:verdana;
	text-align:justify;
	/* padding alignment - clockwise */
	padding:40px 50px 0px 50px;
	box-sizing:border-box;
	color:#fff;
		
}

div#leftpanel200{
	width:10%;
	float:left;


}


img#pic1{
-webkit-transition:3s;
	float:left;
	margin:20px 20px 0px 0px;
	/* width:200px */
	width:50%;
	border-radius:10px;
	box-shadow:5px 0px 5px #333;
	}
	
img#pic1:hover{

	-webkit-transform:scale(1.1);
}	

div#rightpanel{

	width:100%;
	height:auto;
	/* background:#0f0; */
	float:left;
	padding:0px 0px 0px 0px;
	font-size:11pt;
	text-align:center;
}
/* decimal, lower or upper-alpha, lower or upper-roman */

ul#mylist{
	/* list-style-type: lower-roman */
	list-style-image:url(images/bullet.gif)

}

img#facebook{

	/* width:200px */
	width:20%
	}

div#bottompanel{

	width:100%;
	height:auto;
	/* background:#00f; */
	clear:both;
	padding:90px;
	font-size:11pt;
	/* font-family:verdana; */
	font-family:arial;
	text-align:center;
	/* padding alignment - clockwise */
	padding:20px 50px 20px 50px;
	box-sizing:border-box;
	box-sizing:border-box;
	/* firefox old version */
	-moz-box-sizing:border-box;
	color:#fff;
}
p#mtc{
	/* only applicable on CSS3- webkit is for chrome & safari  - not supported in IE*/
	/* old way is to 3 or 5 division then float left & clear - recommended for all browser */
	-webkit-column-count:5;
	-webkit-column-gap:30px;
	
	-moz-column-count:3;
	-moz-column-gap:30px;
	
	column-count:3;
	column-gap:30px;

}

img#pic11{

	float:right;
	margin:20px 0px 0px 20px;
	/* width:200px */
	width:40%;
	border-radius:10px;
	box-shadow:5px 0px 5px #777;
	}
	
div#footer{
	width:90%;
	height:70px;
	background:rgba(000,000,000,0.7);
	margin:auto;
	box-shadow:5px 0px 5px yellow, -5px 0px 5px yellow;
	font-size:12pt;
	
	

}

/* ===========================CSS for products.html==============================*/

div#product1{
	width:33%;
	height:180px;
	background:red;
	float:left;
	}
	
	
div#product2{
	width:34%;
	height:180px;
	background:blue;
	float:left;
	}
	
	div#product3{
	width:33%;
	height:180px;
	background:green;
	float:left;
	}
	
	div#product-table{
	width:100%;
	height:360px;
	/* background:pink; */
	clear:both;
	padding:1px 0px 0px 0px;
	}
	
/* whole table	changes */
table#products{
	width:90%;
	height:240px;
	border:1px solid #777;
	margin:30px auto 0px auto;
	text-align:center;
	border-collapse:collapse;
	font-size:10pt;

}


/* each cell	changes */	
table#products td{

	border:1px solid #777;

}	
	
tr#firstrow{
	background:#333;
	color:#fff;
	font-weight:bold;
	
	}
	
tr.alt1{
	background:#999;	
	
	}
	
tr.alt2{
	background:#CDCDCD;
	
	}
	
img#q1-logo{
	width:90%;
	border-radius:54px;
	margin:72px 0px 0px 0px;

}
	
h1#q1-title{
	font-size:23pt;
	text-shadow:3px 3px 3px #777;
	background:#000;
	color:yellow;
}

h1#q1-subtitle{
	font-size:18pt;
	color:#fff;
}
	
img#personaltraining{
	width:100%;
	border-radius:15px;

}
	
p.qtextbox{
	font-size:15pt;
	color:yellow;
	
	background:#000;
}
	
h1#qtextbox1{
	text-shadow:0px 0px 3px yellow;
	color:#000;
	font-size:27pt;

}
	
label{
	width:150px;
	display:inline-block;
	font-family:verdana;
	font-size:12pt;
	margin:5px 0px;

}

textarea#message{
	width:50%;
	height:100px;
	margin:0px 0px 10px 0px;
	padding:3px;
	font-size:15pt;
	color:black;
	border:1px solid #1B4455;
	border-radius:1px;
	box-shadow:2px 2px 3px #333;
	text-shadow:blue;
	outline:none;
	resize:none;
}

div#gallery{
	color:#fff;

}

div#clearboth{
	width:100%;
	height:0px;
	clear:both;

}

div#left{
	width:0%;
	height:120px;
	float:left;
}

div#right{
	width:100%;
	height:120px;
	text-align:center;
	float:left;
}

div#bottom{
	width:100%;
	height:70px;
	clear:both;
	padding:10px 0px 0px 0px;
}

img#logo{
	width:60%;
	margin:20px 0px 0px 70px;

}

iframe#map{
	width:100%;

}

img#font{
	width:60%;
	margin:30px 0px 0px 0px;
	border-radius:0px;


}

img#twitter{
	width:70%;
	margin:20px 0px 10px 0px;

}

img#twitter1{
	width:90%;
	margin:20px 0px 10px 0px;

}

h1#sakai{
	font-size:18pt;
	color:yellow;
}

h1#fr{
	font-size:50pt;
	color:#f93;
	text-align:center;
	text-shadow:0px 0px 5px #333;
	font-family:impact;
}

div#wowslider-container1{
	width:45%;
	margin:340px 0px 50px 120px;
	border-radius:130px;
}

div#infobox{
	width:300px;
	height:350px;
	padding:10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	position:fixed;
	left:30px;
	bottom:-300px;
	
	background:#f93;
	border-radius:15px 15px 0px 0px;
	
}

h1#infobox-title{
	font-size:14pt;
	margin:0px;
}




