&#65279;/* Content 	*********************************/
/*  	 									*/
/*		1- General Reset 					*/
/*		2- Body & headers 					*/
/*		3- Logo 							*/
/*		4- Banners 							*/
/*		5- Rows and columns containers		*/
/*		6- Buttons 							*/
/*		7- Pricing tables 					*/
/*		8- Sale row 						*/
/*		9- Product image with label 		*/
/*		10- Quote 							*/
/*		11- Others 							*/
/*		12- Footer						 	*/
/*  	 									*/
/* / Content ********************************/


/* General reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
:focus {
	outline: 0;
}
/* / General reset */

/* Body & headers */
html, body {
	font-family: 'Open Sans', sans-serif;
	line-height: 170%;
	font-weight: normal;
	font-size: 14px;
	/*min-width: 980px;*/
}
h1 {
	font-size: 30px;
	font-weight:bold;
    line-height: 140%;
	margin:0 0 15px 0;
}
h1.mediumHeader {
	font-size: 20px;
    line-height: 150%;
}
h2 {
	font-size: 20px;
	font-weight:bold;
	line-height: 150%;
	margin:0 0 10px 0;
}
h3 {
	font-size: 15px;
    font-weight:bold;
    line-height: 140%;
	margin:0 0 10px 0;
}
h3.features {
	margin:0 0 10px 0 !important;
}

h4 {
	font-size:13px;
	font-weight:bold;
	line-height: 140%;
}
/* / Body & headers */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix{
  zoom: 1;
}
/*-------------------------------- similarize + form elements ----------------------------------------*/

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
	border:0;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #f2f2f2;
  border: 1px solid #757575;
  -webkit-box-shadow: inset 0 1px 1px #757575;
     -moz-box-shadow: inset 0 1px 1px #757575;
          box-shadow: inset 0 1px 1px #757575;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #EC7F32;
  outline: 0;
  outline: thin dotted \9;
  background:#ffffff;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px #EC7F32, 0 0 8px #EC7F32;
     -moz-box-shadow: inset 0 1px 1px #EC7F32, 0 0 8px #EC7F32;
          box-shadow: inset 0 1px 1px #EC7F32, 0 0 8px #EC7F32;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}


input:-moz-placeholder,

textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
*|*:focus { outline: none; }

/*-----------------------global------------------------------*/

.tc{ text-align:center;}
.tl{ text-align:right;}

.fr { float: right; }
.fl{ float: left; }

/*-----------------------typography------------------------------*/

/* Logo */
#logo {
	/*width:940px;*/
	margin:10px auto;
	/*padding:0 20px;*/
}
#logo img {
	display:inline-block;
}
#logo a {
	text-decoration:none;
	border:none;
	}
/* / Logo */

