html, body {
	font-family: "Roboto","Helvetica","Arial","sans-serif";
	font-size: 14px;
	background: #f3f3f3;
	color:#777777;
}
body a {
	transition:0.5s all;
	-webkit-transition:0.0s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}

h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
}
p {
	margin: 0;
}
/*-- header_top --*/
.top_bg {
	background: #FFB204;
		border-bottom:2px solid #60b319;
}
.header_top {
	padding:2px 0 0 0;

}
.top_left {
	float: left;
}

@media only screen and (max-width:912px){
    #mlogo{width:30vw !important;}
    
} 



.top_left h2 {
	text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
	font-weight:bold;
    padding-top: 7px;
    margin: 0;
}
.top_left  a {
	color: #000000;
	margin-right:10px;
	display:inline-block;
	padding: 6px 20px;
	background: #ffcc33;
	font-size:12px;
	border:1px dotted;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_button {
	float:right;
}
.top_button  a {
	color: #ffffff;
	margin-right:10px;
	display:inline-block;
	padding: 5px 20px;
	background: #60b319;
	font-size:12px;
	font-weight:bold;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_button  a:hover {
	background: #ffffff;
	text-decoration:none;
	color:#408A00;
}
.top_right {
	    float: right;
	color: #ffffff;
	margin-right:10px;
	}
.top_right ul {
	padding:0;
	list-style:none;
	margin-top:2px;
}
.top_right ul li {
	display: inline-block;
	margin-right: 10px;
}
.top_right ul li:last-child {
	margin-right: 0;
}
.top_right ul li a {
	text-align:center;
	padding: 0px 4px;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover {
	color:#60B319;
	text-decoration: none;
}
/********** Login *************/
#loginContainer {
	position:relative;
}
#loginContainer a span {
	display:block;
	padding:4px 10px;
}
/* Login Button */
#loginButton {
	display:inline-block;
	position:relative;
	z-index:30;
	cursor:pointer;
}
/* Login Box */
#loginBox {
	position:absolute;
	top: 44px;
	right: 0px;
	display:none;
	z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
	width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
	margin:0 0 15px 0;
	display:block;
	border:0;
	padding:0;
}
fieldset#body {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	padding:15px 15px;
	margin:0;
}
#loginForm #checkbox {
	width:auto;
	margin:3px 6px 0 0;
	float:left;
	padding:0;
	border:0;
 *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
	color:#000;
	margin:10px 0 0 0;
	display:block;
	float:left;
	font-size:0.8725em;
}
#loginForm #body fieldset label {
	display:block;
	float:none;
	margin:0 0 6px 0;
}
#body label i {
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
	width:92%;
	border:1px solid #DADADA;
	color: #222;
	background:#FFF;
	padding:6px;
	font-size: 0.8125em;
	-webkit-apperance:none;
}
/* Sign In Button */
#loginForm #login {
	width: auto;
	float: left;
	background: #ffcc33;
	color: #333;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
