------------- Common-CSS----------------* /

body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
}

li { list-style: none;}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/*Headers*/
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto Condensed', sans-serif;color: #555}

/* h1 { font-size: 50px; } */
/* h2 { font-size: 40px; } */
/* h3 { font-size: 35px; } */
/* h4 { font-size: 30px; } */
/* h5 { font-size: 25px; } */
/* h6 { font-size: 20px; } */

ul {padding-left: 0;}

/*Add space between sections*/
section+section { margin-top: 50px; }

.block-heading {
	background-image: url("../../img/front/titleBorder.png");
	background-repeat: repeat-x;
	height: 20px;
	margin: 30px 0;
	text-align: center;
}

.block-heading h2 {
/* 	background: #fff; */
	background: #fe0101;
	display: inline-block;
/* 	color: #fbfe02; */
	color: #fff;
	margin-top: -28px;
	padding: 10px 30px;
	border: 2px solid #dedede;
	border-radius: 10px;
}
.block-heading h2:hover {
	box-shadow: 0 0 5px #dedede;
}
#back-top {
	position: fixed;
	bottom: 30px;
	width: 40px;
	color: #bbb;
	height: 50px;
	right: 30px;
	display: block;
	text-align: center;
	background: url("../../img/front/top.png") no-repeat;
}


/*------------- Top bar----------------*/
#top {
	width: 100%;
/* 	background: #90c322; */
	background: #fe0101;
	font-size: 12px;
	color: #fff;
	padding: 5px 0;

}
#top .contact-action { margin-bottom: 0; }
#top p i {
	font-size: 16px;
	margin-right: 5px;
}
#top .login-cart li {
	float: left;
/* 	margin-bottom: 10px; */
}
#top .login-cart li a {
	text-decoration: none;
	font-weight: normal;
	color: #fff ;
	padding: 5px 15px;
	font-size: 14px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#top .login-cart li a:hover {
/* 	color: #555; */
	color: #fff ;
/* 	font-weight: bold; */
}
#top .login-cart li a i {
	margin-right: 3px;
}
#top .login-cart li.dropdown ul.dropdown-menu li {
	float: none;
/* 	margin:0 10px; */
}

#top .login-cart li.dropdown ul.dropdown-menu li a {
	padding: 5px 10px;
	color: #555;
	font-size: 13px;
}
#top .login-cart li.dropdown ul.dropdown-menu li a:hover {
	color: #fff;
	background: #90c322;
}

.cart .dropdown .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.cart .dropdown {
	padding: 10px;
}
.cart .dropup .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-top: -70px;
	margin-left: -30px;
	text-align: left;
	border-bottom: 4px solid #FFF;
}
.cart .dropdown-menu {
	text-align: center;
	width: 300px;
	margin-top: 7px;
	color: #555;
	padding: 10px 10px;
}
/* .open > .dropdown-menu { */
/* 	left: -10px; */
/* /* 	left: 0; */ */
/* } */
.cart .dropdown-cart-body {
	margin: 0 0 15px 0;
}
.cart .dropdown-menu .media-header {
	float: left;
}
.cart .dropdown-menu .media-header h5 {
	margin: 5px 0 0 15px;
}
.cart .dropdown-menu .media-header img {
	border: 1px solid #dedede;
	border-radius:100%;
	height: 64px;
	width: 64px;
	margin-left: 10px;
	padding: 8px;
}
.cart .dropdown-menu .media-body h5 {
	margin-top: 20px;
}
.cart .dropdown-menu .media-body h5 span {
	color: #90c322;
	margin-left: 10px;
}
.cart .dropdown-menu button {
	margin: 15px 0;
}

header {
/* 	padding: 20px 0; */
	padding: 0;
	text-align: center;
/* 	margin-top: 45px; */
	margin-top: 60px;
}

