* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	text-shadow: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Open Sans Condensed", sans-serif;
	line-height: 20px;
	margin: 0px;
}
.img-border {
	border: 1px solid #d7d7d7;
}
a {
	text-decoration: none;
	color: #8cc24b;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a img {
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
header {
	height: 150px;
}
.wraper {
	border-bottom: 3px solid #92c859;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.logo {
	width: 256px;
	height: 82px;
	padding-top: 30px;
}
/* button 
---------------------------------------------- */

 /* cupid green (inspired by okcupid.com)
*******************************************************************************/
button.cupid-green {
	background-color: #8cc24b;
	border: 0px solid #63a62f;
	border-radius: 3px;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
}
button.cupid-green:hover {
	background-color: #92ca4e;
	cursor: pointer;
}
/* NAVIGATION 
---------------------------------------------- */


/*nav*/
nav {
	float: right;
	margin: 0px 0px 0px 1px;
}
nav ul {
	float: left;
	list-style: none;
	margin: -2px auto;
}
nav li {
	float: left;
	background: #3c3c3c;
	margin-right: 2px;
}
nav a {
	float: left;
	padding: 8px 12px;
	text-decoration: none;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
}
nav a:hover, nav a:focus {
	color: #fff;
	background: #8cc24b;
	text-decoration: none;
}
nav a:active {
	background: #8cc24b;
}
.current {
	background: #8cc24b !important;
}
.current a {
	color: #fff !important;
}
nav li:first-child a {
/*border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;*/
}
nav li:last-child a {
	border-right: 0;
}
/* nav end*/

.shadow {
	background: url(../images/shadow.png) no-repeat;
	height: 28px;
	width: 940px;
	z-index: 100;
	bottom: 0px;
	left: 0;
	background-size: 100%;
	margin: 0px auto;
}
* {
	box-sizing: border-box;
}
.brand-box {
	width: 960px;
	height: 290px;
	margin: 0px auto;
}
.welcome-box {
	width: 960px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px auto;
	margin-bottom: -1px;
}
.box-last1 {
	margin-right: 0px !important;
}
.box-last {
	margin-right: 0px !important;
}
.box {
	border: 1px solid #ccc;
	display: block;
	width: 310px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.boxDescription {
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 15px 0px;
}
.box h2 {
	color: #4B4A4A;
	margin: 0px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #8cc24b;
}
.box h2 span {
	color: #8cc24b;
}
 @keyframes up-bump {
 0% {
padding-top: 2em;
}
 50% {
padding-top: 1.5em;
}
 100% {
padding-top: 2em;
}
}
@keyframes down-bump {
 0% {
padding-top: 2em;
}
 50% {
padding-top: 2.5em;
}
 100% {
padding-top: 2em;
}
}
.boxImage {
	margin: 10px 0px;
}
.cupid-black {
	background-color: #444;
	border: 0px solid #63a62f;
	border-radius: 3px;
	color: #fff;
	padding: 8px;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
}
.cupid-black:hover {
	background-color: #8cc24b;
	cursor: pointer;
}
.divider-solid {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #CCCCCC;
}
.service-box {
	width: 960px;
	margin: 0px auto;
}
figure {
	position: relative;
	display: block;
	margin: 10px 0 10px 0;
	width: 220px;
	float: left;
	margin-right: 25px;
}
figcaption {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000, endColorstr=#aa000000);
}
figcaption .serve-heading {
	font-size: 16px;
	color: #fff;
	padding : 5px 10px;
	letter-spacing: 1px;
	font-family: "Open Sans Condensed", sans-serif;
}
.copyright {
	float: left;
	color: #444444;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright a {
	color: #8ec44c;
	font-weight: 700;
	letter-spacing: 2px;
}
.copyright a:hover {
	color: #000;
}
#inner-banner {
	height: 201px;
}
.inner-content {
	background: #FFFFFF;
	border : 1px solid #EBEBEB;
	float: left;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	width: 960px;
}
.inner-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444444;
	text-align: justify;
}
.product_checklist {
	list-style: none; /*--Takes out the default bullets--*/
	padding: 0;
	margin-bottom: 10px;
}
.product_checklist li {
	padding: 5px 0px 0px 15px; /*--Adds padding around each item--*/
	margin: 0;
	background: url(../images/list_arr.png) no-repeat left center; /*--Adds a bullet icon as a background image--*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.green-clr {
	color: #616465;
	font-weight: bold;
	letter-spacing: 1px;
}
.green-clr2 {
	color: #4F8F02;
	font-weight: bold;
	letter-spacing: 1px;
}
.inner-img {
	float: right;
	width: 250px;
	margin: 10px 0px 10px 10px;
	height: 150px;
}
.inner-img-big {
	float: right;
	margin: 10px 0px 10px 10px;
}
.heading-title {
	font-size: 16px;
	font-family: "Open Sans Condensed", sans-serif;
	border-bottom: 1px solid #CECECE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	letter-spacing: 1px;
	color: #444444;
	font-weight: 700;
}
.heading-title2 {
	font-size: 14px;
	font-family: "Open Sans Condensed", sans-serif;
	border-bottom: 1px dashed #CECECE;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	letter-spacing: 1px;
	color: #444444;
	font-weight: 700;
}
.mrgn-lft {
	margin-left: 10px;
}
.small-wdth {
	width: 480px;
}
.carrer-form {
}
.carrer-form form {
	/* Just to center the form on the page */
	margin: 20px auto;
	width: 600px;
	/* To see the outline of the form */
	padding: 1em;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.carrer-form form div + div {
	margin-top: 1em;
}
.carrer-form label {
	/* To make sure that all label have the same size and are properly align */
	display: inline-block;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}
.carrer-form input, textarea, select {
	/* To make sure that all text fields have the same font settings
       By default, textareas have a monospace font */
	font: 1em sans-serif;
	/* To give the same size to all text field */
	width: 300px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* To harmonize the look & feel of text field border */
	border: 1px solid #999;
	padding: 10px;
}
.carrer-form input:focus, textarea:focus {
	/* To give a little highlight on active elements */
	border-color: #8cc24b;
}
.carrer-form textarea {
	/* To properly align multiline text fields with their labels */
	vertical-align: top;
	/* To give enough room to type some text */
	height: 5em;
	/* To allow users to resize any textarea vertically
       It does not work on every browsers */
	resize: vertical;
}
.carrer-form .button {
	/* To position the buttons to the same position of the text fields */
	padding-left: 205px; /* same size as the label elements */
}
.carrer-form button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn-success {
	color: #ffffff;
	background-color: #8cc24b;
	border-color: #4cae4c;
}
.btn-success:hover {
	color: #ffffff;
	background-color: #93d147;
	border-color: #77aa3a;
}
.btn-black {
	color: #ffffff;
	background-color: #3c3c3c;
	border-color: #4cae4c;
}
.btn-black:hover {
	color: #ffffff;
	background-color: #616161;
	border-color: #77aa3a;
}
#adrs-box {
	width: 280px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 15px;
	color: rgba(0,0,0, .8);
	font-size: 12px;
	text-align: justify;
	color: #000;
	margin: 10px;
}
.fig-cap-pad {
	bottom: 0px;
}
.cal-tag {
	border-bottom: 1px solid #92c859;
	background: #f9f9f9;
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle;
}
.list-line-height {
	line-height: 25px !important;
}
.nav-wdt {
	width: 680px;
}
.show {
	display: none;
}
.show img {
	display: none;
}
.clear1 {
	clear: both !important;
}
.clt-logo {
	width: 960px;
}
.sep {
	margin: 1em 0px;
	height: 1px;
	background: #CCC;
}
.m-l-ten {
	margin-left: 20px !important;
}
.employee-btn {
	
	text-align: right;
}