#loginForm #login:hover {
	background: #EEBF05;
}
/* Forgot your password */
#loginForm span {
	display:block;
	padding:0px 0px 15px 0px;
}
#loginForm span a {
	color:#000;
	font-size:0.85em;
	font-weight:500;
	background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover {
	text-decoration:underline;
}
input:focus {
	border-color: #60b319;
    outline: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(96, 179, 25, 0.6);
}
/*-- header --*/
.header_bg {
	border-bottom: 1px solid rgb(236, 236, 236);
	tramsition:0.4s;
	background-image:url(../images/top-header-bg.jpg);
	background-size: cover;
}
.header-bg-wraper {
background:rgba(121, 95, 0, 0.6)  ;
}
.header {
	padding:0 0;
}
.logo {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
.header_right {
	margin: 3% 0;
}
/*search*/
.search {
	position: relative;
    background: #f3f4f5;
    border: 1px solid #D8D8D8;
    margin-right: 3%;
    border-radius: 4px;
}
/* Sticky CSS*/
.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99999;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    animation:slide-down 0.7s;
    opacity:1;
	transition: all 0.4s ease;  
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.fixed .spmegamenu {
    display:none;
	transition:0.4s;
}
.fixed .logo {
	margin-top:2px;
	margin-bottom:2px;
}
.fixed .logo a img {
	width:90px;
}
.fixed .search input[type="text"] {
    margin: 0px 0;
    padding: 5px 16px;
}
.fixed .search input[type="submit"] {
	height:28px;
}
/*.logo-main { 
	display:block;
}
.fixed .logo .logo-main {
	display:none;
}*/
.fixed .header-bg-wraper {
    background: #357300;
}
/*.logo-small {
	display:none;
}
.fixed .logo .logo-small {
	display:block;
}*/
.fixed .header_right {
	margin:7px 0;
}
.fixed .text-decrip {
	display:none;
}
.fixed .ui-autocomplete {
	max-height: 239px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
            overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
            padding-right: 1px;
			position:fixed !important;
			border:1px solid #dcd8d8;
}
/*End Sticky*/
.search form {
	width:100%;
}
.search input[type="text"] {
	margin:0px 0;
	padding:9px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width:70%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.search-country {
    margin:0px 0;
	padding:6px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width:25% !important;
	line-height: 1.5em;
	position: relative;
	border-left:1px solid #BDB7B7!important;
	font-size: 0.8725em;
	-webkit-appearance: none;
	text-transform: capitalize;
	border-left: 2px solid #000;
}
.search input[type="text"]:hover {
	background:#fff;
}
.search input[type="submit"] {
	background: url('../images/search.png') no-repeat center #ececec;
	border: none;
	cursor: pointer;
	width: 5%;
	outline: none;
	position: absolute;
	height: 36px;
	top: 0px;
	right: 0px;
	border-left:1px solid #BDB7B7;
}
.search input[type="submit"]:hover {
	background: url('../images/search.png') no-repeat center #F5D592;
}
/* create_btn */
.create_btn {
	
}
.create_btn a {
	text-transform: capitalize;
	display:inline-block;
	padding: 10px 20px;
	font-size: 0.8725em;
	color: #ffffff;
	background: #ffcc33;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control {
	width:100%;
}
.create_btn a:hover {
	background: #00405d;
	color:#ffffff;
	text-decoration:none;
}
.create_btn a img {
	vertical-align: top;
	margin-top: 3px;
}
/* start icon styles */
.icon1:before, .icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	float:right;
	zoom:1;
	margin-right: 2%;
}
ul.icon1 {
	padding:0;
	list-style:none;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child {
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	z-index: 1;
	right: -140px;
	background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-o-box-shadow: 0px 0px 5px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child {
	border-top:none;
}
.icon1 ul li:first-child a {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.icon1 ul a {
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon {
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img {
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1 {
	background: url(../images/art.png) no-repeat 0px 0px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}
.c2 {
	background: url(../images/bag.png) no-repeat 0px 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3 {
	text-align:center;
	font-size: 1em;
	color: #00405d;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p {
	text-align:center;
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list {
	padding: 20px 0px;
}
.sub-icon1 ul li p a {
	color: #00405d;
}
.sub-icon1 ul li p a:hover {
	color: #555555;
	text-decoration:underline;
}
/* start menu */
.h_nav h4 {
	border-bottom: 1px solid rgb(96, 179, 25);
	font-size: 1em;
	color: #000;
	line-height: 0.9em;
	text-transform: uppercase;
	margin-bottom: 4%;
	min-height:30px;
}
.h_nav h4.top {
	margin-top: 12%;
}
.h_nav ul li {
	display: block;
}
.h_nav ul li a {
	display: block;
	font-size: 0.95em;
	color: #555;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 25px;
	padding:0 4px;
}
.h_nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:#60b319;
}
/* start main */
.content_top {
	margin-top:2em;
}
.grid_list {
	border-bottom: 1px solid rgb(236, 236, 236);
	padding-bottom: 2em;
	cursor: pointer;
	margin-bottom: 2em;
}
.grid_list:hover a {
	text-decoration:none;
}
.grid_img {
	width:30%;
	float: left;
	margin-right: 1em;
}
.grid_text-middle {
	width: 62.333%;
	float: left;
	margin-right: 1em;
}
.last {
	margin-right:0;
}
.grid_text h3, .grid_text-middle h3 {
	font-size:18px;
}
.grid_text h3 a, .grid_text-middle h3 a {
	color:#555;
	text-transform:uppercase;
}
.grid_text p, .grid_text-middle p {
	color:#777777;
	font-size: 0.8125em;
	text-transform: uppercase;
}

/* start content */
.inner-main {
	background:#fff;
}
.content {
	text-align:center;
}
.content_text {
	margin-top: 4%;
}
.content_text h3 {
	font-size:15px;
	color:#000000;
	text-transform:uppercase;
}
.content_text h4 a {
	margin:20px 0 10px;
	font-size:1.5em;
	color:#000000;
	text-transform:uppercase;
	text-decoration:underline;
	display: inline-block;
	font-style: italic;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content_text h4 a:hover {
	color:#00405d;
	text-decoration:none;
}
.content_text p {
	font-style: italic;
	font-size:0.8725em;
	color:#000000;
	line-height: 1.8em;
	width:50%;
	margin: 0 auto;
}
.grids {
	padding:3em 0;
}
.grid1:hover .look {
	background:#ffcc33;
}
.grid1 {
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.look {
	position: absolute;
	right:15px;
	bottom: 0;
	background:rgba(141, 141, 141, 0.51);
	padding: 10px;
}
.look h4 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
}
.look p {
	-webkit-text-stroke: 0.5px;
	font-size: 0.8125em;
	color: #fff;
	text-transform: uppercase;
}

/*-- start footer -- */
/* scroll_top_btn */
.footer_top {
	border-top:1px solid rgb(236, 236, 236);
	padding:1em 0;
	
}
/*-- start span_of_4 -- */
.span_of_4 {
	margin-top: 2%;
}
.span1_of_4 {
	float:left;
	margin-left: 4%;
	width: 21.33333%;
}
.span1_of_4:first-child {
	margin-left: 0%;
}
.span1_of_4 h4 {
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
}
.span1_of_4 h5 {
	margin-top:12%;
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
	display: block;
}
.span1_of_4 h5 a {
	color: #00405d;
}
.span1_of_4 h5 a:hover {
	color: #555555;
}
.span1_of_4 h5 a span {
	vertical-align: middle;
}
.span1_of_4 p {
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}
.span1_of_4 h4.top {
	margin-top: 4%;
}
.f_nav {
	margin-top: 4%;
	padding:0;
	list-style:none;
}
.f_nav li a {
	display:block;
	font-size: 0.8125em;
	color:#CECECE;
	text-transform:capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a:hover {
	color:#FFB204;
	text-decoration:none;
}
/* start span_of_2 */
.span_of_2 {
	margin: 4% 0;
	display: block;
}
.span1_of_2 {
	float:left;
	width: 23.33333%;
	margin-right: 4%;
}
.span1_of_2 h5 {
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
	display: block;
}
.span1_of_2 h5 a {
	color: #00405d;
}
.span1_of_2 h5 a:hover {
	color: #555555;
}
.span1_of_2 h5 a span {
	vertical-align: middle;
}
.span1_of_2 p {
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}
/*--- social-icons ----*/
.social-icons {
	margin-top: 1%;
}
.social-icons ul {
	padding:0;
	list-style:none;
}
.social-icons li {
	display:inline-block;
}
.social-icons li a {
	height: 46px;
	width: 46px;
	display: block;
	background:url(../images/soc_icons.html);
}
.social-icons li:nth-child(1) a {
 background: url(../images/soc_icons.html) 0% 0%;
}
.social-icons li:nth-child(2) a {
 background: url(../images/soc_icons.html) 25% 0%;
}
.social-icons li:nth-child(3) a {
 background: url(../images/soc_icons.html) 50% 0%;
}
.social-icons li:nth-child(4) a {
 background: url(../images/soc_icons.html) 75% 0%;
}
.social-icons li:nth-child(5) a {
 background: url(../images/soc_icons.html) 100% 0%;
}
.social-icons li:nth-child(1) a:hover {
 background:url(../images/social-fb.html) no-repeat 0% 0%;
}
.social-icons li:nth-child(2) a:hover {
 background: url(../images/social-tw.html) no-repeat 25% 0%;
}
.social-icons li:nth-child(3) a:hover {
 background: url(../images/social-vidmate.html) no-repeat 50% 0%;
}
.social-icons li:nth-child(4) a:hover {
 background: url(../images/social-ballp.html) no-repeat 75% 0%;
}
.social-icons li:nth-child(5) a:hover {
 background: url(../images/social-linkdin.html) no-repeat 100% 0%;
}
/*-- start footer_style -- */
.footer {
	background: #212323;
	padding: 10px 20px;
}
.copy {
	margin:10px 0;
	text-align:center;
}
.copy p.link {
	line-height: 1.8em;
	color: #ffffff;
	font-size: 14px;
}
.copy p.link a {
	color: #ffcc33;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p.link a:hover {
	color: #ffffff;
}
/* start women */
.w_sidebar {
	border: 1px solid #EBEBEB;
}
.w_nav1 ul {
	padding:0;
	list-style:none;
}
.w_nav1 {
	padding: 20px;
}
.w_nav1 h4 {
	text-transform:uppercase;
	color: #589D3E;
	font-size: 1em;
	margin-bottom: 5px;
}
.w_nav1 ul li {
	line-height: 1.5em;
}
.w_nav1 ul li a {
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size: 0.8725em;
}
.w_nav1 ul li a:hover {
	color:#00405d;
}
.w_nav2 {
	padding: 20px;
}
.w_nav2 li {
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a {
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1 {
	background:	#0AA5E2;
}
.w_nav2 li a.color2 {
	background:	#40E0D0;
}
.w_nav2 li a.color3 {
	background:	#B03060;
}
.w_nav2 li a.color4 {
	background:	#000080;
}
.w_nav2 li a.color5 {
	background:	#E60D41;
}
.w_nav2 li a.color6 {
	background:	#45BF55;
}
.w_nav2 li a.color7 {
	background:	#FF7F00;
}
.w_nav2 li a.color8 {
	background:	#8B4513;
}
.w_nav2 li a.color9 {
	background:	#FFD700;
}
.w_nav2 li a.color10 {
	background:	#9FA8AB;
}
.w_nav2 li a.color11 {
	background:	#C0C0C0;
}
.w_nav2 li a.color12 {
	background:	#0AA5E2;
}
.w_nav2 li a.color13 {
	background:	#FFCBDB;
}
.w_nav2 li a.color14 {
	background:	#B87333;
}
.w_nav2 li a.color15 {
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3 {
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;
}
.row1 {
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4 {
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after, .sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio, .sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio {
	text-transform: none;
}
.sky-form .radio:last-child, .sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input, .sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i, .sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after, .sky-form .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;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after, .sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child, .sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */
.sky-form [class^="icon-"] {
 	font-family: FontAwesome;
 	font-style: normal;
 	font-weight: normal;
 	-webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;
}
/* hover state */
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea, .sky-form .radio:hover i, .sky-form .checkbox:hover i, .sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus, .sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #2da5da;
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
	border-color: #2da5da;
}
/* error state */
.sky-form .state-error input, .sky-form .state-error select, .sky-form .state-error textarea, .sky-form .radio.state-error i, .sky-form .checkbox.state-error i, .sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input, .sky-form .state-success select, .sky-form .state-success textarea, .sky-form .radio.state-success i, .sky-form .checkbox.state-success i, .sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input, .sky-form .select.state-disabled, .sky-form .textarea.state-disabled, .sky-form .radio.state-disabled, .sky-form .checkbox.state-disabled, .sky-form .toggle.state-disabled, .sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input, .sky-form .select.state-disabled:hover select, .sky-form .textarea.state-disabled:hover textarea, .sky-form .radio.state-disabled:hover i, .sky-form .checkbox.state-disabled:hover i, .sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #f0f0f0;
	position: relative;
}
.jspDrag {
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*-- end scrollpane --*/
/*-- start w_content --*/
.women_main {
	padding:2em 0;
}
.women {
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.women h4 {
	float:left;
	font-size:1em;
	text-transform:uppercase;
	color: #333333;
}
.women h4 {
	color:#555555;
}
.w_nav {
	float:right;
	color:#555555;
	font-size:0.8125em;
	padding:0;
	list-style:none;
}
.w_nav li {
	display: inline-block;
}
.w_nav li a {
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover {
	color: #00405d;
}
.grids_of_4 {
	display:block;
	margin: 2% 0;
}
.grid1_of_4 {
	float: left;
	width: 23.22222%;
	margin-left: 2.33333%;
}
.grid1_of_4:first-child {
	margin-left: 0;
}
.grid1_of_4 h4 {
	font-size:16px;
	margin-top:5px;
}
.grid1_of_4 h4 a {
	text-transform:uppercase;
	color:#000000;
}
.grid1_of_4 p {
	font-size: 0.8125em;
	color:#777777;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.content_box-grid {
	margin-top: 1em;
}
.view {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 188px;
	left: 117px;
}
.view-fifth img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.view1 {
	overflow: hidden;
	position: relative;
}
.view1 .mask1, .view1 .content {
	position: absolute;
	overflow: hidden;
	top:130px;
	left:90px;
}
.info {
	display: block;
	background: url(../images/label_new.png) no-repeat;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}
.view-fifth1 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
/*--single--*/
.cont {
	display: block;
	float:left;
}
.span_2_of_bottom1 {
	width:68.1%;
}
.lsidebar {
	display: block;
	float:right;
	margin-left:3.333%;
}
.span_2_of_bottom {
	width: 66.1%;
}
.span_1_of_bottom {
	width:25.1%;
	border: 1px solid #DDD;
}
.span_2_of_bottom p, .span_1_of_bottom p {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.desc {
	padding:5%;
}
.desc h5 a {
	color:#C0313C;
	font-size: 0.788em;
}
.desc h5 a:hover {
	color:#333;
}
.button {
	border: none;
	background: #45A43E;
	color: #FEF503;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform:uppercase;
}
.button:hover {
	background:#333;
}
.price-text {
	padding:5% 0;
}
.span_3_of_2 {
	width:60.3333%;
}
.desc1 {
	display: block;
	float: right;
}
p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}
.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}
.price1 {
	padding: 4% 0;
}
span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}
.images_3_of_2 {
	width:35.2%;
	float: left;
	margin-right: 2.6%;
}
.single-bottom1 h6, .single-bottom2 h6 {
	background: #F3F3F3;
	padding: 10px;
	color: #333;
	font-size: 1.2em;
}
p.prod-desc {
	color: #888;
	padding-top: 2%;
	font-size: 0.89em;
	line-height: 1.5em;
}
.single-bottom1 {
	padding: 3% 0 4%;
}
.product {
	padding: 3% 0 0 0;
}
.product-desc {
	width: 82.3333%;
	float: left;
	border-width: 0 1px 0 0;
	border-right: 1px solid #DDD;
}
.product-img {
	width: 21.5%;
	float: left;
	margin-right: 2.5%;
}
.prod1-desc {
	width: 75.2%;
	float: left;
}
.product-desc h5 {
	padding-bottom: 2%;
}
.product-desc h5 a {
	color:#555;
	font-size:20px;
}
.product-desc h5 a:hover {
	color:#ffcc33;
	text-decoration:none;
}
p.product_descr {
	color: #555;
	font-size: 0.89em;
	line-height: 1.5em;
}
.product_price {
	width:15.3333%;
	float: left;
	padding: 0 0px 0px 16px;
}
.price-access {
	color: #555;
	font-size: 1em;
}
.button1 {
	
	border: none;
	background:#00405d;
	padding: 7px 15px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top: 9%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button1:hover {
	background:#ffcc33;
	color: #000000;
}
.desc1 h3 {
	color:#333333;
	font-size:1.4em;
	text-transform:capitalize;
}
.desc1 p {
	margin-top: 2%;
	font-size: 1.8em;
	color: #00405d;
	line-height: 1.8em;
	-webkit-text-stroke: 1.5px;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: 1px;
}
.desc1 p a {
	margin-left:5px;
	color:#555555;
	text-transform:uppercase;
	font-size: 13px;
	-webkit-text-stroke: 0px;
	letter-spacing: 0px;
}
.desc1 p a:hover {
	color: #00405d;
}
.det_nav {
	margin:  6% 0;
}
.det_nav ul {
	padding:0;
	list-style:none;
}
.det_nav h4 {
	line-height:1.8em;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.det_nav ul li {
	display:inline-block;
	width: 20.33333%;
	margin-left: 4%;
}
.det_nav ul li:first-child {
	margin-left: 0;
}
.det_nav ul li a {
	display:block;
}
.det_nav ul li a img {
	border: 1px solid #DADADA;
}
.btn_form {
	margin: 8% 0 4%;
}
.btn_form a {
	
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background: #00405d;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form a:hover {
	background: #ffcc33;
	text-decoration:none;
}
.desc1 a span {
	font-size:0.8125em;
	color:#555555;
	text-transform:uppercase;
	text-decoration:underline;
}
.desc1 a span:hover {
	color: #00405d;
	text-decoration:none;
}
.det_nav1 h4 {
	font-size: 1em;
	text-transform:uppercase;
	color: #555;
	margin-bottom: 6%;
}
.det_nav1 ul li {
	display: inline-block;
	margin-left: 10px;
}
.det_nav1 ul li:first-child {
	margin-left: 0;
}
/* end details */
/* start registration */
.registration {
	padding: 3% 1%;
}
.registration h2 {
	font-size:1.5em;
	color: #00405d;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left {
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child {
	margin-left: 0;
}
.registration span {
	color: #777777;
}
.registration_form {
	display: block;
}
.registration_form div {
	padding:10px 0;
}
.sky_form1 {
	margin-bottom: -30px;
}
.sky_form1 ul {
	padding:0;
	list-style:none;
}
.sky_form1 ul li {
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child {
	margin-left: 0;
}
label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}
.registration_form input[type="text"], .registration_form input[type="email"], .registration_form input[type="tel"], .registration_form input[type="password"] {
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	font-size: 0.8925em;
	color: #333333;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
}
.registration_form input[type="submit"] {
	-webkit-appearance: none;
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	background:#00405d;
	padding: 10px 20px;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
	outline:none;
	font-size:1em;
	margin-bottom: 5px;
}
.registration_form input[type="submit"]:hover {
	color: #ffffff;
	background:#ffcc33;
}
.terms {
	text-decoration:underline;
	text-transform:capitalize;
	color: #00405d;
}
.terms:hover {
	text-decoration:none;
}
.forget a {
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover {
	text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4 {
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
	margin: 13px 0 0;
}
.shoping_bag h4 img {
	margin-right: 5px;
}
.shoping_bag h4 span {
	color: #00405d;
}
.s_art {
	float: right;
	padding: 0;
	list-style: none;
}
.s_art li {
	text-align:center;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_left {
	float: left;
	width:68.333%;
	margin-right: 3.3333%;
}
.shoping_right {
	float: right;
	width:14.333%;
}
.shoping1_of_1 {
	float: left;
	width: 12.3333%;
	margin-right: 3.3333%;
}
.shoping1_of_2 {
	float: left;
	width: 68.3333%;
}
.shoping_left h4 {
	margin-bottom: 2%;
}
.shoping_left h4 a {
	text-transform: uppercase;
	color: #26BC85;
	font-size:1em;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left h4 a:hover {
	text-decoration: none;
	color: #777777;
}
.shoping_left span {
	text-transform: uppercase;
	color: #999999;
	font-size: 0.8725em;
	-webkit-text-stroke: 0.4px;
}
.shoping_left span b {
	color: #555555;
	font-weight: 600;
}
.s_icons {
	margin-top: 2%;
}
ul.s_icons {
	padding:0;
	list-style:none;
}
.s_icons li {
	display: inline-block;
	margin-left: 10px;
}
.s_icons li:first-child {
	margin-left: 0;
}
.s_icons li a {
	display: block;
	width:30px;
	height:30px;
	background: rgb(187, 187, 187);
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	padding: 1px;
}
.s_icons li a:hover {
	background: #00405d;
}
.s_icons li a img {
	vertical-align: bottom;
}
.shoping_right p {
	color: #333333;
	font-size: 0.8725em;
	text-transform: capitalize;
	line-height: 2.5em;
	-webkit-text-stroke: 0.4px;
}
.shoping_right p.tot {
	font-size: 1.5em;
}
.shoping_right p span {
	color: #ff0000;
	float: right;
}
.shoping_right p a {
	color: rgb(12, 138, 12);
}
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag1 h2 {
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 h2 a {
	-webkit-text-stroke: 0.4px;
	color: #26BC85;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_bag1 h2 a:hover {
	color: #555555;
}
.shoping_bag1 h2 img {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shoping_bag1 h2 span {
	color: #999999;
}
.shoping_bag2 {
	padding: 2% 0;
}
.shoping_left a.btn1 {
	margin-top:1%;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #ffffff;
	background: #00405d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left a.btn1:hover {
	background: #ffcc33;
	text-decoration:none;
}
.shoping_right p span.color {
	color: rgb(12, 138, 12);
}
/* start contact */
.contact {
	margin:2% 0;
	display: block;
}
.contact h2 {
	font-size: 1.5em;
	color: #00405d;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
}
.map {
	margin: 2% 2% 2% 0;
}
.col {
	display: block;
}
.contact-form {
	position:relative;
}
.contact-form div {
	padding:5px 0;
}
.contact-form span label {
	margin-top: 10px;
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
	
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 96.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea {
	resize:none;
	height:120px;
}
.contact-form input[type="submit"] {
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background: #00405d;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover {
	background: #ffcc33;
	color: #ffffff;
}
.text-decrip {
font-size:16px;
color:#FFB204;
text-align:center;
}

/*--Kishan css--*/
.home-cat-wrap {
	border:1px solid #e2e2e2;
	background:#F3FFE9;
	margin: 20px 0 20px 0;
	float:left;
	padding:0;
	width:100%;
 webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.home-cat-wrap:hover {
	transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.cat-left-img {
	background:#fff;
	padding:0;
}

.cat-list {
	padding:0;
}
.cat-list ul {
	text-decoration:none;
	list-style-type:none;
	padding:0;
}
.cat-list ul li {
	padding: 4px 0 0 13px;
}
.cat-list ul li a {
	color:#408A00;
	display: block;
	font-size: 12px;
	text-decoration:none;
	text-transform:capitalize;
}
.cat-list ul li a:hover {
	color:#FFAA33;
}
.main-cat-name h3 {
	color:#FFB204;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	text-decoration:none;
	padding: 3px 0px 0 10px;
}
.view-all-cat {
    float: right;
    font-size: 10px;
    padding: 15px 8px 0 0px;
	letter-spacing:0.5px;
}
h1.my-title {
    color: #60B319;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: justify;
    padding-left: 0;
    padding-top: 10px;
}
.free-list-title {
	font-size: 12px;
	color: #408A00;
	background: #F7F9F9;
	font-weight: bold;
	text-align:center;
	padding:5px 0;
}
.free-list-dec a {
	text-decoration:none;
}
.free-list-dec h3 {
	font-size:14px;
	margin:10px 0;
	font-weight:normal;
	text-transform: uppercase;
}
.free-list-dec p {
	font-size:13px;
}
.free-list-main {
	border: 1px solid #e2e2e2;
	float: left;
	width: 100%;
	border-radius: 8px;
	padding: 4px;
	margin-bottom:15px;
}
.free-list-main:hover {
	border-color:#FFAA33;
}
.free-list-img {
	padding:0;
}
.company-addres {
	position:relative;
	padding:0;
}
.logos {
	text-align:center;
}
.logos i {
	font-size:32px;
	text-align:center;
	color:#ccc;
}
.logos span {
	font-size:12px;
	text-align:center;
	color:#ffcc33;
}
.free-list-dec h3 {
	font-size:13px;
	color:#60B319;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-transform:capitalize;
}
.free-list-dec h3:hover {
	color:#FFB204;
} 
.free-list-dec h2 {
	font-size:13px;
	color:#60B319;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-transform:capitalize;
}

h3.company-info-title {
	font-size:14px;
	color:#777777;
	font-weight: bold;
	margin: 0 0 3px 0;
}
h3.company-info-title:hover {
	color:#777777;
}
h2.my_title {
    color: #60b319;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    text-transform: capitalize;
}
.list-sub-cat-name {
	text-transform:capitalize;
}
.spacer-10 {
	border-top:1px solid #ececec;
	margin:10px 0;
}
.spacer-20 {
    height: 20px;
}
.price-table-price {
    font-size: 24px;
    font-family: arial;
    color: #60b319;
}
.price-table-yes {
    color: #99CC33;
}
.price-table-no {
    color: #CC3300;
}
.free-list-dec {
	font-size:13px;
	color:#777777;
	text-decoration:none;
	padding:3px 0;
}
.free-list-dec i {
	
}
/*.free-list-dec:hover {
	color:#408a00;
}*/
.free-list-name {
	margin-top:10px;
	margin-bottom:3px;
	padding:0;
}
.free-list-name p {
	font-size:12px;
	font-weight:normal;
	color:#777777;
	padding-top:1px;
	padding-bottom:5px;
}
.free-list-name h2 i {
	color:#408a00;
	padding-right:5px;
}
.free-list-prod  {
	font-size:13px;
	color:#777777;
	text-transform: capitalize;
	padding:4px 0;
}
.free-list-prod a {
	color:#777777;
}
.free-list-prod a:hover {
	color:#60b319;
}
.free-list-prod h3 {
	font-size:13px;
	color:#777777;
	text-transform: capitalize;
	padding:2px 0;
}
.line-divider {
	border-bottom:1px dotted #408a00;
	min-height:1px;
	margin-bottom:7px;
}
.free-list-prod i {
	
}
.rating {
	font-size: 13px;
	color: #000;
	text-transform: capitalize;
	float: left;
	padding-left: 23px;
	margin-top:5px;
}
.rating-first {
	font-size: 13px;
	color: #000;
	margin-top:5px;
	text-transform: capitalize;
	float: left;
}
.rating i {
	color:#408a00;
}
.rating-first i {
	color:#408a00;
}
.contact-btn {
    display: inline-block;
    float: right;
	outline:none;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    background: #60B319;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[class^="contact-btn-"] {
    /* display: inline-block; */
    /* vertical-align: middle; */
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
    color: white;
}
.contact-btn:hover:before, .contact-btn:focus:before, .contact-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.contact-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFB204;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-radius:4px;
}
.compa-contact-info {
	font-size: 13px;
	color: #777777;
	padding:2px 0;
	text-transform: capitalize;
}
.compa-contact-info:hover {
	color:#408100;
}
.verified-img {
	background: url(../images/verified.png) no-repeat 0px center;
    position: absolute;
    right: -89px;
    top: -42px;
    height: 75px;

}
.premimum-img {
	background: url(../images/premium.png) no-repeat 0px center;
    position: absolute;
    right: -89px;
    top: -42px;
    height: 75px;
}
.premium {
	background:#F5FFEC;
}
h2.com-in-til  {
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	font-weight:500;
	padding-bottom:20px;
}
h3.com-in-til {
	font-size: 16px;
    color: #777;
    font-weight: normal;
}
.fa-star {
	color:#408100;
	padding:0 2px;
}
.fa-star-half-o {
	float:right;
	color:#408100;
	font-size:20px !important;
}
.com-in-name {
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	font-weight: 500;
	padding-top: 18px;
}
.my_breadcrumb { 
	list-style: none; 
	overflow: hidden;
	margin:10px 0 0 0;
	padding:0; 			
}
.my_breadcrumb li { 
	float: left; 
}
.my_breadcrumb li a {
	color: white;
	text-decoration: none;
	text-transform:capitalize;		
	padding: 3px 0 3px 35px;
	background: brown;                   /* fallback color */
	background: hsla(42, 100%, 51%,1); 
	position: relative; 
	display: block;
	float: left;
	font-size:12px;
}
.my_breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(42, 100%, 51%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.my_breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.my_breadcrumb li:first-child a {
	padding-left: 10px;
}
.my_breadcrumb li:nth-child(2) a       { background:        hsla(42, 100%, 64%,1); }
.my_breadcrumb li:nth-child(2) a:after { border-left-color: hsla(42, 100%, 64%,1); }
.my_breadcrumb li:nth-child(3) a       { background:        hsla(42, 100%, 77%,1); }
.my_breadcrumb li:nth-child(3) a:after { border-left-color: hsla(42, 100%, 77%,1); }
.my_breadcrumb li:nth-child(4) a       { background:        hsla(42, 100%, 90%,1); }
.my_breadcrumb li:nth-child(4) a:after { border-left-color: hsla(42, 100%, 90%,1); }
.my_breadcrumb li:nth-child(5) a       { background:        hsla(42, 100%, 92%,1); }
.my_breadcrumb li:nth-child(5) a:after { border-left-color: hsla(42, 100%, 92%,1); }
.my_breadcrumb li:last-child a {
	background: white !important;
	color: #60B319 ;
	pointer-events: none;
 	cursor: default;
}
.my_breadcrumb li:last-child a:after { border: 0; }
.my_breadcrumb li a:hover { background: hsla(92, 75%, 40%,1); }
.my_breadcrumb li a:hover:after { border-left-color: hsla(92, 75%, 40%,1) !important; }
.sublist-side-menu-top {
	background:#FFFFFF;
	border:1px solid #e2e2e2;
	margin-top:10px;
}
.sublist-side-menu-top ul {
	padding-left:20px;
	padding-top:5px;
}
.sublist-side-menu-top ul li {
	list-style-type:none;
	padding-bottom:3px;
}
.sublist-side-menu-top ul li a {
	text-transform:capitalize;
	font-size:13px;
	text-decoration:none;
	color:#777777;
}
.sublist-side-menu-top ul li a:hover {
	color:#408A00;
}
ul.filter-top{
	margin:0;
	padding:0;
}
ul.filter-top li{
	list-style-type:none;
	display:inline-block;
	margin-left:10px;
}
ul.filter-top li:first-child{
	margin-left:0;
}

ul.filter-top li a{
	font-weight:bold;
	text-transform:capitalize;
	font-size:13px;
	color:#60B319;
}
ul.filter-top li a.active-filter{
	color:#D30D0A;
}
ul.filter-top li a:hover{
color:#FFB204;
}
.sublist-top-bg{
	background:#FCFDEE; border-radius:5px 5px 0 0; margin-bottom:20px; padding-bottom:10px;
}
.form-titl {
	background: #F6F6F6;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	margin: 10px 0;
	padding:0;
}
.form-titl h3 {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	margin: 0;
	border-bottom:2px solid #408100;
}
.form-titl h4 {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	margin: 0;
	text-transform:capitalize;
	border-bottom:2px solid #408100;
}
.form-titl h5 {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	margin: 0;
	text-transform:capitalize;
	border-bottom:2px solid #408100;
}
.cont-form {
	padding: 17px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	margin: 0px 0 14px;
}
.form-field {
	width: 100%;
	font-size: 12px;
	margin: 6px 0;
	padding:8px 12px;
	font-size:14px;
	border: 1px solid #d1d7da;
	border-radius: 0px;
	color:#777;
	font-weight:normal;
	 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-btn {
    background: #60B319;
    color: #fff;
    font-size: 14px;
    width: 100%;
    border: none;
    font-weight: bold;
    padding: 6px 0;
    border-radius: 2px;
}
.form-btn:hover {
	background:#FFB204;
	color:#000;
	transition:all 1s;
}
.control {
	position:relative;
}
.icon {
	top: 11px;
	right: 10px;
	color: #989898;
	position:absolute;
}
.form-area {
    height: 160px;
    padding-top: 10px;
	resize: none;
	width:100%;
	font-size: 12px;
	margin: 6px 0;
	border: 1px solid #d1d7da;
	border-radius: 0px;
	color:#777;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	padding-left:6px;
	font-size:14px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-area:focus {
	border-color: #9ee262;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(96, 179, 25, 0.6);
}
.category-list-wrap {
	background:#fff;
}
.my_category > .panel-heading a {
    display: block;
    padding: 10px 10px;
    text-transform: capitalize;
}
.my_category > .panel-heading {
    padding: 0;
}
.panel-title {
    margin-top: 0;
    font-size: 13px;
}
.my_category div.panel-body ul {
    padding-left: 0px !important;
}
.my_category div.panel-body ul li {
    list-style-type: none;
    border-bottom: 1px solid #e2e2e2;
}
.my_category div.panel-body ul li >a:hover {
    color: #ffffff !important;
    background: #60B319;
}
.my_category > .panel-heading:hover {
    background: #60B319;
    color: #FFF;
}
.sub_cat {
    box-shadow: inset 0px 0px 8px rgb(117, 199, 46);
    border-radius: 7px;
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 205px;
}
.my_category div.panel-body ul li >a {
    display: block;
    padding: 5px 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.my_category div.panel-body ul li >a i{
	padding-right:7px;
}
.side-bar-menu {
	padding:0 5px;
}
.side_feats {
	background:#fff;
	padding:25px 18px 1px;
	box-shadow:0px 3px 2px rgba(0, 0, 0, 0.5);
	margin:0 10px 10px 10px;
}
.side-cat-title {
	margin-bottom:0 !important;
}
.side_feats .panel.panel-default:after {
	content:"";
	display:block;
	clear:both
}
.side_feats .panel-image {
	padding:0
}
.side_feats .panel-body.col-md-9 {
	padding:0;
	padding-left:20px
}
.side_feats h3.sec_titl {
	font-size:14px;
	line-height:20px;
	text-transform:none;
	color:#498614;
	margin:1px;
}
.side_feats h3.sec_titl a {
	color:#447719;
}
.side_feats .panel.panel-default {
	padding-bottom:5px
}
.sub_cat:hover {
    box-shadow: inset 0px 0px 8px rgb(64, 138, 0);
}
.sub_cat h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 3px;
}

.sub_cat h3 a {
    padding: 6px;
    border-radius: 5px;
    text-decoration: none;
	color:#FFB204;
}
.sub_cat h3 a:hover {
    background: #408A00;
    color: #ffffff;
	opacity:1;
}
.main_cat {
    box-shadow: inset 0px 0px 8px rgb(117, 199, 46);
    border-radius: 7px;
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 218px;
}
.main_cat:hover {
    box-shadow: inset 0px 0px 8px rgb(64, 138, 0);
}
.main_cat h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 18px;
}
.main_cat ul {
	text-decoration:none;
    padding-left: 5px;
    text-align: left;

}
.main_cat ul li {
    list-style: none;
}
.main_cat ul li a {
    font-size: 12px;
    text-transform: capitalize;
}
.main_cat h3 a {
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
	color:#FFB204;
}
.main_cat h3 a:hover {
    background: #408A00;
    color: #ffffff;
	opacity:1;
}
.cat_title {
    color: #408A00;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: justify;
}
.cat_txt {
    font-size:13px;
    font-weight:normal;
    text-align:justify;
    padding:5px 0;
}
.footer-menu {
    color: #fff;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #408A00;
}
.footer-con {
	color:#fff;
}
.footer-number {
	color:#fff;
}
.footer-con a {
	color:#fff;
}
.footer_addres {
	color:#fff;
	font-size:12px;
	padding:6px 0;
}
.social-co-icon {
	margin:4px 0 0 0;
	color:#FFB204;
}
.footer-top {
	border-top: 1px solid rgb(236, 236, 236);
	padding: 1em 0;
	background: #357300;
	margin-top:20px;
}
.agro-title {
    font-size: 18px;
    font-weight: 600;
	background: #fff;
    box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.25);
    padding: 12px 25px;
    margin: 0;
    margin-top:15px;
    border-bottom: 3px solid #91B319;
}
.agro-title span {
	color:#3B8600;
}
.agro-dec {
	font-size: 14px;
    color: #777777;
    line-height: 1.8em;
    width: 100%;
    margin: 0 auto;
	padding-bottom:10px;
	font-weight:normal;
	background: #fff;
    padding: 12px 25px;
    margin: 0;
    margin-bottom: 15px;
	margin-top:4px;
}
.company-title {
	color: #60B319;
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    padding-left: 0;
    padding-top: 10px;
	text-transform:capitalize;
}
.cat-box {
	margin-top:10px;
	background:#fff;
}
.subcategories, .topleads {
    height: 295px;
    overflow: hidden;
}
.text-left {
    text-align: left;
}
.text-left {
    text-transform: uppercase;
    font-size: 14px !important;
    margin-top: 0px !important;
    line-height: 25px;
	color:#999999;
}
.b2b-subcategories ul {
    margin: 0;
    padding: 0;
}
.b2b-subcategories li {
    list-style: none;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
}
.b2b-subcategories li a {
    text-decoration: none;
    transition: .5s;
	color: #666666;
    outline: none;
}
.b2b-subcategories li a:hover {
    text-decoration: none;
    color: #09F;
}
.b2b-subcategories ul li:last-child {
    border-bottom: 1px solid transparent;
}
.b2b-subcategories ul li:last-child a {
    color: #007BC9;
    font-size: 14px !important;
}
.home-cat-wrap-main {
	background:#fff;
	padding:0;
}
.home-main-cat-wrap-row {
	margin:0;
}
.main-box {
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
	margin-bottom:20px;
}
.home-categories {
    padding: 0px 20px;
    font-size: 13px;
	border: 1px solid transparent;
	border-right:1px solid #ececec;
}
.home-categories .icons img {
    margin: 0px auto;
}
.home-categories h4 {
    text-transform: none;
	color: #60B319;
	font-size:14px;
}
.home-categories p {
    text-transform: none;
	color: #000;
	padding-bottom:5px;
	font-size:12px;
}
.home-categories:hover {
    border: 1px solid #E0E0E0;
	background:#F5FFEC;
}
.home-categories a {
	text-decoration:none;
}
.busi-service {
	padding:0;
}
.search-box {
	padding:0;
}
section#sidebar {
	background:url(../images/home-section-bg.jpg) no-repeat center;
	background-size:cover;
}
.home-section-block {
	margin:20px 0;
}
.home-section-wraper {
	background:rgba(121, 95, 0, 0.6);
}
section#sidebar h3.main_titl.text-left {
	border:0
}
section#sidebar .titl_sec {
	margin-bottom:0;
	border-bottom:1px solid #ECECEC
}
.titl_sec .col-lg-12 {
	padding:0
}
section#sidebar .cont_info {
	background:#fff;
	padding:25px;
	padding-top:35px;
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	margin:0 15px
}
.side_feat {
	background:#fff;
	padding:25px 25px 1px;
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	margin:0 15px 18px 15px;
}
.side_feat .panel.panel-default:after {
	content:"";
	display:block;
	clear:both
}
.side_feat .panel-image {
	padding:0
}
.side_feat .panel-body.col-md-9 {
	padding:0;
	padding-left:20px
}
.side_feat h3.sec_titl {
	font-size:14px;
	line-height:20px;
	text-transform:none;
	color:#498614;
	margin:1px;
}
.side_feat h3.sec_titl a {
	color:#447719;
}
.side_feat .panel.panel-default {
	padding-bottom:5px
}
.tags_sec {
	background:#fff;
	padding:5px;
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	margin:0 15px
}
.tags_box {
	background:#f1f3f5;
	display:inline-block;
	padding:5px;
	box-shadow:0px 1px 3px rgba( 0, 0, 0, 0.2);
	margin:0 0px 8px 5px;
	font-size:12px;	
}
.tags_box a {
	font-size:12px;
	color:#989b9c;
	text-decoration:none
}
.tags_box.first {
	margin-left:0
}
.tags_box:hover {
	background:#00aeef
}
.tags_box:hover a {
	color:#fff
}
.titl_sec_sidebar{
	background:#00aeef !important;
	color:#ffffff !important;
}

.titl_sec_sidebar h3.main_titl{
	color:#ffffff !important;
	line-height:30px;
}
.titl_sec_sidebar h3.main_titl span{
	color:#00FF00;
	text-align:center;
}
.titl_sec {
	background:#fff;
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
	padding:0 25px;
	margin:0;
}
.titl_sec .col-lg-6 {
	padding:0
}
.titl_sec h3 {
	font-size:15px;
	line-height:60px;
	margin:0;
	color:#1f2223;
	text-transform:uppercase
}
.titl_sec h3.link_titl {
	font-weight:normal;
	font-size:12px
}
.titl_sec h3.main_titl {
	display:inline-block;
	border-bottom:2px solid #91B319;
	color:#60B319;
}
.titl_sec h3.link_titl a {
	color:#0e4f71;
	text-decoration:none
}
.titl_sec h3.link_titl a:hover {
	color:#00aeef
}
.titl_sec h2 {
	font-size:16px;
	line-height:60px;
	margin:0;
	font-weight:bold;
	color:#1f2223;
	text-transform:uppercase
}
.titl_sec h2.link_titl {
	font-weight:normal;
	font-size:12px
}
.titl_sec h2.main_titl {
	display:inline-block;
	border-bottom:2px solid #00aeef
}
.titl_sec h2.link_titl a {
	color:#0e4f71;
	text-decoration:none
}
.titl_sec h2.link_titl a:hover {
	color:#00aeef
}
.buy-sell-wraper	{
	overflow-y:scroll;
	max-height:263px;
}
.buy-sell-box	{
	border-bottom:1px solid #e2e2e2;
}
.buy-sell-box a h4{
	font-size:14px;
	color:#FFB204;
	padding: 7px 0 0 0;
}
.buy-sell-box a {
	text-decoration:none;
	color:#60B319;
}
.buy-sell-box p {
	font-size:13px;
	color:#777;
	padding:2px 0;
}
.panel.panel-default {
	position:relative;
	margin-bottom:10px;
	border:1px solid #e2e2e2;
	border-radius:7px
}
.panel-image {
	position:relative;
	border-bottom:2px solid transparent
}
/*--popup---model----*/

div#login_box .modal-dialog, div#prop_box .modal-dialog, div#reg_box .modal-dialog {
	width:450px;
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:0.5s ease all;
	max-width:96%
}
div#prop_box .modal-dialog {
	width:550px
}
.modal-content {
	border-radius:2px;
}
.modal-content .modal-body {
	padding:30px
}
button.close {
	opacity: 1;
    padding: 1px 7px 4px 7px;
    position: absolute;
    outline: none;
    top: -69px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    right: -9px;
    border: 2px solid #e8e5e5;	
}
div#login_box h2.frm_titl, div#prop_box h2.frm_titl, div#reg_box h2.frm_titl {
	font-size:20px;
	margin:0 0 30px;
	line-height:normal;
	color:#00adee;
}
.popup-header {
	padding: 14px 30px;
    background: #60b319;
    border-radius: 2px;
}
h2.frm_titl-mo {
	    font-size: 20px;
    margin: 0 0;
	font-weight:bold;
    line-height: normal;
    color: #fff;
}
.log_form .form-control {
	background: #fefefe;
    border: 1px solid #d1d7da;
    /* box-shadow: none; */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #777;
}
.log_form .form-control:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.log_form .control-group.form-group {
	margin-bottom:0
}
.log_form .controls {
	margin-bottom:15px;
	position:relative;
}
.log_form .controls .in_ico {
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 40px;
    right: 25px;
    color: #989898;
}
.log_form textarea.form-control {
	height:120px
}
.log_form .form-group .controls.col-md-6 {
	padding:0;
	padding-left:15px
}
.log_form .checkbox {
	margin-bottom:20px;
	padding:0
}
.log_form .forg_pass {
	margin:10px 0 20px;
	padding:0
}
.log_form .checkbox label {
	color:#01aeef;
	font-size:12px
}
.log_form .forg_pass a {
	font-size:12px;
	text-decoration:none;
	color:#a5a5a5
}
.log_form .forg_pass a:hover {
	color:#00aeef
}
.log_form button.btn.btn-primary {
	border-radius:2px;
	height:42px;
	font-size:13px;
	font-weight:bold;
	padding:0 20px;
	background:#00aeef;
	border:0;
	outline:none;
	text-transform:uppercase;
	width:100%
}
/*end--popup----model*/
.sal_labl {
	position:absolute;
	font-size:12px;
	color:#fff;
	padding:0 15px;
	background:#00aeef;
	top:0;
	right:0;
	line-height:30px
}
a.btn.btn_trans {
	font-size:13px;
	color:#fff;
	min-width:110px;
	background:transparent;
	font-weight:bold;
	border:2px solid #fff;
	border-radius:0;
	line-height:40px;
	padding:0 15px
}
.img_hov_eff {
	width:100%;
	height:100%;
	top:0;
	text-align:center;
	background:rgba(0, 0, 0, 0.75);
	position:absolute;
	opacity:0;
	transition:all 0.5s ease;
	visibility:hidden
}
.img_hov_eff a.btn.btn_trans {
	position:absolute;
	top:110%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:all 0.5s ease
}
.img_hov_eff a {
	color:#fff;
	text-decoration:none
}
section#company_listing {
	position:relative
}
section#company_listing .row {
	background:#ffffff;
	border-radius:5px
}
section#feat_propty .panel.panel-default:hover .img_hov_eff {
	opacity:1;
	visibility:visible
}
section#feat_propty .panel.panel-default:hover a.btn.btn_trans {
	top:50%
}
section#feat_propty .panel.panel-default:hover .panel-image {
	border-bottom:2px solid #00aeef
}
section#feat_propty .panel.panel-default:hover h3.sec_titl {
	color:#00aeef
}
.row.prlist_sec .panel.panel-default:hover .img_hov_eff {
	opacity:1;
	visibility:visible
}
.row.prlist_sec .panel.panel-default:hover a.btn.btn_trans {
	top:50%
}
.row.prlist_sec .panel.panel-default:hover .panel-image {
	border-bottom:2px solid #00aeef
}
.row.prlist_sec .panel.panel-default:hover h3.sec_titl {
	color:#00aeef
}
.panel-body {
	padding:1px 15px
}
.prop_feat p {
	font-size:12px;
	float:left;
	margin-left:0px;
	color:#777;
	margin-bottom:0
}
.prop_feat p:first-child {
	margin-left:0 !important
}
.prop_feat p i {
	margin-right:4px;
	margin-left:7px
}
.prop_feat:after, .panel_bottom:after {
	content:"";
	display:block;
	clear:both
}
h2.foot_title {
    font-size: 16px;
    color: #FFB204;
    font-weight: normal;
    margin: 0;
    margin-bottom: 30px;
}
h2.foot_title:after {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    margin-top: 15px;
    background: #FFB204;
}
ul.foot_nav {
    list-style-type: none;
    padding: 0;
}
ul.foot_nav li {
    position: relative;
    padding-left: 25px;
    color: #8c8c8c;
}
ul.foot_nav li a {
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    color: #F5F4F4;
    font-size: 14px;
}
ul.foot_nav li a:hover {
	color:#FFB204;
}
ul.foot_nav li:after {
    content: "\f054";
    position: absolute;
    height: 100%;
    vertical-align: middle;
    font-family: FontAwesome;
    z-index: 1;
    left: 0px;
    top: 0;
    font-size: 10px;
    line-height: 22px;
    display: inline-block;
	color:#fff;
}
.soc_ico ul {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    
}
.soc_ico ul li {
    display: inline-block;
    margin-right: 11px;
}
.soc_ico ul li a {
    font-size: 14px;
    color: #BFDA40;
    line-height: 44px;
    transition: 0.5s ease all;
}
.soc_ico ul li a:hover {
	color:#fff;
}
/*free listing*/
.company-field {
    width: 100%;
    border: 1px solid #CBD0C8;
    border-radius: 0px;
    font-size: 14px;
    color: #777;
    padding: 8px 12px;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background: url(../images/ux-regbg.gif) no-repeat center;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.company-field:focus {
	border-color: #60b319;
    outline: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(96, 179, 25, 0.6);
}
.form-address {
	width: 100%;
    border: 1px solid #CBD0C8;
    border-radius: 0;
    font-size: 14px;
    color: #777;
	outline:none;
    padding: 6px 12px;
	margin-bottom:16px;
	resize:none;
	background:url(../images/ux-regbg.gif) no-repeat center;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} 
.form-address:focus {
	border-color: #60b319;
    outline: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(96, 179, 25, 0.6);
	}
.detail-title {
	font-size:24px;
	color:#4F9E0C;
	padding:16px 0;
}
.terms-chk {
	color:#60B319;
	padding:12px 0;
}
.terms-chk:hover {
	color:#60B319;
}
.company-form {
	box-shadow: 0px 1px 5px rgb(173, 199, 150);
	background:url(images/ux-regbg.html) no-repeat center;
	padding:15px;
}
.company-detail-icon {
	position: relative;
}
.in-icon {
	position: absolute;
    top:0;
    font-size: 12px;
    line-height: 40px;
    right: 10px;
    color: #989898;
}  
.cont_frm-login   {
	background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.controls {
    position: relative;
    margin-bottom: 25px;
}
.form-controll {
    height: 42px;
    font-size: 14px;
    border: 1px solid #d1d7da;
    border-radius: 0;
    padding: 6px 12px;
    background-color: #fff;
    width:100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-btn {
	color: #fff;
    font-size: 15px;
    background: #58ad10;
    border: none;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 3px;
	transition:0.4s;
	margin-top:20px;
	outline:none;
}
.login-btn:hover {
	background:#ffb60c;
}
.nav-btn:hover {
    background: #60b319;
    color: #fff;
}
.nav-btn {
    width: 100%;
    background: #F5F5F5;
    color: #000;
    padding: 6px 15px;
    font-size: 14px;
    border: none;
    margin-bottom: 3px;
    text-align: left;
    margin-top: 10px;
	outline:none;
	transition:0.4s;
}
.text-justify {
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
.terms-link {
	font-size: 14px;
    font-weight: normal;
}
.terms-link a {
	font-weight:bold;
	color:#58ad10;
}
.forg-pass {
	display: inline-block;
    padding-top: 15px;
    float: right;
    font-size: 13px;
    font-weight: normal;
    padding-left: 17px;
    color: #777;
}
.in_icol {
    position: absolute;
    top: 42px;
    font-size: 12px;
    line-height: 40px;
    right: 25px;
    color: #989898;
}
.login-id {
	padding: 10px 1px;
    font-weight: bold;
    color: #777;
}
.cont_frm {
	background:#fff;
	padding:25px;
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25)
}
.cont_frm .controls {
	position:relative;
	margin-bottom:25px
}
.cont_frm .controls .in_ico {
	position:absolute;
	top:0;
	font-size:12px;
	line-height:40px;
	right:25px;
	color:#989898
}
.cont_frm .controls.last {
	margin-bottom:0
}
.cont_frm textarea {
	height:160px;
	padding-top:10px
}
.cont_frm .control-group.form-group {
	margin-bottom:0
}
.cont_frm button.btn.btn-primary {
	border-radius:0;
	height:42px;
	font-size:13px;
	font-weight:bold;
	padding:0 20px;
	background:#60b319;
	border:0;
	outline:none;
	text-transform:uppercase;
	width:100%
}
/*end------free-----listing*/
/*--End Kishan css--*/

/*--tab-menu-kishan--*/

.tab-main {
  
  max-width: 800px;
  padding:30px;
  margin: 0 auto;
  background: #E8F5DE;
}
.home-section-tab {
	margin:20px 0;
}
sections {
  display: none;
  padding: 20px 0 0;
}
label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 14px;
  font-weight: normal;
  text-align: center;
  color: #7BBA37;
  font-size:15px;
  border: 1px solid transparent;
}
label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
input:checked + label {
  color:#FFA500;
  border-bottom: 2px solid orange;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
.focus {
    font-size:12px;
	color:#839866;
	padding-top:10px;
	padding-left:14px;
}
.radio-chk {
	display:none;
}
.form-chk {
	display: inline-block;
	width:2%;
}
.sourc-btn {
	font-size:14px;
	color:#fff;
	background:#60B319;
	padding:5px 5px;
	display:inline-block;
	border-radius:2px;
	text-align:center;
	text-decoration:none;
	margin-left:20px;
	margin-top:45px;
}
.sourc-btn:hover {
	transition:all 0.8s;
	text-decoration:none;
	color:#fff;
	background:#FFB204;
}
.tab-main h1 {
	font-size:24px;
	font-weight:normal;
	color:#60B319;
	padding:0 0 0 10px;
}
/*end-tab-menu--*/


/*--tab-menu-kishan--media-query----*/

/*agriculture-----blog--------*/
.agri-blog {
    border: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 15px;
}
h2.agri-blog-title  {
    font-size: 16px;
    color: #60B319;
    font-weight: bold;
    margin: 0 0 12px 0;
	text-transform:uppercase;
}
.agri-blog-cat {
	font-size: 15px;
    margin-bottom:7px;
    color: #777777;
}
.agri-blog-cat:hover {
	color:#FFB204;
}
.agri-blog-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #60B319;
	border-radius:4px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	color:#fff;
	float:right;
	padding: 4px 25px;
	border-radius:4px;
}
[class^="agri-blog-btn-"] {
    /* display: inline-block; */
    /* vertical-align: middle; */
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.agri-blog-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFB204;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-radius:4px;
}
.agri-blog-btn:hover, .agri-blog-btn:focus, .agri-blog-btn:active {
    color: white;
}
.agri-blog-btn:hover:before, .agri-blog-btn:focus:before, .agri-blog-btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.agri-blog-btn-right {
	float:right;
}
.agri-blog-dec {
	font-size: 13px;
    color: #777777;
    line-height: 18px;
	padding-top:12px;
}
h2.agri-blog-cat-title  {
    font-size: 30px;
    color: #60B319;
    font-weight: 300;
    margin: 0 0 12px 0;
}
.agri-blog-cat-list {
	font-size: 13px;
    margin-bottom:7px;
    color: #777777;
	padding-right:7px;
}
.agri-blog-cat-list:hover {
	color:#FFB204;
}
.entry-list {
	float:left;
	font-size: 13px;
    margin-bottom:12px;
    border-right:1px solid #777777;
    color: #777777;
	padding-left:6px;
}
.blog-img-full {
	width:100%
}
.entry-list-last {
	float:left;
	font-size: 13px;
    margin-bottom:7px;
    color: #777777;
	padding-left:6px;
}
.blog-list-dec {
	font-size: 16px;
    color: #777777;
	padding-top:12px;
}
.blog-list-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #60B319;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	color:#fff;
	border-radius:4px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding: 7px 36px;
}
[class^="blog-list-btn-"] {
    /* display: inline-block; */
    /* vertical-align: middle; */
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.blog-list-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFB204;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-radius:4px;
}
.blog-list-btn:hover, .blog-list-btn:focus, .blog-list-btn:active {
    color: white;
}
.blog-list-btn:hover:before, .blog-list-btn:focus:before, .blog-list-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.agri-blog-list {
    border: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 15px;
}
.bs-example ul {
	list-style-type:none;
	padding:0;
}
.bs-example ul li {
	display:block;
	border-bottom: 1px solid #EDEDDE;
}
.bs-example ul li a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
	display:block;
    color:#777777;
    background-repeat: no-repeat;
    font-size:13px;
    padding: 8px 0;
	font-weight:bold;
    transition: all 0.3s;
}
.bs-example ul li:hover {
    text-decoration: none;
    background-color: #60B319;
	color:#fff;
}
.bs-example ul li a:hover {
	color:#fff;
}
/*end----agriculture----blog----*/
.crumbs {
	padding:0;
	background:url(../images/inner-bg.jpg) no-repeat center;
	background-size:cover;
}
.crumbs h3 {
	text-align: center;
    font-size: 29px;
    font-weight: normal;
    color: #fff;
    padding: 90px 0;
}
section#contact-sidebar .contact_info {
    box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 5px;
    background: rgb(255, 255, 255);
    padding: 35px 25px 25px;
    margin: 0px 15px;
}
.contact_sec {
    padding: 20px 0px;
    border-bottom: 1px solid rgb(237, 240, 242);
}
.contact_sec.first {
    padding-top: 0px;
}
.icon_box {
    line-height: 36px;
    display: inline-block;
    font-size: 12px;
    color:rgb(96, 179, 25);
    vertical-align: top;
    padding: 0px 15px;
    background: rgb(250, 250, 250);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 233, 233);
    border-image: initial;
	transition:0.4s;
}
.icon_box:hover {
	background:rgb(96, 179, 25);
	color:#fff;
	border-color: rgb(233, 233, 233);
}
p.infos {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    padding-left: 7px;
    color: rgb(152, 155, 156);
    margin: 0px;
	font-weight:normal;
}
p.infos a {
    color: rgb(152, 155, 156);
}
p.infos a:hover {
    color: rgb(96, 179, 25);
}
.cont-bg {
	background:url(../images/contact-bg.html) no-repeat center;
	background-size:cover;
}
.cont-main-txt h3 {
	margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #777;
}
h1.my_title {
    color: #60b319;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: justify;
    padding-left: 0;
    padding-top: 10px;
}
.cont-main-txt {
	margin: 20px 0;
    box-shadow: 2px 2px 9px #ccc3c3;
    border-radius: 2px;
    background: #ffffff;
    /* display: block; */
    padding: 20px;
}
.cont-main-txt span {
	padding: 5px 0;
    font-size: 18px;
    /* float: left; */
    display: inline-block;
    color: #60b319;
}
.cont-main-txt p {
	    font-size: 12px;
    font-weight: normal;
}
.cont-main-txt a {
	font-size: 16px;
    font-weight: normal;
    color: #60b319;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: underline;
    display: inline-block;
}
p.cont-addr {
	font-size: 14px;
    padding-top: 10px;
}
.cont-box {
	border-top:1px solid #ececec;
	margin-top:15px;
}
.cont-box p {
	padding-top: 10px;
    font-size: 14px;
	float:left;
}
.cont-box a {
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
	color:#777;
	padding-left:15px;
	transition:0.2s;
}
.cont-box a:hover {
	color:#60b319;
}
/*---------premium-------*/


.comp-in-premium {
background:#fff;

}


/*----end----premium----*/


/*----test---slide*/
.test-main-block {
	background:#e8f5de;    box-shadow: 0px 0px 3px #d8d5d5;
	padding:0;
}
.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}
/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}
ul.thumbnails { 
    margin-bottom: 0px;
	list-style-type:none;
	margin-top:40px;
}
.test-btn {
	float:right;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 0px 18px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 12px;
    background: #60b319;
    color: #fff;
	transition:0.4s;
}
.pager li > a:hover, .pager li > span {
	background:#ffb204;
}
/* Thumbnail Box */
.caption h4 {
    color: #444;
}
p.client-text {
		font-size: 15px;
    color: #505050 !important;
	text-align:center;
	font-weight:normal;
}
.caption p {  
    color: #999;
}
/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

/*--------- Premium Company Info----------*/

#comp-info-premium{
margin-top:-125px;
}
.comp-in-premium{
		background:#fff;
	}

.srch_frm {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	    border-radius: 4px;
}


.comp-premium-slider {
    padding: 0;
    margin: 0;
    background: #fff;
    border: 4px solid #e2e2e2;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
}

.tabmenuNew {
	width:100%;
	min-height:26px;
	margin:0 auto;
	padding:0px;
	height:auto;
	background:-webkit-linear-gradient(0deg, #60b319, #70e40c);
	background:-o-linear-gradient(0deg, #60b319, #70e40c);
	background:-moz-linear-gradient(0deg, #60b319, #70e40c);
	background: linear-gradient(0deg, #60b319, #70e40c);
	border-radius:5px;
	-webkit-box-shadow:inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
	box-shadow:inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
	margin-bottom:17px
}
.tabmenuNew .tabmenuNewa a:first-child {
	border-left:none
}
.tabmenuNew .tabmenuNewa a:last-child {
	border-right:none
}
.tabmenuNew .tabmenuNewa a:hover, .tabmenuNew .tabmenuNewa a.active {
	background:#ffb204;
	color:#333;
	-webkit-box-shadow:inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25)
}
.tabmenuNew .tabmenuNewa a.home {
	width:21px;
	height:21px;
	padding:19px 21px;
	background:url(../images/homedshicon.png) no-repeat 53% 50%
}
.tabmenuNew .tabmenuNewa a:first-child:hover {
	border-radius:5px 0px 0px 5px;
	background: url(../images/homedshicon.png) no-repeat 53% 50% #ffb204;
}
.tabmenuNew .tabmenuNewa a {
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-transform:capitalize;
	padding:9px 19px;
	float:left;
	border-right: 1px solid #53a70c;
    border-left: 1px solid #53a70c;
}
.premium-products {
	border:1px solid #e2e2e2;
	padding:10px 3px;
	margin-bottom:20px
}
.premium-products h3.price {
	margin:5px 0;
	font-size:18px;
	color:#00aeef
}

.premium-products p.price {
	margin:5px 0;
	font-size:14px;
	color:#b2d234;
	font-weight:bold;
}

.premium-products p.price span{
font-weight:normal;
}
.orn_btn {
	    padding: 9px 10px;
    background: #60b319;
    margin-bottom: 4px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
	transition:0.4s;
}
.orn_btn:hover {
	background:#ffb204;
	color:#fff;
}
h2.my_title_premium {
    color: #60b319;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 14px;
}
h2.my_title_premium span {
    color: #777;
}
h2.my_title_premium a {
    color: #60b319;
    font-weight: bold;
}
h2.my_title_premium span {
    color: #777;
}
h4.my_title_premium {
    color: #00aeef;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: justify;
}
h4.my_title_premium span {
    color: #777;
}
.premium-products {
    border: 1px solid #e2e2e2;
    padding: 10px 3px;
    margin-bottom: 20px;
}
.premium-products h3.price {
    margin: 5px 0;
    font-size: 18px;
    color: #60b319;
}
.premium-products p.price {
    margin: 5px 0;
    font-size: 14px;
    color: #ffb204;
    font-weight: bold;
}
.comm_sec {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.comm_sec .col-md-2 {
    padding: 0;
    padding-right: 20px;
}
p.comm_dtd {
    color: #adb5b5;
    font-size: 12px;
    margin-bottom: 16px;
}
a.comm_repl {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px;
    font-size: 12px;
    text-decoration: none;
    color: #777;
}
p.sec_desc {
    font-size: 13px;
    color: #777;
    line-height: 21px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
h2.premium_title {
    color: #60b319;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: justify;
}
h2.premium_title span {
    color: #777;
}
/*--------- End Premium Company Info----------*/




/*--media queries--*/
@media (max-width:1024px) {
.grid_list {
 padding-bottom: 1.5em;
 margin-bottom: 1.5em;
}
.grid_text h3, .grid_text-middle h3 {
 font-size: 15px;
}
.grid_text p, .grid_text-middle p {
 font-size: 12px;
}
.content_text h4 a {
 font-size: 1.2em;
}
.span1_of_2 {
 width: 26.33333%;
}
.span_3_of_2 {
 width: 52.3333%;
}
.button1 {
 padding: 7px 10px;
}
.view .mask, .view .content {
 top: 138px;
 left: 82px;
}
.verified-img {
	background: url(../images/verified.png) no-repeat 0px center;
    position: absolute;
    right: 50px;
    top: -24px;
    height: 75px;
    width: 76px;
}
}
@media (max-width:800px) {
.top_left {
 float: none;
}
.fixed .logo {
	display:none;
}
.fixed .search  {
	margin-bottom:10px;
}

.top_right {
 float:none;
}
.top_button {
float:none;
}
.top_bg {
 text-align:center;
}
.sidebar {
 margin-top: 2em;
}
.content_text p {
 width:80%;
}
.grid1 {
 margin-bottom:2em;
}
.grid1 img {
 display: inline;
}
.look {
 right: 240px;
}
.container {
 width: 745px;
}
.w_sidebar {
 margin-bottom: 3em;
}
.view .mask, .view .content {
 top: 141px;
 left: 85px;
}
.shoping_left h4 a {
 font-size: 0.85em;
}
.shoping_left a.btn1 {
 padding: 8px 15px;
 font-size: 1em;
}
.reg_fb i {
 padding: 15px 10px;
 font-size: 1em;
}
.single-bottom2 {
 margin-bottom: 2em;
}
.verified-img {
    position: absolute;
    right: -16px;
    top: 8px;
    width: 76px;
}
.premimum-img {
	background: url(../images/premium.png) no-repeat 0px center;
    position: absolute;
    right: -16px;
    top: -14px;
    width: 78px;
    height: 75px;
}
.company-addres {
	padding:0;
	position:relative;
}
h2.agri-blog-title  {
    
    margin: 10px 0 12px 0;
}
}
@media (max-width:768px) {
.container {
 width: 730px;
}
 .page-header, .control-box {
 text-align: center;
    } 
.look {
 right: 230px;
}
.span1_of_2 {
 width: 35.33333%;
}
.search input[type="text"] {
 width: 67.33333%;
}
.registration h2 {
 font-size: 1.1em;
}
.search-country {
width: 27% !important;
}
.fixed .logo {
	display:none;
}
.fixed .search  {
	margin-bottom:10px;
}
}
@media (max-width:640px) {
.container {
 	width: 600px;
}
.fixed .search {
	margin-bottom:10px;
}
.search-country {
	width:32% !important;
}
.search input[type="text"] {
    width: 62.33333%;
}
.create_btn a {
 	padding: 10px 5px;
 	font-size: 0.8125em;
}
.logo {
 	margin-top: 0px;
}

.span1_of_2 {
 	width: 44.33333%;
}
.grid1_of_4 {
 	width: 47.22222%;
}
.view .mask, .view .content {
	top: 210px;
	left: 135px;
}
.span_3_of_2 {
 	width: 44.3333%;
}
.product-desc {
 	width: 78.3333%;
}
.product_price {
 	width: 21.3333%;
}
.shoping_right {
 	width: 32.333%;
}
.shoping_left {
 	width: 63.333%;
}
.reg_fb i {
	padding: 16px 5px;
	font-size: 0.85em;
}
/*  kishan tab */
  label {
    font-size: 15px;
}
  label:before {
    margin: 0;
    font-size: 18px;
}
.fixed .logo {
	display:none;
}
/*  kishan tab */
}
@media (max-width:480px) {
.container {
 	width: 320px;
}
.fixed .logo {
	display:none;
}
.flexslider .slides > li h2 {
   
    padding: 4px 0 !important;
    font-size: 10px !important;
    
}
.fixed .search input[type="submit"] {
	height:26px;
}
.caption {
    word-break: break-all;
}
.top_left h2 {
	font-size: 11px;
	line-height: 1.5em;
}
.search {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.search input[type="text"] {
    margin: 0px 0;
    padding: 9px 4px;
    outline: none;
    color: #5a5a5a;
    background: none;
    border: none;
    width:134px !important;
    font-size: 11px !important;
    line-height: 1.5em;
    position: relative;
    font-size: 0.8725em;
    -webkit-appearance: none;
    text-transform: capitalize;
}
.search input[type="submit"] {
    background: url('../images/search.png') no-repeat center #ececec;
    border: none;
    cursor: pointer;
    width: 32px;
    outline: none;
    position: absolute;
    height: 34px;
    top: 0px;
    right: 0;
    border-left: 1px solid #BDB7B7;
}
.search-country {
    margin: 0px 0;
    padding: 6px 16px;
    outline: none;
    color: #5a5a5a;
    /* padding: 0!important; */
    background: none;
    border: none;
    width: 93px !important;
    line-height: 1.5em;
    position: relative;
    border-left: 1px solid #BDB7B7!important;
    font-size: 0.8725em;
    -webkit-appearance: none;
    text-transform: capitalize;
    border-left: 2px solid #000;
}
.premimum-img {
	background: url(../images/premium.png) no-repeat 0px center;
    position: absolute;
    right: -12px;
    top: 97px;
    height: 75px;
    width: 78px;
}
.form-control {
	margin-top:10px;
	margin-left:-18px;
}
.span1_of_4 {
	width: 46.33333%;
	margin-left:0;
}
.view .mask, .view .content {
	top: 166px;
	left: 102px;
}
.span_3_of_2 {
 	width: 100%;
 	float:none;
}
.images_3_of_2 {
 	width: 100%;
 	float: none;
 	margin-right: 0;
}
p.prod-desc, p.product_descr {
 	font-size: 0.8125em;
}
.product_price {
 	width: 26.3333%;
}
.product-desc {
 	width: 73.3333%;
}
.shoping_left {
 	width: 100%;
 	float: none;
 	margin: 0;
}
.shoping_right {
 	width: 100%;
 	float: none;
}
.registration_left {
 	float: none;
 	width: 100%;
 	margin-left: 0;
}
.home-categories p {
    display:none;
}
.home-categories {
    padding: 0px 26px;
    font-size: 13px;
    border:none;
}
.home-categories:hover {
	border:none;
} 
.text-left { 
	font-size:12px !important;
}
.cat-list ul li {
    padding: 2px 0 0 13px;
}
.view-all-cat {
    padding: 0 8px 0 0px;
}
/*  Kishan Tab */
label {
    font-size: 10px;
    color: #60b319;
	padding:0;
}
.my_breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid white;
    position: absolute;
    top: 100%;
    margin-top: -21px;
    margin-left: 1px;
	left:99%;
	z-index:1;
}
.my_breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid hsla(42, 100%, 51%,1);
    position: absolute;
    top: 97%;
    margin-top: -23px;
	left:100%;
	z-index:2;
}
/* End  Kishan Tab */
h2.agri-blog-title  {
    margin: 10px 0 12px 0;
}
.main-cat-name h3 {
    
    font-size: 10px;
    
}
.cat-list ul li a {
        font-size: 10px;
    
}
}
@media (max-width:320px) {
ul.icon1 {
 display: none;
}
.logo {
 float:none;
}
.create_btn {
 display:none;
}
.container {
 width: 282px;
}
.top_left h2 {
 font-size: 11px;
 line-height: 2em;
}
.top_right ul li a {
 padding: 0;
 font-size: 11px;
}
.look {
 right: 15px;
}
#loginForm {
 width: 270px;
 background: #fff;
}

}
