
.container {
	background:#FFFFFF;
	}
.containernone {
	box-shadow:none;
	}
	
.container-4{
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  margin-top:40px;
}
.container-4 input#search{
  width: 100%;
  height: 40px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #fff;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container-4 input#search::-webkit-input-placeholder {
   color: #fff;
}
 
.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}
 
.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
}
 
.container-4 input#search:-ms-input-placeholder { 
   color: #fff; 
}
.container-4 button.icon{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
 
  border: none;
  background: #232833;
  height: 40px;
  width: 50px;
  color: #4f5b66;
  opacity: 0;
  font-size: 10pt;
 
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}
.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
    outline: none;
    opacity: 1;
    margin-left: -50px;
  }
 
  .container-4:hover button.icon:hover{
    background: grey;
  }
  
 .logo {
	padding:5px 0 5px 0;
	}

.searchi {
	color:#c00;
	font-size:14px;
	line-height:21px;
	font-style:italic;
	border-radius:5px;
	padding:5px 10px;
	text-align:right;
	margin:30px 0 0 0;
	}	
	
.clear {
	clear:both;
	}

.mnu {
	margin-bottom:5px;
	}	
		
.pcategory {
	width:100%;
	height:35px;
		font:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	padding:8px 10px 0 10px;

	background:   rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(43,43,43,1) 76%, rgba(43,43,43,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(100%, rgba(43,43,43,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(43,43,43,1) 76%, rgba(43,43,43,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(43,43,43,1) 76%, rgba(43,43,43,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(43,43,43,1) 76%, rgba(43,43,43,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(43,43,43,1) 76%, rgba(43,43,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2b2b2b', GradientType=0 );
	
	}
	
.pcategory img{
	width:20px;
	height:18px;
	float:right;
	margin-right:6px;
	}
.pcategory .bottom {
	background:#f4f4f4;
	width:100%;
	height:auto;
	}	
	
.midani {
	margin-left:-20px;
	margin-right:-20px;
	}	
	
.shopcart {
	width:100%;
	height:65px;
	padding:10px;
	background: #05588C; /* Old browsers */
margin-bottom:10px;
}
.shopcart img {
	width:30px;
	height:37px;
	margin-right:10px;
	float:left;
	}
.shopcart h3 {
	font-size:12px;
	font-weight:700;
	color:#FFFFFF;
	}
	
.shopcart p {
	color:#FFFFFF;
	padding:4px 0;
	font-size:18px;
	line-height:19px;
	}
.shopcart p span {
	color:#fff;
	font-size:14px;
	}
	
.shopcart p a {
	color:#fbe14f;
	font-size:11px;
	}
	
.shopcart1 {
	width:100%;
	height:45px;
	padding:0 10px;
	margin-top:37px;
	background: #ae1512; /* Old browsers */
background: -moz-linear-gradient(top,  #ae1512 0%, #d62c32 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae1512), color-stop(100%,#d62c32)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ae1512 0%,#d62c32 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ae1512 0%,#d62c32 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ae1512 0%,#d62c32 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ae1512 0%,#d62c32 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1512', endColorstr='#d62c32',GradientType=0 ); /* IE6-9 */
margin-bottom:10px;
border-radius:10px;
}
.shopcart1 img {
	width:30px;
	height:37px;
	margin-right:10px;
	float:left;
	}
.shopcart1 h3 {
	font-size:12px;
	font-weight:700;
	color:#FFFFFF;
	}
	
.shopcart1 p {
	color:#FFFFFF;
	padding:9px 0;
	font-size:11px;
	}
.shopcart1 p a {
	color:#fbe14f;
	font-size:11px;
	}	
.rtad {
	width:100%;
	height:auto;
	}	
.rtad img {
	width:100%;
	height:auto;
	}
.productslist {
	width:100%;
	height:35px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:600;
	margin-top:8px;
	margin-bottom:8px;
	padding:7px 0 5px 15px;
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #474747 39%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(39%,#474747), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#474747 39%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#474747 39%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#474747 39%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#474747 39%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}

.productslist p{
	font-size:14px;
	line-height:21px;
	color:#333333;
	margin-top:20px;
	font-weight:normal;
	margin-left:-15px;
}
	
.plistsection {
	width:100%;
	height:auto;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:10px;

	}

.plistsection:hover {
	border:1px solid #ae1512;
}	
	
.pic {
  height: 250px;
  width:240px;
  overflow: hidden;
  margin:0 auto;
}

.pic:hover {
  cursor: pointer;
}

.plistsection img {
  height: 230px;
  width: 160px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.plistsection img:hover {
  width: 180px;
  height: 270px;
}

.plistsection h3 {
	font-size:14px;
	color:#CC0000;
	padding:0 0 0;
	font-weight:600;
	width:100%;
	margin:15px auto ;
	}
.plistsection p {
	width:100%;
	line-height:19px;
	color:#333333;
	font-size:12px;
	}

	
.plistsection span {
	font-size:16px;
	color:#000;
	font-weight:600;
	width:100%;
	margin-top:5px;
	}

.plistsection_but{
border:1px solid #ff6262; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #ae1512; background-image: -webkit-gradient(linear, left top, left bottom, from(#ae1512), to(#ff4040));
 background-image: -webkit-linear-gradient(top, #ae1512, #ff4040);
 background-image: -moz-linear-gradient(top, #ae1512, #ff4040);
 background-image: -ms-linear-gradient(top, #ae1512, #ff4040);
 background-image: -o-linear-gradient(top, #ae1512, #ff4040);
 background-image: linear-gradient(to bottom, #ae1512, #ff4040);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ae1512, endColorstr=#ff4040);
 float:right;
}

.plistsection_but:hover{
 border:1px solid #ff3434;
 background-color: #ff6767; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6767), to(#ff0d0d));
 background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: linear-gradient(to bottom, #ff6767, #ff0d0d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
 color:fff;
}

.stfooter {
	width:100%;
	height:auto;
	padding:10px;
	margin-top:10px;
	background:#05588C;
	text-align:center;
	}

.stfooter a{
	font-size:12px;
	color:#FFFFFF;
	}
.stfooter a:hover{
	font-size:12px;
	color:#560307;
	}
.stfooter span {
	color:#CCCCCC;
	padding:10px;
	font-size:11px;
	}

.cbse {
	background-color:#D1D5D7;
	margin-bottom:-10px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	padding-top:10px;
	}

	
@media(min-width:320px) and (max-width:479px){
.searchi {
	display:none;
	}
.midani {
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
	}	
.pcategory {
	display:none;
	}
#cssmenuvert {
	display:none;
	}
#cssmenu {
  background-image:none;
}
}
	
@media(min-width:480px) and (max-width:767px){
.searchi {
	display:none;
	}
	.midani {
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;

	}	


}	


@media(min-width:768px) and (max-width:991px){
.searchi {
	display:none;
	}
	

}


@media(min-width:992px) and (max-width:1199px){
}

@media(min-width:1200px){
}	
	

	
.anim {
	margin-left:20px;
	}
.images_1_of_4 img{
	display: inline-block;
}
.images_1_of_4 h4 {
	margin: 30px 0 15px;
}
.images_1_of_4 h4 a{
	display:inline-block;
	color: #004696;
	font-size: 1.2em;
	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;
}
.images_1_of_4 h4 a:hover{
	text-decoration:none;
	color: #FF5454;
}
.images_1_of_4  span{
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.bg{
	background: #fff;
	-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;
}
.images_1_of_4  span i{
	font-size: 6em;
	color: #e0e0e0;
	line-height: 2em;
	text-shadow: 1px 1px 0px #3b3b3b;
	-webkit-text-shadow: 1px 1px 0px #3b3b3b;
	-moz-text-shadow: 1px 1px 0px #3b3b3b;
	-o-text-shadow: 1px 1px 0px #3b3b3b;
	-ms-text-shadow: 1px 1px 0px #3b3b3b;
}
.para{
	font-size: 14px;
	line-height: 1.8em;
	color: #868686;
}
.images_1_of_4 a{
	position: relative;
	z-index: 1;
}
.bg1{
margin-left:-10px;
}

/* Button 1 */
.fa-btn {
	font-size: 14px;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 10px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.fa-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: 2px solid #ff5454;
	color: #3b3b3b;
}
/* Button 1e */
.btn-1e {
	overflow: hidden;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #ff5454;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,.btn-1e:active {
	color: #ffffff;
	text-decoration:none;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
/* start main_btm */
.main_btm{
	background: #FFFFFF;
	border-top: 1px solid rgb(233, 233, 233);
}
.content_right h4{
	color: #353535;
	font-size: 2.5em;
	line-height: 1.5em;
}
.content_right h4 span{
	color: #ff5454;
}
.content_right a{
	position: relative;
	z-index: 1;
}
/* start footer */
.footer_bg{
	background: #f6f6f6;
}
.footer{
	padding: 4%;
}
.copy p{
	color: #3b3b3b;
	font-size: 14px;
	line-height: 1.8em;
}
.copy p a{
	color:#ff5454;
	-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 a:hover{
	color: #3b3b3b;
	text-decoration: none;
}






.showcase {
	list-style: none;
	padding: 0 0 40px 0;
	height: 244px;
}
.showcase li {
	float: left;
	width: 280px;
	height: 244px;
	overflow: hidden;
	margin: 0 13px 0 0;
}
.showcase a {
	display: block;
	width: 285px;
	height: 244px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.showcase a img {
	width: 500px;
	height: 374px;
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	width: 285px;
	height: 213px;
	left: 0;
	top: -10px;
}
.showcase a p {
	background: #59A214;
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	width: 285px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover p {
	bottom: -10px;
	background: #3C840B;
}
.showcase a h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #59A214;
	width: 100%;
	padding: 8px 10px;
	position: absolute;
	
	bottom:10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover h3 {
	bottom:94px;
	background: #3C840B;
}
.showcase a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #59A214;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}
.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: #F68B28;
}
.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: #F16B17;
}
.showcase .thumb2 a h3 i {
	background: #F68B28;
}
.showcase .thumb2 a:hover h3 i {
	background: #F16B17;
}
.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: #0065BB;
}
.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: #0046A2;
}
.showcase .thumb3 a h3 i {
	background: #0065BB;
}
.showcase .thumb3 a:hover h3 i {
	background: #0046A2;
}

.maincontent { color:#333; line-height:23px; text-align:justify; padding:10px 15px;}
.maincontent h3{ font-size:20px; color:#C00; margin-bottom:15px;}
.maincontent p{ font-size:13px; margin-bottom:13px;}
.maincontent strong{ font-size:16px; color:#C00;}
.maincontent h4{ padding:0; margin:0;}