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

* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

body {
	margin:0;
	padding:0;
}

a {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-decoration:none !important;
}

.wdth {
	max-width:1170px;
	margin:40px auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.col20 {
	width: 19%;
}

.col30 {
	width: 29%;
}

.col40 {
	width: 39%;
}

.col50 {
	width: 49%;
}

.col60 {
	width: 59%;
}

.col70 {
	width: 69%;
}

.col80 {
	width: 79%;
}

.landingimage {
	background: url(../images/landingimage.jpg) no-repeat;
	background-position: bottom center;
	background-size:cover;
	height: 500px;
}

body, td, th, h1, h2 {font-family: sans-serif;}

pre {margin: 0px; font-family: monospace;}

a:link {color: #000099; text-decoration: none;}

a:hover {text-decoration: underline;}

table {border-collapse: collapse; width: 100%;}

.center {text-align: center;}

.center table { margin-left: auto; margin-right: auto; text-align: left;}

.center th { text-align: center; !important }

td, th { font-size: 15px; vertical-align: baseline; padding: 10px ; }

h1 {font-size: 150%;}

h2 {font-size: 125%;}

.p {text-align: left;}

.q { font-weight: normal; color: #ffffff;}

.e { font-weight: bold;}

.h { font-weight: bold;}

.h2 { font-weight: bold; text-align: center;}

.v { }

.v2 { text-align: center; }

.v3 { border: 0px; text-align: left; font-weight: bold;}

.v4 {color: red; font-size: 150%; text-align: left;  font-weight: bold;}

i {color: #666666;}

img {float: center; border: 0px; margin-top:6px;}

hr { text-align: center; border: 0px; height: 1px;}

.b0 {padding: 5px; font-weight: normal;vertical-align: center;}

.b1 {padding: 5px; font-weight: normal;vertical-align: center;}

.hh2 {background-color: teal; font-weight: bold; font-size: 125%; text-align: center;}

td table {
	margin: 5px auto;
}

td table th, td table td {
	background: #f7f7f7;
	border: 1px solid #ddd;
}

input, select {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 10px 24px;
	cursor: pointer;
	background: #000;
	color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.heading {
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 3px;
	display: block;
	padding: 20px;
	font-size: 22px;
}

.heading span {
	font-size: 18px;
	display: block;
	margin-top: 5px;
}

.note {
	color: #a94442;
  background-color: #f2dede;
  border:1px solid #ebccd1;
	display: block;
	padding: 16px;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 10px;
}
img {
	max-width: 100%;
}

@media (max-width: 800px) {
	.landingimage {
		height: 350px;
	}
	.heading {
		font-size: 20px;
	}
	.heading span {
		font-size: 16px;
	}
	.note strong {
		font-weight: normal !important;
	}
}

@media (max-width: 667px) {
	.landingimage {
		height: 280px;
	}
	.wdth {
		padding: 0 20px;
	}
	form[name="OrderForm"] {
		position: relative;
		overflow: hidden;
		overflow-x: scroll;
	}
	form[name="OrderForm"] table {
		width: 700px;
	}
	form[name="OrderForm"] table table {
		width: 100%;
	}
	.heading {
		font-size: 15px;
		font-weight: normal !important;
		padding: 15px;
	}
	.heading span {
		font-size: 15px;
	}
	td, th {
		font-size: 14px;
	}
	input, select {
		padding: 8px;
	}
}

@media (max-width: 414px) {
	.landingimage {
		height: 160px;
	}
}
