@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:1;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #eeda00;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
    
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #fff;
	font-weight:bold;
	
    color: #fff;
    font: 13px Arial;
    font-weight: 600;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #eeda00;
}
#cssmenu > ul > li.has-sub > a {
 
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eeda00;
  border-right: 1px solid #eeda00;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #eeda00;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

.active:before{   
}
	
	
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width:222px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #FFFFFF;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #FFFFFF;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #eeda00;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #FFFFFF;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #FFFFFF;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #FFFFFF;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}




.red-buton-class{color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;}
	
	
.red-buton-class-li{     border-bottom: dotted #000000 1px;
    background-image: url(../images/categery-title.PNG);
    background-repeat: no-repeat;
    padding: 14px 10px;
    width: 100%;
    text-align: center;
	    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
	margin:0px;
	    background-size: cover;
		    margin-bottom: 1%;}
	
	.red-buton-class:hover{color:#fff;
	text-decoration:none;}
	
	.pu-fair-product-menu ul{padding:0px;
	margin:0px;}
	
	
	.pu-fair-product-menu ul li{list-style:none;}
	
	.pu-fair-product-menu ul li a{text-decoration:none !important;}
	
	.pu-fair-product-menu ul li a:hover{}

	.red-buton-class-red{      border-bottom: dotted #000000 1px;
    background-image: url(../images/categey-list.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 7px 0px;
	    background-size: cover;}
	
	.red-buton-red{    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	margin:0px;
	}
	
	.red-buton-red:hover{color:#fff;}
	
	.normal-mid-product{border-bottom: solid 1px #999999;
    background-color: #49505a;
    text-align: center;
    color: #fff;
    padding: 6px 0px;
    width: 100%;}
	
	
	.norma-mid-product-a{text-decoration:none;
	color:#FFFF00;
    margin: 0px;
    font-size: 14px;}
	
	.norma-mid-product-a:hover{color:#FFCC00;}
	
	.white-color{color:#fff !important;}
	
	.pading-bootom-part{margin-top:2%;}
	
	.red-buton-class-red-runnig{    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.07em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 0px 1px 1px rgba(000, 000, 000, 1);
    background: url(../images/gallery.png) no-repeat;
	background-size:cover;}
	
	.gallery-image p{    font-family: calibri;
    font-size: 0.85em;
    line-height: 20px;
	    text-align: center;
    padding: 1em;}
	
	.imag-class img{width:100%;
	transform:scale(0.8);}
	
	.inside-image-product{    text-align: center;
    border: 1px solid #CF0101;
    border-radius: 4px;
	transition:.30s all;
	margin-bottom: 5px;}
	
	.mid-product-part{margin-top:25px;}
	
	.border-bottom-style-red{ border-bottom:6px solid #710201;
    margin: 0px;
    text-align: right;}
	
	.red-text{margin-left: 28px;
    margin-top: 15px;
    text-align: center;
    font-family: calibri;
    font-size: 18px;
    color: #FF0000;
    line-height: 20px;}
	
	.product-page-image a{text-decoration:none !important;
	    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-transform: none;
    text-decoration: none;
	font-weight:bold;}
	
	.button-style{border: #8E0B1D;
    color: #fff;
    padding: 4px 12px;
    background-image: url(../images/p-bg.png);
    background-size: cover;
    font-family: calibri;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding-right: 8px;
    padding-left: 23px;}
	
	.imag-class{    padding-top: 8%;
    padding-bottom: 8%;
	transition:.50s all;}
	
	.inside-image-product:hover .imag-class{transform:scale(1.1);}
	
	.inside-image-product:hover{    -webkit-box-shadow:  0px -1px 18px 0px rgba(247, 10, 10, 0.38);
    -moz-box-shadow:  0px -1px 18px 0px rgba(247, 10, 10, 0.38);
    box-shadow:  0px -1px 18px 0px rgba(247, 10, 10, 0.38);}
	
	.active-product{color:#FFCC00 !important;}
	
	@media (max-width:768px){
	
	.col-pading{padding:0px;}
	}
	
	
	.white-color{font-size: 14px;
    margin: 0px;}
	
	
	#back-top {
    position: fixed;
    bottom: 35px;
    right:0px;
}

#back-top a {
  display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top span {
    width: 86px;
    height: 90px;
    display: block;
    margin-bottom: 7px;
    background: url(../images/arrows-up.png) no-repeat center center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
	
	.tree-link-ul ul{margin:0px;
	padding:0px;
	}
	
	.tree-link-ul ul li{float:left;
	list-style:none;}
	
	@media (max-width:768px){
		.tree-link-ul ul li{float:none;
	list-style:none;}
		
	}
	
	.tree-link-ul ul li a:hover{color:blue;}
	
	
		.button-style-1{     border: #8E0B1D;
    color: #fff;
    padding: 7px 12px;
    background-image: url(../images/enquiry.png);
    background-size: cover;
    font-family: calibri;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding-right: 22px;
    padding-left: 24px;}
	
	.border-bottom-style-red-1{
    margin: 0px;
    text-align: center;}
	
	.product-decription{    color: #da261d;
    font-size: 14px;
    font-family: calibri;
	padding-left:2%;}
	
	.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: url(../images/tab_bg.png);
  
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px;
	color:#000;
}
	
	.nav-part{border: 1px solid #DEDEDE;
    padding-bottom: 29px;
    margin-bottom: 2%;
	margin-top:1%;}
	
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border:1px solid #F4F4F4; 
    border-bottom-color: transparent;
}

.nav>li>a>i{ font-size: 18px;
    margin: 1px -8px;
    color: #269ADD;}
	
	
	
.contact-us{    font-size: 24px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    text-align: center;
    padding-top: 2%;}
	
.img-part{text-align:center;}

.text-align-center-contact-page{    font-family: calibri;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
	    border-bottom: dashed 1px #4C3933;}
		
		.contact-style{    font-size: 14px;
    font-family: calibri;
    color: #000000;
    font-weight: bold;
	padding:0px 14px;}
	
	.pading-style{padding: 10px 10px;}
	
	.text-part{width: 100% !important;
  }
	
	
	.button-design{background: linear-gradient(#CC061D,#750006);
    color: #fff;
    padding: 4px 13px;}
	
	
	.about-us-part{    color: #000000;
    font-size: 25px;
    font-family: inherit;
	margin-top: 0px;}
	
	.about-us-inside-part{
	font-size: 15px;
    line-height: 16px;
    text-align: justify;
    font-family: inherit;}
	
	
	.active{color:#eeda00 !important;}
	
	.about-us-second{    font-size: 16px;
    font-weight: bold;}
	
	
	
	
	.button-style-1{     border: #8E0B1D;
    color: #fff;
    padding: 7px 12px;
    background-image: url(../images/enquiry.png);
    background-size: cover;
    font-family: calibri;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding-right: 22px;
    padding-left: 24px;}
	
	.border-bottom-style-red-1{
    margin: 0px;
    text-align: center;}
	
	.product-decription{    color: #da261d;
    font-size: 14px;
    font-family: calibri;
	padding-left:2%;}
	
	.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: url(../images/tab_bg.png);
  
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px;
	color:#000;
}
	
	.nav-part{border: 1px solid #DEDEDE;
    padding-bottom: 29px;
    margin-bottom: 2%;
	margin-top:1%;}
	
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border:1px solid #F4F4F4; 
    border-bottom-color: transparent;
}

.nav>li>a>i{ font-size: 18px;
    margin: 1px -8px;
    color: #269ADD;}
	
.active{
	    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
	}
	
	.active:before{}
	
	#menu-line {
}
.footer-link li h1{
	border-left:solid 2px #FFFFFF;
	padding:0 10px 0 10px;
}
.brdr-non{
	border:none !important;
}

.srch-btn{
	padding-top:6px;
}
.srch-btn .form-control .input-group{
	
	border:#F00;
}
.srch-btn .input-group .input-group-addon .fa{
	color:#FFF;
}
.input-group-addon{
	padding:0px;
	}
.srch-btn .input-group .input-group-addon{
	background:#C04741;
}
.srch-btn input[type=submit] {
	background-image:url(../images/search.png);
	background-color:#C04741;
	background-repeat:no-repeat;
    border: 0;
	width: 35px;
  	height: 30px;
    display: block;
    height: _the_image_height;
    width: _the_image_width;
}
.zero{
	padding:0px;
	margin:0px;
}
.brdr{
	border:solid 1px #000000;
}
.centered{
margin-left:auto;margin-right:auto;
}