 
/*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:url(../images/main_bg.jpg) repeat;
	}	
	
.LoginForm { width:300px; margin:0px auto;}
.FromField { height:30px; margin-bottom:10px;}
.FromField .Text { background:#fff; height:30px; color:#333; padding:0px 5px; border:none; width:98%;}
.FromField .SBtn { background:#0092cf; color:#fff; font-size:12px; font-family: 'Ubuntu', sans-serif; float:left; padding:0 5px; height:30px; text-transform:uppercase; transition: all 0.5s ease-in-out 0s; border:none;}
.FromField .SBtn:hover { cursor:pointer; background:#2c2c2c;}
	
.logo{
	margin-top: 15px;
    margin-bottom: 15px;}

.logo>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.Search { 
background:#fff; 
clear:both; 
height:30px;
margin-top:20px;
    width: 60%;
    float: right;
	border-radius:4px;
}
.SearchInput { 
background:none; 
height:30px; 
padding:0px 5px;
font-size:12px;
color:#ababab; 
font-family:'Poppins-Regular';
float:left;
width:70%;
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;
}

.bg_color2{
	 background:url(../images/topbg.jpg) repeat-x;
	}
	
.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:#ededed;
	padding: 0px 0px 20px 0px;
	}	

.GETBG { margin-top:50px; margin-bottom:50px;}

.h_text{
	text-align:center;
	color:#343434;
	font-family:'Dosis-Regular';
	}
	
.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.5);
-webkit-transform:scale(1.5);
-moz-transform:scale(1.5);
-ms-transform:scale(1.5);
-o-transform:scale(1.5);
	}	
	
.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;
	 height:215px;
	}

.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:45px;
margin-top:56px;
}
.SigInput {
	background:url(../images/SGNBG.jpg) no-repeat;
height:45px; 
padding:0px 15px;
font-size:12px;
color:#cdcdcd; 
font-family:'Poppins-Regular';
float:left;
width:80%;
box-shadow:none;
outline:none;
border:none;
}
.SigBtn {
	 background:url(../images/SGNBTN.jpg) no-repeat;
height:45px;
float:left;
border:none;
width:45px;
transition: all 0.5s ease-in-out 0s; text-indent:-99999px; display:block;
}
.SigBtn:hover {
	background-color:#000; 
cursor:pointer;
}

.SoicalBox { margin-top:42px;}

.twitter a { background:url(../images/TW.jpg) no-repeat; width:49px; height:47px; float:left; margin:15px;}
.facebook a { background:url(../images/FB.jpg) no-repeat; width:49px; height:47px; float:left; margin:15px;}
.linkedin a { background:url(../images/YT.jpg) no-repeat; width:49px; height:47px; float:left; margin:15px;}
.skype a { background:url(../images/GP.jpg) no-repeat; width:49px; height:47px; float:left; margin:15px;}

.bg_color4{
	background-color:#3a2e27;
	padding: 0px 0px 20px 0px;
	}
	
.f_logo{
	margin-top:10px;
	}	
	
.f_logo>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.text1{
	font-family:'Poppins-Regular';
    font-size: 14px;
    color: #fff !important;
	}
	
.text1>i{
	 color: #fff !important;
	 font-size: 14px;
	 }	
	 
.h_text2{
	background:url(../images/lines.png) no-repeat;
	color:#fff;
	text-align:center;
	font-family:'Dosis-Regular';
	font-size:18px; text-transform:uppercase; line-height:27px;
	}	

.textBG { background:#2e241f; padding:15px;  border:1px solid #fff; margin:5px; height:180px;}
.textBG p { color:#fff; line-height:15px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
.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{
	font-family:'Poppins-Regular';
    font-size: 12px;
    color: #fff;
	}
	
.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:#fff;
	text-transform:uppercase;
	font-weight:bold;
	}

.footmenu { margin-top:20px;}
.footmenu ul { margin:0; padding:0;}
.footmenu ul li { list-style:none; padding:0px 15px; display:inline-block; color:#fff; line-height:30px;}
.footmenu ul li a { text-decoration:none; color:#fff; font-family:'Poppins-Regular';}

.f_link>a:hover{
	}
	
.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:80%;
}

.SigInput {
	width:100%;
	}

.SigBtn {
float:left;
margin-top:5px;
}		
	
	}				

					













			