/*	Search Box Start
==================================================*/
/* #id_div_search { */
/* 	margin-top: 5px; */
/* 	border-left: 2px solid #fff; */
/* 	padding: 5px 10px; */
/* } */
.search-box {
	margin: 5px 0;
}
.search-box input {
	outline: none;
/* 	border:none; */
	font-size: 13px;
	padding: 5px;
	height: 28px;
}
.search-box button {
	height: 28px;
/* 	background: url("../../img/front/search.png") no-repeat; */
	background-color: #fff;
	padding: 0 5px;
	background-position: 8px;
/* 	border: 0; */
	outline: 0;
/* 	font-size: 16px; */
}
.search-box label {
	display: none;
}



/*	Login Modal Start
==================================================*/
#myModalLabel {
	font-size: 23px;
	font-weight: bold;
}
#id_div_send_new_email, #id_div_login, #id_div_forgot_password {
	float: left;
	text-align: center;
	width: 50%;
	padding: 0 5px;
}
/* #id_div_send_new_email { */
/* 	margin-right: 11px; */
/* 	margin-top: 0; */
/* } */
#id_div_send_new_email h3,
#id_div_login h3,
#id_div_forgot_password h3 {
/* 	background: none repeat scroll 0 0 #212224; */
	background: none repeat scroll 0 0 #90c322;
	color: #FFFFFF;
	padding:8px 0;
	margin-top: 0;
	font-size: 18px;
	white-space: nowrap;
}
#id_div_send_new_email div.form_content,
#id_div_login div.form_content,
#id_div_forgot_password div.form_content {
	min-height: 223px;
	padding: 15px 10px;
	background: none repeat scroll 0 0 #F0F0F0 !important;
	height: 300px;
}
#id_div_send_new_email div.submit,
#id_div_login div.submit,
#id_div_forgot_password div.submit {
	width: 100%;
}
#id_div_send_new_email h4,
#id_div_login h4,
#id_div_forgot_password h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}
#id_div_login .input-group-addon {
	padding: 6px 0px 6px 5px;
}
#id_div_login .input-group-addon i {
	margin-right: 5px;
}
#id_div_login div.remember_me {
	margin-top: -5px;
}
#id_div_login div.remember_me label {
	font-weight: normal;
}
#id_div_login div.lost_password {
	margin-left: 13px;
}
#id_div_send_new_email div.lost_password {
	margin: 0;
	text-align: left;
}
#id_div_login div.lost_password,
#id_div_login div.remember_me {
	text-align: left;
	color: gray;
}
#id_div_login > fieldset ,
#id_div_send_new_email > fieldset,
#id_div_forgot_password > fieldset {
	background: #f5f5f5;
}
#id_div_login div.submit ,
#id_div_send_new_email div.submit,
#id_div_forgot_password div.submit {
	margin-top: 15px;
	margin-bottom: 0;
}
.disabled-recaptcha {
	opacity: 0.65;
	pointer-events: none;
}

/*	Nav Start
==================================================*/
.nav {
	font-size: 16px;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
/* 	font-weight: bold; */
	background: #fff;
	font-size: 16px;
}

.navbar-nav {
	float: none;
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	margin: 0 10px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 2px;
/* 	margin: 5px 0 0 10px; */
	padding: 0;
}

.navbar-nav .active {
	/* 	border-top: 2px solid #90c322; */
	/* 	border-bottom: 2px solid #90c322; */
	border-top: 2px solid #fe0101;
	border-bottom: 2px solid #fe0101;
	margin: -1px 0;
}

