 
/*Other_Style_css*/
@import url("social_icon.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");

/*Cetagoury_Style_css*/
@import url("owl.carousel.css");
@import url("owl.theme.css");

/*Zoomer_Style_css*/
@import url("../source/jquery.fancybox.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;
}

body{ background:#fff;
	}	
	
.bg_color{
	background-color:#0d0d0d;
 padding:7px;	}
	
.logo{ }

.logo>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.Search { 
background:#ed1f27; 
clear:both; 
height:30px;
margin-top:10px;
    width: 100%;
    float: right;
}
.SearchInput { 
background:none; 
height:30px; 
padding:0px 5px;
font-size:12px;
color:#fff; 
font-family:'Poppins-Regular';
float:left;
width:80%;
box-shadow:none;
border:none;
outline:none;
}
.SearchBtn {
background:url(../images/search.png) center no-repeat;
width:35px;
height:30px;
float:right;
border:none;
opacity:0.5; 
transition: all 0.5s ease-in-out 0s; 
}
.SearchBtn:hover { 
cursor:pointer;
opacity:1;
}

.Socialfooter a img { float:left; margin:5px;  transition: all 0.5s ease-in-out 0s; }
.Socialfooter a img:hover { opacity:0.5;}
.bg_color2{
	background-color:#fff; border:1px solid #333; margin-top:20px; float:left; width:100%;
	}
	
.backet{
	background:url(../images/backet.png) no-repeat right top;
	}
	
.backet>span{
	font-family:'Poppins-Regular';
	color:#fff;
	font-size:12px;
	    line-height: 24px;
	}
	
.backet>span>a{
	text-decoration:none;
	font-family:'Poppins-Regular';
	color:#fff;
	font-size:11px;
	}			
	
.bg_color3{
	background-color:#fff;
	padding: 0px 0px 20px 0px;
	}	
	
.h_text{
	text-align:center;
	color:#343434;
	font-family:'Dosis-Regular'; text-transform:uppercase; font-weight:bold;
	}
	
.h_text3{
	text-align:center;
	color:#fff;
	font-family:'Dosis-Regular';
	}	
	
.c_Imgb {
	 background:url(../images/01.jpg) no-repeat center bottom; 
	   background-attachment:fixed; 
	   padding:5px 0px; 
	   box-shadow:2px 0px 2px 190px rgba(0,0,0,0.5) inset;
	   margin-top:10px;
	   }	
	
.c_img{
	border:6px solid #1e1e1e;
	margin:5px;
	  overflow: hidden;
	}
	
.c_img>a>img{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
	}
	
.c_img>a>img:hover{
	transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
	}	
	
.c_name{
	background-color:#ea0006;
	text-align:center;
	color:#fff;
	font-family:'Poppins-Regular';
	font-size:18px;
	padding:5px;
	}
		
	
.p_box{
	border:1px solid #ccc;
	background-color:#fff;
	margin-top:10px;
	}
	
.p_img{
	 border-bottom: 1px solid #ccc;
	 padding:10px;
	}

.p_img>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.p_name{
	text-align:center;
	color:#000;
	font-family:'Poppins-Regular';
	font-size:14px;
	}
	
.p_num{
	text-align:center;
	color:#000;
	font-family:'Poppins-Regular';
	font-size:14px;
	}
	
.p_detail{
	    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
	margin-bottom:10px;
	}

.p_detail>i{
	color: #fff;
    text-align: center;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
	}	
	
				
.BtmImg {
	 background:url(../images/btm-img.jpg) no-repeat center bottom; 
	   background-attachment:fixed; 
	   padding:60px 0px; 
	   box-shadow:2px 0px 2px 190px rgba(0,0,0,0.5) inset;
	   margin-top:10px;
	   }
.BtmImg .BtmInner {
	 background-attachment:scroll;
	  background-position:center bottom;
	   background-repeat:no-repeat;
	   }	

.InnerText {
	   width:100%; 
	   text-shadow:0px 2px 2px rgba(0,0,0,0.5);
	   }
	   
