/*Other_Style_css*/
@import url("top.css");
@import url("font-awesome.min.css");

/*Nav_Style_css*/
@import url("webslidemenu.css");

/*Banner_Style_css*/
@import url("slippry.css");


@font-face {
	font-family:'Poppins-Regular';
	src: url('../fonts/Poppins-Regular_gdi.eot');
	src: url('../fonts/Poppins-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular_gdi.woff') format('woff'),
		url('../fonts/Poppins-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Poppins-Regular_gdi.svg#Poppins-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

@font-face {
	font-family:'Dosis-Regular';
	src: url('../fonts/Dosis-Regular_gdi.eot');
	src: url('../fonts/Dosis-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Dosis-Regular_gdi.woff') format('woff'),
		url('../fonts/Dosis-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Dosis-Regular_gdi.svg#Dosis-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


.aboutBG{
	background-color:#1c1c1c; 
	}
	
.navcolor { background:#000; width:100%;}
	
.TopMenu { 
margin:0px; 
padding:14px 0 0;
}
.TopMenu li { 
list-style:none;
 display:inline-block; border-right:1px solid #fff; line-height:10px;
  }
.TopMenu li a { 
 text-decoration:none;
  color:#fff; 
font-family:'Poppins-Regular'; 
  font-size:12px; 
   padding:5px 16px; 
    transition: all 0.5s ease-in-out 0s;
	}
.TopMenu li a:hover { 
 color:#ccc;
}	

.email_t i.fa { padding:10px; color:#fff; font-size:16px;}	
	
.email_t { margin-top:5px;}
.email_t a { color:#fff; font-size:12px; font-family:'Poppins-Regular'; }

.basket i.fa { padding:10px; font-size:16px; margin-right:7px;}
.basket span {  color:#fff; font-size:12px;}
.basket { margin-top:30px; color:#fff;}
.basket a { color:#616161; font-size:12px; padding-left:15px; font-family:'Poppins-Regular'; }

.basket {}

.topline { background:#e3e3e3; height:1px; width:100%;}
.menuline {  background:#e3e3e3; height:1px; width:100%;}
.logo{ padding: 10px 0;}

.HeaderBGtop { background:#d71307; min-height:45px; width:100%;}
.headerBG { background:#000; width:100%; min-height:95px;}

.logo>a>img{
	/*margin-left:auto;*/
	margin-right:auto;
	}

.Search {}
.SearchInput { background:#d71307; border:none; box-shadow:none; float:left; width:80%; padding-left:15px; height:45px; color:#ccc;}
.SearchBtn { float:left; background:url(../images/SRHBTN.jpg) no-repeat; width:50px; height:45px; border:none; box-shadow:none;}
	
.searchlink {
  display: block;
  position: relative;
 font-size: 20px;
  cursor: pointer;
  text-align: center;
    padding: 10px 0px 0px 0px;
   /* background-color: #000;*/
	color:#1f1f1f;
}
.searchlink:hover, .searchlink.open {
  color: #bababa;
 /* background: #3a3a3a;*/
}



/** search field **/
.searchform {
  display: none;
  position: absolute;
  right: 0;
  cursor: default;
  z-index:999;
}

.searchlink.open .searchform {
  display: block;
}

#search {
  display: block;
  position: relative;
}

#s {
  width: 270px;
  background: #272727;
  padding: 5px 8px;
  font-size:14px;
  border: 0;
  color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline:none;
}	
		
.cart-icon {
		text-align: center;
    padding: 14px 0px 0px 0px;
    background-color: #000;
}	

.insideline { border-right:1px solid #fff;}

.right2{
text-decoration:none;
    font-size: 12px;
    color: #fff !important;
		 transition: 0.3s ease-in-out 0s;
		 line-height:30px;
		 
}

.right2:hover{
	color:#e5091c !important;
    text-decoration:none;
	padding-left:15px;
}

.textnews{
text-decoration:none;
    font-size: 12px;
    color: #fff !important;
		 transition: 0.3s ease-in-out 0s;
		 line-height:30px;
		 
}

.cart-icon > a {
  display: block;
  position: relative;
}
.cart-icon a i {
  color: #fff;
  font-size: 20px;
}
.cart-icon span {
  background: #31ab00 none repeat scroll 0 0;
  border-radius: 90%;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  top: -11px;
}

.bg_color3{
	background-color:#efeef4;
	}
	
.BtmImg {
	 background:url(../images/btm-img.jpg) no-repeat center; 
	   background-attachment:fixed; 
	   padding:160px 0px; 
	   }
.BtmImg .BtmInner {
	 background-attachment:scroll;
	  background-position:center bottom;
	   background-repeat:no-repeat;
	   }	

.InnerText {
	   width:100%; 
	   }
	   
.InnerText>h2{
	text-align:center;
	color:#fff; font-weight:bold; font-size:20px; 
	}
	
.InnerText>h1 span{
	font-family:'Poppins-Regular';
	text-align:left;
	color:#ff4f55;
	}
	
.InnerText>div{
	text-align:center;
	color:#fff;
	font-family:'Poppins-Regular';
	}		
	

.catname a { background:#282828; line-height:50px; margin:10px; font-size:18px; text-align:center; display:block; color:#fff; 
transition:all .5s ease-in-out; font-weight:bold; border:1px solid #fff;}
.catname a:hover { background:#ff4f55;}

.catborder { background:#282828; border:1px solid #1f1f1f;}
.catborder:hover { background:#ff4f55;}

.bannerbtm { cursor:pointer; transition:all .5s ease-in-out; margin-top:25px; margin-bottom:25px;}
.bannerbtm:hover { opacity:0.5;}

.SocialBG { background:#e7e7e7; min-height:70px; width:100%;}

.PIN { margin-top:25px;}
.PIN a { color: #000; transition:all .5s ease-in-out;}
.PIN a i { font-size: 19px;}
.PIN a:hover { color: #e91c21; text-decoration: none}

.footertopBG { background:#0c0c0c; width:100%; min-height:250px;}

h2.h_text { background:url(../images/FRT.jpg) top center no-repeat; width:100%; height:55px; text-align:center; text-indent:-99999px; display:block;}

.h_text4 { color:#fff; font-size:18px; text-transform:uppercase;}

.quickcontact {}
.quickcontact span { color:#fff; font-family:'Dosis-Regular'; font-size:22px;}
.quickcontact h1 { color:#fff; font-size:14px;}
.quickcontact a:hover{ color:#5168F3;}

.quickcontact a { color:#fff;}

.h_text{
	font-family:'Dosis-Regular';
	text-align:center;
	text-transform:uppercase; margin-bottom:20px;
	}

.margintop { margin-top:-110px; background:#fff;}
	
.h_textmain{
	font-family:'Dosis-Regular';
	text-align:center;
	text-transform:uppercase; margin-bottom:20px;
	}
	
.p_box{
	border:1px solid #e5e5e5;
	padding:10px;
	height:350px; margin-bottom:22px;
	}
	
.p_box:hover{
box-shadow: 2px 2px 10px 2px rgba(119, 119, 119, 0.5);
-moz-box-shadow: 2px 2px 10px 2px rgba(119, 119, 119, 0.5);
-webkit-box-shadow: 2px 2px 10px 2px rgba(119, 119, 119, 0.5);
	}	
	
.p_box>a>img{
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 10px 0px;
	}
	
.art_name{
	font-family: 'Poppins-Regular';
	color:#434343;
	font-size:14px; text-align:center;
	}
	
.art_num{
	font-family: 'Poppins-Regular';
    color: #434343;
    line-height: 30px;
    font-size: 12px; text-align:center;
	}
	
.p_btn{
      text-align: center;
  font-family:'Poppins-Regular';
   border:none;
    
	}
	
.p_btn>a{
	text-decoration: none;
	font-size: 12px;
	  color: #434343;
	   padding:2px 10px; border:1px solid #434343; border-radius:18px;
	}

.p_btn>a:hover { background:#e91c21; color:#fff; border:1px solid #fff;}

.map { background:url(../images/map.jpg) top center no-repeat; width:100%; height:300px;}
	
	.item { margin:9px;}
	
.c_img{}

.c_img>a>img{

	}	
	
.box_s{
	border:6px dashed #e6e6e6;
	margin-top:50px;
	}

.box_s>h1{
	font-family:'Poppins-Regular';
	color:#000;
	text-align:center;
	}	
					
.sing_form { 
background:none; 
clear:both; 
height:44px;
margin-bottom:20px;
}
.SigInput { 
background:#d5d5d5; 
height:44px; 
padding:0px 5px;
margin:5px;
font-size:12px;
color:#000; 
font-family:'Poppins-Regular';
float:left;
width:75%;
box-shadow:none;
outline:none;
border:none;
 }
.SigBtn {
background-color:#e5091c;
color:#fff;
font-family:'Poppins-Regular';
font-size:12px;
height:44px;
float:left;
border:none;
transition: all 0.5s ease-in-out 0s;
margin-top:5px; text-transform:uppercase; padding:0px 20px;
}
.SigBtn:hover {
	background-color:#000; 
cursor:pointer;
}

.bottomBG { background:#000; min-height:60px; padding-bottom:20px; padding-top:20px;}

.bg_color4{
	background-color:#40ab00;
	padding:20px;
	margin-top:20px;
	}
	
.email_f{
	font-family:'Poppins-Regular';
	color:#fff;
	text-align: center;
	}
	
.email_f>i{
	color:#fff;
	font-size: 20px;
	}
	
.email_f>span{
	font-size:18px;
	}	
	
.email_f>p{
	margin:0px;
	font-size:14px;
	}	
	
	
.f_link{
	text-align:center;
	font-family:'Poppins-Regular';
	font:12px;
	color: #8f8f8f;
	margin:10px;
	}
	
.f_link>a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	}
	
.f_link>a:hover{
	text-decoration:underline;
	}			
				
.box3{
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 15px;
	}
	
.box3 .easyzoom>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.box4{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	 margin-top: 5px;
	}										
				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	font-family:'Poppins-Regular';
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#e5091c;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	    margin-top: -40px;
	}
	
	.ProDetailsCon h1 { 
	color:#e5091c; 
	font-size:30px;
	font-family:'Dosis-Regular';
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	padding:7px 5px; 
	color:#282828;
	font-size:28px; 
	font-family:'Poppins-Regular';
	margin:8px 0 10px; font-weight:bold;
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#e5091c;
	font-family:'Poppins-Regular'; box-shadow:0px 0px 2px #ff4f55; border:1px dashed #282828;
	}
	
	.DetailsCon span {
	color:#e5091c; 
	font-size:18px; 
	font-family:'Poppins-Regular';
	}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #e5091c;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family:'Poppins-Regular';
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family:'Poppins-Regular';
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#e5091c; 
	cursor:pointer; 
	color:#fff; 
	}
	
	.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px;}
.LefMenu li.MainLeftCats a { display:block; position:relative; color:#fff !important; font-family: 'Roboto', sans-serif; font-weight:500; text-decoration:none; 
font-size:14px; text-transform:uppercase; }
.LefMenu li.SecMenu { list-style:none; margin-bottom:3px;}
.LefMenu li.SecMenu a { background-color:#1f1f1f; color:#fff; font-weight:normal; font-size:14px; line-height:30px; text-decoration:none; display:block; padding:0px 5px; font-family: 'Roboto', sans-serif; transition: all 0.5s ease-in-out 0s; border:1px solid #eaeaea;}
.LefMenu li.SecMenu a:hover, .LefMenu li.SecMenu a.active{ padding-left:10px; color:#cc0001;}
.LefMenu li.SecMenu:active{ padding-left:10px; color:#cc0001; }
.menutitle li a { }
.submenun { background:#eaeaea;}
.submenun ul { margin:0px; padding:0px;}
.submenun ul li { list-style:none; border-bottom:1px solid #ccc;}
.submenun ul li a { text-decoration:none; color:#393939; font-weight:normal; font-size:12px; padding:0 5px; line-height:30px; display:block;}
.submenun ul li a:hover, .submenun ul li a.active { color:#014491}
.submenun ul li a:focus:active { color:#014491; font-weight:bold;} 
 


.MainLeftCats {
background:#d71307;
cursor:pointer;
/*background-color:#525866;*/
color:#fff;
padding:6px;
text-align:left;
font-family: sans-serif;
font-size:14px;
list-style: none; font-weight:normal;
margin-bottom:2px; margin-top:5px;
}

.MainLeftCats:hover{
 /* background-color: #333;*/
  color:#fff;
}

.MainLeftCats ul { margin:0; padding:0;}

.MainLeftCats>a { color:#fff; text-decoration:none !important;}

.MainLeftCats>a:hover { /*background:#333 !important;*/ color:#000; text-decoration:none !important;}

.menutitle>li>a{
	text-decoration:none;
	color:#666;
	}

.submenu{
margin-bottom: 0.5em;
}

.submenu ul { margin:0; padding:0;}
.submenu ul li {
	    list-style: none;
    cursor: pointer;
    margin-bottom: 5px;
 /*   background-color: #DE546B;*/
    color: #000;
    text-align: left;
       font-family: sans-serif;
    font-size:12px;
	padding-left:10px;
	    line-height: 25px;
		border:1px solid #ccc;
	}
	
	.submenu ul li:hover{
  background-color: #002736;
  padding-left:20px;
}
	
	
.submenu ul li a { color:#000; text-decoration:none !important; display:block;}
.submenu ul li a:hover { 
/*padding-left:10px;*/
margin:0px;
padding:0px !important;
transition: all 0.3s ease-in-out 0s;
color:#fff;
}

.page-taxt { min-height: 450px;}

		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	header { background:#d71307;}
	.aboutBG { margin-top:0px;}
	.sy-slides-crop { top:0px;}
	.h_text { margin-top:20px;}
	
	}				

					













			