/* Banners */
.bannerContainer {
	/*width:940px;*/
	margin:0 auto;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
}
.bannerBackground {
	width:45%;
	padding:20px 0;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:288px;
}
.bannerBackground2 {
	width:300px;
	padding:20px 0;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bannerImage {
	width:640px;
	height: 300px;
	float: left;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bannerImage2 {
	width:940px;
	height: 200px;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position:relative;
}
.productImageContainer {
	float:left;
	width:95%;
	padding:0 3px 0 10px;
	overflow:hidden;
}
.productImageContainer2 {
	float:left;
	width:280px;
	padding:0 3px 0 10px;
	overflow:hidden;
}
.productImage {
	margin:0 auto;
	position:relative;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}
.whiteLabel {
	width:50px;
	height:20px;
	padding:18px 0 12px 0;
	position:absolute;
	right:10px;
	bottom:10px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top, #ffffff, #ededed);
	background: -ms-linear-gradient(top, #ffffff, #ededed); /* IE10 */
	background: -o-linear-gradient(top, #ffffff, #ededed); /* Opera 11.10+ */
	background: linear-gradient(top, #ffffff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size:14px;
	line-height:100%;
	cursor:default;
}
.productImage:hover .whiteLabel {
	width:70px;
	height:50px;
	padding:15px 0 5px 0;
	font-size:18px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	right:0;
	bottom:0;
}
.productImage:hover .just {
	display:block;
	font-size:14px;
}
.bannerText {
	width:260px;
	height:260px;
	float:left;
	padding:20px;
}
.bannerText2 {
	padding:20px;
}
.bannerText3 {
	width:50%;
	float:left;
	padding:20px;
}
.bannerText4 {
	width:600px;
	float:left;
	padding:20px;
}
.bannerText p, .bannerText2 p,.bannerText3 p, .bannerText4 p {
	margin:0 0 20px 0;
}
.arrow {
	float:right;
	margin:25px 0 0 0;
}
.arrow2 {
	bottom:0;
	margin:0 0 0 20px;
	position:absolute;
}
.arrow3 {
	float:right;
	margin:5px 0 0 0;
}
/* / Banners */

/* Rows and columns containers */
.rowContainer {
	width:960px;
	overflow:hidden;
	position:relative;
	clear:both;
	padding:0 0 0 20px;
	margin: 0 auto 30px auto;
}
.rowContainer2 {
	overflow:hidden;
	position:relative;
	clear:both; 
	margin: 0 0 40px 20px;
}
.rowContainer3 {
	position:relative;
	clear:both; 
	margin: 0 0 0 20px;
}
.rowContainer4 {
	padding:20px 0 20px 20px;
	overflow:hidden;
	position:relative;
}
.halfRow {
	position:relative;
	overflow:hidden;
}
.oneFromThree {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}
.oneFromThree2 {
	width:260px;
	float:left;
	margin:0 40px 0 0;
}
.oneFromFour {
	width:210px;
	float:left;
	margin:0 20px 0 0;
	
}
.oneFromThree h3, .oneFromFour h3 {
	margin:10px 0 15px 0;
}
.oneFromTwo p, .oneFromFour p {
	margin:0 0 20px 0;
}
.threeFromFour {
	width:670px;
	float:left;
	margin:0 20px 0 0;
}
.oneFromTwo {
	width:440px;
	float:left;
	margin:0 20px 0 0;
	position:relative;
}
.oneFromTwo h3 {
	margin:0 0 15px 0;
}
.oneFromTwoRightSide {
	width:460px;
	float:left;
	margin:0;
}
.columnIcon {
	float:left;
	margin:0 20px 20px 0;
}
.columnText {
	clear: both;
	margin:0 !important;
}
.block, .productWithFeatures {
	/*width:940px;*/
	margin:0 auto;
	padding:20px 0;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*overflow:hidden;*/
	position:relative;
	background-color:#ffffff;
}
.productWithFeatures h2 {
	margin:0 20px 15px 20px;
	display:block;
}
.block2 {
	width:940px;
	margin:0 auto;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
}
/* / Rows and columns containers */

/* Buttons [buttons colors deffined in the active color css (ie orange.css if you use the orange theme)] */
.button {
	display: inline-block;
	zoom: 1;
	vertical-align: 0px;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	line-height:120%;
	padding:6px 0 7px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.big {
	width:210px;
	font-size:18px;
}
.medium {
	width:118px;
	font-size:14px;
}
.right {
	margin:0 0 0 20px;
}
/* / Buttons */

/* Pricing tables */
.pricingTableContainer {
	width:940px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
}
.pricingTableTitle {
	padding:0 20px 10px 20px;
}
.pricingTable {
	width:100%;
	border-collapse:collapse;
}
.pricingTable td{
	width:20%;
	padding:10px 20px;
	border:1px #dddddd solid;
	text-align:center;
	vertical-align:top;
}
.twoProducts td {
	width:30% !important;
}
.twoProducts tr td:first-child {
	width:40% !important;
}
.pricingTable .first, .pricingTable .last {
	border-left-width:0;
	border-right-width:0;
}
.pricingTable tr td:first-child  {
	background-color:#fff;
	text-align:left !important;
}
.pricingTable h3 {
	margin:0;
}
.price {
	padding:20px !important;
}
.price p {
	font-size:28px;
	padding:0 0 20px 0;
}
ul.pricingTableReadMore {
	padding:15px 20px 20px 20px;
	text-align:right;
}
ul.pricingTableReadMore li {
	float:right;
	clear:both;
	padding:0 0 0 10px;
	background-position:left 7px;
	background-repeat:no-repeat;
}
/* / Pricing tables */

/* Sale row */
.sale {
	/*width:920px;*/
	margin:0 auto;
	padding:20px 0 20px 20px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
}
.saleText {
	font-family: 'Open Sans', sans-serif;
	/*font-size:24px;
	line-height:140%;
	font-weight:bold;
	font-style:italic;*/
	text-shadow:0 2px 0px #eee;
	color:#555;
}
/* / Sale row */

/* Product image with label */
.imageWithLabel {
	position:relative;
	margin:0 auto 20px auto;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}
.label {
	width:50px;
	height:20px;
	padding:17px 0 13px 0;
	position:absolute;
	right:0;
	bottom:0;
	color: #ffffff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size:14px;
	line-height:100%;
	cursor:default;
}
.imageWithLabel:hover .label {
	width:70px;
	height:50px;
	padding:14px 0 6px 0;
	font-size:18px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	right:-10px;
	bottom:-10px;
}
.just {
	display:none;
}
.imageWithLabel:hover .just {
	display:block;
	font-size:14px;
}
/* / Product image with label */

/* Quote */
.circleIcon {
	width:30px;
	height:20px;
	margin:0 auto 10px auto;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	padding:5px 0 5px 0;
	line-height:100%;
	text-align:center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.circleIcon2 {
	width:30px;
	height:20px;
	margin:40px auto 10px auto;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	padding:5px 0 5px 0;
	line-height:100%;
	text-align:center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.quoteContainer /*Layout1 quote container, to change the background or border color check the background CSS file*/ {
	width:100%;
	position:relative;
	padding: 0 0 30px 0;
}
blockquote {
	margin:0;
	font-size:18px;
	line-height:145%;
	text-align:center;
	font-weight:lighter;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	text-shadow:0 1px 0 #ccc;
}
.quoteContainer blockquote {
	width:940px;
	margin:0 auto;
	padding:0 20px;
}
.quoteAuthor {
	text-align: center;
	margin:5px 0 0 0;
}
/* / Quote */

/* Others */
ul.productFeatures {
	width:100%;
}
ul.productFeatures li {
	display:block;
	padding:0 0 0 10px;
	margin:0 0 8px 0;
	background-position:left 7px;
	background-repeat:no-repeat;
}
ul.productFeatures li:last-child {
	margin:0;
}
img.leftImage {
	float: left;
	margin:0 20px 10px 0;
	
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.marginBottom {
	margin-bottom:20px;
}
.centeredImageContainer {
	text-align:center;
	margin:0 0 20px 0;
}
/* / Others */

/* Footer */
#footerContainer {
	width:100%;
	position:relative;
}
#footer {
	width:940px;
	margin:0 auto;
	padding:10px 0;
	color:#cccccc;
	overflow:hidden;
	position:relative;
}
#footer2 {
	/*width:920px;*/
	margin:0 auto;
	padding:10px 0 10px 20px;
	color:#777777;
	background-color:#f4f4f4;
	/*overflow:hidden;*/
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.marginTop {
	margin-top:9px;
}
ul.socialMedia {
	width:100%;
	margin:14px 0 0 0;
}
ul.socialMedia li {
	width:32px;
	float:right;
	margin:0 0 0 10px;
}
ul.socialMedia li:last-child {
	margin:0;
}
ul.socialMedia li a {
	border:0;
}
/* / Footer */


/*----------------*/
.frm {
	text-align:center;
	/*margin-top:20px;*/
	}
	.frm-input {
		/*display:inline-block;*/
		/*width:40%;*/
		text-align:left;
		}
		.frm-input input {
			 float: left;
    font-size: 16px;
    height: 34px;
    margin-right: 10px;
    width: 82%;
			}
			.frm-btn-con {
				/*display:inline-block;*/
				}
			.frm-btn {
				font-size: 16px;
				font-weight: bold;
				height: 44px;
				line-height: 33px;
				padding: 5px 10px;
				text-transform: uppercase;
				vertical-align: 2px;
				}
.s-col {
	
    float: left;
    left: -20px;
    padding: 7px 0 0;
    position: relative;
    text-align: left;
    top: 4px;
    width: 64%;
	}
	
	.s-col_1 {
		margin-right: 20px;
   		width: 310px;
		float:left;
		padding:10px 0 0 0;
		}
/*--------form--------*/
hr {
	background:#E4E4E4;
	border:0;
	height:4px;	
	}
.d-frm {
	/*width:920px;*/
	padding:10px;
	/*margin:0 auto;
	position:relative;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*overflow:hidden;*/
	background-color:#ffffff;
	position:relative;
	}
	.sub-title {
		border-bottom: 1px solid #D8D8D8;
		color: #777777;
		padding-bottom: 10px;
		font-weight: 600;
		}
.d-frm-col {
	width:450px;
	float:left;
	margin-right:20px;
	}
.mr_none {
	margin-right:0;
	}
.d-group {
	display: block;
    height: 52px;
    margin: 20px 0;
	}
	.d-group label {
		  clear: both;
    color: #333333;
    display: inline;
    /*float: left;*/
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
    text-align: right;
    text-transform: capitalize;
    vertical-align: middle;
   /* width: 30%;*/
		}
	.d-controls {
		/*float: right;*/
		}
		.d-controls input {
    		/*float: right;*/
   			width: 97%;
			}
			.d-group2 input {
				width:97%;
			}
.lgd {
	font-size:18px;
	line-height:30px;
	color:#1990EA;
	}
		
.h-title {
	text-transform:uppercase;
	font-size:28px;
	background:#EC7F32;
	position:relative;
	left:-10px;
	padding-left:10px;
	width:50%;
	z-index:101;
	top: 7px;
	
	}
	.h-title h1 {
		font-size:22px;
		line-height:40px;
		color:#ffffff;
		text-shadow:none;
		
		}
	.h-title:before {
		background: none repeat scroll 0 0 #EC7F32;
    content: "";
    display: inline-block;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: -14px;
    top: 6px;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    width: 29px;
    z-index: 102;
		}
.normal-label label {
	clear: both;
    color: #333333;
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
    text-align: right;
    text-transform: capitalize;
    vertical-align: middle;
	}
	.n-radio { padding:5px 0;}
	.n-radio input[type="radio"] {
		vertical-align:top;
		}
	.sub-btn input[type="submit"] {
		padding:5px 10px;
		}
		
/*----------------------about us-----------------------*/
.img-pos {
	position:relative;
	top: 69px;
	}
.two-col {
	width:48%;
	margin-right:10px;
	}
	.two-col p {
		text-align:justify;
		}

.sction {
	/*margin:30px 0;*/
	}

.abt-article h2 {
	color:#1990EA;
	}
.abt-article h3 {
	font-size:15px;
	font-weight:600;
	
	}
/*--steps---*/
.step {
	text-align:center;
	width:293.33px;
	margin-right:20px;
	float:left;
	}
	.step img {
		border-radius:50% 50% 50% 50% ;
		}
	.step h3 {
		font-size:18px;
		line-height:25px;
		color:#39434D;
		padding-top: 20px;
		}
	.step p {
		
		}
.process {
	margin:20px 0;
	}
	.process > .step:nth-of-type(3){ margin-right:0;}
	
/*-dispatch button-*/
.form-link {
	text-align:center;
	margin: 20px 0;
	}
	.form-link a {
		color:#ffffff!important;
		padding:10px 20px;
		text-transform:uppercase;
		display:inline-block;
		font-weight:bold;
		font-size:20px;
		}
/*-testi-*/
.ctmr-testi img {
	float:left;
	margin-right:20px;
	}

/*---input width--*/
input.small_input {
	width:40%;
	}
.ang {
	position: absolute;
    right: 385px;
    top: 35px;
	}
.ang-service {
	position: absolute;
    right: 525px;
    top: 24px;
	}
.ang-service:hover, .ang:hover {border:0;}




/*===============================================form zip  css*/
.fancy {
	/*background: #f7f7f7;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	border: 1px solid #B2B2B2;*/
	
}

.fancy input {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
}

.fancy input[type="text"] {
	/*outline: none;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 7px 10px;
	background: #f1f1f1;
	color: #b5b5b5;
	margin-bottom: 4px;*/
}

.fancy input[type="text"]:hover {
	/*background:#f7f7f7;*/
}

.fancy input[type="text"]:focus {
	/*box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-color: transparent;
	color: #565656;*/
}

.fancy fieldset {
	border: none;
	/*padding:10px 10px;*/
}

.fancy legend {
	/*font: 26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform :uppercase;
	text-shadow: 0 1px 1px #fff;*/
	color: #888;
	text-decoration:underline;
	/*padding: 0 5px;*/
}

.fancy label {
	/*display: block;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	letter-spacing: 1px;
	padding-left: 10px;
	color: #1b6d8e;
	opacity: 0.8;*/
}
.fancy input:focus + label {
	opacity: 1.0;
}

.fancy input:not([type=submit]) {
	/*width: 100%;	display: block;*/

}

.submit-wrap {
	display: none;
}
.submit-wrap2 {
	display: none;
}

.fancy input[type="submit"] {
	padding: 10px 40px;
	border: 1px solid #a9d9fa;
	background: url(../images/submit_btn_gradient.png) repeat-x #69c4e7;
	border: 1px solid #5cb0d2;
	box-shadow: 0px 0px 0px 4px rgba(210, 210, 210, 1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 20px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.4);
	font: bold 16px Arial, Helvetica, sans-serif;
	border-radius: 40px;
	color:#2190bd;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	cursor:pointer;
	outline:none;
}

.fancy input[type="submit"]:hover {
	background-color: #88daf6;
	color: #1b6d8e;
}

.fancy input[type="submit"]:active {
	background-color: #69c4e7;
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 5px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	color: #2190bd;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-o-transition:      all 0.3s ease-out;
	-ms-transition:     all 0.1s ease-out;
}

.fancy div {
	margin: 0 0 6px 0;
	clear: both;
}

.fancy div > div {
	/*padding: 4px;*/
}

.fancy .city-wrap {
	/*width: 69%;*/
	/*margin-right: 1%;*/
}

.fancy .state-wrap {
	/*width: 9%;*/
	/*margin-right: 1%;*/
}

.fancy .zip-wrap {
	/*width: 50%;*/
	display: block !important;
}

.fancy .zip-wrap2 {
	/*width: 50%;*/
	display: block !important;
}

.zip-error {
	color: #d70000;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px dotted #ec9696;
	border-bottom: 2px dotted #ec9696;
	text-align: center;
	padding: 5px 10px;
	margin-top: 10px;
	display: none;
}

.zip-error2 {
	color: #d70000;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px dotted #ec9696;
	border-bottom: 2px dotted #ec9696;
	text-align: center;
	padding: 5px 10px;
	margin-top: 10px;
	display: none;
}


/*---footer----*/
.f-cont {
	position:relative;
	right:10px;
	}
.f-con li {
	font-size:12px;
	}
/*-- header ---*/

.contact-con {
	position:relative;
	top:30px;
	}
	.contact-con .c-title {
		font-size:18px;
		font-weight:bold;
		}
	.contact-con .c-no {
		color: #656565;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
		}

/*--form btn paddng-*/
.button-padding {
	padding:5px 10px;
	background:#666!important;
	border:1px #000 solid!important;
	color:#fff;
	}