.nav-main li {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.nav-main li:hover {
/* 	background: #fff; */
}

.nav-main>li::before {
	top: -2px;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.nav-main>li:after {
	bottom: -2px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.nav-main>li::before, .nav-main>li::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	/* 	background: #90c322; */
	background: #fe0101;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.nav-main>li:hover:before, .nav-main>li:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.nav-main>li a:hover, .nav-main>li a:focus {
	color: #90c322;
	/* 	color: #fe0101; */
}

.nav-main .dropdown-menu li a {
	color: #555;
	text-align: left;
	padding: 5px 10px;
	font-size: 15px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.nav-main .dropdown-menu li:hover, .nav-main .dropdown-menu li a:hover {
	color: #fff;
/* 	background: #90c322; */
	background: #fe0101;
}

/*	 Alert Start
==================================================*/
.container #flashMessage {
	margin: 10px auto;
	width: 100%;
}

/*	 Slider Start
==================================================*/

#slider-area {
	margin-top: 30px;
}
.nivo-prevNav,
.nivo-nextNav{
	height: 40px;
	width: 40px;
	text-indent: 9999px;
	background-position: 0px 0px;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	-ms-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
	background-repeat: no-repeat;
}
.nivo-prevNav {
	background: url("../../img/front/large_left.png");
	margin-left: -60px;
}
.nivo-nextNav {
	background: url("../../img/front/large_right.png");
	margin-right: -60px;
}
.nivo-prevNav:hover {
	background-position: 0px -40px;
}

.nivo-nextNav:hover {
	background-position: 0px -40px;
}
#slider:hover .nivo-prevNav {
	margin-left: 20px;
}
#slider:hover .nivo-nextNav {
	margin-right: 20px;
}
.nivo-controlNav {
	display: none;
}
.nivo-caption {
	background: none;
}
.nivo-directionNav a{ 
	display: block;
}
/* .nivoSlider { */
/* /* 	border:10px solid #fff; */ */
/* 	border:5px solid #90c322; */
/* 	border-radius: 10px; */
/* 	-webkit-box-shadow:0 0 8px rgba(0,0,0,.3) ; */
/* 	-moz-box-shadow:0 0 8px rgba(0,0,0,.3) ; */
/* 	box-shadow:0 0 8px rgba(0,0,0,.3) ; */
/* 	width: 500px; */
/* 	height: 400px; */
/* /* 	-webkit-transition: all .5s ease-in-out; */ */
/* /* 	-o-transition: all .5s ease-in-out; */ */
/* /* 	transition: all .5s ease-in-out; */ */
/* } */



/*	 Feature Start
==================================================*/


#features .block {
/* 	background:#90c322; */
	background:#fe0101;
	color: #fff;
	padding: 4px;
}
#features .block .media {
	border: 1px solid #fff;
}
#features .block .media-heading {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
}
#features .block i {
	font-size: 60px;
	margin: 15px 20px;
}



/*	 Catagorie Start
==================================================*/


#catagorie .block {
	margin-top: 30px;
}

#catagorie .block .thumbnail {
	border: none;
}

#catagorie .block .thumbnail .img-thumbnail {
/* 	border: 2px solid #90c322; */
	margin-bottom: 20px;
	width: 320px;
	height: 220px;
}

#catagorie .block .thumbnail:hover .catagotie-head img {
 opacity: 0.7;
}
#catagorie .block .thumbnail a img  {
	width: 100%;
	border:1px solid #dedede;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#catagorie .block .thumbnail a img:hover {
	opacity: 0.7;
}
#catagorie .block .thumbnail:hover h3 {
	color: #90c322;
}
#catagorie .block .thumbnail a  h3 {
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#catagorie .block .thumbnail .caption p {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 300;
}
#catagorie .block .thumbnail .caption {
	padding: 0;
}
.catagorie-box p span {
	font-weight: bold;
}
.catagorie-box .catagotie-head h3 {
	color: #121212;
}

/*	 New Products Start
    ==================================================*/


.products-heading {
	margin-top: 20px;
	background: url("../../img/front/titleBorder.png");
	background-repeat: repeat-x;
}
.products-heading h2 {
	margin: 0px 0 20px ;
/* 	border-top: 5px solid #90c322; */
	border-top: 5px solid #fe0101;
	display: inline-block;
/* 	font-size: 30px; */
}
.products {
	text-align: center;
	margin-bottom: 65px;
}

