/*
font-family: 'Open Sans', sans-serif;

font-family: 'Oswald', sans-serif;

font-family: 'Raleway', sans-serif;

*/


body{ 
	margin:0px; 
	padding:0px; 
	font-family: 'Open Sans', sans-serif; 
	font-size:13px; 
	/*background:url(../images/bg.jpg) repeat; 
	color:#FFFFFF;*/
}

*{ 
	margin:0; 
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	border:none;
}

a{ 
	text-decoration:none; 
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.clear{ 
	clear:both;
}

.top_container{
	background:#000000;
	padding:8px 0px;
}

.top_text{
	color:#FFFFFF;
	/*text-transform:uppercase;*/
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	padding-top:3px;
	margin:0px;
	text-align:center;
}

.phone_container{
	float:right;
	width:162px;
}

.phone_container img{
	float:left;
	margin-right:5px;
}

.phone_container p{
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding-top:2px;
}

.logo_container{
	background:#FFFFFF;
}

.logo{
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}

.menu_container{
	background:#ffb100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float:left;
	width:100%;
}

.search_container{ 
	margin-top:5px;
}

.search_fld{
	width:220px;
	height:28px;
	border:#c7c7c7 solid 1px;
	margin-top:5px;
	color:#666666;
	padding-left:5px;
}

.search_btn{
	margin-left:-20px;
	position:relative;
	z-index:99;
}

.cate_container{
	background:#3d3d3d;
	border-bottom:#3d3d3d solid 1px;
	float:left;
	width:100%;
}

.cate{
	background:#2d2d2d;
	padding:20px 0px;
	text-align:center;
	width:100%;
	text-decoration:none; 
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.cate img{
	float:none;
	margin-left:auto; 
	margin-right:auto;
}

.cate p{
	margin:0px;
	text-align:center;
	font-size:13px;
	padding:15px 0px;
	color:#787878;
}

.cate h1{
	margin:15px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	background:url(../images/cate_line.jpg) repeat-x bottom;
	display:inline-block;
}

.cate .btn a{
	background:#ffb100 ;
	color:#FFFFFF;
	font-size:14px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding:10px 25px;
	margin:0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.cate:hover{
	 background:#ffb100;
}

.cate:hover p{
	color:#FFFFFF;
}

.cate:hover .btn a{
	background:#000000;
}
 ß

.welcome_text{
	color:#FFFFFF; 
	text-align:center;
	line-height:24px;
	margin:0px;
	padding:0px;
}

.welcome_text_btn a{
	background:#ffb100;
	color:#FFFFFF;
	font-size:13px;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 15px;
	margin:auto;
	
}

.line{
	background:url(../images/line3.jpg) repeat-x;
	height:5px; 
	width:100%;
	margin:30px 0px;
}

.mytabs{
	border-bottom:#ffb100 solid 1px;
	width:100%;
}

.products{
	background:#000000;
	padding:5px;
	text-align:center;
	width:100%;
	margin-top:25px;
	position:relative;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.mar{
	margin:0px 0px 30px 0px;
}

.products:hover{
	background:#0f75bd;
}

.products:hover p span{
	color:#FFFFFF;
}

.products p{
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	margin:0px 0px;
	padding:15px 0px;
}

.products p span{
	color:#d92027;
}


.products .mask2 {
	position:absolute; 
	width:96%; 
	height:74.4%; 
	top:5px; 
	opacity:0; 
	overflow:visible; 
	left: 5px;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out; 
}

.products:hover .mask2{ 
	opacity:1; 
	background: rgba(0,0,0,0.8); 
}

.products .mask2 .product_btn{ 
	top:35%;
	text-align:center; 
	position: relative;
	opacity:0;
	-moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.5s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.5s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.5s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.5s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.5s ease-in-out;
}

.products:hover .mask2 .product_btn{
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
	-o-transition-delay:0.5s;
	-ms-transition-delay:0.5s;
	transition-delay:0.5s;
}
.products .mask2 .product_btn img{ 
	width:auto; 
	height:auto;
}

.news{
	width:100%;
	float:left;
	border-bottom:#666666 dashed 1px;
	padding:10px 0px;
}

.news:last-child{
	border-bottom:none;
}

.news .date{
	float:left;
	width:70px;
	background:#d92027;
	padding:1px;
	position:relative;
	text-align:center;
}

.news .date:after{
	content:"";
	top:8px;
	position:absolute;
	right:-5px;
	background:url(../images/news_ar.png) no-repeat right top;
	width:5px;
	height:9px;
}

.news .date p{
	font-size:22px;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	line-height:20px;
	padding:5px 0px;
	margin:0px;
}

.news .date p span{
	text-transform:uppercase;
	font-size:14px;
}

.news .date p.year{
	background:#000000;
	font-size:12px;
	text-align:center;
	margin:0px; 
	padding:0px 0px;
	font-size:13px;
}

.news .text{
	float:left;
	font-size:13px;
	color:#b2b2b2;
	width:265px;
	text-align:justify;
	padding-top:5px;
	margin:0px;
	padding-left:15px;
}

.catalouge{
	float:left;
	width:100%;
}

.catalouge .text_side{
	float:left;
	width:160px;
}

.catalouge h1{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:15px;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	background:none;
}

.catalouge p{
	color:#FFFFFF;
	font-size:13px;
	margin:0px;
	padding:0px;
	line-height:20px;
}

.catalouge p a{
	color:#FFFFFF;
	background:#d92027;
	font-size:12px;
	margin:12px 0px 0px 0px;
	padding:5px 10px;
	float:left;
	
}

.catalouge p a:hover{
	background:#000000;
}

.catalouge img{
	float:right;
}

.btm_container{
	float:left;
	width:100%;
	background:#3c3c3c;
	position:relative;
	margin-top:30px;
	border-bottom:#3d3d3e solid 1px;
}

.btm_container:before{
	content:"";
	position:absolute;
	background:url(../images/line3.jpg) repeat-x;
	height:5px;
	top:-5px;
	width:100%;
}

.btm_container .icon{
	display:table;
	margin:auto;
	margin-top:-22px;
}

.btm_container p{
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	margin:0px;
	padding:15px 0px;
}
 
.btm_links{
	width:100%;
}

.btm_links li{
	list-style:none;
	margin:0px; 
	padding:0px;
}

.btm_links li a{
	background:url(../images/bul.png) no-repeat 0 13px;
	line-height:28px;
	color:#c8c8c8;
	font-size:13px;
	border-bottom:#535252 dashed 1px;
	margin:0px 0px 0px 0px;
	display:block;
	padding:0px 0px 0px 8px;
}

.btm_links li a:hover{
	background:url(../images/bul.png) no-repeat 0 -3px #ffb100;
	color:#FFFFFF;
}

.social a{
	color:#c8c8c8;
	font-size:12px;
	line-height:40px;
	display:block;
	
}

.social a:hover{
	color:#FFFFFF;
}

.social a:hover i{
	color:#FFFFFF;
}

 
.copyright{
	background:#ffb100;
	margin-top:30px;
	padding:0px 10px;
	float:left;
	width:100%;
}

.copyright p{
	text-align: center;
	color:black;
	 
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:40px;
}

.copyright p.right{
	float:right;
}

.left_menu_container{
	/*background:#000000; 
	padding:10px;*/
}

.navigation{
	background:#000000;
	padding:8px 0px;
}

.navg{
	 margin:0px auto; 
	 padding:0px; 
	 display:table;
}
.navg ul{ 
	margin:0; 
	padding:0;
}
.navg ul li{ 
	list-style:none; 
	float:left;
}
.navg ul li a{ 
	float:left; 
	list-style:none; 
	font-size:13px; 
	color:#404040; 
	background-color:#fff; 
	border:#e2e2e2 solid 1px; 
	padding:5px 10px; 
	margin:0px 5px 0px 0px;
}
.navg ul li a:hover{ 
	background-color:#d92027; 
	color:#fff;
}

.gallery_re{
	margin:0px 0px 10px 0px; 
	padding:0px; 
	float:left; 
	width:100%;
}
.gallery_re ul{
	margin:0px 0px 0px 2px; 
	padding:0px;
}
.gallery_re ul li{
	margin:0px; 
	margin:0px 8px 0px 0px; 
	width:95px; 
	height:80px; 
	list-style:none; 
	float:left;
}
.gallery_re ul li img{ 
	height:100%; 
	width:100%;
}
.border{
	border:1px solid #b2b2b2;
}
.gallery_re ul li:last-child{ 
	margin:0px;
}
.border:hover{
	border:1px solid #da251d;
}

.gallery{ 
	float:left;
}
.gallery img { 
	width:100%; 
	height:auto; 
/*	border:2px solid #959595; */
	margin-bottom:10px;   
}

.large_right_side{ width:100%;}

.deatial{ 
	margin:0px;
	padding:0px;
}
.deatial .h1{ 
	font-size:17px; 
	color:#fff; 
	line-height:30px; 
	font-weight:normal; 
	padding:0; 
	margin:0px;
	border-bottom:#999999 solid 1px;
	font-family: 'Oswald', sans-serif;
}

.deatial .h1 a{
	float:right;
	background:#000000;
	padding:0px 7px;
}

.deatial .h2{ 
	font-size:14px; 
	color:#fff;
	font-weight:normal; 
	line-height:36px;
	margin-bottom:5px; 
	padding:0px 0px 0px 10px;
	background:#000;
	margin:10px 0px 0px 0px;
}
.deatial .h2 span{ 
	color:#fff; 
	font-weight:bold; 
	color:#d92027;
}
.deatial p{ 
	text-align:justify; 
	color:#b2b2b2; 
	font-size:12px; 
	line-height:22px;
	padding:5px 0px;
}


.deatial .cart input{ 
	padding:10px 10px; 
	text-align:center; 
	color:#FFFFFF; 
	font-size:16px; 
	background:#ec1c23; 
	display:block; 
	margin:20px 0px;
	text-transform:uppercase;
	border:0px; width:100%;
}
.deatial .cart input:hover{ 
	background: #0bb300;
}


/*contact*/

.contact_container{ margin-left:auto; margin-right:auto; background-color:#FFFFFF; padding:20px 10px; width:1004px; min-height:400px; }

.contact_clm1{ float:left; width:40%;}
.contact_clm1 h1{ font-size:17px; color:#cccccc; font-weight:bold; margin:0px; padding:0px;}
.contact_clm1 p{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; line-height:22px;}
.contact_clm1 p a{ color:#FFFFFF;}
.contact_clm1 p a:hover{ color:#da251d;}
.contact_clm1 p span{ color:#ffb100; font-weight:bold;}


.contact_clm2{ float:right; width:60%;}
.contact_clm2 h1{font-size:17px; color:#cccccc; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px 0px 5px 0px;}
.fld{ height:30px; width:169px; background-color:#FFFFFF; border:1px solid #cdcdcd; float:left; color:#646464; padding-left:5px; outline:none; margin:0px 13px 15px 0px; float:left;}
.fld2{ height:130px; width:96%; font-family:Arial, Helvetica, sans-serif; background-color:#FFFFFF; border:1px solid #cdcdcd; float:left; color:#646464; padding-left:5px; outline:none; margin:0px 10px 10px 0px; float:left; padding-top:5px;}
.submit{ width:115px; padding:5px 0px 5px 0px; text-transform:capitalize;  text-align:center; color:#FFFFFF; float:left; background-color:#d01209; display:block; margin:0px 0 3px 0; font-size:17px;}
.submit:hover{ background-color:#780500;}

.css3button {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #004d7c;
  padding: 5px 8px;
  text-decoration: none;
  border:0px;
}

.css3button:hover {
  background: #006fb0;
  text-decoration: none;
}
.INPUT{ border:solid 1px #CCC; height:25px; margin:2px; width:50%; color:#000;}
@media (max-width: 980px){

.navbar {
    position: relative;
    min-height: inherit;
}

.catalouge .text_side{
	float:left;
	width:100%;
}

.products .mask2 {
	width: 94%;
	height: 63%;
}

 
.news .text{
	width:90%;
	
}

.pdf{
	width:40%;
}

.news .text{
	width:90%;
	
}

.catalouge .text_side{
	float:left;
	width:50%;
}



}

@media (width: 1024px){

.search_fld{
	width:180px;
}

.catalouge .text_side{
	float:left;
	width:50%;
}

.pdf{
	width:40%;
}

.news .text{
	width:70%;
	
}

.products .mask2 {
	width: 95.5%;
	height: 70%;
}

}


@media (max-width: 640px){

.my_center{
	display:table;
	margin:auto;
}

.phone_container{
	float:none;
	width:162px;
}

.top_text{
	padding:5px;
}

.navbar {
    position: relative;
    min-height: inherit;
}

.navbar-default .navbar-nav > li > a {
	margin:0px 0px 2px 0px;
}

.cate{
	margin-bottom:10px;
}

.products img{
	width:100%
}

 

.news .text{
	width:80%;
	
}

.catalouge .text_side{
	float:left;
	width:60%;
}

.btm_container .icon{
	margin:0px auto;
}

.btm_container p{
	font-size:12px;
}

.products .mask2 {
	width: 97%;
	height: 76.4%;
}

}

@media (width: 360px){


}
@media (width: 320px){

}

@media (width: 480px){

.catalouge .text_side{
	float:left;
	width:45%;
}

}

@media (max-width: 400px){

.nav-tabs > li {
  float: none;
  margin-bottom: -0px;
  display: block;
}

.nav-tabs > li a{ display:block; width:100%; margin-bottom:2px;}

.news .text{
	width:70%;
	
}

.products .mask2 {
	position:absolute; 
	width:93%; 
	height:61.4%; 
	top:5px; 
	opacity:0; 
	overflow:visible; 
	left: 5px;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out; 
}

.catalouge .text_side{
	float:left;
	width:50%;
}

.pdf{
	width:40%;
}

.copyright p{
	text-align:center; 
	clear:both;
	float:none;
	line-height:22px;
}

.copyright p.right{
	float:none;
	display:table;
	text-align:center;
	margin:0 auto;
	
}

}


.probox { background:#fff; border:1px solid #ccc; padding:20px; border-radius:5px; transition:0.5s all ease;}
.probox:hover { border-color:#737373;}
.probox .proimg img{ transition:0.5s all ease;}
.probox:hover .proimg img { transform:scale(0.9);}
.producdetail { background:url(../../images/productbottombg.jpg) repeat-x center top; padding-top:15px; margin-top:10px;}
.prodname { font-size:14px; color:#6c6c6c; font-weight:400; line-height:20px;}
.proprice { color:#222222; font-size:12px; font-weight:500; line-height:20px;}
.proaddtocart { background:#292929; transition:0.5s all ease; border-radius:3px; width:30px; height:30px; text-align:center; color:#fff; font-size:16px; display:inline-block; border:none;}
.proaddtocart:hover { background:#666; transform:rotate(360deg);}
.pageheading {
    background: url(../../images/headingline.jpg) repeat-x center center;
    margin-bottom: 15px;
}
.pageheading span {     background: #ffb100;
    padding: 0 17px;
    line-height: 37px;
    /* border: 1px solid #737373; */
    border-radius: 2px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.left_menu{  padding:0px; margin:0px;}
.left_menu ul{}
.left_menu ul li{ list-style:none;}
.left_menu ul li a{ list-style:none; color:#eaeaea; font-size:13px; padding:10px 0px 10px 18px; font-family:Arial, Helvetica, sans-serif; background:url(../images/ar.png) no-repeat 5px 14px; display:block; border-bottom:#1b1a1a solid 1px;-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out; }
.left_menu ul li a:hover{ color:#fff; background:url(../../images/ar.png) no-repeat 98% 14px #ffb100; padding-left:14px; }