.InnerText>h2{
	text-align:left;
	color:#fff;
	font-family:'Dosis-Regular';
	font-size:50px;
	margin:0px;
	}
	
.InnerText>h3{
	text-align:left;
	color:#fff;
	font-family:'Dosis-Regular';
	    font-size:38px;
    font-weight: bold;
	margin:0px;
	}	
	
.InnerText>h3>span{
	color:#ea0006;
	}	
	
.sing_form { 
background:none; 
clear:both; 
height:44px;
margin-top:20px;
}


.bg_color4{
	background-color:#0d0d0d;
	padding: 0px 0px 20px 0px;
	}
	
.f_bg{
	background-color:#131313;
	}
	
.text1{
	font-family:'Poppins-Regular';
    font-size: 14px;
    color: #fff !important;
	}
	
.text1>i{
	 color: #ea0006 !important;
	 font-size: 24px;
	 }	
	 
.h_text2{
	color:#fff;
	font-family:'Dosis-Regular';
	}	
	
.right2{
text-decoration:none;
font-family:'Poppins-Regular';
    font-size: 14px;
    color: #fff !important;
		 transition: 0.3s ease-in-out 0s;
}

.right2:hover{
	color:#fff !important;
    text-decoration:none;
}

.text3 {
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}

.text3 > i {
    color: #cb0101;
    font-size: 30px !important;
    text-align: center;
}

.text3 > span {
    color: #fff;
    font-size: 12px;
}

.line {
    border-bottom: 1px solid #535353;
}

.h_text4 {
    color: #fff;
    font-family: "Poppins-Regular";
}

.marquee {
    color: #8f8f8f !important;
    font-family: "Poppins-Regular";
    font-size: 14px;
}



.SigInput {
background:#fff; 
box-shadow:1px 2px 1px rgba(0,0,0,0.5) inset; 
display:block;
width:100%;
padding:0px 5px;
height:28px;
font-size:12px; 
color:#666;
font-family:'Poppins-Regular';
    border: none;
	outline:none;
}
.SigBtn { 
float:right; 
margin-top:5px;
background:#000; 
padding:0px 8px;
height:28px;
color:#fff; 
font-size:14px;
text-transform:uppercase; 
transition: all 0.5s ease-in-out 0s;
font-family:'Poppins-Regular';
font-weight:400;
border: none;
 border-radius: 4px;
}
.SigBtn:hover {
background:#222; 
cursor:pointer;
}
	
.b_line{
	border-left:1px solid #ccc;
	height:200px;
	margin-top:35px;
	}
	
.b_line2{
	border-right:1px solid #ccc;
	height:200px;
	margin-top:35px;
	}			 	

.bg_color5{
	background-color:#000;
	}
	
.f_link{
	text-align:center;
	font-family:'Poppins-Regular';
	font:12px;
	color: #ccc;
	margin:10px;
	}
	
.f_link>a{
	text-decoration:none;
	color:#dd0007;
	text-transform:uppercase;
	}
	
.f_link>a:hover{
	text-decoration:underline;
	}
	
.box3{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 15px;
	}
	
.box3>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;
	display:block;
	}
	
	.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:#2B1C13;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family:'Dosis-Regular';
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: 'oswaldmedium';
	margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family:'Poppins-Regular';
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family:'Poppins-Regular';
	}
	
	.DetailsCon p {
    color: #333;
    font-size: 12px;
   	font-family:'Poppins-Regular';
}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.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:#2B1C13; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

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


@media only screen and (max-width: 480px) {
	
.SoicalBox{
    margin-top:0px;
    text-align: center;
	}
	
.b_line{
	border-left:0px solid #ccc;
	height:0px;
	margin-top:0px;
	}
	
.b_line2{
	border-right:0px solid #ccc;
	height:0px;
	margin-top:0px;
	}
	
.Search { 
margin-top:0px;

}
.SearchInput { 
width:70%;
}

.SigInput {
	width:100%;
	}

.SigBtn {
float:left;
margin-top:5px;
}	

.bg_color2 { border:none;}	
	
	}				

					













			