.products a img {
	width: 100%;
	border: 1px solid #dedede;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.products:hover a img{
	opacity: 0.7;
	border: 1px solid #90c322;
}
.products:hover h4 {
	color: #90c322;
}
.products a h4 {
	margin-top: 14px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.products a h4:hover {
	color: #90c322;
}
#products + section{ 
	margin-top: 20px;
	margin-bottom: 30px;
}
.view-link {
	text-align: center;
	border: 1px solid #dedede !important;
	display: block;
	padding: 8px 10px;
	font-size: 17px;
	color: #555;
	font-weight: bold;
}
.view-link:hover {
	border: 1px solid #90c322;
}
.view-link:hover i {
	color: #fff;
}
.view-link i {
	padding-right: 10px;
	color: #555;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.price {
	font-size: 22px;
	color: #90c322;
	font-weight: bold;
	margin-bottom: 8px;
}

.view-more {
	text-align: right;
	margin: 20px 10px 0px 0px;
	float: right;
}



/*	 Call To Action Start
    ==================================================*/




/*	 Footer Start
    ==================================================*/

footer {
	background: #383838;
	color: #fff;
	padding-top: 40px;
}
footer .block {
	color: #B6B6B6;
}

footer .block p i {
	color: #dedede;
	margin-right: 10px;
	background: #555;
	width: 24px;
	line-height: 24px;
	text-align: center;
}
footer .block h4 {
	margin-bottom: 20px;
	color: #fff;
}

footer .block .logo img {
	text-align: left;
	display: block;
}
footer .block .media-object {
	border:1px solid #747474;
	padding: 2px;
	height: 75px;
}

footer .block .media>.pull-left {
	margin-bottom: 10px;
}
footer .block span {
	color: #fff;
}
.footer-bottom {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #2C2C2C;
	box-shadow: 0 -1px 0 #575656;
	padding: 10px 0;
}
.copyright-text {
	margin-top: 5px;
	color: #B6B6B6;
}
.copyright-text a {
	color: #90c322;
}
.copyright-text a:hover {
	text-decoration: underline;
}


/*	Social Icon Start
    ==================================================*/


.social-icon li {
	float: left;
	margin-right: 8px;
}
.social-icon li a i {
	color: #fff;
	font-size: 20px;
}
.social-icon li a {
	padding: 8px;
/* 	background: #90c322; */
	background: #fe0101;
	display: inline-block;
}
.facebook-icon .fa-facebook {
	padding: 0px 7px;
}
.facebook-icon:hover {
	background: #4965a0;
}
.twitter-icon:hover {
	background: #3bc1ed;
}
.pinterest-icon:hover {
	background: #d02128;
}
.linkedin-icon:hover {
	background: #1d87be;
}
.twitter-icon:hover {
	background: #3bc1ed;
}
.plus-icon:hover {
	background: #dd4b39;
}

/*----------------Cash Out--------------------*/

.cash-out {
	padding: 0;
	margin-bottom: 0px;
}
.cash-out li {
	float: left;
}
.cash-out li a {
	padding-right: 10px;
}
.cash-out li a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cash-out li a img:hover {
	opacity: 0.7;
}




/*	Shutter Button Start
    ==================================================*/


.shutter {
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	
}
.shutter:before {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	z-index: -1;
}
.shutter:hover:before {
	height: 100%;
	background: #90c322;
	color: #fff;
}
.shutter:hover {
	color: #fff;
	
}

.btn-transparent {
	position: relative;
	border-radius: 0;
}
.btn-transparent:hover {
	border-color: #90c322;
}
.btn-transparent:before {
	position: absolute;
	width: 100%;
	height: 0;
	content: "";
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.btn-transparent:hover:before {
	height: 100%;
	background: #90c322;
	color: #fff;
}
.btn-transparent:hover span {
	color: #fff;
}
.btn-transparent span {
	z-index: 5;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;


}



/*	Owl Slider Start
    ==================================================*/
#owl-example {
	cursor: pointer;
}
#owl-example img {
	width: 100%;
}
.owl-theme .owl-controls {
	margin-top: 0;
	margin-bottom: 20px;
}
.connect-heading {
/* 	margin-top: 40px; */
	margin-top: 20px;
}



