/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background:#ffffff;
}
.wrap {
	padding: 10px;
}
/*logo*/
.logo{
	float:left;
}
/*header-right*/
.header-right{
	float:right;
}
/*---contact-info---*/
.contact-info{
	text-align: right;
	text-transform: capitalize;
}
.contact-info ul {
	margin:0px;
	padding:0px;
}
.contact-info ul li:first-child{
	font-size:0.825em;
	color: #777;
	font-weight:normal;
}
.contact-info ul li{
	font-size: 1.0em;
	color: #777;
	font-weight:400;
	line-height: 1.5em;
}
/*  navigation */
/* nav */
.clearfix {
	height: 40px;
	width: 100%;
	background: rgba(12,71,67,1);
	font-size: 11pt;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid rgb(192, 192, 192);
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background:#484848;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color:#fff;
	font-weight:normal;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
}
.clearfix li a {
	border-bottom: 1px solid rgba(123, 124, 124, 0.38);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,
.clearfix a:active {
	background-color:#555;
}
.clearfix a#pull {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 20px;
	color: #fff;
	display: block;
	background-color: #444;
	width: 100%;
	position: relative;
}
.clearfix a#pull:after {
	background:url(../images/nav-icon.png)no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/*hdr-btm*/
.hdr-btm{
	padding: 1px 0 6px;
	margin-top: 10px;
	background: rgb(68,68,68);
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 60%, rgba(45,45,45,1) 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(68,68,68,1)), color-stop(61%,rgba(45,45,45,1)));
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 60%,rgba(45,45,45,1) 61%);
	background: -o-linear-gradient(top,  rgba(68,68,68,1) 60%,rgba(45,45,45,1) 61%);
	background: -ms-linear-gradient(top,  rgba(68,68,68,1) 60%,rgba(45,45,45,1) 61%);
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 60%,rgba(45,45,45,1) 61%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2d2d2d',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.hdr-btm-bg{
	border-radius: 0.4em;
	-webkit-border-radius: 0.4em;	
	-moz-border-radius: 0.4em;
	-o-border-radius: 0.4em;	
	height: 20px;
	margin: 0 6px;
	padding: 4px;
	background: rgb(208,208,208);
	background: -moz-linear-gradient(top,  rgba(208,208,208,1) 0%, rgba(197,197,197,1) 28%, rgba(151,151,151,1) 70%, rgba(129,129,129,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,208,208,1)), color-stop(28%,rgba(197,197,197,1)), color-stop(70%,rgba(151,151,151,1)), color-stop(100%,rgba(129,129,129,1)));
	background: -webkit-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(197,197,197,1) 28%,rgba(151,151,151,1) 70%,rgba(129,129,129,1) 100%);
	background: -o-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(197,197,197,1) 28%,rgba(151,151,151,1) 70%,rgba(129,129,129,1) 100%);
	background: -ms-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(197,197,197,1) 28%,rgba(151,151,151,1) 70%,rgba(129,129,129,1) 100%);
	background: linear-gradient(to bottom,  rgba(208,208,208,1) 0%,rgba(197,197,197,1) 28%,rgba(151,151,151,1) 70%,rgba(129,129,129,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#818181',GradientType=0 );
}
/*hdr-btm-left*/
.hdr-btm-left{
	display: block;
	padding: 0px 10px 10px 20px;
	margin-top: -16px;
}
.search{
	display: block;
	width: 100%;
}
.search input[type="text"] {
	font-size: 0.825em;
	width: 74.333%;
	outline: none;
	padding: 8px;
	background: white;
	border: none;
	color: #777777;
	position: relative;
	line-height: 1.5em;
}
.search input[type="submit"] {
	width:22.333%;
	font-size:0.825em;
	position: absolute;
	right:10%;
	letter-spacing:0px;
	line-height: 1.5em;
	border: none;
	padding: 8px;
	outline: none;
	color: #ffffff;
	cursor: pointer;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
	background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
	background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
	background: -o-linear-gradient(top, #8fcf00, #6b9c00);
	background: linear-gradient(top, #8fcf00, #6b9c00);
	background-color: #7db500;
	border-color: #5a8200;
}
.search input[type="submit"]:hover{
	background-color: #7db500;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
	background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
	background: -moz-linear-gradient(top, #a0e800, #6b9c00);
	background: -o-linear-gradient(top, #a0e800, #6b9c00);
	background: linear-gradient(top, #a0e800, #6b9c00);
}
.txt-right{
	float: right;
}
.txt-right h3{
	margin-top:10px;
	color: #fff;
	font-size: 0.825em;
	line-height: 1.5em;
}
/*main*/
.main{
	display: block;
	padding:10px 0;
}
/*sidebar*/
.s-main{
	background: #f8f8f8;
	margin-top: 10px;
	border: 1px solid rgb(233, 233, 233);
	box-shadow: 0 40px 30px -40px #999;
	-webkit-box-shadow: 0 40px 30px -40px #999;
	-moz-box-shadow: 0 40px 30px -40px #999;
	-o-box-shadow: 0 40px 30px -40px #999;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.s_hdr{
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
	background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
	background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
	background: -o-linear-gradient(top, #8fcf00, #6b9c00);
	background: linear-gradient(top, #8fcf00, #6b9c00);
	background-color: #7db500;
	border-color: #5a8200;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.s_hdr h2{
	padding:5px;
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0px;
	color: #FFF;
	font-family: 'Cabin Condensed', sans-serif;
}
.text1-nav{
	padding:10px;
}
.text1-nav ul li{
	display:inline;
}
.text1-nav ul li a {
	display: block;
	font-size: 0.825em;
	color: #777;
	letter-spacing: 0px;
	line-height: 2.8em;
	border-bottom: 1px solid #EEEEEE;
}
.text1-nav ul li:before{
	margin-top: 12px;
	margin-right: 10px;
	content: url('../images/arrow1.png');
	float: left;
}
.text1-nav ul li a:hover{
	color: #6FA200;
}
.s_hdr1{
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
	background: rgb(198,198,198);
	background: -moz-linear-gradient(top,  rgba(198,198,198,1) 0%, rgba(167,167,167,1) 20%, rgba(130,130,130,1) 40%, rgba(87,87,87,1) 70%, rgba(80,80,80,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,198,198,1)), color-stop(20%,rgba(167,167,167,1)), color-stop(40%,rgba(130,130,130,1)), color-stop(70%,rgba(87,87,87,1)), color-stop(99%,rgba(80,80,80,1)));
	background: -webkit-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(167,167,167,1) 20%,rgba(130,130,130,1) 40%,rgba(87,87,87,1) 70%,rgba(80,80,80,1) 99%);
	background: -o-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(167,167,167,1) 20%,rgba(130,130,130,1) 40%,rgba(87,87,87,1) 70%,rgba(80,80,80,1) 99%);
	background: -ms-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(167,167,167,1) 20%,rgba(130,130,130,1) 40%,rgba(87,87,87,1) 70%,rgba(80,80,80,1) 99%);
	background: linear-gradient(to bottom,  rgba(198,198,198,1) 0%,rgba(167,167,167,1) 20%,rgba(130,130,130,1) 40%,rgba(87,87,87,1) 70%,rgba(80,80,80,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#505050',GradientType=0 );
}
.s_hdr1 h2{
	padding: 5px;
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0px;
	color: #FFF;
	font-family: 'Cabin Condensed', sans-serif;
}
/*end sidebar*/
/*content*/
.cnt-btn{
	float:left;
}
.right{
	float: right;
}
.cnt-btn a{
	font-family: 'Cabin Condensed', sans-serif;
	display: inline-block;
	background: url('../images/btn.png') no-repeat;
	border: none;
	outline: none;
	padding: 14px 20px;
	color: #777;
	font-size: 0.925em;
}
.cnt-btn a:hover{
	color: #97b538;
}
.cnt-main{
	margin-top:10px;
	background: #ffffff;
	border: 1px solid rgb(233, 233, 233);
	box-shadow: 0 40px 30px -40px #999;
	-webkit-box-shadow: 0 40px 30px -40px #999;
	-moz-box-shadow: 0 40px 30px -40px #999;
	-o-box-shadow: 0 40px 30px -40px #999;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.s_btn {
	padding: 10px;
}
.s_btn ul {
	display: block;
}
.s_btn ul li {
	margin-bottom:5px;
	display: inline;
	float:left;
}
.s_btn ul li:nth-child(1),.s_btn ul li:nth-child(3),.s_btn ul li:nth-child(4){
	margin-right: 0;
}
.s_btn ul li h2{
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.s_btn ul li h3 a{
	font-family: 'Cabin Condensed', sans-serif;
	margin-top: 4px;
	line-height: 1.5em;
	margin-left: 20px;
	display: block;
	font-size: 0.825em;
	border: none;
	padding: 4px 20px;
	color: #ffffff;
	cursor: pointer;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
	background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
	background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
	background: -o-linear-gradient(top, #8fcf00, #6b9c00);
	background: linear-gradient(top, #8fcf00, #6b9c00);
	background-color: #7db500;
	border-color: #5a8200;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.s_btn ul li h3 a:hover{
	background-color: #7db500;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
	background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
	background: -moz-linear-gradient(top, #a0e800, #6b9c00);
	background: -o-linear-gradient(top, #a0e800, #6b9c00);
	background: linear-gradient(top, #a0e800, #6b9c00);
}
.s_btn ul li h4 a{
	font-family: 'Cabin Condensed', sans-serif;
	margin-top: 4px;
	line-height: 1.5em;
	margin-left: 20px;
	display: block;
	font-size: 0.825em;
	border: none;
	padding: 4px 20px;
	color: #ffffff;
	cursor: pointer;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
	background: -webkit-linear-gradient(top, #e8543f, #d9331a);
	background: -moz-linear-gradient(top, #e8543f, #d9331a);
	background: -o-linear-gradient(top, #e8543f, #d9331a);
	background: linear-gradient(top, #e8543f, #d9331a);
	background-color: #e54028;
	border-color: #c22d18;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
	
}
.s_btn ul li h4 a:hover{
	background-color: #e54028;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
	background: -webkit-linear-gradient(top, #eb6855, #d9331a);
	background: -moz-linear-gradient(top, #eb6855, #d9331a);
	background: -o-linear-gradient(top, #eb6855, #d9331a);
	background: linear-gradient(top, #eb6855, #d9331a);
}
/*grid*/
.grid{
	padding: 10px;
	border-top: 1px solid rgb(233, 233, 233);
}
.grid-para h2{
	font-size: 1.6em;
	font-family: 'Cabin Condensed', sans-serif;
	color: #FF6100;
	letter-spacing: 0px;
	font-weight: 400;
	text-decoration: none;
}
.grid-para h3{
	padding: 10px 0;
	font-size: 1.4em;
	color: #777;
	text-decoration: none;
	font-family: 'Cabin Condensed', sans-serif;
}
.grid-para p{
	font-size: 0.825em;
	color: #777;
	line-height: 1.5em;
}
.btn {
	display: block;
}
.top{
	margin-top:10px;
}
.top1{
	margin-top: 10px;
}
.btn a{
	display: inline-block;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 0.825em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top,  rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top,  rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top,  rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top,  rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom,  rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.btn a:hover{
	color: #E7EBE3;
	background: #686868;
}
.btn a img{
	vertical-align: top;
	margin: 2px 0px 0px 4px;
}
/*  GRID OF THREE   ============================================================================= */
.grid_1_of_3{
	display: block;
	margin: 10px;
	background: #F8F8F8;	
}
.images_1_of_3 {
	text-align:center;
	padding:10px;
	border: 1px solid rgb(228, 228, 228);
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.images_1_of_3  img {
	max-width:100%;
	display:inline-block;
	height: 130px;
}
.images_1_of_3  h3{
	color: #777;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
}
.btm{
	padding-bottom: 3%;
}
/*footer*/
.footer-bg{
	padding:20px 0;
	background: #353535;
}
.f_nav {
	text-align:center;
}
.f_nav ul li{
	display: inline-block;
	margin-right:10px;
}
.f_nav ul li a{
	display: block;
	font-size: 1em;
	color: #fff;
	font-family: 'Cabin Condensed', sans-serif;
}
.f_nav ul li a:hover{
	color: #6FA200;
}
.footer1{
	padding:15px 0 0;
	text-align:center;
}
.footer1 p{
	line-height:1.8em;
	font-size:0.825em;
	color: #fff;
	font-weight:400;
}
.footer1 p a{
	font-family: 'Cabin Condensed', sans-serif;
	color: #6FA200;
	font-size: 1.2em;
}
.footer1 p a:hover{
	color:#777777;
}
/*about*/
.abt_para{
	float: left;
	width: 61.333%;
	margin-right: 2.333%;
}
.abt_para h3{
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.about p{
	margin-top:10px;
	line-height: 1.5em;
	font-size: 0.825em;
	color: #777;
}
.abt_img{
	float:left;
	width: 36.333%;
}
/*service*/
.ser-main{
}
.ser-main h4{
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.ser-para p{
	font-size: 0.825em;
	color: #777;
	letter-spacing: 0px;
	line-height: 1.5em;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	padding-bottom:10px;
}
.ser-grid-list h5{
	font-size: 1.4em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.ser-grid-list img{
	margin:15px 0;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.ser-grid-list p{
	font-size: 0.825em;
	color: #777;
	letter-spacing: 0px;
	line-height: 1.5em;
}
.ser-rdmore {
	float:right;
	margin:30px 10px 40px 0px;
}
.ser-para {
	margin-bottom:10px;
}
/***Contact*/
/*  Contact Form  ============================================================================= */
.contact-form{
	position:relative;
	margin-top: 10px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form form{
	margin-top:10px;
}
.contact-form span{
	color:#777;
	display:block;
	font-size:0.825em;
	padding-bottom:5px;
}
.span_1_of_2 h3 {
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.span_2_of_4 h3 {
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
	font-size:1.1em;
	font-family: 'Cabin Condensed', sans-serif;
	color: #555;
	padding: 8px;
	display: block;
	width: 94%;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	display: inline-block;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 0.825em;
	border: none;
	padding: 10px 24px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;	
}
.contact-form input[type="submit"]:hover{
	color: #E7EBE3;
	background: #686868;
}
.company_address p{
	color:#777;
	padding:2px 0;
	font-size: 0.825em;
	line-height: 1.5em;
}
.company_address p span{
	color: #7fb538;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:underline;
	color: #777;
	-webkit-transition:0.5s;
}
.map{
	border:1px solid #C7C7C7;
	margin:10px 0;
}
/*details*/
/*  Preview  ============================================================================= */
.back-links {
	float: left;
	padding-top: 5px;
}
.back-links p {
	font-size: 0.825em;
	color: #333;
}
.back-links p a {
	font-size: 0.9em;
	padding: 0 1.3%;
	color: #333;
	font-family: 'Cabin Condensed', sans-serif;
}
.back-links p a:hover, .back-links p a:active {
	color:#B81D22;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.rightsidebar {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.product-details{
	margin:10px 0;
}
.span_3_of_2 {
	margin-top: 10px;
}
.images_3_of_2{
	border: 1px solid #dfdfdf;
}
.images_3_of_2  img {
	max-width: 100%;
}
.span_3_of_2  h2 {
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.span_3_of_2  p{
	font-size: 0.825em;
	color: #777;
	line-height: 1.5em;
}
.price p {
	font-size: 0.825em;
	color: #777;
	line-height: 1.5em;
	vertical-align: top;
}
.price p span {
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.price {
    margin-top: 10px;
}
.available {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
}
.available p {
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.available li {
	display: inline-block;
	font-size: 0.825em;
	color: #353535;
	margin: 4px 0;
}
.available li select {
	display: inline;
	font-size: 1em;
	color: #333;
	margin-left: 3px;
}
.share-desc{
	margin-bottom:15px;
}
.share{
	float:left;
}
.share p {
	font-size: 1.2em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
.share li {
	display: inline-block;
	margin: 5px 6px;
	background:#222;
	border-radius:5px;
}
.share li img {
	vertical-align:middle; 
}
.wish-list{
	padding:15px 0;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.wish-list li{
	display:inline-block;
	margin-right:45px;
}
.wish-list li a{
	color: #777777;
	font-size:0.825em;
	padding-left:22px;
}
.wish-list li a:hover {
	color: #E4292F;
}
.wish-list li.wish{
	background:url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare{
	background:url(../images/compare.png) no-repeat 0;
}
.product-desc, .product-tags {
	clear: both;
	padding-top: 20px;
}
.product-desc p {
	font-size: 0.825em;
	color: #777;
	line-height: 1.5em;
}
.product-desc p span{
	font-weight:bold;
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.825em;
	color: #777;
	font-weight: bold;
}
.input-box {
	background: url(../images/tag.png) no-repeat 0 8px;
	padding-left: 35px;
}
.input-box input[type="text"] {
	padding: 8px;
	display: block;
	width: 95%;
	background: #fcfcfc;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.825em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}
.product-tags .button {
	margin-top: 15px;
	line-height: 3em;
}
.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
.product-tags .button a {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 0.825em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
	color: #E7EBE3;
	background: #686868;
}
.product-tags p{
	font-size: 0.825em;
	padding:5px  0;
	color: #969696;
	line-height: 1.5em;
}
/**** Review *****/
.review h4,.review h4 a{
	 font-size:1.2em;
	 color: #777;
	font-family: 'Cabin Condensed', sans-serif;
}
.review h4 a{
	text-decoration:underline;
}
.review h4 a:hover{
	text-decoration:none;
	color:#E4292F;
}
.review ul{
	margin-top:10px;
}
.review li{
	display:block;
	font-family: 'Cabin Condensed', sans-serif;
	padding:8px 0;
	color: #666;
	font-size:1em;
}
.review li img{
	vertical-align:middle;
}
.review p{
	font-size:0.8em;
	padding:5px 0;
	color: #969696;
	line-height: 1.6em;
}
.your-review h3{
	font-size:1.2em;
    color: #333;
    font-family: 'Cabin Condensed', sans-serif;
}
.your-review div{
	padding:5px 0;
}
.your-review span{
	display:block;
	font-size:0.8125em;
	color:#757575;
	padding-bottom:5px;
}
.your-review label span.red{
	color:#777;
	display:inline;
}
.your-review input[type="text"],.your-review textarea{
	padding:8px;
	display:block;
	width:50%;
	border:1px solid #E0E0E0;
	background:none;
	outline:none;
	color:#777;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-appearance:none;
}
.your-review textarea{
	resize:none;
	height:120px;		
}
.your-review input[type="submit"]{
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 0.825em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
}
.your-review input[type="submit"]:hover{
	color: #E7EBE3;
	background: #686868;
}
.span_3_of_1 li a {
	font-size:1em;
	padding:8px 0 8px 20px;
	color: #666;
	display: block;
	font-family: 'Cabin Condensed', sans-serif;
	background: url(../images/drop_arrow.png) no-repeat 0;
	border-bottom:1px solid #F0F0F0;
}
.span_3_of_1 li a:hover {
	background: url(../images/drop_arrow-hover.png) no-repeat 0;
	color:#B81D22;
}
.span_3_of_2 .button {
	float: right;
	margin-top:15px;
	line-height:3em;
}
.span_3_of_2 .button a {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 0.825em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
}
.span_3_of_2 .button a:hover {
}
.subscribe {
	padding:30px 0;
}
.subscribe p {
	font-size:0.85em;
	color:#666;
	padding:5px 0;
	line-height:1.6em;
}
.signup {
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	margin-top: 5px;
	background: #E7E7E7;
	box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"] {
	border: none;
	background: none;
	padding:5px;
	outline: none;
	width:70%;
	font-size:0.85em;
	color:#222;
}
.signup input[type="submit"] {
	border: 1px solid #5C5655;
	padding: 8px 20px;
	font-size: 12px;
	width:85px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	background: #565656;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.signup input[type="submit"]:hover {
	background: #5e5e5e;
	background: -moz-linear-gradient(top,  #5e5e5e 0%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#404040));
	background: -webkit-linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	background: -o-linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	background: -ms-linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	background: linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040',GradientType=0 );
	box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
}
.community-poll p {
	color: #CD1F25;
	font-size: 0.825em;
	padding:5px  0;
}
.poll li {
	padding:3px 0px 9px 0;
}
.poll input.radio {
	float: left;
	margin:4px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label {
	font-size: 0.825em;
	padding:10px 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
/**** End Preview Page ******/
.para p {
	margin-top:10px;
	line-height: 1.5em;
	font-size: 0.825em;
	color:#777;	
}
.top-right{
	margin:10px  0;
}
.text-h1 h2{
	font-size: 1.6em;
	color: #97b538;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}
/*--login--*/
.login-left h3, .login-right h3 {
	font-size: 1.1em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
	margin-bottom: 5px;
}
.login-left p, .login-right p {
	color:#999;
	display: block;
	font-size:0.8125em;
	margin: 0 0 1.5em 0;
	line-height: 1.8em;
}
.acount-btn {
	display: inline-block;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-webkit-appearance: none;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background: #686868;
	text-decoration:none;
	color:#fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 1.5em 0;
}
.login-right span {
	color: #555;
	font-size:0.8125em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.login-right input[type="text"] {
	border: 1px solid #DDDBDB;
	outline-color:#fb4d01;
	width: 90%;
	font-size:0.8125em;
	padding:10px;
	-webkit-appearance: none;
}
.login-right input[type="submit"] {
	display: inline-block;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-webkit-appearance: none;
}
a.forgot {
	font-size:0.8125em;
}
a.forgot:hover{
	color:#999;
}
h4.title {
	color: #000;
	margin-bottom: 0.5em;
	
	text-transform: uppercase;
	border-bottom: 1px solid #DFDDDD;
	padding-bottom: 13px;
}
p.cart {
	color: #999;
	line-height: 1.8em;
}
.register {
	min-height: 530px;
	margin-top: 20px;
}
.login-right {
	margin-top: 2em;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	font-size: 1.1em;
	color: #777;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
	margin-bottom: 5px;
}
.register-top-grid div, .register-bottom-grid div {
	width:100%;
	float:none;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#999;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
	font-size:0.8125em;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#FF5B36;
	width: 90%;
	font-size: 1em;
	padding: 0.5em;
	-webkit-appearance: none;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size:12px;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom:-2px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #6B6A6A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	display: inline-block;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1em;
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	cursor: pointer;
	background: rgb(136,136,136);
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 30%, rgba(102,102,102,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(30%,rgba(119,119,119,1)), color-stop(71%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(119,119,119,1) 30%,rgba(102,102,102,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-webkit-appearance: none;
}
.register-but input[type="submit"]:hover {
	background: #686868;
}
div.register-bottom-grid {
	margin-top:3em;
}
.span_1_of_list {
	width:100%;
}
.col_1_of_list {
	display: block;
	float:none;
	background: #fff;
}
.col_1_of_list:first-child {
	margin-left: 0;
}
a.forgot {
	font-size: 0.8125em;
	color:#000;
}
/*404*/
.page{
	text-align:center;
}
.page h2{
	font-size:8em;
	color: #97b538;
	font-weight: 400;
	font-family: 'Cabin Condensed', sans-serif;
}