/*	End Of Home Page.......
    ==================================================*/














/*	Blog Page Start.......
    ==================================================*/

#topic-header {
	background: #FCFCFC;
	width: 100%;
/* 	padding: 20px 0; */
/* 	margin: 20px 0; */
/* 	margin-top: -20px; */
/* 	padding: 20px 0; */
	padding: 20px 0 0 0;
	margin: -20px 0 20px 0;
}
#topic-header h3.slogan {
	font-weight: bolder;
	padding-left: 70px;
}
#topic-header h1,#topic-header p {
	margin: 0;
}
#topic-header .breadcrumb {
	background: transparent;
/* 	padding: 30px 0 0; */
}
#topic-header .breadcrumb li a {
	color: #90c322;
/* 	color: #fe0101; */
}


#blog {
	margin-bottom: 50px;
}

#blog .col-md-9 {
	margin-top: 40px;
}

.blog-body .block {
	border: 1px solid #dedede;
	box-shadow: 0 0 3px #C4C4C4;
	padding: 5px;
}


.blog-body .block img {
	width: 100%;
}
.blog-text {
	padding: 20px;
}

#blog .blog-zone {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
} 
 
/* The line */
#blog .blog-zone:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #c7e488;
    left: 1%;
    margin-left: -8px;
}
 
#blog .blog-zone > li {
    position: relative;
}
 
/* The date/time */
#blog .blog-zone > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
 
#blog .blog-zone > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
 
#blog .blog-zone > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}
 
#blog .blog-zone > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #90c322;
}
 

 
/* Right content */
#blog .blog-zone > li .blog-box {
    margin: 0 0 0 8%;
    background: #fff;
    border: 1px solid #dedede;
/*     color: #fff; */
    padding: 8px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 2px;
}
 
#blog .blog-zone > li:nth-child(odd) .blog-box {
    background: #fff;
    border: 1px solid #dedede;
}
 
 

 
#blog .blog-zone > li:nth-child(odd) .blog-box:after {
    border-right-color: #90c322;
}
 
/* The icons */
#blog .blog-zone > li .blog-icon {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    line-height: 40px;
    position: absolute;
    color: #fff;
    background: #90c322;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #C7E488;
    text-align: center;
    left: 1%;
    top: 0;
    margin: 0 0 0 -25px;
}

 



.blog-box img {
	width: 100%;
/* 	height: 400px; */
/* 	width: auto; */
	max-width: 800px;
}
.blog-box p {
	color: #666;
}
.blog-post-tag {
	background: #eee;
	padding-left: 17px;
	border-left: 3px solid #90c222;
}
.blog-post-tag .block {
	margin-right: 10px;
	display: inline-block;
}
.blog-post-tag .block i {
	color: #90c322;
}
.blog-post-tag .block p {
	display: inline-block;
	color: #999;
	font-size: 14px;
}
.blog-post-command {
    padding: 0 10px 0 10px;
    margin-top: 30px;
    width: 100%;
    float: right;
}
.blog-post-command .block {
	border-top: 1px solid #eee;
	display: inline-block;
}
.blog-post-command .block p {
	display: inline-block;
	color: #999;
	font-size: 14px;
}
.blog-post-command .block p a {
	font-style: italic;
	color: #999;
}
.blog-post-social {
	text-align: right;
	display: block;
	margin-bottom: 40px;
}
.blog-post-body {
	padding: 15px;
}
.blog-post-body h2, h3 {
	color: #337ab7;
	margin-bottom: 20px;
}
.blog-post-body p {
	font-size: 16px;
	color: #555;
	padding-top: 10px;
}
#blog .pagination>.active>a {
	background: #90c322;
	border-color: #90c322;
	color: #fff;
}
#blog .pagination>li>a {
	color: #333;
}
#blog .blog-zone > li:last-child .blog-box {
	margin-bottom: 0;
}



/*	Blog Single Page Start.......
    ==================================================*/

.blog-post-body blockquote {
	font-size: 13px;
	border-left: 5px solid #90c322;
	padding: 0 0 0 25px;
	margin: 20px 0 20px 20px;
	color: #AFAFAF;

}
.blog-post-body blockquote p {
	color: #AFAFAF;
	font-size: 18px;
}

.leave-comment  {
	border: 1px solid #dedede;
	margin: 30px 20px;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.leave-comment .comment-header {
	border-bottom: 1px solid #dedede;
}

.leave-comment .comment-body {
	padding-top: 20px;
}

.author-id ,.comments-box {
	border: 1px solid #dedede;
	margin-top: 30px;
	padding:10px;
/* 	float: left; */
}
.author-id .media h4 {
	margin: 0;
}
.author-id .media img ,.comments-box .media img{
	width: 64px;
	height: 64px;
}
.author-id .media-heading {
	color: #555;
}
.author-id .media-body p {
	color: #777;
	font-size: 13px;

}
.author-id .media  h5 {
	background: #EEE;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	line-height: 38px;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
}
.comments-box .media-heading {
	display: inline-block;
}
.comments-box .media-heading span,.comments-box .media-heading a {
	display: inline-block;
	font-style: italic;
	font-size: 13px;
	color: #90c322;
}
.comments-box .media {
	background: #f7f7f7;
	padding:10px;
	border-bottom: 3px solid #dedede;
	color: #878787;
}
.comments-box .media-body {
	padding: 0 20px;
	width: 90%;
	display: inline-block;
	word-wrap: break-word;
}
.comments-box .reply {
	margin-left: 75px;
	border-bottom: none;
}
.comments-box .media .media-action {
	margin-top: 5px;
}
.leave-comment .form-group textarea {
	resize:none;
}

/*-------- Blog Sidebar-------------*/

.blog-sidebar .block {
	margin-bottom: 50px;
}
.blog-sidebar .block .media-heading {
/* 	color: #666; */
	font-size: 17px;
	display: block;
	margin:0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-sidebar .block .media-heading:hover {
/* 	color: #90c322; */
}
.blog-sidebar .block .media-list {
	padding: 0 0 0 10px;
}
.blog-sidebar .block .media-body p {
	color: #777;
	font-size: 13px;
}
.blog-sidebar .block .media-body i {
	color: #90c322;
}
.blog-sidebar .block .media a img {
	width: 64px;
	border-radius: 2px;
}
.blog-sidebar {
	padding: 35px 0px 0px 50px;
}
.blog-sidebar > .block > .list-group > .list-group-item:first-child,
.blog-sidebar > .block > .list-group > .list-group-item:last-child  {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.blog-sidebar > .block > .list-group > .list-group-item {
	color: #333;
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.blog-sidebar > .block > .list-group > .list-group-item:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.blog-sidebar > .block > .list-group > .list-group-item:hover, 
.blog-sidebar > .block > .list-group > .list-group-item:focus, 
.blog-sidebar > .block > .list-group > .list-group-item:active {
	color: white;
}
.blog-sidebar > .block > .list-group > .list-group-item:hover:before, 
.blog-sidebar > .block > .list-group > .list-group-item:focus:before, 
.blog-sidebar > .block > .list-group > .list-group-item:active:before {
	background: #5cb85c;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.blog-sidebar > .block > .list-group > .list-group-item > i {
	margin-right: 5px;
}



/*-------- Tag-----------*/

.tag-link h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.tag-link a {
	color: #fff;
/* 	background: #90c322; */
	background: #fe0101;
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 5px;

}
.tag-link a:hover {
	text-decoration: underline;
}






/*	Shop Page Start.......
    ==================================================*/
#shop {
	margin-bottom: 30px;
}

 
 

.product-grid ul {
    text-align: center;
}
 
.product-grid ul li {
    width: 33%;
    text-align: center;
    padding: 10px 20px 0 0px;
    display: inline-block;
    vertical-align: top;
}
 
@media screen and (max-width: 57em) {
    .product-grid ul li {
        width: 49%;
    }
}

@media screen and (max-width: 40.125em) {
    .product-grid ul li {
        width: 100%;
    }
}


/* #shop .products-heading h2 { */
/* 	font-size: 30px; */
/* } */
.pagination-bottom {
	text-align: center;
}
.pagination-bottom .pagination .active a {
	background: #90c322;
	border:1px solid #90c322;
	color: #fff;
}
.pagination-bottom .pagination a {
	color: #333;
}

/*	Shop Single Page Start.......
==================================================*/
#single-product {
	margin-bottom: 30px;
}
#single-product .col-md-9 {
	margin-top: 40px;
}
#single-product .tab-content {
	padding: 10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;

}
#single-product .nav-tabs {
	margin-top:30px; 
}
#single-product  .nav-tabs .active a {
	background: #90c322;
	color: #fff;
}
#single-product .nav-tabs li a {
	color: #333;
	border-top:1px solid #dedede; 
	border-left:1px solid #dedede; 
	border-right:1px solid #dedede; 
}
.single-product-img {
/* 	border:1px solid #dedede; */
	border:2px solid #90c322;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	height: 330px;
}
.single-product-img img {
	max-width: 100%;
	width: auto;
	height: 100%;
}
.product-des {
	float: left;
/* 	border:1px solid #dedede; */
	border:2px solid #90c322;
	border-radius: 4px;
	padding: 10px 15px;
	min-height: 330px;
	background-color: #f5fde2;
}
.product-des h3 {
	color: #23527c;
	margin: 0 0 10px 0;
}
.product-des .view-link {
	background: #90c322;
	color: #fff;
}
.product-des .view-link:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.product-des .view-link i {
	color: #fff;
}
.top-catagori-heading {
	margin-top: 0;
}

/** My Customize */
span.email-addr {
	color: #337ab7;
	text-decoration: none;
}

div.user-info {
	max-width: 800px;
	margin: 20px auto;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 20px;
	float: none;
}

div.user-info .user-info-title {
	border-bottom: 1px solid #dedede;
}

div.user-info .user-info-content {
/* 	padding-top: 20px; */
	margin-bottom: 30px;
}

div.error-message {
	color: #cd0206;
	font-style: italic;
	font-size: 12px;
}

input.form-error {
	border-color: #843534;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #CE8483;
}

input[type='number'], .number {
	text-align: right;
}

.top-header {
	position: fixed;
	top: 0;
	z-index: 99;
}

.product-image {
	border: 2px solid #90c322;
	border-radius: 5px;
	margin-bottom: 10px;
	width: 280px;
	height: 220px;
	cursor: pointer;
	position: relative;
}

.product-image .img-thumbnail {
	border: none;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default { */
/* 	border-color: #fe0101; */
/* } */

/** Contact */
#contact .row {
	padding: 20px 50px;
}

#contact .row .text {
	float: left;
}

#contact .row .image {
	float: left;
	margin-top: 20px;
}

#contact .row .contact-detail, #contact .row .contact-about {
	margin-left: 30px;
}

#contact .row .contact-area {
	display: table;
    margin: 0 auto;
	border: 2px solid #90c322;
	border-radius: 10px;
	padding: 20px;
	width: 72%;
}

#contact .row .contact-map {
	width: 100%;
    padding: 20px 150px;
}

#contact .row .border-map {
	border: 2px solid #90c322;
	border-radius: 3px;
	padding: 2px;
	margin-top: 20px;
}

#contact .row #google-map {
	border: 2px solid #dedede;
	width: 100%;
    height: 400px;
}

#contact .row span {
	font-weight: bold;
	text-decoration: underline;
}

div.lock-screen {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ccc;
	text-align: center;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	overflow: hidden;
	display: none;
}